blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
693522d2522a216ca5b95aca87d28ad3ab87723e | 13ea9deda4f88378a78fac44cbf1ef1209dc8d74 | /src/spork.cpp | 262b8b6badc251427d83f0d09ea63070af45e32b | [
"MIT"
] | permissive | tminussi/arepacoin | bf3502db4e2f234ab9b2e7ab627aca0cd4ecc7cb | cc3d756d470d5f342f2625637d63b89a40bd1884 | refs/heads/master | 2020-03-30T12:55:34.939859 | 2018-10-02T12:10:34 | 2018-10-02T12:10:34 | 151,248,304 | 0 | 0 | null | 2018-10-02T12:09:03 | 2018-10-02T12:09:02 | null | UTF-8 | C++ | false | false | 11,074 | cpp | // Copyright (c) 2014-2016 The Dash developers
// Copyright (c) 2016-2017 The PIVX developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "spork.h"
#include "base58.h"
#include "key.h"
#include "main.h"
#include... | [
"loldlm1@gmail.com"
] | loldlm1@gmail.com |
5eac579b779108ef5a08e800a7eb44e28cfc7ea9 | fd9b12a40aca3d6a331eacb825c82fe2ddeb9874 | /final/db/db.cpp | 5faa284b1a5575b54b0b05b4d221106c926cb4a7 | [] | no_license | xzeng17/CS466 | e8c666ec2887256f099c1a3c5773c051d4a94206 | ab7a018cfe629bddafe8a1f8fb2e1b16fe2438c9 | refs/heads/main | 2023-04-15T19:25:53.809807 | 2021-05-06T16:23:20 | 2021-05-06T16:23:20 | 341,237,490 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,750 | cpp | #include "db.h"
#include <iostream>
using namespace std;
Database::Database(const string& filename) {
Fileloader fl(filename);
try {
init(fl);
} catch (runtime_error e) {
cout<<e.what()<<endl;
}
cout<<"Parsed from "<<filename<<". Database has: "<<size()<<" entries!"<<endl;
}
void... | [
"xzeng17@illinois.edu"
] | xzeng17@illinois.edu |
9e54f14ccd09bf4e018e535b610a9af2aeaa1d4f | 8675b8c7c8eaac4912989462d7090c62db6c7299 | /leetcode/main.cpp | b95f89afa60ff3af3e0651da9b2ab5e54d46c8d6 | [] | no_license | zxnn81/ojcode | c524943047e6782c3a2f5bec425f38de72f70d16 | f838e4f323e4a27aa27a64190e879bcbd0ed05ce | refs/heads/master | 2016-08-06T20:18:53.557550 | 2015-07-06T18:39:47 | 2015-07-06T18:39:47 | 38,487,524 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,218 | cpp | #include "main.h"
int main()
{
/// int a=hammingWeight(001101111001);
// printf("%d",a);
/* int a[3]={3,2,4};
int ll1[2]={9,9};
int ll2[1]={1};
ListNode*l1=NULL,*l2=NULL;
ListNode* end;
for(int i=0;i<2;i++)
{
if(l1==NULL)
{
l1=new ListNode(ll1[i]);
end=l1;
}else
{
ListNode* tmp=end;
end=new... | [
"zxnn81@gmail.com"
] | zxnn81@gmail.com |
9de8dd01a6995f8b96402acc74f44f885ddcc969 | d5cb0e3a8fc1f9522954e453e238481b9406d978 | /fyp-evolutionary-art/core/clGenerator.cpp | 8416dd4050d2d8fdef87e8f211aa91dda1e6bebf | [
"MIT"
] | permissive | baccka/fyp-evolutionary-art | 831c1acf761df6d028d5a5316101b4a1828a608e | dac828e229aee4e8975c297d2021a897a30737cc | refs/heads/master | 2016-08-11T23:10:13.172034 | 2016-04-17T22:33:50 | 2016-04-17T22:33:50 | 55,785,020 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 822 | cpp | #include "clGenerator.h"
#include <iostream>
namespace core {
CLTreeGenomeImageGenerator::CLTreeGenomeImageGenerator(const TreeGenomeImageGenerationOptions &options, CLComputeProvider &clProvider) : clProvider(clProvider), options(options) {
}
cl::Image2D &CLTreeGenomeImageGenerator::getImage() {
if (image) {
re... | [
"a.lorenz1@nuigalway.ie"
] | a.lorenz1@nuigalway.ie |
071ff8bc153e0b445098993b4b5ce9618afb2e77 | 83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1 | /gen/blink/bindings/modules/v8/V8VRDevice.h | 463449404ccd8953a2906b5b23b143aa23688fa0 | [
"Apache-2.0"
] | permissive | cool2528/miniblink49 | d909e39012f2c5d8ab658dc2a8b314ad0050d8ea | 7f646289d8074f098cf1244adc87b95e34ab87a8 | refs/heads/master | 2020-06-05T03:18:43.211372 | 2019-06-01T08:57:37 | 2019-06-01T08:59:56 | 192,294,645 | 2 | 0 | Apache-2.0 | 2019-06-17T07:16:28 | 2019-06-17T07:16:27 | null | UTF-8 | C++ | false | false | 1,986 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
#ifndef V8VRDevice_h
#define V8VRDevice_h
#include "bindings/core/... | [
"22249030@qq.com"
] | 22249030@qq.com |
ac0f88f1145be06cd9983750682a0be1b368731e | 1baa341b32f689f73fc2661ec30d35b231b02cda | /test/GlobalFXCMConnection.h | f32bc629846531d1a6c0f3a320ed14dfc0c58835 | [] | no_license | JoeButler99/PyFXCM | 901f17bf3780ccfbcaf44bee2d7d0da3848ad75b | 1cf828162d2e15576fceb8acf7f876bb640fb1e1 | refs/heads/master | 2019-01-19T12:10:34.399252 | 2014-12-29T14:40:04 | 2014-12-29T14:40:04 | 27,457,654 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 754 | h | /*
* GlobalFXCMConnection.h
*
* Created on: 5 Dec 2014
* Author: joe
*/
#ifndef GLOBALFXCMCONNECTION_H_
#define GLOBALFXCMCONNECTION_H_
#include <stddef.h> // defines NULL
#include "../src/YamlConfigLoader.h"
#include "../src/SessionHandler.h"
class GlobalFXCMConnection {
public:
static GlobalFXCMConnect... | [
"joe_butler99@hotmail.com"
] | joe_butler99@hotmail.com |
40e32674f26649e8bda365701b2c33f5306ef3a1 | f9fa279de2294ff483f3d0c9bc08bb052fc5eda2 | /external/chromium/media/filters/shell_mp4_parser.cc | 6280d99ef5fee612a1454526d39370949c4fa205 | [
"BSD-3-Clause"
] | permissive | rajeshvv/h5vcc | 964d1c2d6ea308413dae1527525f8937ac58808f | 1e0b8ac00d494d3ed56513d1e1725a063add7f31 | refs/heads/master | 2021-01-15T09:38:25.999021 | 2013-07-22T22:53:30 | 2013-07-22T22:53:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,001 | cc | /*
* Copyright 2012 Google Inc. 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 applica... | [
"rjogrady@google.com"
] | rjogrady@google.com |
fec943d1086068b6a792355908636652b9217157 | 8080043688d572479a94a68b76af83cb29b4ffea | /hello_SMG.cpp | ae3ab22ee9be51808af2229c4c3d84b4638d1758 | [] | no_license | MarySam01/PMI2 | 7596b4e15671401e13a2a5106be3fa4a233aa9c5 | dd9e4c5a6742ce8b7b8a7c1f6f531b0f4f5235c3 | refs/heads/main | 2023-02-17T09:14:00.201495 | 2021-01-17T04:54:56 | 2021-01-17T04:54:56 | 330,165,709 | 0 | 0 | null | 2021-01-16T15:48:14 | 2021-01-16T13:12:35 | C++ | UTF-8 | C++ | false | false | 141 | cpp | #include <iostream>
#include "fio.h"
#include <string>
using namespace std;
string print_SMG()
{
return "Samoylova Marya Gennadievna";
} | [
"fjuluur@mail.ru"
] | fjuluur@mail.ru |
f08a8babe5ac8526aa1aa8972833d0b9b388ce95 | d8eb3ea7cf7571a12df657e79784ba746cfba512 | /TP 4 EJERCICIO 6.cpp | beb009c951a4184acee6226b40ab365f932064fe | [] | no_license | ReginaLaurentino/Primer-Cuatrimestre-while | eec1bf284b02161373f35f05a7d6e3e1a99d7abe | 20e5b2cd509d09d1fe216593be683fefbbf774d1 | refs/heads/master | 2022-11-18T02:39:59.502830 | 2020-07-08T23:10:59 | 2020-07-08T23:10:59 | 278,212,405 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 642 | cpp | /*
6) Hacer un programa para ingresar una lista de números que finaliza cuando se ingresa un cero,
luego informar cuántos son positivos y cuántos son negativos.
Ejemplo: 4, -3, 8, -5, 18, 20, 0. Se listará Positivos: 4 Negativos: 2.
*/
#include<iostream>
using namespace std;
int main () {
int n,p=0, ne=0;
... | [
"noreply@github.com"
] | ReginaLaurentino.noreply@github.com |
6d6d9307ef7f698e1850c1ac8169611b9450e14d | 54d639ae3675b4000ef1d87b9db26b98c5c6da0c | /StanHatesBreaks/solution.cpp | a1f69297a1930e7167bce645192d1dd3fdb1d710 | [] | no_license | ishank99/ACM-Summer-Challenge-2019 | 7960c74c0fa964ee698ffb69d174d25b0042e9d6 | 55533166fe2d46abb8d40791317e52d0d7860f47 | refs/heads/master | 2020-08-13T20:47:21.274182 | 2019-07-12T13:35:36 | 2019-07-12T13:35:36 | 215,035,336 | 0 | 0 | null | 2019-10-14T12:14:09 | 2019-10-14T12:14:09 | null | UTF-8 | C++ | false | false | 364 | cpp | #include<iostream>
#include<string>
using namespace std;
int main() {
// freopen("input_10.txt", "r", stdin);
// freopen("output_10.txt", "w", stdout);
string str;
int l;
getline(cin, str);
l = str.length();
for(int i=0; i<l; i++) {
if(str.at(i) == ' ') cout<<"\\";
else... | [
"noreply@github.com"
] | ishank99.noreply@github.com |
9111efb7de0d6cfd4a3eb996a6aadd3d9f3fefbf | 52c01c8e5380603a715e45fdf8ce2f585f51e578 | /Source/FIT2097Week3/FIT2097Week3GameStateBase.cpp | 579a214375efdd5cb9bd4fe8c85f9b95b70c8e5b | [] | no_license | HeatHazeDaze/FIT2097Week3 | b9342140969751bf366f4ed125ccf35696d103b5 | a8a83b8f71b0e0fe7586a2b99206c7cf7965ec26 | refs/heads/master | 2023-04-13T04:34:48.314327 | 2020-11-11T08:39:03 | 2020-11-11T08:39:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 121 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "FIT2097Week3GameStateBase.h"
| [
"joshua.wirawan@gmail.com"
] | joshua.wirawan@gmail.com |
c719b747841680e09e9de71e5934de77e97294d7 | 19600b8e5bbc2c293baee39a9659d136ea3f520c | /p3/src/palindrome_prod.cc | 954233503141eab14b4ef72085217d4bd88299c1 | [] | no_license | amarleo/CYA-Practicas | 60456b599f56970c1049c0331835f8ffe968a541 | 9f00bd19a81350823ba0490b114439fa73e6274e | refs/heads/main | 2023-02-13T06:15:52.968917 | 2021-01-13T09:15:54 | 2021-01-13T09:15:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,649 | cc | /*
Copyright 2020 Alejandro Martín de León
- Práctica 3: Productos capicúa
Centro: Escuela Superior de Ingeniería y Tecnología
Asignatura: Computabilidad y Algoritmia
Año: 2020/2021
Autor: Alejandro Martín de León
Contacto: alu0101015941@ull.edu.es
Fichero: palindrome_prod.cc
Este programa contiene el código fuente ... | [
"alu0101015941@ull.edu.es"
] | alu0101015941@ull.edu.es |
2bd924b61132a9462d59feae907d06c71cb088e4 | 2f3372d8929d69e149574865140fb4f6be6f5994 | /main.1213988406138591467.cpp | 4f3356b884a58383fe2dad44d1637cdf80e16388 | [] | no_license | huynguy97/IP-Week2 | 7a6c45a72d2428218f92cc516b3f356f01ea7071 | e18da0c27cea68cae146e1288fcc7a4b395b12e6 | refs/heads/master | 2020-05-22T07:52:25.897780 | 2019-05-12T17:20:49 | 2019-05-12T17:20:49 | 186,273,762 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,860 | cpp | #include "Robot.h"
#include <algorithm>
#ifndef max
#define max(a,b) (((a) > (b)) ? (a) : (b))
#endif
#ifndef min
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif
/*
... | [
"h.nguyen@student.science.ru.nl"
] | h.nguyen@student.science.ru.nl |
1656fbc6b73f0f864a2f1dbea9e6d4ee6f3b5598 | 7cd6706dac37c2a898a565b4dadacf369590e2f0 | /src/base58.h | 13b84f0cc39aa75a8ed68251a0445e442fd1a241 | [
"MIT"
] | permissive | occoin/OfferlibationCoin | be6c5d4992ad4a8988c4f488c895a6c5783f0acd | edd5baf7116f818b273219d69facbebbe1a05f1f | refs/heads/master | 2021-01-10T05:48:26.588869 | 2016-04-04T14:14:58 | 2016-04-04T14:14:58 | 55,416,891 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 13,122 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
//
// Why base-58 instead of standard base-64 encoding?
// - Don't want 0OIl char... | [
"offcoin@126.com"
] | offcoin@126.com |
862fae802d1997116b98778af997708c205a97f9 | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /ui/accessibility/ax_tree.cc | f8827172a6add9476e9e4516d4405a15e59d3385 | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 23,364 | cc | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/accessibility/ax_tree.h"
#include <stddef.h>
#include <set>
#include "base/logging.h"
#include "base/strings/stringprintf.h"
#include "ui/... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
6c31e13026a9880ca7b1441029c7903b060a7ad9 | f17233dad5f2585e15da6c78bb34ab63058c80a4 | /src/rpcprotocol.h | 36285faa45a4c5d431e29a37ac6f2b1bba59f3ac | [
"LicenseRef-scancode-other-permissive"
] | permissive | ventual-core/vntl | 6ba7fe48da60e701786befb3e21072b7a7c56d33 | 9408f2d7ea53e7191d0d72a13ad80c6472f4f1cf | refs/heads/master | 2020-03-27T07:06:20.326264 | 2018-08-26T11:22:55 | 2018-08-26T11:22:55 | 145,736,814 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,569 | h | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_RPCPROTOCOL_H
#define BITCOIN_RPCPROTOCOL_H
#include <boost/asio.hpp>
#inc... | [
"ventual@tuta.io"
] | ventual@tuta.io |
72d4293dfeb9116d06f5dee22d4863a5b1e74784 | 6ed471f36e5188f77dc61cca24daa41496a6d4a0 | /SDK/DinoColorSetGenericFemale_parameters.h | 5fe2592b25d5c071c1ad6eeca407f19e4bd60478 | [] | no_license | zH4x-SDK/zARKSotF-SDK | 77bfaf9b4b9b6a41951ee18db88f826dd720c367 | 714730f4bb79c07d065181caf360d168761223f6 | refs/heads/main | 2023-07-16T22:33:15.140456 | 2021-08-27T13:40:06 | 2021-08-27T13:40:06 | 400,521,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 706 | h | #pragma once
#include "../SDK.h"
// Name: ARKSotF, Version: 178.8.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Parameters
//---------------------------------------------------------------------------
// Function D... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
0a3a1fa14137419b3bdd95908c060e8aa57933ea | c024a8d406ab3556a8c5bf5d66256cf6ec5dc7d9 | /7/FindMaxEx/stdafx.h | cc756c3bbcfc6c2f1c6c232c089cdeb9ac5691d7 | [] | no_license | sergeythrees/Object-Oriented-Programming | 1fa17b5606360b4b6ef1dd6e470f7426fef649b6 | 77e227a64cb2cf00f429c090bc16ca6ec8aefa36 | refs/heads/master | 2021-09-04T09:49:56.837506 | 2018-01-17T20:02:33 | 2018-01-17T20:02:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 347 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <vector>
#include <functional>
// TODO: reference additional headers yo... | [
"sergeythrees@gmail.com"
] | sergeythrees@gmail.com |
ce5dae88c3554d54fca24a5b8b0017b1dce1a6d9 | fc995bae9e98721abbb1e32dba221f2628ff0337 | /CEPC-I/creciente.cpp | 58b55a34ea9e1e719b9d8ab4e536191f3c66ef12 | [] | no_license | BL4CKS41L/Competitive-Programming | 9a09f057c6393210cf9309578f6998edf3e7463a | 05e1fbfd836037cf96e5377de1baff5b90c60042 | refs/heads/master | 2020-04-11T13:50:38.176398 | 2018-12-14T21:18:23 | 2018-12-14T21:18:23 | 161,831,871 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 362 | cpp | #include <iostream>
using namespace std;
int main(){
int N,i,array[N];
bool aux=false;
//int array[N];
cin >> N;
for( i = 0; i <N; i++) {
cin >> array[i];
}
for( i = 0; i < N; i++) {
if (array[i] >= array[i+1])
aux=false;;
break;
}
if (aux==true) {
cout... | [
"sysadmin@SYSTEMADMIN.localhost.com"
] | sysadmin@SYSTEMADMIN.localhost.com |
e910233487d06a9705e0bddf5edc2ff4f4e5025f | 50b7980236b960b133c91c6d653fb334d904252c | /SDK/BP_MonkCutMale02_classes.h | 72fc4d160300ae8b1d9c0c8991ecf783bbd786ca | [] | no_license | wyverns1/mordhau_sdk | c5fa2978203f6c3d405a011c06c39274f52549d1 | 43693f2102efc684c1d27fb5b4a0abfa67c1f596 | refs/heads/master | 2020-06-04T00:55:40.096978 | 2019-06-13T17:12:36 | 2019-06-13T17:12:36 | 191,802,239 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 637 | h | #pragma once
// Name: MORDHAU, Version: 1.0.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass BP_MonkCutMa... | [
"jay50@pitt.edu"
] | jay50@pitt.edu |
b48d82304d9de44ee79437e8d5832f1e1497a602 | 0c84b1e8ae0b50bb98a9ef3ca15770cd136c2f2c | /data_structures/week4/is_bst.cpp | 5141222fe3ed7dba18907339545081b1f1f2ad33 | [
"MIT"
] | permissive | denysav/algorithms | bef6cf093bc59ed302b55462728150e74cbce669 | 93b4f4538ecfe2060be57d3f461e6525f8e55732 | refs/heads/master | 2020-12-04T04:07:06.447538 | 2020-07-02T23:30:15 | 2020-07-02T23:30:15 | 231,603,820 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,092 | cpp | #include <iostream>
#include <vector>
#include <limits.h>
using std::cin;
using std::cout;
using std::endl;
using std::vector;
struct Node {
int key;
int left;
int right;
Node() : key(0), left(-1), right(-1) {}
Node(int key_, int left_, int right_) : key(key_), left(left_), right(right_) {}
};
bool isBST(... | [
"denys.savin@revolut.com"
] | denys.savin@revolut.com |
bc8957a24e7bcd0d0a66a980d14b9bc28340babb | c702357d201235f5a76deb90133dbc3a13c64736 | /llvm/tools/clang/include/clang/AST/.svn/text-base/ASTContext.h.svn-base | 3fc5aabde32c75cffaab8a2c00c91333d0fce10d | [
"NCSA"
] | permissive | aaasz/SHP | ab77e5be297c2e23a462c385b9e7332e38765a14 | c03ee7a26a93b2396b7c4f9179b1b2deb81951d3 | refs/heads/master | 2021-01-18T11:00:14.367480 | 2010-01-17T23:10:18 | 2010-01-17T23:10:18 | 549,107 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 52,486 | //===--- ASTContext.h - Context to hold long-lived AST nodes ----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"aaa.szeke@gmail.com"
] | aaa.szeke@gmail.com | |
cbff10b520af267e1fae53b8c661d8f1bbce0803 | e217eaf05d0dab8dd339032b6c58636841aa8815 | /IfcRoad/src/OpenInfraPlatform/IfcRoad/IfcRoadEntitiesMap.h | 4f2a895caed289963c4be22c06c8c1a38a6b4dcd | [] | no_license | bigdoods/OpenInfraPlatform | f7785ebe4cb46e24d7f636e1b4110679d78a4303 | 0266e86a9f25f2ea9ec837d8d340d31a58a83c8e | refs/heads/master | 2021-01-21T03:41:20.124443 | 2016-01-26T23:20:21 | 2016-01-26T23:20:21 | 57,377,206 | 0 | 1 | null | 2016-04-29T10:38:19 | 2016-04-29T10:38:19 | null | UTF-8 | C++ | false | false | 72,333 | h | /*! \verbatim
* \copyright Copyright (c) 2015 Julian Amann. All rights reserved.
* \author Julian Amann <julian.amann@tum.de> (https://www.cms.bgu.tum.de/en/team/amann)
* \brief This file is part of the OpenInfraPlatform.
* \endverbatim
*/
#pragma once
#include <map>
#include "OpenInfraPlatform/IfcRoad/IfcRoadEn... | [
"planung.cms.bv@tum.de"
] | planung.cms.bv@tum.de |
b523aa35008567257d93fd3fc4ab9d54d3efc632 | 3e2ad41e5a69e0c768d1927f5876b228317e29a9 | /Encoder/2-Encoder-Uno__7_9__2_3_/2-Encoder-Uno__7_9__2_3_.ino | 306c98d3c35b6d7cb15b848d101a26cb59ee9b72 | [] | no_license | kshitizrai/Arduino | 41ae708cbfe73c27d7592fbafc005279099551b4 | ad61b009b504fb864e1e53523ef6bab893ea539d | refs/heads/master | 2020-03-18T17:36:00.581324 | 2018-05-27T11:09:41 | 2018-05-27T11:09:41 | 135,038,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,712 | ino | const int enc1A = 7;
const int enc1B = 9;
const int enc2A = 2 ;
const int enc2B = 3 ;
int pos1 = 0;
int ppr = 20000 ;
int lastpos1 = -5;
int newpos1 = 0;
int pos2 = 0;;
int lastpos2 = -5;
int newpos2 = 0;
void setup() {
// put your setup code here, to run once:
cli();
PCICR |= 0b00000101 ; // PortD and PortB
... | [
"rai.kshitiz26@gmail.com"
] | rai.kshitiz26@gmail.com |
733b07624e8c01602db1733598d8aa0f32b8eb44 | 4f56126e2214f6f9da1e0fe4316d64bfdd7367f1 | /Include/google/protobuf/descriptor.pb.h | 8166ce07f06f54b398028ea0e4899972b6a01e54 | [] | no_license | danielkeller/VulkanTutorial | cf8a3e581df6b8df1e50a27b2a61b624ffcf67d8 | 766c88a51773748bae3c9d04164231147a10f794 | refs/heads/main | 2023-03-28T18:53:03.742472 | 2021-04-08T11:05:07 | 2021-04-08T11:05:07 | 350,025,284 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 540,611 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/descriptor.proto
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fdescriptor_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fdescriptor_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_de... | [
"dklr433@gmail.com"
] | dklr433@gmail.com |
76327d6ea4d8a275af977f1266b84b91f804fec8 | dc9dff8195d13381c4a38cc8bed7840188004948 | /include/tools/text.h | b73f392b7a57d50f20f4dfac6dc5f21ff8593ebb | [] | no_license | MartinEmilEshack/Adobe-Illustrator | 6f4ce30d229b43de8eb9e963e690df8e06b1fe6b | c2953f8515afc5ac5371dd1f39ced26b42a8c175 | refs/heads/master | 2023-08-08T03:46:21.702500 | 2021-09-26T21:12:44 | 2021-09-26T21:12:44 | 267,392,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 698 | h | #ifndef _TEXT_H_
#define _TEXT_H_
#ifdef __APPLE__
#include<GLUT/glut.h>
#else
#include<GL/glut.h>
#endif
#include<string>
#include<cstring>
#include"point.h"
#include "drawable.h"
using namespace std;
class Label : public Drawable
{
private:
int text_size;
string text;
Point end_point = Point();
public:
... | [
"mar10martinemil@gmail.com"
] | mar10martinemil@gmail.com |
65b74030f6ce1546f35f5759f49daf86d02e6794 | f2755feac91ab323e12e2da37fbac82eb0988e1e | /LaCrosseITPlusReader10/WS1080.cpp | bb67ff317794208837720afaa997a0233523d9af | [] | no_license | baumrasen/LacrossITPlusReader | e1dceb12946dd34b35dd1fa1e1d83205193f2305 | 17b0e2a64a988e67f104af153f322f768e59511a | refs/heads/master | 2020-07-17T00:40:51.007714 | 2019-07-26T15:51:57 | 2019-07-26T15:51:57 | 205,903,905 | 2 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,765 | cpp | #include "WS1080.h"
/*
WS 1080 17.241 kbps 868.3 MHz
-------------------------------
A8 C0 58 5E 00 00 00 86 0A D8
ID: 8C, T= 8.8`C, relH= 94%, Wvel= 0.0m/s, Wmax= 0.0m/s, Wdir=SW , Rain= 40.2mm
A8 C0 55 5E 00 00 00 86 04 06
ID: 8C, T= 8.5`C, relH= 94%, Wvel= 0.0m/s, Wmax= 0.0m/s, Wdir=E , Rain= 40.2mm
A... | [
"fossy.atlassian@baumrasen.de"
] | fossy.atlassian@baumrasen.de |
5088601dff4c6cb1f11c5f5f967709a2f9637a35 | 7ddd8c504d5481f65394e975050c9a52fd35ba32 | /Libs/UI/UiPosition/uiposition.h | db57e8d9264abdc5ed7b505ea3162d475e3d0ab9 | [] | no_license | yisea123/ServoDriveTech | 31cc64195b78197fe6e141a6701f2dbe1205f5de | 09c3deeea5021cbbe10a45fb979bd0ad258c5346 | refs/heads/master | 2020-06-15T00:56:58.947418 | 2018-01-30T07:04:30 | 2018-01-30T07:04:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 739 | h | #ifndef UIPOSITION_H
#define UIPOSITION_H
#include "uiposition_global.h"
#include "iuiwidget.h"
namespace Ui {
class UiPosition;
}
class QWidget;
class UiPositionPrivate;
class UIPOSITIONSHARED_EXPORT UiPosition:public IUiWidget
{
Q_OBJECT
Q_DECLARE_PRIVATE(UiPosition)
public:
explicit UiPosition(QWidget *par... | [
"chenchao_szu@163.comm"
] | chenchao_szu@163.comm |
3737c2a5f9a53fcb5ecb8a2d194fa90e0ba0767d | 355a7b7183169de9305dfbf2bc167ea22b533abf | /Src/Edislab/Include/Bcg/BCGPEdit.h | 782bb296fa446d0965a03eee864dbf2db6f62aa0 | [] | no_license | vbtang/DevSoft | beda6c01e34dd3c86a4cbd155ead2541d6f479e2 | 023ffa59987c00f466eaf58c2388bfb9baa6ffd5 | refs/heads/master | 2020-05-25T19:18:45.893420 | 2017-07-02T11:18:00 | 2017-07-02T11:18:00 | 84,955,829 | 1 | 0 | null | 2017-07-02T05:13:24 | 2017-03-14T14:02:57 | C++ | UTF-8 | C++ | false | false | 9,939 | h | //*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// This is a part of the BCGControlBar Library
// Copyright (C) 1998-2016 BCGSoft Ltd.
// All rights reserved.
//
// This source code can be used, distributed or modified
// only under terms and condi... | [
"xiaowei_han@yeah.net"
] | xiaowei_han@yeah.net |
b0088e62534b8222a554cc205296c92843a73680 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/shell/browseui/legacy/mnstatic.cpp | 14f852e1d81800aa3790889dc7f238131b19035d | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 34,101 | cpp | #include "priv.h"
#include "sccls.h"
#include "mnstatic.h"
#include "menuband.h"
#include "itbar.h"
#include "dpastuff.h" // COrderList_*
#include "resource.h"
#include "mnbase.h"
#include "oleacc.h"
#include "apithk.h"
#include "menuisf.h"
HMENU g_hmenuStopWatch = NULL;
UINT g_idCmdStopWatch = 0;
... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
e832a50806b69f5d798e6709f1d29b5db9f40e5e | 84f627f52985c3862a5bdae4ada9c1e793ef7ab7 | /Source Files/ExpressionEvaluator.cpp | bd52d2d1af243f7db97121167fd075bf84bf8eb8 | [] | no_license | CoutaqStudies/cpp-lab-three | 18879808cd4a806639b4156fa9b65e12cdd28fde | f25cda32842f585a2487ccf2089c4eb0bd395794 | refs/heads/master | 2023-01-09T12:41:30.012958 | 2020-11-11T10:40:18 | 2020-11-11T10:40:18 | 310,770,701 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 718 | cpp | //
// Created by Michael on 07/11/2020.
//
#include "../Header Files/ExpressionEvaluator.h"
ExpressionEvaluator::ExpressionEvaluator(){
n = 20;
ops = new double[n];
for (int i = 0; i < n; ++i) {
ops[i] = 0;
}
}
ExpressionEvaluator::ExpressionEvaluator(int _n){
n = _n;
ops = new double[... | [
"coutaq@gmail.com"
] | coutaq@gmail.com |
4e2d1dfc85ca8793c26d5760e71f86cc3de07280 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/wget/hunk_2482.cpp | 7c01032fdad1291a0f434eae4a30425f8fa194a7 | [] | 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 | ISO-8859-16 | C++ | false | false | 7,495 | cpp | #. No luck.
#. #### This message SUCKS. We should see what was the
#. reason that nothing was retrieved.
-#: src/ftp.c:1698
+#: src/ftp.c:1753
#, c-format
msgid "No matches on pattern `%s'.\n"
msgstr "Nu s-au găsit potriviri pentru tiparul `%s'.\n"
-#: src/ftp.c:1764
-#, c-format
-msgid "Wrote HTML-ized index ... | [
"993273596@qq.com"
] | 993273596@qq.com |
38903a9eaaf93bb00d817b36debd0f8e4ddbf504 | e0c53aaf160928a4b53bee6b136c4cc36b8d57a4 | /066/TargetDataEntity/Box.h | 925f248d15248512fa291e61a21425b69acf95cc | [] | no_license | MisYue/DeseaVrsoft | f7b0999f687a2f7299077bcfdfef13b4be0acf94 | 95843597b74f926fa793963e255c6ff6855e4831 | refs/heads/master | 2021-01-19T05:03:32.165534 | 2017-04-06T09:28:26 | 2017-04-06T09:28:26 | 87,411,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 117 | h | #pragma once
#include "regulargeom.h"
class Box :
public RegularGeom
{
public:
Box(void);
virtual ~Box(void);
};
| [
"1405590994@qq.com"
] | 1405590994@qq.com |
0eb9cc6bf70fed74174a5b87827d28ffbb0e5928 | 13771efbe4bd2803f21b75c0edb621a0d68d0f6c | /수학/GCD합_수학_9613.cpp | 3418c06e4baed366a006cf4ebb67ba19d551e07e | [] | no_license | Flare-k/Algorithm | f6e597bcb376d8c0f50e91556cadf2cceadd786c | 64ab13c5304712292c41a26a4347f010d70daf98 | refs/heads/master | 2023-04-08T21:05:08.130284 | 2023-04-03T13:57:01 | 2023-04-03T13:57:01 | 236,532,243 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 889 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
#define endl "\n"
using namespace std;
// 최대 공약수 GCD
long long gcd(long long a, long long b) {
if (b == 0) return a;
else return gcd(b, a%b);
}
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cout.tie(NULL);
long lon... | [
"rokkyw@naver.com"
] | rokkyw@naver.com |
0659f9b79836ba18dd7537c37174a6f0de47553c | 44412b0dd6e8d0f9868e1c905381b90a2c062628 | /1. FCFS Q1.txt.cpp | a580239800c2334e12ac55d36bca523d60df4d1c | [] | no_license | panjiara/os-lab | 71935a1a36a702326fae1b7be076d291d83c5ea9 | a92f48215343d1a96c30071ab081d6adba6182f2 | refs/heads/master | 2021-01-11T09:30:32.903980 | 2017-04-05T04:52:03 | 2017-04-05T04:52:03 | 81,229,601 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,443 | cpp | #include <iostream>
using namespace std;
struct node
{
int arr;
int cpu;
int cumu;
int wait;
int turn;
node *next;
};
node* ins(node *start, int t1, int t2)
{
node *temp=new node;
temp->arr=t1;
temp->cpu=t2;
if(start==NULL)
{
temp->next=NULL;
... | [
"noreply@github.com"
] | panjiara.noreply@github.com |
0219b27b7ced41bc4ef609e5ef4807f40ea4f9ac | 3039194199bedf2373989aba10a8fb9e81a696be | /Src/BlueLightSPS/Blue/ControlPanel.cpp | 73b5ea54aaba1ad645f5287c5e400691732680bd | [] | no_license | Patrick-Wang/BlueRay | c85f3f24cf8a5bae7b08e81098d367973ca68365 | 6d25157eb292c59210b3520937e8fed1597f4479 | refs/heads/master | 2021-01-19T01:56:57.008275 | 2017-06-05T01:55:21 | 2017-06-05T01:55:21 | 25,848,961 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,544 | cpp | #include "stdafx.h"
#include "ControlPanel.h"
#define TM_UI 50112
IMPLEMENT_DYNAMIC(CControlPanel, CBSObject)
CControlPanel::~CControlPanel()
{
}
BEGIN_MESSAGE_MAP(CControlPanel, CBSObject)
ON_WM_CREATE()
ON_WM_TIMER()
ON_WM_SHOWWINDOW()
END_MESSAGE_MAP()
int CControlPanel::OnCreate(LPCREATESTRUCT lpCreateStruct... | [
"sun.sunshine@163.com"
] | sun.sunshine@163.com |
fd35caf1d6c07c5ec8a56fb16c448a5725e2da23 | 8483830175b98ba2915d7bf90bed728bb6a4ed75 | /Examples/include/asposecpplib/system/globalization/compare_info.h | 5129e71d4aa646f1025f1ed3bcce8fdeb5049af2 | [
"MIT"
] | permissive | kashifiqb/Aspose.PDF-for-C | 83393e3173e2d74540f7ec7904eb91fb23b13550 | 13d49bba591c5704685820185741e64a462a5bdc | refs/heads/master | 2020-08-08T11:15:23.173738 | 2019-10-09T04:41:03 | 2019-10-09T04:41:03 | 213,819,800 | 0 | 0 | MIT | 2019-10-09T04:20:06 | 2019-10-09T04:20:06 | null | UTF-8 | C++ | false | false | 19,603 | h | /// @file system/globalization/compare_info.h
#pragma once
#include <system/globalization/compare_options.h>
#include <system/globalization/sort_key.h>
#include <system/globalization/sort_version.h>
#include <system/globalization/details/culture_data_ptr.h>
#include <system/reflection/assembly.h>
#include <system/deta... | [
"ali.ahmed@aspose.com"
] | ali.ahmed@aspose.com |
ea6933f4c511b7067540bcae3141863e768cb9b4 | 0921a35bbc156789597260295d376bab2a214aa2 | /src/qt/askpassphrasedialog.cpp | 752cd6bd772ab37ab0aa1532e3365a24bf95580b | [
"MIT"
] | permissive | thecryptokeepers/Dibz-master | d47040cfc3778eeadf573388437271af939fd719 | af19bc2235df016a458aaa56df2faa1f7beb0dbc | refs/heads/master | 2020-05-17T13:27:22.584976 | 2014-08-31T17:55:26 | 2014-08-31T17:55:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,933 | cpp | #include "askpassphrasedialog.h"
#include "ui_askpassphrasedialog.h"
#include "guiconstants.h"
#include "walletmodel.h"
#include <QMessageBox>
#include <QPushButton>
#include <QKeyEvent>
AskPassphraseDialog::AskPassphraseDialog(Mode mode, QWidget *parent) :
QDialog(parent),
ui(new Ui::AskPassphraseDialog),
... | [
"thecryptokeepers@gmail.com"
] | thecryptokeepers@gmail.com |
25b3bdae320a46d337ddd7f780e0d005261f3f05 | f74cf39ef3f4a06bf22f504d3acc9b3f62acdcee | /tema2/ejer4/main.cpp | d1f8805ccbea420c5c85b9217b3732ac97dea461 | [] | no_license | samus24/Practicas-TAIS | 18969370f20e2262add0ff7c3be1616008b07573 | c1d9ab97ba4bd74f8295a037fc748af5da01a22a | refs/heads/master | 2021-05-31T21:18:29.962496 | 2016-03-17T10:44:01 | 2016-03-17T10:44:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,036 | cpp | /*
* Grupo TAIS16, Samuel Lapuente Jiménez, Alvar David Soler Rus
*
* Ejercicio 9. Tema 2.
*
*/
#include <fstream>
#include <cstdlib>
#include "ColaMedianas.h"
/**
* Complejidad O(nlogn). Logarítmica al insertar y n al recorrer, siendo n el número de parejas de pájaros.
*/
void resolverCaso() {
unsigned long... | [
"aigam666@gmail.com"
] | aigam666@gmail.com |
aef20143d522dfb5d84a0f805868407250183e59 | 75609634c137c1b457209f64b816258e98435768 | /Model/mark.cpp | 1d360c706e8bcaecd6981f6316f641b234f472dc | [] | no_license | nzxxavier/MarkTool | 4f9878ab4a0af1eafde13eeab65fbb0ebdeec879 | 81039629d99e1244afd5073fa42188c652b9b55a | refs/heads/master | 2021-02-04T15:48:21.016246 | 2020-05-18T09:12:14 | 2020-05-18T09:12:14 | 243,682,723 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,756 | cpp | #include "mark.h"
Mark::Mark()
{
}
Mark::Mark(QString markId, QString userId, QString commentId, qint32 markClass, QString addTime, QString changeTime, qint32 markCredit, QString markContent, QString markNote)
{
this->markId = markId;
this->userId = userId;
this->commentId = commentId;
this->markClass... | [
"15927400635@163.com"
] | 15927400635@163.com |
83e51caec4dcb5e29bba58b32db3fba0a0f26f16 | 89c361333077bd2fca2a9294c80eaa610f482963 | /yosuke/icpc/1100/aa.cpp | 11366b75d7f204130480ce1642f57af1010ee2eb | [] | no_license | Wasapon7763/Freshman | b7f8ec4a527f8665bad41600b345a730ada6435a | 7ea859e7f9dd634c862e60253a4b58876b0475be | refs/heads/master | 2021-01-16T21:29:14.893447 | 2016-08-02T06:56:10 | 2016-08-02T06:56:10 | 64,732,036 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 430 | cpp | #include <iostream>
#include <cmath>
#include <iomanip>
using namespace std;
int main(){
int n,count=0;
while (cin>>n,n|n!=0){
count++;
int x[n];
int y[n];
for (int i=0;i<n;i++){
cin>>x[i]>>y[i];
}
double area=0;
for(int i=0;i<n;i++){
area=area+(x[i]-x[(i+1)%n])*(y[i]+y[(i+1)... | [
"wasapon7763@gmail.com"
] | wasapon7763@gmail.com |
bab6c8941b384aef79ac51ff2e9b2261120ff264 | 72d9009d19e92b721d5cc0e8f8045e1145921130 | /CARBayesST/inst/testfiles/Zupdatesqbin/Zupdatesqbin_DeepState_TestHarness.cpp | 0fa0db455e47120541e006606988cdf54cb1d609 | [] | no_license | akhikolla/TestedPackages-NoIssues | be46c49c0836b3f0cf60e247087089868adf7a62 | eb8d498cc132def615c090941bc172e17fdce267 | refs/heads/master | 2023-03-01T09:10:17.227119 | 2021-01-25T19:44:44 | 2021-01-25T19:44:44 | 332,027,727 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,145 | cpp | // AUTOMATICALLY GENERATED BY RCPPDEEPSTATE PLEASE DO NOT EDIT BY HAND, INSTEAD EDIT
// Zupdatesqbin_DeepState_TestHarness_generation.cpp and Zupdatesqbin_DeepState_TestHarness_checks.cpp
#include <fstream>
#include <RInside.h>
#include <iostream>
#include <RcppDeepState.h>
#include <qs.h>
#include <DeepState.hpp>
Nu... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
7ff7d3772767bca6b17cfb76c32a0c3af26b277d | 392f3cdf7c2624661a09b2bacb50b215fed77e5e | /OgreGUI/ogUtilities.h | 4c03e6b77946a28d08668ef457dceb0e5fe5fc2c | [] | no_license | whztt07/OgreGui | 07b3f47c1a078c75eda2f2026f92627bdd75307e | 6a5daa238d9ae72c196f6f5984347a8edee8edbe | refs/heads/master | 2020-04-05T19:04:09.684643 | 2011-08-01T04:02:20 | 2011-08-01T04:02:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 458 | h | #pragma once
#include <Ogre.h>
#include <vector>
#include <string>
namespace OgreGUI {
ref class ogUtilities
{
public:
ogUtilities(void);
};
class ogUtilitiesUM
{
public:
ogUtilitiesUM(void);
static void createConsole();
static Ogre::SceneNode *loadObj(Ogre::SceneManager *mgr,Ogre::String fileName,Ogre:... | [
"jerdak@gmail.com"
] | jerdak@gmail.com |
668e04118fc5a7d7e78eea690c8678dca33ec924 | 4e5428c32f4f08fb9dad1b6612d5b59b0bef8385 | /PressFEditor/PressFEditor/Components/CameraController.cpp | 20f18a7e638b4fb0bd610392b0cb92df958593e7 | [] | no_license | adrianjmejias/Press-F | 94dd035c91e22261002d79002cf73d3ada51788d | abfde7c45d0b984100381d1d303810d314ef1dbc | refs/heads/master | 2022-12-17T04:23:50.842756 | 2020-03-28T23:05:20 | 2020-03-28T23:05:20 | 296,039,518 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 492 | cpp | #include "CameraController.h"
void CameraController::Update(const ImGuiIO& io)
{
//float scrollAmmount = io.MouseWheel;
//std::cout << "Rotation \t" << transform->GetRotation() << "|";
//std::cout << "Position \t" << transform->GetPosition();
//std::cout << std::endl;
}
void CameraController::OnEnable()
... | [
"adrianjmejias@gmail.com"
] | adrianjmejias@gmail.com |
b7a1357bd6d5f41040a2ff636c8aba4747df469e | 3b697c35393527df7e0dad17dbd63668b2706b6b | /PC3/main.cpp | a9fa7d2c7a42d6d64799227c3896fac029b8e1fd | [] | no_license | anquisbarr/POO2-PC3 | 011965407de3e0524564110dd2fae34cac2397ed | db89f1cd55c297208b7d5abebbbf5afdd3f811f9 | refs/heads/master | 2020-09-07T07:08:33.620333 | 2019-11-09T23:19:59 | 2019-11-09T23:19:59 | 220,698,098 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 122 | cpp | #include "Repo.h"
int main() {
cout << "Hello world!"<<endl;
auto* repo = new Repo<Country>(",");
return 0;
} | [
"sebastian.quispe.b@utec.edu.pe"
] | sebastian.quispe.b@utec.edu.pe |
1ac259a56accc4ef6016c4871ab41d52d767bc84 | 1d59b77c3643889107fbdc6fe92cd258c40465ba | /Enemy.h | 4aba3c51eb705c33cca58c102cc01091ba327a47 | [] | no_license | F74046535/pd2-Taiko | 9e75cab9a43e06337545496bdb6813c1f6d804f9 | 90333413a850b26dd76b9eb475c0aa541770d905 | refs/heads/master | 2021-01-01T05:24:32.393056 | 2016-05-15T15:41:03 | 2016-05-15T15:41:03 | 58,866,170 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 412 | h | #ifndef ENEMY
#define ENEMY
#include<QGraphicsPixmapItem>
#include<QObject>
#include<QGraphicsItem>
#include<time.h>
#include<QKeyEvent>
class Enemy:public QObject,public QGraphicsPixmapItem{
Q_OBJECT
public:
Enemy(QGraphicsItem *parent=0);
//Enemy * enemy;
/*void keyPressEvent(QKeyEve... | [
"woodstocker1026@gmail.com"
] | woodstocker1026@gmail.com |
4fc9bacc2c4c62d1729349887c57cebd116f22d0 | f26ac91ea049d25c4b716455899aa79fff89a991 | /CODES/USACO/2012/Febrero/Gold/coupons.cpp | dcf941b8bc90d0c97f8e1655496bb565fbfe829f | [] | no_license | Saborit/CODING | 3490f8eae1b2ed9b39932eaad5422ce649e26b4d | 07c1e345f846f8f2d70d977f73838ee82187b329 | refs/heads/master | 2020-12-27T20:31:50.622995 | 2020-02-19T21:10:27 | 2020-02-19T21:10:27 | 238,040,809 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,405 | cpp | /* Code by wizard98
*
* greedy
**/
#include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
#define MX 100005
#define INF (1<<30)
#define EPS 1e-9
#define MOD 1000000007
#define mid (x+xend)/2
#define izq nod*2
#define der nod*2+1
#define fr first
#define s... | [
"lsaborit@uclv.cu"
] | lsaborit@uclv.cu |
52c2c02a3f772c96e67c2df4b0f14acf1ddd21a6 | 25471e3ea2ac7577108b1e7f05178578cd96b11d | /cpp/static-template-member-spec.cpp | e128a3187e033adfe1957c7138419be66779377d | [
"MIT"
] | permissive | lindsayad/misc_programming | 30c1626b6eaafc39dfd06f5e84c8404b44a7f979 | 06d759aa83cadeb32a3f33f52f1ed7528764ea11 | refs/heads/master | 2023-07-06T13:18:03.467838 | 2023-06-22T19:33:04 | 2023-06-22T19:33:04 | 42,606,159 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 984 | cpp | #include <iostream>
// template <typename X>
// struct Test
// {
// }; // to simulate type dependency
// struct X // class declaration: only generic
// {
// template <typename T>
// static void f(Test<T>);
// };
// // template definition:
// template <typename T>
// void X::f(Test<T>)
// {
// std::cout << "gen... | [
"alexlindsay239@gmail.com"
] | alexlindsay239@gmail.com |
413523962fb9e5de78c986be418ac2531be21c9f | 157fd7fe5e541c8ef7559b212078eb7a6dbf51c6 | /TRiAS/TRiASDB/Future work/TRiASQL/UpdateItemList.h | b4768278c8cd28888db61c8ea826d379a803c241 | [] | no_license | 15831944/TRiAS | d2bab6fd129a86fc2f06f2103d8bcd08237c49af | 840946b85dcefb34efc219446240e21f51d2c60d | refs/heads/master | 2020-09-05T05:56:39.624150 | 2012-11-11T02:24:49 | 2012-11-11T02:24:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,785 | h | /* Product: Small Parser
Copyright (C) 1999 Systementor AB, Stefan Holmberg
Email - stefan.holmberg@systementor.se
Web: - http://www.systementor.se
///////////////////////////////////////////////////////////////////////////////
*/
/* * $History: UpdateItemList.h $
*
* *****************... | [
"Windows Live ID\\hkaiser@cct.lsu.edu"
] | Windows Live ID\hkaiser@cct.lsu.edu |
3d802760cd31f3a59e6b1373b118492f288f24ba | 6c85d1e06af1fac59163596c0f47898614177a22 | /eburc/Search/Match.cpp | f169455c6abd726f94f0cbf7916afe859619ddb1 | [
"MIT",
"BSD-3-Clause"
] | permissive | tgckpg/libeburc | 834f9c207176ee169f7028738a6bcae2c8c3032b | 5dd62ae7c1d08a85e59fa30b478d3813928f1bcc | refs/heads/master | 2020-12-31T04:41:17.961800 | 2020-11-01T22:57:46 | 2020-11-01T22:57:46 | 49,869,376 | 6 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 7,434 | cpp | #include "pch.h"
#include "eburc/Search/Match.h"
using namespace libeburc;
int Match::Word( const char *word, const char *pattern, size_t length )
{
int i = 0;
unsigned char *word_p = ( unsigned char * ) word;
unsigned char *pattern_p = ( unsigned char * ) pattern;
int result;
for ( ;;)
{
if ( length <= i )
... | [
"tgckpg@gmail.com"
] | tgckpg@gmail.com |
a594381b19e07bee9224de99304869a0cada6c0b | 3ee1cb7fb7440bb75fd38e57c9d83fbcfcea98e7 | /Lesson/Comprehensive Experiment/Hummer-bot/Hummer-bot.ino | 45304f28566653a2eb5da63908f3241f94b85d5b | [] | no_license | keywish/keywish-hummer-bot | aa06188373468bf12b06a7d7dee77b6e76bc2fa5 | 98e8e9dd5520d750e162e8be9f5fa2b054fdcbcd | refs/heads/master | 2021-06-04T03:27:49.534676 | 2020-05-07T03:31:43 | 2020-05-07T03:31:43 | 113,452,872 | 4 | 7 | null | 2021-10-05T03:02:01 | 2017-12-07T13:16:06 | C++ | UTF-8 | C++ | false | false | 11,297 | ino | #include "Hummerbot.h"
#include "ProtocolParser.h"
#include "KeyMap.h"
#include "debug.h"
#define INPUT1_PIN 6 // PWMB
#define INPUT2_PIN 10 // DIRB --- right
#define INPUT4_PIN 9 // PWMA
#define INPUT3_PIN 5 // DIRA --- left
#define IR_PIN 12
#define SERVO_PIN 13
#define ECHO_PIN 3
#define TRIG_PIN 2
#defi... | [
"abbott@emakefun.com"
] | abbott@emakefun.com |
e2bd48520c6c26e1dbb95aaaf1aeb579809b8297 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_old_new_old_log_916.cpp | 08cec555e1b91069cd14028c1e3dd6c00604ea15 | [] | 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 | 96 | cpp | archive_set_error(&a->archive, errno,
"%ls: Cannot stat",
tree_current_path(t)); | [
"993273596@qq.com"
] | 993273596@qq.com |
fb59b6c6d870cfbd11adcbcb0c81aba254ba5633 | e9c4865fc9faf8f64b03aedd7a15fc4563e1148a | /Getline.h | ca736e7e70321ad6818b1e50aa08d8037f096f5d | [
"MIT"
] | permissive | nifty-site-manager/nsm | 937fa23d06997928ce4a642731206a1565f8252f | 9497b4f3088a5cfae770b24c220ac4a5cc1e2fc0 | refs/heads/master | 2023-07-09T04:00:35.802486 | 2023-07-08T18:17:44 | 2023-07-08T18:17:44 | 33,808,116 | 265 | 23 | MIT | 2022-09-23T07:21:14 | 2015-04-12T07:50:36 | C | UTF-8 | C++ | false | false | 1,105 | h | #ifndef GETLINE_H_
#define GETLINE_H_
#include <vector>
#include "ConsoleColor.h"
#include "Consts.h"
#include "FileSystem.h"
#include "Lolcat.h"
#include "StrFns.h"
void save_session(const std::string& path);
void write_prompt(const std::string& lang, const std::string& pwd, const std::string& promptCh);
void writ... | [
"nicholas.charles.ham@gmail.com"
] | nicholas.charles.ham@gmail.com |
df01890431e317df66f3ac08b20fdbab1912a41c | 97431c426d9c48c1549a0dc17fbaae5b59a3cde3 | /Lista 5/zad3/edge.hpp | e20645ab79ea22864484fbb13d8e3b732720b7c0 | [] | no_license | janpawlowskiof/aisd | 93aac43825b64feb70dd01ea533c960774ff885f | bfd1114b266dab16e3a116e8985819016b69b438 | refs/heads/master | 2021-10-22T08:17:22.226123 | 2019-03-09T09:57:49 | 2019-03-09T09:57:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 335 | hpp | #pragma once
struct edge {
unsigned int u;
unsigned int v;
double weight;
edge(unsigned int u, unsigned int v, double weight) {
this->u = u;
this->v = v;
this->weight = weight;
}
};
struct {
bool operator() (edge e1, edge e2) {
return e1.weight < e2.weight;
... | [
"jakubgogola97@gmail.com"
] | jakubgogola97@gmail.com |
b4b32d436cc22d538f6ef5d3f2b979a0bf2302a1 | d9bce2f96c9c3920e70a7d2c0215563991995eb5 | /thirdparty/imgui/imgui_extra_widgets.h | f1209437e349bfd3b9abac9f41a2ec4bbb29e65e | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | brucelevis/GTF | 05bfc8b6087593b0b78c32c27472b5bb9e46ec03 | 6746bed6bc742d513f244ac9949ff09b6aeaa0c6 | refs/heads/master | 2020-02-26T13:37:38.033899 | 2016-08-02T21:09:38 | 2016-08-02T21:09:38 | 67,216,859 | 1 | 0 | null | 2016-09-02T11:23:50 | 2016-09-02T11:23:49 | null | UTF-8 | C++ | false | false | 297 | h | //
// imgui_extra_widgets.h
// MeshPainter
//
// Created by David Gallardo on 20/02/16.
// Copyright (c) 2016 David Gallardo. All rights reserved.
//
#pragma once
#include "imgui.h"
namespace ImGui
{
bool ColorPicker4(float* col, bool show_alpha);
bool ColorPicker3(float* col);
}; | [
"portalg@gmail.com"
] | portalg@gmail.com |
d3b3663df99701cb26b076de1de5253990d2ed6e | b3636e545eb3228327ce827e0e0f365dcabf6baf | /aten/src/ATen/native/UpSampleNearest2d.cpp | 295d974aa11b7abf38a03a9eb1a18aa03fcce095 | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSL-1.0",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | mohamedmindee/pytorch | b358b35e467c50f4e5f112e44d3301ec3f7ef955 | 4ee631cdf0d7138d362c7091c8de73d5fa265d08 | refs/heads/master | 2023-02-18T04:35:43.286850 | 2021-01-14T12:25:30 | 2021-01-14T12:33:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,250 | cpp | #include <ATen/ATen.h>
#include <ATen/NativeFunctions.h>
#include <ATen/native/UpSample.h>
namespace at {
namespace meta {
static std::array<int64_t, 4> upsample_nearest2d_common_check(IntArrayRef input_size, IntArrayRef output_size) {
TORCH_CHECK(
output_size.size() == 2,
"It is expected output_size eq... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
5e520b4ebc1aed5403ea5e96b1a595bc085f3c8e | 0611b1cc08b15d329057595365359947c20fcd59 | /algorithm/网络流/12.cpp | 368df89674d75fc913cdd2fc1469eee5d07513f1 | [] | no_license | Lan-ce-lot/overflow | c9a7167edaeeaa1f9f1e92624726b1d964289798 | ae76120e328a5a2991eb6ef7f1ae5e279374e15c | refs/heads/master | 2023-04-08T04:24:49.614146 | 2021-04-25T05:33:06 | 2021-04-25T05:33:06 | 279,082,035 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,148 | cpp | #include<bits/stdc++.h>
typedef long long ll;
using namespace std;
const int maxn = 5e4 + 5;
const int INF = 0x3f3f3f3f;
int tot = 1, flag[2510][2510];
int n, m, s, t, u, v;
ll ans, w;
struct Edge {
int from, to;
ll cap, flow;
Edge(int u, int v, ll c, ll f) : from(u), to(v), cap(c), flow(f) {}
};
struc... | [
"1984737645@qq.com"
] | 1984737645@qq.com |
a2cd03d739414f83a7331b3e1e9fed34bf35c849 | 054e3a175197696763e7f29cbb596a5c1e19742b | /CharacterController.h | 76cf7ae11b0ae8e40bcc68a32294a59f9e840a4d | [
"MIT"
] | permissive | euiko/raylib-flappybird | 4555c957e60023aaa1ecd19e5c17c38a2c7755c0 | d0c9f4a10f763974469bd2e6ad9c1b39fddf5766 | refs/heads/master | 2020-03-26T05:17:56.821388 | 2018-08-13T08:25:27 | 2018-08-13T08:25:27 | 144,549,342 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 897 | h | //
// Created by euiko on 8/13/18.
//
#ifndef LEARN_01_CHARACTERCONTROLLER_H
#define LEARN_01_CHARACTERCONTROLLER_H
#include <raylib.h>
#include <iostream>
const int CHAR_STATE_UP = 1;
const int CHAR_STATE_MID = 0;
const int CHAR_STATE_DOWN = -1;
typedef struct Character {
Vector2 location;
float angle;
... | [
"euiko@x550dp.local.spaceko.net"
] | euiko@x550dp.local.spaceko.net |
968ae1bc2a433d8bef15f65f8bca929840d535be | fccc88fec4a64316380bf0d185bb8618e5c7c97d | /C/donhietdo/donhietdo.ino | addabf9420d4f82de8070a2cc39123459c07831d | [] | no_license | lequydon4199/IOT2020 | 4c3d535f5592dca400b81a3aaa51041776a2b4fd | 8def0fbc52aa839e1ac4278ae45c93547ae31b4c | refs/heads/master | 2023-01-31T17:13:56.363110 | 2020-12-19T05:03:18 | 2020-12-19T05:03:18 | 322,757,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,648 | ino | #include <Wire.h>
#include <Adafruit_MLX90614.h>
#include <ESP8266WiFi.h>
#include <ESP8266HTTPClient.h>
#include <ArduinoJson.h>
Adafruit_MLX90614 mlx = Adafruit_MLX90614();
const char* ssid = "bullshit";
const char* password = "tumotdenchin";
const char* server = "http://192.168.137.101:5000/logs";
void setup() {
... | [
"hieunguyena6@gmail.com"
] | hieunguyena6@gmail.com |
1310ccba7eab2fa2c73fedd2a53642b0c097370f | 28c000caf6617ba2074e0f2a8fc936ccb8c01fb3 | /hdu/hdu1097.cpp | 9090738410c39dc5debbee423879be6ba89fcb24 | [] | no_license | ATM006/acm_problem_code | f597fa31033fd663b14d74ad94cae3f7c1629b99 | ac40d230cd450bcce60df801eb3b8ce9409dfaac | refs/heads/master | 2020-08-31T21:34:00.707529 | 2014-01-23T05:30:42 | 2014-01-23T05:30:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 563 | cpp | #include <cstdio>
#include <cstring>
#include <vector>
using namespace std;
int n, m, arr[10];
void solve() {
vector<int> ans;
memset(arr, -1, sizeof(arr));
int count = 0, fic = 1;
do {
fic *= m;
fic %= 10;
if (arr[fic] == -1) {
ans.push_back(fic);
arr[fic] = 1;
} else {
print... | [
"wangjunyong@doodlemobile.com"
] | wangjunyong@doodlemobile.com |
affe1af0928b3b08afaa3859f47d445fbb873391 | b0bde7a6b0d149d1d889b6ffeb7a763c4af1a9c7 | /src/GH_Model/GH_VVI.hpp | b72a146aed1fba7c327abd1a38647874dd70b6f6 | [] | no_license | cran/mixture | 6c8f2fa297ce5366626d6c601f072f9859c87342 | e95af1c429ec54d994567aa1288955a4aeb42344 | refs/heads/master | 2022-10-06T01:06:09.905099 | 2022-09-23T20:20:02 | 2022-09-23T20:20:02 | 17,697,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,119 | hpp |
#include "GH_Mixture_Model.h"
#pragma once
class GH_VVI: public GH_Mixture_Model
{
public:
using GH_Mixture_Model::GH_Mixture_Model;
void m_step_sigs(void)
{
// intialize Bk_s and denoms
std::vector<arma::mat> Bk_s;
std::vector<double> denoms;
Bk_s.assign(G,arma::m... | [
"csardi.gabor+cran@gmail.com"
] | csardi.gabor+cran@gmail.com |
0b4ec207fcba3805333506eaf4cc559446e09d01 | b6351ee2f787d3d6b4998de00011bf64040daef6 | /wemos programs/test_lolin32_analog/test_lolin32_analog.ino | 19844ec3fdfac949a7699cd6f7506ef42865448e | [] | no_license | jonasdeschoenmacker/Project_lijn-_en_muurvolger_2ELO1_team5 | 8e48c93cb0e05e8a147d676d71542f7093361fca | e68d7274b1ec64553265864dbbd561c1311d1d36 | refs/heads/master | 2020-04-07T13:23:11.785320 | 2018-03-07T10:01:00 | 2018-03-07T10:01:00 | 124,215,334 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 784 | ino |
int ledPin = 15;
int analogPin = 34;
int motorPin = 5;
// use first channel of 16 channels (started from zero)
//#define LEDC_CHANNEL_0 1
// use 13 bit precission for LEDC timer
//#define LEDC_TIMER_8_BIT 8
// use 5000 Hz as a LEDC base frequency
//#define LEDC_BASE_FREQ 12000
void setup()
{
ledcSetup(0,... | [
"jonas.deschoenmacker@student.odisee.be"
] | jonas.deschoenmacker@student.odisee.be |
d02cd75cb31e6a66e88d4b72a8605df335aff364 | 976004c9f4426106d7ca59db25755d4d574b8025 | /algorithms/gaussian_processes/functions/cov/cov_mat3.h | 86559eb84d717cc11eba7cb7bea5d4ed874c702f | [] | no_license | peterzxli/cvpp | 18a90c23baaaa07a32b2aafdb25d6ae78a1768c0 | 3b73cfce99dc4b5908cd6cb7898ce5ef1e336dce | refs/heads/master | 2022-12-05T07:23:20.488638 | 2020-08-11T20:08:10 | 2020-08-11T20:08:10 | 286,062,971 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,217 | h | #ifndef COV_MAT3_H
#define COV_MAT3_H
#include "../cov_base.h"
namespace cvpp
{
class CovMat3 : public CovBase
{
protected:
public:
// Constructor
CovMat3( const unsigned& type = ISO ) : CovBase( type )
{
}
// Hyp Number
const unsigned n() const
{
return 1;
}
// Calcu... | [
"peterli@MacBook-Pro.local"
] | peterli@MacBook-Pro.local |
8d49ce2a1b887b3256a7459fc872e3b20ccaaf5d | d9850b6b3d57cdcf8e85d09909d0d319483d051e | /Spoj/QTREE.cpp | 5e76958bede3497608bdfcff2e502d2ef794681b | [] | no_license | devashishtyagi/Code | 4d50c6edeff72ee1d2e114cc1406880b7c469a0c | 15bf5c28eec89396268d08a13423b3120c14e6bb | refs/heads/master | 2021-01-13T01:54:18.782548 | 2013-10-21T04:28:22 | 2013-10-21T04:28:22 | 4,054,752 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,363 | cpp | /* CPP Tempelate
* @author Devashish Tyagi
*/
#include <algorithm>
#include <functional>
#include <numeric>
#include <iostream>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <fstream>
#include <stack>
#include <string>
#include <vector>
#include <list>
#include <bitset>
#include <cctype>... | [
"devashishrocker@gmail.com"
] | devashishrocker@gmail.com |
52c949873a7a882d527b674b56c82cd1e1f86b30 | 2d61e0ba094cafd3db3bebb0a37b5c2ef8630f03 | /src/denomination_functions.cpp | 4d4e1b864641bc758d5b59586c93d8adb1f2645a | [] | no_license | opencash-project/OpenCASH | 0b4fb886dc239007e69cdcf60351f1dbc846ba1c | 3192bd6296640e3c933e976c04d627d1d8746cb8 | refs/heads/master | 2022-12-04T13:05:48.296911 | 2020-08-23T23:55:59 | 2020-08-23T23:55:59 | 289,153,637 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,519 | cpp | // Copyright (c) 2017-2018 The OCASH Developers
// Copyright (c) 2018 The OCASHCOIN Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "denomination_functions.h"
using namespace libzerocoin;
// --------------... | [
"63291111+opencash-project@users.noreply.github.com"
] | 63291111+opencash-project@users.noreply.github.com |
d3ff8453568cb5f2bc7ed28b2a485798c48c5ea3 | 9102a16a4830a0e856b45db73aa8b11c2f5efc45 | /src/solver.h | ccb69c2e61293cb2952f4222abda764b7d003bcb | [] | no_license | dominichofer/ProjectBrutus | 9fcaf1ccd59aef74fdbf9d82cc83143a1a87ea1e | cb3a09b19c740b5636516ed628c31a22d9f5c8bf | refs/heads/master | 2023-07-21T18:44:50.745411 | 2015-05-07T16:23:11 | 2015-05-07T16:23:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,443 | h | #pragma once
#include <atomic>
#include <iostream>
#include <string>
#include <thread>
#include <vector>
#include <windows.h>
#include "datamanipulation.h"
#include "features.h"
#include "game.h"
#include "position.h"
#include "search.h"
#include "utility.h"
std::atomic<unsigned long long> NodeCounter;
std::atomic<std... | [
"BishopToG6@gmail.com"
] | BishopToG6@gmail.com |
32a1e777371b9b7aa406e82d1b2a86a58469943b | e490dfe5a0bdce25f455b5783b9d3ddb5f8f38d0 | /IOI Training Camp Tasks/2017/Home Tasks/Jumper.cpp | b6a7c71f6fc0bbbb20b3ed1b2a8495bb9df68e2c | [] | no_license | NirShalmon/Competitive-Programming-Code | 8984a52007419017477a508b1e353799b7719b45 | 0036ffacc40e4d732ac3cd06718044097246e1a5 | refs/heads/master | 2020-05-24T12:40:02.064363 | 2019-09-16T21:14:44 | 2019-09-16T21:14:44 | 187,273,117 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,512 | cpp | /*****************
Competative programming code written by Nir Shalmon
IMPORTANT NOTE: This code was written during a time limited competition or for use in competition.
THIS CODE IS NOT AN INDICATION OF MY USUAL CODE QUALITY!!
******************/
#include<bits/stdc++.h>
using namespace std;
int n,k;
pair... | [
"nir.shalmon00@gmail.com"
] | nir.shalmon00@gmail.com |
308f2f713494bca20529e6485f6bf95a9532a284 | f13ae317b6db8f4ce1e540f98cd35897f334fa5c | /cSymbol.cpp | 985f9c233f3cce27b359adae46b17c3e146ff9f0 | [] | no_license | chadgreene/CST320_ChadGreene | 3579da28e2d0fb1b4c5b28571045049d8a85268c | 1ceb4747592a103eae20c205a6e5d9deea002827 | refs/heads/master | 2021-01-01T18:23:32.660864 | 2015-03-14T18:16:22 | 2015-03-14T18:16:22 | 28,837,280 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,468 | cpp | /*******************************************************************************
* Author: Chad Greene
* Lab: Lab 7 Generate Code
* Date: 3/14/15
*
* Purpose: Build an abstract syntax tree by using Bison/Lex to parse a source
* file into appropriate nodes
*********************************************************... | [
"chedder00@gmail.com"
] | chedder00@gmail.com |
8bf6f70fbe9a047f26b13f73904b8dec04723311 | 9c73501c5a8413753ed5776299fe1f62a0a2659e | /src/Equations/Fluid/SPITransientTerm.cpp | b0fcded04d107697cb0bbb325f5e7867d4398834 | [
"MIT"
] | permissive | anymodel/DREAM-1 | 5d1ac63ffc48157f110ef672036d801442a2c917 | eba9fabddfa4ef439737807ef30978a52ab55afb | refs/heads/master | 2023-08-23T05:01:13.867792 | 2021-10-28T19:45:33 | 2021-10-28T19:45:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,623 | cpp | /**
* Implementation of the transient term for the SPI shard radii.
* We make special implementation for this transient term since the shard radii variable has many multiples
*/
#include <iostream>
#include "FVM/config.h"
#include "FVM/Matrix.hpp"
#include "DREAM/Equations/Fluid/SPITransientTerm.hpp"
#include "FVM/... | [
"oskar.vallhagen@gmail.com"
] | oskar.vallhagen@gmail.com |
832a4e8205b9fc8864aedbe7c8670bc0c4c93f5d | 92636e2579e89b1a292358ab9d161b86beae0a21 | /src/ObjSceneObject.h | cca917c6b6394c6e8e95be1a539f764bf4aa7c57 | [
"BSD-3-Clause"
] | permissive | khutchins/Naive-Raytracer | 2185214cebc544d88cef24c5481528621f2f16d1 | fcdb37a611ffecd54ed1aa39ca7e2fd8e190c16d | refs/heads/master | 2021-01-01T05:51:23.180092 | 2016-12-05T23:20:43 | 2016-12-05T23:20:43 | 2,922,851 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,136 | h | #ifndef _SCENE_OBJECT_H_
#define _SCENE_OBJECT_H_
#include "Ray.h"
#include "Point.h"
#include "Vector.h"
#include "Color.h"
#include "Material.h"
#include <cstdlib>
#include <memory>
#include <vector>
enum EntityID {
ENTITY_SPHERE,
ENTITY_INFPLANE,
ENTITY_PLANE,
ENTITY_LIGHT,
ENTITY_DISK,
ENTITY_CYLINDER,
ENT... | [
"possessedcow@gmail.com"
] | possessedcow@gmail.com |
fd6f7b38a62413e3d482d1964e327086ec154125 | f852083467f5137b63b7acf1fc56446fad7e2552 | /libpeconv/include/peconv/resource_parser.h | cd41cb3b13a2553104019d7608fb1c993664cdfd | [
"BSD-2-Clause"
] | permissive | Gaijin77/libpeconv | f35b5883ffe9be07623c56f4abf5959c98c09fb0 | 3fbd4a60466c05082ee044359226eecf5503e752 | refs/heads/master | 2022-04-23T12:58:49.441536 | 2020-04-13T17:24:33 | 2020-04-13T17:24:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 773 | h | /**
* @file
* @brief Parsing PE's resource directory.
*/
#pragma once
#include <Windows.h>
namespace peconv {
/**
A callback that will be executed by the function parse_resources when the Resource Entry was found.
*/
typedef bool(*t_on_res_entry_found) (
BYTE* modulePtr,
IMAGE_RESOUR... | [
"hasherezade@gmail.com"
] | hasherezade@gmail.com |
fee5b2289aea637d107aae1a3c6d6c161f7d9e5d | e98b265914ec3dbdc5eefe443505e58321ef5c00 | /third_party/WebKit/Source/web/WebSettingsImpl.cpp | deabcf8efb682a5ba9e5ce884683e1dc9699a625 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft"
] | permissive | zhouyige/chrome4sdp | d223f33cf45889bf9437ad9614e1c414c6c37faf | a9655c8758922ec2ff07400f6be8c448749a8c64 | refs/heads/master | 2022-12-17T17:36:19.467887 | 2017-01-04T07:35:25 | 2017-01-04T07:35:25 | 78,020,809 | 0 | 1 | BSD-3-Clause | 2022-11-17T18:58:27 | 2017-01-04T14:05:31 | null | UTF-8 | C++ | false | false | 24,064 | cpp | /*
* Copyright (C) 2009 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... | [
"zsky369369@outlook.com"
] | zsky369369@outlook.com |
8b298d9e5e37b38e3bb4fbc9027d256841aaa297 | 75407c7343521f74c51b0badf6ca22996e33b686 | /CPUT/CPUT/CPUTGuiControllerOGL.cpp | 504087442ede126d554efec6f0f66c7e5dd75add | [
"BSD-3-Clause"
] | permissive | xinfushe/InstancingAndroid | 76ce6f141ac870ec7b194771dd195ff465565fbf | fa178d64860a937a808e3f0d64aadb45f3e2414e | refs/heads/master | 2021-01-12T09:45:12.107603 | 2014-07-11T20:40:54 | 2014-07-11T20:40:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,295 | cpp | //--------------------------------------------------------------------------------------
// Copyright 2013 Intel Corporation
// All Rights Reserved
//
// Permission is granted to use, copy, distribute and prepare derivative works of this
// software for any purpose and without fee, provided, that the above copyrig... | [
"cferreir1@gmail.com"
] | cferreir1@gmail.com |
185c7376502913fba85ce24604e82ba43f274621 | 5de7df0be411b4bad61f927cae845bdb8223308f | /src/libs/vtkh/rendering/LineRenderer.cpp | 9b115e668c3936095ef5348983f3a7e8e2a19064 | [
"BSD-3-Clause",
"Zlib"
] | permissive | Alpine-DAV/ascent | cb40429167a93c62f78fe650a0121258be279162 | e52b7bb8c9fd131f2fd49edf58037cc5ef77a166 | refs/heads/develop | 2023-09-06T07:57:11.558238 | 2023-08-25T16:05:31 | 2023-08-25T16:05:31 | 81,366,855 | 151 | 61 | NOASSERTION | 2023-09-13T19:31:09 | 2017-02-08T19:21:22 | C++ | UTF-8 | C++ | false | false | 1,108 | cpp | #include "LineRenderer.hpp"
#include <vtkm/rendering/CanvasRayTracer.h>
#include <vtkm/rendering/MapperCylinder.h>
#include <memory>
namespace vtkh {
LineRenderer::LineRenderer()
: m_radius_set(false),
m_radius(0.5f)
{
typedef vtkm::rendering::MapperCylinder TracerType;
auto mapper = std::make_shared<Trace... | [
"noreply@github.com"
] | Alpine-DAV.noreply@github.com |
4e0c1d50d7b9cb5409c9f7b2351b72b50bc866d0 | 61644b94b1a6d567c0b9fdf0f4b80e10ff187c5a | /sobel/src/main.cpp | a5d88c8bb8f4ef183f9ead29887c1dd4d03ae658 | [] | no_license | alex2835/stuff2 | 6b73a2075249197ea0098efdaad5f1af696f6fab | 8e79c2520287e7a0065c3b13177d3b57565712c7 | refs/heads/master | 2023-03-26T17:33:03.224601 | 2021-03-27T20:10:50 | 2021-03-27T20:10:50 | 238,885,548 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 341 | cpp |
#include "kernel/sobel.h"
#include "time/timer.h"
int main()
{
Image image("resources/baby_yoda_8K.jpg");
Bubble::Timer timer;
sobel_sigle_core(image);
printf("Single core: %fs\n", timer.Update().GetSeconds());
image = sobel(image);
printf("Multi core: %fs\n", timer.Update().GetSeconds());
image.save("baby... | [
"sa00709@mail.ru"
] | sa00709@mail.ru |
ba1a8fc9bbed763e966f659a6ddb1042e6dda5d5 | 6fec2beaba97a18dd936e6d4a61042fa9817fc9c | /Odd_Even_Position_Nodes_are_Together.cpp | 15b3f200309477ed51728a89301f64f559c6caae | [] | no_license | Vashisht8953/CipherSchools_Assignments | 1376d13ebf87c8162a23c88009222f2f762f7fe1 | ddcff03396dba6b46c566d60abf39e6e4afb6af0 | refs/heads/main | 2023-03-08T06:36:19.899156 | 2021-02-23T12:05:08 | 2021-02-23T12:05:08 | 338,574,691 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,268 | cpp | #include<bits/stdc++.h>
using namespace std;
class Node
{
public:
int data;
Node* next;
};
Node* newNode(int key)
{
Node *temp = new Node;
temp->data = key;
temp->next = NULL;
return temp;
}
Node *rearrangeEvenOdd(Node *head)
{
if (head == NULL)
return NULL;
Node... | [
"noreply@github.com"
] | Vashisht8953.noreply@github.com |
a1ab144804f1306b819f193e7124be68dbda58cb | 1a93a3b56dc2d54ffe3ee344716654888b0af777 | /env/Library/include/qt/QtQuickTemplates2/5.12.9/QtQuickTemplates2/private/qquicktabbar_p.h | 5367118cbc3555b8735e0656098842e40b478174 | [
"Python-2.0",
"LicenseRef-scancode-python-cwi",
"GPL-1.0-or-later",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause",
"0BSD",
"LicenseRef-scancode-free-unknown",
"GPL-3.0-only",
"GPL-2.0-only"
] | permissive | h4vlik/TF2_OD_BRE | ecdf6b49b0016407007a1a049f0fdb952d58cbac | 54643b6e8e9d76847329b1dbda69efa1c7ae3e72 | refs/heads/master | 2023-04-09T16:05:27.658169 | 2021-02-22T14:59:07 | 2021-02-22T14:59:07 | 327,001,911 | 0 | 0 | BSD-3-Clause | 2021-02-22T14:59:08 | 2021-01-05T13:08:03 | null | UTF-8 | C++ | false | false | 4,632 | h | /****************************************************************************
**
** Copyright (C) 2017 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Quick Templates 2 module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding... | [
"martin.cernil@ysoft.com"
] | martin.cernil@ysoft.com |
c4f856745ce6f63eb50c71344ae5fd58b3a57347 | f44210cbddfc38f62105aac4224533ad1324c02e | /and/ttp/2017/semana3/pathfinding.cpp | 628b4fad0eb097d971dfca21f4a16680ae335e21 | [
"MIT"
] | permissive | aLagoG/kygerand | 8067b95fde1a213e278406626f109f21818ad984 | 0991cf5d5c3d49f4602b6992d4e3bdec8e27898e | refs/heads/master | 2021-01-11T16:15:41.330307 | 2019-09-18T20:09:00 | 2019-09-18T20:09:00 | 80,049,161 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,028 | cpp | //1527
#include <stdio.h>
#include <vector>
#include <queue>
#include <bitset>
#include <utility>
#include <algorithm>
using namespace std;
typedef pair<int, int> pii;
int n,m;
vector<int> g[101];
bitset<101> v;
vector<int> f[101];
void bfs(){
int num=n-1;
pii t;
queue<pii> q;
q.push(pii(m,0));
f[0].push_back(m... | [
"delagoandres@gmail.com"
] | delagoandres@gmail.com |
6d265420b53364e293f2569187ec5f34ad67946a | 6c8929ca577273de6f284eec2a0665604a79bee0 | /MFCApplication8/mac.cpp | 87ab999c0d2cb2463a9f3d30f938b1d0429c0cd5 | [] | no_license | kimjihw/MFC-Ip-Scanner | 0927bdce821dedbf3383f79bea12a4af8624ff30 | 7419286e2842f64682da9e56348e4646f0c9a8bd | refs/heads/master | 2023-04-29T15:20:05.657573 | 2021-04-29T00:07:45 | 2021-04-29T00:07:45 | 362,639,690 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 677 | cpp | #include "mac.h"
#include "pch.h"
Mac::Mac(const std::string r) {
unsigned int a, b, c, d, e, f;
int res = sscanf_s(r.c_str(), "%02X:%02X:%02X:%02X:%02X:%02X", &a, &b, &c, &d, &e, &f);
if (res != SIZE) {
fprintf_s(stderr, "Mac::Mac sscanf return %d r=%s\n", res, r.c_str());
return;
}
... | [
"kimal846@naver.com"
] | kimal846@naver.com |
b8e7510516560b725c78ddd1f0b7f1325625135e | 57c5596078293981db900bf92a7027e69b451f9b | /main.cpp | 86b1815e379c73584628d3d88c3e225df96048b2 | [] | no_license | adeleon512/prog0_acd21 | f3332ed570d661e746e838d9410604a55b16598f | a4e16471b3ac502c686f93525779b9d4b96b9a1d | refs/heads/master | 2021-01-21T05:14:26.640130 | 2017-02-25T19:15:06 | 2017-02-25T19:15:06 | 83,155,456 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 691 | cpp | /*
* prog0_acd21.cpp
*
* Created on: Sep 4, 2013
* Author: Adam C.De Leon
* Net ID: acd21
* Program 0
* Menu for Adam C. De Leon's Java Extraordinaire
*/
#include <iostream>
using namespace std;
int main() {
cout << "Adam C. De Leon's Java Extraordinaire\n";
cout << "\n";
cou... | [
"acd21tx@gmail.com"
] | acd21tx@gmail.com |
21c9fc5e809a62caa5bbe4e54318a3b7687cd332 | 791c27e89ac6c51709bc996ab4a66742573a489d | /BOJ/1063.cpp | 3bfa37dfcbeecb22cddfed213f16b1b5636034b9 | [] | no_license | JeongYeonUk/Problem | 6f031abed61c6229f3da86c20b188fc4481ed46d | 12ff42c72e0c91ab4a2927f17c874d791362530d | refs/heads/master | 2021-06-27T10:51:52.409707 | 2020-12-14T15:48:31 | 2020-12-14T15:48:31 | 188,515,199 | 0 | 1 | null | null | null | null | UHC | C++ | false | false | 1,708 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include <iostream>
#include <cstring>
#include <algorithm>
#include <string>
#include <map>
using namespace std;
#define endl '\n'
#define INF 987654321
struct Point {
int y, x;
};
// 오, 왼, 위, 아래, 오아래, 왼아래, 오위, 왼위
const int dy[] = { 0,0,-1,1,1,1,-1,-1 };
const int dx[] = { 1,-1,0,0,... | [
"vire3064@gmail.com"
] | vire3064@gmail.com |
f38365d0d49401c09ff2dde36237ea82b6767d5d | 8c7af9fedd99d385089aa13d9cfb6c932a64aac1 | /MFC1-2/MFC1-2/MFC1-2.h | ba8f8636bdff6c0a3f4ce9127a5b9128c7d5cc64 | [] | no_license | zhang1-meili/Test2 | 9355592fc11ec75ebfc863e2d92a791ee813031c | 676db7f31192bbaa74a3bd8bd60350dcf004e294 | refs/heads/master | 2021-05-23T20:00:20.265851 | 2020-05-26T07:47:48 | 2020-06-02T06:21:23 | 253,441,721 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 509 | h |
// MFC1-2.h : MFC1-2 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CMFC12App:
// 有关此类的实现,请参阅 MFC1-2.cpp
//
class CMFC12App : public CWinAppEx
{
public:
CMFC12App();
// 重写
public:
virtual BOOL InitInstance();
virtual int Ex... | [
"1031601344@qq.com"
] | 1031601344@qq.com |
e8c41873d20596cc930dccc463ff739ec177b3d6 | 73ee941896043f9b3e2ab40028d24ddd202f695f | /external/chromium_org/chrome/browser/storage_monitor/storage_monitor_linux_unittest.cc | 7a74069defa2d3504e9b40059e96e00a44ad57a5 | [
"BSD-3-Clause"
] | permissive | CyFI-Lab-Public/RetroScope | d441ea28b33aceeb9888c330a54b033cd7d48b05 | 276b5b03d63f49235db74f2c501057abb9e79d89 | refs/heads/master | 2022-04-08T23:11:44.482107 | 2016-09-22T20:15:43 | 2016-09-22T20:15:43 | 58,890,600 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 26,811 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// StorageMonitorLinux unit tests.
#include "chrome/browser/storage_monitor/storage_monitor_linux.h"
#include <mntent.h>
#include <stdio.h>
#includ... | [
"ProjectRetroScope@gmail.com"
] | ProjectRetroScope@gmail.com |
676a6f93b7d998b729133bb62dbbbf55be897fc3 | 002fd16f468b5185348d33432e943ad308b64534 | /Bluetooth Low Energy (LE) Generic Attribute (GATT) Profile Drivers/Solution/WpdService.cpp | ab3c63bdf696ad134b743ef6c28bcf86debfba25 | [] | no_license | lisq789/wdk80 | 62d2e134f13236fe1766e4664ee67664626aadcb | 67e3dc8fada017ff2f49fefb9ac670a955a27e36 | refs/heads/master | 2023-03-18T18:35:56.813973 | 2013-09-21T15:44:56 | 2013-09-21T15:44:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,293 | cpp | /*++
Copyright (c) Microsoft Corporation. All rights reserved.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
PURPOSE.
Module Name... | [
"u@london.org.il"
] | u@london.org.il |
194d4446fd396e6f70be47cdf2402b8c84f7659c | ed3ee305f0af6d2634ee36312f1962e5e3dbdb8e | /grppi_workflows/unit_tests/farm.cpp | 69ecdac0b9032f2ab7b9450a96a3a6f790c215a8 | [
"Apache-2.0"
] | permissive | javidoc00/dispel4py_GrPPI_workflows | 9f4a1108242955ceacc33a8335c826f1d6e1bdb7 | 9a6ad5297304e37de72519be039c3dd7976f257e | refs/heads/master | 2020-06-26T15:22:24.550608 | 2019-08-15T13:59:12 | 2019-08-15T13:59:12 | 199,672,094 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,731 | cpp | /*
* Copyright 2018 Universidad Carlos III de Madrid
*
* 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 appl... | [
"javidoc00@gmail.com"
] | javidoc00@gmail.com |
fca886e60bf5490bcbb9679c5459f2d55e2223d7 | ba8b5e939c248970e2a0fd1527ad52488319b39e | /ESP8266Basic/Commands.ino | eec17677989a2c9742ea88e3f00ce85bc0ab0afa | [
"BSD-3-Clause"
] | permissive | todocono/Basic | fd393c1cf2b61a12543208a7f051c7adf040f9a6 | 199e7d7319d86091772311f25e7ed8a3301e608c | refs/heads/master | 2021-01-15T14:28:38.588648 | 2016-03-31T11:33:18 | 2016-03-31T11:33:18 | 55,121,903 | 0 | 0 | null | 2016-03-31T05:08:50 | 2016-03-31T05:08:49 | null | UTF-8 | C++ | false | false | 26,058 | ino | parser_data pd;
int num_args;
PARSER_PREC args[PARSER_MAX_ARGUMENT_COUNT];
String *args_str[PARSER_MAX_ARGUMENT_COUNT];
void InitCommandParser()
{
//parser_data_init( &pd, NULL, variable_callback, function_callback, NULL );
pd.str = NULL;
pd.len = 0;
pd.pos = 0;
pd.error = NULL;
pd.variable_cb = variable_c... | [
"ESP8266BASIC@smbisoft.com"
] | ESP8266BASIC@smbisoft.com |
12ccc5557a71836c7d4931a3c7ebd8f1116776bb | 9dcc751eed6c10267328eafccfc009fd8f2f469f | /191007 인벤토리/stdafx.h | 0ae8f4d6a75ebbfc2502e44b3b8aedb6bb7c7ac6 | [] | no_license | siro0413/sgadev | 12797c96df45655c1367202b1a9cd5ec6b0fd13e | da587901570467e45b8b23da4acb1646a1f43e6b | refs/heads/master | 2020-07-04T17:11:48.069804 | 2020-01-09T10:50:06 | 2020-01-09T10:50:06 | 202,350,614 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 140 | h | #pragma once
#include <iostream>
#include <Windows.h>
#include <vector>
#include <string>
using namespace std;
#include "ItemDscs.h"
| [
"noreply@github.com"
] | siro0413.noreply@github.com |
b51f8f6d977faa570489ca437943131e0d0bc802 | 576cf908e40f6fe87d3c361b566faeef0659c32c | /mm08.cpp | 121ded44d8c696580040d46178bcd6759c2f4b75 | [] | no_license | wanwankao/ds_ITSA | eaa0ab9ffb617b7b4361391109e26eabf874f1d9 | f2480b392465b92be0455215e9eeca432fdf4513 | refs/heads/master | 2020-12-12T10:11:41.743902 | 2020-01-15T15:09:59 | 2020-01-15T15:09:59 | 234,105,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 277 | cpp | #include<iostream>
#include<iomanip>
#include<math.h>
using namespace std;
//計算兩數和的平方值
int main() {
int num_1, num_2, result;
cin >> num_1 >> num_2;
result = pow((num_1 + num_2),2);
cout << result << endl;
return 0;
} | [
"noreply@github.com"
] | wanwankao.noreply@github.com |
5f24976516b476657e97274058e2bf8d7171a926 | 25b4afbcad749a833504269be17a9ad785370fef | /Pod/musicFramework/core/elements/Inversion.h | 72ccc7a8aaa701cdd68d5634e30a524628a6b4d5 | [
"MIT"
] | permissive | Bone111/MusicXMLParser | 87eee0a990a49a57a54a59e6ef2baa981c83a740 | 674f6b52634abb95008cc04ee02f4df0055851a6 | refs/heads/master | 2020-03-27T04:26:35.847365 | 2017-09-30T08:19:53 | 2017-09-30T08:19:53 | 145,939,832 | 3 | 2 | MIT | 2018-08-24T03:51:52 | 2018-08-24T03:51:51 | null | UTF-8 | C++ | false | false | 1,804 | h | // MusicXML Class Library
// Copyright (c) by Matthew James Briggs
// Distributed under the MIT License
#pragma once
#include "../../core/ForwardDeclare.h"
#include "../../core/ElementInterface.h"
#include "../../core/Integers.h"
#include "../../core/elements/InversionAttributes.h"
#include <iosfwd>
#include <memory... | [
"403554355@qq.com"
] | 403554355@qq.com |
8c5813c55228edb5b8e839ada7505a2c54fdc456 | 35e450c01e0eb1f0317f7733752c26e8e1c234a6 | /064/main.cc | 0a3fb6d71cd74cec2f8778ad0088331c6b5034f8 | [] | no_license | michalliu/ibab_leetcode-solutions | 94970c3158bae8c0ada6d319f5f47ecf227135f3 | effeb128469605f70692b9545eb9ea156025b940 | refs/heads/master | 2020-04-15T12:29:23.828030 | 2016-10-31T12:30:50 | 2016-10-31T12:30:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,430 | cc | #include <vector>
using std::vector;
class Solution {
public:
int minPathSum(vector<vector<int>>& grid) {
std::vector<vector<int>> distance(
grid.size(),
std::vector<int>(grid[0].size(), INT_MAX));
// Set initial cost
distance[0][0] = grid[0][0];
int M = di... | [
"igor@babuschk.in"
] | igor@babuschk.in |
b0c12e94ca57169df146c7a0d5114affee85e372 | 78918391a7809832dc486f68b90455c72e95cdda | /boost_lib/boost/xpressive/detail/utility/ignore_unused.hpp | 9d9492d2482a04669705a1f6118217a752f57437 | [
"MIT"
] | permissive | kyx0r/FA_Patcher | 50681e3e8bb04745bba44a71b5fd04e1004c3845 | 3f539686955249004b4483001a9e49e63c4856ff | refs/heads/master | 2022-03-28T10:03:28.419352 | 2020-01-02T09:16:30 | 2020-01-02T09:16:30 | 141,066,396 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 696 | hpp | ///////////////////////////////////////////////////////////////////////////////
// ignore_unused.hpp
//
// Copyright 2008 Eric Niebler. 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)
#ifndef BOOST_XPRESSIVE_DET... | [
"k.melekhin@gmail.com"
] | k.melekhin@gmail.com |
b68cb93b195336d6f6df3c5370f99633031704ab | 30b7ffd17845db982883a91ce8d04551281658c4 | /Codeforces/Hello 2020/D.cpp | 2a1097a184a8d2b04d97614e58feffc9aac1c1e0 | [] | no_license | shas9/codehub | 95418765b602b52edb0d48a473ad7e7a798f76e5 | bda856bf6ca0f3a1d59980895cfab82f690c75a2 | refs/heads/master | 2023-06-21T01:09:34.275708 | 2021-07-26T14:54:03 | 2021-07-26T14:54:03 | 389,404,954 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,852 | cpp | #include <bits/stdc++.h>`
#define slld(longvalue) scanf("%lld", &longvalue)
#define plld(longvalue) printf("%lld\n", longvalue)
#define slf(longvalue) scanf("%lf", &longvalue)
#define plf(longvalue) printf("%lf\n", longvalue)
#define sc(letter) scanf("%c", &letter)
#define pc(letter) printf("%c", letter)
#... | [
"shahwathasnaine@gmail.com"
] | shahwathasnaine@gmail.com |
1081825f12e3baf9ae20e3c8292bdd63668b5f4e | 0bf4e9718ac2e2845b2227d427862e957701071f | /tc/tco07/SortingInIterations.cpp | 286da75a69dde8740bf08dde9abf83ce0391577b | [] | no_license | unjambonakap/prog_contest | adfd6552d396f4845132f3ad416f98d8a5c9efb8 | e538cf6a1686539afb1d06181252e9b3376e8023 | refs/heads/master | 2022-10-18T07:33:46.591777 | 2022-09-30T14:44:47 | 2022-09-30T15:00:33 | 145,024,455 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,308 | cpp | // BEGIN CUT HERE
// END CUT HERE
#line 5 "SortingInIterations.cpp"
#include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <queue>
#include <stack>
#include <algorithm>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <cstdlib>
#include <string>
... | [
"benoit@uuu.com"
] | benoit@uuu.com |
09f4bc5d9983373fd9c1d6b7dd9f19075412614c | 29ae6a15cb4f6bd0e880caca18445f23368ee7a7 | /Codeforces__Problems/contest/500/a/63208410.cpp | 545630d5a6a3795fecb94d0d957d6c0b75911dd1 | [
"MIT"
] | permissive | mushfiq-906/cp__training | 3d5d59b2514a4adbb38e9d0c41a876030a114038 | 93fdc45cf20f71571b75eb8253052b70957087ad | refs/heads/master | 2023-05-02T18:50:50.742451 | 2021-05-23T09:37:12 | 2021-05-23T09:37:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 515 | cpp | #include <bits\stdc++.h>
using namespace std;
using ll = long long int;
using ull = unsigned long long;
int n, t;
const int N = 3e4 + 34;
vector<int> adj[N];
bool vis[N];
void dfs(int u) {
if (vis[u]) return;
vis[u] = 1;
for (int i : adj[u]) dfs(i);
}
int main() {
ios_base::sync_with_stdio(0); cin.tie(0), cout... | [
"abdallah.ahmed.hemdan@gmail.com"
] | abdallah.ahmed.hemdan@gmail.com |
36dbdd84920554e84f3bb5195d17125d231b9cfd | 15da3fc8bda6517c7a655741b396fdc80918e45e | /P40479.cc | b32b682dbd2b1be9071868a0d5ddda18e0626e38 | [] | no_license | ShimaSama/FIB-EDA | 3085af61636ff05d0fa1ee5735dbb9fbf49a2feb | 91150d5f6c4ce57e81aa777e1adff0548279e4b4 | refs/heads/master | 2020-07-23T08:14:29.600454 | 2019-12-10T08:41:46 | 2019-12-10T08:41:46 | 207,496,428 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 923 | cc | #include <iostream>
#include <vector>
using namespace std;
typedef vector<vector<char > > Matrix;
void DFS(Matrix& g, int i, int j,char c){
if(g[i][j]=='.' ){
g[i][j]=c;
DFS(g,i+1,j,c);
DFS(g,i,j+1,c);
DFS(g,i-1,j,c);
DFS(g,i,j-1,c);
}
}
int main(){
... | [
"noreply@github.com"
] | ShimaSama.noreply@github.com |
1d435c48223f75df679ea84b425310c417cba342 | a754da405bc3d2d2d1d8940d7d277c63bf2b7768 | /android/jni/com/mapswithme/platform/HttpThread.cpp | ef454224343c4c5e82b5a1b2913d6581cd23a763 | [
"Apache-2.0"
] | permissive | icyleaf/omim | 3a5a4f07890e6ad0155447ed39563a710178ec35 | a1a299eb341603337bf4a22b92518d9575498c97 | refs/heads/master | 2020-12-28T22:53:52.624975 | 2015-10-09T16:30:46 | 2015-10-09T16:30:46 | 43,995,093 | 0 | 0 | Apache-2.0 | 2019-12-12T03:19:59 | 2015-10-10T05:08:38 | C++ | UTF-8 | C++ | false | false | 3,915 | cpp | #include "platform/http_thread_callback.hpp"
#include "../core/jni_helper.hpp"
#include "Platform.hpp"
class HttpThread
{
private:
jobject m_self;
public:
HttpThread(string const & url,
downloader::IHttpThreadCallback & cb,
int64_t beg,
int64_t end,
int64_t ex... | [
"alex@maps.me"
] | alex@maps.me |
1e2b64b1cd0ebe5fb8c8c442a36081235472c7e4 | 38d2221977cef0fe8a22284f3ba73fc64b451d37 | /競プロ/ABC/106/b.cpp | 6e1c5fcc4c335069f7ec2bb7b6f6ac9ed78ab770 | [] | no_license | masatoshi33/portfolio | 06f1fb3c01e1ac43ffeea3ec95c109ff77254550 | c268062fbe4f120a41b51f80cfd25f6412769af2 | refs/heads/master | 2023-03-16T03:36:43.307202 | 2021-02-25T18:23:51 | 2021-02-25T18:23:51 | 342,330,292 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 851 | cpp | #include <bits/stdc++.h>
#include <math.h>
#include <vector>
#include <queue>
#include <iomanip>
#include <string>
#include <algorithm>
using namespace std;
using Graph = vector<vector<int>>;
#define rep(i,n) for(int i=0;i<n;i++)
#define rep_1 (i,j,n) for(int i=j;i<n;i++)
typedef long long ll;
typedef long l;
const ll ... | [
"49389925+masatoshi33@users.noreply.github.com"
] | 49389925+masatoshi33@users.noreply.github.com |
30071ddd303d573d5fd378d13d8376a91fd77e25 | 60a15a584b00895e47628c5a485bd1f14cfeebbe | /controls/PrintFieldAX/EnterValuesDlg.cpp | cbbfc63a0e00a9e0ad90e2bf928d843b7f953f21 | [] | no_license | fcccode/vt5 | ce4c1d8fe819715f2580586c8113cfedf2ab44ac | c88049949ebb999304f0fc7648f3d03f6501c65b | refs/heads/master | 2020-09-27T22:56:55.348501 | 2019-06-17T20:39:46 | 2019-06-17T20:39:46 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 16,274 | cpp | // EnterValuesDlg.cpp : implementation file
//
#include "stdafx.h"
#include "PrintFieldAX.h"
#include "EnterValuesDlg.h"
#include "\vt5\awin\misc_utils.h"
#include "EditEx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//#define DEFAULT_COMBO_SECTION "\\ValuesCombo... | [
"videotestc@gmail.com"
] | videotestc@gmail.com |
a80fa268b3678667a0b490bc1b4f6413887e379c | 052bdfad3ac771db6a8968c069bb13ef37e8507e | /HW6/trie.cpp | 0210edde098dd084f2b73240d55e51285349b00d | [] | no_license | chasem51/Algorithms | 94700be066fe1f0fded0b42ab1084d1fb38ce0c0 | 2f50e0a9eeab426735f55c6a5d598e55a0b188ef | refs/heads/master | 2022-11-26T02:05:39.100460 | 2020-08-08T01:02:36 | 2020-08-08T01:02:36 | 255,060,252 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,144 | cpp | // LATE DAY
// Chase Maivald
// U18719879
#include <string>
#include "trie.h"
using namespace std;
void Trie::insert(string key, int val) {
TrieNode* temp = root;
for(int i = 0; i < key.length(); i++){
if(temp->children[key[i] - 'a'] == NULL){ // if the respective indice to a character DNE,
... | [
"maivaldc@gmail.com"
] | maivaldc@gmail.com |
12d880697fa5ddb936b6b1d579df903cebf404bd | 33ec85bd54ff6c6eb746d77d1b967e320fd7b6b4 | /services/safwk/src/main.cpp | 2aade668a089407bd9276bf45ca5befc53de0237 | [
"Apache-2.0"
] | permissive | openharmony-gitee-mirror/distributedschedule_safwk | 57808d2b0f811808219b80b02f4edb6248dd665d | 1de684cf8b9bd56e1302f3f9e67068c18639ac05 | refs/heads/master | 2023-08-20T22:51:42.791354 | 2021-10-25T06:51:34 | 2021-10-25T06:51:34 | 400,051,659 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,177 | cpp | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* 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 ... | [
"mamingshuai1@huawei.com"
] | mamingshuai1@huawei.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.