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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3d05c2d32fdc6a0edad06f8e5bdfaaed616eaefd | 123272544064bf8ce2173eb5284f11cfc70f7d56 | /include/postprocessors/OneDTimeStepCFL.h | 7a5a612a5d9d9153c1fce1b8bea197e4dc598a35 | [] | no_license | delcmo/eel2d | 1aa6eb097ac8e5e983d16445cbf8990f8cf4cd05 | a47400e05dc97653f7c2b42f1c32a8223e07bc4a | refs/heads/master | 2021-01-21T04:20:00.216736 | 2016-07-28T17:21:40 | 2016-07-28T17:21:40 | 17,618,806 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 731 | h | #ifndef ONEDTIMESTEPCFL_H
#define ONEDTIMESTEPCFL_H
#include "ElementPostprocessor.h"
#include "OnedEquationOfState.h"
class OneDTimeStepCFL;
template<>
InputParameters validParams<OneDTimeStepCFL>();
class OneDTimeStepCFL : public ElementPostprocessor
{
public:
OneDTimeStepCFL(const InputParameters & parameters)... | [
"mxd@ornl.gov"
] | mxd@ornl.gov |
ba1e0379e3a460268d4834761c069b32477cbb94 | 64719c6161762bb753853117f17e6b6ec2f51107 | /TestStand/Examples/TestStand Debugging Features/Benchmarks/ActiveX/Class.h | 49732991df8da705940e4f9ae6b276a016eedda8 | [] | no_license | dmnhwjin/ni-training-july-2016 | aba9eb20b976f86eb1b51ee9316350cb5402bb7b | 2db946b3f01366af74b867de2b645b68b92d403e | refs/heads/master | 2021-01-12T06:35:21.829617 | 2016-08-01T12:23:01 | 2016-08-01T12:23:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,203 | h | // Class.h: Definition of the CClass class
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CLASS_H__765D7274_7FA6_11D2_9CE9_00A024767F0A__INCLUDED_)
#define AFX_CLASS_H__765D7274_7FA6_11D2_9CE9_00A024767F0A__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1... | [
"afeique@gmail.com"
] | afeique@gmail.com |
7e239bc061230e741785573d4ed8f5ef38881f80 | e5d5fa28999bcc6c642bb42dda93afd38e272b81 | /UVA/APOAPC_2nd/512 - Spreadsheet Tracking/solve1.cc | 4429bb9eb7675bf7d4aa1d4be5f13e1c50fc0337 | [] | no_license | chiahsun/problem_solving | cd3105969983d16d3d5d416d4a0d5797d4b58e91 | 559fafa92dd5516058bdcea82a438eadf5aa1ede | refs/heads/master | 2023-02-05T06:11:27.536617 | 2023-01-26T10:51:23 | 2023-01-26T10:51:23 | 30,732,382 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,432 | cc | #include <cstdio>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
const bool debug = false;
const int MAX = 50 + 3;
int M[MAX][MAX];
int main() {
int nrow, ncolumn;
int posSpreadSheet = 1;
while (scanf("%d%d", &nrow, &ncolumn) == 2 and nrow > 0 and ncolumn > 0) {
if (po... | [
"chiahsun0814@gmail.com"
] | chiahsun0814@gmail.com |
e386cf890ee536b77ff339d5c3797f102c65ae22 | d8614b7a8ef7b69ef1b778a584d8d5f6efd15272 | /lite/api/paddle_place.cc | ccacb027d682b5388e44b05075b66f436c3e2668 | [
"Apache-2.0"
] | permissive | hcj5206/Paddle-Lite | 101084b4a255a8d02036de8129a9fcaf9d2cd278 | eed7a506cef5d2ba6a076a34e4f51d3b5f60cddd | refs/heads/develop | 2020-08-29T09:14:53.560933 | 2019-10-28T06:44:34 | 2019-10-28T06:44:34 | 217,991,085 | 0 | 0 | Apache-2.0 | 2019-11-06T03:59:40 | 2019-10-28T07:40:57 | null | UTF-8 | C++ | false | false | 5,044 | cc | // Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... | [
"noreply@github.com"
] | noreply@github.com |
3329e1ec24850d5a53aa77f1a4f1292e69c53572 | 9ca40cc9cf848aba3e998f0342cd4ba29c20c0f3 | /1544/seungwoo.cpp | 84c2121a48a4e656949cde1627a9211b14dd594a | [] | no_license | SWTube/BAEKJOON | 68db54310886bec10d6fdf7c615bffb4dee89bbc | bccf404fa1dd7add8f4f02dbfd260ddbf148137a | refs/heads/main | 2023-03-14T07:32:02.241634 | 2021-03-18T08:28:20 | 2021-03-18T08:28:20 | 331,839,474 | 3 | 5 | null | 2021-02-09T15:46:02 | 2021-01-22T04:48:42 | C++ | UTF-8 | C++ | false | false | 1,035 | cpp | #include <iostream>
#include <algorithm>
#include <queue>
#include <vector>
#include <string>
std::string makeString(std::queue<char>& q) {
std::string str = "";
for (int i = 0; i < q.size(); i++) {
str += q.front();
q.push(q.front());
q.pop();
}
return str;
}
int main() {
std::ios::sync_with_stdio(false)... | [
"64199550+SW0000J@users.noreply.github.com"
] | 64199550+SW0000J@users.noreply.github.com |
ace242c7cc97c5b421e5f3177b0d6cd979d9ad65 | e1d6417b995823e507a1e53ff81504e4bc795c8f | /gbk/server/Server/Server/Skills/ImpactLogic/StdImpact038.cpp | 18057ba37acefb95f1dece0b9b0acca131c22818 | [] | no_license | cjmxp/pap_full | f05d9e3f9390c2820a1e51d9ad4b38fe044e05a6 | 1963a8a7bda5156a772ccb3c3e35219a644a1566 | refs/heads/master | 2020-12-02T22:50:41.786682 | 2013-11-15T08:02:30 | 2013-11-15T08:02:30 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 500 | cpp | ///////////////////////////////////////////////////////////////////////////////
// 文件名:StdImpact038.cpp
// 程序员:高骐
// 功能说明:效果--只显示特效用, 不需要具体的实现,只要一个逻辑空壳
//
// 修改记录:
//
//
//
///////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "StdImpact038.h"
namespace Combat_Mo... | [
"viticm@126.com"
] | viticm@126.com |
6a18074db21575605712aa03fb4de6c93a3dcdd8 | c87095bd13b9080224324b3a6dd4fd538912d97e | /Direct3D/Fog/d3d_obj.h | 4242c685d79e946a017846f4809ddb7a5f691bd7 | [
"MIT"
] | permissive | Agrelimos/tutorials | 6a0a8ef6652a44bd5a35b59bf192326c831367ff | 7d2953b8fbb5c56a921a17e7e3cac3d1f4fbb41b | refs/heads/master | 2020-04-01T05:26:56.560609 | 2018-10-13T18:45:56 | 2018-10-13T18:45:56 | 152,903,588 | 0 | 0 | MIT | 2018-10-13T18:44:42 | 2018-10-13T18:44:42 | null | UTF-8 | C++ | false | false | 5,853 | h | #ifndef D3D_OBJ_H
#define D3D_OBJ_H
#include <d3d9.h>
#include <d3dx9.h>
#include <d3dx9math.h>
#include <assert.h>
#include "vertex_types.h"
#include "camera.h"
// Our 3D Object that allows for rendering and setting
// projection, view, and world matrices
class CD3DObj
{
public:
CD3DObj() { /* do nothing */ } // ... | [
"staff@gametutorials.com"
] | staff@gametutorials.com |
e2535a111514e49ae7036e6992ea1290f6d8cacf | 8567438779e6af0754620a25d379c348e4cd5a5d | /content/browser/renderer_host/media/media_devices_manager_unittest.cc | 68b86e5a8a4ba8b6dfc10c8e7ab983638d9eb802 | [
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 24,032 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/renderer_host/media/media_devices_manager.h"
#include <memory>
#include <string>
#include "base/bind.h"
#include "base/macros.... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
ac3db9ffcd944f62faf11eaf008d79e8f362a532 | 85b104e0047588247d95578583d86c7aacd484ca | /11-17_message_queue.cpp | ed29fdeda6dfc3ab9634e5a7d2bb0c33fd7c52c5 | [] | no_license | artisdom/cpp_recipes_code | 4dc897a1e6fe838db1fbb60a807c3a6d747fe61c | fea587d01c9e62dfd46e453745a0804301ddbd7e | refs/heads/master | 2020-03-07T16:39:04.642781 | 2018-04-16T00:48:28 | 2018-04-16T00:48:28 | 127,588,643 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,868 | cpp | #include <cassert>
#include <future>
//#include <conditional>
#include <condition_variable>
#include <mutex>
#include <vector>
#include <iostream>
using namespace std;
class RunningTotal
{
private:
int m_Value{ 0 };
bool m_Finished{ false };
public:
RunningTotal& operator+=(int value) {
m_Value... | [
"xigang.feng@ericsson.com"
] | xigang.feng@ericsson.com |
35e459a1203b8d1b627c05f0a2514f602f5fbc98 | ac2c7ce45a28c8ceb10d543944db90f6025e8a58 | /src/testprog/gltf2/litrot.cpp | 9a982cfcfa160381742bcc3f36033e29beef8e9d | [
"MIT",
"BSD-3-Clause",
"Zlib",
"BSL-1.0"
] | permissive | degarashi/revenant | a5997ccc9090690abd03a19e749606c9cdf935d4 | 9e671320a5c8790f6bdd1b14934f81c37819f7b3 | refs/heads/master | 2021-01-11T00:15:06.876412 | 2019-09-08T13:00:26 | 2019-09-08T13:00:26 | 70,564,404 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,578 | cpp | #include "litrot.hpp"
#include "../../input/input.hpp"
#include "../../imgui_sdl2.hpp"
namespace rev::test {
// -------------- LitRot --------------
LitRot::LitRot():
_rot(frea::Quat::Identity())
{}
void LitRot::update(
const HActC& dir_x,
const HActC& dir_y,
const frea::Vec3& right,
const frea::Vec3& up... | [
"slice013@gmail.com"
] | slice013@gmail.com |
2d297c13078e37402480a72f6e9524a8b4d63c99 | e3e8b7056b8c5a604cc1a576da0d6d5134870f93 | /src/lc124/lc124.cpp | cf79512574177496f4a5b53c1c1ad7cc6a473eb5 | [] | no_license | zou-song/leetcode | a2acc8d01538f8bc84dbb83f11c24fe876cd071b | 5172da312cba7e185d155386bc5527432c40c2f8 | refs/heads/master | 2020-04-25T14:57:22.251872 | 2019-05-20T11:59:18 | 2019-05-20T11:59:18 | 172,860,827 | 0 | 0 | null | 2019-05-20T11:59:19 | 2019-02-27T06:55:26 | C++ | UTF-8 | C++ | false | false | 1,084 | cpp | #include "lc.h"
typedef LCBinaryTreeNode<int> TreeNode;
class Solution {
public:
int maxPathSum(TreeNode* root, int& ret)
{
if (!root) return 0;
if (!root->left && !root->right)
{
if (root->val > ret)
ret = root->val;
return root->val;
}... | [
"zousong0322@qq.com"
] | zousong0322@qq.com |
6dc94c146e39003acf138f19e3529fcc38b13d61 | 3e89ec754c2d89dc6595ade63cbbdb9282c3b4c9 | /EditDlg.h | 30b327641275be961a55b73bdb05982def9bb472 | [] | no_license | pglen/cryptosticky | 9450a645c17977e1327f28d8f78baf8ebad3e12e | ef6c3521020c912ee2be3c7b988480e0899a6b0c | refs/heads/master | 2021-01-11T23:33:45.106041 | 2017-09-20T22:02:15 | 2017-09-20T22:02:15 | 78,600,380 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,929 | h |
/* =====[ EditDlg.h ]==========================================
Description: The CryptoSticky project, implementation of the EditDlg.h
... | [
"peterglen99@gmail.com"
] | peterglen99@gmail.com |
f561127f2d919f49e2dd9051725ea009ab762587 | f533ffc74134940f99a1badaa486998a291e5f62 | /YAWT/src/YAWT/Interfaces/Windows/WindowsWindow.h | f0e781c92f6ed024ff28d4f699d1d9fddb8f55c6 | [] | no_license | Dargish/YAWT | da548e4f605d16484056dfddb4d8d2b48ad58db0 | 39ae501a763aae565a0f79d76d0cd1a82afce8ab | refs/heads/master | 2021-01-01T05:38:09.732802 | 2015-01-04T02:40:18 | 2015-01-04T02:40:18 | 28,562,071 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 580 | h | #pragma once
#include "../../AbstractPrivateWindow.h"
#if defined _WIN32
#include <Windows.h>
namespace yawt
{
namespace interfaces
{
namespace windows
{
class WindowsWindow : public AbstractPrivateWindow
{
public:
WindowsWindow(long width, long height, bool fullScreen);
virtual ~WindowsWindow... | [
"Dargish@gmail.com"
] | Dargish@gmail.com |
75787ce37feca29c06b1a4f6abf00f7bd5563c22 | e036996cf06e9143ca093c045e29fdb7ff8ee4f9 | /morse_code_transmitter/morse_code_transmitter.ino | 530bd753aa7aa493bf41478d2b00f2184ae14514 | [] | no_license | blackchacal/morseduino | 39a819435b176663208316af2cb20e9900e7e1c3 | ec3a108583b912d3dfcfbc37cfcbea8f086061b1 | refs/heads/master | 2020-06-16T04:10:30.786996 | 2019-07-13T00:28:58 | 2019-07-13T00:32:24 | 195,476,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,837 | ino | /**
* @Project: Morse code Emitter/Receiver
* @Description: This project consists on a Morse code emitter and receiver modules.
* The goal is for the modules comunicate with each other using morse code
* IR light signals. The user sends some text through the serial port to
* ... | [
"ribeiro.tonet@gmail.com"
] | ribeiro.tonet@gmail.com |
be5097b41e88e3a48007dde903d79f256b304fc0 | 217dc5e7628ffa689134c9001085d272aca5d22d | /copy/Project/Tuffy_Travel_06/tuffytravel.cpp | 41b083c3c1dba17d5b462083bc20f82af465b0c9 | [
"MIT"
] | permissive | markjcasas/CPSC121 | 167c59cbc654f622eace478d362a555a2a1a0121 | 5fa87edbc7d9a8d278aea182c34342402454a444 | refs/heads/master | 2021-06-14T01:12:31.011610 | 2019-12-22T04:30:18 | 2019-12-22T04:30:18 | 254,465,752 | 0 | 0 | null | 2020-04-09T19:55:42 | 2020-04-09T19:55:41 | null | UTF-8 | C++ | false | false | 246 | cpp | #include "route.hpp"
#include <fstream>
#include <iostream>
int main() {
RouteManager main_object;
std::cout << "Welcome to TuffyTravel!\n\n";
action(main_object);
std::cout << "\nThank you for using TuffyTravel!" << '\n';
return 0;
}
| [
"zpeskin@csu.fullerton.edu"
] | zpeskin@csu.fullerton.edu |
d77076579d916999fc311a4ae0358b76252f4b95 | b637aa670e887b254d83c2359050639b08ea8898 | /Vulkan_Class_0/MxUtils.h | 62c97e8f8837c7db2690893d1f13e2ad27d6cef2 | [] | no_license | VirFunc/LearnVulkan | 7f99fd649d56df76013c2f91eae2e8714ccc4b60 | c299588b42ad9fff3fb1f9f22bd78361654a076e | refs/heads/master | 2020-04-07T13:25:44.186504 | 2019-02-11T06:25:55 | 2019-02-11T06:25:55 | 158,407,007 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,792 | h | #pragma once
#ifndef _MX_UTILS_H_
#define _MX_UTILS_H_
#define GLM_FORCE_RADIANS
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#define GLM_ENABLE_EXPERIMENTAL
#include<glm/glm.hpp>
#include<glm/gtc/matrix_transform.hpp>
#include<glm/gtx/euler_angles.hpp>
#include<glm/gtc/quaternion.hpp>
#include<glm/gtx/quaternion.hpp>
namespa... | [
"x1239392454@outlook.com"
] | x1239392454@outlook.com |
5aee0c478edac8ebeb8fc2c855bf3bae6cc97938 | 8be083e9fbf15606201217d6c4b87c929e418065 | /tags/release-0.7/commands/rescale-cmd.hh | 01a2c82a76cbc3361aab8c4c5660e7151aceaff1 | [
"Apache-2.0"
] | permissive | BGCX067/faint-graphics-editor-svn-to-git | 430768d441f3e9b353fbc128e132f7406ee48c0e | dad252f820d29ab336bcfa57138625dae6dfed60 | refs/heads/master | 2021-01-13T00:56:26.685520 | 2015-12-28T14:22:44 | 2015-12-28T14:22:44 | 48,752,914 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,112 | hh | // Copyright 2012 Lukas Kemmer
//
// 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 in wri... | [
"you@example.com"
] | you@example.com |
c5f77ce314aa5cb93ad99147521fe0f5d5d0bef9 | c4951609929228cda38a4ff7ab4c3b443331b3b5 | /Qt/src/chapter04/ks04_15/province.h | 0e15b569ece00ba24ce9ff9a180b165225dba093 | [] | no_license | 519984307/master | 7d392347933687c13203f2b169ebd78aed4a3334 | 0edcd54006ce8dda4fe5716d4cda6620ef352abd | refs/heads/master | 2023-03-16T04:02:50.491312 | 2019-10-25T07:05:08 | 2019-10-25T07:05:08 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,093 | h | /*!
* Copyright (C) 2018 女儿叫老白
* 版权所有。
* 代码仅用于课程《Qt入门与提高-GUI产品开发》的学习,请勿传播。
* 免责声明:代码不保证稳定性,请勿用作商业用途,否则后果自负。
\file: province.h
\brief 省(州)类定义文件。
\author 女儿叫老白 星点分享: http://xingdianketang.cn/
\Date 2018/10
*/
#ifndef _PROVINCE_H_
#define _PROVINCE_H_
#include <QList>
#include <QString>
#include "serialize.h... | [
"xin_nian13@163.com"
] | xin_nian13@163.com |
1e24a25889976e48497efd02d713c22808962aff | 650965dfff8359969a8d09979ce1cb464a6b72e0 | /Volumn_025/poj_3404_Bridge_over_a_rough_river.cpp | d3b099e5b1e4bb39b006fb7aba61134879cededc | [
"Apache-2.0"
] | permissive | antonio081014/ACM-POJ-CodeBase | 124b5541c5f3ed95e19d2fc7d9ba7aceea8cf71e | fda83207fa5c4ffd09f16880ff4e34a742716269 | refs/heads/master | 2020-05-26T07:46:07.987029 | 2013-11-07T18:25:07 | 2013-11-07T18:25:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,253 | cpp | //Fri May 21 15:37:01 CDT 2010
#include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <queue>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>... | [
"antonio081014@antonio081014.com"
] | antonio081014@antonio081014.com |
fadf3fd59e16567c3a2a8895e5acee641a97d73d | 8cd27adf6e46f7847753ca8e9794cceb79d67a7d | /writeMat.h | d0e9b9cb40ba4868498801b128f8260f7a6f1405 | [
"ISC"
] | permissive | mohamed-helala/stereo-correspondence | fb0182e0e9ee27478a4a4c5136b3cf93e1aced63 | c8a89b69633702522fc16a9e7f4457c4f1f1c2f9 | refs/heads/master | 2021-01-16T18:19:17.694275 | 2015-02-16T21:31:52 | 2015-02-16T21:31:52 | 30,889,105 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 392 | h | #ifndef WRITEMAT_H
#define WRITEMAT_H
#endif // WRITEMAT_H
#ifndef __OPENCV_ALL_HPP__
#include <opencv2/opencv.hpp>
#endif
#ifndef _STDLIB_H
#include <stdlib.h>
#endif
#ifndef _STDIO_H
#include <stdio.h>
#endif
#ifndef _GCC_WRAP_STDINT_H
#include <stdint.h>
#endif
using namespace cv;
void writeMat( Mat const& mat, ... | [
"mohamed.helala@gmail.com"
] | mohamed.helala@gmail.com |
4fe7ee98b0b22af922245fa1a9c455593df3f701 | 589ed46e35667dcbcb55385cc1f9b52011b01b6a | /5-using the Access Specifier Private in Classes.cpp | abde76e0ac421f0290d5919230b05bd4545d54a4 | [] | no_license | divyanshukumar10/Object-Oriented-Programming | b45df9d2b47a2bf93b762f3e05ae6ed17fff7167 | 5fe4d78c49d529e1093cfb1e3417113becf672ed | refs/heads/main | 2023-02-23T09:45:41.048954 | 2021-02-02T16:25:58 | 2021-02-02T16:25:58 | 309,039,696 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | cpp | #include <iostream>
#include <string>
using namespace std;
class Human
{
private: int age;
int getAge()
{
return age-5;
}
public:
void displayAge()
{
cout << getAge() << endl;
}
void setAge(int value)
{
age = value;
}
};
int main()
{
Human divyanshu;
divya... | [
"noreply@github.com"
] | noreply@github.com |
933b56c4bfecd9c360750063027875f7c536a271 | d8ef5e822414f83a846d2e9244d7affd249cffe0 | /thrust/system/cuda/detail/async/exclusive_scan.h | 8735f74191c7e3b777582856882d4ba6f7105cd5 | [
"Apache-2.0"
] | permissive | pavahora/rocThrust | 4c44550b914a388c214151437267d6c4d3388cd4 | 158c18e7470d10472a1735c75cf8e49a66625a2d | refs/heads/master | 2023-09-02T03:17:31.655975 | 2021-10-27T17:25:47 | 2021-10-27T17:25:47 | 424,659,134 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,019 | h | /******************************************************************************
* Copyright (c) 2020, 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:
* * Redistribution... | [
"noreply@github.com"
] | noreply@github.com |
6dc88b5d274ae6bae634655fee9090084c679c5c | 37fd62cabffa130f99cd13031644ff36395e8fc7 | /timed_commitment/bit_utils.h | c6c917b6f366418ac164bb32baa297f9e2c332a5 | [] | no_license | wacban/SellingInformation | 5094e683a66aa02268899e72b3cf077289e93631 | 888c8b4683bdb48b47abfb66ede21c4ebcd8b2be | refs/heads/master | 2021-01-13T02:16:07.128018 | 2016-02-14T22:43:50 | 2016-02-14T22:43:50 | 41,244,929 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 415 | h |
#ifndef _BIT_UTILS_H_
#define _BIT_UTILS_H_
#include <vector>
#include <string>
#include <cryptopp/integer.h>
class BitUtils {
public:
static std::vector<bool> string_to_bits(const std::string&);
static std::vector<bool> integer_to_bits(const CryptoPP::Integer&);
static std::string bits_to_string(const std::vec... | [
"wac.banasik@gmail.com"
] | wac.banasik@gmail.com |
a7d7a8c98e7b20ac48b6ca9d2d600cdd7518db92 | 0508304aeb1d50db67a090eecb7436b13f06583d | /nemo/src/test/app_test.cpp | 6d7ade42086e24e9eb23d3a491cbaa894414f299 | [] | no_license | BackupTheBerlios/nemo | 229a7c64901162cf8359f7ddb3a7dd4d05763196 | 1511021681e9efd91e394191bb00313f0112c628 | refs/heads/master | 2016-08-03T16:33:46.947041 | 2004-04-28T01:51:58 | 2004-04-28T01:51:58 | 40,045,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,219 | cpp | // Standard Includes -----------------------------------------------------------
#include <stdio.h>
// System Includes -------------------------------------------------------------
#include <Application.h>
#include <Handler.h>
#include <Looper.h>
#include <OS.h>
// Macros ---------------------------------------------... | [
"mahmoudfg"
] | mahmoudfg |
2b4922209e5f2ffdc506222d27e325de35d48508 | f5394bc5f3a76459a9afd34778e6fbee786080ef | /main.cpp | cd035eb4efe84d22c83c10315865cade0e77fe2d | [] | no_license | jacob-pugsley/SimpleCalc | 6fba6271488f0d0460d2b225d3416b877653c07d | 64213d787f81e2a1a6516c0029146d237374b71d | refs/heads/master | 2020-04-02T19:45:03.991978 | 2018-10-25T22:41:56 | 2018-10-25T22:41:56 | 154,745,138 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 193 | cpp | #include <iostream>
#include "ui_calc.h"
#include "mainwindow.h"
int main( int argc, char *argv[] ){
QApplication app( argc, argv );
MainWindow window;
window.show();
return app.exec();
} | [
"jacob.pugsley@wsu.edu"
] | jacob.pugsley@wsu.edu |
7b91cf07e51e0ced919075b5d684e20f409ba13e | b0dd7779c225971e71ae12c1093dc75ed9889921 | /libs/spirit/test/qi/int3.cpp | d7bba1cf2787fa429c80086b83d8eff9d44e60f2 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSL-1.0"
] | permissive | blackberry/Boost | 6e653cd91a7806855a162347a5aeebd2a8c055a2 | fc90c3fde129c62565c023f091eddc4a7ed9902b | refs/heads/1_48_0-gnu | 2021-01-15T14:31:33.706351 | 2013-06-25T16:02:41 | 2013-06-25T16:02:41 | 2,599,411 | 244 | 154 | BSL-1.0 | 2018-10-13T18:35:09 | 2011-10-18T14:25:18 | C++ | UTF-8 | C++ | false | false | 6,899 | cpp | /*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Copyright (c) 2001-2011 Hartmut Kaiser
Copyright (c) 2011 Bryce Lelbach
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
f31c09b26ed4c0d984a543188dbcef18e5888fe7 | 485156ab080907777c4dca48e1ca9c2cf0770d52 | /Olymp/HSE/2018/9-10/demo2/A/tests_gen.cpp | ee3d0657de1ed5094e9308df35626a83e4fe2b95 | [] | no_license | AleksanderKirintsev/study | 33957bcf1c911a00bcac585f644440ef8311e9a1 | 70e1be6171d08b7faed184254db4b0d9a661c45f | refs/heads/master | 2022-02-04T09:08:56.162788 | 2020-04-21T16:16:15 | 2020-04-21T16:16:15 | 141,019,743 | 0 | 0 | null | 2022-01-22T14:13:28 | 2018-07-15T10:54:45 | C++ | UTF-8 | C++ | false | false | 1,071 | cpp | #include <iostream>
#include <cstdlib>
#include <ctime>
#include <fstream>
#include <string>
using namespace std;
#define NLIM 10
#define TLIM 10
int main() {
int n, h[10], m[10], s[10], ans;
srand ( time ( NULL ) );
for ( int t = 3; t < TLIM; t++ ) {
n = 1 + rand() % NLIM;
cout << n << ... | [
"kirintsev00@mail.ru"
] | kirintsev00@mail.ru |
d9943f473fe33fd0daa0f4e38eac9718c85d1be0 | 5a2fc075dae6635adf76bc664f2fae357cfbec65 | /Zone.h | edd50e903aadcd0b7da253b5aed4ace10ff14b91 | [] | no_license | JinxedNation/C-Food-Game | 58638ce2922da24d619ec2e758bec72c63334b5d | 527351b8ed2a954e5a13944052e72d1414180990 | refs/heads/master | 2023-01-01T16:18:13.820557 | 2020-10-27T13:54:49 | 2020-10-27T13:54:49 | 307,641,414 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 987 | h | #pragma once
#include<glm.hpp>
#include<GL/glut.h>
#include"BoundingBox.h"
#include"Object.h"
class Zone
{
public:
Zone() {}
Zone(glm::vec3 mX, glm::vec3 mN);
void SetMax(glm::vec3 pos) { max = pos; }
void SetMin(glm::vec3 pos) { min = pos; }
glm::vec3 GetMax() const { return max; }
glm::vec3 GetMin() const { ... | [
"noreply@github.com"
] | noreply@github.com |
7cfea44bfe8d0150cf494cae7b26b0d45589169d | 298eed34e7d74b1db43cb512a009377656d5cf6c | /CritterGroupGenerator/CritterGroupGenerator/src/gameObjects/CritterWave.cpp | 08a31e52f5deff4a3a85e623c1708cfd640bf0c7 | [
"MIT"
] | permissive | sli-fox/A1 | c796e03b0e97580310502846400c23b5d815c569 | 55b4296ef8c479d8407e743f01bd9b0d5a8d9e2e | refs/heads/master | 2020-04-29T09:19:45.922851 | 2014-10-21T09:20:23 | 2014-10-21T09:20:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,579 | cpp | #include <CritterWave.h>
/** @brief This constructor sets the type and number of critters
* for the wave.
*/
CritterWave::CritterWave(int numOfCritters, CritterFactory::CritterType type)
: numOfCritters(numOfCritters), type(type) {
}
/** @brief This destructor iterates through the map, calling a deallocator... | [
"stephanie.zhongsui.li@gmail.com"
] | stephanie.zhongsui.li@gmail.com |
9eee2483ebcd3e360cf8c24c49a8dfde2f4e2eb0 | 87cc68a0f70ecefb07ab35ad8cb2474299ff895c | /isisdaeApp/src/MonitorSpectrumPV.cpp | 09035c82fe1a60078d9e79b83af5282d53c98798 | [] | no_license | ISISComputingGroup/EPICS-isisdae | 0515c90a7c3983ebed3e0f5a2dd0243e7389fa9c | 37cdec60674ac7de508faa777f8cca0df989e25d | refs/heads/master | 2023-08-31T07:19:12.482864 | 2023-08-25T12:09:04 | 2023-08-25T12:09:04 | 40,836,791 | 0 | 0 | null | 2023-08-25T12:09:06 | 2015-08-16T19:49:20 | C++ | UTF-8 | C++ | false | false | 1,022 | cpp | #include "exServer.h"
#include "gddApps.h"
#include "isisdaeInterface.h"
MonitorSpectrumPV::MonitorSpectrumPV(exServer & cas, pvInfo &setup, bool preCreateFlag, bool scanOnIn, const std::string& axis, int mon, int period) :
SpectrumPV(cas, setup, preCreateFlag, scanOnIn, axis, 0/*spec*/, period), m_monitor(mo... | [
"freddie.akeroyd@stfc.ac.uk"
] | freddie.akeroyd@stfc.ac.uk |
869f00768cbc0bd906f662b285304af6d6b952f2 | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/net/http/http_auth_cache_unittest.cc | c0509ce1d50c1d323e8c45aca802e679bcdfa43a | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 23,144 | cc | // Copyright (c) 2011 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 <string>
#include "base/strings/string16.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/stri... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
94390089095c75277e46a6e20f90dc406908886d | f0ea79491cfb50e917fda11c4f04f3171b59fb25 | /gematria.h | ba167c2ce2cfdea420f85d0e059c92394edc8a78 | [
"Unlicense"
] | permissive | pigeonism/gtk-gematria-old | eb8655af161ed83616c772b98175ff7823732957 | 25482d2c81e82a5c97d5159a8439d7e94ce9831f | refs/heads/master | 2022-12-03T05:39:01.391722 | 2020-08-14T18:03:32 | 2020-08-14T18:03:32 | 287,594,184 | 0 | 0 | null | 2020-08-14T18:02:14 | 2020-08-14T18:01:18 | null | UTF-8 | C++ | false | false | 496 | h | #ifndef GEMATRIA_H
#define GEMATRIA_H
#include <string>
using namespace std;
class gematria
{
public:
gematria();
virtual ~gematria();
int check_alpha(char letter, string method);
void testShorten();
void numerate(string msg);
void setMethod(string method);
... | [
"noreply@github.com"
] | noreply@github.com |
91f15afebb06afdb1e8fa0bb397d28303f2206ac | b305b0166f5b8a59bbf5c21d91b17e69f69605f2 | /客户端组件/游戏广场/DlgTablePassword.cpp | 76f01a4a0345f434d4c24324f006752d45b1f706 | [] | no_license | daxingyou/CPFrom | 22da827e6b77ec84b7984ed5519abc97ac3b65be | 434015e1df062ee345cc49b7c3cb663c466dc55f | refs/heads/master | 2021-12-10T10:28:41.732011 | 2016-08-11T03:00:04 | 2016-08-11T03:00:04 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,268 | cpp | #include "Stdafx.h"
#include "DlgTablePassword.h"
//////////////////////////////////////////////////////////////////////////
BEGIN_MESSAGE_MAP(CDlgTablePassword, CSkinDialog)
END_MESSAGE_MAP()
//////////////////////////////////////////////////////////////////////////
//构造函数
CDlgTablePassword::CDlgTablePassword() : ... | [
"121888719@qq.com"
] | 121888719@qq.com |
2e34ff303cc7a1d3426ab850ab27550819407dd0 | 674213909e4e328bd7622c22d2533251f30ab268 | /2016_2ndSem_C++_ChessSetupAlgorithm/Project/program/Bicia.cpp | eb786ba5a0c0175096c7fd7256803f33b3161939 | [] | no_license | wojtek960506/OldUniversityProjects | 48c4d13627149c2c7325e6d8cfc22a7822e0397f | 9f4b9170b4c014025c866c55c3fde18788c0e91a | refs/heads/master | 2020-04-27T09:33:49.870704 | 2019-03-06T22:27:35 | 2019-03-06T22:27:35 | 174,220,017 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,156 | cpp | #include "Szachy.hpp"
//POLA BITE
void Pionek::PolaBite(Plansza & P) // pion moze bic tylko po skosie w dol o jedno pole
{
if(wiersz+1 <= P.dlugosc-1 && kolumna-1 >= 0)
if((--P.plansza[wiersz+1][kolumna-1])==-1) //lewy dolny rog
P.ile_zostalo--;
if(wiersz+1 <= P.dlugosc-1 && kolumna+1 <= P.szerokosc-1)
if((--... | [
"wojtekzielinski96@gmail.com"
] | wojtekzielinski96@gmail.com |
20e7e3158f5b3a0ecd1ecfa9d59e29a444ca9592 | ca83eae8b66fa1f0d508c2a256fe09cfcc0288da | /data/FbPageInfo.cpp | 227b6d0adb0b6b6d2a211f2642094389cad9fb10 | [] | no_license | ricardosalinase/qtfacebook | 51646a508c9595b4dd947eb211cd7218aa795e0b | eef96e9678470dae233d17688acddedc76aeaf8f | refs/heads/master | 2021-01-20T09:12:49.378176 | 2010-03-28T22:20:02 | 2010-03-28T22:20:02 | 39,757,583 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 748 | cpp | #include "FbPageInfo.h"
namespace DATA {
FbPageInfo::FbPageInfo()
{
}
void FbPageInfo::setPageId(const QString &id) {
m_pageId = id;
}
QString& FbPageInfo::getPageId() {
return m_pageId;
}
void FbPageInfo::setName(const QString &name) {
m_name = name;
}
QString& FbPageInfo::getName() {
return m_n... | [
"roach@mostlyharmless.net"
] | roach@mostlyharmless.net |
6b1584baa1224934409074c52d5bda5a98303d09 | 896dc13fd4bc083be0de03899c8829dce4b4d4ea | /lab3/src/Stoper.cpp | 3670ab32e34b23a7c31c8f9f1e778559e575feae | [] | no_license | 218678/PAMSI | 9af0843154ee777a03383da9da69b9cbc80c9d95 | e72f01bd126a5552ed52086370b058250454710b | refs/heads/master | 2020-04-02T01:56:36.116900 | 2017-06-25T17:03:24 | 2017-06-25T17:03:24 | 83,685,859 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 742 | cpp | #include "../inc/Stoper.hh"
double Stoper::wykonaj_pomiar(ITestowalny *obiekt, int ilosc_pomiarow, int nr_algorytmu, int ilosc_elem){
clock_t start;
clock_t stop;
double diff_time;
av_time = 0;
wyp_ilosc_elem = ilosc_elem;
for (int i=0; i<ilosc_pomiarow; i++){
obiekt->fill(ilosc_elem, rand()%((1+nr_algorytmu... | [
"218678@student.pwr.edu.pl"
] | 218678@student.pwr.edu.pl |
de62b74225cb67b0e5e0ac32281b06a225f51b39 | 494dd8ca103f0db591da7f22ee3e88da72153b6b | /Project 4/pool.cpp | 7b3b6b3e357bb56e96ada8a1abc1a22432cbf90b | [] | no_license | AlXplore/Programming-and-Data-Structure | e0c124e7f0541051774f01abffd96b60439366fd | 5d0f79d1c845b4a3a7deae114735cc49912c909a | refs/heads/master | 2020-07-08T09:28:55.212885 | 2019-08-21T18:13:37 | 2019-08-21T18:13:37 | 203,627,144 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,040 | cpp | #include "pool.h"
#include "exceptions.h"
using namespace std;
Pool::Pool()
{
Piece p1(SHORT, BEIGE, CIRCLE, HOLLOW);
Piece p2(SHORT, BEIGE, CIRCLE, SOLID);
Piece p3(SHORT, BEIGE, SQUARE, HOLLOW);
Piece p4(SHORT, BEIGE, SQUARE, SOLID);
Piece p5(SHORT, SEPIA, CIRCLE, HOLLOW);
Piece p6(SHORT, SEPIA, CIRCLE, SOLID);... | [
"wyz1208@outlook.com"
] | wyz1208@outlook.com |
24b961b50442b6beb65d3706a68e6a17dfae32df | cad3f5a1ab56528fe3e21c62c564c733263a2fdf | /src/execution/exec_defs.cpp | aa9a2075bed84967574da95831797203255921b1 | [
"MIT"
] | permissive | stephaniewang100/terrier-steph | 7bec88c5bd8d0d81b233b19edef9b89b4a96626b | 3e18799b5fbe33db7a2f98a77e48b52957690a46 | refs/heads/master | 2022-12-19T13:22:04.398476 | 2020-09-25T01:20:46 | 2020-09-25T01:20:46 | 276,163,646 | 0 | 0 | MIT | 2020-09-04T17:49:07 | 2020-06-30T17:16:04 | C++ | UTF-8 | C++ | false | false | 231 | cpp | #include "execution/exec_defs.h"
#include "common/strong_typedef_body.h"
namespace terrier::execution {
STRONG_TYPEDEF_BODY(query_id_t, uint32_t);
STRONG_TYPEDEF_BODY(pipeline_id_t, uint32_t);
} // namespace terrier::execution
| [
"noreply@github.com"
] | noreply@github.com |
dcb3fe1c0b060aeff2c1ec34fe431afcaf7ba9f5 | 32b8db47c9335f65aeb39848c928c3b64fc8a52e | /tgame-client-classes-20160829/ProtoDescCpp/CSServerNotifyMsg.pb.h | b60b1ceadb9b87fcdac4070c2703abf4d30b1427 | [] | no_license | mengtest/backup-1 | 763dedbb09d662b0940a2cedffb4b9fd1f7fb35d | d9f34e5bc08fe88485ac82f8e9aa09b994bb0e54 | refs/heads/master | 2020-05-04T14:29:30.181303 | 2016-12-13T02:28:23 | 2016-12-13T02:28:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 19,147 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CSServerNotifyMsg.proto
#ifndef PROTOBUF_CSServerNotifyMsg_2eproto__INCLUDED
#define PROTOBUF_CSServerNotifyMsg_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 2005000
#error This file ... | [
"1027718562@qq.com"
] | 1027718562@qq.com |
436b131f311595d1a4ce41a6ca6e2248dd92332c | c119bc618d2fc0a389682ce1c3b0de68e0fa88ab | /ht4-5.cpp | a23ab71ba77d79d830de11a739d8b8923d38ff30 | [] | no_license | Xsardas1000/Algorithms-and-Data-structures | 567e66aa129121b79d0a1eb1a64551263111454d | 298b5725d0e16adcc58bb129faf29847f5f7111d | refs/heads/master | 2021-01-23T03:16:13.290534 | 2017-03-24T11:51:33 | 2017-03-24T11:51:33 | 86,062,670 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,648 | cpp | //
// ht4-5.cpp
// sphere
//
// Created by Максим on 18.04.16.
// Copyright © 2016 Максим. All rights reserved.
//
#include <iostream>
#include <cstdio>
#include <cstring>
#include <vector>
#include <map>
#include <algorithm>
/*Сотовая связь
В городе имеется несколько операторов мобильной связи, каждый из котор... | [
"maxapple@yandex.ru"
] | maxapple@yandex.ru |
86c0991ae9f1157ab0653f900433b8312fe0d42b | a75a5a272c2faea4b9f30454afe3b5d5bc10ea54 | /src/services/rpc/handlers/UnlDelete.cpp | abb2bbff89cd0850f1025cbdfa59692338feccab | [] | no_license | mgicode/jingtum-core | 988ab269e27584238b7ecc25bdc2d2425aa4a5ca | b189c75a9674706499ac59f9caf509f869f25f18 | refs/heads/master | 2021-01-24T21:42:00.732087 | 2018-02-28T09:45:08 | 2018-02-28T09:45:08 | 123,274,962 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,737 | cpp | //------------------------------------------------------------------------------
/*
This file is part of skywelld: https://github.com/skywell/skywelld
Copyright (c) 2012-2014 Skywell Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is here... | [
"beautifularea@gmail.com"
] | beautifularea@gmail.com |
372803627bad5fb87dc32d8d61d77824f23628aa | 288d41b0f0832685aab74f1b03b5095927ef7f03 | /tuple/include/array_of_doubles_union_impl.hpp | 57899d932c097b82ad2c42b993af22b1f87413e4 | [
"MIT",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | chufucun/datasketches-cpp | b1d8fc855a54bd05856af63bd612eff464ac6324 | d1227ef2b309e1a3763449f86779b4551f75b18a | refs/heads/master | 2023-03-06T14:40:18.656759 | 2021-02-17T05:49:53 | 2021-02-17T06:03:00 | 313,572,718 | 0 | 0 | Apache-2.0 | 2021-01-15T11:59:03 | 2020-11-17T09:43:07 | C++ | UTF-8 | C++ | false | false | 1,865 | hpp | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"AlexanderSaydakov@users.noreply.github.com"
] | AlexanderSaydakov@users.noreply.github.com |
fc9c98304076a15452e9424366c526be6222b3de | 76b7e459b143c8481b044c60a68c768a0848b8f6 | /GYM/ICPC/Brazil-Regional-2016/F.cpp | 89aee50fac4d48ad37ff15ab4742c8fc4c7500af | [] | no_license | hsnavarro/imepp | f3b195e5ed4e453eac9b73d5a77b39f44917435f | eb90580caea91b48e7d541db92531ba3fd2b82c1 | refs/heads/master | 2021-11-28T07:25:05.778476 | 2021-09-10T02:20:32 | 2021-09-10T02:20:32 | 145,646,296 | 0 | 1 | null | 2021-09-10T02:20:33 | 2018-08-22T02:40:54 | C++ | UTF-8 | C++ | false | false | 700 | cpp | #include <bits/stdc++.h>
using namespace std;
#define st first
#define nd second
#define pb push_back
typedef pair<int, int> pii;
typedef pair<int, pii> piii;
typedef long long ll;
const int INF = 0x3f3f3f3f;
const ll LINF = 0x3f3f3f3f3f3f3f3f;
const int N = 1e3+5;
int main(){
ios_base::sync_with_stdio(0), cin... | [
"ricksnavarro@gmail.com"
] | ricksnavarro@gmail.com |
354ca80668d5c25f818c5abe58242664f00b7859 | ea273a0d5a4f56a1da8b6366e8e1e3712a9efd47 | /Source/Rhi/Private/Direct3D11Rhi/Direct3D11Rhi.cpp | fd51b9c721b65bc5298062ca32795b881d440c51 | [
"MIT"
] | permissive | cofenberg/unrimp | c31eb36ebde09db70173a154be518925ba192d9a | 3d4717d0742a5bc466321905278e0110330df070 | refs/heads/master | 2022-05-27T05:20:48.463362 | 2022-05-21T08:15:15 | 2022-05-21T08:15:15 | 7,425,818 | 213 | 22 | null | null | null | null | UTF-8 | C++ | false | false | 655,203 | cpp | /*********************************************************\
* Copyright (c) 2012-2022 The Unrimp Team
*
* 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 wit... | [
"cofenberg@gmail.com"
] | cofenberg@gmail.com |
9510d13de9dabcc59ba5b23af7824a5ed6bcb749 | e3c1509da264714272ff431b351c538909d0b7d5 | /chapter 4/5.cpp | 23a7422f65c2c00c9ec09a6216a955a629298963 | [] | no_license | 61jing/C---Primer-Plus-Exercises-Solutions | dfec0878685a72f9301e9a8fe0b1158062c99222 | aca58ac30ed7c7aad1751a84e2f690dfb1d1221e | refs/heads/master | 2020-07-12T23:40:12.943799 | 2013-07-02T14:16:04 | 2013-07-02T14:16:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,063 | cpp | #include <iostream>
#include <string>
using namespace std;
int main () {
/*
The CandyBar structure contains three members:
The first member holds the brand name of a candy bar.
The second member holds the weight (which may have a fractional part) of the candy bar,
and the third member holds the nu... | [
"oleksii.savochkin@globallogic.com"
] | oleksii.savochkin@globallogic.com |
69c536faa9a0d29eef68bbc7433d49196e2a1578 | 6e626b730274c1b222ddc2c7e9691fa00cc0267f | /myPhysics/myPhysics.cpp | a3f59b03b1ab3316442f692a0c5eb87904c7fc2d | [] | no_license | shalin1st/Physics2_Proj2_Bullet_Collision | a2b946ff8d33b934daf85c3d53624f4cbe0de62a | 9d0c29e7f0a8a2be71c99d2dc07f635a4bc331b3 | refs/heads/master | 2021-04-03T05:03:10.726871 | 2020-06-11T04:50:54 | 2020-06-11T04:50:54 | 124,465,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,603 | cpp | #include"myPhysics.h"
void myPhysics::ReadFileToToken(std::ifstream &file, std::string token)
{
bool bKeepReading = true;
std::string garbage;
do
{
file >> garbage; // Title_End??
if (garbage == token)
{
return;
}
} while (bKeepReading);
return;
}
std::vector<myPhysics::object1> myPhysics::Initi... | [
"s_momin58801@fanshaweonline.ca"
] | s_momin58801@fanshaweonline.ca |
f2b6f16f3246388e7decd089ad2bd13f2ca850bc | 0e7c1dc20191ac6a0ed00f219fc8ebb609654694 | /DeathEngine/Export/IRenderer.h | 8034f7d3823d9c6c58790fced9d73da141cea88f | [] | no_license | seblef/DeathChase | 99a061773b6541e20ab949451beb575e86d0ea7e | bb24f9adce681f3833c4c6a415c6b3beecd098b1 | refs/heads/master | 2021-08-24T11:57:19.064199 | 2017-12-09T15:57:31 | 2017-12-09T15:57:31 | 113,684,828 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,994 | h |
#ifndef _IRENDERER_H_
#define _IRENDERER_H_
#include <d3d9.h>
#include "../Core/Vertex.h"
#include "../Core/Handles.h"
#include "../Core/RenderingOp.h"
#include "../Exec/Materials/Shaders/ShadersDefs.h"
enum TransformationType
{
TRANS_VIEWPROJ=0,
TRANS_MODEL,
TRANS_COUNT
};
#define TRANSFO... | [
"sebast.lefort@gmail.com"
] | sebast.lefort@gmail.com |
7b07b31cb63696106f65d80dc0798116602d3b80 | 138127182d375dcbd22ef16766ac5a5ea00727e3 | /Single Number.cpp | 31a7045d689a247b4b395ba3573ee32213b7d309 | [] | no_license | sudhir5595/LeetCode_30Days | ebdc940b19b7b433d2d88a4565a356e4fd841666 | f73f03ecd4b4773432a34f6a34fe9e8a8bef7b41 | refs/heads/master | 2022-09-06T23:48:28.868170 | 2020-05-14T05:08:23 | 2020-05-14T05:08:23 | 255,612,745 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | cpp | class Solution {
public:
int singleNumber(vector<int>& nums) {
// unordered_map <int, int> mp;
int res = 0;
for(int i = 0; i<nums.size(); i++){
// mp[nums[i]]++;
res = nums[i]^res;
}
return res;
}
};
| [
"noreply@github.com"
] | noreply@github.com |
5fdcaae396b498a18a34d1bcc981eaa5561d9963 | 460f981dfe1a05f14d2a4cdc6cc71e9ad798b785 | /3/amd64/envs/navigator/include/qt/Qt3DCore/5.9.7/Qt3DCore/private/qsysteminformationservice_p.h | 01e976b77928e24774defe9e766d409da1f87f51 | [
"LicenseRef-scancode-proprietary-license",
"BSD-3-Clause",
"Intel",
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"LicenseRef-scancode-mit-old-style",
"dtoa",
"LicenseRef-scancode-public-domain-disclaimer",
"Zlib",
"LicenseRef-scancod... | permissive | DFO-Ocean-Navigator/navigator-toolchain | d8c7351b477e66d674b50da54ec6ddc0f3a325ee | 930d26886fdf8591b51da9d53e2aca743bf128ba | refs/heads/master | 2022-11-05T18:57:30.938372 | 2021-04-22T02:02:45 | 2021-04-22T02:02:45 | 234,445,230 | 0 | 1 | BSD-3-Clause | 2022-10-25T06:46:23 | 2020-01-17T01:26:49 | C++ | UTF-8 | C++ | false | false | 2,944 | h | /****************************************************************************
**
** Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB).
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holdin... | [
"dwayne.hart@gmail.com"
] | dwayne.hart@gmail.com |
8eb52cd5ff73e44055c12eef8874e24f6cab7d19 | ab1c643f224197ca8c44ebd562953f0984df321e | /wmi/wbem/tools/locstudioparser/inc/mit/mitutil/cowblob.h | 066ad58195eccfeb49bdf5c2e5b068218f69ed00 | [] | no_license | KernelPanic-OpenSource/Win2K3_NT_admin | e162e0452fb2067f0675745f2273d5c569798709 | d36e522f16bd866384bec440517f954a1a5c4a4d | refs/heads/master | 2023-04-12T13:25:45.807158 | 2021-04-13T16:33:59 | 2021-04-13T16:33:59 | 357,613,696 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,717 | h | /*++
Copyright (C) 1996-1999 Microsoft Corporation
Module Name:
COWBLOB.H
History:
--*/
#ifndef COWBLOB_H
#define COWBLOB_H
class LTAPIENTRY CLocCOWBlob
{
public:
CLocCOWBlob();
CLocCOWBlob(const CLocCOWBlob &);
void AssertValid(void) const;
LTASSERTONLY(UINT GetWriteCount(void) const);
UINT GetBl... | [
"polarisdp@gmail.com"
] | polarisdp@gmail.com |
4f6d732b67c825e6554a64bff6790bc8d29aaaa5 | f81124e4a52878ceeb3e4b85afca44431ce68af2 | /re20_1/processor20/60/phi | cbd3443641ab560fe41e7db56a1d211646715ecc | [] | no_license | chaseguy15/coe-of2 | 7f47a72987638e60fd7491ee1310ee6a153a5c10 | dc09e8d5f172489eaa32610e08e1ee7fc665068c | refs/heads/master | 2023-03-29T16:59:14.421456 | 2021-04-06T23:26:52 | 2021-04-06T23:26:52 | 355,040,336 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,154 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"chaseguy15"
] | chaseguy15 | |
3101c87bb06bf08ce012bdd3ea556afb6479dc87 | 348517397b884c6f12a3fe74f870fde1a14b7b07 | /1-9/problem_4.cpp | 12df52d37974cd1aa139e5093ac67d9208369fc1 | [] | no_license | xiaff/sword-offer-practice | 899f7d9a15fdfaac0b5f0dd62faff525e9035f60 | ce6bc52cb313c81aa68ca31d22d11f7036e22209 | refs/heads/master | 2021-01-10T01:19:50.562527 | 2015-10-26T15:40:09 | 2015-10-26T15:40:09 | 43,377,065 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 925 | cpp | /*
面试题4:替换空格
请实现一个函数,把字符串中的每个空格替换成“%20”。
例如输入“We are happy.”,则输出“We%20are%20happy.”。
*/
class Soultion
{
public:
void replaceBlank(char sentence[],int length){
if(sentence==NULL&&length<=0){
return;
}
int originnalLength=0;
int numberOfBlanks=0;
char c;
for(int i=0;(c=sentence[i])!='\0';i++){
or... | [
"loochenwei@gmail.com"
] | loochenwei@gmail.com |
453df1df836fa1c7e7fc20da7f1eaf81c7ba88e3 | 87a9b7ee6bc7678906c4383973e319ed0cdfcf75 | /c,c++/geeksForGeeks/heap.cpp | 1e98ec8450a2ce0812902c7731afaa70840c85d2 | [] | no_license | poojagarg/Coding | 9dceabab3adab492012c5844e0392f8b02d8421f | 48c6cf47f3a246913765c7223e1d487a6a581734 | refs/heads/master | 2020-06-06T07:42:44.560270 | 2014-09-13T04:34:51 | 2014-09-13T04:34:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 999 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
int minIndex(int i, int j, int A[]){
return A[i]<A[j]?i:j;
}
void percolateDown(int *h,int n, int i){
int k1=2*i+1;
int k2=2*i+2;
if(k1>n-1)
return;
int minI=k1;
if(k1!=n-1){
minI=minIndex(k1, k2, h);
}
if(h[minI]<h[i]){
swap(h[mi... | [
"poojagarg.04@gmail.com"
] | poojagarg.04@gmail.com |
a5dbdf4dcb222752c00a5e10bef57e348faf7578 | cb80a8562d90eb969272a7ff2cf52c1fa7aeb084 | /inletTest7/0.046/isentropic(p) | 36dcf3c06f182f27e14de6c2ba505b2d7a339002 | [] | no_license | mahoep/inletCFD | eb516145fad17408f018f51e32aa0604871eaa95 | 0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2 | refs/heads/main | 2023-08-30T22:07:41.314690 | 2021-10-14T19:23:51 | 2021-10-14T19:23:51 | 314,657,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 78,108 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
... | [
"mhoeper3234@gmail.com"
] | mhoeper3234@gmail.com | |
8d6a8fa5d2651c1cfa73cdd6a9a62eabf9c70c92 | 7d46e8745a7c6d7c369a9e212cabb6b8b6dd0334 | /addons/Webm/include/webm/IVFReader.h | 1487404cb72edc76452d6d74f8215b42a05cea96 | [] | no_license | eighteight/roxlu_experimental2 | 02166ccab0322061b3ed4269dcfd2453f2fea537 | 5a4d3f81a5abcac415adfa107c4d4bc7d4fb173c | refs/heads/master | 2021-01-22T09:51:01.638125 | 2013-10-10T15:33:49 | 2013-10-10T15:33:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,637 | h | #ifndef ROXLU_WEBM_IVF_READER_H
#define ROXLU_WEBM_IVF_READER_H
#include <string>
#include <vector>
#include <deque>
#include <roxlu/io/RingBuffer.h>
#include <roxlu/core/Utils.h>
#include <webm/VPXEncoder.h> /* for the VPXSettings */
#include <webm/VPXDecoder.h>
#define IVF_ERR_FOPEN "Cannot open the file: %s"
#defi... | [
"info@roxlu.com"
] | info@roxlu.com |
4e4459cdba72e15c99aa62311478f85c636f7021 | 175dea377eb9384e2a33a830acf76be26d3a9b48 | /libraries/chain/include/myeosio/chain/wasm_myeosio_validation.hpp | a208542839e97922c4922589ddaf4427189ee6fe | [
"MIT",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | bithacks-tech/myeosio | f0c6d38ef2d820b5384e4c30903ff33e51285022 | 577f6830e72fa764497c20a6b9200ba02b80ab2e | refs/heads/myeosio | 2020-03-22T02:35:39.761883 | 2018-08-13T05:26:23 | 2018-08-13T05:26:23 | 139,381,083 | 0 | 0 | MIT | 2018-07-16T12:15:56 | 2018-07-02T02:26:28 | WebAssembly | UTF-8 | C++ | false | false | 22,716 | hpp | #pragma once
#include <fc/exception/exception.hpp>
#include <myeosio/chain/exceptions.hpp>
#include <myeosio/chain/controller.hpp>
#include <myeosio/chain/wasm_myeosio_binary_ops.hpp>
#include <functional>
#include <vector>
#include <iostream>
#include "IR/Module.h"
#include "IR/Operators.h"
#include "WASM/WASM.h"
na... | [
"jrlees@LAPTOP-D4RPAA0F.localdomain"
] | jrlees@LAPTOP-D4RPAA0F.localdomain |
eed28dfb45bffb4afcebf6f4a6f4245f0f6e6254 | 35be95e5e4ef306a1203a173bed12599f62db7b6 | /SlimDXc_Jun2010(VC++2008)/source/direct2d/BezierSegment.h | 42ec3feb5d7e45e0e8a7a70fbe81a6c51fd0db04 | [
"MIT"
] | permissive | Orz5566/RandomTest | dd0ec2eb7a0db3993409c2a647658a175a3b4027 | 2884f99d29dda603c646d464a60d7bce3346b74d | refs/heads/master | 2021-09-06T01:10:29.460192 | 2018-02-01T06:56:53 | 2018-02-01T06:56:53 | 118,869,777 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,351 | h | /*
* Copyright (c) 2007-2012 SlimDX Group
*
* 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, publis... | [
"32087037+Orz5566@users.noreply.github.com"
] | 32087037+Orz5566@users.noreply.github.com |
b8203a2010861162efd88185ac11d8806556caf9 | 1c9496682dfa28ecdc64aa90ea8b34e84e713a1e | /QueryView.cpp | ef9cc268fe8eca6cc0fad882029b9ea6e913b0c5 | [] | no_license | radtek/DGG | 8ffd2f0fd5dfdfda31bef71cc198e144946537ef | 540c5d028cc7cfc906e6bb7e30f5cab2c5b6fe7d | refs/heads/master | 2020-06-27T21:12:18.330306 | 2014-04-26T10:37:59 | 2014-04-26T10:37:59 | 200,050,945 | 1 | 0 | null | 2019-08-01T12:57:29 | 2019-08-01T12:57:28 | null | GB18030 | C++ | false | false | 26,533 | cpp | // QueryView.cpp : implementation file
//
#include "stdafx.h"
#include "hrs.h"
#include "QueryView.h"
#include "childfrm.h"
#include "mainfrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////... | [
"sam.ni@bleum.bleum.com"
] | sam.ni@bleum.bleum.com |
4d4013f8a8624a2638c30c6445a7269f00ec34dc | 3f78a9da3eecc6d8e401f1cce37e054a252930bc | /[Monitoring]Tool/ServerSet.cpp | ae32bd10f9e24a605e918872616c277211bfb14f | [] | no_license | apik1997/Mosiang-Online-Titan-DarkStroy-Azuga-Source-Code | 9055aa319c5371afd1ebd504044160234ddbb418 | 74d6441754efb6da87855ee4916994adb7f838d5 | refs/heads/master | 2020-06-14T07:46:03.383719 | 2019-04-09T00:07:28 | 2019-04-09T00:07:28 | 194,951,315 | 0 | 0 | null | 2019-07-03T00:14:59 | 2019-07-03T00:14:59 | null | WINDOWS-1252 | C++ | false | false | 14,326 | cpp | // ServerSet.cpp: implementation of the CServerSet class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ServerTool.h"
#include "ServerSet.h"
#include "..\[CC]Header\CommonGameFunc.h"
#include "..\[CC]ServerModule\ServerListManager.h"
#include "MHNetwork.h"
#i... | [
"lixeon.lij@gmail.com"
] | lixeon.lij@gmail.com |
e5ac64326482dffe164fd6b0b7d70b1180c953d9 | 6958f8ae5f2f5bfc0573e3785783d4d22e46c649 | /src/gl/Mesh.h | 464f28150086c12107b59b7d69908cb709884007 | [] | no_license | Twometer/chess-3d | a039315daefcb305b2600d03350eef797f10146a | c023705741144087714c5779d821e32d104ee083 | refs/heads/master | 2020-10-01T21:22:37.065507 | 2020-01-16T09:24:48 | 2020-01-16T09:24:48 | 227,627,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | h | //
// Created by Twometer on 15/12/2019.
//
#ifndef CHESS_3D_MESH_H
#define CHESS_3D_MESH_H
#include <glad/glad.h>
#include <vector>
#include <glm/vec3.hpp>
#include "Model.h"
class Model;
class Mesh {
private:
std::vector<GLfloat> vertices;
std::vector<GLfloat> normals;
public:
void AddVertex(glm::ve... | [
"twometer@outlook.de"
] | twometer@outlook.de |
30a63ed6528bf19ea7b414e869c431cb5492fe7f | 8ad612e828151317b16d311ee51563738f0ce418 | /src/messagehandlers/simplehandler/SimpleTimeoutHandler.cc | 7dfe3bc52382a28de8b3791dd66a079b6fcfbd89 | [
"MIT"
] | permissive | deng10622/BSF | 37e3da48a1533a50683a042c4052fd4620f491d1 | 89bccd20359ec794cd19a1211d5e52c751e7405c | refs/heads/master | 2022-06-27T15:51:08.188562 | 2019-10-29T07:16:09 | 2019-10-29T07:16:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,387 | cc | /*
* SimpleTimeoutHandler.cc
*
* Created on: Mar 20, 2017
* Author: xtikka
*/
#include "SimpleTimeoutHandler.h"
#include "../../messages/basicmessages/NetworkTimeoutMsg_m.h"
/**
* Timeout message handler for simplebot
*/
SimpleTimeoutHandler::SimpleTimeoutHandler(NodeBase* owner) {
node = static_cast... | [
"leonboeck@gmail.com"
] | leonboeck@gmail.com |
845ec32ca5527f5e212cd3ea84783ccb70541bea | 148cf64d12b1f7393109739eb51b6ab55360e67a | /DanChoys/Main.cpp | a8bd42e8caf882e67e0fdf8cc6ce1a3d73f19b7a | [] | no_license | DanChoys1/DanChoys | 6db32c8f12c8fa96d872d27e8545c4d44afca8f0 | ecb2d74aa2e125065f86dd68a7ac0fb54f0e9349 | refs/heads/master | 2023-05-27T08:00:00.197660 | 2021-06-08T20:29:03 | 2021-06-08T20:29:03 | 365,345,163 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 282 | cpp | #include "ImageUploadForm.h"
using namespace System;
using namespace System::Windows::Forms;
[STAThread]
int main(void) {
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
Application::Run(gcnew Upload::ImageUploadForm());
return 0;
} | [
"azarov.daniil@inbox.ru"
] | azarov.daniil@inbox.ru |
7091df7d1fe797251c2fa9c00baba1d8d142f210 | 61456f36bc796cd8b4e5ebe489bc6e4c019363ad | /CompuCell3D/core/CompuCell3D/plugins/CellVelocity/CellVelocityPlugin.cpp | 3db6ad7a3835d54be1e855e7686576eca18b47e4 | [] | no_license | insafbk/CompuCell3D | f3556be82d10e71b6993a68e9a3fee552d10eb16 | 4c8b3b38f6fb9b96de7b7c13575ef0738f53dbc0 | refs/heads/master | 2023-01-03T08:55:37.934247 | 2020-08-22T18:13:13 | 2020-08-22T18:13:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,100 | cpp | #include "CellVelocityPlugin.h"
#include <CompuCell3D/Simulator.h>
#include <CompuCell3D/Potts3D/Potts3D.h>
#include <CompuCell3D/plugins/CenterOfMass/CenterOfMassPlugin.h>
#include <Utils/cldeque.h>
#include <CompuCell3D/plugins/CellVelocity/CellVelocityData.h>
#include <XMLCereal/XMLPullParser.h>
#include <XMLCereal/... | [
"acosmane@indiana.edu"
] | acosmane@indiana.edu |
8869b8f794d4d5decba41f83afb517b86b0792c2 | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_DinoSettings_Omnivore_Medium_MoschopsTaming_Item_04_parameters.hpp | b0dfa80cb462bbdbb84dc32053525ecbc32152b3 | [
"MIT"
] | permissive | git-Charlie/ARK-SDK | 75337684b11e7b9f668da1f15e8054052a3b600f | c38ca9925309516b2093ad8c3a70ed9489e1d573 | refs/heads/master | 2023-06-20T06:30:33.550123 | 2021-07-11T13:41:45 | 2021-07-11T13:41:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 908 | hpp | #pragma once
// ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_DinoSettings_Omnivore_Medium_MoschopsTaming_Item_04_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
b50228d9a591178c0f0db0270c92519cec26b6f0 | 6edaf7e78c43f822c830043aec786b2be47dd73e | /cpp/acm/cqu_2018_summer_fifteen_day/uva_10801.cpp | 2d4d35b2b89593e32ab36ede7712ae36a2f4dd1f | [] | no_license | HBat11233/hbat_code | 8d2c8bc0e44775fafa3cb2820e8388e8d3702bc6 | 2f5de84498660863fd2816f0f8d49442689f88b8 | refs/heads/master | 2021-07-20T03:54:20.961518 | 2018-10-11T08:24:50 | 2018-10-11T08:24:50 | 112,096,574 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,567 | cpp | #include <bits/stdc++.h>
#define mem(a,b) memset(a,b,sizeof(a))
using namespace std;
int n,k;
int he;
int ti[7];
int w[705][705];
int dis[705];
int pk[705];
int spfa(int x)
{
queue<int>que;
mem(pk,0);
mem(dis,0x7f);
pk[x]=true;
que.push(x);
dis[x]=0;
int len=(he+1)*n;
while(!que.empt... | [
"33086330+HBat11233@users.noreply.github.com"
] | 33086330+HBat11233@users.noreply.github.com |
579071109e36be3b4f918721937afdc11259c46c | ee2e457fdd6a4d9bd28f98aa118d56a2ffc5a6ce | /src/abil_stealth.cpp | 24d577c6b437936040d4311872aca7a9c5c92398 | [] | no_license | seobyeongky/gunscape | a5ba837deb0de6bf9768794ec63ff07ff24e42ca | d35855d0099ebd7ce4ad90f0f20f8616e3679ff0 | refs/heads/master | 2016-09-05T13:46:54.944484 | 2015-01-17T04:17:13 | 2015-01-17T04:17:13 | 13,535,746 | 5 | 0 | null | null | null | null | UHC | C++ | false | false | 1,303 | cpp | //////////////////////////////////////////////////////////////////////////////////////////////////
//
// 파일이름: abil_stealth.cpp
//
// 내용: 도둑걸음(늦게 발견)
//
//////////////////////////////////////////////////////////////////////////////////////////////////
#include "abil_stealth.h"
#include "player.h"
Abil_stealth::Abil_s... | [
"seobyeongky@naver.com"
] | seobyeongky@naver.com |
afbd165614dd8e1c804c5edaf76dc0eceaa371c4 | 9c028b54ffb83ea187e41e769c49fc40ae7f2ff3 | /src/main.cpp | 2d8917d9809b4b36e065bc9b1209a2c816146b96 | [] | no_license | VasiliiGeneralov/clc | 4e72c1343b0a13ae344c992f197532b1ef680206 | aed3a478037e54b795695db4547adc756e268394 | refs/heads/master | 2023-06-09T15:03:02.433417 | 2021-06-28T00:14:01 | 2021-06-28T04:43:52 | 380,487,648 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 457 | cpp | #include <iostream>
#include <string>
#include <vector>
#include "Tokenizer.hpp"
#include "Parser.hpp"
#include "Analyzer.hpp"
int main()
{
std::string input;
std::getline(std::cin, input);
std::vector<std::string> tokens;
tokens = Tokenizer::tokenize(input);
if (tokens.empty()) {
return 1;
}
tokens... | [
"vasilii.generalov@gmail.com"
] | vasilii.generalov@gmail.com |
04386d04f27580721a82a8e6e14edebc32648917 | c71d9862169295dd650390ca44f2ebeb2e6740af | /src/corelib/plugin/qplugin.h | 42a32a72f44e798a6071e451196b42e79679251c | [] | no_license | maoxingda/qt-src | d23c8d0469f234f89fdcbdbe6f3d50fa16e7a0e3 | e01aee06520bf526975b0bedafe78eb003b5ead6 | refs/heads/master | 2020-04-14T00:05:16.292626 | 2019-01-05T05:49:42 | 2019-01-05T05:49:42 | 163,524,224 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,251 | h | /****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public ... | [
"39357378+maoxingda@users.noreply.github.com"
] | 39357378+maoxingda@users.noreply.github.com |
6a1ec0aaf47d85213a912c4375ef96557d46b24a | a0a3a9714ba97260a7c5b3736db6e2e87e50d8d4 | /ds/dinic.cpp | a13ba621acf3cc7b14a3b2d6db28af44d42ef20b | [] | no_license | YakutovDmitriy/Cpp-Algorithms | a60991bd725e1ec76da7b4165adc916e2f80b32e | c26752384a3e9ce7f452d99419cdda0c4d856fa4 | refs/heads/master | 2020-04-15T13:38:26.727377 | 2017-07-06T09:44:50 | 2017-07-06T09:44:50 | 57,463,459 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,873 | cpp | #include <bits/stdc++.h>
//#include <fcntl.h>
using std::max; using std::swap; using std::abs; using std::priority_queue; using std::queue; using std::bitset; using std::make_tuple;
using std::istream; using std::ostream; using std::fixed; using std::greater; using std::tuple; using std::tie; using std::make_pair;
us... | [
"miti_95@mail.ru"
] | miti_95@mail.ru |
a37ae8ed3785406eb98e634cc5e8160cf7ee8040 | b389755eed095f67bac67bde8690adf0217d8470 | /platforms/android/aace/src/main/cpp/src/aace/alexa/LocalMediaSourceBinder.cpp | c6ae79042c5b78ccf01248d5a617ba9c21d9cb83 | [
"JSON",
"MIT",
"BSD-3-Clause",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | shoesel/aac-sdk | 4fdbb85d4d51aaaad7adb5d7ae69dfd65559dbd6 | 8370f7c71c73dd1af53469dfa3de1eaf7aa2d347 | refs/heads/master | 2020-06-10T14:00:11.911393 | 2019-06-24T22:46:22 | 2019-06-24T23:04:52 | 193,653,787 | 1 | 0 | Apache-2.0 | 2019-06-25T07:06:17 | 2019-06-25T07:06:17 | null | UTF-8 | C++ | false | false | 40,832 | cpp | /*
* Copyright 2017-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0/
*
* or in the "... | [
"muni.sakkuru@gmail.com"
] | muni.sakkuru@gmail.com |
bcf09c9acd22055f0e1488ab28cef02619e9f60e | 1f797b7f7b7160f0571a1f72ab8593c931c6753b | /Lecture-15/PrincipleOfIncAndExc.cpp | 185fb0e5beaf9c52cd8f9f178231726d5ae06d54 | [] | no_license | Kartik-Mathur/CareerBootcampOffline24March2020 | 36b8586d58746528706c899d505d351ce1f700e0 | dc0ef18d43b046aefb30329a53031f64cc25dd82 | refs/heads/master | 2021-04-20T17:07:59.307395 | 2020-09-03T17:32:13 | 2020-09-03T17:32:13 | 249,703,524 | 8 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,680 | cpp | // PrincipleOfIncAndExc
// Problem link :
#include <iostream>
#include <vector>
#include <algorithm>
#include <cstring>
#include <map>
#include <set>
#include <unordered_map>
#include <queue>
#include <stack>
#include <cmath>
#include <functional>
#include <deque>
#include <bitset>
#include <climits>
#include <cstdio>... | [
"kartik.mathur10@gmail.com"
] | kartik.mathur10@gmail.com |
b020348450dbf0aada749099e5d3b141689041e3 | a89b1681108d4884a17ced125af9ac689c731b29 | /559_2/a.cpp | 9c2099bacc2cadee31bae443f043336f2f269505 | [] | no_license | pkbmh/Codeforces-Solutions | 6c543a47670d51b219580b583d8d6246db3b7dca | 9a538e23d1e974d0637c73f53142bfe18f98846f | refs/heads/master | 2020-04-30T16:51:58.996165 | 2020-04-22T04:15:12 | 2020-04-22T04:15:12 | 176,961,470 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,049 | cpp | // C
#ifndef _GLIBCXX_NO_ASSERT
#include <cassert>
#endif
#include <cctype>
#include <cerrno>
#include <cfloat>
#include <ciso646>
#include <climits>
#include <clocale>
#include <cmath>
#include <csetjmp>
#include <csignal>
#include <cstdarg>
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#i... | [
"pankaj.birat@shopee.com"
] | pankaj.birat@shopee.com |
89e29f274db018e6189c08de626066643bf83032 | de1e5905af557c6155ee50f509758a549e458ef3 | /src/code/taps_treesynth.h | c59f1980cb7c61fd65330534b88c2305da61f37b | [] | no_license | alltom/taps | f15f0a5b234db92447a581f3777dbe143d78da6c | a3c399d932314436f055f147106d41a90ba2fd02 | refs/heads/master | 2021-01-13T01:46:24.766584 | 2011-09-03T23:20:12 | 2011-09-03T23:20:12 | 2,486,969 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,815 | h | /*----------------------------------------------------------------------------
TAPESTREA: Techniques And Paradigms for Expressive Synthesis,
Transformation, and Rendering of Environmental Audio
Engine and User Interface
Copyright (c) 2006 Ananya Misra, Perry R. Cook, and Ge Wang.
ht... | [
"tom@alltom.com"
] | tom@alltom.com |
370f83f6b5bd2b5c6a24f6a1c2f82141122fb896 | 9125703b79eff7d9fc6a54d287992db53859758d | /questList.hh | ab01cc73cacd1bf22d28aee3a97de19d4d9d6e10 | [] | no_license | Bklayman/Sidequest-Tracker | 6bd75f252ed1f374bc38051338967ca053e88dad | 17e779fcb5d2d8528fe81325805398bbdd670c77 | refs/heads/master | 2022-10-09T04:19:07.091518 | 2020-06-12T18:36:36 | 2020-06-12T18:36:36 | 262,599,366 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,683 | hh | #ifndef QuestList_HH_
#define QuestList_HH_
#include <vector>
#include "quest.hh"
class QuestList{
private:
std::vector<Quest*> quests;
std::vector<Quest*> questGarbage;
std::vector<std::string> storyPoints;
std::vector<std::string> storyPointGarbage;
public:
//Getter function for quests.
std::vector<Q... | [
"bklayma1@binghamton.edu"
] | bklayma1@binghamton.edu |
27223aa86016b303b06a8de3b990f41dc37a7520 | 7622359e2e4099d24bef9ae0ac83c96ca4ac8da0 | /src/Defaults.h | f4f883b86f2775a9627566d3c63bbc7315279277 | [] | no_license | lingnand/Helium | 23300a13dbef3d0a6ce31db92a1c2e4344374aa3 | d1f8fab6eb5d60e35b3287f6ea35cd1fae71f816 | refs/heads/master | 2023-04-04T10:44:03.009166 | 2021-04-16T01:48:05 | 2021-04-16T01:48:05 | 358,439,449 | 10 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 724 | h | /*
* Defaults.h
*
* Created on: May 23, 2015
* Author: lingnan
*/
#ifndef DEFAULTS_H_
#define DEFAULTS_H_
#include <bb/cascades/TextInputFlag>
#include <bb/cascades/TextContentFlag>
#include <bb/cascades/TextStyle>
namespace bb {
namespace cascades {
class Container;
}
}
class Defaults
{
... | [
"lingnan.d@gmail.com"
] | lingnan.d@gmail.com |
9bed35a85a04237ffcf89ad25bd030c9a2536f35 | f13fc535d6324dffb3ab63ec3b5ec94e0c646809 | /Code/Libraries/3D/src/D3D9/d3d9texture.h | 956fd47d7b86c68f8308c55a6609707e68818314 | [
"Zlib"
] | permissive | rohit-n/Eldritch | df0f2acf553b253478a71f6fe9b26b209b995fc0 | b1d2a200eac9c8026e696bdac1f7d2ca629dd38c | refs/heads/master | 2021-01-12T22:19:23.762253 | 2015-04-03T01:06:43 | 2015-04-03T01:06:43 | 18,807,726 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | h | #ifndef D3D9TEXTURE_H
#define D3D9TEXTURE_H
#include "texturecommon.h"
struct IDirect3DDevice9;
struct IDirect3DTexture9;
class D3D9Texture : public TextureCommon
{
public:
D3D9Texture( IDirect3DDevice9* D3DDevice );
D3D9Texture( IDirect3DDevice9* D3DDevice, IDirect3DTexture9* Texture );
virtual ~D3D... | [
"xixonia@gmail.com"
] | xixonia@gmail.com |
a7e91d084eee1d680ef399edc190742bce14314c | f323895c7d347fd0f51054d8342a1223c084f614 | /ipic3d/postprocessing_tools/vtk3D/convHDF5_EPAR.cpp | 13b3e5ae3dddd47d94dd2d409724ae2b57a583eb | [
"Apache-2.0"
] | permissive | EPCCed/MPI_OpenMP_tasks_OmpSs | a7f44663f4c33899337774109c4e7e7179cfef16 | 3c02f940c22e4be5a3a2187e476810ffe87e2fda | refs/heads/master | 2021-05-08T02:07:01.248796 | 2018-11-13T13:54:37 | 2018-11-13T13:54:37 | 107,958,643 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,884 | cpp | /* This release was prepared by Dana Akhmetova <danaak@kth.se>/<danieka@gmail.com> on behalf of the INTERTWinE European Exascale Project <http://www.intertwine-project.eu> */
/***************************************************************************
convHDF5.cpp - Convert program to open Parsek Output
---------... | [
"riakymch@kth.se"
] | riakymch@kth.se |
22a02bf1ee9f3ab6c6647637d44c3fcf1b291f93 | 3750f9e24199c13b8caff030ee600d62b55cdd1b | /Babkemon/include/mgg/babkemon/common/item/item_packet.h | 7699824614e6e9ac20064547f2922cc84f9811b2 | [] | no_license | orange4glace/Babkemon_Server | 814f3ab600c075e2ae0bf19f515503b4ab9ef6cb | 816f4f660dfdfc9c6028dcffbd9febb9d16b61fb | refs/heads/master | 2021-03-27T12:41:02.573257 | 2017-11-19T12:17:16 | 2017-11-19T12:17:16 | 108,437,031 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 676 | h | // item_packet.h
#ifndef MGG_BABKEMON_ITEM_ITEM_PACKET_H_
#define MGG_BABKEMON_ITEM_ITEM_PACKET_H_
#include "..\item_type.h"
#include <ProudNetServer.h>
namespace mgg {
namespace babkemon {
class Item;
namespace item {
struct ItemPacket {
Item* item;
ItemType type;
int amount;
// For Serialize
ItemPa... | [
"orange4glace@gmail.com"
] | orange4glace@gmail.com |
43b3d83a49b7213e7059d4a93454880e723af609 | 3822cd75a4a0b48c95ae2a77b09af0358ec3703a | /driver.cpp | 28fedf88a3cb27c342e9607fad1e813cb1c41628 | [] | no_license | mbaliyethemba/CSC3022F-Assignment-4 | 2d6bee32f3a88fc7c0c9837df6f1e955dc1145d7 | 7f8d847c479406f480a3e4bf2c2293b469c858fc | refs/heads/master | 2022-11-20T00:41:56.069553 | 2020-05-06T01:25:06 | 2020-05-06T01:25:06 | 275,873,280 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,819 | cpp | #include "KMeansClusterer.h"
#include <iostream>
#include <fstream>
#include <cstring>
#include <sstream>
#include <dirent.h>
using namespace std;
int main(int argc, char* argv[]){
SHNMBA004::KMeansClusterer * k = new SHNMBA004::KMeansClusterer();
std::ofstream outStream;
if(argc < 2){
std::cout << "Not enough p... | [
"SHNMBA004@uct.ac.za"
] | SHNMBA004@uct.ac.za |
9940010de36aa4b5e8233335b9f6a03f0c9def33 | f0e276cd595518a98c857b3cf9a9db95bc639d70 | /udp_socket_create_mt.cpp | 0af5cc704df198c22bd01277fd8b277b32277061 | [] | no_license | greshem/develop_cpp | caa6fa4f07d925ff1423cab2f29684de40748eb3 | 4f3d4b780eed8d7d678b975c7f098f58bb3b860e | refs/heads/master | 2021-01-19T01:53:15.922285 | 2017-10-08T07:25:35 | 2017-10-08T07:25:35 | 45,077,580 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,579 | cpp | #include <algorithm>
#include <arpa/inet.h>
#include <fstream>
#include <iostream>
#include <iostream>
#include <iterator>
#include <map>
#include <netdb.h>
#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <sys/socket.h>
#include <vector>
//#include <Bas... | [
"qianzhongjie@gmail.com"
] | qianzhongjie@gmail.com |
b4f87ab99045bde740480c2ca44d259e305457f3 | f043ea2cacdb9fff33c0995e9737d0d485867309 | /BestTimeSellStock/BestTimeSellStock.cpp | 8c74bcddc20b54b5337c98e41fdd6e2976fcf023 | [] | no_license | jszhujun2010/LeetCode | 5a863712f2968705c35902f2048d65f14c4d1a67 | 89fb6712a137d6a9a7f69c4d51683d1f039f2c84 | refs/heads/master | 2021-01-10T09:25:49.426403 | 2016-01-29T01:38:30 | 2016-01-29T01:38:30 | 50,625,884 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 669 | cpp | #include <vector>
#include <iostream>
using namespace std;
class Solution {
public:
int maxProfit(vector<int>& prices) {
if (prices.empty())
return 0;
int min_so_far = prices[0];
int max_profit = 0;
for (int i = 1; i < prices.size(); i++) {
if (prices[i] < ... | [
"jszhujun2010@gmail.com"
] | jszhujun2010@gmail.com |
e9b8ff1b11414319153057856c90910e88965004 | 9afe323ddb085bbcd9a2c78689c93715d452a11b | /arduinoToExcel.ino | 1cbc25a090b18bacfa6a123cf65c89c556a3781d | [] | no_license | gsampallo/serialToExcel | 36d4bea115e23caccd8e171d72f38da3309473ee | 9afb0b33bfd2f25f0dce8ee94186290592e4827a | refs/heads/master | 2021-07-16T01:11:27.514232 | 2020-08-02T19:12:29 | 2020-08-02T19:12:29 | 196,285,713 | 11 | 16 | null | null | null | null | UTF-8 | C++ | false | false | 292 | ino | int sensorPin = A0;
int ledPin = 13;
int sensorValue = 0;
void setup() {
Serial.begin(115200);
}
int i = 0;
void loop() {
sensorValue = analogRead(sensorPin);
Serial.print(i);
Serial.print(",");
Serial.print(sensorValue);
Serial.println(";");
i = i + 1;
delay(10);
}
| [
"guille@gmail.com"
] | guille@gmail.com |
4b071b43d6f3055aa7053a8bc0250449d0d4334e | 87276f6a96a7b884a4a1c575945a30d0babf5e38 | /CodingTests/primesieve.cpp | 201c210554ffff8150bd066b2daf449d358b4f00 | [] | no_license | HemangMaan/CPP-DS-Algo | 03a7396bad2f61983285aec7115abd7c9996c357 | b98f370cdd3fef7f26cbf41aea23e159bff27750 | refs/heads/master | 2023-09-04T16:15:45.535812 | 2021-10-17T04:01:44 | 2021-10-17T04:01:44 | 305,699,621 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 628 | cpp | #include<bits/stdc++.h>
using namespace std;
#define endl "\n"
void primeSieve(int n,vector<bool> &primes){
primes[0]=false;
primes[1]=false;
for(int i=2;i*i<=n;i++){
if(primes[i]){
for(int j=i*i;j<=n;j+=i){
primes[j]=false;
}
}
}
for(int i=0... | [
"hemangmaan@gmail.com"
] | hemangmaan@gmail.com |
4a094aa4f2060ae0c32b353dcf4c787fb728d23e | b8ce859b04c66d6872c6ffb86d1329b30f8b4f6d | /Tempest/dx/directx9.cpp | 1e2b7be5cb0f573f8633a8ee8a2194ae968615c1 | [
"MIT"
] | permissive | enotio/Tempest | fc8cca311ae10b1cf7825202296cdbabec373834 | 1a7105cfca3669d54c696ad8188f04f25159c0a0 | refs/heads/master | 2023-02-04T11:38:58.829324 | 2020-12-26T12:49:34 | 2020-12-26T12:49:34 | 8,636,507 | 5 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 35,034 | cpp | #include "directx9.h"
#include <Tempest/Platform>
#ifdef __WINDOWS__
#include <d3d9.h>
#include <d3dx9.h>
#include <Tempest/HLSL>
#include <Tempest/RenderState>
#include <map>
#include <set>
#include <iostream>
#include <algorithm>
#include <Tempest/Pixmap>
#include <Tempest/Assert>
#include <Tempest/Utility>
u... | [
"try9998@gmail.com"
] | try9998@gmail.com |
d8f9091487129bcfe5308563a826909d7e940d21 | 7b00100a6f4f7eb33fd8a1ddea88fa226169c1b4 | /DoAnGame/Leaf.h | c0347a32fafc6b5a8b77a043e4c11b998a897f02 | [] | no_license | DonMartialMinh/DoAnGame | 3e0eb8f780f8eca58e34128abd04a6bae23053e8 | 6ae25a341bcb3ff21efb4eea1e781d63e2d7ab70 | refs/heads/master | 2023-07-02T00:55:26.539295 | 2021-08-17T03:58:11 | 2021-08-17T03:58:11 | 300,098,147 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 707 | h | #pragma once
#include "GameObject.h"
#include "Game.h"
#include "Board.h"
#define LEAF_BBOX_WIDTH 16
#define LEAF_BBOX_HEIGHT 14
#define LEAF_FALL_RIGHT 0
#define LEAF_FALL_LEFT 1
#define LEAF_FALL_SPEED_VX 0.04f
#define LEAF_FALL_SPEED_VY 0.02f
#define LEAF_RISING_TIME 500
#define LEAF_STATE_FALLING 100
class... | [
"43954674+fueledbyramental@users.noreply.github.com"
] | 43954674+fueledbyramental@users.noreply.github.com |
4a9a5dedac6ec759fdbbc0b42761a29fa91e6fc9 | 58a0ba5ee99ec7a0bba36748ba96a557eb798023 | /Olympiad Solutions/URI/1285.cpp | 3a92eed235e7d7e5c89a00454364a1d79c7b7a1d | [
"MIT"
] | permissive | adityanjr/code-DS-ALGO | 5bdd503fb5f70d459c8e9b8e58690f9da159dd53 | 1c104c33d2f56fe671d586b702528a559925f875 | refs/heads/master | 2022-10-22T21:22:09.640237 | 2022-10-18T15:38:46 | 2022-10-18T15:38:46 | 217,567,198 | 40 | 54 | MIT | 2022-10-18T15:38:47 | 2019-10-25T15:50:28 | C++ | UTF-8 | C++ | false | false | 506 | cpp | // Ivan Carvalho
// Solution to https://www.urionlinejudge.com.br/judge/problems/view/1285
#include <cstdio>
#include <cstring>
int soma[6000];
int checa(int x){
int freq[11];
memset(freq,0,sizeof(freq));
while(x > 0){
freq[x%10]++;
x /= 10;
}
for(int i=0;i<=9;i++){
if(freq[i] >= 2){
return 0;
}
}
ret... | [
"samant04aditya@gmail.com"
] | samant04aditya@gmail.com |
92702df4e708bb06878c9ac4e044afbc996f074a | a9566a402d1c0e178af3218f29fe55f42644ebb8 | /folly/experimental/logging/test/PrintfTest.cpp | 1f7fbe1e1aa36d780b24e3f927d85d2020e2ecb8 | [
"Apache-2.0"
] | permissive | monad-one/folly | b8a84e27456ffc1e3bdbbd4958f15ba00d01b83b | 98d1077ce0603b0713353d638cb1436a28827af6 | refs/heads/master | 2021-05-11T20:34:29.501635 | 2018-01-13T07:57:16 | 2018-01-13T08:05:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,644 | cpp | /*
* Copyright 2004-present Facebook, 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 a... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
534423dabf81d5a617630e6616c3e3d4baba49ea | a0bf0dc827d621b2cc0616dd2439736faec442ed | /Misc/ArrayReversal.cpp | 15494e7623600e73f104d78e1cc426dc4d178e66 | [] | no_license | anuragbisht/Cpp | b4fd50a95b53374ffec061e08bf5c0c08b250c37 | 44033a24bc77f98031f137159e5e3eddb2bbf5aa | refs/heads/master | 2021-06-20T01:31:14.150186 | 2021-01-11T18:08:01 | 2021-01-11T18:08:01 | 167,524,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 671 | cpp | #include <iostream>
void reverseArrayUsingIteration(int array[], int sizeOfArray);
void printArray(int array[], int sizeOfArray);
int main(){
int array[10] = {1,2,3,4,5,6,7,8,9,10};
reverseArrayUsingIteration(array, 10);
printArray(array, 10);
return 0;
}
void reverseArrayUsingIteration(int array[], ... | [
"admfav2012@gmail.com"
] | admfav2012@gmail.com |
3fbebc9ba42b5972cb3365cc4799e62cabf211f9 | b31a0ecd63f5b12e564bb6190e4bfd8b9e9eb889 | /u06_new/test4.cpp | a9486303617d1f5e742b926669a932feccb3a001 | [] | no_license | shmhlove/CPPIntermediate | 99f5a7f509aa143ed7cf9821666d0f2b5f2283e0 | 02057f5741a520e90ee7d4c4b2a044a9ac5095f3 | refs/heads/master | 2020-06-04T00:31:25.806841 | 2019-07-12T20:38:29 | 2019-07-12T20:38:29 | 191,796,215 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 730 | cpp | /* 빌드 하는 법
g++ test1.cpp
cl test2.cpp /nologo /EHsc
주의! VC++ 확장 문법 사용을 사용해야함.
/Za 옵션을 사용하면 컴파일 안됨
*/
#include <stdio.h>
#include <iostream>
using namespace std;
class Point
{
private:
int x, y;
public:
Point(int a, int b) : x(a), y(b) { printf("Point(%d, %d)\n", x, y); }
~Point() { printf("~Point()\n"); }
};... | [
"shmhlove@naver.com"
] | shmhlove@naver.com |
efaf1cd4ca0a975d7b1507e3180e7682c2f2ffbd | 717b1f3b6073b97a0953722f177e66c0befa79e8 | /include/game/SystemComponent.hpp | 7b8610484f1b3110c636f5319446a221d173a74e | [] | no_license | Lehdari/ECSTestGame | 969ccb14c7b4fd0a01f66923a68709237e7b07af | db1ef9fc62f84c9c3a555ae3fbe061e9a2a08de1 | refs/heads/master | 2020-04-04T14:41:17.343473 | 2019-06-20T19:57:47 | 2019-06-29T15:50:27 | 156,008,318 | 0 | 0 | null | 2019-06-29T15:50:28 | 2018-11-03T17:43:08 | C++ | UTF-8 | C++ | false | false | 807 | hpp | //
// Created by Lehdari on 17.4.2019.
//
#ifndef ECSTESTGAME_SYSTEMCOMPONENT_HPP
#define ECSTESTGAME_SYSTEMCOMPONENT_HPP
#include <Ecs.hpp>
#include <engine/EventSystem.hpp>
#include <engine/LogicSystem.hpp>
#include <game/PhysicsSystem.hpp>
#include <game/SpriteRenderer.hpp>
#include <game/CollisionSystem.hpp>
#in... | [
"aapo.vienamo@iki.fi"
] | aapo.vienamo@iki.fi |
92f60fba34516a27ae54db6e9bbd380674669034 | e8b0e4004449f5149dafe9a8bfc5996e4b33637e | /Surface/Implicit/Operator/AIntersection.cpp | d424aa99a88d42f37075fc75bb80f5c03ddbaa71 | [] | no_license | benardp/Wickbert | 3259ee4c0129769cf1e2a4aed587d2465beb4e77 | 73f72b160945f9c4f5cc91e55941bf85836276d2 | refs/heads/master | 2020-03-13T13:32:19.900393 | 2018-05-04T11:18:18 | 2018-05-04T11:18:18 | 131,140,762 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 200 | cpp | /**
* @file AIntersection.cpp
* Surface Modeling Library
* CS497
*
* @author William Nagel and John C. Hart
*/
#include "ABlend.h"
REGISTER_IMPLICIT(AIntersection,"BinaryOp:AIntersection");
| [
"pierre.g.benard@inria.fr"
] | pierre.g.benard@inria.fr |
21174a6523353442f080a7f2afdedc47176f023f | 6b64f647cb11e5e36f7fd9fc10790b3ef42f54ba | /fail.cpp | 37b5e55c25df2668fa66772153268d648712233e | [] | no_license | forflo/bugReproductionPackage02 | e7ceb5cdd4730b61b517a0b8d66856d0dcc2b32e | c01d33347575d3decc1e361d9507899627c3bb57 | refs/heads/master | 2020-07-06T23:20:29.968927 | 2019-08-19T12:44:20 | 2019-08-19T12:44:20 | 203,170,105 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 906 | cpp | #include "rose.h"
#include <iostream>
#include <sstream>
int main(int argc, char **argv) {
SgProject *project = frontend(argc, argv);
std::cout << "content of project->get_includeDirectorySpecifierList()"
<< std::endl;
project->initialization();
auto il = project->get_includeDirectorySpecifierLis... | [
"florian.andrefranc.mayer@fau.de"
] | florian.andrefranc.mayer@fau.de |
0d209d02ba8a0150a2ccb689f3e8784f736a9341 | 5f7f7fb66c95025a154007d90df0ea3e7a73c24a | /ForwardingCenter/mysql_connect.h | 256d0529b20dfd7c083943aa6a260a604094eb77 | [] | no_license | blank-black/NAS-Data-transfer-center | 76b6a4e61bd8d161030f7b1a5f3247f0c7013de2 | 4ee33e676cb7ca0db4d6b8172a34117ab1ccbae7 | refs/heads/master | 2021-09-02T06:47:42.581385 | 2017-12-31T06:02:03 | 2017-12-31T06:02:03 | 114,733,438 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 787 | h | //mysql_connect.h
#include <iostream>
#include <mysql.h>
using namespace std;
#define HOST "10.60.102.252"
#define USERNAME "G1551265"
#define PASSWORD "G1551265"
#define DATABASE "G1551265"
int save_nasid(string id)
{
MYSQL *mysql;
string str = "INSERT INTO nas_user VALUES ('"+id+"')";
if ((mysql = mysql_ini... | [
"wy98926@gmail.com"
] | wy98926@gmail.com |
20831c2f7c34e82af1bb49adfb93a297509c09e2 | b2d70bc01464859761817522e6e4ef157b6bfda6 | /Study/Leetcode/Medium/Split Linked List in Parts.cpp | 8f4a4d9568e450846db9150a048e11a2b1f0cd83 | [] | no_license | ben-jnr/competitive-coding | a1b65b72db73a7b9322281ca9e788937ac71eb31 | 4e3bcd90b593749aa29228c54a211bf0da75501a | refs/heads/main | 2023-08-26T07:43:10.018640 | 2021-10-27T13:50:08 | 2021-10-27T13:50:08 | 273,961,346 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,193 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode() : val(0), next(nullptr) {}
* ListNode(int x) : val(x), next(nullptr) {}
* ListNode(int x, ListNode *next) : val(x), next(next) {}
* };
*/
class Solution {
public:
vector<ListNode*> spl... | [
"bichubenkuruvilla@gmail.com"
] | bichubenkuruvilla@gmail.com |
01cff689e992c164f8c66998f07f98f0e2a90014 | 30e454af4970ecb2798ec45e48f2462ae25b8d56 | /3/test.cpp | 91e9dc9672328775aa31da0c467bcfb973e3c9a2 | [] | no_license | espilya/ed | b23794cfbc52460706a6d833896e9cd37b27a189 | 576eeada29d1f9bd4eef4d7f730ca55612c442f6 | refs/heads/master | 2022-11-12T01:26:09.642430 | 2020-07-03T21:43:30 | 2020-07-03T21:43:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 472 | cpp | #include <iostream>
#include <vector>
#include <climits>
#include "complejos.h"
#include <algorithm>
using namespace std;
int main() {
int numT;
while (cin >> numT && numT != 0) {
Pelicula temp;
vector<Pelicula> pelis;
for (int i = 0; i < numT; i++) {
cin >> temp;
pelis.push_back(temp);
pelis[i... | [
"espilya@gmail.com"
] | espilya@gmail.com |
dacbb50855347010816fc9ee0c2365fbf335fd78 | 5be08a041fa9c019337f2187813a4f54108e6e2d | /GUI/Output.h | ba3a68307154685925a243ff15b8689a84faa1e7 | [] | no_license | AymanAzzam/Paint-for-Kids | ae8c647b7ffb64ad87dd2a78be3a3bf15ebfc5c9 | 66ac8c7f24f881175fb505ed468e7055b313b5e5 | refs/heads/master | 2020-08-10T02:38:52.562643 | 2019-10-10T17:53:02 | 2019-10-10T17:53:02 | 214,212,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,669 | h | #ifndef OUPTUT_H
#define OUPTUT_H
#include "Input.h"
class Output //The application manager should have a pointer to this class
{
private:
string status;
window* pWind; //Pointer to the Graphics Window
void drawToolBar(string dir, int i = 0) const;
void clearToolBar() const;
void read_directory(string,... | [
"aymanazzam63@gmail.com"
] | aymanazzam63@gmail.com |
cde49897cf4f9da08d4293bc1536e150053241d1 | af8e87266bc5589be606eefd2c5cffc095e9d2b6 | /Language/Problem16/main.cpp | 4a4bedfb12df60877e379be7f2bd578bb5814dd3 | [
"MIT"
] | permissive | zsef123/ModernCppChallengeStudy | 03298ef98e2832ba2286840a29d9717d4dcf45b2 | 058c0a6c5e41758f53336e554f29b497c9881fae | refs/heads/master | 2020-04-01T08:38:55.933351 | 2018-12-01T03:50:36 | 2018-12-01T03:50:36 | 153,040,572 | 0 | 0 | MIT | 2018-10-15T02:14:34 | 2018-10-15T02:14:34 | null | UTF-8 | C++ | false | false | 1,183 | cpp | #include <gsl/gsl>
#include "../Problem15/IPv4.cpp"
/*
Enumerating IPv4 addresses in a range
Write a program that allows the user to input two IPv4 addresses
representing a range and list all the addresses in that range.
Extend the structure defined for the previous problem to implement the requested functionality.
... | [
"zsef123@gmail.com"
] | zsef123@gmail.com |
9f55c8135d39d0196eab2e11f3bd5f2cd65949a6 | 721b81ef1453012640242785e28ed589a0180435 | /URI/2246.cpp | 7f27115d7dc4cb1c7702148452d01869d03fbd80 | [] | no_license | tyronedamasceno/CompetitiveProgramming | f2bd21813b6e29ab19fa5bb36b42cc6a309bb41d | 7bf2d74fe2ac075996c9120a49c03e13e5b165e4 | refs/heads/master | 2020-04-22T02:34:41.434554 | 2016-09-23T19:31:16 | 2016-09-23T19:31:16 | 66,939,413 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,266 | cpp | /*
MARATONA SBC - 2016
PROBLEMA L
*/
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef vector <int> vi;
typedef pair <int, int> ii;
typedef vector <ii> vii;
typedef map <int, int> mii;
typedef map <string, int> msi;
#define pb push_back
#define mp make_pair
#define F first
#define S s... | [
"tyronedamasceno@gmail.com"
] | tyronedamasceno@gmail.com |
d382e0d018d200b9416d4de62efd5f40287663cc | 15106e71a62f8bd87479f0631be5b136b55a5569 | /PathSumII.cpp | 32c6ade32fc7f20b12990261f546d31b449eb7ef | [] | no_license | edgar-323/leetcode | e38ed0d9ea1a6d65c69cdb5552c1cdb5a6d70a6c | 6e09b388662124326263d97790a2a148de97e5a4 | refs/heads/master | 2020-07-15T14:51:42.448172 | 2020-01-22T17:58:02 | 2020-01-22T17:58:02 | 205,587,568 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,679 | cpp | /*
Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.
Note: A leaf is a node with no children.
Example:
Given the below binary tree and sum = 22,
5
/ \
4 8
/ / \
11 13 4
/ \ / \
7 2 5 1
Return:
[
[5,4,11,2],
[5,8,4,5]
]
*/... | [
"edgarbarboza@Edgars-MBP.lan1"
] | edgarbarboza@Edgars-MBP.lan1 |
a3d8cadeb91bcca29b30adeffe853f869646c6f9 | 7557a09ce9dafc7fa1b029076286574724355da9 | /test.cpp | e93e1f3e0f19bf84752bb882b14aaa9c89ee334d | [] | no_license | Icay12/Video-Segment-RT | b73c0dde30a2418714a9ceb94f28c54da3535ec7 | fd234ac5d6d7d0b8f9971692a59eeb984aadc9a9 | refs/heads/master | 2021-01-01T03:48:30.385433 | 2016-05-24T11:42:55 | 2016-05-24T11:42:55 | 59,566,053 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,477 | cpp | #include <cmath>
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <string>
#include <unistd.h>
#include <pthread.h>
#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#define e 10
#define FRAME_NUM 100
#define NN 999 //3 bit decimal
using n... | [
"mymaiill@163.com"
] | mymaiill@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.