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 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
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 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0810d330eb640abd249bf6012cda10ea0570c634 | d6301c557b112bd6aa69ffbf6a0d25f1474f590c | /C/danei/thread/1.cc | dd1ff9d614e1dcf91b36d0ffc200a918d8fe5928 | [] | no_license | awubo/C-language | f82d42a8bf300f5032c3983f29d17020ecb9eb3e | 1ce412414b73b5f0c933e4cd796d8295a2911e22 | refs/heads/master | 2021-01-01T05:15:09.179517 | 2016-06-01T01:06:24 | 2016-06-01T01:06:24 | 58,862,274 | 0 | 0 | null | 2016-05-15T13:43:05 | 2016-05-15T13:12:51 | null | UTF-8 | C++ | false | false | 117 | cc | #include<iostream>
#include<pthread.h>
using namespace std;
struct stu{
char name[20];
int age;
};
int main()
{
}
| [
"7329422@qq.com"
] | 7329422@qq.com |
12b257119ab48d81f9b0d1c78074f60b7aba98fb | b05a9282ce27be0b3257c5954c06bc2103d9c23c | /demos/066_Marching_Cubes_CS/main.cpp | 68014f750a62a317626125326d5789bc0ab935e8 | [
"MIT"
] | permissive | KuKuLuo/OpenGL | 9faf327b12075e3a5dbce5896ca1bf89de856d71 | 05026f25eb1bf0b7688e00c29066f519195c61fa | refs/heads/master | 2020-12-30T16:58:47.597606 | 2017-05-11T22:54:58 | 2017-05-11T22:54:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,466 | cpp | #include <iostream>
#include <random>
#include <stdlib.h>
#define GLEW_STATIC
#include <GL/glew.h> // OpenGL extensions
#include <GLFW/glfw3.h> // windows and event management library
#include <gl... | [
"AFoksha@luxoft.com"
] | AFoksha@luxoft.com |
fdbd81a727ccc7ac6ea3b12e80f567c749cc8ad2 | 6b281eb2e6bb994b4590c41030ece2953e79d9a3 | /SpaceInvaders2D/Classes/EnemyEasy.cpp | 096b347bd2eb84a34819b7c76620c4d4896432a8 | [] | no_license | amemos/spaceInvaders | a46fd8d291f34f55a5ef2067d0cf505cf4254b97 | fb3fe2ce3c5d873c721e57dae317bf7fba2ab7a5 | refs/heads/master | 2022-12-27T23:19:43.187473 | 2020-10-11T23:47:17 | 2020-10-11T23:47:17 | 303,231,408 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | cpp | //
// EnemyEasy.cpp
// SpaceInvaders2D
//
// Created by Ahmet Şentürk on 3.10.2020.
//
#include "EnemyEasy.hpp"
EnemyEasy::EnemyEasy()
{
this->life = ENEMY_LIFE_50;
this->sprite = Sprite::create(ENEMY_EASY_SPRITE_PATH);
}
| [
"ahmet.m.senturk@gmail.com"
] | ahmet.m.senturk@gmail.com |
26a7cc6a02835b476c43a605ea71e525ea447965 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14675/function14675_schedule_22/function14675_schedule_22.cpp | e59cd0692ca0e7c3cf6fbdcf0fe8ad2452e377fe | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,468 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14675_schedule_22");
constant c0("c0", 1024), c1("c1", 256), c2("c2", 256);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"),... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
c58432168610a4028589b9b674072099bd0498e5 | 5c3c559b9accafebcbd143f543ecf20dd4410269 | /Catastrophe/Game/animation system.cpp | 5950619fcacd927e7aac8f5b0613f32ea8618b2b | [] | no_license | indianakernick/Catastrophe | cd2688af966755d934c20aafdb73562674071939 | 8b50525c43c4f6d6b034e98c1882ded492745458 | refs/heads/master | 2022-05-24T13:45:30.678733 | 2018-10-06T09:32:44 | 2018-10-06T09:32:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 699 | cpp | //
// animation system.cpp
// Catastrophe
//
// Created by Indi Kernick on 9/9/17.
// Copyright © 2017 Indi Kernick. All rights reserved.
//
#include "animation system.hpp"
#include "animation component.hpp"
#include <Simpleton/Utils/profiler.hpp>
void AnimationSystem::add(
const EntityID entityID,
const Com... | [
"kerndog73@gmail.com"
] | kerndog73@gmail.com |
ea22c85243b4c505d70cec00bfbf7250eb95a307 | 2ba4dacdba5e3c5ae9cf30e0dad20a65710fdd55 | /Booklet Answers/are_we_there.cpp | d477374153de020a5c024486dead1c1d90243288 | [] | no_license | jsarmiento4/jazlyn_sarmiento_projects | 3be74aa3eda077ac00637c35b859a93ac95c81f3 | a05a41912af9e7fd4a9e471c4313caf0b2b212fb | refs/heads/master | 2020-04-10T01:42:35.273671 | 2019-04-05T17:48:51 | 2019-04-05T17:48:51 | 160,722,965 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 235 | cpp | #include <iostream>
#include <string>
using namespace std;
int main() {
string answer = "";
while (answer != "y" && answer != "Y" && answer != "yes") {
cout << "Are we there yet? " << endl;
cin >> answer;
}
return 0;
}
| [
"jsarmiento@csumb.edu"
] | jsarmiento@csumb.edu |
94ee8df4735c3cc9eac93c78b2f722b21daf1daf | 0895905868a857fc66054c0ac4bb125360da9eeb | /monitor/CameraController.h | 29facf11a430dad7f61deaeaf7683d762e8e0c8a | [] | no_license | medusaGit/polyworld-agent | 956b6a36cd4123e411c5f00666be9e4fe5c62e1d | fc7dbbca6485d994c429755338843ba6d78f30bc | refs/heads/master | 2020-07-01T10:12:15.503312 | 2014-11-20T02:31:59 | 2014-11-20T02:31:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,656 | h | #pragma once
#include "gcamera.h"
class CameraController
{
public:
class RotationParms
{
public:
RotationParms( float _radius,
float _height,
float _rate,
float _angleStart,
float _fixationPointX,
float _fixationPointY,
float _fixationPointZ )
: radius(_radius),... | [
"rockhowse@gmail.com"
] | rockhowse@gmail.com |
d49ff39c557a5104a3ffd8bc771d47ca55f41dfa | 39065a69221cbdf3609be1c55409c363563df077 | /Code/DBSrv/Server.cpp | fe9d637ae59d164405dd805a78e4b55688801c5b | [] | no_license | felipee12/nadademais | 651305a13bd2fa3662704dd02d4caf8cb5850f8e | 470c5b788108f28eb830ed11e9e09b8e9998fb51 | refs/heads/master | 2023-08-17T15:06:51.242101 | 2021-09-28T00:41:10 | 2021-09-28T00:41:10 | 411,081,497 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,493 | cpp | #include "pch.h"
CLog cLog = CLog();
CServer cSrv = CServer();
uint32 CurrentTime = 0;
HFONT hFont = NULL;
HFONT h;
HDC hDC = NULL;
int x = 0;
int y = 0;
CLog::CLog()
{
this->SysFile = NULL;
this->WarnFile = NULL;
this->ErrFile = NULL;
this->PacketFile = NULL;
this->SysLogDay = -1;
this->WarnLogDay = -1;
th... | [
"bryannfsloko@gmail.com"
] | bryannfsloko@gmail.com |
e8ce460eef6f8572fb594488aed2a4709c4102f0 | 066c3b3104410a4baf9308ff9e16205a2c88bb74 | /include/ionlang/construct/expression/binary_operation.h | 1a7d74842ce5506aa444f9811c91567f800f0e2a | [
"Unlicense"
] | permissive | notYuriy/ionlang | 9e56b1b37b80845050cffde376b6659132fbf711 | c15755554266cdb39f2158f4839eb016955dd626 | refs/heads/master | 2022-12-29T03:52:10.881985 | 2020-09-30T02:23:49 | 2020-09-30T02:23:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,082 | h | #pragma once
#include <ionlang/construct/expression.h>
#include "unary_operation.h"
namespace ionlang {
class Pass;
struct BinaryOperationOpts {
ionshared::Ptr<Type> type;
Operator operation;
ionshared::Ptr<Construct> leftSide;
ionshared::OptPtr<Construct> rightSide;
};... | [
"cloudrex@outlook.com"
] | cloudrex@outlook.com |
0f07aac56eb93d25f7a6019c5332cd98bf97bc1e | 9e42c316c017e90ed90965a4f6f46c25a996c69b | /src/QTabCtrl.h | 332860cd193e8597a6c2c2aa6919b541a6c31f8a | [] | no_license | GX-Software/QuickQuiz | 0e8c42bdc2c09516e2238b745579b2dfe0c7efbe | 41af2b9b1a9433465b4bbbe96de76bef46be781b | refs/heads/main | 2023-07-19T05:49:06.412107 | 2021-09-13T07:38:12 | 2021-09-13T07:38:12 | 397,945,967 | 36 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 1,720 | h | #if !defined(AFX_QTABCTRL_H__67849A40_66AF_4A80_9932_B24E59CC1F33__INCLUDED_)
#define AFX_QTABCTRL_H__67849A40_66AF_4A80_9932_B24E59CC1F33__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// QTabCtrl.h : header file
//
class CTabPage;
#define MAXPAGENUM 6
////////////////////////////////////... | [
"njjs1991@163.com"
] | njjs1991@163.com |
f814d548b9b386487ab62b5a715b93dbeebef9b6 | 581d2d5a28c3d4f905ecd752f14f726ed2fa9966 | /DataStructure/Deque.cpp | 5411a141dbb3a49e44eb2efdbd001c9f6b9729bb | [] | no_license | HelloWoori/AlgorithmStudyWithBaekjoon | ba938def4639e6995af6222ed923153dc204dedd | a7354153f87fdb0e74c5486a526dce57c82b3060 | refs/heads/master | 2021-12-17T22:08:56.551710 | 2021-12-13T14:36:06 | 2021-12-13T14:36:06 | 159,617,860 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,828 | cpp | /*
덱
https://www.acmicpc.net/problem/10866
*/
#include <iostream>
#include <vector>
#include <string>
using namespace std;
int main()
{
ios_base::sync_with_stdio(false);
vector<int> v;
string str;
int n = 0, X = 0;
cin >> n;
while (n-- > 0)
{
cin >> str;
if (str ==... | [
"myahn0607@gmail.com"
] | myahn0607@gmail.com |
4444644a871212d9322c7a41e252d2ad928d5031 | 90db257b5223623c0fef64eaf5709f505a8174c9 | /site-packages/include/glm/detail/type_vec3.hpp | c7c429d144340ae6a33e52717b1d44ab4e036925 | [] | no_license | yishiyu/MineCraft_Yishiyu_Edition | 88da0c0c6cd05a59f6b7abf629e89389f7eb5cc2 | 9feeeb062902f782f7b3cb3844bc219b5732f804 | refs/heads/master | 2023-01-24T07:19:36.679265 | 2020-11-16T13:26:41 | 2020-11-16T13:26:41 | 309,030,646 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 15,093 | hpp | /// @ref core
/// @file glm/detail/type_vec3.hpp
#pragma once
#include "type_vec.hpp"
#if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
# if GLM_HAS_UNRESTRICTED_UNIONS
# include "_swizzle.hpp"
# else
# include "_swizzle_func.hpp"
# endif
#endif //GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
#include <cstddef>
namespace glm
{
templat... | [
"814384981@qq.com"
] | 814384981@qq.com |
62a7f9cfb08db93fa111cd915ee55a7fb87f0006 | 56542e144d02a3de61b9f1740cd1ba2723393dd5 | /Binary Search/2 PivotElement.cpp | 2c73cef4d2d620dde6a2faaa48f752eacb01a487 | [] | no_license | ravirathee/Algorithms | 0560510d5efe05f96df4dedb306f42c47608445b | 3e7f7fcfc79f23d4b7a7fe7215d0a63b1b21664c | refs/heads/master | 2022-11-04T11:50:16.607408 | 2020-06-17T22:20:05 | 2020-06-17T22:20:05 | 263,341,246 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,901 | cpp | ///*
// https://practice.geeksforgeeks.org/problems/minimum-element-in-a-sorted-and-rotated-array/0
//
// read theory and logic from here
// http://theoryofprogramming.com/2017/12/16/find-pivot-element-sorted-rotated-array/
// take hint how to implement here
// minimum element
// https://www.geeksforgeeks.org/find-mini... | [
"ravik.rathee@gmail.com"
] | ravik.rathee@gmail.com |
50e5b20da5395e2ccbd685b7021725dbf539332c | 5cc6d366c6dfbde35538768315b55dfe7baa7b49 | /1070J.cpp | 758f179903b3a364b1009bc64e181a6e91492d65 | [] | no_license | khoapham12397/CodeForces | dbb641f144ea1bdbb17fb46ef564cfc0883c689d | 962f9b6fabfa12c85b94f6a6947868670358ec81 | refs/heads/master | 2023-04-19T02:48:11.496923 | 2021-05-09T15:10:46 | 2021-05-09T15:10:46 | 365,781,403 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,660 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <string>
using namespace std;
int n,m,k,a[26];
bool dp[26][30010][26];
void solve() {
for (int i = 0; i < 26; i++) a[i] = 0;
cin >> n >> m >> k;
string s; cin >> s;
for (int i = 0; i < k; i++) {
a[int(s[i])-65]++;
}
int ans = int(1e9);
for... | [
"khoa.pham12397@hcmut.edu.vn"
] | khoa.pham12397@hcmut.edu.vn |
72fff7fd74ace9589a7e18103faa69ad144c1759 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/multimedia/dshow/filters/tsdvr/tools/dsnet/receiver/netrecv.h | d9dc52001dd0b425ef587cc3e6f7132c45d050fe | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,591 | h |
/*++
Copyright (c) 2000 Microsoft Corporation. All Rights Reserved.
Module Name:
netrecv.h
Abstract:
Contains the class declaration for CNetReceiver, which is a general,
non dshow-specific multicast receiver.
Notes:
--*/
#ifndef __netrecv_h
#define... | [
"112426112@qq.com"
] | 112426112@qq.com |
7285f4a6ca81fbb7ef5b72343349ce6321d3e0d8 | 6c8fa6ce2fea51c22ba9040ff2a6a0d78746836c | /CS106X/code/01-intro-code/build-narcissistic-numbers-Desktop_Qt_5_13_1_clang_64bit-Debug/moc_gcontainer.cpp | 1085070cbde76781b614841015c18863199e78c8 | [] | no_license | LavenderMP/Stanford-CS-AI | b34e05c9d4340f880edc47e5944854975582fc58 | 93422b13bdc74a5b7c358a55542e54a96c52278d | refs/heads/master | 2021-07-14T07:24:43.293716 | 2021-02-06T19:22:35 | 2021-02-06T19:22:35 | 233,680,885 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,960 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'gcontainer.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.13.1)
**
** WARNING! All changes made in this file will be lost!
*********************************************************... | [
"hvhnk1993@gmail.com"
] | hvhnk1993@gmail.com |
bd68adc810137420ef019d3955cdf2a501ae4dcb | 0c9cae0ec0f276b6f727cab8b0829b831dd0b7fb | /ValidSudoku/ValidSudoku/ValidSudoku.cpp | 51c6c39ca17e7d3b745ff8a15575ffddb4b18d10 | [] | no_license | timruning/leecode | e7b97bd52cf2e064b3873d980c81d040043090a6 | 899643daeb40a8f6b4ebe975f3c76ff1865f7959 | refs/heads/master | 2021-01-19T02:55:42.357388 | 2016-07-26T14:02:13 | 2016-07-26T14:02:13 | 45,767,185 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 281 | cpp | // ValidSudoku.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include<iostream>
#include<vector>
using namespace std;
class Solution {
public:
bool isValidSudoku(vector<vector<char>>& board) {
}
};
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
| [
"timruning@163.com"
] | timruning@163.com |
93d4af384920f62427c16657ba33d9ea5eacc039 | 69e875159f67f784653708853acca21dfc67162e | /src/md5.cpp | f90682ab1c78ec8490a31f4d6c0dc80df02aba33 | [] | no_license | brycewalton/advent-of-code-2015 | 50655ac16e8ef18a955d0ccd1da599e6cca95715 | d50fc94c4dfcaaccbb1bc10f680306f40a9264ca | refs/heads/master | 2021-01-10T14:19:09.266432 | 2015-12-22T07:49:44 | 2015-12-22T07:49:44 | 48,407,947 | 0 | 0 | null | 2015-12-22T07:49:44 | 2015-12-22T03:21:34 | C++ | UTF-8 | C++ | false | false | 10,477 | cpp | /* MD5
converted to C++ class by Frank Thilo (thilo@unix-ag.org)
for bzflag (http://www.bzflag.org)
based on:
md5.h and md5.c
reference implemantion of RFC 1321
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
License to copy and use this software is granted provide... | [
"bryce.walton@gmail.com"
] | bryce.walton@gmail.com |
baaf9a365650eabe513ad1c2ec1bb5d26513a730 | df18af092b4bc7fa5fe66e9f3da116446a7dcde5 | /include/fruit/impl/normalized_component.defn.h | 489e75dd5dc33840c68ac45d10b9fd125125dad3 | [
"Apache-2.0"
] | permissive | kidundead/fruit | d764823f3354a6932f0c60a76686998e1f564afa | 1ff06b3c9ef021dd268533c97747d93370b7bff3 | refs/heads/master | 2021-01-17T23:11:42.077111 | 2015-07-19T19:06:19 | 2015-07-19T19:06:19 | 40,112,006 | 1 | 0 | null | 2015-08-03T07:43:46 | 2015-08-03T07:43:46 | null | UTF-8 | C++ | false | false | 1,267 | h | /*
* Copyright 2014 Google Inc. 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 by appli... | [
"poletti.marco@gmail.com"
] | poletti.marco@gmail.com |
a6d0752c74a49975ab4ac190741a5de839cf4796 | 7fd5e6156d6a42b305809f474659f641450cea81 | /boost/multi_index/detail/rnd_index_node.hpp | 20435ad0e84fb783b5a94dc9ed188c097fff518c | [] | no_license | imos/icfpc2015 | 5509b6cfc060108c9e5df8093c5bc5421c8480ea | e998055c0456c258aa86e8379180fad153878769 | refs/heads/master | 2020-04-11T04:30:08.777739 | 2015-08-10T11:53:12 | 2015-08-10T11:53:12 | 40,011,767 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,257 | hpp | /* Copyright 2003-2013 Joaquin M Lopez Munoz.
* 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)
*
* See http://www.boost.org/libs/multi_index for library home page.
*/
#ifndef BOOST_MULTI_INDEX_DETAIL_R... | [
"git@imoz.jp"
] | git@imoz.jp |
a6f13f15f6cf978ee4ff917d3b7ebff9b0da5c9f | 0a3363c1d3d5867f1340de49b84eab84defa3fb8 | /mods/core/objects/filters/SlewLimiter.h | 9b9537d8acebf868a0ce8f75431e565b891300b5 | [
"MIT"
] | permissive | odevices/er-301 | b09bc53f1b11ff1bba2be8a51220ebfe932dd935 | 3a7b592fe5d223d5a96b2d8e90b578b23bbdabe5 | refs/heads/develop | 2023-02-17T16:31:01.764589 | 2023-02-14T06:55:32 | 2023-02-14T06:55:32 | 343,000,824 | 124 | 26 | MIT | 2023-02-14T06:55:34 | 2021-02-28T02:06:10 | C | UTF-8 | C++ | false | false | 657 | h | /*
* SlewLimiter.h
*
* Created on: 17 Dec 2017
* Author: clarkson
*/
#ifndef APP_OBJECTS_FILTERS_SLEWLIMITER_H_
#define APP_OBJECTS_FILTERS_SLEWLIMITER_H_
#include <od/objects/Object.h>
namespace od
{
class SlewLimiter : public Object
{
public:
SlewLimiter();
virtual ~Sle... | [
"clarkson@orthogonaldevices.com"
] | clarkson@orthogonaldevices.com |
ee54a1eb55e61aec33f65a8debe56804c5e21587 | 815cbd1ca6307d207b52076eedd4501bc9856be7 | /cooper1/src/ofApp.h | f46b58b59a321a47e486570cd1871d3784bd55f2 | [] | no_license | tsfnis/reCode | b0fcd72a7366177248f65fd29cb7d40e4734dc03 | 4cc1b86b0d2983b6fc81e21a9b4ed571b113b8f9 | refs/heads/master | 2021-01-24T12:49:12.478110 | 2018-04-20T18:02:15 | 2018-04-20T18:02:15 | 123,154,003 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 837 | h | #pragma once
#include "ofMain.h"
class ofApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void keyPressed(int key);
void keyReleased(int key);
void mouseMoved(int x, int y );
void mouseDragged(int x, int y, int button);
void mousePressed(int x, int y, int button);
void mo... | [
"tsfnis@gmail.com"
] | tsfnis@gmail.com |
75da10695b49fe62e01cae9b74b54d4441b7c3ab | 59cacf6c27395c65935d852047c02744ca01a813 | /moonhae/moonhae/medium.cpp | 698b3039f136813dd69b041380115c8c05becd2b | [] | no_license | zmd9220/object-trainning | 2131432f552520888e5d69d9cd1355a59da98854 | c0945710ec7ff3164bcdbcdf8f6864a0d67c7902 | refs/heads/master | 2021-07-15T17:45:06.763697 | 2020-05-20T15:04:07 | 2020-05-20T15:04:07 | 151,281,660 | 0 | 0 | null | 2020-05-20T15:04:08 | 2018-10-02T15:53:29 | null | UTF-8 | C++ | false | false | 937 | cpp | #include <iostream>
#include <queue>
#include <algorithm>
#include <functional>
using namespace std;
int main()
{
std::ios::sync_with_stdio(false);
int T;
cin >> T;
while (T--)
{
priority_queue<int, vector<int>, less<int> > min_heap;
priority_queue<int, vector<int>, greater<int> > max_heap;
... | [
"31811018+zmd9220@users.noreply.github.com"
] | 31811018+zmd9220@users.noreply.github.com |
025ca0f224bcdc976af3fe55b248d735d1a74eaf | 372dc892e95a6a988c084d1ba810e088dba3243f | /main.cpp | 410aa7c879e95d52d9364c82eba5e3a059abbc2e | [] | no_license | EvgenyVRN/pipeline-demo | 8b9dbfd841f650c6787b0c32d79812dce314bcb1 | 6cabbd02f20912b22a7743588808ebbca8cea0c4 | refs/heads/master | 2021-03-12T06:07:51.443682 | 2020-03-07T10:49:12 | 2020-03-07T10:49:12 | 246,596,231 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,875 | cpp | #include "src/Pipeline.h"
#include <iostream>
#include <boost/filesystem.hpp>
// #define GOOGLE_STRIP_LOG 1 // отключить логирование сообщений ниже заданного уровня строгости
#include <glog/logging.h>
using namespace std;
namespace fs = boost::filesystem;
void InitGlog(const std::string& program)
{
// Initiali... | [
"ekolosov@inobitec.com"
] | ekolosov@inobitec.com |
49d2a192e89b4258c03625e24bbdfba7ba1c2b79 | d790e442a394dcc35a45e3aed8141c9911e86d58 | /template.cpp | 1506071548997d588adf46a080196745dbcc1dab | [] | no_license | KevinBoxuGao/CCC | 5b332a613b9bb97bd714017fb0b287a48e6d21c4 | 62c52c9ad2e183d9b7b34c5393ab4a30f0fcfa4d | refs/heads/master | 2023-03-12T04:06:33.117030 | 2021-02-24T01:51:09 | 2021-02-24T01:51:09 | 162,652,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef vector<int> vi;
typedef vector<vi> vvi;
typedef pair<int, int> pii;
typedef vector<pii> vpii;
#define FOR(a, b, c) for (int(a) = (b); (a) < (c); ++(a))
#define FORN(a, b, c) for (int(a) = (b); (a) <= (c); ++(a))
#define FOREACH(a, b) for (aut... | [
"kevingao2003@gmail.com"
] | kevingao2003@gmail.com |
d4109e7eb9055dde1662d0e52cbfe316f4a89805 | b6c6cfd8bbf186c14c680a6cbbec367537e82036 | /atcoder/abc/36/a.cpp | 86f26231f2bb9b6052bddf9571bf01c10d309da6 | [
"MIT"
] | permissive | utgwkk/programming-contest | d62ac280df2d9595a03e92d82bf8795a0abb31cf | eb7f28ae913296c6f4f9a8136dca8bd321e01e79 | refs/heads/master | 2020-12-25T18:09:39.168895 | 2019-05-19T16:02:44 | 2019-05-19T16:02:44 | 37,702,799 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 297 | cpp | #include <bits/stdc++.h>
#define FOR(i,m,n) for(int i=m;i<(n);i++)
#define REP(i,n) FOR(i,0,n)
#define ALL(x) (x).begin(),(x).end()
typedef long long ll;
using namespace std;
int main(void){
int a,b;cin>>a>>b;
if(b-a*(b/a)==0)cout<<b/a<<endl;
else cout<<b/a+1<<endl;
return 0;
}
| [
"utagawakiki@gmail.com"
] | utagawakiki@gmail.com |
e2f26a5b20f3e62e0119bf09c59e2e6159dcb77f | 655202725f7b5eac7bd45a415b333042cd33ef6b | /Utilities/IDGenerator.h | 7f97953dedb9460eff9bd180469959c25ef0881f | [] | no_license | BarabasGitHub/DogDealer | 8c6aac914b1dfa54b6e89b0a3727a83d4ab61706 | 41b7d6bdbc6b9c2690695612ff8828f08b1403c7 | refs/heads/master | 2022-12-08T04:25:50.257398 | 2022-11-19T19:31:07 | 2022-11-19T19:31:07 | 121,017,925 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 640 | h | #pragma once
#include "Range.h"
#include <vector>
#include <deque>
template<typename IDType>
class IDGenerator
{
std::vector<typename IDType::generation_t> m_generation;
std::deque<typename IDType::index_t> m_unused;
public:
bool IsValid(IDType id ) const;
IDType NewID();
voi... | [
"mailbasvandenberg@gmail.com"
] | mailbasvandenberg@gmail.com |
e71a852c5d040a9de1feb69b7c508b8291e0f122 | 5c3c559b9accafebcbd143f543ecf20dd4410269 | /Catastrophe/Game/body physics component.cpp | dc68a47e08ddaacf1d2810f1e5fd20226ff1af88 | [] | no_license | indianakernick/Catastrophe | cd2688af966755d934c20aafdb73562674071939 | 8b50525c43c4f6d6b034e98c1882ded492745458 | refs/heads/master | 2022-05-24T13:45:30.678733 | 2018-10-06T09:32:44 | 2018-10-06T09:32:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,247 | cpp | //
// body physics component.cpp
// Catastrophe
//
// Created by Indi Kernick on 11/10/17.
// Copyright © 2017 Indi Kernick. All rights reserved.
//
#include "body physics component.hpp"
#include <cassert>
#include "b2 helper.hpp"
#include "b2 glm cast.hpp"
#include "yaml helper.hpp"
#include "physics file.hpp"
... | [
"kerndog73@gmail.com"
] | kerndog73@gmail.com |
c1dd60979b25e97904a2b82293e33db229cf0ed6 | c76f2ea19ff738e074f04d036da3c43100dfcdf0 | /opencl/softbodyCL/aabb.cpp | 5665fea7b1528c3a2b6a95ae277f53b4779fa1ef | [] | no_license | saggita/experiments | a60a4be96aad404bc2331f75fa4ef6a0bcff6511 | 6c68b3ed80ae58a7962c6b1594bcd3c79303932e | refs/heads/master | 2021-01-18T06:22:40.951956 | 2013-05-07T22:50:23 | 2013-05-07T22:50:23 | 2,521,063 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,275 | cpp | #ifdef WIN32
# define WIN32_LEAN_AND_MEAN
# define NOMINMAX
# include <windows.h>
# undef WIN32_LEAN_AND_MEAN
# undef NOMINMAX
#endif
#define NOMINMAX
#include "..\..\rendering\rendertest\OpenGLInclude.h"
#include "Aabb.h"
#include <algorithm>
#include <limits>
#include "LinearMath/btVector3.h"
... | [
"saggitasaggita@gmail.com"
] | saggitasaggita@gmail.com |
549105a724d6e9267298b656b041d1900b25682f | 3de0cad97f49a704165c4748e472b970147f6469 | /Behavioural/Command/Command-4/CeilingFanHighCommand.hpp | de271ea943001880433df698079369aef215002c | [] | no_license | mjaimin/DesignPatterns | e991ccba1a80273f00403f460c5cfea3d86a2c8d | 0a79410d631070eb091dfd00bfaf4d4e31e9c47d | refs/heads/master | 2020-12-25T15:42:12.383221 | 2020-10-18T05:24:07 | 2020-10-18T05:24:07 | 8,261,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 964 | hpp | #ifndef _HEAD_FIRST_DESIGN_PATTERNS_COMMAND_UNDO_CEILING_FAN_HIGH_COMMAND_HPP_
#define _HEAD_FIRST_DESIGN_PATTERNS_COMMAND_UNDO_CEILING_FAN_HIGH_COMMAND_HPP_
#include "Undo.hpp"
namespace HeadFirstDesignPatterns {
namespace Command {
namespace Undo {
class CeilingFanHighCommand : public Command {
private: Ce... | [
"m.jaimin@gmail.com"
] | m.jaimin@gmail.com |
e2de2cfcaafd36d5869cfc00b23a9ce430413d4b | d0945281b194b52241ee3a36bd9d4ae2c546828d | /Source/UI/src/Windows/CommandBar.cpp | ad711032118c4c688a958d9e49ca20bd4250d5fb | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | fcjurado/titanium_mobile_windows | a61d5683c193e40d56d0c264f294c11d1cefd3a6 | c0fbff4b6c451c3139ad29f2e9f9a870d25fe8ea | refs/heads/master | 2021-01-17T22:03:29.751916 | 2015-06-20T22:55:04 | 2015-06-20T22:55:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,051 | cpp | /**
* Windows.CommandBar
*
* Copyright (c) 2015 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License.
* Please see the LICENSE included with this distribution for details.
*/
#include "TitaniumWindows/UI/Windows/CommandBar.hpp"
#include "TitaniumWindows/UI/Windows/A... | [
"developer@infosia.co.jp"
] | developer@infosia.co.jp |
9bd810eebf8cc700fedffed271bef830b59a6dfb | 4cd7f9447801592739d8b05c4f41f9f210fdb784 | /src/chrome/browser/banners/app_banner_data_fetcher_desktop.h | f5623b05553f75b8b8c1931c51c8b5f482619586 | [
"BSD-3-Clause"
] | permissive | crash0verrid3/Firework-Browser | 15fbcdcdf521f1b1a1f609310fba9a5ab520b92a | 9f2e99135fa4230581bde1806ca51e484372be50 | refs/heads/master | 2021-01-10T13:18:41.267236 | 2015-10-18T23:04:10 | 2015-10-18T23:04:10 | 44,147,842 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,645 | h | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_BANNERS_APP_BANNER_DATA_FETCHER_DESKTOP_H_
#define CHROME_BROWSER_BANNERS_APP_BANNER_DATA_FETCHER_DESKTOP_H_
#include "chrome/brow... | [
"sasha@sasha-kaidalov"
] | sasha@sasha-kaidalov |
fd09111cb7706b3e0c5930b47dd5bcf345758b45 | 5dde665a05fc7ac8284f4a63cdbfd58d8365e24f | /interview/meituan/zhang2.cpp | 7525806f82a6560ede106c14dec2f0d280ba2741 | [] | no_license | chen-huicheng/cpp-coder | e6613544db89c94b12e465986e60c851e908f7d6 | de318edbdadff6fc31087be280228e32aae08147 | refs/heads/master | 2023-08-05T07:04:14.784018 | 2021-09-22T08:52:27 | 2021-09-22T08:52:27 | 359,787,922 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 696 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
vector<vector<int>> idxs(26,vector<int>());
string s,a;
cin>>s>>a;
int n=s.size();
int m=a.size();
for(int i=0;i<n;i++){
idxs[s[i]-'a'].push_back(i);
}
int res=0;
int preid=-1;
for(auto c:a){
if(idxs[c-'a'].... | [
"huicheng_chen@qq.com"
] | huicheng_chen@qq.com |
aeea772b5e919f0095584b10905598006be09871 | a5d418868bdc1d81719cd111f2787f2c5137518c | /IoT/21-03-03/21-03-03/실습3/push_btn/push_btn.ino | f70eea7849b68a7f5024b630bbc4ee8f8a4ffbed | [] | no_license | sohn0356-git/TIL | aa0e89b2d163a342fc99e93b0552b73bf1db9e4a | 9c7447326caed4d25044a0ab559744ffc469924c | refs/heads/master | 2023-07-15T23:33:19.650261 | 2021-08-24T11:04:12 | 2021-08-24T11:04:12 | 327,533,782 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 330 | ino | int push_btn = 12;
int btn_state = 0;
void setup() {
Serial.begin(9600);
pinMode(push_btn,INPUT);
}
void loop() {
delay(1000);
btn_state = digitalRead(push_btn);
Serial.println(btn_state);
// if(btn_state==HIGH){
// Serial.println("push버튼 누름");
// }else{
// Serial.println("push버튼 해제");
// }
}
| [
"sohn0356@gmail.com"
] | sohn0356@gmail.com |
76ebf0b1f181f07a52b12e85fd12ec41ed881629 | a40f66e4f174ae54438dfed778839b46f52599b5 | /JuceLibraryCode/modules/juce_core/text/juce_CharacterFunctions.h | 0a2530c0ab1fa330dcf43d3a3f18306968a744b5 | [] | no_license | PFCM/SwivelAutotune | 61e2f63e8fb9244e6a2ca1d840839b16b457d7b6 | f52201aef77806febba1ade85688e989fe3da09d | refs/heads/master | 2021-01-22T05:24:10.935556 | 2013-11-28T03:59:29 | 2013-11-28T03:59:29 | 14,478,275 | 1 | 0 | null | 2013-11-27T19:48:34 | 2013-11-18T00:12:56 | C++ | UTF-8 | C++ | false | false | 20,740 | h | /*
==============================================================================
This file is part of the juce_core module of the JUCE library.
Copyright (c) 2013 - Raw Material Software Ltd.
Permission to use, copy, modify, and/or distribute this software for any purpose with
or without fee is ... | [
"pfcmathews@gmail.com"
] | pfcmathews@gmail.com |
186c421db835b71d615a525ff928fc3c26c28537 | 61aad86201fbaf50fc40bde4e50b96c71249e2a8 | /src/PrtPrimaryGeneratorAction.cxx | a443087ace9c16f89974c45e02b5aa693f382c0f | [] | no_license | pinkenburg/eicdirc | f91be42a45d20bda54c9d8e6ae0adcbe3ec0e66c | 1ec651cf3099d55fb993afc546191ab7a4fdf60b | refs/heads/master | 2021-01-14T06:54:38.782892 | 2019-10-26T17:37:41 | 2019-10-26T17:37:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,473 | cxx | #include "PrtPrimaryGeneratorAction.h"
#include "PrtPrimaryGeneratorMessenger.h"
#include "Randomize.hh"
#include "G4Event.hh"
#include "G4ParticleGun.hh"
#include "G4ParticleTable.hh"
#include "G4ParticleDefinition.hh"
#include "G4SystemOfUnits.hh"
#include "globals.hh"
#include "PrtManager.h"
PrtPrimaryGeneratorA... | [
"r.dzhygadlo@gsi.de"
] | r.dzhygadlo@gsi.de |
be41c6d3aabd5770c66c434950268252b2afefad | a4322e8603c04c1f57d19a2808c653e9ba8b9ded | /ThreeBodyMassivePhaseSpace.h | e96841539e40a86980509442172015fa1270ea9d | [] | no_license | MatthiasLinster/Bachelor-Thesis | 9557a39d5bae37857f21416f9812f5631a281ae0 | d21768900b94acf7e4a7cba689b3582324dca38f | refs/heads/master | 2021-01-22T08:48:51.470906 | 2015-04-14T18:15:30 | 2015-04-14T18:15:30 | 33,821,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 967 | h | #ifndef THREE_BODY_MASSIVE_PHASE_SPACE_H
#define THREE_BODY_MASSIVE_PHASE_SPACE_H
#include "PhaseSpace.h"
#include "TwoBodyMassivePhaseSpace.h"
#include <iostream>
class ThreeBodyMassivePhaseSpace : public PhaseSpace {
public:
ThreeBodyMassivePhaseSpace(const double massParticle1,const double massParticle2,cons... | [
"matthias.linster@gmail.com"
] | matthias.linster@gmail.com |
769134091bc11ee0243e90979340072b975f2718 | aa8dcda692ed02ed558d88d834b92e53f2ca747c | /final/Final242/Final242/q1.cpp | 30b9a5b47b0609e856ca22e7ca83a47ddce0d7b5 | [] | no_license | KimballDavid/CSC242 | 5430267cb527b63db19fd6282323c857a0eb3fd1 | 9d7f5585396717083c2e0ce26a43d8c2196ef01a | refs/heads/master | 2020-05-01T11:33:57.237244 | 2019-03-24T17:24:51 | 2019-03-24T17:24:51 | 177,446,352 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,659 | cpp | #include<iostream>
// my understanidn of this question was unclear I did not
// know if you wanted literally 1,2,3...99,100
// or just positive integers between there
// as such I made two function for this part below
// fucntion to initilize array with values 1-100
/*double initilizeArray(double array[], const int s... | [
"kimbadp@gmail.com"
] | kimbadp@gmail.com |
ef3094c04a52014855a432efdc5ab1ad8dc68a0b | ba9322f7db02d797f6984298d892f74768193dcf | /bssopenapi/include/alibabacloud/bssopenapi/model/QuerySettlementBillResult.h | 4c1b70f12617c98f65bc083a8c41a55a86a94e1a | [
"Apache-2.0"
] | permissive | sdk-team/aliyun-openapi-cpp-sdk | e27f91996b3bad9226c86f74475b5a1a91806861 | a27fc0000a2b061cd10df09cbe4fff9db4a7c707 | refs/heads/master | 2022-08-21T18:25:53.080066 | 2022-07-25T10:01:05 | 2022-07-25T10:01:05 | 183,356,893 | 3 | 0 | null | 2019-04-25T04:34:29 | 2019-04-25T04:34:28 | null | UTF-8 | C++ | false | false | 3,065 | h | /*
* Copyright 2009-2017 Alibaba Cloud 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... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
cb1056a3577de5487a86f6e267394578202c344c | fe0559eaa11c60145797571bf0ab051bed71ae91 | /functions/FunctionResolveURI.cpp | 2dc963c550d3e2e7a731221b1f5d506ec7070083 | [] | no_license | ren19890419/xqilla | 23e64a012f825ff58371907284d15872c9286f7b | ba6e4d58c777bede091856c0edee68c58a5fa364 | refs/heads/master | 2021-05-26T12:09:50.022580 | 2012-04-11T13:41:47 | 2012-04-11T13:41:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,373 | cpp | /*
* Copyright (c) 2001, 2008,
* DecisionSoft Limited. All rights reserved.
* Copyright (c) 2004, 2011,
* Oracle and/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.
* You may ob... | [
"yayanyang@gmail.com"
] | yayanyang@gmail.com |
0fced2200642e486b3cbfb2450ee6f4092c2cd61 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/multimedia/directx/dxg/swrast/sample/main.cpp | 431387c31ec799aa0de33363b50559e0e8998390 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,324 | cpp | #include "pch.h"
#include "SampleSW.h"
#pragma hdrstop
// Needed as MSVC doesn't throw bad_alloc upon failed new(), unless
// we specifically make it do.
_PNH g_OldNewHandler= NULL;
int _cdecl NewHandlerThatThrows( size_t size )
{
throw std::bad_alloc();
// Tell new to stop allocation attempts.
return 0;... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
72f5e41ad1014e6753e72ebab2c401b2ddbd0835 | 6f666c9a5410c3e56d3309d0b4c535449217557d | /2020/Qualification_Round/travel.cpp | a2cdcbc0ed9d76984ab641e88aaf3957a12a3976 | [] | no_license | Gbemiro8/Facebook_hackercup | 33d4e221ce4b31c38b0e590a9666f6a2c6c0c947 | 8f200abb54ae20e88297f64a5b63df0c293d7c74 | refs/heads/master | 2022-11-20T18:48:33.936264 | 2020-07-27T18:01:13 | 2020-07-27T18:01:13 | 282,975,291 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,174 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
const char N = 'N', Y = 'Y';
vector<int> adj[55];
vector<int> vis(55);
void dfs(int cur, int x, vector<string> &ans){
if(vis[cur]) return;
vis[cur] = 1;
for(auto e : adj[cur]){
ans[x][cur] = Y;
ans[x][e] = Y;
ans[cur][e] = Y;
dfs(e,x, ans);... | [
"peculiar.isrl17@gmail.com"
] | peculiar.isrl17@gmail.com |
368a74356abca5e2cf69411217871eeff1fc892b | 59f00d4f6fccb6b1103c5aa54f43a6e4d4f8bfc5 | /src/common-plugin-view/SampleTreeViewPlugin/SampleTreeViewFunctions.cpp | 549ac81ba69748258384230812a899fbfd5efe29 | [] | no_license | tomas-pluskal/masspp | 9c9492443bb796533bcb27fe52a0a60e4ba62160 | 808bf095215e549e7eb5317c02c04dfb2ceaba15 | refs/heads/master | 2021-01-01T05:33:44.483127 | 2015-06-07T12:54:17 | 2015-06-07T12:54:17 | 33,917,190 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,807 | cpp | /**
* @file SampleTreeViewFunctions.cpp
* @brief SampleTreeView plug-in function implements
*
* @author S.Tanaka
* @date 2008.01.10
*
* Copyright(C) 2006-2014 Eisai Co., Ltd. All rights reserved.
*/
#include "stdafx.h"
#include "SampleTreeViewFunctions.h"
#include "SampleTreeManager.h"
#inclu... | [
"Satoshi Tanaka@localhost"
] | Satoshi Tanaka@localhost |
0bb87c90d6d3ae6fb668c9023a4ca3c1a3d9b360 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /hardware/qcom/display/msm8x26/libgralloc/alloc_controller.h | 5fe81fac779bd0c564d56bb71daf232758d6172c | [
"MIT",
"Apache-2.0"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 2,402 | h | /*
* Copyright (c) 2011-2012, The Linux Foundation. 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 lis... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
d66fb4ccea97ef0359c900b8e4f2071c4c6b006a | 6f1e33d8b737a0d9b1f5c152122f8470990ac39e | /independent_vad/src/vad_filterbank.hpp | 60cd577776595dad758857f58267d87e3d9c1b3e | [
"BSD-3-Clause"
] | permissive | AudioBucket/audio-processing-module | 9fa74a6d648fbb1c3bd0c434f79e8e962390c922 | 65ef2e64471d5e28b1985e37dc329d68fa5fe2a4 | refs/heads/master | 2020-04-12T19:44:29.731110 | 2018-12-04T09:47:36 | 2018-12-04T09:47:36 | 162,716,912 | 1 | 0 | null | 2018-12-21T13:23:24 | 2018-12-21T13:23:24 | null | UTF-8 | C++ | false | false | 1,815 | hpp | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"41682958+zhang-ray@users.noreply.github.com"
] | 41682958+zhang-ray@users.noreply.github.com |
f7f36a3c4cd51b38fbbb1ebc8d36116697953190 | 43be190d372ee2b5160a0226ce4dd59f2e975c02 | /LibUser/GenericUtilities/Directory.cpp | 939e997cc9add7605cdb8abd8134640148671ffc | [] | no_license | barakman/VirtualFlyThrough | c189b495332bdb4c063e308a235885f9d7255268 | 0b2e1ba2c2c600ddc1dcec0618a50d8b66b56728 | refs/heads/master | 2016-09-07T18:57:25.802045 | 2014-05-15T18:08:49 | 2014-05-15T18:08:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,322 | cpp | #include "Directory.h"
#include <direct.h>
#include <string.h>
#include <io.h>
Directory::Directory(const char* aName)
{
_chdir(aName);
Open();
}
Directory::~Directory()
{
Close();
}
void Directory::ChangeTo(int iId)
{
if (FileIsSubDir(iId)==true)
{
_chdir(GetFileName(iId));
Close();
Open();
}
}
int... | [
"barakman@yahoo.com"
] | barakman@yahoo.com |
7ab5c56c4d95ac40173bb362ebddef26c3875f08 | 9965bfe8c79f9c4468d03b8d9944e4a369747816 | /include/HTTPClientInterface.h | 928fa3bb81650df8d2a2ac140af7b29ae8a12ff6 | [
"MIT"
] | permissive | axiu-fly/httpclient | ad10e2dec48171d3504a5989d5e598153b3a3136 | bbe8c008297ce3f90313a8e3c8d631353d7dfe22 | refs/heads/master | 2023-02-06T23:17:26.815155 | 2020-12-29T22:57:41 | 2020-12-29T22:57:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 543 | h | #ifndef _HTTPCLIENTINTERFACE_H_
#define _HTTPCLIENTINTERFACE_H_
#include <cstddef>
#include <string>
class HTTPClientInterface {
public:
virtual ~HTTPClientInterface() = default;
virtual void handleResultCode(int code) { }
virtual bool handleRedirectUrl(const std::string & url) { return true; }
virtual void ... | [
"mikael.rekola@gmail.com"
] | mikael.rekola@gmail.com |
d3ca28462400f60418276aab7f4fbcc1a615d70f | d2aefbd1a3a661b03fe5a6ad7d72db997b1c695d | /qtproject/opencvtest/morphology_1.cpp | e9b30074c9b4ba7f43ad9b9506ac91aeeb64c9d0 | [] | no_license | doudouwyh/opencv_qt | 9be3bb72fe345dd661256733f79690ccbd02e831 | e08ad43e034281cd00437eef17650bd0d73e7419 | refs/heads/master | 2021-01-15T17:19:21.128922 | 2017-08-09T00:15:28 | 2017-08-09T00:15:28 | 99,747,294 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,710 | cpp | /**
* @file Morphology_1.cpp
* @brief Erosion and Dilation sample code
* @author OpenCV team
*/
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <stdlib.h>
#include <stdio.h>
using namespace cv;
/// Global variables
Mat src1, erosion_dst, dilation_dst;
int erosion_elem = 0;... | [
"wenhuan193@pingan.com.cn"
] | wenhuan193@pingan.com.cn |
0d65953eb9f97093508495e447c990efcbbf17ca | d3e4fe9772316a1ebdc7bc9363e2c19a64aa6ae7 | /avi2apv/QTFFmpegWrapper/QVideoDecoder.cpp | 2a77275cccbf5526304be9d164e111650ee41464 | [
"BSD-2-Clause"
] | permissive | hitomi2500/avi2pseudo | ed227876024f831ffb31956b31b9757399b7cd8a | 4e4e5ef728003517bf80dad98e02716fc512af18 | refs/heads/master | 2020-04-02T07:41:36.433290 | 2018-11-09T20:10:31 | 2018-11-09T20:10:31 | 154,209,755 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,509 | cpp | /*
QTFFmpegWrapper - QT FFmpeg Wrapper Class
Copyright (C) 2009,2010:
Daniel Roggen, droggen@gmail.com
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code ... | [
"sokolov@acsys.ru"
] | sokolov@acsys.ru |
e055480ff897cbc5322d5efab6c227110dac0c34 | 916109bf168239202442498e568b2bfc9a8bc8a9 | /src/asiUI/utils/asiUI_Common.cpp | b01468ccc0f122e055bbcd7c340fb96d68fb199a | [
"BSD-3-Clause",
"MIT"
] | permissive | yeeeeeeti/3D_feature_extract | 35da69cd64cd6ed6c92fd4541da5de7bb96dc2b6 | 6297daa8afaac09aef9b44858e74fb2a95e1e7c5 | refs/heads/master | 2020-09-05T02:27:30.997017 | 2019-11-07T01:24:26 | 2019-11-07T01:24:26 | 219,956,109 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,777 | cpp | //-----------------------------------------------------------------------------
// Created on: 03 February 2016
//-----------------------------------------------------------------------------
// Copyright (c) 2017, Sergey Slyadnev
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or ... | [
"469345750@qq.com"
] | 469345750@qq.com |
e463b27ea9427b175b862feb9dbf26d604f69062 | ba4e388d7dc535bcd9be0422937e3c3115e241c9 | /source/Irrlicht/COGLES2NormalMapRenderer.cpp | 30b9fbe2c745d18aa1f3f50941d0f475aba6c485 | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference",
"Zlib"
] | permissive | whztt07/irrAndroid | 85e1616d0ea59ae3a6661e47cbe8cd45c3f4dc62 | 41d3f2724663a605f7a60df5c957c2e91100f0e7 | refs/heads/master | 2021-01-16T21:36:38.482188 | 2012-06-04T14:33:22 | 2012-06-04T14:33:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,822 | cpp | // Copyright (C) 2009-2010 Amundis
// Heavily based on the OpenGL driver implemented by Nikolaus Gebhardt
// and OpenGL ES driver implemented by Christian Stehno
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in Irrlicht.h
#include "IrrCompileConfig.h... | [
"reizencroft@gmail.com"
] | reizencroft@gmail.com |
37f2ce64caa931101caff6984e31982a3e7e003e | 399b5e377fdd741fe6e7b845b70491b9ce2cccfd | /LLVM_src/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.pass.cpp | 6c9c476cd19fe4254d145c401ea1b82d20367343 | [
"NCSA",
"LLVM-exception",
"MIT",
"Apache-2.0"
] | permissive | zslwyuan/LLVM-9-for-Light-HLS | 6ebdd03769c6b55e5eec923cb89e4a8efc7dc9ab | ec6973122a0e65d963356e0fb2bff7488150087c | refs/heads/master | 2021-06-30T20:12:46.289053 | 2020-12-07T07:52:19 | 2020-12-07T07:52:19 | 203,967,206 | 1 | 3 | null | 2019-10-29T14:45:36 | 2019-08-23T09:25:42 | C++ | UTF-8 | C++ | false | false | 808 | cpp | //===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"tliang@connect.ust.hk"
] | tliang@connect.ust.hk |
2e4347b99c2684fdd8e1483f847f89069b1c3aae | a5eb60037be0e4a561f2f6f46a2c7cc481266c2b | /linkedList.cpp | 5eb433dde0af961dac3731737fbe692a7a606c69 | [] | no_license | WFCSC112AlqahtaniFall2019/project6-steicb18 | 62b889aa8b3ca0151b9aff217cf1a90ea893b1d7 | e9500bb9547059fe0e7aa06fbed232d41624a03b | refs/heads/master | 2020-08-27T13:06:49.896723 | 2019-11-10T20:17:24 | 2019-11-10T20:17:24 | 217,381,465 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,400 | cpp | //
// Created by stein on 10/30/2019.
//
#include <iostream>
#include "Node.h"
#include "linkedList.h"
using namespace std;
linkedList::linkedList(){ //default constructor
Node(0, nullptr);
}
linkedList::~linkedList() { //destructor
cout<<"Destructor called"<<endl;
Node* current = head;
while(... | [
"steicb18@wfu.edu"
] | steicb18@wfu.edu |
d184bdc45714865c8b722b1b7f4e694c4fb243fa | 38ff049bf1dce1098a80aa55ef83ca9883e52b1a | /CGUE/PhysicsPass.cpp | 54db3a35386148d00d7baedf588d90b3575155dd | [] | no_license | metzzo/cgue17-regimerunner | 67e75700e66c920da30a1084c9fa07ca8774736b | e24d2c8a89127e553e98bffdf6f222a191d90124 | refs/heads/master | 2021-03-22T00:27:25.839318 | 2017-06-27T17:32:59 | 2017-06-27T17:32:59 | 83,583,572 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | cpp | #include "PhysicsPass.h"
namespace Engine {
PhysicsPass::PhysicsPass(GameEngine* gameEngine) : Pass(gameEngine)
{
}
PhysicsPass::~PhysicsPass()
{
}
void PhysicsPass::BeforePass()
{
}
void PhysicsPass::AfterPass()
{
}
void PhysicsPass::Init()
{
}
} | [
"e1425684@student.tuwien.ac.at"
] | e1425684@student.tuwien.ac.at |
df1905c64bbe39b778797ea2edcec1f43b8e51f2 | f62e6bf812b46ed7b7011bfa4487f4bb940a86c9 | /TichLonNhat_NhoNhat.cpp | 7fbd856e42cb5a5112ff9204a2a091c552b7d742 | [] | no_license | diepdao1708/CPP | a18ae6904783b03ab4af0776aeff1268f190b473 | b94421300cf0a9db280887a817e8d09509899fbe | refs/heads/main | 2023-07-14T18:50:26.199755 | 2021-08-23T09:02:27 | 2021-08-23T09:02:27 | 366,944,692 | 12 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 453 | cpp | #include<iostream>
#include<string>
#include<vector>
#include<cmath>
#include<algorithm>
#include<stack>
#include<queue>
#define ll long long
using namespace std;
int n, m;
long long a[1000001], b[1000001];
void Run()
{
cin>>n>>m;
for(int i=0; i<n; i++) cin>>a[i];
for(int j=0; j<m; j++) cin>>b[j];
sort(... | [
"diepdao1708@gmail.com"
] | diepdao1708@gmail.com |
e7e42b628e6a9571bbe02d9dafbb81667fa0267e | 8a8ec6f9c2d41b084b4655a493f6c7c5fa82ccf8 | /servo_basic/servo_basic.ino | 538d0bd8804bf5cbda1d569cf4874d7d6ddae397 | [] | no_license | OldProjectsArchive/arduinoexp | cc85763b0dd9ac73eb43664eddc74c5d5f1db245 | a6584c7f96caa6e00887ec4de02aefe0aba10169 | refs/heads/master | 2021-05-31T03:50:55.502532 | 2016-04-23T05:18:04 | 2016-04-23T05:18:04 | 56,825,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 628 | ino | // 效果
// 舵机轮流摆动
//
// 接线说明
// 舵机 红线正极 黑线负极 黄线数据
// 正极 => 5V
// 负极 => GND
// 数据 => 3
int servoPin = 3;
void setup() {
pinMode(servoPin, OUTPUT);
}
void setServoPosition(int pin, int pos) {
for (int i = 0; i < 5; ++i) {
digitalWrite(pin, HIGH);
delayMicroseconds(pos);
digitalWrite(pin, LOW);
delay(... | [
"303248153@qq.com"
] | 303248153@qq.com |
588fdfcae148c630ee064a3eb39a7f2415a8de25 | 0cf229c047d41de974d81e494ea392e4991abf9b | /source/opendmc/wnds/combo.cc | 955f057db5a0cce906308ca892242e296d0b6446 | [] | no_license | AxeenCore/opendmc | 2f31c2468926a29eec397c521015b846d1aaa21e | 394ca444a5894a2ac6e8f318460a94673acacaf5 | refs/heads/master | 2021-07-24T14:29:13.734691 | 2020-01-04T03:03:06 | 2020-01-04T03:03:06 | 220,901,272 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,012 | cc | /**************************************************************************//**
* @file combo.cc
* @brief DmCombo 組合框類別成員函數定義
* @date 2000-10-10
* @date 2018-09-08
* @author Swang
*****************************************************************************/
#include "opendmc/wnds/combo.hh"
/**
* @brief DmComb... | [
"swang.com@gmail.com"
] | swang.com@gmail.com |
3f8d334ded623fab4087aa0f858df5ed29edc8dc | 5a9c8599f463847beaf03f384cf7e2b0082bc6e4 | /include/atom.h | 39077611e6a142ff97525ad003e17b87ee15a7bb | [] | no_license | puckettlab/circlePack | 4b79af92c4b4363e449a457d9f3d9e7f1142e40c | 61168099f2c742aaf4d910b9d2d0554ed7fb164e | refs/heads/master | 2023-07-14T23:47:33.660635 | 2021-09-05T16:24:07 | 2021-09-05T16:24:07 | 403,343,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 599 | h | #ifndef ATOM_H_
#define ATOM_H_
#include <vector>
#include "type.h" // type (double/float) and minor includes
class ATOM {
public:
T m; // mass
T r; // radius
int Z; // z number of contacts
std::vector<T> x; // x,y position
std::vector<T> v; ... | [
"jpuckett@gettysburg.edu"
] | jpuckett@gettysburg.edu |
d5b2e0948d59508f65110c77a7f96252e4ce297c | b6f3cdbe8de6142f48ea5b6a0ef4a118bf300c15 | /FractalTree-master/FractalTree/App1/GameResources.h | 3d4fb6531fecaa7699b12a73f34d00168dbf399f | [] | no_license | jwang320/Engine | 182042cc2b5ea8bb71fe45022296aa00dbbc4e13 | 5fe1d23fc695f5b43f5a484297b6448c5a446f5a | refs/heads/master | 2023-01-01T12:25:18.545583 | 2020-10-28T00:45:05 | 2020-10-28T00:45:05 | 307,857,598 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,960 | h | #pragma once
#include "..\src\ResourceManager.h"
#include "PlatformerCharacter.h"
#include "GameDefinition.h"
class GameRenderer;
struct BlockModel
{
std::vector<BlockCoordinate> blockList;
};
struct RoomModel
{
std::vector<BlockCoordinate> blockList;
int width;
int height;
};
class GameResources : public Reso... | [
"73551517+jwang320@users.noreply.github.com"
] | 73551517+jwang320@users.noreply.github.com |
e7dc19cf86b34683bf8912d089a6312a91368f9f | 64589428b06258be0b9b82a7e7c92c0b3f0778f1 | /Codeforces/Gym/101669 2017-2018 ACM-ICPC Southeastern European Regional Programming Contest (SEERC 2017)/L.cpp | d4837c7fa6d2e00a8723dd82383c70f91b557ac8 | [] | no_license | splucs/Competitive-Programming | b6def1ec6be720c6fbf93f2618e926e1062fdc48 | 4f41a7fbc71aa6ab8cb943d80e82d9149de7c7d6 | refs/heads/master | 2023-08-31T05:10:09.573198 | 2023-08-31T00:40:32 | 2023-08-31T00:40:32 | 85,239,827 | 141 | 27 | null | 2023-01-08T20:31:49 | 2017-03-16T20:42:37 | C++ | UTF-8 | C++ | false | false | 1,882 | cpp | #include <bits/stdc++.h>
#define MAXN 200009
#define MAXLOGN 20
#define MOD 1000000007
#define INF 0x3f3f3f3f
#define INFLL 0x3f3f3f3f3f3f3f3f
#define FOR(i, n) for(int i = 0; i < n; i++)
#define REP(i, n) for(int i = n-1; i >= 0; i--)
#define FOR1(i, n) for(int i = 1; i <= n; i++)
#define REP1(i, n) for(int i = n; i >... | [
"lucas.fra.oli18@gmail.com"
] | lucas.fra.oli18@gmail.com |
406f8730087cc868a78459c5009251b2186b029e | 9c0606f801c6357853ba6f192dc6ef3ec2cb940c | /Actividad 11/Actividad 11.cpp | beee2dbc29e5dcd0e8a87aa4659fb65e5dfac477 | [] | no_license | Oscar7246/Portafolio_00096819 | 83f24052bd3b6bb3fac6eb4e142ac9cfde0734d8 | b2d1550ce9ed3fbd4959b0a4ca4d1292c6733184 | refs/heads/master | 2020-07-08T23:27:18.544486 | 2019-11-11T01:16:13 | 2019-11-11T01:16:13 | 203,810,308 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,921 | cpp | #include <iostream>
using namespace std;
int Cola[5];
int frente = -1, atras = -1, n=5;
void insertarCO(int val) {
if ((frente == 0 && atras == n-1) || (frente == atras+1)) {
cout<<"La cola esta llena \n";
return;
}
if (frente == -1) {
frente = 0;
atras = 0;
} else {
if (atra... | [
"00096819@uca.edu.sv"
] | 00096819@uca.edu.sv |
cae1be1593e3280d7072f7bb0beef0a6ee06d396 | c9cf0586ace11aa32fa67606d237a130a06364ee | /circular-cylinder-3-1/4.25/p | df0364d26b04145a33cdc694bf4ef822440abf7b | [] | no_license | jezvonek/CFD-Final-Project | c74cfa21f22545c27d97d85cf30eb6dc8c824dc1 | 7c9a7fb032d74f20888effa0a0b75b212bf899f4 | refs/heads/master | 2022-07-05T14:43:52.967657 | 2020-05-14T03:40:56 | 2020-05-14T03:40:56 | 262,370,756 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 194,606 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"jezvonek@gmail.com"
] | jezvonek@gmail.com | |
77f3a61b31809796d825b703c023002e7c2c8848 | 60bbb28f104e490b900e31ed8c38e87f8af994ce | /util/Value/SizeValue.cpp | eb4f2071dab34827b6b888d1f64b11abb7d02369 | [] | no_license | spadapet/ffcore | f504319e7b88a195150f4243679c3d733889baa6 | 4d998f29dfb79dd70edbc843556d619a2424592f | refs/heads/master | 2021-06-28T08:55:29.187147 | 2020-10-05T18:04:39 | 2020-10-05T20:24:46 | 167,233,156 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,785 | cpp | #include "pch.h"
#include "Data/DataPersist.h"
#include "Value/Values.h"
ff::SizeValue::SizeValue()
{
}
ff::SizeValue::SizeValue(size_t value)
: _value(value)
{
}
size_t ff::SizeValue::GetValue() const
{
return _value;
}
ff::Value* ff::SizeValue::GetStaticValue(size_t value)
{
noAssertRetVal(value < 256, nullptr... | [
"peterspa@microsoft.com"
] | peterspa@microsoft.com |
7bfdf0bc46f972e599a6c4068b9f4929166884a5 | 82bd88332c69484293a953cf1fb762f7cc3d7262 | /third_party/blink/renderer/core/layout/ng/svg/layout_ng_svg_text.h | d560b5643ba594eeb5f53215d4a4ac916a14c386 | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | pkoarmy/chromium | ab317292d1f877e3d20d1a7f8aa9306860ba949c | 2ba933e8b9b404296d3a5d71fbe2abb0fa148544 | refs/heads/master | 2023-03-09T00:03:01.766283 | 2021-02-27T00:41:27 | 2021-02-27T00:41:27 | 342,725,308 | 0 | 0 | BSD-3-Clause | 2021-02-27T00:41:27 | 2021-02-26T23:20:15 | null | UTF-8 | C++ | false | false | 892 | h | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_NG_SVG_LAYOUT_NG_SVG_TEXT_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_NG_SVG_LAYOUT_NG_SVG_TEXT_H_
#... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
448caf557f96b125eee5f6318369e60835183b08 | 0a2357ad0098bbb7b74528cb01d6decaab928ed8 | /pku/1944.cpp | a8d901f0bd1d6ae7c8963b37047dca2971d89812 | [] | no_license | touyou/CompetitiveProgramming | 12af9e18f4fe9ce9f08f0a0f2750bcb5d1fc9ce7 | 419f310ccb0f24ff08d3599e5147e5a614071926 | refs/heads/master | 2021-06-18T09:19:01.767323 | 2020-07-16T03:40:08 | 2020-07-16T03:40:08 | 90,118,147 | 0 | 0 | null | 2020-10-13T04:32:19 | 2017-05-03T06:57:58 | C++ | UTF-8 | C++ | false | false | 930 | cpp | #include <cstdio>
#include <map>
#include <algorithm>
using namespace std;
int main() {
int n, p; scanf("%d%d",&n,&p);
int state[n]; // 0=1~2,1=2~3...n-1=n~1
fill(state, state+n, 0);
pair<int, int> in[p];
for (int i=0; i<p; i++) {
int s, e; scanf("%d%d",&s,&e);
if (s>e) swap(s,e);
... | [
"fujiyou1121@gmail.com"
] | fujiyou1121@gmail.com |
8554c43b38c098781ab641aa1db61cc8cf20a1a1 | 7eebf21716e334faaf79b4b9ca778d6194e1f0de | /rs/src/CUsuarioDelegate.h | 252ed6aebe72ca82e8387b5690de8f74f3a6068d | [] | no_license | xvjau/Reserva-de-Salas | 4c86132bfede52a5cf64187372b26b27ef45af49 | cd942b99e93b14bfab62486073a1b757020c492a | refs/heads/master | 2021-01-23T18:48:41.491409 | 2010-03-08T21:58:50 | 2010-03-08T21:58:50 | 2,019,678 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,522 | h | /*
Reserva de Salas
Copyright 2006 Gianfranco Rossi.
Este programa é software livre; você pode redistribuí-lo e/ou
modificá-lo sob os termos da Licença Pública Geral GNU, conforme
publicada pela Free Software Foundation; tanto a versão 2 da
Licença.
Este programa é distribuído na expectativa de ser útil, mas S... | [
"xvjau@c7be1d08-1417-0410-99dc-ed190eba7aff"
] | xvjau@c7be1d08-1417-0410-99dc-ed190eba7aff |
f7f9b4a454cfa01455e5bb1dfbfdc264d0135254 | 616650fda8a7d360162c4823ddf2c2120c217cff | /Geometry.cpp | 2f6a64e3fc7b34f50f3f29e1840372c550ea01fb | [] | no_license | thelowps/graphics-final-project | 31fda157fbf00c00556a69bcd7794e9f5c7dcf23 | e94a86e183d73bfe208e328140af89cb543879fe | refs/heads/master | 2021-01-10T19:48:45.228522 | 2012-12-10T03:08:20 | 2012-12-10T03:08:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,450 | cpp | #include "Geometry.h"
SHAPE_TYPE Shape::getType () const {
return type;
}
Sphere::Sphere(Point center, double radius) {
c = center;
r = radius;
type = SPHERE;
}
Box::Box(Point center, double width, double height, double depth) {
c = center;
w = width;
h = height;
d = depth;
type = BOX;
}
double Bo... | [
"david@ubuntu.(none)"
] | david@ubuntu.(none) |
f2e104e30378f8a165d23d8c91865c04a737f027 | fff771a3bcd6aa3a45de7cd248a80091bb22e9d8 | /Source/Editor/View/GameSystemProfilerView.h | ace30fedcb81719df9371f9e8f6788a38c4a6a6a | [] | no_license | Blodjer/B2D | ba9e495d8e662f4d882c5b903a3b8aa422e322bf | f091d1ec72b14bdfb110e2071a27a723dd1c5d4c | refs/heads/master | 2023-08-02T09:16:12.695209 | 2021-04-14T15:38:10 | 2021-04-14T15:38:10 | 115,878,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 155 | h | #pragma once
#include "IEditorView.h"
class GameSystemProfilerView : public IEditorView
{
protected:
virtual void Tick(float deltaTime) override;
};
| [
"j95.szwaczka@gmail.com"
] | j95.szwaczka@gmail.com |
4457e9969019d3fb5c241aec4a35738246355a78 | 0149a18329517d09305285f16ab41a251835269f | /Problem Set Volumes/Volume 6 (600-699)/UVa_668_Parliament.cpp | 6dd7e9bac3c59d46d506f0eec409ad4ca28c61d8 | [] | no_license | keisuke-kanao/my-UVa-solutions | 138d4bf70323a50defb3a659f11992490f280887 | f5d31d4760406378fdd206dcafd0f984f4f80889 | refs/heads/master | 2021-05-14T13:35:56.317618 | 2019-04-16T10:13:45 | 2019-04-16T10:13:45 | 116,445,001 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,662 | cpp |
/*
UVa 668 - Parliament
To build using Visual Studio 2012:
cl -EHsc -O2 UVa_668_Parliament.cpp
*/
#include <cstdio>
#include <cstring>
/*
4
5: 2 3
6: 2 4
7: 3 4
8: 3 5
5
9: 2 3 4 5: + 4
10: 2 3 5 5: + 5
11: 2 4 5 6: + 5
12: 3 4 5 7: + 5
13: 3 4 6... | [
"keisuke.kanao.154@gmail.com"
] | keisuke.kanao.154@gmail.com |
840040b0ab1d4396eaf0cae1d91098efe13dba65 | 3e18efe218fb261285d90e9e0ad549281ace66e8 | /Project File/group.h | 9f8159f4903c0323a5553d56db9f091aca43e5d8 | [] | no_license | deep-essence347/Project-DAS | 68177f1ca9caf89224bd9719d048069b2ef86802 | cbc7c127cd03f5c3f45476516d59daf470eb7170 | refs/heads/master | 2021-06-25T07:04:50.816783 | 2021-01-24T18:12:00 | 2021-01-24T18:12:00 | 198,627,700 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 668 | h | #ifndef GROUP_H
#define GROUP_H
#include <QDialog>
#include "addgroup.h"
#include "history.h"
#include "teacher.h"
namespace Ui {
class group;
}
class group : public QDialog
{
Q_OBJECT
public:
explicit group(QWidget *parent = nullptr,QString idname="");
~group();
private slots:
void on_AddG_clicked(... | [
"51238569+deep-essence347@users.noreply.github.com"
] | 51238569+deep-essence347@users.noreply.github.com |
b7b616a0d94174af9fdee69952f4b54c10f493df | fbbed14dbbc818f8ae362e28995c0b5a0762baec | /Rescue-Plus-Game-Engine/Engine/LightManager.h | 5787c24c7920b3ca38810795f9dc7e56ec0c9224 | [] | no_license | MAClavell/Rescue-Plus-Game-Engine | be261cd3ce11273d1d09c142f7e41d29b37ff6d9 | 38e581a4d67711b67079d79a44d0012610a397e7 | refs/heads/master | 2022-04-03T19:32:09.959745 | 2020-02-21T23:17:27 | 2020-02-21T23:17:27 | 168,427,899 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,266 | h | #pragma once
#include "Lights.h"
#include <vector>
#define SHADOW_MAP_SIZE 2048
class LightManager
{
private:
// --------------------------------------------------------
// Singleton Constructor - Set up the singleton instance of the LightManager
// --------------------------------------------------------
LightMa... | [
"michaelclavell11@gmail.com"
] | michaelclavell11@gmail.com |
ebe57f4c4bfd62d0598ec8095c76b97545053a94 | ea401c3e792a50364fe11f7cea0f35f99e8f4bde | /released_plugins/v3d_plugins/neurontracing_neutube/src_neutube/neurolabi/gui/zhdf5writer.h | de4fd83ea66a0b38853a4fc61c47e0f742bb36d3 | [
"BSD-2-Clause",
"MIT",
"GPL-1.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only"
] | permissive | Vaa3D/vaa3d_tools | edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9 | e6974d5223ae70474efaa85e1253f5df1814fae8 | refs/heads/master | 2023-08-03T06:12:01.013752 | 2023-08-02T07:26:01 | 2023-08-02T07:26:01 | 50,527,925 | 107 | 86 | MIT | 2023-05-22T23:43:48 | 2016-01-27T18:19:17 | C++ | UTF-8 | C++ | false | false | 1,056 | h | #ifndef ZHDF5WRITER_H
#define ZHDF5WRITER_H
#include <string>
#include <vector>
#include "zhdf5_header.h"
#include "mylib/array.h"
/**
* @brief The class for writing hdf5 files
*
* Usage:
* ZHdfWriter writer;
* if (writer.open("test.h5")) {
* ZHdfReader reader;
* reader.open("read.h5");
* mylib::A... | [
"hanchuan.peng@gmail.com"
] | hanchuan.peng@gmail.com |
5c3d62f94847a2e3a9ebfeb73173421af200ba36 | 0d0e78c6262417fb1dff53901c6087b29fe260a0 | /gaap/include/tencentcloud/gaap/v20180529/model/CreateDomainErrorPageInfoResponse.h | 451e52b3a2b017b3e90e8ff2836497349096f0a4 | [
"Apache-2.0"
] | permissive | li5ch/tencentcloud-sdk-cpp | ae35ffb0c36773fd28e1b1a58d11755682ade2ee | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | refs/heads/master | 2022-12-04T15:33:08.729850 | 2020-07-20T00:52:24 | 2020-07-20T00:52:24 | 281,135,686 | 1 | 0 | Apache-2.0 | 2020-07-20T14:14:47 | 2020-07-20T14:14:46 | null | UTF-8 | C++ | false | false | 2,293 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"zhiqiangfan@tencent.com"
] | zhiqiangfan@tencent.com |
7a1b722d78dec51ac9a89c92f059229484baebd0 | f0b7ddd4bcdf99f027a75e283b22a0264ffa05ba | /ShooterStarter/.history/Source/ShooterStarter/BTTask_Shoot_20200827111055.cpp | fa97f28a3b70755a065d02604f5504417c8fd0fa | [] | no_license | Onygox/UnrealProjects | cd1d8c29f228a7f8e0e2b84bf3c0102761fd07ef | e079c9593a5d9b794d17a409ff4f5175fbffaa0a | refs/heads/master | 2022-12-12T21:19:24.416300 | 2020-09-11T16:38:08 | 2020-09-11T16:38:08 | 277,343,579 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 302 | cpp | // Copyright Lionel Miele-Herndon 2020
#include "BTTask_Shoot.h"
UBTTask_Shoot::UBTTask_Shoot()
{
NodeName = TEXT("Shoot");
}
EBTNodeResult::Type UBTTask_Shoot::ExecuteTask(UBehaviorTreeComponent &OwnerComp, uint8* NodeMemory)
{
Super::ExecuteTask(OwnerComp, NodeMemory);
return
}
| [
"miell534@newschool.edu"
] | miell534@newschool.edu |
e1f30fc3ed7ddf0bed8dace28b732394e2dd9832 | 382c36a029318c9f8f6945925828bef52507af40 | /LiveArchive/4872.cpp | 2e5999d6d243eaf3ba70318e4d6b0cd8ca5b23d4 | [] | no_license | AhmedEzzatG/competitiveProgramming | 1aeba7f0d40497fd89a0b53354ada4c2b7c65df1 | fe29b82f97e6844d62b149fa9ab73e7d71673c66 | refs/heads/master | 2022-01-26T06:19:34.122324 | 2022-01-23T15:40:02 | 2022-01-23T15:40:02 | 208,876,628 | 18 | 13 | null | null | null | null | UTF-8 | C++ | false | false | 2,185 | cpp | #include<bits/stdc++.h>
#include<unordered_map>
using namespace std;
#define ll long long
#define endl '\n'
#define RT(v) return cout<<v,0
#define sz(v) (int)(v.size())
#define all(v) v.begin(),v.end()
#define clr(v,val) memset(v,val,sizeof(v))
#define watch(x) cout<<(#x)<<" = "<<x<<endl
const int oo = 0x3f3f3f3f, mod ... | [
"ahmed,ezzat.ga@gmail.com"
] | ahmed,ezzat.ga@gmail.com |
c28ae3a9f0b7ea2d9edb713a899ea4f99096deb3 | 9e3f90cc397b3c17ce693faa67230ece98af923b | /src/http_service/default_handler.h | ce8e6ea6ae7d7c5c0487538fcd7d83b8004af98d | [] | no_license | theidexisted/w-server | 59c2c6bcb0adaa533206fefe12c0b77e4b645b3a | 844f5b1f87b161f9c402074a6bb0d41bb9839e2e | refs/heads/master | 2022-04-05T23:25:36.692131 | 2020-03-04T05:59:15 | 2020-03-04T05:59:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 757 | h | #pragma once
#include <folly/Memory.h>
#include <proxygen/httpserver/RequestHandler.h>
namespace w {
class DefaultHandler : public proxygen::RequestHandler {
public:
virtual void
onRequest(std::unique_ptr<proxygen::HTTPMessage> headers) noexcept override;
virtual void onBody(std::unique_ptr<folly::IOBuf> body)... | [
"invalid_ms_user@live.com"
] | invalid_ms_user@live.com |
49dbb08bf06d3e087b2cd2518ebb58e372e7a256 | 0f6ae94ae0221ae945ce6122f866194da2eb5283 | /lib/IR/LLVMContext.cpp | 803d24bcb76d464f188495f17215149b6fea1de9 | [
"NCSA"
] | permissive | peterdfinn/safecode-mainline | 2a1621ef839a30664477bbd300123eb16bd204d1 | a5587ccd5dfb261ca39b88855879563230f38ce0 | refs/heads/master | 2021-01-18T15:23:26.296177 | 2015-09-03T04:23:34 | 2015-09-03T04:23:34 | 38,640,903 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,349 | cpp | //===-- LLVMContext.cpp - Implement LLVMContext ---------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"peterdfinn@icloud.com"
] | peterdfinn@icloud.com |
cea6acc31ff0cb598557f1afea1370d48ea45e6b | 79df194df80c72c9d5970131093aed07c41a2304 | /C++lff/数据结构实验一:准备/1-1/employee1/employee_test.cpp | 037a6cba6b6eb4c5ff6935185179891de26c81bd | [] | no_license | JinMinghan18/CppSpace | 000ebf3efaa2144d4d3ab2d32d14a058b8d49db7 | 09cea33827fc158c5a08720bde49dadc3faaf1eb | refs/heads/master | 2023-01-30T18:33:45.401555 | 2020-12-13T09:56:48 | 2020-12-13T09:56:48 | 243,592,202 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 740 | cpp | #include"employee.cpp"
#include<iostream>
using namespace std;
int main()
{
employee emp[4];
mystring namestr; //输入雇员姓名时首先临时存放在namestr中
float pa;
int grade, i;
for (i=0; i<4; i++)
{
cout<<"请输下一个雇员的姓名:";
cin>>namestr;
emp[i].SetName(namestr); //设置雇员emp[i]的姓名
cout<<"请输入雇员的月薪:";
cin>> pa;
emp[i]. Se... | [
"1099461301@qq.com"
] | 1099461301@qq.com |
3cf61b35e736b3882ee7697ef858eaaa743d126e | 8291fc32d222d7cd8f4ff8cd3179ce63181cafdc | /cpp_module_01/ex03/ZombieHorde.hpp | 0c1b272f5bb046422ecc1ba9d21998bce1027b27 | [] | no_license | FrenkenFlores/CPP_Module | d09d5b15ee79053c2d817492e9b9102fb0b56078 | 8d9458cb02bd2c4e67febe9df46d502772e6d627 | refs/heads/main | 2023-04-10T08:11:56.738638 | 2021-04-14T22:22:41 | 2021-04-14T22:22:41 | 344,802,483 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,180 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ZombieHorde.hpp :+: :+: :+: ... | [
"saifualdin.evloev@gmail.com"
] | saifualdin.evloev@gmail.com |
6e797c4b35b3daff3707e892225db0e400df83c2 | 77fd7d002253b3911bfa2ae706210d2b4760b0fd | /Source/TheCreatorsMind/Mirroring/ChildCapture.cpp | d0f6c1c45fa9cf2402613c0204b015d4863b87c4 | [] | no_license | DarkXieon/TheCreatorsMind | 75eec5e5ef52e86c10a6f53255c8528be3b5b2f3 | fc46c219a19c1b23b055c9f55fcca39324cf944a | refs/heads/master | 2020-06-04T19:09:13.311254 | 2019-06-16T06:53:03 | 2019-06-16T06:53:03 | 192,157,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,701 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "ChildCapture.h"
#include "Engine/SceneCapture2D.h"
#include "Components/SceneCaptureComponent2D.h"
// Sets default values for this component's properties
UChildCapture::UChildCapture()
{
// Set this component to be initialized w... | [
"andrewkausy@gmail.com"
] | andrewkausy@gmail.com |
0e2593a624caa3af5432c2486031f8ef2e0a8d67 | 01e013db1632e0302ae9f4ba3b5cee5e6782b1ac | /Actuator/actuator_seeed_quadruple/actuator_seeed_quadruple.ino | a205b16ed9de1e161aceb3fc4fac93d6390f79c6 | [] | no_license | seihan/feetback | 8c9e2fed2bf5b2b812370a2870428f5be4dc90cf | f077655bf3d8c1d7e88cf85f50a4c7dc81725845 | refs/heads/master | 2022-10-14T01:54:33.071320 | 2021-10-12T16:17:28 | 2021-10-12T16:31:28 | 96,529,175 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,780 | ino | /*********************************************************************
This is an example for our nRF52 based Bluefruit LE modules
Pick one up today in the adafruit shop!
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
produ... | [
"greenredact@gmail.com"
] | greenredact@gmail.com |
00ff40f01a5c3f4c415d21375fa2d320c2c27ab3 | 09a4962b93c196f2f8a70c2384757142793612fd | /Dripdoctors/build/Android/Debug/Dripdoctors/app/src/main/jni/Fuse.Motion.g.cpp | e86ce65ce53d3c87f5c4ef5c0857a492fa1a97c0 | [] | no_license | JimmyRodriguez/apps-fuse | 169779ff2827a6e35be91d9ff17e0c444ba7f8cd | 14114328c3cea08c1fd766bf085bbf5a67f698ae | refs/heads/master | 2020-12-03T09:25:26.566750 | 2016-09-24T14:24:49 | 2016-09-24T14:24:49 | 65,154,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,426 | cpp | // This file was generated based on '(multiple files)'.
// WARNING: Changes might be lost if you edit this file directly.
#include <Fuse.Animations.Easing.h>
#include <Fuse.Diagnostics.h>
#include <Fuse.Motion.DestinationMotion-1.h>
#include <Fuse.Motion.MotionConfig.h>
#include <Fuse.Motion.MotionDestinationType.h>
#... | [
"jimmy_sidney@hotmail.es"
] | jimmy_sidney@hotmail.es |
ad1394d207ddadddbfdc27f8fbea86eceee3cc6e | cc101430055a9b2776c88df499651ee0148852b8 | /src/text_shaper/directwrite_shaper.cpp | b787eaba44f175e059bb083d06ef03eeb9e7bffe | [
"Apache-2.0"
] | permissive | GoldsteinE/contour | 76feefbc723dfa91c3bde4f6f6df78205f6fc4d5 | a828b50b4024c692b3ff60dc38e0bdae36aac300 | refs/heads/master | 2023-06-04T01:58:18.946822 | 2021-06-28T17:36:30 | 2021-06-28T17:36:30 | 381,095,209 | 0 | 0 | Apache-2.0 | 2021-06-28T16:25:28 | 2021-06-28T16:25:27 | null | UTF-8 | C++ | false | false | 11,828 | cpp | #include <text_shaper/directwrite_shaper.h>
#include <crispy/debuglog.h>
#include <algorithm>
#include <string>
// {{{ TODO: replace with libunicode
#include <codecvt>
#include <locale>
// }}}
#include <wrl/client.h>
#include <dwrite.h>
#include <dwrite_3.h>
#include <iostream> // DEBUGGING ONLY
using Microsoft::... | [
"christian@parpart.family"
] | christian@parpart.family |
5531f2ca04d098020b421599654e7f174f6ca46e | c702848485215763b30dbff11dda103ba042b903 | /examples/CompHotspot/CompHotspot.ino | 5fedb130c4be38cca767324db3de91e55664bfe8 | [
"MIT"
] | permissive | NulllStack/ITEADLIB_Arduino_Nextion | c9f3ce83e0d1834bfd1444a04e13c19e5d894f00 | 28f516eab1bbc58adf3afb79cedb73787f86a339 | refs/heads/master | 2022-12-06T01:29:10.154592 | 2020-08-20T06:36:24 | 2020-08-20T06:36:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,818 | ino | /**
* @example CompHotspot.ino
*
* @par How to Use
* This example shows that ,when the hot component on the Nextion screen is pressed or released,
* the debug serial will output the debug information every time.
*
* @author Wu Pengfei (email:<pengfei.wu@itead.cc>)
* @date 2015/7/10
* @updated 2016/12/25 b... | [
"964117532@qq.com"
] | 964117532@qq.com |
eb8b1ffe7aa49693a477c9f37bc7856bd84086ac | 037d518773420f21d74079ee492827212ba6e434 | /blazetest/src/mathtest/dmatdmatsub/M3x3aM3x3a.cpp | 70d15cc01c1ed1620e3ea83f3e4d71514753a594 | [
"BSD-3-Clause"
] | permissive | chkob/forked-blaze | 8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8 | b0ce91c821608e498b3c861e956951afc55c31eb | refs/heads/master | 2021-09-05T11:52:03.715469 | 2018-01-27T02:31:51 | 2018-01-27T02:31:51 | 112,014,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,555 | cpp | //=================================================================================================
/*!
// \file src/mathtest/dmatdmatsub/M3x3aM3x3a.cpp
// \brief Source file for the M3x3aM3x3a dense matrix/dense matrix subtraction math test
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// ... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
55dab02db204fc4eb5bd5dd9159627b3f527a0b7 | fd21c314ad0bae7af44aa27c09407eb6a6007630 | /src/Parsers.h | d2813fb2b1208d89abbd303c3a0e1a9f7cc65228 | [
"MIT"
] | permissive | lriki/LNSL | df2ca38d7b2dfe6f870155b753124b038ecb176c | c27527a1c33ac16f977fffd415ef10059978e7db | refs/heads/master | 2016-09-12T18:03:42.174494 | 2016-04-25T12:22:04 | 2016-04-25T12:22:04 | 56,225,217 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,285 | h |
#pragma once
#include "Symbols.h"
// サンプラ変数とテクスチャ変数の結びつけを行うクラス。
class SamplerLinker
{
public:
//struct SamplerPair
//{
// std::string SamplerVarName;
// std::string TextureVarName;
// bool operator == ( const SamplerPair& val ) { return SamplerVarName == val.SamplerVarName; }
//};
///// テクスチャ型変数とその値
//s... | [
"lriki.net@gmail.com"
] | lriki.net@gmail.com |
92ce807efc519a854b27865fc83fe723d187e982 | 0539f0607a5512990042f4d96bab80cf5532edae | /Assignment1/main.cpp | be267d0fd3b9f73425c44018713633171ef46357 | [] | no_license | hasanriaz121/50.017-Graphics-and-Visualization | 40710a0bc9250d4f39536250ace9f5c56c5e5d5e | 66ee2341e1d4d23f626f361f430bba1db47f4efa | refs/heads/master | 2022-02-19T11:44:24.818778 | 2019-08-15T10:48:58 | 2019-08-15T10:48:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,839 | cpp | #ifdef WIN32
#include <windows.h>
#endif
#include <cmath>
#include <iostream>
#include <cstdlib>
#include <fstream>
#include <vector>
#ifdef _WIN32
#include <GL/freeglut.h>
#else
#include <GL/glut.h>
#endif
#include <vecmath.h>
#include "parse.h"
#include "curve.h"
#include "surf.h"
#include "extra.h"
#include "came... | [
"reuben_wang@mymail.sutd.edu.sg"
] | reuben_wang@mymail.sutd.edu.sg |
f9c51ca42871a90820359c28e915778589321be0 | 2e2588722e89b8d89fd9e4a47518d10b0d37f8d9 | /HWATest/HWATest/SetEVADlg.h | 9ffb68e64e0fb3d61a4ace1112fdf7e886c27067 | [] | no_license | grandrandpa/BD3 | 2c3dcad2bd898e43cb1b2ce14e80cae0b84c716e | 4f7473450cd8dcc110c3df79a4787d95f3470853 | refs/heads/master | 2023-02-13T10:58:20.722713 | 2020-12-31T02:32:22 | 2020-12-31T02:32:22 | 324,972,088 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 401 | h | #pragma once
// CSetEVADlg dialog
class CSetEVADlg : public CBCGPDialog
{
DECLARE_DYNAMIC(CSetEVADlg)
public:
CSetEVADlg(CWnd* pParent = NULL); // standard constructor
virtual ~CSetEVADlg();
// Dialog Data
enum { IDD = IDD_SET_EVA_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // ... | [
"luobo@hwacreate.com.cn"
] | luobo@hwacreate.com.cn |
beed247ce23aa54262bb35b6a30312350430189b | 83bc7e86f6fdb946b277f117271deceb2fce0b93 | /Qt/build-ChessSys-Desktop_Qt_5_6_2_MinGW_32bit-Debug/debug/moc_commodityanalyform.cpp | 18900ecdaed2b2395fc3dae62331fc2d4cb2b93e | [
"MIT"
] | permissive | isoundy000/ChessSys | 22ec3dfa439db60f392e388aa9fce9df6ea3e7aa | e18a2a301d77e2853c94c39ce309eea9f4566316 | refs/heads/master | 2020-05-20T07:20:59.626385 | 2019-03-24T08:12:04 | 2019-03-24T08:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,781 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'commodityanalyform.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.2)
**
** WARNING! All changes made in this file will be lost!
**************************************************... | [
"376098946@qq.com"
] | 376098946@qq.com |
8491e44398481b291de7bd52ac9add3efc91f900 | b268c986b8c3ad58cef649b123844f4cc9a904bc | /GTRACT/Cmdline/gtractImageConformity.cxx | badca70a2e72600e8926a2bdcc5880fb69d88202 | [] | no_license | Slicer/BRAINSTools | c0848684e68bd0b85d1b33e9a5caeb749ec81262 | c658c752a053ab2006929489d5f0e9297857ba18 | refs/heads/slicer-2015-08-21-v4.5.0 | 2021-01-18T07:32:41.051518 | 2015-10-06T21:10:16 | 2015-11-03T16:30:19 | 21,228,900 | 5 | 5 | null | 2017-12-05T23:04:13 | 2014-06-26T05:19:24 | C++ | UTF-8 | C++ | false | false | 4,930 | cxx | /*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file excep... | [
"hans-johnson@uiowa.edu"
] | hans-johnson@uiowa.edu |
9f81abcb015d965bd79234b565ac94817f402c3c | 868e8628acaa0bf276134f9cc3ced379679eab10 | /firstCrude2D/we123/h2/0.197/phiAlpha | d7df97926e7f23ca69e48ef5758a19d37e88c365 | [] | no_license | stigmn/droplet | 921af6851f88c0acf8b1cd84f5e2903f1d0cb87a | 1649ceb0a9ce5abb243fb77569211558c2f0dc96 | refs/heads/master | 2020-04-04T20:08:37.912624 | 2015-11-25T11:20:32 | 2015-11-25T11:20:32 | 45,102,907 | 0 | 0 | null | 2015-10-28T09:46:30 | 2015-10-28T09:46:29 | null | UTF-8 | C++ | false | false | 161,859 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"stig.m.nilsen@gmail.com"
] | stig.m.nilsen@gmail.com | |
ad010c0b6719b76387789718f238de7b5bcd1720 | fa62dc347420da6b1c9daa193a12c505d3072168 | /Lab4/tests_matriz3x3_iguais.cpp | 6efd6a9397897d919dd60a1fa85139ae4284b8da | [] | no_license | 2ELE051-UEL-2018/Lab4 | 8ffcca7574c1cf803392af893da782e31af51700 | 49a5aa856c59633cb0a85c737ea43905260fba0d | refs/heads/master | 2020-03-15T01:23:56.736613 | 2018-05-02T18:46:56 | 2018-05-02T18:46:56 | 131,892,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,441 | cpp | #include "gtest/gtest.h"
extern "C"
{
int matriz3x3_iguais(double A[][3], double B[][3]);
}
TEST(tests_matriz3x3_iguais, TesteIdentidadeIdentidade)
{
double identidade[3][3] = {
{ 1.0, 0.0, 0.0 },
{ 0.0, 1.0, 0.0 },
{ 0.0, 0.0, 1.0 }
};
double identidade2[3][3] = {
{ 1.0, 0.0, 0.0 },
{ 0.0, 1.0, 0.0 },... | [
"decio@decpp.net"
] | decio@decpp.net |
f8282bc2971966d97b93d12c5bb18843a05bca3b | 39696db57c58c4fb48747835eb0f95d7a9277018 | /0344-Reverse-String/cpp-0344/main.cpp | 388d7ce0e8b518c052e8f8df591a19dc5a8259c7 | [] | no_license | jerryfan86/LeetCodeAnimation | 0a6ded60f987196b4b5ed1e1ef604df6c62c07e5 | a57bb787f523ed9c0760c6b7599f9dc71b94ce14 | refs/heads/master | 2022-10-18T09:18:19.450990 | 2022-09-28T10:47:13 | 2022-09-28T10:47:13 | 173,018,876 | 1 | 1 | null | 2019-02-28T01:32:03 | 2019-02-28T01:32:03 | null | UTF-8 | C++ | false | false | 628 | cpp | /// Source : https://leetcode.com/problems/reverse-string/description/
/// Author : liuyubobobo
/// Time : 2018-06-04
#include <iostream>
using namespace std;
// 344. Reverse String
// https://leetcode.com/problems/reverse-string/description/
// Two Pointers
// 时间复杂度: O(n)
// 空间复杂度: O(1)
class Solution {
public:
... | [
"278166530@qq.com"
] | 278166530@qq.com |
b8291758e735486fef2d38226dead1f8a037a8e4 | cbca6ca1a06d07f67911ac1144c6a35e8015b901 | /SQF/dayz_communityweapons/configs/mosin.hpp | 43a64131a364b41e1b500ac66e826985817e8e25 | [] | no_license | conan513/DayZ | 9660bad5f319d464804de68c4bbc572b7a33fa7d | 21bfcfd88bb9c60284ea77a126de0089557a3310 | refs/heads/Development | 2021-01-22T20:54:34.482729 | 2015-05-02T17:32:09 | 2015-05-02T17:32:09 | 34,963,609 | 0 | 1 | null | 2015-05-02T21:16:11 | 2015-05-02T21:16:11 | null | UTF-8 | C++ | false | false | 24,796 | hpp | class Mosin_Nagant_broken: Rifle
{
handAnim[] = {"OFP2_ManSkeleton","\Ca\weapons\data\Anim\M24.rtm"}; // Hand positions
type = "1";
scope = 2;
model = "z\addons\dayz_communityweapons\models\mosin_nagant\mosin_1891_animated";
displayName = "Mosin Nagant (BROKEN)";
descriptionShort="This weapon is broken<br />Atta... | [
"r4z0r49@gmail.com"
] | r4z0r49@gmail.com |
5aac11759db93946b31e4872c6b2016f294015f5 | 68d34285e0fe03e7e16d25f0894d13c331fb2f2e | /Course1/4.cpp | 133608620b82fc24b4f46c4926a523913c883f6e | [] | no_license | Awesomemix/algorithms | de5a61ad519bbe6770d4cbcf5449c7b235d4a228 | 7dce8b5c1b0e0d4ce8e2531e4512bf8aae1a8ac5 | refs/heads/master | 2022-05-07T05:47:36.023459 | 2022-04-01T07:00:34 | 2022-04-01T07:00:34 | 99,310,676 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,656 | cpp | //미완
#include <iostream>
#include <algorithm>
using namespace std;
const int MAX = 21;
int b[MAX][MAX];
int c,r;
void color(int i, int j){
for(int k = j; k < j+4; k++){
if(b[k][i] == 0) b[k][i] = -1;
}
}
void decolor(int i, int j){
for(int k = j; k < j+4; k++){
if(b[k][i] == -1) b[k]... | [
"awesomemix1207@gmail.com"
] | awesomemix1207@gmail.com |
e95d5024d8681bc230a17a4c0d11e93b4d84b671 | a1f9a9f70eb77890b36bb694afb6b73ab36d7d02 | /maxSubArray.cpp | 38040af783d7d6d17fdeb77df1ad607b29171883 | [] | no_license | csqiangguo/leetcode | 7beaa4ed7f0c7005ecee430779da3706f1a97196 | add1cdb5692b57883d991a608cefe54e6e0aff08 | refs/heads/master | 2021-01-17T06:27:54.172639 | 2014-12-15T10:09:06 | 2014-12-15T10:09:06 | 19,701,225 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 653 | cpp | /*
Problem: Maximum Subarray
Method: dynamic programming
Author: 'gq'
*/
#include<iostream>
#include<cstdlib>
#include<string>
#include<algorithm>
using namespace std;
class Solution {
public:
int maxSubArray(int A[], int n) {
if(n<=0)
return 0;
int max=A[0];
int pre=A[0];
... | [
"csqiangguo@gmail.com"
] | csqiangguo@gmail.com |
8f4be80480830579d19e537d74d0d9a1473dfd47 | 63058e912a7249b36d87e5a639181970dcefe235 | /Filelesenmitkomma/Connection.h | e8df4651f8675307e1ebc8f0302056f929778aec | [] | no_license | amendy/Filelesenmitkomma | 8669679208f08d1c7ed25a80e6f1a5cfcc7bfa18 | f8ff0512dc7f8c7031a1bfba3982bd10842f37d2 | refs/heads/master | 2020-07-30T17:08:19.261287 | 2019-09-23T09:01:48 | 2019-09-23T09:01:48 | 210,298,415 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 518 | h | #pragma once
#include "Graph.h"
#include "Edge.h"
#include <iostream>
#include <string>
using namespace std;
class Connection : public Edge
{
public:
Connection( Node& rSrc, Node& rDst, double distance, string name): Edge(rSrc, rDst), m_distance(distance), m_name(name)
{
m_geschwindigkeit = 45;
}
/*virtual do... | [
"a.mendy@stud.uni-goettingen.de"
] | a.mendy@stud.uni-goettingen.de |
902168261a58f63ddd07971bea4841078ef054bf | 8da27fe685faed90c457afbd2435163944fdd900 | /ADS-SE-2018/expression_tree/expressionConvertor.cpp | 0a55c7ae69f2e53bfee55fabb7cb4657effbfa5c | [] | no_license | official-akshayjadhav/data-structures | 83a92959984426f6ffe2e0b2f9bd832fc9adf08c | 0eef83c178ab625e260db2b8e5543983bc38bd50 | refs/heads/master | 2022-02-24T19:08:17.864788 | 2019-09-12T13:35:34 | 2019-09-12T13:35:34 | 104,639,209 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,119 | cpp | #include<iostream>
#include<vector>
#include<string.h>
#include"stack.h"
using namespace std;
//method to reverse string
void reverse(string &str){
int i=0, j = str.size()-1;
char ch;
while(i<j){
ch = str[i];
str[i] = str[j];
str[j] = ch;
if(str[i] == ')')
str[i] = '(';
else if(str[i] == '(')
... | [
"official.akshayjadhav@gmail.com"
] | official.akshayjadhav@gmail.com |
9ab1bee299acd7711bb0a1e49c16e9d6acb481ea | 0a74826b78e09fd6874c70667e20639912b53fda | /lightmeter.ino | c2324feee506f3bc6c54eb4a7b167809c164a145 | [] | no_license | smdll/lightmeter | 31b7e508044a339bdd2430a367b5c4819958454f | 348e836a47a618fcee0f9e9cbac82e7f727320ee | refs/heads/master | 2021-07-04T08:16:53.629062 | 2017-09-21T17:11:34 | 2017-09-21T17:11:34 | 104,964,970 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,185 | ino | #include <Wire.h>
#include <Adafruit_ssd1306syp.h>
#include<math.h>
#define ADDRESS 0x23
#define SDA_PIN 8
#define SCL_PIN 7
Adafruit_ssd1306syp display(SDA_PIN, SCL_PIN);
byte index[2] = {2, 4};
double shut;
float tab[2][9] = {
{25, 50, 100, 200, 400, 800, 1600, 3200, 6400},//ISO
{1.4, 2.0, 2.8, 5.6, 8.0, 11, 16, ... | [
"songmingda1234@hotmail.com"
] | songmingda1234@hotmail.com |
8dfb6bd06252ab1f7cb8960451c6757c9a8f80b8 | 86c11a70213da6fbac05cc09bfcd032c488d4584 | /ecna19F.cpp | d5d5bc53d03ae13ae4ef7a025c8633ddd663e356 | [] | no_license | R-penguins/Kattis-Solutions | 3803449c665ca89585c8827e8564b0f4ab7d00ea | ca16ac19d3f0f4d8706b4c90268d6340fdeb7dd7 | refs/heads/master | 2023-04-10T09:56:49.273281 | 2021-04-22T13:45:50 | 2021-04-22T13:45:50 | 336,283,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 639 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(int argc, char const *argv[])
{
ios::sync_with_stdio(false);
cin.tie(nullptr);
int n;
cin >> n;
list<pair<int, int>> k;
for (int i = 0; i < n; ++i)
{
int x;
cin >> x;
k.push_back({i, x});
}
int prev = 0;
for (int i = 0; i < n - 1; ... | [
"harryhourui@outlook.com"
] | harryhourui@outlook.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.