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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ac16c12e1472748f2b6c4dd89e81e2bdf16ebb6c | 5a60d60fca2c2b8b44d602aca7016afb625bc628 | /aws-cpp-sdk-medialive/source/model/StopMultiplexResult.cpp | 7c296951684e93d1213653cfbae0647aaac74266 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | yuatpocketgems/aws-sdk-cpp | afaa0bb91b75082b63236cfc0126225c12771ed0 | a0dcbc69c6000577ff0e8171de998ccdc2159c88 | refs/heads/master | 2023-01-23T10:03:50.077672 | 2023-01-04T22:42:53 | 2023-01-04T22:42:53 | 134,497,260 | 0 | 1 | null | 2018-05-23T01:47:14 | 2018-05-23T01:47:14 | null | UTF-8 | C++ | false | false | 2,817 | cpp | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/medialive/model/StopMultiplexResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
e97a73e5b3ebdb4d5374d9080d9155af910ac14e | f431f0519ca2676058bd317526af8385a5e8076a | /Chap 4/4.21.cpp | b0e3aba8f31e1df2b09a40c60a4a7ea5afaef9b6 | [] | no_license | LaraibButt40/OOP | 9869509e8d722543b9b335d42db049ea2a24d7d2 | 3101ab26b980ff1502f2dc4b8b00dea61048f33d | refs/heads/master | 2020-09-13T15:09:53.714638 | 2019-12-21T15:18:38 | 2019-12-21T15:18:38 | 222,825,290 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 178 | cpp | //program 4.21
#include<iostream>
using namespace std;
int main()
{
int count=0;
while(count<=12)
{
cout<<(count % 3 ? "--->": "#####")<<endl;
++count;
}
}
| [
"noreply@github.com"
] | LaraibButt40.noreply@github.com |
23d0b6acbe214995895db3111288b24fc4bb16cb | 01cbbfd33025d90c47d44bee5c9293abef008218 | /Online Judges/interviewbit/programming/Array/largestNumber.cpp | e7dd6996012c83c49b670053b309b0c396befd2d | [] | no_license | trifiasco/CPPS | a07c8ec5e897f0f35b139d824b2e9dab776ee99e | 9ba955989768cc327c8b1ef0afd1be7730f65685 | refs/heads/master | 2021-09-24T02:23:52.571710 | 2021-09-21T17:27:15 | 2021-09-21T17:27:15 | 124,777,024 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 456 | cpp | bool cmp2(const int &a, const int &b)
{
string ab = to_string(a) + to_string(b);
string ba = to_string(b) + to_string(a);
return ab > ba;
}
string Solution::largestNumber(const vector<int> &A) {
vector<int> aa;
aa = A;
sort(aa.begin(), aa.end(), cmp2);
ostringstream oss;
string a = "";
... | [
"trifiasco@gmail.com"
] | trifiasco@gmail.com |
b2e07b7c87dfa96803da71a90354944180a516fd | a0fa657657c0aadea4b3292cf65bb61cb9bdfb1e | /P_8_Material/PoderFisico.cpp | 963a8925276295c93beda3de20ab16f67ca1a935 | [] | no_license | pjsa0001/practicas_material_alumnos | 125379aea0933b321c9ca07b33df360cd0f304b2 | 0c1e23f40290f3e97162fb2bb077dcaae3bcac64 | refs/heads/master | 2020-04-29T07:43:19.620481 | 2019-03-12T19:50:23 | 2019-03-12T19:50:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 467 | cpp | /**
* @file PoderFisico.cpp
* @author algarcia
*
* @date 6 de abril de 2016
*/
#include "PoderFisico.h"
PoderFisico::PoderFisico(string nmb, string dsc, string aA, float cD) :
Poder(nmb, dsc, aA, cD) {
}
PoderFisico::PoderFisico(const PoderFisico& orig) : Poder(orig) {
}
PoderFisico::~PoderFisico() {
}
PoderF... | [
"jrbalsas@ujaen.es"
] | jrbalsas@ujaen.es |
fee8667dee0c896d9dcb846c6b6f1c09f9dd7bea | 7ec6c38d0f14eabef6a61838073398144a4b159b | /Module 2/Task 3/Task 3/Main.cpp | 2871bc985d691b5c2310d13d68a2e760966f5b95 | [] | no_license | danilpalageychenko/C_Task_For_Courses | 97cadde06d6901ec7c6a7fd89c9e7d17bb5739a8 | 828cb0a1ae2e19c131d2cd1da309a19646588fa9 | refs/heads/master | 2020-03-27T03:22:20.582390 | 2018-08-23T13:21:13 | 2018-08-23T13:21:13 | 145,842,019 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 3,268 | cpp | /******************************************************************************************
* BBBBB Y Y GGGGGGG A A RRRRRR A *
* B B Y Y G A A A A R R A A *
* B BBB Y Y G A... | [
"danilpalageychenko@gmail.com"
] | danilpalageychenko@gmail.com |
18d311587d4b015a10aeec516265dc703171b3a0 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/windows/advcore/ctf/msutb/catenum.h | 8f0402ce10297215436076472e7345f199f017e1 | [] | 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 | 1,082 | h | //
// catenum.h
//
#ifndef CATENUM_H
#define CATENUM_H
#include "strary.h"
//////////////////////////////////////////////////////////////////////////////
//
// CEnumCatCache
//
//////////////////////////////////////////////////////////////////////////////
class CEnumCatCache
{
public:
CE... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
2bdb8401cdc0d2bc0bd61c84583459ea632b7fd4 | 0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd | /ash/shelf/shelf_view.h | 3c266e404f89ed7cd5b04c7c03091de53ec0fd14 | [
"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 | 21,449 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_SHELF_SHELF_VIEW_H_
#define ASH_SHELF_SHELF_VIEW_H_
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "a... | [
"artem@brave.com"
] | artem@brave.com |
98a64d0ff8fa2a29f807cbe22114b58376bebe2e | d1f2fe6699a9eb9085ac5fbcce04e4d054493290 | /C++ solution code/find_largest_and_smallest_number_method_1.cpp | 0964adae4f30c988ece5b87ecb7bcf1f86473215 | [] | no_license | arifkhan1990/Basic_Top_50_programming-_problem_and_solution | 79594d828029ce93243dad31e1b0302ae6333255 | 6b03322c759cafed22373f3bd20d3c93e7b32c6e | refs/heads/master | 2020-06-26T12:22:11.803231 | 2019-08-23T04:09:47 | 2019-08-23T04:10:05 | 199,630,005 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 424 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int n, m, largestNum = INT_MIN, smallestNum = INT_MAX;
cin >> n;
int ar[n+1];
for(int i = 0; i < n; i++) {
cin >> m;
if(largestNum < m) largestNum = m;
if(smallestNum > m) smallestNum = m;
}
cout << "Largest Nu... | [
"arifkhanshubro@gmail.com"
] | arifkhanshubro@gmail.com |
81830ef3a32c4af68c4fe61d74f42b66a00769c4 | 47c740a6b8ce49ab5f31f8be674399669c5dca15 | /src/camera.hpp | 3d192e62ffb4e4e6a2add14f6eb0466ed67302f7 | [] | no_license | lstyrtmrnbd/diorama | 4fc8444342a8ae29e5043a907c539927cc279f6e | 026fff56e11f1cd9d74e6972a7d51426957f4c37 | refs/heads/master | 2020-04-05T09:51:28.831530 | 2018-12-13T15:42:32 | 2018-12-13T15:42:32 | 156,778,359 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 891 | hpp | #ifndef CAMERA_HPP
#define CAMERA_HPP
#include <glm/vec3.hpp>
#include <glm/mat4x4.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include "entity.hpp"
using glm::vec3, glm::mat4;
class Camera : public Entity {
private:
mat4 view, projection;
//vec3 position, target, up;
vec3 target, up... | [
"soymilk@airmail.cc"
] | soymilk@airmail.cc |
b749f38072c95d919a554ef64b50c47e59329120 | 4cc7c74b4bb7b818562bedffd026a86f9ec78f41 | /chrome/browser/ui/extensions/hosted_app_browser_controller.cc | e03d1332805498ef0ef45891c9fafea1a1bc95c7 | [
"BSD-3-Clause"
] | permissive | jennyb2911/chromium | 1e03c9e5a63af1cf82832e0e99e0028e255872bd | 62b48b4fdb3984762f4d2fd3690f02f167920f52 | refs/heads/master | 2023-01-10T01:08:34.961976 | 2018-09-28T03:36:36 | 2018-09-28T03:36:36 | 150,682,761 | 1 | 0 | NOASSERTION | 2018-09-28T03:49:28 | 2018-09-28T03:49:27 | null | UTF-8 | C++ | false | false | 12,474 | 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/ui/extensions/hosted_app_browser_controller.h"
#include "base/metrics/histogram_macros.h"
#include "chrome/browser/engagement/si... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
6b4d5c07717919733879f333b6b8c313e20b90a0 | 49a9ddb26dfbcfe1e00d618f23031c25e37ee162 | /src/SubWindow.cpp | 74acc72aad414d1b815cf57f111eefe36c2c37fd | [] | no_license | hideyukisaito/MatomoMapper | 793142c2c0439171bd01689c04dae0f25e1c0f49 | 1a65eaf6bcfaeaa1065dd947fb9f242140dedc96 | refs/heads/master | 2021-01-10T10:01:52.311056 | 2016-03-19T11:38:48 | 2016-03-19T11:38:48 | 54,262,886 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 219 | cpp | //
// SubWindow.cpp
// Homography_test
//
// Created by hideyukisaito on 2016/03/15.
//
//
#include "SubWindow.h"
void SubWindow::setup()
{
}
void SubWindow::update()
{
}
void SubWindow::draw()
{
} | [
"hideyuki@uniba.jp"
] | hideyuki@uniba.jp |
dd5fc88938caa852bdb267a7c54a2a0b353b28b9 | ab538bfad711372b66cb90c9eef24ab00ac2386b | /gba/include/turnipemu/gba/dma.h | f59ba22285d4ede307ba23ea87f43b4b056f9f93 | [
"Apache-2.0"
] | permissive | theturboturnip/turnipemu | 7ff8feb827237ea10b239ea4fdfa2e9316a424bb | e35560eda30e4a63d5ea7413f3f80b8a845fbbfe | refs/heads/master | 2020-03-21T13:59:14.816159 | 2018-09-14T18:55:50 | 2018-09-14T18:55:50 | 138,635,937 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,158 | h | #pragma once
#include "turnipemu/types.h"
#include "turnipemu/memory/map.h"
namespace TurnipEmu::GBA{
class DMAEngine : public Memory::RangeController {
public:
DMAEngine();
void execute(Memory::Map& memoryMap);
bool allowRead(uint32_t address) const override;
byte read(uint32_t address) const override;... | [
"popgoestoast@gmail.com"
] | popgoestoast@gmail.com |
8c3c93ca3b3edc228e4373b4aef62c0c2999c14b | c7d5b2af17e9c5f2b2392776f6651bea29162bf2 | /testfunc.cpp | d5e74e7e362c622678966879e1874ce2c2362e0e | [] | no_license | hellovictoria/cplus_advanced | 382f8e23915f17b6281913048b117f50185f07ae | c700f63c8cdc932637e0fbfd88f88494c2e806ae | refs/heads/master | 2020-03-11T00:29:27.762005 | 2018-04-16T02:10:39 | 2018-04-16T02:10:39 | 129,665,489 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 607 | cpp | #include <iostream>
#include <functional>
#include <vector>
#include <algorithm>
using namespace std;
int main()
{
plus<int> plus1;
cout << "the result of plus(4,5)=" << plus1(4,5) << endl;
vector<int> vec{1,2,3,4};
//auto it=vec.begin();
//while((it=find_if(it,vec.end(),[](int i){return i>=2;}))!... | [
"hellovictoriaa@163.com"
] | hellovictoriaa@163.com |
8af20e5b714535006e85ee9836b6e1d35701da9f | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/CodeJamData/17/22/17.cpp | 73eb7cc04aa98c87843c77c2c1068a239143e50f | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 4,466 | cpp | #include <vector>
#include <string>
#include <stdlib.h>
#include <math.h>
#include <iostream>
#include <fstream>
#include <algorithm>
#include <sstream>
#include <map>
#include <ctime>
#include <cassert>
using namespace std;
ofstream fout("../../../output.txt");
ifstream fin("../../../input.txt");
int main(void)
{... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
e2d49144ac5116312dce85b57bb518cad33faf19 | 1dbf007249acad6038d2aaa1751cbde7e7842c53 | /vod/src/v1/model/AudioInfo.cpp | fd1719a3284c97b022f062702444216b954633e5 | [] | permissive | huaweicloud/huaweicloud-sdk-cpp-v3 | 24fc8d93c922598376bdb7d009e12378dff5dd20 | 71674f4afbb0cd5950f880ec516cfabcde71afe4 | refs/heads/master | 2023-08-04T19:37:47.187698 | 2023-08-03T08:25:43 | 2023-08-03T08:25:43 | 324,328,641 | 11 | 10 | Apache-2.0 | 2021-06-24T07:25:26 | 2020-12-25T09:11:43 | C++ | UTF-8 | C++ | false | false | 2,989 | cpp |
#include "huaweicloud/vod/v1/model/AudioInfo.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Vod {
namespace V1 {
namespace Model {
AudioInfo::AudioInfo()
{
sampleRate_ = "";
sampleRateIsSet_ = false;
bitrate_ = 0;
bitrateIsSet_ = false;
channels_ = "";
channelsIsSet_ = false;
}
Aud... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
e8a6158e8107ebe212fceea19c276bfd5f3d8aac | 4643c73ef1a3da091f61dc6a189fee897b015ca5 | /include/nekit/utils/log.h | aa9187e816e2cb1e0dc60692738fc07fa7ad83f4 | [
"MIT"
] | permissive | edsburke/libnekit | 604123b8a53a291c7d50b063fdebd3ec49266885 | 19e6767c522a20f678ab73f31aab7504c42013a6 | refs/heads/master | 2020-04-11T02:01:36.124112 | 2018-10-10T16:01:11 | 2018-10-10T16:01:11 | 161,433,129 | 1 | 0 | MIT | 2018-12-12T04:33:12 | 2018-12-12T04:33:12 | null | UTF-8 | C++ | false | false | 2,619 | h | // MIT License
// Copyright (c) 2017 Zhuhao Wang
// 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, mer... | [
"zhuhaow@gmail.com"
] | zhuhaow@gmail.com |
585ed70136424e7029e6aec73bb554ed7301ce71 | d572fb3776eb303e053c9247bab494ffef3736c0 | /checkevent/Wirepos0.cc | a00c6071ccce2468251d9a107493a555c5f90d1a | [] | no_license | okihayashi/latest_track_finding | 98d42b5b272c8c9c36b8cf00662c348434f560b4 | 2a952ab5094b606b3d87733fdc594e4110f49da0 | refs/heads/master | 2021-03-12T22:09:44.564083 | 2014-12-29T08:20:22 | 2014-12-29T08:20:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 637 | cc | #include <math.h>
#include "Wirepos0.hh"
#include "LayerInf140328.hh"
void Wirepos0(int layer, int cell, double *x, double *y){
double Radius;
double Radian;
int N;
//--- Return Radius and Theta(Radian) at Z=0
for(int i=0;i<20;i++){
if(layer == i){
LayerInf layerinf(i);
Radius = la... | [
"okihayashi0710@gmail.com"
] | okihayashi0710@gmail.com |
b344bea589d2a563929e7f87c30412aa2207742d | d660ba498d16507c62be4b7743cd55a40d01cd0c | /MT_RRT/Header/Multi_thread_version/02_Tree_shared.h | 42d4088e34bfd0ded748d93897555e889891f27a | [] | no_license | wuyou33/MT_RRT | b17d93aa48ab98abb48f0cb32e70f0e675ca94fb | 8f5f7074c130b857124b44f57b477a9b3a899200 | refs/heads/master | 2020-09-06T15:41:20.374864 | 2019-11-08T10:00:09 | 2019-11-08T10:00:09 | 220,468,298 | 1 | 0 | null | 2019-11-08T13:04:18 | 2019-11-08T13:04:17 | null | UTF-8 | C++ | false | false | 1,628 | h | #ifndef __TREE_MT_02_H__
#define __TREE_MT_02_H__
#include "../Tree.h"
#include "Tree_Multi_Thread.h"
#include <omp.h>
////////////////////////////////////////////////////////////////
//parallelization of the exploring process with a single tree //
////////////////////////////////////////////////////////////... | [
"noreply@github.com"
] | wuyou33.noreply@github.com |
3291e570686c3dd2b9812c48f3ab351ec2b8d03f | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /third_party/WebKit/Source/platform/FileChooser.h | 7196cf31dcad2ceb48cf874799f89e2ef7c19055 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 3,809 | h | /*
* Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this lis... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
3f4c3c798255c8964cdd4e4a49a2c68a891e18ea | 9b9a4a39f8c8382a68f15aecfe4e711c47bd45ec | /alds1/5b_merge_sort.cc | 3bafd8ea6ce393be7eff611f76a4abdf4fd63f64 | [] | no_license | ktateish/aoj | 960e7d09563a38cec7326d9cc6a3a7ab9d26f8c3 | e4b6c07983172c551937ffdce40ae4b8e0a61461 | refs/heads/master | 2021-01-24T16:09:52.790700 | 2017-10-13T07:59:26 | 2017-10-13T07:59:26 | 34,558,118 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,538 | cc | #define dbg(...) fprintf(stderr,__VA_ARGS__)
#define dpr(x) cerr<<#x<<": "<<x<<endl;
#define dprc(c) do{cerr<<#c<<":";for(auto&_i:(c)){cerr<<" "<<_i;}cerr<<endl;}while(0)
#include <bits/stdc++.h>
using namespace std;
typedef pair<int, int> pii;
typedef vector<int> vi;
typedef vector<vi> vvi;
int INF = 1e9+7;
#define al... | [
"kt@wheel.jp"
] | kt@wheel.jp |
1c8d46c4a6e401699d38edabcf73d487cff3f1d4 | e0ad3056e9d9028c573b8002f060b12057f77fd9 | /iOs/Classes/Native/Bulk_System.Xml_1.cpp | 083fc685103d3421864011020d897827bfa548d8 | [] | no_license | jonasvflores/carrano | f964326cb2dd1d1b7502d3a276ac0a724d79d4f7 | 33e2c43b687fb782e5393ecf9fc2f495ce02aeba | refs/heads/master | 2020-05-24T04:29:23.162268 | 2019-05-16T20:20:05 | 2019-05-16T20:20:05 | 187,093,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,879,863 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codeg... | [
"noreply@github.com"
] | jonasvflores.noreply@github.com |
270cc95d43c69cb3de366d1dff9c804fdb5c8b9c | 162938fc3a0c27c2053f3fe15d7ca96434f835dd | /template.cpp | 4c25629b0a57593842598f4d3d585812f9d00453 | [] | no_license | AhmedMorsy95/Codejam-Problems | e6132bb3cfbb7f08401396bf8485d60163aabbf8 | ac6bed7f89dd847b0ed253e55a501490a8f155a4 | refs/heads/master | 2020-05-04T23:41:18.036203 | 2020-04-14T20:11:48 | 2020-04-14T20:11:48 | 179,552,250 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,339 | cpp | #include <iostream>
#include <bits/stdc++.h>
#include <string>
#include <bitset>
using namespace std;
#define pb push_back
#define ll long long
#define F first
#define S second
#define EPS 1e-9
#define INF 1e15
#define rd(a) scanf("%d",&a)
#define rd2(a,b) scanf("%d %d",&a,&b)
#define rd3(a,b,c) scanf("%d %d %d",&a,... | [
"ahmed.morsy1995@gmail.com"
] | ahmed.morsy1995@gmail.com |
4d27452489c1400e8b220e4a2056ba5f05ff9c17 | 36b22f80a3325d95bb913a4bd0b16a73d113906c | /src/bixd/net/impl/HTTPDownloader.cpp | 11a3e8d159fe54c0d2c2088b1b660914e377f13b | [
"MIT"
] | permissive | VardanMelik/bixrp-old | 32ec279ba1d5e3ff1799a9c17ed6a5b884ba044a | eab3140ea4bc3ef65ff9e4d73d7badff5f39e6cf | refs/heads/main | 2023-06-07T06:13:29.320600 | 2021-06-23T04:10:57 | 2021-06-23T04:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,903 | cpp | //------------------------------------------------------------------------------
/*
This file is part of bixd
Copyright (c) 2012, 2013 bixd Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
cop... | [
"eyemotiongamestudio@gmail.com"
] | eyemotiongamestudio@gmail.com |
db393a173a8050499315553a665e36de628b2c1f | 3f02bdb638defbb92d8b0430e23020b295863f8d | /ff/include/para/paracontainer.h | f3a6682b49367f8b39148902374b15e7314a878d | [
"MIT"
] | permissive | AthrunArthur/functionflow-release | 0654e85e2987ef5cddf51eb9a5756a115521c78e | 95b7edf6a0bfbf28f5322f306fc3e9f060287e2c | refs/heads/master | 2020-04-13T04:07:52.569884 | 2014-12-01T01:28:56 | 2014-12-01T01:28:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,032 | h | /***********************************************
The MIT License (MIT)
Copyright (c) 2012 Athrun Arthur <athrunarthur@gmail.com>
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 res... | [
"athrunarthur@gmail.com"
] | athrunarthur@gmail.com |
e3a5e3f7cf24dcfcbf198e24b3987956f5917296 | a7a46520f268f3d6b34e7c1f620e8cfa219f76a0 | /general/A_Divisibility_Problem.cpp | 431a6413c4f386e4fd1784bcd4bf1034cdd4e6c1 | [] | no_license | harsha20032020/codeforces | 5c20abee4d5acc62c647e274610bb8b9f27b1965 | 0ff3fbdbe1845ffacb04e399c630b078f0ec750b | refs/heads/master | 2023-07-22T20:22:09.549918 | 2021-08-26T13:59:10 | 2021-08-26T13:59:10 | 399,410,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,016 | cpp | //TITLE: A_Divisibility_Problem.cpp
//AUTHOR: N Harsha Vardhan
//DATE: 2021-08-05
//TIME: 13:44:44
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef vector<int> vi;
typedef pair<int, int> pi;
#define F first
#define mp make_pair
#define pb push_back
#define S second
#define FOR(i, a, b) for (i... | [
"nemani.v@research.iiit.ac.in"
] | nemani.v@research.iiit.ac.in |
798fb5d1c319e7d626bed987a70d5c2c09d33bea | 189f52bf5454e724d5acc97a2fa000ea54d0e102 | /ras/fluidisedBed/0.68/k.air | f9106a49109e298aae95cd012ab5e9b8bd83947f | [] | no_license | pyotr777/openfoam_samples | 5399721dd2ef57545ffce68215d09c49ebfe749d | 79c70ac5795decff086dd16637d2d063fde6ed0d | refs/heads/master | 2021-01-12T16:52:18.126648 | 2016-11-05T08:30:29 | 2016-11-05T08:30:29 | 71,456,654 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 58,984 | air | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1606+ |
... | [
"peterbryz@yahoo.com"
] | peterbryz@yahoo.com |
538bf8febd55849a001fe1c062fa0e41ba579f56 | 63c71060f36866bca4ac27304cef6d5755fdc35c | /src/SemanticRules/Rule.cpp | a7ac97c6bacd938cd1f07ec9c085e8fdbdd7741f | [] | 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 | 666 | cpp | ////////////////////////////////////////////////////////////////////////////
//
// 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 |
1304cd977c4391fd4d4b7dc144789a91660fbb04 | f3d628043cf15afe9c7074035322f850dfbd836d | /codeforces/DIV2_613/d.cpp | 7513e8581cf3fbdb98a98c9a043940bbe6f07217 | [
"MIT"
] | permissive | Shahraaz/CP_S5 | 6f812c37700400ea8b5ea07f3eff8dcf21a8f468 | 2cfb5467841d660c1e47cb8338ea692f10ca6e60 | refs/heads/master | 2021-07-26T13:19:34.205574 | 2021-06-30T07:34:30 | 2021-06-30T07:34:30 | 197,087,890 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,287 | cpp | // Optimise
#include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace std;
using namespace __gnu_pbds;
// #define MULTI_TEST
#ifdef LOCAL
#define db(...) ZZ(#__VA_ARGS__, __VA_ARGS__);
#define pc(...) PC(#__VA_ARGS__, __VA_ARGS__);
template <typename T, type... | [
"ShahraazHussain@gmail.com"
] | ShahraazHussain@gmail.com |
4ee2e5715dc95b5b499a1faea12febd21114ae94 | c6f08f2bb8b812bcb63a6216fbd674e1ebdf00d8 | /ni_header/NiLookAtController.inl | b4992bb63de2b7e499c57c88adfb1510bdec3594 | [] | no_license | yuexiae/ns | b45e2e97524bd3d5d54e8a79e6796475b13bd3f9 | ffeb846c0204981cf9ae8033a83b2aca2f8cc3ac | refs/heads/master | 2021-01-19T19:11:39.353269 | 2016-06-08T05:56:35 | 2016-06-08T05:56:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,220 | inl | // NUMERICAL DESIGN LIMITED PROPRIETARY INFORMATION
//
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Numerical Design Limited and may not
// be copied or disclosed except in accordance with the terms of that
// agreement.
//
// Copyright (c) 1996-2004... | [
"ioio@ioio-nb.lan"
] | ioio@ioio-nb.lan |
89035b9600c54df82813295cb2bd443353d43503 | cb77a7661fe0322ac9734ca9d2faaa2072441b69 | /Cplayer.h | bc6e647da487b813bfd3a92bb0f7ba2a30a634cd | [] | no_license | steidl90/SuperMario_RPG | ceb7e961baed2b5656e9b0733f25d6f3efeeedee | d6012d356488d6acaae70357b4f8607c0e7a5b00 | refs/heads/main | 2023-07-14T23:42:58.347455 | 2021-09-09T05:44:46 | 2021-09-09T05:44:46 | 398,950,053 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 2,917 | h | #pragma once
#include "Cunit.h"
#include "CplayerSkill.h"
#include "CaStar.h"
enum class DIRECTIONS
{
DIRECTIONS_LEFT,
DIRECTIONS_UP,
DIRECTIONS_RIGHT,
DIRECTIONS_DOWN,
DIRECTIONS_IDLE
};
class Cplayer :public Cunit
{
private:
CplayerSkill* m_playerSkill;
//CaStar* m_astar;
DIRECTIONS direction;
DIRECTIONS b... | [
"87983461+steidl90@users.noreply.github.com"
] | 87983461+steidl90@users.noreply.github.com |
947280612ce3a58182168f474bf105278288634f | 15c26b6cc1e1ec3e8ab553f579b6af632a964585 | /QStringListModel/qstringlistmodel.h | 0f5079a5eb436d55a35ad54666a71d3435fddb5a | [] | no_license | shidoutsuruya/PythonQt | ad118718bfecbce97a0a2d4cc68d3353b382893e | a0464585ab147b2b94336624cdecfcb3160d9c98 | refs/heads/master | 2023-07-16T09:14:51.043263 | 2021-09-03T02:07:48 | 2021-09-03T02:07:48 | 402,619,844 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 450 | h | #ifndef QSTRINGLISTMODEL_H
#define QSTRINGLISTMODEL_H
#include <QWidget>
namespace Ui {
class QStringListModel;
}
class QStringListModel : public QWidget
{
Q_OBJECT
public:
explicit QStringListModel(QWidget *parent = nullptr);
~QStringListModel();
private slots:
void on_btnAdd_clicked();
void ... | [
"shidoutsuruya@gmail.com"
] | shidoutsuruya@gmail.com |
3bfd35abc716249d489255725fddbdc9463dedf8 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/inetsrv/msmq/src/lib/msm/lib/msmmap.cpp | 08d4f3acbf0f5a6d082b46ebd06e1cd6af97cb50 | [] | 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 | 4,124 | cpp | /*++
Copyright (c) 1995-97 Microsoft Corporation
Module Name:
MsmMap.cpp
Abstract:
Multicast Session to queue mapping implementation.
Author:
Shai Kariv (shaik) 05-Sep-00
Environment:
Platform-independent
--*/
#include <libpch.h>
#include <mqwin64a.h>
#include <qformat.h>
#i... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
1406e0802354fa09d033e3edf1fdb69057a2586f | 35b3ab7ce9bd9917aff7449f76a315a1fff80952 | /ConsNode_bw_Solution.cpp | a08ad30e10ad78d017568c5c21fe19f9ffd0d1ec | [] | no_license | dadadabinbin/huawei_codecraft_2017 | 50ea750921d104c4a75bbd1e003f6aa380c41e41 | c9fb46eb9716eb8d1f8b1b24b3a61b51d1352f48 | refs/heads/master | 2021-05-12T14:44:54.980901 | 2018-01-10T17:29:31 | 2018-01-10T17:29:31 | 116,965,179 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,135 | cpp | /*
* ConsNode_bw_Solution.cpp
*
* Created on: Mar 20, 2017
* Author: root
*/
#include "ALLSPACE_VARIABLES.h"
ConsNode_bw_solution::ConsNode_bw_solution()
{
cons_node_id = 0;
path_num = 0;
paths = 0;
bws = 0;
cost = 0;
isSatisfied = false;
Initialized = false;
}
int ConsNode_bw_solution::C... | [
"1941222827@qq.com"
] | 1941222827@qq.com |
af57125e16feb1c2ca40790adc05e74308e5d5ad | 1dff02275f30fe1b0c5b4f15ddd8954cae917c1b | /ugene/src/corelibs/U2Core/src/tasks/MultiTask.h | 0f5f2a31bfbd089ac38bd2b41d28969ed3eebfd1 | [
"MIT"
] | permissive | iganna/lspec | eaba0a5de9cf467370934c6235314bb2165a0cdb | c75cba3e4fa9a46abeecbf31b5d467827cf4fec0 | refs/heads/master | 2021-05-05T09:03:18.420097 | 2018-06-13T22:59:08 | 2018-06-13T22:59:08 | 118,641,727 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,348 | h | /**
* UGENE - Integrated Bioinformatics Tools.
* Copyright (C) 2008-2012 UniPro <ugene@unipro.ru>
* http://ugene.unipro.ru
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version... | [
"igolkinaanna11@gmail.com"
] | igolkinaanna11@gmail.com |
df602c7657026b26a97c220849d89377225ecc8a | bbb7ad6c0bfa52f3ce85540978201564c73af648 | /practice/divide_and_conquer/seq_of_seq.cpp | a7c099bd3e1cdb0b265aaf71a66845d7e2fbb7d1 | [] | no_license | kartikvishwakarma/Geeksforgeeks | df9156d17c9172752ff3c1f01784d31353667914 | ae6b05706b41fcc6aff150af327977e2e7d34ae5 | refs/heads/master | 2020-04-05T09:12:50.506439 | 2018-11-08T17:57:18 | 2018-11-08T17:57:18 | 156,747,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 438 | cpp | #include <iostream>
using namespace std;
int no_of_sequence(int m, int n){
int a[m+1][n+1];
for(int i=0;i<=m; i++){
for(int j=0;j<=n;j++){
if(i==0 || j==0)
a[i][j]=0;
else if(i<j)
a[i][j]=0;
else if(j==1)
a[i][j]=i;
else
a[i][j] = a[i-1][j]+a[i/2][j-1];
}
}
return a[m][n];
}
... | [
"kartik@kartik-Predator-G3-572"
] | kartik@kartik-Predator-G3-572 |
bfec7fdb776bc0791184aa153d856b6085b06609 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /chrome/browser/prefs/browser_prefs.h | 05f6c207446699d65f8027275c138703b9503f15 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 2,129 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_PREFS_BROWSER_PREFS_H_
#define CHROME_BROWSER_PREFS_BROWSER_PREFS_H_
#include <set>
#include "build/build_config.h"
#include ... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
2d12813e1c56b6dccacd6a588eef2e6ee56c2d50 | d1bb370c70bc2ee2199f8a887cbdbf362c520ed6 | /034_HW3_SHW/hw3_tests/testing_utils/Utility.h | b752941103061982b9af8b962b1937f73bc7bece | [] | no_license | kwakjames5/Three-Dollar | 788d5251f376e9f1b6e3b328903036090e8850c8 | 49881b717b39728c2941762962717fd72fc9473e | refs/heads/master | 2021-03-27T03:57:31.801143 | 2020-11-07T20:07:00 | 2020-11-07T20:07:00 | 247,784,267 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,638 | h | #ifndef UTIL_H
#define UTIL_H
#include <set>
#include <vector>
#include <iostream>
#include <string>
// Used from http://stackoverflow.com/questions/216823/whats-the-best-way-to-trim-stdstring
// trim from start
std::string <rim(std::string &s) ;
// trim from end
std::string &rtrim(std::string &s) ;
// trim from ... | [
"kwakjame@usc.edu"
] | kwakjame@usc.edu |
5a865634f178247c1d320670ba4b2a71de534c75 | 03c0085b3c490f11ac4282ae10a013159f704156 | /3to2.cpp | c741ff5d0d77148cefcbea6f3c6ea459dcb5cf12 | [] | no_license | saidheeraj2205/COP290-1 | 0dee823bd9d773897375481edd4f1e4afa5b27eb | cc3fdbeca5e71dfc6d07ed10af390109d38a44be | refs/heads/master | 2021-04-26T23:56:31.352424 | 2018-03-16T20:32:15 | 2018-03-16T20:32:15 | 123,882,575 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 998 | cpp | #include "data_types.h"
plane plane_coeff(point3D p1 , point3D p2 , point3D p3 ){
/**
*this method returns the plane , if any of 3 points(lying on the plane) Co-ordinates are given
*/
}
point3D* rot(point3D* p , double* dir_cosines){
/**
* Given set of points and dir_cosines , it rotates the points and... | [
"noreply@github.com"
] | saidheeraj2205.noreply@github.com |
42edc786ebe49bad69e74614fc2956f8907ba4aa | 787b70f2490b1f7756e90ef13d5222086fb8bbc4 | /Lab1/Lab13.cpp | d7fedd753514e1decaeb2e76e45674bed0286ee8 | [] | no_license | Tejas1908/Computer-Graphics-Lab | 73b2d1e810f5ee26562e8ca1d84036011236036b | 2de086d577b9feb1c54ede8b4f1e852af2042885 | refs/heads/master | 2020-08-13T16:49:55.333944 | 2019-02-04T13:39:09 | 2019-02-04T13:39:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,533 | cpp | #include<GL/glut.h>
#include<math.h>
void dispsquare(void){
glClear(GL_COLOR_BUFFER_BIT);
glClearColor(0,0,0,0);
glBegin(GL_POLYGON);
glColor3f(1, 0, 0);
glVertex2f(0.5,0);
glVertex2f(0.25,0.25);
glVertex2f(0, 0);
glVertex2f(0,-0.5);
glVertex2f(0.5,-0.5);
glEnd(... | [
"sohampatil798@gmail.com"
] | sohampatil798@gmail.com |
f9683b847b28635244e4212212a4e3cb56180838 | d1aece26de90effe33efa251e33e6b3794a94074 | /Minesweeper/Timer.cpp | 7c17c56393cbdaf95e5fca1894c598ea70c064f4 | [] | no_license | Kyle121123/Minesweeper | 8f348f07e7a6e8ce90589fb33f364a0c7dac5218 | eb97a6912438ca84f7fea3a3e6c9560654e24dfe | refs/heads/master | 2020-04-22T17:48:40.689787 | 2019-02-17T21:47:16 | 2019-02-17T21:47:16 | 170,554,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,933 | cpp | #include <Windows.h>
#include <FL/Fl.h>
#include <FL/Fl_Window.h>
#include <ctime>
#include <FL/Fl_Box.h>
#include <FL/Fl_Button.H>
#include <time.h>
#include "Tile.h"
#include "Timer.h"
#include <iostream>
#include "pch.h"
using namespace std;
static void Timer_CB(void *data) { // ... | [
"noreply@github.com"
] | Kyle121123.noreply@github.com |
ef20947a7aa71a0b247e01270957e14ff69ffb31 | d41ba581fa174c7a65a914cd67b52ad7503734de | /SemProject/brisk/include/reto/tostring.h | 8a36b6a5703cbf80d2b713cf81ff6433acffc0bd | [] | no_license | ChefReto/SemProject | 2259165cf25053666685ca0b2e39293e00468f0c | 3584ff3045e053d33754da05282e783c6fb20371 | refs/heads/master | 2021-01-06T20:43:28.708588 | 2017-08-07T07:13:39 | 2017-08-07T07:13:39 | 99,545,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 360 | h | /*This function outputs to the console the float vectors to a string*/
#include <string>
#include <sstream>
#include <stdint.h>
#include <limits.h>
std::string toString(const cv::Mat &a)
{
stringstream ss;
const unsigned char *p = a.ptr<unsigned char>();
for(int i = 0; i < a.cols; ++i, ++p)
{
ss << (int... | [
"michaere@student.ethz.ch"
] | michaere@student.ethz.ch |
0841d6df0a0a5e96c3e538e1c73ab856e8b15db1 | f840958d7a835cfabdeb5f14500b5aab753a0c1c | /src/audio/channel/Channels.hpp | 57cb4935b47151984579a6063765dab98c1002d0 | [] | no_license | Bluemi/audio_analyser | f4134d905919701e2a9134c7d92a3b356a6e70ae | f2613a784af0ea55d78d3e1c9901add7e156ae9a | refs/heads/master | 2021-09-11T19:55:42.253298 | 2018-04-11T19:42:03 | 2018-04-11T19:42:03 | 103,429,513 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 151 | hpp | #ifndef __CHANNELS_CLASS__
#define __CHANNELS_CLASS__
namespace analyser {
enum StereoChannel { LEFT, RIGHT };
enum MonoChannel { MONO };
}
#endif
| [
"bruno.schilling@protonmail.ch"
] | bruno.schilling@protonmail.ch |
6b53a05ad9190a1ab950fa30d99012c474e2e089 | c3598a7527fb8b11071a115fae8a3bfffb63de08 | /TimeTravel/Intermediate/Build/Win64/TimeTravelEditor/Development/Engine/SharedPCH.Engine.cpp | 2a8941c8092ef31911281232532f72fd15722239 | [
"MIT"
] | permissive | TonyChoiMS/UnrealMMO | b146e1cdafb1005e730cb5cbe42a1dc2322b22e5 | ce7f79dad40002c4fefb0b03ad6588ee7afd9225 | refs/heads/master | 2020-04-10T13:19:22.785970 | 2019-11-18T14:58:14 | 2019-11-18T14:58:14 | 161,047,176 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 152 | cpp | #include "C:/Users/MinLion/Desktop/UnrealProjects/UnrealMMO/TimeTravel/Intermediate/Build/Win64/TimeTravelEditor/Development/Engine/SharedPCH.Engine.h"
| [
"cms9286@gmail.com"
] | cms9286@gmail.com |
d71e90d801de6383f6dea81aa359e56ec684f18c | b8376621d63394958a7e9535fc7741ac8b5c3bdc | /lib/lib_mech/src/base/util/jEventNode.cpp | 010b169b9a1671b956cca57dece92d83f6dd93f5 | [] | no_license | 15831944/job_mobile | 4f1b9dad21cb7866a35a86d2d86e79b080fb8102 | ebdf33d006025a682e9f2dbb670b23d5e3acb285 | refs/heads/master | 2021-12-02T10:58:20.932641 | 2013-01-09T05:20:33 | 2013-01-09T05:20:33 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 11,175 | cpp | /* file : jEventNode.cpp
Coder : by icandoit (mech12@nate.com)
Where (^^;) gam_jGame_ple
Date : 2006-01-16 17:16:15
title :
desc :
*/
#include "stdafx.h"
#include "jEventNode.h"
#include "interface\\jILog.h"
#include "interface/xml/jIXml.h"
#include "Mmsystem.h"
#include "interface/itimer.h"
#include "base/jXmlDict... | [
"whdnrfo@gmail.com"
] | whdnrfo@gmail.com |
a87a5b65615f342babb23304913228ddd78857d5 | 0b791f7cddb05d576bd566afc1db8bbda7714e42 | /SDK/include/steersuite/mersenne/MersenneTwister.h | b630c80ce5333b2e64b5787c6e286843926e9323 | [] | no_license | widVE/FionaOgre | 2c046a170c494c567659f9a6930254b43aa565ca | 8b7ca341c21065b019288510fa965b3c3e2ab275 | refs/heads/master | 2020-06-28T00:22:25.639777 | 2020-06-24T12:01:00 | 2020-06-24T12:01:00 | 200,090,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,049 | h | // MersenneTwister.h
// Mersenne Twister random number generator -- a C++ class MTRand
// Based on code by Makoto Matsumoto, Takuji Nishimura, and Shawn Cokus
// Richard J. Wagner v1.0 15 May 2003 rjwagner@writeme.com
// The Mersenne Twister is an algorithm for generating random numbers. It
// was designed w... | [
"kalimi@wisc.edu"
] | kalimi@wisc.edu |
83172ced09f1acb74d7a9eb0939565ff081f4265 | 24f3b4653e796bc5502dddf759980793471ba642 | /Experis/C++/LMS/DRAFTS/V2/BookRecordContainer/BookRecordContainer.h | f3ba55f193205bf2c6705f12f88c0fbe3eab3ed3 | [] | no_license | madmandidj/github_work | 286ccc1df71f8306f54e285ff9cc9c0cff9f5968 | f2f5779d8398fa60466ab2ae25fc02b157699074 | refs/heads/master | 2018-12-16T20:15:16.867844 | 2018-10-03T19:58:25 | 2018-10-03T19:58:25 | 116,257,701 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,056 | h | #ifndef __BOOK_RECORD_CONTAINER_H__
#define __BOOK_RECORD_CONTAINER_H__
#include "../BookRecord/BookRecord.h"
#include <map>
#include <vector>
#include <string>
typedef std::string String;
class BookRecordContainer
{
public:
BookRecordContainer(String _bookRecordConfigPath);
~BookRecordContainer();
bool... | [
"madmandidj@gmail.com"
] | madmandidj@gmail.com |
d81daa5b4ea351e585af445a81fff35273a0b8ed | 205cf7bd410b10881ec744a43f10aaf7b69dffcf | /include/io_operations/FileHandler.h | 8c29b0d9bc38041ab5a8b0fc32c31c26b42363c1 | [
"MIT"
] | permissive | Dynamical-Systems-Laboratory/ABM-COVID-DSL | 13e873d3fec584eaa12fef6c48591f4aecfad082 | bf1fcbbd7ae161f2a026335fa830cd21ccdf48f0 | refs/heads/main | 2023-05-12T10:06:44.698601 | 2021-05-27T23:28:03 | 2021-05-27T23:28:03 | 309,719,867 | 3 | 3 | MIT | 2021-01-12T15:00:15 | 2020-11-03T14:56:13 | C++ | UTF-8 | C++ | false | false | 1,814 | h | #ifndef FILEHANDLER_H
#define FILEHANDLER_H
#include "../common.h"
#include <ios>
/***************************************************************
* class: FileHandler
*
* Creates and manages input and output file streams
*
* Opens and maintains a file stream, then closes it when
* calling the destructor.
**... | [
"truskawka.at@gmail.com"
] | truskawka.at@gmail.com |
14c37af3c8d1c6b6ee6f014350fd39dde5bd066a | 5f7446fbc6d1fca82b67a3997a375e925f2af08c | /11727/main.cpp | ae38d11b6e382d3267258ab1affa945bf72c3e14 | [] | no_license | KavinderSingh/uva | da706108a9abcedda2fb03aa5a624da0d01f28f2 | 8bd26623e1f5098f78fb8f20146a8aaee4cf2ec4 | refs/heads/master | 2020-05-30T00:26:30.658353 | 2019-07-29T16:58:10 | 2019-07-29T16:58:10 | 189,459,681 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 322 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
int main()
{
int t,i=0;
cin >> t;
while(t--)
{
int a[3];
for(int i=0;i<3;i++)
{
cin >> a[i];
}
sort(a,a+3);
++i;
cout <<"Case "<<i<< ": "<< a[1]<< endl;
}
... | [
"kavindersingh42@gmail.com"
] | kavindersingh42@gmail.com |
17b3e284d321e9ca1aaebdc9e41500d089bc6a33 | 2b9496521272fd6c00c0ad5c1469b95464d3577c | /serverB.cpp | e62cad044a9e65201c80ce0427c41204fecc2797 | [] | no_license | MichaeltheWise/TCP-UDP-Computer-Network-Project | 313d4fc41c8c0ceed4232f9eb0bd048a6191555a | c46f867a96af173f7bec5319102fe06ae7f01590 | refs/heads/master | 2021-09-05T06:52:40.594413 | 2018-01-25T01:23:46 | 2018-01-25T01:23:46 | 118,844,117 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,894 | cpp | /*
EE 450 Session 3
Socket Programming
Written by Po-Hsuan (Michael) Lin
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <netdb.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/wait.h>
#include <... | [
"noreply@github.com"
] | MichaeltheWise.noreply@github.com |
5836ba7b9f67a65967481807aabaa206bfc8d91e | ff3a548c8e0849fd453077ba1bcb6b7c0e199250 | /solved/p014/p14.cpp | 23cecf310e907af6227dbac9af93420e5ff773c3 | [] | no_license | mchalek/euler | 9c096e32066de9e5cdfb1729d37113f986b5c3a6 | 1abf319df76f50b3d76568c17873971d3a5bbcc4 | refs/heads/master | 2021-01-18T22:52:11.397597 | 2017-12-31T21:12:07 | 2017-12-31T21:12:07 | 8,153,858 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 573 | cpp | #include<cstdio>
#include<cstring>
#include<cstdlib>
int main(void)
{
int maxLen = 0, maxNum = 0, currLen, j;
long long currNum;
int *seq = (int *) calloc(10000, sizeof(int));
for(int i = 1; i < 1000000; i++) {
currLen = 1; // for the 1 that each sequence will end with
currNum = i;
while(currNum ... | [
"kevin@quantifind.com"
] | kevin@quantifind.com |
046d26c66ae2ec58925d2da6c640c446e0472fee | db2ec865eefdf0287ede1f859b2c77de9469466c | /src/scene/SceneObject.h | f33fbf3283da7414f8d712fac386593297ae7c7d | [] | no_license | dipsywong98/COMP4411-Trace | 1e032acf2af31600b2f3416ee23994f115b64f36 | 77bbffc0e647d70e7e1422d351741ba63589f2a3 | refs/heads/master | 2020-04-29T23:46:49.794137 | 2019-04-12T15:33:38 | 2019-04-12T15:33:38 | 176,487,108 | 3 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 520 | h | #pragma once
#include "Geometry.h"
#include "material.h"
// A SceneObject is a real actual thing that we want to model in the
// world. It has extent (its Geometry heritage) and surface properties
// (its material binding). The decision of how to store that material
// is left up to the subclass.
class SceneObject... | [
"daniel.2345@hotmail.com"
] | daniel.2345@hotmail.com |
4436c003e01a3914e5be950ace7836ef25428269 | efa0bcd34dcb67401edad9c1d3e1d9ff54c6ff47 | /c/sdk-xulrunner-atual/include/nsIScriptChannel.h | 32143a9b98a8e94faf282b85f267648eb6ce945a | [] | no_license | patchguards/DDReader | acd608d90514a22758f6b1fb959f967bbecab0c0 | ad6ccfd7d50f4aef3cfbfdaec8b673b82633327c | refs/heads/master | 2020-12-20T13:41:35.914989 | 2012-03-08T20:53:42 | 2012-03-08T20:53:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,333 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-m-rel-xr-w32-bld/build/dom/base/nsIScriptChannel.idl
*/
#ifndef __gen_nsIScriptChannel_h__
#define __gen_nsIScriptChannel_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL f... | [
"pedro.milliet@gmail.com"
] | pedro.milliet@gmail.com |
eac4eb8d706485e0382c4df6759ebd6f5232aaee | b3439873c106d69b6ae8110c36bcd77264e8c5a7 | /server/Common/Packets/CGChannelCreate.h | 8711d84785a268d484f20f0df5534614db3d3cb1 | [] | no_license | cnsuhao/web-pap | b41356411dc8dad0e42a11e62a27a1b4336d91e2 | 7c9b1f49d9ba8d8e40f8fddae829c2e414ccfeca | refs/heads/master | 2021-05-28T01:01:18.122567 | 2013-11-19T06:49:41 | 2013-11-19T06:49:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,440 | h |
#ifndef __CGCHANNELCREATE_H__
#define __CGCHANNELCREATE_H__
#include "Type.h"
#include "Packet.h"
#include "PacketFactory.h"
namespace Packets
{
class CGChannelCreate : public Packet
{
public:
CGChannelCreate( ){} ;
virtual ~CGChannelCreate( ){} ;
//公用继承接口
virtual BOOL ... | [
"viticm@126.com"
] | viticm@126.com |
501f9dc894be3d39dd97328208219f9f1190fad3 | 3de5a328c9372fc996d265cf005a33f70a76f9de | /playstate.ogl3/playstate/rendering/ogl3/components/int_gfx_program_component.cpp | df2ec9e44ecd1572f3e50db88b343be2fbeb1cc1 | [] | no_license | perandersson/playstate | 6c22942f295ee85482332776e6b94041e765247d | 7e6a426e834e43663846c3c1a5ae4f3a9fa94619 | refs/heads/master | 2020-04-28T00:49:30.853108 | 2013-10-14T17:24:35 | 2013-10-14T17:24:35 | 10,280,928 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,449 | cpp | #include <playstate/memory/memory.h>
#include "int_gfx_program_component.h"
#include "../ogl3_gfx_program.h"
#include <cassert>
using namespace playstate;
IntGfxProgramComponent::IntGfxProgramComponent(OGL3GfxProgram& program, GLint componentId, GLenum type)
: mProgram(program), mComponentId(componentId), mType(typ... | [
"dim.raven@gmail.com"
] | dim.raven@gmail.com |
b3a2e7ac6200c2d2f790ce57c2194d6db2cba4c0 | 80587a916f8b9ddc4ea6b353895c4c36b3b41bcb | /src/fj_box.cc | 434fcdaad0aaa7b4e2c674a9279f3301aad9719a | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | wieland-rochel/Fujiyama-Renderer | 2edd1e46e836c1f5dcafdf4f26e5253193318f82 | 8e9fc4027d9f88034a31555ebff12ea57e5183af | refs/heads/master | 2020-03-22T14:47:32.234229 | 2017-10-30T05:06:53 | 2017-10-30T05:06:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,353 | cc | // Copyright (c) 2011-2017 Hiroshi Tsubokawa
// See LICENSE and README
#include "fj_box.h"
#include "fj_numeric.h"
namespace fj {
Box::Box(const Vector &P0, const Vector &P1)
{
for (int i = 0; i < 3; i++) {
if (P0[i] < P1[i]) {
min[i] = P0[i];
max[i] = P1[i];
} else {
min[i] = P1[i];
... | [
"hiroshi@fujiyama-renderer.com"
] | hiroshi@fujiyama-renderer.com |
03e64d3ed225c8b144b554df3f7d2011f1544aae | 3cf73d4ec1e9bd0cfeebb0de3775e5553530efe2 | /FLD/pair_lubricateU_poly.h | 6c8fa9cc9f4c7c5bed4fc6787ec46c4eaba03acb | [] | no_license | TJFord/sard | 49766cb2f72610ae60319e9ed73b712f0c05e66a | 6697819f47d5e28b60d36183a65b5b95a725b6b1 | refs/heads/master | 2016-09-06T09:58:00.641931 | 2014-06-28T02:57:51 | 2014-06-28T02:57:51 | 10,278,164 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,953 | h | /* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04... | [
"tan.jifu@gmail.com"
] | tan.jifu@gmail.com |
3520a5f36832968cb448eb0878c562c778439ee9 | 67281c684a1722151cfdbbba2f09c215b2bb7b19 | /stacknqueue/tempCodeRunnerFile.cpp | 8c3be6b97ac7540136301887b47bfdff23aa7747 | [] | no_license | ritikdhasmana/DS-Algo | e20d388de977e3f8a24fe0e1e7612275041c7e3d | c86e63cc5b868b391888d4b4995a39a00cf21aad | refs/heads/main | 2023-06-29T03:31:36.117050 | 2021-08-06T05:27:26 | 2021-08-06T05:27:26 | 393,258,107 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 631 | cpp | stack<long long >st;
long long ans=0,i=0;
while(i<n){
if(!st.size()||arr[st.top()]<=arr[i])st.push(i++);
else{
int x=st.top();
st.pop();
long long area= arr[x]*(i-(st.size()?st.top():0));
ans=max(area,ans);
... | [
"noreply@github.com"
] | ritikdhasmana.noreply@github.com |
5fc71cd8aab11280b074a55b686d07dfeeed9a38 | 67899479e67bab5df7fb2887c485421bf1eade2a | /2019/Day19.cpp | 3f154ab99bab0687e2d4bfccc5e82f89f3e8166c | [] | no_license | SephDB/Advent-of-Code | 3d0220283f2dc9a37c7d6151a70ad6bf7d904fe9 | ef43329d465fb4a12f611aa9205a2c6fdcadff04 | refs/heads/master | 2021-12-29T08:50:55.873445 | 2021-12-25T11:04:19 | 2021-12-25T11:04:19 | 227,999,498 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,229 | cpp | #include <vector>
#include <tuple>
#include <iostream>
#include <deque>
#include <map>
#include <unordered_map>
#include <cstdint>
#include <complex>
namespace IntCode {
struct Storage {
std::vector<std::int64_t> main;
std::map<std::int64_t,std::int64_t> extra{};
std::int64_t& operator[](st... | [
"noreply@github.com"
] | SephDB.noreply@github.com |
421e39684765d891f35a0abe47742c21000dc372 | 768400555bfbc467bee971cd5a2bafddce6cca50 | /ordenaralfabeto.cpp | 3e41e6cfdc920f528a2e1fa94ce657d5faf75296 | [] | no_license | caropatino/SISTEMAS-DE-OPERACI-N- | 8295d9e1bf01d110dd9e7351835c55d01885ed87 | b6573434e39a49cc716c5a27209968255a767b48 | refs/heads/master | 2021-05-18T03:00:04.027257 | 2020-03-29T16:09:20 | 2020-03-29T16:09:20 | 251,074,899 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,431 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
void buscar(char patron[][2], int cont) {
int p1, p2;
int t = 0;
char p[1][1] = { 'j' }, s[1][1] = { 's' };
while (t < cont) {
printf("chao %i \n", t);
if (patron[t][0] == p[1][1]) { //NO SE PORQUE NO ENTRA A ESTAS CONDICIONES... | [
"caropatinob@gmail.com"
] | caropatinob@gmail.com |
fb06b7c47434ddef2c1ce607f1fa12df83efcb67 | 7dec1a501f2df60afec70e2eaa703a840bfa14a5 | /trunk/xray/xr_3da/xr_ioc_cmd.cpp | 20a4b81af0ec1bae07513620389f06ef183c53dd | [] | no_license | Kondr48/gz_team_engine | 547d63458654bfbc61c5b437b0e7bd8e023a380f | dafe6f01319685ee1ac781538c05a9f3e60deb10 | refs/heads/master | 2021-01-19T09:21:37.398137 | 2017-07-09T15:09:01 | 2017-07-09T15:09:01 | 84,004,718 | 6 | 2 | null | 2018-09-28T21:36:25 | 2017-03-05T21:49:15 | C++ | UTF-8 | C++ | false | false | 19,213 | cpp | #include "stdafx.h"
#include "igame_level.h"
#include "xr_effgamma.h"
#include "x_ray.h"
#include "xr_ioconsole.h"
#include "xr_ioc_cmd.h"
#include "fbasicvisual.h"
#include "cameramanager.h"
#include "environment.h"
#include "xr_input.h"
#include "CustomHUD.h"
#include "SkeletonAnimated.h"
#include "ResourceManager.h... | [
"kondrashin.oleg35@yandex.ru"
] | kondrashin.oleg35@yandex.ru |
4d5d471c7586d753a0e3ceebd39adf169cf02eba | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/cpp-pistache-server/generated/model/OrgApacheSlingEngineImplSlingMainServletProperties.h | 0c8623cb0ac444a51b58fc1e46322dedd257c08a | [
"Apache-2.0"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | C++ | false | false | 4,042 | h | /**
* Adobe Experience Manager OSGI config (AEM) API
* Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API
*
* OpenAPI spec version: 1.0.0-pre.0
* Contact: opensource@shinesolutions.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-gener... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
375ffa3c32ddae924e9d1d5da8529603750a3c0a | ed0b72fa850fb40656d78d5e319a5be9c9977155 | /src/wallet.cpp | 6356f667bdf1578e6af4b29f8713e0f397870a54 | [
"MIT"
] | permissive | bitland/identifi | 1755afb1503f456bd61b2d378ed14cb5f2f5ab5a | abbe2518a32b3cae5fce2b6bcb6627c43b59dc89 | refs/heads/master | 2020-12-11T06:11:39.215485 | 2013-11-25T00:28:52 | 2013-11-26T16:22:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 60,234 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Identifi developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "wallet.h"
#include "walletdb.h"
#include "crypter.h"
#include "ui_inter... | [
"martti.malmi@aalto.fi"
] | martti.malmi@aalto.fi |
d8a27bc0b503c47a1714e6b19ef1409d7a58a5bd | 31922f2ef9f01a85d4e5dfa0c44ceb15d3a74ec6 | /SDL_Prototype/Source/Scene.cpp | 0394de86d4fff6786fb0b1edf3a7a72fea7625d6 | [] | no_license | vargaszabolcs/EthinEngine | 57e846aaccaa7f819f035aee152bd34cd6856772 | 687328f609a534fba7a48bbfdd0714bce0a6c938 | refs/heads/master | 2022-03-18T11:30:20.248005 | 2019-12-04T16:01:00 | 2019-12-04T16:01:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,158 | cpp | #include "Scene.h"
Scene::Scene(std::string name = "Unnamed Scene", SDL_Renderer* renderer = nullptr, SceneManager* sceneManager = nullptr)
: mRenderer(renderer)
, mSceneName(name)
, mSceneManager(sceneManager)
{
}
Scene::~Scene()
{
//Delete all the game objects in the scene
std::vector<GameObject*>::iterator ... | [
"starstylestudio1@gmail.com"
] | starstylestudio1@gmail.com |
fa69f9eb3ed0153853f43d0feb82202515e175b1 | 0634b09d72a13b89589521961f5df6e67fa4ab00 | /Game2/GL/UI/Widgets/uiscroll.cpp | 4bea9c732e48d737d2a88a10ad9f5fddb7222326 | [] | no_license | 8coon/Game | a58e8163efd82f3bcd9535a91b21a0eeccdd4ee7 | 1a16d062ba15e13193f5f48e50d48cd73683fb53 | refs/heads/master | 2021-01-17T14:55:33.748552 | 2017-01-02T19:18:29 | 2017-01-02T19:18:29 | 70,286,648 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,361 | cpp | #include "uiscroll.h"
UIWidgetTexture UIScrollBoxButtonUp::getWidgetTexture()
{
if (!getEnabled()) return getSkin()->getWidgetTexture(buildString("SCROLLBOX_UP_", "_GRAYED"));
switch (getState()) {
case UI_NORMAL: return getSkin()->getWidgetTexture(buildString("SCROLLBOX_", "_UP")); break;
ca... | [
"gpuzzletime@icloud.com"
] | gpuzzletime@icloud.com |
78de118abf004b157de2384cee0cdd5093519f7c | 342a62d0e009f330f866ce17a5542ec92f6bd0ac | /Algorithms/test projects/cool input:output/main.cpp | d275d6221dfe69b42ef061600adebb5ae8e5819d | [] | no_license | brishtiteveja/ACM | 76d03d100d63c585b9daf32c0eda97a76b630472 | 61292e5aa964ea465c5667a5df28fc09139bbb25 | refs/heads/master | 2021-01-23T16:37:29.089823 | 2013-04-02T07:35:08 | 2013-04-02T07:35:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 254 | cpp | #include <stdio.h>
int main () {
int h,m;
char digits[100];
char input[100],ch;
scanf("%d:%d\n",&h,&m);
scanf("%[^\n]",digits);
printf("%d:%d\n",m,h);
printf("%s\n",digits);
printf("%s\n",input);
printf("%c\n",ch);
return 0;
}
| [
"a_khanzehady@yahoo.com"
] | a_khanzehady@yahoo.com |
8e3e25909afc69879ecb0e887f569fa949f81724 | 805ada307bcd02c410e38eb2929d515c50692b19 | /examples/c++/bond_issue.cpp | 80f93ea9c259ff637c5c978f96a29d71dce7ddec | [
"BSD-3-Clause",
"Python-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | enthought/pyql | 0f973aa44d33b5933b356bfa3f2774c6080b13f0 | 09bd00b339d6361fb82c833a6c171a38b555badd | refs/heads/master | 2023-08-08T17:09:34.677722 | 2023-07-31T17:59:02 | 2023-08-02T17:07:15 | 3,665,229 | 803 | 181 | NOASSERTION | 2023-08-02T17:07:17 | 2012-03-08T22:44:35 | Cython | UTF-8 | C++ | false | false | 3,363 | cpp | #include "ql_settings.hpp"
#include <ql/quantlib.hpp>
#include <iostream>
#include <iomanip>
using namespace QuantLib;
static FixedRateBond* get_bond_for_evaluation_date(
Date &in_date
) {
Date evaluation_date;
Calendar calendar;
Date effective_date;
Date termination_date;
N... | [
"dpinte@enthought.com"
] | dpinte@enthought.com |
c09e1e2ec26c91178680dea78e3f9c72fe7a6c12 | 61a71b84ac8075c5f8036053d9c5c37474b77681 | /circlepack02/src/main.cpp | f5d34a69a7770e60a027159337688945a4f349ff | [] | no_license | julien/ofcirclepack | 6572462c904e83a70a27e0d957843806b232608b | 37bea524bbe82b1ff80299d156b2e17c5405cd3f | refs/heads/master | 2021-01-11T22:56:44.155805 | 2017-01-13T20:35:15 | 2017-01-13T20:35:15 | 78,526,431 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 225 | cpp | #include "ofMain.h"
#include "ofApp.h"
int main() {
ofGLWindowSettings settings;
settings.width = 1024;
settings.height = 768;
settings.title = " ";
ofCreateWindow(settings);
ofRunApp(new ofApp());
}
| [
"julien.castelain@liferay.com"
] | julien.castelain@liferay.com |
6fc1bbff43e3a94618d5eb0e64641c2279aa7566 | 4f4c2cd4e711f2197e03c99f0a0d16f28c69a9da | /Classes/TalkLayer.h | 28feaa876fcdb7952666d77c20e4c3ad367e2c77 | [] | no_license | Anti-Magic/EvolandPocket | 9e8d26c3ef76b3ee7281f481312f6692f69cc719 | 045385a0d69a1c062dc26aa39a1a870508240794 | refs/heads/master | 2021-01-19T00:24:28.228379 | 2015-03-15T05:03:16 | 2015-03-15T05:03:16 | 31,943,418 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 290 | h | #ifndef __TALKLAYER_H__
#define __TALKLAYER_H__
#include "cocos2d.h"
class TalkLayer : public cocos2d::Sprite
{
public:
void talk(const std::string& key);
bool init();
CREATE_FUNC(TalkLayer);
private:
cocos2d::Label* _talkLabel;
cocos2d::ValueMap _strings;
};
#endif | [
"red_program@163.com"
] | red_program@163.com |
162b49ce7de63dd48bf1f6f6f78d0b23963d7588 | f0a5778eb0b35a66c160824f3e83bf7a94df58c0 | /src/util/util.h | 9a1d4953046dc7dd66a9e05355aadf632f4a5188 | [] | no_license | ThomasRabn/Random-Landscape-Generator | 8aeb634f5057af2907b7caa8542f9988ea49e656 | 2061c93e2afc3fe1e87a9071c976586983a2da63 | refs/heads/master | 2022-12-28T18:14:49.511940 | 2020-10-15T21:01:06 | 2020-10-15T21:01:06 | 180,018,778 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,549 | h | #ifndef UTIL_H_INCLUDED
#define UTIL_H_INCLUDED
#include <string>
#include <random>
#include <ctime>
#include <iostream>
#include <cstdio>
namespace util
{
/// L'appel de cette fonction redirige les
/// données du fichier dont le nom est passé
/// en paramètre vers std::cin
/// On "simule" les frappes clavier ce qui... | [
"thomas.rabian@live.fr"
] | thomas.rabian@live.fr |
522c1b6a0909b460ca1090aa3bfd3a844708f1e9 | 81f92a2899e0862bb9831c8cbca90e5905f81c3e | /src/init.cpp | ad38a26125dc16f0e3f2c0198dfba31a9811b04e | [
"MIT"
] | permissive | AsgardiaCoin/SolarCore | 39339e0d1f4a2679210c920c9b5e9f25690e082c | 2ac16cedb28bb4bd76ca25d7f79b8e189fb0a3fd | refs/heads/master | 2020-04-01T21:46:10.239413 | 2018-10-26T19:41:21 | 2018-10-26T19:41:21 | 153,674,348 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 79,989 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018 The Solar developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or ht... | [
"skyler@ruffa-karting.fr"
] | skyler@ruffa-karting.fr |
c51613a503df76bcb241a3aac55d066471c70c8a | 9a887d9afe0cdc67c0a9c11487bb0dfbd96d345e | /basic-cpp/Stacks&Queues/RobinHood/src/queue2.h | e581449623076edb121317ee4c9b274ac5d935c2 | [
"MIT"
] | permissive | gramai/school-related | 6210fac8bbac53d5c3774fa45d6f5a969ddf2fc6 | 152d67b4e475c3ba7c9370d6de39b38fc453392d | refs/heads/master | 2020-03-20T04:38:30.431603 | 2018-06-25T16:45:50 | 2018-06-25T16:45:50 | 137,190,133 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,645 | h | #include <stdio.h>
#include <iostream>
#define NMAX 1000
using namespace std;
template<typename T> class Queue {
private:
T queueArray[NMAX];
int head, tail,size;
public:
void enqueue(T x) {
if (tail == NMAX) { //on verifie si la queue est pleine
... | [
"gramai.emanuel@gmail.com"
] | gramai.emanuel@gmail.com |
1f136a102fe41ff8aa5193273f37d19cb24b130d | f49de836452ed545b35d85a9695ede6df294a919 | /Source/Particles/WarpXParticleContainer_fwd.H | 91957015faa0873d36ac9e7b669f7fdb827aaeff | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause-LBNL"
] | permissive | WeiqunZhang/WarpX | 7162a191f520e1d0aba817c08211b5bb133f12de | 4ef28deda80a2a51896ee5fccb71b013ceddd8a0 | refs/heads/development | 2023-08-31T10:29:10.432163 | 2023-04-07T22:06:32 | 2023-04-07T22:06:32 | 190,414,385 | 0 | 0 | NOASSERTION | 2023-04-10T22:41:54 | 2019-06-05T14:50:35 | C++ | UTF-8 | C++ | false | false | 618 | h | /* Copyright 2021 Luca Fedeli, Axel Huebl
*
* This file is part of WarpX.
*
* License: BSD-3-Clause-LBNL
*/
#ifndef WARPX_WarpXParticleContainer_fwd_H_
#define WARPX_WarpXParticleContainer_fwd_H_
enum struct ParticleBC;
enum struct ConvertDirection;
struct PIdx;
struct DiagIdx;
struct TmpIdx;
class WarpXParIte... | [
"noreply@github.com"
] | WeiqunZhang.noreply@github.com |
7ddd27f6a5a4aab5d7115d149c534ea57123c6a1 | 2e066fae26ffe92cead67346a927f0c5f65b908f | /cpp/model_problems.cpp | 13b85ba7640f6e543e0461219d0596dd1ee1d3a5 | [] | no_license | jamesfolberth/multigrid_project | 57225424eddf572ef2fbcc9a8891a46a53fb335b | ba9fd65a954e86f94540709c748a737f037aefbe | refs/heads/master | 2021-01-01T19:11:32.389055 | 2015-05-21T14:12:30 | 2015-05-21T14:12:30 | 32,407,401 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,953 | cpp | // model_problems.cpp
//
// James Folberth
// Spring 2015
#include "model_problems.hpp"
template<typename T>
matrix_crs<T> model_problem_1d(unsigned L, T sigma) {
unsigned m = pow(2,L)-1, n = m;
T h2 = pow(1./static_cast<T>(m+1),2);
vector<unsigned> rind, cind;
vector<T> val;
if (L < 2) {
cerr... | [
"jamesfolberth@gmail.com"
] | jamesfolberth@gmail.com |
bd5fdc668c87b6c556ea9156d17d14733e2c6bcb | dd5f009f348d82ef0ea43b5058acfc05be654b43 | /cheats/autowall/autowall.h | aad1ea208f1b9a9c6966a1aeb114afb7465db391 | [] | no_license | younasiqw/pastedshit1 | 3d52547dce3f1cedaf0407046baf02eea3398651 | 740283568da1a1e4541f90be6a3cf94d5335db77 | refs/heads/master | 2020-04-08T10:52:40.147307 | 2018-11-25T11:56:03 | 2018-11-25T11:56:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,658 | h | #pragma once
#include "..\..\sdk\structs.hpp"
#include "../../utils/singleton.h"
class autowall : public singleton< autowall > {
public:
struct returninfo_t {
int m_damage;
int m_hitgroup;
int m_penetration_count;
bool m_did_penetrate_wall;
float m_thickness;
vec3_t m_end;
IClientEntity * m_hit_entity;... | [
"cracacledr@mybx.site"
] | cracacledr@mybx.site |
c7c72b85480093a58e42ba53d1b33eea014b374f | a1380fe0374141f2ea4ec0f91725862b1aa4467d | /BattleTankUnreal/Source/BattleTankUnreal/Public/TankAIController.h | 3e845877b38d9a99f364a9d58654e89b5e4d70d5 | [] | no_license | Unreal-EngineCourse/BattleTank | f807c9e50e067ea413d5177d7d25539c9ee93b20 | 053dd66d77d21dae777e636477c63ec6b6991d1d | refs/heads/master | 2023-06-27T00:20:01.905832 | 2021-08-07T13:31:42 | 2021-08-07T13:31:42 | 288,723,589 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 430 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include"Tank.h"
#include "CoreMinimal.h"
#include "AIController.h"
#include "TankAIController.generated.h"
/**
*
*/
UCLASS()
class BATTLETANKUNREAL_API ATankAIController : public AAIController
{
GENERATED_BODY()
private:
... | [
"hamzaboulandoum@gmail.com"
] | hamzaboulandoum@gmail.com |
32e2bdf83aef50c65568e196096b3fb469ccb314 | dff041b691e1349fc3560a80cca3a1cfb4bbc5bd | /No70/No70/stdafx.cpp | e1293099f4a61d6b3ce3dfd10d0507caca48ce47 | [] | no_license | OrangeKnife/leetcode | 039ed3ab78ee8878fb2eea1dccb05c5d5e9527d2 | cfdc78d4ed35dd2fbb84d177e5d5fcf0ba18a692 | refs/heads/master | 2020-05-20T16:25:00.509778 | 2015-10-03T22:52:44 | 2015-10-03T22:52:44 | 39,508,853 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | cpp | // stdafx.cpp : source file that includes just the standard includes
// No70.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"evisd21@gmail.com"
] | evisd21@gmail.com |
f91804eb96bf746117a95d684332da4b96e10962 | 3d42af4846f810dd75acfdddf55b79bca0b7a0d4 | /video_analysis/include/tensorflow/bazel-bin/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMP.h.inc | 17678c1187d60fde2b5287368edd2a59ecb28b28 | [] | no_license | Tingjia980311/video_experiment | bd251571c97af67e5a1685ff4e5a0407bc473bfa | 0434ccdbb0cf0db38722da60c6c1d6ab96e7de9b | refs/heads/master | 2023-06-09T07:55:55.611485 | 2021-06-27T12:42:23 | 2021-06-27T12:42:23 | 377,106,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,592 | inc | #ifndef LLVM_OpenMP_INC
#define LLVM_OpenMP_INC
#include "llvm/ADT/BitmaskEnum.h"
namespace llvm {
class StringRef;
namespace omp {
LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE();
enum class Directive {
OMPD_allocate,
OMPD_assumes,
OMPD_atomic,
OMPD_barrier,
OMPD_begin_assumes,
OMPD_begin_declare_variant,
O... | [
"ubuntu@ip-172-31-71-41.ec2.internal"
] | ubuntu@ip-172-31-71-41.ec2.internal |
ec15fc7a2569c0086217bed2d0fce10d15a1b813 | 49a0d7bcc60f6c0534e76a26592319ecf5b021da | /clang/test/AST/Interp/arrays.cpp | bba54ee2b2fa14fe007342491c5f55c577a0071e | [
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | benzoClang/llvm-project | 2add9ec8f7281bd97c4b2d23bdd7ac6d9fe0a69f | 0be59d0e8218ea5b3fd59990c7a4978fd8d0d090 | refs/heads/master | 2023-03-07T14:44:16.022548 | 2022-11-21T12:36:26 | 2022-11-21T14:04:27 | 227,801,025 | 2 | 1 | NOASSERTION | 2023-03-04T01:23:43 | 2019-12-13T09:15:42 | null | UTF-8 | C++ | false | false | 7,328 | cpp | // RUN: %clang_cc1 -fexperimental-new-constant-interpreter -verify %s
// RUN: %clang_cc1 -verify=ref %s
constexpr int m = 3;
constexpr const int *foo[][5] = {
{nullptr, &m, nullptr, nullptr, nullptr},
{nullptr, nullptr, &m, nullptr, nullptr},
{nullptr, nullptr, nullptr, &m, nullptr},
};
static_assert(foo[0][0] ... | [
"tbaeder@redhat.com"
] | tbaeder@redhat.com |
d104d1f0ed3f70681628151833ee1a569455be89 | 3282ccae547452b96c4409e6b5a447f34b8fdf64 | /SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimArrayParams_BldgElementArray_Default.cxx | d4edc020696d04050d33a9b4b7bce1ca1b193ea9 | [
"MIT"
] | permissive | EnEff-BIM/EnEffBIM-Framework | c8bde8178bb9ed7d5e3e5cdf6d469a009bcb52de | 6328d39b498dc4065a60b5cc9370b8c2a9a1cddf | refs/heads/master | 2021-01-18T00:16:06.546875 | 2017-04-18T08:03:40 | 2017-04-18T08:03:40 | 28,960,534 | 3 | 0 | null | 2017-04-18T08:03:40 | 2015-01-08T10:19:18 | C++ | UTF-8 | C++ | false | false | 4,092 | cxx | // Copyright (c) 2005-2014 Code Synthesis Tools CC
//
// This program was generated by CodeSynthesis XSD, an XML Schema to
// C++ data binding compiler.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Fre... | [
"cao@e3d.rwth-aachen.de"
] | cao@e3d.rwth-aachen.de |
0703769909ac8d032c6ed49abafa4f3056abf759 | 4cb0076391a8337492deafcfebaa30aeb14f1995 | /include/File.h | 07fdba900f425014879efa124cf05fdfc19be84b | [] | no_license | dunyakilavuz/earth-engine-cpp | 9b37696aa5e7f876e86dc08c2e63d277b409dfeb | 0c1f017613ebfbe07b4a87e35ac37c47859d2ef6 | refs/heads/master | 2021-03-30T17:11:53.940660 | 2017-06-06T22:07:15 | 2017-06-06T22:07:15 | 88,879,005 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 505 | h | #ifndef FILE_H
#define FILE_H
#include <sstream>
#include <string>
#include <fstream>
#include <iostream>
#include "Debug.h"
namespace eEngine
{
namespace Utils
{
class File
{
std::string filePath;
std::stringstream lines;
public:
File(std::st... | [
"dunyakilavuz@gmail.com"
] | dunyakilavuz@gmail.com |
88859abb40c8a3054d331485e4ec1075d887d3ce | f3f32cc6adb662d0ba30c9f5fc005d5c35afd181 | /Balanced Brackets.cpp | 5bc104f4dc0d933f7693eaafd2e7e856a505f281 | [] | no_license | rranjik/ideal-octo-barnacle | 675934f1e86591bb393ebb4ccde0f2cc40f7efd8 | 104f190cf3f4414578cc521886c914f0037e36ab | refs/heads/master | 2023-09-01T11:51:02.653672 | 2023-08-26T02:24:03 | 2023-08-26T02:24:03 | 159,698,415 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,711 | cpp |
#include <bits/stdc++.h>
using namespace std;
// Complete the isBalanced function below.
string isBalanced(string s) {
stack<char> stk;
for(auto& c : s){
if(c == '{'||c == '['||c == '(')
stk.push(c);
else{
if(stk.empty()){
return "NO";
}
... | [
"rrk350@nyu.edu"
] | rrk350@nyu.edu |
29f13c28229f272b063dcc90d0ba034d39e2ac73 | 3cfc3f4cb1572806c153cdb550f7fd41e1943f08 | /RENDER_CG_FUNCTIONS/Run_cgGL_00.cpp | 1d480486fc56a1f8da5c61535d8d310fd1e23fa6 | [] | no_license | marcclintdion/a8a_MATRIX_MATH_MAY_10 | c8d07b3425f8fb04f05104c1baf1b5934fa5b0c4 | d9f9851c20f681929aa0896be4e0b8336c50a4fb | refs/heads/master | 2021-01-10T07:11:59.889363 | 2015-09-30T14:11:41 | 2015-09-30T14:11:41 | 43,436,890 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,337 | cpp | void Run_cgGL_00(void)
{
PNT_SZE = 2.0;
glPointSize(PNT_SZE);
cgGLBindProgram(cgGL_00_CgVertexProgram);
cgGLEnableProfile(cgGL_00_CgVertexProfile);
cgGLBindProgram(cgGL_00_CgFragmentProgram);
cgGLEnableProfile(cgGL_00_CgFragmentProfile);
setBrassMaterial();
... | [
"marcclintdion@Marcs-iMac.local"
] | marcclintdion@Marcs-iMac.local |
0342d3260e56d7b498345383b3842a82da428473 | e5f4f37d941ceb8145d65f92028cc54658b1ac01 | /Code/EditorPlugins/RmlUi/EditorPluginRmlUi/DragDropHandlers/RmlUiDragDropHandler.cpp | 0bb0212cdc78440dac175443be6bd30218c0107f | [
"MIT"
] | permissive | ezEngine/ezEngine | 19983d2733a5409fb2665c6c3a0a575dadcefb50 | c46e3b4b2cd46798e4abb4938fbca281c054b039 | refs/heads/dev | 2023-09-06T02:17:28.152665 | 2023-09-05T18:25:43 | 2023-09-05T18:25:43 | 18,179,848 | 1,050 | 165 | MIT | 2023-09-14T21:44:39 | 2014-03-27T15:02:16 | C++ | UTF-8 | C++ | false | false | 1,123 | cpp | #include <EditorPluginRmlUi/EditorPluginRmlUiPCH.h>
#include <EditorFramework/DragDrop/DragDropInfo.h>
#include <EditorPluginRmlUi/DragDropHandlers/RmlUiDragDropHandler.h>
EZ_BEGIN_DYNAMIC_REFLECTED_TYPE(ezRmlUiComponentDragDropHandler, 1, ezRTTIDefaultAllocator<ezRmlUiComponentDragDropHandler>)
EZ_END_DYNAMIC_REFLEC... | [
"noreply@github.com"
] | ezEngine.noreply@github.com |
bf417e2cb1b79883fc1ae25164f8552c185f3f94 | d4c801c11aec63cdd51afb871a80801efee77ebb | /Chapter_16/Sales_data.h | 8ab09dda0f911cf0c32235fedf98bfbbd9fd54a6 | [] | no_license | JKwarn/Cpp___Primer_5th | 6b53ab6ccf7e8bc28f49f71644b9634e4daa5a07 | 24c2ba2235c3d1f25d1af545509c066813975f25 | refs/heads/master | 2023-05-06T01:25:16.984982 | 2021-06-04T10:01:22 | 2021-06-04T10:01:22 | 358,443,174 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,296 | h | /*
* This file contains code from "C++ Primer, Fifth Edition", by Stanley B.
* Lippman, Josee Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that book:
*
* "Copyright (c) 2013 by Objectwrite, Inc., Josee Lajoie, and Barbara E. Moo."
*
*
* "The authors and publishe... | [
"2725057548@qq.com"
] | 2725057548@qq.com |
9e65ed5df57af7c54e78aa4fedddc7b349617708 | fa980f7dd9717699771de3bf17054ba7dee78da1 | /modules/dccomms_utils/modules/dccomms_packets/modules/dccomms/deps/class_loader/src/class_loader_core.cpp | 4c79053d7caf7190cdbdab85e77f911ecd507ddb | [] | no_license | hardesh/ns3_ros | b28c1bc3ed7ac5f2ab358fa5b992182369cee1f0 | ca243e59794dad5b255b3ea2de6700cd2eeaf51b | refs/heads/master | 2020-08-21T17:49:41.160961 | 2019-10-20T04:24:36 | 2019-10-20T04:24:36 | 216,209,360 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 26,732 | cpp | /*
* Copyright (c) 2012, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this l... | [
"hardesh1deshpande@gmail.com"
] | hardesh1deshpande@gmail.com |
6780ca8fb49f90c99fc8ddb7ae5998555ea66c01 | 5428139e0fff14132e164d26beb74aec3dcae94c | /tests/gtests/graph/unit/backend/graph_compiler/core/test_execution_verbose.cpp | 640bcfc8545ce44cde10f46d7aed191de17a4ae2 | [
"Apache-2.0",
"MIT",
"BSL-1.0",
"BSD-3-Clause",
"Intel",
"BSD-2-Clause"
] | permissive | edelsohn/oneDNN | 8279197d73347366c09e470c6da29d9cf7f7ab66 | 227fb2fe1b48d3e0482be1f7d574cb74fb1763ea | refs/heads/master | 2023-03-10T12:35:25.693817 | 2023-02-13T13:14:57 | 2023-03-02T16:11:17 | 289,551,603 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,038 | cpp | /*******************************************************************************
* Copyright 2020-2023 Intel Corporation
*
* 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://... | [
"noreply@github.com"
] | edelsohn.noreply@github.com |
16e1dc07fcd3827cb82933cc7deb239de8ebe58b | 0f731d25815cf3ecc0e4ad3f13af66e91d90d050 | /cpp/atcoder/cumsum/abc122/C/Main.cpp | 027611c099afe50aacba3ec6189e658a682599ef | [] | no_license | y-kamiya/test | 7372682de13c639f207428baa20cf750c40c5e16 | 717389f0d5a348a40b9d3cfe919e6e1af242d9ae | refs/heads/master | 2022-07-24T04:21:37.743767 | 2022-05-06T07:27:48 | 2022-05-06T07:27:48 | 4,304,358 | 1 | 0 | null | 2022-07-06T21:06:52 | 2012-05-12T05:27:10 | C++ | UTF-8 | C++ | false | false | 941 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll = long long;
#define REP(i,n) for(int i=0, i##_len=(n); i<i##_len; ++i)
#define REPR(i,n) for(int i=n;i>=0;i--)
#define FOR(i,a,b) for(int i=(a);i<(b);++i)
#define FORR(i,a,b) for(int i=(a);i>=(b);--i)
#define ALL(x) (x).begin(),(x).end()
#define UNIQUE(v) v.eras... | [
"y.kamiya0@gmail.com"
] | y.kamiya0@gmail.com |
5176aa83dc6a837f6c78434026e68b20ee8b703e | 91503204c87d40161370d8698711efb8d01c4487 | /src/reportd.hpp | c310a67151db5834a97f9791471616e8a12d472a | [] | no_license | GunnellFMSC/AG_Dev | 4dcb49db56771a452bec43d1a15d99d0becd8a54 | d4872dfbcf5624f77125b5c080159dc768c112a4 | refs/heads/master | 2020-06-04T02:34:45.502017 | 2019-07-17T21:31:33 | 2019-07-17T21:31:33 | 191,837,016 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,616 | hpp | /********************************************************************
File Name: reportd.hpp
Author: nlc
Date: 10/96
Purpose: Holds the data that allows users to create reports
based on FVS output.
Class: AllFVSCases
Inheritance: RWOrdered
... | [
"agunnell@fs.fed.us"
] | agunnell@fs.fed.us |
a37fce46de4c10cb78db20e99a71dfa7bbef1d99 | 5469dbd8052d8031291554867ff38b3c6442a27e | /libAsift/filter.cpp | 5695c4747f21ff638abfce617346cf0f5ccb1033 | [] | no_license | garethwang/ASIFT | 37b1772353ad42ede938f383e90d4465a3cc84a7 | f550fc0c1414b0123b29b466e2c7f34a037ef970 | refs/heads/master | 2020-09-02T00:13:28.032670 | 2019-11-15T02:38:36 | 2019-11-15T02:38:36 | 219,093,021 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,141 | cpp | // Authors: Unknown. Please, if you are the author of this file, or if you
// know who are the authors of this file, let us know, so we can give the
// adequate credits and/or get the adequate authorizations.
#include "filter.h"
/////////////////////////////////////////////////////////////// Build Gaussian filters... | [
"wanggang_nudt@163.com"
] | wanggang_nudt@163.com |
bb8fcb5c12cf634465c35e663dc4d7a0936ceeec | c350a6616a8cd5be0b3987ca51ed672206d75e17 | /PatternPractice.cpp | 8236093b62dc526d51ee774b0cf57c4789ff00b4 | [] | no_license | marshad08/C---Program | 214a20a1e50363620d7ee70c04ca5e252c176859 | 95ed3368e8dfa541fc89e69cc32cfc6615324a02 | refs/heads/master | 2023-03-30T00:22:45.153734 | 2021-04-02T07:39:02 | 2021-04-02T07:39:02 | 353,944,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,359 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
int i,j;
/*
Output :
*********
*********
*********
*********
*********
*********
*********
*********
*********
*/
for(i=1;i<=n;i++)
{
for(j=1;j<=n-i;j++)
... | [
"marshadkhan600@gmail.com"
] | marshadkhan600@gmail.com |
dd7a4eb03e813e4f9db7ae6d0d094e16be5675ab | 0c6472a36b330d3e3e2cd2315dd0f4780fb05e5f | /src/mbedtls/md.cpp | 72ae6127fcc9e441e137308dc9496ffb58f0f605 | [
"MIT"
] | permissive | Rafarrale/MQTT-TLS | d4d64e26c72fe39f617e4b81af64ba0773aab7ad | 11c7e943aaf5bbee24ef29e989d66ced2d8418c0 | refs/heads/master | 2020-03-21T15:46:00.610236 | 2018-06-22T04:53:43 | 2018-06-22T04:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,068 | cpp | /**
* \file mbedtls_md.c
*
* \brief Generic message digest wrapper for mbed TLS
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* ... | [
"hirotakaster@gmail.com"
] | hirotakaster@gmail.com |
7205608b23b400aef9f9e51b8a075eca6b342b9c | 343c2bf75a87977106537fb14c885d9fba5c7a35 | /TEST/TEST.ino | 386430fae25c3827b8d61079f6a302e29e0104a6 | [] | no_license | ict-ke-takashiba/test | 90a0c9554ce7026cde40e3572b61cf44edb945d9 | fb21fa545a2824b5d917cfec26c8a91fb3fd2273 | refs/heads/master | 2022-06-22T06:49:47.589949 | 2020-05-11T10:45:19 | 2020-05-11T10:45:19 | 262,966,087 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 222 | ino | void setup() {
Serial.begin(115200);
}
void loop() {
static unsigned long counter = 0;
Serial.print("Hello World: ");
Serial.println(counter++);
delay(1000);
delay(200);
//very little change
} | [
"ke-takashiba@insurcartech.com"
] | ke-takashiba@insurcartech.com |
da99996aef9bda8c1950d1188f1cdee3e3bb4b57 | 7f84ab8220f49160bd72817f5e83056c66401f16 | /2021.03.15-Lecture-4/HW2/Source.cpp | cfa5da3eb8df03f0cdd4051995f9b3d1abad5137 | [
"Apache-2.0"
] | permissive | st021213/programming-2021-spring | 38e846712b505bea74067662ae9357b3c84f5073 | d3568ff1b2dee92f94d3e9e6f9b31fff4148fdc2 | refs/heads/main | 2023-04-23T15:22:13.337819 | 2021-05-12T11:18:55 | 2021-05-12T11:18:55 | 339,965,488 | 1 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 2,202 | cpp | #include<iostream>
#include<iomanip>
#include<string>
#include<cstdlib>
#include<fstream>
using namespace std;
/*
Понятие вещественное число определено следующим образом:
<вещественное число> ::= <мантисса> <порядок> |<знак> <мантисса> <порядок>
<мантисса> ::= <целое без знака> . <целое без знака>
<порядок> ::= E <це... | [
"st021213@student.spbu.ru"
] | st021213@student.spbu.ru |
cd5274ff60d1074478b43972e14be1ef71162388 | e96e96afa12a4c30536474aba58a6eb6fe5b262b | /hello-square/hello-square.cpp | 3a765e27dea36c25e77f04bc935f3e9547d5429a | [] | no_license | wanariffoo/opengl-projects | f5be343c20e88d8ab196a2da63d257d6ab5ed1e4 | c46399b7acafad1f5962c0b6cf461a76bf461b0b | refs/heads/master | 2022-12-02T10:04:44.734804 | 2020-08-21T21:36:50 | 2020-08-21T21:36:50 | 288,028,242 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,209 | cpp | #include <GL/glew.h>
#include <GL/glut.h>
#include <GLFW/glfw3.h>
#include <iostream>
#include <string>
using namespace std;
// Function returns a unique ID for a shader
// type : GL_VERTEX_SHADER or GL_FRAGMENT_SHADER
static unsigned int CompileShader( unsigned int type, const string& source)
{
// Obtain a uni... | [
"wanarif_foo@hotmail.com"
] | wanarif_foo@hotmail.com |
e0338d1a308f74d42c3e5e4cc9f6daf1d4ee0ae2 | e080852789a4fa2f19ea2017f8be54c9b0408228 | /Engine/ISerializable.h | 77e79f3f5e30a2678770a0423908d0f7e1afa69f | [] | no_license | nitvic793/rotvic-engine | 000ce4cc1156ac643060cc517b004dba5f7ab869 | e5a9f83a4de054b44903f6be28de02e463f97fb7 | refs/heads/master | 2021-05-09T23:58:20.375592 | 2018-05-08T00:23:12 | 2018-05-08T00:23:12 | 118,814,709 | 5 | 2 | null | 2018-05-02T22:17:41 | 2018-01-24T19:55:53 | C++ | UTF-8 | C++ | false | false | 578 | h | #pragma once
#include <ostream>
/// <summary>
/// ISerializable interface class represents a class which can be serialized.
/// </summary>
class ISerializable
{
public:
ISerializable() {}
virtual ~ISerializable() {}
/// <summary>
/// Serializes the class into given output stream.
/// </summary>
/// <param nam... | [
"nithishvictor@gmail.com"
] | nithishvictor@gmail.com |
642334e595ffe6b2f2d20096cae6d1d1223b91e4 | eb9c7a5d4b261c21e66b186e4c87671394fc541d | /BKJN/20180827_Baekjoon1929.cpp | c76a93483b05bd8c49986ab5bece513933e2786b | [] | no_license | ehsson/program | a2376b79e29bcbdfb181c2a9c5e562207c352b5b | e8c2f29a0c60e445aa53a4176bac3e5a3ef6d4bc | refs/heads/master | 2023-08-08T11:01:18.860178 | 2023-08-07T14:21:35 | 2023-08-07T14:21:35 | 133,362,047 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 395 | cpp | #include <stdio.h>
void sosoo(int M, int N)
{
int chk, cnt = 0, sum = 0, temp;
for (int k = M; k <= N; k++) {
if (k == 1) {
continue;
}
chk = 1;
for (int i = 2; i <= (int)(k / 2); i++) {
if (k % i == 0) {
chk = 0;
break;
}
}
if (chk == 1) {
printf("%d\n", k);
}
}
}
int main(... | [
"ehsson@gmail.com"
] | ehsson@gmail.com |
9618bc9a8c7e1ef025ad2c97121c0579eaf76cbd | 9503122075171ad655bbe58553434cbdc86e9fbc | /Object/Model/Model.cpp | 9a6cdef3fbcb4d9df5666fcdc785e91c7f42995e | [] | no_license | jheun66/Direct3DTutorial | ffd4e604d4f83f50e3278afb41ff831b487fea5b | 2963e1ec672e40f1a0c01b18a66ca159c390fd5e | refs/heads/master | 2023-01-09T16:01:49.545724 | 2020-11-10T14:15:04 | 2020-11-10T14:15:04 | 286,012,385 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,879 | cpp | #include "Framework.h"
Model::Model()
{
typeBuffer = new SettingBuffer;
}
Model::Model(string file)
{
typeBuffer = new SettingBuffer;
ReadMaterial(file);
ReadMesh(file);
}
Model::~Model()
{
for (auto material : materials)
delete material.second;
for (ModelMesh* mesh : meshes)
delete ... | [
"jheun5@naver.com"
] | jheun5@naver.com |
22590b0051f452cc6c9f44547f937d0e809f8c37 | fd7d1350eefac8a9bbd952568f074284663f2794 | /dds/DCPS/transport/framework/TransportReplacedElement.cpp | 3bf782e82162cfe9491668e9807b27c240b4ea08 | [
"MIT"
] | permissive | binary42/OCI | 4ceb7c4ed2150b4edd0496b2a06d80f623a71a53 | 08191bfe4899f535ff99637d019734ed044f479d | refs/heads/master | 2020-06-02T08:58:51.021571 | 2015-09-06T03:25:05 | 2015-09-06T03:25:05 | 41,980,019 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 865 | cpp | /*
* $Id: TransportReplacedElement.cpp 4223 2011-02-04 23:01:46Z mitza $
*
*
* Distributed under the OpenDDS License.
* See: http://www.opendds.org/license.html
*/
#include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
#include "TransportReplacedElement.h"
#if !defined (__ACE_INLINE__)
#i... | [
"jimbolysses@gmail.com"
] | jimbolysses@gmail.com |
a0dc5aa2e2ce4e27be5dc06377e71b7c12d12aff | 45364deefe009a0df9e745a4dd4b680dcedea42b | /SDK/FSD_Sign_MemorialUnlock_classes.hpp | 7c9374aa1eb9cb31b61f5b5b3cf43446d10f37bc | [] | no_license | RussellJerome/DeepRockGalacticSDK | 5ae9b59c7324f2a97035f28545f92773526ed99e | f13d9d8879a645c3de89ad7dc6756f4a7a94607e | refs/heads/master | 2022-11-26T17:55:08.185666 | 2020-07-26T21:39:30 | 2020-07-26T21:39:30 | 277,796,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,554 | hpp | #pragma once
// DeepRockGalactic SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "FSD_Sign_MemorialUnlock_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
/... | [
"darkmanvoo@gmail.com"
] | darkmanvoo@gmail.com |
b7fd1b18e707be7ea9701e34a4b0424b48aecc5d | cc7e156b017e2ceedc402191dd75cda2d72dc266 | /project/src/r_passenger_generator.cc | ce2494c53135f7837b6754498f3aac0b903dc819 | [] | no_license | yeahBradley/umn-csci-3081-s20-botan008 | 51881b83abad2451c3574e22763213164f62e6b8 | 445a8682136e4ec6562e3a93d4cae89d2527ef30 | refs/heads/master | 2023-08-07T01:21:10.352005 | 2020-05-09T17:45:57 | 2020-05-09T17:45:57 | 413,635,395 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,385 | cc | /**
* @file r_passenger_generator.cc
*
* @copyright 2019 3081 Staff, All rights reserved.
*/
#include "src/r_passenger_generator.h"
// Nothing to do here, just pass args along
rPassengerGenerator::rPassengerGenerator(std::list<double> probs,
std::list<Stop *> stops) : PassengerGenerator(probs, stops) {}
/*
... | [
"botan008@umn.edu"
] | botan008@umn.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.