blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0d1eafcc9c4c645bc98c8e020a403cce6c373516 | 1a4f6d71e5944d80ccee022999c77a29ece56ec6 | /tools/compilers/aas/AASFile.cpp | d09235d9a7cba16632cceb913781de99e806e036 | [] | no_license | LavinasChange/qc | 8e43d20f08b620d1a1732c08234b4a1c586e84ce | fb08f8cd2ff50cd2c4b907ff43ab65a3479d4c3c | refs/heads/master | 2020-07-11T11:25:42.416507 | 2019-04-19T20:05:04 | 2019-04-19T20:05:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,114 | cpp | /*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
Doom 3 Source Code is free software: you can redistribute it and/o... | [
"sjm@sjm.io"
] | sjm@sjm.io |
30e1f10ac90fd2494dfc4eeb9fb5b3b9d9ed92ce | 7cfffbd47b6bba86f0049ab30718cf9bc51f3d92 | /Calculating/ch5-1/main.cpp | b7993311d09b1a012ba1ab7b40570a711f34ce3c | [] | no_license | LostMoonkin/HomeWork | bd81911e2d62b5c47cb7e3d5d06401078436fd4c | f7ea9c1c1e90b6dd7f1ace274f595a18d08a2dc4 | refs/heads/master | 2020-12-24T09:44:24.323698 | 2017-02-15T06:37:58 | 2017-02-15T06:37:58 | 73,272,769 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,024 | cpp | #include <iostream>
#include <math.h>
using namespace std;
const double eps = 1e-6;
const int inf = 0x3f3f3f3f;
int order = 2; // 设定曲线阶数为2
/*
* 使用高斯消元求矩阵解
*/
int
gauss_pivot(double ** matrix, int n, int m) {
for (int k = 0; k < n; k++) {
double max_f = -inf + 0.0;
int i_max = 0;
for ... | [
"316583599@qq.com"
] | 316583599@qq.com |
480c87cab3d243616cd42f97d7c561635fd1bc65 | 06b224fb7b28cabd1137f17cb85370d9e3b4c633 | /Classes/Func.cpp | 0fc78232c0c155956ca485305ace6a7e8338f5fb | [] | no_license | beatheat/Dolpha | 9713558877042c68e97344eb3401c57c4af352ba | 245e19c5c0f56680ffb53f47d39d8f5bdaa15b3a | refs/heads/master | 2022-07-18T06:24:00.269309 | 2018-06-17T21:01:06 | 2018-06-17T21:01:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,777 | cpp | #include"Func.h"
#include<math.h>
double Math::sinTable[3600];
double Math::cosTable[3600];
double Math::tanTable[3600];
void Math::CreateTable()
{
for (int i = 0; i < 3600; i++) {
float x = (float)i * M_PI / 1800.f;
sinTable[i] = sin(x);
cosTable[i] = cos(x);
tanTable[i] = tan(x);
}
}
double Math::Sin(fl... | [
"ahesm@github.com"
] | ahesm@github.com |
d32927c6c54b328f000f78fa9b905137733830a2 | 925f0c5fb169d84d46983fe437d8578e6024cf7f | /console.h | 0ea35d05e0e29b4111f9e59822708429bd3c2a03 | [
"MIT"
] | permissive | doj/few | d1e2def7ec5c6220045a959c6af9aad9fea38265 | eb1d36694817aa4c89ba3dbfcf849a59fac99312 | refs/heads/master | 2022-09-26T02:10:57.552528 | 2022-09-02T08:25:58 | 2022-09-02T08:25:58 | 28,159,137 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 260 | h | /* -*- mode: C++; c-basic-offset: 4; tab-width: 8; -*-
* vi: set shiftwidth=4 tabstop=8:
* :indentSize=4:tabSize=8:
*/
#pragma once
/**
* open the console/tty device as STDIN (file descriptor 0).
* @return true upon success.
*/
bool open_tty_as_stdin();
| [
"doj@cubic.org"
] | doj@cubic.org |
1f8f21684d9beb6d8c93fed297734b32f355681a | 63c71060f36866bca4ac27304cef6d5755fdc35c | /src/GICs/GicImgrolling.h | fce671703bf8b57950c4bb43543ada21946d03cf | [] | no_license | 15831944/barry_dev | bc8441cbfbd4b62fbb42bee3dcb79ff7f5fcaf8a | d4a83421458aa28ca293caa7a5567433e9358596 | refs/heads/master | 2022-03-24T07:00:26.810732 | 2015-12-22T07:19:58 | 2015-12-22T07:19:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,025 | h | ////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2005
// Packet Engineering, Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification is not permitted unless authorized in writing by a duly
// appointed officer of ... | [
"barryniu@jimodb.com"
] | barryniu@jimodb.com |
f30d916dbc0d991495ffe112ab2c05d62186a255 | 46d4712c82816290417d611a75b604d51b046ecc | /Samples/Win7Samples/multimedia/directshow/filters/gargle/gargprop.cpp | 6c302b0ca095af33cd0440e11ef226b9dc666a71 | [
"MIT"
] | permissive | ennoherr/Windows-classic-samples | 00edd65e4808c21ca73def0a9bb2af9fa78b4f77 | a26f029a1385c7bea1c500b7f182d41fb6bcf571 | refs/heads/master | 2022-12-09T20:11:56.456977 | 2022-12-04T16:46:55 | 2022-12-04T16:46:55 | 156,835,248 | 1 | 0 | NOASSERTION | 2022-12-04T16:46:55 | 2018-11-09T08:50:41 | null | UTF-8 | C++ | false | false | 10,150 | cpp | //------------------------------------------------------------------------------
// File: GargProp.cpp
//
// Desc: DirectShow sample code - implementation of CGargleProperties class.
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------------------... | [
"chrisg@microsoft.com"
] | chrisg@microsoft.com |
65845e3eaebb2c1ab60a8677991dbcaed00985e4 | e7be2ee48f952308f5672240c2c833d718d9d431 | /Juliet_Test_Suite_v1.3_for_C_Cpp/C/testcases/CWE789_Uncontrolled_Mem_Alloc/s02/CWE789_Uncontrolled_Mem_Alloc__new_wchar_t_connect_socket_65a.cpp | f9c4f0774c5de08f187f39d18d6693c804678276 | [] | no_license | buihuynhduc/tooltest | 5146c44cd1b7bc36b3b2912232ff8a881269f998 | b3bb7a6436b3ab7170078860d6bcb7d386762b5e | refs/heads/master | 2020-08-27T20:46:53.725182 | 2019-10-25T05:42:36 | 2019-10-25T05:42:36 | 217,485,049 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,795 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE789_Uncontrolled_Mem_Alloc__new_wchar_t_connect_socket_65a.cpp
Label Definition File: CWE789_Uncontrolled_Mem_Alloc__new.label.xml
Template File: sources-sinks-65a.tmpl.cpp
*/
/*
* @description
* CWE: 789 Uncontrolled Memory Allocation
* BadSource: connect_socket Read... | [
"43197106+buihuynhduc@users.noreply.github.com"
] | 43197106+buihuynhduc@users.noreply.github.com |
2e94df13f2971d31236d356b179079de5ab94f36 | d1a3800ce7e2f1ea6be524b9040b9ae98f834e55 | /graph algo/topological_sort.cpp | 5cc3329bd731153be8211f49de3073b50974a788 | [] | no_license | souraavv/Algorithms | e878f8271f864dbed7eb16025ecfbb4622ffc7fd | affff50c8a91337c6e2a12ce8a72b988b1bd3744 | refs/heads/master | 2022-03-16T19:42:42.438495 | 2019-10-17T09:13:14 | 2019-10-17T09:13:14 | 221,678,810 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,067 | cpp | #include <bits/stdc++.h>
using namespace std;
int nodes, edges;
stack<int> s;
bool dfs(vector<int> g[], int rt , int vis[]){
if(vis[rt]==1) return true; // back edge
if(vis[rt]==2) return false; // cross edge
vis[rt] = 1; // preorder
for(int i =0;i<g[rt].size();i++){
if(dfs(g , g[... | [
"noreply@github.com"
] | noreply@github.com |
bd18aa332533662f6dffd34a2ca540e4dc915f0e | 8d94a3fb55590e96567af860249a2b44cae44312 | /Arduino/Razor_AHRS_Scott/Output.ino | e9527f541991941cb6faede16656ab2e99525623 | [] | no_license | rscarson14/Active_MotCap_System | 9186953d8bb83d97c2f0652fd28aedfaa98a084a | c0e16de258a37d430089e0726822741b467b95fe | refs/heads/master | 2020-04-17T22:54:05.927008 | 2014-04-17T03:14:41 | 2014-04-17T03:14:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,957 | ino | /* This file is part of the Razor AHRS Firmware */
// Output angles: yaw, pitch, roll
void output_angles()
{
if (output_format == OUTPUT__FORMAT_BINARY)
{
float ypr[3];
ypr[0] = TO_DEG(yaw);
ypr[1] = TO_DEG(pitch);
ypr[2] = TO_DEG(roll);
Serial.write((byte*) ypr, 12); // No new-line
}
el... | [
"gzachv@gmail.com"
] | gzachv@gmail.com |
87010e1cf5a5dfee8d0f5732b54f29aeab4f5ca2 | f14626611951a4f11a84cd71f5a2161cd144a53a | /Server/BounsServer/App/GetBounsInfoOper.h | e495f71ad371c083fd630cc47396b5dacdaf1402 | [] | no_license | Deadmanovi4/mmo-resourse | 045616f9be76f3b9cd4a39605accd2afa8099297 | 1c310e15147ae775a59626aa5b5587c6895014de | refs/heads/master | 2021-05-29T06:14:28.650762 | 2015-06-18T01:16:43 | 2015-06-18T01:16:43 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 699 | h | #pragma once
#include "BounsOper.h"
#include "../DB/RsBouns.h"
class CGetBounsInfoOper :
public CBounsOper
{
private:
string m_strAccount; // 玩家账号
DWORD m_dwAreaServerID; // 区服ID
list<tagBounsInfo*> m_listBounsInfo;
public:
CGetBounsInfoOper(eOperType eOt);
virtual ~CGetBounsInfoOper(v... | [
"yco.chen@gmail.com"
] | yco.chen@gmail.com |
01d1dbdc17ac824a771d8a0ff17d90020ec0b21e | d0dac1f8cc053e5d3fb3949e537ef3682b6ad1c0 | /system/Mouse.h | 26393ce4e7343f28edbc2f0e03d55e9f923b6258 | [] | no_license | Vodurden/GridFight | dde99d52895b71fc22890174d127db3710baff54 | 88831e6c0c74f9a56af562b6dcfb50a7a1fa98b8 | refs/heads/master | 2021-01-23T11:07:26.601086 | 2010-04-21T01:13:10 | 2010-04-21T01:13:10 | 577,184 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 267 | h | #ifndef GRIDFIGHT_SYSTEM_MOUSE_H
#define GRIDFIGHT_SYSTEM_MOUSE_H
//Lifted from SFML, I did not write this
//See: www.sfml-dev.org
namespace System
{
namespace Mouse
{
enum Button
{
Left,
Right,
Middle,
XButton1,
XButton2
};
}
}
#endif
| [
"Vodurden@gmail.com"
] | Vodurden@gmail.com |
3f578a1fb8e352b1c6c87cb64a6e97b25eb03058 | 9b55138348243f19465799bcf39520f25c28fde7 | /ATK/Core/ComplexConvertFilter.cpp | 65044a1bbbb9fcd47628218c6578322c76ca5d19 | [
"BSD-3-Clause"
] | permissive | bhaskar-c/AudioTK | 117f47b99ffdcbf9f580286cb93f186664316ddb | ec0c37c4693655a001fc124b1438c9c813c8c004 | refs/heads/master | 2021-03-20T03:18:06.516014 | 2019-02-05T13:18:59 | 2019-02-05T13:18:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,023 | cpp | /**
* \file ComplexConvertFilter.cpp
*/
#include <ATK/Core/ComplexConvertFilter.h>
#include <cassert>
#include <cmath>
#include <complex>
#include <cstdint>
namespace ATK
{
template<typename DataType_>
RealToComplexFilter<DataType_>::RealToComplexFilter(gsl::index nb_channels)
:Parent(2 * nb_channels, nb_cha... | [
"matthieu.brucher@gmail.com"
] | matthieu.brucher@gmail.com |
6d48956d318ad1eb9be3967372392f047dd888ba | c9ebb47d98c9fb1cab8e5fc771541aed73e6a836 | /SimplSample015/BaseCrossDx11/Common/Rigidbody.cpp | bba3cedab356fa1fc89adf5aa56e2e0e5755712a | [] | no_license | abeDaisuke/TeamC_Kouki | 80a3257da53828dcd4cad82b4421df5a297c6736 | ca76116b81d566b45915eed08795776e115db1e1 | refs/heads/master | 2021-05-04T07:07:19.852874 | 2016-10-11T06:22:19 | 2016-10-11T06:22:19 | 70,562,241 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 30,962 | cpp | /*!
@file Rigidbody.h
@brief 物理計算コンポーネント実体
*/
#include "stdafx.h"
namespace basecross {
//--------------------------------------------------------------------------------------
// struct SteeringComponent::Impl;
// 用途: コンポーネントImplクラス
//-------------------------------------------------------------------... | [
"noreply@github.com"
] | noreply@github.com |
41238be14b5a876b6a6c0530893b47c080ba588f | f3a5604f2a137ce8a45177410a2bc8c7fda2cb37 | /WelcomingSocket.h | 59f63d727b8d85f34c8472cf47ebf605d3876932 | [] | no_license | shakram02/ReliableUdp_Server | 2e2dcacde78661ad25fcdcd2343711cf4aa0085f | ce4f5b8f66e07617beadb7eafdea4d066ea24cc1 | refs/heads/master | 2021-01-19T21:51:03.135426 | 2017-02-19T12:14:12 | 2017-02-19T12:14:12 | 76,677,580 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,378 | h | //
// Created by ahmed on 12/17/16.
//
#ifndef ENHANCEDUDPSERVER_SOCKETSERVER_H
#define ENHANCEDUDPSERVER_SOCKETSERVER_H
#include<stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <memory.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <errno.h>
#include <cstdlib>
#include... | [
"ahmedhamdyau@gmail.com"
] | ahmedhamdyau@gmail.com |
136b7a201b6630422ace4f1379bc27d5b228186b | b786ead014404f38b2e69c9390c092d1d9342e05 | /2.Arrays/SimulationArray/MaxPositiveSubarray.cpp | 43a3aea20090f2d06104e5f392f6feb0388c5289 | [] | no_license | Arunm619/InterviewBit | 988adc8f9bd371efba805f1dc5ccf0c9842a8ec8 | 84c739c3c627dda38f5f2cdf9bf663e2acd15e78 | refs/heads/master | 2020-08-28T17:11:01.617777 | 2019-11-05T15:16:45 | 2019-11-05T15:16:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,933 | cpp |
vector<int> Solution::maxset(vector<int> &arr) {
vector<int> result;
vector<int> temp;
unsigned long int sum = 0, best = 0;
for (int i = 0; i < arr.size(); i++) {
int val = arr[i];
if (arr[i] >= 0) {
sum += arr[i];
temp.push_back(arr[i]);
}
if (s... | [
"arun.sudharsan@freshworks.com"
] | arun.sudharsan@freshworks.com |
6ee8a9fbd8903041f5bf62a3fc3219da164f78cd | aaa1346a54efe75cc6a4f6749c79ed9b316056e3 | /src-std-mesh/Concrete/SundancePeriodicMeshType1D.hpp | 3081776193f6808f3cdda1272f0cf5a752f6c20d | [
"BSD-2-Clause"
] | permissive | trilinos/Sundance | e34c87159d8196d95f049d3cc8aa00ae7003c301 | f4c26e7babb5b9ba6cdadec499d9123273e390b0 | refs/heads/master | 2020-04-06T15:00:47.864668 | 2019-05-28T19:03:02 | 2019-05-28T19:03:02 | 47,220,438 | 3 | 2 | NOASSERTION | 2019-05-28T19:03:03 | 2015-12-01T22:07:02 | C++ | UTF-8 | C++ | false | false | 2,678 | hpp | /* @HEADER@ */
// ************************************************************************
//
// Sundance
// Copyright 2011 Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this ... | [
"kevin.long@ttu.edu"
] | kevin.long@ttu.edu |
e9891ed23859b5b6a2e8eae382dcf2401b2569bf | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/multimedia/dshow/filterus/dexter/audpack/prop.cpp | 082f56aebb1206df31d107c9e8253428bab39f66 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 5,659 | cpp | //@@@@AUTOBLOCK+============================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
72623eb98294778035ece920d44891b5dbebcc80 | d450200cb249268e84fcb5226589378f5edc1d6c | /thirdparty/Imath/src/python/PyImath/PyImathVec2si.cpp | ce76eda46bd5f27a964241a2ae72feb0746c5118 | [
"BSD-3-Clause"
] | permissive | vfx-rs/openexr-sys | 6ece9f74b798d514f4dee3e2b4af64d12df3fc26 | b9f8aa28cd6eb063b02463762125b1aa91d5e8b7 | refs/heads/main | 2023-07-24T14:15:41.562526 | 2021-09-01T21:46:56 | 2021-09-01T21:46:56 | 401,000,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,728 | cpp | //
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//
// clang-format off
#include "PyImathVec2Impl.h"
#include "PyImathExport.h"
namespace PyImath {
template <> const char *PyImath::V2sArray::name() { return "V2sArray"; }
template <> const char *PyImath::V2iArray::name() {... | [
"anderslanglands@gmail.com"
] | anderslanglands@gmail.com |
6d4ea46bb3aa5baf89b66e88c4b851f4ca4aa43e | d2745550d6ae194c85974d259e32c32a0b946e5e | /ITP1/ITP1_7_B.cpp | f8276e21798f661b4f4a80cbc9589d60b61a0eee | [] | no_license | dmingn/AOJ | 232b7c97b4055cee649511ce18ba632adf60af1b | f46407ae9ca371440041633dab4271512564e45a | refs/heads/master | 2021-01-20T13:47:12.503444 | 2017-08-08T23:40:10 | 2017-08-08T23:40:10 | 90,527,987 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 570 | cpp | #include <iostream>
using namespace std;
int main() {
int32_t n, x;
while (cin >> n >> x) {
if (n == 0 && x == 0) {
break;
}
int32_t count = 0;
for (int32_t i = 1; i <= n - 2; i++) {
for (int32_t j = i + 1; j <= n - 1; j++) {
... | [
"dmingn@users.noreply.github.com"
] | dmingn@users.noreply.github.com |
def3948fc56fdcdbd503bf7b7ff7dc181389324d | 8313358f5b7c76f38419503e2f90431a31a1ce52 | /State8.cpp | 6b60c299ee5558be5cc27dd932fcec61d88d553e | [] | no_license | fchaubeau/Grammaire | 6397703898b76416746811ca77516b043a0ca4f0 | 1f73546378f14412965d22869cc6393d1341d0bd | refs/heads/master | 2023-03-08T07:31:14.827969 | 2021-02-26T10:18:15 | 2021-02-26T10:18:15 | 341,691,926 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,048 | cpp | #include "state8.h"
#include <iostream>
bool State8::Transition(Automate & automate, bool isE) {
cout << "transition state8" << endl;
Lexer* l = automate.GetL();
Symbole* s = l->Consulter();
s->Affiche();
if(*l->Consulter() == PLUS){ // On est dans le cas E -> E * E
// On dépile 3 fois les ... | [
"f.chaubeau@gmail.com"
] | f.chaubeau@gmail.com |
c8012a58c0c72dd81321bafca8a2f3b1143dd750 | 49abb3066f7dc2952b2d4a3eec052bd5126c28d7 | /four_in_a_row_duels/server.cpp | 8c276d1f462b11914cdb1a2d1e3a184c0df30cce | [] | no_license | o-william/four-in-a-row-duels | c273d3b199560ec13bbfc994cdef4ebc2c3bbc26 | 18debc6064488ba6e3d1ce6c9fcc815f4026feea | refs/heads/main | 2023-06-17T11:26:33.757950 | 2021-06-16T17:11:43 | 2021-06-16T17:11:43 | 374,229,416 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,643 | cpp | /* connectFour game using the duels package
*
* ECN Project (2020/2021 - Semester II)
* Oluwapelumi WILLIAMS (IMARO II)
* Adedamola SODE (IMARO I)
*
* Supervisor : Professor Olivier Kermogant
*
*
* Implementation File of the game Server (contains "main")
* File Name: server.cpp
* Definition File: server.h (n... | [
"noreply@github.com"
] | noreply@github.com |
c7e875c75f06edffc725bd935d349965f0c9eb2d | 8a5b4e8ffc52e890b5392ed76adfe5007747866c | /source/paper/charts.cpp | 05a94d4fd3a164a93835d630eced604f389884d2 | [
"MIT"
] | permissive | fabiocannizzo/FastBinarySearch | cf974b0c6503de48149210c8d19b7a0de270e74e | 0a759f072a72b7e0da2bcbf82c40ac06dd3da626 | refs/heads/master | 2023-01-28T05:03:57.262006 | 2023-01-22T16:52:57 | 2023-01-22T17:04:07 | 38,153,232 | 56 | 12 | null | null | null | null | UTF-8 | C++ | false | false | 5,607 | cpp | #include <iostream>
#include <cstring>
#include <string>
#include <sstream>
#include <fstream>
#include <iomanip>
#include <map>
#include <set>
#include "Output.h"
#include "TypesForArticleTest.h"
using namespace std;
void parseValue(const std::string& cell, std::string& result)
{
result = cell;
}
void parseVal... | [
"Fabio_Cannizzo@yahoo.com"
] | Fabio_Cannizzo@yahoo.com |
6c5f0068ba992f7238687f00f1d29143fe973799 | f857082ae8d0c6865219bbbbeb4bb812cf6c25b0 | /pollock-strokes-kinect-new/src/Line.cpp | c7bff0b05c2ef36a6a7ce6d82ffb2d29f4c3c845 | [] | no_license | danaavesar/Jackson-pollock-painting | 1d27b473dce7293760d6ed8a5219c1fbdabfea9b | 95633efb9b6b218480939206a1d2445bb9b2a740 | refs/heads/master | 2016-08-11T13:52:57.735614 | 2016-03-15T16:15:52 | 2016-03-15T16:15:52 | 53,959,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 871 | cpp | //
// Line.cpp
// pollock-stroke-new
//
// Created by Dana Avesar on 2/15/16.
//
//
#include "line.h"
#include "ofMain.h"
void Line::setup(float _mouseX, float _mouseY, float _prevMouseX, float _prevMouseY, float _weight ){
random.x = ofRandom(posBeg.x, posEnd.x);
random.y = ofRandom(posBeg.y, posEnd.y);
}... | [
"danaavesar@gmail.com"
] | danaavesar@gmail.com |
d73b93f174e63a9ca5340426818d59eb584de5c8 | aaa403c4b4b0a65eeada6d420a17a7cb3a5a1573 | /algorithms/hackerrank/xorMatrix/xorMatrix.cpp | 69b08b94a9a48a7ab63a4a165bc576ec37de3c3c | [] | no_license | huyuji/garden | afd557757feb49e1a7ed270364480a843f45ffce | 04b8cbfa48c349624d71b6f6c57d71bdab1046b3 | refs/heads/master | 2023-03-20T00:07:25.706631 | 2022-12-21T02:58:17 | 2022-12-21T02:58:17 | 33,455,465 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,411 | cpp | #include <vector>
#include <iostream>
#include <fstream>
using namespace std;
vector<string> split_string(string);
vector<vector<unsigned long long>> init(unsigned long long n)
{
vector<vector<unsigned long long>> result(n);
result[0] = vector<unsigned long long>(n);
result[0][0] = 1;
result[0][n-1] ... | [
"huyuji1986@gmail.com"
] | huyuji1986@gmail.com |
1447cccda6a7d4191f45032e849db435692cdd69 | 3c94c49554d748f3046dc97d34cfa870c50414d2 | /BN/big_numbers.h | b1587ce67ed5ab3d56c80ca59ba7269260bbd67a | [] | no_license | Kerlenton/projects | 0881097d5813203702e49c2e514dc92ab3709d3c | ae5274b47941c1234bf3f6764552992a0f9852ca | refs/heads/master | 2023-08-13T22:25:02.678295 | 2021-10-11T11:37:53 | 2021-10-11T11:37:53 | 191,033,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 478 | h | #pragma once
#include <deque>
class BigNumber
{
public:
enum { BASE = 10 };
BigNumber(int = 0);
BigNumber operator+(const BigNumber &) const;
BigNumber operator-(const BigNumber &) const;
BigNumber operator/(const BigNumber &) const;
BigNumber operator*(const BigNumber &) const;
... | [
"noreply@github.com"
] | noreply@github.com |
0121b86350f7925289510e090368e3fc5f1a8697 | 781bf18003044b969a7bedba3a7a62a9e710ff56 | /ChainIDE/update/UpdateNetWork.cpp | 37db619f2313cf78c2fcdb8da60d0b298123717b | [] | no_license | HcashOrg/HX-IDE | 2ed9c7142d3c9fd878ba4ce0a15c82ce55f74d38 | c538ebaa92fc16608f654e4794192373e3adb3a7 | refs/heads/master | 2021-08-10T13:19:27.306711 | 2018-10-25T09:35:07 | 2018-10-25T09:35:07 | 140,408,191 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,684 | cpp | #include "UpdateNetWork.h"
#include <QNetworkReply>
#include <QNetworkAccessManager>
#include <QNetworkRequest>
#include <QMap>
#include <QFile>
#include <QFileInfo>
#include <mutex>
#include <QDir>
#include "UpdateProgressUtil.h"
class UpdateNetWork::DataPrivate
{
public:
DataPrivate()
:networkManager(n... | [
"47029316@qq.com"
] | 47029316@qq.com |
80c29cc82bf33646c41a9bf96099d805ee16d165 | 4a39ebf87a7562ccadbb23eae6980b562e7c2309 | /Game/AppSrc/CloudsScene.hpp | 1818423ca60cad9cdbbd98dd0e245f0c168bab94 | [] | no_license | dmaulikr/Origami | b6c6f8da61fd4cde9ec100477053f40268584257 | 99eacc22121676caf69818799af1495902ddd09b | refs/heads/master | 2021-05-30T15:52:58.265062 | 2016-03-09T15:28:31 | 2016-03-09T15:28:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,678 | hpp | /****************************************************************************
CloudsScene.hpp
Created by El Mehdi KHALLOUKI on 1/9/16.
Copyright (c) 2016 __MyCompanyName__.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Softw... | [
"khallouki.elmehdi@gmail.com"
] | khallouki.elmehdi@gmail.com |
e4c0fc8f510856b16e961360d14eb1ffa97b0199 | b1bf2d9fa5f43323dda785b8b35930c75f0cdcc1 | /akim20224753_CIS22A_lab7_almost_done.cpp | 8db8fb4c33fae61c6ea92fb868d1aa4996a29fa7 | [] | no_license | tokkiboi/C- | 2d9295ee211f859a24591502a0c5e9bf9ea96ba0 | a8035a522a12401c0a13541fdd95ddcc161e1f5f | refs/heads/master | 2021-01-10T02:39:06.514621 | 2015-12-07T10:25:54 | 2015-12-07T10:25:54 | 43,973,851 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,182 | cpp | // Alex Kim - 20224753
// alexkim80@gmail.com
// Lab 7 - Choosing a University
/* Remove all escape characters beginning with '\033' and ending with 'm' (ex: "\033[1;32m" )
if on any machine that does not support ANSI color output.. purpose is to output
in distinct color while debugging */
#include <iostream> // St... | [
"alexkim80@gmail.com"
] | alexkim80@gmail.com |
cd965f9cfaba4c5caec3582c28da3e260e89af67 | 31c38c6fa9d1aa2ad0ce113e7084cb8c0f7bc956 | /SDK/AB_Menu_Slasher01_parameters.h | 4cd2f38437536baf3529db7191e35c892f048ab4 | [] | no_license | xnf4o/DBD_SDK_461 | d46feebba60aa71285479e4c71ff5dbf5d57b227 | 9d4fb29a75b63f4bd8813d4ee0cdb897aa792a58 | refs/heads/main | 2023-04-12T22:27:19.819706 | 2021-04-14T22:09:39 | 2021-04-14T22:09:39 | 358,058,055 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,405 | h | #pragma once
// Name: DeadByDaylight, Version: 4.6.1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Parameters
//------------------------------------------------... | [
"xnf4o@inbox.ru"
] | xnf4o@inbox.ru |
7147d5c6434f8c9c61133a1ada7dd586895fff24 | 33fd5786ddde55a705d74ce2ce909017e2535065 | /build/iOS/Debug/include/Fuse.Controls.Navigat-d5b6859a.h | f17dab05a4160869db7373bf24d7e8519c8ac803 | [] | no_license | frpaulas/iphodfuse | 04cee30add8b50ea134eb5a83e355dce886a5d5a | e8886638c4466b3b0c6299da24156d4ee81c9112 | refs/heads/master | 2021-01-23T00:48:31.195577 | 2017-06-01T12:33:13 | 2017-06-01T12:33:13 | 92,842,106 | 3 | 3 | null | 2017-05-30T17:43:28 | 2017-05-30T14:33:26 | C++ | UTF-8 | C++ | false | false | 418 | h | // This file was generated based on '../../../../Library/Application Support/Fusetools/Packages/Fuse.Controls.Navigation/1.0.2/$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Int.h>
namespace g{
namespace Fuse{
namespace Controls{
// public enum NavigationControlI... | [
"frpaulas@gmail.com"
] | frpaulas@gmail.com |
3c78f93226e3ad285e88267c89d96a8f12a0c3cc | 7f3e95e825b894a8d015b5905592757a0040220f | /2013/inc/dbloftedsurf.h | 8b3b3a9644a36417518a6e1132cc6e0c3bb9accd | [
"MIT"
] | permissive | AliClouds/ObjectARXCore | b06e2d4bb59df2b45e56ec76d3abb843c7131009 | ce09e150aa7d87675ca15c9416497c0487e3d4d4 | refs/heads/master | 2021-05-28T05:19:12.593781 | 2014-05-08T01:23:33 | 2014-05-08T01:23:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,121 | h | //////////////////////////////////////////////////////////////////////////////
//
// Copyright 2012 Autodesk, Inc. All rights reserved.
//
// Use of this software is subject to the terms of the Autodesk license
// agreement provided at the time of installation or download, or which
// otherwise accompanies... | [
"kevinzhwl@gmail.com"
] | kevinzhwl@gmail.com |
713482567df2b01e698f435f31e35f29addf9b10 | ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c | /out/release/gen/third_party/blink/renderer/core/events/input_event_init.h | a1fc1067650a4fbaf505096e1922c66eac264196 | [
"BSD-3-Clause"
] | permissive | xueqiya/chromium_src | 5d20b4d3a2a0251c063a7fb9952195cda6d29e34 | d4aa7a8f0e07cfaa448fcad8c12b29242a615103 | refs/heads/main | 2022-07-30T03:15:14.818330 | 2021-01-16T16:47:22 | 2021-01-16T16:47:22 | 330,115,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,114 | 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 from the Jinja2 template
// third_party/blink/renderer/bindings/templates/dictionary_impl.h.tmpl
// by the script cod... | [
"xueqi@zjmedia.net"
] | xueqi@zjmedia.net |
23e3111fb31770ca9e58cfe5a7dd844e1d49d7bd | a10547879584316930ae20aeaa7a2bc9502d993f | /mystl_construct.h | 455c7bb3db796cb37c7dc3f52ee0db39f7f91dc4 | [] | no_license | brangpd/MySTL | f5ba5c53ded51762fb9291533f09362574ee6427 | 85d907cdbf8eabdc6c89a2c698b99be9c2ac01d7 | refs/heads/master | 2020-04-17T08:29:49.952025 | 2019-02-20T09:50:52 | 2019-02-20T09:50:52 | 166,414,643 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,457 | h | //
// Created by brang on 1/18/19.
//
#ifndef MYSTL_MYSTL_CONSTRUCT_H
#define MYSTL_MYSTL_CONSTRUCT_H
#include "mystl_config.h"
#include "type_traits.h"
#include <new>
#include <cassert>
#include <cstring>
BEGIN_NAMESPACE_MYSTD
template <class T>
inline T *allocate(ptrdiff_t size, T *)
{
T *tmp = (T *) ::opera... | [
"Brang.Pakdring@gmail.com"
] | Brang.Pakdring@gmail.com |
d890787ff8298e86a2d407f60327b6f9b638abaf | 2c6c81d4738f540f9ec4bd96c9d6c110f2d00632 | /csg/BoundingBox.h | d0b7d2694cdf75efed61adbf47934f25c2a71b63 | [] | no_license | Romain96/M1S1_CPOA | 2acb09d4a4c1abab87335324e6217c961b440e1d | 5e41f31482dca782df56be4222f94ca86e5f1e61 | refs/heads/master | 2021-05-04T20:00:41.836445 | 2018-01-09T22:15:45 | 2018-01-09T22:15:45 | 106,827,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,149 | h | #ifndef __BOUNDINGBOX_H__
#define __BOUNDINGBOX_H__
#include "Vector.h"
#include "Utils.h"
// représente les boîtes englobantes en coordonnées 2D float (vec2f)
// les boîtes englobantes sont alignées sur les axes
class BoundingBox
{
protected:
Vec2f _upper_left_point;
Vec2f _upper_right_point;
Vec2f _lowe... | [
"romain.perrin@etu.unistra.fr"
] | romain.perrin@etu.unistra.fr |
6467ee4e12a7a1b26f8a73dc20bcf69a46b56ece | 056fcc67222afe34d96fd9cadb35469f6d305907 | /driveronly_mp_rom/oppo/libs/oppomedia/libs/libmac/MACLib.h | b0281dde53a77f971a5c07e89956c51b4d460ba3 | [] | no_license | datagutt/12055 | a9e98f2972a76d92b7d07eee690cd1300b780efe | 593741d834fff91ad3587c762caea5f00b69ba69 | refs/heads/master | 2020-07-21T13:04:55.731555 | 2013-10-10T06:12:43 | 2013-10-10T06:12:43 | 14,116,459 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 27,287 | h | /*****************************************************************************************
Monkey's Audio MACLib.h (include for using MACLib.lib in your projects)
Copyright (C) 2000-2009 by Matthew T. Ashland All Rights Reserved.
Overview:
There are two main interfaces... create one (using CreateIAPExxx) and go to ... | [
"zhangws@gmail.com"
] | zhangws@gmail.com |
2a23d3660161a3bea73de9b0ac7f2d3f49a0a082 | f371a1e57b354cc1b985dbfc17f057c186d9f7a0 | /acmicpc.net/source/14709.cpp | bb461d4c9d7292442f2e322630a8f1593121086b | [
"MIT"
] | permissive | tdm1223/Algorithm | 7ea3d79eaa7244a1cfe8a420e25d89b783465e8f | c773ab0338e5a606ad0fc7d8989b0ee7cc1bf3fa | refs/heads/master | 2022-11-14T01:34:08.955376 | 2022-10-30T11:00:54 | 2022-10-30T11:00:54 | 143,304,153 | 8 | 9 | null | 2019-08-06T02:41:24 | 2018-08-02T14:16:00 | C++ | UTF-8 | C++ | false | false | 1,129 | cpp | // 14709. 여우 사인
// 2020.07.03
// 구현
#include<iostream>
#include<algorithm>
using namespace std;
int finger[6];
int main()
{
int n;
cin >> n;
for (int i = 1; i <= 5; i++)
{
finger[i] = i;
}
bool flag = true;
int ans = 0;
for (int i = 0; i < n; i++)
{
int a, b;
... | [
"tdm1223@naver.com"
] | tdm1223@naver.com |
d304909f08ed164421d1fdaf1135fd066cf4e1b8 | a1ed43533a99c3771501652264cb524ec177fa87 | /tests/DeferredDisplayListTest.cpp | 697f00328f7c81453395ab8800c15f79a76cf7c6 | [
"BSD-3-Clause"
] | permissive | finddit/skia | bf21f99418cfaa005cd2963efa251a9587c99f5c | 7454cbdd159689e52909f6313d10f66846d89ac3 | refs/heads/master | 2020-03-21T10:35:51.847287 | 2018-06-22T19:53:02 | 2018-06-23T02:30:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 37,226 | cpp | /*
* Copyright 2017 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkTypes.h"
#include "GrBackendSurface.h"
#include "GrCaps.h"
#include "GrContext.h"
#include "GrContextFactory.h"
#include "GrContextPriv.h"
#include "GrGpu.h"
#inc... | [
"skia-commit-bot@chromium.org"
] | skia-commit-bot@chromium.org |
d7a86c287462f830ff4f635a4e1bcb04648e25f6 | 9cfb1c6a5a91bb84a1b9d9423fe1247ee1f905d9 | /prime_matrix.cpp | 3563c668acc174d530d9d0fc4a2641e4c16e51c9 | [] | no_license | dawdler/Algorithmic-Coding | 2deac7b1391e93aca8e69e8e9c17e572248cfcee | 5946b2039686aea49c797481de466cecf5a34875 | refs/heads/master | 2021-01-19T11:35:05.225326 | 2014-03-04T20:27:55 | 2014-03-04T20:27:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,761 | cpp | #include<iostream>
#include<vector>
#include<cmath>
#define MAX 100001
#define MAX1 501
using namespace std;
bool sieve[MAX];
vector<int>primecol;
void gensieve()
{
long i,j;
sieve[0]=sieve[1]=true;
for(i=4;i<MAX;i+=2) sieve[i]=true;
for(i=2;i<=sqrt(MAX);++i) {
if(!sieve[i]) {
... | [
"atit.anand.cs@gmail.com"
] | atit.anand.cs@gmail.com |
4a4175327e979e54fb293b5c447965b142862564 | 0473b7e7684874f1daf13b9e4c5b21ce16ce6ad2 | /srcs/ubcrt/ubcrt/NuCC/BackTrackerTruthMatch.h | 5a886ef9accd07510e4934b2d280a600f00b2de3 | [] | no_license | thomasmettler/v08_00_00_35 | 352e38d8e98cf4c66aeb99cc9fbccbc97610ddd0 | a786890240341b09266097b96c1cc108c9de0ea0 | refs/heads/master | 2021-04-01T16:36:38.229728 | 2020-04-13T09:53:19 | 2020-04-13T09:53:19 | 248,200,922 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,933 | h | #ifndef BACKTRACKERTRUTHMATCH_H
#define BACKTRACKERTRUTHMATCH_H
//some standard C++ includes
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <string>
#include <vector>
//some ROOT includes
#include "TString.h"
#include "TInterpreter.h"
#include "TROOT.h"
#include "TTree.h"
#include "TH1F.h"
#inclu... | [
"thomas.mettler@hotmail.com"
] | thomas.mettler@hotmail.com |
0abde2b52ec348892b94515ce1334d398b87b5e9 | 62d48dd287407b9d96c7119f9523e8028d5fbd53 | /checkout.cpp | d3e6cf2c29bb9a4c8526c6ee3685a481f02b1a2d | [] | no_license | s-a-j-a-g/Canteen-Management-System | 7c8c4e7d01d3cb4d3fbd471d27cc30e2c86866ae | af1eb11245a5fd76de1161d7c44f8eddaed15843 | refs/heads/master | 2022-12-23T12:07:14.798653 | 2020-09-27T19:10:36 | 2020-09-27T19:10:36 | 282,635,431 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,914 | cpp | #include "checkout.h"
#include "ui_checkout.h"
#include "customerwindow.h"
#include "mainwindow.h"
#include <QDebug>
Checkout::Checkout(QWidget *parent) :
QDialog(parent),
ui(new Ui::Checkout)
{
ui->setupUi(this);
setWindowFlag(Qt::WindowContextHelpButtonHint,false);
QStringList... | [
"noreply@github.com"
] | noreply@github.com |
a7108b36c1cbdf1f8fad5e09382a9f8558571a6a | f18cc9117a7ba74ec1070fc91cb607f8fec420c6 | /Examens/IluminacioColor/MyGLWidget.cpp | 1141f51de3bce03389e142631c032b793523345a | [] | no_license | elena20ruiz/IDILabs | 1a18b10e7b5599787909873feb8e741b7cd69d76 | 5fb5620d0b3cfe21bf22a9df18055fcd956c951a | refs/heads/master | 2021-03-19T15:45:29.582024 | 2016-12-13T14:21:18 | 2016-12-13T14:21:18 | 52,978,294 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,142 | cpp | #include "MyGLWidget.h"
#include <iostream>
MyGLWidget::MyGLWidget (QWidget* parent) : QOpenGLWidget(parent)
{
setFocusPolicy(Qt::ClickFocus); // per rebre events de teclat
xClick = yClick = 0;
angleY = angleX = 0.0;
perspectiva = true;
DoingInteractive = NONE;
radiEsc = sqrt(5);
//ILUMINACIO
vec_po... | [
"elena.ruiz@a5s102pc33.fib.upc.es"
] | elena.ruiz@a5s102pc33.fib.upc.es |
81540517899bdcebe08173056f86d94b44ae3d7c | 95b0ba242e8f736444fd6be55935e0e191a5661d | /sdts++/builder/sb_Pnts.cpp | 0f7e4a52d3ce4e9dc9a549911ef6ce7009f62ccb | [
"LicenseRef-scancode-public-domain"
] | permissive | tbrowder/sdts-fork | 4ef153fdf3bd2395e73b5dcc72694e6ac435a653 | 7c149c465126630db5e68b793b589da05c793f09 | refs/heads/master | 2021-01-02T23:13:05.147114 | 2013-07-10T12:56:52 | 2013-07-10T12:56:52 | 11,232,985 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,731 | cpp | //
// This file is part of the SDTS++ toolkit, written by the U.S.
// Geological Survey. It is experimental software, written to support
// USGS research and cartographic data production.
//
// SDTS++ is public domain software. It may be freely copied,
// distributed, and modified. The USGS welcomes user feedback, ... | [
"tom.browder@gmail.com"
] | tom.browder@gmail.com |
aafd20078941c5da2e63df41a0b804d24107dd0c | 5dd2ec8717248d25c502a7e73182be11dd249fb3 | /media/gpu/vaapi/vp8_rate_control.cc | e717e36f1853e041639d65c1145e4f69f535cfe5 | [
"BSD-3-Clause"
] | permissive | sunnyps/chromium | 32491c4799a2802fe6ece0c05fb23e00d88020e6 | 9550e527d46350377a6e84cd6e09e1b32bf2d936 | refs/heads/main | 2023-08-30T10:34:39.941312 | 2021-10-09T20:13:18 | 2021-10-09T20:13:18 | 217,597,965 | 0 | 0 | BSD-3-Clause | 2021-09-28T18:16:02 | 2019-10-25T19:01:58 | null | UTF-8 | C++ | false | false | 1,604 | cc | // Copyright 2021 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/gpu/vaapi/vp8_rate_control.h"
#include "base/logging.h"
#include "third_party/libvpx/source/libvpx/vp8/vp8_ratectrl_rtc.h"
namespace med... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
d92a39e3c4cb92645fff890194d0d0a3cf5b6c8a | c3a114ab4ac66abe3bf0e104f4744a9cbbc30536 | /String_pyramid/main.cpp | 6a24d9ae246800a1ddefa90ebeff2f14d39c1499 | [] | no_license | zahidford/C-plus-plus-Procedural-Programming-Knowlege | 7fde7e775c10967f30bdc2e6e22fb91b35da686e | 692312939f103af416c7bd84097cc98646b0d142 | refs/heads/master | 2020-04-16T06:58:15.079296 | 2019-03-04T01:35:42 | 2019-03-04T01:35:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 849 | cpp | #include <iostream>
#include <string>
using namespace std;
int main()
{
string input_string{};
string pyramid_striing{};
cout << "Please Enter a String of character or whatever!: ";
getline(cin,input_string);
cout << " Here comes your Pyramid "<<endl;
size_t string_length;
st... | [
"noreply@github.com"
] | noreply@github.com |
cc159846f6a7e9eee0a78a46d6e55371f4a4a76b | 04b2c3c058d9c110be49c7b207d52ad6db6ff1a4 | /VroumVroum/Source/Sandbox/UIDataHolderController.h | 5a29ae31521414647bd6076afbbdb986b7e47c3f | [] | no_license | AxelIngouf/PlushRush | b6c46a81ab67ecc57b646ba6a47fbfad4bfd7045 | 4bfe443dceb9ca0547634692dccb7754e312a35b | refs/heads/master | 2023-03-10T15:19:19.403088 | 2021-03-04T01:24:29 | 2021-03-04T01:24:29 | 342,774,381 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,077 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/PlayerController.h"
#include "EndGameWidget.h"
#include "UIDataHolderController.generated.h"
/**
*
*/
UCLASS()
class SANDBOX_API AUIDataHolderController : public APlayerCo... | [
"a.ingouf@student.isartdigital.com"
] | a.ingouf@student.isartdigital.com |
d413e8daf8cea2377e5982220f8d888aa5005108 | da1500e0d3040497614d5327d2461a22e934b4d8 | /components/prefs/persistent_pref_store_unittest.cc | d297858b81258ce76b7dca6308523e5f9c6dc5ae | [
"BSD-3-Clause"
] | permissive | youtube/cobalt | 34085fc93972ebe05b988b15410e99845efd1968 | acefdaaadd3ef46f10f63d1acae2259e4024d383 | refs/heads/main | 2023-09-01T13:09:47.225174 | 2023-09-01T08:54:54 | 2023-09-01T08:54:54 | 50,049,789 | 169 | 80 | BSD-3-Clause | 2023-09-14T21:50:50 | 2016-01-20T18:11:34 | null | UTF-8 | C++ | false | false | 976 | cc | // 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.
#include "components/prefs/persistent_pref_store.h"
#include "base/bind.h"
#include "base/run_loop.h"
#include "base/sequence_checker_impl.h"
#include "b... | [
"dahlstrom@google.com"
] | dahlstrom@google.com |
68c565a9a662244cea97ac6cb4ff7b7511e10e40 | fd57ede0ba18642a730cc862c9e9059ec463320b | /rs/cpp/BaseObj.cpp | 1616ed5c0847dd31286e9e7a797528601c4ac8fc | [] | no_license | kailaisi/android-29-framwork | a0c706fc104d62ea5951ca113f868021c6029cd2 | b7090eebdd77595e43b61294725b41310496ff04 | refs/heads/master | 2023-04-27T14:18:52.579620 | 2021-03-08T13:05:27 | 2021-03-08T13:05:27 | 254,380,637 | 1 | 1 | null | 2023-04-15T12:22:31 | 2020-04-09T13:35:49 | C++ | UTF-8 | C++ | false | false | 1,685 | cpp | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | [
"541018378@qq.com"
] | 541018378@qq.com |
7003571dbe00986e420f7a781ab219096c58f55b | 0deb99434144f35908f643f427fbbdea1c46f0bb | /01/calc/calc.cpp | eea102185fd2469461317e2fb2c00e37d7a3e15d | [] | no_license | dlbas/made_2019_cpp | efcdc659806f8392884f6df42a40ef92a974e3e9 | e98572d9eda3c5e19094ecb79ccd3d37aa01fa89 | refs/heads/master | 2023-06-04T11:03:03.731806 | 2021-06-25T09:23:05 | 2021-06-25T09:23:05 | 380,184,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,384 | cpp | #include <string>
#include <iostream>
#include <ctype.h>
#include "calc.hpp"
parse_return eval_expr(std::string s)
{
int i = skip_leading_whitespace(0, s);
return parse_expression(i, s);
}
parse_return parse_expression(int i, std::string s)
{
i = skip_leading_whitespace(i, s);
int state = 0;
p... | [
"daniel.baskal@gmail.com"
] | daniel.baskal@gmail.com |
ba63b77e13961f73362976a354111896789f472d | 06464ea42a4620e6c934e96286afc29d9fde7d0c | /src/clients/c++/request.cc | c8bd985215d3453b145b8613087831f63bb1c09c | [
"BSD-3-Clause"
] | permissive | xinli94/dl-inference-server | 9a085bb7fa9b3620bd2ca1fb8658aec1ac529f16 | f81dc8c2a67828a6b56b62e007db2810953f0f06 | refs/heads/master | 2020-04-08T13:28:10.121510 | 2018-11-21T17:55:10 | 2018-11-21T17:55:10 | 159,392,396 | 0 | 0 | BSD-3-Clause | 2018-11-27T20:05:19 | 2018-11-27T20:05:18 | null | UTF-8 | C++ | false | false | 73,193 | cc | // Copyright (c) 2018, NVIDIA CORPORATION. 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 condi... | [
"davidg@nvidia.com"
] | davidg@nvidia.com |
c81ebf2223011d05bc1721b9b76fde4c0e05b930 | 5cb9dccbcccb8a2137368dd0615fe3e3c7761707 | /simulations/kinova/devel/.private/moveit_msgs/include/moveit_msgs/QueryPlannerInterfacesRequest.h | e692a07a7654f61f77160777e1a097cc70f67dbd | [] | no_license | Simon-Steinmann/sim2real-modular-RL-project | b2467a393014e106043f6128a026f5eac934a83d | 4027590ac94de2d5c914731c09efcf2f318b9ca3 | refs/heads/master | 2020-07-29T01:30:56.450919 | 2019-10-12T09:33:00 | 2019-10-12T09:33:00 | 209,605,548 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,877 | h | // Generated by gencpp from file moveit_msgs/QueryPlannerInterfacesRequest.msg
// DO NOT EDIT!
#ifndef MOVEIT_MSGS_MESSAGE_QUERYPLANNERINTERFACESREQUEST_H
#define MOVEIT_MSGS_MESSAGE_QUERYPLANNERINTERFACESREQUEST_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serializatio... | [
"simon.steinmann91@gmail.com"
] | simon.steinmann91@gmail.com |
b501d3731061d6110b0a6012e188c276812483ee | 8a175299e2897b7d7e87c9ce4b928f20bf2d8dd2 | /ESP32_WS_007_3/effet.ino | b6db5861a2160cc46d45de154830a52ebeb6df31 | [] | no_license | ririfonfon/ESP32_WS | 63ae7d75917e05e8517e1438f283a6c7822fbd71 | 0359e7538c214e57cde9a9f9524c4ef99609ccd2 | refs/heads/master | 2020-04-11T09:02:51.795543 | 2019-05-10T16:14:11 | 2019-05-10T16:14:11 | 161,664,262 | 1 | 2 | null | 2019-05-02T09:33:33 | 2018-12-13T16:16:16 | C++ | UTF-8 | C++ | false | false | 10,523 | ino |
////////////////// FX THREAD
void fx_task( void * pvParameters ) {
while (true) {
if (_Fx_type <= 11) effet();
else delay(1);
leds_show();
yield(); // rend la main
}
vTaskDelete(NULL);
}// fx_task( void * pvParameters )
////////////////// FX CONFIG
// Indicate which strip is active (tru... | [
"ririfonfon10@gmail.com"
] | ririfonfon10@gmail.com |
69e9898f505aaa97452e1f0bf2be0820c8fb45c1 | cd84fc75487a5d5ea4b7ea4af10a10de789a85ab | /project_code/com/drollic/graphics/painting/nativeprocessing/INativeMomentsPainter.cpp | 4a4ecd568b58f786fe0d4802316548ac849f8218 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | drollicdotcom/devart-template | be11d8992bb3f726bc775ee17548ec12b09d2861 | 4e59a8b4f7e0e94cccc33911a2c58dd981dfbee5 | refs/heads/master | 2020-05-20T18:17:59.649841 | 2014-03-27T02:53:05 | 2014-03-27T02:53:05 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 31,959 | cpp | /*
Copyright © 2006, Drollic
All rights reserved.
http://www.drollic.com
Redistribution of this software in source or binary forms, with or
without modification, is expressly prohibited. You may not reverse-assemble,
reverse-compile, or otherwise reverse-engineer this software in any way.
THIS SOFTWARE ("S... | [
"raysblog@gmail.com"
] | raysblog@gmail.com |
9b1fe9f828c426a115f1ce5084ac0a7cc651438c | 084006eb442b60b82b3d85d61a3b53d21c5c8855 | /shared/Entity/SelectButtonWithCustomInputComponent.h | 7f525a14b9eaddc8df80f18c21149857a6047de6 | [
"XFree86-1.1",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | SethRobinson/proton | 7aadcb38bc676c136dce01b8f6773fd75fa33d55 | 6b1474e75a2acf48d848c70fcb043ce8223001a9 | refs/heads/master | 2023-08-31T11:04:21.575522 | 2023-08-29T07:44:50 | 2023-08-29T07:44:50 | 142,253,855 | 81 | 31 | NOASSERTION | 2023-08-07T22:02:41 | 2018-07-25T05:55:38 | C++ | UTF-8 | C++ | false | false | 1,084 | h | // ***************************************************************
// SelectButtonWithCustomInputComponent - Creation date: 8/27/2010
// -------------------------------------------------------------
// Robinson Technologies Copyright (C) 2010 - All Rights Reserved
//
// ***************************************... | [
"seth@rtsoft.com"
] | seth@rtsoft.com |
9b51a0e21765c846c5460cb6352b112553f489a4 | c47f85f33897c32b41dfd79eb9ecc34fcc0fe2c6 | /Modules/Meshing/Filter/.svn/text-base/vtkMimxPlanarTrilinearInterpolation.h.svn-base | 7a24eb1d6e6b26b200d7421810eb1be65a303a77 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-3dslicer-1.0",
"BSD-3-Clause"
] | permissive | pieper/ModelDraw | 1193b716209fdac6a38d48d42a8b9ffcf067a43c | 2ec77974b2c1a8f666704957be854877238e0f0c | refs/heads/master | 2020-05-21T00:19:35.884629 | 2015-06-25T08:42:14 | 2015-06-25T08:42:14 | 2,093,941 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,346 | /*=========================================================================
Program: MIMX Meshing Toolkit
Module: $RCSfile: vtkMimxPlanarTrilinearInterpolation.h,v $
Language: C++
Date: $Date: 2007/07/12 14:15:21 $
Version: $Revision: 1.6 $
Musculoskeletal Imaging, Modelling and Experimentation (MIMX)
... | [
"pieper@bwh.harvard.edu"
] | pieper@bwh.harvard.edu | |
4b7cda1589a2a71eb7ea2d9f18e20b191239cdf0 | 6c036ed6dc4ac3d521984b8421c469e4f442146f | /Project Komgraf Space Impact/LodeRunner/cPelor.cpp | 92a9a4263a0d0c8a5d12057e033cc9e634d93bbc | [] | no_license | coolize/broken-spaceimpact | 978b690ae0353ee75ef882d7af4b7e71b8426d88 | 4616eafeac0b0981233c88476b72f484ff65232b | refs/heads/master | 2021-01-20T17:46:18.232002 | 2016-06-01T17:13:34 | 2016-06-01T17:13:34 | 60,185,440 | 0 | 0 | null | 2016-06-01T15:45:07 | 2016-06-01T14:44:59 | C++ | UTF-8 | C++ | false | false | 1,830 | cpp | #include "cPelor.h"
#include "cGame.h"
#include "cPlayer.h"
cPelor::cPelor()
{
}
cPelor::~cPelor()
{
}
void cPelor::Render()
{
glEnable(GL_TEXTURE_2D);
glBindTexture(GL_TEXTURE_2D, bulletSheet->at(animControl->Index())->Texture());
glBegin(GL_QUADS);
//TODO: NANTI GANTI JADI 50 Z nya biar pelu... | [
"cool_ize@hotmail.com"
] | cool_ize@hotmail.com |
bf858bf44db384adc3cf7e8d3c4b91ca674bd664 | cd584fbc26ecf1dbc2d2bf97ff5d169502aa18c3 | /2012/LAMPS_SiCsI/Suhyun_modified/src/examplePrimaryGeneratorAction.cc | 94c630f5991e232df997a4fde35647073732b84f | [] | no_license | SongkyoLee/KUNPL | 10b63177354c2416a28c8ddb9761113ad93613fe | f3200a70fa07a3d1873d67e1c52a2d502b506679 | refs/heads/master | 2016-09-12T15:15:17.911319 | 2016-05-09T12:07:44 | 2016-05-09T12:07:44 | 58,053,105 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,266 | cc | #include "examplePrimaryGeneratorAction.hh"
#include "TMath.h"
#include "Randomize.hh"
#include "G4ParticleGun.hh"
#include "G4Event.hh"
#include "G4IonTable.hh"
#include "G4UnitsTable.hh"
#include "G4ThreeVector.hh"
#include "G4ParticleDefinition.hh"
examplePrimaryGeneratorAction::examplePrimaryGeneratorAction()
{
... | [
"songkyo.lee@cern.ch"
] | songkyo.lee@cern.ch |
762811bd242f865343ab87c5bab0e8298736aa38 | 081e5e8cc28e84bb16d6c4fc8b12b75a7bac2a16 | /button.h | 644fe11445b2f974e466169b78fb7f07ba34d6fb | [] | no_license | amtlib-dot-dll/UI-Framework-UI | 64f4a0bbb9035ab32370870f2b89367da6cba20d | 78dba9cc86760ebb8e31e8f50031e3aa1a61194c | refs/heads/master | 2021-01-13T10:55:30.849965 | 2016-10-30T12:36:46 | 2016-10-30T12:52:07 | 72,275,961 | 0 | 0 | null | 2016-10-30T12:52:07 | 2016-10-29T09:23:05 | C++ | UTF-8 | C++ | false | false | 333 | h | #ifndef INCLUDE_GUARD_BUTTON_H
#define INCLUDE_GUARD_BUTTON_H
#include "window.h"
#include <memory>
#include <string>
class button_t {
class impl_t;
std::unique_ptr<impl_t> impl_;
public:
button_t(uintptr_t id, std::string text, int x, int y, int width, int height, window_t& window);
~button_t();
... | [
"amtlib-dot-dll@users.noreply.github.com"
] | amtlib-dot-dll@users.noreply.github.com |
2791b45429448205d5d1b843c5da8739d91934c1 | 9faee3f44035d5557b85c9a8690e9790babdf3a7 | /v6/cpp_module_02/TargetGenerator.cpp | 660477f4084b406c04f414abef642ced1a4d6eb9 | [] | no_license | d-r-e/exam-rank-05 | 81c795bc2b8aeb6876fc4712a53e19d763118d7c | 5e2591f2a615e469328d6d31c777b21dd7f9c03e | refs/heads/master | 2022-12-27T08:41:39.077136 | 2020-10-09T07:17:14 | 2020-10-09T07:17:14 | 292,661,917 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,044 | cpp | #include "TargetGenerator.hpp"
TargetGenerator::TargetGenerator()
{
}
TargetGenerator::~TargetGenerator()
{
for (std::vector<ATarget*>::iterator it = targets.begin(); it != targets.end();
++it)
{
delete *it;
}
targets.clear();
}
void
TargetGenerator::learnTargetType(ATarget *target)
{
if (target)
{
for (... | [
"darodrig@c3r9s1.42madrid.com"
] | darodrig@c3r9s1.42madrid.com |
9215230c69a94e2cadfe89b8597a155749241e92 | 21769b17a88f9ce4b289ef7648427e81d234fe07 | /SPOJ/NATUREZA.cpp | 8255994555bae816d8b6091267e18874c4c7878e | [] | no_license | jessicaione101/online-judge-solutions | 74deea11ada9cbfa19d1bbf7afa052c7b8a8e47b | 2067f65d9eb18dadff7cbb6bc4f8d21f2fcc1a10 | refs/heads/master | 2021-08-23T12:13:21.423364 | 2017-12-04T21:34:35 | 2017-12-04T21:34:35 | 113,095,167 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,408 | cpp | // http://br.spoj.com/problems/NATUREZA/
#include <iostream>
#include <vector>
#include <map>
#include <string>
#include <queue>
int countFoodChain(const std::vector<std::vector<int>>& nature, int animal) {
std::vector<bool> visited(nature.size());
std::queue<int> to_visit;
to_visit.push(animal);
visited[anim... | [
"jessicaione101@gmail.com"
] | jessicaione101@gmail.com |
c9f0fb1b716e373a1b977c2c1ca68af450bbd2f0 | 6cd1bf6544347c85cabaf672a5ed2dad94a18b63 | /TopCoder/SRM836/B.cpp | 2e59b51c7458ba7b1ad9bf3a389fb061cd393f11 | [] | no_license | Shell-Wataru/AtCoder | 0a35f12478ac0ab54711171f653ce7bed5189c92 | 0ba32250f4e4a44459a4cd231ff47a5f46c4fe87 | refs/heads/master | 2023-01-10T04:21:25.199532 | 2023-01-09T04:16:30 | 2023-01-09T04:16:30 | 89,144,933 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,433 | cpp | #include <string>
#include <cmath>
#include <cstring>
#include <cstdio>
#include <iostream>
#include <algorithm>
#include <vector>
#include <map>
#include <queue>
#include <iostream>
#include <iomanip>
using namespace std;
using ll = long long;
// template <typename T>
// struct V : vector<T>
// {
// using vector<... | [
"world.excite.8.enjoy@gmail.com"
] | world.excite.8.enjoy@gmail.com |
615be1c84d7e46dc8d379914a91e7874470451f9 | 751c4f8f57604ee74238fb2b7f2013217db29ea2 | /2-10.cpp | 93f36abc423211cd8883dbac6e3f4fb20ce91d98 | [] | no_license | ligenkang/text | 999553df6e9384cbfe37d0a500a96d8f5f6585fe | 4a485d97311f831e9771fdcb05f8eec7db6a871e | refs/heads/master | 2016-09-14T14:39:50.055801 | 2016-04-24T08:45:49 | 2016-04-24T08:45:49 | 56,657,539 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 303 | cpp | #include<iostream>
using namespace std;
int main(){
int i=0,j=0,n;
cout<<"enter some integers please(enter 0 to quit):"<<endl;
cin>>n;
while(i!=0){
if(n>0)i+=1;
if(n<0)j+=1;
cin>>n;
}
cout<<"Count of positive integers:"<<i<<endl;
cout<<"Count of negative integers:"<<j<<endl;
return 0;
}
| [
"1179806342@qq.com"
] | 1179806342@qq.com |
4e308d78c5571d41524491aee40bdc9f34932b6d | f3b91386fe3a639a54c340e65a28147699ede19b | /DS1302.ino | 1b7ad0020fb85eb28c87f0bf9bbdbfec3caaad81 | [] | no_license | DKKowalski/Light-Automation-System | b2b43214a09a78f29b62bfe097cca435f3e48ff7 | 856d471f03dd0732bc81a1727eacc874e3d1e1e0 | refs/heads/master | 2023-05-30T09:24:31.218721 | 2021-06-17T16:39:50 | 2021-06-17T16:39:50 | 375,837,665 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,668 | ino | #include <virtuabotixRTC.h>
#define LEDPin 13
//creation of the Real Time Clock Object
virtuabotixRTC myRTC(6,7,8);
char Incoming_value = 0; //Variable for storing Incoming_value
void setup() {
// put your setup code here, o run once:
Serial.begin(9600);
pinMode(LEDPin,OUTPUT);
myRTC.setDS130... | [
"sewunakpandana5@gmail.com"
] | sewunakpandana5@gmail.com |
85dbb89b471a7423b25f364ce08a60abf7125658 | 0a6265e93202a96293cc959e5bfd5b0dd60a962b | /include/PublicLib/XYLog.h | e06b4390a8db4b17677c78b701a433d743a74cd5 | [] | no_license | lixuhuli/ios | ffd7661bc6497d970809c38bc58744c234ae7ba0 | 056a7921ff5d1f1b03329e472393f6d55b0407a1 | refs/heads/master | 2020-04-10T11:52:17.941496 | 2019-03-20T07:43:17 | 2019-03-20T07:43:17 | 161,005,138 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 8,744 | h | #pragma once
#include <windows.h>
#include <string>
using namespace std;
enum XYLOG_LEVEL
{
LEVEL_DEAD = 1,//致命日志
LEVEL_ERROR = 2,//错误日志
LEVEL_WARN = 3,//警告日志
LEVEL_INFO = 4,//信息日志
LEVEL_DEBUG = 5,//调试日志
};
enum XYLOG_OUTPUT_MODE
{
OUTPUT_MODE_DATE = 1,//按日期打印日志。即程序每天生成一个日志文件,已追加的方式写入
OUTPUT_MODE_SESSION,//按会话... | [
"lixuhuli@126.com"
] | lixuhuli@126.com |
396d2753d98f20768cc31a84f628e3f8dca9afb7 | 0de9688de651ee81660dee187291bd97e5da1ee2 | /tool/code/trunk/cxx/Filtering/Core/templates/itkMeanHistogram.hxx | 684aaeaa3d8e41f75b19833843af0a6daa3fd9f7 | [] | no_license | zengruizhao/Radiomics | 2845cd7f17a46fae95be5d68b135ceda76ed4e44 | 34c1f1bff12fb994c904eaab0691f33819067003 | refs/heads/master | 2022-04-26T11:56:59.338297 | 2020-05-01T08:15:12 | 2020-05-01T08:15:12 | 257,222,358 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,240 | hxx | #ifndef __itkMeanHistogram_hxx
#define __itkMeanHistogram_hxx
////////////////////////////////////////////////////////////////////////////////////////////////////
#include "ccipdDisableWarningsMacro.h"
// itk includes
#include <itkMeanHistogram.h>
#include <itkNumericTraits.h>
#include "ccipdEnableWarningsMacr... | [
"zzr_nuist@163.com"
] | zzr_nuist@163.com |
b59e01299a65854b4c92d9e14f96d4f75c049a82 | 16acfcc436e9913c548f722b324577f7c82c2c39 | /client_random_chunk_test.cpp | 6999ec4ddd46de30d0759674ae2687fe2e68be64 | [] | no_license | Anjay-commits/OS_assignment2 | 6f3a93e841681f18214497a2930629613210b93b | 65c35c7071cfe37a75a3f3cfb248e943f53f63d1 | refs/heads/master | 2020-09-05T17:56:40.161894 | 2019-10-15T16:05:38 | 2019-10-15T16:05:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,661 | cpp | #include <cstdio>
#include <cstdlib>
#include <cstring>
#include <netinet/in.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <arpa/inet.h>
#define CHUNK_SIZE 524288
int main()
{
int sockfd ;
if((sockfd = socket(AF_INET, SOCK_STREAM, 0)) < 0)
printf("SOcket cannot be created.\n");
... | [
"divyansh.shrivastava@students.iiit.ac.in"
] | divyansh.shrivastava@students.iiit.ac.in |
8489d3e3d6f81dd0b7e1b9a2585650a2a326b093 | e02bd4b6b09218714a2f77b3db992c1b2a6f7f69 | /Player.cpp | d03a3d5fe1cc468c85f212302ae4d09c121f5a5d | [] | no_license | kmonteith25/KevinMonteithHomeworkTwo | 6ea0dd615070bd20427d230f44ac509ff71eb75b | 32fe3c00d8244425bf39cf758b389eca2da56a06 | refs/heads/master | 2021-01-06T08:34:29.129104 | 2020-02-20T03:53:43 | 2020-02-20T03:53:43 | 241,262,823 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 798 | cpp | #include "Player.h"
//returns current hand total
int Player::getHandTotal()
{
return hand->getTotal();
}
//adds card to hadn
void Player::addCardToHand(Card* card)
{
this->hand->addCard(card);
}
//clears hand of all cards
void Player::clearHand()
{
this->hand->clearHand();
}
//request hit from dealer
void Player... | [
"kmonteith@student.bridgew.edu"
] | kmonteith@student.bridgew.edu |
075c3adb218a531dc558060ee7a2beb2826f562e | 493a80313571bdf1163771818f5ac2e72d40428d | /PP10.Polymorphism/Enemy.h | faf517146e1e94bc4ee67c764a6aaa160e3953ee | [] | no_license | tjdqls1258/GameFramwork | d66cc622b982caf74c159122fe8cc58fe07c2e41 | cbb1318f40372552188720f7ae77253de067ae06 | refs/heads/master | 2020-03-28T06:10:39.779149 | 2018-11-09T03:16:14 | 2018-11-09T03:16:14 | 147,818,757 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 259 | h | #include "GameObject.h"
class Enemy : public GameObject
{
public:
Enemy(const LoaderParams* pPap) {}
Enemy(){ }
void load(int x, int y, int width, int height,
std::string textureID);
void draw(SDL_Renderer* pRenderer);
void update();
void clean();
}; | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
e0e1cc079e4c035cdcb394252256c5c6139cdfb6 | 875eca0881a375fa7f646cd273e23dbacd61f7ae | /project/Optional_05_03/Optional_05_03/system/system.h | e33f240de90faf9363fe71caf3abe834aa86c9d8 | [] | no_license | nezumimusume/DirectX_3_2021 | 30d974142d5b76b92395c3f60fb15ea4e93f419e | 107f1a64f0b6b989edd83c8aadec17e04506e7c0 | refs/heads/master | 2023-08-20T07:00:27.686112 | 2021-10-20T23:56:40 | 2021-10-20T23:56:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 375 | h | #pragma once
class GraphicsEngine;
extern HWND g_hWnd ; //ウィンドウハンドル。
//ゲームの初期化。
void InitGame(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow, const TCHAR* appName);
//ウィンドウメッセージをディスパッチ。falseが返ってきたら、ゲーム終了。
bool DispatchWindowMessage();
| [
"takayukiKiyohara@gmail.com"
] | takayukiKiyohara@gmail.com |
e2e14566af6fa1eb5b8ab6dbff04553ddbd2dffe | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/components/autofill/core/browser/autofill_regexes.h | ffe4d0f15dae52fcc9288f8a97f000987b381e01 | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C++ | false | false | 463 | h | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_REGEXES_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_REGEXES_H_
#include "base/strings/string16... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
5cb6b6a444d68a990432d504290fd8355456306c | 57d94c5f460292c62a445467c3a759546cdd6d7a | /StudentDB.cpp | c6f34dcef221e632c8fc8f6ee7e8594b22365091 | [] | no_license | TodkarPrem/MiniProjects | 4ad45093c76926ee0fefe03bd610d6207d7e921d | 8947d788a601d0ecc45f95e5c49a64ab7bf53079 | refs/heads/master | 2022-11-26T13:27:45.941596 | 2020-08-13T12:42:01 | 2020-08-13T12:42:01 | 263,821,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,159 | cpp | #include <iostream>
#include <stdio.h>
#include <fstream>
#include <string.h>
using namespace std;
class college
{
char snm[20], stnm[20], std[20], admdate[10], dec;
int rn, age, f;
fstream fs;
public:
void putread();
void display();
void rollnumberwise();
void studentsearch();
void deletestudent();
};
vo... | [
"premst95@gmail.com"
] | premst95@gmail.com |
b0d9195a6e9ad25235ee1b3c7a6d0426df729428 | a7d2b1676395353dd5d5a6a16ba4885d679c76cf | /GFG/Array/Longest Sub-Array with Sum K.cpp | 4917eb1bd16d6f0f939c4aecf385ec72f76698e9 | [] | no_license | Mithilesh0079/Coding_practice | db8143f1d395c5db273deb72faeaa765f206aa0f | 611296b03bf7464ee643d156aed37b9ae75f23fc | refs/heads/master | 2023-01-02T21:41:24.987267 | 2020-10-26T08:42:04 | 2020-10-26T08:42:04 | 282,682,392 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | cpp | #include<iostream>
#include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
while(t--)
{
int n, k;
cin>>n>>k;
int arr[n];
for(int i=0; i<n; i++)
cin>>arr[i];
unordered_map<int, int >m;
int maxx=0, current=0;
for(int i=0; i<n ; i++)
{
current= current... | [
"noreply@github.com"
] | noreply@github.com |
eb9bb1506e5726d3cd5dc4acc4996f2dccbe627d | 13a32b92b1ba8ffb07e810dcc8ccdf1b8b1671ab | /home--tommy--mypy/mypy/lib/python2.7/site-packages/pystan/stan/lib/stan_math/test/unit/math/prim/scal/fun/fmin_test.cpp | 54a7e916fd9e90d11ee604233ee8d08f235fbbae | [
"Unlicense",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | tommybutler/mlearnpy2 | 8ec52bcd03208c9771d8d02ede8eaa91a95bda30 | 9e5d377d0242ac5eb1e82a357e6701095a8ca1ff | refs/heads/master | 2022-10-24T23:30:18.705329 | 2022-10-17T15:41:37 | 2022-10-17T15:41:37 | 118,529,175 | 0 | 2 | Unlicense | 2022-10-15T23:32:18 | 2018-01-22T23:27:10 | Python | UTF-8 | C++ | false | false | 1,054 | cpp | #include <stan/math/prim/scal.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <gtest/gtest.h>
#include <limits>
TEST(MathFunctions, fminFinite) {
using stan::math::fmin;
EXPECT_FLOAT_EQ(1.0, fmin(1, 2));
EXPECT_FLOAT_EQ(1.0, fmin(1.0, 2));
EXPECT_FLOAT_EQ(1.0, fmin(1, 2.0));
EXPECT_FLOAT... | [
"tbutler.github@internetalias.net"
] | tbutler.github@internetalias.net |
bbdb81fae33dfd43e3f827ad43b42c6082902ff2 | 09e3925e225e2d3ea40245d48e8588dcf7ae3c07 | /RegexMatching(DP).cpp | 14e66507cca480d73c726b2de82e9873eff29d26 | [] | no_license | frankenstein32/Dynamic-Programming | f5e12e176184ff4c5efcdeb534ae6285bc3216c7 | b81a2cdd65d19bd27ce9815d8b0bef8a688b9357 | refs/heads/master | 2021-10-10T12:03:00.238303 | 2021-10-01T09:08:19 | 2021-10-01T09:08:19 | 211,931,412 | 0 | 2 | null | 2020-10-06T13:34:35 | 2019-09-30T18:47:56 | Java | UTF-8 | C++ | false | false | 3,547 | cpp | #include "algorithm"
#include "iostream"
#include "numeric"
#include "iomanip"
#include "cstring"
#include "math.h"
#include "bitset"
#include "string"
#include "vector"
#include "ctime"
#include "queue"
#include "stack"
#in... | [
"noreply@github.com"
] | noreply@github.com |
3a62718ec4b3c5632b56125b87cf87edadfbfe8b | fb57197aa1c76258c80ce033116f79ec6d61e8a2 | /non_Client_server/Vector.cpp | 88aee6069433b57e707928b310432aafe20d9c2d | [] | no_license | dredddddd/Cluster_analysys | 68966159b23b9885ddfc154e5fb1715ec73eb80b | 3b96c713e9a898cebe8349344b9df859c3896be5 | refs/heads/main | 2023-08-13T23:23:14.960871 | 2021-09-30T14:08:34 | 2021-09-30T14:08:34 | 372,872,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,950 | cpp | #include "Vector.h"
Vector::Vector()
{
first_coordinate = second_coordinate = function_value = vector_id = 0;
}
Vector::Vector(double x, double y)
{
first_coordinate = x;
second_coordinate = y;
function_value = (first_coordinate * first_coordinate - second_coordinate * second_coordinate) / 10 + 5;
// ... | [
"85181241+dredddddd@users.noreply.github.com"
] | 85181241+dredddddd@users.noreply.github.com |
3a836080ef9df171c919b52f2945a44a8631334f | aa276a75321aa6fc10ff55e3c24e48326efdb84a | /IgnitionKey.h | 4287d926f189db40de77c7a20d5ffcafc829efe4 | [] | no_license | tteskac/Truck_Simulator_Controller | fc31be7d6f46c789ea96db20235d559097b9776b | e18ad14dd1910cc4c0421508720dbb9336f3edb9 | refs/heads/master | 2020-03-29T05:37:25.078151 | 2017-06-17T23:55:44 | 2017-06-17T23:55:44 | 94,655,530 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 865 | h |
#ifndef IgnitionKey_h
#define IgnitionKey_h
#include "Arduino.h"
class IgnitionKey
{
//CONSTANTS
const bool PRESS = 1;
const bool RELEASE = 0;
public:
void setup(
int ignitionKeyPin1,
int ignitionKeyPin2,
int ignitionKeyPin3,
int joyButton);
void loop();
... | [
"tteskac@gmail.com"
] | tteskac@gmail.com |
7c6a4dbbd076b32fcb8c49e5c235760c44e0fa70 | 80bad4ebcf6ddb60feb275d89751f670b1d32f6e | /rgb_controller/rgb_controller.ino | 08d9a374dedd0485da8ea3a730a0ffc61785451c | [] | no_license | andrewpmaus/lab1 | 9903c69b63ed2fe57d5608d68d9b07e33a6956a7 | dab7347dffc0487ed97458f49710e46074faa977 | refs/heads/master | 2021-05-11T19:17:47.348554 | 2018-02-01T04:35:20 | 2018-02-01T04:35:20 | 117,863,432 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,416 | ino | /*
Blink
Turns on an LED on for one second, then off for one second, repeatedly.
This example code is in the public domain.
*/
//paste look-up table here from References in ES432 folder
#define LED_R 6
#define LED_G 5
#define LED_B 3
#define R_IN A0
#define G_IN A1
#define B_IN A2
int redVal, bluVal, grnV... | [
"andrewpmaus@gmail.com"
] | andrewpmaus@gmail.com |
75b59a330ce756d95c7a99242ceb40da6252c3ee | 9b48da12e8d70fb3d633b988b9c7d63a954434bf | /ECC8.1/Server/kennel/服务端/scasvapi(8.1.3 web)/otherfunc.h | b11671a5b2a0f1760fcf0c1ee8978c96854b91f6 | [] | no_license | SiteView/ECC8.1.3 | 446e222e33f37f0bb6b67a9799e1353db6308095 | 7d7d8c7e7d7e7e03fa14f9f0e3ce5e04aacdb033 | refs/heads/master | 2021-01-01T18:07:05.104362 | 2012-08-30T08:58:28 | 2012-08-30T08:58:28 | 4,735,167 | 1 | 3 | null | null | null | null | GB18030 | C++ | false | false | 5,020 | h |
#ifndef SITEVIEW_SCASVAPI_OTHERFUNC_H
#define SITEVIEW_SCASVAPI_OTHERFUNC_H
#include <string>
#include "svapi.h"
#include "svdbapi.h"
void SetNodeNumNetworkNum(string nodenum, string networknum);
bool CheckLicenseIsOk();
bool GetForestDataToCheckPoint(string nodenum, string networknum);
bool Query... | [
"136122085@163.com"
] | 136122085@163.com |
a93b7995214234046ff38f07e6066299d7ccc08f | 926c748e05d491c020656f5d23fff40238f2ec2d | /bifurcationdialog.cpp | 4fb671b5db127fa555ce926b708a0f953357fe24 | [] | no_license | digitallumens/dlterm | a4be421a22fbf59ef801c60fcc0f8dbbe34b8262 | bbccf1acbcc4fae85f5ea0d0fdfa334e5d14e527 | refs/heads/master | 2021-01-10T12:06:22.910897 | 2015-12-10T20:56:39 | 2015-12-10T20:56:39 | 43,558,098 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,496 | cpp | #include "bifurcationdialog.h"
#include "dllib.h"
#include "ui_bifurcationdialog.h"
BifurcationDialog::BifurcationDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::BifurcationDialog)
{
ui->setupUi(this);
}
BifurcationDialog::~BifurcationDialog()
{
delete ui;
}
void BifurcationDialog::setNetworkLi... | [
"mshaffer@digitallumens.com"
] | mshaffer@digitallumens.com |
a84b8163237794a8dd1b54b1b4a48c155bf2813b | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /CodesNew/3965.cpp | 0d6c8a040a450bad18f802e9240af3deaf6074fe | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 600 | cpp | #include <bits/stdc++.h>
using namespace std;
#define clr(i, j) memset(i, j, sizeof(i))
#define pb push_back
#define mp make_pair
typedef long long ll;
int main()
{
vector<ll>s; int n,k;cin>>n>>k;int arr[20000];
for(int i=0;i<n;i++){
ll a,b;cin... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
6dbeee99c1ad922e6bdd50c1188c1f1afc866ec7 | 058c27aedb0522f80a42ef2de8b58ba1380380ad | /cpp/src/args.cc | 0d1f07d44d87aeb6a5274363539bb84c0276bcde | [
"MIT"
] | permissive | Shelly7942/hanja-sisg | a9c5e4ea3ec3f2235aef9c4f1736df98cf3de506 | 281fbb803daaf7209bc4d10b4c1628511081b67e | refs/heads/master | 2021-02-07T22:42:13.744598 | 2019-08-28T02:09:06 | 2019-08-28T02:09:06 | 244,084,269 | 0 | 1 | MIT | 2020-03-01T04:07:57 | 2020-03-01T04:07:56 | null | UTF-8 | C++ | false | false | 12,751 | cc | /**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "args.h"
#include <stdlib.h>
#include <iostream>
namespace fasttext {
Args::Args() {
lr... | [
"kaniblurous@gmail.com"
] | kaniblurous@gmail.com |
04f6c73aeed3d54192453226b9db6de414d2aa65 | 5bcc53f4b188ad08bb82bb36ce9c6d0d63f8352d | /src/computing/computing_types/PAFTypesFactory.cxx | 02528ce540ee690ef526f89922e7842151db8c18 | [] | no_license | PROOF-Analysis-Framework/PROOF-Analysis-Framework | 78f03438ecc86e742c16233b3594665c48846c7e | 0553c0fcd9d5116127390e1a6a2ec5c64c11a79e | refs/heads/master | 2021-01-17T13:23:35.728874 | 2019-04-01T15:56:09 | 2019-04-01T15:56:09 | 29,705,505 | 8 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,462 | cxx | /**
@brief Factory method pattern to create PAF types from TLeafs.
@file PAFTypesFactory.cxx
@class PAFTypesFactory
@author I. Gonzalez Caballero, J. Delgado Fernandez
@version 1.0
@date 2014-06-17
*/
#include "PAFTypesFactory.h"
#include "PAFPrimitiveType.h"
#include "PAFArrayPrimitiveType.h"
#include "PAFTOb... | [
"JavierDelgado@outlook.com"
] | JavierDelgado@outlook.com |
294e9d626044c198b459935dbed9c3158c02450e | 2d6a8a21cf01d13c552b82d043561c5c5eb09bbc | /students/bakanov_a/lab_04/src/utils.cpp | c9c5f7b78ff314788f997410f2cc8582f5eeace0 | [] | no_license | leti-fkti-1381/2013-1381-sem-4 | 1fd42b812ab3e34ff7e49915099111c32715a422 | b40e5985841b73f0661161e71911a590b8801fce | refs/heads/master | 2016-09-11T04:55:28.208734 | 2013-06-11T19:11:53 | 2013-06-11T19:11:53 | 8,007,891 | 0 | 2 | null | 2013-02-04T14:47:36 | 2013-02-04T13:39:58 | null | UTF-8 | C++ | false | false | 5,576 | cpp | #include "include/utils.h"
#include <iostream>
Edge::Edge(int v1, int v2, int w) {
vertex_1 = v1;
vertex_2 = v2;
weight = w;
}
Edge::Edge(const Edge& edge) {
vertex_1 = edge.vertex_1;
vertex_2 = edge.vertex_2;
weight = edge.weight;
}
std::string Edge::toString() const {
std::stringstream ss;
ss << numToChar(... | [
"bakanov.aleksandr@gmail.com"
] | bakanov.aleksandr@gmail.com |
1923b09787f7dae4794d9d48922528ef163e5526 | a7764174fb0351ea666faa9f3b5dfe304390a011 | /drv/Dynamic/Dynamic_BooleanParameter.ixx | 19d624d3759fab10aa56013883e272a5b44b51ee | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 792 | ixx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#include <Dynamic_BooleanParameter.jxx>
#ifndef _S... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
2908843b333019de54163c0b5e992dfd28248852 | 15e4df20d16cddce804c0c9541da29a4d5e1b252 | /2.Firmware/STM32_HAL_version/Ctrl-FOC-Lite-fw/Ctrl/Sensor/Encoder/encoder_base.cpp | e32787ece9c38bfe9d9fa3b446df54c1689a1352 | [] | no_license | asdlei99/Ctrl-FOC-Lite | acaee52046abe4cc6535bac14d8ee15251cf865c | a57dd3b2c3262d97789361c05a2ef86ba6ff8d73 | refs/heads/main | 2023-08-17T23:49:53.793225 | 2022-02-05T07:28:08 | 2022-02-05T07:28:08 | 447,481,103 | 0 | 0 | null | 2022-01-13T05:56:35 | 2022-01-13T05:56:35 | null | UTF-8 | C++ | false | false | 1,674 | cpp | #include "encoder_base.h"
#include "Ctrl/Utils/foc_utils.h"
inline float abs(float _v)
{
return _v >= 0 ? _v : -_v;
}
void EncoderBase::update()
{
float val = GetSensorAngle();
angle_prev_ts = micros();
float d_angle = val - angle_prev;
// if overflow happened track it as full rotation
if (abs... | [
"593245898@qq.com"
] | 593245898@qq.com |
f8a7f9f1169c79e797290e82139410f63b1837c6 | 3558cd16bfa91ed43546663b64d0b6848a2a6533 | /unity/NextPlace/Library/Il2cppBuildCache/Android/arm64-v8a/il2cppOutput/Generics9.cpp | b0867aeb8d2d880b20676ff58b0510f843fa87e6 | [
"Apache-2.0"
] | permissive | dkdltmais8/Next-Place | 564647ac87a7d39dc614f467e5e2923e2aef0ef3 | 8ddbfc97683ebf40443bbae9839de549dfbaf7da | refs/heads/master | 2023-09-03T11:05:20.634486 | 2021-11-23T08:34:32 | 2021-11-23T08:34:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,095,606 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const Virt... | [
"lsh104305@naver.com"
] | lsh104305@naver.com |
68320fda98335d4f53f909c3e3246d411c711dcc | 76f092d8b21c9296b40a8994590e8815a7e8d95c | /Labs/lab08/include/geometries/geometry.hpp | b9acc7e5ae01e34a949a2deacb09ea1e98f3ff5e | [] | no_license | rossoliny/Computer-Graphics | b9be39757df892b0ae11ce827ea2995ba3b2e9d9 | dafa0f514fdc1a1773b6a0f0e299380475797882 | refs/heads/master | 2022-09-18T20:27:30.933067 | 2020-05-29T08:03:09 | 2020-05-29T08:03:09 | 263,123,618 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,052 | hpp | #ifndef GEOMETRY_HPP
#define GEOMETRY_HPP
#include "materials/material.hpp"
#include "geometries/vertex.hpp"
#include <vector>
#include <utility>
#include <glm/glm.hpp>
namespace aur
{
class Geometry
{
public:
enum Type
{
Points,
Lines,
LineLoop,
... | [
"dzhumabaev_i@auca.kg"
] | dzhumabaev_i@auca.kg |
b37c1562dfde97f20348991b1ab76925fdc9bf34 | fb15b85e5bbc4896705fa87a41fdaef6130e7108 | /All Online Judge Problem/Codeforces/A - Broken Keyboard.cpp | d180654acc7964da0399edde4a3e8dc12f3fa975 | [] | no_license | PaponAhasan/Competitive-Programming | 19baff3233356370d1baf74e6fd1a1ac5410213e | 99697523aaf1c8955995c59173462ecc8c61c893 | refs/heads/main | 2023-06-25T18:01:27.357352 | 2023-06-12T20:46:08 | 2023-06-12T20:46:08 | 349,866,510 | 7 | 1 | null | 2022-03-03T14:45:56 | 2021-03-21T00:38:00 | C++ | UTF-8 | C++ | false | false | 2,755 | cpp | /***
** Author: Rakibul Ahasan Papon
** Bangladesh University of Business and Technology,
** Dept. of CSE.
***/
#include <bits/stdc++.h>
#include <iostream>
#include <cstdio>
#include <string>
#include <ctype.h>
#include <conio.h>
#include <algorithm>
#include <vector>
#include <stack>
#incl... | [
"ahasan.papon@gmail.com"
] | ahasan.papon@gmail.com |
e1f768570be30079ae62a6d63e1a126a9f830fa6 | 9a2d6d19a98b4bd5e2017de04b63eb754c80b922 | /src/libtsduck/tsTargetIPv6SlashDescriptor.h | 931fab57b905f72c7560683a7f5ae33659d4ed89 | [
"WTFPL",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | jco1904/tsduck | dcc81083ae9362cbe2310451b41e4368eb51d197 | cbd8859e71c93e809b2a8e1b52e07f8be1f8f78e | refs/heads/master | 2020-05-15T18:42:33.421803 | 2019-04-20T16:28:18 | 2019-04-20T16:28:18 | 182,436,399 | 1 | 0 | NOASSERTION | 2019-04-20T17:40:29 | 2019-04-20T17:40:29 | null | UTF-8 | C++ | false | false | 3,779 | h | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2019, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
c3c062312ae167ad93b791e777f8b4abee8fca3c | d04a458574b2673694a5767ab076c992c5556fe1 | /SimpleRayTracer/hittables/hittable.h | dd3147bb9d5875b4889107d55c63c39317158145 | [] | no_license | andreskballero/SimpleRayTracer | 9fea6d43558984efee0f152a5e20a6a8dde88fd9 | d600f3b47cdcdf6eaa30c65b09dca707ac3458b9 | refs/heads/master | 2022-11-06T17:57:28.732704 | 2020-06-30T10:50:25 | 2020-06-30T10:50:25 | 271,871,155 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 688 | h | //
// hittable.h
// SimpleRayTracer
//
// Created by Andrés Caballero Toledo on 12/06/2020.
// Copyright © 2020 act. All rights reserved.
//
#ifndef HITTABLE_H
#define HITTABLE_H
#include "ray.h"
class material;
struct hit_record {
point3 point;
vec3 normal;
shared_ptr<material> mat;
float t;
... | [
"acaballerotoledo@gmail.com"
] | acaballerotoledo@gmail.com |
6a3415db0bffa8aea7bb706ea59e3812aebd432c | cb1253a944d694f3439d3bd5cb977df7eb0d183d | /AtCoder/BeginnerContest/136/D.cpp | 5a41332cda9379156284ed4665577bb1f9374412 | [] | no_license | RIckyBan/competitive-programming | 91701550a76b54d2ab76d6e23e4c0cc64b975709 | f1592de21d06ff54b81cec5c8477300fae443700 | refs/heads/master | 2022-05-03T06:38:37.141758 | 2022-04-12T14:52:25 | 2022-04-12T14:52:25 | 243,915,283 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,821 | cpp | #include <iostream>
#include <cmath>
#include <vector>
#include <string>
#include <algorithm>
using namespace std;
#define INF 1e9
#define MAXN 100005
#define MAXM 100005
#define ll long long
#define vi vector<int>
#define vll vector<long long>
#define rep(i,n) for(int i=0, i##_len=(n); i<i##_len; ++i)
#define pii pa... | [
"ricky1231@g.ecc.u-tokyo.ac.jp"
] | ricky1231@g.ecc.u-tokyo.ac.jp |
bc3529e546a20ffe124b014d16db8deb9e55bfdb | ea401c3e792a50364fe11f7cea0f35f99e8f4bde | /hackathon/hanchuan/sscope/FlyCapture2/src/FlyCapture2GUI/RegisterPage.h | a65647c2a84025c7eef6781201d3212c9c488be7 | [
"MIT"
] | permissive | Vaa3D/vaa3d_tools | edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9 | e6974d5223ae70474efaa85e1253f5df1814fae8 | refs/heads/master | 2023-08-03T06:12:01.013752 | 2023-08-02T07:26:01 | 2023-08-02T07:26:01 | 50,527,925 | 107 | 86 | MIT | 2023-05-22T23:43:48 | 2016-01-27T18:19:17 | C++ | UTF-8 | C++ | false | false | 5,257 | h | //=============================================================================
// Copyright © 2008 Point Grey Research, Inc. All Rights Reserved.
//
// This software is the confidential and proprietary information of Point
// Grey Research, Inc. ("Confidential Information"). You shall not
// disclose such Confid... | [
"hanchuan.peng@gmail.com"
] | hanchuan.peng@gmail.com |
d7e05fca4fad8dbbca9c4b9b608cfa3f044893de | 08c8932e1627a893b19c0c1fbd87f3a7c7e6ecaa | /test/interfaces_test.cpp | 06539d906d96f1ae44361ddbc3f193082d002a75 | [
"MIT"
] | permissive | threeal/tosshin | 5059b73325fcd56e410a2c7310568cbd7f6f337b | 47675ff3af1a400d6216c45fa9d44f75a1b5584f | refs/heads/main | 2023-06-07T01:50:15.600936 | 2021-06-28T08:13:15 | 2021-06-28T08:13:15 | 347,848,307 | 0 | 0 | MIT | 2021-06-28T08:13:16 | 2021-03-15T05:31:12 | C++ | UTF-8 | C++ | false | false | 3,647 | cpp | // Copyright (c) 2021 Alfi Maulana
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, ... | [
"alfi.maulana.f@gmail.com"
] | alfi.maulana.f@gmail.com |
76f94fd08eb2f57d649858dee674c43ca7bb4daa | f62dd59bccadd57b05a15e22ad1e6f2e382d04d0 | /include/hscpp/cmd-shell/CmdShell_win32.h | 3896b57ca9235d0906f35ee422fa5c27ffe29a66 | [
"MIT"
] | permissive | lijiansong/hscpp | e018add1f961743b4c4903174e8611f44b248a84 | 74175b028bf5dd0aa0dc8450f5251e6dfdf0e380 | refs/heads/master | 2023-05-28T23:02:19.171518 | 2021-06-16T13:42:27 | 2021-06-16T13:42:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,026 | h | #pragma once
#include <Windows.h>
#include <string>
#include <array>
#include <vector>
#include "hscpp/cmd-shell/ICmdShell.h"
namespace hscpp
{
class CmdShell : public ICmdShell
{
public:
~CmdShell();
bool CreateCmdProcess() override;
void StartTask(const std::string& command, i... | [
"jheruty@gmail.com"
] | jheruty@gmail.com |
b127ace3f5fc2244177831dd225909ab7b2898bf | 475ba40c67982ada1bd868495a8981c045c88b5f | /automotive/can/1.0/default/libnl++/protocols/structs.h | 44c17b84b9e18b4d79b3c2b9b6ca35b8c8c6bcfa | [
"Apache-2.0"
] | permissive | Havoc-OS/android_hardware_interfaces | 0413cf038de9fda2bf24543331d7b4a4362044d3 | af931d09d0e22313feccde3c40bf6e79638fe5f6 | refs/heads/twelve | 2023-09-01T03:05:24.226891 | 2022-04-27T05:47:59 | 2022-07-07T20:00:45 | 132,510,918 | 0 | 20 | null | 2023-08-21T14:35:35 | 2018-05-07T20:05:50 | C++ | UTF-8 | C++ | false | false | 977 | h | /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"twasilczyk@google.com"
] | twasilczyk@google.com |
a50f90087e959bf01bc20ab816c1338bb176e233 | 1de5113a7d1884ed3bee862133c59fd3c1e95402 | /src/qt/paymentserver.h | 1ef9a6c2fbc5d843cb18082610130308dd2b7702 | [
"MIT"
] | permissive | CPTSCoin/wallet-init | 8d8f2c5795bda179d6f3396e61608b3638f85918 | b4c12bee1c09c8a559cd95e6e63afbb125813346 | refs/heads/master | 2020-06-04T08:58:13.793270 | 2019-08-06T23:40:43 | 2019-08-06T23:40:43 | 191,953,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,583 | h | // Copyright (c) 2011-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_PAYMENTSERVER_H
#define BITCOIN_QT_PAYMENTSERVER_H
// This class handles payment requests from clicking on
// ... | [
"info@crypto-points.io"
] | info@crypto-points.io |
097bf0d2bac2426ba1f47fd94e36e2e21bf40811 | 077d8d3ec3906370580a4b4d57150eb676563a50 | /洛谷/数的划分/main.cpp | 069349e39933f0704bbd57c210f270412acf96c9 | [] | no_license | byx2000/OJ | 8955053987ccd9eb8bb0e575269082d9114764ab | ec1c9b1ac6a6982f099481364761ea01a82c7db0 | refs/heads/master | 2023-03-07T18:03:49.294014 | 2021-02-19T13:59:07 | 2021-02-19T13:59:07 | 287,937,848 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,100 | cpp | // https://www.luogu.com.cn/problem/P1025
#include <iostream>
#include <vector>
using namespace std;
// 解法1:DFS
class Solution1
{
public:
Solution1(int n, int k)
: n(n), k(k), count(0) {}
int solve()
{
count = 0;
dfs(1, 0, 0);
return count;
}
private:
int n, k;
int count;
void dfs(int last, int sum... | [
"416982860@qq.com"
] | 416982860@qq.com |
b290c28f12b242366a705217cd41523e1651837f | b8e70c6156a1434040daa724e9d69c87a75e6c08 | /ovve_remote/ovve_remote.ino | 7c9ee32419922e36be8fe7bd3f9fbdbc1a05de51 | [
"MIT"
] | permissive | sperly/ovve | 9aa46547c1ed903ebe22923c629c344537c6410d | f837c57f696462f59a6dc6874271f59108169270 | refs/heads/master | 2020-04-06T03:43:59.391649 | 2013-10-18T22:58:59 | 2013-10-18T22:58:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,591 | ino | /* Copyright (c) 2013 Eric Lind
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish,... | [
"eric.r.lind@gmail.com"
] | eric.r.lind@gmail.com |
1fe8fb7425056fe204b9682d00aef2191a9a0822 | be243c7ceb6be3950edd89963c49a618b6bff2ca | /TcpServer.h | 130d788a5f6ff48beb78853673f57513539ba08f | [] | no_license | SisyphusZ/ThreadpoolNetWork | 4b915512cbda80b2f138dd015176ead1a5aaa95f | b3ef7f7bb215c1e3a1d9bc3a3cb56b6e723476d9 | refs/heads/main | 2023-03-11T20:04:02.500994 | 2021-02-26T09:05:06 | 2021-02-26T09:05:06 | 342,516,698 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 725 | h | ///
/// @file TcpServer.h
/// @author Sisyphus(2843658989@QQ.com)
/// @date 2018-03-28 16:19:15
///
#ifndef __TCPSERVER_H__
#define __TCPSERVER_H__
#include "Acceptor.h"
#include "EpollPoller.h"
namespace sp
{
class TcpServer
{
public:
typedef EpollPoller::EpollCallback TcpServerCallback;
TcpServer(co... | [
"noreply@github.com"
] | noreply@github.com |
9bee302e68b2fd6226396d2674b87b27b1b75ff1 | 57b637fc0c0a47865c6769b81511a603dc7b5e44 | /熱物理工学/4.17/VAF/0.7/1.cpp | 7bff314cea4f947306923fc185aece0658e18af4 | [] | no_license | JieMEI1994/KU_Course_Material | 417853d3feb21387602bf0a51e86eed7087a2bb3 | 554b3dd6b46bae59d8c0deaa78926b246b3ddf93 | refs/heads/master | 2020-04-30T20:47:45.047098 | 2019-03-22T10:47:14 | 2019-03-22T10:47:14 | 177,078,075 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,836 | cpp | // calculate the velocity autocorrelation function of 2-dimensioned brownian motion
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define mass 1.0 // the mass of quantum
#define gamma 1.0 // the coefficient of friction
#define c_rand 1.0 // the random force
#define delta_t ... | [
"noreply@github.com"
] | noreply@github.com |
e8e1c9a0d14fb5c5a0e166baccc76b9646068ce7 | 989c31de263a91d93f39b6bfc050259367ee0fbb | /psol/include/net/instaweb/spriter/libpng_image_library.h | dcae2ad62bf45492245e2e2b946f3c1b2bac11c3 | [
"Apache-2.0"
] | permissive | vinothwindows47/ngx_pagespeed | a00f97935721847bdec7278bac37151a98dff70e | 85a36b8133a1dc8fbb24afecacfb0a2c05616605 | refs/heads/master | 2021-01-24T00:08:44.684277 | 2013-04-26T21:39:24 | 2013-04-26T21:39:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,236 | h | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"jefftk@google.com"
] | jefftk@google.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.