blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f4ee2d60ba0e70a3fc9605c5f6bf9e4ea67ceb2c | 4a0c25841c0e8bfa85710371a3c3f3d4fcda7ee6 | /Classes/CharacterListPage.cpp | 742cbd5575d3982abc00a4e52840c69367bfe977 | [] | no_license | ljl884/KanColle | 7735b830cceae7beea57dae6fe46e9cb05e2ef39 | 4211b9b703f4c68838e8c38417fe65d255d9db5a | refs/heads/master | 2016-09-15T16:40:05.574596 | 2015-06-13T10:35:45 | 2015-06-13T10:35:45 | 31,156,933 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,336 | cpp | #include "CharacterListPage.h"
#include "Helper.h"
#include "PortOrganizeLayer.h"
#define SHIPS_PER_PAGE 10
#define FONT_COLOR Color3B::BLACK
CharacterListPage::CharacterListPage(PortOrganizeLayer* parent)
{
this->parent = parent;
Hidden = true;
menu = Menu::create(NULL);
auto bgimg = Sprite::create("OrganizeMa... | [
"wentaol@student.unimelb.edu.au"
] | wentaol@student.unimelb.edu.au |
dc4331d6528222efa4aef59a83142cbcd8f58508 | b1cc102f2c360707dce70e068f50f93e1ad8fb4c | /csSpreadControl.ino | c135da4840fbdf32f8f0320a965ce9c889d8985b | [
"MIT"
] | permissive | petruspierre/csSpreadControl | 6f8d27adc64991a6466baa35f17489f076013c51 | daebd46ed4c3fa773f0a1c6952d8a6a16f146545 | refs/heads/master | 2022-04-22T21:34:37.200108 | 2020-04-21T23:05:08 | 2020-04-21T23:05:08 | 257,680,229 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,106 | ino | #define pinBtn 13
int count = 0;
void setup() {
Serial.begin(9600);
pinMode(pinBtn, INPUT_PULLUP);
}
void loop() {
int _isPressed = digitalRead(pinBtn);
Serial.println(_isPressed);
if(_isPressed){
count++;
mouse(count);
delay(95);
} else {
if(count > 0){
Serial.println("release");... | [
"petrus.pierre@academico.ifpb.edu.br"
] | petrus.pierre@academico.ifpb.edu.br |
afac4958cd0d545b66be72527583a601fd4b9cef | 7a91985397ce12d98e8e9be79b2ba9053e4089a0 | /6.26/main.cpp | 53ac99d572652bec46a3f61304452fc16c6d8e1f | [] | no_license | fuzhong123/ma_fuzhong | 7ec7ed1b49b649564a952d730af1ca6cd5bde7c8 | bbe93dd4e159d0fea61ad7c1fd5a62243be2c864 | refs/heads/master | 2020-04-03T10:40:59.518494 | 2019-05-26T09:13:36 | 2019-05-26T09:13:36 | 155,199,581 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 773 | cpp | #include<iostream>
using namespace std;
//华氏温度 = 摄氏温度 * 9.0 / 5.0 + 32
int main()
{
const unsigned short A = 32;
const double R = 9.0 /5.0;
double tempIn, tempOut;
char typeIn, typeOut;
cout<<"请以【xx.x C】或者【xx.x F】这样的格式输入一个温度:\n\n";
cin >> tempIn >> typeIn;
cin.ignore(100,'\n');
cout << "\n";
switch( typeIn... | [
"863242240@qq.com"
] | 863242240@qq.com |
a52e5a4afe9fac9c89be7707abf2e9363c0f8b2a | 4f4e784edad7b5604737fcf4ca33c3b61943b30c | /atcoder/abc/130b.cpp | 7ffb7517636cb74a3bd3f8ee9c0fb59f87540790 | [] | no_license | yakan15/procon | 4197d834576de28ef41e113188013e281dc0aefc | 69272a99d0398d8d5b6efe5b2c10138a8b36ce87 | refs/heads/master | 2021-08-19T22:46:56.223803 | 2020-06-01T16:36:49 | 2020-06-01T16:36:49 | 189,934,967 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | cpp | #include <bits/stdc++.h>
#define rep(i,n) for(int (i)=0;(i)<(n);(i)++)
const bool debug=false;
#define DEBUG if(debug==true)
using namespace std;
typedef long long ll;
typedef unsigned long long ull;
int main(void) {
int n,x;
cin >> n >> x;
vector<int> l;
int ball=0;
int res=1;
re... | [
"h.m_92e3i1@hotmail.com"
] | h.m_92e3i1@hotmail.com |
329919d13792e146de2319c2df333a135ccf5619 | d217da69dc1df15cb1f3df58a5920d9417073d5c | /4_5_2018_tekma2/pcl_demos/src/cylinder_segmentation.cpp | 86cd49c667922cb2533dc5931631169452f91950 | [] | no_license | Zanz2/RiS_team_gamma | fcf9f3cad92972ce1300f06af460f1b6edb5a8e4 | 77fc86a7012e8ba51661687ae000597b361c4bfe | refs/heads/master | 2021-01-25T13:17:24.028469 | 2018-06-13T10:14:36 | 2018-06-13T10:14:36 | 123,545,872 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,677 | cpp | #include <iostream>
#include <ros/ros.h>
#include <math.h>
#include <visualization_msgs/Marker.h>
#include <sensor_msgs/PointCloud2.h>
#include <pcl_conversions/pcl_conversions.h>
#include <pcl/ModelCoefficients.h>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/filters/extract_indices.h>
#include... | [
"zan.zagar@hotmail.com"
] | zan.zagar@hotmail.com |
8318c6beeb334675e152e2d74a74a6d18bb11182 | e2f71ee757e2ca32e762c2696893be6b6f7c76c3 | /TD2-Banque/Banque - Qt/build-BanqueQt-Desktop_Qt_5_11_1_GCC_64bit-Debug/ui_banque.h | 3e9b81935e7284e364ac83979055a7126dd2958e | [] | no_license | EzraGagnard/SNIR1-CPP | 1077cdecaeb8d88effb53eb41246f209a9985ff7 | 30620e08b4ee415f23bc421e42d275163f61fee4 | refs/heads/master | 2020-05-23T23:04:37.492730 | 2019-05-17T12:17:22 | 2019-05-17T12:17:22 | 186,986,495 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,289 | h | /********************************************************************************
** Form generated from reading UI file 'banque.ui'
**
** Created by: Qt User Interface Compiler version 5.11.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
*******************************************... | [
"gmgagnard@gmail.com"
] | gmgagnard@gmail.com |
afd995a8202505b7cf0e04c93fd0e3176e1c08a1 | a56252fda5c9e42eff04792c6e16e413ad51ba1a | /resources/home/dnanexus/root/include/TRefTable.h | 947bec6db8f46b7a314b882dac73ff2d8a43da49 | [
"LGPL-2.1-or-later",
"LGPL-2.1-only",
"Apache-2.0"
] | permissive | edawson/parliament2 | 4231e692565dbecf99d09148e75c00750e6797c4 | 2632aa3484ef64c9539c4885026b705b737f6d1e | refs/heads/master | 2021-06-21T23:13:29.482239 | 2020-12-07T21:10:08 | 2020-12-07T21:10:08 | 150,246,745 | 0 | 0 | Apache-2.0 | 2019-09-11T03:22:55 | 2018-09-25T10:21:03 | Python | UTF-8 | C++ | false | false | 4,399 | h | // @(#)root/cont:$Id$
// Author: Rene Brun 17/08/2004
/*************************************************************************
* Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* ... | [
"slzarate96@gmail.com"
] | slzarate96@gmail.com |
bfce13612e490827ab03e3a6eb732b6eb08efb07 | 64c395a9925516d909b20df3f322ae92877a73b4 | /src/projects/error_correction/error_correction.hpp | db1b9734e8560e33f7b91d02424918f87a6f6f59 | [
"BSD-3-Clause"
] | permissive | AntonBankevich/DR | 8fbef7455c34d18e7501e92b49f5b916b266abdd | 057795fdb75c3b8fe4984845dc9e0ddb2f3dd765 | refs/heads/master | 2022-02-09T22:37:26.179203 | 2022-02-01T18:53:52 | 2022-02-01T18:53:52 | 248,891,874 | 3 | 0 | NOASSERTION | 2020-12-21T05:35:26 | 2020-03-21T02:23:55 | C++ | UTF-8 | C++ | false | false | 16,374 | hpp | //
// Created by anton on 8/26/20.
//
#pragma once
#include "dbg/sparse_dbg.hpp"
#include "common/hash_utils.hpp"
#include "common/output_utils.hpp"
#include "common/simple_computation.hpp"
#include <queue>
#include <functional>
namespace error_correction {
inline std::ostream& operator<<(std::ostream& out, cons... | [
"anton.bankevich@gmail.com"
] | anton.bankevich@gmail.com |
18b3188ebbc7d543c18cfe876526203be2798078 | d83ffa98b2a2c4fa96d2ce59f7b986e407437f09 | /src/client/net/BinaryClientTransport.h | 5acc81d7d5c409b04cb1e45bbeb048bf275e53c1 | [] | no_license | maumyrtille/VoxelGameClient | 2e01f26f53fada98de6381121ff2a85f469ffc3a | 48b91efc443d41e73f2985976d70a9ebf3251978 | refs/heads/master | 2023-06-19T12:15:42.103194 | 2021-07-16T20:24:04 | 2021-07-16T20:24:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | h | #pragma once
#include <vector>
#include <mutex>
#include <bitsery/bitsery.h>
#include <bitsery/adapter/buffer.h>
#include <bitsery/traits/string.h>
#include "ClientTransport.h"
class GameEngine;
class BinaryClientTransport: public ClientTransport {
VoxelTypeSerializationContext m_voxelTypeSerializationContext;
pr... | [
"kiv.apple@gmail.com"
] | kiv.apple@gmail.com |
7bedc1ccc9795a0010e1dbe827d11a104b2ebec8 | d3b07a9519e32ea0b209f2a28545ec79c4daffca | /Delhi_University_BSc(HOUN)Computer_Science_Practicals/In_C++/Program_3_WAP to reverse a user entered string using recursion.cpp | 355c7722f6c76372d2754594fd9a97c97f3edf19 | [] | no_license | Hacker-BlackHATS/Data-Structures | 7a3479e135e54d705f56e7e57e4084c7b5d49e4f | ed03b374f13ba1ac8b4330e8a7786350f83d2119 | refs/heads/master | 2020-08-26T21:04:28.657814 | 2019-11-20T18:26:59 | 2019-11-20T18:26:59 | 217,148,111 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 496 | cpp | //Objective : WAP to reverse a user entered string using recursion.
#include <iostream>
#include<conio.h>
using namespace std;
string rev(string s,int i, int j){
if((i==j)||(j<i)){
return s;
}
else{
char c = s[i];
s[i]=s[j];
s[j]=c;
return rev(s,++i,--j);
... | [
"noreply@github.com"
] | Hacker-BlackHATS.noreply@github.com |
fa0f76de13edc182c449619ebde2ef09feeef620 | f3995affb205e57e40bf3037c22f2925cc0e8ed4 | /UVA101.cpp | c3604c2811b79c725f34f42b1c2d3c2a3594f7d4 | [] | no_license | 1025652942/UVA | e3789ecf553980a50666d0fcf3b687ac9da9e29f | 2b3c33890095e0c72540056e8aba257c82b2807d | refs/heads/master | 2021-05-10T11:10:51.474215 | 2018-01-22T06:40:19 | 2018-01-22T06:40:19 | 118,407,683 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,666 | cpp | ///模拟 查找a,b的位置 2n 2
///将a上所有积木复原 v[i].push_back(i);
///将a落到b上
#include<iostream>
#include<vector>
#include<cstring>
#include<string>
#include<algorithm>
#include<cstdio>
using namespace std;
vector<int>ss[27];
vector<int>::iterator it,it1,it2;
///pile over
void deal1(int a1,int a2,int n)
{
///c... | [
"noreply@github.com"
] | 1025652942.noreply@github.com |
7e6bc6162d685e41cf9c4060f8eed42c10f0c58f | e1cef84f11449c5107f79a5f1d10198d39048028 | /sources/IPAddress.cpp | d4581bfc850438d5ade6e6b35ea81f0beff15739 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | LukasBanana/MercuriusLib | 7e391d019b225a04b4c0c4906e0cc2af8b30cc77 | 0b80c49b52a166a4a5490f3044c64f4a8895d9ae | refs/heads/master | 2021-01-20T00:13:42.433365 | 2018-09-24T14:12:49 | 2018-09-24T14:12:49 | 89,097,810 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,030 | cpp | /*
* IPAddress.cpp
*
* This file is part of the "MercuriusLib" project (Copyright (c) 2017 by Lukas Hermanns)
* See "LICENSE.txt" for license information.
*/
#include <Merc/IPAddress.h>
#include "IPv4Address.h"
namespace Mc
{
std::unique_ptr<IPAddress> IPAddress::MakeIPv4(unsigned short port)
{
return st... | [
"lukas.hermanns90@gmail.com"
] | lukas.hermanns90@gmail.com |
7723f6b2c21f8414f74b7e9f94152090f3468949 | 2021a4467ef792337c3975ad26c2f9415544a62f | /Source/Hunter/HT_LoginWidget.cpp | bf3496dc5b6583f2e83d48e76c7bfc143bce0880 | [] | no_license | blackCatx/Unreal-Portfolio | 72f01c09753b79c8c69a2a5e713f161d60f497b3 | a9ac90e00e2c06c0f2cc24c1ee7c921b5d4bad4e | refs/heads/master | 2020-08-03T07:17:06.689709 | 2018-04-26T09:25:35 | 2018-04-26T09:25:35 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,200 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "Hunter.h"
#include "HT_LoginWidget.h"
#include "HT_GameInstance.h"
#include "EditableTextBox.h"
#include "HT_LoginThread.h"
#include "HT_MessageBoxWidget.h"
#include "Runtime/Sockets/Public/Sockets.h"
void UHT_LoginWidget::OnLogi... | [
"iso5930@naver.com"
] | iso5930@naver.com |
2ae89233c0bd79c6b87c010f5d190709a049f1ea | 6fd9a785cd59f1673e2bb13e6308dfee7dd5141e | /c++stl/myvec.cpp | 34648b522b17a25046d5ca1eb441e49583bd3aba | [] | no_license | debnathsinha/scratch | d68fb3e8a3fdf8c19dfb86a37a7c64e6919739d0 | 2154061d3e926b52cfd9ffdbb6761ba6ff6bd64e | refs/heads/master | 2021-01-01T17:04:43.211081 | 2013-07-11T18:06:02 | 2013-07-11T18:06:02 | 1,557,888 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 424 | cpp | #include <iostream>
#include <vector>
#include <list>
int main() {
std::cout << "Hello World" << std::endl;
const int N = 3;
std::vector<int> region1(N);
std::list<int> region2;
region2.push_back(1);
region2.push_back(0);
region2.push_back(3);
std::copy(region2.begin(), region2.end(), region1.begi... | [
"debnathsinha@gmail.com"
] | debnathsinha@gmail.com |
144d159ccf554f44b369957c3098264590a36d9b | 86a493c7e48bb37fddf081bcd7c8cb0e10e01219 | /pattern7.cpp | 1207810131087ee9c344d03b46f50e5d8ac74e30 | [] | no_license | dsprajput/apnacollege | aa5640ca29df161d66c027c0222d79895df96d74 | 84128142c9b52549f7c738c3834a906bd12b5654 | refs/heads/main | 2023-02-07T18:24:38.405214 | 2020-12-30T09:27:13 | 2020-12-30T09:27:13 | 311,663,453 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 538 | cpp | #include<iostream>
using namespace std;
int main()
{
for(int i=0; i<4; i++)
{
for(int j=0; j<4+i; j++)
{
if(i+j>=3)
{
cout<<"*";
}
else
cout<<" ";
}
cout<<endl;
}
for(int i=4; i>0; i--)
{... | [
"dsprajput.2801@gmail.com"
] | dsprajput.2801@gmail.com |
db3de6533283136709337fe769321790ca3d218d | 5175bd24b43d8db699341997df5fecf21cc7afc1 | /libs/leaf/test/accumulate_basic_test.cpp | 94b88608b937d8b8c2b46e39011b24efa536bbc9 | [
"BSL-1.0",
"LicenseRef-scancode-proprietary-license"
] | permissive | quinoacomputing/Boost | 59d1dc5ce41f94bbd9575a5f5d7a05e2b0c957bf | 8b552d32489ff6a236bc21a5cf2c83a2b933e8f1 | refs/heads/master | 2023-07-13T08:03:53.949858 | 2023-06-28T20:18:05 | 2023-06-28T20:18:05 | 38,334,936 | 0 | 0 | BSL-1.0 | 2018-04-02T14:17:23 | 2015-06-30T21:50:37 | C++ | UTF-8 | C++ | false | false | 1,195 | cpp | // Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc.
// 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)
#ifdef BOOST_LEAF_TEST_SINGLE_HEADER
# include "leaf.hpp"
#else
# include <boost/leaf/on_err... | [
"apandare@lanl.gov"
] | apandare@lanl.gov |
70f00cbbcd02a64611c42d869a4a7ea7b7aa2884 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/xgboost/xgboost-gumtree/dmlc_xgboost_old_new_new_log_360.cpp | d85b5ca5a79bdc14d8c371888e2013c6630e95f4 | [] | 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 | 58 | cpp | utils::Assert(rmax >= rmin + wmin, "relation constraint"); | [
"993273596@qq.com"
] | 993273596@qq.com |
dd5f32f5d2cea9a7fbd39f35c49f9a04c8e5534f | 83ac6cbdf70e6ffaed06184e4803377563c3fc88 | /condition_parser.h | 731991b366a58e76031711d55219645e393a2df2 | [] | no_license | jBuly4/Yandex_Art_of_modern_Cpp_developing_Yellow_belt | 36405c1a65163042b1d3fd8d2200ff21a21e6dba | f2a1dc5291e5f314b027bee0db37f38e44379e49 | refs/heads/main | 2023-08-26T14:42:03.119289 | 2021-10-30T10:15:41 | 2021-10-30T10:15:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | h | //
// condition_parser.h
// yellow_course_poject
//
// Created by research on 09.03.2021.
//
#ifndef condition_parser_h
#define condition_parser_h
#pragma once
#include "node.h"
#include <memory>
#include <iostream>
using namespace std;
shared_ptr<Node> ParseCondition(istream& is);
void TestParseCondition();
... | [
"ibuly4@gmail.com"
] | ibuly4@gmail.com |
d22ee4325cfce2ab6c13b38ec383111e837ffe01 | 447cd9de29b2455aa097d465088ff132668cf9ce | /riscv_scml/vp/src/platform/multicore/mc_main.cpp | f44b1180510404a377ed67e76ad7d15bdc3ef85c | [
"MIT"
] | permissive | yangdunan/riscv_vp | 892a3e216805deb42cb1f8d1c79a588cb860b5c1 | 5db8f38ee35cb872ed7155299a2b9cab1644da7e | refs/heads/master | 2021-04-17T18:31:30.025459 | 2020-03-25T16:22:27 | 2020-03-25T16:22:27 | 249,466,241 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,681 | cpp | #include <cstdlib>
#include <ctime>
#include "core/common/clint.h"
#include "elf_loader.h"
#include "iss.h"
#include "mem.h"
#include "memory.h"
#include "syscall.h"
#include <boost/io/ios_state.hpp>
#include <boost/program_options.hpp>
#include <iomanip>
#include <iostream>
using namespace rv32;
struct Options {
... | [
"juliany922@gmail.com"
] | juliany922@gmail.com |
670743b329dbf67591a8a55085a811a5129960db | 45ee32435c345790cae1f10111e37f860395f1ea | /art-extension/runtime/elf_file.h | c3616f7290c6cc6806b0aeb42ec8136e6ff81728 | [
"Apache-2.0",
"NCSA",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | android-art-intel/Nougat | b93eb0bc947088ba55d03e62324af88d332c5e93 | ea41b6bfe5c6b62a3163437438b21568cc783a24 | refs/heads/master | 2020-07-05T18:53:19.370466 | 2016-12-16T04:23:40 | 2016-12-16T04:23:40 | 73,984,816 | 9 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,537 | h | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"aleksey.v.ignatenko@intel.com"
] | aleksey.v.ignatenko@intel.com |
d1eaf1461e2358231f532f8f747215576411a295 | 66476eb7b8a452a8bd4e1e8a57dd272e8971cf45 | /main/editeng/source/accessibility/AccessibleHyperlink.cxx | 82ebffded5e39fdf62d64f154d2862eac0b967dc | [
"Apache-2.0",
"LGPL-2.0-or-later",
"HPND-sell-variant",
"ICU",
"LicenseRef-scancode-warranty-disclaimer",
"PSF-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"IJG",
"Zlib",
"NTP",
"W3C",
"GPL-1.0-or-later",
"LicenseRef-scancode-python-cwi",
"Bitstream-Vera",
"LicenseRef-scan... | permissive | ECSE437-Fall2019/OpenOffice | 36d6fb9830ceadc2f48ebab617b38b33c09cfd14 | b420a30da4cb79c4d772ac2797aefce603e3a17b | refs/heads/master | 2020-09-16T15:30:56.625335 | 2019-11-25T03:44:52 | 2019-11-25T03:44:52 | 223,813,824 | 0 | 5 | Apache-2.0 | 2019-11-25T04:52:31 | 2019-11-24T21:37:39 | C++ | UTF-8 | C++ | false | false | 13,536 | cxx | /**************************************************************
*
* 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 y... | [
"boury.mbodj@mail.mcgill.ca"
] | boury.mbodj@mail.mcgill.ca |
5329782712fbde3e49a23d45c3b25195b0f0995a | 4ba0b403637e7aa3e18c9bafae32034e3c394fe4 | /cplusplus/wrencc2/utility.hh | 4dd3102f2ccbd03b7bc6bcba741e7a3e592f8af1 | [] | no_license | ASMlover/study | 3767868ddae63ac996e91b73700d40595dd1450f | 1331c8861fcefbef2813a2bdd1ee09c1f1ee46d6 | refs/heads/master | 2023-09-06T06:45:45.596981 | 2023-09-01T08:19:49 | 2023-09-01T08:19:49 | 7,519,677 | 23 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 2,833 | hh | // Copyright (c) 2019 ASMlover. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list ofconditions and... | [
"asmlover@126.com"
] | asmlover@126.com |
6b49a2c7d2dca92bc2a0e185a6f2f7d10533d3cc | 9acaa2118fb9315d0c2ce59db5a51ee1d3f5ed40 | /include/Gaffer/Private/IECorePreview/LRUCache.h | cf6e0f85d9481e82fbc8c22bd82adea6ae6a7c6d | [
"BSD-3-Clause"
] | permissive | medubelko/gaffer | 9f65e70c29e340e4d0b74c92c878f7b6d234ebdd | 12c5994c21dcfb8b13b5b86efbcecdcb29202b33 | refs/heads/master | 2021-06-07T16:29:54.862429 | 2020-05-22T11:55:16 | 2020-05-22T11:55:16 | 129,820,571 | 1 | 0 | NOASSERTION | 2019-06-14T18:53:40 | 2018-04-16T23:59:50 | C++ | UTF-8 | C++ | false | false | 8,459 | h | //////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2007-2014, Image Engine Design Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | [
"thehaddonyoof@gmail.com"
] | thehaddonyoof@gmail.com |
a3b5ad2b5c9750dd4625ffd1115900481b9449cd | 68cf71d51d1ec73432eac938d61300b2705bceb2 | /src/nstl/hash/testLinearProbingHashTime.cc | 6f7dda2ec606a5d7bc0d049bd9f0db2f4e685385 | [] | no_license | ciklon-z/v4abs | ed72583475d1a818b830572b074b2fcf938b2a6d | 6ef899eafc1f7df98d7d7cf9bf454e907be5a898 | refs/heads/master | 2021-01-14T08:32:08.419868 | 2014-09-15T08:27:56 | 2014-09-15T08:27:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 561 | cc | #include "test/UnitTest.h"
#include "HashTable.h"
#include "Random.h"
#include "Config.h"
#define DEBUG_EXPR(expr) do { std::cerr << #expr << " : " << (expr) << " @ (" << __FILE__ << " : "<< __LINE__ << ")" << std::endl; } while(0)
void test_linear_probing_hash_time() {
HashTable<int> hash;
// const size_t... | [
"chiahsun0814@gmail.com"
] | chiahsun0814@gmail.com |
9d7ea7ede7ee53228e266ff35c7208ad8c026737 | 6e790b19299272268806f8808d759a80401f8825 | /DX/DX/src/Include/GameplayLayer/Components/transform.h | aed2dd78f56f6d7c391504cd43dc11424bb07f7e | [] | no_license | SilvanVR/DX | 8e80703e7ce015d287ba3ebc2fc0d78085d312f1 | 0fd7ec94e8d868c7a087f95f9dda60e97df38682 | refs/heads/master | 2023-07-16T01:42:48.306869 | 2021-08-28T02:36:32 | 2021-08-28T02:36:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,998 | h | #pragma once
/**********************************************************************
class: Transform (transform.h)
author: S. Hau
date: December 17, 2017
**********************************************************************/
#include "i_component.h"
namespace Components {
//**********************... | [
"silvan-hau@web.de"
] | silvan-hau@web.de |
93c96235718204222ae41cd86e0baf3e790cc49e | f4e4d657944eae561d009cd29650219539a2333b | /src/Core/Input.h | 1e738903f28612eb87bdb3bfe6f00e8558041df9 | [] | no_license | antopilo/OpenGLSandbox | bbada90d31f86c0c3d28f7aa50876c9fcc49fdc0 | 2a80d069c0ab36b8e0fc28c87091e9a7cac28e9d | refs/heads/master | 2023-04-08T02:29:18.839751 | 2021-04-13T17:10:26 | 2021-04-13T17:10:26 | 324,453,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 511 | h | #pragma once
#include <utility>
class Input
{
public:
static bool IsKeyPressed(int keycode);
static bool IsKeyPress(int keycode);
static bool IsKeyReleased(int keycode);
static bool IsMouseButtonPressed(int button);
static void HideMouse();
static void ShowMouse();
static bool IsMouseHidden();
static float G... | [
"antoinepilote1@hotmail.com"
] | antoinepilote1@hotmail.com |
4f63ee106f489751690222d8a58da8470a2ba0cd | daf6dd0d2db12106bfc1202586781ef9f658fe42 | /Basic Codes/DhakaSim-qt/qt/qt/userinterface-build-Desktop_Qt_5_0_1_MinGW_32bit-Debug/ui_plot.h | 9b4bce504e8c06a8af9acd51e0b3966c13e4b0af | [] | no_license | bejon028/DhakaTrafficeSimulator | 359e89afe5c590c821441aea44e4b0bce98b4b00 | ff9d38d9cdb42ce45c8fc0542c705e55b2215fe7 | refs/heads/master | 2021-01-22T04:18:08.987528 | 2017-02-10T05:28:23 | 2017-02-10T05:28:23 | 81,529,918 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,030 | h | /********************************************************************************
** Form generated from reading UI file 'plot.ui'
**
** Created by: Qt User Interface Compiler version 5.0.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
**********************************************... | [
"bejon.sarker@konasl.com"
] | bejon.sarker@konasl.com |
476aa8997fc3ad92c2471657b2330fb91eb6ab6f | 4deeef97bd5346899c463bc92c564990cb56fc9c | /lab1/sketch_part3/sketch_part3.ino | 70a12d9b7ecbd73addc32d4bd6cbb35a1e3d0b2f | [] | no_license | daveyproctor/Arduino | f5bd73ab2292e8cf931fdce5881e30a1a578a04e | 45d51524c149ed61a22be1585e6b0ef8808b60a2 | refs/heads/master | 2020-04-21T10:25:17.114535 | 2019-05-03T20:03:33 | 2019-05-03T20:03:33 | 169,485,836 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 708 | ino | #include "testasm.h"
void setup() {
// put your setup code here, to run once
Serial.begin(9600);
Serial.print("The third Fibonacci number is ");
Serial.println(testasm(3));
Serial.print("The fifth Fibonacci number is ");
Serial.println(testasm(5));
Serial.print("The seventh Fibonacci number is "... | [
"david.proctor@yale.edu"
] | david.proctor@yale.edu |
ba234220c3f041b427529742e3ac9f3871cdbe6e | 9381784914cff5dcb9d168fde6401757bd4b55f8 | /DSU on trees/D. Distance in Tree.cpp | 0c40fc2f5a3357ac5e7b895e54e5d9715fa2508c | [] | no_license | AhmedMorgan/morganslib | d4aa4cda2d2a83376910548faa83c5fd334f4005 | 3322bcfc1f543596e9e8659324bbcdf8a8b66db7 | refs/heads/master | 2020-08-06T03:01:15.600413 | 2019-10-04T12:29:40 | 2019-10-04T12:29:40 | 212,809,537 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,876 | cpp | #include <bits/stdc++.h>
#define ll long long
#define mp make_pair
#define PI 3.1415926535897932384626433832
#define MOD 1000000007
#define MOD2 1000000009
#define bas 29
#define bas2 19
using namespace std;
const int len = 5e4 + 9;
int n, k, x, y;
vector<int> *vec[len];
int cnt[len * 2];
int cnt1[len * 2];
int lev[len... | [
"medo.morgan22@gmail.com"
] | medo.morgan22@gmail.com |
8adc9b7cf1ec69be388ec6b6ac028251e82e755a | a7e3f6b805cabe1c906fb94430a8aadd9b3eab7c | /BloggerProxyModel.cpp | 7fdc19414ca801119e54b6a52842ffd9904cb231 | [] | no_license | luisfilipegoncalves/bloggerQml | 5d4be3b4d9e01611f20a8f8e6d762028515b4cb0 | c5476b03532215c48c8328679df918462ba2644a | refs/heads/master | 2020-12-24T15:32:39.051595 | 2013-11-04T23:28:07 | 2013-11-04T23:28:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,101 | cpp | #include "BloggerProxyModel.h"
#include "BlogModel.h"
#include "BloggerLoader.h"
#include <QDate>
#include <QDebug>
#include <QUuid>
BloggerProxyModel::BloggerProxyModel(QObject *parent) :
QSortFilterProxyModel(parent)
{
}
void BloggerProxyModel::search(const QString &text)
{
setFilterWildcard(text);
}
bool... | [
"exnlesi@gmail.com"
] | exnlesi@gmail.com |
5a5e1a5fd44f384b715f4d5b9586cada29845623 | f969f027e98c3d5106c423e57ea4fc7d2903a8fb | /AddTwoNumbers.cpp | c59385aec5c0ad6f1359dd4bf9b64a35fb3728cb | [] | no_license | BenQuickDeNN/LeetCodeSolutions | eb2e1e3d2f13621f4d603e26f28a0fce2af75f1b | 4165aca74114e9841a312b27ccc4a807a9fd65e5 | refs/heads/master | 2023-09-04T12:02:24.846562 | 2021-11-13T03:44:11 | 2021-11-13T03:44:11 | 255,344,497 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,856 | cpp | /*****************************************************************************************************
* 给出两个 非空 的链表用来表示两个非负的整数。其中,它们各自的位数是按照 逆序 的方式存储的,并且它们的每个节点只能存储
* 一位 数字。
* 如果,我们将这两个数相加起来,则会返回一个新的链表来表示它们的和。
* 您可以假设除了数字 0 之外,这两个数都不会以 0 开头。
* 示例:
* ----------------------------------------
* 输入:(2 -> 4 -> 3) + (5 -... | [
"benquickdenn@foxmail.com"
] | benquickdenn@foxmail.com |
0d43252d8907b5ff2c44660ec56cbe21568d0d75 | f2339e85157027dada17fadd67c163ecb8627909 | /Server/Spell/Include/ISpell.h | 80d3e4b089a3bd94830a24166fd658f399152cc7 | [] | no_license | fynbntl/Titan | 7ed8869377676b4c5b96df953570d9b4c4b9b102 | b069b7a2d90f4d67c072e7c96fe341a18fedcfe7 | refs/heads/master | 2021-09-01T22:52:37.516407 | 2017-12-29T01:59:29 | 2017-12-29T01:59:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,101 | h | /*******************************************************************
** 文件名: ISpell.h
** 版 权: (C) 深圳冰川网络技术有限公司 2008 - All Rights Reserved
** 创建人: 陈涛 (Carl Chen)
** 日 期: 1/8/2015
** 版 本: 1.0
** 描 述:
技能系统接口
********************************************************************/
#pragma once
#include "IEntity.h"... | [
"85789685@qq.com"
] | 85789685@qq.com |
e9184190cb114af611343297ae5a083184297aa0 | 81e71315f2f9e78704b29a5688ba2889928483bb | /include/crutil/crCollectOccludersVisitor.h | 30bca079bf43d4da4a73334068212273a6c33e52 | [] | no_license | Creature3D/Creature3DApi | 2c95c1c0089e75ad4a8e760366d0dd2d11564389 | b284e6db7e0d8e957295fb9207e39623529cdb4d | refs/heads/master | 2022-11-13T07:19:58.678696 | 2019-07-06T05:48:10 | 2019-07-06T05:48:10 | 274,064,341 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,976 | h | /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* included ... | [
"wucaihua@86aba9cf-fb85-4101-ade8-2f98c1f5b361"
] | wucaihua@86aba9cf-fb85-4101-ade8-2f98c1f5b361 |
0244e5ed51a4daf96358bf4affbd487f86f934dc | 9eaf9c37dda16a2861a354b928acf3f63973aa34 | /include/obvi/util/camera3.hpp | 270b9c9802ec5860f74a573fe62d2581548037fa | [
"MIT"
] | permissive | stephen-sorley/obvi | 5d9eb9799f66cd44c160024ea5b923ae6b292f79 | ead96e23dfd9ffba35590b3a035556eeb093d9a8 | refs/heads/master | 2020-04-22T23:22:33.818191 | 2020-03-03T23:10:06 | 2020-03-03T23:10:06 | 170,739,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,411 | hpp | /* Header-only class to manage a camera in 3D space.
*
* This includes both the camera's position/orientation in world space, and the projection
* transformation used to model the camera's lens.
*
* Projection matrix math taken from here:
* https://www.glprogramming.com/red/appendixf.html (frustum only - ... | [
"stephen.sorley@gmail.com"
] | stephen.sorley@gmail.com |
76bd00982fc1a77ecaa4bc4535e658b408c17ebc | 69b9cb379b4da73fa9f62ab4b51613c11c29bb6b | /submissions/agc015_b/main.cpp | 2bc19333e5075673a0b5fff7dd5c92c9d72fbcbc | [] | no_license | tatt61880/atcoder | 459163aa3dbbe7cea7352d84cbc5b1b4d9853360 | 923ec4d5d4ae5454bc6da2ac877946672ff807e7 | refs/heads/main | 2023-07-16T16:19:22.404571 | 2021-08-15T20:54:24 | 2021-08-15T20:54:24 | 118,358,608 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 514 | cpp | #include <iostream>
#include <cstring>
using namespace std;
typedef long long ll;
typedef unsigned long long ull;
#define PrintLn(X) cout << X << endl
#define Rep(i, n) for(int i = 0; i < (int)(n); ++i)
#define For(i, a, b) for(int i = a; i < (int)(b); ++i)
int main(void)
{
char S[100001];
cin >> S;
ll ans = 0;
... | [
"tatt61880@gmail.com"
] | tatt61880@gmail.com |
0100bc3677aa5a07ed95c1dedb295fa0b7e086be | 6f8db19fbc8f1f0d14251d47c6cec03fee6b21d7 | /LetterEditor/main.cpp | 9bb2ed669c6c937b1240651778e298e99bd26e1f | [] | no_license | sebastienbrg/ReadLearnWrite | 348b121d16240b802607e88beec3680e30013202 | 661508a52fbb2f39ba370406cc6c41f7ed03f623 | refs/heads/master | 2020-04-02T06:07:41.975409 | 2018-11-20T12:33:21 | 2018-11-20T12:33:21 | 154,130,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 445 | cpp | #include <QGuiApplication>
#include <QQmlApplicationEngine>
#include "pathmodel.h"
int main(int argc, char *argv[])
{
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);
QQmlApplicationEngine engine;
qmlRegisterType<PathModel>("pathmodel", 1, 0, "PathModel")... | [
"sebastien.berge@vossloh.com"
] | sebastien.berge@vossloh.com |
340b4cf7a452d0030168667f1cf44b6e8d37e677 | d38fc517d34598d7f2f8a32de9c29e90f12c6d2f | /unittests/test_protocol.hpp | 35af737db9f4652bec1f561eb030cf8e8a37022d | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | EOSIO/history-tools | 3a1455e54b0c58075ff97d14751eb6754fd01be6 | 4f1052dabdf88b1497db06718c31b4594175c1c8 | refs/heads/master | 2022-08-04T21:50:54.682181 | 2022-01-13T18:10:57 | 2022-01-13T18:10:57 | 159,573,050 | 59 | 55 | MIT | 2022-06-01T05:45:19 | 2018-11-28T22:20:21 | C++ | UTF-8 | C++ | false | false | 35,928 | hpp | #pragma once
#include <eosio/check.hpp>
#include <eosio/crypto.hpp>
#include <eosio/fixed_bytes.hpp>
#include <eosio/float.hpp>
#include <eosio/name.hpp>
#include <eosio/opaque.hpp>
#include <eosio/stream.hpp>
#include <eosio/time.hpp>
#include <eosio/varint.hpp>
namespace test_protocol {
typedef __uint128_t uint128... | [
"huangh@objectcomputing.com"
] | huangh@objectcomputing.com |
682e44a22c19cba9efb45e4d7f48c2f939a1197f | 3394ee144825b7875c4294c496274809823900fb | /Album.hpp | c9e59a9e7e747ab61af3babf372c1f8774c5a6c7 | [] | no_license | road-cycling/jsonp5 | e58941be32ebd94fee51cda3d4299ad68b2e4b7a | 9519f4ce7160547c684891d5eb40e806ea1d11c5 | refs/heads/master | 2021-08-23T03:20:31.146426 | 2017-12-02T21:25:05 | 2017-12-02T21:25:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,364 | hpp | #ifndef _album_hpp
#define _album_hpp
//class Tracks;
class Artist;
#include "JSONDataObject.hpp"
#include "AlbumImage.hpp"
#include "AlbumImages.hpp"
#include "Tracks.hpp"
//#include "Artist.hpp"
#include <iostream>
#include <memory>
#include <fstream>
#include <algorithm>
class Album: public JSONDataObject {
pu... | [
"eathotlead@gmail.com"
] | eathotlead@gmail.com |
81c80881b40c61f507a904273914b4d675750768 | 998720baa128c629e00d44482201a0a6b52be1fd | /src/cg/framebuffer_object.h | 61d81fef7fcf6186e34f10054cb450c6d5e7b5dd | [] | no_license | hpsoar/axle | b3037fd972f7f387641e0746b0c3938bb7a4a09e | 1a88f49e5253d0f48c2882f174b04fd52f2bab70 | refs/heads/master | 2021-01-20T09:12:33.463095 | 2013-10-28T14:54:34 | 2013-10-28T14:54:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,522 | h | #ifndef AXLE_CG_FRAMEBUFFER_OBJECT_H
#define AXLE_CG_FRAMEBUFFER_OBJECT_H
#include "../core/settings.h"
#include <GL/glew.h>
namespace ax {
class FramebufferObject {
public:
FramebufferObject();
~FramebufferObject();
/// Bind this FBO as current render target
void Bind() const;
/// Bind a texture to the ... | [
"hpsoar@gmail.com"
] | hpsoar@gmail.com |
eba9212ff5d92a3c75e93be92466ddda25ecadd0 | a6d9b0f30f38bb7c3e777cb4befd4bc675935fa8 | /src/Common/localdata/GetExistingTrackImportJobQuery.cpp | 270984ceb8c4baf958884fe32a0bc80b811410eb | [] | no_license | asdlei99/Tidal-Unofficial-Win10 | 2cb41ed8478078bc02ea26c74234de1e1075c526 | 37dbfde89c8e346dd09526adc6144e3699c943c0 | refs/heads/master | 2021-06-09T12:48:17.904735 | 2016-08-25T11:07:56 | 2016-08-25T11:07:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,041 | cpp | #include "pch.h"
#include "GetExistingTrackImportJobQuery.h"
using namespace localdata;
std::string localdata::GetExistingTrackImportJobQuery::identifier()
{
return "GetExistingTrackImportJobQuery";
}
std::string localdata::GetExistingTrackImportJobQuery::sql(int statementIndex)
{
return "select " + track_import_job... | [
"sferquel@infinitesquare.com"
] | sferquel@infinitesquare.com |
35f45a1edbf9a8ad8529413e5ade2792d65c8776 | 52dc9080af88c00222cc9b37aa08c35ff3cafe86 | /1100/40/1148a.cpp | 6cae6296c8c1d1ba0b79df37e0a6adf9aff697a6 | [
"Unlicense"
] | permissive | shivral/cf | 1c1acde25fc6af775acaeeb6b5fe5aa9bbcfd4d2 | d7be128c3a9adb014a231a399f1c5f19e1ab2a38 | refs/heads/master | 2023-03-20T01:29:25.559828 | 2021-03-05T08:30:30 | 2021-03-05T08:30:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 326 | cpp | #include <iostream>
void answer(size_t v)
{
std::cout << v << '\n';
}
void solve(size_t a, size_t b, size_t c)
{
const size_t d = std::min(a, b);
a -= d, b -= d;
answer((b > 0) + (c + d) * 2 + (a > 0));
}
int main()
{
size_t a, b, c;
std::cin >> a >> b >> c;
solve(a, b, c);
return ... | [
"5691735+actium@users.noreply.github.com"
] | 5691735+actium@users.noreply.github.com |
4a782cb6f08074e13111dcaa4896f3311b763f86 | ae4675b9c473b19252a26f54e2a27af91684e3f0 | /Arduino Files/Connect_to_Cayenne/Connect_to_Cayenne.ino | bde0ca4225c25f38c22da5cd95c2b0a50f1cb71e | [] | no_license | purichkung/connect-esp8266-to-cayenne | 503396fda11973bc28db5d43d2db5adb3eff869e | 864c1ae56137c820d0fcfaa06de620ce9836be04 | refs/heads/master | 2022-12-08T08:41:40.437034 | 2017-03-12T14:10:48 | 2017-03-12T14:10:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 611 | ino | #define CAYENNE_DEBUG // Uncomment to show debug messages
#define CAYENNE_PRINT Serial // Comment this out to disable prints and save space
#include "CayenneDefines.h"
#include "BlynkSimpleEsp8266.h"
#include "CayenneWiFiClient.h"
// Cayenne authentication token. This should be obtained from the Cayenne Dash... | [
"noreply@github.com"
] | purichkung.noreply@github.com |
aa7caff6a9ce929f4bb0dab6dd7e33c811df6177 | 8a4f5627b58aa54fd6a549f90b3c79b6e285c638 | /C++/Longest Common Subsequence/print_shortest_common_supersequence.cpp | 5fc26a24d862665a8807756088ceef6beff88a03 | [] | no_license | MrChepe09/Dynamic-Programming-Series | 334f24af4f834f88840bf5222746d2b7452a33ee | d49e5bd7cb329b0b0f1382eb8627ba0427383499 | refs/heads/master | 2022-11-29T09:40:01.065561 | 2020-08-07T05:15:21 | 2020-08-07T05:15:21 | 283,384,811 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,224 | cpp | #include<bits/stdc++.h>
using namespace std;
void printscs(string a, string b){
int m = a.length();
int n = b.length();
int dp[n+1][m+1];
for(int i=0; i<=m; i++){
for(int j=0; j<=n; j++){
if(i==0 || j==0){
dp[i][j] = 0;
} else if(a[i-1]==b[j-1]){
... | [
"khanujabhupinder09@gmail.com"
] | khanujabhupinder09@gmail.com |
d38ee4f55861e8f318fb3a029766703563e1d828 | 5b31026105843fc6a6a0c542f3dd4e59ca3a27e1 | /ddimon/DdiMon/inject.cpp | 04fe6ccc465adaa0e741eb1201ec14cbbb0ec484 | [
"MIT"
] | permissive | fIappy/Syscall-Monitor | a7e35444e1fc1e23f1d881b4dc3cf080b33ea646 | fb391fbc2ac09daeb9bf35317565ef36da4c38c6 | refs/heads/master | 2021-06-18T03:27:16.821143 | 2021-06-15T16:27:08 | 2021-06-15T16:27:08 | 260,613,717 | 1 | 0 | null | 2020-05-02T04:30:52 | 2020-05-02T04:30:51 | null | UTF-8 | C++ | false | false | 24,354 | cpp | #include <ntifs.h>
#include <Ntstrsafe.h>
#include "NativeEnums.h"
#include "NativeStructs.h"
#include "PEStructs.h"
#include "main.h"
#pragma warning(disable : 4311)
#pragma warning(disable : 4302)
EXTERN_C{
UNICODE_STRING m_GlobalInject = { 0 };
#ifdef AMD64
UNICODE_STRING m_GlobalInject64 = { 0 };
... | [
"113660872@qq.com"
] | 113660872@qq.com |
241780398d88347a6b3ee93da70d9b060fe61b52 | 86a9081a05b837ad0f0feaf6e003a1cbb276993f | /cg_exercises-cg_exercise_01/cg_exercise_01/cglib/lib/glm/glm/detail/_features.hpp | e5a1a54321277df72b7b3f9e8c6b3bb711862e51 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-happy-bunny",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | flex3r/cg_exercises | e2defd27427c251d5f0f567a8d192af8d87bca3c | 7c4b699a8211ba66710ac2137f0d460933069331 | refs/heads/master | 2020-12-11T14:06:15.052585 | 2018-02-11T13:58:23 | 2018-02-11T13:58:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,967 | hpp | /// @ref core
/// @file glm/detail/_features.hpp
#pragma once
// #define GLM_CXX98_EXCEPTIONS
// #define GLM_CXX98_RTTI
// #define GLM_CXX11_RVALUE_REFERENCES
// Rvalue references - GCC 4.3
// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
// GLM_CXX11_TRAILING_RETURN
// Rvalue refe... | [
"n1085633848@outlook.com"
] | n1085633848@outlook.com |
fefd48271de7b2f16a32bedbbcaaf52d7397254c | 7e5603e4fa6df95506eb7ab25b934c3922281d0b | /src/Tweener.cpp | 7383c19a5f32bb6b28101c5559e31d359af8c0d3 | [
"MIT"
] | permissive | johndpope/GIRenderer | 344168021ccae09800a3f43943f2036c5d948dd2 | 3856c2455b668d16c0bf41d453be895a39053217 | refs/heads/master | 2021-06-10T01:30:02.117024 | 2016-09-26T14:47:30 | 2016-09-26T14:47:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 335 | cpp | //
// Created by inosphe on 2016. 9. 21..
//
#include "Tweener.h"
Tweener::Tweener(glm::vec3 v0, glm::vec3 v1, float time):m_v0(v0), m_v1(v1), m_time(time) {
}
void Tweener::Update(float dt) {
m_t += dt;
if(m_t >= m_time)
m_t -= m_time;
}
glm::vec3 Tweener::GetValue() {
float t = m_t/m_time;
return m_v0 + (m... | [
"inosphe@gmail.com"
] | inosphe@gmail.com |
e85b29e4903ff033afb4e6cd76144d1a0228c1c8 | 4500e857477f7f763f17c0fa0f59450457f3a46c | /src/math/lp/nla_order_lemmas.h | 24b7b2cb4df4fec2688ab436c6a985c88ae5dc28 | [
"MIT"
] | permissive | copumpkin/z3 | 1cc2c8977c9a7692d01a2598632870d73dba4c3b | 785c9a18cab28b9adfc71ec981f7452fd65279fd | refs/heads/master | 2022-04-22T19:32:53.727110 | 2020-04-24T18:58:48 | 2020-04-24T18:58:48 | 258,669,037 | 1 | 1 | NOASSERTION | 2020-04-25T02:20:48 | 2020-04-25T02:20:48 | null | UTF-8 | C++ | false | false | 3,170 | h | /*++
Copyright (c) 2017 Microsoft Corporation
Module Name:
<name>
Abstract:
<abstract>
Author:
Nikolaj Bjorner (nbjorner)
Lev Nachmanson (levnach)
Revision History:
--*/
#pragma once
#include "math/lp/factorization.h"
#include "math/lp/nla_common.h"
namespace nla {
class core;
class order: ... | [
"levnach@hotmail.com"
] | levnach@hotmail.com |
d2dbc4eff802e6133b9134acea2263f9d13b7d11 | 7b4c786d4258ce4421b1e7bcca9011d4eeb50083 | /_统计专用/C++Primer中文版(第4版)/第一次-代码集合-20090414/第四章 数组和指针/20090321_习题4.33_把int型vector对象复制给int型数组.cpp | 34d2f7c15f3d670793fbd37093933f52a6fc303f | [] | no_license | lzq123218/guoyishi-works | dbfa42a3e2d3bd4a984a5681e4335814657551ef | 4e78c8f2e902589c3f06387374024225f52e5a92 | refs/heads/master | 2021-12-04T11:11:32.639076 | 2011-05-30T14:12:43 | 2011-05-30T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 570 | cpp | //20090321 Care of DELETE
#include <iostream>
#include <vector>
using namespace std;
int main()
{
int ival;
vector<int> ivec;
cout << "Enter some integers(Ctrl+Z to end):" << endl;
while (cin >> ival) {
ivec.push_back(ival);
}
cin.clear();
int *parr = new int[ivec.size()];
size_t ix;
v... | [
"baicaibang@70501136-4834-11de-8855-c187e5f49513"
] | baicaibang@70501136-4834-11de-8855-c187e5f49513 |
d9b2cea8e7465fb1e60da6ab3740c1bc9c7a2c3f | 6680f8d317de48876d4176d443bfd580ec7a5aef | /Header/ProjectConfig/ISettingStorageEditor.h | dee65ed0086c6e32e07d15031675d8831498affa | [] | no_license | AlirezaMojtabavi/misInteractiveSegmentation | 1b51b0babb0c6f9601330fafc5c15ca560d6af31 | 4630a8c614f6421042636a2adc47ed6b5d960a2b | refs/heads/master | 2020-12-10T11:09:19.345393 | 2020-03-04T11:34:26 | 2020-03-04T11:34:26 | 233,574,482 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 679 | h | #pragma once
#include "ISettingsContainer.h"
// The ISettingStorageEditor class provides an abstract interface for opening, editing, and saving a settings storage file.
class ISettingStorageEditor
{
public:
// Loads the user preferences from the file specified.
virtual void LoadFromFile(const std::string& preferenc... | [
"alireza_mojtabavi@yahoo.com"
] | alireza_mojtabavi@yahoo.com |
81eb2869c035a5713ce067948c567ec635ce1497 | 674cad3c5f99f608f920b70c7ea865d72cfe940c | /Uri/Geral/UOJ_1286 - (57920) Accepted.cpp | 5767af01a8098719920119867ff3b8cb1d33be56 | [] | no_license | wellvolks/Problemas | c876b6120f1622d614767ecc99dba802c395e772 | 6513ea2b126977f45cb2388f753188e95328af2e | refs/heads/master | 2020-06-30T18:38:15.453372 | 2017-11-20T00:42:36 | 2017-11-20T00:42:36 | 67,306,714 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,208 | cpp | #include <map>
#include <set>
#include <list>
#include <stack>
#include <cmath>
#include <queue>
#include <ctime>
#include <cfloat>
#include <vector>
#include <string>
#include <cstdio>
#include <bitset>
#include <climits>
#include <cstdlib>
#include <cstring>
#include <stdint.h>
#include <cassert>
#in... | [
"noreply@github.com"
] | wellvolks.noreply@github.com |
6cce342ed727a6b37c7867687a316a5f5a9c1c5a | f0ceef11d730b63337fa5485309bcff898aee5d1 | /Actor/Timer.h | 47a970ceaa45f6e2f682480ce177676485895cc3 | [
"MIT"
] | permissive | ahwayakchih/Medo | ec222efbbbfa22a6b2b1ae2982a1157d459b86b1 | acc34c189676544c092fbc6800c27a25d05de6dd | refs/heads/main | 2023-02-02T14:57:46.884655 | 2020-12-22T23:49:55 | 2020-12-22T23:49:55 | 323,804,986 | 0 | 0 | MIT | 2020-12-23T04:47:34 | 2020-12-23T04:47:33 | null | UTF-8 | C++ | false | false | 1,551 | h | /* PROJECT: Yarra Actor Model
AUTHORS: Zenja Solaja, Melbourne Australia
COPYRIGHT: 2017-2018, ZenYes Pty Ltd
DESCRIPTION: Timer
*/
#ifndef _YARRA_TIMER_H_
#define _YARRA_TIMER_H_
#ifndef _YARRA_ACTOR_H_
#include "Actor.h"
#endif
#include <deque>
namespace Platform
{
class Thread;
class Semaphore;
};
namespa... | [
"solaja@gmail.com"
] | solaja@gmail.com |
b7dd1c96678fa245994f9d5e9c2008e55f487bf3 | 5fa0e32ee5bf534e4a187870985d62d55eb3d5c6 | /humble-crap/humble-network.hpp | 7a8dd9461cbe2464425c6e4962bc2879b7e4f343 | [
"Unlicense"
] | permissive | lukesalisbury/humble-crap | 271ce3b6df1dfa9f1e7a8d710509e4e82bb1629c | 814c551cfdfa2687d531b50d350a0d2a6f5cf832 | refs/heads/master | 2021-01-18T17:14:59.234310 | 2019-10-28T05:30:37 | 2019-10-28T05:30:37 | 12,215,398 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,395 | hpp | /****************************************************************************
* Copyright © Luke Salisbury
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to a... | [
"dev@lukesalisbury.name"
] | dev@lukesalisbury.name |
e1616ce9bab8b4bf5796ead03be1bc7f7e15f8d9 | 1c8bca2e8234e0b6e8a70db91b1d4749d13783f2 | /Linux/FFP/12_TexturePyramidAndCube/TexturePyramidAndCube.cpp | 5aac4ed0b084ebd6395a35b33ca5c21b24f0a8e6 | [] | no_license | jayshreegandhi/RTR | 206e6e307dc9d3bfef85492b2f0efdcb7e429881 | 88d49f1e1f2b6ad58e29b5aaf279ffdfe7f53201 | refs/heads/master | 2023-01-05T01:47:18.935907 | 2020-11-09T06:36:20 | 2020-11-09T06:36:20 | 311,237,656 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,513 | cpp | #include<iostream>
#include<stdio.h>
#include<stdlib.h>
#include<memory.h>
#include<X11/Xlib.h>
#include<X11/Xutil.h>
#include<X11/XKBlib.h>
#include<X11/keysym.h>
#include<GL/gl.h>
#include<GL/glx.h>
#include<GL/glu.h>
#include<SOIL/SOIL.h>
using namespace std;
bool bFullscreen = false;
Display *gpDisplay = NULL... | [
"jayshreeggandhi@gmail.com"
] | jayshreeggandhi@gmail.com |
a8f2d00ce0d777937bf428f669a0f650aa41c23e | a1df96e81a37b702ede4b8d8d68fb752ab864c48 | /src/qt/bitcoingui.cpp | 7d3ead241db96271e589a50bcab834430dbc0ca6 | [
"MIT"
] | permissive | underline-project/underline-success-build | 83fd0f552088cfa4a4c5ec1e9032cde5355fa7eb | 420ea9d83204e6e79a14c57a85881bef88735c60 | refs/heads/master | 2021-04-15T14:47:51.034232 | 2018-03-23T09:23:51 | 2018-03-23T09:23:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 45,320 | cpp | // Copyright (c) 2011-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include "config/bitcoin-config.h"
#endif
#include "bitcoingui.h"
#include "bitcoinunits.h"
#inc... | [
"xmrpoolmine@gmail.com"
] | xmrpoolmine@gmail.com |
c4e0e560df8f7592022550e0817a8e04d164227e | e436914385170e37c3a2caf483a7422f1da3affb | /src/qt/bitcoinunits.cpp | bfdcf68b2c07afca63fda0f35ea4d2453c8a279c | [
"MIT"
] | permissive | pereirasilv/plasma | 4dea2533d06be4fbf1fb35eaa07b6acd8191c112 | e1375bd11f92391ab8d37ca046b0d1920f6b8f27 | refs/heads/master | 2021-06-19T01:24:35.486746 | 2017-06-07T20:18:13 | 2017-06-07T20:18:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,289 | cpp | #include "bitcoinunits.h"
#include <QStringList>
BitcoinUnits::BitcoinUnits(QObject *parent):
QAbstractListModel(parent),
unitlist(availableUnits())
{
}
QList<BitcoinUnits::Unit> BitcoinUnits::availableUnits()
{
QList<BitcoinUnits::Unit> unitlist;
unitlist.append(BTC);
unitlist.append(mBT... | [
"plasmacoin@scryptmail.com"
] | plasmacoin@scryptmail.com |
0a3b91e75f8f88b3389e7d9ef737063b568d234e | 2f396d9c1cff7136f652f05dd3dea2e780ecc56e | /tools/tracer/wrappers/mfx_video_core.cpp | 0b032a0ca6183977cbc10a99874bb08a13cb9dff | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Intel"
] | permissive | Intel-Media-SDK/MediaSDK | d90c84f37fd93afc9f0a0b98ac20109d322c3337 | 7a72de33a15d6e7cdb842b12b901a003f7154f0a | refs/heads/master | 2023-08-24T09:19:16.315839 | 2023-05-17T16:55:38 | 2023-05-17T16:55:38 | 87,199,173 | 957 | 595 | MIT | 2023-05-17T16:55:40 | 2017-04-04T14:52:06 | C++ | UTF-8 | C++ | false | false | 20,201 | cpp | /* ****************************************************************************** *\
Copyright (C) 2012-2020 Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of sour... | [
"oleg.nabiullin@intel.com"
] | oleg.nabiullin@intel.com |
76547add7d701de9dcb3608df82392ea9c5fad6a | d41ebea78a3f0d717c482e9f3ef677b27a64a2d7 | /ENGINE_/FeaServer.Engine.Cpu/src/System/cpuFalloc.h | 412f2ee3228169316969bc8cc75305af49f79483 | [] | no_license | JiujiangZhu/feaserver | c8b89b2c66bf27cecf7afa7775a5f3c466e482d5 | 864077bb3103cbde78a2b51e8e2536b5d87e6712 | refs/heads/master | 2020-05-18T00:58:56.385143 | 2012-09-14T14:28:41 | 2012-09-14T14:28:41 | 39,262,812 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,622 | h | #pragma region License
/*
The MIT License
Copyright (c) 2009 Sky Morey
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... | [
"Moreys@MOREYS01.gateway.2wire.net"
] | Moreys@MOREYS01.gateway.2wire.net |
90c20498c7c14076e4ac1a24a831286a07a3d6de | bffe69fcd11a8d34a0a18078e9b4c277269ea6ab | /Workshop7/Workshop7/Workshop7/Q2.cpp | 8260049c86511c5dd3461f9b69cf6438ba3a5c77 | [] | no_license | m-kojic/cplusplus-exercises | 8da379431f26066008efca7003a53e996b06bd73 | 9f1bd01edee61960f29d140935e94b2218be5a75 | refs/heads/master | 2020-12-29T23:40:15.385601 | 2020-03-27T13:06:27 | 2020-03-27T13:06:27 | 238,780,211 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 506 | cpp | //Q2(only 5.41 % correct)
//#include <iostream>
//using namespace std;
//
//int main()
//{
// std::cout << "Q2\n";
//
// // A) i is declared before the loop so we can use it after the loop
// int i;
// for (i = 0; i < 5; i++) {
// // B) multiply i by 2 and store it to i
// i = 2 * i;
// ... | [
"m.kojic@live.com"
] | m.kojic@live.com |
4c852c8ba5b1e4b4ca5cf28ecc77c542f3a7cf32 | 24d75ffa3af1b85325b39dc909343a8d945e9171 | /Avocado/AvocadoActiveXCtrl/AvocadoActiveXCtrl.cpp | fb0650af4fc184469d8caed734a7ad4c88482b18 | [] | no_license | assafyariv/PSG | 0c2bf874166c7a7df18e8537ae5841bf8805f166 | ce932ca9a72a5553f8d1826f3058e186619a4ec8 | refs/heads/master | 2016-08-12T02:57:17.021428 | 2015-09-24T17:14:51 | 2015-09-24T17:14:51 | 43,080,715 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,302 | cpp | // AvocadoActiveXCtrl.cpp : Implementation of CAvocadoActiveXCtrlApp and DLL registration.
#include "stdafx.h"
#include "AvocadoActiveXCtrl.h"
#include "../AvocadoEngine/AvocadoAppInterface.h"
#include "Cathelp.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
CAvocadoActiveXCtrlApp theApp;
const GUID CDECL _tlid = { ... | [
"assafyariv@gmail.com"
] | assafyariv@gmail.com |
05343144ff1f7dfd0c7d7745923dce1ca2224af1 | 4f2712cecd653a33a89c27bdc074b232c99b8511 | /lab3_q2.cpp | eab3f456b12a7c0b20413328bdeb800bfdb47395 | [] | no_license | tamoghnaaa2012/cs141 | 0b3b46ed043f2f5c3573e8333305fa55d75cfefc | a95206d69d659dcf10a75860e9ceaff41964be0a | refs/heads/master | 2020-03-25T10:58:06.345725 | 2018-08-16T15:09:42 | 2018-08-16T15:09:42 | 143,713,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 724 | cpp | //include library
#include <iostream>
using namespace std;
//main function
int main()
{
int a,b,sum,substract,product,remainder ; // declaration
float division;
a = 5; // definition
b = 3; //definition
sum = a + b; // adds 2 numbers
substract = a - b; // calculates the difference
product = a * b; // calculates the prod... | [
"noreply@github.com"
] | tamoghnaaa2012.noreply@github.com |
be7f6fe3a60582528685480ff7b7819358e16898 | 6dfb27b6b6c5addd0bdb28c56e32174a7b9e079c | /637-Average of Levels in Binary Tree /main.cpp | 4149ebee479601ce75c473780f261d2be38505a8 | [] | no_license | wondervictor/LeetCode-Solutions | cb4313a6c2e9290627fb362b72bf2ad6106f8e58 | 3f20837739595481e6a5e5b0ba869a406ec0607e | refs/heads/master | 2021-01-13T13:44:06.178067 | 2020-04-23T12:47:22 | 2020-04-23T12:47:22 | 76,328,898 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,144 | cpp | #include <iostream>
#include <vector>
#include <queue>
using namespace std;
/**
* Definition for a binary tree node.
*/
struct TreeNode {
int val;
TreeNode *left;
TreeNode *right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
};
class Solution {
public:
vector<double> averageOfLevels(Tre... | [
"victorchanchina@gmail.com"
] | victorchanchina@gmail.com |
8b3bf340ef46fc178d70241a5c7e4218a9e4ef40 | 337806d560b58c53fff0ec4ae11fcbde0419d4ba | /计算器.cpp | 74b4c68076adb1cc60abb13698a898bb27b3ff62 | [] | no_license | ynmz/calculating-machine- | 48597e23f0ab1be9665b615762eac1a7ee3b6252 | 24503ddaaf888451887411bb993ebc52fd4401ac | refs/heads/master | 2020-04-15T01:27:27.744802 | 2019-01-06T05:28:56 | 2019-01-06T05:28:56 | 164,276,478 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,732 | cpp | #include <iostream>
#include <algorithm>
#include <cstring>
#include <stack>
#include <cmath>
using namespace std;
char s[1000];
int g_pos; // 字符数组的下标
/* 字符转数字 */
double Translation(int & pos)
{
double integer = 0.0; // 整数部分
double remainder = 0.0; // 余数部分
while (s[pos] >= '0' && ... | [
"noreply@github.com"
] | ynmz.noreply@github.com |
5cb455cc22176dd7e57005baa18bf7577fc03b90 | db707fe41a0f41bdb633ab003b8d64f71e3d4e1b | /stack.hpp | d521b5d807cba4b6b5a0663e0cba6d0d20f01eb5 | [] | no_license | mle-moni/ft_containers | 5bf0924cc1c79b1183c2e95e279d0bc6b3dfba3c | 2467947948d5fd181017ca2b1527662024f14904 | refs/heads/master | 2022-12-30T04:45:32.707297 | 2020-10-19T17:55:06 | 2020-10-19T17:55:06 | 293,537,366 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,618 | hpp |
#ifndef STACK_H
#define STACK_H
#include "vector.hpp"
#include "shared_functions.hpp"
namespace ft
{
template <class T, class Container = ft::vector<T> >
class stack {
public:
typedef T value_type;
typedef Container container_type;
typedef size_t size_type;
protected:
Container c;
public:
... | [
"m.lemoniesdesagazan@gmail.com"
] | m.lemoniesdesagazan@gmail.com |
91a25e27dd1335999f48452da1dfbc07c823bf1e | e36128cfc5a6ef0cef1da54e536c99250fc6fd43 | /Libs/include/YXC_Sys/YXC_NCMClient.hpp | 75e89d0018c019785534de92847d9563897f870d | [] | no_license | yuanqs86/native | f53cb48bae133976c89189e1ea879ab6854a9004 | 0a46999537260620b683296d53140e1873442514 | refs/heads/master | 2021-08-31T14:50:41.572622 | 2017-12-21T19:20:10 | 2017-12-21T19:20:10 | 114,990,467 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,245 | hpp | /* ****************************************************************************** *\
Author : Qiushi Yuan
Copyright(c) 2008-2015 Qiushi Yuan. All Rights Reserved.
This software is supplied under the terms, you cannot copy or disclose except agreement with the author.
\* **********************************************... | [
"34738843+yuanqs86@users.noreply.github.com"
] | 34738843+yuanqs86@users.noreply.github.com |
675e9ba4175b5589e3eb4a53aa776dca7ed1914c | 544fbe639a4d1f5bdf91c6bbf8568a37233e8546 | /aws-cpp-sdk-auditmanager/include/aws/auditmanager/model/AssessmentFramework.h | c6e98dee903788002f10261e92727c21dfa5d562 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | jweinst1/aws-sdk-cpp | 833dbed4871a576cee3d7e37d93ce49e8d649ed5 | fef0f65a49f08171cf6ebc8fbd357731d961ab0f | refs/heads/main | 2023-07-14T03:42:55.080906 | 2021-08-29T04:07:48 | 2021-08-29T04:07:48 | 300,541,857 | 0 | 0 | Apache-2.0 | 2020-10-02T07:53:42 | 2020-10-02T07:53:41 | null | UTF-8 | C++ | false | false | 6,581 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/auditmanager/AuditManager_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/auditmanager/model/FrameworkMetadata.h>
#include <aws/core/utils/memory/s... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
71163e81681a14261a671036b66767aa81251daa | f9376571d54d2d3aa54505aa863ed452a0140558 | /sparseRRT/src/quadrotor_sst_search.cpp | 9b82eca9e2ba451b4ac27e0e5f41e79ad60c1d64 | [] | no_license | gnunoe/Cf_ROS | f63ddc45655caa5d332a4a61e789aa23399d000a | 7299bef22bd853d41326f7e45865782f2fb549f9 | refs/heads/master | 2021-01-21T14:01:17.355897 | 2015-06-26T18:59:09 | 2015-06-26T18:59:09 | 38,109,928 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,097 | cpp | #include <ros/ros.h>
#include <ros/package.h>
#include "sparseRRT/utilities/parameter_reader.hpp"
#include "sparseRRT/utilities/condition_check.hpp"
#include "sparseRRT/utilities/random.hpp"
#include "sparseRRT/utilities/timer.hpp"
#include "sparseRRT/systems/point.hpp"
#include "sparseRRT/systems/quadrotor.hpp"
#inc... | [
"estevez@brixx.informatik.uni-freiburg.de"
] | estevez@brixx.informatik.uni-freiburg.de |
2ec9049741ca704138179e45c8d67b27fca2d607 | ecf0bc675b4225da23f1ea36c0eda737912ef8a9 | /Reco_Csrc/Engine/Terrain/TRGenerate.cpp | 12ce3ad9767bb608c2373a33eebcb7b6d675a233 | [] | no_license | Artarex/MysteryV2 | 6015af1b501ce5b970fdc9f5b28c80a065fbcfed | 2fa5608a4e48be36f56339db685ae5530107a520 | refs/heads/master | 2022-01-04T17:00:05.899039 | 2019-03-11T19:41:19 | 2019-03-11T19:41:19 | 175,065,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 130 | cpp | version https://git-lfs.github.com/spec/v1
oid sha256:0ad34741e40313c160df19708a9b0062ed5e535b5452518b9ebcb84946562262
size 93885
| [
"artarex@web.de"
] | artarex@web.de |
425fca8f3685e57f82296bf9e613bc0952f8c899 | 5ab88620c3706881e01b204c3bd945b7ba224929 | /IOM/IOM_prep/assoc_container/sol.cpp | 929f5a03ed21971cdfd8f90b2dbd48b7a17f8ee3 | [] | no_license | therray/old-codes | 81799fec3deb7560a7cdaa6a07d45a014f8edf2c | 7f2d03f67a954d8182fb1807ee23d80ec07980b3 | refs/heads/main | 2023-05-06T09:09:20.017626 | 2021-05-30T14:05:49 | 2021-05-30T14:05:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 439 | cpp | // author: erray
#include<bits/stdc++.h>
#include<ext/pb_ds/assoc_container.hpp>
using namespace std;
using namespace __gnu_pbds;
typedef tree<int, null_type, less<int>, rb_tree_tag, tree_order_statistics_node_update> pbds;
gp_hash_table<long long, int> freq;
int main () {
ios_base::sync_with_stdio(false);
cin... | [
"c.e.aslan37@gmail.com"
] | c.e.aslan37@gmail.com |
e33bbb02857d810cb936870fa62ab52868b8acf5 | 8e9221ca3e521f2a46444b6e1627fdcfc1f02ea8 | /src/core/include/capsaicin.h | 5385331e5dd86cb71349c1e0cc493a7fe4d87f35 | [] | no_license | yozhijk/capsaicin | 2d5e72d348daae7f5afcb47c86c40784a0ae0263 | b79fe2029666aff7371019deb712cd0b4bbb2d0f | refs/heads/master | 2021-03-02T16:05:43.358395 | 2020-09-21T14:13:55 | 2020-09-21T14:13:55 | 245,882,382 | 7 | 2 | null | 2020-08-21T07:50:42 | 2020-03-08T20:24:09 | C | UTF-8 | C++ | false | false | 572 | h | #pragma once
#include <cstdint>
#include <string>
// Backend specific stuff
#ifdef WIN32
#define NOMINMAX
#include <Windows.h>
struct RenderSessionParams
{
HWND hwnd;
};
struct Input
{
UINT message;
LPARAM lparam;
WPARAM wparam;
};
#endif
using std::uint32_t;
namespace capsaicin
{
void Init();
void... | [
"dmitry.a.kozlov@gmail.com"
] | dmitry.a.kozlov@gmail.com |
a0bafc586e60e8aaa1ddf5e8f99f7f5abdee99de | 55cfa1eed966766aeb72e54a1ed6f2591255e5c0 | /LC_261.cpp | eed44d8de2439077b03d57856931e25fe87b72d6 | [] | no_license | iCodeIN/leetcode-4 | 1bf2751c861ccf1652b0e5b096595e6874e568e3 | 9081802f99da6cfded421fe10052839bad449fd2 | refs/heads/master | 2023-01-13T07:22:53.362907 | 2020-11-13T03:56:20 | 2020-11-13T03:56:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 967 | cpp | class Solution {
public:
bool validTree(int n, vector<vector<int>>& edges) {
int i,sz=edges.size(),from,to,neigh;
vector<vector<int>>adj(n+1);
if(sz!=n-1)
return false;
vector<int>visited(n+1,0);
for(i=0;i<sz;i++)
{
from=edges[i][0];
... | [
"noreply@github.com"
] | iCodeIN.noreply@github.com |
b505d642325edca96e09c2cff976b204e92b15c6 | 7c9b4968c3a7c20eb0811a6275c4fb3b0ba8fda2 | /WaterLevel/ABP/ABP.ino | 4efdf98a46223e02184aea5b6b4bb42a4d86b017 | [] | no_license | Ellerbach/LoRaGPSTrackerWaterLevel | c98119592af96ff759227daecbf7cb0ec1b87dd8 | 830af1e6f0fae0793666fdba846f7694e1083621 | refs/heads/master | 2020-04-11T21:21:56.248218 | 2018-12-17T09:24:59 | 2018-12-17T09:24:59 | 162,103,261 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,707 | ino |
#include <LoRaWan.h>
#include <Seeed_vl53l0x.h>
Seeed_vl53l0x VL53L0X;
//set to true to send confirmed data up messages
bool confirmed=true;
//application information, should be similar to what was provisiionned in the device twins
char * deviceId ="5555ABCDEF123456";
char * devAddr ="55555555";
char * appSKey ="555... | [
"laurelle@microsoft.com"
] | laurelle@microsoft.com |
ebd338a5a2a3c5eaddaeac3f02b8c59e7790ffa7 | 808d73dd23af6376527c420348695aa01df2a79c | /src/LAB10.ino | ab0be575949a4137b4d8645d41c3c1d89e955870 | [] | no_license | Yusufalsomali/LAB10 | 76b2c8352c9fd972b7fedf1dfb1747a2b65d2e8b | 754320252db38bac123eaa3ae5d6cf009199dde3 | refs/heads/master | 2023-06-15T21:44:43.478833 | 2021-07-07T17:49:06 | 2021-07-07T17:49:06 | 383,881,280 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 846 | ino | /*
* Project LAB10
* Description:
* Author:
* Date:
*/
SYSTEM_MODE(MANUAL);
SYSTEM_THREAD(ENABLED);
#include <Wire.h>
void setup() {
//set up wire, and serial
Serial.begin(9600);
Wire.begin();
}
void loop() {
while (!Serial.isConnected()); //dont start until Serial is connected
if (Serial.avail... | [
"yusufalsomali5@gmail.com"
] | yusufalsomali5@gmail.com |
9750590c48d3567ce1bc9cf26da3030e841f4e9b | 261edff1dddb9b4087a73e0bf0ab13ea9e084c2e | /Constructors.cpp | e80d81eb2cca45ef57f87336f16d65cb831408fa | [
"Apache-2.0"
] | permissive | Rohit-Anand/Constructors | b3fa97f5c86789f0dd7dcc61cbaa5ec2be9ed9fb | 45b37d860910f61b57486769a4ee3ccdd36fc943 | refs/heads/master | 2020-03-23T13:12:02.826342 | 2018-07-19T16:40:58 | 2018-07-19T16:47:35 | 141,605,292 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,434 | cpp | //
// Constructors.cpp
// Learning_cpp
//
// Created by Rohit Anand on 23/06/18.
// Copyright © 2018 Rohit Anand. All rights reserved.
//
// This file is dummy, just to print and monitor the c'Tors, may be used later to introduce
// C'Tors and D'Tors to others
#include <iostream>
using namespace std;
class Base ... | [
"rohitanand28@gmail.com"
] | rohitanand28@gmail.com |
3bcd8766270c82975b5c889c468ab20dc8830444 | 2c47e7983a01c9ddb0627353c53686fdec6ef930 | /source/aafile/localWriter.h | da18120a071ca042480328e5e0c2323a2047ec57 | [] | no_license | 16in/yatools | 1ca4005def8b1abe3bf245931803da1785e1b96a | b023cbc67c89c9691c40d8762089152c53e9e8ff | refs/heads/master | 2021-07-07T18:25:54.938089 | 2019-04-01T21:12:57 | 2019-04-01T21:12:57 | 169,947,699 | 2 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 4,705 | h | /*----------------------------------------------------------------------
*
* AA関連ファイルライタから参照するローカル関数
*
* Copyright (c) 2012-2019 _16in/◆7N5y1wtOn2
*
*----------------------------------------------------------------------*/
#pragma once
#include <aafile/AAFileAccessor.h>
#include "types.h"
namespace aafile {
/**
* ... | [
"kmp.16in@gmail.com"
] | kmp.16in@gmail.com |
b6233d62361331640263d652ddcb63c1d91715be | 639d6f230b480183879b6d3035032e9d6c1b13c4 | /Inheritance/Inheritance -II/Ass2/smanager.h | c17d7ee5b16db139596ced2790553240b593e6c5 | [] | no_license | Sweety4/CPP-Solution | 5a1dbf29e549f4563e5aabc996a096c2b0332a0c | d9365a9cf3bbac0d4a21732eb847b5b46e4d536f | refs/heads/main | 2023-01-12T01:17:28.183053 | 2020-11-09T13:37:14 | 2020-11-09T13:37:14 | 311,346,419 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 231 | h |
#include"sales.h"
#include"manager.h"
class cSalesManager :public cSalesPerson, public cManager
{
public:
cSalesManager();
cSalesManager(int, const char*, float, float, float, float, float);
void Accept();
void Display();
};
| [
"sweetyjangale5@gmail.com"
] | sweetyjangale5@gmail.com |
771972d3037644b1160cadcaab472e9831227457 | 554881e86cedef1e63d322d46dfdb40f41abbc6b | /UrlTitleCollector/net/httpconnection.h | 5efa1182315f8efad1a6db057d0a4d494cb2d436 | [
"MIT"
] | permissive | SteaveP/UrlTitleCollector | 07839e7463063c3aecd1a90e328da1e60566e9c2 | ea5f0bf57b9469d30c536df4b62a08ac7e1a58d7 | refs/heads/master | 2021-01-22T20:55:34.574333 | 2017-03-24T17:21:56 | 2017-03-24T17:21:56 | 85,379,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,619 | h | #pragma once
#include "../data/iconnection.h"
#include <boost/asio.hpp>
#include <boost/enable_shared_from_this.hpp>
namespace nc
{
namespace net
{
// TODO remove code duplication (merge with HttpsConnection)
class HttpConnection : public IConnection, public boost::enable_shared_from_this<HttpConnection>
{
public... | [
"Swoo2n@gmail.com"
] | Swoo2n@gmail.com |
8776dc495f656d8f37afb30993e1870272eba0dc | c3aa9ecb1d49a3949260ae48571de2be2484eaea | /src/TerrainRange.h | 541262c08cc15e3c1520c5592bea32c681eef675 | [] | no_license | skryvokhizhyn/TransportMania | 0f628b47c87d3bce71d8aa5f0997e3e748602f29 | 3033a82a5115ef56275a31bd5c81b031e7d481be | refs/heads/master | 2021-05-16T02:14:31.979601 | 2017-03-11T15:18:36 | 2017-03-11T15:18:36 | 18,496,320 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 712 | h | #ifndef _TERRAINRANGE_H_
#define _TERRAINRANGE_H_
//#include "Point2d.h"
#include <boost/noncopyable.hpp>
#include <utility>
#include <vector>
#include <ostream>
namespace trm
{
struct Point2d;
class TerrainRange
{
public:
struct Range
{
int y;
int xBegin;
int xEnd;
Range();
Range(const int a... | [
"vv1ld@ua.fm"
] | vv1ld@ua.fm |
325ab60666ad3500c0ffcce467ef0de47e50131e | c251c69949132212bf15432136104380719cbbfd | /SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_camo.hpp | 6d83b997ee4d4a750de7533f646361dea6f0e7e0 | [] | no_license | DayZMod/DayZ | fc7c27ab4ceb9501229b0b952e6d0894fe6af57a | 42368d7bbf0c85e51ddc75074a82196a21db9a55 | refs/heads/Development | 2021-01-23T16:26:17.696800 | 2019-01-26T16:24:58 | 2019-01-26T16:24:58 | 10,610,876 | 173 | 176 | null | 2020-03-26T14:26:53 | 2013-06-10T22:31:23 | C++ | UTF-8 | C++ | false | false | 255 | hpp | class equip_part_camo : CA_Magazine {
scope = public;
count = 1;
displayName = $STR_ITEM_NAME_equip_part_camo;
descriptionShort = $STR_ITEM_DESC_equip_part_camo;
picture = "\z\addons\dayz_communityassets\textures\equip_part_camo.paa";
type = 256;
}; | [
"R4Z0R49@gmail.com"
] | R4Z0R49@gmail.com |
f74a8913e9ee030bc338e2edf62e9cede9c43206 | c8814f2e344cf72bc25ad84e2e596505bbddcdf2 | /2 数学/2.1 代数/2.1.6 Adaptive Simpson's Rule.cpp | 9199127800ba70a28e47bf9928fea491269d7bb1 | [] | no_license | Hukeqing/ACM-Template-SingDanceRap | b648d7058f05be8e6c268e27cc63e18fa2168f1a | 3c61332d5630ab466a48b95b9c67de31e1e63087 | refs/heads/master | 2023-02-02T14:38:07.376220 | 2020-12-24T01:57:44 | 2020-12-24T01:57:44 | 189,908,584 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 694 | cpp | double F(double x)
{
//Simpson公式用到的函数
}
double simpson(double a, double b)//三点Simpson法,这里要求F是一个全局函数
{
double c = a + (b - a) / 2;
return (F(a) + 4 * F(c) + F(b))*(b - a) / 6;
}
double asr(double a, double b, double eps, double A)//自适应Simpson公式(递归过程)。已知整个区间[a,b]上的三点Simpson值A
{
double c = a + (b - a) / 2;
double L =... | [
"zhangyf3210@163.com"
] | zhangyf3210@163.com |
083beb8e16f1aac1fc3af4f818e8e9f450448af1 | d2847848e1decbb8076345ebcc71223edf47ac80 | /tests/fitting/ComplexDiffTest.h | 15db961e46a694be9b8113cd7f6410298378fe5f | [
"MIT"
] | permissive | lao19881213/base-scimath | fd274a76ea386fb3f659666812b1ab522ad3bc65 | bfbe6b01be130d83f116c11f48189062782ced35 | refs/heads/main | 2023-05-31T03:23:03.407735 | 2021-06-12T06:38:52 | 2021-06-12T06:38:52 | 376,219,225 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,900 | h | /// @file
///
/// @brief Tests of ComplexDiff autodifferentiation class
/// @details See ComplexDiff for description of what this class
/// is supposed to do. This file contains appropriate unit tests.
///
/// @copyright (c) 2007 CSIRO
/// Australia Telescope National Facility (ATNF)
/// Commonwealth Scientific and ... | [
"lbq@shao.ac.cn"
] | lbq@shao.ac.cn |
313888bfb388f06478a711307a78ae612bebe121 | a86bccfd580eb97dcf4f485a2eadb0b773194cdc | /AsterRebotador/stdafx.cpp | d6cacac76b4e60f0b034d7b7effeb1c52b3d9f1c | [
"Apache-2.0"
] | permissive | AaronRebel09/AsteroidSimpleRebounder | 1a76585cd0daf1aad4dcca80dcbb74556249ae4e | 461a17ef9964d16973a50969824ef91111a784d9 | refs/heads/master | 2021-01-22T06:06:33.327043 | 2017-09-03T19:09:40 | 2017-09-03T19:09:40 | 102,283,617 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 327 | cpp | // stdafx.cpp: archivo de código fuente que contiene sólo las inclusiones estándar
// AsterRebotador.pch será el encabezado precompilado
// stdafx.obj contiene la información de tipos precompilada
#include "stdafx.h"
// TODO: mencionar los encabezados adicionales que se necesitan en STDAFX.H
// pero no en este archiv... | [
"aron_rebel@comunidad.unam.mx"
] | aron_rebel@comunidad.unam.mx |
fe4f68537a94a31886347d1135b7290b62ba277f | 6d1bea5c9109dffb129bd61f59db1346c0b114bc | /software/cse/assistance/buffer_dim1.h | 56b4d4cb5d72fc84426afe5986857ff07f44325d | [] | no_license | chibby0ne/split_row_threshold | 8517399e9bd17e450c66fc138b92a6c3444c0d99 | 42dee227bcfb8058dd6a14b704111b931cfa4e7a | refs/heads/master | 2020-12-31T03:55:46.137550 | 2014-08-29T06:23:30 | 2014-08-29T06:23:30 | 16,789,111 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,096 | h | //
// Copyright (C) 2011 Creonic GmbH
//
// This file is part of the Creonic simulation environment (CSE)
// for communication systems.
//
/// \file
/// \brief Specialization of the buffer class for dim = 1
/// \author Timo Lehnigk-Emden
/// \date 2011/06/10
//
#ifndef BUFFER_DIM1_H_
#define BUFFER_DIM1_H_
#inc... | [
"chibby0ne@gmail.com"
] | chibby0ne@gmail.com |
2d1f5ac9e3cd721411bcaedb3a8899b26da5b85d | 6c45a2bc233267188bfaff0f2e7c61d910b4edaa | /util/cpp/exception.h | 054e76883e1b0593d535ce00284c688d9fa068e3 | [] | no_license | nextonr/code | b86a88ea4cdb274ff39ed91ec1cad9fa21ba0a1b | c4a717dbfbafb853f8856496594b139f63ff63ef | refs/heads/master | 2021-10-28T13:17:56.292640 | 2019-04-24T01:12:14 | 2019-04-24T01:12:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 544 | h | //
// Created by hujianzhe on 16-5-2.
//
#ifndef UTIL_CPP_EXCEPTION_H
#define UTIL_CPP_EXCEPTION_H
#include "cpp_compiler_define.h"
#include <stdio.h>
#include <exception>
#include <stdexcept>
#define assert_throw(exp)\
if (!(exp)) {\
throw std::logic_error(__FILE__"(" MACRO_TOSTRING(__LINE__) "): " #exp "\r\n");\
}... | [
"776095293@qq.com"
] | 776095293@qq.com |
7f66d90e54c63c97886a87606a6d0f129daa65d0 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /third_party/blink/renderer/core/layout/line/line_breaker.cc | c0362d86c75bcb69a7772b2fabb4d444489dd53f | [
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 4,545 | cc | /*
* Copyright (C) 2000 Lars Knoll (knoll@kde.org)
* Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc.
* All right reserved.
* Copyright (C) 2010 Google Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of t... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
0e4d8dea6315ff7fe40e9b94baaf168a79943a8b | 05f580305dd6aaef48afc1ad2bfbb2646015a674 | /expressions/scalar/ScalarSharedExpression.hpp | d5dddbced3255619b3958611e3fd7b4738ed47da | [
"Apache-2.0",
"MIT",
"BSD-3-Clause"
] | permissive | udippant/incubator-quickstep | 637b6d24c5783dab5d38c26ef4b5fb8525c1711c | 8169306c2923d68235ba3c0c8df4c53f5eee9a68 | refs/heads/master | 2021-01-20T00:45:37.576857 | 2017-04-20T20:28:12 | 2017-04-23T19:57:02 | 89,181,659 | 1 | 0 | null | 2017-04-24T00:24:48 | 2017-04-24T00:24:48 | null | UTF-8 | C++ | false | false | 3,943 | 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... | [
"jianqiao@cs.wisc.edu"
] | jianqiao@cs.wisc.edu |
71fafa6c4f603bf6b6da4eb52d7387e2869b399d | 39e0b454c34bd992e6f5b2f3486f9c599e61e046 | /demo/input.cxx | bb2fa0e389765e78129bb1e4f492ab6f3d97cc85 | [] | no_license | sashagoebbels/SpeX | 26c734ad6d7f78654b0b243afc961e55b9b319aa | d542340c15377fe050a475972896170a6c9e7d36 | refs/heads/master | 2022-11-12T05:24:50.270868 | 2017-08-17T19:22:25 | 2017-08-17T19:22:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,963 | cxx | //
// "$Id: input.cxx,v 1.4 1998/11/08 15:05:47 mike Exp $"
//
// Input field test program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
// License as... | [
"vmg@arachnion.de"
] | vmg@arachnion.de |
468ee2847bbf416e9394ea8bdc974dd77e1056bc | 329e9d7fef75150f01d3faf355dd1f7c33e5f994 | /BouncingBallOpenGL/BouncingBall/src/GameplayState.cpp | 1181e01164e97679505fee3abfadc84336bfda54 | [
"MIT"
] | permissive | 09pawel0898/BouncingBall | 6c138c2f56d74d1fd6f4c76975b9a7b0b5481730 | dc3b7a6e73d838d03c60d315d833c90707007105 | refs/heads/master | 2023-08-16T03:54:53.124551 | 2021-09-30T21:07:47 | 2021-09-30T21:07:47 | 409,669,094 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,018 | cpp | #include "GameplayState.h"
#include "Utility.h"
GameplayState::GameplayState(En::States::StateManager& stateManager, Context context)
: State(stateManager, context),
m_FrameCounter(0),
m_LastJumpFrame(0)
{
InitTextures();
InitSprites();
InitBall();
}
void GameplayState::OnRender(void) const
{
En::Renderer::D... | [
"pawel_2014@interia.eu"
] | pawel_2014@interia.eu |
ccd4f1658b43c6a8cfd4d3b6164559ddaed19b33 | d05383f9f471b4e0691a7735aa1ca50654704c8b | /CPP2MIssues/SampleClass678.cpp | fca93b7a7beb1690cc1bec5e5d6d66e4ff62e715 | [] | no_license | KetkiT/CPP2MIssues | d2186a78beeb36312cc1a756a005d08043e27246 | 82664377d0f0047d84e6c47e9380d1bafa840d19 | refs/heads/master | 2021-08-26T07:27:00.804769 | 2017-11-22T07:29:45 | 2017-11-22T07:29:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 50,048 | cpp | class SampleClass678{
public:
void m1() {
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
i... | [
"ketki.thosar@acellere.com"
] | ketki.thosar@acellere.com |
fd104c2c78a87aa33f47dbbc64d380084bfcf507 | 785df77400157c058a934069298568e47950e40b | /TnbHydrostatic/TnbLib/Hydrostatic/Entities/Functions/rArm/HydStatic_StbFun_rArm.cxx | 065b8133fe137c103510a9475dd117fce590a94b | [] | no_license | amir5200fx/Tonb | cb108de09bf59c5c7e139435e0be008a888d99d5 | ed679923dc4b2e69b12ffe621fc5a6c8e3652465 | refs/heads/master | 2023-08-31T08:59:00.366903 | 2023-08-31T07:42:24 | 2023-08-31T07:42:24 | 230,028,961 | 9 | 3 | null | 2023-07-20T16:53:31 | 2019-12-25T02:29:32 | C++ | UTF-8 | C++ | false | false | 515 | cxx | #include <HydStatic_StbFun_rArm.hxx>
#include <HydStatic_rArmCurve.hxx>
#include <TnbError.hxx>
#include <OSstream.hxx>
Standard_Real
tnbLib::hydStcLib::StbFun_rArm::MinHeel() const
{
Debug_Null_Pointer(Arm());
return Arm()->MinHeel();
}
Standard_Real
tnbLib::hydStcLib::StbFun_rArm::MaxHeel() const
{
Debug_Null_P... | [
"aasoleimani86@gmail.com"
] | aasoleimani86@gmail.com |
3409e97e3aa0cc58fb40e02e0f697b619fd3baa5 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/git/gumtree/git_new_log_2930.cpp | 311f467a108ed4623a3d07973a3f99a4d21ea6aa | [] | 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 | 46 | cpp | error_errno("error while reading from stdin"); | [
"993273596@qq.com"
] | 993273596@qq.com |
a3dba22f54bcc80a4cccfb1e45576f021ebaa069 | 5d309f75555c9fa49cd1bb0f953c6ee73d711fe6 | /garnet/bin/zxdb/symbols/function.h | 3ea0485a1fbac1a243eb14eac685a3a2b743cf75 | [
"BSD-3-Clause"
] | permissive | the-locksmith/fuchsia | d2d0b7d6e011a1468cb299441494be2c9c5cae0a | 2620709744ff49fe289169a8af63f8499239333b | refs/heads/master | 2021-10-21T10:55:16.114376 | 2019-02-28T22:37:39 | 2019-03-04T00:05:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,063 | h | // Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <string>
#include "garnet/bin/zxdb/symbols/code_block.h"
#include "garnet/bin/zxdb/symbols/file_line.h"
#include "garnet/bin/zxdb/s... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e16e51f28d5876255b968ed719cccf955f5c74a6 | eb95af611f23b7cc6311035de44475bdcaecc2c5 | /cf/999/c1.cpp | 6b74ec8b84c91b9461f75d9ff2d798abafc11777 | [] | no_license | biswanaths/competition | a0f0dc1781a9cf5354f9c26932015bf1d22c8992 | 1a46f12be90c5b6866a9347bb79dc91a240b5b48 | refs/heads/master | 2023-03-07T11:56:55.485722 | 2023-02-24T09:05:44 | 2023-02-24T09:05:44 | 31,366,626 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,369 | cpp | #include <vector>
#include <list>
#include <map>
#include <set>
#include <queue>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cmath>
#include <cst... | [
"biswanaths@gmail.com"
] | biswanaths@gmail.com |
b400c02b21759270f8bde3fa1505c960d65042b6 | a193f7b36932acfc1c9d151f9268c232bacd7c87 | /dsp-checking/src/util/ieee_float.h | 251f42febabbce9a21e6d286aac7e61637da020e | [
"BSD-2-Clause"
] | permissive | ashokkelur/CBMC-With-DSP-C | c21dbfacf956b77b8ea5a381e15b292128713b52 | 1de07c526bfe67e265c39126de1dfe3e419b50a4 | refs/heads/master | 2021-01-23T14:04:10.599920 | 2013-09-14T09:21:47 | 2013-09-14T09:21:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,063 | h | /*******************************************************************\
Module:
Author: Daniel Kroening, kroening@kroening.com
\*******************************************************************/
#ifndef CPROVER_IEEE_FLOAT_H
#define CPROVER_IEEE_FLOAT_H
#include <ostream>
#include <mp_arith.h>
#include <format_spe... | [
"ashoksarf@gmail.com"
] | ashoksarf@gmail.com |
d839acface5b079f6f17b2ac28d4d8d7dd7cf18c | e17c7cf738ee8c59789e9bef6aca875715545912 | /tests/commoninjectiondll.cpp | 6a59bbfc27384e8c4242030e048a9709f0fa4041 | [] | no_license | KDE/libkcw | e279b1336b2228716853e3bc9465a1424adacd75 | 810b71cc946d7fa0625d481d4245cfb6d3f2a04c | refs/heads/master | 2016-09-08T01:32:43.445800 | 2014-01-17T21:07:48 | 2014-01-17T21:08:45 | 42,731,774 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,942 | cpp | /* Copyright 2013-2014 Patrick Spendrin <ps_ml@gmx.de>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions... | [
"ps_ml@gmx.de"
] | ps_ml@gmx.de |
7edf3839297c5216f0d6a2b593b7417e34a5c84e | d2566520060aa4e0dc9ee53cca3cfe8b0bc09cb9 | /src/IO/STLTxtMeshReader.hpp | 9e2b4a8c7be5ab2903be251b120a907ed095f482 | [
"BSD-2-Clause"
] | permissive | supermangithu/quinoa | f4a452de8ff1011a89dec1365a32730299ceecc1 | 2dd7ead9592b43a06fa25fec2f7fa7687f6169bf | refs/heads/master | 2023-04-13T14:42:02.394865 | 2020-09-12T13:35:33 | 2020-09-12T13:35:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,455 | hpp | // *****************************************************************************
/*!
\file src/IO/STLTxtMeshReader.hpp
\copyright 2012-2015 J. Bakosi,
2016-2018 Los Alamos National Security, LLC.,
2019-2020 Triad National Security, LLC.
All rights reserved. See the LICENS... | [
"jbakosi@lanl.gov"
] | jbakosi@lanl.gov |
32730fd65a04eae568300105327e0c9b6c89cf97 | 60c9d985436e81a18e5b4b1332f14212312f6e7a | /edbee-data/code/cpp/b_qabstractgraphicsshapeitem_w.hpp | bf7dfe071a463330c81f5a67d88c706ddb36cce9 | [] | no_license | visualambda/simpleIDE | 53b69e47de6e4f9ad333ae9d00d3bfb3a571048c | 37e3395c5fffa2cf1ca74652382461eadaffa9aa | refs/heads/master | 2020-03-23T07:22:19.938662 | 2018-08-16T03:43:26 | 2018-08-16T03:43:26 | 141,267,532 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | hpp | ////////// GENERATED FILE, EDITS WILL BE LOST //////////
#ifndef HOPPY_MODULE_qtah_qabstractgraphicsshapeitemwrap
#define HOPPY_MODULE_qtah_qabstractgraphicsshapeitemwrap
extern "C" {
} // extern "C"
#endif // ifndef HOPPY_MODULE_qtah_qabstractgraphicsshapeitemwrap
| [
"jellyzone@gmail.com"
] | jellyzone@gmail.com |
3e7931e856c7c3989c04f129a97136297956f655 | ad747031d023eae994c3411b734cbc0afbc766d3 | /BASE_X_BASE_Y.cpp | a1a991c3853ee00171193dc59d0b7e189e6a588a | [] | no_license | SourabhMaheshP/ConnectProgram2020 | 8bdb56b4bbace0219b1debf23ad2121666834a61 | 07c4dc10f7a4eb9821518f711b3c88b5e1e99e75 | refs/heads/master | 2020-12-12T01:19:42.070007 | 2020-01-26T07:24:15 | 2020-01-26T07:24:15 | 234,007,250 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,490 | cpp | //compiler used : g++ compiler
//Sourabh Mahesh Pankhawala
#include<iostream>
#include<string>
#include<math.h>
using namespace std;
//Constraint:
// BaseX <= Base36
// BaseY <= Base36
//this function is used for computation and printing values to the console.
//this function is recursive.
//Example... | [
"noreply@github.com"
] | SourabhMaheshP.noreply@github.com |
1b70c37250a73c91ce70de2ae0dfed2b4b7817a2 | 48a8a4fc4954111becec90f8fa05ac55d065526c | /HDU_2011多项式求和.cpp | f508b386237a55534150fa053894c43c8ce223f9 | [] | no_license | vanishblue/OJ | 9dc4ed397e1aaa7c769991e9a966299ee2d9468a | 8ec972c7bdb7c5850aab10dbb3a70fc94213495d | refs/heads/master | 2020-04-24T09:11:44.193865 | 2019-03-10T08:06:06 | 2019-03-10T08:06:06 | 171,855,348 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 356 | cpp | #include <iostream>
#include <iomanip>
#include <cmath>
using namespace std ;
int main()
{
int m, n, i, j ;
cin>>m ;
for (i=0; i<m; i++)
{
double sum=1 ;
cin>>n ;
for (j=2; j<=n; j++)
{
if (j%2 == 0)
sum -= double(1)/double(j) ;
else
sum += double(1)/double(j) ;
}
cout<<fixed<<setprecisi... | [
"904644710@qq.com"
] | 904644710@qq.com |
736b1fe77342c9f83b3df438af513e6828c09ce6 | 09b7d2f60e3d710f9590dcc283ac0d94bea0938b | /modplayer.cpp | ba4d2b3c679b08757c77552c8461fa00bb6ba317 | [] | no_license | metanas/Champions | fde617280bf59961b7a6acd102c34ebff0a153b1 | 6ac49e9c9f473adda157c9d6e9f13508b2625024 | refs/heads/master | 2020-04-03T14:04:56.514671 | 2017-07-14T16:38:34 | 2017-07-14T16:38:34 | 95,134,976 | 0 | 1 | null | 2017-07-14T16:38:35 | 2017-06-22T16:24:16 | C++ | UTF-8 | C++ | false | false | 2,718 | cpp | #include "modplayer.h"
#include "ui_modplayer.h"
#include <QtSql/QSqlDatabase>
#include <QtSql/QSqlQuery>
#include <QtSql/QSqlQueryModel>
#include <QDebug>
#include <QModelIndex>
extern QSqlDatabase db;
modplayer::modplayer(QWidget *parent) :
QDialog(parent),
ui(new Ui::modplayer)
{
ui->setupUi(this);
}
m... | [
"metanas@pre-history.com"
] | metanas@pre-history.com |
560af4df8881ed1d0fa8bbe5bcd89a028f242f46 | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /scrape/data/Tokitsukaze and Discard Items/z7z_Eta_TLE.cpp | c945a26c8713e770a9c572c9acc0a09ea6ceb1a6 | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 944 | cpp | // SeptEtavioxy
#include<cstdio>
#include<cctype>
#include<cstring>
#include<algorithm>
#include<cmath>
#define re register
#define ll long long
#define il inline
#define rep(i,s,t) for(re int i=(s);i<=(t);i++)
#define each(i,u) for(int i=head[u];i;i=bow[i].nxt)
#define pt(ch) putchar(ch)
#define pti(x) pri... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.