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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a3f3d3544d590cc03cd7e0f457ed488b5b9df5b9 | 7de8dabdddd900f4b0dcd100ff16912c84838596 | /astra-joint-tracking/CAstraStream.h | e253da26f73a3acd21097ce777419ca3ce134795 | [] | no_license | vitomedved/astra-joint-tracking | cd1842564228790f5454f77b8ad47006516f4cd8 | f0bb2ea2dea587bcafe052f5fd9b847a2b7ca028 | refs/heads/master | 2020-03-20T18:30:11.122198 | 2018-07-16T15:54:31 | 2018-07-16T15:54:31 | 137,588,933 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,106 | h | /**
* @file CAstraStream.h
* @brief Currently only used as frame listener
*
*
*/
#pragma once
#include <astra\astra.hpp>
#include "CStreamListener.h"
#define LICENSE_KEY "<Insert license key>"
/// Class AstraStream which is used as FrameListener (for now)
// TODO: implement objected oriented design with objective... | [
"vito.medved12@gmail.com"
] | vito.medved12@gmail.com |
36c5f49aad8aa173483cda5d659e2ad39b2ed284 | a9e308c81c27a80c53c899ce806d6d7b4a9bbbf3 | /engine/xray/editor/world/sources/object_compound.h | 7403ab5d7841a1d0553fd5caa69cbdfe55a9c45f | [] | no_license | NikitaNikson/xray-2_0 | 00d8e78112d7b3d5ec1cb790c90f614dc732f633 | 82b049d2d177aac15e1317cbe281e8c167b8f8d1 | refs/heads/master | 2023-06-25T16:51:26.243019 | 2020-09-29T15:49:23 | 2020-09-29T15:49:23 | 390,966,305 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,766 | h | ////////////////////////////////////////////////////////////////////////////
// Created : 09.04.2009
// Author : Andrew Kolomiets
// Copyright (C) GSC Game World - 2009
////////////////////////////////////////////////////////////////////////////
#ifndef OBJECT_COMPOUND_H_INCLUDED
#define OBJECT_COMPOUND_H_INCLUDED
... | [
"loxotron@bk.ru"
] | loxotron@bk.ru |
9fce6315a89bd5dfa239970061d26303c02033f1 | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /chrome/browser/ui/ash/ime_controller_client_unittest.cc | a5308553903df6d7279664bea4507383118892ca | [
"BSD-3-Clause"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | C++ | false | false | 13,760 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/ash/ime_controller_client.h"
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "ash/public/m... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
0ca4baf1c6d7e3c93431f5e0060977b134221852 | 8524a719200f7b78b5b9f5c2ade9d5f880130b73 | /Zestaw1/1.13.cpp | 170c37950773336d2bbbe183b9adb85d3c85b4f5 | [] | no_license | boojtus/C | be54f6584aed9f007862a95e87e95b87b1fcd421 | b8332e20171ef1ed0c14cd72423678d71d293b3d | refs/heads/master | 2020-04-26T09:37:36.818514 | 2019-04-10T20:01:09 | 2019-04-10T20:01:09 | 173,462,286 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 277 | cpp | #include <iostream>
using namespace std;
int a,b,c;
void suma(){
c=a+b;
}
int main()
{
for(int i=0;i<10;i++){
cout<<"Podaj a"<<endl;
cin>>a;
cout<<"Podej b"<<endl;
cin>>b;
suma();
cout<<c<<endl;
}
return 0;
}
| [
"wojciech.ciolczyk@smcebi.edu.pl"
] | wojciech.ciolczyk@smcebi.edu.pl |
932d07666702e7ec3e8c4facc18d218499fdf7c6 | a549ac5f9f3d8419bf0e31a596c69a3557e25e2f | /Primer C++ Section 16 template/16.26.cpp | 30e0a27cfb9bcdff70f40f68fa3272631dbbf725 | [] | no_license | Nillouise/Cpp-Practice | ca40d117ff83d445faad482fea1115dc4f594633 | 6c9ff08d421f029b673d82a4098d64258bb3934f | refs/heads/master | 2018-09-16T02:15:37.222106 | 2018-07-15T06:46:57 | 2018-07-15T06:46:57 | 118,771,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 376 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long LL;
class NoDefault
{
public:
NoDefault()=delete;
};
//这是不可以的
template class vector<NoDefault>;
int main()
{
//freopen("I:\\Algorithms\\git\\Algorithm\\Algorithm\\input.txt","r",stdin);//
ios::sync_with_stdio(false);
vector<No... | [
"LovelyNihilism@outlook.com"
] | LovelyNihilism@outlook.com |
432e97bddf47363ddeb22f4a8349af0a8e50d12f | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/public/wsdk/inc/XMLTrnsF.h | 4faf504d83d0e6aad9c2690170fff047db55f4d8 | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 45,026 | h |
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0328 */
/* Compiler settings for xmltrnsf.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run)
protocol : dce... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
014ac4a7e95bef249e13d789d61fc026cd6dd1cb | 272274a37c6f4ea031dea803cf8fc8ee689ac471 | /components/autofill_assistant/browser/retry_timer.h | 8b6b0967230152e835343b6bb98194bf39df3c68 | [
"BSD-3-Clause"
] | permissive | zjh19861014/chromium | 6db9890f3b2981df3e8a0a56883adc93f6761fd5 | 8d48b756239d336d8724f8f593a7b22959c506b4 | refs/heads/master | 2023-01-09T06:34:30.549622 | 2019-04-13T06:55:11 | 2019-04-13T06:55:11 | 181,134,794 | 1 | 0 | NOASSERTION | 2019-04-13T07:12:06 | 2019-04-13T07:12:06 | null | UTF-8 | C++ | false | false | 2,375 | h | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_RETRY_TIMER_H_
#define COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_RETRY_TIMER_H_
#include <memory>
#include "ba... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
eb405ce1676fdff72a257c54b53f0cb4f904c85d | 3f22c39b8d04be38aecb90fed9d58e6db95d4272 | /src/shell/npsworld.hpp | b02d2cd284d0eef5651d714f45e20b1053fb388b | [] | no_license | V3RGANz/Newtonian-Physics-Sandbox | da7c13ba06b6764861d89362bb0cc3fb3d91f6a0 | 96ca0a18393f0a9532d6a209e44072e8044700ef | refs/heads/master | 2020-03-14T13:31:45.213040 | 2018-08-21T21:18:21 | 2018-08-21T21:18:21 | 131,634,959 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,869 | hpp | #ifndef NEWTONIAN_PHYSICS_SANDBOX_NPSWORLD_HPP
#define NEWTONIAN_PHYSICS_SANDBOX_NPSWORLD_HPP
#include <string>
#include <map>
#include <libgeodecomp.h>
#include "physics/body/collisionBody.hpp"
#include "physics/body/composedSpheresCB.hpp"
#include "initializer.hpp"
#include "writer.hpp"
//#include "writer.hpp"
/*... | [
"evgggd@gmail.com"
] | evgggd@gmail.com |
de720bcf58dd9ce8f51960dc01bfa11fd263c7ef | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/net/tapi/rtc/phoenix/src/core/test4/rtctest.h | 6fc650f5e263a070714256bfb1ee4406de933f96 | [] | 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 | 3,137 | h | #ifndef __RTCTEST__
#define __RTCTEST__
#define WM_CORE_EVENT WM_USER+100
#define WM_CREATE_SESSION WM_USER+101
#define WM_LISTEN WM_USER+102
#define WM_CREATE_PROFILE WM_USER+103
#define TID_CALL_TIMER 100
class CRTCEvents :
public IRTCEventNotification
{
private:
DWORD m_dwRe... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
ead9af30f51b1a94712bee6e94c837a18eae6b2e | 1d392b2dccc56df938b85c606e7261e67b4f3a18 | /main/14_OperatorOverloading/05_OvrLoad_ArithOpera_WithOutFrd.cpp | 469326e55e562cd0ddee1925410b1dcf3fbc78da | [] | no_license | balaji303/C-plusplus | c44afa3332424cc8ca77753b2356138023c9aa93 | 7af715e59b7b255341a16223dec972e8e770dc39 | refs/heads/master | 2023-06-09T08:18:23.794512 | 2023-02-24T02:27:55 | 2023-02-24T02:27:55 | 223,682,465 | 0 | 0 | null | 2023-02-24T02:27:56 | 2019-11-24T02:35:58 | C++ | UTF-8 | C++ | false | false | 957 | cpp | #include <iostream>
#include <stdint.h>
using namespace std;
class rupee
{
uint32_t amount;
public:
void set_money(uint32_t set_amount);
uint32_t get_money(void)const;
/* Constructor */
rupee(uint32_t argu_rupee);
};
rupee::rupee(uint32_t argu_rupee):amount{argu_rupee}
{
cout<<"Constructor Cal... | [
"balajimail@zoho.com"
] | balajimail@zoho.com |
14fbb0a6d2aef92f7649a6f4bda0b4f61a52bf8f | f85822cf593cd6ad87a3d584802598e46e3b3f0f | /src/kd_tree.cpp | 9e4c321548e281126351e98c4082808993c3d80e | [] | no_license | drewm1980/mpnn | 54e4866c4d5ad385f611437f53baad5cece7ab66 | da935c1c7f2d8fca533c00eb04d9362aa146924d | refs/heads/master | 2020-04-03T09:56:16.468300 | 2016-06-08T17:35:19 | 2016-06-08T17:35:19 | 60,684,731 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,095 | cpp | //-------------------------------------------------------------------------
// The Nearest Neighbor Library for Motion Planning
//-------------------------------------------------------------------------
//
// Copyright (c) 2005 University of Illinois and Anna Yershova
// All rights reserved.
//
... | [
"andrew.wagner@robovision.eu"
] | andrew.wagner@robovision.eu |
30a71dbf20f2e1951d75adae59411da430dd6275 | 15dc414a5d98771d19854ea242cda6d2369d38ee | /EcocoDeFight/Source/MainFrm.cpp | 45eb845a0d7225c4451755c4efee86416c78f418 | [] | no_license | cuteapple/ReEcocoDeFight | 816a386bbde300700d3a53ce8b0a339e58d7c79a | 43a4abb9832e99ce549f8d535ed379c58d2a1e0b | refs/heads/master | 2020-04-12T17:35:48.591795 | 2018-12-25T03:51:02 | 2018-12-25T03:51:02 | 162,650,470 | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 7,892 | cpp | /*
* MainFrm.cpp : implementation of the CMainFrame class
* Copyright (C) 2002-2008 Woei-Kae Chen <wkc@csie.ntut.edu.tw>
*
* This file is part of game, a free game development framework for windows.
*
* game is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li... | [
"hidden"
] | hidden |
fdb0e791388c23ca8410b95ce7162c9933326903 | 2835c0710200b4437eaa65eed669c82a695084cb | /src/interface/qt/SenderWindow.cpp | 8f7c31e26a3ec149ab34721850f40a96bda422ab | [] | no_license | zlv/SpamTeacher | 7bd94820a5f976fea02f65a9d506c4472ac256bf | 9f69aec678ab9e1dc1b0bd8523507cdaabf69b9f | refs/heads/master | 2016-09-06T04:15:45.138785 | 2011-02-08T17:43:14 | 2011-02-08T17:43:14 | 1,342,819 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,851 | cpp | #include "SenderWindow.h"
//функции создания виджетов
#include "../func.h"
//для data и для сигналов
#include "../../Data.h"
#include "MainWindow.h"
#include <iostream>
SenderWindow::SenderWindow(QWidget* w) : BaseWindow(), mainWindow(w)
{
/////////////////////////////////////
this->setWindowTitle(tr("Sender op... | [
"z_lezhnin@mail2000.ru"
] | z_lezhnin@mail2000.ru |
d57abe0adfc5c4b788b626a0f34e957ed6fa9eda | 32efafb2516db1931e1494e928bac24638f1cf50 | /ACM notebook/discreteLog.cpp | b6a6085f3f77faede39e8b458cb2324d92ce5a7d | [] | no_license | nhanlun/template | 8a3375ac104ef83742045636d07fec875838d89c | 8d64ee66fc862b4712da2df5ed0337c2056d3618 | refs/heads/master | 2022-01-01T20:45:29.493729 | 2022-01-01T06:00:11 | 2022-01-01T06:00:11 | 172,709,158 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 716 | cpp | // Returns minimum x for which a ^ x % m = b % m. O(sqrt(m))
int discreteLog(int a, int b, int m) {
a %= m, b %= m;
int k = 1, add = 0, g;
while ((g = __gcd(a, m)) > 1) {
if (b == k)
return add;
if (b % g)
return -1;
b /= g, m /= g, ++add;
k = (k * 1ll * a / g) % m;
}
int n = sqrt... | [
"ntnhan18@apcs.vn"
] | ntnhan18@apcs.vn |
e13a2d9a9ef50ca73dff8d2458fef6b5cd0f00a2 | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /third_party/WebKit/Source/core/url/DOMURLUtils.h | 00bcac3f909ce1c5418b6f1abade285553649aac | [
"BSD-3-Clause",
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | 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 | 2,291 | h | /*
* Copyright (C) 2011 Google Inc. All rights reserved.
* Copyright (C) 2012 Motorola Mobility Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
3f7d1279bc0d2f2973d03377504fa099de84848e | 77bd2f604108170ab38f0b679e920c5435ff150c | /SistemaMonitoreoGranjaView/frmEditarSensores.cpp | 812ba076015ddbb467308242d9d241aa1ab2fa10 | [] | no_license | DaviesAguirreBlas/LPOO_Projecto | d8df784d011f9db27839e68bf5798fadb69653fc | 6fcfc3297916c1179312de914d63fc15b3cd2bf7 | refs/heads/master | 2023-05-13T01:30:57.328888 | 2021-06-04T05:41:13 | 2021-06-04T05:41:13 | 373,731,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32 | cpp | #include "frmEditarSensores.h"
| [
"daviesaguirreblas@gmail.com"
] | daviesaguirreblas@gmail.com |
3a3e0531c4c33b89ce1aaa299e427ad61d128270 | 020d7884e5acac0328eb82f12ec7c73d832c9408 | /第五章-面向对象编程风格/num_sequence.cpp | e25437e0fe715db71bf45d6990e18d6fa14c4026 | [] | no_license | a673786103a/VS | 036bdc070bba4ce0c26d003c60fda5aeda7041df | ada159fa8b87287a078a7b6479442e469b3dcbfd | refs/heads/master | 2022-09-25T10:15:58.059813 | 2020-05-31T10:50:11 | 2020-05-31T10:50:11 | 261,463,611 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 324 | cpp | #include "num_sequence.h"
#include <string>
ostream& operator<< (ostream& os, const num_sequence& ns) {
return ns.print(os);
}
void display(ostream& os, const num_sequence* ns, int pos) {
os << "The element at position " << pos << " for the ";
os << ns->what_am_i();
os << " sequence is " << ns->elem(pos) << end... | [
"673786103@qq.com"
] | 673786103@qq.com |
bf1bb9b43425d648cd98fb95105dc9194534ab72 | 0dc5a4c8a525ab9c629e7a43a6ecbb628970cb52 | /Performance_experiments/PNRMiner_Code/DatabaseGenerator.h | b847495b33de70092bdce82d15a6a57d0e04cd98 | [] | no_license | AnesBendimerad/SIAS-miner | 399e93ede13bd037b36ed52168f82ecdc8887a48 | 63f335a02d5e6a7660f51222d8fca94acb1c831c | refs/heads/master | 2023-04-14T01:37:15.287387 | 2023-03-24T11:10:49 | 2023-03-24T11:10:49 | 223,899,935 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,941 | h | /*=================================================================================================
* N-RMiner version 1.0 - Software to mine interesting Maximal Complete Connected Subsets (N-MCCSs)
* from multi-relational data containing N-ary relationships.
*
* Copyright (C) 2011 Eirini Spyropoulou, Tijl De B... | [
"ahmed-anes.bendimerad@insa-lyon.fr"
] | ahmed-anes.bendimerad@insa-lyon.fr |
9c4bccb38fe696a64a4a1b0112b987b3d6f37f29 | e0e025b0b186e047461d2d74ea5fa84fb8a21f7b | /.history/8_cosuri_20210307085015.cpp | d8754d6b1076fabbc754416b3954fc5495325d43 | [] | no_license | xKristee29/1nfo | fbd4b9c1b50f45fbd10b968f39d342a47a007da7 | 1aa9ec38f24a54c76cab8d94212bd33df616082d | refs/heads/main | 2023-03-20T02:04:51.730374 | 2021-03-08T20:24:55 | 2021-03-08T20:24:55 | 345,783,580 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 505 | cpp | #include <bits/stdc++.h>
using namespace std;
ifstream f("cosuri.in");
ofstream g("cosuri.out");
multiset<int> s;
int n,cerinta,x;
int main(){
f>>cerinta>>n;
if(cerinta==1){
int min1=1000005,
min2=1000005,mins,
max1=-1,
max2=-1,maxs;
for(int i=1;i<=2*n;++i... | [
"c90717489@gmail.com"
] | c90717489@gmail.com |
1b8010cadde9ef41f38d4b007abf7cd77f5a1fc7 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_5389.cpp | 7656a5872f6670d4a05482a1bb945ee77c664a91 | [] | 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 | 170 | cpp | {
result = TRUE;
*resp = curlx_sltosi(strtol(line, NULL, 10));
/* Make sure real server never sends internal value */
if(*resp == 1)
*resp = 0;
} | [
"993273596@qq.com"
] | 993273596@qq.com |
48dfecd9362ac21d07b0ccf0776a2e28db245a84 | 869cefe6ea1acb40e347f5430278b1204984b565 | /extras/include/boost/libs/config/test/no_template_streams_fail.cpp | 0151533d491dc25ed0170a4975b30a705a08b738 | [
"BSL-1.0"
] | permissive | muschellij2/FSL6.0.0 | c68ed91e8c2777fcf07d994d7ab288a75e448fd1 | 3c3dd651066ee189bc8c290f744ca48cb3d1f156 | refs/heads/master | 2020-04-27T01:04:04.915711 | 2019-03-05T14:57:48 | 2019-03-05T14:57:48 | 173,954,388 | 9 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,122 | cpp | // This file was automatically generated on Mon Apr 21 10:10:52 2008
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/L... | [
"muschellij2@gmail.com"
] | muschellij2@gmail.com |
48cf49daf095c1baba6b0deb1c2acd50fc1ba317 | 405d35f84a2be612c4e7ed8a11554d1e5a37ed7d | /gameSource/averageImages.cpp | 592e4541cee720f1746deea7ff3240c62119fbb0 | [] | no_license | jasonrohrer/StarFilledSky | ae31b53b9201a4f810734e7fb9454047b4c08532 | 5e570c5d1ab314bcb0eb1a629f96ea1bcbc03bc4 | refs/heads/master | 2023-08-09T04:52:56.540607 | 2023-07-25T02:04:48 | 2023-07-25T02:04:48 | 244,745,476 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,265 | cpp |
#include "minorGems/graphics/converters/TGAImageConverter.h"
#include "minorGems/io/file/FileInputStream.h"
#include "minorGems/io/file/FileOutputStream.h"
int main( int inNumArgs, char **inArgs ) {
if( inNumArgs < 4 ) {
printf( "Usage: %s file1.tga file2.tga ... fileN.tga out.tga",
i... | [
"jasonrohrer@fastmail.fm"
] | jasonrohrer@fastmail.fm |
ebdf21a2f2153a3941a06fef02b3e114098302ee | 4b854c5543ff9dacf165dad569a2d1198f177628 | /src/objects/regexp-match-info.h | a376ba387d98caa8ab2878bd74aa203873aa6e05 | [
"BSD-3-Clause",
"SunPro",
"bzip2-1.0.6"
] | permissive | Fantasy9527/v8 | 5315608a104fd8e556ff83c59ed5097ac42a6309 | 41a6496715b2bc3d60ace3534a4f7482a97699ff | refs/heads/master | 2020-04-15T15:24:45.485596 | 2019-01-09T03:16:10 | 2019-01-09T03:40:03 | 164,792,403 | 0 | 1 | NOASSERTION | 2019-01-09T05:11:43 | 2019-01-09T05:11:43 | null | UTF-8 | C++ | false | false | 2,945 | h | // Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_OBJECTS_REGEXP_MATCH_INFO_H_
#define V8_OBJECTS_REGEXP_MATCH_INFO_H_
#include "src/base/compiler-specific.h"
#include "src/objects.h"
#inclu... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
03aeb082e8bb6e4b5918f9891033d2c6d9602e08 | 056e1c66de16d02df6b1775bbd6d3023764e4939 | /Package/src/eGARCH.h | 70a94a4dc474f81714081814bb963743b31ee63d | [] | no_license | NanaAkwasiAbayieBoateng/MSGARCH | e74d6d6c9ee6eb0787b77b536427e0d2644022ea | 58d7984fc864a6e3246623e26510612ae60a8181 | refs/heads/master | 2021-06-28T11:04:22.238190 | 2017-09-16T13:40:29 | 2017-09-16T13:40:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,100 | h | #ifndef eGARCH_H // include guard
#define eGARCH_H
#include <RcppArmadillo.h>
using namespace Rcpp;
template <typename distribution>
class eGARCH {
distribution fz; // distribution of innovations (e.g. Symmetric<Normal>)
double alpha0, alpha1, alpha2, beta; // coefficients
public:
std::string name; // name... | [
"Keven.bluteau@unine.ch"
] | Keven.bluteau@unine.ch |
ce4c29f3604e00f6735f84ad2f6ae50ea64cfe06 | df56c3d9f44132d636c0cef1b70e40034ff09022 | /tcpiputils/dhcp/te_dhcp/src/te_dhcpTestServer.cpp | 42d1a056b35d8c22d05f4e30b33082aa3b81cfa8 | [] | no_license | SymbianSource/oss.FCL.sf.os.networkingsrv | e6317d7ee0ebae163572127269c6cf40b98e3e1c | b283ce17f27f4a95f37cdb38c6ce79d38ae6ebf9 | refs/heads/master | 2021-01-12T11:29:50.765762 | 2010-10-14T06:50:50 | 2010-10-14T06:50:50 | 72,938,071 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 28,987 | cpp | // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/e... | [
"kirill.dremov@nokia.com"
] | kirill.dremov@nokia.com |
98eaa87ab7af823d368589e8ab5d4e29feee4d71 | b0dd7779c225971e71ae12c1093dc75ed9889921 | /libs/move/example/copymovable.hpp | 684792bb4075960601676580fde0bb2928e34916 | [
"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 | 1,318 | hpp | //////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2009.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/mo... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
db5d4ff6927100129ab29cf6b64c8a8677aec39c | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/KerberosTicket/UNIX_KerberosTicket_SOLARIS.hpp | 3d340df6fc3e7bb098b214a6fdb77728d8785e7f | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,900 | hpp | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
52dc8e6cf5bccc77d6a2bb61cb507daa5d5e8a9e | 58f46a28fc1b58f9cd4904c591b415c29ab2842f | /chromium-courgette-redacted-29.0.1547.57/net/dns/notify_watcher_mac.h | 24e99745ea3325e30293c0d1cc49a3be4b0faf14 | [
"BSD-3-Clause"
] | permissive | bbmjja8123/chromium-1 | e739ef69d176c636d461e44d54ec66d11ed48f96 | 2a46d8855c48acd51dafc475be7a56420a716477 | refs/heads/master | 2021-01-16T17:50:45.184775 | 2015-03-20T18:38:11 | 2015-03-20T18:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,441 | h | // 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.
#ifndef NET_DNS_NOTIFY_WATCHER_MAC_H_
#define NET_DNS_NOTIFY_WATCHER_MAC_H_
#include "base/callback.h"
#include "base/message_loop.h"
namespace net ... | [
"Khilan.Gudka@cl.cam.ac.uk"
] | Khilan.Gudka@cl.cam.ac.uk |
4a544b87a691acf2655d3ceb44323d8f612688d4 | 764f7c7a30ce9006a7aa3d0071ffd602c7ecaeda | /lsdtt_xtensor/include/liblas/external/property_tree/detail/info_parser_utils.hpp | e75330dc41dee9a3b08afc3f8835d92824787445 | [
"GPL-3.0-only",
"MIT"
] | permissive | LSDtopotools/lsdtopytools | be40906a5bc757b86a54fc479cd3f784e9c6b91b | b2854003c7da1507cff80e45fe096b13c96c324c | refs/heads/master | 2023-01-14T16:45:13.007778 | 2022-12-26T21:12:00 | 2022-12-26T21:12:00 | 235,968,220 | 4 | 1 | MIT | 2022-12-26T21:12:01 | 2020-01-24T08:50:59 | C++ | UTF-8 | C++ | false | false | 945 | hpp | // ----------------------------------------------------------------------------
// Copyright (C) 2002-2006 Marcin Kalicinski
//
// 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)
//
// For more information, see ww... | [
"boris.gailleton@gfz-potsdam.de"
] | boris.gailleton@gfz-potsdam.de |
99d25e751497f0cbbe93a3b03506d1993dd86b12 | 05ffad03c4fea513dab696d0b8ad8e3aedb7e6ca | /include/derplanner/compiler/io.h | d793c8b67810d598919fc783ee8b780fd956392f | [
"Zlib"
] | permissive | LongJohnCoder/derplanner | ae8d0ca2771b990e46a7907af4ea2130770c79f1 | 05fec764aff01df2f3ac41fddd41e47c80e5bd68 | refs/heads/master | 2021-05-27T00:51:46.227750 | 2014-02-17T22:37:39 | 2014-02-17T22:37:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,443 | h | //
// Copyright (c) 2013 Alexander Shafranov shafranov@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 ... | [
"shafranov@gmail.com"
] | shafranov@gmail.com |
d34ac4283e2c0708eb54c8de8ae0b41812a40aaf | 5c34ebede3f9f9b3411f2fa9c750e3047cd9dcb4 | /src/main.cpp | 840b392ad6e5a8d1dbdeec24b0d9ac1e9cce0717 | [] | no_license | MoutatsuLai/btt-s42b-simplefoc | b49bcc0d56a43e0bdad827411294cd0beda111a8 | 4c72d202560f0ce2b4d165563379e0654bf0ff97 | refs/heads/master | 2023-06-26T22:55:43.186110 | 2021-07-01T04:52:42 | 2021-07-01T04:52:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,061 | cpp | #include <Arduino.h>
#include "config.h" // s42b 2.0 specific details
#include "SimpleFOC.h"
#include "TLE5012b.h"
TLE5012B sensor = TLE5012B();
StepperDriver2PWM driver = StepperDriver2PWM(COIL_A_PWM, COIL_A_DIR_1, COIL_A_DIR_2, COIL_B_PWM, COIL_B_DIR_1, COIL_B_DIR_2, NOT_SET, NOT_SET);
// 200 steps/4 poles = 50 ... | [
"john.p.grandle@gmail.com"
] | john.p.grandle@gmail.com |
756ed3abb68112111054572c250d1c318eb50d62 | ed049286c689529bf14575787aa528c74ec7f4ac | /lbrk.hh | 2e5f5f8552802434dec90e57543b92ce2ebe6015 | [] | no_license | eiger824/lbrk | 490e02a39caff5af63c066f72ea23dd4baab1f28 | 5c83b1bc183a98f91d0b9d1381a851081ae78679 | refs/heads/master | 2022-02-13T07:08:29.567242 | 2022-01-25T16:04:08 | 2022-01-25T16:04:08 | 162,298,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,466 | hh | /*
* Filename: lbrk.h
*
* Author: Santiago Pagola <santipagola@gmail.com>
* Brief: Line-breaker (lbrk) - A simple tool to break text lines in a visually nice way
* Header file
* Last modified: Sun Dec 23 10:59:05 CET 2018
*/
#ifndef LBRK_H_
#define LBRK_H_
#include <vector>
... | [
"santipagola@gmail.com"
] | santipagola@gmail.com |
cd38792745d855dc1e7dd854a85f73f88de035d3 | d16504b56571c0ce4ba095341cdfe4b141d4330c | /Sandbox/Main.cpp | bc7da818b891e88748fbbe0033f1ed16611b78ad | [] | no_license | llikdowk/UE4CarSimulator | 653a7221fe435d039b6e946f4a1a5a4360e64819 | 2e47083e5bc9256b47a5349c7ccd88da4699cff5 | refs/heads/master | 2021-03-19T16:41:22.151809 | 2016-11-02T20:04:29 | 2016-11-02T20:04:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 286 | cpp | #include <iostream>
template<typename T>
T add(T a) {
return a;
}
template<typename T, typename... Args>
T add(T first, Args... tail) {
return first + add(tail...);
}
int main() {
std::cout << add(5, 5, 5, 5) << std::endl;
int x;
std::cin >> x;
return 0;
} | [
"guillermofm7@gmail.com"
] | guillermofm7@gmail.com |
676df943645609596de2cccf9e418c827b3b0b4f | 86e739fee9a2aae7813b0fbc171a2585295d3461 | /leetcode/editor/cn/1122-relative-sort-array.cpp | 7b5991317e35d3b155969af129838e9bbd43ee67 | [] | no_license | Modesty-Li/leetcode | 222f53fe30a26f40775a58eba5d892fbe5f6d98f | 79851c62a286ebc4c6eb8d75d259baff3f797f34 | refs/heads/master | 2023-08-03T01:45:32.454838 | 2021-09-17T11:07:28 | 2021-09-17T11:07:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,552 | cpp | //给你两个数组,arr1 和 arr2,
//
//
// arr2 中的元素各不相同
// arr2 中的每个元素都出现在 arr1 中
//
//
// 对 arr1 中的元素进行排序,使 arr1 中项的相对顺序和 arr2 中的相对顺序相同。未在 arr2 中出现过的元素需要按照升序放在 arr1 的末
//尾。
//
//
//
// 示例:
//
//
//输入:arr1 = [2,3,1,3,2,4,6,7,9,2,19], arr2 = [2,1,4,3,9,6]
//输出:[2,2,2,1,4,3,3,9,6,7,19]
//
//
//
//
// 提示:
//
//
// 1 <= ... | [
"731978588@qq.com"
] | 731978588@qq.com |
1b781d40c4811ef9eba53f46cfca38a8f70b288a | 79656f11fe06b2bc6f791d21bbdd449c218efdf0 | /Leetcode/28. Implement strStr().cpp | 1dd7d49756c87571fb26fec641c9d9575e6ee08a | [] | no_license | yuzhengang/algorithm | e3696e8e0ac4fbc994bc7db6a1bdedaa8ec3b6b7 | 525e48ec4cfe3447b6d557553805c4e3e1808bf2 | refs/heads/master | 2022-03-25T04:53:44.766099 | 2019-12-31T02:26:44 | 2019-12-31T02:26:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 643 | cpp | /*Implement strStr():Implement strStr().Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.*/
class Solution {
public:
int strStr(string haystack, string needle) {
const string &s = haystack;
const string &p = needle;
int ls = s.size();
... | [
"fupengfei@yaochufa.com"
] | fupengfei@yaochufa.com |
36a926c3b26c68f4789c1286afaf276b8f5a0fd4 | 944c6d723c5dccc39416e501341e8d943f1bdb8e | /MFCandAPI/9/UsgGroupBox/MainThread.h | ed8d5621434c9fad710455beede7ee9042aa4085 | [] | no_license | UserNT/JoinISD | 75176ce790635ed77415ab4c7dee0e49321edaf4 | 18a4367eac38347ac6b6611afa009e359767d42b | refs/heads/master | 2021-01-09T06:10:02.426103 | 2017-10-29T16:44:05 | 2017-10-29T16:44:05 | 80,913,329 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,009 | h | /*
Файл : MainThread.hpp
Проект : любой проект на основе библиотеки классов
MFC
Назначение : объявление класса "MainThread",
производного от класса "CWinApp" библиотеки
классов MFC (инициализация прилож... | [
"vitalikfmne@mail.ru"
] | vitalikfmne@mail.ru |
98ee77e27bf863750929835c537d6b5ec2567880 | 779e1a7c9922fb348ba1281619d8b1245f5a0d1e | /Recursion/Recursion2/Nknights-combinations-knight-chooses2D1D.cpp | a60dc32a1c3d204049c116911d139f72c212b3cd | [] | no_license | amey16/Just-cp-- | cefb2c151e4b388ab9bed3392c8055c129a0e0fe | 7f9a0b406b9415efb207efbdeb42d7fa872d717a | refs/heads/master | 2023-07-03T17:01:06.807467 | 2021-08-05T06:40:55 | 2021-08-05T06:40:55 | 379,332,830 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,466 | cpp | #include<iostream>
#include<vector>
#include<string>
using namespace std;
bool IsKnightSafe(vector<vector<bool>> chess, int i, int j) {
if(i-1 >= 0 && j-2 >= 0 && chess[i-1][j-2] == true){
return false;
}
if(i-1 >= 0 && j+2 <chess[0].size() && chess[i-1][j+2] == true){
return false;... | [
"ameyagupta19@gmail.com"
] | ameyagupta19@gmail.com |
258379b49bfacd59f56bbd886d215ff06cf7d37b | 8624f82ce101f119cc8673865148840352bf6b70 | /GuruxDLMSLibServerExample.cpp | 47600b7a1e04c45126385e69a3a18a60e14be05d | [] | no_license | veon82/GuruxDLMSLibServerExample | 339192458c93fd39e08221c19016e22b0e420d8e | 406e2d9391bedcc0071f59dc158206c9cebdc70a | refs/heads/master | 2021-01-16T21:40:21.495245 | 2016-03-18T12:45:17 | 2016-03-18T12:45:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,937 | cpp | //
// --------------------------------------------------------------------------
// Gurux Ltd
//
//
//
// Filename: $HeadURL$
//
// Version: $Revision$,
// $Date$
// $Author$
//
// Copyright (c) Gurux Ltd
//
//-----------------------------------------------------------... | [
"mikko.kurunsaari@gurux.fi"
] | mikko.kurunsaari@gurux.fi |
1a210fc677c3f1b93bf6531223f483f687ecf3d3 | 1230b792c1b7337e3189826bc25f12a2985e7ffb | /to_fsm/src/Module.cpp | 2f27fc84145dc6f7663dec3d0f61d85988f02321 | [] | no_license | abemac/verilog-to-fsm | a568fc02da2768a7491e56d659a2e88298864df1 | 1f12714990be09a4c4ddf72cb73aed9be1bcab33 | refs/heads/master | 2021-01-16T21:03:57.399630 | 2016-08-10T00:12:37 | 2016-08-10T00:12:37 | 61,567,755 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 134 | cpp | #include "Module.h"
#include <iostream>
void Module::printInputs(){
for (Wire*w: inputs){
std::cout<<w->name<<std::endl;
}
}
| [
"abemac@udel.edu"
] | abemac@udel.edu |
ed90e851226634826a01084e047759738e35f17c | bf46a0de360c52c8feec0b23d8f9143c8a9d7e27 | /ProgLoops3.6/ProgLoops3.6/ProgLoop3_6.cpp | 0bfac6030d694c1ff7362c10869868e3c7a0ba89 | [] | no_license | eleonoradps/EX-3 | 4edbd4631bfe6253d91cd549032bb8ebef6c99d5 | f56b274991382f437279bf38269a49e20795c804 | refs/heads/master | 2020-08-01T20:09:24.339321 | 2019-09-26T13:59:42 | 2019-09-26T13:59:42 | 211,101,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 401 | cpp | #include <iostream>
// exercice 3.6
int fib(int n) {
int fibonacci;
if (n == 1) {
fibonacci = 0;
}
else if (n == 2) {
fibonacci = 1;
}
else {
fibonacci = fib(n - 1) + fib(n - 2);
}
return fibonacci;
}
int main() {
int n;
int i;
std::cout << "Entrez le nombre de termes : ";
std::cin >> n;
i = f... | [
"eleonora.dups@gmail.com"
] | eleonora.dups@gmail.com |
33d89b29075923dcb54a04a5447340b5c4d0dee8 | fbbc663c607c9687452fa3192b02933b9eb3656d | /tags/1.20.01.00/soundlib/ITTools.cpp | bfc8899a2747243d611f383c89731260e26321df | [
"BSD-3-Clause"
] | permissive | svn2github/OpenMPT | 594837f3adcb28ba92a324e51c6172a8c1e8ea9c | a2943f028d334a8751b9f16b0512a5e0b905596a | refs/heads/master | 2021-07-10T05:07:18.298407 | 2019-01-19T10:27:21 | 2019-01-19T10:27:21 | 106,434,952 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 20,021 | cpp | /*
* ITTools.cpp
* -----------
* Purpose: Definition of IT file structures and helper functions
* Notes : (currently none)
* Authors: OpenMPT Devs
* The OpenMPT source code is released under the BSD license. Read LICENSE for more details.
*/
#include "stdafx.h"
#include "Loaders.h"
#include "ITToo... | [
"saga-games@56274372-70c3-4bfc-bfc3-4c3a0b034d27"
] | saga-games@56274372-70c3-4bfc-bfc3-4c3a0b034d27 |
54c1afd4609a3933f00d941b77de9b0f5d7b1d6e | f852ef39f155c3192f684a740a141f137b87e4c2 | /external/tellstick-core/ProtocolFineoffset.cpp | 2fd6f5ae0302e54c6e2bc9e85593ec5bcc14f981 | [
"MIT",
"LGPL-2.1-only"
] | permissive | Ziver/hal | 5774411cd6317190af7e3acd371df47ee7b8afd6 | 2dec5c1a0546c523a60d386561b88a70ca7382b5 | refs/heads/master | 2023-04-02T11:35:42.315192 | 2023-03-26T00:32:27 | 2023-03-26T00:32:27 | 53,331,269 | 1 | 0 | MIT | 2019-11-12T13:36:20 | 2016-03-07T14:23:29 | Java | UTF-8 | C++ | false | false | 1,455 | cpp | //
// Copyright (C) 2012 Telldus Technologies AB. All rights reserved.
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "service/ProtocolFineoffset.h"
#include <stdlib.h>
#include <iomanip>
#include <sstream>
#include <string>
#include "common/Strings.h"
std::string ProtocolFineoffset... | [
"ziver@koc.se"
] | ziver@koc.se |
08f7a16a8f3a8be627c0f3c4a6d58cf01a865bf8 | 9e61c2390580b6982cf08a6417e29d69a6acb600 | /063_Unique_Paths_ii/dp.cpp | 8d1d4c37ca50f87041eebcc462f7b8fe46308d34 | [] | no_license | acnokego/LeetCode | 3027e1987cee4d130c9db7e2af4ec4de8a0f43bd | 3e04e79e05ffcaf423d5a148668e132ee090596f | refs/heads/master | 2021-06-07T02:39:57.956371 | 2019-11-30T03:45:29 | 2019-11-30T03:45:29 | 133,643,518 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 835 | cpp | class Solution {
/*
* Complexity: O(mn)
* Space: O(mn)
*/
public:
int uniquePathsWithObstacles(vector<vector<int>>& obstacleGrid) {
int m = obstacleGrid.size();
if(m){
int n = obstacleGrid[0].size();
vector<vector<int>>dp(m, vector<int>(n));
for(int i =... | [
"yuandychen@gmail.com"
] | yuandychen@gmail.com |
fd3594411252a4c9dd70850d8fa71d7f125fc86e | 87ced16167203723557f75dc005c3aaae7e3f404 | /online-judges/spoj/pt07z.cpp | 1e1816ecaab124b7005a3cf11ccc003c42732336 | [] | no_license | joao-conde/competitive-programming | 87e0c46f06bc017eea2701b9be860ee614c0e159 | 0d2d7375f0603142febab69707496d3b5b985054 | refs/heads/master | 2023-08-07T01:47:19.864827 | 2023-07-25T11:43:39 | 2023-07-25T11:43:39 | 132,962,490 | 6 | 3 | null | 2020-04-20T23:15:25 | 2018-05-10T22:55:01 | C++ | UTF-8 | C++ | false | false | 1,844 | cpp | //http://www.spoj.com/problems/PT07Z/
#include <bits/stdc++.h> //Includes ALL c++ files needed
using namespace std;
#define INF 1000000000 //high value simmulating infinity
/* TIL:
* 1 - bfs calculates all shortest distances from a node
* 2 - graph can have bi-directional edges
* 3 - to find the mi... | [
"joaodiasconde@gmail.com"
] | joaodiasconde@gmail.com |
4921aab8c699adb9f52e15e658fdf4d91e197bce | df16c69d5b89a5b02fe5c1a1992e2834396d1d93 | /Level_1/2_week/functions/reverse.cpp | 0a9d382e6da31475210e970aadef7d7e545d569b | [] | no_license | AleksandrVin/Cpp_Coursera | d1fc77f18c48f2b6b49e040c218bf48e669f94dd | d7e118b20a49c481e87a2a6b509a69b1a64c1647 | refs/heads/master | 2022-06-26T15:44:46.949571 | 2020-05-07T11:07:48 | 2020-05-07T11:07:48 | 262,027,223 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 337 | cpp | #include <iostream>
#include <vector>
using namespace std;
void Reverse(vector<int> &v)
{
vector<int> result;
for( int i = v.size() - 1; i >= 0; i--)
{
result.push_back(v[i]);
}
v = result;
}
vector<int> Reversed(const vector<int> &v)
{
vector<int> result = v;
Reverse(result);
... | [
"vinogradov.alek@gmail.com"
] | vinogradov.alek@gmail.com |
a49f53576edb38a1b69e2e48c4947c5f341e55bf | efb0d8e9d0111bb3c33b832041efcf18ebb9e923 | /2206.cpp | fcbd1e3e69773b4089f9368b886e0324089cdd68 | [] | no_license | sejinik/BOJ | f0307f8e9bee9d1210db47df309126b49bb1390b | 45cb123f073233d5cdec8bbca7b26dd5ae539f13 | refs/heads/master | 2020-03-18T12:42:01.694263 | 2018-05-24T17:04:19 | 2018-05-24T17:04:19 | 134,739,551 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,985 | cpp | #include <iostream>
#include <queue>
#include <algorithm>
#include <utility>
using namespace std;
int n, m;
bool arr[1010][1010];
bool visited[1010][1010][2];
int dist[1010][1010][2];
int dx[4] = { 0,0,-1,1 };
int dy[4] = { 1,-1,0,0 };
void bfs(int x, int y,int layer) {
queue < pair<pair<int, int>, int>> q;
q.push... | [
"sejinik@naver.com"
] | sejinik@naver.com |
d4bb8c463850de4e2b70f709ad15cf34784af75d | 4a25372ebed03096119b66f2dfe6dbc14ec442ed | /labs/2014/kalakutsky.arkady/2/main.cpp | b246d58590889a7cb4af446fd4d3339dc38b2247 | [] | no_license | gumeniukcom/aptu-os | 218af3df72960db4ecd211ddccb51a03064e9625 | 4f4013f3495fb5781cda4696dde2809703bb78d9 | refs/heads/master | 2021-05-30T16:35:47.182087 | 2014-12-19T07:07:56 | 2014-12-19T07:07:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,297 | cpp | #include <iostream>
#include <string>
#include <list>
#include <vector>
#include <cstdlib>
#include <queue>
#include <limits>
using std::cout;
using std::cin;
using std::endl;
using std::string;
using std::list;
using std::vector;
using std::priority_queue;
typedef unsigned int Time;
struct proc{
string name;
Tim... | [
"testlnord@gmail.com"
] | testlnord@gmail.com |
35609747fb7b44b3b9c6b1c1bb72f643c40f810a | 711734119461d2e6be2700d3507a715d1016fc3a | /SFML_Pong/main.cpp | 3b7df47805762e5341ac78b3c88df25dc8ede761 | [] | no_license | carcag/BouncingBalls | b5c34080a66ddb8b99e1ae49a7d922568869f89d | 84701e2cb4664f281b992bbc2bff6c15cb8b60d2 | refs/heads/master | 2022-04-20T09:23:52.251591 | 2020-04-19T11:30:49 | 2020-04-19T11:31:04 | 256,979,544 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 981 | cpp | #include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include "main.h"
#include "Ball.h"
#include "GameHandler.h"
#include <random>
#include <iostream>
int randomGenerator(int min, int max)
{
std::random_device device;
std::mt19937 generator(device());
std::uniform_int_distribution<int> distribution(min, max);
... | [
"kevin.carcagno@gmail.com"
] | kevin.carcagno@gmail.com |
bee5ad75de4ce28fbc5a43a0950005c6b33bbebe | d06904df7c6c810e9c4e0981b457356389a9e608 | /uom/fvf/oil/puom_def.h | df231622dac9a77e0609ba6127058b1f53064ff7 | [] | no_license | ncahill-wegfliegen/gemeinsam | 6bfea5fa251b980c8d88b065102a48cd8d981a3e | 43df0630e2c2cc2148efa0b077e84d4ab853dde1 | refs/heads/master | 2020-06-26T01:55:26.720699 | 2019-11-15T20:09:30 | 2019-11-15T20:09:30 | 199,489,239 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 319 | h | #pragma once
#include "../../fvf/oil/puom_tmplt.h"
namespace nhill
{
namespace uom
{
namespace fvf
{
namespace oil
{
using rb_per_stb = Prefixed_uom_fvf_oil_template<Prefix::none, Vol::rb, Prefix::none, Vol::stb>;
using m3_per_m3 = Prefixed_uom_fvf_oil_template<Prefix::none, Vol::m3, Prefix::none, Vol::m3>;
}
}
}
} | [
"NicholasCAHill@hotmail.com"
] | NicholasCAHill@hotmail.com |
c9d5636eaf03c3e52c84c620a80bdcb868649c60 | e5926ce06de449fa0c3d8f110497c61a3b5d730d | /stm32/libraries/BoardExamples/examples/BlackF407VE/Blink_allLeds/Blink_allLeds.ino | 69d0a149e24b33434824c9d4d11cb4fbf9a90861 | [
"MIT"
] | permissive | Gruenstreifen-eV/BSFrance-stm32 | b4a976d532f25d64b3efdfad04ad8557a3535ed3 | e8d3aa12c1fcc1f2c90fa8a3c9f6c39851d013d6 | refs/heads/master | 2020-04-20T13:19:50.997106 | 2019-02-18T19:26:12 | 2019-02-18T19:26:12 | 168,866,125 | 0 | 1 | MIT | 2019-02-02T18:55:05 | 2019-02-02T18:55:05 | null | UTF-8 | C++ | false | false | 776 | ino | /*
blink all LEDs
remark: both leds are acrive low which means writing LOW
turns the led on, writing HIGH turns the led off
Black407VE ( STM32F407VE )
http://wiki.stm32duino.com/images/5/5c/STM32_F4VE_SCHEMATIC.PDF
May 2017, ChrisMicro
*/
#define LED LED_BUILTIN // same as LED_BUILTIN... | [
"alerts@bsfrance.fr"
] | alerts@bsfrance.fr |
c89ea97e95df9b18e12bd034bec5aeb88772d519 | 7428b919f4df7923b5eca00a6cb1e2064f5e4320 | /pat1038.cpp | 780b5de89148a61548439b5f9464fa9dc347f9fe | [] | no_license | mascure/PAT | 44eca3ec8b99894d13a128b0199848e24fe39aa9 | ed58818f66d696851d06cd3aaaa55b4bb2db76ab | refs/heads/master | 2020-05-18T11:48:03.769927 | 2014-08-25T07:49:58 | 2014-08-25T07:49:58 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,150 | cpp | //1038. Recover the Smallest Number (30)
//找第一个非0数
#include<stdio.h>
#include<stdlib.h>
#include<iostream>
#include<string.h>
#include<string>
#include<vector>
#include<stack>
#include<algorithm>
#include<map>
#include<sstream>
#define inf 10000000
#define MAXN 10005
using namespace std;
int cmp(const void *a,const vo... | [
"linzhouwzj@163.com"
] | linzhouwzj@163.com |
b6b57054cdd936196e35a2cda57715725b89fd97 | 24b5ba1691a5ffa25c15481031eab687e49a0902 | /fst.cc | eb6e14dd6f9a61f8ff02e8de0ead29443d0f55e1 | [] | no_license | xrick/fst | bb77b42ee0fdfc4fe46c78d6aa94ae0c757dde77 | 18dcdb77f420a1e72f6e3e02c1404f8f8c14f79c | refs/heads/master | 2020-07-04T15:14:53.485673 | 2017-07-26T23:41:19 | 2017-07-26T23:41:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 100 | cc | #include "fst/fst.h"
namespace fst {
std::string symbol_trait<std::string>::eps = "<eps>";
}
| [
"haotang@ttic.edu"
] | haotang@ttic.edu |
312fed1a39332bd1d04efdacfa1a3c5b4b06358d | 9c75ecffd524169fbd90459a23a47ea99987bc3c | /UML/GameState.h | 78ee864e985b6770fe77c6bcc73823987eb0acba | [] | no_license | Adam94PK/UML | d1b2ae8f3de88ba828af3f8200377102c8404aab | 2896484bd9b295b8acf1086f6a233ea4cfa1cb4e | refs/heads/master | 2020-12-24T18:12:52.288423 | 2016-05-29T20:15:28 | 2016-05-29T20:15:38 | 56,158,980 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 337 | h | #pragma once
#include "LibsAndDeclarations.h"
class GameState
{
public:
GameState();
GameState(const GameState&) = delete;
GameState & operator=(const GameState&) = delete;
~GameState();
virtual bool init() = 0;
virtual bool update(float dt) = 0;
virtual bool draw(sf::RenderWindow & window) = 0;
virtual void r... | [
"adamzadora94@gmail.com"
] | adamzadora94@gmail.com |
4298e370ed1b2a13b4fefa376ea7660c9277674e | 5f9afedf58ed7046f930e2fae6ff85c43ae166f0 | /lib/LCDMenuLib2_ID1923/examples/04_glcd/LCDML_041_u8g2lib/LCDML_display_dynFunction.ino | 49974800d8102b5b57fae6a526402a404da14bee | [
"MIT"
] | permissive | rohanjudd/hexed_game | 5ade16acd85c31b89f3c17247fbed009212f7b4b | 49aaba3d24eb9e7901b939670cd8df47500314c8 | refs/heads/master | 2020-03-08T12:16:17.772594 | 2018-08-02T06:29:08 | 2018-08-02T06:29:08 | 128,122,090 | 0 | 0 | null | 2018-08-02T06:27:25 | 2018-04-04T21:06:13 | C++ | UTF-8 | C++ | false | false | 2,252 | ino | /* ===================================================================== *
* *
* Dynamic content *
* *
* =================... | [
"rohanjudd@gmail.com"
] | rohanjudd@gmail.com |
43eeb3a058613994dfc04458fc114ffbd08f1e2b | 693130b3aa7d908217d10d3f8c025e26da964056 | /build/moc_transactiondescdialog.cpp | 78c1d7b93305d82b66867b97c30d013881bb1ec7 | [] | no_license | PlatinumNote/PlatinumCoin | 2d17b8461f1f857eb5a507b839f46d7e5d5eb342 | 793f993ef6a6e1d1d572c4f46a82fab3a20dcb75 | refs/heads/master | 2021-01-02T09:02:11.468722 | 2015-02-17T03:29:50 | 2015-02-17T03:29:50 | 30,900,716 | 0 | 2 | null | 2015-02-17T03:19:28 | 2015-02-17T03:19:27 | null | UTF-8 | C++ | false | false | 2,767 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'transactiondescdialog.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.0.2)
**
** WARNING! All changes made in this file will be lost!
***********************************************... | [
"info@plt.co.in"
] | info@plt.co.in |
35a51a3c4c7e75e861c19a741419b5bc33f55c38 | a3ce4cce18f402107efaa5774666c762e49dd0c8 | /div2_A/460A.cpp | 39a5dec5dc75b965bbcd8f597356118015baf4d8 | [] | no_license | ayush73/CodeForces-Solutions | f1bf938e7fbf277a520e550ade5a8812ecd04c48 | 807cb37da9b5c54805ae11fa58b9e42dc2bf427e | refs/heads/master | 2020-04-28T10:41:19.004225 | 2019-03-12T13:02:46 | 2019-03-12T13:02:46 | 175,211,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 814 | cpp | #include<bits/stdc++.h>
using namespace std;
#define rep(i,a,b) for(int i=a;i<b;i++)
typedef long long int ll;
int main()
{
ll m,n,z;
cin>>m>>n;
ll k=m/n;
z=m+k;
ll v=0;
ll i;
// cout<<"value of z is"<<" "<<z<<endl;
// ll t=3;
while(1)
{
for(i=m+1;i<=z;i++)
{
... | [
"ayush250173@gmail.com"
] | ayush250173@gmail.com |
95b03427c7f2c15efacf79768b7a320e8a0dff43 | 22fdec2ac11a5c0491684dbbbca522b4efb2005b | /GameCuaTui/GameCuaTui/Object/SmallBlueII.h | 731ba9cc553c11f4365a75aa4eb5f4f91ad8375f | [] | no_license | danhph/Castlevania | e61fc3a43512d1b9c6810c7ea388a6a53b0b255d | 4be90023185a70f37afcc3b906425be34b47c7ea | refs/heads/master | 2021-01-19T00:29:37.219659 | 2017-02-01T16:24:35 | 2017-02-01T16:24:35 | 67,909,888 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 698 | h | #ifndef _SMALLBLUEII_H_
#define _SMALLBLUEII_H_
#include "..\FrameWork\define.h"
#include "BaseObject.h"
#include "..\Framework\IComponent.h"
#include "CollisionBody.h"
#include "../FrameWork/Animation.h"
#include "../Framework/StopWatch.h"
class SmallBlueII : public BaseObject
{
public:
SmallBlueII(int x, int y);
... | [
"liemnt.uit@gmail.com"
] | liemnt.uit@gmail.com |
87f94facadb9f80fd8b85e618a95e86a42462ae5 | e41659eee03e21c5345d9a153124028300f8b53c | /Tetris.cpp | a2c74a992121b1592862c607af871496c2895e54 | [] | no_license | allquixotic/Tetris | c16aadfd3d9a693de820b77d3f5313764c8a67bf | f91c4be74fc33a68df5e8ff39dacd161990c3b13 | refs/heads/master | 2021-01-17T20:48:01.627819 | 2014-01-12T03:48:58 | 2014-01-12T03:48:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,879 | cpp | #include <iostream>
#ifdef _WIN32
#include <windows.h>
#endif
#include <SDL.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include "Tetris.hpp"
#define GET_TIMER_RATE(l) ((50 - (l)) * 20)
using namespace tetris;
Tetris::Tetris() {
window = NULL;
context = NULL;
#if 1
resolution_x = 1024;
resolution_y = 768... | [
"benjamin.richards86@gmail.com"
] | benjamin.richards86@gmail.com |
21b1ec3ef91215d5311d10ed508a8c3cda6bc3b2 | 868e9a78561060fd07ad6da3bf32c08ded47cbd4 | /Detour/CDetour.h | 7f1f3fd4d3e6904318611a806a7e135f595f216e | [
"Unlicense"
] | permissive | jerryyang0304/revelation | 2655d52e45621e90fb1b0da7274e331ba0ff7b27 | 4960e2c5489482709f5d0dd33a603119432f8eb3 | refs/heads/master | 2022-01-15T02:45:46.025886 | 2018-10-31T09:50:01 | 2018-10-31T09:50:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,241 | h | /*****************************
* Universal Detour Class *
* v2.0 *
******************************
* By LanceVorgin *
******************************
* UNI owns all *
*****************************/
#pragma once
#include "CByteArray.h"
typedef void* (__cd... | [
"find.genec@gmail.com"
] | find.genec@gmail.com |
f5bad9b7d25dfd4d25838c0a5f111f514ecc22da | d0e720d2d52017107cd0455365af81d391c6df61 | /include/odbc/server_impl/odbcimpl.cpp | 85a785c88fe7a0ae2fa57333072e61775f1d2221 | [] | no_license | tide999/socketpro | 9eb683c0184d40e55b8666d4d50c0756906346cd | 70c700138e7dba28ea0bc26d21cb3a8c58247887 | refs/heads/master | 2023-07-26T09:29:25.495292 | 2021-09-06T19:08:18 | 2021-09-06T19:08:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 230,993 | cpp | #include "odbcimpl.h"
#include <sstream>
#include "../async_sqlncli.h"
#include "../../../include/scloader.h"
#include <cctype>
std::atomic<unsigned int> g_maxQueriesBatched(8);
namespace SPA{
namespace ServerSide
{
SQLHENV COdbcImpl::g_hEnv = nullptr;
std::atomic<unsigned int> COdbcImpl::m_mb... | [
"support@udaparts.com"
] | support@udaparts.com |
89983246e521ace6de1d48a72b5adabd8b117366 | 9542268da2fe146599f48b8ad4c32e0ea3db61ed | /Trivia/Server/Room.h | ccac913bb4fb558f94da7d2121f3367c6dd9da98 | [] | no_license | GabrielMil/Trivia | b9ea0672000993dc9e067a68295d4888a2bded34 | 0cd8282800c355b221c7d2119de18a795e40c15e | refs/heads/master | 2023-06-19T14:32:44.770504 | 2021-07-15T11:07:16 | 2021-07-15T11:07:16 | 382,909,907 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | h | #pragma once
#include <iostream>
#include <vector>
#include <string>
#include "LoggedUser.h"
typedef struct RoomData {
size_t id;
std::string name = "Room";
size_t maxPlayers = 4;
size_t numOfQuestionsInGame = 5;
size_t timePerQuestion = 30;
size_t isActive;
}RoomData;
class Room
{
private:
RoomData m_metadata;... | [
"milshteingabriel@gmail.com"
] | milshteingabriel@gmail.com |
6c4341711d629140097143fc20f62aa67dcfdd9d | 3944d7a9ffdd7f1ca84065b6862a5fd1fb566e9b | /include/Commands/CommandStandardStream.hpp | 3cdfd30823cdab8dd227371bd1cc8d0dd3553e6a | [] | no_license | Sophie-Williams/Gomoku | d764d8348f160a6ce27d1ba48e995553f8253c65 | 1265421b7cd7b1de41ce8600e0f18c664d99ddfa | refs/heads/master | 2020-05-19T15:38:28.593190 | 2019-03-24T16:02:27 | 2019-03-24T16:02:27 | 185,089,184 | 1 | 0 | null | 2019-05-05T22:29:37 | 2019-05-05T22:29:37 | null | UTF-8 | C++ | false | false | 785 | hpp | //
// Created by Mathias on 27/11/2017.
//
#ifndef GOMOKU_COMMANDSTANDARDSTREAM_HPP
#define GOMOKU_COMMANDSTANDARDSTREAM_HPP
#include "ICommandInputStream.hpp"
#include "ICommandOutputStream.hpp"
namespace gmk
{
/**
* Represent the standard input and output stream
*/
class CommandStandardStream : pub... | [
"jonathan.bruel@epitech.eu"
] | jonathan.bruel@epitech.eu |
2fa860e9839c358cd38c7653784aed7eecca998e | cefd6c17774b5c94240d57adccef57d9bba4a2e9 | /WebKit/Source/JavaScriptCore/runtime/StructureRareDataInlines.h | 5b39bad1fa6fd784c65855ecf0449d83cb2c07cf | [
"BSL-1.0"
] | permissive | adzhou/oragle | 9c054c25b24ff0a65cb9639bafd02aac2bcdce8b | 5442d418b87d0da161429ffa5cb83777e9b38e4d | refs/heads/master | 2022-11-01T05:04:59.368831 | 2014-03-12T15:50:08 | 2014-03-12T15:50:08 | 17,238,063 | 0 | 1 | BSL-1.0 | 2022-10-18T04:23:53 | 2014-02-27T05:39:44 | C++ | UTF-8 | C++ | false | false | 2,090 | h | /*
* Copyright (C) 2013 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | [
"adzhou@hp.com"
] | adzhou@hp.com |
c09bc4a05ede856d4df8f13a5e22d1a1f700dada | d17d3be48d1a72ff619458a81637bc0a8235fb87 | /OpenPlanet/CreateAddWidgetShareLib/creategroupwidget.cpp | 55126b94a12f14a2fcb221e9d58188ee382b20c8 | [
"Apache-2.0"
] | permissive | xOpenPlanet/Windows | 2350e013c9815d7c21bb2ec1f86a08065e52d084 | 9609f4ef6fb66e2f852fedb44c8e2f36668a890b | refs/heads/master | 2020-03-15T05:56:32.603021 | 2018-06-01T07:47:31 | 2018-06-01T07:47:31 | 131,997,337 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 17,461 | cpp | #include "creategroupwidget.h"
CreateGroupWidget::CreateGroupWidget(QWidget *parent)
: BaseWindow(parent),
m_nHttpRequestType(http_request_type::not_mine_request)
{
ui.setupUi(this);
initTitleBar();
initChildWidgetLayout();
initContactsList();
initClassMember();
this->setWindowFlags(Qt::FramelessWindowHin... | [
"fanwenxing@pansoft.com"
] | fanwenxing@pansoft.com |
ab46c5393fedb47e76ab0ab32696ec519eae8b29 | dcc7632f3fe10d2f000304d2c9ea2361aae8d7b5 | /trunk/TinyLog/TinyLog/Src/Common/hash.cpp | 21fb1b97768e2faee43eb2451a0664924415c3b2 | [] | no_license | BGCX262/zzengine-svn-to-git | fb0260b69127c9af27577cb663cb373d02e6ccbc | e7768f6f89e5c0df15010af5a4d445442bab9cbd | refs/heads/master | 2016-09-05T19:39:04.673136 | 2015-08-23T06:54:26 | 2015-08-23T06:54:26 | 41,244,107 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 295 | cpp | #include "stdafx.h"
#include "hash.h"
uint32 hash_string(c_str cstr, uint32 uLen)
{
unsigned int uValue = 0;
unsigned int nSeed = 4;
if (cstr)
{
while (uLen --)
{
uValue ^= ((uValue & 0x3F) + nSeed) * (*cstr++) + (uValue << 8);
nSeed += 3;
}
}
return uValue;
} | [
"you@example.com"
] | you@example.com |
ddfe913197f63ce60916c9ba0c76eeb7a01c8a91 | 883b2654dfd775d66d14ebda5c68720217118485 | /LinkedList-1/LengthLL.cpp | 407f53d231982c8848fa02377bc9413d0544e214 | [] | no_license | mukund2000/Data-Structure-Practice | 9eedfa8c2a9d553e75a206bd4594f6096e5738e9 | cd7046877bc9c045a4099ef2a986d9b130e248d3 | refs/heads/main | 2023-06-02T13:18:07.895748 | 2021-06-18T16:48:23 | 2021-06-18T16:48:23 | 312,348,552 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 752 | cpp |
#include <iostream>
class Node
{
public:
int data;
Node *next;
Node(int data)
{
this->data = data;
this->next = NULL;
}
};
using namespace std;
Node *takeinput()
{
int data;
cin >> data;
Node *head = NULL, *tail = NULL;
while (data != -1)
{
Node *newNode = new Node(data);
if (head == NULL)
{
... | [
"mukundrastogixyz@gmail.com"
] | mukundrastogixyz@gmail.com |
15e2f363132e540ece5e89d27e06ab7d954f4563 | 2aeadae5d007421bda27bfcdac0f27b25ad24087 | /User/BSP/bsp_ubloxm8n.h | b3ad58b88895f09f80517b740b4de4ca5bd1a780 | [] | no_license | Liu-Ziwen/Alpha-One-Flight-Control-System | 80f8a809492fd76a8130620c98c0985d3e16eb21 | 5988ad416df82b322f2f4e82d704125a45c18807 | refs/heads/master | 2020-05-04T15:24:44.085346 | 2019-04-25T07:41:27 | 2019-04-25T07:41:27 | 179,239,693 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,514 | h | /**
* @project Alpha One Flight Control System
* @author Dr.Sheng Team
* @version V1.0.0
* @date 22-April-2019
* @file bsp_ubloxm8n.h
*/
#ifndef __BSP_UBLOXM8N_H_
#define __BSP_UBLOXM8N_H_
typedef struct
{
uint8_t preamble1;
uint8_t preamble2;
uint8_t msg_class;
uint8_t msg_id;
uint16_t leng... | [
"626867924@qq.com"
] | 626867924@qq.com |
6d4b0f3fd14a4cacf67fc0676fcfb5f1e1b39cef | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /ash/system/power/tray_power.cc | 630e6d86c874fec0e72fb42872d1b1c3d451face | [
"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 | 3,242 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/system/power/tray_power.h"
#include <utility>
#include "ash/accessibility/accessibility_delegate.h"
#include "ash/public/cpp/ash_switc... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
bb192b9aa40c65db8e410485d9da9dbc047841ab | 1df0f2dd40099cdc146dc82ee353e7ea4e563af2 | /shared/sdb/Ordered.h | c00d269fc38db8532520edf26ada4d361a250931 | [] | no_license | chuckbruno/aphid | 1d0b2637414a03feee91b4c8909dd5d421d229d4 | f07c216f3fda0798ee3f96cd9decb35719098b01 | refs/heads/master | 2021-01-01T18:10:17.713198 | 2017-07-25T02:37:15 | 2017-07-25T02:37:15 | 98,267,729 | 0 | 1 | null | 2017-07-25T05:30:27 | 2017-07-25T05:30:27 | null | UTF-8 | C++ | false | false | 2,123 | h | /*
* Ordered.h
* btree
*
* Created by jian zhang on 5/9/14.
* Copyright 2014 __MyCompanyName__. All rights reserved.
*
*/
#pragma once
#include <Sequence.h>
#include <List.h>
namespace aphid {
namespace sdb {
template<typename KeyType, typename ValueType>
class Ordered : public Sequence<KeyType>
{
public:
... | [
"zhangmdev@gmail.com"
] | zhangmdev@gmail.com |
2e2ea60c70126e60968163a62e596ac43e91f59b | 44bc5d842838c2e05957bd62d4256099ce74e02d | /XMLWriter/XMLWriter/XMLWriterDlg.cpp | 22564d5ea95751d1514df377e0549a20373f84e5 | [] | no_license | MrZZZZ1993/.xmlWriter | 83fb9f77a48104e2e9b33cab2f7090042d2e9c55 | 3bc3b5dd416f5960bb1b662bf8461ffd34f1b6ba | refs/heads/master | 2022-12-15T16:03:50.038210 | 2020-09-07T06:23:41 | 2020-09-07T06:23:41 | 293,429,548 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 14,303 | cpp |
// XMLWriterDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "XMLWriter.h"
#include "XMLWriterDlg.h"
#include "afxdialogex.h"
#include "Res.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的 CAboutDlg 对话框
class CAboutDlg : public CDialogEx
{
public:
CAboutDlg();
// 对话框数据
enum { IDD = IDD_ABOUTBOX };... | [
"billmrzzzz@gmail.com"
] | billmrzzzz@gmail.com |
c0eb0dce86c929b960ef76ca6311dbae08600f97 | 7fc84c9744d1907f1faa7455b657831e87b86103 | /include/rapidmp/exceptions.hpp | 2d4321a1173076beb2ef9e20755f2dde7f983c26 | [
"MIT"
] | permissive | Fadis/rapidmp | 298cbeb9137a947ec2538a64b740946e163381f9 | 722ebd7b4f2db679fe4d882b66363d083eb9e1bc | refs/heads/master | 2021-01-02T09:27:29.866095 | 2014-12-12T13:26:45 | 2014-12-12T13:26:45 | 17,846,670 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,108 | hpp | /****************************************************************************
Copyright (c) 2014 Naomasa Matsubayashi
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... | [
"fadis@quaternion.sakura.ne.jp"
] | fadis@quaternion.sakura.ne.jp |
10ae2e0abc7f241e947c367e1faa51fb1bb1e2dc | 6f57491fdcab5c9f0dedd5dd949dccad79f5783f | /Cpp_ex/C_ex/ch9/ch9 ex-2.cpp | 3e2ec11a4a666d0a297aab368121b99089d6f1d1 | [] | no_license | frankylin1111/1081ML | 1e9f07de708d8c989fed1e7dd2f313c12b3c79fb | 1ee8c99516f28e07f5ecd2530800eba8104451a6 | refs/heads/master | 2022-01-31T09:00:11.816451 | 2022-01-24T02:01:24 | 2022-01-24T02:01:24 | 208,534,601 | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 345 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
/*
心得 2018/06/09
chapter 9 算術運算函數 ------- example 2
sqrt 平方根的用法
pow 次方的用法
*/
int main()
{
double area,s,r,pi;
double x1=2,x2=6,ans;
pi = 3.14159;
s=100;
r = sqrt(s/pi);
ans=pow(x1,x2);
printf("%f m\n" ,r);
printf("%f\n" ,ans);
}
| [
"poi861111@gmail.com"
] | poi861111@gmail.com |
f68c0d0cfedbd11201a2dda4639fc948ffb2b957 | fba68a71f9f7d4a2bf49136cdb315fc8258f65e7 | /kengine/render/polyvox/libs/polyvox/tests/TestSurfaceExtractor.cpp | c78d017be2c9894be783053c67f720fb8e117a6c | [
"MIT"
] | permissive | phisko/kengine | a434e66aaa025b95596a6a72c002aba5ba09d75e | 5a0ad085cdefaffe56e2b049e9772ac7a2d05d15 | refs/heads/main | 2023-08-08T05:49:40.621314 | 2023-03-10T10:26:39 | 2023-03-10T12:07:20 | 89,867,048 | 372 | 22 | MIT | 2023-03-10T12:07:21 | 2017-04-30T17:50:30 | C++ | UTF-8 | C++ | false | false | 10,413 | cpp | /*******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2015 Matthew Williams and David Williams
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to ... | [
"nicolas@phister.fr"
] | nicolas@phister.fr |
d4c190d601ad3832bf16cfff78ac4a700f94c299 | 3e5bda41c14806ff2e459acb15e63022ba5eeb47 | /OnlineJudge/蓝桥杯/入门训练/圆的面积.cpp | dbdf2caea9234adb6fc78b2ffba957d423cac9f5 | [] | no_license | CrazyIEEE/algorithm | d3ab6e50b3e54a99d86924c6e4a86b8c491b2a40 | 89755fc95c2bace7e644af189ec29df9a2ffb277 | refs/heads/master | 2022-12-31T11:13:03.868343 | 2020-10-14T13:18:49 | 2020-10-14T13:18:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,185 | cpp | /*
问题描述
给定圆的半径r,求圆的面积。
输入格式
输入包含一个整数r,表示圆的半径。
输出格式
输出一行,包含一个实数,四舍五入保留小数点后7位,表示圆的面积。
说明:在本题中,输入是一个整数,但是输出是一个实数。
对于实数输出的问题,请一定看清楚实数输出的要求,比如本题中要求保留小数点后7位,则你的程序必须严格的输出7位小数,输出过多或者过少的小数位数都是不行的,都会被认为错误。
实数输出的问题如果没有特别说明,舍入都是按四舍五入进行。
样例输入
4
样例输出
50.2654825
数据规模与约定
1 <= r <= 10000。
提示
本题对精度要求较高,请注意π的值应该取较精确的值。你可以使用常量来表示π,比如PI... | [
"228117330@qq.com"
] | 228117330@qq.com |
2e9144a35739054131000730643e105669967240 | 12b1bc0be37eb2779ab8041875f0dd7618945ccb | /GP/PalTray.cpp | 43184999afc76964cc76a823c748cd648b983faf | [
"MIT"
] | permissive | 15831944/cbwindows | f91b821c4fe9b1ac6a24827b55cb66e40c91b791 | 5c3afd989bfc52046380b6edea2bb9a0891f0843 | refs/heads/master | 2022-11-11T03:28:33.418221 | 2020-06-28T15:10:40 | 2020-06-30T14:24:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,902 | cpp | // PalTray.cpp : implementation file
//
// Copyright (c) 1994-2020 By Dale L. Larson, All Rights Reserved.
//
// 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... | [
"dlarson42@gmail.com"
] | dlarson42@gmail.com |
43f3561b1c2147ad5d77bbe83912fab54fa7e2fa | d09945668f19bb4bc17087c0cb8ccbab2b2dd688 | /leetcode/251-300/294/2280.cpp | 54416c0dc36be67bbd3ea0189a5362183041e2c6 | [] | no_license | kmjp/procon | 27270f605f3ae5d80fbdb28708318a6557273a57 | 8083028ece4be1460150aa3f0e69bdb57e510b53 | refs/heads/master | 2023-09-04T11:01:09.452170 | 2023-09-03T15:25:21 | 2023-09-03T15:25:21 | 30,825,508 | 23 | 2 | null | 2023-08-18T14:02:07 | 2015-02-15T11:25:23 | C++ | UTF-8 | C++ | false | false | 864 | cpp | typedef signed long long ll;
#undef _P
#define _P(...) (void)printf(__VA_ARGS__)
#define FOR(x,to) for(x=0;x<(to);x++)
#define FORR(x,arr) for(auto& x:arr)
#define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++)
#define ALL(a) (a.begin()),(a.end())
#define ZERO(a) memset(a,0,sizeof(a))
#define MI... | [
"kmjp@users.noreply.github.com"
] | kmjp@users.noreply.github.com |
65c540e29fdd5d89f48f5bad2a6b4c2517055734 | 16093b30f3b6561d262205c646069ee66cb1610c | /cpp03/ex00/ClapTrap.hpp | 5e6ccea166b9a0ce41956151169e88a959588fd2 | [] | no_license | mwkrvc/CPP | 0ee2ff180ac33031202d5b39703129ea9cb581fa | 385f04c2c339a954fb963396c36c27b0e5f848f5 | refs/heads/master | 2023-08-15T11:17:04.101749 | 2021-09-25T20:50:44 | 2021-09-25T20:50:44 | 398,189,365 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | hpp | #ifndef CLAPTRAP_CLASS_HPP
# define CLAPTRAP_CLASS_HPP
# include <iostream>
class ClapTrap {
public:
ClapTrap();
ClapTrap(ClapTrap const & clapTrap);
ClapTrap(const std::string& name);
~ClapTrap();
ClapTrap & operator=(ClapTrap const & clapTrap);
void attack(std::string const & target);
void takeDamage(unsi... | [
"fraphael@il-b4.msk.21-school.ru"
] | fraphael@il-b4.msk.21-school.ru |
d35e3d7cdcb0d1c1fa50fe9c41d4778c07ad3783 | a87ad3fcdd8c48d28b298944b34dbe327fab0684 | /src/utils/UtilsEuler2Phase.cpp | bf3c4c6c6c716cd0b4a99e976f1c23d870325806 | [
"MIT"
] | permissive | joshuahansel/cl1de | e672844d28a4eb8cc32747f5e00154f74a47ee47 | a6e641f6f6ffaa477a3a82ef40e013100577b61f | refs/heads/master | 2021-06-12T11:37:23.030874 | 2021-04-24T02:16:22 | 2021-04-24T02:16:22 | 181,805,386 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,140 | cpp | #include "UtilsEuler2Phase.h"
namespace Euler2Phase
{
std::vector<double> computeConservativePhaseFlux(
const std::vector<double> & W, const double & u_int, const double & p_int, const double & A)
{
const double & a = W[ia];
const double & r = W[ir];
const double & u = W[iu];
const double & p =... | [
"joshua.hansel@inl.gov"
] | joshua.hansel@inl.gov |
8465863470759189cb2acd51c6d9629f06f00d4a | c6869c81792a15515b23a6bced4a5b45df3dd785 | /Robot/main.h | 1cf8bdc92f173b7a6d12d204a540f915b2b0140b | [] | no_license | ImJsaw/openGL_project1 | 00b8832b8712696aa3068ccaf3533a98dafe65d7 | ba421f4c72a65e3261d601350c6341fa57a46761 | refs/heads/master | 2020-04-06T17:14:03.670941 | 2018-11-17T09:52:14 | 2018-11-17T09:52:14 | 157,651,295 | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 4,568 | h | #include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <vector>
#include <map>
#include <string>
#include <windows.h>
using namespace std;
//#include <cmath>
#include "vgl.h"
#include "LoadShaders.h"
#include "objloader.hpp"
// Include GLM
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
usi... | [
"bing5300@gmail.com"
] | bing5300@gmail.com |
3facab399ac24d5b0c9bb058bf4f3efe321dc720 | ba10da4be74ba4e472bbe4b51d411627fc07bdbf | /build/iOS/Preview/src/_root.WelcomeText.cpp | e1169635e0a5df4f0fda2b1dd250058f9e0ba011 | [] | no_license | ericaglimsholt/gadden | 80f7c7b9c3c5c46c2520743dc388adbad549c679 | daef25c11410326f067c896c242436ff1cbd5df0 | refs/heads/master | 2021-07-03T10:07:58.451759 | 2017-09-05T18:11:47 | 2017-09-05T18:11:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,041 | cpp | // This file was generated based on /Users/ericaglimsholt/Documents/Skola/Handelsmarketing/Gadden/gadden/build/iOS/Preview/cache/ux11/WelcomeText.g.uno.
// WARNING: Changes might be lost if you edit this file directly.
#include <_root.MainView.h>
#include <_root.WelcomeText.h>
#include <Fuse.Controls.TextControl.h>
#i... | [
"ericaglimsholt@hotmail.com"
] | ericaglimsholt@hotmail.com |
1f7c352b2fa5dcc4d1b8833001151e2f9f71b703 | 7e7818c338a954e9ab62b51bcbd605d76cfc60ba | /LiDAR-SLAM/src/registration/ndt_registration.cpp | 4ac5dbd7b467436b129ab53fc652af17ade9b723 | [] | no_license | nuo-1/rosbag | b976dce971565bdc8a0146779b850b49397b916b | dc5fef320cddf0e2269edfca9264c15b8b7f8c61 | refs/heads/main | 2023-02-11T11:35:33.307951 | 2021-01-06T12:24:41 | 2021-01-06T12:24:41 | 325,642,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,065 | cpp | /*
* @Description: NDT 匹配模块
* @Author: Ren Qian
* @Date: 2020-02-08 21:46:45
*/
#include "registration/ndt_registration.hpp"
#include "glog/logging.h"
#include <ros/ros.h>
namespace lidar_localization {
NDTRegistration::NDTRegistration(const YAML::Node &node):sumTime(0.f), cnt(0)
{
#ifdef USE_NDT_OMP
... | [
"1492841357@qq.com"
] | 1492841357@qq.com |
aaa8325fb29cd2ff684d0d8a8afa2c8dd90a7c25 | 704e897190371a86353051b4e50efedbf4369fb7 | /bemmatconv_mex.cpp | fbd01b14e1befebfec6a47412ce4a64e141d9741 | [] | no_license | Mu-cq/hbemfun | 0fef719b01b796dedc2ade3f354aff6452f272d6 | b0336690bc7a359da402b6c148d3d11800f073e2 | refs/heads/master | 2020-06-16T15:14:39.726267 | 2014-10-10T16:36:31 | 2014-10-10T16:36:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,625 | cpp | /*BEMMATCONV Time domain boundary element matrix convolution.
*
* B = BEMMATCONV(A,X) computes the matrix convolution of the
* matrices A and X, defined as:
*
* N
* B = sum A(:,:,n) * X(:,N-n)
* n=1
*
* A Influence matrices (nRow * nDof * nTime).
* X Stress or displacement h... | [
"pcoulier@stanford.edu"
] | pcoulier@stanford.edu |
1b0c14ab29dc90df650bc3ad2512ce232981fc4c | 53deb48e966ea536b3b5d964b1940dfbda0484cb | /include/gen_prog/ref_ptr/policy/checking/no_check.hpp | ff94c9b7dd715517b0bbab87e85616eb512128d4 | [
"BSL-1.0"
] | permissive | ledocc/gen_prog | f9fcfbbae1222fbb9a75a89975c5102032b56c86 | 447a5525bdc4a39cc3fdf5328b847426a0257aaf | refs/heads/master | 2021-12-07T04:18:44.721667 | 2021-12-03T09:55:14 | 2021-12-03T09:55:14 | 13,192,585 | 0 | 1 | null | 2016-11-15T16:23:50 | 2013-09-29T13:12:38 | C++ | UTF-8 | C++ | false | false | 829 | hpp | ///////////////////////////////////////////////////////////////////////////////
/// \file gen_prog/ref_ptr/policy/checking/no_check.hpp
//
// Copyright 2013 David Callu. 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... | [
"callu.david@gmail.com"
] | callu.david@gmail.com |
49a11de6fd7721bc5d14a9ec948c110fd66737c8 | 6477e39130e13f26b6069b541bd34939ff658f55 | /Templates/BasicLinearEquation/src/main.cpp | 0733fa40f61b0bda38084b26633a3eec69bc1ef5 | [
"MIT",
"JSON",
"Apache-2.0"
] | permissive | randolf/TBTK | c220d4f05ecee405a46724da67fb895071a063ab | 4c182c4550d421ecd091e9cb58baf2a9ca149cf9 | refs/heads/master | 2021-04-15T18:16:42.710875 | 2018-03-24T00:09:56 | 2018-03-24T00:09:56 | 126,608,962 | 0 | 0 | null | 2018-03-24T14:45:59 | 2018-03-24T14:45:59 | null | UTF-8 | C++ | false | false | 2,106 | cpp | /* Copyright 2017 Kristofer Björnson
*
* 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... | [
"dafer45@hotmail.com"
] | dafer45@hotmail.com |
bbdb2e6c94ed21a8be399abb1a5988503be3a3be | 9108ea5c28c6f06716e16dd0ab48756f05b0abc5 | /TacticalTeamCombat.Altis/SOS/TTC/BTC/Displays/balanceDisplay.hpp | e3daf23f7254c03c2787e628a8c4ff54e52fb9c7 | [] | no_license | Lux0r87/TacticalTeamCombat | 093eaf63d21b632c94c8cad25203f03fcf5d9f14 | fc04cc1e725cc726974a405ad57fec4a4da95896 | refs/heads/master | 2016-09-06T14:04:32.352552 | 2015-05-25T16:23:52 | 2015-05-25T16:23:52 | 32,731,376 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 508 | hpp | class TTC_BTC_balanceDisplay {
idd = 1000;
duration = 999999;
fadeIn = 0;
fadeOut = 0;
onLoad = uiNamespace setVariable ["TTC_BTC_balanceDisplay", _this select 0];
onUnLoad = uiNamespace setVariable ["TTC_BTC_balanceDisplay", nil];
class Controls {
class TTC_BTC_balanceDisplay_Text : TTC_RscStructuredTex... | [
"Lux0r@web.de"
] | Lux0r@web.de |
53fbcfe67ad0a8a2316db7c689d8035c471e5c5c | 0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd | /chrome/browser/chromeos/policy/policy_cert_verifier.h | cb651737faff6d540c7e45b1df80cc68db4e8135 | [
"BSD-3-Clause"
] | permissive | yachtcaptain23/browser-android-tabs | e5144cee9141890590d6d6faeb1bdc5d58a6cbf1 | a016aade8f8333c822d00d62738a922671a52b85 | refs/heads/master | 2021-04-28T17:07:06.955483 | 2018-09-26T06:22:11 | 2018-09-26T06:22:11 | 122,005,560 | 0 | 0 | NOASSERTION | 2019-05-17T19:37:59 | 2018-02-19T01:00:10 | null | UTF-8 | C++ | false | false | 2,194 | h | // Copyright (c) 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.
#ifndef CHROME_BROWSER_CHROMEOS_POLICY_POLICY_CERT_VERIFIER_H_
#define CHROME_BROWSER_CHROMEOS_POLICY_POLICY_CERT_VERIFIER_H_
#include <memory>
#incl... | [
"artem@brave.com"
] | artem@brave.com |
2473dad5e4879127f2c6dc11bdc0fdccb514e736 | 0eafa3db6358c3af071ee6f398cab9beccfa24b2 | /src/static_mapping.cpp | fc45f36413437383ea7645a4c64e9055b7a2b5ba | [] | no_license | lcmaps-plugins/lcmaps-plugins-static-mapping | 7680491da802dc3c51145f825210e648153ca5cf | 035add16e55cc3b018781eb6dd0f5b9d29c31d87 | refs/heads/master | 2021-01-01T06:49:37.074181 | 2015-07-10T16:05:42 | 2015-07-10T16:05:42 | 38,856,685 | 0 | 1 | null | 2015-07-10T16:05:06 | 2015-07-10T02:34:42 | C | UTF-8 | C++ | false | false | 2,412 | cpp |
#include <stdio.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
#include <pwd.h>
#include "static_mapping.h"
#include <boost/tokenizer.hpp>
extern "C" {
#include <lcmaps/lcmaps_log.h>
}
static const char * logstr = "static-mapping";
uid_t getMappedUID(uid_t uid, const char * mapfile) {
FILE *fp = ... | [
"bbockelm@cse.unl.edu"
] | bbockelm@cse.unl.edu |
691cfcb275082e4658299aafb19845b8a3ea8a7b | 3b63434159d3ffe2f8af0586137b155820f6fd0d | /3rdparty/openmm/platforms/opencl/tests/TestOpenCLVirtualSites.cpp | 1cc5cdca5b6a683bce287a30eed85e676fc442f2 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | samuelflores/MMB | 2e50204f5bc5a9bd80e56ec4cf8901e782d2f822 | 96da444290ab1af4385013c566079d381d8051b4 | refs/heads/master | 2023-06-25T23:24:17.861167 | 2023-06-21T09:10:20 | 2023-06-21T09:10:47 | 29,155,968 | 6 | 10 | NOASSERTION | 2022-01-03T10:34:12 | 2015-01-12T20:43:46 | C++ | UTF-8 | C++ | false | false | 6,797 | cpp | /* -------------------------------------------------------------------------- *
* OpenMM *
* -------------------------------------------------------------------------- *
* This is part of the OpenMM molecular simulation toolkit originating from *
... | [
"samuelfloresc@gmail.com"
] | samuelfloresc@gmail.com |
fab6b6413f1074e72948c99f9b29189bb5b01511 | ed13a64ccad72bc593f526517b557d3b12e07e3f | /spike/fast_track_test.cpp | e41105ed14c4cd21d16415c085dfbc0010e5a95d | [] | no_license | Andersounds/Robust-Positioning | 6487002208a7c49da8c74b363628dfe72a973342 | b1d29964f8eabc2262494217c41b2c2b7e40c1b2 | refs/heads/master | 2021-06-26T15:56:02.139801 | 2020-11-22T20:14:42 | 2020-11-22T20:14:42 | 174,963,506 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,404 | cpp |
#include <iostream>
#include <opencv2/opencv.hpp>
#include <unistd.h> //For sleep
#include "../src/VisPos.cpp"
#include "../src/videoStream.cpp"
#include "../src/argumentParser.cpp"
using namespace cv;
//using namespace std;
/*
Uses FAST algorithm to detect features. Code is copied not comletely sure what happens
*/... | [
"fa8@kth.se"
] | fa8@kth.se |
f59f72a6a523b151c54b1e5e343cda7f03375511 | a8fb07f8e48781870ddbeb23491d24a91fdb24a9 | /SSBPLib/ss/player/AnimeCache.cpp | 16243fdabdbcc6c550cf231e20f7f219fde07e91 | [
"MIT"
] | permissive | kagematya/SSBPLib | 1678668c1a5e3b6b18127a434ddf05d6020eb465 | c3aa88c9997d295144e00f9c806dbfb5e55392ae | refs/heads/master | 2023-04-07T10:13:14.061238 | 2023-03-25T16:22:00 | 2023-03-25T16:22:00 | 78,367,526 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,313 | cpp | #include "AnimeCache.h"
#include <string>
#include <vector>
#include "SS5PlayerData.h"
#include "player/Util.h"
#include "player/ToPointer.h"
using namespace std;
namespace ss{
AnimeCache::AnimeCache(const ProjectData* data)
{
init(data);
}
AnimeCache::~AnimeCache()
{
}
//"packname/animename"で指定してAnimeRefを得る
con... | [
"kagematya@gmail.com"
] | kagematya@gmail.com |
300d0831dab2db8e8f3d13b36efe3bb346222c28 | c1aec90f3f8859c4c172060b5b2926a6493f0b32 | /server/responders/hamlib.cpp | 5a2675913174dedd712aa11192f2936454d07cec | [] | no_license | jankaluza/hamlog | dcfe19a2686e4b93d435853790044cbf8c655749 | d2e31ab0af07aae195cc0e4a814cc34cc11964ec | refs/heads/master | 2022-06-29T18:08:44.914008 | 2012-05-14T10:11:34 | 2012-05-14T10:11:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,146 | cpp | /**
* Hamlog
*
* Copyright (C) 2011, Jan Kaluza <hanzz.k@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later ver... | [
"hanzz.k@gmail.com"
] | hanzz.k@gmail.com |
b6744a93a1d43167c0697d8ee2e1046f91701f95 | d13c1ce1555622663ebd6b21a70fb718b2a034e3 | /input/set_functional_groups.cpp | 3e1896b511cf925e4688416e0a26f58c2f382935 | [] | no_license | mformlos/ReversibleSim | 207b56e94c8b85d0426975ac52b437eecb82d392 | e342d770e916c55b49e3108ab96102f20ac7921d | refs/heads/master | 2020-03-16T22:00:20.962087 | 2018-11-23T09:47:36 | 2018-11-23T09:47:36 | 133,023,126 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,347 | cpp | #include <random>
#include <iostream>
#include <algorithm>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
double uniform(std::mt19937_64& engine, int start, int stop) {
std::uniform_int_distribution<int> dis(start, stop);
return dis(engine);
}
int main(int argc, char* argv[]) {
... | [
"maud_formanek001@ehu.eus"
] | maud_formanek001@ehu.eus |
796499106fa584b46d46ca9cbb960ed54a7ad72c | 1653acd0b8a476b55128b9af60c74366cc730568 | /2018-2/msgs/msgclient.cc | 7e0dc4a5fbd668ac7194a7dc375c911b6f9d45bc | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sgtest/p4test | 5c6ab62098e99413af8ee12b5911ad9cf7fc081e | 0b065a1f4aad902f5860d03fa44d14e00ee980a4 | refs/heads/master | 2020-04-27T16:46:05.018649 | 2019-02-07T10:04:05 | 2019-02-07T10:04:05 | 174,492,667 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,809 | cc | /*
* Copyright 1995, 2000 Perforce Software. All rights reserved.
*
* This file is part of Perforce - the FAST SCM System.
*/
/*
* msgclient.cc - definitions of errors for client subsystem.
*
* Note:
*
* Never re-use an error code value, these may have already been
* translated and while deleting the erro... | [
"npoole@perforce.co.uk"
] | npoole@perforce.co.uk |
fd66cd7d85fb6531c6e6589e0b1ad5e051856d6d | 2c59e2dcc1d821daf1001f7b748ea5082c47b8dd | /menon/bits/file_put_contents.hh | d19f6727abdc9d5cc9f7a4df95983d7487eabbe2 | [
"BSL-1.0"
] | permissive | menonfled/menon_cpp_lib | 828750ea754b9862b91a4e97c9d34944a7076580 | 729bb581023e7558360fd17ac0866e20b2d7ec40 | refs/heads/master | 2023-01-20T00:26:43.547595 | 2020-11-23T01:15:14 | 2020-11-23T01:15:14 | 294,441,833 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,359 | hh | /// @file menon/bits/file_put_contents.hh
/// file_put_contents系関数の定義
/// @author @menonfled
#ifndef MENON_BITS_FILE_PUT_CONTENTS_HH_
#define MENON_BITS_FILE_PUT_CONTENTS_HH_
#pragma once
#include "menon/bits/sv.hh"
#include <cstdio>
#include <type_traits>
#include <filesystem>
#include <ostream>
#include <iterator... | [
"elddiry@gmail.com"
] | elddiry@gmail.com |
91d4c65eaada2b94f535b3b6cd0740ed40b69a90 | a826e8218c944586ed14c77aa2890ea54dbcaef7 | /architectures.h | d0467b7c39e06833980e81d11ac3c66c83b7d011 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Seabreg/binexport | b91e1bf8c262703a06b3b03f1f9d52f454eca582 | 9e26fb5ce10d98d4316c14f675d52674184267f1 | refs/heads/master | 2020-07-29T17:29:55.330754 | 2019-09-06T11:51:53 | 2019-09-06T11:51:53 | 209,902,128 | 0 | 0 | Apache-2.0 | 2019-09-21T00:32:04 | 2019-09-21T00:31:33 | null | UTF-8 | C++ | false | false | 885 | h | // Copyright 2011-2019 Google LLC. 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 appli... | [
"cblichmann@google.com"
] | cblichmann@google.com |
adcffc445bffee949143f50025e01f5121aa16cd | ba2e13ab1be7f5dcae1cb39d735e7bb39be02198 | /caronhom9/caro/caro.cpp | de9eabda999b7db2b389fbf3b7593d68bb1928a8 | [] | no_license | canhhuy116/gamecaro | 3bff79ee0dc9d1e74bbfb2adfa9755eecd709bb6 | 1464cb197b403209d1689d9643ad246e5fce93c9 | refs/heads/master | 2023-06-29T14:03:39.277644 | 2021-08-09T02:59:55 | 2021-08-09T02:59:55 | 394,128,772 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,628 | cpp | #include"caro.h"
int main()
{
FixConsoleWindow();
Textcolor(241);
system("cls");
menu();
system("pause");
}
void AnTroChuot()
{
CONSOLE_CURSOR_INFO Info;
Info.bVisible = FALSE;
Info.dwSize = 20;
SetConsoleCursorInfo(GetStdHandle(STD_OUTPUT_HANDLE), &Info);
}
void HienTroChuot()
{
CONSOLE_CURSOR_INFO Info;... | [
"canhhuy1162002@gmail.com"
] | canhhuy1162002@gmail.com |
2849215c31f20cb1ce205a683e53b2f92433372c | d2b9e62624b7389d23de2634d00350b6cedd207a | /CodeChef/Easy/E0036.cpp | a23fbbcb8fab658201c145ad471d81a703a6af8e | [
"MIT"
] | permissive | themisterpaps/Coding-Problems | 92401eef90e7496683255330b71fc96044eba08c | b403dbf64933780024efef34634836900eb985c8 | refs/heads/master | 2022-10-21T15:49:39.072332 | 2020-06-12T05:28:14 | 2020-06-12T05:28:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 737 | cpp | // Problem Code: CNOTE
#include <iostream>
#include <vector>
#include <utility>
using namespace std;
string chefAndNotebooks(int X, int Y, int K, vector<pair<int, int>> ¬ebooks){
Y = X - Y;
for(pair<int, int> ¬ebook : notebooks)
if(notebook.first >= Y && notebook.second <= K)
return... | [
"shoaib98libra@gmail.com"
] | shoaib98libra@gmail.com |
b0826d3518bb7d66e1e518c084faec39d345dee1 | 4bd58f155f6daec2c6bba5ce680ebe902dea8fea | /AtCoder/TypicalDPContest/E.cpp | 9191b67ba13a546a1b4b8e03e7871ebba87189d4 | [] | no_license | creep06/competitive-programming | 8a8c80c7f6a7b211612812524a41fb4a8d5fa830 | 52fcb281dc47fcebe52787f968b053e5c0303c46 | refs/heads/master | 2020-04-09T07:01:53.169346 | 2019-06-02T11:28:59 | 2019-06-02T11:28:59 | 160,137,464 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,460 | cpp | #include <bits/stdc++.h>
using namespace std;
//#define int long long
#define reps(i,s,n) for(int (i)=(s);(i)<(n);++(i))
#define rep(i,n) reps(i,0,n)
#define rept(i,n) rep(i,(n)+1)
#define repst(i,s,n) reps(i,s,(n)+1)
#define reprt(i,n,t) for(int (i)=(n);(i)>=(t);--(i))
#define repr(i,n) reprt(i,n,0)
#define each(itr,... | [
"creep040@gmail.com"
] | creep040@gmail.com |
d4e5603bbd396dfe1f28243c781f8a6cc1f5d3d4 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /ens/include/alibabacloud/ens/model/DescribeEnsRegionIdResourceResult.h | 9098706f58e8e3cfd5872f6cbda69374338bd239 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 1,947 | h | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
33efa645069875a101b203ffe760a82e3e1135bc | d6393b26a0818ae87e1417a456db73dac3b18a43 | /Acm 11362/main.cpp | 73536e3be2166eac8ac34f2129eb78c696f459f5 | [] | no_license | leontalukdar/Acm-Problems | 83214875980293e7f06f3164d5bb8537b69724bd | 8af9d24b2fe52ae7539207b97bebea10e2866c9b | refs/heads/master | 2021-01-19T10:48:38.248805 | 2017-03-07T01:13:28 | 2017-03-07T01:13:28 | 82,207,258 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,675 | cpp | #include <iostream>
#include <fstream>
#include <sstream>
#include <math.h>
#include <algorithm>
#include <string>
#include <map>
#include <set>
#include <vector>
#include <stdlib.h>
#include <stdio.h>
#include <queue>
#include <stack>
#include <cstring>
#include <ctype.h>
using namespace std;
typedef long long int l... | [
"leontalukdar@gmail.com"
] | leontalukdar@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.