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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4f62315adc5ab4d12305d24be2e0c7c6781decb4 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /chrome/browser/sync/test/integration/sync_app_list_helper.cc | cf6f9e332d00c9984e932a9ab72c40794a7750cb | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 7,061 | cc | // Copyright 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.
#include "chrome/browser/sync/test/integration/sync_app_list_helper.h"
#include <map>
#include <vector>
#include "base/strings/stringprintf.h"
#include ... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
07f63bb31b80452d056d7fa9bff47ee34e69f7c6 | 9834f79213a52feb5de3049e484eb4d5128291b4 | /src/logging/rtc_event_log/encoder/var_int.h | f1d9b2a243ee7e4bf66d112613149f6dc750afe7 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lcx1249445475/rtc | 75f82b233e5ef6ccacc340765b82cb6cc9887ba5 | c5fd8213776ebb1865009948b279f46e9e320a6a | refs/heads/main | 2023-01-20T16:04:08.640598 | 2020-12-04T03:17:31 | 2020-12-04T03:17:31 | 317,800,356 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,834 | h | /*
* Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All con... | [
"1249445475@qq.com"
] | 1249445475@qq.com |
286517c51911a1ef7512efd26a89f503193c2e8e | 2792e7c5899ec4e68ac4315b843f7b8f8a237ac2 | /AOJ/ITP1/001/D_Watch.cpp | b5728995f6a0868a9f6319e971c79c83ca54968c | [] | no_license | murosan/contest-study | 78997269e96e427767f50d3cc1f95e19a88a10ff | 4d668983d83719caacd23d8394ebd5f8e8fe125f | refs/heads/master | 2018-12-10T21:14:17.644299 | 2018-10-01T14:48:30 | 2018-10-01T14:48:30 | 116,234,726 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 193 | cpp | #include <iostream>
using namespace std;
int main()
{
int s;
cin >> s;
cout << s / 3600;
cout << ":";
cout << (s % 3600) / 60;
cout << ":";
cout << s % 60 << endl;
return 0;
}
| [
"masashi_16n1200013@nnn.ed.jp"
] | masashi_16n1200013@nnn.ed.jp |
481ff0fca7855d94bd506a1198316c3152347687 | 3a5c94dce25e38fc083619a2a0bf8a657b9afb8c | /vol_001/p138.cpp | a6d84f34ee4f9655233df2a654db0442c7d281f5 | [] | no_license | tkoz0/problems-online-judge | a322e296fb14fdf4ca616352ead28895465879e9 | 3372c6fe75556a9dd3e6eb8b06ae65058290ab31 | refs/heads/master | 2022-07-23T01:20:57.380524 | 2022-07-10T07:15:56 | 2022-07-10T07:15:56 | 157,949,283 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 741 | cpp | #include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <assert.h>
#include <math.h>
typedef uint64_t u64;
int main(int argc, char **argv)
{
u64 X = 1;
uint32_t printed = 0;
while (++X, printed != 10)
{
// there must exist some N so sum (X+1)+(X+2)+...+N == left
// N = (-1+s... | [
"you@example.com"
] | you@example.com |
41e07fbde890e4f04777442139799c01b59b7d57 | 8cb0dda0453007dc677bc15f0c80b94800fbaceb | /final_proj_uncented_kalman_filter_traffic_flow_tracking/src/ukf.h | 0e9ea675135ffedbcf4712ad20033c5c00d61765 | [] | no_license | zibeijiushizixin/UdacitySensorFusion | e0cfd82bd8d5aed98df736403b2029b17273e8bd | 133821dd1a49288ed1244a35f9abfef87e28b619 | refs/heads/master | 2022-11-16T16:07:04.961644 | 2020-07-10T04:50:17 | 2020-07-10T04:50:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,530 | h | #ifndef UKF_H
#define UKF_H
#include "Eigen/Dense"
#include "measurement_package.h"
class UKF {
public:
/**
* Constructor
*/
UKF();
/**
* Destructor
*/
virtual ~UKF();
/**
* ProcessMeasurement
* @param meas_package The latest measurement data of either radar or laser
*/
void Proces... | [
"chenyus@umich.edu"
] | chenyus@umich.edu |
1a89701bc66e87b3062a91d80a23d67a476641d3 | 6226d6aed3629aa4069c46971ffe764bb6c743f6 | /ThirdParty/EMotionFX/Source/PositionConstraint.h | 964e546abb527c780cd43a4bef428c3c39e30b43 | [] | no_license | Myway3D/Myway3D | 83c30258f1e3eae90e619269406acd0ddeac7887 | 39cf569993f62fc648cbba49ebf74b3f8a64e46a | refs/heads/master | 2020-04-22T20:24:15.817427 | 2014-03-09T14:25:23 | 2014-03-09T14:25:23 | 170,640,096 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,168 | h | /*
* EMotion FX 2 - Character Animation System
* Copyright (c) 2001-2004 Mystic Game Development - http://www.mysticgd.com
* All Rights Reserved.
*/
#ifndef __POSITIONCONSTRAINT_H
#define __POSITIONCONSTRAINT_H
#include "Constraint.h"
#include "MemoryCategories.h"
namespace EMotionFX
{
/**
* ... | [
"Myway3D@Gmail.com@ff49bfeb-f889-bd78-9ae6-4dc862721fa0"
] | Myway3D@Gmail.com@ff49bfeb-f889-bd78-9ae6-4dc862721fa0 |
c858897247deedf5a2fa8ae4879c43595209b87e | 1c9d04a9352e6d86480f9e0947f930db042d8e80 | /src/libs/aspect/inifins/vision_master.cpp | 494adae44546fbc7b670e7007a8f4197b9191afe | [] | no_license | fawkesrobotics/fawkes | 2c9de0cdb1dfcc951806434fe08458de5a670c8a | ad8adc34f9c73ace1e6a6517624f7c7089f62832 | refs/heads/master | 2023-08-31T01:36:15.690865 | 2023-07-04T17:05:55 | 2023-07-04T17:05:55 | 1,030,824 | 62 | 26 | null | 2023-07-04T17:05:57 | 2010-10-28T04:22:55 | C++ | UTF-8 | C++ | false | false | 4,244 | cpp |
/***************************************************************************
* vision_master.cpp - Fawkes VisionMasterAspect initializer/finalizer
*
* Created: Tue Nov 23 23:06:13 2010
* Copyright 2006-2010 Tim Niemueller [www.niemueller.de]
*
****************************************************************... | [
"niemueller@kbsg.rwth-aachen.de"
] | niemueller@kbsg.rwth-aachen.de |
01f8f1f197915570ce54a11bd6158b69aeab07ba | 41813fb18cbe9ee1d855553a9b9094fb8d639d1e | /First-Assignment/1-9.cpp | d932462fb3fffd6cfd28c574d04c8474d131edc2 | [] | no_license | PrateekNITH/Assignment-192007-DSA | d145e0a5b37e0bba355e3884ecec77a8721bf084 | fb2271611b3755083f420f2976e551c6d6cfe563 | refs/heads/main | 2023-08-03T00:11:35.795520 | 2021-10-01T13:39:48 | 2021-10-01T13:39:48 | 402,497,708 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 739 | cpp | /*
Roll No. 192007
*/
#include <bits/stdc++.h>
#include <string>
using namespace std;
int main(){
int n,i,j;
cout<<"\nEnter the number of elements : ";
cin>>n;
int arr[n];
vector<int> sol;
cout<<"\nEnter Elements (only positive integers) : ";
for(i=0;i<n;i++)
{
cin>>arr[i];
... | [
"192007@nith.ac.in"
] | 192007@nith.ac.in |
b6c5187cd696009c800480d830d485ea55cdf316 | 952353746e87b84414d308c4aa46f2e99c0afeea | /C++/Lab08/8.2.cpp | a9459457fc080f1cd821486cdfa4884ecb01f9d9 | [] | no_license | Ark223/Uni-Programming | 04b024406e06112f91742ef58ba84394de8cf09f | b570c8dc9887f237a106157104ff3784e9797ddd | refs/heads/master | 2020-09-28T09:01:29.713514 | 2020-06-07T16:35:04 | 2020-06-07T16:35:04 | 226,741,154 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,767 | cpp | #include <algorithm>
#include <chrono>
#include <ctime>
#include <fstream>
#include <iostream>
#include <iterator>
#include <sstream>
#include <string>
#include <vector>
using namespace std;
void Swap(int* a, int* b) {
int temp = *a;
*a = *b;
*b = temp;
}
void BubbleSort(vector<int> &a, int n) {
for (... | [
"Ark223Neww@gmail.com"
] | Ark223Neww@gmail.com |
5202156c18b86ce04f5c14e8d7607ccf9b9e5d32 | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/private/vc6addon/ide/pkgs/include/iswsapi.h | fc7ecd8668d30559958f726f0f1bd853e6d0d9e0 | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 152,549 | h | /* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 3.01.59 */
/* at Wed Dec 11 12:17:47 1996
*/
/* Compiler settings for iswsapi.idl:
Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: none
*/
//@@MIDL_FILE_HEADING( )
... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
f63f0e3e86fc517a692312682483362c6e0a7652 | c0848635afd521f83311b984597540f6c962bd4c | /GLpro/GLpro/src/Control/ControlDown.cpp | 18ffa806c68938b7f95a54a3c34a7f1ab1c8c9a5 | [] | no_license | bluecri/GLProj2 | 3024db28ad1cc5eef2b23b383d8266b3b077b137 | bf2b2710104724e0619d7803491570a28d1bcfd3 | refs/heads/master | 2021-04-09T17:09:18.189207 | 2018-10-19T17:04:47 | 2018-10-19T17:04:47 | 125,709,047 | 0 | 0 | null | 2018-10-19T17:04:48 | 2018-03-18T09:19:16 | C++ | UTF-8 | C++ | false | false | 670 | cpp | #include "./ControlDown.h"
#include "../../stdafx.h"
namespace CONTROL
{
ControlDown::ControlDown(int glfw_key_num, bool bKey)
: Control(bKey)
{
_glfwKeyNum = glfw_key_num;
}
// do not use checkKeyInput return value
bool ControlDown::checkKeyInput(GLFWwindow* pWindow)
{
if (_bKey)
{
if (glfwGetKey(pW... | [
"kjy_1234567@naver.com"
] | kjy_1234567@naver.com |
195e6dcfb265905378044d6a71e3d503301603c3 | f298384bd83e131b02e977b9c9837bf3c571d793 | /src/client/gui/gui_text.cpp | d4827bf0e41cd59d413da6b71c5aeda688d9bc67 | [
"MIT"
] | permissive | joaovdonaton/open-builder | fa76daf6b8ce9a8e8f12f845370fabaa22bde0e0 | 4b23e43e064fb80076031ff91b25cc72accb0ed0 | refs/heads/master | 2022-06-15T20:24:31.939572 | 2020-02-19T22:25:54 | 2020-02-19T22:25:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,714 | cpp | #include "gui_text.h"
#include "../gl/font.h"
#include "../maths.h"
#include "gui_shader.h"
namespace {
struct Mesh {
std::vector<GLfloat> vertices;
std::vector<GLfloat> textureCoords;
std::vector<GLuint> indices;
GLuint icount = 0;
};
// Adapted from https://github.com/SFML/SFML/blob/master/src/SFML... | [
"matts.hopson@gmail.com"
] | matts.hopson@gmail.com |
15c9209c55c26fcbfb03825c8231d8d4addc3529 | f81ef2affd625fcd651ccc15b686f15dd64203c0 | /07.Wizard97/COMPLETE.CPP | 47a9028f7bda6f4c35df57d4008fce06f48307c1 | [] | no_license | goodpaperman/component | 3f754b525fcf62adee8fd5ef2d4cb81fae482b82 | 99d0a47105dacf2049669fc83f04b62f28ead78d | refs/heads/master | 2020-05-30T11:00:08.696819 | 2019-06-01T03:42:36 | 2019-06-01T03:42:36 | 189,687,007 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,759 | cpp | // Complete.cpp : implementation file
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic document... | [
"haihai107@126.com"
] | haihai107@126.com |
38478a8e307a6488efc83ba07cb33f637501cef2 | d9ec3403855c8bb69a6fd0ffc5383df1ffcc17ba | /ShootGo_4/Game.h | e8b1c085dcee633eca85c50e0d66cb539764cd3c | [] | no_license | MohammadMDSA/DirectX11_TRO | 7465eafdc65ba6f1a8825b6deecfd0276ec95fb7 | 2261f6e04af166aa019575d0901f7eab5f3db880 | refs/heads/master | 2021-01-19T19:44:48.215905 | 2017-08-26T11:19:01 | 2017-08-26T11:19:01 | 101,207,099 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,125 | h | //
// Game.h
//
#pragma once
#include "StepTimer.h"
#include "CommonStates.h"
#include "DDSTextureLoader.h"
#include "DirectXHelpers.h"
#include "Effects.h"
#include "GamePad.h"
#include "GeometricPrimitive.h"
#include "Model.h"
#include "PrimitiveBatch.h"
#include "ScreenGrab.h"
#include "SimpleMath.h"
#include "Sp... | [
"samimd.77@gmail.com"
] | samimd.77@gmail.com |
1f3bdc7e839ca08dfbd964e3c18c5bee20bbb974 | 145f0dfdcc086f932bdf5d55b68f85e7441cd39b | /Lab5/stack.cpp | 7db89d39f8fe84121bc88efac04d88f7485d81a5 | [] | no_license | mattgmcadams/CSC212_labs | 55d41ea34c43c2da6e838a3dd06a06b0259b4386 | 1ac82d376bba7adea72e144cf786ed6fa5cd5cf5 | refs/heads/main | 2023-07-27T02:00:04.428595 | 2021-09-15T15:09:49 | 2021-09-15T15:09:49 | 406,816,533 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 716 | cpp | #include "stack.h"
#include <cstddef>
Stack::Stack() {
this->head = nullptr;
this->_size = 0;
}
Stack::~Stack() {
Node* p = head;
while (head != nullptr) {
head = head->next;
delete p;
p = head;
}
}
void Stack::push(int data) {
if (head == nullptr) {
head = ... | [
"mattgmcadams@gmail.com"
] | mattgmcadams@gmail.com |
a02134aacdd8e41d866a7712f666040512703426 | c0832173ff615c51ea0b5454742aab3dc7e065fc | /DISSERTATION/FEM_Project/FE_Solution.cpp | c170a623cde18c7d5ac850229aeb74d547c5bf93 | [] | no_license | sammyjp/FEM_DISS | 1d6dfbf78ba82a6b2c94b703927fa394c03d7727 | 27e8ce8a8d5d822788cd3afaacd2466e39a4cf82 | refs/heads/master | 2021-01-25T11:55:04.339027 | 2019-02-14T00:34:13 | 2019-02-14T00:34:13 | 93,951,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,910 | cpp | #include <cmath>
#include <cassert>
#include "Element.hpp"
#include "FE_Solution.hpp"
#include "Matrix.hpp"
#include "Mesh.hpp"
#include "Vector.hpp"
FE_Solution::FE_Solution(Mesh& mesh, int polynomialDegree)
{
mMeshReference = &mesh;
mPolynomialDegree = polynomialDegree;
InitialiseElementDofs();
mNu... | [
"wh6i4w64im40"
] | wh6i4w64im40 |
f4a824aced0daa07783407b60a909a9f23c88c90 | 73a94174af592e3e6107282c7b04a11b256fa0ac | /ARWithWord/Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/mscorlib1.cpp | 2c85ccb208eec526e4c45fc2772c098de33ae30f | [
"MIT"
] | permissive | CPT-BJ/ARWithWord | 55b1f561441947b6dff8ce9142956122e879bc80 | 8c591d791f07b591c69c57042d934f21ff3c2baa | refs/heads/main | 2023-04-20T10:58:45.670593 | 2021-05-08T07:46:42 | 2021-05-08T07:46:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,257,336 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
#include "icalls/mscorlib/System/Buffer.h"
#include "icalls/mscorlib/System/CLRConfig.h"
#include "icalls/mscorlib/System.Globalization/CalendarData.h"
#include "icalls/mscorlib/Syst... | [
"shibuiyusuke@gmail.com"
] | shibuiyusuke@gmail.com |
9d0b616c361665d1b16045eba688d96f3ecb2107 | 2f95b0bd9af48ffad8b7e6f1555cccf147cd3d5c | /laba12/main.cpp | 613e03cc87862258ae80353b4d647acd0828e607 | [] | no_license | arcaha/Lab_12 | ab6dd7de3c4996207e856bbad8ec40a06e1d62c4 | 5285d20dd487a24fd5bfc897af164da2377739bc | refs/heads/master | 2023-05-14T06:07:42.566467 | 2021-06-10T21:55:22 | 2021-06-10T21:55:22 | 375,276,046 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 601 | cpp | #include <iostream>
#include "Rational.h"
int main()
{
try {
char operation[3];
Rational a, b, res;
std::cout << "Input first frection: ";
std::cin >> a;
std::cout << "Input second frection: ";
std::cin >> b;
std::cout << "Input operation: ";
std::cin >> operation;
if (operation[0] == '+') res = a +... | [
"arcaha.smirnov@mail.ru"
] | arcaha.smirnov@mail.ru |
3d92bddc8538f454487589c45da0a9e7da2b9adf | 4e6bd059ee148e3da5598c8c9007e451f3d7fd9a | /vp/ItemList.cpp | cb0f38a723b4e4333d5cb686af14f831155f2996 | [] | no_license | wheresjames/rumfc | 3d3c60a685a2a7c7c601c4ae79f865a127127e56 | ab0663c6defefb495b5c02dd429f41b7d37eb84c | refs/heads/master | 2020-08-05T21:07:55.141956 | 2014-10-07T19:13:08 | 2014-10-07T19:13:08 | 1,423,158 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,470 | cpp | /*******************************************************************
// Copyright (c) 2002, 2003, 2004, 2005,
// Robert Umbehant
// mailto:rumbehant@wheresjames.com
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// publishe... | [
"rumfc@wheresjames.com"
] | rumfc@wheresjames.com |
733560fe33f0ad312eaa849a7489dfd9e616cdbf | 2c3d596da726a64759c6c27d131c87c33a4e0bf4 | /Src/VC/gridctrl/GridCellNumeric.h | 34b14e5ff14ea892f7da30d36d7ef06f38baf8e1 | [
"MIT"
] | permissive | iclosure/smartsoft | 8edd8e5471d0e51b81fc1f6c09239cd8722000c0 | 62eaed49efd8306642b928ef4f2d96e36aca6527 | refs/heads/master | 2021-09-03T01:11:29.778290 | 2018-01-04T12:09:25 | 2018-01-04T12:09:25 | 116,255,998 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 774 | h | // GridCellNumeric.h: interface for the CGridCellNumeric class.
//
// Written by Andrew Truckle [ajtruckle@wsatkins.co.uk]
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GRIDINTEGERCELL_H__3479ED0D_B57D_4940_B83D_9E2296ED75B5__INCLUDED_)
#define AFX_GRIDINTEGERCELL_H__3479ED... | [
"iclosure@163.com"
] | iclosure@163.com |
f13db03df0aa188effb5f6b8da5ce422d1cf6472 | 1dfc8b463d848ccb5964079c2f05778649b20be3 | /BankersAlgorithm.cpp | 81a2aa2c45764d7006081a95939e6f9c14a14a92 | [] | no_license | AbdelrahmanEmara13/BankersAlgorithm | 3191618d65fb244237d295b64d883f240ed951a9 | be9db288554224e73d6133139cfef97d7f4f7221 | refs/heads/master | 2020-04-17T20:04:48.784779 | 2019-01-25T23:35:44 | 2019-01-25T23:35:44 | 166,890,265 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,661 | cpp | #include <iostream>
#include <string>
#include <vector>
using namespace std;
vector<vector<int>> createMatrix(int rows, int cols); //creates allocation and max matricies
vector<vector<int>> getNeed(const vector<vector<int>> &alloc, const vector<vector<int>> &max); // calculate... | [
"noreply@github.com"
] | AbdelrahmanEmara13.noreply@github.com |
2d9cbe762f4338fa2ee43aa2f56210fe56a62c58 | 3b6c5f141780319f4b635c81e3b35c926343444a | /Cracking the Coding Interview/5.6.cpp | 217b32b4dae919a724f38c96d6aab5e868b686ca | [] | no_license | hiteshkansal/MiscProgram | eabc0db185462fef8edfba763eb87267ff0aa689 | 6b4dc3b8598eab95f08cafbbaf93a65ebfbe1713 | refs/heads/master | 2021-01-21T20:38:51.631888 | 2017-05-24T07:58:03 | 2017-05-24T07:58:03 | 92,263,943 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 142 | cpp | #include<iostream>
using namespace std;
int main()
{
int x = 230;
cout<<(((x&0xaaaaaaaa)>>1) | ((x&0x55555555)<<1));
return 0;
}
| [
"hiteshkansal@outlook.com"
] | hiteshkansal@outlook.com |
4a8ec76a26f22f8548553ceb97422bbefedeb620 | 273e1fcab0ff51785b1b440c1027b7f6f0d5c455 | /src/core/dispatchentry.cpp | 12ac5dc854d1ce174603e7f102e54f278ee9dbc3 | [
"Apache-2.0"
] | permissive | sifteo/qtxcore | a9198df1a1b9795a66e5d2adb243843b64001e41 | acc296bd8ef7caee445dad370164a390a2832891 | refs/heads/master | 2020-06-01T14:09:37.178202 | 2013-05-11T02:42:57 | 2013-05-11T02:42:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,274 | cpp | #include "dispatchentry.h"
QTX_BEGIN_NAMESPACE
/*!
\class DispatchEntry
\inmodule QtxCore
\internal
\brief The DispatchEntry class represents an entry in a NotificationCenter's
dispatch table.
*/
/*!
Constructs an entry for \a poster and \a notification to \a observer and \a me... | [
"jaredhanson@gmail.com"
] | jaredhanson@gmail.com |
d781d17221c09b2088e078ba524cbc2c0793b6d6 | c35c231a05f24f22c5aae7ef94e1ded6dcfd848c | /codeforces/cf-56/C.cpp | a112eed04fc4648e627074c77630d68a9b5749bc | [] | no_license | irvifa/online-judges | 081bed8db248c4c0d5a096fb2a196a119778788c | c128a03b711f256f8888ed3d2e526889dce90ca2 | refs/heads/master | 2021-03-12T02:39:44.868187 | 2020-03-11T13:46:07 | 2020-03-11T13:46:07 | 246,582,524 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 728 | cpp | #include <bits/stdc++.h>
using namespace std;
string s;
int l, p, ans;
struct node{
vector<node> child;
string name;
};
node build(){
node ret;
int tmp;
tmp = p;
while(s[p]!=':' && s[p]!='.' && s[p]!=',') p++;
ret.name=s.substr(tmp,p-tmp);
while(s[p++]!='.'){
node tmp2=build();
ret.child.push... | [
"irvi.fa@gmail.com"
] | irvi.fa@gmail.com |
ea5442ff14a9092ca375bdce1234ab8b960da9d7 | a8e939375a1845007fdf26513eebe8e415f2ebff | /source/gts/source/micro_scheduler/LocalScheduler.cpp | bad5995d524d0cc687fceac7bcce1d1ac36bf0f7 | [
"MIT"
] | permissive | GameTechDev/GTS-GamesTaskScheduler | b364480cd8fa92114c3f8cd0ab63250b697a8c28 | b3f8ec12344726b98be048e506cda722efba4db5 | refs/heads/master | 2023-08-27T09:49:27.037091 | 2023-01-03T22:53:24 | 2023-01-03T22:53:24 | 176,371,568 | 470 | 40 | MIT | 2021-05-18T16:28:51 | 2019-03-18T21:21:41 | C++ | UTF-8 | C++ | false | false | 30,796 | cpp | /*******************************************************************************
* Copyright 2019 Intel Corporation
*
* 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, ... | [
"bret.g.alfieri@intel.com"
] | bret.g.alfieri@intel.com |
545103346af0bda7bcad521b77fce25c8dcf9978 | 4bbbd35acc2f96dcb66f1a0e395d934d63866af0 | /KieuDuKieuVaKhaiBaoBien/main.cpp | e428c703cff955793676f196871c3ddf1c0a5be0 | [] | no_license | taidangit/C-tranduythanh | f161bb33962101db68f3edc23ae438d78bcc4796 | 9a96c90bd5e5f29b8668f5bd0c655f4eb8dbee67 | refs/heads/master | 2020-12-04T18:09:48.571822 | 2020-01-05T03:27:30 | 2020-01-05T03:27:53 | 231,861,663 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 370 | cpp | #include <iostream>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
int age;
float f=1.5f;
bool b=true;
char c='c';
int x,y,z=7,k=0;
double dtb;
cout<<"Nhap vao diem trung binh:";
cin>>dtb;
cout<<"D... | [
"dangphattai92@gmail.com"
] | dangphattai92@gmail.com |
f6b2beb58114f40e83228ef1e3c3d063eb4cdda8 | e8ae4368a6ffe2974265904be41d6db34d69f787 | /src/base58.h | 59c63ca6d551b70e2be3b6a3a22ad07237709e8b | [
"MIT"
] | permissive | toomij/sportcoin | 0be62a2482cc168b9489bdd0ba9fae78fd223e77 | c6281a6a16045147bd571841f3c520f012b9135b | refs/heads/master | 2021-01-16T19:18:33.510718 | 2014-04-18T11:10:24 | 2014-04-18T11:10:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,014 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
//
// Why base-58 instead of standard base-64 encoding?
// - Don't want 0OIl char... | [
"arty99@gmail.com"
] | arty99@gmail.com |
7ce830c592760aedb9a15808964392e2882601b4 | c9dda2010f0b0f12c75d1844489c2df7c92ad234 | /Find_next_Permutation.cpp | 2b60e725cdceffc11593b44ac58fa656bb98414e | [] | no_license | spriyesh/SDE_Sheet_Solutions | 5e05f21d0b5dd0fdbf5477455ef72c49f4a8262a | 078740bc2311e1fd0f44ba50560c8a75ff79566b | refs/heads/main | 2023-04-15T23:37:10.343434 | 2021-04-26T16:45:24 | 2021-04-26T16:45:24 | 353,627,362 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 867 | cpp | class Solution {
public:
void swap(int &a,int &b)
{
int temp=a;
a=b;
b=temp;
return;
}
void nextPermutation(vector<int>& nums) {
int n=nums.size();
if(n==1)
{
return;
}
int i;
... | [
"noreply@github.com"
] | spriyesh.noreply@github.com |
c45548e982266ad572eeee0ba184cdb9aa3408c0 | 6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849 | /sstd_boost/sstd/boost/units/cmath.hpp | c68d1e1c2eea077ed7869c62ff0f1738e19aad70 | [
"BSL-1.0"
] | permissive | KqSMea8/sstd_library | 9e4e622e1b01bed5de7322c2682539400d13dd58 | 0fcb815f50d538517e70a788914da7fbbe786ce1 | refs/heads/master | 2020-05-03T21:07:01.650034 | 2019-04-01T00:10:47 | 2019-04-01T00:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,485 | hpp | // Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
d2f545e601a578710fd6edd858806259f6cc73f7 | f99c2fabefea23ad58b98acbb5122e613b6aecd8 | /main.cpp | d2611df737f44a37a8c590ace443cac6840370a6 | [] | no_license | tedirujovski/Programming-2 | d7ea2a9b2e0a7a8f815fd4948a2fae87447b68a8 | 77f2a80b8154f9850d4e7b423a3fcba1eb9b59fc | refs/heads/master | 2021-04-29T21:43:27.394595 | 2018-03-08T09:37:55 | 2018-03-08T09:37:55 | 121,621,083 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,098 | cpp | #include <iostream>
#include <map>
using namespace std;
void arr()
{
int sum=0;
map<string,int>map1;
map1["Bulgaria"]=7000000;
map1["China"]=1000000000;
map1["Russia"]=500000000;
map1["Mexico"]=50000000;
map1["Germany"]=50000000;
map<string,int>::iterator it;
it=map1.b... | [
"noreply@github.com"
] | tedirujovski.noreply@github.com |
f7954e9000d601c27f15ef30a82c435b4be4bc2a | e99e986d2af751e666a77afc4ff9fa3162804e59 | /v2_node_4_3/fpga-network-stack/hls/iperf_client/iperf_client.hpp | 60b327a3cff0f8ac726f63ecf9ed121e9723541e | [
"BSD-3-Clause"
] | permissive | ajunlonglive/Distributed_Recommendation_Inference_on_FPGA_Clusters | e8896c1c9c8e0ae12c3987d3c924f92080938046 | f54bfce352ffd38ce0aad9b4cc8db658ab2762b0 | refs/heads/master | 2023-05-10T07:12:13.234581 | 2021-06-10T06:26:29 | 2021-06-10T06:26:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,155 | hpp | /************************************************
Copyright (c) 2019, Systems Group, ETH Zurich.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the ... | [
"zhe@ethz.ch"
] | zhe@ethz.ch |
886b620c6390dc755949cfaaab80d9c5449cb61a | 0ec9df3bb8b86216e18fe4cb66b6612297245aea | /Sources/CXXBoost/include/boost/range/mfc_map.hpp | 9c7e19ef632316e7ebb7f367ccb245b4c91ec803 | [] | no_license | jprescott/BoostTestWithLib | 78ae59d1ee801201883cf07ab76b8267fadf7daa | 8650523cab467c41be60f3a1c144f556e9a7f25c | refs/heads/master | 2022-11-18T14:49:00.664753 | 2020-07-18T21:45:17 | 2020-07-18T21:45:17 | 280,749,418 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,257 | hpp | // Boost.Range library
//
// Copyright Adam D. Walling 2012. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// For more information, see http://www.boost.org/libs/range/
//
... | [
"jprescott12@icloud.com"
] | jprescott12@icloud.com |
a63db8027715b1aff8c1bda5b8d50fc01d632ab1 | a3e944b54aa8fd8081668ef0decd91d024979000 | /Labs/Lab 4/Lab 4 - Part B/child2/main.cpp | 15915750aaea1ba0bebced955dc28cc383d3d1f7 | [] | no_license | Gigahawk/cpen333 | 7d3eb8ba1b3cc73d60be455ba49af52bfcea5d7a | 6fb7b9ec523e4d55c6d757bd5cd3f512257b9592 | refs/heads/master | 2023-01-28T06:48:00.579097 | 2020-12-05T07:55:31 | 2020-12-05T07:55:31 | 294,577,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 867 | cpp | #include "../rt.h"
#include "../common.h"
#include <random>
#include <windows.h>
using namespace std;
int main() {
CCondition stop("stop_p");
CTypedPipe<pipe2_data> pipe2("p2");
default_random_engine re;
re.seed(987654321);
uniform_int_distribution<> wait(0, 3000);
uniform_int_distribution<> year(1908, 2020);
... | [
"JAschan@sierrawireless.com"
] | JAschan@sierrawireless.com |
7f246e9f5af3dc8d119fee33897c5a61464527b3 | ea401c3e792a50364fe11f7cea0f35f99e8f4bde | /hackathon/hanchuan/sscope/FlyCapture2/gtk/include/gtkmm-2.4/gtkmm/private/accellabel_p.h | 16f155b34d78e8ae50823ce62ec8c38c11cb59e9 | [
"MIT"
] | permissive | Vaa3D/vaa3d_tools | edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9 | e6974d5223ae70474efaa85e1253f5df1814fae8 | refs/heads/master | 2023-08-03T06:12:01.013752 | 2023-08-02T07:26:01 | 2023-08-02T07:26:01 | 50,527,925 | 107 | 86 | MIT | 2023-05-22T23:43:48 | 2016-01-27T18:19:17 | C++ | UTF-8 | C++ | false | false | 1,231 | h | // -*- c++ -*-
// Generated by gtkmmproc -- DO NOT MODIFY!
#ifndef _GTKMM_ACCELLABEL_P_H
#define _GTKMM_ACCELLABEL_P_H
#include <gtkmm/private/label_p.h>
#include <glibmm/class.h>
namespace Gtk
{
class AccelLabel_Class : public Glib::Class
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef AccelLabel CppObjectTy... | [
"hanchuan.peng@gmail.com"
] | hanchuan.peng@gmail.com |
f08ac7acc344b428f6e7c72f4a458d992aac16e8 | 0691cd0086c1fcff1448954f432154a259adbc62 | /tutorials/rhoDarcyFoam/2DrandomKSource/0/p_rgh.orig | fc59ac5035e45eb615b7b423fcb94ac51a24c391 | [] | no_license | multiform-UoN/SECUReFOAM | 3bc490011841337aa0615ac81145c1d36df44efc | 541c365a0047db75bafb2338f99a487f36096fa6 | refs/heads/master | 2023-04-17T07:59:56.749661 | 2022-07-05T07:35:53 | 2022-07-05T07:35:53 | 297,737,366 | 3 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,408 | orig | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
... | [
"federico.municchi@gmail.com"
] | federico.municchi@gmail.com |
c15634bdc9cebc3f5630a3e93ce6dbecf6346448 | 889316a444fb8400a5027efd21da7e36dabf5f8d | /iotivity/service/resource-encapsulation/src/common/expiryTimer/unittests/ExpiryTimerTest.cpp | e47aea9a9a98dd450519e4d10e10b7e162b6b4b8 | [
"Apache-2.0",
"GPL-2.0-only",
"MIT",
"BSD-3-Clause"
] | permissive | 2nd-Chance/Fire-evacuation-guidance-system-IoT | 4d0a57d25e8ace1d658540238eb4d6c884500080 | 33031a8255fe1ae516ddd58f1baa808801cd3abf | refs/heads/master | 2022-11-30T08:56:28.271409 | 2020-08-20T02:19:58 | 2020-08-20T02:19:58 | 212,283,894 | 2 | 3 | MIT | 2022-11-16T09:21:25 | 2019-10-02T07:53:01 | C++ | UTF-8 | C++ | false | false | 9,474 | cpp | //******************************************************************
//
// Copyright 2015 Samsung Electronics All Rights Reserved.
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance... | [
"ss5kijun@gmail.com"
] | ss5kijun@gmail.com |
6ff40aa4b4469bd5e2f094f793320d5ae8297dc2 | b2367cd38f8f41c02b55343fb8a48b0096a20f07 | /2_Semester/Mathe/Skript/Beamer/get.cpp | 25716c57c597c52fd2091707d473d88bee3479d1 | [] | no_license | grseewald/grseewald.github.io | 352867318c1d703dfb067aec9f0d3d4579678944 | b049dbd3701d940f8c5ff33f08d56f5a4dc7ee13 | refs/heads/master | 2020-04-17T09:37:08.832653 | 2019-08-14T18:15:14 | 2019-08-14T18:15:14 | 166,465,789 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 306 | cpp | #include<iostream>
using namespace std;
int main(){
for(int i=1;i<16;i++){
string str ="wget get https://ifm.mathematik.uni-wuerzburg.de/~dobro/inf2/f";
str = str + to_string(i);
str = str + ".pdf";
cout << "Downloading " << str<<endl;
const char *command = str.c_str();
system(command);
}
}
| [
"gregor.seewald@gmail.com"
] | gregor.seewald@gmail.com |
6f6906a5033fc80ad51e3d0c6bb9442a654adb08 | ba672e2e712c0e671b9cf2dbc0398f960aea9e56 | /drill9.cpp | 05f8b23d58dd7c20b6658309fcb611ee8e1c867a | [] | no_license | ttdoni99/Don-t | fbcde130fd8d31eafdafe151804d691415f97bfd | 8fcd93f6ad37008e5d4cfb104ac5656dd04b6ea4 | refs/heads/master | 2020-03-29T09:49:03.834752 | 2019-11-25T11:14:29 | 2019-11-25T11:14:29 | 149,775,215 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,924 | cpp | #include "std_lib_facilities.h"
/* 9.4.1
struct Date {
int y;
int m;
int d;
};
void init_day(Date& dd, int y, int m, int d)
{
if (m < 1 || m > 12) error("invalid month");
if (d < 1 || d > 31) error("impossible day");
dd.y = y;
dd.m = m;
dd.d = d;
}
void add_day(Date& dd, int n)
{
dd... | [
"noreply@github.com"
] | ttdoni99.noreply@github.com |
0f7857555d070439bfe510a316d55f1c4a939d9c | f8373d35bf4e105aa18eb5efdcee043ae8df5068 | /ProjetsCPP/chordv-code/chordv/src/spinboxunit.cpp | 6d888f24c83ea01e2b55c02628f54619fc7c4b58 | [] | no_license | CALF75/FormationAJC | d05564ba9ae083829f395b4a8394acb71cf7a0be | fbd7ac5c3cc5ae2d31a010d8b163670d2421f01d | refs/heads/master | 2020-04-05T21:59:49.188973 | 2018-12-27T16:35:46 | 2018-12-27T16:35:46 | 157,241,250 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,646 | cpp | #include "spinboxunit.h"
#include <QDebug>
SpinBoxUnit::SpinBoxUnit(QWidget *parent) : QWidget(parent)
{
m_layout=new QHBoxLayout(this);
m_doublespinbox = new QDoubleSpinBox(this);
m_doublespinbox->setMaximum(9999);
m_doublespinbox->setMinimum(0);
m_cbunit=new QComboBox(this);
m_cbunit->addItem(tr("m... | [
"marillierca@gmail.com"
] | marillierca@gmail.com |
f121aab27fdec03707787f1e754f5df30e57ea85 | 0874a70f1cc854ab66abf69e35f7c9a4cf989c4e | /Brush-the-questions/XiyouLinuxGroup2018暑假训练/week_2/不规则的棋盘.cpp | f0db4f639df144ef8a5cab29ef62ccbd3f4b4b42 | [] | no_license | liushengxi13689209566/Data-structures-algorithm | ff64df10a7b9e731cfe472e5d86134f25059df63 | b19658e347aff3cb56a0665592b050ac4870fc7e | refs/heads/master | 2021-01-01T16:44:30.983754 | 2019-10-10T08:30:43 | 2019-10-10T08:30:43 | 97,907,822 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,063 | cpp | /*************************************************************************
> File Name: 不规则的棋盘.cpp
> Author: Liu Shengxi
> Mail: 13689209566@163.com
> Created Time: 2018年08月01日 星期三 19时20分35秒
************************************************************************/
/*在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子... | [
"liushengxi13689209566@163.com"
] | liushengxi13689209566@163.com |
e3b27a66fe34c50a67609731b7631676e0d6c07c | c8b3dfc54523aaf3865906f7352cfb7be70f5084 | /SortedDoubly-LinkedList/Node.h | 50a3b487cccefb52a2f10a82a10dd5118d6b481a | [
"MIT"
] | permissive | jogdandsnehal14/SortedDoubly-LinkedList | eb962efd4cebe0f870d911fc69d70a2304aa3e60 | b7bf43b48a54f079cb596d67ca3a40009de43d3d | refs/heads/master | 2022-12-12T04:20:48.524427 | 2020-09-11T02:54:41 | 2020-09-11T02:54:41 | 294,578,431 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,125 | h | //---------------------------------------------------------------------------
// File: Node.h
// Author: Snehal Jogdand
// Date: 10/23/2019
// Program 2: Merge Sorted List
//
// DESCRIPTION:
// Node:
// The header file for Node class
// Provides the set of variables and functions to process a Node
//----------------... | [
"noreply@github.com"
] | jogdandsnehal14.noreply@github.com |
b332d6bc01b8050fea635431d5308f98ef1729b4 | 2ed27a2bebc585ede109946c17a24f50588902f0 | /MyEncrypter/MyEncrypter/MyEncrypter.cpp | cad6165f1fa7d77a7761e02af99b725316c62c4b | [] | no_license | kaisaryousuf/SGXCrypter | 45f917f232da0d3ccc3d338d2645cc1049a7202a | ec52a181292352ffaaea59d9127453ff5cdbf09f | refs/heads/master | 2020-08-19T05:36:42.797205 | 2017-01-19T02:13:34 | 2017-01-19T02:13:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,603 | cpp | #include "stdafx.h"
#include <stdlib.h>
#include <stdio.h>
#include "aes256.h"
int main (int argc, char *argv[])
{
if (argv[1] == NULL) return 0;
//*********** open file to encrypt ************
FILE *inFile = fopen(argv[1], "rb");
fseek(inFile , 0 , SEEK_END);
unsigned long lSize = ftell(inFile);
rewind(inFile)... | [
"dt72@nyu.edu"
] | dt72@nyu.edu |
adc671d04c92c641bb26a21fc14f80449d512c0f | f3a4bb70fe9d37f27e217ce7178e9ad2a00fd71a | /src/timedata.cpp | 16aae84b46eea14c8cf04f943b5feeff2a8552d2 | [
"MIT"
] | permissive | fossabot/Hotchain | f9b7bcea8c0a87575017f92676c83531d55fa54f | 121a516f696dc47b50f1efebf6f6ff7fcb89ca51 | refs/heads/master | 2020-04-24T20:47:50.814391 | 2019-02-23T19:41:37 | 2019-02-23T19:41:37 | 172,256,068 | 0 | 0 | null | 2019-02-23T19:41:32 | 2019-02-23T19:41:31 | null | UTF-8 | C++ | false | false | 3,657 | cpp | // Copyright (c) 2014-2017 The Bitcoin developers
// Copyright (c) 2017-2018 The PIVX Developers
// Copyright (c) 2018 Cryptopie
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "timedata.h"
#include "netbase.h"
#inclu... | [
"dev@hotchain.me"
] | dev@hotchain.me |
c6116e299676519e9614504a77139e1703b51747 | a91edb3a71fc55f75080b8c3af5af7defc1edf74 | /[Code( )]OpenGL_Study/OpenGL_Summary/Classes/[gluLookAt].cpp | 625245c0927866fd8140c6f649f119b437c56ef7 | [] | no_license | glasirius/ComputerGraphics | 41ed48de1b7453a1acc3acad9f3acd7328b8e4e5 | ceface33a6a647d7caf51b791dd1ec6fc21fdb2e | refs/heads/master | 2020-03-31T15:56:57.046292 | 2016-03-04T09:38:38 | 2016-03-04T09:38:38 | 152,357,020 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,156 | cpp |
#include <vector>
#include<gl/glut.h>
#include "[gluLookAt].h"
//=========================================================================
//
// 移动镜头 :gluLookAt
//
//=========================================================================
/*
教学文章
http://www.cnblogs.com/live41/p/3386597.html
*... | [
"hxt2014bbg@icloud.com"
] | hxt2014bbg@icloud.com |
586686d327dbf3eca6f35a20f7c0dd16e8fce869 | 4352b5c9e6719d762e6a80e7a7799630d819bca3 | /tutorials/eulerVortex.twitch.alternative.numerics/eulerVortex.cyclic.twitch.moving/1.27/meshPhi | 8b226e75222d3bf33006c90b276188575e294325 | [] | no_license | dashqua/epicProject | d6214b57c545110d08ad053e68bc095f1d4dc725 | 54afca50a61c20c541ef43e3d96408ef72f0bcbc | refs/heads/master | 2022-02-28T17:20:20.291864 | 2019-10-28T13:33:16 | 2019-10-28T13:33:16 | 184,294,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 452,767 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"tdg@debian"
] | tdg@debian | |
142c7f87af6923121e21b4f5e9e11b54681c3071 | 311614346b33960f9d879105540ceaf10a02f83d | /Laboratori/Bloc 2/S2/MyGLWidget.cpp | b0829724efc0b0c9559577dd2fbf51c2277cc050 | [] | no_license | mcasellas/FIB-IDI | d659e2e094326a53defd4b10f56967b7f3bb6742 | 84b1f353ec90b3a89fbbaae4cacc5f8adb80660d | refs/heads/master | 2021-04-25T06:30:58.442283 | 2018-07-16T21:27:50 | 2018-07-16T21:27:50 | 122,231,407 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,388 | cpp | #include "MyGLWidget.h"
#include <iostream>
MyGLWidget::MyGLWidget (QWidget* parent) : QOpenGLWidget(parent), program(NULL) {
setFocusPolicy(Qt::StrongFocus); // per rebre events de teclat
scale = 1.0f;
}
MyGLWidget::~MyGLWidget () {
if (program != NULL)
delete program;
}
void MyGLWidget::initializeGL()... | [
"marc.casellas@est.fib.upc.edu"
] | marc.casellas@est.fib.upc.edu |
f0204dc2483d4496024cffa254f55724de9bae44 | 0239e4c57d7a94c71649d186a2be497076383e80 | /Melo/MLInputMgr.h | 4f84728b751d9ec78b79659a87ec62fe73181769 | [
"Apache-2.0"
] | permissive | hsiaoyi/Melo | 48a22a23878227cac980c8141b751a396a7dd643 | 6a7713dbd1b87146273eba89c7781f30103b9857 | refs/heads/master | 2021-04-12T05:19:31.998685 | 2016-03-13T18:39:24 | 2016-03-13T18:39:24 | 29,143,750 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,530 | h | //--------------------------------------------------------------------------------
// File : MLInputMgr.h
// Description :
// Author : Chang, Hsiao-Yi
//
// Copyright (c) 2014-2015. All rights reserved.
// https://github.com/hsiaoyi/Melo
//------------------------------------------------------------------------------... | [
"hsiaoyi.chang@gmail.com"
] | hsiaoyi.chang@gmail.com |
f9e3358dc3659f704c25bfd063923cc93addfb7d | 0bde333e0b611457eabf84075eb5ae437053eeaf | /ProductDensityCompensationDialog.cpp | 2060a7142a6fae81d807ac00c2313431b1f02ab2 | [] | no_license | radtek/scanTracSingle2013 | 39d643e1898b97c097bc1dfc931a3d31aa97798b | e26a7f08184807d8c43c82528dd687dde54acf09 | refs/heads/master | 2021-03-04T04:19:01.819977 | 2019-12-28T02:32:48 | 2019-12-28T02:32:48 | 246,008,002 | 1 | 0 | null | 2020-03-09T10:38:40 | 2020-03-09T10:38:39 | null | UTF-8 | C++ | false | false | 36,323 | cpp | //ScanTrac Side View Source File
// ProductDensityCompensationDialog.cpp : implementation file
//
#include "stdafx.h"
#include "scantrac.h"
#include "ProductDensityCompensationDialog.h"
#include "NumericEntryDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
ext... | [
"Brian.Higgins@Peco-Inspx.Com"
] | Brian.Higgins@Peco-Inspx.Com |
99fa51500dd1e0367bdb75bf58650af63cf5cdfb | 19336ca0e21df6831134360474bf37f16a2ce5de | /Lab1.cpp | e9902a0ac70b4d6eefb139a8da717ac0fae4846f | [] | no_license | taruntmk2712/ADA_LAB | 866445f500325f8fa63ae8398331fdf433098cfe | 3da03fd6313f4bc51626e3eae91995e99d13202d | refs/heads/master | 2020-08-20T09:23:15.236434 | 2019-10-19T02:43:37 | 2019-10-19T02:43:37 | 216,006,498 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,295 | cpp | #include <bits/stdc++.h>
using namespace std;
void swap(int *c,int *d)
{
int temp1=*c;
*c=*d;
*d=temp1;
}
int partition(int a[],int low,int high)
{
int pivot = a[low];
int i=low+1;
int j=high;
while(1)
{
while(a[i]<=pivot && i<=high)
i++;
while(a[j]>pivot && j>=lo... | [
"noreply@github.com"
] | taruntmk2712.noreply@github.com |
22d780b21a28ae269ec104902d6370f91a1fdecd | 8e966c3ac3bdee2412b40685dd4a0fc055e0b97e | /src/dxvk/dxvk_renderpass.cpp | b8f7aa09d853c85fbf37aabb3f2b3b46769a2989 | [
"LicenseRef-scancode-warranty-disclaimer",
"Zlib"
] | permissive | shaunstanislauslau/dxvk | 8796c519a3ea1d0f79cb21d2c6359e9f22e7c60f | 1da23755b71f948b3cb6350fe180c0762ff48073 | refs/heads/master | 2021-05-10T13:13:53.734659 | 2018-01-22T13:31:53 | 2018-01-22T13:31:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,497 | cpp | #include "dxvk_renderpass.h"
namespace dxvk {
DxvkRenderPassFormat::DxvkRenderPassFormat() {
for (uint32_t i = 0; i < MaxNumRenderTargets; i++)
m_color[i] = VK_FORMAT_UNDEFINED;
m_depth = VK_FORMAT_UNDEFINED;
m_samples = VK_SAMPLE_COUNT_1_BIT;
}
size_t DxvkRenderPassFormat::hash() co... | [
"philip.rebohle@tu-dortmund.de"
] | philip.rebohle@tu-dortmund.de |
46878338169b00e08293e501be8a1424eb7eccbc | 3fe692c3ebf0b16c0a6ae9d8633799abc93bd3bb | /Practices/Luogu/P3690.cpp | 5dace8d6887210b9fd36943b21c4e843e60445ee | [] | no_license | kaloronahuang/KaloronaCodebase | f9d297461446e752bdab09ede36584aacd0b3aeb | 4fa071d720e06100f9b577e87a435765ea89f838 | refs/heads/master | 2023-06-01T04:24:11.403154 | 2023-05-23T00:38:07 | 2023-05-23T00:38:07 | 155,797,801 | 14 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,638 | cpp | // P3690.cpp
#include <bits/stdc++.h>
#define lson ch[p][0]
#define rson ch[p][1]
using namespace std;
const int MAX_N = 3e5 + 200;
int ch[MAX_N][2], val[MAX_N], size[MAX_N], fa[MAX_N], reverseTag[MAX_N];
int xorsum[MAX_N], n, m;
inline bool isRoot(int p) { return ch[fa[p]][0] != p && ch[fa[p]][1] != p; }
inline i... | [
"kaloronahuang@gmail.com"
] | kaloronahuang@gmail.com |
456e6b45af639af0f8e30bf22d8ef94d7185fa09 | 5bd313923c285b329a7839e6a253d0989a48f58a | /fantastic_data_structure_basic_code_cpp/Week3(12~17)/Data-16/stack_testMain.cpp | 034748e02f703245a7c13311fabdc19571a7a5c0 | [] | no_license | ksjgh/fatastic-data-structure | aeaeb5b332c313e1b446cef74985751144e93a3d | 52a228afdd4b752ffbb7f0282e9e512e8eee7bea | refs/heads/master | 2020-03-23T02:13:20.373058 | 2019-09-16T01:24:49 | 2019-09-16T01:24:49 | 140,963,001 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 4,402 | cpp | #include "listStack.h"
#include <stdio.h>
int menu(const char **mList, size_t menuCnt); /* 메뉴 출력 및 메뉴번호 입력 함수 */
void mInput(Stack *sp); /* 입력메뉴 처리 함수 */
void myDelete(Stack *sp); /* 삭제메뉴 처리 함수 */
void mOutput(Stack *sp); /* 출력메뉴 처리 함수 */
void myflush(); /* 입력 버퍼 flush 함수 */
/*---------------------------------... | [
"ksjksjgg@gmail.com"
] | ksjksjgg@gmail.com |
403a432264189dcaca9bf7e8970b5edc0bbf547c | 10b42b9b3eec0f18a5b69ba1fe9403f168b92169 | /Dragon/src/operators/vision/conv_op_base.cc | 1b57f97d4cdd91d5b6ab03e6ebffb7f50b88a5a1 | [
"BSD-2-Clause"
] | permissive | k9sret/Dragon | 42055a6315a5c167b954574efe6276de68574734 | c03f3b8cbed21bfad63a5fc2fd9c1cabdd0fb2e4 | refs/heads/master | 2020-03-30T04:14:07.788552 | 2018-09-27T12:17:35 | 2018-09-27T12:17:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,318 | cc | #include "core/workspace.h"
#include "utils/filler.h"
#include "operators/vision/conv_op_base.h"
namespace dragon {
template <class Context>
void ConvOpBase<Context>::ComputeOutputShape() {
output_shape.clear();
for (int i = 0; i < num_spatial_axes; i++) {
if (!ReverseDimensions()) {
const... | [
"ting.pan@seetatech.com"
] | ting.pan@seetatech.com |
3334dffcd81b81496dc3aa16362b17eaa455ce8d | 2a6ae4379c85a33632e3119c9ed1c211bd14b1da | /include/RelationalAutomata.hh | c4f2ddc9cd42a24f69666ef405585022fb384c02 | [] | no_license | sabs231/compilers | b28eea59a70e0bdd257277aa87ef7aa99b6fc1bf | 1236d7e275f2bb91d6096ce5b348f8cedf29025d | refs/heads/master | 2016-09-10T17:24:53.913113 | 2013-11-22T23:58:52 | 2013-11-22T23:58:52 | 13,129,613 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 396 | hh | #ifndef _RELATIONALAUTOMATA_HH_
# define _RELATIONALAUTOMATA_HH_
# include "AAutomata.hh"
class RelationalAutomata : public AAutomata
{
public:
RelationalAutomata(std::string name);
RelationalAutomata(t_state **transitionTable, unsigned int stateNum, unsigned int symbolNum, std::string name);
~RelationalAuto... | [
"0w3w4u@gmail.com"
] | 0w3w4u@gmail.com |
229a600aec6949ed2cc82715d05247da8418125e | 0f7a4119185aff6f48907e8a5b2666d91a47c56b | /sstd_utility/windows_boost/boost/fusion/container/generation/ignore.hpp | d442b848d7ed4af3047a3ff650c8cd4c88106d9b | [
"BSL-1.0"
] | permissive | jixhua/QQmlQuickBook | 6636c77e9553a86f09cd59a2e89a83eaa9f153b6 | 782799ec3426291be0b0a2e37dc3e209006f0415 | refs/heads/master | 2021-09-28T13:02:48.880908 | 2018-11-17T10:43:47 | 2018-11-17T10:43:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,132 | hpp | /*=============================================================================
Copyright (c) 2001 Doug Gregor
Copyright (c) 1999-2003 Jaakko Jarvi
Copyright (c) 2001-2011 Joel de Guzman
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at h... | [
"nanguazhude@vip.qq.com"
] | nanguazhude@vip.qq.com |
97f49de1d1b60ca655f5ca604caa41d4a26f0066 | 7c07e607ecbff2fa2ed64095d04f9b80e67a8c38 | /CSC3100/assignment/A4/AS4_Dijkstra_118010009.cpp | 81e76fde74b7b63e6d37e1db0ccec17f67cc13f2 | [] | no_license | Fantendo2001/FORKERD---University-Stuffs | 1d4474a5b586918dc5d15102aaad914594b4f23d | 8c500aba28cd39f5a78259de46ce445bdd4a0bd2 | refs/heads/master | 2023-04-13T23:20:54.427479 | 2021-04-30T20:15:00 | 2021-04-30T20:15:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,573 | cpp | #define INF 2147483647
#include <cstdio>
typedef unsigned int u32;
/* Util */
template<typename T>
void swap(T & left, T & right) {
T tmp(left);
left = right;
right = tmp;
}
/* Queue Class */
class MinPriorityQueue {
public:
int size;
int* minHeap; // min heap of vnum, priority == d[vnum]
... | [
"1046770165@qq.com"
] | 1046770165@qq.com |
b167b7d2a216b52386048841b84380ba8892523c | e48491a9186c5f4cef38fc0f5670dfa1d9c959cc | /ReducedSheetOptimizer.hh | 6c01051642bb711a7bc6c6ceaa2d516a451e10f0 | [
"MIT"
] | permissive | GKrafft2/Inflatables | 2431555ebd6b1b953dcf12dd425d79d4fec10847 | 6941fb1bf4a2f61a847605aea37adef97bf05d76 | refs/heads/master | 2023-08-12T12:49:41.283283 | 2021-10-07T23:05:46 | 2021-10-07T23:05:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,370 | hh | ////////////////////////////////////////////////////////////////////////////////
// ReducedSheetOptimizer.hh
////////////////////////////////////////////////////////////////////////////////
/*! @file
// Optimization of an inflatable sheet where the equilibrium constraints are
// imposed at each step (optionally with ... | [
"julian.panetta@gmail.com"
] | julian.panetta@gmail.com |
e29f15dbcd6752e92a22d446ee44392814ef10ae | 17e2f8fdc5fc4d87cdefe7d09e40e338f99fc242 | /chapter-02/enabling_vectorizatin_eigen_recipe_06/src/linear_algebra.cpp | 5b8961cacde373ec98b92e6512b8dc55facfe34c | [] | no_license | blindij/cmake_cookbook | 45523fbecabe9b29ba335b17a583e1bed5381c2f | 7fe445eb7f015b2f4c562ec1525910f98c5b9782 | refs/heads/master | 2020-06-02T23:40:22.890688 | 2019-08-30T09:32:50 | 2019-08-30T09:32:50 | 191,347,615 | 0 | 0 | null | 2019-08-30T09:32:51 | 2019-06-11T10:20:16 | C++ | UTF-8 | C++ | false | false | 962 | cpp | // File: linear_algebra.cpp
//
// Example using the Eigen C++ template library for linear
// algebra.
#include <chrono>
#include <iostream>
#include <Eigen/Dense>
EIGEN_DONT_INLINE
double simple_function(Eigen::VectorXd &va, Eigen::VectorXd &vb){
// this simple function computes the dot product of two vectors
... | [
"blindij@users.noreply.github.com"
] | blindij@users.noreply.github.com |
2ae304254e7a9ecf8bd6db086f6d5dff7f875041 | cd4df921819d75c4c0ceff8a1b91d605ab11a995 | /PAT04.cpp | 6d00cb94403aa5b3e0e3f35f4441f194d7e8c364 | [] | no_license | flowerdrops/PAT_yi | a7ee15461355bc5755b18e62a7175ca3dc3ca0e1 | b1bb0d8758cbdecb10587216a996934ea8a17fe8 | refs/heads/master | 2021-08-24T01:08:08.591827 | 2017-12-07T11:07:36 | 2017-12-07T11:07:36 | 111,670,645 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 630 | cpp | #include <stdio.h>
struct Message
{
char name[11];
char ID[11];
int grade;
}student[1000];
int main(int argc, const char* argv[])
{
int stdnum=0,i=0;
int indmax=0,indmin=0;
scanf("%d",&stdnum);
for (i=0;i<stdnum;i++)
{
scanf("%s %s %d",student[i].name,student[i].ID,&student[i].grade);
i... | [
"noreply@github.com"
] | flowerdrops.noreply@github.com |
c35f81d820180a00492b3fa1c6c75b34ed314bea | 8191864909f7d8b896f97ff353ce475757f4fbd1 | /deps/icu-small/source/i18n/rematch.cpp | 5a5bb80e05e642e0a7d8cc9e763e46c9cb9ff7c9 | [
"NAIST-2003",
"LicenseRef-scancode-unicode",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"ICU",
"MIT",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-unknown-license-reference",
"Artistic-2.0",
"NTP",
"ISC",
"Zlib"
] | permissive | mozilla/spidernode | df5a1e58b54da5bfbc35a585fc4bbb15678f8ca0 | aafa9e5273f954f272bb4382fc007af14674b4c2 | refs/heads/master | 2023-08-26T19:45:35.703738 | 2019-06-18T19:01:53 | 2019-06-18T19:01:53 | 55,816,013 | 618 | 69 | NOASSERTION | 2019-06-18T18:59:28 | 2016-04-08T23:38:28 | JavaScript | UTF-8 | C++ | false | false | 222,677 | cpp | // Copyright (C) 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
**************************************************************************
* Copyright (C) 2002-2016 International Business Machines Corporation
* and others. All rights reserved.
*********... | [
"srloomis@us.ibm.com"
] | srloomis@us.ibm.com |
080eea81939fc0ce7da0456fd5e1635ec1626652 | cefd6c17774b5c94240d57adccef57d9bba4a2e9 | /WebKit/Source/WebCore/html/canvas/WebGLObject.h | 61af64461bfbdff7b6aebcf0ff04c63dbfeac54e | [
"BSL-1.0",
"BSD-2-Clause",
"LGPL-2.0-only",
"LGPL-2.1-only"
] | permissive | adzhou/oragle | 9c054c25b24ff0a65cb9639bafd02aac2bcdce8b | 5442d418b87d0da161429ffa5cb83777e9b38e4d | refs/heads/master | 2022-11-01T05:04:59.368831 | 2014-03-12T15:50:08 | 2014-03-12T15:50:08 | 17,238,063 | 0 | 1 | BSL-1.0 | 2022-10-18T04:23:53 | 2014-02-27T05:39:44 | C++ | UTF-8 | C++ | false | false | 3,081 | h | /*
* Copyright (C) 2009 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | [
"adzhou@hp.com"
] | adzhou@hp.com |
e90405e5a87ab0a0c8b83587f9f846345434df79 | 56de6ba7cd519658db452914bf0d16db97f54065 | /extensions/browser/api/media_perception_private/conversion_utils.cc | 136e023ef356dd1d972adeb54aea77e2dffb9f23 | [
"BSD-3-Clause"
] | permissive | ywapple/chromium | e37db5b2c0978c6ed507d25950a51e242072cd1b | d5840e2a44a661a55fcee3aec6d23114a91a03d8 | refs/heads/master | 2023-02-26T23:30:23.956849 | 2017-09-08T23:43:48 | 2017-09-08T23:43:48 | 104,996,232 | 2 | 0 | null | 2017-09-27T09:00:30 | 2017-09-27T09:00:30 | null | UTF-8 | C++ | false | false | 9,149 | 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 "extensions/browser/api/media_perception_private/conversion_utils.h"
#include "base/memory/ptr_util.h"
namespace extensions {
namespace api {
n... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f1900d0b8413f5ade137d36d7c86e2ce3bc27c01 | d2ba0389accde0370662b9df282ef1f8df8d69c7 | /frameworks/cocos2d-x/cocos/editor-support/dragonbones/event/IEventDispatcher.h | 3b4f804268b909024bf09e1c9de963f565be31a1 | [] | no_license | Kuovane/LearnOpenGLES | 6a42438db05eecf5c877504013e9ac7682bc291c | 8458b9c87d1bf333b8679e90a8a47bc27ebe9ccd | refs/heads/master | 2022-07-27T00:28:02.066179 | 2020-05-14T10:34:46 | 2020-05-14T10:34:46 | 262,535,484 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,405 | h | /**
* The MIT License (MIT)
*
* Copyright (c) 2012-2018 DragonBones team and other contributors
*
* 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 ... | [
"811408414@qq.com"
] | 811408414@qq.com |
fe8b466928c2ffdb3313f67e7d7082e404a0edae | b2c78a2a7bf6735d5ff203a4aa4e9ac3254fc105 | /h/rectangle.h | bf1f6fd5f55b666f4dd1789dcb3f351688ba6c14 | [] | no_license | mahdisabour/ap1399-2-hw4 | b56ee176b217e9c55c72eb0279d7a9e24375efb2 | 19b411841a53fbaf2dcb8927f34da44f1a24c94f | refs/heads/master | 2023-04-14T22:44:59.349950 | 2021-05-05T05:42:07 | 2021-05-05T05:42:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 315 | h | #ifndef _RECTANGLE_H_
#define _RECTANGLE_H_
#include <iostream>
#include "2Dshape.h"
class Rectangle : public _2Dshape
{
public:
Rectangle(double l, double w);
void disp() override;
double perimeter() override;
double area() override;
private:
double length;
double width;
};
#endif
| [
"42590433+M-H-Amini@users.noreply.github.com"
] | 42590433+M-H-Amini@users.noreply.github.com |
462c115b2507bf7736cc2f989b627736c9fb7de7 | fb86f0dca6e525b8a8ddb63f10b8d220ddd7f7fe | /src/consensus/validation.h | 0c369aeb17e1f6b4c079a72b6e4ba5721f7b0ad5 | [
"MIT"
] | permissive | ORO-mlm/UNO-Core | 14fcdb3c2db4bde256e48ea661ada61579ccf403 | d6e6769ce57466cfc9e7cab681eab880cdb8e3e8 | refs/heads/main | 2023-06-16T08:21:00.808606 | 2021-07-12T07:08:35 | 2021-07-12T07:08:35 | 383,350,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,117 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Copyright (c) 2020 The PIVX developers
// Copyright (c) 2021- The UNO developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php... | [
"brandon2davincci@gmail.com"
] | brandon2davincci@gmail.com |
5a9a7dd66125bb559a7e0b30344a948ca7c64b18 | 34946ba3f86a87436b4b39ba18e9b86eeea6a084 | /src/dataformatter.cpp | 59a587a0d2e1a3de86ba8046cb03905e22e41730 | [
"MIT"
] | permissive | kmshim/GetThermal | 4efc5ac9af2f2ae437605c6cc9fbf585d04e57cc | ab38fed97be06d7b68842c9bc02a29e1125523f6 | refs/heads/master | 2021-05-24T09:56:49.739462 | 2020-04-16T13:01:09 | 2020-04-16T13:01:09 | 253,508,050 | 0 | 0 | MIT | 2020-04-06T13:36:43 | 2020-04-06T13:36:42 | null | UTF-8 | C++ | false | false | 15,196 | cpp | #include "dataformatter.h"
#include "rangeprovider.h"
const colormap_t colormap_rainbow = { {1, 3, 74, 0, 3, 74, 0, 3, 75, 0, 3, 75, 0, 3, 76, 0, 3, 76, 0, 3, 77, 0, 3, 79, 0, 3, 82, 0, 5, 85, 0, 7, 88, 0, 10, 91, 0, 14, 94, 0, 19, 98, 0, 22, 100, 0, 25, 103, 0, 28, 106, 0, 32, 109, 0, 35, 112, 0, 38, 116, 0, 40, 119,... | [
"kekiefer@gmail.com"
] | kekiefer@gmail.com |
5988e007f01fe458e3592595fbac0f97d61c8c5d | 260e5dec446d12a7dd3f32e331c1fde8157e5cea | /Indi/SDK/Indi_Spell_AptitudeEffect_NoAptitude_functions.cpp | f5170d275ebd5d1247e79525e44bc770f5e89f76 | [] | no_license | jfmherokiller/TheOuterWorldsSdkDump | 6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0 | 18a8c6b1f5d87bb1ad4334be4a9f22c52897f640 | refs/heads/main | 2023-08-30T09:27:17.723265 | 2021-09-17T00:24:52 | 2021-09-17T00:24:52 | 407,437,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 366 | cpp | // TheOuterWorlds SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "Indi_Spell_AptitudeEffect_NoAptitude_parameters.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
... | [
"peterpan0413@live.com"
] | peterpan0413@live.com |
20296099b50fde7ac6f0864991a2d1ad8fbc6c65 | 370881312084d8d2ce0f9c8dce147b81a3a9a923 | /Game_Code/Code/CryEngine/CryAction/PersistantDebug.cpp | 5c593118179cfc87e515ef293e4690446a701f98 | [] | no_license | ShadowShell/QuestDrake | 3030c396cd691be96819eec0f0f376eb8c64ac89 | 9be472a977882df97612efb9c18404a5d43e76f5 | refs/heads/master | 2016-09-05T20:23:14.165400 | 2015-03-06T14:17:22 | 2015-03-06T14:17:22 | 31,463,818 | 3 | 2 | null | 2015-02-28T18:26:22 | 2015-02-28T13:45:52 | C++ | UTF-8 | C++ | false | false | 14,582 | cpp | // CryEngine Source File.
// Copyright (C), Crytek, 1999-2014.
#include "StdAfx.h"
#include "PersistantDebug.h"
#include "CryAction.h"
#include <IRenderAuxGeom.h>
#include <IUIDraw.h>
#include <ILocalizationManager.h>
CPersistantDebug::CPersistantDebug()
{
m_pDefaultFont = gEnv->pCryFont->GetFont("default");
CRY_A... | [
"cloudcodexmain@gmail.com"
] | cloudcodexmain@gmail.com |
0e46bfb0bfba12ff5b122cb6e08344719acd09dc | 67f61e55d4d74a76deef5b826e9cb6c1d9e53c58 | /externals/skia/third_party/externals/angle2/src/tests/compiler_tests/ShaderImage_test.cpp | c76b9b56abe59c99914be594629267fd8ca4dd4e | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | mono/linux-packaging-skiasharp | e7d0478b0c34c80f341e0224041e3dc076e13d41 | 47dbb2ff9ae01305b190f409ccea00b3b4f0bc79 | refs/heads/master | 2023-08-23T10:22:57.751473 | 2017-04-25T14:28:46 | 2017-04-25T14:28:46 | 89,267,865 | 1 | 5 | MIT | 2020-04-08T02:40:44 | 2017-04-24T17:23:42 | C++ | UTF-8 | C++ | false | false | 9,401 | cpp | //
// Copyright (c) 2016 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// ShaderImage_test.cpp:
// Tests for images
//
#include "angle_gl.h"
#include "gtest/gtest.h"
#include "GLSLANG/ShaderLang.h"
#include "te... | [
"joshield@microsoft.com"
] | joshield@microsoft.com |
8ab3c57ef67f46ee991e83463a9171f430878b69 | 66c87132e738d97950e260a1db09f534e3835663 | /EmptyTime/timetable.h | 55291faf1e528db245f2c2b0e398be1abea0eb92 | [] | no_license | green-elaia/2019-Term-Project-team-management-program | 6275e3755463e133905281a4fd4b487c4e05ec2b | a29987bd703f44866a502d91cc2b5bdfcc7e06e0 | refs/heads/master | 2022-04-18T20:38:10.066853 | 2020-04-18T05:39:23 | 2020-04-18T05:39:23 | 256,670,533 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 209 | h | #ifndef TIMETABLE_H
#define TIMETABLE_H
#include"img.h"
class TimeTable{
private:
Mat final_table;
public:
TimeTable();
void finalImage(Img arr[]);
void calTime();
};
#endif // TIMETABLE_H
| [
"pharos.veritatis@gmail.com"
] | pharos.veritatis@gmail.com |
46103a29f8b2c4307cc48da924b49c3dd8285945 | fe0e7985fb0c7d2b57dbf8e3fbe83b27b0a0cdeb | /PyComView/iCom_iView/inc/iViewControl.h | 32031cef8dc1a52809f977e5c893f01f72aefabd | [
"MIT"
] | permissive | lynch829/FluoMV | 04e7516c3aa3d6ac2d485ce2d7c26abd0f1108ff | 6fc226ee0ca1427495f0ab483c63a2ca5195954e | refs/heads/master | 2022-11-23T06:04:09.812686 | 2020-08-03T15:05:22 | 2020-08-03T15:05:22 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 7,117 | h | //////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// iViewControl.h
// (C) 2019 by Nicolas Tremblay <nmtremblay.chus@ssss.gouv.qc.ca>
//
//
//
//
//
//////////////////////////////////////////////////////////////... | [
"mathieu.guillot@usherbrooke.ca"
] | mathieu.guillot@usherbrooke.ca |
20da08fb86b6d0112f685eb8cfe30fed14f63c1c | 4d0300263d28fb461f285cc2c3dfd7c51621cb4d | /external/Angle/Project/samples/Asteroids/glm/gtx/perpendicular.inl | c96812a12199dd7fe1c9fc3d4b0d7ce0387ac98a | [
"MIT",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | coronalabs/corona | 6a108e8bfc8026e8c85e6768cdd8590b5a83bdc2 | 5e853b590f6857f43f4d1eb98ee2b842f67eef0d | refs/heads/master | 2023-08-30T14:29:19.542726 | 2023-08-22T15:18:29 | 2023-08-22T15:18:29 | 163,527,358 | 2,487 | 326 | MIT | 2023-09-02T16:46:40 | 2018-12-29T17:05:15 | C++ | UTF-8 | C++ | false | false | 700 | inl | ///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2005-12-21
// Updated : 20... | [
"vlad@coronalabs.com"
] | vlad@coronalabs.com |
c420ea46917d4925521afb23933d82a8c76d112d | ef2906a500ee1a10829c41c42c2f8b4f9df8bbc4 | /Servers/ServerManager/vtkSMPythonTraceObserver.cxx | b7223b31c5eaf1b3b64c70b8c2aa7a337c489d42 | [
"LicenseRef-scancode-paraview-1.2"
] | permissive | jeffery-do/ParaView | 9563c399f27ad499147e1da8188559ec46b7e62b | 805ff3e5273ebf7d7920140801c8016d2ae83480 | refs/heads/master | 2021-05-27T20:35:04.000805 | 2010-02-10T20:09:32 | 2010-02-10T20:09:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,566 | cxx | /*=========================================================================
Program: ParaView
Module: $RCSfile$
Copyright (c) Kitware, Inc.
All rights reserved.
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without... | [
"pat.marion@kitware.com"
] | pat.marion@kitware.com |
7d66bd0fa2d158efdc512cb1afd7ea04473c95fc | c5cdca6b81955695e7b770941374854a9e2bbf43 | /test/binarytree/test.cpp | 24df27eb97e4e82cddc31d3eeb8cf68940be8b58 | [
"Unlicense"
] | permissive | benpigchu/libpikadsa | f900a1ff12525e65fb98fd3180f1f78d33a51eb4 | 39e7d8288bc7ce2d973469f9ab27fc090480ccab | refs/heads/master | 2020-12-25T14:23:00.562022 | 2017-01-31T06:22:37 | 2017-01-31T06:22:37 | 67,966,753 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 946 | cpp | #include "binarytree.hpp"
#include <iostream>
int main(){
BinaryTree<int> bt;
BinaryTree<int>::Visitor v=bt.getRoot();
std::cout<<(bt.isEmpty()?"pass":"fail")<<std::endl;
std::cout<<(v.isRoot()?"pass":"fail")<<std::endl;
std::cout<<((!v)?"pass":"fail")<<std::endl;
v.tryInsertLeftChild(1);
v.changeToLeftChild();... | [
"benpichu@gmail.com"
] | benpichu@gmail.com |
09744701b9796a00605654a3fd634f9865ad87a7 | c9d486c28875e6fa23fbf8269f1e5a3852af34a4 | /src/epidemic/examples/epidemic-benchmark.cc | 025a40154ddb9e4c08010db3ca2afb8e133593ca | [] | no_license | TheAntimist/ciser | 25c54b15a168d1bd367ec7e875a3512a9f859d23 | aef0f82b2f7f399c9ece9a4b1f3bd5207d935432 | refs/heads/master | 2021-08-28T06:10:16.122562 | 2017-12-11T10:31:51 | 2017-12-11T10:31:51 | 113,845,124 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,443 | cc | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2013 Mohammed J.F. Alenazi, 2017 Ankush A. Mishra
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Founda... | [
"ankushmishra9@gmail.com"
] | ankushmishra9@gmail.com |
02212be7d0b541fc18aca9dd74475c6be37c728d | 0ed2e5966d77bd41569599f90268c8f7df38bd89 | /LinkedList/src/main.cpp | 7031d71d41e24cf882361df41424c9998ce02560 | [] | no_license | paramSonawane/99Problems | 883f1f3e211f589ad3a5a06c00a35dada27c573d | 708431a78caf8d07c4f334f2ad91379a0de70868 | refs/heads/main | 2023-07-10T04:46:49.523636 | 2021-08-18T09:57:18 | 2021-08-18T09:57:18 | 390,702,784 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,305 | cpp | #include <iostream>
#include "include/SLL.h"
SLL genList(int, int);
int main(){
SLL list;
list.insert(0);
// list.insert(1);
list.insert(1);
// list.insert(1);
// list.insert(0);
list.insert(2);
list.insert(3);
// list.insert(3);
// list.insert(4);
// list.insert(4);
// list.insert(4);
list.insert(4);
... | [
"paramsonawane@gmail.com"
] | paramsonawane@gmail.com |
921307ab9791cf06081ea92188d83fd602b5c342 | d809af8b1d6e931410119a88a0649047d8d13335 | /CodeForces/1475B.cpp | c869eba2fb5a010c003dc67333dc9b3268d93931 | [
"MIT"
] | permissive | Srimanta11/DSA_Practice_Questions | 9edd3fba9650063ef32b8edd6511e6d0d5f44b6d | c01cee6f6fbffa1e8c5edd7199079181fce0bbdc | refs/heads/main | 2023-08-20T03:24:23.690873 | 2021-10-25T04:58:38 | 2021-10-25T04:58:38 | 415,779,684 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 362 | cpp | // https://codeforces.com/contest/1475/problem/B
#include <bits/stdc++.h>
using namespace std;
void solution() {
long long int n, a, b;
cin >> n;
a = n/2020;
b = n%2020;
if (a >= b) cout << "YES" << endl;
else cout << "NO" << endl;
}
int main() {
int test;
cin >> test;
while (te... | [
"noreply@github.com"
] | Srimanta11.noreply@github.com |
4d64662444be16d83396331179b86d4020917a82 | c9b3a073a40c4e474ed372c03fd8c0ae465d450a | /src/sparse_hashtable/helper_sht.cpp | 4414868f92578528489c69aad848ee70d23eda2a | [
"MIT"
] | permissive | AmberLJC/pqtable | 112a55aeeef68ad97019a6b48c973c57ed70390c | ae9ed96591490c8b3cf85132436bcbfb9a8403dd | refs/heads/master | 2020-12-05T17:11:00.999513 | 2020-01-14T03:05:48 | 2020-01-14T03:05:48 | 232,184,215 | 0 | 0 | MIT | 2020-01-06T20:58:04 | 2020-01-06T20:58:03 | null | UTF-8 | C++ | false | false | 4,907 | cpp | #include "helper_sht.h"
namespace pqtable {
std::string HelperSparseHashtable::Print(const Array32 &array32)
{
if(array32.arr == NULL){
return "[]";
}
std::string s;
s += "[";
for(int i = 0; i < (int)array32.size() + 2; ++i){
if(i == 0){
s += "s:";
}else if(i =... | [
"matsui528@gmail.com"
] | matsui528@gmail.com |
4f2befab2ee2498b7e50c9aac4ae253349e9e755 | bf5fa529e397307e1027aa185cd10069a45b9764 | /BOJ/8217.cpp | 600f560b770a2f8977da74e1030ed6dd734df5e3 | [] | no_license | tjd229/Algorithm | e7324f052a64ec4a4efe9d62a043874e2b6d1e67 | 2754f4687166629768a7fbb5b1ceda744e6186f0 | refs/heads/master | 2022-09-13T23:13:00.272343 | 2022-09-11T07:53:47 | 2022-09-11T07:53:47 | 102,236,930 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,833 | cpp | //category : pbs, ft
#include <stdio.h>
#include <memory.h>
#include <vector>
using namespace std;
vector<int> member[300001];
int goal[300001];
int l[300001], r[300001], mid[300001];
const int BI = 1 << 19;
struct Meteor{
int l, r, a;
}meteor[300001];
long long ft[BI];
void update(int ix,int val){
... | [
"noreply@github.com"
] | tjd229.noreply@github.com |
f0e48d4d93e89a3f2bb86176564d38326b7c7531 | 8fb5bbf0bc8e29387a76562c4f590c86d49fd92a | /src/Screen.cpp | a0b3636cb94dcefc65025feda59f3034b185898d | [] | no_license | Davidnln13/2nd-Year---Joint-Project | bcbf56b0c3b0e8107e0444626b3fab7ae6696561 | aa52118a3d142cca2b91cdb7ac4652bfc39d6c80 | refs/heads/master | 2021-01-23T03:43:44.633737 | 2017-10-03T19:15:04 | 2017-10-03T19:15:04 | 86,115,869 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 762 | cpp | #include "Screen.h"
#include "ScreenManager.h"
/// <summary>
/// Our base class constructor
/// </summary>
Screen::Screen(Audio& audio) :
m_audioP(&audio)
{
}
Screen::Screen()
{
}
/// <summary>
/// our base class destructor
/// </summary>
Screen::~Screen()
{
}
/// <summary>
/// Our pure virtual update method
///... | [
"davidnln13@yahoo.com"
] | davidnln13@yahoo.com |
c4c5d6b439e68b1f7eeb5543d01f802691453ed5 | 183d423b1ca9fbaabc455e0ddc76730ca2d1c15d | /MFC/menu/StdAfx.cpp | 8e9be829aa8566a5800c1fde55c451581d03c573 | [] | no_license | leihtg/cproject | 8c0bf5fe04986faacdd4a48320860bf7c92c1ba2 | f1ef52ce3092add39216cec8da7d89f03a3db633 | refs/heads/master | 2022-02-16T00:20:41.200444 | 2019-08-25T13:59:01 | 2019-08-25T13:59:01 | 109,554,174 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 198 | cpp | // stdafx.cpp : source file that includes just the standard includes
// menu.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"leihtg@163.com"
] | leihtg@163.com |
7e30a037491349b5f82c58c67eba5046a2e82005 | 6d68b5d18b74cee129baeeec9d2d6261bbd13fc3 | /chapter13/dma.h | a5111bcf23e156d7fc30265402a89c0d2e794f7d | [] | no_license | wenxinz/C-PrimerPlus | 4dcfda2337392208a15e30b81da851793db355f0 | 90e1fb2e241bc95098c65e67ab64226d4a1e3b13 | refs/heads/master | 2021-02-06T06:28:04.318281 | 2020-02-29T01:58:24 | 2020-02-29T01:58:24 | 243,887,576 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,177 | h | //dma.h --inheritance and dynamic memory allocation
#ifndef DMA_H_
#define DMA_H_
#include <iostream>
//Abstract Base Class
class DMAABC{
private:
char * label;
int rating;
public:
DMAABC(const char * l = "null", int r = 0);
DMAABC(const DMAABC & rs);
virtual ~DMAABC();
DMAABC & operator=(con... | [
"wenxinz@g.clemson.edu"
] | wenxinz@g.clemson.edu |
14f8a16dc01205bc8bb673d5e5b7da668c7ef30b | 5df6a94ccfb6adc66d929a0c66fde35e5024c54c | /defs.h | fda427d27384b57af48816cb5441c7b2dfd1966c | [] | no_license | isaiasd92/CSCE4600 | 975ff340fe1cefe1f8965dbfb07418821b11466e | 0ec095420be2ca5b444dbe3237f9001afac40f9e | refs/heads/master | 2020-03-07T20:24:08.466239 | 2018-04-02T03:25:51 | 2018-04-02T03:25:51 | 127,696,439 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 228 | h | /*
* CSCE 4600
* Program 2 : Isaias Delgado , Juan Moreira
* Due: May 3, 2016
* FILE: defs.h
*/
#include <iostream>
#include <cstdlib>
#include <algorithm>
#include <vector>
#include <ctime>
#include <iomanip> | [
"isaiasdelgado03@gmail.com"
] | isaiasdelgado03@gmail.com |
e260e3ce86ae3cb64d3edd9b7716c249ec2daf9a | 370419f63a55eaa6b230aee05c94cd80008d5019 | /ftpClient/mainwindow.cpp | afa3121eb8b59e21a72f61c8cda506ccce8f8930 | [] | no_license | BeanGuohui/ftp | c1a8668c2b11e8815fc5718ab24f34535188e87a | e7adf0f788ec2c5e0ac2f177e57fe001a4d73311 | refs/heads/master | 2022-07-30T02:48:39.979387 | 2020-05-24T10:14:51 | 2020-05-24T10:14:51 | 266,101,285 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,442 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QMessageBox>
#include <QTextCodec>
#include <QDebug>
#include <QStringList>
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
QTextCodec::setCodecForLocale(QTextCodec::codecForName("utf-8"));//设置中文不乱码
ui-... | [
"401220179@qq.com"
] | 401220179@qq.com |
809385618dab6146708055d23b60857d85a37981 | af8b3481d4b6e3eb8ab43c48efabe1444ab77e46 | /Framework/Math/Matrix.cpp | 6c40e7250d15ed544f7fd9fe23eecc6539b393b3 | [] | no_license | seokwoongchoi/D3D12Engine | f91980f4ff8f6a5b205a7e2ce63aa7e69b1406e4 | 466a28cdeddfe454c23ed168bc7f1319059ca00e | refs/heads/master | 2023-07-12T00:39:35.019042 | 2021-08-25T06:34:12 | 2021-08-25T06:34:12 | 399,708,419 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,946 | cpp | #include "Framework.h"
#include "Matrix.h"
#include "Vector3.h"
#include "Quaternion.h"
const Matrix Matrix::Identity
(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
);
auto Matrix::RotationQuaternion(const Quaternion & rotation) -> const Matrix
{
float num9 = rotation.x * rotation.x;
float ... | [
"sow04014@gmail.com"
] | sow04014@gmail.com |
41308650a3a419ac2af872cd38977e01756995f4 | 924f5f8ec7290fe8a8be4451b16617bf531682cd | /src/dxvk/dxvk_buffer.h | ea4e3e1f1deee24533b31a48143b394b09e5b213 | [
"LicenseRef-scancode-warranty-disclaimer",
"Zlib"
] | permissive | Happy-Ferret/dxvk | 885f8228198d37c6ab2ec808b490c3d4f96b504b | 03a760bec61eea494590ef21f88b2d74bb47985e | refs/heads/master | 2020-03-29T05:16:17.606601 | 2018-09-19T19:00:44 | 2018-09-19T19:00:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,144 | h | #pragma once
#include <mutex>
#include <vector>
#include "dxvk_buffer_res.h"
namespace dxvk {
/**
* \brief Virtual buffer resource
*
* A simple buffer resource that stores linear,
* unformatted data. Can be accessed by the host
* if allocated on an appropriate memory type.
*/
class DxvkBuff... | [
"philip.rebohle@tu-dortmund.de"
] | philip.rebohle@tu-dortmund.de |
a20036f00ec41d5100955a08740b66b656415d2a | bb1ea7ef864c8949e246ceb2876ef96ee09da591 | /2020/program/DistanceMeter.h | 57275ef50a82be710f1d31a217f9f0db967f412c | [] | no_license | k08a1t/ETrobocon | 52996ad741e71776b97bb3edd6af91f186975582 | 02cbd62c3230413788e9cc3e4f1e770878848d75 | refs/heads/main | 2023-08-19T05:11:13.551659 | 2021-10-17T16:48:06 | 2021-10-17T16:48:06 | 418,158,076 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 672 | h | // ˅
// ˄
#ifndef DISTANCEMETER_H_
#define DISTANCEMETER_H_
// ˅
class Motor;
// ˄
class DistanceMeter
{
// ˅
// ˄
private:
int m_SectionMeasure;
int m_preMeasureRight;
int m_preMeasureLeft;
Motor* m_pLeftMotor;
Motor* m_pRightMotor;
public:
DistanceMeter(Motor* ... | [
"noreply@github.com"
] | k08a1t.noreply@github.com |
9648d75a365105aeefcb64a321aa1de15fb7fac9 | 29c232b4c64b9ca57ebae84d5db15cdcdfaba61c | /include/render/Texture.h | e1ca76b3667a2cb1cea62f005154dc47d39ca0d4 | [] | no_license | sundoom/glow | 3eec9815f7d4fc1a583010f08d1f2a3bc651ccb2 | 3e197e6a2c28e9f7e52616be5ae9bfe487b0fd56 | refs/heads/master | 2020-03-13T13:36:08.947187 | 2018-04-26T11:35:15 | 2018-04-26T11:35:15 | 50,897,893 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,203 | h | /*
* Texture.h
* glow
*
* Created by sunjun on 11-6-14.
* Copyright 2011 sunstdio. All rights reserved.
*
*/
//////////////////////////////////////////////////////////////////////////
#ifndef __Texture__
#define __Texture__
//////////////////////////////////////////////////////////////////////////
... | [
"noreply@github.com"
] | sundoom.noreply@github.com |
a2cb3f7ece35dc3779acf45a1fecb055a79e40c6 | 5cd21395bfbb0af479a5ee87f3bce6f496312f89 | /include/interfaces/giindexer.hpp | 835cabcc64a15215320ab0cde0c4194080f14f69 | [] | no_license | GhostFanta/TextSim | 7cc3ab9f7cb0c4271b448f6e5ec52a8c540387d1 | b964e10c7a19604228e5e9f76e5ed652bbbe9ecc | refs/heads/master | 2021-09-19T11:41:14.641202 | 2018-07-27T13:39:51 | 2018-07-27T13:39:51 | 74,418,048 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 529 | hpp | #ifndef TEXTSIM_GIINDEXER_HPP
#define TEXTSIM_GIINDEXER_HPP
#include <string>
#include <cstdint>
namespace textsim {
class GIIndexer {
public:
// The identifier for non-existing unigram/bigram string.
static const int NOT_EXIST = 0;
// Get the unique identifier of the given unigram.
virtual unsigned int get... | [
"huiyueguan1@126.com"
] | huiyueguan1@126.com |
5f4d22595a19c1a83e495af7f63fa2c79dad17ea | c26dfc4984c4cd7b3b3660f55b397d9d14460b1c | /src/osgcaveui/Widget.cpp | 047b3d09226e6e8b3963e5945b90688f6647617c | [] | no_license | dacevedofeliz/calvr | 9111bcff51386107d011ae84590e37c97e7a6c6b | 1e6fca27de8ae85fb604381272c039e504cb359c | refs/heads/master | 2021-01-18T06:46:15.868305 | 2012-01-27T17:42:12 | 2012-01-27T17:42:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,470 | cpp | // C++:
#include <iostream>
#include <assert.h>
#include <config/ConfigManager.h>
// Local:
#include "Widget.h"
using namespace osg;
using namespace cui;
using namespace std;
const float Widget::EPSILON_Z = 0.02f;
const Vec4 Widget::COL_RED(1.0, 0.0, 0.0, 1.0);
const Vec4 Widget::COL_GREEN(0.0, 1.0, 0.0, 1.0);
cons... | [
"aprudhom@couts2.ucsd.edu"
] | aprudhom@couts2.ucsd.edu |
e7ff752fd1baa6aaa3590aea11d7a563d2db4e4f | 0f067391480662c0705bb8009511adea17915e9c | /solve.cpp | 1a98acbec6f7ae9115182c15d61ac4b1f14c669a | [] | no_license | warrenanson/pd2--sudoku | e1eb514b45af83c9fc5fca3ec0d9caab413807ab | 3ee74b8d6f3dc08e2b4b6a0716b193585fef8f18 | refs/heads/master | 2021-01-10T01:38:12.204498 | 2016-04-04T10:48:10 | 2016-04-04T10:48:10 | 55,365,641 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 99 | cpp | #include "Sudoku.h"
int main()
{
Sudoku ss;
ss.readIn();
ss.solve();
return 0;
}
| [
"warren45612378@gmail.com"
] | warren45612378@gmail.com |
6aa147ca73cc4dbb303230c2a985370811b7b240 | f7fb9e46bf04cc48a915d69f9ec44c2f09af7d86 | /CristalApp/SockTcpServeur.cpp | 0d34d90020d0ef4795367d455fd571dbd0979f6c | [] | no_license | benoitk/cristalqt_win | 3abde6473859b56ca6af4d512897db239d7c0ea7 | d53d227a70a7f7f3b3ad0767a0a4f48f31c2edbb | refs/heads/master | 2021-01-17T08:38:56.952972 | 2017-09-21T08:31:59 | 2017-09-21T08:31:59 | 16,067,817 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,412 | cpp | // ..\socket\ethserve.cpp : implementation file
//
#include "stdafx.h"
#include "network.h"
#define ETH_NOMBRE_CONNEXION_MAXI 1
/////////////////////////////////////////////////////////////////////////////
// CSocketTcpServeur
////////////////////////////////////////////////////////////////
/*@!*****************... | [
"carmazen84@gmail.com"
] | carmazen84@gmail.com |
36c85ce0a311b80145712a3379e388b780a1ae1c | 76524e54ebc7125b94baa231319ac6b34ceab5fb | /src/include/duckdb/execution/operator/join/physical_join.hpp | a9ae91e63f48dead39722514e2687d13f3e5c45c | [
"MIT"
] | permissive | pacien/duckdb | 58295c6905ecc068c54398825fc4d00d1622f473 | d887d2f80f283160643a3adf74ae3d1b7f8662c1 | refs/heads/master | 2022-12-17T21:03:19.495758 | 2020-09-20T10:13:36 | 2020-09-20T10:13:36 | 297,182,776 | 0 | 0 | MIT | 2020-09-20T23:35:58 | 2020-09-20T23:35:57 | null | UTF-8 | C++ | false | false | 1,108 | hpp | //===----------------------------------------------------------------------===//
// DuckDB
//
// duckdb/execution/operator/join/physical_join.hpp
//
//
//===----------------------------------------------------------------------===//
#pragma once
#include "duckdb/execution/physical_sink.hpp"
#i... | [
"mark.raasveldt@gmail.com"
] | mark.raasveldt@gmail.com |
de4a0b1a21db071af97d268c34e5b9b36de03136 | 19eb97436a3be9642517ea9c4095fe337fd58a00 | /private/windows/media/avi/inc.16/ostream.h | 602638f7bab46256791933b8ec5b1323c3e2b2c7 | [] | no_license | oturan-boga/Windows2000 | 7d258fd0f42a225c2be72f2b762d799bd488de58 | 8b449d6659840b6ba19465100d21ca07a0e07236 | refs/heads/main | 2023-04-09T23:13:21.992398 | 2021-04-22T11:46:21 | 2021-04-22T11:46:21 | 360,495,781 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,322 | h | /***
*ostream.h - definitions/declarations for the ostream class
*
* Copyright (c) 1991-1992, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the classes, values, macros, and functions
* used by the ostream class.
* [AT&T C++]
*
****/
#ifndef _INC_OSTREAM
#define _INC_... | [
"mehmetyilmaz3371@gmail.com"
] | mehmetyilmaz3371@gmail.com |
5f2d955bc2244a7719ee7ccf86c8803da0f37f9b | 673ff7194b3e46d7a8d68f526ac671213512c054 | /lab6/zad2/main.cpp | f01c689048af222b23c99f30e5fe5ec2ab20916e | [] | no_license | agalem/opencv-cpp | 06f19a94704e7d8e54f231d2066d400816b3cc37 | 9f70a536e66a3f61ba6387874e9e421de9531a29 | refs/heads/master | 2020-05-19T19:10:46.768067 | 2019-05-15T15:38:17 | 2019-05-15T15:38:17 | 185,173,568 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,895 | cpp | #include <opencv2/highgui.hpp>
#include <opencv2/opencv.hpp>
#include <opencv2/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/core/mat.hpp>
#include <opencv2/imgcodecs/imgcodecs.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#include <iostream>
#define ESC 27
using namespace cv;
using namespace std;
... | [
"agnieszka.lempaszek@student.uj.edu.pl"
] | agnieszka.lempaszek@student.uj.edu.pl |
c128fdc450301abee911d03df0d3c06b6df05a18 | 4105da5cbbcc618214d1980bc3ab7aa11e51d0c6 | /Middle of the Linked List.cpp | 5bda584f56d71de55a349f7968a9d8a06f03c55b | [] | no_license | kiranm000/LeetCode-Problems | 266ac2d43ad77240af694338ba850b0c574ac44e | 0c456a7aad2588f154e119bfc15efac84e73400c | refs/heads/main | 2023-07-28T22:59:12.025970 | 2021-09-05T17:48:10 | 2021-09-05T17:48:10 | 388,171,528 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 410 | cpp | //Middle of the Linked List
class Solution {
public:
ListNode* middleNode(ListNode* head) {
if(head==NULL || head->next==NULL) return head;
ListNode* temp=head;
ListNode* ptr=head;
int count=0;
while(temp)
{
count++;
temp=temp->next;
}
... | [
"noreply@github.com"
] | kiranm000.noreply@github.com |
1a3bce37a57f4181fb90a33c7103df7c4f2e92c5 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/HLT/Trigger/TrigControl/TrigExamples/TrigExMTHistNtup/src/MTNtup.cxx | 3f7d4b207b6c72ed845f438697d508c13d409965 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,257 | cxx | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#include "TrigExMTHistNtup/MTNtup.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/ThreadGaudi.h"
#include "EventInfo/EventInfo.h"
#include "EventInfo/EventID.h"
#include <sstream>
/////////////////////////////////////////... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
25ac101fff6df9c64eeeba3c4ed5bfe6458bcf29 | bc557904a654b37c5c3a9674ca50fa49c6f26376 | /CMake/configcheck/demangle_abi.cxx | da02c452715816229e3b85544c4c546c312359dd | [] | no_license | nagyist/vital | 5be362294be85698ae6d7ead682ad5950eec8f17 | 9fdd0c846991f03d99e1874e01a786ad7376d8fc | refs/heads/master | 2021-01-22T19:49:00.854442 | 2016-10-18T15:50:24 | 2016-10-18T15:50:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | cxx | #include <cxxabi.h>
#include <typeinfo>
#include <string>
int main(int argc, char *argv[])
{
std::string sym = typeid( std::string ).name();
int status;
char* demangled_name = abi::__cxa_demangle(sym.c_str(), NULL, NULL, &status);
if( 0 == status )
{
std::free(demangled_name);
}
return 0;
}
| [
"linus.sherrill@kitware.com"
] | linus.sherrill@kitware.com |
d650458b24ef6a416778bfbb814ab443cf8c1749 | 39921d049a882220193fb45f4023a6831fb79908 | /Pods/abseil/absl/time/civil_time.cc | 7c85bf2347d414560f011205290ae970ca5a7443 | [] | no_license | furydeveloper/SearchCoinKaraoke | a48bb7f0a4032735a2fc8895bd6bb02626b392b3 | 98043d3e280814f75c4f6c7957e6c0eee320a9b9 | refs/heads/master | 2023-08-10T23:24:28.780365 | 2021-10-03T02:51:57 | 2021-10-03T02:51:57 | 409,012,702 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 129 | cc | version https://git-lfs.github.com/spec/v1
oid sha256:5fcc6712c0515010480a3a4be45e7d96d4799310c929710ba1ff79dd9d66b6c0
size 5737
| [
"furysecu@gmail.com"
] | furysecu@gmail.com |
9b6649be9a9c28a3c81e9cd3fb4b37f16c18733d | 59ad83925bd1ffb3f3b6248ddf317921ed2bb24b | /ATA_DLL/TestItem/header/ATA_DLL_TestItem_KPad.h | 7db793a55fe6df7b060e470e9af653adda6b9d7b | [] | no_license | momoomom/ATA | f5cb01615b2b662d54ec834c95d7d5921ab96c7c | 92489654d21c61b8a5cc6f62b790ddfa6448e704 | refs/heads/master | 2021-12-11T13:20:11.810785 | 2016-11-15T07:02:26 | 2016-11-15T07:02:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,638 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be u... | [
"jian.song@wheatek.com"
] | jian.song@wheatek.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.