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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5a85496ee915cd42b4b397c5f47f7bef32143f6b | 2458387683093f9a3561acac2795aad9ee2b061f | /include/Foto.h | 7d7218d2aa66f8c809d6fec7f855cbf501e924b6 | [] | no_license | matteo95g/tareaP4_2017 | fb9b0733076bc361dcba90c6a3293c24b47b8360 | b7c0b22568805de06c969024f3a7246621a415bc | refs/heads/master | 2021-01-01T19:49:25.637287 | 2017-07-29T01:14:15 | 2017-07-29T01:14:15 | 98,699,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 562 | h | #ifndef FOTO_H_
#define FOTO_H_
#include <string>
#include "Multimedia.h"
using namespace std;
class Foto : public Multimedia
{
string imagen;
string formato;
string tamanio;
string texto;
public:
Foto();
Foto(int id, Fecha* fecha, Usuario* emisor, string imagen, string formato, string tamanio, string texto);
... | [
"matteo95guerrieri@gmail.com"
] | matteo95guerrieri@gmail.com |
2c8f6fdf79ab0f8cdb79fcf5dc73a8195b2ca38d | 5f22ee5db30fbe434489a329edd05289220e5b51 | /Intersectii/vector2D.h | c407281a779b39f549e550ed7c9fe6949167bb12 | [] | no_license | botezatumihaicatalin/Geometry-Homeworks | ed3791b64a1be2f973b113d3636150cc6987bd47 | 8e0761f5f087541b8eae698399432616d96ddd20 | refs/heads/master | 2020-05-20T16:50:30.222061 | 2015-11-15T18:59:53 | 2015-11-15T18:59:53 | 25,073,297 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 441 | h | #ifndef VECTOR2D_H
#define VECTOR2D_H
#include "point2D.h"
class Vector2D {
public:
double X, Y;
Vector2D(const double & xVect , const double & yVect) : X(xVect) , Y(yVect) {};
Vector2D(const Point2D & point) : Vector2D(point.X , point.Y) {};
Vector2D(const Point2D & point1 , const Point2D & point2) : X(point2.X ... | [
"botezatu.mihaicatalin@gmail.com"
] | botezatu.mihaicatalin@gmail.com |
0b98d3d29147e5c0111463bc43131ad76e1a5dab | dd598a9bbbd8f7f065df846d79349b753f2d22ae | /src/libdriver/devicetree/FdtRoot.cpp | 6f272da199a4ab1e020e345fb32b7f6018d2138c | [
"MIT"
] | permissive | skyformat99/chino-os | 830e71b920b5bcc944729f1be5722462eb7d1122 | cb6c74278470595741766eaa72420d2ac8a6632b | refs/heads/master | 2020-03-28T02:39:41.539722 | 2018-09-04T07:57:51 | 2018-09-04T07:57:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,082 | cpp | //
// Kernel Device
//
#include "Fdt.hpp"
#include <libbsp/bsp.hpp>
#include <kernel/kdebug.hpp>
#include <kernel/device/DeviceManager.hpp>
#include <libfdt/libfdt.h>
using namespace Chino;
using namespace Chino::Device;
class FdtRootDriver : public Driver
{
public:
virtual void Install() override
{
auto fdt = BS... | [
"sunnycase@live.cn"
] | sunnycase@live.cn |
1007db92c5c991fe1f3ac54495cb0e3683c4fab3 | 4fe80f71bbd5bb0bcc68c85342e796756b6a1658 | /function.cpp | cb2ec1dd16dd1ea9dafb80825822de010c707f42 | [] | no_license | Intiser/SEUSummerDataStructureLab | d214fbf9661def3f6f67168e0c34fe94505d9f67 | 7b422b68922d30ae24b4c346734fc8389e73e85c | refs/heads/master | 2020-06-18T08:55:18.579548 | 2019-07-13T16:43:16 | 2019-07-13T16:43:16 | 196,241,989 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 518 | cpp | #include<stdio.h>
#include<iostream>
using namespace std;
/***
a sample code to show the sample functions
***/
/** function for sum **/
int sum(int a, int b, int c){
return a+b+c;
}
/** function for multiply **/
int multiply(int a,int b){
return a*b;
}
/** function for printing a number **/
void printVa... | [
"Intiser@users.noreply.github.com"
] | Intiser@users.noreply.github.com |
13a8e7f6c0c29a80278b7bf605771a2e0b47a488 | c322776b39fd9a7cd993f483a5384b700b0c520e | /cegui.mod/cegui/src/WindowRendererSets/Falagard/FalTabButton.cpp | 2d34cdf59d7def30f105efa3aa5e6516ed68e283 | [
"Zlib",
"BSD-3-Clause",
"MIT"
] | permissive | maxmods/bah.mod | c1af2b009c9f0c41150000aeae3263952787c889 | 6b7b7cb2565820c287eaff049071dba8588b70f7 | refs/heads/master | 2023-04-13T10:12:43.196598 | 2023-04-04T20:54:11 | 2023-04-04T20:54:11 | 14,444,179 | 28 | 26 | null | 2021-11-01T06:50:06 | 2013-11-16T08:29:27 | C++ | UTF-8 | C++ | false | false | 2,906 | cpp | /***********************************************************************
filename: FalTabTabButton.cpp
created: Fri Jul 8 2005
author: Paul D Turner <paul@cegui.org.uk>
*************************************************************************/
/******************************************************... | [
"woollybah@b77917fb-863c-0410-9a43-030a88dac9d3"
] | woollybah@b77917fb-863c-0410-9a43-030a88dac9d3 |
aa7dd46b5ad3cc9fb5d7338e6a1ddf542448cf51 | 5386865e2ea964397b8127aba4b2592d939cd9f2 | /grupa C/olimpiada/oblasten/2011/raboti/Sofia/Sofia/C/MBS/roses.cpp | ba064d8c7021eadce543b4bc0cd7cb5275f1d017 | [] | no_license | HekpoMaH/Olimpiads | e380538b3de39ada60b3572451ae53e6edbde1be | d358333e606e60ea83e0f4b47b61f649bd27890b | refs/heads/master | 2021-07-07T14:51:03.193642 | 2017-10-04T16:38:11 | 2017-10-04T16:38:11 | 105,790,126 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 546 | cpp | #include <iostream>
using namespace std;
int main(){
short int m, n, k;
cin >> m >> n >> k;
short int arr[m][n], i, j;
short int curr, maxr = -1, sum = 0;
for(i = 0; i < m; i++){
for(j = 0; j < n; j++){
cin >> arr[i][j];
sum += arr[i][j];
... | [
"dgg30"
] | dgg30 |
6af21d6027349943363f738a34a1f591b5a71d4a | f6a7feffcf3a7f150d92a84a615ed18442abb410 | /QtPrinter/QtRptProject/QtRptDesigner/tmp-win32/moc_TContainerLine.cpp | 463f8522c498ae78d005dc6c843cecdc47240b2c | [] | no_license | echo95200/QtWorkSpace | 3d84b4a128e9ce463c6d57ff34f2644a792fedd2 | a893e70385f7caa49d08c07c3cc6059b869a5162 | refs/heads/master | 2020-03-19T06:17:22.553536 | 2018-06-12T15:54:17 | 2018-06-12T15:54:17 | 136,007,524 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,927 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'TContainerLine.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
**
** WARNING! All changes made in this file will be lost!
************************************************... | [
"jiaoqiangxu@gmail.com"
] | jiaoqiangxu@gmail.com |
d3d89499fcaa7a566ec90d7a873b68fd7ab16d54 | 5f611553c10169e059cd657d1de9e6c990c6fbd8 | /thread_entry_demo/src/registry.h | 01e310c4be7569b1df3b6e49363aaff0227a41ec | [] | no_license | wadeling/c-practice | 7331e2b54153243d830c651c988e077862e096a9 | 41a901353a855f4110518ff5937a6c2d34b1eb6d | refs/heads/master | 2021-07-18T09:49:47.530398 | 2020-01-17T07:02:01 | 2020-01-17T07:02:01 | 220,131,820 | 0 | 0 | null | 2021-07-06T07:25:32 | 2019-11-07T02:14:21 | C | UTF-8 | C++ | false | false | 853 | h | #pragma once
#include <string>
#include <vector>
#include <map>
using namespace std;
template <class Base> class FactoryRegistry {
public:
static std::string allFactory() {
std::vector<std::string> ret;
ret.reserve(factories().size());
for (const auto& factory : factories()) {
... | [
"wadeling@gmail.com"
] | wadeling@gmail.com |
5972215cdc68ad89e01c78f705d64de5d40bb49f | abcb51cd9ff246d955919bc575a6d8676e38d2dc | /src/Output/Output_L1Error.cpp | 71cb9b43d66c80c725a0219f82cb447a017dd8f6 | [
"BSD-3-Clause"
] | permissive | hfhsieh/gamer-fork | 2ddcc9e540793f5ebe978b744c5b90a96bfed1d8 | c6d5964316b03401633033b0fb3816b7ea3bba4b | refs/heads/master | 2023-07-05T17:57:22.166536 | 2022-04-04T07:08:30 | 2022-04-04T07:08:30 | 216,956,636 | 1 | 0 | NOASSERTION | 2020-07-13T05:49:49 | 2019-10-23T03:05:06 | null | UTF-8 | C++ | false | false | 15,444 | cpp | #include "GAMER.h"
static void WriteFile( void (*AnalFunc_Flu)( real fluid[], const double x, const double y, const double z, const double Time,
const int lv, double AuxArray[] ),
void (*AnalFunc_Mag)( real magnetic[], const double x, const double y, ... | [
"hyschive@gmail.com"
] | hyschive@gmail.com |
f8eb76463d9339c1440ab7f7a21f92910a120747 | 822c74b936d46bdfd7323de3434b3ff86ee25a8e | /src/modules/graphics/Color.h | ffd1d2e481f9ece38332b2d92b1ff8b83b43a07c | [
"Zlib"
] | permissive | leafo/moonscript-love | 4ece4802928e1f35bad978f4e0461fd93ec819da | 602489af61dcd0adf40348345f886afffccd415d | refs/heads/master | 2023-08-28T00:13:00.879118 | 2012-03-11T18:06:51 | 2012-03-11T18:06:51 | 2,214,283 | 20 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,283 | h | /**
* Copyright (c) 2006-2011 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* ... | [
"leafot@gmail.com"
] | leafot@gmail.com |
5f4cc33245a60677b7724de801ca84ddeb058522 | 180de988618b154a690837d3b76acf5ffbb3a8eb | /pong_game/pong_game/Sprite.cpp | 0db38851aaf8ce729a21d0bc60ba92c5e11aba63 | [] | no_license | eggetcool/Space-Invaders | e90969988b461c953741f5108cd26880dcbfdc2f | a448e468ef00d52bdb48de2b996fb272b02d1cdc | refs/heads/master | 2021-01-10T12:30:42.625315 | 2016-02-09T11:08:44 | 2016-02-09T11:08:44 | 49,012,882 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | cpp | #include "stdafx.h"
#include "Sprite.h"
Sprite::Sprite(SDL_Texture* p_pxTexture)
{
m_pxTexture = p_pxTexture;
m_xRegion.x = 0;
m_xRegion.y = 0;
m_xRegion.h = 0;
m_xRegion.w = 0;
}
Sprite::Sprite(SDL_Texture* p_pxTexture, int p_iX, int p_iY, int p_iW, int p_iH)
{
m_pxTexture = p_pxTexture;
m_xRegion.x = p_iX;
... | [
"erijig@hotmail.com"
] | erijig@hotmail.com |
68729cd6d450c48ff2fcc4f2a0acb070170b6315 | 3341f663e286a733f8a8335464037384f6e4bf94 | /third_party/blink/renderer/core/style/text_decoration_thickness.cc | 0e98a7483855b6c4bbcc0f20a122f44e5fe18a21 | [
"BSD-3-Clause",
"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"
] | permissive | ZZbitmap/chromium | f18b462aa22a574f3850fe87ce0b2a614c6ffe06 | bc796eea45503c990ab65173b6bcb469811aaaf3 | refs/heads/master | 2022-11-15T04:05:01.082328 | 2020-06-08T13:55:53 | 2020-06-08T13:55:53 | 270,664,211 | 0 | 0 | BSD-3-Clause | 2020-06-08T13:55:55 | 2020-06-08T12:41:58 | null | UTF-8 | C++ | false | false | 926 | cc | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/core/style/text_decoration_thickness.h"
namespace blink {
TextDecorationThickness::TextDecorationThickness() = defa... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
bf1d99b85f23a4629436e989c21a8657fd36aa70 | efd81d18412b52596d8f47e5c17b1e1c31d530d5 | /pins.hpp | a119bfdeeef8579bb0aba601e047d2b5da2f4ee1 | [] | no_license | gary600/meche-project2 | 0d21a5c7015bae947b1123e4038da455781cef52 | f169d91d38bc9ce70d9e56272103494c38642908 | refs/heads/master | 2023-09-03T13:14:47.239813 | 2021-11-12T17:00:28 | 2021-11-12T17:00:28 | 421,631,370 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 923 | hpp | /////////////////////////////////////////////////////////////////////////
// `pins.hpp`: Pin definitions and associated objects (servo and LED). //
/////////////////////////////////////////////////////////////////////////
#pragma once
#include <Servo.h>
#include <FastLED.h>
// Ultrasonic pins
#define ULTRASONIC_TRI... | [
"me@gary600.xyz"
] | me@gary600.xyz |
5d3a717f1da65cda56183b61c6ed41e377b74383 | 6a6487cb64424d4ccdc05d3bb6607e8976517a80 | /Auto/splatform/local/Cluster.h | 816ab5508ff25227acf7c549279e089d92db1113 | [] | no_license | trueman1990/VistaModels | 79d933a150f80166c9062294f4725b812bb5d4fc | 5766de72c844a9e14fa65cb752ea81dfd6e7c42a | refs/heads/master | 2021-06-08T22:02:32.737552 | 2017-01-23T16:10:23 | 2017-01-23T16:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,887 | h | #pragma once
#include "mgc_vista_schematics.h"
$includes_begin;
#include <systemc.h>
#include "../models/can_model.h"
#include "../models/FileCanData_model.h"
$includes_end;
$module_begin("Cluster");
SC_MODULE(Cluster) {
public:
typedef Cluster SC_CURRENT_USER_MODULE;
Cluster(::sc_core::sc_module_name name):
:... | [
"jonmcdonald@gmail.com"
] | jonmcdonald@gmail.com |
3228f80a9a8ad35825468b43aae46f737386ffb1 | c42fe9b955a07b7a5882ddc395aa7fbd8fdd9b0e | /src/games/tic_tac_toe.cpp | e8130c6e4b98431af92018d34f15133f1a1f3d4e | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | thaddeusdiamond/Board-Games | c117d52cb03488ae7e544f82be8aebb837de7f1d | 85bf4f821edd4f4eefc45e3812171055aece2a67 | refs/heads/master | 2021-01-21T13:48:56.955018 | 2011-11-30T02:23:00 | 2011-11-30T02:23:00 | 2,857,510 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,165 | cpp | /**
* @file
* @author Thaddeus Diamond <diamond@cs.yale.edu>
* @version 0.1
* @since 26 Nov 2011
*
* @section DESCRIPTION
*
* This file defines a quick implementation of TicTacToe
**/
#include "games/tic_tac_toe.hpp"
void Games::SampleGames::TicTacToe::CreateBoard() {
board_ = new Board(3, 3, 270, 270);
... | [
"thaddeus.diamond@yale.edu"
] | thaddeus.diamond@yale.edu |
43dd65fb836d09da3f5ebfa085fb0643a2ec8ef5 | 0f2e74e3d8f6afe1b3a1bef090e465d7f95c7128 | /game/object.cpp | b0f6c21e07827023bbad2c7ae674c84240287184 | [] | no_license | MasahiroNakajima1202/commander | ce6e8171eca82bcb11967052b93c0315bd99f199 | 7a4caa293789d6e3afb036ed58f2255b12248aef | refs/heads/master | 2020-05-21T13:29:26.863176 | 2016-06-30T12:22:42 | 2016-06-30T12:22:42 | 62,306,232 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 9,030 | cpp | //*****************************************************************************
// sceneモジュール
// サンプルシーン
// author: 中島将浩
// update: 2014/04/15
//*****************************************************************************
#include "renderer.h"
#include "object.h"
Object *Object::_top[DRAW_LAYER_MAX] = {};
//***... | [
"masahiro.nakajima.1202@gmail.com"
] | masahiro.nakajima.1202@gmail.com |
69c513fde0547439763386892d2aae9ceae53f27 | cafa40ddfe3124dba8e6bc3fc706c2681dcfb6e6 | /Platform/common/VDK_API_GetThreadID.cpp | 59148cc1f9f43c59880838bb51c5d98e5e07ffeb | [] | no_license | analogdevicesinc/VDK | 1c0fececcca89f10077ade97415bb9ed38f1db71 | b19ecfa313551dc6bf4a513c0ad868294e221484 | refs/heads/master | 2021-04-28T09:23:01.104008 | 2018-04-24T11:33:59 | 2018-04-24T11:33:59 | 122,038,147 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,187 | cpp | /*******************************************************************
Copyright (C) 2001-2018 Analog Devices, Inc. All Rights Reserved
*******************************************************************/
/* =============================================================================
*
* $RCSfile$
*
* Descrip... | [
"David.Gibson@analog.com"
] | David.Gibson@analog.com |
4bd3ce29bcf6e8a171eda592f47dc75dac587a8b | 878175c7acd229de8d905cf7affdd2e1a879951f | /contests/uri/uri-1144.cpp | 87ba25ee8ea348c44128bcadf230b09470a18c9e | [
"MIT"
] | permissive | leomaurodesenv/contest-codes | a9c99dad48db4804c5b5aa6d54b0f7b296922d7e | f7ae7e9d8c67e43dea7ac7dd71afce20d804f518 | refs/heads/master | 2021-10-16T09:12:30.988244 | 2019-02-09T20:26:37 | 2019-02-09T20:26:37 | 126,015,286 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,208 | cpp | /*
* Problema: Sequência Lógica
* https://www.urionlinejudge.com.br/judge/pt/problems/view/1144
*/
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cstdlib>
#include <numeric>
#include <string>
#include <sstream>
#include <iomanip>
#include <locale>
#include <bitset>
#include <map>
#include <vector>
#... | [
"leo.mauro.desenv@gmail.com"
] | leo.mauro.desenv@gmail.com |
8ab24353623fb04c1a8670a13dc73320da5695a0 | ecf0bc675b4225da23f1ea36c0eda737912ef8a9 | /Reco_Csrc/Engine/Network/SessionState.cpp | a46b788ae7122d029c20d727e16e6d249504f29d | [] | no_license | Artarex/MysteryV2 | 6015af1b501ce5b970fdc9f5b28c80a065fbcfed | 2fa5608a4e48be36f56339db685ae5530107a520 | refs/heads/master | 2022-01-04T17:00:05.899039 | 2019-03-11T19:41:19 | 2019-03-11T19:41:19 | 175,065,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 131 | cpp | version https://git-lfs.github.com/spec/v1
oid sha256:e66a6da18d58282f3472b4266f5c979e6c2eb5de4cf41dbf71b9e014245200f3
size 485130
| [
"artarex@web.de"
] | artarex@web.de |
a9ae4b5a23f528a1e73e8fbd68be76bc79c17bfb | b284721dd6e0b0c5ce3d0a4514238dc8f5fa5b31 | /src/internet/model/ipv4-address-generator.h | e99b6880351bcd2c2a05ad971042b8eaf35e7302 | [] | no_license | apoorvashenoy/ns3 | 2131b3d53698dfc8e2944e86889b0c25edcfd82f | b1f143813b5f1f31f8014606349adab847f55e5c | refs/heads/master | 2021-01-18T14:14:12.722295 | 2013-01-17T01:54:31 | 2013-01-17T01:54:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,717 | h | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2008 University of Washington
*
* 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;
*
* This pro... | [
"kebenson@uci.edu"
] | kebenson@uci.edu |
0b0ec63047a139418a8b639af250cce5e4da1e3d | d14e34e28def869dd9a4d27b58f3228ed4c15f31 | /java2csharp/java/Samsung/ProfessionalAudio.SapaSimplePiano/jni/SynthBase/SynthBase_math.cpp | 927aa7e5c402dbe78b5b945124979056d622f986 | [] | no_license | korjenko/Samples.Data.Porting | f9438e9adcc982ff1a15a98c48f006286fbcb638 | 603eb819c7e17af6669a4b37c4bc57bc3d8fb4a5 | refs/heads/master | 2020-12-03T06:32:30.455266 | 2016-06-29T12:21:12 | 2016-06-29T12:21:12 | 50,441,525 | 0 | 0 | null | 2016-01-26T16:20:36 | 2016-01-26T16:20:36 | null | UTF-8 | C++ | false | false | 777 | cpp |
#include "SynthBase_math.h"
const float EXP_T[(NOTE_RANGE_POG - NOTE_RANGE_NEG)+1] = {
#include "exp.txt"
};
const float POW_T[NOTE_RANGE_POG][REAL_RANGE_POS*2+1] = {
#include "pow.txt"
};
/* pitch wheel value 14bit value 0x0000 to 0x3ffff centor 0x2000 -> synthbase 0x00 to 0xff center 0x80(128) */
const float PITC... | [
"mcvjetko@holisticware.net"
] | mcvjetko@holisticware.net |
22d2806d2217a2bd45ced3e5cbe982eb0fd802b9 | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /ACE/ACE_wrappers/examples/APG/Signals/SigAction.cpp | d4f092e054fdd3c9c02b0ec51b19f26a901e4278 | [
"Apache-2.0"
] | permissive | msrLi/portingSources | fe7528b3fd08eed4a1b41383c88ee5c09c2294ef | 57d561730ab27804a3172b33807f2bffbc9e52ae | refs/heads/master | 2021-07-08T01:22:29.604203 | 2019-07-10T13:07:06 | 2019-07-10T13:07:06 | 196,183,165 | 2 | 1 | Apache-2.0 | 2020-10-13T14:30:53 | 2019-07-10T10:16:46 | null | UTF-8 | C++ | false | false | 1,643 | cpp | #include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_stdlib.h"
#include "ace/Log_Msg.h"
// Listing 1 code/ch11
#include "ace/Signal.h"
// Forward declaration.
static void register_actions ();
int ACE_TMAIN (int, ACE_TCHAR *[])
{
ACE_TRACE ("::main");
::register_actions (); // Register actions to happen.
// Th... | [
"lihuibin705@163.com"
] | lihuibin705@163.com |
eaf5ba3773b91080574894358cd72f047c6ebc81 | 32b934cb3ef99474b7295da510420ca4a03d6017 | /GamosSD/include/GmTrajPointSD.hh | 50d7166079413f5c84192cb5e38784e9a7348756 | [] | no_license | ethanlarochelle/GamosCore | 450fc0eeb4a5a6666da7fdb75bcf5ee23a026238 | 70612e9a2e45b3b1381713503eb0f405530d44f0 | refs/heads/master | 2022-03-24T16:03:39.569576 | 2018-01-20T12:43:43 | 2018-01-20T12:43:43 | 116,504,426 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,102 | hh | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The GAMOS software is copyright of the Copyright Holders of *
// * the GAMOS Collaboration.... | [
"ethanlarochelle@gmail.com"
] | ethanlarochelle@gmail.com |
1e4c9c61b80788429aef7b3d888d0f23529ba05c | be6ca124488199b0a11a1c1a6b0e1f553d011bb1 | /USB_Test/源.cpp | 22f08f45581861b7815c658ea6e90d788504e078 | [] | no_license | z1061227423/USB_Test | 37665b2f7b091039fe1da7c08fd086c5c204c860 | 4fead885aa077e72e65d7f7a7017039080a3c37d | refs/heads/master | 2020-03-28T10:11:09.282139 | 2018-09-10T09:19:20 | 2018-09-10T09:19:20 | 148,089,176 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 7,052 | cpp | #pragma once
#include <stdio.h>
#include <windows.h>
#include <dbt.h>
#include <math.h>
#include <string>
#include <iostream>
#include <vector>
#include <fstream>
#include <io.h>
//#include "json/json.h"
using namespace std;
/*
函数名称:ReadJsonFromFile
函数功能:从Json文件中读取数据
函数入参:文件名
返回值:0
*/
string ReadJsonFromFile(const... | [
"1061227423@qq.com"
] | 1061227423@qq.com |
4cb197a1651cf60618873208c5fae40b0f43784d | ce8c02d3f657abc96c04c6a841b0d0f0412a2a11 | /src/rpcmining.cpp | ab84cc341ca6ffb2286704dc4ed5b5049d1393dc | [
"MIT"
] | permissive | stanfordE/ETC | 520e9f96da0482267f0691e74078e13901329118 | 47f65a81c2df2fed59db4ecb7fca25b01915eeb2 | refs/heads/master | 2021-01-15T14:18:50.951514 | 2016-09-19T18:59:07 | 2016-09-19T18:59:07 | 68,458,366 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,431 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "main.h"
#include "db.h"
#include "init.h"
#include "bitcoinrpc.h"
using name... | [
"sttattatndoffford@standdforddc.com"
] | sttattatndoffford@standdforddc.com |
3732e54d6a08d9a1180151b7c20ac57f18267639 | 2276e1797b87b59e4b46af7cbcb84e920f5f9a92 | /C++/A + B Problem.h | f897687e07011a77fdf555860fa10a43e26a4538 | [] | no_license | ZhengyangXu/LintCode-1 | dd2d6b16969ed4a39944e4f678249f2e67f20e0a | bd56ae69b4fa6a742406ec3202148b39b8f4c035 | refs/heads/master | 2020-03-18T04:44:31.094572 | 2016-01-10T00:20:44 | 2016-01-10T00:20:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,218 | h | /*
Write a function that add two numbers A and B. You should not use + or any arithmetic operators.
Example
Given a=1 and b=2 return 3
Note
There is no need to read data from standard input stream. Both parameters are given in function aplusb, you job is to calculate the sum and return it.
Challenge
Of course you can... | [
"anthonyjin0619@gmail.com"
] | anthonyjin0619@gmail.com |
425fe621d4ec8d79c80b4f359b4f021a09a1df47 | 66b557ff5280fab4dc4bc59fe893b28baffb7e3a | /Car/Car.ino | e680a9295750ea563504db520e7261df67a858e6 | [] | no_license | iamashwin26/Arduino | 204f07c493d062f566477b03e5f4f8d62680aee8 | fb7ec567b73a6a6119bfcaa35245bd5cacbbdd45 | refs/heads/master | 2020-04-12T20:43:10.770555 | 2018-12-21T18:28:57 | 2018-12-21T18:28:57 | 162,744,946 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,803 | ino |
//Components
struct Wheel{
int x,y;
char dirn;
void setWheel(int i,int j)
{
pinMode(i,OUTPUT);
pinMode(j,OUTPUT);
x=i;y=j;
}
void runWheel(char dirn)
{
if(dirn=='f')
{
digitalWrite(x,HIGH);
digitalWrite(y,LOW);
}
else
if(dirn=='b')
... | [
"iamashwin99@gmail.com"
] | iamashwin99@gmail.com |
72f7202461e7aa2e2ab9626109c3af7db3a6535b | 1b070721e460125f4f4aab8649f3ca76dc48e1a7 | /website/node_modules/protagonist/drafter/ext/snowcrash/test/test-MSONOneOfParser.cc | 04b84f3da1df4a811497a5e6926035ae88d4e4f6 | [
"MIT"
] | permissive | lewiskan/hackprojectorg | 1ae9e115febcbe2b2dabaac782e8940a45d149b0 | ac6e65103f4b15511668859abf76f757568d5d34 | refs/heads/gh-pages | 2020-05-29T17:06:13.073430 | 2016-09-12T22:01:07 | 2016-09-12T22:01:07 | 54,931,916 | 2 | 9 | null | 2016-09-12T21:53:16 | 2016-03-28T23:57:55 | HTML | UTF-8 | C++ | false | false | 8,439 | cc | //
// test-MSONOneOfParser.cc
// snowcrash
//
// Created by Pavan Kumar Sunkara on 11/5/14.
// Copyright (c) 2014 Apiary Inc. All rights reserved.
//
#include "snowcrashtest.h"
#include "MSONOneOfParser.h"
using namespace snowcrash;
using namespace snowcrashtest;
TEST_CASE("OneOf block classifier", "[mson][one_o... | [
"lewiskan@Lewiss-MacBook-Pro.local"
] | lewiskan@Lewiss-MacBook-Pro.local |
6ada70a3dbe3519a99b29b8cf3b837144c42d37a | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/squid/gumtree/squid_repos_function_5918_last_repos.cpp | a2acadeb5e3681f963c4aef7ffb7b2b73e5d5779 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 109 | cpp | void
helperfail(const char *reason)
{
#if FAIL_DEBUG
fail_debug_enabled =1;
#endif
SEND_BH(reason);
} | [
"993273596@qq.com"
] | 993273596@qq.com |
ef3f8423136948ed3046329ab3b8a67493b1fb73 | 86b55c5bfd3cbce99db30907ecc63c0038b0f1e2 | /components/autofill/core/browser/data_model/autofill_structured_address_regex_provider.h | 28c8e8c16481cf34162ebd51afda93f8993a4d40 | [
"BSD-3-Clause"
] | permissive | Claw-Lang/chromium | 3ed8160ea3f2b5d51fdc2a7d764aadd5b443eb3f | 651cebac57fcd0ce2c7c974494602cc098fe7348 | refs/heads/master | 2022-11-19T07:46:03.573023 | 2020-07-28T06:45:27 | 2020-07-28T06:45:27 | 283,134,740 | 1 | 0 | BSD-3-Clause | 2020-07-28T07:26:49 | 2020-07-28T07:26:48 | null | UTF-8 | C++ | false | false | 2,788 | h | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_DATA_MODEL_AUTOFILL_STRUCTURED_ADDRESS_REGEX_PROVIDER_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_DATA_MODEL_AUTO... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
12fb686c54f66b3243f52459747dc14a9221f616 | ffb568806e34199501c4ca6b61ac86ee9cc8de2e | /gflib2/RenderingEngine/include/SceneGraph/Resource/gfl2_MaterialResourceNodeFactory.h | 40676bbc70a5c515cd6bcdb61a5d4bf8093d2452 | [] | no_license | Fumikage8/gen7-source | 433fb475695b2d5ffada25a45999f98419b75b6b | f2f572b8355d043beb468004f5e293b490747953 | refs/heads/main | 2023-01-06T00:00:14.171807 | 2020-10-20T18:49:53 | 2020-10-20T18:49:53 | 305,500,113 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,136 | h | #ifndef GFLIB2_RENDERINGENGINE_SCENEGRAPH_RESOURCE_MATERIALRESOURCENODEFAACTRY_H_INCLUDED
#define GFLIB2_RENDERINGENGINE_SCENEGRAPH_RESOURCE_MATERIALRESOURCENODEFAACTRY_H_INCLUDED
//#include <iostream>
#include <memory>
#include <types/include/gfl2_Typedef.h>
#include <gfx/include/gfl2_GLMemory.h>
#include <Re... | [
"forestgamer141@gmail.com"
] | forestgamer141@gmail.com |
76737afd16e0b13ac81ec75a55a64f568d34a5ba | 33e67303e33744f3f9c32a44fbe37aad878a0bca | /aws-cpp-sdk-ec2/source/model/DirectoryServiceAuthentication.cpp | 06c820b60808c046c0f2a25b0c593489012065bd | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | crazecdwn/aws-sdk-cpp | 2694bebef950e85af0104d10f8f326d54c057844 | e74b9181a56e82ee04cf36a4cb31686047f4be42 | refs/heads/master | 2022-07-09T05:06:43.395448 | 2020-06-12T01:38:17 | 2020-06-12T01:38:17 | 192,119,343 | 0 | 0 | Apache-2.0 | 2022-05-20T22:07:13 | 2019-06-15T20:03:54 | C++ | UTF-8 | C++ | false | false | 2,208 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
87c0392d7e8c670a078b07701daaf97035223fba | b0dd7779c225971e71ae12c1093dc75ed9889921 | /libs/spirit/test/support/utree_debug.cpp | 8e8dc5da93db67dd2ac84ab74b8b05b034697a47 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSL-1.0"
] | permissive | blackberry/Boost | 6e653cd91a7806855a162347a5aeebd2a8c055a2 | fc90c3fde129c62565c023f091eddc4a7ed9902b | refs/heads/1_48_0-gnu | 2021-01-15T14:31:33.706351 | 2013-06-25T16:02:41 | 2013-06-25T16:02:41 | 2,599,411 | 244 | 154 | BSL-1.0 | 2018-10-13T18:35:09 | 2011-10-18T14:25:18 | C++ | UTF-8 | C++ | false | false | 828 | cpp | // Copyright (c) 2001-2011 Hartmut Kaiser
//
// 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)
#include <boost/detail/lightweight_test.hpp>
#define BOOST_SPIRIT_DEBUG 1
#include <boost/spirit/include/qi.h... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
a6578a0efc809cb62bfb0e32b45a7681a34790f4 | e396342013eb72e56ab526b2f43f8377e5846d7d | /cpp/json_client/main.cpp | c5659c6debfbde55e0113db1ca42dfb85c9696a1 | [
"MIT"
] | permissive | AtsushiSakai/JSONServerAndClient | e7f4099b60be3ecb5d31ee30a14fc6dd95fe4946 | a7e7cea92616c7e42d46d198f8276aa6c1c50b49 | refs/heads/master | 2021-06-03T17:17:31.921829 | 2020-10-10T05:24:27 | 2020-10-10T05:24:27 | 134,957,224 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,110 | cpp | //
// Json http client in C++
//
// Author: Atsushi Sakai
//
#include <iostream>
#include "../cpp-httplib/httplib.h"
#include "../json/single_include/nlohmann/json.hpp"
using namespace std;
using json = nlohmann::json;
string get_server_ip(){
string SERVER_IP="localhost";
char* env_SERVER_IP = getenv("SERVER... | [
"asakai.amsl+github@gmail.com"
] | asakai.amsl+github@gmail.com |
da57f807cd61b16d513ec4c76a377bc7e2bcc40c | b57597cebe2feb4a2455256f47da4e464b2787ff | /string/819.cpp | 1c6e87618ec06cf8d1deb65ec22352bfc3c8be5f | [] | no_license | lijiahao-debug/leetcode | beda7e17cee3ac93c09ce0350896a1836db14085 | a3e345215337b4d9ba0dd46cad05371bdfe5fcf5 | refs/heads/master | 2021-07-01T08:35:23.651536 | 2021-03-08T08:21:14 | 2021-03-08T08:21:14 | 225,348,344 | 2 | 2 | null | 2019-12-14T14:18:17 | 2019-12-02T10:32:57 | C | UTF-8 | C++ | false | false | 1,726 | cpp | #include <algorithm>
#include <iostream>
#include <map>
#include <string>
#include <vector>
using namespace std;
class Solution {
public:
string mostCommonWord(string paragraph, vector<string> &banned) {
map<string, int> table;
int len = paragraph.length();
transform(paragraph.begin(), para... | [
"lijh.sdu@gmail.com"
] | lijh.sdu@gmail.com |
9758365e08efc74f12e84580036a6ebed6a3d0ee | 38030e497b6e172cb926ebce4d25019175713bbd | /Basic/Sum of numbers in a string.cpp | 99e44b693f5cd3d167c3e8b3e57194180d1dcbd7 | [] | no_license | KushRohra/GFG_Codes | 7e6126434360bd0e376ce13be7e855c380b88d24 | 54e2b0affeaac3406aa052c28cfebcefc6492f90 | refs/heads/master | 2021-03-26T00:37:05.871686 | 2020-12-27T12:51:53 | 2020-12-27T12:51:53 | 247,659,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 487 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
while(t--)
{
int i,n=0,sum=0,sum1=0,f=0;
string s;
cin>>s;
n=s.length();
for(i=0;i<n;i++)
{
int x = int(s[i]);
if(x>=48 && x<=57)
{
if(f==0)
{
sum1=0;
sum1+=x-48;
f=1;
}
else
{
sum1=... | [
"iec2017024@iiita.ac.in"
] | iec2017024@iiita.ac.in |
d4ac19757d1880173637ca6c2d7c076a38a88762 | 101d2a53dc097aa9e7bf2599e7c1be24b3813016 | /src/bind/Board.cxx | df31f70b3658db1f197ff997b09bfb21d569487d | [
"Apache-2.0"
] | permissive | RohiniBisht/group-13-smce-gd | 1cc0dfca063c79588c4b02a8c5e3d343f5dffb09 | d58e68ebace1757ed315951c92e374514cf6512d | refs/heads/master | 2023-09-02T12:51:56.932409 | 2021-11-05T08:27:39 | 2021-11-05T08:27:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,461 | cxx | /*
* Board.cxx
* Copyright 2021 ItJustWorksTM
*
* 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 applic... | [
"ruthgerdijt@gmail.com"
] | ruthgerdijt@gmail.com |
bc6bcbc8079d5b2a9428cde6b86860deb74a1100 | 259a7cb060c839abda6cca8e7072f78df1e33a0e | /src/main.cpp | a607f3a58e4c8ce5d9ccfb5bcedea59dd21b9881 | [] | no_license | bayuajik2403/observer-pattern-simple-example-c- | 9001930ab2f3e659aa28a9806f3d09e09815fb78 | 08b2df2d4ab230f6f2e8ba56e1c47ce13bce42df | refs/heads/master | 2022-12-20T01:34:52.605534 | 2020-09-25T01:51:55 | 2020-09-25T01:51:55 | 298,439,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 672 | cpp | #include "../include/Observer.h"
#include "../include/statusObserver1.h"
#include "../include/statusObserver2.h"
#include "../include/statusObserver3.h"
#include "../include/statusSubject.h"
#include <iostream>
#include <string>
int main(int argc, char const *argv[])
{
statusSubject a;
statusObserver1 *b... | [
"24bayu03@gmail.com"
] | 24bayu03@gmail.com |
8636f252de15e38db1d31ae88e2b328b3fcbcacd | 2b4926fd49a0fcebbed2b39b589202fc686836a5 | /lib-src/trees/fibheap.cc | e6e2dec95d7212d5a6cfb54aeba65c9b3b22d9b1 | [
"BSD-2-Clause"
] | permissive | prop-cc/prop-cc | c88eef95490b2fad048d0df617333ab94fdd497f | 3569940fc0d039d10b9d6389e8e7a5aa6daae3a2 | refs/heads/master | 2020-12-25T05:27:49.470629 | 2011-09-14T21:20:19 | 2011-09-14T21:20:19 | 2,223,487 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,044 | cc | //////////////////////////////////////////////////////////////////////////////
// NOTICE:
//
// ADLib, Prop and their related set of tools and documentation are in the
// public domain. The author(s) of this software reserve no copyrights on
// the source code and any code generated using the tools. You are encour... | [
"aaronngray@gmail.com"
] | aaronngray@gmail.com |
d0dd7be732bf5c61cd233818bd8578db38cccfc6 | 69a22a21b7df8a23c74ce34d75a375936e3b426f | /coline/smartlib/Smart/scintilla/RESearch.cxx | e00cdfe6fb9af33bd05daec9b5fa3799e5ff5978 | [] | no_license | lanyawu/coline | ba8681c1b2242365cccef2b95bcb771c18af45fa | b63b997002e2e1d14674cde9a8ff1c95a6a299aa | refs/heads/master | 2021-05-04T05:16:10.474229 | 2016-10-15T05:52:47 | 2016-10-15T05:52:47 | 70,963,112 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,536 | cxx | // Scintilla source code edit control
/** @file RESearch.cxx
** Regular expression search library.
**/
/*
* regex - Regular expression pattern matching and replacement
*
* By: Ozan S. Yigit (oz)
* Dept. of Computer Science
* York University
*
* Original code available from http://www.cs... | [
"lanya.wu@foxmail.com"
] | lanya.wu@foxmail.com |
ca4c4c0c21476268508eeefb1dba5903f3a97160 | f10b9ccbb69cb2116b72cd69867bb344ea8ef843 | /impact/week1/BOJ2309.cpp | 77d4ec11a6e1ce678db09e1523c157595f61808f | [] | no_license | eotkd4791/Algorithms | 164277a6638b5231307f121b375df6b2b01f0a1c | 307d3114d0347fc831bf50b2695fb286690fa5dc | refs/heads/main | 2023-06-08T23:13:43.046307 | 2023-06-04T11:47:16 | 2023-06-04T11:47:16 | 165,011,185 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 430 | cpp | #include <bits/stdc++.h>
using namespace std;
int heights[9];
int main() {
ios::sync_with_stdio(0);
cin.tie(0);
for(int i = 0; i < 9; i++) {
cin >> heights[i];
}
sort(heights, heights + 9);
do {
int sum = 0;
for(int i = 0; i < 7; i++) sum += heights[i];
if(sum == 100) break;
} while(ne... | [
"eotkd4791@gmail.com"
] | eotkd4791@gmail.com |
46cb091cc914109b5014f427e827d4e96db81fe6 | 5ae655aa69a34f5bde6d5ec9a8009a767e6a88f4 | /thirdparty/cuda/api/types.h | 217eeaf05ddf8d890d9ccacf6be93c9682971e5a | [
"MIT",
"BSD-3-Clause"
] | permissive | 143401050125/GDataStructures | 3d58cd95eb3141e2077205b27e66313e3c86e1f3 | 595e63c578d6d88cf9fe21493b2e86004c5822e7 | refs/heads/master | 2021-09-19T19:26:32.925452 | 2018-07-31T08:17:10 | 2018-07-31T08:17:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,510 | h | /**
* @file types.h
*
* @brief Fundamental, plain-old-data, CUDA-related type definitions.
* This is a common file for all definitions fundamental,
* plain-old-data, CUDA-related types - those with no methods, or with
* only constexpr methods (which, specifically, do not involve making
* any Runtime API calls).... | [
"yourihubaut@hotmail.com"
] | yourihubaut@hotmail.com |
6700d21e68c18d3bdde10f3c4999f0d9f4e00bed | 91e3e30fd6ccc085ca9dccb5c91445fa9ab156a2 | /Examples/Display/Timing/Sources/timing.h | e6a4d8315aa7d72fc0116108095b94fd9e01eed1 | [
"Zlib"
] | permissive | Pyrdacor/ClanLib | 1bc4d933751773e5bca5c3c544d29f351a2377fb | 72426fd445b59aa0b2e568c65ceccc0b3ed6fcdb | refs/heads/master | 2020-04-06T06:41:34.252331 | 2014-10-03T21:47:06 | 2014-10-03T21:47:06 | 23,551,359 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,596 | h | /*
** ClanLib SDK
** Copyright (c) 1997-2013 The ClanLib Team
**
** This software is provided 'as-is', without any express or implied
** warranty. In no event will the authors be held liable for any damages
** arising from the use of this software.
**
** Permission is granted to anyone to use this software for a... | [
"rombust@hotmail.co.uk"
] | rombust@hotmail.co.uk |
513bb9192d4ef427df6bbe532888f097643ebdff | 59b76dfbdbb96066ddd207e13c1d4495f924ed9c | /vtsServer/request/NotesHandler.h | 97e6b40ed0725f37ed3527eb486be979fb8babfc | [] | no_license | GithubAtBob/vtsServer | 371f7e7e9dc14b31fe3b15f2181446cea5efbf8d | 64a34829cf1d6934df2f2f2f5c8053ed1ed2d5fd | refs/heads/master | 2020-09-05T13:36:05.981336 | 2019-11-07T00:57:06 | 2019-11-07T00:57:06 | 220,121,084 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 602 | h | #pragma once
#include "frame/vtsRequestHandler.h"
class DBNotesHandler;
class NotesRequest;
class NotesHandler :
public vtsRequestHandler
{
public:
NotesHandler();
~NotesHandler(void);
WorkMode workMode();
void handle(boost::asio::const_buffer& data);
void timeout(time_t last);
void af... | [
"Administrator@MUTGU62RE12Z4H2"
] | Administrator@MUTGU62RE12Z4H2 |
f3421187b0c1d4e238ab6d56df24ab3f96ba1f90 | ac72a8a6f684f036e58d94ca7b00255759049baf | /SLB/include/SLB/Class.hpp | 2c9604d088dbad9d5612c189f37e0ae18a5dba05 | [] | no_license | VBelles/MomentumEngine-Real | 27e988f3d46b19837e5f71fafe9a1591b2b85ce3 | a549158a1bbf1e1ca088a0f4bdd039ca17a3228d | refs/heads/master | 2023-08-04T14:11:17.000159 | 2018-11-15T16:48:33 | 2018-11-15T16:48:33 | 120,664,651 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,335 | hpp | /*
SLB - Simple Lua Binder
Copyright (C) 2007-2011 Jose L. Hidalgo Valiño (PpluX)
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 th... | [
"vicentbelles@gmail.com"
] | vicentbelles@gmail.com |
e960998cb63f692524485f82a7c0cac72ea21d5b | 95e438728fd668a7305a43b8493bf9d07269e6c6 | /PilaMazo.cpp | e1f2d2f5041bedd08f85ec6ff0bd0c42423de830 | [] | no_license | emiliobacon/Lab05_Emilio_Barillas_1150620 | 756be2f0cdc8e6d22e2bed8009c98f12c53cb56b | 703d5293cd65fc1afb1bfae4f10a807b26028b8a | refs/heads/master | 2023-08-25T11:00:21.466001 | 2021-11-05T07:20:34 | 2021-11-05T07:20:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,092 | cpp | #include "PilaMazo.h"
void PilaMazo::Insertar(Carta^ nodo)
{
Carta^ Nuevo = gcnew Carta();
Nuevo = nodo;
Nuevo->Siguiente = Cabeza;
Cabeza = Nuevo;
}
void PilaMazo::Limpiar()
{
while (!PilaVacia())
{
Quitar();
}
}
Carta^ PilaMazo::Quitar()
{
if (Cabeza ==nullptr)
{
return nullptr;
}
Carta^ Retorno = g... | [
"eabarillasco@correo.url.edu.gt"
] | eabarillasco@correo.url.edu.gt |
c93145384dfd4c64c732ada033b67c16d3475924 | 1c0eece226ed1d3506004426f5a248970326e304 | /jni/GameController.h | 9259c0e3f0ccbf2eb3e9a110c5a23c25781729ef | [] | no_license | optiklab/Asteroids-Mobile | 74ee4d7313ba58ff6cbadb2f364befd9adf0f15e | bf45d80d826fe5d45e968a3f4f287c61b9b8a933 | refs/heads/master | 2021-08-28T18:15:19.105415 | 2021-07-31T13:25:40 | 2021-07-31T13:25:40 | 22,528,379 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,157 | h | #pragma once
#ifndef __gamecontroller_h__
#define __gamecontroller_h__
#include <vector>
#include "Player.h"
#include "EnemyDust.h"
#include "AsteroidEnemy.h"
#include "Statistics.h"
#include "ActivityHandler.h"
#include "InputHandler.h"
#include "TimeService.h"
#include <EGL/egl.h>
// TODO
//#include FT_FREETYPE_H... | [
"byslash@gmail.com"
] | byslash@gmail.com |
4835d65f0e126814fec700faf289f4cde4cf346f | 48421fe98c19ba8b9212cefcfb97007f32110852 | /Module1/LA1-2/myArray2.cpp | d4cc161ee01df4301aa8586cf3d1bc1989006198 | [] | no_license | Conjur99/hafb-cpp-fundamentals | b8ea73b699022e95a57f4c647b4473aed4730c54 | 5f0fa8a904d30be01fb1421eda56e87cc927ace4 | refs/heads/master | 2020-11-25T01:26:36.985393 | 2019-12-19T23:27:24 | 2019-12-19T23:27:24 | 228,429,359 | 0 | 0 | null | 2019-12-16T16:33:16 | 2019-12-16T16:33:16 | null | UTF-8 | C++ | false | false | 845 | cpp | /**
* @file myArray.cpp
* @author your name (you@domain.com)
* @brief Use arrays and C++ container
* @version 0.1
* @date 2019-12-16
*
* @copyright Copyright (c) 2019
*
*/
#include <iostream>
using namespace std;
const int kMaxNum = 5;
int main() //TODO: unfinished
{
// C-style array notation: type nam... | [
"CCEClass1@ad.weber.edu"
] | CCEClass1@ad.weber.edu |
f3a57822de7af9b092442656f360b93a8ab93d50 | dfa70a6e6e0ed36e71eccdf8d983ee2f611dcb4e | /src/test/sighash_tests.cpp | 5b4e55aaadb897a7a57e353a4ad563779186895a | [
"MIT"
] | permissive | empower-network/empower | e39a879bac620cfa1d837f92a2d4283b3747bbdf | 3b63fbfe394574855d176262d604060f49ad77c1 | refs/heads/master | 2020-06-10T07:13:18.745654 | 2019-06-25T02:49:11 | 2019-06-25T02:49:11 | 193,615,634 | 3 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 7,756 | cpp | // Copyright (c) 2013-2019 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 <consensus/tx_check.h>
#include <consensus/validation.h>
#include <test/data/sighash.json.h>
#include <hash.h>
#incl... | [
"prissyme67@aol.com"
] | prissyme67@aol.com |
6f80918d49a8632b56b04f0f8836162491c2f939 | ae14d7582407bdf04c3cd10900e8f6576fc2fad0 | /advanced_cpp/day2/6_enable_if6.cpp | 3ff1bec54160af6ea7f5055a8bf5819a79757862 | [] | no_license | jingal/Lecture | feebab4283353a79dd410cbead22cd67d652a929 | c1c1709bc3effbc4883970f1439a4c6a24531ae0 | refs/heads/master | 2021-01-19T20:11:18.543858 | 2018-04-27T06:50:39 | 2018-04-27T06:50:39 | 88,491,615 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 599 | cpp | // 6_enable_if6 - 77 page
#include <iostream>
#include <type_traits>
using namespace std;
template<typename T> void print(T a)
{
//if (is_pointer<T>::value) // if(false)
// 컴파일 시간 if문.. 조건의 조사를 컴파일 시간에 조사
// false가 나오면 컴파일 제외
// c++ 17, 컴파일 타임 상수만 사용 가능
if constexpr (is_pointer<T>::value)
cout << a << " : ... | [
"ilovejinjoo@gmail.com"
] | ilovejinjoo@gmail.com |
f335f6af2521947b7978745c3a22d8a1e9103c03 | de59608f9d9d6cc46b588329f1b6b5b27ec2141d | /source/Bit/Network/Net/HostMessage.cpp | 00b0ee01f4f367ee6d399cea60caa091f0bd495f | [
"Zlib"
] | permissive | jimmiebergmann/Bit-Engine | 85a892ef12493451e932a7d9dab97a5bf6e059db | 39324a9e7fb5ab4b1cf3738f871470e0a9ef7575 | refs/heads/master | 2021-01-17T11:48:35.628014 | 2016-06-13T20:26:22 | 2016-06-13T20:26:22 | 9,845,099 | 0 | 0 | null | 2013-06-24T15:46:06 | 2013-05-03T21:36:09 | C | UTF-8 | C++ | false | false | 4,592 | cpp | // Copyright (C) 2013 Jimmie Bergmann - jimmiebergmann@gmail.com
//
// This software is provided 'as-is', without any express or
// implied warranty. In no event will the authors be held
// liable for any damages arising from the use of this software.
//
// Permission is granted to anyone to use this software for any p... | [
"jimmiebergmann@gmail.com"
] | jimmiebergmann@gmail.com |
345e3a86a3a84afa32c9fb966f549dad3da132ad | 39adfee7b03a59c40f0b2cca7a3b5d2381936207 | /leetcode/livestream7/394_decode_string.cpp | d5c074c9127a924d618ab877c528342e38786b38 | [] | no_license | ngthanhtrung23/CompetitiveProgramming | c4dee269c320c972482d5f56d3808a43356821ca | 642346c18569df76024bfb0678142e513d48d514 | refs/heads/master | 2023-07-06T05:46:25.038205 | 2023-06-24T14:18:48 | 2023-06-24T14:18:48 | 179,512,787 | 78 | 22 | null | null | null | null | UTF-8 | C++ | false | false | 1,621 | cpp | class Solution {
public:
string decodeString(string s) {
if (s == "") return "";
// find matching bracket
int n = s.size();
vector<int> matching(n, -1);
stack<int> st;
for (int i = 0; i < n; i++) {
if (s[i] == '[') st.push(i);
else if... | [
"ngthanhtrung23@gmail.com"
] | ngthanhtrung23@gmail.com |
821b0032ea65675ad0c82da172e1ee98f9c9a072 | 41a76318e5b9eef2c69bbf922724f8b191d7d124 | /kokkos/core/unit_test/openmptarget/TestOpenMPTarget_SubView_c05.cpp | c02c38cfcf6aed4bd6a4c3cfdb03ed3c300c1974 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | zishengye/compadre | d0ff10deca224284e7e153371a738e053e66012a | 75b738a6a613c89e3c3232cbf7b2589a6b28d0a3 | refs/heads/master | 2021-06-25T06:16:38.327543 | 2021-04-02T02:08:48 | 2021-04-02T02:08:48 | 223,650,267 | 0 | 0 | NOASSERTION | 2019-11-23T20:41:03 | 2019-11-23T20:41:02 | null | UTF-8 | C++ | false | false | 2,323 | cpp | /*
//@HEADER
// ************************************************************************
//
// Kokkos v. 3.0
// Copyright (2020) National Technology & Engineering
// Solutions of Sandia, LLC (NTESS).
//
// Under the terms of Contract DE-NA0003525 with NTESS,
// the U.S. Govern... | [
"pakuber@sandia.gov"
] | pakuber@sandia.gov |
c5f4f2bad016959dc7e13b21c6ebc5b252a17502 | c6060cc96a6ebc798309bb43f7c4ceac906b5316 | /Vim/FacebookHackerCup2017/Qualification/FightingTheZombie.cc | f032163237e462cb00a8a5f4db770c7362be5554 | [] | no_license | brycesandlund/CompetitiveProgramming | f05de33922a5bf01740e93c0266d72a49d6c8469 | 9d82a269c926c47c149bfff1ec8c90b8f80f5da1 | refs/heads/master | 2020-08-05T12:03:09.071620 | 2018-10-04T15:57:18 | 2018-10-04T15:57:18 | 23,522,788 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cc | #include <iostream>
#include <vector>
using namespace std;
typedef long long ll;
typedef vector<double> vd;
ll H, S;
double process_spell() {
ll X, Y, Z = 0;
char c;
scanf("%lldd%lld%c", &X, &Y, &c);
if (c == '+' || c == '-') {
cin >> Z;
if (c == '-')
Z *= -1;
... | [
"bcsandlund@gmail.com"
] | bcsandlund@gmail.com |
eab6c8583b8e18021f95ce1c3d5a21622156d64f | 0f116a81ecf651d149ac6323e69468b523312057 | /c++/parrot/core/Vertex.h | f272b1624949bc8b20f520750c64c3aa61fe01ac | [] | no_license | booirror/codelabs | 4bbb500afb94f61e98fa16a59e27c2df270f09d6 | 92d21de25f84da8134ac2db56e36bac968915896 | refs/heads/master | 2022-11-23T22:14:07.065551 | 2020-08-03T15:10:47 | 2020-08-03T15:10:47 | 280,185,047 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,727 | h | #ifndef _PARROT_VERTEX_H_
#define _PARROT_VERTEX_H_
#include "Vector.h"
#include "MathUtil.h"
namespace parrot
{
class Vertex
{
public:
Vector4f pos;
Vector4f color;
Vector2f texPos;
Vector4f normal;
Vertex() = default;
Vertex(Vector4f pos, Vector4f color, Vector2f texPos, Vector4f normal)
:pos(pos), color(co... | [
"booirror@163.com"
] | booirror@163.com |
3c0e1b0bff9c51f2438adddf72f6db370c20485c | 1468b015f5ce882dbd39dc75c9a6560179a936fb | /card/M2634.cpp | f7e1812a2a004cda0a8ca9aa9eca86b21b36b523 | [] | no_license | Escobaj/HearthstoneResolver | cbfc682993435c01f8b75d4409c99fb4870b9bb3 | c93b693ef318fc9f43d35e81931371f626147083 | refs/heads/master | 2021-04-30T22:31:01.247134 | 2017-01-31T00:05:32 | 2017-01-31T00:05:32 | 74,474,216 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 393 | cpp | //
// Created by Jo on 19/12/2016.
//
#include "M2634.h"
M2634::M2634(const EventHandler &e) : Minion(e) {
this->set_id(2634);
this->set_attackMax(4);
this->set_defaultCost(3);
this->set_name("Écaille-d’effroi");
this->set_membership(Class::HUNTER);
this->set_type(CardType::BEAST);
this->s... | [
"joffrey.ecobar@epitech.eu"
] | joffrey.ecobar@epitech.eu |
e3eb94a50f8881e62ca8b277ae03fc734f163b2d | 1edf53fb0a1e22180ce33e1319c56f92ff6a5ce7 | /Neon/source/graphics/objects/command/command_queue_type.h | 3075c93c7c3538dda537cfa506a6d09c471dfcea | [] | no_license | PepijnAverink/NEON | 3b8a5fab202059bb60d9e0a67336766de066fe60 | 8019bad34b42e6ca065430c85bbe9ff9875f4e9b | refs/heads/master | 2022-10-03T13:00:35.167865 | 2020-06-04T10:51:33 | 2020-06-04T10:51:33 | 255,528,429 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 361 | h | #pragma once
namespace Neon
{
namespace Graphics
{
// ------------------------------------------
// CommandQueueType enum
// Specifies the type and or level of a CommandQueue obbject
// ------------------------------------------
enum CommandQueueType
{
NEON_COMMAND_QUEUE_TYPE_NONE = 0x00,
NEON_CO... | [
"p.averink@gmail.com"
] | p.averink@gmail.com |
e946ffac651239dc1cf60dd0323dd255751a3d3d | d9af6ca49774c009c4b277c24fb78f796fe8476b | /src/obfuscation.cpp | 3123a679ceb1261602512b385952adbc0086fd9e | [
"MIT"
] | permissive | loxevesavu/Ingenuity | 7924abf996ca1b96885b961b924a565b7fd41312 | f57a4d8f089c245d0d7ea676dd4573bb30c05300 | refs/heads/master | 2020-04-25T22:34:05.740695 | 2018-12-11T05:56:01 | 2018-12-11T05:56:01 | 173,115,384 | 0 | 0 | null | 2019-02-28T13:17:58 | 2019-02-28T13:17:57 | null | UTF-8 | C++ | false | false | 83,877 | cpp | // Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The Ingenuity developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "obfuscation.h"
#include "coincontrol.h"
#include "init.h"
#include ... | [
"44764450+IngenuityCoin@users.noreply.github.com"
] | 44764450+IngenuityCoin@users.noreply.github.com |
a2a30f34b4a5ac5aaf25797d4426412c75473700 | f44abd1e2a3da5b523a9ed061315edef9ddabf30 | /example/aes.hpp | b55837b651089c33f6e76c8935ad03c1a6c90590 | [] | no_license | nikita-veshchikov/silk | 9624ebb8f327a54c0612309637c0ab69cbc5ccc0 | 67e9af4455ea59875510efe37515725cd0119c94 | refs/heads/master | 2020-12-30T15:43:14.966020 | 2017-05-13T13:13:27 | 2017-05-13T13:13:27 | 91,174,388 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,095 | hpp | // constants, aes sbox, function declarations for AES
#ifndef __AES_HPP__
#define __AES_HPP__
#include <iostream>
#include <stdio.h>
#include <stdint.h>
#include "../silk/silk.hpp"
using namespace std;
//128 bit AES
#define Nrows 4
#define Ncols 4
#define Nr 10
const U8 sBox[] = {
0x63, 0x7C, 0x77, 0x7B,... | [
"veshchikov.nikita@gmail.com"
] | veshchikov.nikita@gmail.com |
c3f7e2186f534a036bea3ffad355674d47d82a01 | 1b2a5c6c07814f265471a0c42019bdca2e352433 | /数组_01/数组_01/test.cpp | d613f118a8109106c02e4eb6c2a030bbb8592ec8 | [] | no_license | HotPot-J/algorithms | d83c11a58876830ea44e849c061884449ea3d5c2 | ad4e55ca6529108738b72c3c3d49409d9a2b1bcb | refs/heads/master | 2021-01-02T00:30:31.216442 | 2020-09-25T08:39:23 | 2020-09-25T08:39:23 | 239,411,304 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,183 | cpp | #define _CRT_SECURE_NO_WARNINGS 1
#include<iostream>
#include<vector>
using namespace std;
/*链接:https://www.nowcoder.com/questionTerminal/94a4d381a68b47b7a8bed86f2975db46
来源:牛客网
[编程题]构建乘积数组
热度指数:240898时间限制:C / C++ 1秒,其他语言2秒空间限制:C / C++ 32M,其他语言64M
算法知识视频讲解
给定一个数组A[0, 1, ..., n - 1], 请构建一个数组B[0, 1, ..., n - 1], 其中B中的元素... | [
"807126916@qq.com"
] | 807126916@qq.com |
a95fb92db620ef3306119fad83c04ee5298b4ac8 | 067a54a335d900fbcb01c77205d1d45eb38fe7dd | /LightOJ/Number_Theory/.svn/text-base/1234.cxx.svn-base | 4de9d9624a1d4b4f446a1cd7529575f11f26690f | [] | no_license | pallab-gain/LightOJ | 997cf858d5af79f8de34fb8237a79e54f7f706f4 | 867186dcfcf9501797f8467c7ffa8cab87a7b197 | refs/heads/master | 2020-04-07T05:20:46.855100 | 2013-01-25T07:57:45 | 2013-01-25T07:57:45 | 3,844,699 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,738 | /*
* Author : Pallab
* Program : 1234
*
* 2012-05-02 15:32:51
* I have not failed, I have just found 10000 ways that won't work.
*
*/
#include <iostream>
#include <algorithm>
#include <vector>
#include <sstream>
#include <fstream>
#include <string>
#include <list>
#include <map>
#include <set>
#include <queue>
... | [
"pallab.gain@gmail.com"
] | pallab.gain@gmail.com | |
68c0247db07cc9e9603ed5da09a0287c3306c1f5 | c733fdee7235a7bb17177c95f3d6f5e203dd1fce | /autotests/roommodeltest.h | dc930abde0d5ca94847f196ad8084956cb6da0cb | [] | no_license | ruphy/ruqola | 9d024708fd43162f6f8e94eddcd141fed03aeda6 | 6046eb7e2990a840e3f2dfba640df1adb524030b | refs/heads/master | 2021-01-20T23:51:50.019501 | 2017-08-30T06:15:10 | 2017-08-30T06:15:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,232 | h | /*
Copyright (c) 2017 Montel Laurent <montel@kde.org>
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Public License as published
by the Free Software Foundation; either version 2 of the License or
( at your option ) version 3 or, at the... | [
"montel@kde.org"
] | montel@kde.org |
f55aac28922b64ab4bfbf6ac3131403b3492a46b | 77589d6eb789a5208bedb49d8b2a3986a2071333 | /Sliding window/Minimum Size Subarray Sum.cpp | 198855fa8c88f642940eebec6a05effa01b655a5 | [] | no_license | vishgoel007/Leetcode-problems | 09904994c2f7287256094d4dd20c71ace648311d | 2de3b703135ee5d43ca536be206ec6288c88c8ca | refs/heads/master | 2023-03-05T10:57:43.774863 | 2021-02-20T21:25:32 | 2021-02-20T21:25:32 | 287,869,090 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,718 | cpp | // https://leetcode.com/problems/minimum-size-subarray-sum/
#include <iostream>
#include <map>
#include <queue>
#include <stack>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
using namespace std;
// sliding window O(n)
class Solution {
public:
int minSubArrayLen(int s, vect... | [
"vishal@wakencode.com"
] | vishal@wakencode.com |
cc6a4752668611d8489d07b9c6160701be8c38b9 | 45e66980d15a06b264f31f9a7d6dcd6dc271b815 | /src/fs.h | 90b988e3311d6f03bb3015045aa7c6a46e6c0c81 | [
"MIT"
] | permissive | Lucky1689/ukcoin | e3ff17c66c85f5531d81580e4bc84ff3994924af | 11bcd6ded7b11a7179e32f1bf0d6f75615c0dde1 | refs/heads/master | 2022-09-20T17:25:14.553647 | 2020-06-03T18:08:17 | 2020-06-03T18:08:17 | 262,382,958 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 821 | h | // Copyright (c) 2017-2018 The Bitcoin Core developers
// Copyright (c) 2017 The Raven Core developers
// Copyright (c) 2018 The Rito Core developers
// Copyright (c) 2020 The Ukcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses... | [
"Ukcoin168@gmail.com"
] | Ukcoin168@gmail.com |
58271bb8fb904e385e532e3e74e0ecc73dbbf610 | 477f7dcdd775b0ae607251a415e1058b7d2be454 | /include/arkanoid/model/LevelTextFile.hpp | 2edd6ded7a6920038a863ad29c284e3ce53c3b57 | [] | no_license | zwostein/arkanoid | 4175d03386274607ab63808753160602b932277a | 8f966b696593687a532afbdb0bbb1b950f76176b | refs/heads/master | 2021-01-19T20:18:49.696288 | 2014-01-13T09:38:22 | 2014-01-13T09:38:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 327 | hpp | #ifndef _ARKANOID_MODEL_LEVELTEXTFILE_INCLUDED_
#define _ARKANOID_MODEL_LEVELTEXTFILE_INCLUDED_
#include <string>
namespace arkanoid
{
namespace model
{
class Level;
class LevelTextFile
{
public:
static Level * load( const std::string & fileName );
static bool save( const Level * level );
};
}
}
... | [
"provisorisch@online.de"
] | provisorisch@online.de |
e66f2c0d7db0f2355a9d91232bed0f69c330f103 | 1598841acea56eaaee53026195ce07d8c9c253a4 | /prewritten-code/templates/all_includes.hpp | 89e77a0c0ce940a0f825477ad0ca1ddb84460a78 | [] | no_license | PavelSavchenkov/competitive-programming | de9d3b14e8b7286d411946905bfb7586cb8c6db2 | b3a41a809bf1b483b1cf76df0a83c96ff74a12d5 | refs/heads/master | 2021-06-25T09:47:12.403610 | 2019-06-30T08:09:07 | 2019-06-30T08:09:07 | 144,401,056 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 449 | hpp | #pragma once
#include <cstdio>
#include <iostream>
#include <cmath>
#include <utility>
#include <memory>
#include <memory.h>
#include <cstdlib>
#include <set>
#include <map>
#include <cassert>
#include <bitset>
#include <unordered_set>
#include <unordered_map>
#include <functional>
#include <numeric>
#include <algorit... | [
"savchenkov@adorable.ai"
] | savchenkov@adorable.ai |
763f760fd670e3ea4df066ebe4967b94c6845fba | 0fab1998c78d0476845f3194202ba59c723777f1 | /C++/snake/snake/Source.cpp | 893a373248d3ca0166f13be5915dc6cea229a5da | [
"Apache-2.0"
] | permissive | PrinnyH/Small-Games | 34c3e5685be909b0c5ca923220e2201be418bbc4 | b8bdcac813af02412652e5e6e39348acebe4a451 | refs/heads/main | 2023-01-13T09:52:24.341400 | 2020-11-20T04:39:50 | 2020-11-20T04:39:50 | 307,379,116 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,353 | cpp | #include <iostream>
#include <windows.h>
#include <vector>
using namespace std;
enum direction {NONE ,UP, DOWN, LEFT, RIGHT };
direction dir = direction::NONE;
int length = 12, width = 24;
vector<int> player_x = {width/2};
vector<int> player_y = {length/2};
int playerlength = 1;
int score = 0;
vector<int> worm_x = {... | [
"prince.hussain@city.ac.uk"
] | prince.hussain@city.ac.uk |
07a5a6d3966770d79ac0eb36712f9cf94dbf23d4 | 36f68adb0fd4e647a416f20ed18278b62988858c | /TanCraft/MainListener.cpp | b708d88740ce0bc805294cf1375f25c7fe7d50f7 | [] | no_license | daniel0128/Tancraft | 5e6ce177fbea15d96f444b29dc66b7ba2ae208e3 | 152122149c3833a62d6804bd757d1519a4633ba1 | refs/heads/master | 2021-01-10T12:47:34.236054 | 2016-04-06T04:43:25 | 2016-04-06T04:43:25 | 54,285,107 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,378 | cpp | #include "MainListener.h"
#include "UserInput.h"
#include "InputHandler.h"
#include "World.h"
#include "Camera.h"
#include <ois.h>
MainListener::MainListener(Ogre::RenderWindow *mainWindow, InputHandler *inputManager, UserInput *input, World *world, TankCamera *cam):
mRenderWindow(mainWindow), mInputHandler(... | [
"survey600@qq.com"
] | survey600@qq.com |
6db97b725444f3d4df1e661956b495cfaf787bb9 | 731742351364307a7808ac514b325439e957977f | /coding_vectorized/example_test.cpp | 86241e198f24607e78a9fc199086f87a9cdc8f8d | [
"Apache-2.0"
] | permissive | tanvirarafin/HLS-Tiny-Tutorials | 90bdc6fc5ff1063b09ef95ed763a448d35ccea66 | 475c5d0f23deab72db59196021ba77a5f522de30 | refs/heads/master | 2023-03-31T18:47:15.661590 | 2021-04-10T01:31:22 | 2021-04-10T01:31:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,203 | cpp | /*
* Copyright 2020 Xilinx, 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 i... | [
"frederic@xilinx.com"
] | frederic@xilinx.com |
6dd38958ecf106ef09ba664e123f8e1dbf8cbe3e | d1428e48eedaa17bf875c291336cb466b9489804 | /QTcheck-worker/createtab/tab.h | b5ee8614f28d8ac0e358b554fd4aaa52b3dc3def | [] | no_license | wangxu989/wisecheckterminal | b7b392de77ceaefe73041c01078a9c47b2ecd266 | 7267e577382b70b5abff5f607a57d893a06a0c90 | refs/heads/master | 2023-02-11T01:49:05.489310 | 2021-01-06T14:59:19 | 2021-01-06T14:59:19 | 327,344,110 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,059 | h | #ifndef TAB_H
#define TAB_H
#include<QWidget>
#include<QString>
#include <QFile>
#include<QtXml/QDomDocument>
#include<QTableWidget>
#include<QMouseEvent>
#include<QDateTime>
#include<QTime>
#include<QObject>
#include<QCoreApplication>
#include<QVector>
#include<QLabel>
#include<QApplication>
#include<QAbstractButton>
... | [
"wangxu20103817@qq.com"
] | wangxu20103817@qq.com |
32b6bbc6c49bb016cc5fbb8ebb21eb8e57a0bd2f | 356b1ef5bfb7a67dc774ff7d7b3c0a3007438fe8 | /GameEngine/SOILImage.h | 6d5223c4bf5de87d0f511686574d61ddf7135d4d | [] | no_license | nickmly/engine | cbc9a6be93bdd74676cc337d80d90b012b187c5d | 64c43b2dd40134301a99e647154ea44443c98765 | refs/heads/master | 2020-04-11T04:29:14.990341 | 2017-04-02T02:18:10 | 2017-04-02T02:18:10 | 68,014,869 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 609 | h | #pragma once
#include "Image.h"
class SOILImage : public Image
{
private:
unsigned char* image;
int width, height;
public:
SOILImage(const char * fname, int width, int height);
~SOILImage();
virtual int getBitsPerPixel();
virtual GLenum getFormat();
virtual int getHeight();
virtual int getWidth();
virtual unsi... | [
"nickmly@gmail.com"
] | nickmly@gmail.com |
a8e0356ca9f5b9fb37e53a82c66a285451ca7b0f | bc90e70ee2139b034c65a5755395ff55faac87d0 | /sprout/tuple/tuple.hpp | 99afdd3557bfedffa5e9335daff0aa6c3fa00e14 | [
"BSL-1.0"
] | permissive | Manu343726/Sprout | 0a8e2d090dbede6f469f6b875d217716d0200bf7 | feac3f52c785deb0e5e6cd70c8b4960095b064be | refs/heads/master | 2021-01-21T07:20:16.742204 | 2015-05-28T04:11:39 | 2015-05-28T04:11:39 | 37,670,169 | 0 | 1 | null | 2015-06-18T16:09:41 | 2015-06-18T16:09:41 | null | UTF-8 | C++ | false | false | 1,169 | hpp | /*=============================================================================
Copyright (c) 2011-2015 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
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.tx... | [
"bolero.murakami@gmail.com"
] | bolero.murakami@gmail.com |
8631d297bf5fe3d9471c6fb7cc962cc9140713af | aad6b08ee56c2760b207d562f16be0a5bb8e3e2a | /tags/Doduo/BAL/OWBAL/Concretizations/Facilities/Gtk/BCFileChooserGtk.cpp | f277040d1d59ad294f4055e15c8103bc9f8bd9bf | [] | no_license | Chengjian-Tang/owb-mirror | 5ffd127685d06f2c8e00832c63cd235bec63f753 | b48392a07a2f760bfc273d8d8b80e8d3f43b6b55 | refs/heads/master | 2021-05-27T02:09:03.654458 | 2010-06-23T11:10:12 | 2010-06-23T11:10:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,809 | cpp | /*
* Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
* Copyright (C) 2007 Holger Hans Peter Freyther
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the ... | [
"mbensi@a3cd4a6d-042f-0410-9b26-d8d12826d3fb"
] | mbensi@a3cd4a6d-042f-0410-9b26-d8d12826d3fb |
5d814bc8fc0f5b0d3c087062805e4b20364b76d1 | b8dba2579a45e91710f6bc51d50e2bd7d56d01a3 | /044_多继承原理抛砖.cpp | 929ac7ec30cb76a0edb1d8c73a0881802025a19b | [] | no_license | shahhimtest/cpp_test_code_20190603 | 4fd0a34b149babca19636c503ca62e1bc717697d | 0cdb63c66a39906410040b34d7eceba684abae2e | refs/heads/master | 2023-07-14T21:40:39.273192 | 2019-07-06T11:34:08 | 2019-07-06T11:34:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,046 | cpp | #include <iostream>
using namespace std;
class B
{
public:
B()
{
cout << "B构造函数执行\n";
}
int b;
protected:
private:
};
class B1 : virtual public B //12
{
public:
int b1;
};
class B2 : public B //8
{
public:
int b2;
};
class C : public B1, public B2
{
public:
int c;
};
void test03()
{
cout << sizeof(B) ... | [
"40995328+007skyfall@users.noreply.github.com"
] | 40995328+007skyfall@users.noreply.github.com |
404367adb5ae75e55ddad2606b0cf85732ee5efb | f02a2f65c974c9959f83c9d2e651b661190394c4 | /src/Pulses/PulMLEV.h | 5fbd7e5eff3f526c5b84bda91f3bde9ef6724be1 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | kaustubhmote/gamma | f207afd5f17ebc0a0b66dc82631256c854667e49 | c83a7c242c481d2ecdfd49ba394fea3d5816bccb | refs/heads/main | 2023-03-14T12:18:59.566123 | 2021-03-03T17:58:07 | 2021-03-03T17:58:07 | 419,639,294 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,830 | h | /* PulMLEV.h ****************************************************-*-c++-*-
** **
** G A M M A **
** **
** MLEV Pulse Functions Interface **
** **
** Copyright (c) 1998 **
** Dr. Scott A. Smith ... | [
"bsoher@briansoher.com"
] | bsoher@briansoher.com |
64048467511dd14064e3718081e5454dacdbe25d | 3094900b28f09ae64e2d462fdf269764555d4c2f | /src/db/dbBlk.hpp | 7b6f6e78957cbb62f4534076c36d9b14580b6860 | [] | no_license | HecatePhy/anaroute | 109b1afb5ddedbaf46eb479eb7436224ae0d03d7 | a7c99aaa1b9a43b0b2f7e0dfbdc9250ec0886cba | refs/heads/master | 2023-08-15T02:55:54.559283 | 2021-06-25T03:22:51 | 2021-06-25T03:22:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,655 | hpp | /**
* @file dbBlk.hpp
* @brief Circuit Element - Blkage
* @author Hao Chen
* @date 09/20/2019
*
**/
#ifndef _DB_BLOCK_HPP_
#define _DB_BLOCK_HPP_
#include "src/global/global.hpp"
#include "src/geo/box.hpp"
PROJECT_NAMESPACE_START
class Blk {
friend class Parser;
friend class CirDB;
public:
Blk()
... | [
"haoc@utexas.edu"
] | haoc@utexas.edu |
7b94c58bbe01da4cc3f89b2ceca1f9758a6996da | bcc37726efdb8a72d1106d0b99abbb5ab446a176 | /include/requests/error.hpp | 85e616e7fd2c651f277acfdb627e300bbdb9d6ae | [
"MIT"
] | permissive | miniriley2012/requests | 506dcd85bfdf032e7c646db57b2fff0ae0ac7238 | 81039bc2f0fce99b22f6395a290e31f698a9aeaf | refs/heads/master | 2022-12-11T00:24:26.477914 | 2020-08-29T18:40:55 | 2020-08-29T18:40:55 | 291,320,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,385 | hpp | //
// Created by Riley Quinn on 8/29/20.
//
#ifndef REQUESTS_REQUESTS_ERROR_HPP
#define REQUESTS_REQUESTS_ERROR_HPP
#include <string>
#include <system_error>
namespace requests {
enum class [[maybe_unused]] error_code {
OK = 0,
INITIALIZATION_ERROR,
};
std::string error_code_str(error_c... | [
"merileyquinn@gmail.com"
] | merileyquinn@gmail.com |
12f7de355746d9774a58a3bc8968fb9953d94374 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /third_party/android_ndk/sources/third_party/vulkan/src/libs/vkjson/vkjson_instance.cc | 7784d53926a7991fe480efdf126779a5e5b62feb | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | 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 | 5,665 | cc | ///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2015-2016 The Khronos Group Inc.
// Copyright (c) 2015-2016 Valve Corporation
// Copyright (c) 2015-2016 LunarG, Inc.
// Copyright (c) 2015-2016 Google, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "Lic... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
329da1dbbd3893175e4c9c95b4aab87366123d04 | 160742f8a8b4f159578cd1f2bfa27b9819d232e8 | /Unit_1/range/impl.h | 4c2499045e32e26fdbd3aabfa32798bdbc5c2bfc | [] | no_license | wrxcode/C-11 | 1103c518e3a839d486cf19678f0edaa040c29ac2 | d4d7336d668178f23fcef9128bd38c5dfc1461c6 | refs/heads/master | 2021-06-02T18:55:29.757838 | 2016-08-18T07:39:33 | 2016-08-18T07:39:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,668 | h | /*************************************************************************
> File Name: impl.h
> Author:
> Mail:
> Created Time: 2016年08月04日 星期四 16时41分29秒
************************************************************************/
#ifndef _IMPL_H
#define _IMPL_H
#include "iterator.h"
namespace detail_range{
tem... | [
"1721267632@qq.com"
] | 1721267632@qq.com |
38886b2ef077ae1bb78f91bb5d2821d8f72dbf72 | 1354eb6100e2841cc6ef5faa4f71ce0d34a0ca9b | /src/widgets/stil_chatctrls.h | 91e55c54306d431e54240d997f53c4fa7ead9dbc | [] | no_license | ysur/stildcpp | 87fbed1c167938ff43a80d1b78694ebcba45b1fc | acb2c3d24459e5345b75f0d208e0a326884c67ed | refs/heads/master | 2021-05-28T09:55:33.581812 | 2008-12-23T12:24:53 | 2008-12-23T12:24:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,374 | h | /***************************************************************************
* Copyright (C) 2007 - 2008 by Pavel Andreev *
* Mail: apavelm on gmail point com (apavelm@gmail.com) *
* *
* This pr... | [
"apavelm@ce0af37e-8b3b-0410-b313-1d31aded5f2d"
] | apavelm@ce0af37e-8b3b-0410-b313-1d31aded5f2d |
41c8d8ce7bd24e32352445a3fb155b61e5e26dd9 | 037dc4a90f4fe0ffa4b0a4b735ce7ef703feeddd | /aws-cpp-sdk-rds/source/model/DescribePendingMaintenanceActionsResult.cpp | 1e678bd1d7256ebb222f756d3c75e627febfb565 | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | pokey909/aws-sdk-cpp | 2e74e83236f931a4ced74a916dec17e086f6d286 | 8a02586dee99bc00ab3ea3929c165b0c974e8fbb | refs/heads/master | 2021-01-15T11:24:09.348887 | 2015-12-15T08:56:49 | 2015-12-15T08:56:49 | 47,977,310 | 0 | 0 | null | 2015-12-14T13:41:29 | 2015-12-14T13:41:29 | null | UTF-8 | C++ | false | false | 2,719 | cpp | /*
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file... | [
"henso@amazon.com"
] | henso@amazon.com |
dc265e4dd0c5f2fa3b5ef9938b907b75aa5482a6 | c0d291eed180ef5c03cf818dd501faa2c435c8b2 | /Network/UNIXSocket.h | bb195fbd15ad84665a69a752cd08bcfad509773d | [] | no_license | alex-min/rtype-2014-minetta | 61e27ce2813fd499f1eb95a2b1fa53673c563cc5 | 442c6a472b9c50e3d586a6dcea40317356417a9e | refs/heads/master | 2016-08-12T06:34:30.565350 | 2012-01-31T10:36:11 | 2012-01-31T10:36:11 | 46,982,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,274 | h | #ifndef UNIXSOCKET_H
#ifdef OS_UNIX
#define UNIXSOCKET_H
#include "Exception.h"
#include "ISocket.h"
#include "NetworkDisconnect.h"
#include "IpAddress.h"
#include <string>
#include <iostream>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/... | [
"joris.profili@gmail.com"
] | joris.profili@gmail.com |
9174382e1f50364d0ae298161a02cfd1efe4a95f | 05a65c385dc5ba32bff4e1af5f9d523a4e831449 | /Source/USemLog/Classes/Runtime/SLLoggerManager.h | 5eb7ee7ed699cd85e51bdbf2a7bdcea00c34f8e9 | [
"BSD-3-Clause"
] | permissive | robcog-iai/USemLog | 5571212e9c7fba04a441a89f269f02195a3b3643 | d22c3b8876bec66a667023078f370a81f7ce9d2b | refs/heads/master | 2023-09-01T08:53:09.932916 | 2022-11-03T11:20:35 | 2022-11-03T11:20:35 | 69,003,081 | 9 | 22 | BSD-3-Clause | 2023-03-29T14:44:52 | 2016-09-23T07:59:30 | C++ | UTF-8 | C++ | false | false | 6,127 | h | // Copyright 2017-present, Institute for Artificial Intelligence - University of Bremen
// Author: Andrei Haidu (http://haidu.eu)
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Info.h"
#include "Runtime/SLLoggerStructs.h"
#include "SLLoggerManager.generated.h"
// Forward declarations
class ASLWorldSta... | [
"andrei.haidu@yahoo.com"
] | andrei.haidu@yahoo.com |
cedcd8d3f5e996e25ba256e376500c5eb40f3330 | fe09db7431ca319829bb951793750dd3a58ded3d | /1-fundamentals/if3.cpp | e1f98bd43d2bd65662de32d71759e7eb0ba12009 | [] | no_license | tiagomelojuca/cod3r-cpp-essential | ca657ff21d4076f98fdb3a99f55f6b16b0e3847e | 8a214d067bdc439924e8cfe887de26b60da04644 | refs/heads/master | 2023-03-28T17:37:42.003432 | 2021-03-27T11:33:47 | 2021-03-27T11:33:47 | 352,048,837 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 829 | cpp | #include <iostream>
using namespace std;
int main() {
// double num1, num2, num3, choosenNum;
// cout << "Enter number 1: ";
// cin >> num1;
// cout << "Enter number 2: ";
// cin >> num2;
// cout << "Enter number 3: ";
// cin >> num3;
// if( num1 >= num2 ) {
// choosenNum =... | [
"tiagomelojuca@gmail.com"
] | tiagomelojuca@gmail.com |
13e960019ca76d7df8a71b35b2643702eba69b33 | 6d56eceb8f89e0a8f99ceb675232bae93ee2422f | /109.convert-sorted-list-to-binary-search-tree.cpp | 5115aa0069a866b3cd96f0654f132aec091c1d08 | [] | no_license | ketankr9/leetcode-solutions | 6ecadd3f12de905c75c42e6718f9adc1c0cf1323 | 0c51ca65e0f45ef4c2594fd5dcd97261e2c4a859 | refs/heads/master | 2021-08-15T22:15:31.583196 | 2020-04-18T17:56:19 | 2020-04-18T17:56:19 | 161,271,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,150 | cpp | /*
* @lc app=leetcode id=109 lang=cpp
*
* [109] Convert Sorted List to Binary Search Tree
*
* https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree/description/
*
* algorithms
* Medium (41.04%)
* Likes: 1063
* Dislikes: 68
* Total Accepted: 180.7K
* Total Submissions: 437.3K
* Testc... | [
"utsav.krishnan.cse15@iitbhu.ac.in"
] | utsav.krishnan.cse15@iitbhu.ac.in |
21a9a54776372b31531a9ed823e08226e64af5fa | 7307c03c24753f9c7e148c5145b52b04a79e879d | /ListaEnlace.cpp | 4eaa0d5db7385253fa91fd85a7c9256c9dc5da2b | [
"MIT"
] | permissive | JA7XJ/Examen2_JosephMoscoso_P3 | 838afcfcd915e5e156a289e7a2ac8dd5b220203e | b34ae0dca14f4e4dc0c166abfa2c728cfc20b3c2 | refs/heads/master | 2020-04-11T13:46:33.021590 | 2018-12-15T03:59:32 | 2018-12-15T03:59:32 | 161,828,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 949 | cpp | #include "ListaEnlace.h"
#include "Usuario.h"
#include <iostream>
using std::cout;
using std::endl;
ListaEnlace::ListaEnlace(){
inicio=0;
size=0;
}
bool ListaEnlace::push(Usuario* obj){
Node* newNode= new Node(obj);
newNode->setNext(inicio);
inicio=newNode;
size=size+1;
return true;
}
Usuario* ListaEn... | [
"josephmoscoso70@hotmail.com"
] | josephmoscoso70@hotmail.com |
e8bee0ce8a8019b25ef3f7fc8a3e9a03a9fce077 | 131e226630f5c0c2bc881f841f6f0bc9dd0c40eb | /include/advancegl/FrameBufferTest.h | b31fdc78c1f4963524d32d5da1bd57e4eef6cf6f | [] | no_license | journey-M/mLeanOpengl | 80da6f3c79a17e0ba3ec6e783dcfedb9215a3af1 | 419d06a6a536038ec455885760ebfc80a9edc2b7 | refs/heads/master | 2023-06-22T08:18:02.837103 | 2022-07-18T22:23:30 | 2022-07-18T22:23:30 | 230,425,297 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,680 | h | #ifndef __FrameBufferTest_H__
#define __FrameBufferTest_H__
#include "../IOperator.h"
#include "../Shader.h"
#include "../glm/glm.hpp"
#include "../Camera.h"
#include "../stb_image.h"
#include "../glm/gtc/matrix_transform.hpp"
#include "../glm/gtc/type_ptr.hpp"
#include "../glm/fwd.hpp"
#include <GLFW/glfw3.h>
class... | [
"guoweijie@mail.360.cn"
] | guoweijie@mail.360.cn |
2014ed54757747ed3423a994d1bbb8df60e38c70 | 306453defe5afdf344d25322ccc1ccc8f6e01813 | /src/cli/opt_convert.cc | edb5ade6660df29ca05c3fe79e842a9941b21383 | [] | no_license | hepangda/zbench | 163fea1f8e5d5240e2914f1b8577e909b09ac3fb | 9ed9417fe9b21087450995c72555d8171d5dd618 | refs/heads/master | 2020-05-05T10:22:44.942896 | 2019-05-26T10:19:57 | 2019-05-26T10:19:57 | 179,943,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 821 | cc | #include "opt_convert.h"
const char* OptConvert::ConvertMethod(HttpMethod method) {
const char *convert_map[] = {
"GET", "POST", "PUT", "DELETE"
};
return convert_map[method];
}
const char* OptConvert::ConvertVersion(HttpVersion version) {
const char *convert_map[] = {
"1.0", "1.1"
};
return con... | [
"pangda@xiyoulinux.org"
] | pangda@xiyoulinux.org |
03284df63d613f5b9c19da1c072e40ce38132635 | 08057c01f6612023f72d7cc3872ff1b68679ec5d | /Assignments/Assignment_5/Gaddis_8thEdition_Chap6_ProgChal16_Population/main.cpp | 211940a076688f9dba1b0292879a060890f8d43c | [] | no_license | xMijumaru/RamosKevin_CSC5_SPRING2018__ | d42519a426391303af3e77480b4451a3e07e7f62 | 7d904ed93c8490786dc62d546a93a01a999b0b69 | refs/heads/master | 2021-07-24T04:21:46.427089 | 2018-08-11T20:49:03 | 2018-08-11T20:49:03 | 125,411,373 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,569 | cpp | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: main.cpp
* Author: kevin
*
* Created on May 6, 2018, 2:49 PM
*/
#include <cstdlib>
#include <iostream>
using names... | [
"kramos24@student.rccd.edu"
] | kramos24@student.rccd.edu |
b98191c2f2f0b65b1a440b337a61b3cd28328535 | 3b443b057a968c348703dfaab0ffa3fdb2781520 | /text13/text13/text13View.cpp | bee6cec32a846e307e50cf8eb260cdd0474ccb9f | [] | no_license | gxnu-zyj/Myproject | 601bd269ad52d997f33b77c6f8ea0cc8ac59a377 | 6170116f221ecc8fa71b0c0ccd2827de7b37a175 | refs/heads/master | 2022-11-08T19:11:15.997805 | 2020-07-03T04:48:30 | 2020-07-03T04:48:30 | 276,803,780 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,779 | cpp |
// text13View.cpp : Ctext13View 类的实现
//
#include "stdafx.h"
// SHARED_HANDLERS 可以在实现预览、缩略图和搜索筛选器句柄的
// ATL 项目中进行定义,并允许与该项目共享文档代码。
#ifndef SHARED_HANDLERS
#include "text13.h"
#endif
#include "text13Doc.h"
#include "text13View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// Ctext13View
IMPLEMENT_DYNCREATE(Ctext13... | [
"1922148179@qq.com"
] | 1922148179@qq.com |
0a4e7123cabf438b20fce230de416595ad31171f | 8214b5985eed062670bc69c3234450c4d0b6d6a0 | /layers.h | a8da276b50c20a543fd6f8069cb9d20c2d2664d5 | [] | no_license | tianjunz/Halide_NN_squeeze | e4ab096fb6ae8b0a0255dd75f9d3e16ccb3ee171 | b53ff6e464a3217029139d1f53905e6299a72561 | refs/heads/master | 2020-03-28T13:04:38.892782 | 2018-09-27T21:11:11 | 2018-09-27T21:11:11 | 148,363,265 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,432 | h | #include "Halide.h"
using namespace Halide;
#include "halide_image.h"
using namespace Halide::Tools;
class Layer {
public:
Layer(Layer* in) {
// The first layer in the pipeline does not have an input layer
if (in) {
// Get the halide function that computes values
... | [
"tianjunz@dhcp-47-172.EECS.Berkeley.EDU"
] | tianjunz@dhcp-47-172.EECS.Berkeley.EDU |
7533d1055fddddb3e390f344d3ed0a202a3e714e | 7c45c37dcbe114822026332c9d3eb8bae720ff47 | /fw/include/support/util-str.h | 079899b383ab04930d46387be6120fe27ad597dd | [] | no_license | lucaspcamargo/hydrus-v2 | ebc65afe2de6e30b05fa479260fed3330d294ece | 169bf60860a1b7ce27953fad57e4c6bdc48b03b1 | refs/heads/master | 2020-03-25T04:01:46.059730 | 2018-08-03T03:41:52 | 2018-08-03T03:41:52 | 143,374,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,986 | h | #pragma once
#include <sstream>
#include <string>
#include <vector>
#include <cstdlib>
typedef std::vector<std::string> stringvec_t;
typedef stringvec_t::iterator stringvec_it_t;
namespace Util {
bool startsWith(const char *pre, const char *str)
{
size_t lenpre = strlen(pre),
lenstr = st... | [
"camargo@lisha.ufsc.br"
] | camargo@lisha.ufsc.br |
6009430f47a810c3f300e18d1367f2172d19d4ca | 8bad57b1b5b08e9dada6ad89271d406a46117efb | /Assignment3/Assignment3.cpp | 1cd9b7ec3c40f1292f4b95a46743cdfc681715cc | [] | no_license | blarsen005/bjornlarsen-CSCI20-Spr2017 | c66030b2cea4199abe785003402bbc11b6793c57 | b3f3c920304b679d2b40f32152c49628114724ad | refs/heads/master | 2021-01-11T15:57:12.114412 | 2017-05-23T05:04:44 | 2017-05-23T05:04:44 | 79,965,072 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,607 | cpp | // Bjorn Larsen
// 4/6/2017
/*
Program Description:
This program allows the user to play "Rock Paper Scissors Lizard Spock" against a computer. The computer chooses one of the five
options and the user chooses one. The program determines who has won each round and outputs current score at the end of each round... | [
"blarsen005@student.butte.edu"
] | blarsen005@student.butte.edu |
4208dccd4bd4bf318c61dbad0e0b7da23ea8a38a | 4da5ea9c5a1d48fe519c716d22a1e61b554387fe | /main/web/WebServer.cpp | b95330ff1ec56c17f70260fc01b67cd618e68bce | [
"MIT"
] | permissive | greatriver007/Homepoint | fbbeccb88e00e1aea7cd81b2f3c8935b7e8cd8e5 | 69bf30fb089bfcf7141de01d5766dddb9af45bac | refs/heads/master | 2021-01-07T12:19:09.209949 | 2020-02-15T21:37:16 | 2020-02-15T21:37:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 974 | cpp | #include <AppContext.h>
#include <fs/Filesystem.h>
#include <web/WebServer.h>
#include "SPIFFS.h"
#include "SPIFFSEditor.h"
namespace web
{
WebServer::WebServer(std::shared_ptr<ctx::AppContext> appCtx, WebCredentials webCredentials) :
mpAppContext(appCtx),
mCredentials(webCredentials)
{
mpServer = std... | [
"matthias@s-r-n.de"
] | matthias@s-r-n.de |
dc9af139712ec474c3fb33143a295281e5a27d0b | a209c498dd6523a6c6e451d936dcab577fe2b733 | /Tower/Intermediate/Build/Win64/UE4Editor/Inc/Tower/Enemy.gen.cpp | a01617758f593c21540028ce4f1086ab7a08d820 | [] | no_license | AidanMJW/TowerDefenceAssignment | f96bd7f92fdd112398b4c82680eee9e24d5c53a9 | 9c713ce22b6d452043431477669054a3f48e6972 | refs/heads/master | 2020-06-27T23:29:26.866170 | 2019-08-08T07:39:04 | 2019-08-08T07:39:04 | 200,079,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,152 | cpp | // Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
==============================================================... | [
"Aidan_Walker@live.com.au"
] | Aidan_Walker@live.com.au |
b4eeab2ca8b8c1beae8b84a7404fa22e734f1f60 | dbec1490074c38e0a6a9fc8981a51b169f438412 | /src/main.cpp | f2318294d15a37630a09ba4f2eb490ee352be66a | [
"MIT"
] | permissive | mincardona/xmphash | e85239f5a432df15944e1b03c681e9cb8ee76e72 | c602bd628a9e4a1b22a2e733883a8cfe75fc5a9e | refs/heads/master | 2023-02-23T05:46:35.861972 | 2021-01-29T04:30:42 | 2021-01-29T04:30:42 | 328,828,359 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,144 | cpp | #include <cassert>
#include <cstdio>
#include <cstring>
#include <optional>
#include <string>
#include <thread>
#include <utility>
#include <vector>
#include <getopt.h>
#include <xmphash/hasher.hpp>
#include <xmphash/xplat.hpp>
namespace xmph = mji::xmph;
#define DIE(S) do { std::fprintf(stderr, S); exit(-1); } whi... | [
"michael.incardona@outlook.com"
] | michael.incardona@outlook.com |
93216919c81822276449380ae255be9a128de0dd | 02a7715694c10ad7cdb5fca2db5db4d2c14b358e | /include/cslib/data_structure/linked_list.hpp | 1113f2e587e66516abd079052a837b6c5074ee5f | [
"MIT"
] | permissive | sandyre/cslib | b1e96bea64be7c42e87f534af15aaabcdc44ba51 | 2ee0fe8a8b6b7fc47858ae47fa820cf70f8aa4d3 | refs/heads/master | 2020-03-23T21:54:52.280831 | 2018-11-19T18:09:28 | 2018-11-19T18:09:28 | 142,140,984 | 2 | 0 | MIT | 2018-11-19T18:09:29 | 2018-07-24T10:09:52 | C++ | UTF-8 | C++ | false | false | 2,291 | hpp | #ifndef CSLIB_DATA_STRUCTURE_LINKED_LIST_HPP
#define CSLIB_DATA_STRUCTURE_LINKED_LIST_HPP
// MIT License
//
// Copyright (c) 2018 Alexandr Borzykh
//
// 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 th... | [
"aleksandr.borzyh@gs-labs.ru"
] | aleksandr.borzyh@gs-labs.ru |
c5c9e1fd400e53b48b6d6e0112d36c476d5989c5 | f418d0691d5fc49090325bc3bf022f27973967d2 | /third_party/odb-2.5.0-x86_64-windows/include/libbutl/ft/shared_mutex.hxx | 2ee5546e4b6182a63ed7d707e02c58bcd77354a8 | [] | no_license | asdlei99/libodb-release | c4350d35a67608c7ace92c5760cd4e30f469db24 | c4a4dfb7f490ba367f10477963712e4395acfebd | refs/heads/master | 2020-08-22T19:25:02.023815 | 2019-09-29T02:48:33 | 2019-09-29T02:51:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,856 | hxx | // file : libbutl/ft/shared_mutex.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUTL_FT_SHARED_MUTEX_HXX
#define LIBBUTL_FT_SHARED_MUTEX_HXX
#if defined(__clang__)
# if __has_include(<__config>)
# include <__config> ... | [
"jack.wgm@gmail.com"
] | jack.wgm@gmail.com |
c9073ec171c28fa28250441ef478b28807883f88 | f0cfa1f5e30845a6061fefbf87547e63b2c22b41 | /devel/include/gc_msgs/ObstacleAheadMsg.h | 5b2468adcde5e995b65327cb2a2d323a1482ae38 | [
"MIT"
] | permissive | WeirdCoder/rss-2014-team-3 | d9ba488dff5b7f17bd278a3eef135a39bdcf8e19 | f7565e14de018b3fac5e2cfeb6633d32047eb70a | refs/heads/master | 2021-01-01T06:55:14.626711 | 2014-05-06T23:25:24 | 2014-05-06T23:25:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,553 | h | /* Software License Agreement (BSD License)
*
* Copyright (c) 2011, Willow Garage, 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... | [
"rss-student@Turtle.mit.edu"
] | rss-student@Turtle.mit.edu |
2a43c356701413fb91b6f7599936aaf94c01c447 | e17c43db9488f57cb835129fa954aa2edfdea8d5 | /Libraries/IFC/IFC4/include/IfcLightSourcePositional.h | 32ed72db54f07a72c7aa902d4a4dd2ea39009c3e | [] | no_license | claudioperez/Rts | 6e5868ab8d05ea194a276b8059730dbe322653a7 | 3609161c34f19f1649b713b09ccef0c8795f8fe7 | refs/heads/master | 2022-11-06T15:57:39.794397 | 2020-06-27T23:00:11 | 2020-06-27T23:00:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,586 | h | /* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */
#pragma once
#include <vector>
#include <map>
#include <sstream>
#include <string>
#include "IfcPPBasicTypes.h"
#include "IfcPPObject.h"
#include "IfcPPGlobal.h"
#include "IfcLightSource.h"
class IFCPP_EXPORT IfcCartesianPoint;
class IFCPP_... | [
"steva44@hotmail.com"
] | steva44@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.