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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1cb411067d65e6e096112b9ae1d3e1fb6e79446c | a90546b830d2c37e5db9284fe099b0f0658e723a | /programs/rodeos/main.cpp | 88ebb5aa39e871df02347703a9179c05e25569c8 | [
"MIT"
] | permissive | NorseGaud/Eden | afba632342c2b56018e8d5d5bb8db38d81189f8f | 56610ebea830c3e7febe3f0c42d8fdc7dec609a5 | refs/heads/main | 2023-05-02T19:20:36.591718 | 2021-05-17T13:36:30 | 2021-05-17T21:39:01 | 365,883,543 | 0 | 0 | MIT | 2021-05-10T01:19:47 | 2021-05-10T01:19:47 | null | UTF-8 | C++ | false | false | 4,536 | cpp | #include <appbase/application.hpp>
#include <boost/dll/runtime_symbol_info.hpp>
#include <boost/exception/diagnostic_information.hpp>
// #include <eosio/version/version.hpp>
#include <fc/exception/exception.hpp>
#include <fc/filesystem.hpp>
#include <fc/log/appender.hpp>
#include <fc/log/logger.hpp>
#include <fc/log/lo... | [
"tbfleming@gmail.com"
] | tbfleming@gmail.com |
1202b22f0f0899b8e30b2e17b2ee4b7d26512ac2 | 896b5a6aab6cb6c1e3ee2e59aad0128226471871 | /chrome/browser/web_applications/test/test_install_finalizer.cc | 88cd19cf8f0c6777b7a66336b88e581675fdf8c5 | [
"BSD-3-Clause"
] | permissive | bkueppers/chromium | 86f09d32b7cb418f431b3b01a00ffe018e24de32 | d160b8b58d58120a9b2331671d0bda228d469482 | refs/heads/master | 2023-03-14T10:41:52.563439 | 2019-11-08T13:33:40 | 2019-11-08T13:33:40 | 219,389,734 | 0 | 0 | BSD-3-Clause | 2019-11-04T01:05:37 | 2019-11-04T01:05:37 | null | UTF-8 | C++ | false | false | 4,453 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <utility>
#include "chrome/browser/web_applications/test/test_install_finalizer.h"
#include "base/callback.h"
#include "base/test/bind_test_uti... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
7125573f78c8f6e4e9ab1d08bb412a28c46762cd | 027e609d04ac0ab4ee72d557ea1c563d60fe0ca6 | /2014/mi/quark/quark-gen.cpp | 093c32cf56c1cbefc24aed9ece17086423530723 | [] | no_license | x-fer/xfer-natpro | c83fd7bc36c5a9e7728886de87afdd145aefb5ad | bc6243f018af85338c174a1d5eab4947da2b446a | refs/heads/master | 2021-01-20T02:38:26.950376 | 2016-10-21T14:43:25 | 2016-10-21T14:43:25 | 33,113,588 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | cpp | #include <cstdio>
#include <vector>
#include <ctime>
#include <cstdlib>
using namespace std;
vector<int> a, p;
int main(void){
srand(time(0));
int n = rand() % 1000 + 1;
int total = 0;
for (int i=0; i<n; i++){
int Ai = rand(); a.push_back(Ai);
int Pi = rand() % 1000; p.push_back(Pi);
... | [
"msantl.ck@gmail.com"
] | msantl.ck@gmail.com |
a9c521da1a98e7b5f0d4ffa4d39df0c4d5ad8d7c | 91a97ceb4768d6bd1dc662e85dd1c4f062bf22fc | /abc/0119/a/a.cpp | 10b24277a722b19d8f659013cdf39655fbbbe2e2 | [] | no_license | mmxsrup/atcoder-practice | 050bd262fb21a7dfffc5609de124bd48022c8beb | 0cef9a3984af020310453acac80fbf739070dd77 | refs/heads/master | 2021-11-17T23:17:48.218418 | 2021-09-27T10:51:13 | 2021-09-27T10:51:13 | 164,378,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 537 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
#define rep(i,n) for(int i=0;i<(n);i++)
#define reps(i,f,n) for(int i=(f);i<(n);i++)
const int MOD = 1e9 + 7;
const int INF = 1e9;
const ll INFF = 1e18;
int main(int argc, char const *argv[])
{
string s; cin >> s;
int year = stoi(s.substr(0, 4));
i... | [
"sugiyama98i@gmail.com"
] | sugiyama98i@gmail.com |
ad9ecc66a4c5f6381b23ebb5cbadd8a330a645b1 | 36bec7c240a06794c66fa3bd8d66cc9f6bd4d407 | /tests/testLandmark.cpp | 864ebe32609675fe74a9e4ec66965189d7cf5279 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | Eagleflag88/Kimera-RPGO | 982275aede805dfaa98d5b5819b3b1fa0f84622e | ff00ec2162d0f18ae5652c99202b506f0215f884 | refs/heads/master | 2023-09-05T17:51:00.508839 | 2021-10-31T19:11:50 | 2021-10-31T19:11:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,933 | cpp | /**
* @file testDoOptimize.cpp
* @brief Unit test for pcm and optimize conditions
* @author Yun Chang
*/
#include <CppUnitLite/TestHarness.h>
#include <memory>
#include <random>
#include <vector>
#include <gtsam/geometry/Pose3.h>
#include <gtsam/inference/Symbol.h>
#include "KimeraRPGO/RobustSolver.h"
#inc... | [
"yunchang@mit.edu"
] | yunchang@mit.edu |
47a17ce843aa739c2e6313bf40605324bbea16e6 | 16addc5cd60d79c5309e63bb582fe1870155ef59 | /Castlevania_Game/LargeHeart.h | a22d1bfc3bbca489d10e8a7d2116cf5bf956b384 | [] | no_license | tienthanght96/Directx_Game_2016 | 3b2e2f6182e89de9aea9d83a969a09b8ae50cf59 | 98e6cdabdcbc0dc26d61d81bf51a2d9638314923 | refs/heads/master | 2021-01-12T05:23:19.279433 | 2017-01-03T13:52:52 | 2017-01-03T13:52:52 | 77,919,338 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 916 | h | #ifndef __LARGE_HEART_H__
#define __LARGE_HEART_H__
#define LARGE_HEART_Y 0.0975F
#define LARGE_HEART "LargeHeart"
#include "SweptAABB.h"
#include "CObject.h"
#include "m2dxbasesprite.h"
#include "Global.h"
#define LARGE_HEART_WIDTH 26
#define LARGE_HEART_HEIGHT 20
#define LARGE_HEART_SPRITE "Resources\\Sprites\\Lar... | [
"trantienthanght96@gmail.com"
] | trantienthanght96@gmail.com |
f0913bcdc1f9e39928f5a2d03f1ca86a78bcc892 | e7f65a2fb4a85acdc26865883268333c17b3d791 | /intern/src/mapthread.cpp | f5f6424e93ee91de0ee94c9701d70dd2958c0525 | [] | no_license | kek112/SmHoEzMa | 129dea4e58ac5099b9c7eae3840e9dab6c1f7bd1 | dab59f5047f1f61a70226661bd0f92139689357b | refs/heads/master | 2021-09-25T02:40:18.851821 | 2018-08-05T13:02:47 | 2018-08-05T13:02:47 | 153,416,891 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 938 | cpp | #include "mapthread.h"
CMapThread::CMapThread(CDeviceStructure _Devices, QObject *parent)
: QObject(parent)
, m_Devices(_Devices)
{
}
void CMapThread::StopThread()
{
m_StopThread = true;
}
void CMapThread::UpdateDeviceStructure(CDeviceStructure _Devices)
{
m_Devices = _Devices;
}
void CMapThread::c... | [
"tobias.m.riess@gmail.com"
] | tobias.m.riess@gmail.com |
ce28a7647699839f9e171f8ca878dd40454a7add | 575731c1155e321e7b22d8373ad5876b292b0b2f | /examples/native/ios/Pods/boost-for-react-native/boost/date_time/local_time/conversion.hpp | 34434c0df4c0144835f4ea5daa9032ac3fb3163c | [
"BSL-1.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Nozbe/zacs | 802a84ffd47413a1687a573edda519156ca317c7 | c3d455426bc7dfb83e09fdf20781c2632a205c04 | refs/heads/master | 2023-06-12T20:53:31.482746 | 2023-06-07T07:06:49 | 2023-06-07T07:06:49 | 201,777,469 | 432 | 10 | MIT | 2023-01-24T13:29:34 | 2019-08-11T14:47:50 | JavaScript | UTF-8 | C++ | false | false | 897 | hpp | #ifndef DATE_TIME_LOCAL_TIME_CONVERSION_HPP__
#define DATE_TIME_LOCAL_TIME_CONVERSION_HPP__
/* Copyright (c) 2003-2004 CrystalClear Software, Inc.
* Subject to the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
* Author: Jeff Garland, Bar... | [
"radexpl@gmail.com"
] | radexpl@gmail.com |
0d80479f5210d2ace43fd373dc45e9c67632c7ef | 85c2f04c050c3f27d404ae1a71d43efb8cd0769d | /House/House.cpp | dcd9f10b3ef8b571a36b24960adc2bc62463b7a9 | [] | no_license | dmatseku/House_Generator | 3ed82c82e6bbc5c44da797d1cf8936df2c734f14 | 7cff1b4433e456e467e78799921de78d6f375c5c | refs/heads/master | 2020-09-26T07:26:11.676957 | 2019-12-08T14:59:54 | 2019-12-08T14:59:54 | 226,203,329 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,307 | cpp | #include "House.hpp"
#include <iostream>
#include <regex>
#include <sstream>
namespace
{
int find_apf(int ac, char** av, int porch)
{
std::string expression = "(apf" + std::to_string(porch) + "=)(\\d+)";
std::regex flag(expression);
std::cmatch info;
for (int i = 1; i < ac; i++)
... | [
"kamikoto.sudzuki@gmail.com"
] | kamikoto.sudzuki@gmail.com |
36b6a2748a6f8a8e96460e052641807cb04edd9a | 6dfe5ed08bc8eccba701cc3d0e1721a89338f3ba | /packages/JSPersimmon/js_page.h | 855e0e91cb7b2ff17491013551d91469812634cf | [] | no_license | XZHSTAX/LS1c_ICcom | e239bf686c8683916813931faf8498c8cfbb9456 | 7e4835d4bad297ef1dcf975c4045761d64722511 | refs/heads/main | 2023-01-11T00:16:33.033191 | 2020-11-15T18:31:32 | 2020-11-15T18:31:32 | 313,072,875 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,376 | h | #pragma once
#include <js_object.h>
#include <pm_page.h>
#include <js_window.h>
#include <string>
class JsPage : public JsObject, public Persimmon::Page
{
public:
JsPage(JsWindow *win, jerry_value_t obj, std::string &xml);
virtual ~JsPage();
void onLoad(jerry_value_t obj);
void onShowPage(void);
... | [
"xzhstax@foxmail.com"
] | xzhstax@foxmail.com |
de3f3daa32e4b30d9bbb0c9924911d6400358604 | bd18edfafeec1470d9776f5a696780cbd8c2e978 | /SlimDX/source/directwrite/GlyphRunDW.cpp | 99d0e1b7639360408dd8e7079cc08d43cf272c74 | [
"MIT"
] | permissive | MogreBindings/EngineDeps | 1e37db6cd2aad791dfbdfec452111c860f635349 | 7d1b8ecaa2cbd8e8e21ec47b3ce3a5ab979bdde7 | refs/heads/master | 2023-03-30T00:45:53.489795 | 2020-06-30T10:48:12 | 2020-06-30T10:48:12 | 276,069,149 | 0 | 1 | null | 2021-04-05T16:05:53 | 2020-06-30T10:33:46 | C++ | UTF-8 | C++ | false | false | 2,522 | cpp | /*
* Copyright (c) 2007-2010 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, ... | [
"Michael@localhost"
] | Michael@localhost |
cba8246ec20ec134edeb08cfd98c8b8c2c6459d0 | 04288cac6e3be98d5eb15d405f1a8d17d5091179 | /src/mesh.h | c5d606c64d2089fa89031abf7ee9035ed411a0f6 | [] | no_license | evouga/bristlecopters | 106f3ffb1cc933527339dff9bd9aae450d83aebe | 7f75a4de92bb2560f1dd2397a2b5768d8686b529 | refs/heads/master | 2020-05-17T05:24:00.070387 | 2013-12-10T22:58:37 | 2013-12-10T22:58:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,490 | h | #ifndef MESH_H
#define MESH_H
#include "OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include <QMutex>
#include "elasticenergy.h"
class Controller;
struct MyTraits : public OpenMesh::DefaultTraits
{
typedef OpenMesh::Vec3d Point; // use double-values points
typede... | [
"evouga@gmail.com"
] | evouga@gmail.com |
4d1005454837e3e85060fa6a3fe937dc945e1b7d | f5a8254ab9f6b68768d4309e48a387a142935162 | /CommManipulatorObjects/smartsoft/src-gen/CommManipulatorObjects/CommManipulatorEventParameterCore.hh | 7e63dcdec1e7f2d9e0e3ae515143a3f1468cd3e2 | [
"BSD-3-Clause"
] | permissive | canonical-robots/DomainModelsRepositories | 9839a3f4a305d3a94d4a284d7ba208cd1e5bf87f | 68b9286d84837e5feb7b200833b158ab9c2922a4 | refs/heads/master | 2022-12-26T16:33:58.843240 | 2020-10-02T08:54:50 | 2020-10-02T08:54:50 | 287,251,257 | 0 | 0 | BSD-3-Clause | 2020-08-13T10:39:30 | 2020-08-13T10:39:29 | null | UTF-8 | C++ | false | false | 2,834 | hh | //--------------------------------------------------------------------------
// Code generated by the SmartSoft MDSD Toolchain
// The SmartSoft Toolchain has been developed by:
//
// Service Robotics Research Center
// University of Applied Sciences Ulm
// Prittwitzstr. 10
// 89075 Ulm (Germany)
//
// Information abo... | [
"lotz@hs-ulm.de"
] | lotz@hs-ulm.de |
d3d74ff6349d06c8a18617bf4416eb6a81560fc0 | aade1e73011f72554e3bd7f13b6934386daf5313 | /Contest/Opencup/XVII/Siberia/H.cpp | 407b2f14eab712a228ff719c5dc32f0380952445 | [] | no_license | edisonhello/waynedisonitau123 | 3a57bc595cb6a17fc37154ed0ec246b145ab8b32 | 48658467ae94e60ef36cab51a36d784c4144b565 | refs/heads/master | 2022-09-21T04:24:11.154204 | 2022-09-18T15:23:47 | 2022-09-18T15:23:47 | 101,478,520 | 34 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 3,012 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(0);
int n, q;
cin >> n >> q;
vector<int> w(n + 1);
for (int i = 0; i < n + 1; ++i) cin >> w[i];
vector<int> s(n);
vector<vector<int>> g(n + n + 1);
vector<bool> root(n, true);
fo... | [
"tu.da.wei@gmail.com"
] | tu.da.wei@gmail.com |
387a0b4abad7cb1c1a5642e2d41ba294050da32a | 5fa1f4a43544d69dee04118d024edad7ee9e592d | /OJ/2001.cpp | af7489764d5b89e15092b71c91f8d339470b1142 | [] | no_license | ImaginationZ/code | 899b34b1c595b0cc4b0f2273295f83c37d12189a | e959bf123117b0687aefd89717d94898401454a0 | refs/heads/master | 2016-09-09T22:52:16.337916 | 2013-07-29T15:52:27 | 2013-07-29T15:52:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 396 | cpp | #include <iostream>
using namespace std;
const int MAX=20000;
long seq[MAX];
long sum[MAX] = {0};
int main(){
long n,m,x,y;
cin >> n;
for (long i=0;i<n;++i){
cin >> seq[i+1];
sum[i+1] = sum[i] + seq[i+1];
}
cin >> m;
for (long t=0;t<m;++t){
cin >> x >> y... | [
"frequencyhzs@gmail.com"
] | frequencyhzs@gmail.com |
2d589f1fbc30b5cdac42545f8a24c3d4541ce0f9 | 9018cdaee3415c86eac31afc98ecf72560522215 | /DAY 15/160a.cpp | ed56d92bc6848850725728852925c30f84f2ef9e | [] | no_license | avishkarhande/21-DAYS-PROGRAMMING-CHALLENGE-ACES | 937d5bff1483eb7a605a45b17c47c479e5f52e52 | 75dc1f4134a3c69610e8cfadcf0d0588ab694391 | refs/heads/main | 2023-01-08T07:22:57.121526 | 2020-10-25T13:36:01 | 2020-10-25T13:36:01 | 301,428,453 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 889 | cpp | #include<bits/stdc++.h>
typedef long long ll;
#define vi vector<int>
#define pi pair<int,int>
#define vvi vector<vector<int>>
#define vpi vector<pair<int,int>>
#define fi first
#define se second
#define pb push_back
#define mp make_pair
#define FOR(i,a,b) for(int i=a;i<b;i++)
#define sq(a) a*a
#define mod 1... | [
"noreply@github.com"
] | noreply@github.com |
4623626b099b89b44fff08f6dd1abe2fcc766205 | c97c131b1a9c4f6709d6a6fcff7f79c1e7e346ad | /core/mat44.h | 3bfa665e388f0c03f8082f219764e5269a977911 | [] | no_license | nebogeo/nomadic-engine | f8aed580ba1bbad288bc9262d0243cee767eddfd | 27aa6886ae8e655b59ecc40f62f047ed47936b0a | refs/heads/master | 2020-05-19T09:30:55.966805 | 2013-09-02T22:34:04 | 2013-09-02T22:34:04 | 5,829,744 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,847 | h | // Copyright (C) 2011 Dave Griffiths
//
// 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 2 of the License, or
// (at your option) any later version.
//
// This program is distri... | [
"dave@fo.am"
] | dave@fo.am |
e4920e78d8f3a11cea4277a719d9585b4b8f6bee | 8c7c3046db043da315302ca4aa3fd1074eebb241 | /GraphMatrix/graph.cpp | 1f2b00e8abd8d15b5a93d5fef9bf6c1ce2cc5351 | [] | no_license | D2epu/Datastructure | 33296a06becdabed3feb95bc52a2fe13f3bf899e | a6d23621b4d8d74259208af817cb0a6f833a011c | refs/heads/master | 2021-06-29T19:14:07.117137 | 2017-09-17T10:56:59 | 2017-09-17T10:56:59 | 103,750,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,283 | cpp | ////////////////////////////////////////////////////////
// Descrp : Adjacency Matrix Implementation of Graph
// Author : DipuKumar
// Language : C++
////////////////////////////////////////////////////////
#include <iostream>
#include <string>
#include <stack>
#include <queue>
#include <list>
template <typename T>
c... | [
"32012773+D2epu@users.noreply.github.com"
] | 32012773+D2epu@users.noreply.github.com |
0f95df7007076aa5002019898ccdd7c8845ac048 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/063/429/CWE121_Stack_Based_Buffer_Overflow__CWE193_char_declare_ncpy_74b.cpp | 4efdb15fbc4a08d90a701334db9b41b476ce88af | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,815 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE121_Stack_Based_Buffer_Overflow__CWE193_char_declare_ncpy_74b.cpp
Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE193.label.xml
Template File: sources-sink-74b.tmpl.cpp
*/
/*
* @description
* CWE: 121 Stack Based Buffer Overflow
* BadSource: Point data ... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
c278101057efe5439688b5cecdb36b294ace2a1a | ef8dfc3b694c42371b40f1f94760054e1f6e2073 | /Runner_Nedelec_Marcilloux/Obstacle.cpp | ffb8a564d87918b5f8622d07d7b656f8b03a4a78 | [] | no_license | GuillaumeNed33/RunnerPOO | 4daccbd318b6b4086ff0ed486943274a5433e11b | 5b0a2b29de6a6d8abdbaf36104124837c2dd5575 | refs/heads/master | 2021-01-13T07:33:02.960726 | 2016-11-29T00:56:09 | 2016-11-29T00:56:09 | 71,490,654 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,580 | cpp | #include "Obstacle.h"
//==================================================================================================================
// Description : Constructeur d'Obstacle
// Auteur : Nicolas Marcilloux
// Date : 10/02/16
// Interêt : permet de creer des Obstacles à partir de 4 float, 2 unsigned int, un Ty... | [
"noreply@github.com"
] | noreply@github.com |
b35d61640087c1e1b5d38caf89e61023a73a017b | dbbbccba214e6a80fac15d7a18dfe5f18ad5fedf | /POJ3253/file.cpp | 94a27c20598b0a08f7b8ecb2e9766e82eddbe3f0 | [] | no_license | Cabbage-Cat/OJ_Solution | 4dbdd76e91138a3c612bc3ab58832632e4f81e61 | 3f60add815e6033af4311ed79aa0ae2dc007d43c | refs/heads/master | 2022-07-03T10:18:50.465704 | 2019-01-31T07:54:43 | 2019-01-31T07:54:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 748 | cpp | #include <cstdio>
#include <cstring>
int N,L[21000];
void solve();
void swap(int*,int*);
int main()
{
scanf("%d",&N);
for (int i=0;i<N;i++)
scanf("%d",&L[i]);
solve();
return 0;
}
void solve()
{
long long int ans = 0;
while (N>1)
{
int min1 = 0,min2 = 1;
if (L[min1] > L[min2])
swap(&L[min1],&L[min... | [
"ssorryqaq@gmail.com"
] | ssorryqaq@gmail.com |
c25ba78e36071affc40395073035ead9f65f4b56 | 3ca67d69abd4e74b7145b340cdda65532f90053b | /BOJ/10816.숫자 카드 2/6047198844.cpp | 12a1fbb66323e54a99f89b012623b0c5b6a8ab52 | [] | no_license | DKU-STUDY/Algorithm | 19549516984b52a1c5cd73e1ed1e58f774d6d30e | 6f78efdbefd8eedab24e43d74c7dae7f95c2893b | refs/heads/master | 2023-02-18T06:48:39.309641 | 2023-02-09T07:16:14 | 2023-02-09T07:16:14 | 258,455,710 | 175 | 49 | null | 2023-02-09T07:16:16 | 2020-04-24T08:42:27 | Python | UTF-8 | C++ | false | false | 583 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
int N;
cin >> N;
vector<int> arr(N);
for (int i = 0; i < N; i++)
cin >> arr[i];
sort(arr.begin(), arr.end());
int M;
cin >> M;
while (M--) ... | [
"2615240@gmail.com"
] | 2615240@gmail.com |
6d1914adbca804933f48b4e8a4fbff9d368b96bb | b80e2ac63e114eeeb2d6cdb07a63fe237ff2dd26 | /Stardust/Stardust/src/stardust/text/Text.cpp | 068c27c24136819b430b7d2441030aea921e6848 | [
"MIT"
] | permissive | LucidSigma/stardust-old | deccbce0b1a4d147dfc7e9a55447d97f84d5ebe3 | 8edef859025b8dc350b0419cbeafc4bc13c739d5 | refs/heads/master | 2023-02-09T23:32:39.890159 | 2021-01-04T04:29:05 | 2021-01-04T04:29:05 | 298,258,995 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,741 | cpp | #include "Text.h"
#include <cstdint>
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>
#include "../rect/Rect.h"
namespace stardust
{
namespace text
{
[[nodiscard]] Texture RenderGlyph(const Renderer& renderer, const Font& font, const char glyph, const Colour& colour)
{
return RenderGlyph(renderer, font, sta... | [
"lucidsigma17@gmail.com"
] | lucidsigma17@gmail.com |
8172cc3ab19498d16e5fb25bc788464326332eac | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE124_Buffer_Underwrite/s03/CWE124_Buffer_Underwrite__new_wchar_t_memcpy_82_bad.cpp | 51dc7e2976c6dcb37ca62977e5d9ba4342361b3b | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 1,443 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE124_Buffer_Underwrite__new_wchar_t_memcpy_82_bad.cpp
Label Definition File: CWE124_Buffer_Underwrite__new.label.xml
Template File: sources-sink-82_bad.tmpl.cpp
*/
/*
* @description
* CWE: 124 Buffer Underwrite
* BadSource: Set data pointer to before the alloc... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
2c44e77376a59741cdb0e341b3e81b3adcb7d222 | 4808781e44b4170582197063916f2dde6825ed59 | /aws-cpp-sdk-glue/source/model/DevEndpoint.cpp | a6f5a7f9d259d3fdbb339f45729aa94147675736 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | Yuanfeng-Wang/aws-sdk-cpp | a4007cb05e0fa243808fbc596f44602d4f607f58 | 74d2a9daa24a19cd3fdd0883ecd2712a1cf027f5 | refs/heads/master | 2021-09-09T14:18:27.633177 | 2018-03-16T21:23:52 | 2018-03-16T21:23:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,068 | cpp | /*
* Copyright 2010-2017 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 "license" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
ac5a9cb059d79671f1573a05e9ad2980195f1404 | 4ad2674fabe0eb0e90b5f2137771d48ffaad0478 | /Elona_KR_exe/Elona_KR/Elona_KR.cpp | 160b35863b1c01b2c829af0f1d5d05c7b06b3746 | [] | no_license | dkpark89/ElonaKR | f2af010cf2d4a08af5c85d1d12d65c16bc6f0120 | 6cb462c0cf634a717965ae8712816f8383e31206 | refs/heads/master | 2021-01-23T20:17:54.453164 | 2014-11-24T16:41:42 | 2014-11-24T16:41:42 | 26,052,696 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 2,378 | cpp | // Elona_KR.cpp : 응용 프로그램에 대한 클래스 동작을 정의합니다.
//
#include "stdafx.h"
#include "Elona_KR.h"
#include "Elona_KRDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CElona_KRApp
BEGIN_MESSAGE_MAP(CElona_KRApp, CWinApp)
ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
END_MESSAGE_MAP()
// CElona_KRApp 생성
CElona_KRApp::CElona_... | [
"dkpark89@gmail.com"
] | dkpark89@gmail.com |
8b93f807988756ff11de7eb1fc2c3132e5b1167d | 901ca35ac6d1a9f22e71092805b5381b6537a75f | /docker-of.cc | 49918e49f12f4893510946788b2af51e9452e924 | [] | no_license | zhouyou-gu/scratch | b8487aaac8a3540f92c4645e6073c8209322e346 | b041f49ccdd674af391ce0125454f56c09833b3a | refs/heads/master | 2021-09-07T22:26:33.691613 | 2018-03-02T05:56:57 | 2018-03-02T05:56:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,988 | cc | /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2017 University of Campinas (Unicamp)
*
* 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 Free Software Foundation;
*
... | [
"guzhouyou@gmail.com"
] | guzhouyou@gmail.com |
0bd3bfdc22d46c85227696c0132a4d5a70e866bb | 8899518abbd7c8d56a6ee9be6834ff60fccf378f | /Sorting Algorithms/Quick Sort/quick_sort.h | 082dfc353894a7bdf88327307597ad6902ae94fd | [
"MIT"
] | permissive | Mohammed-Shoaib/WhatsAlgo | 7cc23191ea3ef715b9cd057bd99284934d004be2 | d6131aaed7fdb2679da93f3eeebcb34073c7eb15 | refs/heads/master | 2023-04-17T22:21:09.708746 | 2021-05-02T22:28:34 | 2021-05-02T22:28:34 | 175,226,682 | 17 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 109 | h | #pragma once
#include <vector>
#include <algorithm>
void quick_sort(int low, int high, std::vector<int>& a); | [
"shoaib98libra@gmail.com"
] | shoaib98libra@gmail.com |
cbd142b5a5ceec8beba586bad0c1956024b19e2f | 7388ccfcf5e586cc62a2e837f92a0c744002b153 | /BERT/dllmain.cpp | 4dc4004640347192b038b8b91c7c5c622c9da056 | [] | no_license | hungryducks/Basic-Excel-R-Toolkit | a9607a1c0837ae8432516b75b1676e3135e732fd | 96d73d491ae6a52227c59c0373f29089e52b93b8 | refs/heads/master | 2021-01-18T12:46:02.013494 | 2016-05-19T16:10:40 | 2016-05-19T16:10:40 | 60,756,529 | 1 | 0 | null | 2016-06-09T07:17:09 | 2016-06-09T07:17:09 | null | UTF-8 | C++ | false | false | 1,141 | cpp | /*
* Basic Excel R Toolkit (BERT)
* Copyright (C) 2014-2016 Structured Data, LLC
*
* 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 2 of the License, or
* (at your op... | [
"dwerner@riskamp.com"
] | dwerner@riskamp.com |
462ae2a417df563477a3745fd2ee346f96b3c5ed | a7d1b1158f5b8ffdfc7e2b6f1a24dfd234bcded6 | /C_expedtion/polymorphism/exception/IndexException.cpp | 127644a480116159f16b93efbf2306f30c772065 | [] | no_license | Ferrymania/Cplusplus_learning | 56f44c4dc47b66deea3319275a122fbda4e66930 | 99cd1451075b57aa125931e40e9f2d2aaa6d98eb | refs/heads/master | 2020-03-22T02:35:10.849423 | 2018-07-05T12:39:00 | 2018-07-05T12:39:00 | 139,380,335 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 150 | cpp | #include "IndexException.h"
#include <iostream>
using namespace std;
void IndexException::printException()
{
cout<<"提示:下标越界"<<endl;
}
| [
"904655716@qq.com"
] | 904655716@qq.com |
64a394c8228b04439b97838c913c8d67ae1379fc | f56ca3f25490b74c81ba5403ffb99386dd12b97d | /libsdraudio/main.cpp | e86e9617b4995716aaf948b4597a4e274e25553e | [] | no_license | pc1cp/pappsdr | 136c4830096ccfc85a6dacce7d797600ddc667cf | 98f2c4bf16030825211901dc48b34dcc586fedee | refs/heads/master | 2021-01-10T05:26:56.473699 | 2012-06-14T20:04:35 | 2012-06-14T20:04:35 | 51,033,693 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 948 | cpp | #include <iostream>
#include <fstream>
#include "complexsample.hpp"
#include "firfilter.hpp"
#include "agc.hpp"
int main( int argc, char** argv )
{
ComplexSample iSample;
ComplexSample oSample;
FirFilter* filter = new FirFilter( 12000, 2500, 129 );
AutomaticGainControl* agc = new Automa... | [
"smfendt@gmail.com"
] | smfendt@gmail.com |
74b74459f7873616cf1d6f43534ad726cf5ac921 | f9d5eab33c0ddf32ff2a497177874872dabf2950 | /ExternNetVarDumper/stdafx.h | b12cc3f8a1a3ebd401d36166465e99f69e237a33 | [] | no_license | testcc2c/source-basehack | d3f28c4ad90b6c06f8549067b88cc78e8afe1299 | d61a8b6d5ca8809fa679c35c55fb288f2f00e32c | refs/heads/master | 2021-06-01T07:06:36.930704 | 2016-08-13T04:33:33 | 2016-08-13T04:33:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 710 | h | #ifndef stdafx_h__
#define stdafx_h__
//--Windows API
#include <windows.h>
#include <TlHelp32.h>
//--C++ Standard Library
#include <iostream>
#include <string>
#include <algorithm>
#include <vector>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <cstdlib>
//--Valve
#include "client_class.h"
#include... | [
"michaelt.marzullo@gmail.com"
] | michaelt.marzullo@gmail.com |
134e2397f89e47b9ddf6ba4c93f630f5247e2ed2 | 613953a34ffd9614db2f91f18e5183513f57a8ac | /teensy/RoverBase.ino/RoverBase.ino.ino | 85818b898a39042e2acafd85c176e3b4c46edbbc | [] | no_license | philiprodriguez/Project-Rover | d651362a75a2f48c605cc276c305272cfbf2db28 | ccd9601ead709470a274c6333a83c6c5da48a38b | refs/heads/master | 2021-06-22T20:51:05.768385 | 2020-12-14T04:04:26 | 2020-12-14T04:04:26 | 161,207,110 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,870 | ino | /*
Philip Rodriguez
December 7, 2018
This is a simple software for the Teensy that is the basic controller for the robot. This software's job is to
take commands in over the Bluetooth Serial module on the Serial3 interface, and then "apply" those commands to
the physical hardware of the robot, whether it be ... | [
"philiprodriguez@knights.ucf.edu"
] | philiprodriguez@knights.ucf.edu |
d26c2b0e7512c602fe47416221cff9e2a6dcd1af | bce1d5beb9e6f254163d9a5daec62af09ca85d95 | /ALLIZWEL.cpp | 5cf07edaa33b0831d9f2414a5968380e682823c9 | [] | no_license | abhi-portrait/SPOJ | 7b4f9540453e480046912853407d214b8da8eabc | bd59367d4937080d6ae65ba686b9c93267b3deb1 | refs/heads/master | 2021-01-10T14:44:48.885933 | 2016-03-29T04:35:19 | 2016-03-29T04:35:19 | 54,945,110 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,000 | cpp | #include<bits/stdc++.h>
using namespace std;
char a[101][101];
int visited[101][101],flag=0,r,c;
int d_x[8]={0,-1,-1,-1,0,1,1,1};
int d_y[8]={-1,-1,0,1,1,1,0,-1};
char b[10]={'A','L','L','I','Z','Z','W','E','L','L'};
void dfs(int i,int j,int k)
{
if(k==9)
{
flag=1;
return;
}
int p;
for(p=0;p<8;p++)
... | [
"Abhishek Mishra"
] | Abhishek Mishra |
f1ebda988b6449d187178a42d35315bed0d4f299 | 09ddd2df75bce4df9e413d3c8fdfddb7c69032b4 | /src/X3D/RigidBody.cpp | 74b1035d95485efb121316998da2041e69ac1df8 | [] | no_license | sigurdle/FirstProject2 | be22e4824da8cd2cb5047762478050a04a4ac63b | dee78c62a1b95e55fcdf3bf2a9bc79c69705bf94 | refs/heads/master | 2021-01-16T18:45:41.042140 | 2020-08-18T16:57:13 | 2020-08-18T16:57:13 | 3,554,336 | 6 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 4,734 | cpp | #include "stdafx.h"
#include "X3D2.h"
#include "RigidBody.h"
#include "Shape.h"
#include "CollidableShape.h"
#include "GUI/physics.h"
#include "pxutils.h"
namespace System
{
namespace x3d
{
IMP_X3DFIELD0(RigidBody, SFBool, enabled, Enabled)
IMP_X3DFIELD0(RigidBody, SFVec3f, linearVelocity, LinearVelocity)
NodeType* ... | [
"sigurd.lerstad@gmail.com"
] | sigurd.lerstad@gmail.com |
96748d025167f711ca43b79d09acf93c296926e2 | fd57ede0ba18642a730cc862c9e9059ec463320b | /av/media/libstagefright/foundation/include/media/stagefright/foundation/hexdump.h | ef15b006840d4b1689d07d5a67e4b52f5be74715 | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | kailaisi/android-29-framwork | a0c706fc104d62ea5951ca113f868021c6029cd2 | b7090eebdd77595e43b61294725b41310496ff04 | refs/heads/master | 2023-04-27T14:18:52.579620 | 2021-03-08T13:05:27 | 2021-03-08T13:05:27 | 254,380,637 | 1 | 1 | null | 2023-04-15T12:22:31 | 2020-04-09T13:35:49 | C++ | UTF-8 | C++ | false | false | 912 | h | /*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | [
"541018378@qq.com"
] | 541018378@qq.com |
5edd3fcf112322f654ce9d4e6b0ddf04d8231851 | 835a80ac73114c328ac229ed953c989d3351861d | /PE/src/p163.cpp | f2929d0a0692696d2d95a6dc8b02e9d615a84134 | [
"Zlib"
] | permissive | desaic/webgl | db18661f446bd35cc3236c98b30f914941f9379f | 2e0e78cb14967b7885bfa00824e4d5f409d7cc07 | refs/heads/master | 2023-08-14T15:31:57.451868 | 2023-08-10T17:49:48 | 2023-08-10T17:49:48 | 10,447,154 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,339 | cpp | #include <iostream>
#include <vector>
#include <string>
#include <map>
#include <set>
#include <algorithm>
using namespace std;
const int MAX_EDGE = 1000;
const int NUM_EDGE_TYPE = 6;
int edgeToInt(int edgeType, int edgeIdx) {
return edgeIdx * NUM_EDGE_TYPE + edgeType;
}
void intToEdge(int i, int & edgeType, int & ... | [
"desai@inkbit3d.com"
] | desai@inkbit3d.com |
ff782b94b835eb1fbc5341e29aa0e41489bcf745 | c654452923735c7856882cc96edbcc0b0e6a1aa5 | /Datasets/ImportGeoLife.h | 8f805502c5f5ca0229593a5d7f529ce61a5bf80e | [] | no_license | omereis/BGU_Projects | 8a3dd5999b0588d46fd0e74a5862c7b1a81c8d52 | 06578a9dadcf853de7f5722e967e0037eb65a31d | refs/heads/master | 2021-04-29T17:35:12.443837 | 2018-02-15T19:39:54 | 2018-02-15T19:39:54 | 121,673,154 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,184 | h | //----------------------------------------------------------------------------
#ifndef ImportGeoLifeH
#define ImportGeoLifeH
//----------------------------------------------------------------------------
#include <vcl\ExtCtrls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Controls.hpp>
#incl... | [
"omereis@yahoo.com"
] | omereis@yahoo.com |
24ec234598a9ae18edcbb95534965e10cc5b1a81 | e1c2a102e85c37f0e99b931e3a70b5f2c0682a31 | /src/heranca/Caminhonete.h | 5c1a3e2da3714f183f3d2b7a2ba54c7e2d413216 | [
"MIT"
] | permissive | coleandro/programacao-avancada | cc370755b7f85bb44644e326fd36f30361d1a7ea | 0de06243432fb799b1dc6707b24f2b3f6f23f76d | refs/heads/master | 2020-05-04T13:37:51.327385 | 2019-04-16T23:57:04 | 2019-04-16T23:57:04 | 131,093,863 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 544 | h | #ifndef _CAMINHONETE_H_
#define _CAMINHONETE_H_
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "Carro.h"
#include "Caminhao.h"
using namespace std;
class Caminhonete : public Carro, public Caminhao {
public:
// Construtores
Caminhonete();
Caminhonete(string placa, float peso, float v... | [
"co.leandro@gmail.com"
] | co.leandro@gmail.com |
66f49eab8ff970341ba3250e6bd51ffeabfbab53 | 929e8fcf79315035e6d26675eabbc279b31e5a2e | /093_tests_binsrch/search.cpp | 5e2b36ab149920cbeb8fb4d88cfb365f68bff21b | [] | no_license | JiaranJerryZhou/ECE551 | e776c87df5c440915d028102b0c39c97777e77df | 11e31515759eaf6b7cb271b687cc459a828b9f5d | refs/heads/master | 2020-04-16T04:43:24.050362 | 2019-01-11T23:05:31 | 2019-01-11T23:05:31 | 165,278,587 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 380 | cpp | #include <cmath>
#include <cstdio>
#include <iostream>
#include "function.h"
int binarySearchForZero(Function<int, int> * f, int low, int high) {
int mid = low + (high - low) / 2;
if (f->invoke(mid) == 0) {
return mid;
}
else if (f->invoke(mid) < 0) {
return binarySearchForZero(f, mid, high);
}
el... | [
"noreply@github.com"
] | noreply@github.com |
7e3103ed6321d182725340231267063758d68189 | 695046f95e57143c816785bdb2cb60562c8aba3e | /src/main.cpp | 4df35f89cdea285cc79f0c33c922fadc8be47abf | [] | no_license | hungrysushi/gb_emulator | 4db256025d366f4a043a96235c698f5caad24d88 | f23dec050429ef0d852d2d64da210ad059fd9ee3 | refs/heads/master | 2020-03-22T22:55:58.812044 | 2018-07-18T13:18:54 | 2018-07-18T13:18:54 | 140,779,380 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 576 | cpp |
#include <iostream>
#include <string>
#include "cpu.h"
#include "rom.h"
int main(int argc, char** argv)
{
if (argc < 2) {
std::cout << "Please enter a filename" << std::endl;
return 0;
}
std::string filename(argv[1]);
Rom rom(filename);
std::c... | [
"ashw.chandr@gmail.com"
] | ashw.chandr@gmail.com |
d3c3bfc74a4c1c9c59357949f50952eb36bc80ee | 47a16a6fd9e3daf9208fcaee046bdaf716f760eb | /code/765.cpp | d2d2e04d6fc328893e50cbec24f9a40933a08686 | [
"MIT"
] | permissive | Nightwish-cn/my_leetcode | ba9bf05487b60ac1d1277fb4bf1741da4556f87a | 40f206e346f3f734fb28f52b9cde0e0041436973 | refs/heads/master | 2022-11-29T03:32:54.069824 | 2020-08-08T14:46:47 | 2020-08-08T14:46:47 | 287,178,162 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,564 | cpp | #include <bits/stdc++.h>
#define INF 2000000000
using namespace std;
typedef long long ll;
int read(){
int f = 1, x = 0;
char c = getchar();
while(c < '0' || c > '9'){if(c == '-') f = -f; c = getchar();}
while(c >= '0' && c <= '9')x = x * 10 + c - '0', c = getchar();
return f * x;
}
struct TreeNod... | [
"979115525@qq.com"
] | 979115525@qq.com |
a39705ba2283cb8a36b3977982e114e046d741f1 | 48165c78833beb50663afd653114f03cfb60c173 | /system/system_monitor/src/cpu_monitor/cpu_monitor_node.cpp | de32f1f0f6b87566b2cb4b4dda967580d1eaa9d2 | [
"Apache-2.0"
] | permissive | wep21/autoware.iv.universe | 611e5dafc7ea14fdb549f96d81581f4afe1e7aa6 | 8bcfbf7419552b5f6050e28c89c6488804652666 | refs/heads/master | 2023-04-03T11:37:28.114239 | 2020-09-25T06:32:13 | 2020-09-25T06:33:34 | 300,148,301 | 0 | 0 | Apache-2.0 | 2022-02-07T04:10:35 | 2020-10-01T04:54:28 | null | UTF-8 | C++ | false | false | 1,451 | cpp | /*
* Copyright 2020 Autoware Foundation. 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 b... | [
"ryohsuke.mitsudome@tier4.jp"
] | ryohsuke.mitsudome@tier4.jp |
e69b088d3a56cb8db135cedac294373efc568f93 | 8794a823d52d5e58311c8f269c9e693bb078c974 | /Lab7/main.cpp | 33e1b2278785c1fb33c760eb69d5bf420fc92c38 | [] | no_license | TRZcodes/OOP1_Labs | 39f5b85121bba2bc327166d128c1acda15726bbc | 5b24cb95e9f9e63f33d66783aa3388375e291e2f | refs/heads/main | 2023-06-01T13:35:52.462952 | 2021-06-11T10:11:20 | 2021-06-11T10:11:20 | 375,978,627 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,505 | cpp | /*
Celem zadania jest napisanie hierarchii klas opisującej składniki systemu plików.
Składnikami tymi sa katalog (klasa Dir) i plik (klasa File), i może przydałaby się jeszcze jakaś klasa. Pliki mają nazwę i rozmiar (podawany w nawiasach), katalogi nazwę i tablicę podrzędnych składników systemu plików.
Prosze u... | [
"noreply@github.com"
] | noreply@github.com |
38ed6029438278a7a64e845d99432ca8f11d6aa0 | bb97e00bf288483393f039c017021be975776e67 | /src/fbw/src/model/Autothrust.cpp | c57d239416e2b0819229019e5b7e5c24f5d0c7a2 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | SSK123z/a32nx | cd7c7722b4737999473860491281632c4e84b698 | ff9425ae19d607662e1e8adb6732dd0509aacb9f | refs/heads/master | 2023-05-29T05:44:11.853083 | 2021-06-06T15:03:45 | 2021-06-06T15:03:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 56,380 | cpp | #include "Autothrust.h"
#include "Autothrust_private.h"
#include "look1_binlxpw.h"
#include "look2_binlcpw.h"
#include "look2_binlxpw.h"
const uint8_T Autothrust_IN_InAir = 1U;
const uint8_T Autothrust_IN_OnGround = 2U;
void AutothrustModelClass::Autothrust_TimeSinceCondition(real_T rtu_time, boolean_T rtu_condition, ... | [
"noreply@github.com"
] | noreply@github.com |
fcaf35314c77d911cd3a730a292c08f732621e6b | a70717537de46baab92d52e817fb626c18c1f9d1 | /Sobol_Lab_2.1/BTree.h | c3e52b4338edaf86881730f8b4bf3fab8aceb8bb | [] | no_license | kasobol/Lab_2_sem_3 | e361661f19611938b0c8a593502182807db57a4b | 6c7521a5284ba7a98f9b6207109c1484f8947b80 | refs/heads/master | 2023-03-03T00:46:14.100215 | 2021-02-08T08:00:06 | 2021-02-08T08:00:06 | 337,000,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,764 | h | #pragma once
#include <exception>
#include "BPrint.h"
#include "Dictionary.h"
using namespace std;
template<class TKey, class TValue>
class BTree : public Dictionary<TKey, TValue>
{
private:
struct SuperNode;
struct Node;
struct List
{
List(SuperNode* data, List* next)
{
... | [
"kasobol@edu.hse.ru"
] | kasobol@edu.hse.ru |
25e40e3bb7ca9a98bcaf26f89fa5ba3078610d45 | f13fc535d6324dffb3ab63ec3b5ec94e0c646809 | /Code/Libraries/Workbench/src/Components/wbcompowner.h | be80fa7c3541b7413d127725907b884d9d1d460d | [
"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 | 735 | h | #ifndef WBCOMPOWNER_H
#define WBCOMPOWNER_H
#include "wbcomponent.h"
#include "wbentityref.h"
class WBCompOwner : public WBComponent
{
public:
WBCompOwner();
virtual ~WBCompOwner();
DEFINE_WBCOMP( Owner, WBComponent );
virtual int GetTickOrder() { return ETO_NoTick; }
virtual void HandleEve... | [
"xixonia@gmail.com"
] | xixonia@gmail.com |
0e93785f43db585e98a88249c342cd7df891142e | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_patch_hunk_330.cpp | 9fbeea0b7a78bb9321c50777282887083ab8928e | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 843 | cpp | "\n"
" You can specify any amount of URLs on the command line. They will be\n"
" fetched in a sequential manner in the specified order.\n"
"\n"
, stdout);
fputs(
-" Since curl 7.15.1 you can also specify step counter for the ranges, so\n"
-" that you can get every Nth number or letter... | [
"993273596@qq.com"
] | 993273596@qq.com |
c00658236ffa5c74cb67674c3640649eef277995 | e63985bdea5081809ed50822fea45983562cc48a | /LabC++/assgn1.cpp | 726601738b6c3b5a54e014537482c70489e9ae6d | [] | no_license | arnbsen/CPPLab | 241d3c257d5ae529f3232205f87f40f0cb899285 | d59b68c0aab66bc8854fd5e45a86a94edc7b4efd | refs/heads/master | 2021-08-22T03:41:13.080819 | 2017-11-29T05:25:03 | 2017-11-29T05:25:03 | 112,244,426 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,114 | cpp | //
// assgn1.cpp
// LabC++
//
// Created by Arnab Sen on 02/10/17.
// Copyright © 2017 Arnab Sen. All rights reserved.
//
#include <stdio.h>
#include <iostream>
using namespace std;
class student{
string name,dept;
int roll_no;
public:
void set_data(){
cout<<"Enter the name"<<endl;
cin>... | [
"arnb.sen@hotmail.com"
] | arnb.sen@hotmail.com |
5ab0b8aab66d1bc829014b399ee3b1c5f4ba4b65 | eb49db20a5ab0e84dc72eb6694ac5a2bd6fc24b5 | /Modularizacion en C++ RPi/SEE_master/tcpclass.cpp | f8238a932e3b9019738fba789f69ce8810bbc801 | [] | no_license | kill4n/SistemasEmbebidos_17_1 | 07012b3610c8dfc152c4e4d92135cd1630bf0248 | 16f666f5339703d08fbf87209d52ac61379d0fa8 | refs/heads/master | 2021-01-11T10:50:19.767067 | 2017-05-27T16:34:21 | 2017-05-27T16:34:21 | 81,213,767 | 4 | 0 | null | 2017-05-22T22:32:17 | 2017-02-07T13:58:11 | C | UTF-8 | C++ | false | false | 1,192 | cpp | #include "tcpclass.h"
/* Developed and mantained by killan*/
/* Constructor
* parametros de entrada:
* seg -> Cada cuanto se repite el proceso en segundos
* *myLog -> Apuntador al Objeto que escribe el Log
*/
TCPClass::TCPClass(unsigned long seg, LogClass *myLog)
{
this->setObjectName("TCP");
interv... | [
"crhistian.segura@gmail.com"
] | crhistian.segura@gmail.com |
62168f2eb896a248ef61875c508eb16da674c099 | 8d5ec68b918279bd47ab6b57fa2cce7567c4b3a6 | /Framework/Viewer/Orbit.h | e6414eb6e734dc821550b0f679a8e3ba37d5caa9 | [] | no_license | sork777/PortFolio | 7d6a77a595ca35f821486f620a0b1318d6e7511c | 152d9d8b3d38f490ffccb644691f5a052b677307 | refs/heads/master | 2022-12-30T17:10:58.267379 | 2020-01-11T05:32:26 | 2020-01-11T05:32:26 | 232,132,922 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 583 | h | #pragma once
class Orbit : public Camera
{
public:
Orbit(const float& rad,const float& minRad, const float& maxRad);
virtual ~Orbit();
//궤도를 돌 포지션
void GetObjPos(const Vector3& objPos) { this->objPos = objPos; }
void Update() override;
void Speed(float rot);
void SetRad(const float& rad, const float& minRad... | [
"ladse123@gmail.com"
] | ladse123@gmail.com |
1b3b043f48ae24ee07132dadf5e34ffb6c5210ec | ec07a78ff899c8fd24e9a41e5305e41643756cdd | /abc164_b.cpp | 91d12bc2dd521557936697291585194dd4b8140e | [] | no_license | jasonhuh/AtCoder-Solutions | 90a72692f6b08126dbb869f70ca70829c2840863 | ff0abe29215a3fb5b3e2229583878e6c7b1b564d | refs/heads/master | 2022-12-22T16:42:28.190905 | 2020-10-05T13:39:52 | 2020-10-05T13:39:52 | 286,298,448 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 478 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef vector<int> vi;
string solve() {
int h1, s1, h2, s2; cin >> h1 >> s1 >> h2 >> s2;
int player = 0;
while (true) {
if (player == 0) h2 -= s1;
else h1 -= s2;
if (h1 <= 0 || h2 <= 0) break;
... | [
"jason.huh@aircreek.com"
] | jason.huh@aircreek.com |
113b3097fb74ab350847e5f9c7b5fc7fe0e63f68 | 44ab461147c679c6f654b5ca8643557e1033ffb9 | /MultiStationWorker.cpp | f9aca1d66f63bb390333ca59a18a020454f48c58 | [
"BSD-3-Clause"
] | permissive | snowmanman/structrock | 767e6f5544aae48e1d70e2c3cf56091f5e7ff40f | 754d8c481d22a48ea7eb4e055eb16c64c44055ab | refs/heads/master | 2021-07-31T01:03:37.715307 | 2020-07-16T07:32:03 | 2020-07-16T07:32:03 | 193,132,993 | 1 | 1 | BSD-3-Clause | 2019-06-21T16:56:32 | 2019-06-21T16:56:32 | null | UTF-8 | C++ | false | false | 10,054 | cpp | /*
* Software License Agreement (BSD License)
*
* Xin Wang
*
* 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 copyrigh... | [
"WXGHolmes@Gmail.com"
] | WXGHolmes@Gmail.com |
cf1315a7340449e850c655531d6959919b909a97 | a5ce66a982043377ef0811bf620f175ee377538a | /Shader.cpp | f5fe310004facd4141168647f9a3f93abe70109e | [] | no_license | FrozenIndie/ISEngine | 57d67c19d5974f4b39c36b420a6f98f7acf52713 | 4ea20cbb80cead198b3f445c4ed771143ba3dcc1 | refs/heads/master | 2020-03-19T16:34:29.856197 | 2018-06-09T12:17:18 | 2018-06-09T12:17:18 | 136,720,492 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,053 | cpp | #include "Shader.h"
Shader::Shader(const char* a_VertexFilePath, const char* a_FragmentFilePath)
{
VertexFilePath = a_VertexFilePath;
FragmentFilePath = a_FragmentFilePath;
}
Shader::~Shader()
{
}
void Shader::Init()
{
std::string vertexCode;
std::string fragmentCode;
std::ifstream vShaderFile, fShaderFile;
... | [
"mennaandm@hotmail.com"
] | mennaandm@hotmail.com |
7cf1cacad1930b31b3362e2d9c2b3abd262b87fb | 4f66c08dce6611be236ef2f1bc0fdf7086e768af | /ff_test_mem/main.cpp | 3b6dd2ccf924b5f4be075cef280b681765049481 | [] | no_license | xaruch/ffmpeg_tests | 8da57fac0aa0d55d4926024363447b307bf5d799 | e4970bdcf7ed768c92dcd60b0fc2c6bb71b63822 | refs/heads/master | 2021-01-13T02:02:33.973437 | 2014-10-27T12:50:06 | 2014-10-27T12:50:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 905 | cpp | #include "include/main.h"
#include "include/ff_writer_engine.h"
#include "include/vars.h"
int main()
{
FfWriterEngine *Writer = new FfWriterEngine();
Log = new Logging("ff_test_mem.log", LOG_LEVEL);
MainLoop = g_main_loop_new(NULL, FALSE);
Writer->FirstStartRec();
g_timeout_add_seconds_full(1000, 1, TimeoutCallba... | [
"xuch@list.ru"
] | xuch@list.ru |
43f439182c16b6ec43fdc074a49d84644f86c629 | 32661cd29ed94213c567bcdc82887b1d85f0088f | /TwoPointers/reverse-words-in-a-string-iii.cpp | e0cb6d05d37c3924b328ce1f78367bff9bb6d1fb | [] | no_license | iamnidheesh/Leet-Code-Solutions | 5ae5116b279b0c4bbaccb6471189bd74cc263642 | d65d0c7395bea447244fa7e3950b1a8562c71abc | refs/heads/master | 2021-04-03T06:58:00.482698 | 2018-06-24T17:52:35 | 2018-06-24T17:52:35 | 124,734,912 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 515 | cpp | class Solution {
public:
void rev(string &s,int l,int h) {
while(l < h) {
char temp = s[l];
s[l] = s[h];
s[h] = temp;
l++;
h--;
}
}
string reverseWords(string s) {
int l = 0;
for(int i = 0;i ... | [
"nidheeshpandey@gmail.com"
] | nidheeshpandey@gmail.com |
52ed19aab9e2faa08539e66f1b2565a3aeca0e23 | 0b57b2563238c86e4cdbf937d0af4604a34fdf6a | /IrpsimEngine/options.cpp | 7937235944b004710418759dde3b94154e29a798 | [] | no_license | jnikolas-mwd/IRPSIM | c902917d7d438c599602b82bf623bdff15804130 | 482e142262e877ae71c2097312aee7598cdfc3eb | refs/heads/master | 2020-09-27T03:44:54.389795 | 2019-12-06T22:56:45 | 2019-12-06T22:56:45 | 226,421,536 | 0 | 0 | null | 2019-12-06T22:27:45 | 2019-12-06T22:27:44 | null | WINDOWS-1252 | C++ | false | false | 5,263 | cpp | // options.cpp : implementation file
//
// Copyright © 1998-2015 Casey McSpadden
// mailto:casey@crossriver.com
// http://www.crossriver.com/
//
// ==========================================================================
// DESCRIPTION:
// ==============================================================... | [
"casey@crossriver.com"
] | casey@crossriver.com |
8075bb42c300dc88e10b1c45120b7f23199c62fd | b5dc3bd1d2d71e388efe910549118b80f365022f | /SDL-Game-1/ModuleTextures.cpp | 71a92cfc477b241517d7349a0af5a7bc9fc9699e | [] | no_license | candiajo/SDL-Game-1 | 08fb266a41c6b9b11caf7fea77fbc2163c3486bf | 6923fe3b5614d4a4ee99ec5eefc914eb4b888bc9 | refs/heads/master | 2021-01-10T13:27:11.111606 | 2015-12-03T13:10:20 | 2015-12-03T13:10:20 | 47,021,777 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,510 | cpp | #include "Globals.h"
#include "Application.h"
#include "ModuleRender.h"
#include "ModuleTextures.h"
#include "SDL/include/SDL.h"
#include "SDL_image/include/SDL_image.h"
#pragma comment( lib, "SDL_image/libx86/SDL2_image.lib" )
using namespace std;
ModuleTextures::ModuleTextures()
{}
// Destructor
ModuleTextures::~... | [
"jordicanodiaz@gmail.com"
] | jordicanodiaz@gmail.com |
e75f73983b2abdc442c01ca29d02b6c337677e08 | 9fb35658e59a1555e2c45dc2a8f5378aeb685dd1 | /shengdaGamea.cpp | 4278fd0a671bfb811290cfa9027d3393c79121b8 | [] | no_license | SmallSir/ACM_Practice | 27d6e484d447764c9a645dc62e5142ec3347e2e0 | f743f4c3ddf231b82097cf22b068437fd36c996c | refs/heads/master | 2021-10-24T05:07:37.988330 | 2019-03-22T05:52:27 | 2019-03-22T05:52:27 | 110,557,748 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 597 | cpp | #include<iostream>
#include<cstdio>
#include<stdio.h>
#include<cstring>
#include<cstdio>
#include<climits>
#include<cmath>
#include<vector>
#include <bitset>
#include<algorithm>
#include <queue>
#include<map>
#define inf 9999999;
using namespace std;
int a[105][105],b[105],n,m,i,j;
i... | [
"280690956@qq.com"
] | 280690956@qq.com |
a37ebdffb55b3b2190d49f8c5a03cd1a6e1cabaa | 43764cf2c1121e9168e5507799b1745da52e3975 | /9.7/Time.h | da594eba966c516734793d3cadfe3a384f73e9c1 | [] | no_license | SamirOmarov/C-Homeworks | 9c9cfb959129748f71313ef0cb12ee856ffa014b | e8b91b9352820a6e8e174c8d2ae78a6f2a8cf405 | refs/heads/master | 2020-04-06T20:59:42.227147 | 2018-11-16T00:50:53 | 2018-11-16T00:50:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 291 | h | #pragma once
class Time {
private:
int hour;
int minute;
int second;
public:
Time(int, int, int);
// SET
void setTime(int, int, int);
void setHour(int);
void setMinute(int);
void setSecond(int);
// GET
int getHour();
int getMinute();
int getSecond();
void print();
}; | [
"samir.omarov@gmail.com"
] | samir.omarov@gmail.com |
488cb17efbca6be36bf1c1b836cd0b67433b915f | b236c9b5738dee4318ca11fb8218343ed3deb9c9 | /Engine/main.cpp | c4a346153aa158d476f3e06c66ab4eaf34dca2f3 | [] | no_license | lordnorthern/New-Engine | 092f85b71b5c509d6f61932a19a2158193fa1903 | ab6dba11dd5f953720e42b7c9753714cf72c2bfb | refs/heads/master | 2021-01-18T02:12:14.298362 | 2015-10-19T17:44:46 | 2015-10-19T17:44:46 | 44,012,919 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 464 | cpp | #define _CRTDBG_MAPALLOC
#include <stdlib.h>
#include <crtdbg.h>
#include "globaldef.h"
#include <windows.h>
#include "Engine.h"
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nShowCmd)
{
Engine * myEngine = new Engine(hInstance);
myEngine->window_width = 1280;
myEngine->window_... | [
"wasiktir@outlook.com"
] | wasiktir@outlook.com |
59d294c982488a130bd4580122832837fe40d0ce | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /components/policy/core/browser/url_allowlist_policy_handler_unittest.cc | 6ebde2250284243aeae5bfab56427b6c6c0960f1 | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 6,820 | cc | // Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/policy/core/browser/url_allowlist_policy_handler.h"
#include <memory>
#include <utility>
#include "base/strings/string_number_conversions.h"
#include "ba... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
172c73d4fa2ccaa4c40d22f1a6dfc18ad05186f4 | 440f814f122cfec91152f7889f1f72e2865686ce | /src/game_server/server/extension/auction/auction_actor_pool.h | 89651f6b49d900762851fa3ea50ad87759f614f4 | [] | no_license | hackerlank/buzz-server | af329efc839634d19686be2fbeb700b6562493b9 | f76de1d9718b31c95c0627fd728aba89c641eb1c | refs/heads/master | 2020-06-12T11:56:06.469620 | 2015-12-05T08:03:25 | 2015-12-05T08:03:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 852 | h | #ifndef __GAME__SERVER__AUCTION__AUCTION__ACTOR__POOL__H
#define __GAME__SERVER__AUCTION__AUCTION__ACTOR__POOL__H
#include "global/pool_template.h"
#include "global/singleton_factory.h"
#include "game_server/server/extension/auction/auction_actor.h"
namespace game {
namespace server {
namespace auction {
class Auc... | [
"251729465@qq.com"
] | 251729465@qq.com |
daa36c878d58bcc0aecaf5aaea5932cc05a1858b | 4e255627848ce4322ffd4b03c3c6fdba7a132ba7 | /Anime4KCore/include/CNN.h | e4d3fbbb5c434f87ad39ecb1f2275ac710b194b2 | [
"MIT"
] | permissive | zengxiao29/Anime4KCPP | 046d092ca3a2986b4c5a71a2c7d616f93370ecb1 | e187ed7bd42365c8bbeb6185537ce6b42713e32e | refs/heads/master | 2022-12-29T06:17:47.434598 | 2020-10-13T18:05:20 | 2020-10-13T18:05:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | h | #pragma once
#include "ACNet.h"
#include "ACNetHDN.h"
namespace Anime4KCPP
{
class CNNCreator;
}
//CNN Processor Factory
class Anime4KCPP::CNNCreator
{
public:
static CNNProcessor* create(const CNNType& type);
static void release(CNNProcessor*& processor) noexcept;
};
| [
"TianLin2112@outlook.com"
] | TianLin2112@outlook.com |
1f6cbc11c17f8d49b9bc9ab68d22bc6c5a20466b | 636394fc4967123179dd2dc935f437e735c6d38a | /export/windows/obj/include/openfl/geom/Transform.h | ac75a715329f84d1dae935c0f25bb57f31307b95 | [
"MIT"
] | permissive | arturspon/zombie-killer | 865e6ef3bdb47408f9bfea9016f61bf19b2559c7 | 07848c5006916e9079537a3d703ffe3740afaa5a | refs/heads/master | 2021-07-18T16:44:26.556092 | 2019-05-04T13:56:08 | 2019-05-04T13:56:08 | 181,805,463 | 0 | 1 | MIT | 2021-07-16T23:18:46 | 2019-04-17T02:50:10 | C++ | UTF-8 | C++ | false | true | 3,144 | h | // Generated by Haxe 4.0.0-rc.2+77068e10c
#ifndef INCLUDED_openfl_geom_Transform
#define INCLUDED_openfl_geom_Transform
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS2(openfl,display,DisplayObject)
HX_DECLARE_CLASS2(openfl,display,IBitmapDrawable)
HX_DECLARE_CLASS2(openfl,events,EventDispatcher)
HX_DECLAR... | [
"artursponchi@gmail.com"
] | artursponchi@gmail.com |
52de6e450a1507167cdac4145bca730749f8e1f4 | 5a565ee6dfe2a17a47f6767e8e5f64a202e0c367 | /src/Core/Material/Texture.h | c309bb8d8ed3373bf5247d03b5559ee552072869 | [] | no_license | CHKingSun/KEngine | 85eba9f0949bee8c26993d8c4b61f784bc8ecb97 | 927d4556b9220ff223e538baaebcf338777b8735 | refs/heads/master | 2020-03-14T15:19:31.843045 | 2018-06-07T18:41:06 | 2018-06-07T18:41:06 | 131,673,356 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,884 | h | //
// Created by KingSun on 2018/05/11
//
#ifndef KENGINE_TEXTURE_H
#define KENGINE_TEXTURE_H
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <memory>
#include <GL/glew.h>
#include <stb_image.h>
#include <iostream>
#include "../../Render/Buffer/UniformBlock.h"
#include "../../KHeader.h"
#... | [
"chkingsun@gmail.com"
] | chkingsun@gmail.com |
3b6ca05f65b707938f2006b607e5449b889a5360 | 5521a03064928d63cc199e8034e4ea76264f76da | /fboss/agent/state/Transceiver.cpp | ee74247135aaf3604e334fac70159a057c2f3efc | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | facebook/fboss | df190fd304e0bf5bfe4b00af29f36b55fa00efad | 81e02db57903b4369200eec7ef22d882da93c311 | refs/heads/main | 2023-09-01T18:21:22.565059 | 2023-09-01T15:53:39 | 2023-09-01T15:53:39 | 31,927,407 | 925 | 353 | NOASSERTION | 2023-09-14T05:44:49 | 2015-03-09T23:04:15 | C++ | UTF-8 | C++ | false | false | 2,509 | cpp | /*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#inc... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
567a764746f2b19b7176fbe0f07555f988668f41 | bb7645bab64acc5bc93429a6cdf43e1638237980 | /Official Windows Platform Sample/Windows 8 app samples/[C++]-Windows 8 app samples/C++/Windows 8 app samples/Network status background sample (Windows 8)/C++/NetworkStatusApp/Constants.h | 9dbbdd56883a7f9dd4e461e576979de6faf5dcc4 | [
"MIT"
] | permissive | Violet26/msdn-code-gallery-microsoft | 3b1d9cfb494dc06b0bd3d509b6b4762eae2e2312 | df0f5129fa839a6de8f0f7f7397a8b290c60ffbb | refs/heads/master | 2020-12-02T02:00:48.716941 | 2020-01-05T22:39:02 | 2020-01-05T22:39:02 | 230,851,047 | 1 | 0 | MIT | 2019-12-30T05:06:00 | 2019-12-30T05:05:59 | null | UTF-8 | C++ | false | false | 1,813 | h | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
/... | [
"v-tiafe@microsoft.com"
] | v-tiafe@microsoft.com |
6fc09598fedca19f4d8594b33f83c20d2a16e03e | c611cfc951ec1fcc9f79660022bd73d6f037730f | /Computer Graphics Program/cohensutherland.cpp | 0dafa354ceaa3d5b6774a76eb41874906bb57f19 | [
"MIT"
] | permissive | shainisoni1696/Computer-Graphics-Lab-Programs | 6c5534be04799dec2dbf4319d137ca0bd3f23b4a | 621c6741a898f6360ec0a2127bf25ce10706e7c9 | refs/heads/master | 2020-05-05T08:49:07.471808 | 2019-04-06T19:47:22 | 2019-04-06T19:47:22 | 179,879,140 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,229 | cpp | #include<bits/stdc++.h>
#include<graphics.h>
using namespace std;
#define left 1
#define right 2
#define bottom 4
#define top 8
int getcode(int rec[],double x1, double y1)
{
int code=0;
if(x1 < rec[0])
code|=left;
if(x1 > rec[2])
code|=right;
if(y1 < rec[1])
code|=top;
if(y1 > rec[... | [
"noreply@github.com"
] | noreply@github.com |
cd7a7f825d81ca8609c1fb31384545451e54f164 | 69dd4bd4268e1c361d8b8d95f56b5b3f5264cc96 | /GPU Pro1/03_Rendering Techniques/05_VolumeDecals/VolumeDecals/Framework3/Direct3D/Direct3DRenderer.cpp | 3cd8aeb5fbf36db8d1b2ca71508c697f7917cf82 | [
"MIT"
] | permissive | AnabaenaQing/Source-Code_ShaderX_GPU-Pro_GPU-Zen | 65c16710d1abb9207fd7e1116290336a64ddfc86 | f442622273c6c18da36b61906ec9acff3366a790 | refs/heads/master | 2022-12-15T00:40:42.931271 | 2020-09-07T16:48:25 | 2020-09-07T16:48:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 50,929 | cpp |
/* * * * * * * * * * * * * Author's note * * * * * * * * * * * *\
* _ _ _ _ _ _ _ _ _ _ _ _ *
* |_| |_| |_| |_| |_|_ _|_| |_| |_| _|_|_|_|_| *
* |_|_ _ _|_| |_| |_| |_|_|_|_|_| |_| |_| |_|_ _ _ *
* |_|_|_|_|_| |_| |_| |_| |_| |_| |_| |_| |_... | [
"IRONKAGE@gmail.com"
] | IRONKAGE@gmail.com |
79558c86839ec174ad9fcf70f7910f8a15bb1c7b | dfa44ced327f991a5d0fc093a5910ff06c58c9da | /tekhne/include/VScreen.h | 445106565aa12fcbc62cc1e2327ff8c5ada49cbe | [
"MIT"
] | permissive | HaikuArchives/Tekhne | d15740db2359789afc987e6d4a9d8b1d93f78378 | faeb3c8ebf13dd0986463f9442aaad1d98fcec31 | refs/heads/master | 2021-01-02T22:57:47.085831 | 2007-12-30T00:05:36 | 2007-12-30T00:05:36 | 23,687,039 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,085 | h | /***************************************************************************
* VScreen.h
*
* Copyright (c) 2006 Geoffrey Clements
*
* 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 So... | [
"baldmountain@gmail.com"
] | baldmountain@gmail.com |
c46530f3e0d0c4cd43faa730252380debaac4e57 | 957fc487933007b8123d1b975e6221c861b12b99 | /lce-test/util/synchronizing_sets/bit_vector_rank.hpp | ed0a830de826621e57c2a3446083706751fb489f | [
"BSD-2-Clause"
] | permissive | herlez/lce-test | 8b63990f4fd3e5a8715b8b2a1f3a004ba6eaced1 | b52e00a2918b0ef9e3cdbaae731fabad89ec6754 | refs/heads/master | 2023-05-13T16:48:31.285748 | 2022-08-16T09:05:01 | 2022-08-16T09:05:01 | 183,403,442 | 5 | 3 | BSD-2-Clause | 2023-05-07T21:26:22 | 2019-04-25T09:37:58 | C++ | UTF-8 | C++ | false | false | 5,669 | hpp | /*******************************************************************************
* bit_vector_rank.hpp
*
* Copyright (C) 2019 Florian Kurpicz <florian.kurpicz@tu-dortmund.de>
*
* All rights reserved. Published under the BSD-2 license in the LICENSE file.
***********************************************************... | [
"alexander.herlez@tu-dortmund.de"
] | alexander.herlez@tu-dortmund.de |
3810a89ed2d7d25b91596fee7b0057d28582e1c8 | 1a01fb3e990cd969664585a59a0b18da47ffc8f9 | /include/random.h | cb4aed0f0c7c04e88cc833db4937d744b00aef6a | [] | no_license | AllocBlock/Noise-Graph-Generator | abba78a8b59fbb1bf533e1b73bdd571c78679e6b | 5581ebf83b0d5c670037eed2ea68f2580c8e77a3 | refs/heads/master | 2022-04-28T00:12:07.775854 | 2020-04-20T13:05:17 | 2020-04-20T13:05:17 | 255,638,083 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 781 | h | /**************************************************************************
* Author: AllocBlock
* Create At: 2020-04-16
* Update At: 2020-04-18
* Description: Generate random number
**************************************************************************/
typedef unsigned char byte;
class Random {
private:
... | [
"690051933@qq.com"
] | 690051933@qq.com |
73835646a5027cb2a1651f84733f474d45550c4c | 5cdc481e6f74abc93dbfa421998779c5c3984e2a | /Codeforces/352/A.cc | 8ea7d682721db60fc5a3e563e791f86acc770e8b | [] | no_license | joaquingx/Competitive-Programming-Problems | 4f0676bc3fb43d88f6427e106c6d9c81698993ce | c6baddbb6f1bdb1719c19cf08d3594bb37ba3147 | refs/heads/master | 2021-01-15T08:36:45.392896 | 2016-11-21T17:29:15 | 2016-11-21T17:29:15 | 54,804,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 299 | cc | #include <bits/stdc++.h>
using namespace std;
int main()
{
string rpta;
int n ; cin >> n;
for(int i = 1 ; ; ++i)
{
// cout << to_string(i) << "\n";
rpta += to_string(i);
if(rpta.size() > 1001)
break;
}
// cout << rpta;
cout << rpta[n-1] << "\n";
return 0;
}
| [
"joaquingc123@gmail.com"
] | joaquingc123@gmail.com |
00de94d85adf2e3954f3f1e87fe819cd7e75db71 | 21553f6afd6b81ae8403549467230cdc378f32c9 | /arm/cortex/Freescale/MKM34ZA5/include/arch/reg/portc.hpp | 0bded85af4a9e529daba1e8512a0f2db33a64687 | [] | no_license | digint/openmptl-reg-arm-cortex | 3246b68dcb60d4f7c95a46423563cab68cb02b5e | 88e105766edc9299348ccc8d2ff7a9c34cddacd3 | refs/heads/master | 2021-07-18T19:56:42.569685 | 2017-10-26T11:11:35 | 2017-10-26T11:11:35 | 108,407,162 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,077 | hpp | /*
* OpenMPTL - C++ Microprocessor Template Library
*
* This program is a derivative representation of a CMSIS System View
* Description (SVD) file, and is subject to the corresponding license
* (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory).
*
* This program is distributed in the hope... | [
"axel@tty0.ch"
] | axel@tty0.ch |
820f2178381bf03031e2c63d5d857859377e23ec | 556bc516271dfe48b13850d51a6f65dce425adc4 | /Subeen problem/17th-Problem/morecin.cpp | 2970e16c251e52e72a81485dc9099f37ffcea5bd | [] | no_license | nur-alam/Problem-Solving | 4fae30499b5dd802854b7efa0b702b3f173fa236 | b0db93d597142590010b60bfa2054409a6ca6754 | refs/heads/master | 2021-01-13T11:10:06.766089 | 2019-01-16T12:01:52 | 2019-01-16T12:01:52 | 77,365,261 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 134 | cpp | #include<iostream>
using namespace std;
int main(){
int i,j,k;
cin>>i>>j>>k;
cout<<i<<"\n"<<j<<endl<<k;
return 0;
}
| [
"nuralam862@gmail.com"
] | nuralam862@gmail.com |
a8700af449408a2aa9178d7e9f873d88249126a8 | d700e2fc362963ddb6ae519176ad28e0086ac890 | /Day9/Q5.cpp | 54c7b4d3d9cd89fe949c63225e4cdceed81313b6 | [] | no_license | shivangibisht/DSA-Assignments | ffea047c1efdf40b5c98fdf8198f210105ff75be | 3ec3ae876c31e7135ba0fbecb9c0a270f10333f5 | refs/heads/main | 2023-06-19T10:19:38.156344 | 2021-07-15T04:11:05 | 2021-07-15T04:11:05 | 385,482,242 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 613 | cpp | class Solution {
public:
bool isValid(string str) { stack<char> s;
for(int i =0;i<str.size();i++)
{
if(str[i]=='(' || str[i]=='{' || str[i]=='[')
s.push(str[i]);
else if(str[i]==')' && !s.empty() && s.top()=='(')
s.pop();
else ... | [
"noreply@github.com"
] | noreply@github.com |
4decb93d628010037ff0200de64fe69570511484 | bb72b975267b12fb678248ce565f3fd9bd6153ee | /testquick/cocos/2d/CCClippingRegionNode.h | dbe24055da5dbfe887962642e736561af273b60c | [] | no_license | fiskercui/testlanguage | cfbcc84ffaa31a535a7f898d6c7b42dcbf2dc71b | b15746d9fa387172b749e54a90e8c6251750f192 | refs/heads/master | 2021-05-30T13:26:11.792822 | 2016-01-13T02:03:26 | 2016-01-13T02:03:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,450 | h | /*
* cocos2d for iPhone: http://www.cocos2d-iphone.org
* cocos2d-x: http://www.cocos2d-x.org
*
* Copyright (c) 2012 Pierre-David Bélanger
* Copyright (c) 2012 cocos2d-x.org
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the... | [
"fisker.cui@gmail.com"
] | fisker.cui@gmail.com |
a4c614cda6b2ebc0c74bfc6968d693825f0cbb3e | 498e03501639226d77eb51d5643dccba8259111c | /CodeChef Solutions/PRACTICE/START01 19713962.cpp | 095ec06c71498f05e936839bd6a2cec1dcf97cbc | [] | no_license | bhaskarsen98/DS-Algo-practice | 72cf0f9770d9fb4679dfb3dcf3de6c833ce2ec6a | 6de3a51f792c0751cd154129a2a02d178c40515d | refs/heads/master | 2023-05-14T11:17:00.297803 | 2021-06-07T21:26:35 | 2021-06-07T21:26:35 | 317,600,777 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 101 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
cout<<n;
return 0;
} | [
"bhaskarsen1998@gmail.com"
] | bhaskarsen1998@gmail.com |
8712258f9b731f5733a4d446f2d844e62c28d8fa | 2c58db28ec2e26f8f3fb198251c717d219835477 | /Loadouts/Blufor/usmc20_m27iar_marpatw.hpp | e9c3b020b19f9f96df44072f16380d168606d34f | [] | no_license | BourbonWarfare/bwmf | 947c31933b51c3022a81baa936854dd4a2744ece | cef3d381ac6bf19383f4be309b66a882f19201fa | refs/heads/master | 2023-08-19T04:19:16.778559 | 2023-08-18T04:33:52 | 2023-08-18T04:33:52 | 23,380,002 | 19 | 22 | null | 2023-08-18T04:33:54 | 2014-08-27T06:55:05 | C++ | UTF-8 | C++ | false | false | 13,332 | hpp | author = "AChesheireCat";
description = "United States Marine Corps c.2020";
#include "undef.hpp" // Reset defines
// ------------------- PASTE BELOW THIS LINE
// Camo set
#define CAMO_UNIFORM "CUP_U_B_USMC_FROG1_WMARPAT","CUP_U_B_USMC_FROG2_WMARPAT","CUP_U_B_USMC_FROG3_WMARPAT","CUP_U_B_USMC_FROG3_WMARPAT"
#define ... | [
"noreply@github.com"
] | noreply@github.com |
e8e9555605a74528f71faa7a2e091e87d8505672 | 466ac1c25d3a74ec68a2cc2cec90644f6e8be5c1 | /solutions/AccurateLee.cpp | 12fe2befa5a73011287531f00cc409f1c7714448 | [] | no_license | hiroshi-maybe/codeforces | e7384979b1788a3d5ed6662527273f5dc22b8220 | f83eaca933cbe68bec0947bab33bcbbbbf4f50ae | refs/heads/master | 2023-04-06T03:18:50.178940 | 2023-03-27T06:54:02 | 2023-03-27T06:54:02 | 131,480,025 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,837 | cpp | #include <bits/stdc++.h>
using namespace std;
// type alias
typedef long long LL;
typedef pair<int,int> II;
typedef tuple<int,int,int> III;
typedef vector<int> VI;
typedef vector<string> VS;
typedef unordered_map<int,int> MAPII;
typedef unordered_set<int> SETI;
template<class T> using VV=vector<vector<T>>;
// minmax
te... | [
"hiroshi.maybe@gmail.com"
] | hiroshi.maybe@gmail.com |
c83adecef02accaaab9ae56e82d1fb22ffa89a3e | 20182a48594874f1a909472b2949989a9e4599d6 | /AutonomicGUI/SimCooccupancy.cpp | d77b8d33af489e39feacafebe84787d97759f676 | [] | no_license | radtek/HAA | 952e3d5946723bc496d02227a067fcc9f257d51e | 85fede7e5456a13e9c5e5fc0531e339631c4cfba | refs/heads/master | 2021-02-17T21:44:19.444821 | 2017-05-29T16:25:14 | 2017-05-29T16:25:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,341 | cpp | // SimCooccupancy.cpp
//
#include "stdafx.h"
#include "math.h"
#include "SimAgent.h"
#include "SimCooccupancy.h"
#include <boost/math/special_functions/erf.hpp>
#define pfStateX( pr, i ) pr->pfState[i*3]
#define pfStateY( pr, i ) pr->pfState[i*3+1]
#define pfStateR( pr, i ) pr->pfState[i*3+2]
//*******************... | [
"stevendaniluk8@gmail.com"
] | stevendaniluk8@gmail.com |
001e48ff51a79185f8e63d13884edbbe2542a0b7 | 65f9576021285bc1f9e52cc21e2d49547ba77376 | /LINUX/android/vendor/qcom/proprietary/mm-video-utils/vtest-omx/app/src/vtest_App.cpp | e1b382fa79f62a1de26f007712aca8e0e5cd8b2f | [] | no_license | AVCHD/qcs605_root_qcom | 183d7a16e2f9fddc9df94df9532cbce661fbf6eb | 44af08aa9a60c6ca724c8d7abf04af54d4136ccb | refs/heads/main | 2023-03-18T21:54:11.234776 | 2021-02-26T11:03:59 | 2021-02-26T11:03:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,056 | cpp | /*-------------------------------------------------------------------
Copyright (c) 2013-2014, 2016 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
Copyright (c) 2010 The Linux Foundation. All rights reserved.
Redistribution and use in source and binary form... | [
"jagadeshkumar.s@pathpartnertech.com"
] | jagadeshkumar.s@pathpartnertech.com |
d10e4f3096e036db3d7f3018a7147b0e8db58427 | c9f588e5b79340bbec96307d7739e6c8c5acd552 | /User/ui/draw_filamentchange.cpp | ad255958a46615d835fb6878daacb3935f66a39e | [] | no_license | mpalpha/elf-corexy-stock-firmware | 174ca6144c724f1877b50495fd96c52d769dbd59 | 20f0c906d8f7c0cbc3d5c9452318e1669994e505 | refs/heads/master | 2022-07-10T11:49:56.777411 | 2020-05-15T17:44:50 | 2020-05-15T17:44:50 | 264,258,581 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 15,153 | cpp | #include "gui.h"
#include "button.h"
#include "draw_filamentchange.h"
#include "draw_ui.h"
//#include "printer.h"
#include "text.h"
//#include "gcode.h"
#include "draw_pre_heat.h"
//#include "mks_tft_fifo.h"
//#include "mks_tft_com.h"
#include "draw_printing.h"
#include "marlin.h"
#include "temperature.h"
... | [
"jlusk@securustechnologies.com"
] | jlusk@securustechnologies.com |
0e563311a143a0f596c6e5a94065f81bfe544cd7 | 440bc87298fef759de173cfa734f13cd71f03c12 | /Source/ProjectJ/Client/Monster/StageTwo/HammerBoss/BruteAnimInstance.h | 5e485d3fea9dc6a7d3bf3575e0dffb2b86d73b36 | [] | no_license | ProjectGladiator/ProjectGladiator | 9bb954b01d4e21e5111b518db36fdcf4b3a42617 | 0708250d3e994ffef95527e49b6b5632b9435421 | refs/heads/master | 2021-06-09T03:33:57.499603 | 2019-11-08T11:33:24 | 2019-11-08T11:33:24 | 144,824,947 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,019 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Client/Monster/MonsterAnimInstance.h"
#include "Client/State/MonsterState/MonsterState.h"
#include "BruteAnimInstance.generated.h"
/**
*
*/
UCLASS()
class PROJECTJ_API UBruteAnimInstance :... | [
"dodrv@naver.com"
] | dodrv@naver.com |
f8d4d6e9e435d7de5e457b1822eedcad61d5c022 | 5781992b8eb5f8e8f6ce7ccf8069b60138b6f4d7 | /old_src/highj.cpp | 9e75153c204fb3ce0d45ab4dcf41ee72911ad9d5 | [] | no_license | liyonghelpme/dota-replay-manager | fd7c041cc48bac9fd726af4771a03fe8ec1a4ae6 | 21b965a8a63e077df275379d1f5055d77d98e580 | refs/heads/master | 2021-01-10T08:11:31.169556 | 2014-12-24T21:35:29 | 2014-12-24T21:35:29 | 36,912,875 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 86 | cpp | #include "stdafx.h"
#include "dotaload.h"
void parse_high_j (MPQFILE file)
{
}
| [
"d07.RiV@gmail.com"
] | d07.RiV@gmail.com |
71487ab8bb3ebff336d9ca09d92031f0f5429691 | 7e9b3ec7ee63fce3da32d45cb163bc505d89fda7 | /src/Account.h | 81a485ae5eec36afeb9e9b515e8183f71def1404 | [] | no_license | lilione/Merkle-Patricia-Tree | d3a925d64dd0c54b6e332aa61e83d30a02085261 | 929630b25da446b0b6da7e6c6032f847a864fe62 | refs/heads/master | 2021-08-22T09:53:03.280449 | 2017-11-29T23:04:17 | 2017-11-29T23:04:17 | 101,330,307 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 552 | h | //
// Created by lilione on 2017/9/13.
//
#ifndef MERKLE_PARTRICIA_TREE_ACCOUNT_H
#define MERKLE_PARTRICIA_TREE_ACCOUNT_H
#include "Bytes.h"
#include "uint256_t.h"
#include "../libethash/ethash.h"
class Account {
public:
uint64_t nonce;
uint256_t balance;
ethash_h256_t rootHash;
ethash_h256_t codeHas... | [
"lilioneviola@gmail.com"
] | lilioneviola@gmail.com |
0b0d0cf5c9ab8d37701d28f507762724e35bce21 | 28dba754ddf8211d754dd4a6b0704bbedb2bd373 | /Spoj/P4574_CYCLERUN.cpp | 9b52c6f01a9a8a4b4fbd3c3e77886e7e50837643 | [] | no_license | zjsxzy/algo | 599354679bd72ef20c724bb50b42fce65ceab76f | a84494969952f981bfdc38003f7269e5c80a142e | refs/heads/master | 2023-08-31T17:00:53.393421 | 2023-08-19T14:20:31 | 2023-08-19T14:20:31 | 10,140,040 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,097 | cpp | #include <map>
#include <set>
#include <list>
#include <cmath>
#include <queue>
#include <stack>
#include <bitset>
#include <vector>
#include <cstdio>
#include <string>
#include <sstream>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <algorithm>
using namespace std;
#define PB push_back
#define MP ... | [
"zjsxzy@gmail.com"
] | zjsxzy@gmail.com |
8e773e8d5e074edea50de124c1dcca14e929bd97 | 6abb3cd4c91c5c99eebbdd3da7ba9bf06c2f7565 | /Effects/11_dynamic_square.h | bc0d5e1454ce87da8643e204cc8405e8cd345423 | [] | no_license | npo6ka/LedTable_emulator | cace2a161c94f698d956c248ca2869f6a26df001 | b66b3d99043410aeff04290371683d974f6af53f | refs/heads/master | 2021-12-12T22:26:39.202647 | 2021-12-01T12:46:32 | 2021-12-01T12:46:32 | 142,282,706 | 0 | 2 | null | 2019-12-30T08:18:01 | 2018-07-25T10:07:40 | C++ | UTF-8 | C++ | false | false | 1,085 | h | #pragma once
#include "effect.h"
class DynamicSquare : public Effect
{
uint8_t fade_step = 192;
uint8_t radius = WIDTH > HEIGHT ? (HEIGHT): (WIDTH);
//uint32_t color = 0x0000ff;
uint8_t hsv = 0;
uint8_t cur_ring = 0;
public:
DynamicSquare() {}
void on_init() {
set_fps(12);
}
... | [
"ivanov.92@mail.ru"
] | ivanov.92@mail.ru |
2035cd9cae12667a1a4cf64efd8d973bcfacfaf2 | 2e241ccf2c7439e4638aa8ca8710c4191d09bd83 | /re/NFAConvertHelper.cpp | f26b3e5ff099dc9210e87fe14ac9374be22c5e52 | [] | no_license | pl-0/compiler | fd65d98dd0576ea54f3197937beef1717c9db0ea | 1856deda0a2c0ec71eb712225024dc8a95836348 | refs/heads/master | 2020-04-14T20:09:28.685739 | 2019-01-10T09:50:57 | 2019-01-10T09:50:57 | 164,083,926 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,290 | cpp | #include <stack>
#include <unordered_set>
#include "NFAConvertHelper.h"
#include "UtilMethods.h"
using std::stack;
using std::unordered_set;
DFAState getClosure(const NFAState* nfaState)
{
stack<const NFAState*> stateStack;
stateStack.push(nfaState);
NFAStatesSet nfaStatesSet;
nfaStatesSet.insert(nf... | [
"2256912385@qq.com"
] | 2256912385@qq.com |
8092ee524fb0c5960f779b5fddb2ca644c7f0ad1 | 1d743e83b5860e2a0a42a608d1a7f854db64427b | /include/nngpp/tcp/listener.h | cdec63a230d8b923e807a6bf766825bebaaa3f22 | [
"MIT"
] | permissive | shadowwalker2718/nngpp | 4c281f820dc8c6292d16dc6cdf19f0b810babff5 | fb3f9f70bbb113bfc2c35ec4cf93bd8e429e57e2 | refs/heads/master | 2020-04-15T12:21:14.634799 | 2019-01-06T22:08:29 | 2019-01-06T22:08:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 977 | h | #ifndef NNGPP_TCP_LISTENER_H
#define NNGPP_TCP_LISTENER_H
#include "listener_view.h"
namespace nng { namespace tcp {
struct listener : listener_view {
listener() = default;
explicit listener( nng_tcp_listener* d ) noexcept : listener_view(d) {}
listener( const listener& rhs ) = delete;
listener( listener&&... | [
"chriswelshman@gmail.com"
] | chriswelshman@gmail.com |
e5489ac9126f2ccea8a098701ee27994aa1f5624 | cc40d6b758088e9ba56641e91c35e1ea85b64e07 | /third_party/spirv-tools/source/val/instruction.cpp | 7284eb6dda31e6cefbb700da41aa6dfabcd7af05 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | chinmaygarde/filament | 1091b664f1ba4cc9b63c31c73f63ec8b449acd22 | 030ba324e0db96dfd31c0c1e016ae44001d92b00 | refs/heads/master | 2020-03-26T00:25:48.310901 | 2018-08-13T22:26:23 | 2018-08-13T22:26:23 | 144,320,013 | 1 | 0 | Apache-2.0 | 2018-08-10T18:29:11 | 2018-08-10T18:29:11 | null | UTF-8 | C++ | false | false | 1,919 | cpp | // Copyright (c) 2015-2016 The Khronos Group 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 ... | [
"romainguy@google.com"
] | romainguy@google.com |
5b6e5c6c411ba470c15fc845deeff33e51c0c59d | 1c12f602d8a7c1fdff34187d6d4a23e51e2ad2a4 | /sfftobmp3/tags/REL_3_1_4/win32/boost/boost/type_traits/detail/size_t_trait_undef.hpp | 4f5d2bfb24511fb920a5c6102f409e2995a0f3e0 | [
"BSL-1.0"
] | permissive | Sonderstorch/sfftools | 574649a6b6ba9c404e106f1ca94ae30c8dcafb7e | 53c8ba4fa2efd47e67b8ed986782b8694ee98e15 | refs/heads/master | 2020-03-27T08:06:53.094374 | 2016-06-16T18:11:24 | 2016-06-16T18:11:24 | 61,313,973 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 571 | hpp |
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
// Copyright Aleksey Gurtovoy 2002-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// $Source: /cvsroot/sfftools/sfftobmp3... | [
"Sonderstorch@users.noreply.github.com"
] | Sonderstorch@users.noreply.github.com |
70707af5c769f334547c39aef244848b40b07ed7 | 0f84b56717a0dc95466f0042d29e80e58d2bdb69 | /SDD_ex/StockingStore/StockingStore/StockingStore.cpp | 431392a4319979daace2a2f2ceb9b95bc149eda8 | [] | no_license | cnicolae94/student_work | ea3e26d8b81081d59428c7bb0f1cc2b38878b916 | 2ffcd404bf5b1a1e4641ee8ff0644d97a7cb0998 | refs/heads/main | 2023-05-12T09:01:36.018985 | 2021-05-31T13:35:10 | 2021-05-31T13:35:10 | 355,815,060 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,346 | cpp | #include <iostream>
using namespace std;
struct produs
{
int cod;
char* nume;
float pret;
float cantitate;
};
struct nodls
{
produs inf;
nodls* next, * prev; //punem pointer la nume aparent
};
nodls* inserare(nodls* cap, nodls** coada, produs p)
{
nodls* nou = new nodls;
nou->inf.cod = p.cod;
nou->inf.nume... | [
"62987170+cnicolae94@users.noreply.github.com"
] | 62987170+cnicolae94@users.noreply.github.com |
2a2829649c682281e7331059d9bd2ac95bcf813a | 07ef1b95490b14aed1925c526e9ca8075f51d397 | /include/TinySocket/LinkError.h | 04e6473703944a84442130d4553bec98403617e7 | [
"MIT"
] | permissive | baisai/LightInkLLM | 16123a338f3d890e16410bc16bdd49da49c32c77 | 7f984bf5f3afa3ccfc2c04e8d41948cf3a9bb4b2 | refs/heads/master | 2021-06-04T03:54:37.674684 | 2020-01-04T08:04:45 | 2020-01-04T08:04:45 | 110,995,336 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,540 | h |
/* Copyright ChenDong(Wilbur), email <baisaichen@live.com>. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
... | [
"baisaichen@live.com"
] | baisaichen@live.com |
ccf7b350f606620a45f9a2ca850fa2f3a061be22 | cae581d56a31a313c0c60a8171f0d8ebe2f4665d | /src/Utilities/AlignedWriter.h | 0825af6c55459610780e9296aa3b206c3a4e7045 | [] | no_license | Joshhua5/Protheus | 3c5ac1a3a7a0f6ea81649bc5f328fc0446972b24 | b46384371dee863fc288e4ffb2dd1c479c3a20d5 | refs/heads/master | 2021-05-04T10:16:28.174610 | 2018-11-09T21:52:55 | 2018-11-09T21:52:55 | 52,888,586 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,159 | h | #pragma once
#include "BufferIO.h"
namespace Pro {
namespace Util {
/*! AlignedWriter adds writing functionality to a preexisting AlignedWriter
AlignedWriter works in the sizeOf from the AlignedWriter instead of bytes.
*/
class AlignedWriter :
BufferIO {
public:
AlignedWriter(AlignedBuffer* buffer) ... | [
"Joshhua123@gmail.com"
] | Joshhua123@gmail.com |
1c8349d22343474eb98be064996bf750e5f4273f | bea7ed83dd0b8e3e5cf291f252e1f99b3ad4c0ec | /listTut.cpp | 68e4d76b3e8afdf12cf89755a0daa5f990e74f2a | [] | no_license | manas2297/tutorial | ee1fa151f2ee30e680f48e6dd88d8262606170be | 496b2415fe428fb3887b1db5cd017314ef9001ee | refs/heads/master | 2020-04-14T13:21:33.756070 | 2019-01-23T17:55:38 | 2019-01-23T17:55:38 | 163,866,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 699 | cpp | //this file shows some basic functions and implementations of list in stl c++
#include <iostream>
#include <list>
#include <iterator>
using namespace std;
//func for print list elements
void showList(list <int> g){
list <int> :: iterator it;
for(it= g.begin();it!=g.end();it++)
cout<<"\t"<< *it;
cout<<endl... | [
"yadavmanas22@gmail.com"
] | yadavmanas22@gmail.com |
376e3f995b38645fbf7b96a1fc65a10ca94f5d6e | 083100943aa21e05d2eb0ad745349331dd35239a | /aws-cpp-sdk-email/include/aws/email/model/TlsPolicy.h | fe16685eb11cbb6ed1fb6504dab77a43a6e460ca | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | bmildner/aws-sdk-cpp | d853faf39ab001b2878de57aa7ba132579d1dcd2 | 983be395fdff4ec944b3bcfcd6ead6b4510b2991 | refs/heads/master | 2021-01-15T16:52:31.496867 | 2015-09-10T06:57:18 | 2015-09-10T06:57:18 | 41,954,994 | 1 | 0 | null | 2015-09-05T08:57:22 | 2015-09-05T08:57:22 | null | UTF-8 | C++ | false | false | 1,041 | h | /*
* Copyright 2010-2015 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 "license" file... | [
"henso@amazon.com"
] | henso@amazon.com |
ccc582ccc39c28191a8a62ed991c85bdda50a19f | 2af943fbfff74744b29e4a899a6e62e19dc63256 | /UNCShapeAnalysisLONIpipeline/genParam/par++/vertex.hh | 9846160606664e15ad43f34aaf6cc9dd96481976 | [] | no_license | lheckemann/namic-sandbox | c308ec3ebb80021020f98cf06ee4c3e62f125ad9 | 0c7307061f58c9d915ae678b7a453876466d8bf8 | refs/heads/master | 2021-08-24T12:40:01.331229 | 2014-02-07T21:59:29 | 2014-02-07T21:59:29 | 113,701,721 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 195 | hh | #include <stdio.h>
// should be replaced by <iostream.h>
struct Vertex {int x, y, z, count, neighb[14];};
struct Net {int nvert, nface, *face; Vertex *vert;};
int read_net(FILE*, Net*);
| [
"andy@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8"
] | andy@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8 |
cea47dbf38c9821b5e7196d11e6a24e48dfe07ea | fecd3b12f6a5e3107ffc4e1e941824ca79996201 | /lib/imgui_remote_webby.h | dbc4ea882da159ca3eb5ae4c0c5dfccd0a7b4108 | [] | no_license | balachandranc/Cinder-RemoteImGui | 28179cf26b33f16040c15fc69e49796b8b403b93 | e931ba0817627ebbe53429a689b4e980ddef6b47 | refs/heads/master | 2021-07-15T23:42:57.761650 | 2017-10-17T17:53:32 | 2017-10-17T17:53:32 | 107,258,421 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,705 | h | //-----------------------------------------------------------------------------
// Remote ImGui https://github.com/JordiRos/remoteimgui
// Uses
// ImGui https://github.com/ocornut/imgui 1.3
// Webby https://github.com/deplinenoise/webby
// LZ4 https://code.google.com/p/lz4/
//-----------------------------------------... | [
"balachandran.c@gmail.com"
] | balachandran.c@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.