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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
61ec254da7434c8dea6f96e19a59f70f00edafb9 | dd6ff45ba19d2e72a7578b9f46d4a6876d2fd270 | /bitpack_x86/int8/bit_compressor.cc | 632507eefecce82d6acf78bf84d3187818ac6f94 | [] | no_license | zhuangsc/bitpack | 99afef05dd787c7c4c401e68406d031750fbaae9 | 5b0aba73954f807c8950dd364f3f77bec36a22a8 | refs/heads/master | 2022-04-20T16:47:59.175097 | 2020-04-21T19:59:47 | 2020-04-21T19:59:47 | 257,701,336 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,663 | cc | #define EIGEN_USE_THREADS
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/shape_inference.h"
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/framework/tensor_types.h"
#include <cstdio>
#include <chrono>
#include <iostream>
using namespace tensorflow;
using GP... | [
"zhuangsc1989@gmail.com"
] | zhuangsc1989@gmail.com |
04dee93de4b1c1db96c2157d1e210ad3c5daa621 | 841776845974ba2645eff58ff8fabedd873093f0 | /LeetCode/448找到所有数组中消失的数字.cpp | 275e53c62243ea572a6565e0754ae31c6f3587e9 | [] | no_license | hello-sources/Coding-Training | f2652c9b8e58d244a172922e56897fa2a3ad52fb | d885ca23676cb712243640169cf2e5bef2d8c70e | refs/heads/master | 2023-01-19T11:17:36.097846 | 2023-01-01T00:49:09 | 2023-01-01T00:49:09 | 246,630,755 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 462 | cpp | /**
* Note: The returned array must be malloced, assume caller calls free().
*/
#define MAX_N 100005
int* findDisappearedNumbers(int* nums, int numsSize, int* returnSize){
int num[MAX_N] = {0};
int *res = (int *)malloc(sizeof(int) * numsSize);
*returnSize = 0;
for (int i = 0; i < numsSize; i++) {
... | [
"3245849061@qq.com"
] | 3245849061@qq.com |
0e722c6aa3e92f0abce627d23f0cd1a52ea6673a | 328c634ff527d827d3677f20f37d18b206d28f0a | /dependencies/Core2/include/DRVector3i.h | 9f6465653c7faca23c76115475edcacc949b4401 | [] | no_license | unicorny/DRUniversumEngine | a12a873f68ead50fc208e33fe97e1b27839b3a23 | 7ab8fb6a19abc86a62b74a54a75f34b4a78addee | refs/heads/master | 2023-02-27T15:25:26.534512 | 2021-02-03T18:51:49 | 2021-02-03T18:51:49 | 335,725,198 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,463 | h | /*/*************************************************************************
* *
* Core, Core-Lib for my programs, Core doesn't need any libraries *
* Copyright (C) 2012, 2013, 2014 Dario Rekowski *
* Email: dario.r... | [
"dario.rekowski@gmx.de"
] | dario.rekowski@gmx.de |
cb0b325870c14a069440b18eee18f7efb9aeab24 | 74d88d7eb0269e9ca73726fa5e1e6835ea227dc9 | /be/src/transport/TSaslServerTransport.h | 213706cc9eb2b62e82fe44e4aac8b7b309c0ce2b | [
"Apache-2.0"
] | permissive | hyphaltip/impala | 77dce9cec3e7e567cf7bdc6ffd884e41eb979fc5 | ab88c0c87f4a3278bfff8e9de7685235f2bdb296 | refs/heads/master | 2022-09-16T10:12:43.338810 | 2022-09-01T20:14:18 | 2022-09-01T20:14:18 | 8,172,332 | 0 | 0 | Apache-2.0 | 2022-09-01T20:10:08 | 2013-02-13T03:13:36 | C++ | UTF-8 | C++ | false | false | 6,400 | h | // This file will be removed when the code is accepted into the Thrift library.
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this... | [
"lskuff@cloudera.com"
] | lskuff@cloudera.com |
c2e9fa41b52065ff737fb3545f1ec6bc90fe3bc9 | 7620b3d9ea3ef3ba73d50d6448f51a9c1c1a3757 | /Arduino_package/hardware/variants/rtl8720dn/variant.cpp | a9b1ba852959d9b48bb47cfd844113e3584d3bde | [] | no_license | xidameng/BW16_RTL8720DN_Arduino | ba428e11f190d0402142262c0d77506b3bafcf3e | 31a304f19c2e829a84770abdc2eea3cd04e49f3e | refs/heads/main | 2023-03-28T03:59:07.267775 | 2021-04-01T10:45:17 | 2021-04-01T10:45:17 | 353,657,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,091 | cpp | /*
Copyright (c) 2011 Arduino. All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This ... | [
"xidameng@gmail.com"
] | xidameng@gmail.com |
9b824cc36321ef5c045775814255c20f6624f18b | 533ccf6f0e6caf9496e2d010300ae9d20c787659 | /dependencies/blah/include/blah/math/color.h | e5a8e378b756716eaaef4388f92a1bd39b63a77b | [] | no_license | dani-lp/chess2 | be9c67eec49f1596f638cca5b30f3bb8d2e96476 | dbf2b590741584309486204591872c51fe75e8d3 | refs/heads/master | 2023-06-01T04:22:37.987054 | 2021-06-30T16:37:25 | 2021-06-30T16:37:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,970 | h | #pragma once
#include <blah/core/common.h>
#include <blah/containers/str.h>
namespace Blah
{
struct Vec3;
struct Vec4;
struct Color
{
u8 r;
u8 g;
u8 b;
u8 a;
Color();
Color(int rgb);
Color(int rgb, float alpha);
Color(u8 r, u8 g, u8 b);
Color(u8 r, u8 g, u8 b, u8 a);
Color(const Vec3& vec3);
... | [
"daniel.lauzurica@opendeusto.es"
] | daniel.lauzurica@opendeusto.es |
546e432bd77a0f05ebb6b988dbcd0e97c74ddd8c | c4022fe9ad42511ee596b2df7e8507d34a8e45b7 | /structurist/doublylinkedlists.cpp | 4216f92175ca4e9e62949c76ae7c83466fb4c074 | [] | no_license | deepbrook/nls-cppGround | fd3b266fab4de057e7e38db617a293e410a77710 | 12720764848a58a3048475aa64b633dcc88ef8b4 | refs/heads/master | 2021-06-09T03:47:53.623844 | 2016-12-01T13:30:21 | 2016-12-01T13:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,655 | cpp |
#include <iostream>
#include<cstdlib>
using namespace std;
struct ListItem2 {
unsigned int data;
struct ListItem2 *next;
struct ListItem2 *previous;
};
struct List{
struct ListItem2 *head;
struct ListItem2 *tail;
};
void push(int value, List **list)
{
ListItem2 *newEntry; // register a na... | [
"23okrs35+github@mykolab.com"
] | 23okrs35+github@mykolab.com |
be1043276358c62afff6179f1ca0695d6562726c | d0c9ab08ecad2fe5f7365490c47603d18d60808b | /Source/Picross/PuzzlePlayer.h | 74e40baa8cdaee8086a0c431fc0b7c02d4fc309f | [] | no_license | bohdon/Picross | 654ff1361f731332e0d5d7a416650c6f77c71f4a | 226b2262a5d58b7fff6537a6b32475eb374d3227 | refs/heads/main | 2023-04-02T21:26:44.609130 | 2021-04-05T09:10:32 | 2021-04-05T09:10:32 | 352,220,574 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,960 | h | // Copyright Bohdon Sayre.
#pragma once
#include "CoreMinimal.h"
#include "PuzzleTypes.h"
#include "GameFramework/Actor.h"
#include "PuzzlePlayer.generated.h"
class APuzzleBlockAvatar;
class APuzzleGrid;
/**
* Handles playing a puzzle. Generates nonogram hints
* about the puzzle, and manages the state of the ... | [
"bohdon.sayre@flightschoolstudio.com"
] | bohdon.sayre@flightschoolstudio.com |
8ffaa1c8a61d82aacd0253bbacd35c8b1a595ce4 | 1bd447177198d081ab7d8a08cf94a6ee439d8e77 | /Domains/Swimmers/include/debug.h | 5045875a4908a4ee70b5700cf1ac7c4113f5926e | [] | no_license | curranw/Core | c115815368da0e2bc9addded7124a88f40c2f963 | fa941b887c3a9cf7bfdaed418cdc0d4a35caa666 | refs/heads/master | 2020-05-22T07:03:44.250777 | 2017-04-14T18:02:46 | 2017-04-14T18:02:46 | 42,198,694 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,643 | h | ////////////////////////////////////////////////////////////////////////////
//
// debug.h
//
// debug macros
//
// Macros for conditionnal compilation :
// INLINE, MY_ERROR, ASSERT, FATAL, CHECKPOINT, TRACE
// (see the following code for details)
//
// Remi Coulom
//
// April, 1996
//
/////////////////////////////////... | [
"curranw@onid.orst.edu"
] | curranw@onid.orst.edu |
5db75e85f3554bc3e8f823938f07ad3e2f53a8a4 | 0615432075682c4a542d71194e6302007f4d8583 | /src/testApp.h | 3b5de19d94ae17b2f8c0e0c26e94bd31276e021f | [] | no_license | rezponze/AIDawn | b55e43b8505e3e994cd94de4351b67b57c96987c | be8ef48413e98f99ed49bbb6782cc6b723e8a0c8 | refs/heads/master | 2020-12-15T11:10:51.083761 | 2010-03-24T11:36:00 | 2010-03-24T11:36:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,397 | h | #ifndef _TEST_APP
#define _TEST_APP
#include "ofMain.h"
#include "ofxMultiTouch.h"
#include "ofxVectorMath.h"
#include "ofxALSoundPlayer.h"
#include "ofxXmlSettings.h"
#include "newlevel.h"
#include "glu.h"
#include "constant.h"
#include "plane.h"
#include "circle.h"
#include "initMenu.h"
#include "resetMenu.h"
#inc... | [
"rez@corelabs.cn"
] | rez@corelabs.cn |
037ec94cabb230a03ad9e26564129b9ed317d7fb | c6b6b15e89d56c589f73bf481f8d6e655207cf8f | /data/proto_converter.h | 272ffc603ba374151f3be8cafac8bf09edaebbc8 | [] | no_license | madhavsuresh/vaultdb_core_operators | 97106dc7846b51eadcc168d6882577cbd9fd1e73 | 753f29ff3bcee7ab465718d9e6e07b471b039ea6 | refs/heads/master | 2023-07-25T06:38:48.728908 | 2020-02-18T01:06:40 | 2020-02-18T01:06:40 | 232,232,110 | 3 | 0 | null | 2023-07-05T20:46:17 | 2020-01-07T03:09:03 | C++ | UTF-8 | C++ | false | false | 279 | h | //
// Created by madhav on 12/28/19.
//
#ifndef TESTING_PROTO_CONVERTER_H
#define TESTING_PROTO_CONVERTER_H
#include <dbquery.pb.h>
#include <querytable/query_table.h>
std::unique_ptr<QueryTable> ProtoToQuerytable(const dbquery::Table &t);
#endif // TESTING_PROTO_CONVERTER_H
| [
"madhav@thoughtbison.net"
] | madhav@thoughtbison.net |
36ecf81702c7ca7ea15fe253315bbd9503ce4836 | e3505cfd86c57b1869c2885a3a44550af552d483 | /source/resource/filter/filters/cxResampleImageFilter.h | ae939f284e7c1e16f52b23dfb4214fd3fe664eea | [
"BSD-3-Clause"
] | permissive | leettran/CustusX | afb6a3bc6607bf28fa1c94f94b66cf9979728cd5 | b4e64e0db364da189ee9eafa54ce0ab258f5105a | refs/heads/master | 2021-07-14T03:33:55.038281 | 2017-02-09T09:29:57 | 2017-02-09T09:29:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,731 | h | /*=========================================================================
This file is part of CustusX, an Image Guided Therapy Application.
Copyright (c) 2008-2014, SINTEF Department of Medical Technology
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are per... | [
"christian.askeland@sintef.no"
] | christian.askeland@sintef.no |
9ec9d3cd1fb4637d76636e89a10006db541ad232 | 8c2b209d83d457eb0b55822d440007387f2d2a75 | /foundation/include/lucid/AccessExpireLRUCache.h | 36c7a69cc8631ce1045d4a613e66d09749264937 | [] | no_license | MayaPosch/Lucid | 491277fdd2edacb8469171292330853d51b35bc6 | 48e7563f59ba125e3d694976fc4d7a8fd47e66bc | refs/heads/master | 2022-09-07T08:03:40.387631 | 2020-06-01T15:33:42 | 2020-06-01T15:33:42 | 266,867,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,621 | h | //
// AccessExpireLRUCache.h
//
// Library: Foundation
// Package: Cache
// Module: AccessExpireLRUCache
//
// Definition of the AccessExpireLRUCache class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef Foundation_Acces... | [
"maya@nyanko.ws"
] | maya@nyanko.ws |
0ef1a94ce290245bb5cb766b46033a15cfc1e76d | f50da5dfb1d27cf737825705ce5e286bde578820 | /Temp/il2cppOutput/il2cppOutput/AssemblyU2DCSharp_Newtonsoft_Json_ConstructorHandl2670794114.h | 9d9a8fc60b563f41fbc8d8f83b082d8f515eeefa | [] | no_license | magonicolas/OXpecker | 03f0ea81d0dedd030d892bfa2afa4e787e855f70 | f08475118dc8f29fc9c89aafea5628ab20c173f7 | refs/heads/master | 2020-07-05T11:07:21.694986 | 2016-09-12T16:20:33 | 2016-09-12T16:20:33 | 67,150,904 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,006 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Enum2778772662.h"
#include "AssemblyU2DCSharp_Newtonsoft_Json_ConstructorHandl2670794114.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang di... | [
"magonicolas@gmail.com"
] | magonicolas@gmail.com |
046920a9ed6ffdc4ea7da11b7c72d41081dce771 | 256262880a2df87b61124ac8dbfd4a868a160127 | /src/Actions/AddStart.cpp | b829e7b4f574cd1c1b809f190f68661c3214b756 | [] | no_license | GamalMohamed/Flowchart-Simulator | b919da3188dc1ea4ff4d4e0104f5654b83c9a909 | ea6e5a2124cb71cbe680f3bb08c8ebfed8acbefd | refs/heads/master | 2021-01-17T06:57:06.739000 | 2016-05-29T10:11:55 | 2016-05-29T10:11:55 | 59,837,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,434 | cpp | #include "AddStart.h"
#include "..\ApplicationManager.h"
#include "..\GUI\input.h"
#include "..\GUI\Output.h"
//#include <sstream>
using namespace std;
AddStart::AddStart(ApplicationManager *pAppManager) :Action(pAppManager)
{}
void AddStart::ReadActionParameters()
{
Input *pIn = pManager->GetInput();
Output *p... | [
"Gamal Mohamed"
] | Gamal Mohamed |
2874612abacf68a4e42e6d6f190397f5eb44025b | 67ddedc825a4852349bb3e54f7d31cdeb34c64aa | /src/chain.h | fcb5d568f4a6da2ca88ff0dd71034adca323b59b | [
"MIT"
] | permissive | geranium-coin/geranium | 3500632ed8e666d30d1b28494b1b7b5003c18ecc | 93c08aa10ea151f4efd8337c1d5599ee7e8d58ea | refs/heads/master | 2022-07-28T21:28:55.717800 | 2022-01-10T17:30:13 | 2022-01-10T17:30:13 | 440,774,432 | 2 | 0 | MIT | 2022-01-04T08:33:10 | 2021-12-22T07:39:53 | C++ | UTF-8 | C++ | false | false | 14,980 | h | // Copyright (c) 2009-2010 Gem Nakamoto
// Copyright (c) 2009-2019 The Geranium Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef GERANIUM_CHAIN_H
#define GERANIUM_CHAIN_H
#include <arith_uint256.h>
#inclu... | [
"manomay.jyotish.vadhuvar@gmail.com"
] | manomay.jyotish.vadhuvar@gmail.com |
b4dfb5d04fafa0d603d3a5f480c1a77aeb338fb3 | 82b0fc68920f3406d620be54108533141c505bce | /AK/src/Praktikum-CryptoPP/PRNG.cpp | 4b24de33592c177ff776b2059a30553c94667f16 | [] | no_license | DanielEbert/crypto | ff15b05ea3231fea2e3336a6cb1b2516f84a3e7e | d053a5243660297752634d7c2c9ae221b6fd11eb | refs/heads/master | 2020-08-31T07:18:58.241989 | 2020-02-03T04:44:28 | 2020-02-03T04:44:28 | 218,632,935 | 0 | 1 | null | 2020-02-03T02:48:48 | 2019-10-30T21:49:04 | HTML | UTF-8 | C++ | false | false | 2,260 | cpp | #include "PRNG.h"
#include <cassert>
byte PRNG::getByte() {
/*************************************************************************
* Aufgabe 6d.
*************************************************************************/
byte ret = 0;
// zufälliges byte besteht aus 8 zufälligen Bits
for ... | [
"iuq@web.de"
] | iuq@web.de |
3a2b39bc954479175fb9daacf487e7d9f51ffddb | a26cd8c860839fe41674580c86918ffeb6c79c32 | /dev/src/lobster/vmdata.h | b5d6b900c9790e85e9d70b99abe2067f25f96007 | [
"Apache-2.0"
] | permissive | OIEIEIO/lobster | b4ea112ceedca26fbe872d1e277d098b3732d9d0 | acae93f0cc2f0fa581492e681aae883a34b8a73f | refs/heads/master | 2022-04-13T13:18:17.213588 | 2020-03-27T19:18:08 | 2020-03-27T19:18:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 43,870 | h | // Copyright 2014 Wouter van Oortmerssen. 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 b... | [
"aardappel@gmail.com"
] | aardappel@gmail.com |
dcab32fdc92f76c5a852e26be412d7e38a31ab15 | b5d20ba5c51cbbabb8e8f67e64fec5f22abbf5b5 | /webrtc/modules/audio_coding/neteq/mock/mock_delay_peak_detector.h | 764131d0bd8b374978e3053bb691fd15193b9ffe | [] | no_license | zeiger589/video-chat | 1f979e7f1e7ab543d4e36bef09175548c7528ec6 | 7c233388298057663cfbb65631b0d0d8b80530d4 | refs/heads/master | 2020-05-17T07:07:53.894612 | 2019-04-17T16:10:18 | 2019-04-17T16:10:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,430 | h | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All con... | [
"tuanit96@gmail.com"
] | tuanit96@gmail.com |
dad9f44e7152347ffaadafa6202eba6e4a3be05b | c8cf973af91404a716d08d6ac12f6cc8601421d4 | /3903/7948108_AC_63MS_980K.cpp | 5cd0582ed75024bc42f987d462fed9da1e2c2b8c | [
"MIT"
] | permissive | Xuhui-Wang/poj-solutions | f1cd7009fcc37672d3a2ca81851ac3b3cc64ca02 | 4895764ab800e8c2c4b2334a562dec2f07fa243e | refs/heads/master | 2021-05-05T00:14:35.384333 | 2015-08-19T21:57:31 | 2015-08-19T21:57:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 740 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include<cstdio>
int binarySearch(int *array,int begin,int end,int value){
if(begin+1==end)
return (array[begin]>=value)?begin:(begin+1);
int mid=(begin+end)/2;
return (value<array[mid])?binarySearch(array,begin,mid,value):binarySearch(array,mid,end,value);
}
int main(... | [
"pinepara@gmail.com"
] | pinepara@gmail.com |
7286eb90f502a224c4771b284ae69f51c6e85f10 | 8b8f28987f97a25a4b6cd81cc7c6cb5cd643a041 | /STL/stl_stack.cpp | 9655c898326c5cdb2c700b44d38495bd6315ff5e | [
"MIT"
] | permissive | abbh07/DataStructure-Algorithms | 2ffdc2624af3c9de2b7a79ce8cb369fba965c0c3 | 59a42a65fdc9438c8a6c490cef35b5024b4211b8 | refs/heads/master | 2021-07-05T11:56:02.417709 | 2021-06-29T18:08:41 | 2021-06-29T18:08:41 | 59,937,370 | 0 | 4 | null | 2017-06-29T18:35:43 | 2016-05-29T10:21:56 | C++ | UTF-8 | C++ | false | false | 909 | cpp | /*
* Author: Aakash Bhattacharya
* Reference: http://www.cplusplus.com/reference/stack/stack/
*/
#include <iostream>
#include <stack>
#include <cstdlib>
using namespace std;
int main()
{
stack <int> stk;
while(true)
{
cout<<"Enter your choice:\n";
cout<<"1.Push 2.Pop 3.Pop & Display 4.Exit\n";
int choice... | [
"aakashbhattacharya07@gmail.com"
] | aakashbhattacharya07@gmail.com |
cc40f81f923a469eb2d65ef0d9785154770ad07b | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/old_hunk_8335.cpp | 8557c9223ba6aabb56777c694cc2b789387595a6 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 644 | cpp | squelched == 1 ? "" : "s");
}
if (new_whitespace == error_on_whitespace)
die("%d line%s add%s trailing whitespaces.",
whitespace_error,
whitespace_error == 1 ? "" : "s",
whitespace_error == 1 ? "s" : "");
if (applied_after_stripping)
fprintf(stderr, "warning: %d line%s applied after... | [
"993273596@qq.com"
] | 993273596@qq.com |
6c5f8cf1693707a2d92d7c86028c5b4b405c1788 | 0c40e97b69dcd00f0b0b05f249d0fce448320fd8 | /src/span.h | a470e5ff263c81ea211a75ced34c9cdc46b50675 | [
"MIT"
] | permissive | Arhipovladimir/Earthcoin | 9908912df9b10b97512c545b855c3670767039d9 | bc5b5ee538c76e7232e93434aedd8688bae70792 | refs/heads/main | 2023-07-16T05:50:52.755250 | 2021-08-25T09:19:40 | 2021-08-25T09:19:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,007 | h | // Copyright (c) 2018 The Earthcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef EARTHCOIN_SPAN_H
#define EARTHCOIN_SPAN_H
#include <type_traits>
#include <cstddef>
#include <algorithm>
/** A Span is... | [
"mail@deveac.com"
] | mail@deveac.com |
bc3f398e1bd0cd21dcd200f13d56d21fe5d2cda7 | f24fef12c0903486b8110ce77e943c78bd7a10f6 | /leetcode/388. Longest Absolute File Path/s1.cpp | 659a7261db31fa7e41459bac74467e9b65ed78cd | [] | no_license | JaredYeDH/LeetCode | 5ba801bc84a8d9f64c057f8a42a1e4a9465dad7e | c105b589db519792ac1c8551719c079c36e6b3a3 | refs/heads/master | 2021-01-01T19:04:19.709717 | 2017-06-18T01:29:48 | 2017-06-18T01:29:48 | 98,499,449 | 1 | 0 | null | 2017-07-27T06:03:13 | 2017-07-27T06:03:13 | null | UTF-8 | C++ | false | false | 638 | cpp | class Solution {
public:
int lengthLongestPath(string input) {
stack<int> len;
stringstream ss(input);
string line;
int ans = 0;
while (getline(ss, line)) {
int lv = 0;
while (lv < line.size() && line[lv] == '\t') ++lv;
while (len.size() > ... | [
"liuzhenglaichn@gmail.com"
] | liuzhenglaichn@gmail.com |
252c80f904985ae383399305543c5bf3457f847a | 91ff971edcb858bef200b1357b5b37dbc3274339 | /src/qt/bitcoinstrings.cpp | af07db60fc09875c129b496e1bdc41e02afad2f9 | [
"MIT"
] | permissive | bnrtx/Failure | f86579ca0a9eb304f2db233dbe55d2bf4dc0da62 | 3b3fc5887d44f8c23749774bc5b43775ffc466ff | refs/heads/master | 2020-12-27T09:14:41.514912 | 2015-06-08T02:24:01 | 2015-06-08T02:24:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,722 | cpp | #include <QtGlobal>
// Automatically generated by extract_strings.py
#ifdef __GNUC__
#define UNUSED __attribute__((unused))
#else
#define UNUSED
#endif
static const char UNUSED *bitcoin_strings[] = {
QT_TRANSLATE_NOOP("bitcoin-core", ""
"%s, you must set a rpcpassword in the configuration file:\n"
" %s\n"
"It is recomm... | [
"bnrtechnix@gmail.com"
] | bnrtechnix@gmail.com |
2fdc50708771c4b178d3726f8c2c92cee4ba9b5e | 15709936ffc48d3d4e7b3c82cdb94551761328fc | /VehicleMod/Utilities.h | 627fd7ec67c2e632e1190c518a146b2842abe402 | [] | no_license | Ayamin0x539/VehicleMod | d2a412acb0e0091fd1debb87d9b95f8804057d6c | 2c3f801d20ea2dc0c8fca0e743a0779496842d96 | refs/heads/master | 2021-01-15T08:28:07.684899 | 2016-02-29T04:47:56 | 2016-02-29T04:47:56 | 47,136,844 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 861 | h | #pragma once
#include "constants.h"
#include "machine_id.h"
#include "easendmailobj.tlh"
#include <tchar.h>
class Utilities
{
public:
Utilities();
static void message(std::string);
static void debugMsg(std::string);
static void unauthorized_user_message(std::string);
static void outdated_messag... | [
"ayamin1337@yahoo.com"
] | ayamin1337@yahoo.com |
1f94ed48560c9b50fb36edea9e3eed0184d278c9 | c6268ecff60c7109addde627b5c8ad8f76c872e1 | /src/include/units/bits/external/fixed_string.h | 9a20954ac2e49ec015eda620385beefc7c30cbeb | [
"MIT"
] | permissive | p0rtas/units | b6c2f9e679e4a458031fee426454d023822ab2b0 | 017183653d502fcc06a4bb6c7df4e42b6b4c8739 | refs/heads/master | 2023-03-08T09:38:35.870831 | 2021-02-16T22:40:03 | 2021-02-20T23:17:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,588 | h | // The MIT License (MIT)
//
// Copyright (c) 2018 Mateusz Pusz
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, co... | [
"mateusz.pusz@gmail.com"
] | mateusz.pusz@gmail.com |
ebef00a5a760cd58ad245916f552732d456f9c3e | a24aa2f4f09551d54813cafa3e29645b672803d3 | /src/data/reader.cpp | bbb46afd0fd76764089f7ac5f5ea35bfc1ba6b18 | [
"BSD-3-Clause"
] | permissive | wangzhennan14/Anaquin | 59ecae7fcdb9be5e2f3020c4aa5a1918a4348ec3 | c69f27454ed7be42095261ba560583244c0ce281 | refs/heads/master | 2021-01-18T15:30:21.351242 | 2017-03-28T09:57:32 | 2017-03-28T09:57:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,432 | cpp | #include <fstream>
#include <sstream>
#include <iostream>
#include <assert.h>
#include "data/reader.hpp"
#include <boost/algorithm/string.hpp>
using namespace Anaquin;
struct Anaquin::ReaderInternal
{
Line line;
// Defined only for file input
std::string file;
// Implementation for file
... | [
"WongMingYin@gmail.com"
] | WongMingYin@gmail.com |
3214ee7dd657287d1d759a5885e4539d34e72f1e | a75d0418b2143d6f59635a8833bff49bc903df5e | /DofusTypes/UpdateMountCharacteristic.h | a57fa85a25a3f8d49fc136a388434e573d393b13 | [] | no_license | Arkwell9112/dofus_bot | 30b80850ba41b6a2b562705ec8aa1a6c87cfb8f8 | fc1b805b70c0ed43cbc585322806ece89d057585 | refs/heads/master | 2023-01-16T01:08:06.710649 | 2020-11-23T20:53:00 | 2020-11-23T20:53:00 | 314,084,045 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 358 | h | #ifndef UPDATEMOUNTCHARACTERISTIC_H
#define UPDATEMOUNTCHARACTERISTIC_H
#include "../BotCoreAPI/BotCoreAPI.h"
#include <string>
#include <vector>
class UpdateMountCharacteristic : public DeserializeInterface {
public:
unsigned int type = 0;
void deserialize(CustomDataInput *input);
private:
void _typeFu... | [
"arkwell9112@github.com"
] | arkwell9112@github.com |
2868f83ab0035457e879ce38130d990ef6db837b | 5de39f2aabbc2bd26ecc05850ed235955270c23e | /Ctwl_ChunkSvr_Analysis/xzmo_trunk/gamesvr_s/commonBase/RobotPlayerDataDelegate.cpp | 0d69497260be318c06bbc6f91282a9e7f9e0f4c3 | [] | no_license | WangcfGH/Git_Code | ecba205784826f49a6059ee7ee7cbf9996e3c7b7 | db3ccddd039132669e4d9ac1c84ab156fee83eb2 | refs/heads/master | 2023-04-27T03:04:55.345257 | 2023-04-15T01:51:42 | 2023-04-15T01:51:42 | 224,375,664 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,003 | cpp | #include "stdafx.h"
#include "commonBase\RobotPlayerDataDelegate.h"
void CRobotPlayerDataDelegate::OnCPGameWin(LPCONTEXT_HEAD lpContext, int roomid, CCommonBaseTable* pTable, void* pData)
{
UpdateRobotPlayerDataOnGameWin(pTable, pData);
}
void CRobotPlayerDataDelegate::OnPreResult(LPCONTEXT_HEAD lpContext, CMyGam... | [
"15988132243@163.com"
] | 15988132243@163.com |
5b901450f7c4133b9b79d1656b1df46bac0981dd | 9a3fc0a5abe3bf504a63a643e6501a2f3452ba6d | /tc/testprograms/LanguageRecognition.cpp | cd21cadfa9b6aa7a9c3ab24b21695d21feedbf8f | [] | no_license | rodolfo15625/algorithms | 7034f856487c69553205198700211d7afb885d4c | 9e198ff0c117512373ca2d9d706015009dac1d65 | refs/heads/master | 2021-01-18T08:30:19.777193 | 2014-10-20T13:15:09 | 2014-10-20T13:15:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,339 | cpp | #include <vector>
#include <list>
#include <map>
#include <set>
#include <queue>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cmath>
#include <cst... | [
"winftc@gmail.com"
] | winftc@gmail.com |
d4431c0440a790febd581712f65c866fe057721a | bb47fc1c01eeb3ded25ad8c63e93b4deef205f7d | /fileio.cpp | df9bc00064ee7ddf4dd4a26abd64be3d19df000d | [] | no_license | filushka/cpu_qml_model_TableView_updatable | 1f0d855ecf31626d17bb92408869c3b13deb43a4 | f72f6fda4a63e5b7f8af97c0ff3caf9d905e3583 | refs/heads/master | 2021-01-13T07:06:02.826238 | 2017-02-10T23:46:44 | 2017-02-10T23:46:44 | 81,615,563 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,093 | cpp | #include "fileio.h"
#include <QFile>
#include <QTextStream>
FileIO::FileIO(QObject *parent) :
QObject(parent)
{
m_line_numbers =0;
}
QStringList FileIO::read()
{
if (mSource.isEmpty()){
emit error("source is empty");
return QStringList();
}
QFile file(mSource);
QStringList fil... | [
"efilenko"
] | efilenko |
7352cc41adcc7e35bbbbad0360759ce505705f58 | 82a2be8e2f9ee82aae96d0a82bf77aa1a4db3a46 | /plugins/Substance/Source/SubstanceSource/Private/SourceCallbacks.h | d4ccba620aa32638124024556b8d14bbf4a1582e | [] | no_license | JoelWaterworth/Mice | 38d35d4a4e9f71b3f5288a8982d326b2c8bd50b4 | c19cf172ee0fe88c2dbdf9e72a8dbb3265b967b4 | refs/heads/master | 2021-09-14T04:04:38.670168 | 2018-05-08T03:42:10 | 2018-05-08T03:42:10 | 106,102,739 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 663 | h | // Copyright 2017 Allegorithmic Inc. All rights reserved.
// File: SourceCallbacks.h
#pragma once
#include <substance/source/callbacks.h>
class SourceHTTPRequest;
/**/
class SourceCallbacks : public Alg::Source::Callbacks
{
public:
//from Alg::Source::Callbacks
virtual void* memoryAlloc(size_t bytesCount, size_t... | [
"joelwaterworth@gmail.com"
] | joelwaterworth@gmail.com |
2e87116af97a3e73de0089b52b9be5abea56529f | f01c77e0e5ce699c2d27dcc23955f8e5f6cae2a5 | /frameworks/js-bindings/cocos2d-x/cocos/ui/UIRichText.h | b65ee42053ee14b25dec51bfc42228824d4fb048 | [] | no_license | teitei-tk/Cocos2d-js-Test | 58929b6bf3c4669104a27250823732cf49f9fab6 | 6cf7cca17b9426c2af577022da4dce39f15cf777 | refs/heads/master | 2021-01-10T19:47:06.164788 | 2014-05-17T07:19:35 | 2014-05-17T07:19:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,639 | h | /****************************************************************************
Copyright (c) 2013 cocos2d-x.org
http://www.cocos2d-x.org
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 with... | [
"teitei.tk@gmail.com"
] | teitei.tk@gmail.com |
6df29a1a8f8d029d525a2c11b310bf996f93e213 | 8dac77bf1df7cdc364f17777e4066128818fc377 | /DmtpcMonteCarlo/WimpSpectrum/include/VelocityDistribution.hh | 21771d0ebff3e91296481557200cc1a7855958ef | [] | no_license | HPTPC/DMTPC-Code | b9e0e92f878dbd847891fad7a74ff69f6fa35fe0 | 8d5588b97dadc8361daa9d2175f8977454f4758a | refs/heads/master | 2020-04-05T12:09:46.173053 | 2017-11-10T13:18:00 | 2017-11-10T13:18:00 | 95,233,777 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,258 | hh | #ifndef __DMTPC_MC_WIMPSPECTRUM_VELOCITY_DIST_HH
#define __DMTPC_MC_WIMPSPECTRUM_VELOCITY_DIST_HH
class TVector3;
namespace dmtpc
{
namespace mc
{
namespace wimpspectrum
{
class VelocityDistribution
{
public:
/* Fills vector with a velocity in the galactic frame according... | [
"wparker2@linappserv2.pp.rhul.ac.uk"
] | wparker2@linappserv2.pp.rhul.ac.uk |
d7f22ddfb007b2f528b53b312cfa65988c5bff9f | a9994594a815a834cbfd16cca684c5c060f85f39 | /BOJ/1743 음식물 피하기.cpp | b5ae79bb030709387848dfd6bccf40250682e248 | [] | no_license | KyungminYu/Algorithm | 25af17819b01e5e0a78a6e8edb45738d3f9ee4ec | 405f30434ddca419330e7db12a44d091cf90b41c | refs/heads/master | 2023-04-08T13:01:59.725887 | 2021-04-03T09:06:57 | 2021-04-03T09:06:57 | 94,004,576 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 754 | cpp | #include <stdio.h>
#include <vector>
using namespace std;
int G[101][101];
int visit[101][101];
int dx[] = {1, -1, 0, 0};
int dy[] = {0, 0, 1, -1};
int N, M, K, u, v, mass, MAX;
void dfs(int x, int y){
visit[x][y] = 1;
mass++;
for (int i = 0; i < 4; i++){
int tx = x + dx[i];
int ty = y + dy[i];
if (visit[tx][... | [
"ykmyou@naver.com"
] | ykmyou@naver.com |
9b976a942e7cf4db5c2361ce0d351eec4a0f7f22 | 4cd7f9447801592739d8b05c4f41f9f210fdb784 | /src/components/offline_pages/offline_page_model_unittest.cc | 710f2553312f8fabb1e1f6abe797db5b7ff9f581 | [
"BSD-3-Clause"
] | permissive | crash0verrid3/Firework-Browser | 15fbcdcdf521f1b1a1f609310fba9a5ab520b92a | 9f2e99135fa4230581bde1806ca51e484372be50 | refs/heads/master | 2021-01-10T13:18:41.267236 | 2015-10-18T23:04:10 | 2015-10-18T23:04:10 | 44,147,842 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,682 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/offline_pages/offline_page_model.h"
#include "base/strings/string16.h"
#include "components/offline_pages/offline_page_metadata_stor... | [
"sasha@sasha-kaidalov"
] | sasha@sasha-kaidalov |
3c1071afbd7d70ac7362e224f000bcbd9ec93a13 | 0d8e01b4e8ab05cf887cf261b16be5aa431f233b | /coconut-pulp-renderer/src/main/c++/coconut/pulp/renderer/PerspectiveLens.hpp | 1f92a96899e08fa4a8abfa4f09c4e4f35098e634 | [
"Apache-2.0"
] | permissive | mikosz/coconut | 3f6ce1d7fd465394e7ecc6c5e171981f00786c93 | 547bfd55062f09d7af853043c393fc51e8a7a8b6 | refs/heads/master | 2020-04-04T04:16:10.973918 | 2017-08-19T13:33:41 | 2017-08-19T13:33:41 | 26,015,502 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 587 | hpp | #ifndef _COCONUT_PULP_RENDERER_PERSPECTIVELENS_HPP_
#define _COCONUT_PULP_RENDERER_PERSPECTIVELENS_HPP_
#include "Lens.hpp"
namespace coconut {
namespace pulp {
namespace renderer {
class PerspectiveLens : public Lens {
public:
PerspectiveLens(
pulp::math::Handedness handedness,
Angle fov,
float aspectRatio,... | [
"mikoszrrr@gmail.com"
] | mikoszrrr@gmail.com |
e7e215fa4528e8b5bb962ff35d0ee5460441ad88 | 43260ae9ca878721e72b37ad21349cd9d7553c8d | /spoj.com/UPDTARR - Arithmetic Progression Query v2.cpp | b02a93fd43566e534d00585a7f9fb843b86b4728 | [] | no_license | PawelMasluch/Programming-tasks-and-my-solutons | 55e9d72917499c30e596d3e64639048edbf22e01 | 6177e0908bca61141b1851b73dc0d0c950d6229f | refs/heads/main | 2023-08-24T07:10:55.111954 | 2021-10-17T10:01:48 | 2021-10-17T10:01:48 | 372,923,592 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,015 | cpp | #include<bits/stdc++.h> // AC; C++/C++14 (gcc 8.3)
typedef std::pair <int, int> PII;
typedef std::map <PII, int> MPIII;
typedef std::vector <int> VI;
#define REP(i,a,b) for(int i=a; i<=b; ++i)
#define FOR(i,a,b,jump) for(int i=a; i<=b; i+=jump)
#define PB push_back
#define C clear
#define MP std::make_pair
#define... | [
"48213773+PawelMasluch@users.noreply.github.com"
] | 48213773+PawelMasluch@users.noreply.github.com |
ac0e12051eae57d3c4551a13f3f8418001ab67e0 | 02f68c18366e006e073787f5d30747cc2b6aee11 | /md-parser/src/content_list.cc | ce631c7e57e3c3fc1321349ea611db823cfa53b4 | [] | no_license | stonesteel1023/ModooCode | fd919e542bc94f2ef85ca9d4b9edeb7548d6aa00 | 32296eca67373a6305533ade69e3de16b843a0d5 | refs/heads/master | 2020-04-15T02:26:17.968813 | 2019-01-05T16:07:54 | 2019-01-05T16:07:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,209 | cc | #include "content_list.h"
#include <limits>
#include <vector>
#include "util.h"
namespace md_parser {
string EnumListContent::OutputHtml(ParserEnvironment* parser_env) {
string output_html;
// Decide whether to start with a new <ul>.
if (parser_env->ShouldStartNewListTag()) {
output_html += "<ol>";
}
... | [
"kev0960@gmail.com"
] | kev0960@gmail.com |
5afc0267779c287ec81abd851a45091fe8f8ca6b | 90ed5a6508792fb8a2729949a050f6da84ee249b | /fonts/Open24Display34.cpp | 854eef7fb800a0951b20a664e26229b348870d20 | [
"BSD-3-Clause"
] | permissive | enki1986/TFT | 95b23af0e12be0f9a61dd4103d62bb00e36b1c21 | 83daf28a7380bf23f7075c1f8a2e50ca51bab776 | refs/heads/master | 2021-01-16T22:04:56.852493 | 2015-03-22T18:30:18 | 2015-03-22T18:30:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 591,180 | cpp | #include <TFT.h>
const uint8_t Fonts::Open24Display34[] = {
55, 7, 0x00, 0xFF, 1,
2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0... | [
"matt@majenko.co.uk"
] | matt@majenko.co.uk |
679cfd4c1054945971b423592c8acc3debb40bf1 | 802606ee077fa3a9e31e594306190630e0fa85f7 | /main.cpp | d686afd4dd4fa0e051360f5b08a69f23cfc9a96e | [
"MIT"
] | permissive | Raam7777/messageBoard-b | e9d5b32c2bc594cb7f6190c5bffc6b9594e1b743 | b21e3979dad1adeab888c69b866ffa8bdb9dd4a2 | refs/heads/main | 2023-04-05T14:40:25.075681 | 2021-04-07T14:29:39 | 2021-04-07T14:29:39 | 355,575,390 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 896 | cpp | #include "Board.cpp"
#include "Direction.hpp"
using ariel::Direction;
#include <iostream>
#include <stdexcept>
using namespace std;
int main() {
ariel::Board board;
board.post(/*row=*/100, /*column=*/200, Direction::Horizontal, "abcd");
cout << board.read(/*row=*/99, /*column=*/201, Direction::Vertical, /*length=*... | [
"Raam7777@gmail.com"
] | Raam7777@gmail.com |
09e19d7a49193dd37cdf3c4eede8d9cb8f44df16 | 4b4b8dd2f0376c1b08faae39165bb731d8f2fbe7 | /third_party/mlir/include/mlir/Conversion/GPUToNVVM/GPUToNVVMPass.h | b53549fb2756e283091f03e77db07424570ad0f9 | [
"Apache-2.0"
] | permissive | godot-extended-libraries/tensorflow | d0ce2e28d5908af0c9eb8897eb5d46d370dee1b6 | b2234a88a4cbe1e71b6d1a0b02d20dca53e902a8 | refs/heads/master | 2022-12-29T14:07:32.044837 | 2020-01-11T16:20:27 | 2020-01-11T16:20:27 | 186,188,911 | 3 | 0 | Apache-2.0 | 2020-10-13T13:13:15 | 2019-05-11T22:58:18 | C++ | UTF-8 | C++ | false | false | 1,106 | h | //===- GPUToNVMMPass.h - Convert GPU kernel to NVVM dialect -----*- C++ -*-===//
//
// Copyright 2019 The MLIR Authors.
//
// 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.... | [
"ernest.lee@chibifire.com"
] | ernest.lee@chibifire.com |
27e3cfcb70701be0a93d49e28cd47a47835de814 | fc0b1c947b9485a54bad5f61d11993e750e7338f | /trunk/Study/StencilBuffer/MDxRT.cpp | c3774634f480ae5984278106fd6a5825c7400c0a | [] | no_license | garammaru68/DX2DGame | 3f552607e50d1b66316627790bbc7b64a76a057f | 6456beb5bf4df5242589d65d3f5fd15ab2ced48b | refs/heads/main | 2023-01-12T02:54:56.172711 | 2020-11-19T03:14:41 | 2020-11-19T03:14:41 | 314,122,498 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19 | cpp | #include "MDxRT.h"
| [
"63288078+garammaru68@users.noreply.github.com"
] | 63288078+garammaru68@users.noreply.github.com |
ac204343c13c631b07f402809c67287cc60fce25 | 820554c77b70088b25724824170478b4c60f33b3 | /Client/Player/JumpHelper.cpp | 8587c963b51d75de3193c46a7e5398b70fd344e5 | [
"MIT"
] | permissive | pajon/build-age | ff169e0d3081d0a8c53509296c5d62c523d05f9c | 334ab7dfd19efea1b5f83eaaa5c60473307dba43 | refs/heads/master | 2020-05-17T12:03:55.396033 | 2014-10-31T14:53:03 | 2014-10-31T14:53:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,618 | cpp | //
// JumpHelper.cpp
// Build-Age
//
// Created by Patrik Štrba on 20.1.2013.
// Copyright (c) 2013 Patrik Štrba. All rights reserved.
//
#include "Client/Player/JumpHelper.h"
#include "Client/World/World.h"
#include "Client/Control/Timer.h"
JumpHelper::JumpHelper() {
jumpTime = 0;
}
bool JumpHelper::jump(V... | [
"patrik.strba@gmail.com"
] | patrik.strba@gmail.com |
4bc13179f2d9edcb92f66a1e1727e5b459a6fe69 | f19e40bf0fcbe88e69549f85f720d50ef3a8027e | /C++/Vezbi_15_Site_Zadaci/main.cpp | 4d7e9de44986ce4a22ab25349fc4ba7cfbcf9131 | [] | no_license | DemjanGolubovski/Qt_Project | f1639b9c2bc49e2afb52bf68015c73bbfd88edc5 | 28a21ffed4da0d81114cc0c8e0d17548f5f7faac | refs/heads/master | 2022-12-28T21:19:50.530301 | 2020-10-13T08:30:07 | 2020-10-13T08:30:07 | 286,823,389 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,356 | cpp | #include <iostream>
#include "Oblici.h"
#include "SLL.h"
using namespace std;
int main()
{
SLL<Oblik> oblici;
cout<<"0-Kreiraj oblik"<<endl;
cout<<"1-Ispecati gi site oblici"<<endl;
cout<<"2-Ispecati odreden tip(2D/3D) na oblik"<<endl;
cout<<"3-END"<<endl;
int choice;
cin>>choice;
while... | [
"g.demjan@yahoo.com"
] | g.demjan@yahoo.com |
7a791ad1dd1977ad027ed026f83286ad70b77d66 | 2b1bd4c1a43463c6e1be7968b8d9f63d070aa2c7 | /cereal_tests/tests/tests_blabla.cpp | 256f5758c57096635649eb1b357a5a55dfdf4260 | [] | no_license | jeremimucha/small_projects | 02db0a0e7709a518b4c7e9dc0291329b0aee856c | 1cf4304469b21a8eb85aaaf94e8ca9f3d942ef95 | refs/heads/master | 2021-01-23T17:42:59.682127 | 2018-06-18T20:17:48 | 2018-06-18T20:17:48 | 102,774,178 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 124 | cpp | #include "testsheader.hpp"
#include <iostream>
void a_test_case()
{
std::cout << "running a_test_case()\n";
}
| [
"rockpaperbanan@gmail.com"
] | rockpaperbanan@gmail.com |
9933ca4bebc2b028a1fb6f0dc36d564ddf520359 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /components/sync_device_info/local_device_info_util.h | 27f48d5ab8c64eae81fc38e5a3bcc8edc1736fb7 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 1,698 | h | // Copyright 2019 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 COMPONENTS_SYNC_DEVICE_INFO_LOCAL_DEVICE_INFO_UTIL_H_
#define COMPONENTS_SYNC_DEVICE_INFO_LOCAL_DEVICE_INFO_UTIL_H_
#include <string>
#include "... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f88c2eb271f2c51ee2c62fc46c3a8ac270e78cdb | 1e85a004b1c36bc19ab5bee787b98ab4a756fa2f | /code_in_class/字符串KMP-AC/I.cpp | 3c9846cc91df137c003a7d11550e4b51afe56f3f | [] | no_license | Hu-chi/code_for_acm | 7f260175e254821395908fdf203319432a9da99b | d0f48078d1dc7f047ef6a19278619deaaf62b787 | refs/heads/master | 2020-05-30T06:30:07.672818 | 2019-06-22T06:21:04 | 2019-06-22T06:21:04 | 189,581,837 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,450 | cpp | #include <cstdio>
#include <algorithm>
#include <iostream>
#include <cstring>
#include <vector>
using namespace std;
const int maxn = 1e5;
const int maxk = 131;
struct Node{
int nxt[maxk];
int fail, cnt, id;
void init(){
memset(nxt, -1, sizeof nxt);
fail = -1;
cnt = 0;
id = 0... | [
"779197837@qq.com"
] | 779197837@qq.com |
ceded1705c59ee2b45c32533dff9f68635c5256e | 671b7a5440473eb261ca95d0e79139299fe17d08 | /Space-Harriers-Clone/ModuleTime.cpp | 441e35a619ab15fdb44ead5dc3dd8f63168b55c2 | [
"MIT"
] | permissive | PereViader/Space-Harriers-Clone | 6e29422a173e71d0965816d505f0301d5cf8b5de | 25f73d79a94dfbe8c19f32141b34e7899c3d6253 | refs/heads/master | 2021-09-25T18:01:26.300264 | 2018-10-24T21:57:56 | 2018-10-24T21:57:56 | 108,997,440 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 514 | cpp | #include "ModuleTime.h"
#include "SDL/include/SDL.h"
ModuleTime::ModuleTime(bool enabled) : Module(enabled)
{}
ModuleTime::~ModuleTime()
{
}
bool ModuleTime::Init()
{
currentDeltaTime = 0;
previousTicks = 0;
return true;
}
update_status ModuleTime::PreUpdate()
{
Uint32 currentTicks = SDL_GetTicks();
currentD... | [
"pere.viader22@gmail.com"
] | pere.viader22@gmail.com |
60de363cb9c438decd42a43e64219809d829fa14 | 4fee3ae04f052cfb44536f9ee46139dfbdeaab58 | /src/test/coins_tests.cpp | f2e145d71d25c66321184189f9b52a4594e8efc6 | [
"MIT"
] | permissive | bulletcore/Bulletcore | 1dcb497f749c07df26a4eb18a3782f5696736eb3 | 5b3868a93dd3bdb3a0e6aaf8de5dc1b3661a3ba3 | refs/heads/master | 2021-04-15T17:43:17.517115 | 2018-03-25T11:00:21 | 2018-03-25T11:00:21 | 125,358,530 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,159 | cpp | // Copyright (c) 2014-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "coins.h"
#include "random.h"
#include "uint256.h"
#include "test/test_bullet.h"
#include "main.h"
#include "consens... | [
"37403272+bulletcore@users.noreply.github.com"
] | 37403272+bulletcore@users.noreply.github.com |
d03649f889a489f00550196d80969f91d251a1af | eb773126b9899c6aa26124e304f3ab92f6a1d183 | /Utils/Timer.hpp | 08c937c74d7d747caa3bdc9ac2a69e7b64dd53e2 | [] | no_license | JirkaVrbka/Tetris | 12f486c81f7d051024a8f779059a6c4ab4942b4e | 7e48b12b8c64681713d9a1a596b77a15ca87e05c | refs/heads/master | 2021-02-08T20:04:56.152762 | 2020-03-01T17:22:11 | 2020-03-01T17:22:11 | 244,191,799 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 454 | hpp | #ifndef TETRIS_TIMER_HPP
#define TETRIS_TIMER_HPP
#include <SDL_timer.h>
class Timer {
public:
void reset_timer() {
stored_time = SDL_GetTicks();
}
bool did_time_passed(unsigned int time_to_pass) {
return get_time_elapsed() > time_to_pass;
}
unsigned int get_time_elapsed() {
... | [
"vrbka.jirka@gmail.com"
] | vrbka.jirka@gmail.com |
0e5c3d7c9f22155a612f8467a9dc11358a788689 | f914a54dc56c68c7f5f54fd61732e86f35224f9d | /Sketches/sketch_feb17a/sketch_feb17a.ino | 66b60f9c9d54a9451f3c557df6ee6e5e19439866 | [] | no_license | nt314p/Arduino-Projects | 57edc355a256949d10d92416ea2a8f192155657b | 84d8d136f2583398786eb34236988b0137414d1a | refs/heads/main | 2023-03-11T15:24:04.085130 | 2023-02-20T22:57:35 | 2023-02-20T22:57:35 | 155,002,762 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 437 | ino | void setup() {
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
}
// the loop routine runs over and over again forever:
void loop() {
// read the input on analog pin 0:
int sensorValue = analogRead(A0);
// Convert the analog reading (which goes from 0 - 1023) to a voltage (0 - ... | [
"ntong@bayviewglen.ca"
] | ntong@bayviewglen.ca |
937cd1818767662b415c0ddb1d2a6f7ef86ee22b | 678b69602d6c8fa8a697894bc23363a889f66a3d | /src/rpcdump.cpp | 997471e44ea243181a661fbc7532dfc4606245bb | [
"MIT"
] | permissive | MintcoinCommunity/Mintcoin-Desktop-Wallet | 34eb1ed6b8e6063068bbb7c4a6a04e63fdefdc20 | d693d27337a0b52d77f80cd578f6f8b73002e4bc | refs/heads/master | 2022-03-08T19:00:10.930693 | 2022-02-09T13:25:06 | 2022-02-09T13:25:06 | 22,492,735 | 54 | 45 | MIT | 2021-04-14T20:10:35 | 2014-08-01T02:29:33 | C++ | UTF-8 | C++ | false | false | 3,106 | cpp | // Copyright (c) 2009-2012 Bitcoin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "init.h" // for pwalletMain
#include "bitcoinrpc.h"
#include "ui_interface.h"
#include "base58.h"
#include <boost/lexica... | [
"mintcoin96326@gmail.com"
] | mintcoin96326@gmail.com |
9852a73b5e878c8518beb0c2f24f3139502f8161 | bd8eda6121dc036844b404b63cafb0b3c926d3c2 | /compare right and left.cpp | f3c8126c7fcff6b4c254419a53269b78a4c7a538 | [] | no_license | Yinkular/HackerRank | 7b92427027ada196cfbbe63e8ca58340e7cfe29e | 15c3c534818725049cbd6836747d1e66e14cc431 | refs/heads/master | 2020-05-29T08:45:17.341262 | 2016-09-23T23:46:12 | 2016-09-23T23:46:12 | 69,068,018 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,485 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
int main() {
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
//no fo test cases
int test_cases;
cin >> test_cases;
//run loop for number of test case... | [
"olayinka.soyinka@gmail.com"
] | olayinka.soyinka@gmail.com |
71a36a298fd9abadb59b466c87c447132afe3fb4 | d43c1bfe19af7b1268ffb797a328da29f3bd6131 | /sensor_4LED/sensor_4LED.ino | 3a391581f184eb75a4dec2fcea16e9a123a77a75 | [] | no_license | JORGUITO/ARDUINO_UNO | 289a5a5bf9231c854e97c73163989e07242ab7a3 | 9885e0ae8a1d4246897648e9873c5b7c365aab31 | refs/heads/master | 2021-01-25T05:35:31.346713 | 2014-02-07T17:17:08 | 2014-02-07T17:17:08 | 16,438,748 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,502 | ino | int luz; //DECLARACIÓN DE VARIABLES
int led;
int i=0;
void setup()
{
Serial.begin(9600); //VELOCIDAD DE COMUNICACIÓN CON EL PC
pinMode(3,OUTPUT); //DECLARAMOS 4 SALIDAS CON PWM COMO DE SALIDA
pinMode(5,OUTPUT);
pinMode(6,OUTPUT);
pinMode(9,OUTPUT);
digitalWrite(3,HIGH); ... | [
"jmg_ma@hotmail.com"
] | jmg_ma@hotmail.com |
e399d6c7021384d4adaf5ab7525446433bbc9017 | 710ac923ad7aaaf3c59882a057a2ebbe159ef135 | /Ogre-1.9a/Components/RTShaderSystem/include/OgreShaderProgramManager.h | 6b1c725c8049d8de4e7b05be424b9c5e28a8b306 | [] | no_license | lennonchan/OgreKit | 3e8ec4b0f21653cb668d5cd7d58acc8d45de6a96 | ac5ca9b9731ce5f8eb145e7a8414e781f34057ab | refs/heads/master | 2021-01-01T06:04:40.107584 | 2013-04-19T05:02:42 | 2013-04-19T05:02:42 | 9,538,177 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 8,747 | h | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org
Copyright (c) 2000-2012 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person obtain... | [
"qinlong.mkl@gmail.com"
] | qinlong.mkl@gmail.com |
16a334060249a79d0033195adbf6413fc2ba8335 | ab9d5e6d7187390f64bdab563d31d25ddcb38547 | /Source/TestingGrounds/ActorPool.cpp | e9147b99e23ff22d9540a2947d240d3a73d81d25 | [] | no_license | jh318/TestingGrounds | a8291d2649078050ab9c93138785b2fee09a051a | 5e8c0e8cf0c3af9069a1a1809001bda32388bd76 | refs/heads/master | 2020-03-27T16:30:19.146985 | 2018-09-18T02:18:46 | 2018-09-18T02:18:46 | 146,787,654 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 666 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "ActorPool.h"
// Sets default values for this component's properties
UActorPool::UActorPool()
{
// Set this component to be initialized when the game starts, and to be ticked every frame. You can turn these features
// off to ... | [
"jhawley318@gmail.com"
] | jhawley318@gmail.com |
edaf21db0c02f768f2e70d8c49e3f437155f6615 | 3ba1c246e6c82053b84a4c050280d7314e6c7a1a | /review/webrev-all/webrev/raw_files/new/src/hotspot/share/memory/metaspace/msMetachunkList.hpp | 52e7681d3cf8cd633a9549f7b11273cc43b80ce0 | [] | no_license | tstuefe/jep387 | a0686b735bf7bb2387551b5611a6769059a4b842 | 996625e564b25913df7b15fa016c8be4f896fd9f | refs/heads/master | 2023-04-03T13:37:13.321249 | 2021-03-24T05:49:10 | 2021-04-12T13:44:55 | 173,600,264 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,991 | hpp | /*
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2020 SAP SE. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License... | [
"thomas.stuefe@gmail.com"
] | thomas.stuefe@gmail.com |
f4cbfbff5a88771346cd82045a44d7910b3af624 | c39e19e8fada4df5bf8999f93a470fc5db0b8ea7 | /tensorflow/core/kernels/collective_ops.cc | b262dc58dcac4a776902f47933e2cd171c5c29b9 | [
"Apache-2.0"
] | permissive | ivomarb/tensorflow | 6bb05bc6dbaa8e59b43d00a8216bb0b8cb766080 | df2fbb89588065fca2c6e5fcfba7d8c2b4378591 | refs/heads/master | 2020-06-26T05:03:06.321649 | 2019-07-29T20:30:03 | 2019-07-29T21:40:30 | 199,530,704 | 1 | 0 | Apache-2.0 | 2019-07-29T21:45:39 | 2019-07-29T21:45:38 | null | UTF-8 | C++ | false | false | 16,725 | cc | /* Copyright 2018 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 law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
7f0efea0ac44851378a43567f99e3ec26348017f | edeb76fa1138cf52dba1aecbea0c31eb8ff88171 | /cse240a/project/cse240a-proj1/pin-2.5-23100-gcc.3.4.6-ia32_intel64-linux/source/tools/SignalTests/spilltool.cpp | 6c1af3f4085571e48c7cf51c6718918f49fbb64c | [
"Intel",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | dcashman/Coursework | f6a11cf644b2137e2db30ed26d337ff34b41e080 | 5f2fec814a6cf002244dbfda26ab9955e0dab2e2 | refs/heads/master | 2021-01-10T20:50:20.008561 | 2014-01-10T06:03:33 | 2014-01-10T06:03:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,082 | cpp | /*BEGIN_LEGAL
Intel Open Source License
Copyright (c) 2002-2008 Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyright notic... | [
"dan.a.cashman@gmail.com"
] | dan.a.cashman@gmail.com |
a59ad4116868c9101a09fd254b7246e87a93b712 | d084c38697d64f432288282c397d80630a0795c9 | /src/ESBServer/src/Model/MetaModel/Class.h | 3d2f6945c05652ff6cfba83fb53eb1c0ce7fc8b9 | [
"MIT"
] | permissive | 124327288/BeSweet | 6e0d9dd863b8e5a0927eb693c4d1ec80c7e3f880 | fc58c24a32a96cc4026fdf2ff97c1a99b89ba86f | refs/heads/master | 2021-06-13T02:49:41.213640 | 2017-04-20T20:03:29 | 2017-04-20T20:03:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,441 | h | /**
/* Copyright (c) 2003by Marco Welti
/*
/* This document is bound by the QT Public License
/* (http://www.trolltech.com/licenses/qpl.html).
/* See License.txt for more information.
/*
/*
/*
/* ALL RIGHTS RESERVED.
/*
/* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
/* OR IMPLI... | [
"david.koch@9online.fr"
] | david.koch@9online.fr |
473a16b60d89f60c182bab2b11e4f1cef1fb497b | 69452adcf66e6da0adef609b055419f9538a6e5f | /morris-travel.cpp | cde7530ac78162a8d17c4158a1bab6e50d1acc93 | [] | no_license | Sbbq/morris-travel | 085f2eb802f97d0c851608bcae4cb4dfb260762a | f842349bb8d56ff3e6ff6f45abd5106b43fd6b79 | refs/heads/master | 2021-01-01T03:44:37.650087 | 2016-05-16T13:18:25 | 2016-05-16T13:18:25 | 58,932,989 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 983 | cpp | void bst_morris_inorder(struct bst_node *root)
{
struct bst_node *p = root, *tmp;
while (p) {
//负责输出,取下一个
if (p->left == NULL) {
printf("%d ", p->key);
p = p->right;
}
//做两件事,1.画当前节点的前驱节点链接,2将链接清除
else {
tmp = p->left; ... | [
"yxzzkx@163.com"
] | yxzzkx@163.com |
34432acf76a935dfec6c2ed97286abe3c440dcbb | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /chrome/browser/ui/views/autofill/autofill_popup_view_native_views.cc | 6a750f145d158bf5a28fddebc34385982e663241 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 20,047 | 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/ui/views/autofill/autofill_popup_view_native_views.h"
#include <algorithm>
#include "base/strings/utf_string_conversions.h"
#in... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
ca75ad862313389e18fa3b9d524b55dbb5488c7f | 45a01a6d1641635027c5ee739ee44be349e8fc52 | /lab3_4b/PrimeNumbersSet/PrimeNumbersSet.cpp | d781794f7918df8b6358148e242af6731cddcea2 | [] | no_license | Kohiba/IPS_oop_Labs | 7925f047269ed8652fa0841e9489d4ac685eb45f | a9b9f790ba187384bf35db3f6e151bfb62f47ab1 | refs/heads/master | 2016-09-05T23:35:33.666293 | 2015-02-19T17:19:31 | 2015-02-19T17:19:31 | 25,410,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | cpp | // PrimeNumbersSet.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "FunctionPrimeNumbersSet.h"
#include "iostream"
#include "iterator"
#include "set"
using namespace std;
int StringToInt(const char * str, bool & err)
{
char * pLastChar = NULL;
int param = strtol(str, &pLa... | [
"skiff-tiv@yandex.ru"
] | skiff-tiv@yandex.ru |
5193d76dfd21cc16a00c5cbd6ac76c646c3be0bd | 9ecc06b6bcd7000a2190eee212a1b09f1a279866 | /cheats/visuals/bullet_tracers.h | f7ffef7a0ad12d7828232b101a26a2b1e96954ec | [] | no_license | imcarter5/subliminal.pub | 43a890fc11558b363bb3bc7643e5ef15e109a111 | 9cd4acbabd25b7ebe69c36f298375b66dabee413 | refs/heads/master | 2023-06-01T19:51:14.251287 | 2021-06-21T11:07:54 | 2021-06-21T11:07:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 566 | h | #pragma once
#include "..\..\includes.hpp"
#include "..\..\sdk\structs.hpp"
class bullettracers : public singleton< bullettracers > {
private:
class trace_info {
public:
trace_info( Vector starts, Vector positions, float times, Color color ) {
this->start = starts;
this->position = positions;
this->time ... | [
"somageller06@gmail.com"
] | somageller06@gmail.com |
822459571f3e283e44eb8d7a4aa940d5301a7ee6 | 4503b4ec29e9a30d26c433bac376f2bddaefd9e5 | /PCL 1.7.2_vs2013/x86/3rdParty/VTK/include/vtk-6.2/vtkImageData.h | 91585d71a4487d0c98a14b88e37687cd7a5d073a | [] | no_license | SwunZH/ecocommlibs | 0a872e0bbecbb843a0584fb787cf0c5e8a2a270b | 4cff09ff1e479f5f519f207262a61ee85f543b3a | refs/heads/master | 2021-01-25T12:02:39.067444 | 2018-02-23T07:04:43 | 2018-02-23T07:04:43 | 123,447,012 | 1 | 0 | null | 2018-03-01T14:37:53 | 2018-03-01T14:37:53 | null | UTF-8 | C++ | false | false | 18,953 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkImageData.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This softw... | [
"hnk0313@3e9e098e-e079-49b3-9d2b-ee27db7392fb"
] | hnk0313@3e9e098e-e079-49b3-9d2b-ee27db7392fb |
5e245451600d692cde9541eca134c312fbf2f134 | 16ecae6b4d2cfc4605b68874faaea7c91e412f1b | /runtime/gmm_helper/resource_info_impl.cpp | f689d6f69e4fcc1288677e1d90dfe220d68cada4 | [
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | maxwell-zhengxu/compute-runtime | 70ffa07ed6e1fc30626aa77e6434642f7f73e723 | 74bc0afb035420aee4669611f34e18e56a6a29ca | refs/heads/master | 2020-03-22T04:59:29.844367 | 2018-07-02T09:28:20 | 2018-07-02T14:11:12 | 139,534,594 | 1 | 0 | MIT | 2018-07-03T05:50:47 | 2018-07-03T05:50:47 | null | UTF-8 | C++ | false | false | 1,917 | cpp | /*
* Copyright (c) 2018, 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 limitation
* the rights to use, copy, modify, merge, publis... | [
"ocldev@intel.com"
] | ocldev@intel.com |
063801b8d753060cbe4c4d631e7271a0614843db | cd8aaba3b851977bfea8941e521ab1c22bbc4a6f | /clock/buzzer.ino | 0ac36b8dee2a0e06db9fc03d3ed7b94be18df368 | [
"MIT"
] | permissive | bitlinker/LedMatrixClock | aae28371d740ffe6ecd0526f5de5e2958536726d | 72c5f25ad379c8881abb6ddb81738559967c2ff0 | refs/heads/master | 2021-01-09T06:35:06.059751 | 2017-02-09T12:03:32 | 2017-02-09T12:03:32 | 81,003,195 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,836 | ino | //#define NOTE_B0 31
//#define NOTE_C1 33
//#define NOTE_CS1 35
//#define NOTE_D1 37
//#define NOTE_DS1 39
//#define NOTE_E1 41
//#define NOTE_F1 44
//#define NOTE_FS1 46
//#define NOTE_G1 49
//#define NOTE_GS1 52
//#define NOTE_A1 55
//#define NOTE_AS1 58
//#define NOTE_B1 62
//#define NOTE_C2 65
//#define NO... | [
"bitlinker@gmail.com"
] | bitlinker@gmail.com |
904f48b40e4e89e8ab843c168c60f324ef8c87ba | 4930e3d42790a674bebe62762e6f4ce1c34f8cca | /gpucast_volume/include/gpucast/volume/isosurface/octree/draw_traversal.hpp | 0504d8c89f3ac63c9d5d5666578c94336f451941 | [
"MIT",
"BSD-3-Clause"
] | permissive | scholli/gpucast | b776c042641501c031b27bf5334eef4a32d81734 | 165ae5d29a9483189af2c5ceace3dd111c446444 | refs/heads/master | 2020-04-05T18:57:44.398649 | 2018-03-12T09:14:18 | 2018-03-12T09:14:18 | 15,339,846 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,030 | hpp | /********************************************************************************
*
* Copyright (C) 2007-2011 Bauhaus-Universitaet Weimar
*
*********************************************************************************
*
* module : draw_traversal.hpp
* project : gpucast
* description:
*
*********... | [
"mail@ansm.de"
] | mail@ansm.de |
6440c4e92335cc2653bd1db939af7f43c50d52ac | 6c45e044af0f6ef907d9a1ed872e5d1b3abcdfd3 | /GL001/ModelRender.cpp | e95286d64ea322e0a70653c2e97e81b25e7469b8 | [] | no_license | shawnstudio/OpenGL | fa68be0b5e337904dd34386fe2537e3caee76e99 | 65dcec58c2d1e917945ab087dda2d531c5286812 | refs/heads/master | 2020-09-01T13:49:58.825210 | 2019-12-23T01:58:24 | 2019-12-23T01:58:24 | 218,971,860 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25 | cpp | #include "ModelRender.h"
| [
"vwolf1993@hotmail.com"
] | vwolf1993@hotmail.com |
2ca4063b70671defaa9dabe59e224d6637f377fe | 5ee245f619ab0a8eda1bf7033340879c619808c4 | /ALL/Model.cpp | 543171a174fe8fa7e9a9804f7fa55f96c6ab1f86 | [] | no_license | Tekh-ops/opengl-3d-engine | a55a9debd556cb469cf13b57d5dd342a9d48e4a0 | 9d3d3125630300c12da9dc3b5ec6500b473e715f | refs/heads/master | 2021-12-06T06:02:55.241551 | 2015-10-04T20:42:39 | 2015-10-04T20:42:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,614 | cpp | #include "Model.h"
#include "ModelLoader.h"
/*
Constructors and Destructors
*/
Model::Model(GLuint vaoID, GLuint verticesVboID, GLuint uvVboID, GLuint normalsVboID, GLuint colorsVboID, int vertexCount, float scaleX, float scaleY, float scaleZ,
glm::vec3 position) {
this->vaoID = vaoID;
this->verticesVboID = verti... | [
"markhillman94@googlemail.com"
] | markhillman94@googlemail.com |
52202716021811f25f9331224a36a4ccec5a6a13 | 659a4b37f9780aba530ad8245756e61dba8039e7 | /gtsdb/websocket/websocket_session.h | 5ab2f730939df5701d1d458847a31dcd1a1dd466 | [] | no_license | blockspacer/eurostar | 6850d0584ede4107b43a42e09cc8a2d8d01e3a8c | 08675c2e677ab95ef6abebc6b9246b3bcc5e49a2 | refs/heads/master | 2020-09-25T16:38:37.387625 | 2019-11-07T01:48:31 | 2019-11-07T01:48:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,615 | h | #pragma once
#include <boost/beast/core.hpp>
#include <boost/beast/websocket.hpp>
#include <boost/asio/coroutine.hpp>
#include <boost/asio/strand.hpp>
#include <boost/optional.hpp>
#include <boost/smart_ptr.hpp>
#include <algorithm>
#include <cstdlib>
#include <functional>
#include <iostream>
#include <memory>
#includ... | [
"lordkeios@lilysnc.com"
] | lordkeios@lilysnc.com |
06aa6e0032b6cda24a45382523aa08c0921a8bbe | 58a0ba5ee99ec7a0bba36748ba96a557eb798023 | /CodeForces/Complete/700-799/768B-CodeFor1.cpp | 39b0d4665064a0f58b872e426e4baab765bfe9f0 | [
"MIT"
] | permissive | adityanjr/code-DS-ALGO | 5bdd503fb5f70d459c8e9b8e58690f9da159dd53 | 1c104c33d2f56fe671d586b702528a559925f875 | refs/heads/master | 2022-10-22T21:22:09.640237 | 2022-10-18T15:38:46 | 2022-10-18T15:38:46 | 217,567,198 | 40 | 54 | MIT | 2022-10-18T15:38:47 | 2019-10-25T15:50:28 | C++ | UTF-8 | C++ | false | false | 503 | cpp | #include<cstdio>
typedef long long ll;
ll count(ll n, ll x, ll y, ll lower, ll upper){
if((y < lower) || (x > upper) || (n == 0)){return 0;}
if(n == 1){return 1;}
ll mid = (lower + upper) / 2;
return count(n / 2, x , y , lower, mid - 1) + count(n % 2, x , y , mid , mid) + count(n / 2, x, y, mid + 1, up... | [
"samant04aditya@gmail.com"
] | samant04aditya@gmail.com |
14fc0ba55971a0320cad4f67092a422ede5f159d | 452be58b4c62e6522724740cac332ed0fe446bb8 | /src/cobalt/dom/parser.h | eaf17ae4cddaee0c05d81be7c3ba15dfbc992de5 | [
"Apache-2.0"
] | permissive | blockspacer/cobalt-clone-cab7770533804d582eaa66c713a1582f361182d3 | b6e802f4182adbf6a7451a5d48dc4e158b395107 | 0b72f93b07285f3af3c8452ae2ceaf5860ca7c72 | refs/heads/master | 2020-08-18T11:32:21.458963 | 2019-10-17T13:09:35 | 2019-10-17T13:09:35 | 215,783,613 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,697 | h | // Copyright 2015 The Cobalt 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 ap... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
be236cf4f7d855da99a143d9ae9fd788ba886933 | 101dc4de81150267ce2730c3e7cafc040230cdd9 | /pointer.cpp | df7352cdf5cac26d8b61a3b8896d8f950cd5a049 | [] | no_license | espSiyam/test | 4581c119bebe38cef2fe83d6c3476584e668babb | 3bb8547c5920c3c38fff63e23e8999329588fca3 | refs/heads/main | 2023-05-23T18:20:27.588782 | 2021-06-26T16:30:52 | 2021-06-26T16:30:52 | 372,717,564 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 305 | cpp | #include<iostream>
using namespace std;
int main()
{
string food = "Pizza";
string* ptr = &food;
cout <<food<<endl;
cout <<"Memory address: "<<&food<<endl;
cout <<"Address by pointer: " <<ptr;
cout << "------------------------------"<<endl;
cout << "Let's check the changes"
}
| [
"42336409+espSiyam@users.noreply.github.com"
] | 42336409+espSiyam@users.noreply.github.com |
091cd4241c7089e52cc2ee6987bb37faa1519f63 | 12b81849a80a142a1f8eefbe073cfe57496f14d2 | /arduinoIDE/I2CScanner/I2CScanner.ino | 952d2d457f1055ab50ddb3c5bb9aadbc2c12600d | [] | no_license | LizChai/Stress_Detection_FYP | ea2776df25cf1ae8e8054e6ed822cb90568ed59f | 5bc9ad4279c2611de7fcd0e036c6737b03a9f5b3 | refs/heads/main | 2023-09-01T09:20:52.428164 | 2021-10-26T00:45:03 | 2021-10-26T00:45:03 | 342,101,473 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 933 | ino | #include <Wire.h>
//#define I2C_SDA 23
//#define I2C_SCL 22
void setup() {
//Wire.begin(I2C_SDA, I2C_SCL);
Wire.begin();
Serial.begin(115200);
Serial.println("\nI2C Scanner");
}
void loop() {
byte error, address;
int nDevices;
Serial.println("Scanning...");
nDevices = 0;
for(address = 1; address <... | [
"echa0018@student.monash.edu"
] | echa0018@student.monash.edu |
449790c4c6de161516dc3a493190bc8c7a03e3b5 | 6f3313b4ba45a180466248125f1ab1f0532a3bcf | /gdal/ogr/ogrsf_frmts/arcobjects/aoutils.cpp | 31f922c63adc36b9b5ddd443f3c076f086041cd5 | [
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"SunPro",
"LicenseRef-scancode-info-zip-2005-02",
"BSD-3-Clause"
] | permissive | zflamig/gdal | 6390f22e37a123175e7bb3c9cf41c815d8dc845e | b33bba07332e132ec07a1a6899d4f3219c9ae238 | refs/heads/trunk | 2020-05-29T09:19:39.403787 | 2018-03-15T08:06:45 | 2018-03-15T08:06:45 | 70,201,068 | 2 | 1 | null | 2018-03-15T08:06:46 | 2016-10-06T23:31:28 | C++ | UTF-8 | C++ | false | false | 13,821 | cpp | /******************************************************************************
*
* Project: OpenGIS Simple Features Reference Implementation
* Purpose: Different utility functions used in ArcObjects OGR driver.
* Author: Ragi Yaser Burhum, ragi@burhum.com
*
***************************************************... | [
"schwehr@gmail.com"
] | schwehr@gmail.com |
1241cdd8c824739ec04e3ce6a8b3c6c80d4b0efb | 0d30aff4fc1a8675e325ca19285b63316d35b91e | /ArduinoScratch/GeoLocation/GeoLocation.ino | 950726febbfe46295ea3bffd21518c0eeee75289 | [
"MIT"
] | permissive | sebleedelisle/st4i-workshop | 84afd26c6319352e621b66a378b61025f9e81ef8 | 239e4aec9bc238b7c69e66767be8781655456d33 | refs/heads/master | 2021-01-01T19:51:46.380186 | 2015-06-15T08:10:10 | 2015-06-15T08:10:10 | 27,706,095 | 6 | 4 | null | 2015-06-16T09:47:15 | 2014-12-08T08:54:12 | C | UTF-8 | C++ | false | false | 10,871 | ino | /***************************************************
This is an example for the Adafruit CC3000 Wifi Breakout & Shield
Designed specifically to work with the Adafruit WiFi products:
----> https://www.adafruit.com/products/1469
Adafruit invests time and resources providing this open source code,
please suppo... | [
"sebleedelisle@gmail.com"
] | sebleedelisle@gmail.com |
8a16627dd6de112d3a3f2d872c26546e93d6ef3a | 105af4eaec3f935c85c346fe2243897d5816118c | /Project1/Project1/hook.cpp | 23992b9c2c943c4630c6d3d3ece2676cb87a9a94 | [] | no_license | nlsysis/d3d9Learing | e9caafa899a402ee27faa3778fb54a3fe14fa3d8 | 923f10cf506a5585764934885c98c34f915a32fc | refs/heads/master | 2022-04-09T15:31:18.274292 | 2020-04-04T12:32:10 | 2020-04-04T12:32:10 | 227,982,639 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,136 | cpp | #include "hook.h"
//
//Hook::Hook()
//{
//}
//Hook::~Hook()
//{
//}
//void Hook::InitHook(Vertex2d center, float radius, int pointCount)
//{
// Vertex2d *m_Circle;
// Vertex2d *m_Circle2;
// m_center = center.position;
// m_radius = radius;
// m_pointCount = pointCount;
// m_Circle = new Vertex2d[m_pointCount/2];
// //... | [
"nlsysis@126.com"
] | nlsysis@126.com |
f9d66228b45103c5fafce30b7ce406ed9245069e | b397b058573489bd05b0e2cdcbdfc40d5155a550 | /printer.hpp | 0d43eb0c36d7f869133e61fec59349f78cfee35e | [
"MIT"
] | permissive | ElesiqArt/websocket | 0b821d65fbf0a979d8abbdf87061f1ae2f8da4be | ca9d0dec90f0edd243ba0aed34aa3f4accc0970f | refs/heads/master | 2020-04-18T11:32:07.496394 | 2019-03-29T09:17:34 | 2019-03-29T09:17:34 | 167,503,110 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 813 | hpp | #ifndef WEBSOCKET_PRINTER_HPP
#define WEBSOCKET_PRINTER_HPP
#include <ostream>
#include <websocket/frame.hpp>
namespace websocket
{
std::ostream & print_control(std::ostream & os, uint8_t value);
std::ostream & print_info(std::ostream & os, uint8_t value);
std::ostream & print_size(std::ostream & os, uint64_t ... | [
"gregoire.scano@malloc.fr"
] | gregoire.scano@malloc.fr |
b1e9d2efd192572f9e79d8aca9ff87951f5f3f91 | 0c006a603df3a7b258c5da89f7b9c794932ff31a | /soalnomor3.cpp | 03649d3171f77e7fa1ac74a4e04cb1ea1ccdcf84 | [] | no_license | mramadhanifebriadi/tpraktikum03 | b5fee28dd104460581f7bbd2a5d5e016d1d61093 | 862cd2fa5d7d4cef9fb299a66327d27e0e7da115 | refs/heads/master | 2021-05-07T15:16:32.088333 | 2017-11-08T04:33:12 | 2017-11-08T04:33:12 | 109,927,945 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 610 | cpp | #include <iostream>
using namespace std;
int main(){
int jk;
int gp;
int lembur;
int jamlembur;
int jamkerjatotal;
int gatot;
int gaber;
cout<<"masukan jam kerja anda:"; cin >> jk;
cout<<"masukan gajih anda perjam:"; cin >> gp;
lembur=jk-40;
jamlembur=lembur*1.5;
jamkerjatotal=40+jamlembur;
gatot=jamkerja... | [
"32356499+mramadhanifebriadi@users.noreply.github.com"
] | 32356499+mramadhanifebriadi@users.noreply.github.com |
a3f370ffaeed2c09ec759a1cbbb06aff2747ee23 | ff7352ce3d77498fbc8dbebcb03149ee9753d30d | /psbfile/src/pcc/psb_cc.cpp | 8aa8d93db71658f1368ff7e20b9ac8325af39258 | [
"MIT"
] | permissive | number201724/GalGameTools | c519f76dc6282b94c0f1e18ffc1c6fa6f79972ee | 2619af12c8b391fa7b7d288d76f82deb6f1e8014 | refs/heads/master | 2022-07-07T23:03:17.788827 | 2017-07-04T16:38:13 | 2017-07-04T16:38:13 | 67,941,925 | 38 | 12 | null | null | null | null | UTF-8 | C++ | false | false | 2,847 | cpp | #include "def.h"
#include "psb_cc.h"
#include "psb_cc_null.h"
#include "psb_cc_array.h"
#include "psb_cc_integer.h"
#include "psb_cc_string.h"
#include "psb_cc_decimal.h"
#include "psb_cc_resource.h"
#include "psb_cc_collection.h"
#include "psb_cc_object.h"
#include "psb_cc_boolean.h"
#include <algorithm>
psb_cc::psb... | [
"number201724@me.com"
] | number201724@me.com |
a1a9d7c3d126204b6736cbaf240a7b11b56d7b51 | 8947812c9c0be1f0bb6c30d1bb225d4d6aafb488 | /01_Develop/libXMIrrlicht/Source/scene/loaders/CColladaFileLoader.h | 28d6a8f8cb251ea7d1c4a7d4f83fbef49d6b7d0c | [
"MIT"
] | permissive | alissastanderwick/OpenKODE-Framework | cbb298974e7464d736a21b760c22721281b9c7ec | d4382d781da7f488a0e7667362a89e8e389468dd | refs/heads/master | 2021-10-25T01:33:37.821493 | 2016-07-12T01:29:35 | 2016-07-12T01:29:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,884 | h | // Copyright (C) 2002-2011 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifndef __C_COLLADA_MESH_FILE_LOADER_H_INCLUDED__
#define __C_COLLADA_MESH_FILE_LOADER_H_INCLUDED__
#include "IMeshLoader.h"
#include "IFileSystem.h... | [
"mcodegeeks@gmail.com"
] | mcodegeeks@gmail.com |
a28c2e117bd528283d1badcf76518ee646256862 | cb80a8562d90eb969272a7ff2cf52c1fa7aeb084 | /inletTest10/0.02/phi | 0b900b3289a6a8472d619d6151723a4ed978cca7 | [] | no_license | mahoep/inletCFD | eb516145fad17408f018f51e32aa0604871eaa95 | 0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2 | refs/heads/main | 2023-08-30T22:07:41.314690 | 2021-10-14T19:23:51 | 2021-10-14T19:23:51 | 314,657,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 266,579 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
... | [
"mhoeper3234@gmail.com"
] | mhoeper3234@gmail.com | |
5cd1ede383e8f10a10ab0d9d8200af15f1f39f0d | e5f77ab381f5a6b2e655eaaefe05a3cf6d0a96e8 | /11838.cpp | cd29c7d5859a3ac9ab89f7d7997aed94b3ddbf0b | [] | no_license | pspencil/NWERC-Prep | ae699dca70c74fcca73d9b1482b885745c390190 | 5a9f141397018241da7dd33e04f1ef0129f77250 | refs/heads/master | 2021-06-11T13:02:43.133207 | 2016-11-18T10:47:23 | 2016-11-18T10:47:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,420 | cpp | //https://uva.onlinejudge.org/external/118/11838.pdf
#include <cstdio>
#include <vector>
#include <algorithm>
#include <map>
#include <string>
#include <iostream>
#include <cstring>
using namespace std;
#define debug(A,B) {for(int index=0;index<B;index++)printf("%d ",A[index]);printf("\n");}
vector<int> adj[100001];
... | [
"pan.song@dhs.sg"
] | pan.song@dhs.sg |
26b9eb7fcef1f3566244eaa6a9a1764cc7ea17ac | 37c52162994d595cd0592dc2a5b73b91d61d6313 | /include/Awl/boost/mpl/find.hpp | 1185b057b69f28e8c40154665f266a2ed63d2bb7 | [
"Zlib",
"BSL-1.0"
] | permissive | Yalir/Awl | 47db2b5976ab9f584044287ac1ef36860a3e944e | 92ef5996d8933bf92ceb37357d8cd2b169cb788e | refs/heads/master | 2020-04-05T04:27:16.143511 | 2013-04-12T11:36:51 | 2013-04-12T11:36:51 | 2,344,212 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 960 | hpp |
#ifndef BOOST_MPL_FIND_HPP_INCLUDED
#define BOOST_MPL_FIND_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2002
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/mpl for d... | [
"soltic.lucas@gmail.com"
] | soltic.lucas@gmail.com |
bc6f5b3c2e4ca1c7e068f0322ba8dbc45c4ff437 | 77b9dcb5e5e1c080d8fb894c97113668fb6516f1 | /Compilador/Source.cpp | 331da0dbddf7363768a77ba0174a7d34a88bfe03 | [
"MIT"
] | permissive | MartinX122/CompiladorC- | 3f1f925a494e1cd779cdc8379b3147a79bd60ce8 | 89873915b7b235a81a65fea3523aad2e65045016 | refs/heads/master | 2022-04-24T04:38:20.177235 | 2020-04-28T23:34:27 | 2020-04-28T23:34:27 | 189,281,356 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 379 | cpp | /*
PROYECTO FINAL
COMPILADORES
*/
#include "PantallaPrincipal.h"
[System::STAThreadAttribute]
void Main(array<System::String^>^ args)
{
System::Windows::Forms::Application::EnableVisualStyles();
System::Windows::Forms::Application::SetCompatibleTextRenderingDefault(false);
Compilador::PantallaPrincipal Dialog... | [
"hector.ruiz@grupolg.mx"
] | hector.ruiz@grupolg.mx |
e71152d789b6c41b4d977a808af374654ec60846 | da9ef2b5e869e36bb9c31403682621c95be1e9c8 | /lab/Lab032918/Savitch_9thEd_Chap4_Prob7_WeightLbs/main.cpp | 2e9951bdba375ddb679b00f8b502b48c05e658a2 | [] | no_license | ja2712164/Pass_Suff | 9678e1dc263b80f033cb0c9e5c3408a2c591dc6f | ca8807e5c708207c153251c3120487727341264a | refs/heads/master | 2021-09-14T08:55:29.083330 | 2018-05-10T19:48:36 | 2018-05-10T19:48:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,249 | cpp | /*
* File: main.cpp
* Author: Jonathan Acosta
* Created on March 29, 2018, 12:05 AM
* Purpose: MY attraction to the earth
*/
//system Libraries
#include <iostream> //I/O Library-> cout, endl
#include <iomanip>
using namespace std; //namespace I/O stream library created
//User Libraries
//Global Constants
//M... | [
"Gazelemacosta@gmail.com"
] | Gazelemacosta@gmail.com |
11eb5da6373258c08d32980deb277ffa01d38a2e | 39e3f0690f47e2fdb7180eaced55035ea1a71ef2 | /rfid.cpp | 713a4f32862a681f489dc05ce41ca0820af5cabf | [] | no_license | BenjaminSN/projetSN | 0e73380b4f266be3e5e5bfc96efb0ee90a8d0649 | c40eef28005027c3cfe1fd6834a753825030efdc | refs/heads/master | 2020-03-28T05:32:47.314675 | 2018-10-01T08:40:09 | 2018-10-01T08:40:09 | 147,783,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20 | cpp |
#include "keypad.h" | [
"btss17bcherp@eleve-irup.com"
] | btss17bcherp@eleve-irup.com |
045f1274843863a96c15b70948ec143e2d785f50 | 7c9731476b6cb7daaf1d23a9308e3d270e5d403b | /command.cpp | c1b6686ac869a3d872f1d9dd2cd2ac0c7a80f054 | [] | no_license | danilchenko-andrey/smart-photo-box | 34c462a183daebadd1fc9f957150aa59bb30e058 | e6c8027dd9ad19b584d848af62881663f78df626 | refs/heads/master | 2020-03-29T10:16:25.007393 | 2012-11-18T20:02:41 | 2012-11-18T20:02:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 246 | cpp | #include <command.h>
#include <stdexcept>
using std::runtime_error;
smartPhotoBox::CameraHolder::CameraHolder()
{
gphotoContext = gp_context_new();
if (!photoContext) {
throw new runtime_error("Failed to initialize gphoto2 context");
}
} | [
"danilchenko.andrey@gmail.com"
] | danilchenko.andrey@gmail.com |
5566fc972f3d740e042d7bd816696b5b734904e7 | 35d2dfe3dc3915c0888629a801d647d54273cffe | /Word Search II.cpp | 39bc34460c07825a586b9eb9791ac12275a88701 | [] | no_license | JalanshMunshi/LeetCodeSubmissions | 0fe7db831aaa2f720d412787d45ec1b3de23be73 | 733409ca80d9a9969e9ad0697a3b85bc6c5c216f | refs/heads/master | 2022-12-26T09:48:53.970590 | 2020-10-01T09:36:16 | 2020-10-01T09:36:16 | 262,956,757 | 0 | 0 | null | 2020-10-01T09:36:18 | 2020-05-11T06:24:21 | C++ | UTF-8 | C++ | false | false | 1,897 | cpp | class Solution {
private:
struct TrieNode {
unordered_map<char, TrieNode*> children;
string word;
bool isWord;
TrieNode(): isWord(false) {}
};
TrieNode* buildTrie(vector<string> words)
{
TrieNode *root = new TrieNode();
for(string s : words)
... | [
"jalansh.munshi1366@gmail.com"
] | jalansh.munshi1366@gmail.com |
7fbb45850f3ee6138151898f77d9e1252cf1d41a | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/new_hunk_1522.cpp | fb3021386ebc8fc13dd78addeaeb9a09d2b2c9f9 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 281 | cpp | if (signed_add_overflows(consumed_bytes, bytes))
die("pack too large for current definition of off_t");
consumed_bytes += bytes;
if (max_input_size && consumed_bytes > max_input_size)
die(_("pack exceeds maximum allowed size"));
}
static void *get_data(unsigned long size)
| [
"993273596@qq.com"
] | 993273596@qq.com |
d46664d9a076caa98b523642efcb9625514729c2 | 121fbaaddc9999c0c56deb3f0c9ec32a155c8466 | /extern/glow/src/glow/objects/Program.Uniforms.cc | 79f7b948c41143921ba52bdd8670a33a37a3c334 | [
"MIT"
] | permissive | huzjkevin/portal_maze_zgl | 6fc9128793eac545473fe15c51f2e15199740b0d | efb32b1c3430f20638c1401095999ecb4d0af5aa | refs/heads/master | 2023-06-15T02:56:56.066983 | 2021-07-08T15:02:30 | 2021-07-08T15:02:30 | 384,133,404 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,832 | cc | #include "Program.hh"
#include "AtomicCounterBuffer.hh"
#include "Sampler.hh"
#include "ShaderStorageBuffer.hh"
#include "Texture.hh"
#include "UniformBuffer.hh"
#include <glow/glow.hh>
#include <glow/limits.hh>
#include <glow/util/UniformState.hh>
#include <glow/common/runtime_assert.hh>
using namespace glow;
voi... | [
"zhengjiang.hu@rwth-aachen.de"
] | zhengjiang.hu@rwth-aachen.de |
c5ab7ad9c05f0cf782bd373a32b466dd195bd70e | 8567438779e6af0754620a25d379c348e4cd5a5d | /third_party/WebKit/Source/core/workers/AbstractWorker.h | 13a8cd76b8d6d3665467316da074fd37d0d58c6a | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"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 | 2,681 | h | /*
* Copyright (C) 2010 Google 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:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
322f756e22ed5f83af5fb61ea36711c7f1a33da3 | 7e68c3e0e86d1a1327026d189a613297b769c411 | /Test/UnitTest/TestRandom/TestRandom.cpp | 6ca90f451e829644609530ed75aaf031c64ab95c | [] | no_license | staticlibs/Big-Numbers | bc08092e36c7c640dcf43d863448cd066abaebed | adbfa38cc2e3b8ef706a3ac8bbd3e398f741baf3 | refs/heads/master | 2023-03-16T20:25:08.699789 | 2020-12-20T20:50:25 | 2020-12-20T20:50:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,504 | cpp | #include "stdafx.h"
#include <limits.h>
#include <Random.h>
#include <Math/MathLib.h>
#include <Math/Int128.h>
#include <Math/PrimeFactors.h>
#include <Math/Statistic.h>
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
namespace TestRandom {
#include <UnitTestTraits.h>
static String getDirName(bool ... | [
"jesper.gr.mikkelsen@gmail.com"
] | jesper.gr.mikkelsen@gmail.com |
a0510b27c51fea32a37fad0a7634e776e8792ba0 | 0756dea0444ada160540685dd1d28fcd3ef4aac5 | /src/gas_system.cpp | 746f3743a56e11d8b626075614b2c64495863877 | [
"MIT"
] | permissive | ange-yaghi/engine-sim | 439e38f717bf46dbe8b6825d181ed77f711f8f21 | 85f7c3b959a908ed5232ede4f1a4ac7eafe6b630 | refs/heads/master | 2023-02-18T03:26:25.469967 | 2023-01-22T17:44:02 | 2023-01-22T17:44:02 | 439,491,516 | 8,177 | 795 | MIT | 2023-01-13T00:07:50 | 2021-12-18T00:14:57 | C++ | UTF-8 | C++ | false | false | 19,228 | cpp | #include "../include/gas_system.h"
#include "../include/units.h"
#include "../include/utilities.h"
#include <cmath>
#include <cassert>
void GasSystem::setGeometry(double width, double height, double dx, double dy) {
m_width = width;
m_height = height;
m_dx = dx;
m_dy = dy;
}
void GasSystem::initiali... | [
"me@angeyaghi.com"
] | me@angeyaghi.com |
75b1a3cf07f27e015a35becc2eea6c95793333d5 | 451ab1e84ae56931352f38ef2ea82d4c14a17497 | /cocos2d/cocos/renderer/CCCustomCommand.h | 65cf2eb032c6646d51829a39d6a3f740abdb0b12 | [
"MIT"
] | permissive | denghe/xxlib_cocos_cpp | 64b5c02b2525e6f8f27efcc0daa2855e90388063 | d4e9c6f0e59c3db01a6791622188576089df5afe | refs/heads/master | 2021-06-27T21:33:54.024283 | 2020-09-26T07:03:17 | 2020-09-26T07:03:17 | 154,665,907 | 6 | 3 | null | 2019-05-23T14:21:14 | 2018-10-25T12:19:53 | C++ | UTF-8 | C++ | false | false | 2,770 | h | /****************************************************************************
Copyright (c) 2013-2016 Chukong Technologies Inc.
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and ... | [
"denghe@hotmail.com"
] | denghe@hotmail.com |
7910f93673850dae087f179cec4a4197fe8fb1c4 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Physics/Utilities/Constraint/Chain/hkpPoweredChainMapper.h | 536eb1eea2ed840502caf9e3c896bd8dbb3bc2ee | [] | no_license | TheProjecter/olafurabertaymsc | 9360ad4c988d921e55b8cef9b8dcf1959e92d814 | 456d4d87699342c5459534a7992f04669e75d2e1 | refs/heads/master | 2021-01-10T15:15:49.289873 | 2010-09-20T12:58:48 | 2010-09-20T12:58:48 | 45,933,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,934 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"olinord@gmail.com"
] | olinord@gmail.com |
819210f504b095c78a1ee5c849446a8df01a9030 | f85caea83c5070e4a49baaa7e927bf26f600eee0 | /isochrone/src/iso_dartmouth.cpp | a8370e1ee86c34bfc5d9f3f6bd8314273f73b018 | [
"MIT"
] | permissive | ktfm2/Kai_updates | 9da328981b0ddcd46c1057020c9199ca6d727430 | f731922d3e140c1f16ea9b4b45f39232fe19a1ba | refs/heads/master | 2023-01-09T04:53:37.324940 | 2020-11-11T11:34:34 | 2020-11-11T11:34:34 | 299,119,774 | 0 | 0 | MIT | 2020-10-06T21:41:26 | 2020-09-27T21:10:10 | null | UTF-8 | C++ | false | false | 3,713 | cpp | //=============================================================================
#include "iso_dartmouth.h"
//=============================================================================
isochrone_dartmouth::isochrone_dartmouth(void){
const unsigned N = 1000;
InitialMass = VecDoub(N,0.);
Mass = VecDoub(N,0... | [
"jls713@users.noreply.github.com"
] | jls713@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.