blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b2d972c3962ddde35d720fc041011a8a19582f16 | 601e9f409ec1c5de2d5a56331979db3bcb41dc8f | /Code/ProtoTowers/Components/TowerInfo.cpp | 281193d8775d6f304c3b694af459f465d0bebce2 | [] | no_license | bmclaine/ProtoTowers | 1f12cd6e299be6771188e8b0738db5e6f8301b50 | c9bbe2896591f456c5fde6595d7d76f9031fd2f4 | refs/heads/master | 2020-04-17T07:10:05.522159 | 2016-08-31T01:07:14 | 2016-08-31T01:07:14 | 66,881,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,575 | cpp | #include "stdafx.h"
#include "TowerInfo.h"
#include "../InfernoUI.h"
#include "BaseTower.h"
// ===== Constructor / Destructor ===== //
TowerInfo::TowerInfo(UIElement* _owner) : UIComponent(_owner), m_fcTowerInfoFlags((unsigned int)TI_MAX_FLAGS)
{
m_eType = TowerTypes::TT_UNKNOWN;
m_fNameXOffset = 0.0f;
m_fNameYOff... | [
"bizzy18@gmail.com"
] | bizzy18@gmail.com |
2454a5cae2ca670a69bd9e73862f53dea6e0fd62 | 14ce01a6f9199d39e28d036e066d99cfb3e3f211 | /Cpp/SDK/BP_AssaultRifle_Tier1_classes.h | 049937cfe60d7a1b51a0609932225597e2c6201f | [] | no_license | zH4x-SDK/zManEater-SDK | 73f14dd8f758bb7eac649f0c66ce29f9974189b7 | d040c05a93c0935d8052dd3827c2ef91c128bce7 | refs/heads/main | 2023-07-19T04:54:51.672951 | 2021-08-27T13:47:27 | 2021-08-27T13:47:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | h | #pragma once
// Name: ManEater, Version: 1.0.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
782df21a269096eb4cbf63f0ba45a9a4264e7ef1 | 283a5cc41be5c4a3334fb1c2070aacd50c5a32cf | /Asteroids/Source/Private/window.cpp | 4c5b385fab469fb901e58d5b2371b335c3b2dc2d | [] | no_license | josmgood/Asteroids | c7af1bd0a8035bf4ce587d39c11097a095878175 | ed8898b9ec0d3102635fb0941d4ad4655c3b6bf1 | refs/heads/master | 2021-05-30T18:43:44.858609 | 2016-03-07T03:40:00 | 2016-03-07T03:40:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,937 | cpp | #include "..\Public\window.h"
/*
=====================================
WINDOW
=====================================
*/
Window::Window(void)
: _window(nullptr), _size(), _title(), _isOpen(false)
{
}
Window::Window(glm::uvec2 size, const std::string& title)
: _window(nullptr), _size(), _title(), _isOpen(false)
{
... | [
"deltaplaythroughs65@gmail.com"
] | deltaplaythroughs65@gmail.com |
73ae2a552477953a17a76ab789377ce656089fb7 | 77f0d87779f5ef0b9902cf1884c8140f580d01cf | /Searching & Sorting/MergeSort.cpp | af6bb267d8f62083361c786b97560ff295741f33 | [] | no_license | Projects-stack/100DaysOfCoding | c590d274698f427c43086ec48dc03d3816df0a0e | bbb747113eeec458eed2c56f9fae372c46bc14b7 | refs/heads/master | 2023-06-09T21:51:53.394757 | 2021-07-03T16:41:07 | 2021-07-03T16:41:07 | 368,577,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,959 | cpp | #include<iostream>
using namespace std;
// Merge Sort :
/* Merge Sort is one of the most popular sorting algorithms that is based on the principle of Divide & Conquer stratergy
*/
//swap the content of a and b
void swapping(int &a, int &b) {
int temp;
temp = a;
a = b;
b = temp;
}
// Merge two sub-a... | [
"sanket.mhetre@techprimelab.com"
] | sanket.mhetre@techprimelab.com |
2eceba09e5ca9571704e7499ee3d953ff4b52e03 | 2b45998c5472e30ea7058603bca3a77700b86b70 | /10468번 숫자뽑기게임.cpp | fe2946804ad993a4dc9ac8e2149773495df9501f | [] | no_license | forybm/CodeMountain | c6b5e404bc5947f2a41df76331bb1ba078dcbe41 | 7a3c8bc76db7f57ad68638f800513d0ea0a7c5a2 | refs/heads/master | 2021-06-21T15:05:30.653346 | 2017-07-27T06:03:55 | 2017-07-27T06:03:55 | 98,499,311 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 194 | cpp | #include <stdio.h>
#include <algorithm>
using namespace std;
int N;
int arr[222];
int main()
{
while (N)
{
scanf("%d",&N);
for (int i = 1;i <= N;i++) {
scanf("%d", &arr[i]);
}
}
}
| [
"forybm1@naver.com"
] | forybm1@naver.com |
2a21cc04d0c6546bfb94dbef11ec57785cd6fcdc | cfeac52f970e8901871bd02d9acb7de66b9fb6b4 | /generated/src/aws-cpp-sdk-budgets/source/model/DescribeBudgetActionsForAccountRequest.cpp | 6596e471ba4324f5ff601738923c073d8d8f03c2 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | aws/aws-sdk-cpp | aff116ddf9ca2b41e45c47dba1c2b7754935c585 | 9a7606a6c98e13c759032c2e920c7c64a6a35264 | refs/heads/main | 2023-08-25T11:16:55.982089 | 2023-08-24T18:14:53 | 2023-08-24T18:14:53 | 35,440,404 | 1,681 | 1,133 | Apache-2.0 | 2023-09-12T15:59:33 | 2015-05-11T17:57:32 | null | UTF-8 | C++ | false | false | 1,282 | cpp | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/budgets/model/DescribeBudgetActionsForAccountRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Budgets::Model;
using namespace Aws::Uti... | [
"sdavtaker@users.noreply.github.com"
] | sdavtaker@users.noreply.github.com |
2fa9abfb8104ebb4e07ce4b0152d9e5ed92e4ac3 | 89ae869293632359fd16ab150019fc05827eb335 | /accompany_human_tracker/src/DataAssociation.h | 64bcc199345fe0c71d396cd60e3c5135d2e0a7ec | [] | no_license | ipa320/accompany | f4546b6cc848d580f815f59d47cb09c43a8f5b2a | ac62484b035a0f9ebce888e840c27beaca038f13 | refs/heads/master | 2021-05-02T05:51:24.052693 | 2017-07-31T12:15:07 | 2017-07-31T12:15:07 | 3,283,388 | 0 | 1 | null | 2017-07-31T12:19:31 | 2012-01-27T15:05:55 | Python | UTF-8 | C++ | false | false | 654 | h | #ifndef DataAssociation_INCLUDED
#define DataAssociation_INCLUDED
#include <vector>
#include <iostream>
/**
* Associate detections with tracks
*/
class DataAssociation
{
public:
DataAssociation();
void clear(unsigned s1,unsigned s2);
void set(unsigned d1,unsigned d2,double association);
std::vector<int>... | [
"B.Terwijn@uva.nl"
] | B.Terwijn@uva.nl |
cda9f96e0db8eee98bdeebd74cfbd716c0f5ce3f | 9ab6ea1e33723827c192f0ce8e17e18f28a38254 | /process.h | 3798c9840c5f339980aa01f12d688b384f82633a | [] | no_license | truelentyay/Calculator | 3bfa80b7bbc544d9d2fd59164cf93da76f2fe76a | 6ba1d229471b6da015b1783280968e38987eb89d | refs/heads/master | 2021-01-17T17:24:26.674406 | 2016-06-22T12:37:47 | 2016-06-22T12:37:47 | 62,325,409 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 116 | h | #ifndef PROCESS_H
#define PROCESS_H
class Process
{
public:
Process();
int run();
};
#endif // PROCESS_H
| [
"elenami@cqg.com"
] | elenami@cqg.com |
0e1e8179fa250e1142ddaa71252c6150bac17871 | 5e80d390ab8d6df33378a76c6403e93b610c4e74 | /compiler/src/parser/tx_scanner_adapter.cpp | 9d9ba451630193bd89ee3e3b8566efa29938431f | [
"Apache-2.0"
] | permissive | TuplexLanguage/tuplex | 0cb45590b0f2fe000ec87ec0c8eddb2dd984afe6 | fc436c78224522663e40e09d36f83570fd76ba2d | refs/heads/master | 2021-08-17T11:41:36.107974 | 2021-01-17T20:28:15 | 2021-01-17T20:28:15 | 29,855,523 | 17 | 1 | Apache-2.0 | 2020-11-24T19:32:36 | 2015-01-26T10:08:07 | C++ | UTF-8 | C++ | false | false | 4,096 | cpp | // an adapter between Bison parser and Tx scanner
#include "tx_options.hpp"
#include "bison_parser.hpp"
#include "driver.hpp"
#include "txparser/scanner.hpp"
static TxToken inner_yylex( yy::TxParser::semantic_type* yylval,
yy::TxParser::location_type* yylloc,
... | [
"christer@chervil.se"
] | christer@chervil.se |
53002a8892b6d90ca1538fe711e25bf2d780b616 | f7bcf8ad90fd9705897561a8264086d897ba54db | /Executable/WorkloadProcessor.cpp | 8811f1898ba07f92849d3c8a1bab465073d13e86 | [] | no_license | DevVault/DayZServicePipeline | 1570f848b803f67ab41ba84efb849e95f44999fc | bb565eea6de35b1079caddbe5c29cb27f0bc9e4f | refs/heads/master | 2023-03-17T03:52:14.749104 | 2018-09-11T09:37:21 | 2018-09-11T09:37:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,283 | cpp | /**********************************************************************************************************************\
DESCRIPTION: Process workloads and load the dynamic libraries if needed
------------------------------------------------------------------------------------------------------------------------
... | [
"arkensor@gmail.com"
] | arkensor@gmail.com |
3c0e1a4f6162e5c2b605a9aec4af0fffcc7415d6 | bb6ebff7a7f6140903d37905c350954ff6599091 | /ui/views/controls/resize_area.h | 12ec310026e3218fb67a1a0ec9020199863a9282 | [
"BSD-3-Clause"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 1,682 | h | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_VIEWS_CONTROLS_RESIZE_AREA_H_
#define UI_VIEWS_CONTROLS_RESIZE_AREA_H_
#include <string>
#include "ui/views/view.h"
namespace views {
c... | [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
7293a4228cb60e5dbb4e541204bd30580bb92456 | 8567438779e6af0754620a25d379c348e4cd5a5d | /chrome/browser/ui/find_bar/find_bar_host_browsertest.cc | 1a1b9ffd8818de1d596c9996a0a26f6f746aab2c | [
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 62,621 | cc | // Copyright (c) 2012 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 <stddef.h>
#include "base/command_line.h"
#include "base/files/file_util.h"
#include "base/message_loop/message_loop.h"
#include "base/run_l... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
5d14ff634b7744e13547dbe502a42d822b4b6d3e | 158f088480d629fd925897715c1e6a5388a22497 | /pp/pp/main.cpp | 11ad1bfcd2e08159cd187b8179905f6e94cff71e | [] | no_license | danielmonr/Estructura-de-datos | d80e0dc01ba59022901f73f590c4fca62aa0e451 | ea5ea8999a071f9ed043a0bf83bca14413b1f258 | refs/heads/master | 2016-09-06T07:51:12.704534 | 2015-09-03T02:28:18 | 2015-09-03T02:28:18 | 41,838,038 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 261 | cpp | //
// main.cpp
// pp
//
// Created by Daniel on 04/09/14.
// Copyright (c) 2014 Gotomo. All rights reserved.
//
#include <iostream>
int main(int argc, const char * argv[])
{
// insert code here...
std::cout << "Hello, World!\n";
return 0;
}
| [
"danielmonr@gmail.com"
] | danielmonr@gmail.com |
f2399fb25a31382d1ed34223c6a1505e7ce938b8 | d4cb7c0dea0078d02dd6b2a423e6caa61bbfc831 | /iOS/TestCardAnaly/dukpt/Des.cpp | 7ad80beb41ba0a5a4684805d0e9ea8476d0d5151 | [
"MIT"
] | permissive | camcima/chinese-dukpt | 95ff74e3c776d8318a9cfe6450538d9fd3843c01 | 48b3acc3682cbbddb9284ca26460bd8245bae796 | refs/heads/master | 2021-01-25T08:38:24.714438 | 2014-08-19T18:21:31 | 2014-08-19T18:21:31 | 7,212,464 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,582 | cpp | //#include <alllink.h>
#include <string.h>
#include "DUKPT_DES.h"
unsigned char aip[64] =
{
58,50,42,34,26,18,10,2,
60,52,44,36,28,20,12,4,
62,54,46,38,30,22,14,6,
64,56,48,40,32,24,16,8,
57,49,41,33,25,17,9,1,
59,51,43,35,27,19,11,3,
61,53,45,37,29,21,13,5,
63,55,47,3... | [
"ccima@rocket-internet.com"
] | ccima@rocket-internet.com |
3a1b3956edb2177f7366dae3f01dfa42c4a9d7c6 | ab80f1c39e390b86bffd41c3c53bfedb84761b86 | /test/test_jaccobian.cpp | 7463a254d568cee50914bb2ef33ad8d62594f20f | [] | no_license | MaouLim/ME-DSO | a7a434d1ca55b25cefadda54a00b898641752cac | 213ec11c54803df52cb7142f4785c3bc46999d05 | refs/heads/master | 2021-05-19T09:17:27.920219 | 2020-05-12T12:54:14 | 2020-05-12T12:54:14 | 251,624,996 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 349 | cpp | #include <iostream>
#include <vo/jaccobian.hpp>
int main() {
const Eigen::Vector3d q = { 1, 2, 3 };
/**
* @test test dTpdesp
*/ {
std::cout << vslam::jaccobian_dTpdeps(q) << std::endl;
}
/**
* @test test dSpdzet
*/ {
std::cout << vslam::jaccobian_dSpdzet(q) << std... | [
"502329767@qq.com"
] | 502329767@qq.com |
c08d019ad69e2c92a6c4128f32a7506b2b7801b2 | e5091c3a8477fa12e1adfdb1f3d826eb6e9bb2be | /UVa/jolly_jumpers.cpp | 07a8e908a92f1f9f16822b4f40eb14b04c0d24d9 | [] | no_license | leonardoAnjos16/Competitive-Programming | 1db3793bfaa7b16fc9a2854c502b788a47f1bbe1 | 4c9390da44b2fa3c9ec4298783bfb3258b34574d | refs/heads/master | 2023-08-14T02:25:31.178582 | 2023-08-06T06:54:52 | 2023-08-06T06:54:52 | 230,381,501 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 663 | cpp | #include <bits/stdc++.h>
using namespace std;
#define MAX 3001
bool is_jolly(int numbers[], int size) {
vector<bool> used(size - 1, false);
for (int i = 1; i < size; i++) {
int diff = abs(numbers[i] - numbers[i - 1]);
if (diff == 0 || diff >= size || used[diff - 1]) return false;
... | [
"las4@cin.ufpe.br"
] | las4@cin.ufpe.br |
26967066f19b4b7772897820a9acb7644056be7f | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/ServiceOptionAspect/UNIX_ServiceOptionAspect_ZOS.hxx | 6ef359bccd3a856dc55dae2e3c912cb445ce5ec0 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,821 | hxx | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
8711abc0942a89bcf8eeb3afa631f9463ce02e6f | e30ab85bde0c8887f4fb519337da95ad4393fe8d | /Local.cpp | 0df3586d194102d55fa374b4958dc6e432709cfa | [] | no_license | rodrigolmonteiro/muonline-client-sources | a80a105c2d278cee482b504b167c393d3b05322e | be7f279f0d17bb8ca87455e434edd30b60e5a5fe | refs/heads/master | 2023-06-29T09:45:22.154516 | 2021-08-04T17:10:15 | 2021-08-04T17:10:15 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 27,814 | cpp | // Local.cpp: implementation of the Local
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Local.h"
#ifdef KJH_MOD_NATION_LANGUAGE_REDEFINE
char lpszFindHackFiles[MAX_TEXT_LENGTH];
char LanguageName[MAX_TEXT_LENGTH];
char lpszLocaleName[MAX_TEXT_LENGT... | [
"sasha.broslavskiy@gmail.com"
] | sasha.broslavskiy@gmail.com |
24ef9bddc2a364c8f1f97fa1478db825f0aa74c7 | 58a117a55084a74dd9c49966dfb2d7eecca7ac62 | /cpu/access.cc | eb7f24ae1aa72bf26edb2d2401ce4795cd84c343 | [] | no_license | mediaexplorer74/Bochs | adaad1c2e355a330eee5900fa09600c5b4f5f19f | 9f09abbcbe65ed63fae71c728cb96f59f5f5050d | refs/heads/main | 2023-07-11T11:27:25.676886 | 2021-08-19T03:30:23 | 2021-08-19T03:30:23 | 395,043,316 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,908 | cc | /////////////////////////////////////////////////////////////////////////
// $Id: access.cc 14086 2021-01-30 08:35:35Z sshwarts $
/////////////////////////////////////////////////////////////////////////
#include "pch.h"
#define NEED_CPU_REG_SHORTCUTS 1
#include "../bochs/bochs.h"
#include "cpu.h"
#define LOG_THIS BX... | [
"mediaexplorer74@hotmail.com"
] | mediaexplorer74@hotmail.com |
f0861987226d464844a9a4767b89b4941b61da72 | d69cc85c6d1039c64112432b22a1a756b267b1a8 | /_cmake/lib/arduino-upm/src/nmea_gps.hpp | 26b3ca005b9eeb63b0c144401e065961270240b2 | [
"MIT"
] | permissive | SSG-DRD-IOT/lab-protocols-mqtt-arduino | 02a004f60fcdd8da65d221dc287f26e3a016afa1 | 834cef842154b4645f98f1f7da57cb0ea887ca98 | refs/heads/master | 2021-01-19T07:54:17.220914 | 2018-04-03T16:11:34 | 2018-04-03T16:11:34 | 100,647,409 | 0 | 4 | MIT | 2018-04-03T16:11:35 | 2017-08-17T21:40:18 | C | UTF-8 | C++ | false | false | 4,973 | hpp | /*
* Author: Jon Trulson <jtrulson@ics.com>
* Copyright (c) 2016 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, including
* without limitatio... | [
"christopherx.crase@intel.com"
] | christopherx.crase@intel.com |
efdcf54505779cbd73369dce576153395bf50aa6 | bc3f4abb517829c60f846e5cd9787ac61def945b | /cpp_boost/boost/boost/geometry/algorithms/detail/relate/point_geometry.hpp | 74ef761febba0b9dbe065a3136d67f26b84e7f68 | [] | no_license | ngzHappy/cpc2 | f3a7a0082e7ab3bd995820384c938ef6f1904a34 | 2830d68fec95ba0afeabd9469e919f8e6deb41b3 | refs/heads/master | 2020-12-25T17:24:17.726694 | 2016-08-08T13:40:06 | 2016-08-08T13:40:07 | 58,794,358 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,762 | hpp | // Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
// This file was modified by Oracle on 2013, 2014, 2015.
// Modifications copyright (c) 2013-2015 Oracle and/or its affiliates.
// Contributed and/or modified by Adam Wulkiewicz, on behalf of... | [
"819869472@qq.com"
] | 819869472@qq.com |
e3aa7b9eae62247fcde97c32873fc07c1089027b | 293902682d7ee13be81ada6c28ef6b840983ac33 | /OracleAccess/src/Table.h | e7f33b4cf64dbc32a64218e802edce0bc9fb3ef2 | [] | no_license | cms-externals/coral | d17cba45fff7f34d7a1ba13ab3bb371e0696c1af | a879b41c994fa956ff0ae78e3410bb409582ad20 | refs/heads/cms/CORAL_2_3_21py3 | 2022-02-26T18:51:25.258362 | 2022-02-23T13:19:11 | 2022-02-23T13:19:11 | 91,173,895 | 0 | 4 | null | 2022-02-14T13:20:11 | 2017-05-13T12:47:54 | C++ | UTF-8 | C++ | false | false | 1,845 | h | #ifndef ORACLEACCESS_TABLE_H
#define ORACLEACCESS_TABLE_H 1
#include <string>
#include <boost/shared_ptr.hpp>
#include "RelationalAccess/ITable.h"
struct OCIDescribe;
namespace coral
{
namespace OracleAccess
{
class DataEditor;
class PrivilegeManager;
class SessionProperties;
class TableDescrip... | [
"cmsbuild@cern.ch"
] | cmsbuild@cern.ch |
ad7d4d9a688ed40e8ff3af52bef6874c125dac10 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/af/ebebb12df1665b/main.cpp | 1a9698a222e54f0b9b429f8e452107110e1eaeca | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 98 | cpp | class A {
public:
A(int) { }
};
int main()
{
A a[10] = A(1);
return 0;
} | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
d49420c174ec0f355d17f5d609c7ab1230bcc310 | a754da405bc3d2d2d1d8940d7d277c63bf2b7768 | /3party/boost/boost/polygon/point_data.hpp | e42a7aa78dbdb77d13d85dcffb98445f52ed190c | [
"BSL-1.0",
"Apache-2.0"
] | permissive | icyleaf/omim | 3a5a4f07890e6ad0155447ed39563a710178ec35 | a1a299eb341603337bf4a22b92518d9575498c97 | refs/heads/master | 2020-12-28T22:53:52.624975 | 2015-10-09T16:30:46 | 2015-10-09T16:30:46 | 43,995,093 | 0 | 0 | Apache-2.0 | 2019-12-12T03:19:59 | 2015-10-10T05:08:38 | C++ | UTF-8 | C++ | false | false | 3,002 | hpp | // Boost.Polygon library point_data.hpp header file
// Copyright (c) Intel Corporation 2008.
// Copyright (c) 2008-2012 Simonson Lucanus.
// Copyright (c) 2012-2012 Andrii Sydorchuk.
// See http://www.boost.org for updates, documentation, and revision history.
// Use, modification and distribution is subject to the B... | [
"alex@maps.me"
] | alex@maps.me |
34f7f7e4a005bca5377aa002c2cb23cd0b537695 | 59cb0e5cd9da12a6cab1a80f8dfdbbb25f2674ff | /ChapmanKolmogorov/chapmanKolmogorov.cpp | d3e183d4fe90c30200e82fca6a071ef39b987b4f | [] | no_license | jupmorenor/CppAlgorithmsStructures | 73a75be3d1314c8aec1761007f8054494fdd8f7a | a98855b65668bfa38ac2dfa25b168f5f6d12c25d | refs/heads/master | 2022-11-23T10:19:14.814327 | 2020-07-01T02:02:42 | 2020-07-01T02:02:42 | 276,252,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,158 | cpp | #include <iostream>
#include <stdlib.h>
#include <time.h>
#include <fstream>
#include <windows.h>
using namespace std;
ofstream resultados;
LARGE_INTEGER frecuencia;
LARGE_INTEGER inicio;
LARGE_INTEGER finale;
LARGE_INTEGER delta;
float matriz[3][3];
float ecuacionChapmanKolmogorov(float P[3][3], int i, int j, int n... | [
"jupmorenor@gmail.com"
] | jupmorenor@gmail.com |
aabcb84a3c019fdb2f465a16fd740ee6e8392c39 | 39dd8e17cfad1212bb5896635f5f27e04710f1e9 | /arangod/RestServer/ScriptFeature.h | 2e5f629720cdad500c51aa355154b5ad5b99ec14 | [
"Apache-2.0",
"WTFPL",
"MIT",
"LicenseRef-scancode-proprietary-license",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"ICU",
"GPL-1.0-or-later",
"Unlicense",
"LicenseRef-scancode-autoconf-simple-exception",
"Zlib",
"LicenseRef-scancode-pcre",
"ISC",
"BSL-1.0"
] | permissive | davinash/arangodb | 18352d254c982ef5c129ceb342244061b4a27fe6 | 437baf4919d66697ef656467af2b39cd4dcf3132 | refs/heads/master | 2020-03-31T11:46:01.932874 | 2018-10-04T20:36:08 | 2018-10-04T20:36:08 | 152,190,055 | 0 | 1 | Apache-2.0 | 2018-10-09T04:59:05 | 2018-10-09T04:59:05 | null | UTF-8 | C++ | false | false | 1,561 | h | ////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2016 ArangoDB GmbH, Cologne, Germany
///
/// 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... | [
"frank@arangodb.com"
] | frank@arangodb.com |
303deb30fb00ef0e7ca09c1c6f63df69f968a271 | 8e353182fb9b8a62f8bef1a140511f50a2a34b22 | /particle.cc | 46f30159312353ebe566abecb18746003f939db9 | [] | no_license | estarter/cpp_course | 24d33a99f90d453bb214fc00a3dab6bd2c06eec5 | a03c94716f2952289150210479ba5886a3cf94f0 | refs/heads/master | 2016-09-13T06:29:21.313920 | 2016-04-20T21:11:26 | 2016-04-20T21:11:26 | 56,053,807 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,029 | cc | #include "particle.h"
#include "screen.h"
extern const int maxColumn = 80;
extern const int minColumn = 0;
Particle::Particle() : symbol('o'), position(0), speed(1) {}
Particle::Particle(char symbol, double position, double speed) : symbol(symbol), position(position), speed(speed) {}
void Particle::drawParticle(Scre... | [
"estarter@gmail.com"
] | estarter@gmail.com |
0651439cbe248ff35c24b43cb8be62e50794aa94 | 190e9521edb3825ffc80e303743aad123df5985e | /BoostUTF/BoostUTF/unit_test.cpp | 74077d628505c2e3a1eb0151211eb5b8bf7947c4 | [] | no_license | yql612679/boost_test | 27d12d5eecad782269a3fcce66f685861bb3fa16 | 85f24d138b372a3841f31c2b62ebb37acd40c352 | refs/heads/master | 2020-04-15T13:41:54.979637 | 2012-08-12T01:43:39 | 2012-08-12T01:43:39 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,828 | cpp | #define BOOST_TEST_INCLUDED
#include "boost/test/unit_test.hpp"
#include "boost/smart_ptr.hpp"
#include "boost/assert.hpp"
#include "boost/assign.hpp"
using namespace boost;
#include <iostream>
using namespace std;
//全局测试夹具类
struct global_fixture
{
global_fixture()
{
cout << ("global setup\n");
}
~global_fixtur... | [
"yql1223@126.com"
] | yql1223@126.com |
ece342a54144d3d7ee54e29cbca2070628505602 | 72ce1f2f0e768e5f14682e55a0ca2e74a1077ae7 | /Source/Project64-core/Plugins/PluginClass.cpp | 1fee7ddfcd1b06e3b43100ff627809d95309e96f | [] | no_license | AmbientMalice/project64 | 5d0045559288e46c5db72c74f7559f86be433f4c | 6ae6889186d5cddb30a04d5cfc34f905ad449353 | refs/heads/master | 2021-01-18T09:30:32.934499 | 2016-01-30T04:14:22 | 2016-01-30T04:14:22 | 31,362,852 | 0 | 0 | null | 2015-03-05T01:26:01 | 2015-02-26T10:50:48 | C++ | UTF-8 | C++ | false | false | 15,326 | cpp | /****************************************************************************
* *
* Project64 - A Nintendo 64 emulator. *
* http://www.pj64-emu.com/ *
* Copyrig... | [
"zilmar@pj64-emu.com"
] | zilmar@pj64-emu.com |
cd2694ea2cb55574bb243a2d08c55fa4d47e81fa | 1fba7a3fa4a31612af4c598baa8ddc7c98444aed | /src/chat_printer.cpp | 03d8345657b4d5722d0dbc344be2d3e6d687328e | [
"MIT"
] | permissive | ulyanin/GOS_cpp_chat_server_client | 369ed475f885f93a467d994d480310d9dc6bf1f5 | 0cbc78ad29e30ec9c4052fcf2736759b0bd82787 | refs/heads/main | 2023-02-19T19:10:56.385962 | 2021-01-19T18:09:32 | 2021-01-19T18:09:32 | 330,886,204 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48 | cpp | #include "chat_printer.h"
namespace NChat {
}
| [
"ulyanin1997@gmail.com"
] | ulyanin1997@gmail.com |
5fa0c08bc2d2269da7f8685e138972fe2d6814cd | 86bfae94def1ca36bec20ab0ecadd72c1f97272e | /src/post/main/Main.hpp | 1046c0d423c646c940e4d3c60574cf159da014f9 | [
"BSD-3-Clause"
] | permissive | ucd-plse/mpi-error-prop | 22b947ff5a51c86817b973e55c68e4a2cf19e664 | 4367df88bcdc4d82c9a65b181d0e639d04962503 | refs/heads/master | 2020-09-17T06:24:19.740006 | 2020-01-31T21:48:35 | 2020-01-31T21:48:35 | 224,017,672 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 488 | hpp | #ifndef MAIN_GUARD
#define MAIN_GUARD
#include "Message.hpp"
extern bool verbose;
extern bool debugging;
extern bool return_values;
extern bool info;
extern bool hexastore;
extern bool csv;
extern bool dereference;
extern bool iserr;
extern bool handled;
extern bool input_output;
extern bool predicates;
extern bool o... | [
"dcdefreez@ucdavis.edu"
] | dcdefreez@ucdavis.edu |
c8f3aa77beac0aa820d8c70dcd57e4b1da0557df | 2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0 | /fuzzedpackages/stepR/src/SmallScales.cpp | bf3376b6cdca5b68f370c9e7a737cab50e8b90f8 | [] | no_license | akhikolla/testpackages | 62ccaeed866e2194652b65e7360987b3b20df7e7 | 01259c3543febc89955ea5b79f3a08d3afe57e95 | refs/heads/master | 2023-02-18T03:50:28.288006 | 2021-01-18T13:23:32 | 2021-01-18T13:23:32 | 329,981,898 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,929 | cpp | #include "SmallScales.h"
# include <algorithm>
/***************
* class small scales
* maintains additional finding on small scales
* Florian Pein, 2017
***************/
std::list<SmallScales> SmallScales::listSmallScales_;
std::list<SmallScales>::iterator SmallScales::it_;
SmallScales::SmallScales() {}
SmallScales:... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
9ef332b6201aada5b35cbd6b1c1f30369e6f8c51 | 3c22dd56cbdedeb8b827d7c26ae44f2dd676adaf | /inc/system/TestExecutionAlgorithm.hpp | 2a3d55cf80c6be2b6e4e17354ca82d34e3bfa0a6 | [] | no_license | lee20171130/x9_mipi_tof_sunny_part | fb3244a1838ec53f52db088d921b486076e9d4f5 | 21f11df4d8649d1590a4e8f151731e626c975d8a | refs/heads/master | 2021-09-14T01:36:15.091923 | 2018-05-03T06:41:00 | 2018-05-03T06:41:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,285 | hpp | /****************************************************************************\
* Copyright (C) 2016 pmdtechnologies ag
*
* THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITN... | [
"zhangw66@outlook.com"
] | zhangw66@outlook.com |
341f8dfdf10050f1c89e8e79e66e3c75eaf266e3 | 87706d9fd69e4d2216e9022939ca9e6b2443a4c6 | /src/scene.cpp | 562744477178019b344f1f867a773c67c30612aa | [] | no_license | t1101675/PPM-Render | 977b408c49589cbf4927f8add11c311b626bc8ef | eea40978ff41cb40e3fa1f11c3a6f02314babe29 | refs/heads/master | 2020-06-18T07:54:20.245918 | 2019-07-11T02:07:26 | 2019-07-11T02:07:26 | 196,222,753 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,573 | cpp | #include <json/json.h>
#include "scene.h"
#include "utils.h"
#include "ball.hpp"
#include "plane.hpp"
#include "b_obj.hpp"
#include "sub_ball.hpp"
#include "mesh_obj.hpp"
Scene::Scene(const Color& Ia) {
this->Ia = Ia;
}
Scene::~Scene() {
for (int i = 0; i < objs.size(); ++i) {
if (objs[i]->fromJson... | [
"gu-yx17@mails.tsinghua.edu.cn"
] | gu-yx17@mails.tsinghua.edu.cn |
a046592521e36f059a8265394fe02db83e66e6f1 | cb23f2682aea2ab5c5484aaec420fe2f00c8aab9 | /win32_prj/vc6/xclannad/SDL_win32_main.cpp | d412fe9de1b622bde0a89992eed6c79bd511a498 | [] | no_license | athna/xclannad_fork | 41d6282414736c44709d95fd8522a1a81ea908b2 | 8e6766eb96efcea2f735ab05897b42a4afe0a14e | refs/heads/master | 2021-09-18T22:34:28.827348 | 2018-07-21T02:02:15 | 2018-07-21T02:02:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,210 | cpp | /*
SDL_main.c, placed in the public domain by Sam Lantinga 4/13/98
The WinMain function -- calls your program's main() function
Customised to handle stdout/stderr redirection in a UAC-compliant
way by Peter Jolly, 2006-11-22
*/
#include <stdio.h>
#include <stdlib.h>
#define WIN32_LEAN_AND_MEAN
... | [
"weimingtom@qq.com"
] | weimingtom@qq.com |
dfe5a215a4b92db05ace61cf5f94886417a30c7e | b6607ecc11e389cc56ee4966293de9e2e0aca491 | /codeforces.com/Contests/246 div 2/D/D.cpp | 6830c576fa20ceeb85a6f7fe0502209a143eebc5 | [] | no_license | BekzhanKassenov/olymp | ec31cefee36d2afe40eeead5c2c516f9bf92e66d | e3013095a4f88fb614abb8ac9ba532c5e955a32e | refs/heads/master | 2022-09-21T10:07:10.232514 | 2021-11-01T16:40:24 | 2021-11-01T16:40:24 | 39,900,971 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,513 | cpp | /****************************************
** Solution by Bekzhan Kassenov **
****************************************/
#include <bits/stdc++.h>
using namespace std;
#define F first
#define S second
#define MP make_pair
#define all(x) (x).begin(), (x).end()
#define fill(x, y) memset((x), y, sizeof(x))
typedef... | [
"bekzhan.kassenov@nu.edu.kz"
] | bekzhan.kassenov@nu.edu.kz |
9c789f4d14a56188a8bd5c4c972a2c797429b692 | 677c0b293022f34d85eb3478f05998f24f16d94f | /examples/string_hash.cpp | b5638c8ae404ec36f3d598e190237af1d506f62f | [
"MIT"
] | permissive | CMakeezer/petra | 42945bceab569f2edd818f59031861a104a8c447 | 7db7eef381a20c91664553c28f57dfed96e32a50 | refs/heads/master | 2020-03-19T08:45:30.253879 | 2017-10-29T14:42:53 | 2017-10-29T14:42:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 900 | cpp | // Copyright Jacqueline Kay 2017
// Distributed under the MIT License.
// See accompanying LICENSE.md or https://opensource.org/licenses/MIT
#include <iostream>
#include "petra/string_literal.hpp"
#include "petra/string_map.hpp"
#include "petra/utilities.hpp"
using namespace petra::literals;
int main(int argc, char... | [
"jacquelinekay1@gmail.com"
] | jacquelinekay1@gmail.com |
cd72c1dff100ac31a389c80c248c087cb488ac17 | 85c532a4b223f81e7e4a52387a84d80e4f29c8b3 | /chapter04/4.3_Logical_and_Relational_Operators.cpp | 5c3a3af1a0e54bb9a4fc04e6cdfb45335de244b4 | [
"MIT"
] | permissive | alcret/Cpp-Primer | 4c527891d7db73fc9138e8e3d1eac216ae1427cc | bc0e4f0c0fe45042ae367a28a87d03b5c3c787e3 | refs/heads/master | 2022-01-06T21:20:27.193408 | 2018-04-26T12:54:37 | 2018-04-26T12:54:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 181 | cpp | /**
* 4.3 逻辑和关系运算符
* @Author Bob
* @Eamil 0haizhu0@gmail.com
* @Date 2017/7/27
*/
int main(){
/**
* <,<=,>,>=
* ==,!=,!
* &&,||
*/
}
| [
"0haizhu0@gmail.com"
] | 0haizhu0@gmail.com |
35fa58ec45b3018f6285edb757fa4838276d108e | 90bbcca1d7d1ff12ead222fa0cdba4ab4a62cc6d | /合并两个有序单链表.cpp | cb9f02294fa0459ab2cce31f2b6241f9450444ce | [] | no_license | Zhouyongkan/leetcode- | 590a488f6e25c1bac8f80d97dc7a5540bd1f7584 | 700462c374be56c264b18a1c153fe95cde8e6441 | refs/heads/master | 2021-07-14T20:05:13.704400 | 2020-10-26T08:26:21 | 2020-10-26T08:26:21 | 219,739,776 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 664 | cpp | class Solution {
public:
ListNode* Merge(ListNode* pHead1, ListNode* pHead2)
{
ListNode* newhead = (ListNode*)malloc(sizeof(ListNode));
ListNode* cur = newhead;
ListNode* del = newhead;
while (pHead1 && pHead2)
{
if (pHead1->val <= pHead2->val)
{
ListNode* node = new ListNode(pHead1->val);
cur... | [
"1033378094@qq.com"
] | 1033378094@qq.com |
ed2ad23c82d559985f05e30ade2c8fa3965f12e9 | 2246a1fa8355aebe4f2e7a8f9c28fbc1ceac9739 | /Exercise_1_3.cpp | 818c6a03d26689a86a99701e4a6c76c7147d43ab | [] | no_license | BethIovine/BethPrimer | 6a5418ad68a35436ba6e57cb4291f4d3c93fdba2 | 622c3947ee2c4361afef7d44fa6dd5ca690ac5b9 | refs/heads/master | 2023-06-03T10:59:34.184514 | 2021-06-20T14:36:08 | 2021-06-20T14:36:08 | 366,083,302 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 113 | cpp | #include <iostream>
using namespace std;
int main_1_3() {
cout << "Hello World!" << endl;
return 0;
}
| [
"18980406207@163.com"
] | 18980406207@163.com |
99149e0ff8950fb45dcf4be8da3122ac6a43b302 | c0e9f18941ca50892c0a37c55663a2f8f5afa10b | /XMega_Code/include/OneWire.cpp | e48731b5814ae2a9823e43bad44e6bff5b47b658 | [] | no_license | sandro2/xmega-qrp | bc3bab64b2e8dc1cfd0b4915c5925fed7a2d36fe | 8550a61f83333006a0233d33fabb60d733ff0f2d | refs/heads/master | 2016-09-11T02:55:43.773029 | 2010-10-25T04:51:51 | 2010-10-25T04:51:51 | 34,281,354 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,142 | cpp | /*
Copyright (c) 2007, Jim Studt
Version 2.0: Modifications by Paul Stoffregen, January 2010:
http://www.pjrc.com/teensy/td_libs_OneWire.html
Search fix from Robin James
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1238032295/27#27
Use direct optimized I/O in all cases
Disable interrupts during ... | [
"lenniethelemming@2f291951-c1d2-6b09-a047-4ba468d48a57"
] | lenniethelemming@2f291951-c1d2-6b09-a047-4ba468d48a57 |
5868e5ef356368e9982d3c1c8a596c6cf93a84c5 | 757ef3684431651ae761dfe785a8c432535f5a08 | /lab8/cpp11.cpp | 811b00c30c763c818c16297c98a2f830703466d7 | [] | no_license | zer0chance/os | ac226aade26b977f5171f5bc073691ae3aee5219 | 7d4d23dd3bfdc661b1d320700e1e0a9ae5ab81cc | refs/heads/master | 2023-02-05T09:06:12.102027 | 2020-12-30T04:51:40 | 2020-12-30T04:51:40 | 292,607,985 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 589 | cpp | // > cl /MT /D "_X86_" th4.cpp
#include <iostream>
#include <thread>
#include <windows.h>
typedef int (*fun)(char*,int* p);
int g(char* str, int* p)
{
*p=0;
printf("%s\n",str);
return 0;
}
int q = 1;
void Thread(void* pg)
{
int counter = 0;
while (q)
{
printf("child\n");
S... | [
"ier2000@yandex.ru"
] | ier2000@yandex.ru |
69e0f158cf41abdabf3207d5ee0c3133dba20762 | 0db2bedf9ba7a70b1a7d72db6b354197accd96bd | /Engine/Graphics/OpenGL/cRenderState.gl.cpp | a0bfe4e9ae5f1d4495b28675a363e22dd01c4665 | [] | no_license | arpit09891/GraphicEngine | e10654f510b1bbf684517fc1915d674505abac5d | 707c0c3f9d2b4f9aaa1b128e68bb4fb74c3b9c95 | refs/heads/master | 2020-03-18T11:10:18.649190 | 2019-01-16T02:18:04 | 2019-01-16T02:18:04 | 134,655,019 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,233 | cpp | // Include Files
//==============
#include "../cRenderState.h"
#include "Includes.h"
#include <Engine/Asserts/Asserts.h>
// Interface
//==========
// Render
//-------
void eae6320::Graphics::cRenderState::Bind() const
{
// Alpha Transparency
if ( IsAlphaTransparencyEnabled() )
{
glEnable( GL_BLEND );
EAE63... | [
"u1060328@utah.edu"
] | u1060328@utah.edu |
da83a2f51c47f4621ec4c9bb2559c5d637edcc2f | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc | 304a5e5505b67d6505f6e4f2d6b6371f6960e0e6 | [
"BSD-3-Clause"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | C++ | false | false | 59,038 | 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 "chrome/browser/safe_browsing/chrome_password_protection_service.h"
#include <memory>
#include "base/bind.h"
#include "base/memory/ref_counted.h... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
0195f5d28438f3a447905dc5bca5f2b5ad2d4fc8 | cd21437811a92f55c273980ad1a227f227555b74 | /05_13_ex/05_13_ex/05_13_ex.cpp | f7f3b9869636620b6be86cc5121ed2f1c5605f63 | [] | no_license | ycs-wikim/2021_oop1 | 7ef33d9844284409c4a0f38f4c6737c72ad0270e | 7b17507763d3998614db82232c1cb4f1d6222fe4 | refs/heads/main | 2023-06-13T06:56:59.345696 | 2021-07-13T05:29:34 | 2021-07-13T05:29:34 | 345,536,285 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,041 | cpp | // 05_13_ex.cpp : 이 파일에는 'main' 함수가 포함됩니다. 거기서 프로그램 실행이 시작되고 종료됩니다.
//
#include <iostream>
/// 함수 원형에 디폴트 인자를 사용했다면, 구현 함수에는 디폴트 인자를 생략해야 한다.
void function(int x, int y = 15);
void functionA(int a, int b = 23487, int c = 765, int d = 34)
{
printf("%d %d %d %d\n", a, b, c, d);
}
/// 가변인자는 오른쪽 끝에서부터 사용 가능. 중간에 일반 ... | [
"unangel@yuhan.ac.kr"
] | unangel@yuhan.ac.kr |
a8c7aeb7a59c368622852049e1068ee86bad2c15 | 0033376f4c68df82a0ccbaf8765af526dda09e69 | /ASSIGNMENTS/ASSIGNMENT_PHYSCIAL_PROTOTYPE/_Liu_WenYue_prototype.ino/_Liu_WenYue_prototype.ino.ino | 7acc23bff52057bc09fd2a52b1c91cdf8a65773a | [] | no_license | Liu-WenYue/cart360-2019 | 1f7d8395e9e9da79728ea2ac997dfd0050737051 | 2d390a70671f0bbc37f99c91ec778034a3f16fef | refs/heads/master | 2020-07-22T01:23:17.808875 | 2019-12-06T19:18:00 | 2019-12-06T19:18:00 | 207,028,779 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,833 | ino | /********************** PROTOTYPE CART 360 2019 *******************************
* Liu WenYue - November 07 2019
* Professor: Elio Bidinost & Sabine Rosenberg
* This code is for the prototype of the project “THIS = THEN = THAT”.
*
* In this prototype, I will be testing the plushie's musical response function.
* W... | [
"LiuWY0912@gmail.com"
] | LiuWY0912@gmail.com |
b4838209c1438f93b0ab15462a7975c226dc0911 | 6ded1c6d0b6e892973642fed5eface7e8fd20679 | /AppleKiwiRoot.cpp | 17b368da88f2275d6255002a56e369ea09c5e5ad | [] | no_license | apple-oss-distributions/AppleKiwiRoot | a2a6db2db122756b62c698025b0f7f1d45b99c31 | f7fb7c98552b21abd7bb25ab5fff23d6e823897d | refs/heads/main | 2023-08-25T19:08:11.696743 | 2007-07-14T04:23:33 | 2021-10-06T04:40:20 | 413,589,678 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 37,307 | cpp | /*
* Copyright (c) 2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* The contents of this file constitute Original Code as defined in and
* are subject to the Apple Public Source License Version 1.1 (the
* "License"). You may not use this file except in compliance with the
* ... | [
"91980991+AppleOSSDistributions@users.noreply.github.com"
] | 91980991+AppleOSSDistributions@users.noreply.github.com |
84875319f84dd5b005f00247dfe78d413aa80e68 | aac1e6a799e7b4df4008ba4334b32e30ce254ff6 | /practice/hsm_threads.cpp | f16531debba17f01502782766054e9adeca4aa86 | [] | no_license | so1dier/practice_cpp | 7c4b73572fd04cade0d6810cb06224a9b0bdb61b | 91d74f49c93d63c464e8d1b55ce07b86ab7a3cf1 | refs/heads/master | 2020-04-11T15:42:20.587289 | 2019-03-11T09:13:15 | 2019-03-11T09:13:15 | 161,900,404 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,753 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <thread>
#include <iostream>
#include <string>
#include <mutex>
#include <condition_variable>
#include <chrono>
std::mutex m;
std::conditi... | [
"dgolitsynski@emerchants.com.au"
] | dgolitsynski@emerchants.com.au |
2aaeeff477bb1448275f204a3b9718766d5105a2 | 88a4ad819500a46934f31f2cdff872bd4c2cef20 | /hit/include/common/utils.h | 4a6202355218903f6c532d70aa1028d5c9b79234 | [] | no_license | kaikai2/hitca | 41508d2d5290a06dc8f3e5337f1a67b980581333 | 804a5c07a7214a273a22476df40e58b2c8bb5549 | refs/heads/master | 2020-05-23T14:11:32.256659 | 2013-05-23T06:52:47 | 2013-05-23T06:52:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,151 | h | #ifndef UTILS_H
#define UTILS_H
#include <cmath>
#include <cassert>
// not allowed to copy
class NoCopy
{
protected:
NoCopy()
{
}
private:
NoCopy(const NoCopy &o)
{
o;
}
NoCopy &operator = (const NoCopy &o)
{
return o, *this;
}
};
// singleton
template<typename T>
... | [
"zikaizhang@gmail.com"
] | zikaizhang@gmail.com |
b6bb03bd8d88ec1b72f549367baf284180158d40 | c01033791350d8774512719dc355ab3108961010 | /NTupleMaker/test/Mt2/Nt2_332_Calculator.h | 5e52433afd2cdb9010700f1ff5a4651dd9c5b5e2 | [] | no_license | bobovnii/Stau | 6a89180e686785e51d9d65064b569ddb3966c985 | f442a26fb5c5f94190ee45f74f8184dc20861e8d | refs/heads/8020 | 2021-01-11T18:32:12.304538 | 2018-09-28T10:12:23 | 2018-09-28T10:12:23 | 79,561,902 | 1 | 1 | null | 2019-06-06T10:41:09 | 2017-01-20T13:36:42 | C++ | UTF-8 | C++ | false | false | 1,286 | h | // Header file for the Oxbridge Stransverse Mass Library -- oxbridgekinetics.
// See http://www.hep.phy.cam.ac.uk/~lester/mt2/index.html
// Authors: Christopher Lester and Alan Barr
#ifndef NT2_332_CALCULATOR_H
#define NT2_332_CALCULATOR_H
#include "Mt2Vectors.h"
#include "Mt2Calculator.h"
namespace Mt2 {
/**
Clas... | [
"alexis.kalogeropoulos@cern.ch"
] | alexis.kalogeropoulos@cern.ch |
6ddf05bac3642176f7953a49817d49de3423df86 | f073895081af9f7c8b588dc674bb4ef6ae6f96a3 | /include/nodes/DateDiffNode.hpp | 9a9824ecde10de90a0144f0fe3a5cacad27fb677 | [
"BSD-3-Clause"
] | permissive | sempr-tk/sempr | 8291cd19082a130603c11baa8e4a3534dfc01c8c | 2f3b04c031d70b9675ad441f97728a8fb839abed | refs/heads/master | 2021-08-29T13:43:51.606247 | 2021-08-11T08:56:24 | 2021-08-11T08:56:24 | 114,119,870 | 9 | 1 | NOASSERTION | 2021-08-13T11:48:31 | 2017-12-13T12:46:44 | C++ | UTF-8 | C++ | false | false | 687 | hpp | #ifndef SEMPR_DATEDIFFNODE_HPP_
#define SEMPR_DATEDIFFNODE_HPP_
#include <rete-core/Builtin.hpp>
#include <rete-core/Accessors.hpp>
namespace sempr {
/*
Compute the difference in days between two date strings, format: YYYY-MM-DD HH:MM:SS
*/
class DateDiffNode : public rete::Builtin {
public:
DateDiffNode(ret... | [
"juan.saborio@dfki.de"
] | juan.saborio@dfki.de |
eb61974d2cb4c87915344c33b8fdc9dabf1e7188 | 9bd74a4d490f0ec2cfc90d1e53d4070c9bd46a2b | /3D Shooter/Core/ShaderLoader.hpp | e5c50edad7e05b2083b6a262b8608d91475e311b | [] | no_license | KPNBOrganization/shooter | ff1a87f083f9af8d7923e43df4fa2097761a85e4 | 38b6d732c04613a46d3add48c71cadcb63a8784a | refs/heads/master | 2020-07-08T00:27:02.572444 | 2019-09-08T13:17:44 | 2019-09-08T13:17:44 | 203,516,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 466 | hpp | #ifndef SHADER_LOADER_H
#define SHADER_LOADER_H
#endif
#include <iostream>
#include "../libs/glew/glew.h"
#include "../libs/freeglut/freeglut.h"
namespace Core
{
class ShaderLoader
{
private:
std::string ReadShader(char* filename);
GLuint CreateShader(GLenum shaderType, std::string source, char* shaderName)... | [
"kirill.pilipchuk@gmail.com"
] | kirill.pilipchuk@gmail.com |
352e48d4554c4d7cb056b11cc28a43cfb4d8657c | 2f4ff9e7ced72e2757082d7326e0303ababa51de | /win32cpp/src/using-asm-jmp/using-asm-jmp.cpp | b8017e0f3fb8cceeb7b07263071e8730fee0125a | [] | no_license | aurelienrb/articles | b04ce69861a31452a8f89244b697ac882896ff8e | 4248b8fdf8e2fb45d4b58e60ab35f6ec92bee91b | refs/heads/master | 2020-11-25T19:31:51.604477 | 2017-01-12T23:35:41 | 2017-01-12T23:35:41 | 67,840,256 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 674 | cpp | #include <winapi/module.h>
#ifdef _WIN64
#error "Inline assembly is not available on 64 bit"
#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
namespace winapi {
__declspec(naked) Module * WINAPI
Module::Load(const char *) {
__asm jmp[LoadLibraryA]
}
__declspec(naked) Module * WINAPI
Module::Load(cons... | [
"arb@cyberkarma.net"
] | arb@cyberkarma.net |
9b79f1b139b42c1b53ecd890a87c6172484271db | 8f6e44fc124906c473ed861777d90acd20afe303 | /transmitter/transmitter.ino | 6c64f39ea28b8207276419ef1a04e78799ffef85 | [
"MIT"
] | permissive | DroneAid/DroneAid_master | f97358f45c15c55710537e11d0ec0a72a8e6227f | 3cff2e62919fa2b37fcb57d5b94afa142003048c | refs/heads/master | 2020-09-25T12:18:44.086554 | 2016-08-29T10:47:23 | 2016-08-29T10:47:23 | 66,770,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 403 | ino | #include <Printers.h>
#include <XBee.h>
XBee xbee = XBee();
int serialPortVar;
int serialPortVarTheLastOne = new int();
void setup() {
Serial.begin(9600);
xbee.setSerial(Serial);
}
void loop() {
serialPortVar = Serial.parseInt();
if(&& serialPortVar != 0 && serialPortVarTheLastOne != serialPortVar)
{
... | [
"droneaidteam@gmail.com"
] | droneaidteam@gmail.com |
690f18925cedcc02e6e75e52956bf957a537ff14 | 3b6c98e13a05919cb06244ee37e00b8652ede65c | /1/prog1b.cpp | ba68d31d093437e4a7b133ca668e6afab86aacda | [
"MIT"
] | permissive | Meenakshi1998/FS-LAB | cd9b2c925cad3b1bde317ae49a1488930f8f6835 | 03c048974335b98f3f6ad5f76cc96309698c8fe5 | refs/heads/master | 2020-03-31T04:31:35.952494 | 2018-04-28T05:18:09 | 2018-04-28T05:18:09 | 151,909,266 | 0 | 0 | MIT | 2018-10-07T05:33:51 | 2018-10-07T05:32:22 | C++ | UTF-8 | C++ | false | false | 670 | cpp | #include<iostream>
#include<cstring>
#include<fstream>
using namespace std;
int main()
{
char s1[25];
fstream f1,f2;
char fname1[25],fname3[25];
int x =0;
cout<<"Enter input file\n";
cin >> fname1;
cout<<"Enter output file\n";
cin >> fname3;
f1.open(fname1,ios::in);
f2.open(fname3,ios::out);
if... | [
"aravindsuresh98@gmail.com"
] | aravindsuresh98@gmail.com |
1158e1cdd293f4cbe160d3122c5fee1c40178385 | 5b22d68f9c01682fa96d7ca4e796ad5a7b72d9ab | /code/routingkit2/src/test_osm_profile.cpp | 8a4a703c938770322160bf33a9d0921582e866eb | [
"BSD-3-Clause"
] | permissive | kit-algo/ch_potentials | 54d1b0b28712d7a4f794a5decedce98fa1c36c52 | f833a2153635961b01c2d68e2da6d1ae213117a5 | refs/heads/master | 2022-11-12T17:41:01.667707 | 2022-11-08T12:01:09 | 2022-11-08T12:01:09 | 347,034,552 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,090 | cpp | #include "osm_profile.h"
#include <random>
#include <iostream>
#include "catch.hpp"
using namespace RoutingKit2;
using namespace std;
TEST_CASE("parse_osm_duration_value", "[OSMProfile]"){
auto log_message = [](string msg){
cerr << msg << endl;
};
REQUIRE(parse_osm_duration_value(42, "5", log_message) == 300);
... | [
"github@ben-strasser.net"
] | github@ben-strasser.net |
af480a7b5f148bb4d6baa8a3ad405c9641810c5d | de1b6c40b2b94f39336a2bfe48022cf2718ba3c2 | /reverse.cpp | a6c09a0a88fb7f875d02b117417d63b926781a08 | [] | no_license | VatchalaBakthavatchalu/EveryDay_Cplusplus | 738fe62aa2864c5eef0483b61ed3baab0e272de1 | 3061b56620a14fa8eeac7c040bc55db5d8f9e10b | refs/heads/master | 2020-04-19T17:34:03.851400 | 2019-02-11T04:16:49 | 2019-02-11T04:16:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 207 | cpp | #include <iostream>
using namespace std;
int main()
{
string n;
cout<<"Enter the string";
cin>>n;
for (string i=0;i<=n.size;i++)
while( string i)
{
string rev="";
rev=i + rev;
cout<<rev<<endl;
}
}
| [
"33224372+vatchala123@users.noreply.github.com"
] | 33224372+vatchala123@users.noreply.github.com |
5781766b95741be91adbbbc27ad65336e014eae1 | ba07219ee1860d301a7ffb05a17200cbdf2c4e45 | /Multi-process_server/Multi_process_server.cpp | 4720e83f051f7b33ce1b3727f2dbcb045d6f6f8a | [] | no_license | horoyoii/server_models | 83cd001cbfad3cbf349134054e6543ff9db35368 | ce4fb0b2a21fe163e98aca35957a6f7b61c01170 | refs/heads/master | 2020-09-22T08:47:24.781099 | 2020-04-06T04:51:18 | 2020-04-06T04:51:18 | 225,127,259 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,183 | cpp | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<unistd.h>
#include<sys/socket.h>
#include<arpa/inet.h>
#include<signal.h>
#include<sys/wait.h>
#define BUF_SIZE 30
void handleTerminatedChild(int sig);
int main(int argc, char* argv[]){
int serv_sock, cli_sock;
struct sockaddr_in serv_adr, c... | [
"demonic3540@naver.com"
] | demonic3540@naver.com |
8caa6196127c0103ad1ffa92fe984fc815c9201d | b004c39c4ee606163333b0a987c2bc8a2e503fb6 | /src/Waluta.cpp | a0044845055087dc63ad82bd32ecea1861cb0c84 | [] | no_license | PiterPSP/Personal-Wallet | b3c0696ea4a021580f1dfa67d17ae4f0c1f05c15 | 36ed5774d65b23ebc15e754ed0f0108cd22d9058 | refs/heads/master | 2020-05-04T19:01:50.717131 | 2019-04-03T22:18:29 | 2019-04-03T22:18:29 | 179,376,658 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 835 | cpp | //
// Created by Piter on 2018-01-28.
//
#include "Waluta.h"
#include <fstream>
using namespace std;
Waluta::Waluta() {}
Waluta::Waluta(const string &nazwa, double wartosc, int liczbaJednostek, double przyrost) : Aktywa(nazwa, wartosc,
... | [
"piter-h20@wp.pl"
] | piter-h20@wp.pl |
652f3e4211282bf305f5c2972b2c044a12a15d12 | 8cf4d67c2c0447f25015bb603edad781d20d312a | /Project/Project1/CDAL copy.H | adb9b36c30494e09695c7f079440d5a5635e2773 | [] | no_license | tianwenlan/COP3530-Data-structure-and-Algorithms | 99963afe30d78c5834124c7f60c7c20462b93b18 | 9c14e486c0c8e00f11155c527eac65e7891e0dff | refs/heads/master | 2021-01-10T02:32:24.981666 | 2016-02-09T19:56:39 | 2016-02-09T19:56:39 | 51,350,406 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 13,759 | h | #ifndef _CDAL_H_
#define _CDAL_H_
// CDAL.H
//
// Chained Dynamic Array-based List (CDAL)
//
// Author: Wenlan Tian
// Project 1 for COP 3530
// Date: 09/17/2014
// Version 1
#include <iostream>
namespace cop3530 {
template <typename T>
class CDAL {
private:
struct Node {
Node* next;
T* arr;
Node(... | [
"tianwenlan@Wenlans-MacBook-Pro.local"
] | tianwenlan@Wenlans-MacBook-Pro.local |
a8f5c555861fe54db23cc88ac3d6ec43ae655cf5 | 44573c3ec6f4087d46a731ff7dc2b7b031772f5b | /LED_RING/1-8-12-16-24_32/1-8-12-16-24_32.ino | 578a0a69fa045425d87bfacfdd5ea3090622c50b | [] | no_license | djerun/sketchbook | 215f653fa9397c60d599b8dede90511765e3fd83 | 493340ea97c6b9a2e9cc632604c1d34efc9ca52e | refs/heads/master | 2022-12-04T09:37:21.298869 | 2020-08-27T14:04:34 | 2020-08-27T14:04:34 | 290,778,828 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,915 | ino | #include "FastLED.h"
#define LED_TYPE WS2812B
#define COLOR_ORDER GRB
#define NUM_LEDS (((1+8+12+16+24+32)))
unsigned int leds_per_ring(unsigned int n) {
switch (n) {
case 0: return 1;
case 1: return 8;
case 2: return 12;
case 3: return 16;
case 4: return 24;
case 5: return 32;
default:... | [
"djerun@hamburg.ccc.de"
] | djerun@hamburg.ccc.de |
c74c41441b79772886ca1ca764ab63992c076669 | 9844a920ca2124b9dca3a5384893b31174a9a334 | /modules/perception/obstacle/camera/cipv/cipv.cc | 45952b0d332c002a7d9c597f383a5ead1b93a387 | [
"Apache-2.0"
] | permissive | RealSense3D/apollo | 73af4f5cd1c22c73a3e7b219b4677166e42d9b4b | d9c05e7df7b10010856c8d06337f0670c279bba1 | refs/heads/master | 2021-01-25T13:24:08.119012 | 2018-03-02T06:51:45 | 2018-03-02T07:28:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,838 | cc | /******************************************************************************
* Copyright 2018 The Apollo 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
... | [
"ycool@users.noreply.github.com"
] | ycool@users.noreply.github.com |
9366ae2eed577e3226a950146d3317dd14704d7b | 4ef69f0044f45be4fbce54f7b7c0319e4c5ec53d | /include/cv/core/cmd/out/zlacn2.inl | e66f6f02daf57cd6310b7aa95024b1f845630c16 | [] | no_license | 15831944/cstd | c6c3996103953ceda7c06625ee1045127bf79ee8 | 53b7e5ba73cbdc9b5bbc61094a09bf3d5957f373 | refs/heads/master | 2021-09-15T13:44:37.937208 | 2018-06-02T10:14:16 | 2018-06-02T10:14:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 116 | inl | #ifndef __zlacn2__
#define __zlacn2__
#define c__1 c__1_zlacn2
#include "zlacn2.c"
#undef c__1
#endif // __zlacn2__
| [
"31720406@qq.com"
] | 31720406@qq.com |
1cb80036797f1ebf7e42a1748073b8f07e22c74e | 7ef6453e6ee6cd88f04779c54930d9e33dbfaef2 | /Source/MeetupNov2019/Actors/HorizontalLayoutComponent.cpp | 5e60b947108ad5e29886ed93ac4c3fe21f7c7397 | [
"MIT"
] | permissive | mmischitelli/MeetupNov2019 | 5b4a82eb99778bf0041db1572fb7cb2ab94e6808 | 645f381417c85a5349df712b67e34157dc487277 | refs/heads/master | 2021-07-16T05:37:49.690330 | 2020-10-11T17:18:50 | 2020-10-11T17:18:50 | 217,704,958 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,192 | cpp | #include "HorizontalLayoutComponent.h"
#include "GameFramework/Actor.h"
#include "MeetupNov2019/Common/Utils.h"
#include "Engine/Engine.h"
UHorizontalLayoutComponent::UHorizontalLayoutComponent()
{
PrimaryComponentTick.bCanEverTick = true;
}
void UHorizontalLayoutComponent::TickComponent(float DeltaTime, ELevelTick ... | [
"michelemischitelli@outlook.com"
] | michelemischitelli@outlook.com |
5af2faac46ae0b3bdcdf93f39912756f4d8839fa | 861f7edb325e1ec205c8d44bfb5169174bbbdc76 | /hello.cpp | ffbe15e83f0dfbee481d60826dc508671efa1711 | [] | no_license | ShawnZhou2000/test | c7346e19afd54a6034e08c887a45b8eb510fe67b | 93f1fe5e9305508abe5fd96a36ba0a7beba94660 | refs/heads/master | 2020-08-28T20:37:47.164677 | 2019-10-27T07:27:37 | 2019-10-27T07:27:37 | 217,814,250 | 0 | 0 | null | 2019-10-27T07:27:38 | 2019-10-27T06:27:31 | C++ | UTF-8 | C++ | false | false | 113 | cpp | #include <iostream>
using namespace std;
int main() {
cout << "hello,git" << endl;
return 0;
}
//feature | [
"txbb@qaq.com"
] | txbb@qaq.com |
277feaa4503e5b30066907442834b9121d8b00e3 | 9f9660f318732124b8a5154e6670e1cfc372acc4 | /Case_save/Case30/case3/500/U | 120eea6fe0603da51bd3268f0691535008de8c99 | [] | no_license | mamitsu2/aircond5 | 9a6857f4190caec15823cb3f975cdddb7cfec80b | 20a6408fb10c3ba7081923b61e44454a8f09e2be | refs/heads/master | 2020-04-10T22:41:47.782141 | 2019-09-02T03:42:37 | 2019-09-02T03:42:37 | 161,329,638 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,137 | // -*- C++ -*-
// File generated by PyFoam - sorry for the ugliness
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
location "500";
object U;
}
dimensions [ 0 1 -1 0 0 0 0 ];
internalField nonuniform List<vector> 459
(
(0.040513 0.0835694 0)
(-0.162283 0.0233102 0)
(-0.18318 0.0174098 0)
(-0... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
c0bb310a6043078261d9a5b3dd0b7e672bd7559e | 2ee4e5f7838a06ecd45de8fc7b62bc8416279ed0 | /CWE-120 Buffer Copy without Checking Size of Input/Testdata/post-951046.cpp | 3e41fe973512976deb46796897136035716622be | [] | no_license | madhuselvarajj/IoT-Stack-Overflow | 3a2fca97b76992122e18280df6e440ab7eef818b | ee72ba9d95e035554453c2dd78e9ea7e8ad131f2 | refs/heads/main | 2023-05-06T04:03:34.047992 | 2021-05-25T19:22:58 | 2021-05-25T19:22:58 | 363,993,350 | 0 | 0 | null | 2021-05-05T04:12:30 | 2021-05-03T16:31:54 | null | UTF-8 | C++ | false | false | 253 | cpp | #include <stdio.h>
static int bar = 0;
int __real_main(int argc, char **argv);
int __wrap_main(int argc, char **argv)
{
bar = 1;
return __real_main(argc, argv);
}
int main(int argc, char **argv)
{
printf("bar %d\n",bar);
return 0;
}
| [
"madhuselvaraj24@gmail.com"
] | madhuselvaraj24@gmail.com |
2d0f2d5070af9b03152d4e023b40a17b3b31037c | b2a53d6df93fa501eb026d9593aacafd12f55bed | /09.FixedFunctionPipeline/44. Solar system moon/Solar system with moon.cpp | ff9cd68b1dc8893a90e1578633cd4b1f81a897a9 | [] | no_license | Aniket2926/RTR2020 | 61af678bc8fe98af0d3cf7c93e8b11c61492fdea | 5439b866435fd57bbf053a71bc95862228ce3c23 | refs/heads/master | 2023-07-06T11:45:04.367852 | 2021-08-08T10:26:57 | 2021-08-08T10:26:57 | 264,096,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,850 | cpp | // Headers
#include<windows.h>
#include<stdio.h>
#include<gl/gl.h>
#include<gl/glu.h> // 1st change in prespective
#pragma comment(lib,"opengl32.lib")
#pragma comment(lib,"glu32.lib") // 2nd change in prespective
// macros
#define MY_ICON 2926
#define WIN_WIDTH 800
#define WIN_HEIGHT 600
// global function de... | [
"aniketkadam2926@gmail.com"
] | aniketkadam2926@gmail.com |
a06559c91698180c7a0b7bf0d6329979108333cd | 27c1031607e501faf1c95ec69afccf9281660346 | /Pass_Manager/EntryList.cpp | 5e50cc365d143e2574aacf7917d6793ecd46ed71 | [] | no_license | Nachiket27p/PassManager | 357192e9e4c48c24e742611f6395390499b4228f | 83ce34c174a27827541633c17b227e0e9e49a435 | refs/heads/master | 2020-09-21T03:23:47.093698 | 2019-12-10T09:11:54 | 2019-12-10T09:11:54 | 224,664,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,696 | cpp | #pragma once
#include "Entry.cpp"
#include <cliext/map>
ref class EntryList
{
private:
cliext::map<String^, Entry^> list;
public:
bool hasEntry(String^ name) {
if (list.find(name) == list.end()) {
return false;
}
else {
return true;
}
}
Entry^ getEntry(String^ name) {
if (list.find(name) != list.... | [
"nachiket27p@gmail.com"
] | nachiket27p@gmail.com |
2a355166b730fd18bb6ab0ee3871f0fbf01b8b75 | 83f7cbd1728e1756ce26f249f23e562143de6b5c | /Vs1/InterPath.Vs2.download2.cpp | b5df21d6a186dc907d0d8e88b5f233c179d2209a | [] | no_license | mturchin20/InterPath | 765135535783c63122ba5d006ba671ac1cb4448f | 4b07e1377aa6bfd14cda7ed5e1ffb02ce52bd494 | refs/heads/master | 2021-09-08T23:55:41.264911 | 2021-09-06T23:28:53 | 2021-09-06T23:28:53 | 136,239,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,484 | cpp | // load Rcpp
#define ARMA_64BIT_WORD 1
#include <RcppArmadillo.h>
#include <omp.h>
using namespace Rcpp;
using namespace arma;
// [[Rcpp::depends(RcppArmadillo)]]
// [[Rcpp::plugins(cpp11)]]
// [[Rcpp::plugins(openmp)]]
// [[Rcpp::export]]
arma::mat GetLinearKernel(arma::mat X){
double p = X.n_rows;
return X... | [
"mturchin20@gmail.com"
] | mturchin20@gmail.com |
6931a7eb7e53fffca6828071149eb762cec63250 | 3cfecda337087261050c7f498534048837590455 | /Header.h | 626d5490f88772c50c30786aa7333e8756a343be | [] | no_license | sergeyturko/AIfil_git | f3ee0c4c777e51ae2195a729757aab00b72758e2 | 5cd45285e1e62866bf537f7709bb2e727206fc4b | refs/heads/master | 2021-01-10T04:15:03.219046 | 2016-08-14T18:37:56 | 2016-08-14T18:37:56 | 53,070,843 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,253 | h | #include "opencv2/opencv.hpp"
#include <iostream>
using namespace std;
using namespace cv;
#define THRESHOLD_BRIGHTNESS 90.0 // порог яркости. На кадрах сшивки не должна быть мала т.к. кадры сшивки серые или светлее
#define THRESHOLD_VARIANCE 500.0 // дисперсия. Разброс значений на кадрах сшивки должен быть достаточ... | [
"t1s2a3@mail.ru"
] | t1s2a3@mail.ru |
36a2a88e27f456291fd78c662e8ce777052c9436 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /adb/src/model/ModifyDBClusterMaintainTimeRequest.cc | 6848a0dd9d096b63abd49a41146c7363079adf8b | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 3,145 | cc | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
397e735aec910807467fc1d6ebcc05aa794aa7a3 | eef1252a691768a250b6ef8e9f052f7d6308b405 | /making_programm.ino | 60d04546f4f394ffc79268c0fcd010670b1447ad | [] | no_license | consilience90/aruduino_device | e0a47849d3f31f8a0eda4d818dd07de553598988 | f411bc794d52a56ed74aab1aed2215d2c4c170e3 | refs/heads/master | 2021-05-15T14:55:00.009029 | 2017-10-18T02:17:09 | 2017-10-18T02:17:09 | 107,347,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,648 | ino | #include <SoftwareSerial.h>
#include <TinyGPS.h>
SoftwareSerial BTSerial(2, 3);
SoftwareSerial GPSSerial(7, 8);
// 시리얼을 두개 이상 사용할 때 http://m.blog.naver.com/roboholic84/220550737629
TinyGPS gps;
static void smartdelay(unsigned long ms);
static void print_float(float val, float invalid, int len, int prec);
static void ... | [
"consillience@hanmail.net"
] | consillience@hanmail.net |
f1df1509c9a97ec81a242a8bc838012cf2dcaefc | e5eeb435acdfa1dc708994808821e37c1340c2d2 | /quickfast/Communication/FileSender_fwd.h | 3582d77b996a36aa48bd83496f440efe5f0f976e | [] | no_license | skiof007/MarketData.Quickfast | 73ee4537ca6e9cc83b5c09b753cec205469294e9 | dce80ee47d79b32c4a34d82ce9ec806c6b4d2319 | refs/heads/master | 2020-03-23T04:18:20.272851 | 2018-03-15T16:05:39 | 2018-04-13T15:53:31 | 141,075,319 | 1 | 0 | null | 2018-07-16T02:11:53 | 2018-07-16T02:11:53 | null | UTF-8 | C++ | false | false | 285 | h | // Copyright (c) 2009, Object Computing, Inc.
// All rights reserved.
// See the file license.txt for licensing information.
//
#ifndef FILESENDER_FWD_H
#define FILESENDER_FWD_H
namespace QuickFAST
{
namespace Communication
{
class FileSender;
}
}
#endif // FILESENDER_FWD_H
| [
"tarcisio.genaro@gmail.com"
] | tarcisio.genaro@gmail.com |
ba9d282b28abd8d3598a9ea7dcea94ca330eca83 | adfc2e5cc8c77574bf911dbe899dca63ac7d8564 | /TopoBlenderLib/DynamicGraph.cpp | d90b8247cb963c317dd0d482da9dac1ad2b002b7 | [] | no_license | ialhashim/topo-blend | 818279ffd0c3c25a68d33cc2b97d007e1bdc7ed6 | 39b13612ebd645a65eda854771b517371f2f858a | refs/heads/master | 2020-12-25T19:03:40.666581 | 2015-03-13T18:17:18 | 2015-03-13T18:17:18 | 32,125,014 | 25 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 16,320 | cpp | #include "DynamicGraph.h"
using namespace DynamicGraphs;
DynamicGraph::DynamicGraph(Structure::Graph *fromGraph)
{
this->mGraph = fromGraph;
this->uniqueID = 0;
this->uniqueEdgeID = 0;
if(mGraph == NULL) return;
// Add nodes
foreach(Structure::Node * n, mGraph->nodes)
addNode( Si... | [
"ennetws@1df9bfc3-c503-87f1-cf23-23127e9eb428"
] | ennetws@1df9bfc3-c503-87f1-cf23-23127e9eb428 |
29e2e4890fdf7e05a5dee2a0e0d2f1410db3db0f | 31a5895b513c9aa3447c4fb4d4c0e9792e424b02 | /hiir/test/ResultCheck.cpp | dbc130889fd1b465b8cae50451671ec5340910f1 | [] | no_license | US1GHQ/PowerSDR-2.8.0-SDR-1000 | 7849ba11b17493168bf14efa764bb94d0e707f6b | 46bd2361bfc4c100b8ca1f32b23ce0dbb97f785c | refs/heads/main | 2023-03-16T18:33:52.580230 | 2023-03-08T20:17:46 | 2023-03-08T20:17:46 | 91,976,579 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,880 | cpp | /*****************************************************************************
ResultCheck.cpp
Copyright (c) 2005 Laurent de Soras
--- Legal stuff ---
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it unde... | [
"sim201010@gmail.com"
] | sim201010@gmail.com |
1d6644a71b254c289f367d369bce7b903904ae86 | de7e771699065ec21a340ada1060a3cf0bec3091 | /analysis/uima/src/java/org/apache/lucene/analysis/uima/UIMAAnnotationsTokenizer.h | f42162f30c797ae241d6aa845e9bdda7d03c0826 | [] | no_license | sraihan73/Lucene- | 0d7290bacba05c33b8d5762e0a2a30c1ec8cf110 | 1fe2b48428dcbd1feb3e10202ec991a5ca0d54f3 | refs/heads/master | 2020-03-31T07:23:46.505891 | 2018-12-08T14:57:54 | 2018-12-08T14:57:54 | 152,020,180 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,703 | h | #pragma once
#include "BaseUIMATokenizer.h"
#include "stringhelper.h"
#include <any>
#include <memory>
#include <string>
#include <unordered_map>
// C++ NOTE: Forward class declarations:
#include "core/src/java/org/apache/lucene/analysis/tokenattributes/CharTermAttribute.h"
#include "core/src/java/org/apache/lucene... | [
"smamunr@fedora.localdomain"
] | smamunr@fedora.localdomain |
776cd4511230899f272dc89b242853d8e727b9ae | 9be29ab016d2be4b1f88a3656759cd7a5954711d | /uan/model/uan-mac-wakeup.h | def325ec11db36472c7e5acd22cc78beed213716 | [] | no_license | ojuejuno/ns3.25-wakeup | 23e85b76a19161b5bdb72626c1059f19c409662d | 616bbddd49f6cb9a138c88f26dcfe7df8588c96d | refs/heads/master | 2021-01-01T04:00:39.189467 | 2016-05-23T14:17:49 | 2016-05-23T14:17:49 | 58,214,842 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 4,968 | h | /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2010 Universitat Politècnica de València
*
* 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 Foundation;
... | [
"ojuejuno@gmail.com"
] | ojuejuno@gmail.com |
301ea9ec38851fa332d89c71b56c75a84d677eed | 2039498c2770eb7f1f32f25d24e8b20c141caa69 | /problems/292-Nim-Game/test.cpp | d32a2de3d0ca033233b5d81f4e7af43787dae64d | [] | no_license | DavyVan/PhDStillNeedLeetCode | c10f38447d9b0ad5d50c2f529ee4a4159105e58d | 0dd4dcd3a598a85cb2189ab4993e1f63c0305c4c | refs/heads/master | 2023-08-11T01:14:30.483187 | 2023-07-31T02:33:30 | 2023-07-31T02:33:30 | 253,396,587 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 460 | cpp | #include "kernel.h"
#include <gtest/gtest.h>
TEST(_292, _1)
{
int n = 1;
bool expect = true;
EXPECT_EQ(canWinNim(n), expect);
}
TEST(_292, _2)
{
int n = 2;
bool expect = true;
EXPECT_EQ(canWinNim(n), expect);
}
TEST(_292, _3)
{
int n = 3;
bool expect = true;
E... | [
"affqqa@163.com"
] | affqqa@163.com |
439b932204e3adc2fb1f9f91a7782c3bd22fe76a | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/admin/wmi/wbem/winmgmt/ess3/permbind.h | ceb93ea9c5afcdebd631211cee1145db743a7c1f | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 1,165 | h | //******************************************************************************
//
// PERMBIND.H
//
// Copyright (C) 1996-1999 Microsoft Corporation
//
//******************************************************************************
#ifndef __WMI_ESS_PERM_BINDING__H_
#define __WMI_ESS_PERM_BINDING__H_
#in... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
88367d8209169fe505233d2a192cbabb43487b39 | 49536aafb22a77a6caf249c7fadef46d63d24dfe | /tensorflow/tensorflow/core/grappler/costs/virtual_placer_test.cc | f5d3e184d67bdd0206f76b458b6004d462dd9615 | [
"Apache-2.0"
] | permissive | wangzhi01/deeplearning-1 | 4e5ad93f0d9ecd302b74352f80fe1fa6ae70bf0d | 46ab82253d956953b8aa98e97ceb6cd290e82288 | refs/heads/master | 2020-05-28T03:14:55.687567 | 2018-09-12T16:52:09 | 2018-09-12T16:52:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,029 | cc | /* Copyright 2017 The TensorFlow 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 ... | [
"hanshuobest@163.com"
] | hanshuobest@163.com |
20659bec3cfb3b68a43cac5c990b029b22b1c9df | c3d3062f0fdd751a49ccbe907cff41aa4680b42b | /include/denis/DenisLevelMap.h | a4a55741ae69d852d628ff6f53525ae48e1970c0 | [] | no_license | Flower35/ZookieWizard | 5a233d71f2202ae120dd7c160e8d022a40c15eeb | 1d398f194e1ad74d5b6cf7f865dc2baab33936b7 | refs/heads/master | 2023-06-07T04:34:27.333278 | 2022-08-18T17:12:13 | 2022-08-18T17:12:13 | 228,497,238 | 12 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 2,341 | h | #ifndef H_DENIS_LEVEL_MAP
#define H_DENIS_LEVEL_MAP
#include <denis/Denis.h>
namespace ZookieWizard
{
struct DenisLevelTexture;
struct DenisLevelSample;
struct DenisLevelWObj;
struct DenisLevelObject;
struct DenisLevelMaxObj;
struct DenisLevelZone;
struct DenisLevelBillboard;
struct De... | [
"46760021+Flower35@users.noreply.github.com"
] | 46760021+Flower35@users.noreply.github.com |
f44d847d1a51010bf6d8da4e20e8d1f9fdbba0ee | 6546d748c306c9bfea7ab961bf2f520f2880531b | /PLIN_Driver.h | 033593744a993304af2dbd4805f040239bfe2ce9 | [] | no_license | sunbeam0529/PLinBootloader | 53d63d0dc701f5c9231e67ac9f330c6b8652edec | 1efb640631918c229634ed8a1c6dbf3e951b8ae0 | refs/heads/master | 2021-06-08T23:46:24.775332 | 2021-05-24T02:46:22 | 2021-05-24T02:46:22 | 183,719,665 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 40,116 | h | #pragma once
#include "PLinApi.h"
#include <QtWidgets/QMainWindow>
// Function pointers
//
typedef TLINError(__stdcall* fpOneParamCli) (HLINCLIENT);
typedef TLINError(__stdcall* fpTwoParam) (HLINCLIENT, HLINHW);
typedef TLINError(__stdcall* fpDelStartSchedule) (HLINCLIENT, HLINHW, int);
typedef TLINError(__stdcall* fpR... | [
"fcb1995@163.com"
] | fcb1995@163.com |
f04026d67e81a0e407c46a29e29dc323c715fe99 | cefd6c17774b5c94240d57adccef57d9bba4a2e9 | /folly/io/test/CompressionTest.cpp | eabd399367ecfbdb1f21f23cccc7b9c99b2d6ef9 | [
"BSL-1.0"
] | 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 | 7,686 | cpp | /*
* Copyright 2014 Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"adzhou@hp.com"
] | adzhou@hp.com |
86e27428b6b48d75366ef8c5ae2a4dbc1add8777 | 23c84c283f0dd2ffe6811e85d5924102a05d7ed1 | /UVa/V015/1594 - Ducci Sequence.cpp | 39dce36f9c351cbd303471c23f75b36e0bf1dd17 | [] | no_license | HJackH/OnlineJudges | efaaaf35fabeb5393a3fefac9a19e3c89a535b3b | 1e5bfc7ad13cc171e16d562a4cac0bcdc92bbce2 | refs/heads/master | 2022-07-08T21:31:37.960165 | 2022-06-22T07:01:57 | 2022-06-22T07:01:57 | 245,434,136 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 814 | cpp | #include <bits/stdc++.h>
using namespace std;
int T, n, a[20], tmp[20];
bool chkZero() {
for (int i = 0; i < n; i++) {
if (a[i] != 0) {
return false;
}
}
return true;
}
void nextArr() {
memcpy(tmp, a, n * sizeof(int));
for (int i = 0; i < n; i++) {
a[i] = abs(... | [
"56967377+HJackH@users.noreply.github.com"
] | 56967377+HJackH@users.noreply.github.com |
d8bb985c01e91b6107a1d0180f9c6120b43b7cc6 | b58d467ded99f268f0c1ebc4957ddb30d8271494 | /srcs/main.cpp | be3e2c90579143b3231e7abb8b0943ac4be4996f | [] | no_license | mdufaud/gomoku | 77d9beca7d55a7b1fd52c05ae5da3ec5ac362fcc | 1d01901bdcbb97b4bd0dfd751578b5b45c7d21bc | refs/heads/master | 2022-03-20T02:41:05.518900 | 2019-12-19T22:14:36 | 2019-12-19T22:14:36 | 197,841,725 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,585 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.cpp :+: :+: :+: ... | [
"mdufaud@student.42.fr"
] | mdufaud@student.42.fr |
3554c2f57022f0213aa2e54e0e48f4652d2efcb9 | a01fb7bb8e8738a3170083d84bc3fcfd40e7e44f | /cpp/std_c/memory/alignment.cpp | 01b39bc44a10e983ba6c6696f530c29df51c9457 | [] | no_license | jk983294/CommonScript | f07acf603611b4691b176aa4a02791ef7d4d9370 | 774bcbbae9c146f37312c771c9e867fb93a0c452 | refs/heads/master | 2023-08-21T17:50:19.036159 | 2023-08-16T00:22:03 | 2023-08-16T00:22:03 | 42,732,160 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 881 | cpp | #include <iostream>
#include <malloc.h>
using namespace std;
/**
* The address returned by malloc or realloc in GNU systems always aligned to 16 on 64-bit systems
*/
int main()
{
void* p1 = memalign(64, 32); // align to 64, size is 32
uint64_t addr = reinterpret_cast<uint64_t>(p1);
cout << (addr % 6... | [
"jk983294@gmail.com"
] | jk983294@gmail.com |
8be07f73680084ad80256f60cfe7561e4da08b5d | 473fc28d466ddbe9758ca49c7d4fb42e7d82586e | /app/src/main/java/com/syd/source/aosp/external/vixl/test/aarch32/test-simulator-cond-rd-memop-rs-a32.cc | 485b76fac98e5266844a404e905245dc80670410 | [] | no_license | lz-purple/Source | a7788070623f2965a8caa3264778f48d17372bab | e2745b756317aac3c7a27a4c10bdfe0921a82a1c | refs/heads/master | 2020-12-23T17:03:12.412572 | 2020-01-31T01:54:37 | 2020-01-31T01:54:37 | 237,205,127 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 141,417 | cc | // Copyright 2016, VIXL authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions ... | [
"997530783@qq.com"
] | 997530783@qq.com |
5f7e6b93ea2847bcd45174c0aea97fe1338d5004 | ca193aec8ef77d7e9ab211f62f79d7cfb8ef4c95 | /AIEOpenGL/src/UtilitySystems/BaseNPC.h | 5a42c06bdb1a6ef58ba83193e4c66c7807f87834 | [] | no_license | johnsietsma/AIE_OpenGLTutorials | 511349736a444bc455be3a284c8f1c0232773df2 | a8134f56a7fecb6d4ae78a3460b7f0d54c5d3e98 | refs/heads/master | 2021-01-10T09:56:22.163741 | 2016-04-13T23:07:53 | 2016-04-13T23:07:53 | 52,057,891 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,716 | h | #ifndef BASE_NPC_H_
#define BASE_NPC_H_
#include <glm/glm.hpp>
class World;
class BaseNPC
{
public:
//Don't want any base constructor
BaseNPC() = delete;
BaseNPC(World* a_pWorld);
~BaseNPC();
void update(float a_fdeltaTime);
void render();
//This will just output the NPC's vitals and information to the con... | [
"johns@ad.aie.edu"
] | johns@ad.aie.edu |
a209f7291e85eba4c68bbd890b13729fbf24cd10 | 1e7c67d1428ec483c2ffcb78538a06abb32abddc | /helper_db/baseinfoclass.cpp | c89d81caeda80b265675f60646942dc48eb523e8 | [] | no_license | lzmths/annotations_repos | e2d37729f69a5fe6372c6e04ed9b9f98af9f8a45 | b8b70d1b0f94702c44ba8ceda3741f7925bcf1ae | refs/heads/master | 2020-03-26T04:00:02.473432 | 2018-05-03T12:57:35 | 2018-05-03T12:57:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,714 | cpp | #include "baseinfoclass.h"
void BaseInfoClass::setId(QString &id) {
this->mId = id;
}
void BaseInfoClass::setRefList(QList<BaseInfoClass *> &reflist) {
this->mReferenceList = reflist;
}
BaseInfoClass::BaseInfoClass(QString id) : mId(id) {}
BaseInfoClass::BaseInfoClass(){}
bool BaseInfoClass::fromJson(QJson... | [
"pmop@ic.ufal.br"
] | pmop@ic.ufal.br |
6b3ac11824cbc3ce2ca8c72907ba3600b733a00b | 06c78c7ef6fa4054e504c91f6849b6b20f826f6d | /Classes/Item/ItemManager.cpp | f6e0813d33ac09af0fbd8ec1b435a5fe6ad87dd6 | [
"MIT"
] | permissive | cnsuhao/Armada | 1a40a3a3c12db3ce81407ed7d9353ed7f8791fd3 | b465849332d09951e7309d788602eca297026057 | refs/heads/master | 2021-08-28T02:26:04.726383 | 2016-01-26T08:16:01 | 2016-01-26T08:16:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,094 | cpp | #include "ItemManager.h"
#include "Item.h"
#include "ItemQuicken.h"
#include "Ship/ShipManager.h"
ItemManager::ItemManager()
{
}
ItemManager::~ItemManager()
{
}
ItemManager* ItemManager::GetInstance()
{
static ItemManager T;
return &T;
}
Item* ItemManager::CreateItem(int itemType)
{
Item... | [
"mrhitman@949e9b60-923a-47c5-a6f0-92605c387864"
] | mrhitman@949e9b60-923a-47c5-a6f0-92605c387864 |
9346156c15d47c0d13931ee5518923477074be52 | c51febc209233a9160f41913d895415704d2391f | /library/ATF/_guild_query_info_request_clzo.hpp | 8547b29c31c3cec555d84e3c4ab6ebf17bd25f50 | [
"MIT"
] | permissive | roussukke/Yorozuya | 81f81e5e759ecae02c793e65d6c3acc504091bc3 | d9a44592b0714da1aebf492b64fdcb3fa072afe5 | refs/heads/master | 2023-07-08T03:23:00.584855 | 2023-06-29T08:20:25 | 2023-06-29T08:20:25 | 463,330,454 | 0 | 0 | MIT | 2022-02-24T23:15:01 | 2022-02-24T23:15:00 | null | UTF-8 | C++ | false | false | 281 | hpp | // This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually
#pragma once
#include <common/common.h>
START_ATF_NAMESPACE
struct _guild_query_info_request_clzo
{
unsigned int dwGuildSerial;
};
END_ATF_NAMESPACE
| [
"b1ll.cipher@yandex.ru"
] | b1ll.cipher@yandex.ru |
54355e4dd3daab8ac276717ad6ca4ffeeb1f1b10 | 51109b5df8a269cc8c0b58472b7b590d316b5121 | /SWTOR_2.4_Sorc_Healer_BiS/Main.cpp | a91fc3223f52608f22d1f2ce50ac7f3f6fa6ca82 | [] | no_license | caeruleus1F/SWTOR-2.4-Sorc-Healer-BiS | f0ffb5f8e2c4c997df76740dbe37f161ca619b2f | ecadf79f5f58ab5210269fa1d2e4163751a6f6de | refs/heads/master | 2020-03-27T04:24:55.616628 | 2014-08-02T04:21:52 | 2014-08-02T04:21:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 694 | cpp | #include "Player.h"
int main () {
cout << "... Initializing stats ...\n\n";
Player AD;
float StatCompare[6] = {0};
AD.IN_GROUP = 1;
AD.COMP_HEALTH_BUFF = 1;
AD.COMP_CRIT_BUFF = 1;
AD.COMP_SURGE_BUFF = 1;
AD.COMP_ACCURACY_BUFF = 1;
cout << "... Stats Initialized ...\n\n";
AD.OffHiltArmorings(StatCompare... | [
"gbates31@gmail.com"
] | gbates31@gmail.com |
4c83959975d6112c412504c4a88a0921a7c115dc | 3e1ac5a6f5473c93fb9d4174ced2e721a7c1ff4c | /build/iOS/Preview/include/Fuse.Node.NodeDataSubscription.h | 62565410818d5697c1e52ba5322a83e57cbac803 | [] | no_license | dream-plus/DreamPlus_popup | 49d42d313e9cf1c9bd5ffa01a42d4b7c2cf0c929 | 76bb86b1f2e36a513effbc4bc055efae78331746 | refs/heads/master | 2020-04-28T20:47:24.361319 | 2019-05-13T12:04:14 | 2019-05-13T12:04:14 | 175,556,703 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,050 | h | // This file was generated based on /usr/local/share/uno/Packages/Fuse.Nodes/1.9.0/Node.DataContext.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Node.IDataListener.h>
#include <Uno.IDisposable.h>
#include <Uno.Object.h>
namespace g{namespace Fuse{struct Node;}}
nam... | [
"cowodbs156@gmail.com"
] | cowodbs156@gmail.com |
a417d1e6ed745d24062b4ffe96fd89a84ba7294c | ca32936825c3cbae13e4db108ad97d670e0a9264 | /oce-0.17/include/oce/SelectBasics_SortAlgo.hxx | bd944c8d0d4df49116379e98a2f1118df60da91a | [] | no_license | zqqiang/node-cad | 7b783fb758dcacb5b1e1b8276c73dfe0942adfbb | 739ff348b4d2c77b275c3a0fe87682c14ffd8181 | refs/heads/master | 2021-01-14T08:03:53.991041 | 2016-12-23T19:07:33 | 2016-12-23T19:07:33 | 46,592,925 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,206 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _SelectBasics_SortAlgo_HeaderFile
#define _... | [
"qiangzhaoqing@gmail.com"
] | qiangzhaoqing@gmail.com |
3b02fd613d1f7b9601b3b219c0866ddeeb788004 | 5cec37261e756a98b632eda290d4869461738403 | /core/src/quadrature/clenshaw_curtis.tpp | 5bfab07b1ed833ad35328cfb6da49de89a52598a | [
"MIT"
] | permissive | maierbn/opendihu | d78630244fbba035f34f98a4f4bd0102abe57f04 | e753fb2a277f95879ef107ef4d9ac9a1d1cec16d | refs/heads/develop | 2023-09-05T08:54:47.345690 | 2023-08-30T10:53:10 | 2023-08-30T10:53:10 | 98,750,904 | 28 | 11 | MIT | 2023-07-16T22:08:44 | 2017-07-29T18:13:32 | C++ | UTF-8 | C++ | false | false | 1,677 | tpp | // weights are calculated corresponding to the implementation in ClenshawCurtisweights()
// which is located in examples/quadrature/dominik/src/quadrature.cpp
#include "quadrature/clenshaw_curtis.h"
#include <array>
namespace Quadrature
{
template<unsigned int NumberIntegrationPoints>
constexpr int Clens... | [
"maier.bn@gmail.com"
] | maier.bn@gmail.com |
4973381596d92f5347a021b39f7e1080cec9193a | f3bb9e8806db3db77a8079988d74ffce847593f9 | /org.alloytools.kodkod.nativesat/lib/cryptominisat-2.9.5/cmsat/XorFinder.h | b94a156457f92bba53ecd201feaec76674cf6afb | [
"MIT",
"Apache-2.0"
] | permissive | danielleberre/org.alloytools.alloy | de673f3d078083f3a3d8c6e55b5d067404c4420d | dcc3d4d04ef7970dca35047cb3f51945922f9e8f | refs/heads/master | 2021-04-03T04:49:03.932626 | 2018-03-12T07:35:13 | 2018-03-12T07:35:13 | 125,003,790 | 0 | 1 | Apache-2.0 | 2018-03-13T06:34:15 | 2018-03-13T06:34:15 | null | UTF-8 | C++ | false | false | 5,828 | h | /***************************************************************************************[Solver.cc]
Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
Copyright (c) 2007-2009, Niklas Sorensson
Copyright (c) 2009-2012, Mate Soos
Permission is hereby granted, free of charge, to any person obtaining a copy of this sof... | [
"peter.kriens@aqute.biz"
] | peter.kriens@aqute.biz |
4a9a0ec27532c399166cb9493f9bdd712a9dd8e3 | 9aa4284e68ac05d9a141a8dbc324d7fbeef3b611 | /acc_2body_13C/Scattering.cc | 5f1ccd2b15e7dde1fc5a14bbdba8d8dc333919f9 | [] | no_license | fengjunpku/NucExpAnaCode | 7e4d5bddf40c40970be45b6f1c90a66164fc2e66 | 7693f309e9f7c84dd3cf0d8705ca52c11e95e506 | refs/heads/master | 2021-01-09T21:47:32.954362 | 2015-12-12T09:26:51 | 2015-12-12T09:26:51 | 47,031,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,772 | cc | /*
#include "TROOT.h"
#include "TVector3.h"
#include "TMath.h"
#include "TString.h"
#include "TH1.h"
#include "TH2F.h"
#include "TF1.h"
#include "TCanvas.h"
//A(a,b)B
const Double_t M_a=13.0;//beam
const Double_t M_A=9.0;//target
const Double_t M_b=13.0;//out
const Double_t M_B=9.0;//recoil
const Doub... | [
"fengjun2013@pku.edu.cn"
] | fengjun2013@pku.edu.cn |
05946ce032bd5569b452695225de5d4a412455e8 | 7075de2d63093df610ef62b78fea4a77e8e15467 | /CODEVS/1203.cpp | 2f14b5b6394b6f1f84ce6110d46b7db777aa6491 | [] | no_license | SHawnHardy/SH_ACM_OLD | c6a6d2d062228b47bb5076fbf3cca7b29a3650f0 | 5a12a3fea751ef7ec35da95c360515a6fd6f69cd | refs/heads/master | 2020-03-11T13:23:14.281586 | 2018-08-27T19:49:57 | 2018-08-27T20:31:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 191 | cpp | #include "cstdio"
const double eps=1e-8;
int main(){
double a,b;
scanf("%lf%lf",&a,&b);
if(-eps<a-b&&a-b<eps) puts("yes");
else puts("no");
return 0;
}
| [
"shawn_work@outlook.com"
] | shawn_work@outlook.com |
829b6f45839e5a807ec1f89c0e2871d8c57ad8f6 | 263eb7dd9a368a9fb501698b5b6554938851c7a2 | /Data Structure/Data Structure/10809_알파벳찾기.cpp | 8c36cf4e6c05eeb9db30f0b1d7e9fcbacbc9aafb | [] | no_license | Jasonarea/Baekjoon_ | 6938a75d43a86195d08431c8a932eef1ef4a3929 | 0dadeb99d4bbd2c5dc09cc169b54e8df44deb782 | refs/heads/master | 2018-10-15T20:53:09.798370 | 2018-09-28T02:24:15 | 2018-09-28T02:24:15 | 115,684,698 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 324 | cpp | #include <algorithm>
#include <iostream>
#include <string>
using namespace std;
int main() {
string s;
cin >> s;
for (int i = 'a'; i <= 'z'; i++) {
auto it = find(s.begin(), s.end(), i);
if (it == s.end()) {
cout << -1 << ' ';
}
else {
cout << (it - s.begin()) << ' ';
}
}
cout << '\n';
return ... | [
"hyeonsuns123@gmail.com"
] | hyeonsuns123@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.