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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7de5fe4fdec588bfde1659fae93a19b5376533b3 | 61b33bd2b4a78230e50299e545df0d20ef21bb56 | /Pyramidoid/Pyramidoid.cpp | 73d93e4f3b01738bd53fcb407498e86568324220 | [] | no_license | Viswasai-G/Computer-Graphics | 6a451dd78aba70466f065ba83481afcb17d804ac | 03e6776ee1e3a4495b2e77765467f99e8b90326a | refs/heads/master | 2020-04-13T17:25:56.218770 | 2018-12-28T01:22:18 | 2018-12-28T01:22:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,114 | cpp |
// Include standard headers
#include <stdio.h>
#include <stdlib.h>
#include<time.h>
#include<math.h>
// Include GLEW
#include <GL/glew.h>
// Include GLFW
#include <glfw3.h>
GLFWwindow* window;
// Include GLM
#include <glm/glm.hpp>
#include <glm/gtx/transform.hpp>
#include <glm/gtx/transform2.hpp>
... | [
"noreply@github.com"
] | Viswasai-G.noreply@github.com |
630656f15d74b4c7121545c42b13d3ea2e84fed9 | 9f3d0bad72a5a0bfa23ace7af8dbf63093be9c86 | /vendor/assimp/4.1.0/code/B3DImporter.h | 94644edd47aa6d58b6affdea97bd36a528a1b689 | [
"Zlib",
"BSD-3-Clause",
"LGPL-2.0-or-later"
] | permissive | 0xc0dec/solo | ec700066951f7ef5c90aee4ae505bb5e85154da2 | 6c7f78da49beb09b51992741df3e47067d1b7e10 | refs/heads/master | 2023-04-27T09:23:15.554730 | 2023-02-26T11:46:16 | 2023-02-26T11:46:16 | 28,027,226 | 37 | 2 | Zlib | 2023-04-19T19:39:31 | 2014-12-15T08:19:32 | C++ | UTF-8 | C++ | false | false | 3,737 | h | /*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2017, 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 conditions... | [
"aleksey.fedotov@gmail.com"
] | aleksey.fedotov@gmail.com |
6b28e527153f07ee191252df18994b125ebf85dd | fafdf1e62cf622035ee82666ba6ae7108127d140 | /kynapse7/include/kypathdata/math/vec3i.h | d36bcb3302c098c65322cff2e7916b14868a26e0 | [] | no_license | saerich/RaiderZ-Evolved-SDK | 7f18942ddc6c566d47c3a6222c03fad7543738a4 | b576e6757b6a781a656be7ba31eb0cf5e8a23391 | refs/heads/master | 2023-02-12T03:21:26.442348 | 2020-08-30T15:39:54 | 2020-08-30T15:39:54 | 281,213,173 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 8,009 | h | /*
* Copyright 2010 Autodesk, Inc. All rights reserved.
* Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download,
* or which otherwise accompanies this software in either electronic or hard copy form.
*/
/*! \file
\ingroup kypathdata_math ... | [
"fabs1996@live.co.uk"
] | fabs1996@live.co.uk |
2ce6249831b398b9df2597b3d611436638aa8934 | 75dfeda9605fe2547c35e0d3de47f99f83ba3d49 | /until_July_2020_ABC/ABC_160/C_Traveling-Salesman-around-Lake.cpp | 508004f67ceb61b27f9bfc59aff8f68d9adfcdc3 | [] | no_license | gori-san/Atcoder | 88f46a7e728020a7e6ce701d1d67c5e74d2e3879 | 816bcd67f466e99002e94865152ed430986b14b1 | refs/heads/master | 2021-06-18T05:22:04.478011 | 2021-01-05T08:11:36 | 2021-01-05T08:11:36 | 135,408,514 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | cpp | #include <algorithm>
#include <array>
#include <functional>
#include <iostream>
#include <math.h>
#include <vector>
#define ll long long int
#define FOR(i, a, b) for (ll i = (ll)(a); i < (ll)(b); i++)
#define REP(i, n) FOR(i, 0, n)
#define REP1(i, n) FOR(i, 1, n)
using namespace std;
int main() {
int k, n;
ci... | [
"zer0193yamyam@gmail.com"
] | zer0193yamyam@gmail.com |
d359fc40fc338d0c14c7e7780e7f0a1d8d38cd30 | 405ba14893e07bbd27bc5dc66587d637654dae7d | /src/Cruiser.cpp | 3da90c732bcbce440ee3a5eed8a5fa1646fe9853 | [] | no_license | RohanAnand12/BattleShip | c1032535a0228b8616f07fa5c0751fd4442d0b65 | 5bf69293b0fb43292a70a1fa9f1b78a66b6a4a9e | refs/heads/master | 2022-04-06T05:31:29.775231 | 2020-03-09T02:21:50 | 2020-03-09T02:21:50 | 245,924,005 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 202 | cpp |
#include "Cruiser.h"
Cruiser::Cruiser()
{
length = 3;
symbol = 'r';
name = "Cruiser";
// TODO Auto-generated constructor stub
}
Cruiser::~Cruiser() {
// TODO Auto-generated destructor stub
}
| [
"rohananand@hotmail.com"
] | rohananand@hotmail.com |
0c9d66ad057e58a0cd4c28a99cf2e763ec0d179f | 38eb25ca506a238291396aec6a68d4e6a36b116d | /Features/Visuals/Visuals.cpp | 9815028da46be972fedc7e55a0a42ef8e550f4ed | [] | no_license | prvdn/1337 | 12f38982c8a92bfa80a8d6f5531cbe85eca7e57a | cb54ae15d4b9a343351a40ee9491f580cd1559ba | refs/heads/main | 2023-08-13T07:16:10.981744 | 2021-10-05T02:12:30 | 2021-10-05T02:12:30 | 412,651,708 | 0 | 0 | null | 2021-10-02T00:27:53 | 2021-10-02T00:27:53 | null | WINDOWS-1251 | C++ | false | false | 49,704 | cpp | #include "../Features.h"
#include "../../render.h"
#include "../../includes\imgui/imgui.h"
#include "../../includes\imgui/imgui_internal.h"
#include "../../includes\imgui/imgui_impl_dx9.h"
#include "../../GUI/gui.h"
bool GetBox(IBasePlayer* entity, int& x, int& y, int& w, int& h, Vector origin)
{
if (entity->IsPlayer... | [
"rxvan@rxvan.wtf"
] | rxvan@rxvan.wtf |
f6d96fa68d549b6072cd13e6d276224a28dac68b | e64da55b139d5747b03f59516c5d22bf9dfa6923 | /HeadsetPresenter_Bluetools/HeadsetPresenter/Bluetools/libWindows/inc/xDevice.h | 34e26eb4e98c4c2228c41a93dc696eee61362b6a | [
"MIT"
] | permissive | johanlantz/headsetpresenter | b3a71d5a0b644eeb38e295fb5f356a8f69e98562 | 39c5e9740f58d66947e689670500fd0e8b7562c3 | refs/heads/master | 2021-01-23T00:33:58.233753 | 2017-05-30T12:37:02 | 2017-05-30T12:37:02 | 92,816,875 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 588 | h |
// Franson C++ BlueTools
// (c) 2006 Franson Technology AB, Sweden, All rights reserved
// http://franson.com
#pragma once
#include "xEntity.h"
#include "xServiceList.h"
namespace xBlueTools
{
using namespace xCore;
class xDeviceList;
class XLIB xDevice : public xEntity
{
friend xDeviceLis... | [
"johan@tid.es"
] | johan@tid.es |
a89ef85c93fd9eb57d604bb980df0efaee69fccb | a0f515ec101612f87b46cdfc982789bbac9b0506 | /aws-cpp-sdk-dms/include/aws/dms/DatabaseMigrationServiceClient.h | 2d2c77f8f3620833559ee3ccfba368547127eb59 | [
"Apache-2.0",
"JSON",
"MIT"
] | permissive | onedata/aws-sdk-cpp | 1052d97a241188b17c55515bda629cd735972d53 | 9da7ef4cfda5d667ab56440984924ae91b74948c | refs/heads/master | 2021-06-18T17:01:33.527737 | 2016-06-29T01:28:43 | 2016-06-29T01:28:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 65,687 | h | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file... | [
"henso@amazon.com"
] | henso@amazon.com |
2b15a15fbb0d9d645d1807c9d443d628dfa936a8 | b84a338e286bfa2f50d4629c18ae60b24667718f | /IEEE754.cpp | 79d3ad55afd9d732f33e86231deb168a6b7f19e9 | [] | no_license | marcfedorow/pure-c-stuff | eb48c7b9b8eab236a816cbb154360ad32ee68181 | 2b2bf09df88c8726267a02a611d33498a401bf6c | refs/heads/master | 2022-04-29T18:57:51.958610 | 2022-04-13T13:56:12 | 2022-04-13T13:56:12 | 221,596,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,005 | cpp | #include <stdio.h>
#include <stdint.h>
#define DOUBLE 1 // 0 if you want 32-bit float
#if DOUBLE
#define SIGN_BITS 1
#define EXP_BITS 11
#define MAN_BITS 52
#define TOT_BITS 64
#define IEEE754_t double
#define UINT_t uint64_t
#define INT_t int64_t
#else
#define SIGN_BITS 1
#define EXP_BITS 8
#define MAN_BITS ... | [
"noreply@github.com"
] | marcfedorow.noreply@github.com |
afb715e77d9bd6c2f74e99a1a11683f9338fcc37 | 612d6b3ace63954570db5d8171a7faf5e8e92bac | /SendKeysSampleDlg.cpp | cad0f9b8070623ee74a4514537146d16eefa4103 | [] | no_license | ElonVampire/SendKeys | ac93f681caa6da2806ea2b51afbd684432cc9c05 | ca098e203a9b3035f1db66af5182aa4ad746b06f | refs/heads/master | 2020-09-30T14:32:49.373958 | 2014-06-22T22:23:40 | 2014-06-22T22:23:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,847 | cpp | // SendKeysSampleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SendKeysSample.h"
#include "SendKeysSampleDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg d... | [
"lallousz-x86@yahoo.com"
] | lallousz-x86@yahoo.com |
1604299a242e7d234a62fb9f8d392c55738a9a17 | 27e7ad76ad03c5dbdeb73c6d6f6de28d20060272 | /Phoenix3D/PX2Core/PX2Semaphore.hpp | a6ca9157a79e525da2f9d38bb75e7fa0d363b3c5 | [] | no_license | Jumes/Phoenix3D | c3ed5bc24438dd5de5eddb08a22823a1f2460184 | 9bdbf419c1298feae799468b5858f2a008a4f5f8 | refs/heads/master | 2021-01-18T13:00:09.239517 | 2015-07-08T16:04:04 | 2015-07-08T16:04:04 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,331 | hpp | // PX2Semaphore.hpp
#ifndef PX2SEMAPHORE_HPP
#define PX2SEMAPHORE_HPP
#include "PX2CorePre.hpp"
namespace PX2
{
/// 信号量
/**
* 信号量是在多线程环境下使用的一种设施,它负责协调各个线程,以保证它们能够
* 正确、合理的使用公共资源。
*
* 信号量的特性如下:信号量是一个非负整数,所有通过它的线程都会将该整数减
* 一,当该整数值为零时,所有试图通过它的线程都将处于等待状态。在信号量上我
* 们定义两种操作: Wait(等待) 和 Set(释放)。 当一个线程调用Wait(等待)
* ... | [
"realmany@163.com"
] | realmany@163.com |
38fe64c2ad396e92ead8a47314d0bbf4533f9bc0 | 0a8a9f176551b78b16c00cb7db86ecb7f3fd0ff6 | /Almacen.cpp | dcddfcb6d8cc5d37bfd3f18a9727d454b7228b17 | [] | no_license | Ruy-GC/Storage | 3382b3abe84a59c224ea9aecad27ca0bef18b82e | 2e9a9d9c9a1a49ae338ee0573355ddd5f5aa4f86 | refs/heads/main | 2023-03-04T16:41:43.937003 | 2021-02-06T01:13:22 | 2021-02-06T01:13:22 | 336,427,418 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,674 | cpp | #include "ProductoAlmacen.h"
#include "Almacen.h"
#include <iostream>
#include <string>
using namespace std;
Almacen::Almacen(ProductoAlmacen productos[], int size){
for (int i = 0; i<size;i++){
this->productos[i] = productos[i];
}
this->size = size;
}
void Almacen::verProductos(){
... | [
"noreply@github.com"
] | Ruy-GC.noreply@github.com |
b8165b3492d56d0b1638e3fb7a1bc7d65fbbc651 | 6d77e738c66bdf8809e47ad9be85f9c7361a1bd9 | /src/server/game/Guilds/GuildMgr.cpp | caa6df2b897604060677b9ad56666bba17ce7c4e | [] | no_license | Ramys/Hooaahcore | e768e8b8a2b2c1dba7501495161cf6c0419b9de2 | dad11ee863d34a9f02186936b1dbbca168912ecd | refs/heads/main | 2023-02-27T16:18:27.916812 | 2021-02-07T23:38:52 | 2021-02-07T23:38:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,101 | cpp | /*
* Copyright (C) 2021 Hooaahcore
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
* This program is distrib... | [
"43292003+Hooaah@users.noreply.github.com"
] | 43292003+Hooaah@users.noreply.github.com |
fb5c6525e093c9ade8495fdd6d5499a00371e244 | 0f2cf9fbf73833506ad340a12ef4ed4fc1da3cc3 | /src/qt/overviewpage.cpp | 4e6c0100ecb4dfe94b8f0722177eee18dd7f9f67 | [
"MIT"
] | permissive | morcochain/morcochain | 95a935f74ee84b01b7d7418ea57d195db09df8af | d9953e6e17061cc7a50f3b3cbf7ef97b88112cd1 | refs/heads/master | 2021-01-20T21:12:00.105398 | 2016-08-16T13:54:40 | 2016-08-16T13:54:40 | 65,804,617 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,873 | cpp | #include "overviewpage.h"
#include "ui_overviewpage.h"
#include "clientmodel.h"
#include "walletmodel.h"
#include "bitcoinunits.h"
#include "optionsmodel.h"
#include "transactiontablemodel.h"
#include "transactionfilterproxy.h"
#include "guiutil.h"
#include "guiconstants.h"
#include <QAbstractItemDelegate>
#include <... | [
"developer@morconode"
] | developer@morconode |
ea05320aa4016f6045b8b29be6f9dd4b362d1657 | f982965db79bf484791b9587e6ecf89d4cab85d2 | /CgNamedParameter.hpp | 0eabd2d05058c74e4e8dd0ded1044c862636b26f | [
"Zlib"
] | permissive | mrkline/OSG | f4e533b427ddf16d7ce0258a3149588e277cec7f | 707e698dbd29b65758ce8ae43ddb5be7ccddba4b | refs/heads/master | 2021-01-02T09:02:05.862748 | 2012-05-11T07:07:36 | 2012-05-11T07:12:33 | 3,974,923 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,299 | hpp | #pragma once
#include "Transform.hpp"
#include "Vector3.hpp"
#include "Vector2.hpp"
//! Used by CgProgram to retrieve a named shader parameter
class CgNamedParameter
{
public:
//! Constructor should only be called by CgProgram
CgNamedParameter(CGprogram prog, const char* name)
: param(cgGetNamedParameter(prog, na... | [
"slavik262@gmail.com"
] | slavik262@gmail.com |
0026c15bdf27d5824c5b0f65d51e9cf0b7d5e558 | f89a551d09316dd210b5418def9ff6114bdd3119 | /c++/plzrun/InputOutputCpp/Boj1924_2/Boj1924_2.cpp | 8599342ec65a58855853315991e181176b85bc27 | [] | no_license | LeeBeomho/practicecode | 5e120bba3e48fc18efa289c0b1d5358dace05983 | 75a5bf07581b5ed7ea64f00e8d3d813bdf162166 | refs/heads/master | 2023-03-18T04:15:08.470739 | 2021-02-28T12:04:49 | 2021-02-28T12:04:49 | 297,889,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 544 | cpp | #include <iostream>
#include <string>
using namespace std;
int main() {
int month, day;
string week[7] = { "MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN" };
int date[13] = { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
int startday;
string firstday = "MON";
int totalday=0;
for (int i = 0; i < 7;... | [
"201501599@inu.ac.kr"
] | 201501599@inu.ac.kr |
1199fc237d72c016c298f92e0b765f8b46e6732e | 5228dfaf4321d1cb27fdb971fd2dcf6db06ec9fc | /Kad_QT_Revise/Kad_QT/MathHelper.h | 398ab5dc393e1b3635a7ecf2f299640b89502981 | [] | no_license | CBE7F1F65/b63ea6f6f9110311ba98a677c0e70afd | 991d4b7563e8a5ddcda4d9caf8121e0ae4302550 | f65c8d6d2935946c36cb55493f7e279583eca415 | refs/heads/master | 2021-01-20T10:49:49.464167 | 2013-06-03T02:25:36 | 2013-06-03T02:25:36 | 32,192,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,138 | h | #pragma once
class PointF2D
{
public:
PointF2D() { x = y = 0.0f; };
PointF2D(const PointF2D &point) { x = point.x; y = point.y; };
PointF2D(float _x, float _y) { x = _x; y = _y; };
PointF2D(int angle){ x = cost(angle); y = sint(angle); };
virtual ~PointF2D(){};
PointF2D operator+(const PointF2D& poin... | [
"CBE7F1F65@c7980359-74ae-9daf-06ca-ff1ee7e227c7"
] | CBE7F1F65@c7980359-74ae-9daf-06ca-ff1ee7e227c7 |
f7b70322e30b723f806f91c32d3cba0ec263ffac | a6c013ee4184c11039fbb027db82d751afe79f9e | /Source/Clockwork/AngelScript/Script.cpp | c29039e9be3c6dd719350a4229dd5a22fc8a32a7 | [
"BSD-2-Clause",
"Zlib",
"LicenseRef-scancode-khronos",
"MIT",
"BSL-1.0",
"Apache-2.0"
] | permissive | ClockTeam/Clockwork | f15815b6cbd711e3d605c7aec101561a12c7fef6 | 58cb3b473f8ce1b92cc79ec082bd96cdded7893b | refs/heads/master | 2021-01-12T20:47:40.329863 | 2016-05-09T20:51:57 | 2016-05-09T20:51:57 | 56,080,192 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 9,719 | cpp | //
// Copyright (c) 2008-2016 the Urho3D project.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, m... | [
"cosmy_rulezz@hotmail.it"
] | cosmy_rulezz@hotmail.it |
4c776e3ecd95491c9e082552720a18c65df09989 | c097f196674a5f3dd9ddb35008ba8fed0b868ef9 | /arrays/minimumPlatforms.cpp | baf0c5426fb73dfea2b3f7cda90b4e5cca5f0da0 | [] | no_license | ShrinathRaje/Coding-Interview-Problems | 69e7faf5c4497f7ad0db1f9fb96afdf9ab0c12dc | d3b5e03346db16dee163b084c3fdaa8ccae37728 | refs/heads/master | 2021-02-16T04:08:04.307997 | 2020-08-27T12:55:28 | 2020-08-27T12:55:28 | 244,964,674 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 558 | cpp | //minimum platforms
//problem: https://practice.geeksforgeeks.org/problems/minimum-platforms/0/
#include<bits/stdc++.h>
using namespace std;
int main() {
int t;
cin >> t;
while(t--) {
int n;
cin >> n;
int arr[n], dep[n];
for(int i=0; i<n; ++i)
cin >> arr[i];
for(int i=0; i<n; ++i)
cin >> dep[i]... | [
"noreply@github.com"
] | ShrinathRaje.noreply@github.com |
2afbdb2a1ae228afb1c3b18982099a14d990c186 | ab81ae0e5c03d5518d535f4aa2e3437081e351af | /OCCT.Foundation.NetHost/DataExchange/TKIGES/IGESDimen/IGESDimen_ToolDiameterDimension.cxx | 56082c2944140e1fd069e6b955eff2bca8924b98 | [] | no_license | sclshu3714/MODELWORX.CORE | 4f9d408e88e68ab9afd8644027392dc52469b804 | 966940b110f36509e58921d39e8c16b069e167fa | refs/heads/master | 2023-03-05T23:15:43.308268 | 2021-02-11T12:05:41 | 2021-02-11T12:05:41 | 299,492,644 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,095 | cxx | // Created by: CKY / Contract Toubro-Larsen
// Copyright (c) 1993-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser Gene... | [
"sclshu3714@163.com"
] | sclshu3714@163.com |
f8fa7089aa760d33435292a31b0490945e11a536 | 182335dd3be3fc6a109dcf2bc8fd444209ab1d23 | /CustomDataType.hpp | f4ae5e2de64f28e5443b95858d187282bcea1f9a | [] | no_license | BasikBiceps/TestBoostSerialization | a72a053c9b3d2a5ab10aca5a299048b31aca407e | 23149e4d1fec17e9d5cf6c67b397c279a3d113a2 | refs/heads/master | 2022-11-16T20:58:14.121257 | 2020-07-17T11:23:48 | 2020-07-17T11:23:48 | 280,405,474 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,414 | hpp | #ifndef CUSTOMDATATYPE_HPP
#define CUSTOMDATATYPE_HPP
#include <stl_print.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchive.hpp>
class CustomDataType
{
public:
CustomDataType() {}
void init()
{
m_charData = 'k';
m_intData = 1337;
m_doubleData = ... | [
"obabych@luxoft.com"
] | obabych@luxoft.com |
9fbc480c35190e95dea9cd832100fa796a8b377c | 57175f44d2f45df12a2fab54454eacdfbf057050 | /Source/ShooterGame/Private/Effects/ShooterExplosionEffect.cpp | 75d467edac0f9e356770061c236f9beec9eee22c | [] | no_license | jhm520/ArenaSlayer | 3fb794e67cc570dba11c843e35cce635fdd1424b | e8f08487da754b5a22f2aeff4bdc1430ff9273a6 | refs/heads/master | 2020-05-31T11:09:49.080933 | 2015-06-11T02:37:52 | 2015-06-11T02:37:52 | 32,910,386 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,069 | cpp | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#include "ShooterGame.h"
AShooterExplosionEffect::AShooterExplosionEffect(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer)
{
ExplosionLightComponentName = TEXT("ExplosionLight");
PrimaryActorTick.bCanEverTick = true;
ExplosionLig... | [
"jhm520@gmail.com"
] | jhm520@gmail.com |
575e9299ed1806ee624e90ecfa4e360cdbeb71b7 | e65bdb4f57d3b433f9932a0a645ab1aefce368c9 | /src/view/localmusicview.cpp | 2d02ccb893dfeb75cc68c149ed5874888b0ef2d1 | [] | no_license | zhichao10086/MusicPlayer | 1ff52143d0f2e68ca860a6b0a19fe29dd2e54f20 | eb70464e848792bf64700fb5c9ae14094138e671 | refs/heads/master | 2020-05-02T21:30:12.640254 | 2019-04-02T15:46:26 | 2019-04-02T15:46:26 | 178,222,638 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,388 | cpp | #include "localmusicview.h"
#include "ui_localmusicview.h"
LocalMusicView::LocalMusicView(QWidget *parent) :
QWidget(parent),
ui(new Ui::LocalMusicView)
{
ui->setupUi(this);
}
LocalMusicView::LocalMusicView(LocalMusicController *lmc, QWidget *parent):
QWidget(parent)
{
this->_localMusicCtrl = lmc;... | [
"943065397@qq.com"
] | 943065397@qq.com |
7ba930761b506eaf21c337e94b216aedeb80329d | de66536be8964f81d752838202550994ca3964f1 | /bigscene/main.cpp | c6b11972a8b5bbdd1720ee3d894a8e085ccdd7a1 | [] | no_license | ngzqqb/chapter03 | 0feca7218975937359fdf55ac892cf9f82d4f253 | 1e5b58c50f760f1109f237ba322ed90bc2caff08 | refs/heads/master | 2020-05-15T21:22:52.182070 | 2019-07-02T02:50:07 | 2019-07-02T02:50:07 | 182,497,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 591 | cpp | /* bigscene/main.cpp */
#include <sstd_qt_qml_quick_library.hpp>
int main(int argc, char ** argv) {
sstd::QtStyledApplication varApplication{ argc,argv };
auto & varEngine = *varApplication.getStyledApplicatoinEngine();
{
/*获得Qml文件绝对路径*/
auto varFullFileName = sstd::autoLocalPath<QUrl>(... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
827faa667235c4b516a94a645998831142e77314 | 7c71410d765d366a388d940c7859538c3b916198 | /PTIT123J.cpp | ac4cc095b75da8d4c5d6ee302b0df9b0ecc13cf5 | [] | no_license | dinhtai1104/SPOJ_PTIT | 790f8474682e7c8d1a90f01bdd55aa697000897d | e7aef29eda3b0dea6ae5a833810f0a70d4ea4423 | refs/heads/master | 2022-12-03T22:27:23.397741 | 2020-08-26T16:00:07 | 2020-08-26T16:00:07 | 290,542,452 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 681 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
string s;
void solve(){
stack<char> st;
for (int i=0;i<s.length(); i++) {
if (st.empty() && (s[i] == ')'||s[i]==']')) {
cout<<"no\n";
return;
}
if (s[i]=='('||s[i]=='[') {
st.push(s[i]);
}
if (s[i]==')') {
if (st.top() == '(') {
... | [
"51129122+dinhtai1104@users.noreply.github.com"
] | 51129122+dinhtai1104@users.noreply.github.com |
3ce845e652b38dc9bcd3fd0005a90e24ac99f650 | f8c7df526e1e0776ecff5ed20ed53e42820348ff | /src/Attributes.cpp | f8af1d89f3612d2f059cc738ef6b28a2f5c4f4df | [] | no_license | mitikkak/learning_cpp | 4d1490ada20402757cfc62277473258f8af735e4 | 7476fd311444e0d3f863fee0713db94101ffa5c7 | refs/heads/master | 2021-05-23T05:27:58.814070 | 2017-11-08T11:35:21 | 2017-11-08T11:35:21 | 94,988,686 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 758 | cpp |
#include "Exercise.hpp"
#include "Attributes.hpp"
#include <cstdio>
#if __cplusplus > 199711L
#include <system_error>
#endif
#if __cplusplus > 199711L
void Attributes::f [[noreturn]]() // f() will never return
{
std::system_error e;
throw e;
}
#else
void Attributes::f()
{
throw "Error";
return;
}
#... | [
"mikko.tikkakoski@nokia.com"
] | mikko.tikkakoski@nokia.com |
1fc726ad9a42406ee43ef3239081eaceca8df6c6 | a776986d205081d14ecad9737e7eecb7bc52d6da | /include/jet/grid_emitter2.h | ff52a0cdfd5eaebe8d94b38e8ced1223e6d3184b | [
"MIT"
] | permissive | PeterZhouSZ/fluid-engine-dev | 1911e28700373a01d2bd2947545ff4e0830bcfd0 | 2e4c55146fa194ecb4ee76c2a8b0b4e9f13b4684 | refs/heads/master | 2021-01-20T05:10:08.021731 | 2017-04-27T09:09:11 | 2017-04-27T09:09:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,031 | h | // Copyright (c) 2017 Doyub Kim
//
// I am making my contributions/submissions to this project solely in my
// personal capacity and am not conveying any rights to any intellectual
// property of any third parties.
#ifndef INCLUDE_JET_GRID_EMITTER2_H_
#define INCLUDE_JET_GRID_EMITTER2_H_
#include <jet/animation.h>
#i... | [
"noreply@github.com"
] | PeterZhouSZ.noreply@github.com |
83824cd73a87a420533dca6513d44b4bdd307d4e | 15cef45c08eed98c94086ac5581b49a0c82f15a7 | /Geo_receive.ino | e45532229306e86522b901a3c774d13942acc861 | [] | no_license | TRomesh/Geotransmit | 8bd901ee018a7d1e82f0823bb84d927977e4cad5 | de0cc97f37bcbbeb6824debd972da0e7307895fb | refs/heads/master | 2020-04-03T04:16:24.713716 | 2018-11-16T08:36:45 | 2018-11-16T08:36:45 | 155,009,014 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 886 | ino | #include <SPI.h>
#include "RF24.h"
RF24 myRadio(7, 8);
struct package
{
int id = 0;
float longitude = 0.0;
float latitude = 0.0;
char text[100] = "empty";
};
byte addresses[][6] = {"0"};
typedef struct package Package;
Package data;
void setup()
{
Serial.begin(115200);
delay(1000);
myRa... | [
"tharakaromesh@gmail.com"
] | tharakaromesh@gmail.com |
a3962def3025b1734d49221845d3619b65cfe9e0 | 98640f16822510c384021e0a055fe763717dcaa9 | /lib/RefRead/RefRead.cpp | d264440513062c8db02fd4831e679a03f4da3a6f | [] | no_license | jorgealcalah/Aviatronics-v2 | a733299e0a93f884b4f73d6523a5c06c2f73444b | 499f8d0866264e6d36c6c840da7d25a258e7bc3a | refs/heads/master | 2023-05-14T06:10:14.035031 | 2021-06-10T17:40:52 | 2021-06-10T17:40:52 | 353,263,985 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 959 | cpp | #include "RefRead.h"
#define Pitch_in 32
#define Roll_in 33
#define Pitch_out 25
#define Roll_out 26
#define K_p 1
uint32_t _now, _tsubida, _dt, _now1, _tsubida1, _dt1;
void IRAM_ATTR isr()
{
_now = micros();
if (digitalRead(Pitch_in) == 1)
{
_tsubida = _now;
}
else
_dt = _now - _tsubida;
}
void IRA... | [
"jorgealcala1986@gmail.com"
] | jorgealcala1986@gmail.com |
a510bffd253725c7c34aa7aa6797f330f6ad5593 | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/net/tools/flip_server/url_to_filename_encoder.h | c68a9a1d4cc977fd009216ba4606fad0d5e8a724 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 8,376 | h | // Copyright (c) 2010 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.
// URL filename encoder goals:
//
// 1. Allow URLs with arbitrary path-segment length, generating filenames
// with a maximum of 128 characters.
//... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
734e6b4edad0350c6084ec5c9b54cb2c69978db4 | 6d22e7d0f912858f87e6c4769d52a7aeee3ec0b3 | /src/container/controller.cpp | f08d33b31d003a37a8076a7166009634f6de6e4f | [] | no_license | BooooL/candy | fe0bba723fbb887f5786dab84c50448698e8d4cf | 537cfed74c63e556476a4eae95a8d3dedfbc7b72 | refs/heads/master | 2023-03-29T11:13:25.052038 | 2021-03-23T02:29:56 | 2021-03-23T02:29:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,240 | cpp | //
// Created by Jsiyong on 2021-02-22.
//
#include "controller.h"
#include "../log/logger.h"
bool EventDispatcher::registerHandler(const std::string &path, const EventDispatcher::StandardHandler &handler) {
//已经注册过的不能再注册
if (isContains(path)) {
error("register error! the path[%] has been registered!!... | [
"jiangsiyong@winsing.net"
] | jiangsiyong@winsing.net |
d2db6cab58d98dc769a77b2e074e18f9383d9725 | e1da00bcfe424ceacc1e9276a4fb26f9d18e83a6 | /Core-src/CommonClass.h | 50a8fce3effdaf3f0de128064cfd8e3e3b52a908 | [
"BSD-3-Clause"
] | permissive | JaatSoft/BeAE | 12d191112d11c94b00b6e0c0ba89cacbdc1bbb97 | b57860a81266dd465655ec98b7524406bfde27aa | refs/heads/master | 2021-09-23T13:07:17.683247 | 2018-09-23T07:07:19 | 2018-09-23T07:07:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,583 | h | /*
Copyright (c) 2003, Xentronix
Author: Frans van Nispen (frans@xentronix.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:
Redistributions of source code must retain the above copyright not... | [
"myob@60fb8423-a71b-0410-9cec-c2da608fdd97"
] | myob@60fb8423-a71b-0410-9cec-c2da608fdd97 |
13a0103e249d29076307e9b1e5fbff326604696a | ed6c1baf1db93c43422f0e1e43092cabdcc51cbe | /Code/Engine/Graphics/Cameras/FPSCamera.cpp | a88c312b496b3216ce5596d9d5bdb302a9eab9b8 | [] | no_license | miquelproto/vjuab2010 | 78b22e83cd08e84c3156a2fdd5f29ea860295037 | 1b679a537dcd2385a2bba948097165aeb7eb19f9 | refs/heads/main | 2023-04-06T03:15:51.892297 | 2021-04-05T16:30:17 | 2021-04-05T16:30:17 | 354,899,928 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,062 | cpp | #include "FPSCamera.h"
#include "Object3D/Object3D.h"
#include "assert.h"
CFPSCamera::CFPSCamera(float zn, float zf, float fov, float aspect, CObject3D* object3D)
: CCamera( zn, zf, fov, aspect, object3D, TC_FPS)
{}
CFPSCamera::CFPSCamera()
: CCamera()
{}
Vect3f CFPSCamera::GetDirection () const
{
assert(m_pObjec... | [
"mrojasguti@gmail.com"
] | mrojasguti@gmail.com |
2a5031e0935d7847f8c3d4cc7e976cc72b437cd6 | db7b434d262ac32d9276bc4712fc85348f1151fd | /sky/engine/wtf/text/TextCodecICU.h | f601e02360fa478bbcc9095de47000eb7e4f4e62 | [
"BSD-3-Clause"
] | permissive | linguo/mojo | 3bafd3c4ed03a95b3bae589b03af6dfc81182ef7 | 8a89ee55bafcb5615ec287714ed1b22005b71e6d | refs/heads/master | 2021-01-17T20:58:29.615627 | 2014-11-12T20:32:39 | 2014-11-12T20:32:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,207 | h | /*
* Copyright (C) 2004, 2006, 2007, 2011 Apple Inc. All rights reserved.
* Copyright (C) 2006 Alexey Proskuryakov <ap@nypop.com>
*
* 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 c... | [
"abarth@chromium.org"
] | abarth@chromium.org |
57670222e15119161c21461705aa282687bc7d3d | c0be1b5248ffb2801c6191d55fe385969cb802ef | /Dependency/include/cppunit/cppunit/extensions/TestCaseDecorator.h | 4d1e724266751dde56540d37b3c657e63f126638 | [] | no_license | zephyroal/BloodrainPlan | cd98610d25d5f545c13879c1c4108d2bbdf1f44c | 807f85ceca421ec6e84cd9b4e644f4c30dc44755 | refs/heads/master | 2016-09-16T09:40:46.165096 | 2013-11-22T11:57:42 | 2013-11-22T11:57:42 | 27,374,206 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 768 | h | #ifndef CPPUNIT_EXTENSIONS_TESTCASEDECORATOR_H
#define CPPUNIT_EXTENSIONS_TESTCASEDECORATOR_H
#include <cppunit/Portability.h>
#include <cppunit/TestCase.h>
CPPUNIT_NS_BEGIN
/*! \brief Decorator for Test cases.
*
* TestCaseDecorator provides an alternate means to extend functionality
* of a test class without s... | [
"zephyroal@localhost"
] | zephyroal@localhost |
a50f3c04a5177ca3f33442f13931c5ecea9a155f | 751bdc3d365a64b18d78e8c2fb9f6ea00452764f | /networking_bsd/sockets/http/post_socket.h | ada6c01139572b4da6f30a469def58b4d6326958 | [] | no_license | ca2/app | b1de035566d9664aa7c5c9a94378cc352b1836ec | afdedd20df2f6dce81c63bc8a9db6de14503076e | refs/heads/main | 2023-08-27T07:19:45.584624 | 2023-08-26T12:28:28 | 2023-08-26T12:28:28 | 98,031,531 | 19 | 7 | null | 2017-08-14T11:13:14 | 2017-07-22T12:59:27 | C++ | UTF-8 | C++ | false | false | 3,115 | h | /** \file http_post_socket.h
** \date 2004-10-30
** \author grymse@alhem.net
**/
/*
Copyright (C) 2004-2007 Anders Hedstrom
This library is made available under the terms of the GNU GPL.
If you would like to use this library in a closed-source application,
a separate license agreement is available. For informat... | [
"camilosasuketbs@gmail.com"
] | camilosasuketbs@gmail.com |
c0e73dacaedd310b3a06347bdc3fa577b33599a6 | cd4af9f5ae67799f70411c2a160bb5bc7e993d98 | /course-material/coding-exercises/bit-manipulation/count-bits/solution/count-bits.h | 1fb7ec344f479803cc9dc08ab4bc23675a519fa6 | [] | no_license | BerkeinR/pvm | 5576e1893a0c901e44124a464caa85408e83d352 | 4a3d90ff0414fc78d668edfc545b0187043e9dd9 | refs/heads/master | 2023-01-29T00:47:58.650166 | 2020-04-22T19:36:08 | 2020-04-22T19:36:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 105 | h | #ifndef COUNT_BITS_H
#define COUNT_BITS_H
#include <cstdint>
unsigned count_bits(uint64_t n);
#endif
| [
"frederic.vogels@ucll.be"
] | frederic.vogels@ucll.be |
62f8bba63bd44505c15326187873f71d4cb1ba19 | a3c991884a5f2ebfdf20931e42e76d442af5482d | /Source/OverlordProject/CourseObjects/Week 9/ShadowMappingScene.cpp | b0e4bdb67b156f68d5d411660638334653117084 | [] | no_license | Ruvah/Goblin-Bomber | 39e9bd98cd7b3c9523aa801553366bc088d52124 | 249814e64bb70f2cc4292fea1d3bbaff007b558c | refs/heads/master | 2020-03-31T05:10:04.893397 | 2018-10-07T11:49:27 | 2018-10-07T11:49:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,381 | cpp | //Precompiled Header [ALWAYS ON TOP IN CPP]
#include "stdafx.h"
#include "ShadowMappingScene.h"
#include "Scenegraph\GameObject.h"
#include "Content\ContentManager.h"
#include "Components\Components.h"
#include <Materials/Shadow/DiffuseMaterial_Shadow.h>
#include "Graphics/ShadowMapRenderer.h"
#include "Materials/Sha... | [
"ruben_vdm_@hotmail.com"
] | ruben_vdm_@hotmail.com |
62767b531dd385b8e80f0d113d5e75e35380725d | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/squid/gumtree/squid_old_hunk_860.cpp | 7cdfa2a20e6871d9873734e955b8edcfc1717b63 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | cpp | if (ssl_crtd->stats.queue_size >= (int)(ssl_crtd->childs.n_running * 2)) {
if (first_warn == 0)
first_warn = squid_curtime;
if (squid_curtime - first_warn > 3 * 60)
fatal("SSL servers not responding for 3 minutes");
debugs(34, DBG_IMPORTANT, HERE << "Queue overload, r... | [
"993273596@qq.com"
] | 993273596@qq.com |
0f660c9a3603a7b4174474d124f9dafab3a129ad | e1700081b3e9fa1c74e6dd903da767a3fdeca7f5 | /libs/geodata/netcdf/public/geodatanetcdf_displaysettingwidget.h | c16d8d72f29c3d749681afc4fa6520782c3b1c99 | [
"MIT"
] | permissive | i-RIC/prepost-gui | 2fdd727625751e624245c3b9c88ca5aa496674c0 | 8de8a3ef8366adc7d489edcd500a691a44d6fdad | refs/heads/develop_v4 | 2023-08-31T09:10:21.010343 | 2023-08-31T06:54:26 | 2023-08-31T06:54:26 | 67,224,522 | 8 | 12 | MIT | 2023-08-29T23:04:45 | 2016-09-02T13:24:00 | C++ | UTF-8 | C++ | false | false | 976 | h | #ifndef GEODATANETCDF_DISPLAYSETTINGWIDGET_H
#define GEODATANETCDF_DISPLAYSETTINGWIDGET_H
#include "../private/geodatanetcdf_displaysetting.h"
#include "../geodatanetcdf.h"
#include <misc/modifycommandwidget.h>
namespace Ui {
class GeoDataNetcdf_DisplaySettingWidget;
}
class GeoDataNetcdf::DisplaySettingWidget : pu... | [
"kskinoue@gmail.com"
] | kskinoue@gmail.com |
22bda9e1b93ae7b7fb5edf9917b3300f8f24598f | 62de4116a3fa671ddd8b50e0f90bcd2bf07be2f3 | /lib/MycobotBasic/MycobotBasic.cpp | 3be1e9da71dc6dee13295f80d841a1c9d93a6692 | [
"Apache-2.0"
] | permissive | 3110/mycobot-fader-controller | 2361d1a5d2757a40106a02cbe0fc7b30ad3b5d7f | 11647a01482d7ebe16c92632bcc01ea8433b2829 | refs/heads/main | 2023-07-18T18:51:51.662435 | 2021-09-06T06:05:39 | 2021-09-06T06:05:39 | 403,383,272 | 2 | 0 | null | 2021-09-06T06:05:39 | 2021-09-05T18:24:21 | C++ | UTF-8 | C++ | false | false | 31,823 | cpp | #include "MycobotBasic.h"
MycobotBasic::MycobotBasic() {
for (auto& val : errorAngles) val = -5.0;
for (auto& val : errorCoords) val = -1000.0;
}
void MycobotBasic::setup() {
delay(500);
M5.begin(true, false, true);
M5.Power.begin();
dacWrite(25, 0); // disable mic
Serial2.begin(BAUD_RA... | [
"saito.tetsuya@gmail.com"
] | saito.tetsuya@gmail.com |
486dffbecec1795832fbb2b512b33d97040b0516 | e79f9aed350ffa9c7548679fb1bfe459d631440a | /src/calibration/cg_choose_refgrid.cc | 98cba7915bffc719594b35fa5b2eadff832cc281 | [] | no_license | dbonattoj/licornea_tools | 6edcc8ba811064212135d9a6299fb16c3b8ea3d4 | 2e1e1d0d3c0822804dd31cedd459a27f7ff48051 | refs/heads/master | 2021-06-20T13:47:53.915040 | 2017-08-07T16:36:33 | 2017-08-07T16:36:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,834 | cc | #include <iostream>
#include <utility>
#include <vector>
#include <deque>
#include <string>
#include "lib/cg/references_grid.h"
#include "../lib/args.h"
#include "../lib/json.h"
#include "../lib/filesystem.h"
#include "../lib/dataset.h"
#include "../lib/image_io.h"
using namespace tlz;
const bool verbose = false;
con... | [
"timlenertz@gmail.com"
] | timlenertz@gmail.com |
ba397c259e6db3a8475582d4a6593bc2202ac81b | 030a12303d580c7703c1af32d315d8e67701f194 | /scholarship-calculator-for-freshmen.cpp | 51f7813f0607bbda39edad98111a8e6e57315040 | [] | no_license | itzanuj/scholarship_calculator | 469859c3efe641cd4b5139d3d7d451ae3eb08c3c | 03d864f18b1e0abfbd1910c62c78761f428c1364 | refs/heads/master | 2020-07-02T10:48:59.836786 | 2018-08-15T09:45:54 | 2018-08-15T09:45:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,664 | cpp | /**
* scholarship-calculator-for-freshmen.cpp
*
* Sanjay Gidwani
* sgidwani59@gmail.com
* ... | [
"noreply@github.com"
] | itzanuj.noreply@github.com |
1ef377303a92658622b39863effeded06172354f | c163b73d1c47caca8c148691b555416c0f64b9dc | /barrierdemo/barrierdemo.cpp | 738369b0c67a70f0b83da428577706e7d0ef4bff | [] | no_license | akotek/EX_3_OS | 7f87d04334817cbf7dc273dd97d87200112e6f3b | a6ee3426212fb0cd45ec8deb8a0257c6b089e4c5 | refs/heads/master | 2020-03-18T17:53:47.013585 | 2018-06-09T14:16:02 | 2018-06-09T14:16:02 | 135,058,374 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 816 | cpp | #include "../Barrier.h"
#include <pthread.h>
#include <cstdio>
#define MT_LEVEL 5
struct ThreadContext {
int threadID;
Barrier* barrier;
};
void* foo(void* arg)
{
ThreadContext* tc = (ThreadContext*) arg;
printf("Before barriers: %d\n", tc->threadID);
tc->barrier->barrier();
printf("Between barriers: %d\n",... | [
"kotekmath@gmail.com"
] | kotekmath@gmail.com |
8b4a17837159ee76c593defbc5432752c0e777dd | fca68c5fec6df6f999408571315c2b8e7c4b8ce9 | /service/kalman2_home/src/ComparePionKaon/Class/ComparePionKaon_DONT_TOUCH.cc | 454ab648576f25521078b8e2ac8dd0a60c7a48a5 | [] | no_license | jpivarski-talks/1999-2006_gradschool-3 | 8b2ea0b6babef104b0281c069994fc9894a05b14 | 57e80d601c0519f9e01a07ecb53d367846e8306e | refs/heads/master | 2022-11-19T12:01:42.959599 | 2020-07-25T01:19:59 | 2020-07-25T01:19:59 | 282,235,559 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,343 | cc | // -*- C++ -*-
//
// Package: ComparePionKaon
// Module: ComparePionKaon_DONT_TOUCH
//
// Description: DONT TOUCH THIS FILE
//
// Definition of bind action
//
// Implementation:
//
// Author: Jim Pivarski
// Created: Wed Dec 18 12:44:23 EST 2002
// $Id$
//
// Revision history
//
// $Log$... | [
"jpivarski@gmail.com"
] | jpivarski@gmail.com |
6142a7b4a1c1a68a0c2c5a43318cf76de5aa7d19 | f1afe45459d7525cc1bfe4ff26c113d289071853 | /src/qt/editaddressdialog.cpp | 725627574f938df5c328c1a599cbb8da9b292f89 | [
"MIT"
] | permissive | planetcoin/planetcoin | 92cd6bcff0930e557469e2b0e59bd70cdc0936fd | 5132ab162c76108ae080e805b22496792c5fcff5 | refs/heads/master | 2016-09-05T09:50:44.600549 | 2015-03-11T20:05:10 | 2015-03-11T20:05:10 | 32,038,450 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,567 | cpp | #include "editaddressdialog.h"
#include "ui_editaddressdialog.h"
#include "addresstablemodel.h"
#include "guiutil.h"
#include <QDataWidgetMapper>
#include <QMessageBox>
EditAddressDialog::EditAddressDialog(Mode mode, QWidget *parent) :
QDialog(parent),
ui(new Ui::EditAddressDialog), mapper(0), mode(mode), mod... | [
"you@example.com"
] | you@example.com |
6e077856aea432c44dcdfdca9f8a8e9e69619f0b | 54d8acb9f614f1da82d4fbe5cfc1ead5972ab3b7 | /Codechef/SPACEARR.cpp | 4abe8a3d51c6854f97ba2d86199b0c28c2542d8e | [] | no_license | JohnItoo/Solvay | 9efd2e5a0318a0cf48a7e9d913a287e95188231d | 150b9460fe6332317362eba816e14b1ba6620ef5 | refs/heads/master | 2023-04-08T03:51:10.432417 | 2022-09-06T21:00:00 | 2022-09-06T21:00:00 | 188,384,500 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,439 | cpp | // Problem: Space Arrays
// Contest: CodeChef - March Challenge 2021 Division 3
// URL: https://www.codechef.com/MARCH21C/problems/SPACEARR
// Memory Limit: 256 MB
// Time Limit: 1000 ms
//
// Powered by CP Editor (https://cpeditor.org)
//============================================================================
// ... | [
"itoohue@gmail.com"
] | itoohue@gmail.com |
c2779af7144564dba0f4a70f1a608b16c1163ad3 | b2e55fbe6817249ab7a97df47c637a12704b5eb7 | /src/Systems/HPInvulnerabilitySystem.cpp | af5b01167752b41d018c3c6252ab946a111cd7c7 | [] | no_license | tedsta/NetKnights | d33f6ba85784643b472f8b2994f2b7dcafbb4c48 | 9880d6833ba4e2326fba9ea47212dfbd50781264 | refs/heads/master | 2021-01-20T10:38:47.765975 | 2014-03-26T21:34:54 | 2014-03-26T21:34:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 631 | cpp | #include "Systems/HPInvulnerabilitySystem.h"
#include "Components/HitPoints.h"
HPInvulnerabilitySystem::HPInvulnerabilitySystem(fsn::EntityManager& entityMgr) : fsn::ComponentSystem(entityMgr)
{
all<HitPoints>();
}
void HPInvulnerabilitySystem::processEntity(const fsn::EntityRef& entity, const float dt)
{
au... | [
"tderego94@gmail.com"
] | tderego94@gmail.com |
772a589b425d960f29b669aea449d3fefa4b60ba | 9a076581ddaae1df6d6e434b2e642a59513559ac | /hellothread.cpp | fbfbe901e1cf85cd75a56c288d0ce6cef2005843 | [] | no_license | AlexanderNF/thread.basics | 113c5f6484bd44576eb12b0379e1ed717bc25b53 | eeeb0e5029a88fc714a5f4af5a2c7aff9dd34a3f | refs/heads/master | 2020-06-05T14:16:53.592447 | 2013-09-23T14:44:25 | 2013-09-23T14:44:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 549 | cpp | #include "hellothread.h"
#include <QtCore/QDebug>
/*------- HelloThread class -------------------------------------------------*/
HelloThread::HelloThread(QObject *parent)
: QThread(parent)
{
connect();
}
void HelloThread::testSlot()
{
qDebug() << "Testin slot" << endl;
}
void HelloThread::connect()
{
QObject::... | [
"tis.alexander@gmaill.com"
] | tis.alexander@gmaill.com |
998561e48444626abc328d38b4e2642fc6c02c5c | d6258ae3c0fd9f36efdd859a2c93ab489da2aa9b | /fulldocset/add/codesnippet/CPP/t-system.diagnostics.eve_7_1.cpp | a898fbca9fd961013aff43be8f68ac425e0af004 | [
"CC-BY-4.0",
"MIT"
] | permissive | OpenLocalizationTestOrg/ECMA2YamlTestRepo2 | ca4d3821767bba558336b2ef2d2a40aa100d67f6 | 9a577bbd8ead778fd4723fbdbce691e69b3b14d4 | refs/heads/master | 2020-05-26T22:12:47.034527 | 2017-03-07T07:07:15 | 2017-03-07T07:07:15 | 82,508,764 | 1 | 0 | null | 2017-02-28T02:14:26 | 2017-02-20T02:36:59 | Visual Basic | UTF-8 | C++ | false | false | 4,139 | cpp | #using <System.dll>
using namespace System;
using namespace System::Globalization;
using namespace System::Diagnostics;
[STAThread]
int main()
{
array<String^>^args = Environment::GetCommandLineArgs();
EventSourceCreationData ^ mySourceData = gcnew EventSourceCreationData( "","" );
bool registerSource = ... | [
"tianzh@microsoft.com"
] | tianzh@microsoft.com |
0d00146bbab926f3baa66af0779813cfb7064f7a | 4708c4df07f8d8d1efc4c2ce13f2a0921fe80db5 | /Code for Demo Sprint 2 Without IR/KBSESA1_game_wNC/Player_NC.h | 268bcd08b979bbbb2df4edb9ce4d3b645cffd935 | [] | no_license | LennardSchmit/KBS-ESA | 85d548f83503de6187477d21dc086a966eb4668e | 40ce18ab4b41986851fff657ed5b2ef09c4c7957 | refs/heads/master | 2020-06-11T01:18:59.725420 | 2017-01-10T21:26:51 | 2017-01-10T21:26:51 | 75,824,687 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 365 | h | #ifndef _PLAYER_NC_h
#define _PLAYER_NC_h
#include "Player.h"
#include "NunchukLibrary.h"
#include "Map.h"
#include "irSend.h"
class Player_NC: public Player{
public:
Player_NC(Map* MP_g, NunchukLibrary* NC_g, irSend* IRS_g): Player(MP_g),NC(NC_g),IRS(IRS_g){}
~Player_NC();
bool updatePlayer();
private:
Nun... | [
"lennard.98@live.nl"
] | lennard.98@live.nl |
0632b3c8e58a1af081ec30104cf001c5de96d565 | 562b69d23ec74884b90e9ef6f4080d2c004bf9dc | /Node.h | e01273c716759bc9989569a6c77c3eafbd742e27 | [] | no_license | joel1083/Employee-Payroll-Database | 154817634c25acd98dd178b2197d35261ef7297f | f603e1550d3e78668d0c3532937ad8de6d160649 | refs/heads/master | 2020-04-10T15:08:54.778480 | 2019-12-25T06:16:58 | 2019-12-25T06:16:58 | 161,094,878 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 802 | h | #ifndef NODE_H
#define NODE_H
#include <iostream>
using namespace std;
class Node{
private:
int ID;
float Salary;
Node *nextptr; // pointer that will be used to locate the next available class' address!
public:
Node(int a, double b) // constructor is the mutator method
{
this->ID = a;... | [
"noreply@github.com"
] | joel1083.noreply@github.com |
d3053872f63f47f5c27f2e0ebdd0b1c20f6798ad | 642ea9728898e0e316e4432f854d1c9a7fabf047 | /技术社/for循环的巩固/指针.cpp | 265b9932172b83cf7f8796577a8ec248bb96f27f | [] | no_license | Martisum/Algorithm | 64765b528fc93bbb5a3bc6a50249a3060819dc9e | 38f783658b1df854e27b373b10e2caf831db65f3 | refs/heads/master | 2022-04-26T18:59:02.680364 | 2020-04-28T14:55:01 | 2020-04-28T14:55:01 | 258,238,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 168 | cpp | #include<iostream>
using namespace std;
int *p;
int main(){
std::ios::sync_with_stdio(false);
int a=1,b=1;
cin>>a;
p=&a;
*p--;
cout<<a-b<<endl<<p;
return 0;
}
| [
"2257546277@qq.com"
] | 2257546277@qq.com |
a3fe59f5617fddedaad360552ff32fd52b836047 | 4f5926b6e9a6f38859cdfe2bb3e614e3fb548da8 | /UnsignedByte/Resource/Coordinate.cpp | be3077bd2f60b70a0d7a751f24ffa44a3c38157b | [] | no_license | SRabbelier/unsignedbyte | c66207e21170a5761b3f0451acb6910f63d7667f | 3037f1132097b9ee38fcfbdcfc01fd4e6fd63968 | refs/heads/master | 2021-01-22T09:10:43.609024 | 2008-03-13T23:05:21 | 2008-03-13T23:16:32 | 3,894 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,352 | cpp | /***************************************************************************
* Copyright (C) 2007 by Daniel Brody *
* erasnode@gmail.com *
* *
* This pr... | [
"alturin@gmail.com"
] | alturin@gmail.com |
37d73f9f273fc4f471057f7bf4b8d236b5a92422 | 3aa9a68026ab10ced85dec559b6b4dfcb74ae251 | /CodeJam/template.cpp | 6ec935df2b82c49ad4e4f5353eddf81ba295320f | [] | no_license | kushuu/competitive_programming_all | 10eee29c3ca0656a2ffa37b142df680c3a022f1b | 5edaec66d2179a012832698035bdfb0957dbd806 | refs/heads/master | 2023-08-17T15:09:48.492816 | 2021-10-04T20:09:37 | 2021-10-04T20:09:37 | 334,891,360 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 126 | cpp | #include<bits/stdc++.h>
#define ll long long int
#define mod 10000007
using namespace std;
int main()
{
return 0;
} | [
"sonikushu007@gmail.com"
] | sonikushu007@gmail.com |
da9dc7a1762011e39bf1396a1fd7812272e6c720 | c8e2caa34ea063f22f3659f4c828adc3201b6f9f | /printTimeUsing_class.cpp | 82df6a83c0777479deffd60716ae5149ed669783 | [] | no_license | madDipanjan/MyCaptain-Assignments | 10bdbfb79eb069bbfa5fee0ff43d595929e8314d | 101af24360d0edff0b806fdb55ca20af947cf16a | refs/heads/master | 2022-12-11T08:42:15.236851 | 2020-08-24T16:09:56 | 2020-08-24T16:09:56 | 285,867,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,665 | cpp | #include<iostream>
#include<limits>
#include<cmath>
#include <iomanip>
using namespace std;
class show_time
{
private:
float hours, minutes, seconds;
public:
// For taking the inputs
void takeInput();
// For displaying the out put
void displayTotalTime();
};
void show_time::ta... | [
"noreply@github.com"
] | madDipanjan.noreply@github.com |
eabcf0482a3f4b70748e1a595e9180fa542af756 | 78d6c1f45392cd022b5d7c5265145df9b7c53acc | /sample.cpp | 1cad98fb63ab7b007d53cd689c752b14324dbf6f | [] | no_license | jcarreira/google_trace_exploration | e26df8182e5873be7bb74e4134782439bfb60f43 | 43afe75e87e5e63c0732ab2e55f2cf30babb6adc | refs/heads/master | 2021-04-29T05:23:02.534156 | 2018-03-13T04:48:38 | 2018-03-13T04:48:38 | 77,981,399 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 778 | cpp | #include <iostream>
#include <fstream>
#include <sstream>
#include <algorithm>
#include <vector>
#include <string>
#include <iterator>
#include <stdexcept>
#include <map>
using namespace std;
template<class T>
T to_T(const std::string& str) {
std::istringstream iss(str);
T res;
iss >> res;
return res;... | [
"joao@berkeley.edu"
] | joao@berkeley.edu |
dc3f378551f82783f9a23be76915233a85fe2066 | e1c18c487996cd23141e1f1120149ff1d4252434 | /renderdoc/driver/shaders/dxbc/dxbc_debug.h | b4c1ca30d3ebb85d7af223d03a69da0d356e3846 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | alexv1n/renderdoc | 402c5fae8c2771ad2dd3b48bbde24eb9d5a47469 | 3b497241b004bc2f9a8eaf74813db57f5ee5f956 | refs/heads/v1.x | 2021-06-24T22:53:46.121062 | 2020-12-15T22:18:11 | 2020-12-15T22:18:11 | 185,238,345 | 0 | 0 | MIT | 2020-12-15T22:07:56 | 2019-05-06T17:04:46 | C++ | UTF-8 | C++ | false | false | 12,119 | h | /******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2019-2020 Baldur Karlsson
* Copyright (c) 2014 Crytek
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | [
"baldurk@baldurk.org"
] | baldurk@baldurk.org |
e757ab804097c83716b8e9e057a8e41c9ce1f355 | 675a81cfdea90a5b3075b0db7bed70522ceaf1cb | /Protocol/C1222/C1222_Response.h | 0e6eb42d36056cc23e1a519c6f0ba00125da17d6 | [
"MIT"
] | permissive | bearxiong99/secbee | 8cf9566443d66e3b469d75c17d9bbbf2096861c1 | bf48b478a27ac05dbeae80b413054007a8b59683 | refs/heads/master | 2020-04-16T10:47:52.628164 | 2014-04-20T02:27:02 | 2014-04-20T02:27:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,952 | h | /* ======================================================================== *
* *
* C1222 Response class *
* *
* ===... | [
"yakle1218@gmail.com"
] | yakle1218@gmail.com |
37a2e9e53ba61f98d30ed60a581625ba3c8c9712 | 2ac18de671c83dbb886ec37ead5036dffb200938 | /cpp/2.Buffer_t/String_t.h | 431f9334d5d6bf4ae090fd77e8f1bf80fd92d9d4 | [] | no_license | ArikDavidov/work | 63541877df6d48f78864aa598b30a165d5e59ff8 | 624b75375b9832812b7de793104bb6ecdac09db1 | refs/heads/master | 2021-05-14T07:13:21.670976 | 2018-01-10T10:46:00 | 2018-01-10T10:46:00 | 116,259,333 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,554 | h | #ifndef __STRING_T_H__
#define __STRING_T_H__
#include "Buffer_t.h"
#include <iostream>
using namespace std;
class String_t : public Buffer_t
{
public:
String_t(const char* _str = "");
String_t(const String_t& _st);
~String_t();
const unsigned int Length() const;
const char* GetString() const;
void SetStri... | [
"arik.davidov@gmail.com"
] | arik.davidov@gmail.com |
beeb016680ba794ad308cce182f2f03c5e27dcc8 | 7536cca8ccde595dca3cf4518e08f831b11cb9b6 | /libraries/chain/include/graphene/chain/witness_evaluator.hpp | 80479b5e34b4ff6969ac8a616ed49ac5e08ea16d | [
"MIT"
] | permissive | rendyirawan/cocos-mainnet | 629cd432d67eb3cad5913ceaf25606d85e20c9ca | 5e4e3f120c2c773a0ea39bf6ea4e825451b2bd92 | refs/heads/develop | 2021-01-04T12:21:11.474134 | 2020-02-13T02:28:08 | 2020-02-13T02:28:08 | 240,546,426 | 1 | 0 | MIT | 2020-02-14T16:02:09 | 2020-02-14T16:02:08 | null | UTF-8 | C++ | false | false | 1,936 | hpp | /*
* Copyright (c) 2015 Cryptonomex, Inc., and contributors.
*
* The MIT License
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the... | [
"reedhong@163.com"
] | reedhong@163.com |
f3a8464689c3420583614cf086ba2e5cec928ea4 | 49c15f5e5612521967c554c5f9b2661d81627b59 | /core/Camera/Camera.cpp | 2d76c029392937d68edc37d38a2e903b83cd0223 | [] | no_license | SimonPiCarter/Octario | f591b9a3f733dc4dcd34447283bbb19e2c7d7f0f | f81ad221298967db645e9e407660063af526093c | refs/heads/master | 2021-01-01T05:15:08.128983 | 2016-05-19T18:46:00 | 2016-05-19T18:46:00 | 58,374,295 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,398 | cpp | #include "Camera.h"
#include <glm/gtx/transform.hpp>
#include <iostream>
Camera::Camera(): m_transformation(), m_up(0,1,0), m_right(-1,0,0), m_front(0,0,1), m_position(0,0,0), m_yaw(0), m_pitch(0) {
//ctor
}
Camera::~Camera(){
//dtor
}
void Camera::translate(glm::vec3 vector) {
translate(vector.x,vect... | [
"newsafeaddiction@gmail.com"
] | newsafeaddiction@gmail.com |
19e99caf23f4f3587334442a0116cc6ef92b99ec | a516f5d5f476a247bb17163568c0a2fff302a000 | /cplusplus/opencv_unet/opencv_unet.cpp | 4268ddb3defe208791e6d68767869bcfd432461e | [] | no_license | sunchuanxi/opencv_Unet | 9a064dea39633d749ac4c6d6e995f45cef15ca1c | e373a2ed4e436859549fe492fc305e3a3f86d5bd | refs/heads/master | 2020-07-03T10:16:32.688593 | 2019-06-07T08:44:00 | 2019-06-07T08:44:00 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,219 | cpp | // opencv_unet.cpp : 采用opencv调用unet训练模型
//
#include <opencv2/opencv.hpp>
#include <iostream>
#include<opencv2/imgproc/imgproc.hpp>
int main()
{
std::string modelTxt = "unet.prototxt";
std::string modelBin = "unet.caffemodel";
cv::dnn::Net net;
try {
net = cv::dnn::readNetFromCaffe(modelTxt, mod... | [
"noreply@github.com"
] | sunchuanxi.noreply@github.com |
8fd03a9189e583a8043202392666a88d66c14314 | 9467e2502183e843a67736800199e31674b1d8f6 | /HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/libil2cpp/icalls/mscorlib/System.Threading/Thread.cpp | 084a7d8a0a157369852a7d0e2b6aa918f6ca6ffa | [
"Apache-2.0"
] | permissive | yimengfan/BDFramework.Core | 3a046fcd755a84ba55d648dd3ad52c37a1cc1a04 | 81380fce8e84367f912777717665b53f074ab617 | refs/heads/master | 2023-09-04T10:08:47.644992 | 2023-07-05T16:22:11 | 2023-07-05T16:22:11 | 85,928,537 | 2,421 | 497 | Apache-2.0 | 2023-03-21T06:56:21 | 2017-03-23T09:03:48 | C# | UTF-8 | C++ | false | false | 21,453 | cpp | #include "il2cpp-config.h"
#include <memory>
#include "icalls/mscorlib/System.Threading/Thread.h"
#include "il2cpp-class-internals.h"
#include "gc/GarbageCollector.h"
#include "os/Atomic.h"
#include "os/Thread.h"
#include "os/Mutex.h"
#include "os/Semaphore.h"
#include "utils/StringUtils.h"
#include "vm/Array.h"
#inclu... | [
"y755737878@gmail.com"
] | y755737878@gmail.com |
e130e4a9fb3666e6a65f4e3bb412b789ad635a33 | b1ca290baa255e9939882e3711093a8ca0509687 | /711(checking %)/Untitled1.cpp | 86ea05af513edaf80479a6ab26673cac02d13054 | [] | no_license | ZeeshanAhmadKhalil/DevCpp | 26872a9059d683072c116169b4035ea6ae706c54 | c68c67f2972cbc6bca2691dd773a4bff62aa5889 | refs/heads/master | 2020-07-29T00:00:33.065937 | 2019-09-24T06:13:57 | 2019-09-24T06:13:57 | 209,585,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 233 | cpp | #include<iostream>
using namespace std;
main()
{
cout<<"0%5="<<0%5<<endl;
cout<<"1%5="<<1%5<<endl;
cout<<"2%5="<<2%5<<endl;
cout<<"3%5="<<3%5<<endl;
cout<<"4%5="<<4%5<<endl;
cout<<"5%5="<<5%5<<endl;
cout<<"6%5="<<5%5<<endl;
}
| [
"mk1411997@gmail.com"
] | mk1411997@gmail.com |
8d0e67024fb811c4dbfb5a1989a52ef04008007a | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_patch_hunk_4114.cpp | 8143bb12d469bed2245a9481283462ea24eef948 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,319 | cpp | APR_BRIGADE_INSERT_TAIL(header_brigade, e);
}
/* This is all a single brigade, pass with flush flagged */
return(ap_proxy_pass_brigade(bucket_alloc, r, p_conn, origin, header_brigade, 1));
}
-/*
- * Transform buckets from one bucket allocator to another one by creating a
- * transient bucket ... | [
"993273596@qq.com"
] | 993273596@qq.com |
3666877bf4057c7ae8f3982fa51e36913f37f893 | 3e50ba512e0850a2caa564242f71cf586255ca4b | /vstgui/standalone/examples/minesweeper/source/windowcontroller.h | 4fdd2e684361e79355ccb0067226fdd0dd43e88a | [
"BSD-3-Clause"
] | permissive | steinbergmedia/vstgui | c479d31b299fe69dbf37b51a5cfb645c3de90159 | fb7060cd13215bdc4f441c37a754711c772922fd | refs/heads/develop | 2023-09-03T00:11:43.085495 | 2023-08-16T14:38:51 | 2023-08-16T14:38:51 | 48,168,902 | 804 | 157 | NOASSERTION | 2023-08-16T16:12:53 | 2015-12-17T10:46:38 | C++ | UTF-8 | C++ | false | false | 2,023 | h | // This file is part of VSTGUI. It is subject to the license terms
// in the LICENSE file found in the top-level directory of this
// distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
#pragma once
#include "vstgui/standalone/include/helpers/uidesc/customization.h"
#include "vstgui/standalone/include... | [
"scheffle@users.noreply.github.com"
] | scheffle@users.noreply.github.com |
5d03dcd15960940bb377fb1a780bb14177e086bf | 62183ebf1d9ce197aedee9cfe64448621f47d975 | /initialization.cpp | 89866bdef6483aca84ce4be978d72e7a14a22d29 | [] | no_license | kritonp/k-means | 3c4ee9bae4959f1bc3b8bbc2bb6bd847e8cd58cb | e394e5551880fecd9ba1b35d60b112f042a6bf7e | refs/heads/master | 2020-04-26T18:44:59.312227 | 2019-03-04T14:20:26 | 2019-03-04T14:20:26 | 173,753,674 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,251 | cpp | #include "kmeans.hpp"
/**
* Random selection of k points(simplest) using reservoir sampling
* @param matrix{vector<vector<int> >} - dataset
* @param k{int} - # of centroids
* Return a vector of the k-centroids
*/
int KMeans::initialize(vector<vector<double> >& matrix){
cout << "init_method: \t\t" << init_meth... | [
"noreply@github.com"
] | kritonp.noreply@github.com |
276893b5aa395e106131a578dada98322262c28a | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_old_log_7189.cpp | 908e962d64f7edb80a6bbf443dfd0bcd18ab9161 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 222 | cpp | ap_log_error(APLOG_MARK,APLOG_ERR, apr_get_os_error(), ap_server_conf, APLOGNO(00429)
"Parent: SetEvent for child process %pp failed",
event_handles[CHILD_HANDLE]); | [
"993273596@qq.com"
] | 993273596@qq.com |
fefaff7a5c9118c9106505af591fa2f8b5a1ff74 | 99fe82072d81f7eb3e475b14ebc6c92e23f8525b | /Tauros/Hacks/Chams.hpp | 20ad1f71e022233b8f4827a387fd51f5d826c0f7 | [] | no_license | exodus444/Tauros-v2 | 88e7614c0ce35fb869670d53a079e470bb244040 | 5a68dde1c3c5ff750a9dd974c1e66515108f61d1 | refs/heads/master | 2021-09-24T15:21:37.203424 | 2018-10-10T20:08:59 | 2018-10-10T20:08:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,909 | hpp | #pragma once
class Chams
{
public:
void DrawModelExecute_Pre(IMatRenderContext* ctx, const DrawModelState_t &state, const ModelRenderInfo_t &pInfo, matrix3x4_t *pCustomBoneToWorld) const
{
if (!Options::g_bChamsEnabled || !pInfo.pModel)
return;
std::string modelName = Interfaces::ModelInfo()->GetModelName(pI... | [
"Барс@DESKTOP-I8N8JHL"
] | Барс@DESKTOP-I8N8JHL |
baa9ba1ffcc7590c513b3cac6f85d32a78d7ae53 | df12280e981eccc0585907410b782f33dddb46c8 | /sortedmovelist.h | 90fa92323d9dc2bfdde6c7ac4ac30c58272e3954 | [] | no_license | gpiez/hayabusa | 5716e42eba39bcc32505327ffd6a36a71fe3eb76 | 68aea3078c19b012bfa7b026a773443f394cfde7 | refs/heads/master | 2021-01-18T14:36:04.633162 | 2012-11-22T16:41:25 | 2012-11-22T16:41:25 | 589,881 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,004 | h | /*
Copyright (c) 2011, Gunther Piez <gpiez@web.de>
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,... | [
"gpiez@web.de"
] | gpiez@web.de |
5f845cba62ce7b6d1d54fc0485e7c0d939963ab7 | 7e1b1c5f2f3a40f6499b8d5d7b49bc722d2a1917 | /public/hermes/Public/GCConfig.h | 381e893cc16c71486bb94bd48ba47734bbb56f01 | [
"MIT"
] | permissive | joshbedo/hermes | b2d6b0f6c5abaeff94190a2f7b343c0772d9df14 | cda1b533fcda1da28800c05878d27b920364b57d | refs/heads/master | 2022-12-18T18:15:44.266618 | 2020-09-22T18:35:45 | 2020-09-22T18:37:18 | 297,771,133 | 1 | 0 | MIT | 2020-09-22T21:00:35 | 2020-09-22T21:00:34 | null | UTF-8 | C++ | false | false | 9,033 | h | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#ifndef HERMES_PUBLIC_GCCONFIG_H
#define HERMES_PUBLIC_GCCONFIG_H
#include "hermes/Public/CtorConfig.h"
#include "hermes/Public/GC... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
b0c2d1d03db242d7d897d0b26dc16a36c2b5de33 | 8fe02b76e0e04de07e17b54767672ae28d3e2d9d | /pointer_test/pointer_test/main.cpp | ad278a5780cd6a1bec43568c9ad032ed704a6502 | [] | no_license | Rakatashii/cpp_ch7 | dc09a2149e877c365278dd34aff49131b9e77cbd | 8efa5f7973bb64ac1a21efefbf534d024088b06c | refs/heads/master | 2020-04-03T22:33:03.103468 | 2018-11-03T20:02:20 | 2018-11-03T20:02:20 | 155,606,348 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,056 | cpp | //
// main.cpp
// pointer_test
//
// Created by Christian Meyer on 10/28/18.
// Copyright © 2018 Christian Meyer. All rights reserved.
//
#include <iostream>
#include "employee.hpp"
using namespace std;
int main(int argc, const char * argv[]) {
// Good, now having trouble getting or setting e->@name
uniq... | [
"christianmeyer@Christians-MacBook-Pro.local"
] | christianmeyer@Christians-MacBook-Pro.local |
5677da3979454a8b6d514ce5151f9e23683eb20e | 0675d8d5e27637430756edabf2996dcf74a8555f | /day-15/solution.cpp | 8393c3833ad85cd279b24e9fc07f73b514604518 | [
"Unlicense"
] | permissive | markbrown314/advent-of-code-2020 | 69a1f0133893b2df5667d08ad8f76500dd175a51 | 61f549784e4b2547ad48facf17688faee8c2f369 | refs/heads/main | 2023-02-19T05:36:44.214244 | 2021-01-23T19:45:05 | 2021-01-23T19:45:05 | 317,743,625 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,074 | cpp | #include <iostream>
#include <unordered_map>
/*
* 🎅 Advent of Code 2020 Day #15 Rambunctious Recitation Part 1 & 2
* by Mark F. Brown <mark.brown314@gmail.com>
*/
using namespace std;
#define MAX_ARRAY 30000000
int main()
{
unsigned int *puzzle_input = new unsigned int[MAX_ARRAY] {};
puzzle_input[9] = 1... | [
"mark.brown314@gmail.com"
] | mark.brown314@gmail.com |
5ee6aa00ac88dda9c6b67e7eefac132e39491f0c | 5aad40ba5a1eb29799c1ad1c21495faa07e99b36 | /src/examples/directx/Glow/GlowShaderCollection.h | 7574b156445ad68216de5aa7d685e9089ca93638 | [] | no_license | q4a/navidia_proj | 3525bcfdb12dc20dcecf08f2603324feceef7394 | 32c839744ad849f8d4d0273c635c4d601cc1980f | refs/heads/master | 2023-04-16T10:44:39.466782 | 2019-11-30T10:26:47 | 2019-11-30T10:26:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,679 | h | /*--------------------------------------------------------------------- NVMH5 -|----------------------
Path: Sdk\Demos\Direct3D9\src\Glow\
File: GlowShaderCollection.h
Copyright NVIDIA Corporation 2003
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED *AS IS* AND NVIDIA AND
AND ITS SUPPLIE... | [
"xtKnightMM@iCloud.com"
] | xtKnightMM@iCloud.com |
b2f386e66ac32d519caecf333c7bc4b5e91c44e0 | 903a25ce07ab81f3db1a8ab65032fc831ed5cc37 | /Parte 2 - Análise Sintática/implementacao/sintatica-testes/fat.tpp | c0f678187d5c4ada09fbfb4ca74ecb06ebe25694 | [] | no_license | rmmenezes/Compiladores | 7ba8e2caffc3d77e5a037897621793e78db10b58 | d2e1d7098322241e8800feb581a557434cb1e7b9 | refs/heads/master | 2020-03-26T22:41:53.789515 | 2019-08-08T04:27:39 | 2019-08-08T04:27:39 | 145,480,430 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | tpp | inteiro: n
inteiro fatorial(inteiro: n)
inteiro: fat
se n > 0 então {não calcula se n > 0}
fat := 1
repita
fat := fat * n
n := n - 1
até n = 0
retorna(fat) {retorna o valor do fatorial de n}
senão
retorna(0)
fim
fim
inteiro principal()
... | [
"ra29fa@gmail.com"
] | ra29fa@gmail.com |
edc480f50ddb127f9136bf870a9fb9b177145ddc | 9386c7a0d9a2d32f0c4fe9a32178c404d79e0198 | /CPP5/ex01/Bureaucrat.cpp | bac3bcd053d9ea493276728772d1994bb572c720 | [] | no_license | semisvetikp/CPP-modules | 94b22baf64edb29442a0753fa0bb45c08bc7f101 | 64a2eae76673339d17f7c7480325f52a289b5955 | refs/heads/main | 2023-06-01T16:22:02.238074 | 2021-06-12T17:19:39 | 2021-06-12T17:19:39 | 361,297,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,018 | cpp | #include "Bureaucrat.hpp"
Bureaucrat::~Bureaucrat() {}
Bureaucrat::Bureaucrat() {}
Bureaucrat::Bureaucrat(const Bureaucrat &src)
{
_grade = src.getGrade();
}
Bureaucrat& Bureaucrat::operator=(const Bureaucrat &src)
{
if (this == &src)
return (*this);
_grade = src.getGrade();
return (*this);
}
Bureaucrat::Bur... | [
"jradioac@pr-j4.kzn.21-school.ru"
] | jradioac@pr-j4.kzn.21-school.ru |
f8f7b1615d010d844a20b5035b80854a69cf5c0b | 243fd366398c6c046dcdd204df49de0b9766d965 | /test.cpp | 676c3ccc6387a35e533ed86eeb27c72e9f669cd2 | [] | no_license | Mengbabity/Next-Permutation | 5e3e93378d122d8cee45410c6fe31d25b71e3d92 | 90a76fa9a1d741f914125b7f6caf8906e2a98f5b | refs/heads/master | 2020-03-28T09:24:58.984262 | 2018-09-09T14:50:13 | 2018-09-09T14:50:13 | 148,035,024 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 573 | cpp | class Solution {
public:
void nextPermutation(vector<int>& nums) {
int n=nums.size();
if(n==0)
return;
int i,j;
for(i=n-2;i>=0;i--)
if(nums[i]<nums[i+1])
break;
if(i<0)
reverse(nums.begin(),nums.end());
else... | [
"noreply@github.com"
] | Mengbabity.noreply@github.com |
258e4bc640ded86df202bd25c1bdd12a43396d6b | e2d56a14b669a3fe9eadd1c855323dc3e2e74f51 | /src-common/cpp/demo/io-buffered.cc | e6444f0a91d799237eb66f574e6da08acc5c5da8 | [] | no_license | matteobertozzi/misc-common | 2d40d843692a76a34839b82076146639c9e35f6c | d02dca2403b8cddbdf5bb4c0b2a82201db170940 | refs/heads/master | 2021-01-23T11:49:22.957834 | 2014-12-08T10:49:32 | 2014-12-08T10:49:32 | 3,178,931 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,081 | cc | /*
* Copyright 2012 Matteo Bertozzi
*
* 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 l... | [
"theo.bertozzi@gmail.com"
] | theo.bertozzi@gmail.com |
d6af9213fa96d06e9ccbae22d7f1c6070527b81c | 934abbdac400a5f24ed913208087af83f029d7e8 | /include/Buildings/Workshop/Workshop.h | 1316a88b43d4c9b1ea1bc4f9f29d4fc61b1fbe0a | [] | no_license | michaelschuff/clash_of_carrots | 6ee6f77f38a3419201857c7ad0c0a14b05ed4498 | e154638d2941df245f6594e12938949223299cd7 | refs/heads/master | 2023-07-18T19:27:08.135130 | 2021-09-20T19:19:28 | 2021-09-20T19:19:28 | 404,450,515 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 404 | h | //
// Workshop.h
// clash_of_carrots
//
// Created by Michael Schuff on 9/12/21.
//
#ifndef Workshop_h
#define Workshop_h
#include <stdio.h>
#include "Buildings/Building.h"
#include "WorkshopData.h"
namespace coc
{
namespace BUILDING
{
class Workshop: public Building
{
public:
Workshop(const glm::vec2& _positio... | [
"mschuff0881@gmail.com"
] | mschuff0881@gmail.com |
b95bc0e2b943a5fe443c9b1ce86cf1e1726728ab | 876a76a1d13e8b6854e96850f4d9347a273cd281 | /metrics/motion_metrics.cc | e0b17aecf7e6417afe50104ae079be3522f15036 | [] | no_license | gregor-ovsenjak/ontology-AVL | 781de6547619f2d8bd8ac9aff6224df5e922a1d6 | e77c593c77f3c35391d77dc62a3ae93bd2ad7748 | refs/heads/main | 2023-05-10T15:07:22.943917 | 2021-06-15T12:27:13 | 2021-06-15T12:27:13 | 377,059,979 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 42,348 | cc | /* Copyright 2021 The Waymo Open Dataset Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable ... | [
"gregor.ovsenjak@gmail.com"
] | gregor.ovsenjak@gmail.com |
0dc813fb73b6d2b5bffc842f42929b0aa3f6519f | 015e2e382f2bd16e2aa9d467d38bf5f8b1a23e06 | /talleres/Taller7/Receptor/Receptor.ino | 70b2c4166255fe81f32286f72637a57b84cecacf | [] | no_license | juan21258/Conmutation-Theory | 4303a966e963fac0500286bb730039296e5b9bad | 3d5db2068536961e5e172c22eb40e0d9052a5a11 | refs/heads/master | 2021-01-19T04:08:13.536959 | 2016-05-27T23:13:23 | 2016-05-27T23:13:23 | 59,867,755 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 459 | ino |
int ent;
//entrada
void desplazar(){
//proceso
while(bitRead(PINC,7) == LOW){
bitSet(PORTA,0);
}
bitClear(PORTA,0);
}
void setup(){
Serial1.begin(9600);
Serial.begin(9600);
DDRA = B11111111; //habilitación puertos
}
void loop(){
if (Serial1.available()>0)
{
ent=Serial1.read()... | [
"Juan David Pérez Pérez"
] | Juan David Pérez Pérez |
1c43226e730279bc337d0e81d9d9ef71cfe5676f | 26634854a53523f2415e87f01a9779298c3c4eb9 | /Project/Engine/CRes.h | 702465d39b0037ba128d0965ae8d510f71e9d840 | [] | no_license | Devsignerr/Death-s-Door-Project | 48ba6520ac8334ca80f31c38d62d194f5fd8a2ed | 3dd593e187c766b211e64653f423840fe56f1dfe | refs/heads/main | 2023-08-06T20:46:08.302664 | 2021-09-24T04:58:09 | 2021-09-24T04:58:09 | 390,807,297 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 969 | h | #pragma once
#include "CEntity.h"
#include "Ptr.h"
class CRes :
public CEntity
{
private:
wstring m_strKey;
wstring m_strRelativePath;
int m_iRefCount;
private:
void AddRef() { ++m_iRefCount; }
void SubRef() { --m_iRefCount; }
public:
void SetKey(const wstrin... | [
"saint5944@naver.com"
] | saint5944@naver.com |
adac06707bd6c63249255c6500eba2779d88c186 | 183a51173499f61441a6f8e633971fb0850c3659 | /DP/Recursive Solution/Partition Equal Subset Sum.cpp | 848ef6d12fba43e49126302b0d3176e10f03f36b | [] | no_license | Arhan13/Babbar-450qs | f81107ef99f5ba74969cfa7c5773d69ae579f0c2 | 5cdc707c05f52818910ce384554ba00b39a0753e | refs/heads/main | 2023-06-15T01:04:25.173436 | 2021-07-04T11:00:19 | 2021-07-04T11:00:19 | 341,929,408 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 869 | cpp | class Solution
{
public:
bool isSubsetSum(int arr[], int n, int sum)
{
if (sum == 0)
{
return true;
}
if (n == 0 && sum != 0)
{
return false;
}
//if last element is greater than sum, then ignore it
if (arr[n - 1] > sum)
... | [
"arhanchoudhury@gmail.com"
] | arhanchoudhury@gmail.com |
5b6083f523b5320a7255d5c884743dd5d663fc97 | 65ba721538460db29c0bea3252b6b7ddd0897436 | /graphics3.2/src/Cube.cpp | f0229d58c9d59559e15f42c5118d0ce740f58d8f | [] | no_license | koryslaby/Graphics | 36b4a81669ecb3f37de57dce787cf7c5fb80f16d | a7d1768abae02d2b7ded75b7aa4db74e9b5a0168 | refs/heads/master | 2020-04-17T00:40:17.099556 | 2019-06-20T18:29:15 | 2019-06-20T18:29:15 | 166,058,109 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,970 | cpp | //
// Created by kory on 3/20/19.
//
#include <iostream>
#include "Cube.h"
float cubeVertices[216] = {
-0.5f, -0.5f, -0.5f, 1.0f, 0.0f, 0.0f,
0.5f, -0.5f, -0.5f, 1.0f, 0.0f, 0.0f,
0.5f, 0.5f, -0.5f, 1.0f, 0.0f, 0.0f,
0.5f, 0.5f, -0.5f, 1.0f, 0.0f, 0.0f,
-0.5f, 0.5f, -0.... | [
"kory.slaby@gmail.com"
] | kory.slaby@gmail.com |
8b4f695cc021a2519e4eea8cae7126824b44f4be | 64a0891809ace2c0dbf60b48db914a9552c73b41 | /TravelersTailsV3/src/ttClusterLoader.cpp | 906f1ebc79717f68b2450dfa1662c13e68a65c07 | [] | no_license | SodaLtd/Travellers-Tails | 35d0f41a76a1d6c5487a6db48f468a721d9d6909 | 4b6d40d8f52e739ed4ea399fb0607377813833cb | refs/heads/master | 2021-01-16T20:41:41.665527 | 2016-06-24T14:35:41 | 2016-06-24T14:35:41 | 61,638,309 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,191 | cpp | //
// ttClusterLoader.cpp
// TravellersTailsV2
//
// Created by Jonathan Jones-morris on 30/04/2015.
//
//
#include "ttClusterLoader.h"
#include "ttCluster.h"
#include "ofApp.h"
const int k_max_journey_length = 6;
//const int k_max_clusters = 2;
const int k_max_clusters = 4;
const int k_max_cluster_... | [
"jons@Jonathans-Pro.home"
] | jons@Jonathans-Pro.home |
f7cc863e6ad705dfff13a4509c0638cbf4a79a2e | b0dd7779c225971e71ae12c1093dc75ed9889921 | /boost/graph/kruskal_min_spanning_tree.hpp | e86e510f6488d578088312a8be269525598f7936 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSL-1.0"
] | permissive | blackberry/Boost | 6e653cd91a7806855a162347a5aeebd2a8c055a2 | fc90c3fde129c62565c023f091eddc4a7ed9902b | refs/heads/1_48_0-gnu | 2021-01-15T14:31:33.706351 | 2013-06-25T16:02:41 | 2013-06-25T16:02:41 | 2,599,411 | 244 | 154 | BSL-1.0 | 2018-10-13T18:35:09 | 2011-10-18T14:25:18 | C++ | UTF-8 | C++ | false | false | 5,985 | hpp | //
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy a... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
b20aac81ad154bdbc228706df7fc5b2efa3d2eb2 | 90047daeb462598a924d76ddf4288e832e86417c | /content/child/webfileutilities_impl.cc | c19c92d11125b54a4583e508d259ec5807c8658b | [
"BSD-3-Clause"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | C++ | false | false | 1,816 | cc | // 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 "content/child/webfileutilities_impl.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/logging.h"
#include "... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
81435cbd1c1bbd70f5e735623ba866094eb936e7 | 27b3c7fa81a61d9f600ec3010c1e82002ef79b80 | /arm2/Projects/elf/elf/main.cpp | 2be4209334259d2267288401df78217170284eb5 | [] | no_license | siemens-elfloader/elf | d9222a44481d3a6d2669446cd08c110a80f26225 | 878f7315e755a061967e6d8e0f59566829a9fbdf | refs/heads/master | 2023-02-13T06:59:48.187208 | 2021-01-06T09:41:52 | 2021-01-06T09:41:52 | 327,263,185 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 488 | cpp | #include <stdio.h>
#include <stdlib.h>
#include "loader.h"
int main()
{
int size;
char *buffer;
FILE *f = fopen("C:\\test.elf", "rb");
if(!f)
{
printf("Failed to open file\n");
system("pause");
return 1;
}
fseek(f, 0, SEEK_END);
size = ftell(f);
fseek(f, 0, SEEK_SET);
buffer = new... | [
"danile71@gmail.com"
] | danile71@gmail.com |
130157a34fbfc8c6004f310106b99e333c7b661f | df16949e9f92d4eed0fb4534ac759702ebe16827 | /backup/old/_/v99.1_warosu_bypassless_packet_editor/warosu/SendPacket.cpp | 2d3b3faf9b338c90b236156a5de5272a3064ca54 | [] | no_license | easy-forks/Recycle-Bin | 083cfa4434f4731d8a3b1c3749c92876ebea7539 | cda07c87654ffd4951bff733f4a3517952433afd | refs/heads/master | 2023-03-15T18:06:13.423070 | 2018-06-10T15:45:17 | 2018-06-10T15:45:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 471 | cpp | #include"SendPacket.h"
namespace PS{
DWORD SendFunction = 0x00479700;
}
BOOL PS::SendPacket(char Packet_STR[]){
int Packet_Size;
BYTE Packet[4096];
Packet_Size = Asm::ChartoByte(Packet_STR, Packet);
if(Packet_Size == -1 || Packet_Size < 2){
return FALSE;
}
//created by airride^^
_asm{
... | [
"29014872+Riremito@users.noreply.github.com"
] | 29014872+Riremito@users.noreply.github.com |
ec30ac9e965bc72c87ca789fe9ccf37590cf2a85 | 2c97fc62eab1f78c4a5d1a83826a75209ebb6d39 | /1比赛题目/18.10.16模拟赛/source/source/ypy/nearcows.cpp | 7fec838d468f7ab2d3f0c30897f462a19a4594a4 | [] | no_license | GaisaiYuno/My-OI-Code-1 | f32932f1004e593ffee0b0e97cffd25d9e2851bf | c57ec4e2aaa1d770ee9490a42710d1cf71a153f2 | refs/heads/master | 2020-12-31T23:13:46.913582 | 2020-02-08T01:09:46 | 2020-02-08T01:09:46 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,032 | cpp | //luogu P3047
//树形DP,DP两次
//dp1[i][j]表示i的子树中与i距离为j的个数
//dp2[i][j]表示除i的子树外与i距离为j的个数
//dp1[x][j]=sum(dp[y][j-1]) x为y的父亲
//dp2[y][j]=dp1[x][j-1]-dp1[y][j-2]+dp2[x][j-1] x为y的父亲
// dp1[x][j-1]-dp1[y][j-2]表示x的子树中除了y的子树,距离为j-1的点的个数 (即除掉与y距离为j-2的点的个数)
// dp2[x][j-1]为x上方的点
#include<iostream>
#include<cstdio>
#include<cst... | [
"1980878786@qq.com"
] | 1980878786@qq.com |
518a46a9b7dba3ef99e6b30ecc6627fa70d8e2d3 | ba67fcb9cc49ede6e86c64bf6e31dd1ab244756e | /PeerClientUI/VCWnd.h | bc1aa5c8c49d806728ddd7bd6a0b07ad72e046d6 | [
"Apache-2.0"
] | permissive | gkusmierz/webrtc-Qt-example | b79866217194fe118dc913e2a82e4b7c0b1a08a0 | 972bd56d8c6ad1e1576098415172b5746d65d8cf | refs/heads/master | 2023-05-04T07:44:16.236621 | 2014-11-17T15:55:30 | 2014-11-17T15:55:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 584 | h | #ifndef VCWND_H
#define VCWND_H
#pragma once
#include "QtWidgets\qmainwindow.h"
#include "QtGui\qpainter.h"
#include "UiObserver.h"
#include "QtCore\qpoint.h"
namespace render
{
class UiObserver;
}
namespace render
{
class VCWnd :
public QMainWindow
{
public:
explicit VCWnd(render::UiObserver* UI, bool islocal)... | [
"yufeng.zjj@gmail.com"
] | yufeng.zjj@gmail.com |
9bd13cdadeb78350707d2b20bcd11a50ffa4d2c7 | c690537ba968e144f76a0156ab815c88fad7d1d7 | /codebase/libs/radar/src/include/radar/ClutFilter.hh | 8adf5c048fcd75bef115232a8456a5507bb82c09 | [
"BSD-3-Clause"
] | permissive | paulyc/lrose-core | 52e9d6f7ae32e6292c0300a252772286f91949e2 | 84cdbbdd94126f6ea43bd69939d0801c7776e997 | refs/heads/master | 2022-08-22T14:08:23.238033 | 2020-05-23T23:50:43 | 2020-05-23T23:50:43 | 265,976,676 | 1 | 0 | NOASSERTION | 2020-05-23T23:50:45 | 2020-05-21T23:54:39 | null | UTF-8 | C++ | false | false | 8,969 | hh | // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
// ** Copyright UCAR (c) 1990 - 2016
// ** University Corporation for Atmospheric Research (UCAR)
// ** National Center for Atmospheric Research (NCAR)
// ** Bo... | [
"dixon@ucar.edu"
] | dixon@ucar.edu |
987936120965478d0b42041ba70e9358907311de | 6786eebd9d7b7497a747fff7c9e078e6ddb844a2 | /map/hash_map.cpp | 459de1b2ee3e86bb84443630de6939a2b898a323 | [] | no_license | midhunpmadhav/data_structures | 671a336af492c323f7917df7e3eef2b9b62e9fe9 | dfd86b521c0e01d8d94d149c2641982585baab79 | refs/heads/master | 2020-06-07T13:29:34.607503 | 2019-11-26T03:08:11 | 2019-11-26T03:08:11 | 193,033,015 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,178 | cpp | /*
* Author : Midhun P
* Description : Map implementation
* Remarks : Implement map without STL
*/
#include <iostream>
using namespace std;
#define BUCKETS 10007
int find_hash(char *s){
int p = 31;
int pwr = 1;
int hash = 0;
char *c = s;
for(char *c = s; *c != '\0'; ++c) {
hash = (hash +... | [
"midhunpmadhav@gmail.com"
] | midhunpmadhav@gmail.com |
a14423043611bd6269e9945c395153ed6970aec6 | cb139fea046b9d0ba72788e24bfc846ecc9fd34b | /Algorithm/Segment-Tree/10868.cpp | fbb2236366a01a8584ecddb09578a6ee3ebc1da0 | [] | no_license | riverandeye/Investment | a7a9c0eeb5918897e0beae57dd52f5900820dc11 | 856587e35abb8037f2831fa8dd9b30e32f86d496 | refs/heads/master | 2022-05-16T19:18:42.194982 | 2022-04-15T01:36:52 | 2022-04-15T01:36:52 | 194,798,982 | 16 | 3 | null | 2022-03-02T00:38:16 | 2019-07-02T06:09:25 | C++ | UTF-8 | C++ | false | false | 1,375 | cpp | #include <iostream>
#include <algorithm>
typedef long long ll;
using namespace std;
ll input_data[1000001];
ll segtree[2100000]; // 들어오는 입력의 갯수가 항상 트리의 밑에 다 깔릴 수 있게 구성해야 (그냥 2배가 아니라 2^n 형식으로)
int N, M;
void init(int node, int S, int E)
{
if (S == E)
{
segtree[node] = input_data[S];
return;
}
init(no... | [
"riverandeye@gmail.com"
] | riverandeye@gmail.com |
87e588d0a41384c5bfacf214451f1c0ab975a1c8 | f2c682f94181d5977a2a3f8e6bbf3cd393a86501 | /cpp/Trie.cpp | 94cb7e2471a01a09fdfbadf0d7c139a5bab2bfda | [] | no_license | XavierT/word-finder | e9d5918623d8c5da099a1987ae213fab7d722765 | 67f32f89c72901eab3c8a675a1866bdf0f941fde | refs/heads/master | 2021-01-23T15:03:05.887550 | 2013-08-13T19:26:32 | 2013-08-13T19:26:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19 | cpp |
#include <Node.h>
| [
"sseingalt@gmail.com"
] | sseingalt@gmail.com |
3ab3fe38d48640355024deaa8e3b49dc6aaba1e9 | 86db52d9d09c916557cbfb56205e5616efa7d504 | /src/Util/hash.h | 379c092309a8f10659a2747abc5f6d767e4298a4 | [] | no_license | theabdulsalam/NVMe-oF-HashKV | c8f6b45a9f929c926ed40cb78545354520cbe125 | d1b7eda4146d0db1961a23b72821e2eb43c3b14d | refs/heads/main | 2023-08-14T03:49:13.091301 | 2021-09-22T08:43:24 | 2021-09-22T08:43:24 | 409,118,602 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,180 | h | #ifndef UTIL_HASH_H_
#define UTIL_HASH_H_
#include <functional>
#include <stddef.h>
inline size_t standard(const void* _ptr, size_t _len,
size_t _seed=static_cast<size_t>(0xc70f6907UL)){
return std::_Hash_bytes(_ptr, _len, _seed);
}
// JENKINS HASH FUNCTION
inline size_t jenkins(const void* _ptr, s... | [
"noreply@github.com"
] | theabdulsalam.noreply@github.com |
712d9c49a16b39ca7278813eda2986bb64489657 | 78918391a7809832dc486f68b90455c72e95cdda | /boost_lib/boost/geometry/srs/projections/impl/pj_inv.hpp | 618dea3ee476e98d8a02177ef51fe879349e3a74 | [
"MIT"
] | permissive | kyx0r/FA_Patcher | 50681e3e8bb04745bba44a71b5fd04e1004c3845 | 3f539686955249004b4483001a9e49e63c4856ff | refs/heads/master | 2022-03-28T10:03:28.419352 | 2020-01-02T09:16:30 | 2020-01-02T09:16:30 | 141,066,396 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,235 | hpp | // Boost.Geometry (aka GGL, Generic Geometry Library)
// This file is manually converted from PROJ4
// Copyright (c) 2008-2012 Barend Gehrels, Amsterdam, the Netherlands.
// This file was modified by Oracle on 2017.
// Modifications copyright (c) 2017, Oracle and/or its affiliates.
// Contributed and/or modified by A... | [
"k.melekhin@gmail.com"
] | k.melekhin@gmail.com |
4723b53c5be7b9b162c0c1fb216fc08b7731c11b | 30ec2372ac36d40f4557c5f39cb606452e6e6bf5 | /asps/Simulation/geant321/include/geant321/hadpar.inc | c2b1cadb69942118c4b3d436fc7d2af590d3897f | [] | no_license | yfisyak/star-sw | fe77d1f6f246bfa200a0781a0335ede7e3f0ce77 | 449bba9cba3305baacbd7f18f7b3a51c61b81e61 | refs/heads/main | 2023-07-12T01:15:45.728968 | 2021-08-04T22:59:16 | 2021-08-04T22:59:16 | 382,115,093 | 2 | 0 | null | 2021-07-01T17:54:02 | 2021-07-01T17:54:01 | null | UTF-8 | C++ | false | false | 989 | inc | *
* $Id: hadpar.inc,v 1.1.1.1 2004/01/15 00:12:28 potekhin Exp $
*
* $Log: hadpar.inc,v $
* Revision 1.1.1.1 2004/01/15 00:12:28 potekhin
*
*
* Revision 1.1.1.1 1997/11/03 15:29:51 atlascvs
* Importing CERNLIB version 08.21.
*
* Revision 1.1.1.1 1995/10/24 10:20:39 cernlib
* Geant
*
*
#ifndef CERNLIB_GEANT321_HAD... | [
"fisyak@rcas6005.rcf.bnl.gov"
] | fisyak@rcas6005.rcf.bnl.gov |
4a0d3c8d27892bcc93e71fe83af8485ea8417287 | ed444c4a0ed1fe679da64b81ec6aa1ddf885a185 | /Foundation/Render/Common/Shader/VertexFragmentShaderProgram.h | d98c728669cc8c81b49cdc26cae0512c5d0691c8 | [] | no_license | swaphack/CodeLib | 54e07db129d38be0fd55504ef917bbe522338aa6 | fff8ed54afc334e1ff5e3dd34ec5cfcf6ce7bdc9 | refs/heads/master | 2022-05-16T20:31:45.123321 | 2022-05-12T03:38:45 | 2022-05-12T03:38:45 | 58,099,874 | 1 | 0 | null | 2016-05-11T09:46:07 | 2016-05-05T02:57:24 | C++ | GB18030 | C++ | false | false | 364 | h | #pragma once
#include "ShaderProgram.h"
namespace render
{
class VertexFragmentShaderProgram : public ShaderProgram
{
public:
VertexFragmentShaderProgram();
virtual ~VertexFragmentShaderProgram();
public:
/**
* 添加文件 vpath 顶点, fpath片元
*/
bool loadVertexAndFragmentShader(const std::string& vpath, const ... | [
"809406730@qq.com"
] | 809406730@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.