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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
af3536a70c161ffea6f623372466d11bf8d496a9 | dfe33f407ad99e7c1154cad9e1f4bc7008d09e5b | /Graphs/main.cpp | fab795c1728ef2cd2a2f5e047464c3c158db0d7b | [] | no_license | paszczureKk/Graphs | 6cd4e11f46d92c2edf87f72a550d9cf9e4e4a04c | f339e5ce55b570400af263824428e8c243da4cf6 | refs/heads/master | 2022-02-08T00:52:33.999527 | 2019-05-26T17:02:43 | 2019-05-26T17:02:43 | 188,038,137 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,994 | cpp |
#include <iostream>
#include <string>
#include <vector>
void debugprint(bool* matrix, int d) {
for (int i = 0; i < d * d; i++) {
if (i % d == 0) {
std::cout << std::endl;
}
if (matrix[i] == true) {
std::cout << '1';
}
else {
std::cout << '0';
}
}
std::cout << std::endl << st... | [
"dszynszecki@wp.pl"
] | dszynszecki@wp.pl |
be08fc9b9343991de961c4f9039231c412a36ff5 | 836b7863ef6cd5e181cbd3a2b7fbcd15c8236ced | /examples/helloEarth/helloEarth.cpp | f1c39bab1d687ac88137ec4c18e0112d8ebb41fb | [] | no_license | omega-hub/cyclops | 54773e4e8bd772f45c4458ec9a0356b2664b385a | 2ad0c7546756a9f52a12cd16c4b8b40522b78d94 | refs/heads/master | 2021-01-18T22:41:32.044056 | 2016-05-20T22:51:49 | 2016-05-20T22:51:49 | 13,288,353 | 2 | 2 | null | 2014-07-13T01:22:04 | 2013-10-03T02:10:26 | C++ | UTF-8 | C++ | false | false | 1,404 | cpp | #include <omega.h>
#include <cyclops/cyclops.h>
using namespace omega;
using namespace cyclops;
///////////////////////////////////////////////////////////////////////////////
class EarthApplication: public EngineModule
{
public:
EarthApplication(): EngineModule("EarthApplication") {}
virtual void initialize... | [
"febret@gmail.com"
] | febret@gmail.com |
12f859e10ec4358a3da8e6efe54f79db1edd0a67 | 4806b0959fd3e592b8504b64218a72172ca0f449 | /CptS_122_PA8/DataAnalysis.h | 4f871ef214dec0c50ce49f301cf480cc21806a7f | [] | no_license | madhatter2012/CptS_122_PA8 | e9ba31b5ad6e951a1d09b7f6ad0cffa0ec5425ac | 4118b6aa53fde13fe17242b293274058ed98a709 | refs/heads/master | 2020-12-24T21:10:54.639872 | 2016-04-16T22:05:48 | 2016-04-16T22:05:48 | 56,406,496 | 0 | 0 | null | null | null | null | MacCentralEurope | C++ | false | false | 1,158 | h | #pragma once
class DataAnalysis
{
private:
//Data members :
//mTreeSold : BST
//mTreePurchased : BST
//mCsvStream : ifstream
//Member functions :
//A function that opens data.csv // yes, itís private, and must use mCsvStream to open the file
//A function that reads one line from the file and splits the li... | [
"madhatter2012@gmail.com"
] | madhatter2012@gmail.com |
a6e9c13101c9db618228376b0797a84d8af7b0c2 | 61f810c51f4f4eec8ac390e23eac57d4448f5bdd | /projects/base_with_physics/Rabbit.h | bd854097cb864cd75edb67f17b3a02ca05d4f40a | [] | no_license | cyber-squid/GAD173-project-2 | 4d188c9e8ec3a479a543ec3f3ea590458828e217 | 89834af347d1d068dbac736e426b9f4d0cd85cb2 | refs/heads/main | 2023-04-06T12:13:02.696544 | 2021-03-28T19:51:34 | 2021-03-28T19:51:34 | 352,415,955 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 256 | h | #pragma once
#include "kage2dutil/gameobject.h"
class Rabbit : public kage::GameObject
{
public:
Rabbit();
~Rabbit();
//void render();
void update(float deltaT);
void onCollision(GameObject *obj);
void onCollision(b2Fixture *fix);
};
| [
"noreply@github.com"
] | cyber-squid.noreply@github.com |
afd5d81b9f261eb5b808f971ed1832298fb63d7f | a7764174fb0351ea666faa9f3b5dfe304390a011 | /drv/ShapeSchema/ShapeSchema_PBRep_PointOnSurface.cxx | 5331b04cc8df5b83ffdf0f9ba166683b9c8e2468 | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,978 | cxx | #ifndef _ShapeSchema_PBRep_PointOnSurface_HeaderFile
#include <ShapeSchema_PBRep_PointOnSurface.hxx>
#endif
#ifndef _PBRep_PointOnSurface_HeaderFile
#include <PBRep_PointOnSurface.hxx>
#endif
#include <ShapeSchema_PBRep_PointOnSurface.ixx>
#ifndef _Storage_Schema_HeaderFile
#include <Storage_Schema.hxx>
#endif
#ifndef ... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
1a998396368714be62f8594fb704ca65b21f60a4 | c8990e4a1ff432dadc14e7e2d173a4c99f9e4605 | /2019/Robot2019 Tutorial/src/main/cpp/Subsystems/Intake.cpp | 7d22b82ec3a824b9d365989586b2d3cba50fa82a | [] | no_license | usfirst-frc-2135/software | e5634352918ef4eedaee84c3447c0e490bf6a43b | dd32ef4d72c9fd54e229b8763949aaa90517347c | refs/heads/master | 2023-05-01T11:07:37.355224 | 2023-04-26T03:52:35 | 2023-04-26T03:52:35 | 36,273,598 | 6 | 1 | null | 2023-04-26T03:52:36 | 2015-05-26T05:12:43 | C++ | UTF-8 | C++ | false | false | 4,722 | cpp |
// RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// C++ from RobotBuilder. Do not put any code or make any change in
// the blocks... | [
"frc2135@github.com"
] | frc2135@github.com |
a863231f817b04c2f7b66595ba1e71a045205c44 | c507b259841a43910e94c20e58073eaa8937288b | /deform_control/external_libs/osgWorks-2.0/osgwTools/TangentSpaceOp.cpp | 2eed08be76dd676240716e3db753fefd0a537b90 | [
"BSD-2-Clause"
] | permissive | UM-ARM-Lab/mab_ms | 5024c4d696cb35bc69fce71e85e1be1da66a30b5 | f199f05b88060182cfbb47706bd1ff3479032c43 | refs/heads/master | 2020-03-07T11:18:25.199893 | 2018-03-30T23:47:39 | 2018-03-30T23:47:39 | 127,452,258 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,884 | cpp | /*************** <auto-copyright.pl BEGIN do not edit this line> **************
*
* osgWorks is (C) Copyright 2009-2011 by Kenneth Mark Bryden
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1 as published by the Fr... | [
"dmcconac@umich.edu"
] | dmcconac@umich.edu |
4be887aad0a4b74ee8d930900b58f6db07963709 | 2d2c69acda9154755be0a22b9ec1b710789a5bf0 | /LeetCode/leetcode-december-challenge/week2/PairsofSongsWithTotalDurationsDivisibleby60.cpp | 1490646bda44e98018d361c0797a1b2b1acfd23e | [] | no_license | Kalit31/cp-playground | 2f74282a29222a308c022115e1a733ed2ed8dd6f | 572b543403498ffa12e80236a245bd7fb71249dd | refs/heads/master | 2023-06-26T21:50:26.676082 | 2021-07-31T08:45:15 | 2021-07-31T08:45:15 | 228,023,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 877 | cpp | #include <bits/stdc++.h>
#define ll long long int
#define deb(x) cout << #x << " " << x << endl;
#define mod 1000000007
#define fast std::ios::sync_with_stdio(false), cin.tie(NULL), cout.tie(NULL);
#define endl "\n"
using namespace std;
class Solution
{
public:
int numPairsDivisibleBy60(vector<int> &time)
{
... | [
"inanikalit31@gmail.com"
] | inanikalit31@gmail.com |
5cb23d9cee45c6ae67ded756db61bd109b8a3294 | c3abf1c41c6aa06125b63e5d3923cd8f1e52dbca | /20151654P5_4fix/TextOutPane.cpp | 5c0e23c0e2ea920e8e7d3250b3f874d5b1befbaa | [] | no_license | w34538y/MFC | 8bd240ff8f85ab569fd1e94c251a1e7f7c0204db | 112243067d8edba2dd263d78539764f048d5d456 | refs/heads/master | 2020-09-02T16:51:49.280380 | 2019-12-02T10:53:49 | 2019-12-02T10:53:49 | 219,263,215 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,132 | cpp | // TextOutPane.cpp : 구현 파일입니다.
//
#include "stdafx.h"
#include "20151654P5_4fix.h"
#include "TextOutPane.h"
// CTextOutPane
IMPLEMENT_DYNAMIC(CTextOutPane, CDockablePane)
CTextOutPane::CTextOutPane()
{
}
CTextOutPane::~CTextOutPane()
{
}
BEGIN_MESSAGE_MAP(CTextOutPane, CDockablePane)
ON... | [
"신우진@DESKTOP-JK33PUE"
] | 신우진@DESKTOP-JK33PUE |
500c53308bcad6cecaddddc49b1fda131370919a | 2634e59cf0339892fc8f5024dcba78d1049bd9d4 | /JobScheduling/include/sat/clause.h | fc4c3a7d6e53333d8d86e94877c2ba4e576c8d20 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | wsgan001/TPM | 14cfdf93f83dc434da1fc1c031a05d7a08307da8 | 43a40da0a9be949cfdaf4c03eeae95fd65ab3ce3 | refs/heads/master | 2021-04-30T07:24:22.566887 | 2017-10-05T16:09:04 | 2017-10-05T16:09:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,454 | h | // Copyright 2010-2014 Google
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in wri... | [
"luisalves05@gmail.com"
] | luisalves05@gmail.com |
66fddba96cb7b8a9308a2c3b02f3598467b60be4 | 11c3f8e9d572b3b9a1985ea854e99bed078e52b9 | /DLA_V0/DLA_2D_0/src/ofApp.cpp | 34e91cca436535085b27096d5c3c1c3c4e618680 | [
"MIT"
] | permissive | ofcourseio/SHANGHAI_2015_FALL_STUDENTS | 709aff6392af363d4a9fc87fc0d2d8f4e4ef3b13 | f951e413c31bfcf7d36098b2ee8f4523f37407ba | refs/heads/master | 2021-01-17T11:11:16.150431 | 2016-01-04T15:55:34 | 2016-01-04T15:55:34 | 48,018,492 | 1 | 2 | null | 2016-01-04T15:55:34 | 2015-12-15T03:56:38 | null | UTF-8 | C++ | false | false | 2,528 | cpp | #include "ofApp.h"
//--------------------------------------------------------------
void ofApp::setup(){
ofBackground(0, 0, 0);
coreStart.set(ofGetWidth()/2, ofGetHeight()/2,0);//set the core start at the center of the screen
floatingPtlPos.set(ofRandom(0,ofGetWidth()),ofRandom(0, ofGetHeight()), 0);
V... | [
"764933285@qq.com"
] | 764933285@qq.com |
45ace50478207602ed3dc53c38e63a96850fa64c | 0540f2e872686b3f374c3bba3bd525cc345f3f9c | /CoronaryGUI/coronarygui.cpp | 65a5c902c9ed10b47603e6610fb5f138db1c5ee8 | [
"BSD-3-Clause"
] | permissive | fercer/Coronary | 1f6b3810b118eac60056ef2615aa20a5bb934716 | fda0543c8d7a3eec391648ae0ef5e843bd440169 | refs/heads/master | 2021-08-27T16:23:07.405318 | 2021-07-30T14:44:39 | 2021-07-30T14:44:39 | 52,815,050 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,186 | cpp | #include "coronarygui.h"
#include "ui_coronarygui.h"
coronaryGUI::coronaryGUI(QWidget *parent) : QMainWindow(parent), ui(new Ui::coronaryGUI){
ui->setupUi(this);
fp_filters = NULL;
//// Define characteristics for show images in QLabels
imgVP1 = NULL;
imgVP2 = NULL;
imgVP3 = NULL;
imgVP4 = ... | [
"iie.fercer@gmail.com"
] | iie.fercer@gmail.com |
6787ea01f0dae63d5f11a66d7528d33d1e45c6e8 | b87270a73f53109845e97aa4b0a18dc71d234f1a | /7.cpp | 0ebcd0551b13ddad9aaf7664a577f8580ff07738 | [] | no_license | zhanghaichao520/hdu | 850393fa7fc71894c58e2ec61ecef80f9d87ec5f | b7d4f372d86f159c32d3ab9030491d504f7903d1 | refs/heads/master | 2020-03-15T04:57:15.526625 | 2018-05-03T10:16:02 | 2018-05-03T10:16:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | cpp | #include<stdio.h>
#include<algorithm>
using namespace std;
int main()
{
__int64 i,n,a[1005],s1,s2;
while(scanf("%I64d",&n)!=EOF)
{
__int64 s=0;
for(i=0;i<n;i++)
{
scanf("%I64d",&a[i]);
s+=a[i];
}
for(i=0;i<=(n-1)/2;i+=2)
{
a[n-1-i]>a[i];
s1+=a[n-i-1];
}
s2=s-s1;
printf("%I64d %I... | [
"zhang_haichao@163.com"
] | zhang_haichao@163.com |
541fcc980d4bf7bbba869892078f4c99f1b96c27 | 6628e7185e1dcadb99182fd6dd4d507e0ce33446 | /benchmarks/BenchmarkECS_System.hpp | 552d7ea3b43287b5dfd600292f94af9ba7c79e46 | [] | no_license | f-pisani/EntityComponentSystem | c49f2d7d7be14bc565cd4f7a6fe422337a30f2e7 | a634d681f22debe29386942859750a006b7a2bec | refs/heads/master | 2021-09-21T09:09:43.322344 | 2018-08-23T10:58:28 | 2018-08-23T10:58:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 321 | hpp | #ifndef BENCHMARK_ECS_SYSTEM_HPP_INCLUDED
#define BENCHMARK_ECS_SYSTEM_HPP_INCLUDED
#include "Benchmark.hpp"
#include "../ecs.hpp"
class BenchmarkECS_System : public Benchmark
{
public:
BenchmarkECS_System();
~BenchmarkECS_System();
void Run(BenchmarkSettings S);
};
#endif // BENCHMARK_ECS_SYSTEM_HPP_INCLUDED... | [
"pisani.florian@gmail.com"
] | pisani.florian@gmail.com |
6987cf7a8eea534809470e3e47ec39e8e8615c9f | 5c126bae1b49426356cabdd7b374137a4feb4e91 | /Malloc/PlayState.h | 6a4a178d2597a23cf1ce68e263dedc28095029dc | [] | no_license | MidnightGargoyles/Malloc | 429dffa85cae7be0466d0f14d5ba86b492564528 | ead153ace909cce6004b76ac8db6146bcce242e7 | refs/heads/master | 2021-01-15T14:31:35.078163 | 2014-02-16T13:25:10 | 2014-02-16T13:25:10 | 16,863,010 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 214 | h | #pragma once
#include "State.h"
#include "Player.h"
class PlayState : public State
{
public:
PlayState(StateList &owner);
~PlayState();
virtual void draw(sf::RenderWindow &win);
private:
Player mPlayer;
};
| [
"ryxali@gmail.com"
] | ryxali@gmail.com |
094715af3cccc971bfc3c7dc7830dd40b2212a80 | 82ce87f1636354f5c88197bdf0f56ada7c259e79 | /One Edit Distance.cpp | a53261716c4278ba50b7cefb222231c498b7157f | [] | no_license | invincibleadam28/My-Coding-Journey | 4b44a1b8e53c4b118c6cfc0052fed1706ad95b86 | c8c544f294465605a2b52f508ea0689839611a50 | refs/heads/master | 2023-03-30T03:16:46.320000 | 2021-04-04T18:24:57 | 2021-04-04T18:24:57 | 269,475,350 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 506 | cpp | bool iseq(string s1, int i, string s2, int j)
{
while (i < s1.size() && j < s2.size() && s1[i] == s2[j])
{
i++, j++;
}
return (i == s1.size() && j == s2.size());
}
bool solve(string s1, string s2)
{
int n1 = s1.size();
int n2 = s2.size();
if (n1 > n2 + 1 || n2 > n1 + 1)
return false;
for (int... | [
"invincibleadam28@gmail.com"
] | invincibleadam28@gmail.com |
a9057481f3667e46557bbbcbf94920335fbb52d5 | d5bd083dbcacce8cf62ebbd73c77c14c8247e057 | /hardware/imx/mx6/libcamera/DeviceAdapter.h | 24fb736909feb7a18fbc987d26230f5f0f1300ec | [] | no_license | RetronixTechInc/android-retronix | ab0e10840dab5dc7b0879737953ebf2e1916f2b0 | cd7d794dea51c3b287da0d35ddb18c1bdef00372 | refs/heads/RTX_NXP_Android601 | 2021-11-16T03:58:58.169998 | 2021-11-15T01:51:02 | 2021-11-15T01:51:02 | 198,991,737 | 4 | 5 | null | 2020-03-08T23:21:29 | 2019-07-26T09:49:01 | Java | UTF-8 | C++ | false | false | 5,120 | h | /*
* Copyright (C) 2008 The Android Open Source Project
* Copyright (C) 2012-2013 Freescale Semiconductor, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | [
"townwang@retronix.com.tw"
] | townwang@retronix.com.tw |
45847899d39c4c2dfb541c7ad1bef6330a11d16c | 690b60a57f85bdce71e614676c305e2492fb7608 | /QCIFSServer/QCIFSFwk/iDirLocation.h | c87b3fe549f69d370d05cf438ef21258e5497fba | [
"Apache-2.0"
] | permissive | rodrigomr/VFS | b07886c0a97bf08c2853fa3182e90eba6ff6ff4e | 6b68b00df8cb668106c2d0841cbcd46138298717 | refs/heads/master | 2020-03-30T13:54:59.627030 | 2018-10-02T12:06:43 | 2018-10-02T12:06:43 | 151,293,022 | 0 | 0 | NOASSERTION | 2018-10-02T17:12:38 | 2018-10-02T17:12:46 | null | UTF-8 | C++ | false | false | 1,404 | h | // Copyright 2018 Grass Valley, A Belden Brand
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or ag... | [
"drjwcain@gmail.com"
] | drjwcain@gmail.com |
3e973b83baa292a8bed497f7291ca8633e625a2a | 8f81de504adaddaf6c45f0c2198a06ac1a796636 | /torch/csrc/jit/runtime/static/impl.h | cd6101e374635eec45637f8b7e4aa6e02edac2f2 | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSL-1.0",
"Apache-2.0"
] | permissive | seemethere/pytorch | ac64f1410142eed319cd2c3d0876bb5748916487 | b428096680b804dfd3336e80efb5d9e6661236c1 | refs/heads/master | 2023-03-18T04:19:35.604440 | 2022-01-11T20:01:12 | 2022-01-11T20:01:12 | 227,252,129 | 1 | 0 | NOASSERTION | 2019-12-11T01:47:36 | 2019-12-11T01:47:36 | null | UTF-8 | C++ | false | false | 23,180 | h | #pragma once
#include <ATen/core/ivalue.h>
#include <ATen/core/symbol.h>
#include <c10/core/CPUAllocator.h>
#include <c10/macros/Macros.h>
#include <c10/util/ArrayRef.h>
#include <c10/util/variant.h>
#include <torch/csrc/jit/api/module.h>
#include <torch/csrc/jit/ir/graph_node_list.h>
#include <torch/csrc/jit/ir/ir.h>... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
f850140419d6d8f547d9101834c711d4d2a1d72b | 4da66ea2be83b62a46d77bf53f690b5146ac996d | /modules/assimp/assimp/code/CalcTangentsProcess.h | 4cac2ed9ff88ab1429fb8c24f2bbcaf8d8bd15a2 | [
"BSD-3-Clause",
"Zlib"
] | permissive | blitz-research/monkey2 | 620855b08b6f41b40ff328da71d2e0d05d943855 | 3f6be81d73388b800a39ee53acaa7f4a0c6a9f42 | refs/heads/develop | 2021-04-09T17:13:34.240441 | 2020-06-28T04:26:30 | 2020-06-28T04:26:30 | 53,753,109 | 146 | 76 | Zlib | 2019-09-07T21:28:05 | 2016-03-12T20:59:51 | Monkey | UTF-8 | C++ | false | false | 4,034 | h | /*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2018, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the
following condition... | [
"blitzmunter@gmail.com"
] | blitzmunter@gmail.com |
b323e6b3cf711351fe2f6058212376038e769f57 | 931d597b9a8e37cd33d6434e02ed74fb6698be17 | /src/qt/transactionview.cpp | f59b5daeb14a7284788ab31aa6c6498d1d2a4c4e | [
"MIT"
] | permissive | lyradevelopers/core | 691c540476e7544f68e9ffdec5c7a6d1db2fc73f | d0e628ca772b57235bf44a053597e2598de93566 | refs/heads/master | 2020-12-23T23:41:41.872766 | 2020-01-30T21:48:38 | 2020-01-30T21:48:38 | 237,310,629 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,233 | cpp | // Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "transactionview.h"
#include "addresstablemodel.h"
#include "bitcoinunits.h"
#include "csvmodelwriter.h"
#include "e... | [
"hypersensecorp@gmail.com"
] | hypersensecorp@gmail.com |
3f27e6b362fdca1e477dace9130784a6835acea1 | fd1e32787571c7d0024bd382c03f870aa5bd1daf | /src/ext_sort/sorter.h | f5273276574f3269f49e6eda1b2a855d65af7115 | [] | no_license | kdpdev/external_sort | 6362c2b434c219c4bff23672237aba8e6110e518 | e672c69be27765c65153d1e5ee6b22d582c7ab4d | refs/heads/master | 2023-03-05T06:38:04.141129 | 2023-02-28T10:25:57 | 2023-02-28T10:25:57 | 90,285,302 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 275 | h | #ifndef __EXT_SORT_SORTER_H__
#define __EXT_SORT_SORTER_H__
#include <set>
#include <string>
namespace ExtSort
{
class Sorter
{
public:
virtual ~Sorter() = default;
virtual std::set<std::string> Sort(const std::string& sourceFilePath) = 0;
};
}
#endif
| [
"kdp.dev@gmail.com"
] | kdp.dev@gmail.com |
8d2954526ca5a38130c55bc548264610dc24279e | 81c66c9c0b78f8e9c698dcbb8507ec2922efc8b7 | /src/domains/cg56/kernel/CG56Wormhole.cc | 52e9a81be24a169dbf8b0cbb9fc5ce9950e46c99 | [
"MIT-Modern-Variant"
] | permissive | Argonnite/ptolemy | 3394f95d3f58e0170995f926bd69052e6e8909f2 | 581de3a48a9b4229ee8c1948afbf66640568e1e6 | refs/heads/master | 2021-01-13T00:53:43.646959 | 2015-10-21T20:49:36 | 2015-10-21T20:49:36 | 44,703,423 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,587 | cc | static const char file_id[] = "CG56Wormhole.cc";
/******************************************************************
Version identification:
@(#)CG56Wormhole.cc 1.11 04/12/97
Copyright (c) 1990-1997 The Regents of the University of California.
All rights reserved.
Permission is hereby granted, without written agreeme... | [
"dermalin3k@hotmail.com"
] | dermalin3k@hotmail.com |
d22c0f40b0563aeca95a23dbcda66577215bb87b | f22edf538750f94b4db4caf1b1d932167eefa705 | /Test_OpenCV2/Funcs.cpp | 198f2e7685fc976461be2e09f084e9fef9e633a7 | [] | no_license | Rallo-Andrii/training_OpenCV_resizer_2 | df6c0a42197661323a4b6306232d3643b8b746a1 | 2fcaee7232fdd7add25066660ae977272b62a294 | refs/heads/master | 2021-05-04T15:33:16.949381 | 2018-02-04T23:41:55 | 2018-02-04T23:41:55 | 120,232,161 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,161 | cpp | #include "Funcs.h"
#include <opencv2\imgcodecs.hpp>
#include <opencv2\highgui.hpp>
#include <opencv2\imgproc.hpp>
#include <fstream>
#include <future>
void resize(cv::Mat& mat_in, cv::Mat& mat_out)
{
cv::resize(mat_in, mat_out, mat_out.size(), 0, 0, cv::INTER_LINEAR);
}
cv::Mat resize2(cv::Mat mat_in, cv::Size siz... | [
"Rallo.Andrii@gmail.com"
] | Rallo.Andrii@gmail.com |
8bfe1b10b59a85878f698b4d602a78a89c3b8902 | f7459ee823ee613b7d32f3a446bcdd6b93abd49a | /charge.hpp | eb6a7d98d3bb2f7bdbb09db2e6c300d5376d1638 | [] | no_license | hectorhiramvelez/pupr_senior_proj | 228932fe3809da2e2f96df20ca63bf52bf189a65 | 6ef4a3e9acf804fcbffe3d705a812657397b2dec | refs/heads/master | 2021-01-05T22:04:46.878750 | 2020-03-26T13:54:45 | 2020-03-26T13:54:45 | 241,149,725 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 511 | hpp | #pragma once
#ifndef CHARGE_HPP
#define CHARGE_HPP
#include "vector3.hpp"
class charge : public vector3<double>
{
private:
double load;
public:
charge(double load = 0);
charge(const vector3<double> V, double load = 0);
charge(double X, double Y, double Z, double load = 0);
charge(const charge& C);
~ch... | [
"61155605+hectorhiramvelez@users.noreply.github.com"
] | 61155605+hectorhiramvelez@users.noreply.github.com |
1fe226fbcd1292ef46f438eee7219b68d98b0d4c | bbc3dea21bd308bc0b9a9b48c37421be42e1a230 | /authentication-winforms/MsgBox.h | 497b2f72564fbb0d670cd5bf230aed4432eaf4aa | [] | no_license | ireallie/authentication-winforms | 2cd81cb2fa3c08de60392942873060cb5d8d0368 | b47b935c1513abc87e352ca300dd76091c02f959 | refs/heads/master | 2023-05-13T08:13:31.059974 | 2021-06-09T10:18:59 | 2021-06-09T10:18:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,930 | h | #pragma once
namespace authenticationwinforms {
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
/// <summary>
/// Summary for MsgBox
/// </summary>
pub... | [
"338godofwar@gmail.com"
] | 338godofwar@gmail.com |
dad4de75ffcbdb967586bea9bf8f775c4f701d90 | 588dfd884443013176b2b70a75e59d4847345991 | /opencv_contrib-3.4.5/modules/ovis/src/ovis.cpp | ce02699a304d4b457a545270eb7c48d2c475c84f | [
"BSD-3-Clause"
] | permissive | rsingh2083/libgender_age_model.so | 5ee77064c5feec05e52e2835034f09f3522e61c1 | d894bce963a3a403344d6a3ff96e3e792d41a557 | refs/heads/master | 2023-04-10T23:34:15.847389 | 2020-08-13T06:58:41 | 2020-08-13T06:58:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,904 | cpp | // This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#include "precomp.hpp"
#include <OgreApplicationContext.h>
#include <OgreCameraMan.h>
#include <OgreRectangle2D.h>
#include ... | [
"wangmengqiu@ainnovation.com"
] | wangmengqiu@ainnovation.com |
24b7a57ea0641cb314c08d8a224bea558371f9c2 | 22ebc3fa6240ba05ef67c2189c09e287765a31b1 | /roam/cuda/dp_cuda.h | 2f7c7622c5738b2e67f95f8ba5f9f304de12c223 | [] | no_license | lulu1315/roam | 95d16dbb3467127c817bd3cf781e428f7e7d893f | fb65eb7445a34eb50856b33dd1a3997939e4eece | refs/heads/master | 2020-04-16T19:37:45.364076 | 2018-07-11T14:01:11 | 2018-07-11T14:01:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,144 | h | /*
This is a source code of "ROAM: a Rich Object Appearance Model with Application to Rotoscoping" implemented by Ondrej Miksik and Juan-Manuel Perez-Rua.
@inproceedings{miksik2017roam,
author = {Ondrej Miksik and Juan-Manuel Perez-Rua and Philip H.S. Torr and Patrick Perez},
title = {ROAM: a Rich Object Appearan... | [
"omiksik@robots.ox.ac.uk"
] | omiksik@robots.ox.ac.uk |
7f8a85491d1ee86252fff27c014fddf4dac232b9 | 4f3ca870385f532dccff9602131d15bfdd2ea961 | /content/browser/power_monitor_browsertest.cc | 19fa617b74c600914157ac9dcdb56f7977edfccd | [
"BSD-3-Clause"
] | permissive | nmhung1210/chromium | 6090ef1b8812990ce5f437900a9951d67c577d26 | 67d0ec786c8fac2dfe4bd92851aa70c96aae9829 | refs/heads/master | 2023-01-07T02:47:49.751768 | 2018-11-25T06:52:39 | 2018-11-25T06:52:39 | 159,008,512 | 1 | 0 | NOASSERTION | 2018-11-25T07:31:29 | 2018-11-25T07:31:29 | null | UTF-8 | C++ | false | false | 10,113 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/bind.h"
#include "base/macros.h"
#include "base/run_loop.h"
#include "base/strings/utf_string_conversions.h"
#include "base/task/post_task.... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
a9926859a6c09245805d42848f6d445b4e5ba78f | d9341c02b8b3c854b44959adac51d9a9238ce24c | /TP6/Applications/SpaceInvaders/Entites/EntiteVide.cpp | a490e35a2cd253182ad783a2ed9e461058685f84 | [] | no_license | aicyp/IMT-SysExploitation | 2bcf8e1284c31c25f5f994bc10f3b2a117033889 | a4ce5f9803d5cb8f7991502e33f27bcdb87791e6 | refs/heads/master | 2022-07-18T07:28:21.827546 | 2020-05-13T07:39:27 | 2020-05-13T07:39:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 374 | cpp | #include "EntiteVide.h"
FondEspace *EntiteVide::fondEspace = NULL;
EntiteVide::EntiteVide(int ligne, int colonne) :
EntiteBase(0, ligne, colonne, fondEspace->getCharAt(ligne, colonne),
1, 1, fondEspace->getCouleurAt(ligne, colonne)){}
bool EntiteVide::estEntiteVide(){
return true;
}
void EntiteVide... | [
"axel.hpm.coudray@gmail.com"
] | axel.hpm.coudray@gmail.com |
2d9152a68cfabdb7fbf8212d9a16c0bb3321852c | 130d56db5e4e552922bdd4de887dda1d1d3827a7 | /Exploited Firmware/nxp_fmuk66-v3/src/drivers/uavcan/include/dsdlc_generated/uavcan/equipment/esc/Status.hpp | 57ce63b2a668340846dcc4cbfc07ad3204a348c6 | [] | no_license | plushpluto/PX4-Malicious | 2028d6615ea0da2d6ebfd28c41821b3649736778 | 3db4ce3ecbfe6821043bb1dce6f651c4e606deb5 | refs/heads/master | 2023-07-01T10:20:01.551327 | 2021-08-15T13:19:16 | 2021-08-15T13:19:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,421 | hpp | /*
* UAVCAN data structure definition for libuavcan.
*
* Autogenerated, do not edit.
*
* Source file: /home/kss/PX4/src/drivers/uavcan/libuavcan/dsdl/uavcan/equipment/esc/1034.Status.uavcan
*/
#ifndef UAVCAN_EQUIPMENT_ESC_STATUS_HPP_INCLUDED
#define UAVCAN_EQUIPMENT_ESC_STATUS_HPP_INCLUDED
#include <uavcan/buil... | [
"korkeep@naver.com"
] | korkeep@naver.com |
89a55bc61cc09dbe5318d88b20434372b9bc869a | 0fd5fb6dee08a85cbac1e5c58f4f0a9705abbcf1 | /src/plot_ellipses_lhcb.cxx | 518d21fe2c3200b6b227a79ae48189dc461b0da5 | [] | no_license | manuelfs/babar_code | 736b5d1b00f6749dbb46e8c1254d2b8dc7f7dac9 | ca9ed380b237db48e3ed1cbd3f9c9df75cb76ca4 | refs/heads/master | 2023-02-21T09:34:41.185525 | 2023-02-10T20:50:32 | 2023-02-10T20:50:32 | 12,028,635 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,969 | cxx | #include <iostream>
#include <cmath>
#include "TH1D.h"
#include "TCanvas.h"
#include "TBox.h"
#include "TLatex.h"
#include "TLine.h"
#include "TStyle.h"
#include "TLegend.h"
#include "TEllipse.h"
#include "styles.hpp"
#include "results.hpp"
#include "keys_utils.hpp"
using namespace std;
void getEllipse(float s1, f... | [
"manuelf@umd.edu"
] | manuelf@umd.edu |
8439c322cf2ee276bb963e791f609ed503d0ba3b | c287f063100e0ddb29bcf27e9f901b914cca0f2e | /thirdparty/qt53/include/QtCore/5.3.0/QtCore/private/qeventdispatcher_glib_p.h | a2e7b6b33ef6c003ef35b4afa2db2cdff2e22183 | [
"MIT"
] | permissive | imzcy/JavaScriptExecutable | 803c55db0adce8b32fcbe0db81531d248a9420d0 | 723a13f433aafad84faa609f62955ce826063c66 | refs/heads/master | 2022-11-05T01:37:49.036607 | 2016-10-26T17:13:10 | 2016-10-26T17:13:10 | 20,448,619 | 3 | 1 | MIT | 2022-10-24T23:26:37 | 2014-06-03T15:37:09 | C++ | UTF-8 | C++ | false | false | 4,180 | h | /****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees... | [
"zcy920225@gmail.com"
] | zcy920225@gmail.com |
a5dd62ab72fdd3cee36185b177abf711e25f90ae | 5fe48389d96b6000779bdd56dccfa1d9e55fb232 | /Geography Map Trainer_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Il2CppCCalculateTypeValues.cpp | be0126b38f587a04814726dfd9e1cec3b1198261 | [
"MIT"
] | permissive | andrewlavaia/Geography-Map-Trainer | fd5fb5cceeafad51777937aff26caffdb0ed3462 | bf4ff8746dbc6d78dbe54b3b2196d47872b2ebd4 | refs/heads/master | 2022-09-23T09:42:46.487501 | 2022-09-18T19:19:14 | 2022-09-18T19:19:14 | 127,840,071 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,961,810 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <limits>
// UnityEngine.UIElements.UQueryState`1/ActionQueryMatcher<UnityEngine.UIElements.VisualElement>
struct ActionQueryMatcher_tBA08813774EDD8920F40BFFC2F27B8329C7923DD;
// System.Acti... | [
"alavaia@yahoo.com"
] | alavaia@yahoo.com |
58b76005060fbc03e9d56efa3f60b4eb58686bb0 | 27a70bd4b6abba8b21231b425e7f98ae47d582b9 | /class-olympiad/1394/code-forces/689/c.cpp | f978af31da0c1113d6acbc16f397238ccba80fd2 | [] | no_license | nimacgit/CPP | bc6011176b6a1c840c857fcdaed89df4347bfee9 | da35095c8f3def539f641f959f96d2f3f4d55486 | refs/heads/master | 2020-04-08T00:21:44.668748 | 2018-11-23T15:43:31 | 2018-11-23T15:46:27 | 158,849,201 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 596 | cpp | #include <iostream>
#include <stdlib.h>
#include <stdio.h>
#include <bits/stdc++.h>
#define mp make_pair
#define F first
#define S second
using namespace std;
typedef pair<int, int> pie;
long long m, s, e;
long long getans(long long n)
{
long long co = 0;
for(long long a = 2; a * a * a <= n; a++)
co+= n/(a*a*a... | [
"michael12sco@yahoo.com"
] | michael12sco@yahoo.com |
5bc9ce8825a225fe529ee26d6e70a79a7a5cda99 | 61aa319732d3fa7912e28f5ff7768498f8dda005 | /src/arch/arm/tracers/tarmac_record_v8.cc | 8dd96d131bbdeabc64d052c9bd76016b1d9db252 | [
"BSD-3-Clause",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.0-or-later",
"MIT"
] | permissive | TeCSAR-UNCC/gem5-SALAM | 37f2f7198c93b4c18452550df48c1a2ab14b14fb | c14c39235f4e376e64dc68b81bd2447e8a47ff65 | refs/heads/main | 2023-06-08T22:16:25.260792 | 2023-05-31T16:43:46 | 2023-05-31T16:43:46 | 154,335,724 | 62 | 22 | BSD-3-Clause | 2023-05-31T16:43:48 | 2018-10-23T13:45:44 | C++ | UTF-8 | C++ | false | false | 11,202 | cc | /*
* Copyright (c) 2017-2019 ARM Limited
* All rights reserved
*
* The license below extends only to copyright in the software and shall
* not be construed as granting a license to any other intellectual
* property including but not limited to intellectual property relating
* to a hardware implementation of the ... | [
"sroger48@uncc.edu"
] | sroger48@uncc.edu |
2c469a99b83d2f5f41ca843fa2a13471f476b95a | ec89e41ca41970c0704a80544f5f579f3fc42cb3 | /internal/platform/implementation/windows/generated/winrt/impl/Windows.ApplicationModel.Holographic.2.h | 687c9e78d63b183f5463acb8c2f7bcae94b978a6 | [
"Apache-2.0"
] | permissive | google/nearby | 0feeea41a96dd73d9d1b8c06e101622411e770c5 | 55194622a7b7e9066f80f90675b06eb639612161 | refs/heads/main | 2023-08-17T01:36:13.900851 | 2023-08-17T01:11:43 | 2023-08-17T01:13:11 | 258,325,401 | 425 | 94 | Apache-2.0 | 2023-09-14T16:40:13 | 2020-04-23T20:41:37 | C++ | UTF-8 | C++ | false | false | 758 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
#pragma once
#ifndef WINRT_Windows_ApplicationModel_Holographic_2_H
#define WINRT_Windows_ApplicationModel_Holographic_2_H
#include "winrt/impl/Windows.ApplicationModel.Holographic.1.h"
WINRT_EXPORT namespace winrt::Windows::Applicati... | [
"copybara-worker@google.com"
] | copybara-worker@google.com |
0a8665da1da56b07b7a514fc5587f3cd32da7d3b | 6914bf283b0a83b86c146e2aabba882be441015e | /src/custom/identity/identity.cc | b34f50cd096ac32e0bdb61516fe7fb71d150a0e7 | [
"BSD-3-Clause"
] | permissive | gaocegege/tensorrt-inference-server | 6348180ea1d4a1f5929e9184b79ca7f86216941c | 68e89836f85048a9974f2324508336e46d03e074 | refs/heads/master | 2020-05-16T17:06:38.734301 | 2019-04-24T08:43:10 | 2019-04-24T08:43:10 | 183,185,833 | 0 | 1 | null | 2019-04-24T08:37:11 | 2019-04-24T08:37:11 | null | UTF-8 | C++ | false | false | 10,196 | cc | // Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of condi... | [
"davidg@nvidia.com"
] | davidg@nvidia.com |
23295ca1316454999fd8dea3b72c84d31c984a38 | 9cbf39110ba1910bcd902fefba1eef74d4a72993 | /libHh/Hh.h | a67d9ab13fe5e10b939ad3705f093a1c763fba2c | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hushanming/Mesh-processing-library-1 | 0e864808317d0922362197a3ca8a44f119409e6e | 9097c6104ed47aa2a9bf0ca6261a040a410c7d98 | refs/heads/master | 2020-03-15T16:04:48.880744 | 2018-04-27T22:51:15 | 2018-04-27T22:51:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,058 | h | // -*- C++ -*- Copyright (c) Microsoft Corporation; see license.txt
#ifndef MESH_PROCESSING_LIBHH_HH_H_
#define MESH_PROCESSING_LIBHH_HH_H_
// 1 2 3 4 5 6 7 8 9 10 11
//34567890123456789012345678901234567890123456789012345678901234567... | [
"hhoppe@gmail.com"
] | hhoppe@gmail.com |
e9401791c6e668feb0681b4893d51bd8d9c54394 | f51baff3a10461bed6f051fcf53d6f4c8a3672af | /NFSR-ciphers/Kreyvium/kreyvium.cpp | d6496d2d2aaa2bafb561634741695879d2df5bdd | [] | no_license | gitjin96/DegreeEvaluationByDivisionProperty | 72f8e61cdc2909b5b8721dd0342ca248f10ea7b7 | cb3eae4a00b224de35bc0a6e39974997abecd76a | refs/heads/main | 2023-03-25T23:28:04.653598 | 2021-02-17T09:04:50 | 2021-02-17T09:04:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,796 | cpp | /* Calculate the ANF of output defined over full internal state */
#include <iostream>
#include <algorithm>
#include <vector>
#include <bitset>
using namespace std;
typedef bitset<544> uint544; /* 554 = 93 + 84 + 111 + 128 + 128 */
typedef vector<uint544> Monomial;
typedef struct {
int monomial_num;
int d... | [
"noreply@github.com"
] | gitjin96.noreply@github.com |
d294e8e604782105e3257c008bea2e5b31ac1f28 | 74de2479d5a8932c810a0cc37e48685fcd936fa5 | /qfunctionconfigurator/functionconfig.h | 0f60c9793896400875d4deb2b93019b358af0e49 | [] | no_license | hfeeki/opentrack | 290593d9347b603cac91e005f490e9152c1e038f | 6fea9e0befc3f1d63bbdccaabaec767863972c46 | refs/heads/master | 2023-08-21T23:48:31.659691 | 2013-08-24T20:33:52 | 2013-08-24T20:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,006 | h | /* Copyright (c) 2011-2012, Stanislaw Halik <sthalik@misaki.pl>
* Permission to use, copy, modify, and/or distribute this
* software for any purpose with or without fee is hereby granted,
* provided that the above copyright notice and this permission
* notice appear in all copies.
*/
#include <QList>
#i... | [
"sthalik@misaki.pl"
] | sthalik@misaki.pl |
3055f276dac988226bb8e2e17168b923d5faeb11 | 596c778b40f3806c4c6530524054dea22df8a005 | /test/fs/TestSourceFS.hpp | f8142f5e9ba8cceea00ef39a7cb5a11f7f29d6db | [
"BSD-3-Clause"
] | permissive | jakirkham/nix | 4655230498a619cc29d9fc38c3960a75285202b0 | f3e12d6c879d6f29bedfe3ad7317e36313896486 | refs/heads/master | 2021-01-15T14:41:45.663130 | 2016-07-20T09:28:16 | 2016-07-20T09:28:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,858 | hpp | // Copyright (c) 2013, German Neuroinformatics Node (G-Node)
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted under the terms of the BSD License. See
// LICENSE file in the root of the Project.
#ifndef NIX_TESTSOURCEFS_HPP
#define NIX_TE... | [
"jan.grewe@g-node.org"
] | jan.grewe@g-node.org |
fba8a1f82055642692726bc82a7100fb497e065e | 54bc01a6395554985925125255b2c5a96edc01d6 | /my3DObjViewer/CActorSelector.h | 3b08555cb016a76f1703b15b4b87ddafe57f01ae | [] | no_license | mtakita/my3DObjViewer | c38c60f03d33cb7b042ce1bd635b637cf90be581 | f936c36cca7347aada7518d4db33acaca5ec663c | refs/heads/master | 2022-12-09T20:34:51.119247 | 2020-09-04T08:06:42 | 2020-09-04T08:06:42 | 278,316,518 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 890 | h | #pragma once
#ifndef _CACTOR_SELECTOR_
#define _CACTOR_SELECTOR_
#include <map>
#include "CActorAABB.h"
#include "mymath.h"
#include "CDebugDrawer.h"
#include "CMy3DObjViewerDoc.h"
#include "CEyeSpace.h"
using namespace mymath;
using std::map;
class CActorSelector
{
public:
CActorSelector();
~CActorSelector();
... | [
"makototakita@yahoo.co.jp"
] | makototakita@yahoo.co.jp |
815b94e1a60df7d0bf97984f42114014363dabbb | c7a8639ed076d9c721039d6dee4254f6f1124ebb | /hl.viewer/program.cpp | 89270cadae3315e7f79a29fe58359691f13ba149 | [] | no_license | wtrsltnk/game-assets-examples | 63572914d774c537d9b236ac3d4e721bd073bc4f | 29f3c0ce7b23945ff8fb881d8c3f11717d20da2f | refs/heads/master | 2023-05-28T18:34:05.298598 | 2023-05-18T16:29:43 | 2023-05-18T16:29:43 | 78,443,071 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,623 | cpp | #include "program.h"
#include "../common/log.h"
#include "../common/settings.h"
#include "filesystem.h"
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/rotate_vector.hpp>
#include <iostream>
#include <valve/hl1bspasset.h>
#include <valve/hl1bspinstance.h>
#include <valve/hl1mapasset.h>
#include <valve/hl1mapi... | [
"wouter.saaltink@gmail.com"
] | wouter.saaltink@gmail.com |
bf97890e27813a3273d2e551201574c062b7f419 | 750c5fefad9f0b7e0472c69c47c4d7dd9b9de4fa | /zz2/AAD/tp4/tp4ADD/Lieu.cpp | 29c4515ad63d80e117ecb8d908819714a9009181 | [] | no_license | ulricheza/Isima | 94af1bdca91e4826b89a31e2f369b51a3e6c499c | 1c06cbb942844818ac704dc5ad5d279a6c949b1f | refs/heads/master | 2021-01-02T08:47:42.907139 | 2013-05-20T18:44:36 | 2013-05-20T18:44:36 | 13,802,104 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,354 | cpp | /*
* \file lieu.cpp
* \author Maxime Escourbiac Jean-Christophe Septier
* \brief fichier d'implementation de la classe Lieu
* \version 1.0
* \date 7 janvier 2011
*/
#include "Lieu.h"
#include "Point.h"
/**
* \fn Lieu(int id,const Point & coord, int ouverture,int fermeture,int demande,
int tempservi... | [
"maxime.escourbiac@gmail.com"
] | maxime.escourbiac@gmail.com |
eddd6f2f44d6f67399df4e93363141f2bc264e0b | a200b12d49f781622ebde8352be11ea07cd8e564 | /sort_basic/search_last_max/main.cpp | 686dedf5d0e6ba51ae15f4d486e9b564f1590580 | [] | no_license | Horson19/algorithem_practice | 9b3e03219b7a277b2e7bfdec44db4ce7e194a97f | 556ecc7676d11cf4b99b70661a8586712b95b68e | refs/heads/master | 2021-04-23T20:44:35.309391 | 2020-04-11T10:19:48 | 2020-04-11T10:19:48 | 249,995,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,719 | cpp | //
// main.cpp
// search_last_max
//
// Created by HorsonChan on 2020/2/28.
// Copyright © 2020 Horson. All rights reserved.
//
#include <iostream>
using std::cout;
using std::endl;
int search_last_min(int *arr, int count, int min);
int search_last_value(int *arr, int count, int value);
int search_first_max(int *... | [
"Horson.c19@gmail.com"
] | Horson.c19@gmail.com |
ce58bd2ddb5d0c14250753450789859fe6fb78ca | b989ecb4dcc38d7cb8e058dfdf54c68c567f2551 | /trainer_farm.h | a1c28d098ca7d7bfee08357bfb9a83a0d3c5a619 | [] | no_license | Hume2/mtgen | e7fac00ea0f2a54def97b6ee7329f7e51e967943 | 710bf28d27d6a7985d4022f11770c60b59f14669 | refs/heads/master | 2021-05-01T14:47:46.000132 | 2018-03-17T10:02:03 | 2018-03-17T10:02:03 | 121,023,076 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,662 | h | #ifndef TRAINERFARM_H
#define TRAINERFARM_H
#include <boost/serialization/forward_list.hpp>
#include <boost/serialization/deque.hpp>
#include <boost/serialization/shared_ptr.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <deque>
#include <forward_list>
#include... | [
"teratux.mail@gmail.com"
] | teratux.mail@gmail.com |
497929f62dcce05e4f2d4c583aa71bec92d4e849 | a7ce68ca0c5a217290537fb57588efd65d145f66 | /SNR/Project/ODB-cxx/image-odb.cxx | 13b265f477f17bb643ac49dc780d3ec19367de82 | [] | no_license | Teaching-projects/SZE-Projektmunka-2019-Shoot-Run | 55e7e5989eb84356e1461bb396fa9b957cc12c21 | 8815d095961bb3e40ede0718dbacf53270031398 | refs/heads/master | 2020-04-23T22:39:20.395465 | 2019-05-03T15:15:02 | 2019-05-03T15:15:02 | 171,509,215 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,207 | cxx | // This file was generated by ODB, object-relational mapping (ORM)
// compiler for C++.
//
#include <odb/pre.hxx>
#include "image-odb.hxx"
#include "event-odb.hxx"
#include "tardis-odb.hxx"
#include "track-odb.hxx"
#include "user-odb.hxx"
#include <cassert>
#include <cstring> // std::memcpy
#include <odb/mysql/tr... | [
"osz.oliver@sze.hu"
] | osz.oliver@sze.hu |
74fbf459f8d2bc35f5f4da15c7c398f94c3da16a | 57d8212fc2bfdd51153d7e41685a6fc54e0bf0f9 | /sp2bench/sp2b_v1_01/src/propertyurl.h | 1af552c0c51b26e3d0308324920979b4af38de2f | [
"BSD-3-Clause"
] | permissive | earthquakesan/ISWC-2016-SQBenchmarks | 045cfe68c071849543dd53e97a6e4ced9f0e0da0 | b0db8c0615c296eb0b69f8ea91b6d3cebd585562 | refs/heads/master | 2021-01-11T00:49:44.438648 | 2016-10-17T01:09:16 | 2016-10-17T01:09:16 | 70,481,882 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 440 | h | //
// C++ Interface: PropertyUrl
//
// Author: Michael Schmidt, Christoph Pinkel <>, (C) 2007-2008
// Copyright: See COPYING file that comes with this distribution
//
#ifndef PROPERTY_URL_H
#define PROPERTY_URL_H
#include "property.h"
/**
Implements URL property
*/
class PropertyUrl : public Property
{
public:
P... | [
"earthquakesan@gmail.com"
] | earthquakesan@gmail.com |
8cea5263395ef89e24c2ae765dbf071b1b14ec75 | 806a0e71fa40501e2f0edfe62269e8801f187e5c | /Cau truc du lieu & giai thuat/On Thi/Bai18.cpp | e1fe08253d4135b0d36c42625634beeec0a64cdb | [] | no_license | ducthangbui/Learning | 1c991a84a27cf6f112f9d2d643eacfdfb0a1de49 | 5a7acdf0c05e00e4ba736113a075423bf0b967db | refs/heads/master | 2020-03-31T13:46:30.180506 | 2018-10-14T15:18:06 | 2018-10-14T15:18:06 | 152,268,559 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,008 | cpp | #include<iostream>
using namespace std;
struct node{
int info;
node *next;
node *prev;
}*head,*tail;
class dqueue{
public:
int top1,top2;
void insertfront();
void insertlast();
void delfront();
void dellast();
void displayfront();
void displaylast();
dequeue(){
top1=0;
top2=0;
head=NULL;
... | [
"ducthangbui1996@gmail.com"
] | ducthangbui1996@gmail.com |
977e649ae94d5c2f520d7b70a8798eb347fca1ac | fdc2804d9513a0547f9e470b3a70ad761104ddb0 | /Applications/FeatureSelection/otbSelectFST.cxx | ce96639b68a1c5b1b679f1ca8fff2d45ab0390ce | [] | no_license | boussaffawalid/OTB | 5244af9f3e4fd124e51da16be23e44dce58a42ab | 876328788199bb14d66e32398724d422f5e614d3 | refs/heads/master | 2020-12-28T04:46:56.765449 | 2015-08-28T12:49:30 | 2015-08-28T12:49:30 | 38,159,731 | 0 | 0 | null | 2015-06-27T12:43:49 | 2015-06-27T12:43:48 | null | UTF-8 | C++ | false | false | 15,028 | cxx | /*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Created By:Boussaffa Walid
Email: Boussaffa.walid@outlook.com
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.... | [
"boussaffa.walid@outlook.com"
] | boussaffa.walid@outlook.com |
b20b2a1f448c3d9258b42405a9fbfe9519dd2fc2 | 0ab41160ee235b449fa190d287dc496ef1c56d44 | /Develop - Module CA-SWW/Seperate_Testing/New-Button/New-Button.ino | ad0d5b17918ecfee4219a8bf07374aaef258ac46 | [] | no_license | thanhtung2105/Chika-CA-SWWx | 496b84ad2f1cf3978fb1b47133cc68a51f8d9d61 | a7b3ce1efc15304a5d4e3974e30da50f51c380d7 | refs/heads/master | 2022-08-28T14:46:58.886112 | 2020-05-27T01:05:05 | 2020-05-27T01:05:05 | 233,540,681 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,172 | ino | /* Test new capticable button with seperate LED system */
/* USING WITH ARDUINO PIN */
int button_1 = 4;
int button_2 = 5;
int stateLED_control_1 = 8;
int stateLED_control_2 = 9;
bool stateDEVICE_control_1 = 0;
bool stateDEVICE_control_2 = 0;
void setup()
{
Serial.begin(9600);
pinMode(butto... | [
"48848418+thanhtung2105@users.noreply.github.com"
] | 48848418+thanhtung2105@users.noreply.github.com |
9ebb8714abccda5d3b5ecfffc982e97b756d5f2b | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /chrome/browser/ui/webui/signin/signin_email_confirmation_dialog.h | f506c67e57be35d6fdb3c5de3cdae5ce058ee539 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | 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 | 3,623 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_WEBUI_SIGNIN_SIGNIN_EMAIL_CONFIRMATION_DIALOG_H_
#define CHROME_BROWSER_UI_WEBUI_SIGNIN_SIGNIN_EMAIL_CONFIRMATION_DIALOG_H_
#in... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
7014cc64cfee86b026640bdf87075677d609014c | c102d77e7e363d043e017360d329c93b9285a6be | /Sources/Engine/Graphics/Visualizers/Visualizer.h | 1b11aebf36a62a92232abc43bd31329cc9eeeb1a | [
"MIT"
] | permissive | jdelezenne/Sonata | b7b1faee54ea9dbd273eab53a7dedbf106373110 | fb1b1b64a78874a0ab2809995be4b6f14f9e4d56 | refs/heads/master | 2020-07-15T22:32:47.094973 | 2019-09-01T11:07:03 | 2019-09-01T11:07:03 | 205,662,360 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | h | /*=============================================================================
Visualizer.h
Project: Sonata Engine
Author: Julien Delezenne
=============================================================================*/
#ifndef _SE_VISUALIZER_H_
#define _SE_VISUALIZER_H_
#include "Graphics/Scene/SceneObject.h"
name... | [
"julien.delezenne@gmail.com"
] | julien.delezenne@gmail.com |
4e5740acb05cfe32ecddd30e495dc33c6eeea6cc | dfcba8020d3b07e7d4ee8310c48bd4fe42926409 | /ch7_sort/insert_sort.cpp | ed4f25ae6129c259e46f8fbb69503d8f1aaa103e | [] | no_license | Joseph516/data_structure | 0bd603d88a167eded4212c44901eff50f3503026 | f3596179a51e353fa347ab980e9c8cdfe2e231dd | refs/heads/master | 2022-12-05T10:59:20.607201 | 2020-08-28T14:50:38 | 2020-08-28T14:50:38 | 187,564,887 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,889 | cpp | #include <iostream>
// 直接插入排序
// 首位只作为哨兵,不参与排序
// A:待排序数组, n为数组长度
void InsertSort(int A[], int n) {
int i, j;
for (i = 2; i < n; ++i) {
if (A[i] < A[i - 1]) {
A[0] = A[i];
for (j = i - 1; A[j] > A[0]; j--) {
A[j + 1] = A[j];
}
A[j + 1] = A[0];
}
}
}
//... | [
"joe.hyhznx@gmail.com"
] | joe.hyhznx@gmail.com |
defc4ce32188501af0c6a0838fc8c54c37af45be | 5e7098aa1d4cac17873f77a626d95e97f2d5c07b | /uva_872 (vartgupt-W7's conflicted copy 2014-05-30).cpp | f26c48dc65474cadb6d9540fde5a5819567145ba | [] | no_license | vartulbiet/uva | e73f82ae5f0b9d82baa9612be73322574919a91d | 85d3328185cbf9df8b0e18a1902b27dcd6b6eb68 | refs/heads/master | 2016-09-03T07:13:04.510472 | 2015-07-09T06:52:42 | 2015-07-09T06:52:42 | 38,802,883 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,871 | cpp | #include<iostream>
#include<vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <utility>
#include <string>
#include <queue>
#include <sstream>
#include <iostream>
#include<string... | [
"vartul.gupta@flipkart.com"
] | vartul.gupta@flipkart.com |
837cf29796882d6c399e24e30fa642d2a23374f9 | 6a7cfe2eb69e575a53460245712eac79fe1fbda0 | /Project 4- Fantasy Combat Tournament/Character.cpp | ef21256cb466743751650e5c9ef036d5e35974a8 | [] | no_license | schectms/CS162 | cbefb3ce71e86a72185071722c7364b3ccf1cc6e | 8040aa1e37cb71eb32f4c940fcc49e913e4ba83b | refs/heads/master | 2020-06-16T20:56:00.465862 | 2019-07-08T02:18:46 | 2019-07-08T02:18:46 | 195,700,941 | 0 | 0 | null | null | null | null | MacCentralEurope | C++ | false | false | 2,762 | cpp | /*
* Shifra Schectman
* May 27, 2018
* CS162 - Project 4
* Character Class Source File
*/
#include "Character.hpp"
/*
default constructor for character
*/
Character::Character()
{
}
/*
getType function: returns the type of char
*/
std::string Character::getType()
{
return 0;
}
/*
getStre... | [
"noreply@github.com"
] | schectms.noreply@github.com |
0c79a4d53644c4c2b63661fb56e955138438957a | 4e42f64892f4a4e97c98b2b82371fc73a0c6533e | /项目源码/大富翁/Sky.cpp | 5b52ebe58b915bfd44cb4daca14447eb3bdd08ab | [] | no_license | atakhalo/rich | eda50052307a1371ef78664ef7d7d9f8dd114c05 | 434273277af4722de52797eb9be84fbea6be5ee9 | refs/heads/master | 2020-04-28T00:01:58.509921 | 2019-03-10T09:07:53 | 2019-03-10T09:07:53 | 174,800,663 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,594 | cpp |
#include "Sky.h"
#include "GeometryGenerator.h"
#include "Vertex.h"
#include "Effects.h"
Sky::Sky(ID3D11Device* device, const std::wstring& cubemapFilename, float skySphereRadius)
{
HR(D3DX11CreateShaderResourceViewFromFile(device, cubemapFilename.c_str(), 0, 0, &mCubeMapSRV, 0));
GeometryGenerator::MeshData spher... | [
"792087461@qq.com"
] | 792087461@qq.com |
7184d61c2ed5fdaeeef70b2666eb6d29fa864a75 | 6e626180a60f29113a700ad03347b9060007ebd0 | /main.cpp | 0d886572840bc9074cf0f82e79f28c26986b379f | [] | no_license | FelgoSDK/QRScanLiveClientModule | f34b93d4a07d6c81d6afbb473a8cc021fc465c83 | bf3f314c603d25a6ab3a87d2582c5d27315416d4 | refs/heads/master | 2020-06-23T10:01:05.873183 | 2020-03-11T10:58:40 | 2020-03-11T10:58:40 | 198,591,722 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,776 | cpp | #include <QApplication>
#include <FelgoApplication>
#include <QQmlApplicationEngine>
#include <QZXing.h> // QZXing framework for barcode scanning
// uncomment this line to add the Live Client Module and use live reloading with your custom C++ code
#include <FelgoLiveClient>
int main(int argc, char *argv... | [
"alex.huber@v-play.net"
] | alex.huber@v-play.net |
a03f9cd83eda10b3a8bc99832c52d254edffd920 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /third_party/WebKit/Source/core/animation/StringKeyframe.cpp | ea298ff2e1d56327c46feabdc38befee435dfe9a | [
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 5,719 | cpp | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/animation/StringKeyframe.h"
#include "core/StylePropertyShorthand.h"
#include "core/animation/css/CSSAnimations.h"
#include "core/css/CSSC... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
84398fafb6fb97744b050441fc7787e1e9692579 | d3502f987afe040a0907d9b99bca4b595fd7d944 | /D3D9CallbackSC2/Programs/ProgramProduceUnitUpgrade.h | 946e987327dcd9180ec7e3f4806e14251994f5b3 | [] | no_license | cnsuhao/sc2bot | e23e2519a978cfe6d6fcec279826073106006831 | 8789647503963b4904646b5b541dda2f087f3e56 | refs/heads/master | 2021-05-26T15:58:11.861886 | 2012-10-09T02:22:28 | 2012-10-09T02:22:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 546 | h | //
// ProgramProduceUnitUpgrade.h
//
// Program to research upgrades
//
enum ProgramProduceUnitUpgradeState
{
ProgramProduceUnitUpgradeSelectSupportBuildings,
ProgramProduceUnitUpgradeSelectSupportBuilding,
ProgramProduceUnitUpgradeResearch,
ProgramProduceUnitUpgradeWaitForSuccess,
};
class ProgramPr... | [
"oh.you.think.so@not.quite.a.real.thing"
] | oh.you.think.so@not.quite.a.real.thing |
23158f2fdb1d5aaa2ab4bd0877f78309d69677ab | 56ad4ed16c9a41a40e6803bafed1da23701f80f7 | /Engine/UnitTests/String.cpp | aabff538b58d9e27d04e881e35f6304ffd370551 | [
"MIT"
] | permissive | trinhvo/Jewel3D | 5ac94b1327a47ff7c3f1bf7f42128c58704218c9 | 06cb837a046eec3e05374be39c87af8ae34f0b9a | refs/heads/master | 2020-11-26T15:57:50.016182 | 2019-11-17T23:59:30 | 2019-11-19T17:42:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,361 | cpp | #include <catch.hpp>
#include <Jewel3D/Utilities/String.h>
using namespace Jwl;
TEST_CASE("String")
{
std::string input =
"// Comment1\n"
"int temp =\t\t 10 ;\n"
"/* Comment 2 */\n";
SECTION("Remove Comments")
{
RemoveComments(input);
CHECK(input == "int temp =\t\t 10 ;\n\n");
}
SECTION("Remov... | [
"ciocaemilian@hotmail.ca"
] | ciocaemilian@hotmail.ca |
7f4dd637124ebb2a9ec27b26d0a95581f5aad5ce | 5e984d21dc1391e5b9f169f284e9740d1784c883 | /collectible.h | 402e7451e4e918a1179cf8a12064d346493429f7 | [] | no_license | Zhanzo/tsbk07-project | 0b4713ae4c1164b1c5a8cbafc9f35950586e5bc9 | 4c9e5fb8b2a1b7f6685e3eda6de386a5fdd9d674 | refs/heads/master | 2023-06-01T10:59:06.591108 | 2020-05-19T12:12:53 | 2020-05-19T12:12:53 | 382,061,555 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 704 | h | #pragma once
#if !defined(COLLECTIBLE_H)
#define COLLECTIBLE_H
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
class Collectible {
public:
glm::vec3 position;
float scale{0.3f};
float radius;
int pointsWorth;
Collectible(glm::vec3 position, glm::vec3 _radius, int pointsWorth = ... | [
"roban591@student.liu.se"
] | roban591@student.liu.se |
5ce72438d2b15493eb12efdf43fd4fcc4258a020 | 531fb0db5cf381aa2b41d17d787b0b86d2cfc32b | /src/Commands/RaiseBoxHandler.cpp | 7e3b489d3d4dd80ef3aeed53e80ac8c88288e0e8 | [] | no_license | 4534-WiredWizards/PowerUP2018 | a06eece1f662732c06853a17adae7698326e221e | 08c68235582c1eb2f37f4acd5ea2d829fd59d8c6 | refs/heads/master | 2021-03-19T18:58:00.643570 | 2018-01-29T23:54:36 | 2018-01-29T23:54:36 | 118,182,848 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 788 | cpp | #include "RaiseBoxHandler.h"
RaiseBoxHandler::RaiseBoxHandler() {
// Use Requires() here to declare subsystem dependencies
// eg. Requires(Robot::chassis.get());
Requires(Robot::boxHandler.get());
}
// Called just before this Command runs the first time
void RaiseBoxHandler::Initialize() {
}
// Called repeatedly... | [
"dooda29@gmail.com"
] | dooda29@gmail.com |
2c6b675ea51884bb36fa4c73f79fd6ff60bcc6f2 | 4adf8d064c33e7498b0e5baaf6767c30261cb71b | /totalProblem(CN)/328.奇偶链表.cpp | 1b13d5930d7d5da72cc506d83b770ffb8a580aeb | [] | no_license | codingClaire/leetcode | 0f679b526c14083ccf6d35937e5d845c9fa27f71 | 45fd500d2e2f52df0adc9d47ccc9fd29993dbef1 | refs/heads/main | 2023-05-25T12:34:27.952866 | 2023-05-20T15:09:02 | 2023-05-20T15:09:02 | 148,796,605 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 974 | cpp | /*
* @lc app=leetcode.cn id=328 lang=cpp
*
* [328] 奇偶链表
*/
// @lc code=start
/**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode() : val(0), next(nullptr) {}
* ListNode(int x) : val(x), next(nullptr) {}
* ListNode(int x, ListNode *next) : ... | [
"suyueyinyin@126.com"
] | suyueyinyin@126.com |
24d33d8cc43a6e076510f13eb916ca69677cf995 | 589ec4bc73727d4a996d55164de3d43a289bac62 | /examples/Games/Tetris/Tetris.ino | 5031446662a68b1bc0afd18fe95600655af7e0c5 | [
"MIT"
] | permissive | lovyan03/ESP32-Chimera-Core | 77a5146702ca6477514c98db5a9561a914990f87 | 30199a6791946f4b63ed5c6e170a9406063d0902 | refs/heads/lgfx | 2021-07-08T18:19:26.654651 | 2020-09-07T09:04:06 | 2020-09-07T09:04:06 | 186,238,444 | 6 | 1 | MIT | 2020-06-22T13:18:27 | 2019-05-12T10:04:28 | C++ | UTF-8 | C++ | false | false | 7,724 | ino | //========================================================================
// TETRIS with M5STACK : 2018.01.20 Transplant by macsbug
// Controller : Buttons A = LEFT, B = RIGHT, C = START, ROTATE
// Display : Left = 100x240, Center = 120x240, Right = 100x240
// Block : 8ea, 12x12 pixel
// SD : tetris.jp... | [
"tobozo@users.noreply.github.com"
] | tobozo@users.noreply.github.com |
1d571898be9cae99a6289edf6e24beff539a14d5 | c628b866346ec5c4399945f455c27160b076d927 | /Hmwrk/Assignment_4/FeetInches.h | ac022d5e0ff710e2af28b318809b9910eb7cd5f1 | [] | no_license | NKanabolo/KanaboloNornubari_CSC17a_43950 | 6db39a08552592c84382c16191b0d7fa5b000074 | b451fed70b4b7896e6f7ee0a10fa7eeeaf79e87a | refs/heads/master | 2021-01-19T17:22:34.160749 | 2015-06-13T01:48:35 | 2015-06-13T01:48:35 | 32,039,909 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,283 | h | /*
* File: FeetInches.h
* Author: Nornubari Kanabolo
*
*/
#ifndef FEETINCHES_H
#define FEETINCHES_H
class FeetInches{
private:
int feet; // To hold a number of feet
int inches; // To hold a number of inches
void simplify(); // Defined in FeetInches.cpp
publi... | [
"nornkable@yahoo.com"
] | nornkable@yahoo.com |
21c00027a7d8fd53988f79da2f541458bbce6f49 | 04230fbf25fdea36a2d473233e45df21b6ff6fff | /1379-B.cpp | af71028e0e1f71167d0113b11169e8d177fcfeb7 | [
"MIT"
] | permissive | ankiiitraj/questionsSolved | 48074d674bd39fe67da1f1dc7c944b95a3ceac34 | 8452b120935a9c3d808b45f27dcdc05700d902fc | refs/heads/master | 2021-07-22T10:16:13.538256 | 2021-02-12T11:51:47 | 2021-02-12T11:51:47 | 241,689,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,466 | cpp | #include <bits/stdc++.h>
#include <time.h>
#define int long long int
#define pb push_back
#define all(a) a.begin(), a.end()
#define scnarr(a, n) for (int i = 0; i < n; ++i) cin >> a[i]
#define vi vector<int>
#define si set<int>
#define pii pair <int, int>
#define sii set<pii>
#define vii vector<pii>
#define mii map <in... | [
"ankitatiiitr@gmail.com"
] | ankitatiiitr@gmail.com |
bb51d9a2026eeb84eb3627dd3972ca735a1b7524 | 89146b6e2f90c232e6b8acf353d14473cfd8a1af | /Lhdf_Issue_Service/src/controller/jsoncontroller.h | c0f289688bff72f16b2b9e9a01c03f14d53e348c | [] | no_license | 519984307/gv_qt_service | bd07a1b34e7d08d5cddff05b249f14ddc36d3d8c | a864661a6738fac1f56a76a810f649cd9f4b9cd7 | refs/heads/master | 2023-07-16T23:11:22.420587 | 2021-08-26T08:14:23 | 2021-08-26T08:14:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 528 | h | #ifndef JSONCONTROLLER_H
#define JSONCONTROLLER_H
#include "httprequest.h"
#include "httpresponse.h"
#include "httprequesthandler.h"
using namespace stefanfrings;
/**
This controller dumps the received HTTP request in the response.
*/
class JsonController : public HttpRequestHandler {
Q_OBJECT
Q_DISABLE... | [
"dongtc@genvict.com"
] | dongtc@genvict.com |
b8cb0ab0a6c82c64fb7088cb619e66f81f9c01d3 | 867f86ebf4d261441d6fedb3d272098503be2bd6 | /Programming/Arrays/Min Steps in Infinite grid.cpp | eaca15d1757ab1f48d3fc9c51a1b20a213ef01d9 | [] | no_license | rahulotwani/InterviewBit-Solutions | fb946ea6fa0bcc2d50cddc2c5fe65db47548ffa8 | b0947be552e6177700817cab68a8469bc19e578d | refs/heads/main | 2023-08-25T12:44:50.127997 | 2021-10-31T17:16:56 | 2021-10-31T17:16:56 | 305,077,495 | 0 | 0 | null | 2020-10-18T10:57:24 | 2020-10-18T10:39:00 | null | UTF-8 | C++ | false | false | 439 | cpp | #include<bits/stdc++.h>
using namespace std;
int coverPoints(vector<int> &A, vector<int> &B) {
int i,j,k=0,max,may;
for(i=1;i<A.size();i++){
max=abs(A[i]-A[i-1]);
may=abs(B[i]-B[i-1]);
if(max==may){
k+=abs(A[i]-A[i-1]);
}
else if(max<may){
k+=... | [
"tprakhar124@gmail.com"
] | tprakhar124@gmail.com |
885a0ca61c52c4924d385f70cbf95d3b7d2c7895 | 9be246df43e02fba30ee2595c8cec14ac2b355d1 | /cl_dll/tf2_hud/c_baseobject.h | ec1c84a0f66bc5722a793560513b7e298f534a4c | [] | no_license | Clepoy3/LeakNet | 6bf4c5d5535b3824a350f32352f457d8be87d609 | 8866efcb9b0bf9290b80f7263e2ce2074302640a | refs/heads/master | 2020-05-30T04:53:22.193725 | 2019-04-12T16:06:26 | 2019-04-12T16:06:26 | 189,544,338 | 18 | 5 | null | 2019-05-31T06:59:39 | 2019-05-31T06:59:39 | null | WINDOWS-1252 | C++ | false | false | 7,096 | h | //========= Copyright © 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose: Clients CBaseObject
//
// $NoKeywords: $
//=============================================================================
#ifndef C_BASEOBJECT_H
#define C_BASEOBJECT_H
#ifdef _WIN32
#pragma once
#endif
#include ... | [
"uavxp29@gmail.com"
] | uavxp29@gmail.com |
dfd2f38ab6fd505aa6ef235784e73736739b2727 | 2e65909c4055dbee3ff4b32ac643f1292169296c | /src/type/tuple.hh | 6b8e04b6130d1652ae16a6dfd950684041f8618d | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Nakrez/RePy | 5bb8ccc1484678a9550dc4a63f9ecf5271ad5608 | 057db55a99eac2c5cb3d622fa1f2e29f6083d8d6 | refs/heads/master | 2021-01-13T01:23:32.478310 | 2013-07-31T12:52:19 | 2013-07-31T12:52:19 | 10,599,366 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 487 | hh | #ifndef TYPE_TUPLE_HH
# define TYPE_TUPLE_HH
# include <type/type.hh>
namespace type
{
class Tuple : public Type
{
Tuple(const Tuple&) = delete;
Tuple& operator=(const Tuple&) = delete;
public:
static Tuple& instance();
virtual std::ostream& dump(std::ostream&... | [
"b.covolato@gmail.com"
] | b.covolato@gmail.com |
c12ef84a468f3f4d6306b65a1cc7b0c028428a15 | a9cbc183306f3b4dae5fcfa92d95e346b93e0344 | /crlcore/src/ccore/crlcore/SearchPath.h | ab59062a2b96174e6a347557bcbb72c5d37f6f5d | [] | no_license | 0x01be/coriolis | f4ca0c1eba2a1fd358b5b669178a962bfeaa8ba9 | 3db5f27aecff1cb858302e3833a46195efd91238 | refs/heads/master | 2022-12-16T18:34:59.364602 | 2019-05-28T13:37:10 | 2019-05-28T13:37:10 | 282,252,121 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,267 | h | // -*- C++ -*-
//
// This file is part of the Coriolis Software.
// Copyright (c) UPMC 2008-2018, All Rights Reserved
//
// +-----------------------------------------------------------------+
// | C O R I O L I S |
// | Alliance / Hurricane Interface ... | [
"Jean-Paul.Chaput@lip6.fr"
] | Jean-Paul.Chaput@lip6.fr |
ced8e8f5317d83c38c4ba9242766c1f7c7e9dd7e | ee24ef7aaa7d4ab6a66c56e95953414306302df3 | /Cpp/SDK/RoadGATE1_classes.h | 53d69dce686168e3ebfe3c67133dc5833471bec4 | [] | no_license | zH4x-SDK/zAWL-SDK | bfc0573125d3398d892c85eac05a6575592db187 | 3d7001585dab120480e0d16fc24396f61a1d46c6 | refs/heads/main | 2023-07-15T11:05:51.834741 | 2021-08-31T15:10:19 | 2021-08-31T15:10:19 | 401,745,502 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 654 | h | #pragma once
// Name: AWL, Version: 4.24.3
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//-------------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
c2169ea36e0a7d15160f70242ec234a7af80da25 | 050ebbbc7d5f89d340fd9f2aa534eac42d9babb7 | /grupa2/kbrudzka/p1/lan.cpp | 43f7cd955eeff5ada8166e8056919a08c4f8e31e | [] | no_license | anagorko/zpk2015 | 83461a25831fa4358366ec15ab915a0d9b6acdf5 | 0553ec55d2617f7bea588d650b94828b5f434915 | refs/heads/master | 2020-04-05T23:47:55.299547 | 2016-09-14T11:01:46 | 2016-09-14T11:01:46 | 52,429,626 | 0 | 13 | null | 2016-03-22T09:35:25 | 2016-02-24T09:19:07 | C++ | UTF-8 | C++ | false | false | 303 | cpp | #include <iostream>
using namespace std;
int main() {
int numer, rok;
cin >> numer >> rok;
/*ostatnia cyfra numeru telefonu to:*/
int w = numer%10;
/* wykonuje kolejne punkty polecenia*/
w=w*2;
w=w+5;
w=w*50;
w=w+1764;
w=w-rok;
cout << w;
}
| [
"kasiablaszczyk@interia.eu"
] | kasiablaszczyk@interia.eu |
efff02c4db95f7e1c5718a1d46a732d190b75fd9 | 90e4f95f53f342f86b43de5da8ce1ec0bd64cf2f | /unit/unittest_log.cpp | c096626f31acc61e6b5760d49771ab806efa9973 | [
"Apache-2.0"
] | permissive | ysak-y/apl-core-library | 0ed99afe584f1b23c9ff575fe763685ddf48cf77 | f0a99732c530fde9d9fac97c2d008c012594fc51 | refs/heads/master | 2020-11-29T09:50:18.230682 | 2019-09-18T19:14:15 | 2019-11-04T18:32:48 | 230,084,288 | 0 | 0 | Apache-2.0 | 2019-12-25T10:15:52 | 2019-12-25T10:15:51 | null | UTF-8 | C++ | false | false | 2,564 | cpp | /**
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0/
*
* or in the "lice... | [
"knappa@amazon.com"
] | knappa@amazon.com |
a31ebf7c07daea7557ec90ae9dd77a3eecab1ee6 | 40f5db5ab9a3b8288d968b40a7acc3d8bfb8b8bf | /src/Application.hpp | 085ae4856d4f18ac05fdf60b07f09b3488ad115d | [] | no_license | pdagobert/Demo-2016 | f25027833d9575ed46a819fe04208eb4f9397644 | 25883cdd253e79130aa36ff2f351f37cba245b77 | refs/heads/master | 2020-05-29T14:38:54.630460 | 2016-06-15T17:37:13 | 2016-06-15T17:37:13 | 61,226,771 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,710 | hpp | #ifndef __APPLICATION_HPP__
#define __APPLICATION_HPP__
#include "OpenGL/Window.hpp"
#include "Scene.hpp"
#include "Pipeline.hpp"
enum class DebugTexture
{
Default,
Occlusion,
RadialBlur,
ShadowMap,
ReflectionMap,
RefractionMap,
WaterDepth,
FullScene,
Brightness,
Blur,
};
struct Settings
{
bool wireframe ... | [
"pdagobert@hotmail.com"
] | pdagobert@hotmail.com |
2b61e2c8f8414e6851ae9e12729d7ce803d6fb39 | 0b6db61416f372b672cda550ce1550cb9c383b0c | /attentional_model/rnnlm-tensor2.cc | 862e66e281ab556e66cef5ae28f2640ac65d8bef | [] | no_license | longdt219/speechtranslation | c2a82e0367607fd0a054fe25b70c263d394c46b4 | ad033d7a6da5c3f8cb78b8a03a6057182c04fea5 | refs/heads/master | 2021-01-18T23:43:07.963763 | 2016-07-07T01:10:23 | 2016-07-07T01:10:23 | 55,668,898 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,499 | cc | #include "cnn/nodes.h"
#include "cnn/cnn.h"
#include "cnn/rnn.h"
#include "cnn/lstm.h"
#include "cnn/training.h"
#include "cnn/timing.h"
#include "cnn/dict.h"
#include "cnn/expr.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchiv... | [
"lduong@ray.cis.unimelb.edu.au"
] | lduong@ray.cis.unimelb.edu.au |
2d9d57f67a28e6685e55317d7260b4c5c32609cd | d83724c96fe82d41bf0e22370ee869febd50e8a3 | /ipp-UIC.7.1.1.013/sources/signal-processing/application/ippsdemo/include/ParmIntDlg.h | 4422232927387d8e1956009ecc0875dadf998df8 | [] | no_license | vinnie38170/klImageCore | e06b79b61d51d0952a4dca68ad23e40daeff40c3 | 3514aef281f635c7f48699dbfe2a1844f142e03f | refs/heads/master | 2021-01-20T23:03:52.131054 | 2014-07-12T17:52:39 | 2014-07-12T17:52:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,874 | h | /*
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may not be copied
// or disclosed except in accordance with the terms of that agreement.
// Copyright(c) 1999-2012 Intel... | [
"wavescholar@gmail.com"
] | wavescholar@gmail.com |
95e39e43d0f23f5bf07146657a2cf184c3b9db90 | 07c61596c1fba2e2a7034fe5af9707794ea2e2c1 | /Luogu/P1427.cpp | cb7bab18b0666565de60b8d5ac7ed33b60ed46b7 | [] | no_license | H-Shen/Collection_of_my_coding_practice | 2fcb2f8fef9451ad4a3a9c063bbf6a34ea5966b4 | 6415552d38a756c9c89de0c774799654c73073a6 | refs/heads/master | 2023-08-24T21:19:08.886667 | 2023-08-22T03:47:39 | 2023-08-22T03:47:39 | 180,731,825 | 8 | 1 | null | 2021-08-13T18:25:25 | 2019-04-11T06:48:09 | C++ | UTF-8 | C++ | false | false | 477 | cpp | #include <bits/extc++.h>
using namespace std;
using namespace __gnu_pbds;
int main() {
int n;
vector<int> A;
while (~scanf("%d", &n)) {
A.emplace_back(n);
}
A.pop_back();
bool first_item = true;
for (auto iter = A.crbegin(); iter != A.crend(); ++iter) {
if (first_item) {
... | [
"haohu.shen@ucalgary.ca"
] | haohu.shen@ucalgary.ca |
a1cc17e280510ec64d249dfa5e358ead9984c470 | 02b45bb672ed7be5ab4032ff4ec047dc617b8b73 | /examples/chat/chatServer.cc | 84542b386ebf3c44c0eb91259cbdee73b4a69d57 | [] | no_license | taochunyu/tnet | 53e9ed98b29b9fac55b972d4acc4b01a50469a41 | 22718e8de81b8547255b42f318d25ba8de833123 | refs/heads/master | 2020-05-21T19:25:45.657766 | 2017-02-07T15:19:00 | 2017-02-07T15:19:00 | 65,739,720 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,190 | cc | #include <tnet/net/TcpServer.h>
#include <tnet/base/nocopyable.h>
#include <tnet/base/Logging.h>
#include <tnet/net/Buffer.h>
#include <tnet/net/EventLoop.h>
#include <tnet/net/InetAddress.h>
#include <tnet/net/TcpConnection.h>
#include <tnet/net/TimerId.h>
#include <tnet/net/Codec.h>
#include <tnet/base/Mutex.h>
#incl... | [
"tao_chunyu@icloud.com"
] | tao_chunyu@icloud.com |
3c008773045fa160fb2e3695f6986bc410fbd62f | cd726912664cea9c458ac8b609dd98bf33e3b9a0 | /snippets/cpp/VS_Snippets_CLR_System/system.TimeSpan.GetHashCode/CPP/hashcode.cpp | 9c57a8242fa6ce6107cff3c3eae81085c2c502d6 | [
"MIT",
"CC-BY-4.0"
] | permissive | dotnet/dotnet-api-docs | b41fc7fa07aa4d54205df81284bae4f491286ec2 | 70e7abc4bcd692cb4fb6b4cbcb34bb517261dbaf | refs/heads/main | 2023-09-04T07:16:44.908599 | 2023-09-01T21:46:11 | 2023-09-01T21:46:11 | 111,510,915 | 630 | 1,856 | NOASSERTION | 2023-09-14T21:45:33 | 2017-11-21T06:52:13 | C# | UTF-8 | C++ | false | false | 2,739 | cpp |
//<Snippet1>
// Example for the TimeSpan::GetHashCode( ) method.
using namespace System;
void DisplayHashCode( TimeSpan interval )
{
// Create a hash code and a string representation of
// the TimeSpan parameter.
String^ timeInterval = interval.ToString();
int hashCode = interval.GetHashCode();
... | [
"noreply@github.com"
] | dotnet.noreply@github.com |
115b08390d226fa4db43624f32a46be558312995 | 0521121d24181eead481987066cf5a797991ad1a | /control/IconRightDelegate.h | a4be2a36a267b40e4547568ee3df0d6f5cadea0c | [
"MIT"
] | permissive | Whitecoin-XWC/WhitecoinLightWallet | 6ba4dd3eb24780779192ac0c5aede3b96375e663 | bc8891155b22e1cf4bcda6a33dea54732d22578b | refs/heads/master | 2021-12-02T18:31:16.691632 | 2020-03-31T03:29:44 | 2020-03-31T03:29:44 | 228,753,993 | 0 | 1 | MIT | 2020-03-31T03:29:46 | 2019-12-18T03:56:42 | C++ | UTF-8 | C++ | false | false | 346 | h | #ifndef ICONRIGHTDELEGATE_H
#define ICONRIGHTDELEGATE_H
#include <QStyledItemDelegate>
class IconRightDelegate : public QStyledItemDelegate{
public:
using QStyledItemDelegate::QStyledItemDelegate;
protected:
void initStyleOption(QStyleOptionViewItem *option, const QModelIndex &index) const override;
};
#end... | [
"765980891@qq.com"
] | 765980891@qq.com |
85db52961f95ce66631c65011b71bd083f57da05 | bb6ebff7a7f6140903d37905c350954ff6599091 | /media/filters/fake_demuxer_stream.h | bacf0bddefd809dec033730694c91d164b26441b | [
"BSD-3-Clause"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 3,265 | h | // Copyright (c) 2013 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 MEDIA_FILTERS_FAKE_DEMUXER_STREAM_H_
#define MEDIA_FILTERS_FAKE_DEMUXER_STREAM_H_
#include "base/basictypes.h"
#include "base/memory/ref_coun... | [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
9cb67834e38cb1c602125c7059d608a29b01cb5a | d77c8281815514ec757e6cf82386f83b13bc6a4b | /applications/csvshell.cxx | 0341f8ac15a96164b093482c97bac61dd7bd96a9 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | alonsoJASL/lassy | a4a97c2d4baf66d9324d7f3d039c0dc481806c2f | 10aefa4d6b3b9d859e9fc1cd1302b06163cc24d1 | refs/heads/master | 2021-06-14T03:18:22.105647 | 2021-04-26T12:27:36 | 2021-04-26T12:27:36 | 181,511,106 | 0 | 0 | null | 2019-04-15T15:04:43 | 2019-04-15T15:04:42 | null | UTF-8 | C++ | false | false | 3,627 | cxx | #define HAS_VTK 1
#include "LaShellPointsCSV.h"
/*
* Author:
* Dr. Rashed Karim
* Department of Biomedical Engineering, King's College London
* Email: rashed 'dot' karim @kcl.ac.uk
* Copyright (c) 2017
*
* This application demonstrates the LaShellPointsCSV class reads a CSV file containi... | [
"rashed.karim@gmail.com"
] | rashed.karim@gmail.com |
85d1887e4016561a6f2a2fd6eb9ea9558ed76fc6 | 364a2be4cd0334aab30ddc5691dd8b8c4568c34a | /exercícios/alocacao_dinamica/pilha.h | 7cc674cf6ac0d9608ce3890b86d506d38c65bb63 | [] | no_license | SeuRAUL/UFRN-AED1 | 9044713c6417f1edd0a073bc97626f17e09514b8 | ee835d4eb36ffdda96e977551c04eff0b14d705f | refs/heads/master | 2016-09-05T21:00:01.121189 | 2013-04-07T18:11:40 | 2013-04-07T18:11:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 525 | h | const int SIZE (30);
class pilha {
public:
//atributos
char informacao;
int topo;
int p[SIZE];
pilha(){
topo = 0;
}
//metodos
bool push(char informacao){
if (topo < SIZE) {
p[topo] = informacao;
topo++;
return true;
}
else
return false;
}
bool pop(char *informacao){
if(topo > 0){
... | [
"kenny.is.inmortal@gmail.com"
] | kenny.is.inmortal@gmail.com |
b117dd0e62696eb43c6be5b7f5224075f4eb02c2 | cd8c9cca6bced75989881387e170e6dbb6033853 | /Bank_Proyect/Proyect/Bank_account.h | 9722522fed2ba46e45c4db2550e5bcdcc8237896 | [] | no_license | FranciscoDavidMunozArmas/Respositorio_Grupal | de86f718e66ada2768dbf1f1fcd0cb6b6c7985c3 | 6e7482cb1d60eecb952f3f1677035f0fe5454ff9 | refs/heads/master | 2022-12-15T21:15:33.961425 | 2020-09-14T21:27:35 | 2020-09-14T21:27:35 | 269,201,581 | 0 | 0 | null | null | null | null | ISO-8859-10 | C++ | false | false | 1,837 | h | /***********************************************************************
* Module: Bank_account.h
* Author: David Muņoz & Daniela Orellana
* Modified: martes, 9 de junio de 2020 16:05:48
* Purpose: Declaration of the class Bank_account
***********************************************************************/... | [
"noreply@github.com"
] | FranciscoDavidMunozArmas.noreply@github.com |
61b6c5ed92ade55116d3f7a49cfe5f1f02b8083d | b42479af999eaaeef387ea7a61d3a343a69d6098 | /{{cookiecutter.project_name}}/{{cookiecutter.source_folder}}/symbolic.cpp | 7fc6fd9703dcd754729140d9a249253662e8e0f4 | [] | no_license | kiwi-lang/CXXTemplate | aca9dc8a5bad41eb55a9ada3be7a8daa71676f42 | 2be390e18a5cfda45c59cd6106d759877f82e17f | refs/heads/master | 2023-08-17T02:44:47.638600 | 2021-09-30T22:03:57 | 2021-09-30T22:23:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,186 | cpp | #include "symbolic.h"
#include <iostream>
namespace {{cookiecutter.namespace}}{
double Placeholder::full_eval(const Context& c) { return c.at(_name)->full_eval(c); }
Expr Placeholder::partial_eval(const Context& c) {
try{
return c.at(_name);
} catch (std::out_of_range const&) {
return P... | [
"pierre.delaunay.tr@gmail.com"
] | pierre.delaunay.tr@gmail.com |
443b2006e2ab8cc63408dd64f21ffd5edcc77ebc | 8fcb50a7cf43c27f6c38900555dc448c95ec08cd | /0204-Count Primes/0204-Count Primes.cpp | 80dfa5f6861b7f0bd48b55a1a67a86b81057bf76 | [
"MIT"
] | permissive | KevinACoder/LeetCode | 74fc5b0d39283319abe25f2e6ec7180e9597f0e2 | 8b9abb8a69cf949da9cf355b3b73e2ac7840862a | refs/heads/master | 2020-04-24T18:15:51.142862 | 2019-03-09T02:30:38 | 2019-03-09T02:30:38 | 172,174,705 | 1 | 0 | null | 2019-02-23T05:20:14 | 2019-02-23T05:20:14 | null | UTF-8 | C++ | false | false | 544 | cpp | class Solution {
public:
int countPrimes(int n) {
if (n <= 2) {
return 0;
}
vector<int> Prime(n, true);
int count = 1;
int upper = sqrt(n);
for (int i = 3; i < n; i += 2) {
if (Prime[i]) {
++count;
if (i > upper)... | [
"jiadaizhao@gmail.com"
] | jiadaizhao@gmail.com |
5c486da0205e0063f3c26f0827fe425a75e5980a | 6a334ea28a242fbd83e552e18a584719e2c1135c | /Sistemas Operacionais/Windows API/Gereciamento de Processos/lib/api.cpp | 32606b4c4070203aba51a0cae4ba003dbc07a3bb | [
"MIT"
] | permissive | paulopieczarka/AlgoritmosUniversidade | 5826015bc8e6003a61ee2f8a86152b735cf509bf | 0b2e8db3b169095d16d364c925be91f37a77a76c | refs/heads/master | 2021-01-24T07:28:09.605180 | 2017-11-27T04:55:19 | 2017-11-27T04:55:19 | 93,348,872 | 0 | 0 | null | 2017-06-09T19:26:09 | 2017-06-04T23:58:10 | C | UTF-8 | C++ | false | false | 3,381 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <psapi.h>
#include "api.h"
DWORD criarProcesso(LPCTSTR lpAppName)
{
STARTUPINFO lpStartupInfo;
ZeroMemory(&lpStartupInfo, sizeof(STARTUPINFO));
lpStartupInfo.cb = sizeof(lpStartupInfo);
PROCESS_INFORMATION lpProcessInfo... | [
"noreply@github.com"
] | paulopieczarka.noreply@github.com |
dbb6b406bd377705bb11adba5300aa50b167bc7e | a83faf0f7c760d79c39f09e88fa9f0cfadb87325 | /Arduino/temperature_delay_1000_/temperature_delay_1000_.ino | 6df0163ecb2a32e1e9688cac28921412af7f889e | [] | no_license | BusBang/JAVA-Practice | 06a21c857c73111f86cbf6f2f3c05cab93ac8ab9 | 4cbea19cd8953eb9154270a1e29810f89ca9f7ca | refs/heads/master | 2022-12-21T19:27:02.122411 | 2020-06-19T06:49:00 | 2020-06-19T06:49:00 | 237,169,560 | 0 | 0 | null | 2022-12-16T00:41:53 | 2020-01-30T08:27:05 | null | UTF-8 | C++ | false | false | 470 | ino | #include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27, 16, 2);
byte t[8] ={
B00111,
B00101,
B00111,
B00000,
B00000,
B00000,
B00000,
B00000
};
void setup() {
analogReference(INTERNAL);
lcd.init();
lcd.createChar(0,t);
lcd.backlight();
lcd.setCursor(0, 0);
lcd.print("Temperature");
}
v... | [
"58544672+BusBang@users.noreply.github.com"
] | 58544672+BusBang@users.noreply.github.com |
ea4f6b049937c54dd3c1160482b4af53ad409cc0 | b5123769e2851de385dbe056e168df8085f1ad90 | /gates.h | 1573394bdaef62417559763cfaedfdb89e620e0a | [] | no_license | Kristopher38/SE-logic-gates | 96b5c78d60a23b2dea9c41770d9ee695e66daa82 | b384a96fb72cd675da21f4038e9289f3ec0f8c46 | refs/heads/master | 2022-12-18T13:40:21.470091 | 2017-05-17T17:42:47 | 2017-05-17T17:42:47 | 299,998,661 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,909 | h | #ifndef H_GATES
#define H_GATES
#include <fstream>
#include <string>
#include <bitset>
#include <cmath>
#include "blueprintlib/blueprint.h"
#include "blueprintlib/blocks.h"
class CircuitCubegridManager;
class TimerPair
{
friend class DebugInput;
friend class CircuitCubegridManager;
public:
Timer... | [
"Kristopher38@wp.pl"
] | Kristopher38@wp.pl |
0381c675e89dfc6b0e9f0730825a052955a0ee10 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /ash/wm/gestures/back_gesture/back_gesture_contextual_nudge_controller_impl.h | 05a9952dde40ca3d09df0567ed743429b23fff59 | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 3,011 | h | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_WM_GESTURES_BACK_GESTURE_BACK_GESTURE_CONTEXTUAL_NUDGE_CONTROLLER_IMPL_H_
#define ASH_WM_GESTURES_BACK_GESTURE_BACK_GESTURE_CONTEXTUAL_NUDGE_C... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
10190b36692eb1576bd7cf27ea009ad838a105c4 | 6b0c5520efccfc3c2f32c812324cbe0cc2e9b1b1 | /homecontrol-learning/logging.h | 6882ea44ab6e8d321167a903e8a16358b0bb8b12 | [
"MIT"
] | permissive | andreasfertl/homecontrol-learning | 5b52b577d15a071398c3dce422dfd040286888cf | d7874a8b8124791ace3d7e7bb93085746cfd603f | refs/heads/master | 2021-07-06T20:46:48.688408 | 2020-09-05T12:13:07 | 2020-09-05T12:13:07 | 175,983,762 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 760 | h | #pragma once
#include <sstream>
#include <iostream>
#include <string>
#include <cstring>
#include "ilogger.h"
#define __FILENAME__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__)
#define _logg(_ilogger, _message) { ... | [
"andreas.fertl@gmail.com"
] | andreas.fertl@gmail.com |
3d146b9bc48f22f5e7b0370be363c3c3b83aba68 | 8eebed194792ff0f24326b1852cd165f92b25f04 | /Classes/FKPreLoadResourcesController.h | b8700da95011a849594001f99d856d9b7fb7fe58 | [] | no_license | Crasader/childrenReadBook | dc17d556a0eb6863b27891d305ccb4c476b9215b | ee70e889c58923030e3accc1b82bbef09f92d1a0 | refs/heads/master | 2020-11-29T10:50:10.011773 | 2017-08-18T07:26:58 | 2017-08-18T07:26:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 653 | h | #ifndef __PRELOAD_RESOURCES_CONTROLLER_H__
#define __PRELOAD_RESOURCES_CONTROLLER_H__
#include "cocos2d.h"
#include "FKBookParser.h"
#include "FKBookController.h"
NS_FK_BEGIN
class FK_DLL PreLoadResourcesController {
public:
static void preloadResources(string imageName);
static void removeResources(string ima... | [
"operatium@163.com"
] | operatium@163.com |
223ab20389d094f32b523b1044166f69b665ebf1 | a697acfea9f991628b865bbf8119070a721766e9 | /include/caffe/data_transformer.hpp | d6a564d6e00939b4733b60d8c7d80648b3edba0f | [
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause"
] | permissive | JiangQH/caffe | e376591e5141ba53fc75aed160a635f828c981eb | a86cdfed9684491a644e3db549aa0a7d8d2f970c | refs/heads/master | 2021-01-22T13:52:41.888333 | 2017-03-23T08:39:23 | 2017-03-23T08:39:23 | 59,253,069 | 0 | 0 | null | 2016-05-20T00:42:56 | 2016-05-20T00:42:56 | null | UTF-8 | C++ | false | false | 5,336 | hpp | #ifndef CAFFE_DATA_TRANSFORMER_HPP
#define CAFFE_DATA_TRANSFORMER_HPP
#include <vector>
#include "caffe/blob.hpp"
#include "caffe/common.hpp"
#include "caffe/proto/caffe.pb.h"
namespace caffe {
/**
* @brief Applies common transformations to the input data, such as
* scaling, mirroring, substracting the image mean... | [
"qinhongjiang@zju.edu.cn"
] | qinhongjiang@zju.edu.cn |
24696e77853982af0de72e8c638533dc8713aba2 | 2c97e06cb0031b47baf889c79f9558ec1c1d8f24 | /week-04/HOMEofficeday5/OOP/Animal/animal.cpp | 05728d6536c23af121f8d8caa9f5c36718df22d2 | [] | no_license | green-fox-academy/KisG93 | c88d70721671ac3f5b6d4a94b240ca84cb859d98 | 133262e00fd7a82a7269a8f1adfec094114373ba | refs/heads/master | 2020-04-02T17:22:10.749501 | 2019-02-21T13:17:27 | 2019-02-21T13:17:27 | 154,655,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 324 | cpp | #include "animal.h"
Animal::Animal() {
_hunger = 50;
_thirst = 50;
}
int Animal::getHunger() const {
return _hunger;
}
int Animal::getThirst() const {
return _thirst;
}
void Animal::eat() {
_hunger--;
}
void Animal::drink() {
_thirst--;
}
void Animal::play() {
_hunger++;
_thirst++... | [
"kisg93@gmail.com"
] | kisg93@gmail.com |
84e54005cb4af8fb7e01f7a16d119ec0cd2221eb | 5dd859b66193ba0f7830be1684fb0048eb4a03cb | /124.hpp | dc1872702e7b6389ed4aa990d6899e9b2a293c03 | [] | no_license | dhcdht/leetcodeCPP | af0bba0313bdba574c69df8fc06a7e6f8893879f | 036e08029cba336be8fef5d6f8bab46051bd0f23 | refs/heads/master | 2021-06-20T12:13:25.165263 | 2021-03-03T03:22:47 | 2021-03-03T03:22:47 | 84,842,510 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,880 | hpp | // https://leetcode.com/problems/trim-a-binary-search-tree/description/
// 669. Trim a Binary Search Tree
/*
Given a binary search tree and the lowest and highest boundaries as L and R, trim the tree so that all its elements lies in [L, R] (R >= L). You might need to change the root of the tree, so the result should re... | [
"dhcdht@qq.com"
] | dhcdht@qq.com |
e84524c038cccbd23f34203a3304a7427f0f789c | dd96d234082b3197f169068040426426da3592e7 | /map-structure/vi-map/src/transformation-edge.cc | a28561cdfe93fa7cc90433271984f54af723ddd6 | [
"Apache-2.0"
] | permissive | xijunke/maplab_summer | dd0d9e694e13ad55777c70b3312d44c5a7b0c68e | 7d57dabcdc3feffd8e9409686f7565bb77801f08 | refs/heads/master | 2022-01-06T13:42:48.640226 | 2019-07-01T09:36:17 | 2019-07-01T09:36:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,766 | cc | #include "vi-map/transformation-edge.h"
#include <glog/logging.h>
#include <maplab-common/eigen-proto.h>
namespace vi_map {
TransformationEdge::TransformationEdge(vi_map::Edge::EdgeType edge_type)
: vi_map::Edge(edge_type) {
CHECK(
edge_type == vi_map::Edge::EdgeType::kOdometry ||
edge_type == vi_ma... | [
"ftschopp@ethz.ch"
] | ftschopp@ethz.ch |
92a982d69f94b24cdba4a6c991ce90238667dd15 | 2976e4656d3eeb5f7944d640c125d72f5a18344b | /2020_02_03/Nicitis/프렌즈4블록.cpp | ffc25c13a1182bcd0cc8b97a39e98931c7cab526 | [] | no_license | CWNUMIT/mit_algorithm_study | 95c283a463f64e04a4722246f3ea631ffec770a1 | b85f8e91c57ec50221cd5bd3b74041b6ba5ee5cc | refs/heads/master | 2020-12-05T06:57:56.725314 | 2020-03-02T04:20:07 | 2020-03-02T04:20:07 | 232,040,815 | 2 | 10 | null | 2020-03-02T04:20:08 | 2020-01-06T06:44:03 | Python | UHC | C++ | false | false | 1,117 | cpp | #include <string>
#include <vector>
#include <stack>
using namespace std;
int solution(int m, int n, vector<string> board)
{
int answer = 0;
vector<vector<bool>> check(m, vector<bool>(n, false));
while (true)
{
bool flag = false;
// 제거 대상 탐색(좌상단 블럭 검사)
for (int i = 0; i < m - 1; i++)
{
for (int j = 0;... | [
"kuala2038@gmail.com"
] | kuala2038@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.