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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
133c57d69ddff383dfe23a06207a1e687adf3182 | 3d4c045f3af896bb69349fb1113a35f12db3174d | /src/impl/AbsCodeBreakerImpl.h | 45d57f8069e82f285f0a715a62a839187aa41c58 | [] | no_license | Steven0917/MasterMind | 81b87c8059e0a63a8efd19ca5e4aa3fda8e4dff4 | 5249eafb83ec7c954802863aff86cb9ba4a25872 | refs/heads/master | 2021-01-17T18:56:11.963592 | 2016-07-15T02:43:03 | 2016-07-15T02:43:03 | 63,296,372 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 393 | h | /*
* CodeBreakerImpl.h
*
* Created on: 14 Jul, 2016
* Author: tengx
*/
#ifndef CODEBREAKERIMPL_H_
#define CODEBREAKERIMPL_H_
#include "Code.h"
class AbsCodeBreakerImpl {
public:
AbsCodeBreakerImpl();
virtual ~AbsCodeBreakerImpl();
virtual void Guess(Code& guess, bool isFirst) = 0;
virtual void ProcFee... | [
"tengxin1981@yahoo.com"
] | tengxin1981@yahoo.com |
22d177ac2aea2f4d8bd124e5a901592bc37492f9 | 55ee1b9114019831652f33bfa836eb09518cc179 | /ch01/1.20.cpp | bd2f78c149d4dbd3332f7bf1115313d05d20ec9b | [] | no_license | mrmanago/cpp_primer_5th_exercises | 61e41ca923b47f5dae4068be9ed31db6790138e9 | 7dcf1b1bdb7656d761aeaf0cb55f06ca3f65460b | refs/heads/master | 2022-07-22T06:00:13.708797 | 2020-05-20T20:03:18 | 2020-05-20T20:03:18 | 252,034,498 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 202 | cpp | #include <iostream>
#include "Sales_item.h"
#include "Version_test.h"
int main()
{
Sales_item item;
while (std::cin >> item)
std::cout << item << std::endl;
return 0;
}
| [
"mrmanago@outlook.com"
] | mrmanago@outlook.com |
402d2b46a9c1188d18e0faa73a9e8fc5b386a08e | 5e31d1560ae2fe94322b050f8c789aadeaf92d96 | /SimpleEngineDX11/SimpleEngineDX11/rs_state_blend_dx11.cpp | 0070fc81f5fa802768f18b91cc044128f753319a | [] | no_license | liaozc/SimpleEngineDX11 | f42b7473030ba0287abaa60484fbe6f8919bf123 | b1e9c7930093b5ef941ccba30d69eb30fb0166dd | refs/heads/master | 2021-01-01T19:07:48.588772 | 2017-09-05T13:02:09 | 2017-09-05T13:02:09 | 98,510,172 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,130 | cpp | #include "rs_state_blend_dx11.h"
#include "rs_renderer_dx11.h"
RS_BlendStateDX11::RS_BlendStateDX11()
{
m_sBlendConfig.src = eRS_One;
m_sBlendConfig.dst = eRS_Zero;
m_pBlendState = nullptr;
m_bDirty = true;
}
RS_BlendStateDX11::~RS_BlendStateDX11()
{
if (m_pBlendState)
m_pBlendState->Release();
m_pBlendState ... | [
"LIAOZHENCHUAN@LIAOZHENCHUAN"
] | LIAOZHENCHUAN@LIAOZHENCHUAN |
063b0e60d660c869450c4e6da15ca00f4293646b | 50c6049cc4ead1b80027adb1f6202ba430c827af | /src/game_move.hpp | 1d11a3c728fa7535900ff7d555e564574b54b54a | [] | no_license | AndyMakous/rbgParser | 5e6d3ddab3e35c32b1644f25ae4daf3056aeb0df | eca4ccf73cdd2ea31ac654e9bbc908812fafa8ef | refs/heads/master | 2020-06-08T07:14:05.605971 | 2019-06-05T15:53:59 | 2019-06-05T15:53:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,590 | hpp | #ifndef GAME_MOVE
#define GAME_MOVE
#include<memory>
#include<vector>
#include<set>
#include"straightness_helpers.hpp"
#include"token.hpp"
namespace rbg_parser{
class abstract_dispatcher;
// interface
class game_move{
protected:
int index = 0;
public:
virtual ~game_move(void)=default;
... | [
"jakubsutowicz@gmail.com"
] | jakubsutowicz@gmail.com |
e721e9b3a175264bae723e9a9dd9baa46b4d546e | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /chrome/browser/chromeos/cryptauth/client_app_metadata_provider_service_unittest.cc | 55edc4ad625d1bcf5765c00cd4a5614abc542533 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 1,010 | cc | // 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.
#include "chrome/browser/chromeos/cryptauth/client_app_metadata_provider_service.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace chromeos {
... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
017af3481be9c8f4bd2c8b601f882cbd4504ac3b | 8ce61fb8610b48c8dce2110acbbb74ea22ff458e | /boardtest/boardtest.ino | 3e95cea2ad29c9c19549513871736cd99e7b1ae9 | [
"MIT"
] | permissive | densanki/ard-mkr-trans-tracker | d0ff7f0a80c14fae2c2a6cfac35fd7bb9d9ffd6c | 94e4c6f8e6ff2f58ba43b2489749a73635ef9987 | refs/heads/main | 2023-03-07T19:48:16.085828 | 2021-02-24T21:03:41 | 2021-02-24T21:03:41 | 325,485,261 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,635 | ino | /*
Blink
Turns an LED on for one second, then off for one second, repeatedly.
Most Arduinos have an on-board LED you can control. On the UNO, MEGA and ZERO
it is attached to digital pin 13, on MKR1000 on pin 6. LED_BUILTIN is set to
the correct LED pin independent of which board is used.
If you want to kn... | [
"densanki@gmail.com"
] | densanki@gmail.com |
b0d6f6ed24a0d119c8eb12783210ebf40ea024f5 | b3ebc5354c0b2a468480360c889c23432867f887 | /ProtoRPC_UE4/Source/ProtoRPC_UE4/google/protobuf/util/internal/utility.cc | 2480bc750b1ca253ad4fe061f961f0b5604f42dd | [
"BSD-2-Clause"
] | permissive | fire/Proto3RPC_UE4 | 1cdb2f54fb305b7d3a3ff4f4b49559503ce9565c | 3022fbdf34c627072574e7b0f2dcb2ea4b9c5945 | refs/heads/master | 2021-01-13T08:26:04.030438 | 2016-10-23T00:29:10 | 2016-10-23T00:29:10 | 71,671,947 | 0 | 0 | null | 2016-10-22T23:47:10 | 2016-10-22T23:47:10 | null | UTF-8 | C++ | false | false | 11,401 | cc | // Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | [
"san@paddlecreekgames.com"
] | san@paddlecreekgames.com |
7cee75575d6a4930fe9900d1d8d6b8bb79664573 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_2463486_0/C++/pushap/solution.cpp | e7b8abd7c1388ca50797d84100c2ebe7cc91283d | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,616 | cpp | #include <iostream>
#include <cstdio>
#include <climits>
#include <algorithm>
#include <queue>
#include <cstring>
#include <cmath>
#include <vector>
#include <string>
#include <map>
#define ALL(i,n) for(i = 0; i < (n); i++)
#define FOR(i,a,b) for(i = (a); i < (b); i++)
#define SET(p) memset(p,-1,si... | [
"root@debian"
] | root@debian |
4db1ed28775604ea34b285c0fbf03165d2c0cf4d | 10377d9a5b1e2d451d07bb64d3981e936e1035d7 | /include/NumCpp/Functions/nanargmin.hpp | 9d30ffe91277a23753538f19ac785c13e2943311 | [
"MIT"
] | permissive | faichele/NumCpp | 03ac79cde618d6dfe08c3352fff7d235527a130f | 7c8fc50fbe44b80eaa105f0f9258120abddfcec2 | refs/heads/master | 2020-12-29T16:25:21.426391 | 2020-01-20T05:23:34 | 2020-01-20T05:23:34 | 238,668,660 | 0 | 0 | MIT | 2020-02-06T11:02:13 | 2020-02-06T11:02:12 | null | UTF-8 | C++ | false | false | 2,475 | hpp | /// @file
/// @author David Pilger <dpilger26@gmail.com>
/// [GitHub Repository](https://github.com/dpilger26/NumCpp)
/// @version 1.2
///
/// @section License
/// Copyright 2019 David Pilger
///
/// Permission is hereby granted, free of charge, to any person obtaining a copy of this
/// software and associated documen... | [
"dpilger26@gmail.com"
] | dpilger26@gmail.com |
0b7a68937c29a4ca677a83139582a87ce601c8ec | 9923e30eb99716bfc179ba2bb789dcddc28f45e6 | /openapi-generator/cpp-pistache-server/model/AddressGeofenceCircle.cpp | 5dd2174a41699f07befae5c93149fdaf5b80b857 | [] | no_license | silverspace/samsara-sdks | cefcd61458ed3c3753ac5e6bf767229dd8df9485 | c054b91e488ab4266f3b3874e9b8e1c9e2d4d5fa | refs/heads/master | 2020-04-25T13:16:59.137551 | 2019-03-01T05:49:05 | 2019-03-01T05:49:05 | 172,804,041 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,195 | cpp | /**
* Samsara API
* # Introduction Samsara provides API endpoints for interacting with Samsara Cloud, so that you can build powerful applications and custom solutions with sensor data. Samsara has endpoints available to track and analyze sensors, vehicles, and entire fleets. The Samsara Cloud API is a [RESTful API](h... | [
"greg@samsara.com"
] | greg@samsara.com |
b0eb78c101b94631b167c6a63d66f80cf74779a9 | cc7643ff887a76a5cacd344993f5812281db8b2d | /src/WebCoreDerived/JSSVGTextPathElement.h | bfdad5fef7a673dbc28a646b2c073cd892637168 | [
"BSD-3-Clause"
] | permissive | ahixon/webkit.js | e1497345aee2ec81c9895bebf8d705e112c42005 | 7ed1480d73de11cb25f02e89f11ecf71dfa6e0c2 | refs/heads/master | 2020-06-18T13:13:54.933869 | 2016-12-01T10:06:08 | 2016-12-01T10:06:08 | 75,136,170 | 2 | 0 | null | 2016-11-30T00:51:10 | 2016-11-30T00:51:09 | null | UTF-8 | C++ | false | false | 6,610 | h | /*
This file is part of the WebKit open source project.
This file has been generated by generate-bindings.pl. DO NOT MODIFY!
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation... | [
"trevor.linton@gmail.com"
] | trevor.linton@gmail.com |
591d0e7f237672313200952fa061fe55ef865e6b | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir7941/dir22441/dir22442/dir22443/dir22444/dir22869/dir23467/file23593.cpp | 1bc26db43dadc27affb44fbe7be77ce67549b4c7 | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | #ifndef file23593
#error "macro file23593 must be defined"
#endif
static const char* file23593String = "file23593"; | [
"tgeng@google.com"
] | tgeng@google.com |
8fcee4dbdd1b7bb4c5e9870d12b23eef4cea2534 | ad08a820522224c3ba0441c9b48a60b3c4fe8436 | /UserSpace_win32/src/UserMutex.h | 2202f87f2eba637e1d4265d3f250601e5277a547 | [] | no_license | loy1991/GMIS_BASE | 91a172d98991d8f14dca2da9bfd389d3627eb167 | 5f9825b9c082f9ab6792102ab7a9676b51df2d6c | refs/heads/master | 2020-12-07T15:19:27.170678 | 2014-05-16T10:49:01 | 2014-05-16T10:49:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 957 | h | /*
*
* author: ZhangHongBing(hongbing75@gmail.com)
*/
#ifndef _USERMUTEX_H__
#define _USERMUTEX_H__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ABMutex.h"
#ifdef WIN32
#include <windows.h>
#else
#include <sys/time.h>
#include <pthread.h>
#endif
using namespace ABSTRACT;
class CUserMutex... | [
"hongbing75@gmail.com"
] | hongbing75@gmail.com |
37f2fa197ea1869984424a632aa5086224c2ba4e | 9c22a7f4e39ec744d68eac3d5ea9db5c7b2013d7 | /src/appleseed/foundation/math/bvh/bvh_intersector.h | 2024cb070e383ab65377538a6ed5d7dd9657c37a | [
"MIT"
] | permissive | jotpandher/appleseed | 4b6b7f30ce816280c3502d710920e39c740f5d51 | c74bd03e314d3a9fd7dd0cbaeb2f1374ae4b546f | refs/heads/master | 2021-01-15T12:54:13.278636 | 2014-11-23T14:14:01 | 2014-11-23T14:14:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,581 | h |
//
// This source file is part of appleseed.
// Visit http://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited
// Copyright (c) 2014 Francois Beaune, The appleseedhq Organization
//
// Pe... | [
"beaune@aist.enst.fr"
] | beaune@aist.enst.fr |
ffcfcca831aaca8ad7a11846f30a65820e61f45f | 0a39c3b5534c38bd2ed3a4789fa6557e44d91b31 | /Schematics NPC 2018/Warm up/C - Yoyo The Crypter Man.cpp | fff96bec22f0365f37e992d2512c5c7d2ab6ff96 | [] | no_license | ilhamfp/competitive-programming | 18e2201e59999319b2e80261c2844d122b185e2b | d753529cd5310a4fe0fb9718be41c9cdecb2285f | refs/heads/master | 2023-03-27T04:29:01.620916 | 2021-03-28T11:52:21 | 2021-03-28T11:52:21 | 121,941,014 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,155 | cpp | #include <bits/stdc++.h>
using namespace std;
#define mp make_pair
#define pb push_back
#define pii pair<int, int>
typedef long long ll;
typedef unsigned long long ull;
pair<int,int> arah[8] = { {0,1} , {1,1} , {1,0} , {1,-1} , {0,-1} , {-1,-1} , {-1,0} , {-1,1} };
bool cmp (int i,int j) { return (i>j); }
int binary... | [
"ilhamfputra31@gmail.com"
] | ilhamfputra31@gmail.com |
1391423a56fd528cff39059cf3044903c06f86e2 | 38c10c01007624cd2056884f25e0d6ab85442194 | /chrome/browser/ui/webui/options/content_settings_handler.h | 3cd3e566cb307296a768af528de76907d710cd3d | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 10,209 | 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 CHROME_BROWSER_UI_WEBUI_OPTIONS_CONTENT_SETTINGS_HANDLER_H_
#define CHROME_BROWSER_UI_WEBUI_OPTIONS_CONTENT_SETTINGS_HANDLER_H_
#include <str... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
8cf1482145cee18e4415d0f26d1eaa1879b2941d | d1895a5024d1a319838fa66c8072379bfb3fb811 | /xlFunction/bond/xlInstrumentAccruedAmount/xlInstrumentAccruedAmount.hpp | e7b637d08f882d03d226ec635619ed2ac10d1eb9 | [] | no_license | vermosen/xlObjectTools | 9b5b47e4a0176bf34d92567142d26656a5ef7985 | e43210c73076b7fb226d70716e9946eba72b1edd | refs/heads/master | 2021-07-03T17:43:32.741980 | 2020-10-28T16:33:15 | 2020-10-28T16:33:15 | 18,273,901 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 699 | hpp | /*
* xlObjectTools
*
* Created by Jean-Matthieu VERMOSEN on 31/05/09
* Copyright 2009. All rights reserved.
*
*/
#ifndef xl_instrument_accrued_amount
#define xl_instrument_accrued_amount
#include <ohxl/repositoryxl.hpp>
#include <ohxl/conversions/validations.hpp>
#include <ohxl/convert_oper.hpp>
#include <o... | [
"vermosen.jm@free.fr"
] | vermosen.jm@free.fr |
f06b0249a04d989e76697f7314760653e748d722 | 757a4d7a08cbe01ab89e0fdccc7e2e7c51f7c9ad | /assignment2/10.cpp | 215df6526ed5200a279cc1a4f541962fc396f615 | [] | no_license | jimmy3663/object_oriented_programming | 5de353af1ca5f80301b72cb643afbcd353d66f2f | 7639e4e5df74a1237832aab0571815c565679ac4 | refs/heads/master | 2020-04-28T01:03:43.368972 | 2019-05-26T17:13:06 | 2019-05-26T17:13:06 | 174,840,222 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 841 | cpp | #include <iostream>
#include <string>
#include <fstream>
#include <vector>
using namespace std;
int main(int argc, char* argv[]){
ifstream in1(argv[1]);
ifstream in2(argv[2]);
vector <string> v1;
vector <string> v2;
string temp1;
while(!in1.eof()){
getline(in1, temp1);
v1.push_back(temp1);
}
string tem... | [
"jimmy3663@naver.com"
] | jimmy3663@naver.com |
3960a774cb84582f7e10ac1cbff72fc08897b6d0 | 30e1dc84fe8c54d26ef4a1aff000a83af6f612be | /src/external/boost/boost_1_68_0/boost/spirit/home/qi/what.hpp | f23e4bf3cb2ce9c736adad57563bcb3c3f68dc01 | [
"BSL-1.0",
"BSD-3-Clause"
] | permissive | Sitispeaks/turicreate | 0bda7c21ee97f5ae7dc09502f6a72abcb729536d | d42280b16cb466a608e7e723d8edfbe5977253b6 | refs/heads/main | 2023-05-19T17:55:21.938724 | 2021-06-14T17:53:17 | 2021-06-14T17:53:17 | 385,034,849 | 1 | 0 | BSD-3-Clause | 2021-07-11T19:23:21 | 2021-07-11T19:23:20 | null | UTF-8 | C++ | false | false | 1,122 | hpp | /*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
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)
=========================================... | [
"znation@apple.com"
] | znation@apple.com |
69d02950990ba5581bc3ed1febb70e2510d1f797 | 13996b41b2ca70b47054256945907b1f869156aa | /55.cpp | 5fd01adb6831bbc75cf1ee14f4c280d8bf9a2fc3 | [] | no_license | huangtao800/LeetCode | da88d065c11e566513e0e72f81061ddc0288f4db | 5fe0a00ae083068bf639830ca45c9752cdc7eb67 | refs/heads/master | 2021-01-17T14:32:01.689598 | 2015-09-28T05:49:58 | 2015-09-28T05:49:58 | 33,874,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 785 | cpp | #include <vector>
#include <algorithm>
#include <iostream>
#include <algorithm>
#include <climits>
using namespace std;
class Solution {
public:
bool canJump(vector<int>& nums) {
// if(nums.size()==1) return true;
int length = nums[0];
int begin = 0;
int end = begin + length;
... | [
"huangtao800@gmail.com"
] | huangtao800@gmail.com |
94af164e406fb009d6c9ab3547ab7fe5547f018d | ee60b09a4e6675cbf4c95bdfaf651024dc96fc8c | /JProject/JSampleMaps/Sample.h | 47b621ae6a6a521f84139d0f344a39267b318057 | [] | no_license | JeongBongSeong/JProject | bda15e31e8e27f1efb703949c65d4d440e5f365b | 2f44b0c444a893f0effd3760683a89151f7a11c7 | refs/heads/master | 2023-08-27T09:52:42.585052 | 2021-11-02T10:08:24 | 2021-11-02T10:08:24 | 421,306,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 470 | h | #pragma once
#include"JCore.h"
#include "JShape.h"
#include "JCamera.h"
#include "JMap.h"
class Sample : public JCore
{
JBoxShape m_BoxObj[2];
JMap m_Map;
JDebugCamera m_Camera;
float m_fYaw = 0.0f;
float m_fPitch = 0.0f;
public:
bool Init() override;
bool Frame() override;
bool Render() override;
... | [
"kgca38-2@KGCA385"
] | kgca38-2@KGCA385 |
d3ec3d25a12f7029d4983697e9997df5519368b3 | cad1d3beae8de5f6cdb7cc12b8f85604b0c4babf | /mpc_ros/include/cppad/core/bool_valued.hpp | 75de15ae07c9be99479558a4bc4a4c1e9882c6fc | [
"Apache-2.0"
] | permissive | Geonhee-LEE/mpc_ros | 8bd9c0aacec4617e2bb21fdb983a9f8e582d330e | 1b5d8d5773fdc39a69566f096426466f9ed40854 | refs/heads/melodic | 2023-06-01T06:31:49.644981 | 2023-02-14T23:02:36 | 2023-02-14T23:02:36 | 162,116,668 | 582 | 150 | Apache-2.0 | 2023-05-18T07:26:57 | 2018-12-17T10:55:37 | C++ | UTF-8 | C++ | false | false | 1,189 | hpp | // $Id$
# ifndef CPPAD_CORE_BOOL_VALUED_HPP
# define CPPAD_CORE_BOOL_VALUED_HPP
/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-16 Bradley M. Bell
CppAD is distributed under multiple licenses. This distribution is under
the terms... | [
"gunhee6392@gmail.com"
] | gunhee6392@gmail.com |
da252e780bf82dcba08fdf26cc222a8223ade2eb | cc6b2350d261e01624ed60bda9e9172df2c09eef | /src/identifier.h | 827549d867edc74ad01b50adb890c130e938b228 | [
"Apache-2.0"
] | permissive | samp-incognito/samp-streamer-plugin | d46ffbe1871f22a145f8e9c2b21c8efe0f46c590 | ce28f825ccd13a5d4da4610200f9d4c9f3ab31d5 | refs/heads/master | 2023-02-07T08:11:37.289300 | 2023-02-06T07:44:28 | 2023-02-06T07:44:28 | 16,149,293 | 243 | 193 | Apache-2.0 | 2023-02-06T07:44:30 | 2014-01-22T19:09:03 | C++ | UTF-8 | C++ | false | false | 869 | h | /*
* Copyright (C) 2017 Incognito
*
* 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 t... | [
"someone.extraordinary@gmail.com"
] | someone.extraordinary@gmail.com |
27ac6deb69260bcadc44f0444fba3753d5382c73 | ca7767ddf74f59e4d1ca2bf747442115cae8a1c9 | /source/LookAndFeel/MLLabel.h | 8c133f6e1275f8a8d8ad1a8914533aaf74d86552 | [
"MIT"
] | permissive | AventureNumerique/madronalib | 7bbefb65a7e59fd277159b9ec6198362bf7e971c | 1cf3b390ae2979124d9caaaa13c82191b4b5d1d2 | refs/heads/master | 2021-01-21T18:57:40.149277 | 2017-03-14T21:30:21 | 2017-03-14T21:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,564 | h |
// MadronaLib: a C++ framework for DSP applications.
// Copyright (c) 2013 Madrona Labs LLC. http://www.madronalabs.com
// Distributed under the MIT license: http://madrona-labs.mit-license.org/
#ifndef __ML_LABEL_HEADER__
#define __ML_LABEL_HEADER__
#include "MLUI.h"
#include "MLDSPDeprecated.h"
#include "MLWidget.... | [
"randy@madronalabs.com"
] | randy@madronalabs.com |
211d0b17149561fe347dbcf22c77028a3a6cf357 | 6133b7da381ec8eead8055956b1bbe10de8e713e | /src/list_task.h | e465895416ac5efec1ff44ae2c65bd2d3b10c32e | [] | no_license | Chehai/backup | b232b540565038e1a3253c0524894598dadd1978 | 538ba9d112393c6aa2e5c8ed47d4309290e204bb | refs/heads/master | 2021-01-10T21:31:33.396533 | 2011-08-21T23:23:29 | 2011-08-21T23:23:29 | 2,027,466 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 719 | h | #ifndef LIST_TASK_H
#define LIST_TASK_H
#include "common.h"
#include "task.h"
#include "parent_task.h"
#include "remote_store.h"
#include "remote_object.h"
class ListTask : public Task {
public:
ListTask(RemoteStore * rs, boost::filesystem::path& dir, std::string& prefix, std::time_t&, ParentTask& m);
int run();
pri... | [
"chehai.wu@appfolio.com"
] | chehai.wu@appfolio.com |
4bcdb1dd637b68c8e1f31294b656a18d93c85e4d | fb58f481494a232c8c5f89efcf938fa4af014d25 | /src/gui/colors.cpp | 5833a49f7820a52fa762590c201907012c8ed03e | [] | no_license | alexha98/MotionExplorer | d491cd582ea62d9cd31929d2264e424725ec320c | 4e8b5c81f7dbc257c8a4562a5e7c0ff27e7dad83 | refs/heads/master | 2023-03-08T20:29:00.646507 | 2020-06-06T18:38:18 | 2020-06-06T18:38:18 | 270,878,691 | 0 | 0 | null | 2020-07-13T21:53:09 | 2020-06-09T01:55:56 | null | UTF-8 | C++ | false | false | 936 | cpp | #include "colors.h"
using namespace GLDraw;
void GLDraw::setColor(const GLColor &c){
c.setCurrentGL();
}
int colorType = 1;
const GLColor GLDraw::getColorRobotStartConfiguration()
{
// const GLColor colorStartConfiguration(0.7, 0.7, 0.7, 1);
// return colorStartConfiguration;
return GLColor(0.3, 1.0, 0.3, 1.0);... | [
"andreas.orthey@gmx.de"
] | andreas.orthey@gmx.de |
f395edb5e5671a5988b76a5062527fb0f9950d52 | 752572bd6010ef068c4851b55a261a2122f29094 | /aws-cpp-sdk-securityhub/source/SecurityHubEndpoint.cpp | b77165412f4ebd592fec666bf362b1b60369e554 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | cnxtech/aws-sdk-cpp | 9b208792b2e81b3a22a850c3d0fbf4724dc65a99 | af8089f6277b8fec93c55a815c724444bd159a13 | refs/heads/master | 2023-08-15T02:01:42.569685 | 2019-05-08T20:39:01 | 2019-05-08T20:39:01 | 185,732,288 | 0 | 0 | Apache-2.0 | 2023-07-22T05:12:44 | 2019-05-09T05:30:49 | C++ | UTF-8 | C++ | false | false | 1,568 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
68cd28b1dfb8bd1004890234ca970ecd420956c5 | 0014fb5ce4aa3a6f460128bb646a3c3cfe81eb9e | /testdata/15/12/src/node3.cpp | d6a2891a0233eccde9a826240b6da86f2629f23d | [] | no_license | yps158/randomGraph | c1fa9c531b11bb935d112d1c9e510b5c02921df2 | 68f9e2e5b0bed1f04095642ee6924a68c0768f0c | refs/heads/master | 2021-09-05T05:32:45.210171 | 2018-01-24T11:23:06 | 2018-01-24T11:23:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,114 | cpp |
#include "ros/ros.h"
#include "std_msgs/String.h"
#include "unistd.h"
#include <sstream>
#include <random>
std::random_device rd;
std::mt19937 gen(rd());
std::normal_distribution<> d(0.029622, 0.005);
class Node3{
public:
Node3(){
sub_1_3_flag = 0;
sub_1_3 = n.subscribe("topic_1_3", 1,... | [
"sasaki@thinkingreed.co.jp"
] | sasaki@thinkingreed.co.jp |
400f6b490565bf4900c42b193f3ce512226b8099 | 11436677310873ec661906e8bca64d0ec788e62b | /Simulation/bitmap.cpp | 59c9592f5709017e9fd2e4c0aa704057fe49e7cf | [] | no_license | Echo-M/Simulation | 164b0644b29f84747d16bef81618c4f8746cb432 | a468af5008cb117cfe8c68f0904d02c396188662 | refs/heads/master | 2021-01-16T21:41:29.269940 | 2016-08-17T12:51:58 | 2016-08-17T12:51:58 | 64,626,157 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,552 | cpp | #include "stdafx.h"
#include "bitmap.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
Bitmap::Bitmap() : buffer_(NULL) {
}
Bitmap::Bitmap(const Bitmap &other) : buffer_(NULL) {
Assign(other);
}
Bitmap::~Bitmap() {
Destroy();
}
bool Bitmap::Create(int width, int height, int bpp, const RGBQUAD *palette) {
char bi... | [
"337074370@qq.com"
] | 337074370@qq.com |
c802c04e1cb84b7053ef1ef6ea771f69495523c0 | 2e62eded4a05a565aa67c2557fed94d2dd2965cf | /Work/可穿戴设备监控中心/可穿戴设备监控中心/EditableButtonUI.cpp | 0a1ad75daa1437be468a39b0bd8fb7b9fd75e21a | [] | no_license | jielmn/MyProjects | f34b308a1495f02e1cdbd887ee0faf3f103a8df8 | 0f0519991d0fdbb98ad0ef86e8bd472c2176a2aa | refs/heads/master | 2021-06-03T11:56:40.884186 | 2020-05-29T09:47:55 | 2020-05-29T09:47:55 | 110,639,886 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,109 | cpp | #include "EditableButtonUI.h"
#define EDITABLE_BUTTON_XML \
"<?xml version=\"1.0\" encoding=\"utf-8\"?>" \
"<Window>" \
"<HorizontalLayout>" \
"<Edit name=\"edt\" textcolor=\"#FF000000\" visible=\"false\" />" \
"<Button name=\"btn\" textcolor=\"#FFFFFFFF\" textpadding=\"4,0,4,0\" text=\"\" align=\"left\"... | [
"jielmn@aliyun.com"
] | jielmn@aliyun.com |
5b5e86d0de8ab3d5c9aefcd0d1139eaee58cab8c | 08fae5bd7f16809b84cf6463693732f2308ab4da | /ETS/FixGateway/Storage.h | 9fd0c8ee01d09656a22ad7a21b7b0974a2d86bc2 | [] | no_license | psallandre/IVRM | a7738c31534e1bbff32ded5cfc7330c52b378f19 | 5a674d10caba23b126e9bcea982dee30eee72ee1 | refs/heads/master | 2021-01-21T03:22:33.658311 | 2014-09-24T11:47:10 | 2014-09-24T11:47:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,073 | h | // Storage.h: interface for the COrderStorage class.
//
//////////////////////////////////////////////////////////////////////
#ifndef __STORAGE_H__
#define __STORAGE_H__
#include "FIXGGeneral.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
namespace FXG
{
/////////////////////////////////////////////... | [
"alex2172@gmail.com"
] | alex2172@gmail.com |
f23dccdea06da6e15174ef70b49b629ffda87282 | d432a8c18999a4f4a9949aca5441fcef292d92d8 | /Contests/PNW2013/b.cc | 47ac9b9b1843964281e325d5589c09afe3d3b017 | [] | no_license | lernerc/UVA | 05bad2a4ed054f6ba216f19221e05cf9f810b228 | 68cc70896866f73064791b46ea4f7c89dda73339 | refs/heads/master | 2021-01-23T06:39:14.000825 | 2014-08-23T15:55:07 | 2014-08-23T15:55:07 | 10,039,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,019 | cc | #include <iostream>
#include <algorithm>
#include <cstdlib>
#include <cmath>
#include <cassert>
using namespace std;
long long road[100][100];
long long reach[100][100];
long long inf = 1000000000002LL;
bool test(long long k, int N, int charges) {
for(int i = 0; i < N; i++) {
fill(reach[i], reach[i] + N, inf... | [
"camara.lerner@gmail.com"
] | camara.lerner@gmail.com |
3610fe144ed5c927c0c656c80eb068ac133865fa | f3d90d46e3fab71163343e09ec0de37c296cbc01 | /prob_49.cpp | 536ed50fe83c86ddaf9a730ae10845836e404b4d | [] | no_license | SebastianSemper/Project-Euler | 84d442972edd8f8c06a41df5c3d482f074cfd068 | e037a7c5e22becfd961a3cada3cfb076e5a664de | refs/heads/master | 2016-09-16T14:00:29.388940 | 2011-10-05T09:13:18 | 2011-10-05T09:13:18 | 2,517,909 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 650 | cpp | #include "iostream"
#include "math.h"
using namespace std;
long int is_prime(long int);
long int next_prime(long int);
int main()
{
cout.precision(15);
int n = 1;
int p = 1;
while (n < 100001){
p = next_prime(p);
n++;
//cout << n << ". " << p << endl;
}
cout << p;
return 0;
}
long int is_prime(long ... | [
"seb.semper@googlemail.com"
] | seb.semper@googlemail.com |
b0a0dea86234356e3061e029bc67e74c57405e5d | 9f65d7afce12c22306a0d3f62e30fddcd3155d50 | /OpenGLESText/text_info.h | bf34ee40d76a7f75791c65984397f6c1b057f33c | [] | no_license | SKYMIGHT/OpenGLES | fc60d397fcc3a29cd8e98e04de7e30aea20e2da9 | 6fa2a1b8a71560dbfb58ba0661c69127e8b7495a | refs/heads/master | 2020-02-26T14:37:36.974756 | 2016-06-02T08:07:36 | 2016-06-02T08:07:36 | 60,244,071 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 275 | h | #ifndef __TEXT_INFO_H
#define __TEXT_INFO_H
#define MAX_STRING_LEN 1024
class TextInfo
{
public:
TextInfo();
void set_info(int argc, char *argv[]);
char text_font[MAX_STRING_LEN];
int text_size;
int text_color;
int rate;
int direction;
int align;
};
#endif
| [
"remix1018@gmail.com"
] | remix1018@gmail.com |
9177e81f1404ab17a44df425fde5e04b244e69e2 | 216739fb228a8c790c2a91171e413aa56577c059 | /thirdparty/ck/base/common/strong_typedef.h | 0c2e9ca7e8e3edba469f7f74720cd091abbd5e96 | [
"MIT"
] | permissive | ktprime/emhash | 4f704f349d0357c4c1a87d3423b0d9f0873df427 | 0bdfac7b0c5bc04088d686e2eae6aeded217cf82 | refs/heads/master | 2023-09-01T08:29:17.418313 | 2023-08-25T02:53:44 | 2023-08-25T02:53:44 | 207,728,871 | 315 | 23 | MIT | 2023-04-29T12:30:40 | 2019-09-11T05:16:39 | C++ | UTF-8 | C++ | false | false | 1,810 | h | #pragma once
#include <functional>
#include <type_traits>
#include <utility>
template <typename T, typename Tag>
struct StrongTypedef
{
private:
using Self = StrongTypedef;
T t;
public:
using UnderlyingType = T;
template <class Enable = typename std::is_copy_constructible<T>::type>
constexpr exp... | [
"huangyuanbing1@yy.com"
] | huangyuanbing1@yy.com |
f5ba34c915d6ef90de71ea6deb8307ea7501beaa | d90bb820a517727f4d3f1972f235d7bbbec2a187 | /cpp/vision/features/hog_visualizer.cpp | 9e2ad0e6e4e851b06d364ce8533bf1fd95b5bc15 | [] | no_license | umariqb/Multi-Person-Pose-Estimation-using-LJPA-ECCVW-2016 | bf83edce518d0d59ac54ee57d4014062655c9d68 | 9fde830e974b5c5453b77c3a07bbc8a8df3ae9d7 | refs/heads/master | 2021-09-23T09:49:01.864657 | 2018-09-21T08:52:15 | 2018-09-21T08:52:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,506 | cpp | /*
* hogvisualizer.cpp
*
* Created on: Aug 22, 2013
* Author: juergenwiki.de
*/
#include "hog_visualizer.hpp"
using namespace std;
using namespace cv;
namespace vision {
namespace features {
void visualize_hog_features(const cv::Mat& origImg,
std::vector<float>& descriptorValues,
int blockSize, in... | [
"uiqbal@iai.uni-bonn.de"
] | uiqbal@iai.uni-bonn.de |
479dd95253a523a431779e32db50db96d896b16d | a745501500fff81bf6858af68ff06a5880297501 | /洛谷/2948.cpp | 7ef54c9ae2bc04196731da6c26d660586944b58a | [] | no_license | AljcC/MyCodes | 30654a11cb8c0306d2f7a8b4be796673e93f46c9 | 319f21fc2ad0b6c49a7d5a463648961b57cdccf0 | refs/heads/master | 2020-07-08T20:17:33.945923 | 2019-10-13T05:05:36 | 2019-10-13T05:05:36 | 203,765,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 838 | cpp | #include <iostream>
#include <cstdio>
#include <cstring>
using namespace std;
const int MAXN = 10010;
const int MAXS = 1010;
int s, t, n;
int last[MAXN][MAXS], mi[MAXN], dp[MAXN][MAXS], f[MAXN];
int main() {
cin >> t >> s >> n;
for(int i=1; i<=s; i++) {
int m, l, a;
cin >> m >> l >> a;
last[m+l-1][a] = max(la... | [
"邮箱"
] | 邮箱 |
6cafccf2121ee1ac847a058d4710c229b0c0c682 | 742a3b80182ae6e0f92972cae2a2d0cf229a476c | /testOpenCP/plotTest/guiPlotTest.cpp | 840f7905808ccf2539abcc546bb4c73ba58ac7f6 | [
"BSD-3-Clause"
] | permissive | Xuhoming/OpenCP | 073817a724f46ccb72c7f06a2120bf19b1f4ac79 | 6785215b1e889f53d9c344adff5760dccf744382 | refs/heads/master | 2020-07-21T01:51:17.852779 | 2018-12-20T22:08:50 | 2018-12-20T22:08:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 275 | cpp | #include <opencp.hpp>
using namespace std;
using namespace cv;
using namespace cp;
void guiPlotTest()
{
Plot test;
for (int i = 0; i < 10; i++)
{
test.push_back(i, 2 * i);
test.push_back(i, 3 * i, 1);
}
test.erase(3, 0);
test.insert(3, 10, 3, 0);
test.plot();
} | [
"fukushima@nitech.ac.jp"
] | fukushima@nitech.ac.jp |
bce44e1b53bbb82c30c0d356311553bf76fb68e1 | ede874b59555fd65ab2aa44f17a71a5a748eafa6 | /include/etl/impl/egblas/imag.hpp | fae95db9750f79da4607a71b0c7adc339540c874 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bechirzf/etl-2 | aad392dc07f42dd772914931ed192829d2d64a74 | 32e8153b38e0029176ca4fe2395b7fa6babe3189 | refs/heads/master | 2020-06-11T10:52:16.362349 | 2018-05-07T08:41:17 | 2018-05-07T08:41:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,905 | hpp | //=======================================================================
// Copyright (c) 2014-2018 Baptiste Wicht
// Distributed under the terms of the MIT License.
// (See accompanying file LICENSE or copy at
// http://opensource.org/licenses/MIT)
//==================================================================... | [
"baptiste.wicht@gmail.com"
] | baptiste.wicht@gmail.com |
a6cfea7c59baba2ca4e973ea1577cac5fe49508d | d257d63a1c4f7d3ed682315dedaf3df48b3d7c39 | /hw1/hw1_opencv.cpp | d526c40ed817a2ec47798807420477ce205fa239 | [] | no_license | Po-Jen/AdvancedCVHW | e0a1f1cb31c2545e4080b5a97a696fcbeb8ae867 | 330eb2ff7f82b96718ebe754a2b3e66b17afce11 | refs/heads/master | 2021-01-16T01:01:34.873854 | 2015-06-01T08:14:51 | 2015-06-01T08:14:51 | 30,141,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,367 | cpp | #include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include <iostream>
#include <vector>
#include <string>
#include <stdlib.h>
//#define VISUALIZE
struct block
{
cv::Mat subImg;
/*
int origin_x;
int origin_y;
int motion_x;
int motion_y;
*/
cv::Point2f original_pos;
cv::Point2f moti... | [
"berln579@gmail.com"
] | berln579@gmail.com |
de4229fc41be0b1f79a136809086fafe1d6043d7 | b79a45362d16bbfb9a65964fec39c8f0085c9940 | /vidit_123/codeforces/466-C/466-C-36681037.cpp | 69f1074fd2c4cc30a1f8da48d1f70d02b5d0c848 | [] | no_license | vidit-virmani/CP | bfbc9c4d05aea317d06597f73c101f857d587548 | 12376b9fa52ce5309b9b9ea54c41ec3bd6d894dd | refs/heads/master | 2020-04-22T00:04:42.096297 | 2020-01-04T21:20:02 | 2020-01-04T21:20:02 | 169,966,850 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,257 | cpp | #include<bits/stdc++.h>
using namespace std;
#define int long long
main(){
int n;
int sum=0;
cin>>n;
int arr[n];
for(int i=0;i<n;i++){
cin>>arr[i];
sum+=arr[i];
}
if(n<3 || (sum%3)!=0){
//cout<<"hi";
cout<<0<<endl;
return 0;
}
int prefix[... | [
"vidit_virmani@outlook.com"
] | vidit_virmani@outlook.com |
59b5d2ededda00b207edc6bb1d6400cdeed5d720 | e8abb68c3482674ad22bc4422c5962e5c0f15ad2 | /bionic/libc/bionic/jemalloc_wrapper.cpp | ef0d3843850460bce0840c6701c692dc609b82bb | [
"SunPro",
"LicenseRef-scancode-red-hat-attribution",
"BSD-4-Clause",
"Martin-Birgmeier",
"LicenseRef-scancode-ibm-dhcp",
"SMLNJ",
"MIT",
"LicenseRef-scancode-bsd-unmodified",
"HPND",
"LicenseRef-scancode-bsd-unchanged",
"BSD-3-Clause",
"BSD-4-Clause-UC",
"LicenseRef-scancode-warranty-disclai... | permissive | pengzhangdev/android_coderead | 55fb4162e5ac5d310ef56e4eb2da5c26002e12bd | cdf3bdbedb998733f24e95d05f32d4e371dd79d5 | refs/heads/master | 2020-05-01T02:58:44.392936 | 2019-03-23T05:12:27 | 2019-03-23T05:12:27 | 177,234,287 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,175 | cpp | /*
* Copyright (C) 2014 The Android Open Source Project
*
* 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 app... | [
"pengzhangdev@gmail.com"
] | pengzhangdev@gmail.com |
2b4c562753a1baacb5904d73e3bd5f7d63b9413a | 865bfdce73e6c142ede4a7c9163c2ac9aac5ceb6 | /Source/XScript/Parser/Nodes/Statements/CIfStatementASTNode.h | 3e8df4b6f6b8dabbf5a3d1f6bfdfb68d4a82ac88 | [] | no_license | TLeonardUK/ZombieGrinder | d1b77aa0fcdf4a5b765e394711147d5621c8d4e8 | 8fc3c3b7f24f9980b75a143cbf37fab32cf66bbf | refs/heads/master | 2021-03-19T14:20:54.990622 | 2019-08-26T16:35:58 | 2019-08-26T16:35:58 | 78,782,741 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,027 | h | /* *****************************************************************
CIfStatementASTNode.h
Copyright (C) 2012 Tim Leonard - All Rights Reserved
***************************************************************** */
#pragma once
#ifndef _CIFSTATEMENTASTNODE_H_
#define _CIFSTATEMENTASTNODE_H_
#include "Generic/T... | [
"tim@programmingbytim.com"
] | tim@programmingbytim.com |
1908934291392ab7a7db9bd8fb92c28c39cb5359 | 396396465f8623a655d92f3b5061c04e482c35aa | /Devices/SevenSegment.h | 0896d2a451c803ba1402e18f2001a28db9819ca1 | [
"Apache-2.0",
"MIT"
] | permissive | Jaminima/MBed-Experiments | c34a003078f8527aa827ca169702c7da483ef801 | 2633fe86e1d658c06db69473fb293abcc6644728 | refs/heads/main | 2023-03-03T14:50:10.188138 | 2021-02-13T18:08:15 | 2021-02-13T18:08:15 | 331,298,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,288 | h | #pragma once
#include "lib/uopmsb/uop_msb_2_0_0.h"
using namespace uop_msb_200;
#ifndef _segDefined
#define _segDefined
DigitalOut _LED_DIGIT_OE(LED_DIGIT_OE_PIN,0);
BusOut _ledData(LED_D0_PIN, LED_D1_PIN, LED_D2_PIN, LED_D3_PIN, LED_D4_PIN, LED_D5_PIN, LED_D6_PIN, LED_D7_PIN);
DigitalOut _LED_D1_LE(... | [
"oscar.william.davies@outlook.com"
] | oscar.william.davies@outlook.com |
e592e9eac96d4ec85f64440e4f2b3405e0e816ee | 2949634ea909390ffcff891cd0864276d4c97263 | /game/fbEngine/fbEngine/_Object/_Component/_Physics/CharacterExtrude.cpp | 74c986473a53e237cd4978f5a800dd39cf13aeae | [] | no_license | kbc15gc/game | ebe8a13454178fe6b8d673c6da001d173325aa1b | d2fc9d1bfa720899239ca5bc9b81891e126941b8 | refs/heads/master | 2021-01-23T05:29:57.106396 | 2018-02-09T07:21:00 | 2018-02-09T07:21:00 | 86,294,968 | 0 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 6,172 | cpp | #include "fbstdafx.h"
#include "_Object\_Component\_Physics\CharacterExtrude.h"
#include "CharacterController.h"
void CharacterExtrude::Init(const vector<RigidBody*>& collisions, int attribute) {
_collisions.clear();
_halfSize.clear();
// 押し出したい属性を設定。
_attribute = attribute;
SubAttribute(static_cast<int>(fbColl... | [
"a"
] | a |
7ae460afaf89a4b6ac9b37aa9959ed0d85157d23 | cc7661edca4d5fb2fc226bd6605a533f50a2fb63 | /mscorlib/CallConvFastcall.h | dfbf933bae05d631cc5fe7bbfda50c78b0421a6b | [
"MIT"
] | permissive | g91/Rust-C-SDK | 698e5b573285d5793250099b59f5453c3c4599eb | d1cce1133191263cba5583c43a8d42d8d65c21b0 | refs/heads/master | 2020-03-27T05:49:01.747456 | 2017-08-23T09:07:35 | 2017-08-23T09:07:35 | 146,053,940 | 1 | 0 | null | 2018-08-25T01:13:44 | 2018-08-25T01:13:44 | null | UTF-8 | C++ | false | false | 166 | h | #pragma once
namespace System
{
namespace Runtime
{
{
namespace CompilerServices
{
class CallConvFastcall : public Object // 0x0
{
public:
}; // size = 0x0
}
| [
"info@cvm-solutions.co.uk"
] | info@cvm-solutions.co.uk |
33d929b6a2c84d2584faad9545e48be62923e6ec | 37bf77c75be5e4a1e43ae67c195697b5a9c018c0 | /src/dom/domattr.h | fc41c67c3e7dc194c6b29e727b4d12020e820979 | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mecctro/wasabi | dbaa656ad71f719fa7b227346dc892058212f96d | 49d293042ce17b0d137b2e4c6fc82a52bdb05091 | refs/heads/master | 2020-12-29T01:11:56.251711 | 2013-09-01T20:08:51 | 2013-09-01T20:08:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 918 | h | #ifndef __DOMATTR_H
#define __DOMATTR_H
#include "domnode.h"
class DOMAttr: public DOMNode {
public:
DOMAttr(const char *tagName, DOMElement * owner=NULL);
DOMAttr(const char *namespaceURI, const char *qualifiedName, DOMElement * owner=NULL);
virtual ~DOMAttr();
public:
//Returns the name of this attribute.
... | [
"killallthehumans@gmail.com"
] | killallthehumans@gmail.com |
cce0f14aa980ed175f75fd8ec8b4eebde496f525 | d156c0479aad4fec06719e8c3639b3489eb1515c | /LegendOfWorldProject/Classes/ChooseHeroScene.h | a4e123f8e36cbaf8d8a86cb96999029f5bac2e07 | [] | no_license | aismann/cocos2dx-legend-of-world | 4c698b0990b9207f4c9a4e61cba44b5fb463d581 | 9433d92f306b156f10ed57d6e585333db1c3848e | refs/heads/master | 2022-12-01T12:39:31.357893 | 2020-08-18T12:54:59 | 2020-08-18T12:54:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 86 | h | //CHOOSE 1 IN 2 HERO
//LOAD TO PLAYGAME SCENE
#pragma once
class ChooseHeroScene{
}; | [
"quynh.fullstackdev@gmail.com"
] | quynh.fullstackdev@gmail.com |
5c9cdc4105af29d604146792e2e2e65fea043285 | 7ad9ad02067b6f8e75b8ec64092e41fd9fc73ec3 | /Source/TelegramAntiRevoke/Logger.cpp | d5e8e5560ff85db9f71c775cc7923f691526e955 | [
"MIT",
"BSD-3-Clause"
] | permissive | DonQuichotte123/Telegram-Anti-Revoke | 9e27d939f144c33163a40d743ee9936e08b75d6b | e333158e0b18dd51c52dd41f67b2a70af48afc30 | refs/heads/master | 2022-03-06T11:21:37.723914 | 2019-10-20T09:32:18 | 2019-10-20T09:32:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,169 | cpp | // An easy log manager
#include "Header.h"
LoggerManager::LoggerManager()
{
this->hMutex = CreateMutex(NULL, FALSE, NULL);
this->File.open("ArLog.txt", ios::app);
TraceInfo("");
TraceInfo("Running. Version: [" + string(AR_VERSION) + "]");
}
LoggerManager::~LoggerManager()
{
Close();
}
void LoggerManager::Tr... | [
"666xuebi@users.noreply.github.com"
] | 666xuebi@users.noreply.github.com |
1d6e780acb7e88bee4bdfce7b27a1a590896baa9 | ea1a899e58ad79f14207bd4d5e0490a482bebdfa | /src/Capture.cpp | 82ed2e216d21b33a0749fb995c80987ec5b65ce6 | [] | no_license | kevinskyba/CppND-Capstone | 81fff1eb8ab1106f6deeb410db895b618cbdd152 | badb59e273419f98005de7edb7bfa99436fac4c4 | refs/heads/master | 2020-12-03T15:53:55.526101 | 2020-01-07T20:50:19 | 2020-01-07T20:50:19 | 231,379,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,892 | cpp |
#include <iostream>
#include <boost/move/move.hpp>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/segmentation/sac_segmentation.h>
#include <pcl/visualization/pcl_visualizer.h>
#include "cxxopts.h"
#include "KinectDepthCapture.h"
#include "FrameUtils.h"
/**
* This function is returning a lam... | [
"kevinskyba@live.de"
] | kevinskyba@live.de |
0e571877b925fba7304841df766ea47b533c0c24 | 4489d58d17c20a960f8c628e1a3fb4f2ebcc60d5 | /src/trap.cpp | 7f0584e495df95a9711b5b8ddebdbd93fac24f55 | [
"Apache-2.0"
] | permissive | chenmudu/async-profiler | be6d82e20f5a74a43d53907671f36750dc0cfc5d | 5b616e74aced5363b7a8c20dbfd62981bde8aee6 | refs/heads/develop | 2023-06-30T23:42:56.343357 | 2021-08-03T16:11:53 | 2021-08-03T16:36:51 | 392,386,564 | 1 | 0 | Apache-2.0 | 2021-08-03T16:45:05 | 2021-08-03T16:45:04 | null | UTF-8 | C++ | false | false | 2,679 | cpp | /*
* Copyright 2020 Andrei Pangin
*
* 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 t... | [
"andrey.pangin@corp.mail.ru"
] | andrey.pangin@corp.mail.ru |
a3f70f6284b824e813fd828fa2b3a4958fa6c55e | 55d560fe6678a3edc9232ef14de8fafd7b7ece12 | /libs/local_function/test/same_line.cpp | 690461a561adbfbd52cb031c9c3d8b5843a28fd1 | [
"BSL-1.0"
] | permissive | stardog-union/boost | ec3abeeef1b45389228df031bf25b470d3d123c5 | caa4a540db892caa92e5346e0094c63dea51cbfb | refs/heads/stardog/develop | 2021-06-25T02:15:10.697006 | 2020-11-17T19:50:35 | 2020-11-17T19:50:35 | 148,681,713 | 0 | 0 | BSL-1.0 | 2020-11-17T19:50:36 | 2018-09-13T18:38:54 | C++ | UTF-8 | C++ | false | false | 1,774 | cpp |
// Copyright (C) 2009-2012 Lorenzo Caminiti
// Distributed under the Boost Software License, Version 1.0
// (see accompanying file LICENSE_1_0.txt or a copy at
// http://www.boost.org/LICENSE_1_0.txt)
// Home at http://www.boost.org/libs/local_function
#include <boost/config.hpp>
#ifdef BOOST_NO_CXX11_VARIADI... | [
"james.pack@stardog.com"
] | james.pack@stardog.com |
3b4e6ca924a73e5c7ffbef26bcc2f3bdcf6341d5 | c8aec63db6c1611939213616b314fb296168e50b | /Marlin_E3DV6_mod/Marlin/Marlin.ino | 4ce39af302e423c4dc3558637152b54c186c95e7 | [] | no_license | melvinchng/Flsun_All_Metal | 849f49fa2c97613373897fbcd9634871fff6e0f6 | 874dda1bce4b7e2a3c793bb449bbaeeba7ac3f62 | refs/heads/master | 2020-12-03T01:41:04.358437 | 2017-07-15T14:05:47 | 2017-07-15T14:05:47 | 95,827,636 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,821 | ino | /* -*- c
/*
Reprap firmware based on Sprinter and grbl.
Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
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 3 of the Licens... | [
"melvinnnnnnnnnnnnnnnnnnnnnnnnn@gmail.com"
] | melvinnnnnnnnnnnnnnnnnnnnnnnnn@gmail.com |
4bae7b404cfd2f95910fcd02a232a7e63156f0bb | e9afd1ae6cfdfadc103b36350248b4d11ac4de80 | /ConsoleApplication4/stdafx.h | 38fb9f1d7c02482a0ad530a0704a01165f2c6cb6 | [] | no_license | Tronf92/ConsoleApplication4 | 330d2d40b6d0725d60aa911eb839a1c30c413003 | a84351a648028b445f52dfd162b4c32945d19502 | refs/heads/master | 2021-01-17T22:14:24.082657 | 2017-03-07T11:30:18 | 2017-03-07T11:30:18 | 84,191,620 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 345 | 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 <iostream>
#include <stdio.h>
#include <tchar.h>
using namespace std;
// TODO: reference additional headers yo... | [
"ady.niko51@gmail.com"
] | ady.niko51@gmail.com |
6147b2ac86772ffac32db3575f66bc65c50f38be | 189f52bf5454e724d5acc97a2fa000ea54d0e102 | /ras/floatingObject/4.7/meshPhiCN_0 | 8af89f983f3aae3fda20f949d79ccb16fe582d13 | [] | no_license | pyotr777/openfoam_samples | 5399721dd2ef57545ffce68215d09c49ebfe749d | 79c70ac5795decff086dd16637d2d063fde6ed0d | refs/heads/master | 2021-01-12T16:52:18.126648 | 2016-11-05T08:30:29 | 2016-11-05T08:30:29 | 71,456,654 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 481,030 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1606+ |
... | [
"peterbryz@yahoo.com"
] | peterbryz@yahoo.com | |
150208f5f0b05440d5b7298d027cdc9d116714e4 | fa2bd39e3b4283e41b623ffcf121ac6456d74796 | /Homework/Assignment1/Gaddis_9th_Chapter3_Problem13_Currency/main.cpp | cb72026139d9f1c83e9eac4883869f5ce07dc3df | [] | no_license | xevanx/WenzelEvan_CIS-17A_45498 | 0bcd4a735ce9b7477b12ae3a8eb2a5e4c783e393 | 7323839f721a686b1bb1c64ca71cf410698974d2 | refs/heads/main | 2023-06-23T04:31:38.215026 | 2021-07-20T22:38:12 | 2021-07-20T22:38:12 | 379,476,471 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,379 | cpp | /*
* File: main.cpp
* Author: Evan Wenzel
* Created on June 25, 2020, 4:59 PM
* Purpose: Creating a program that converts US Dollars to both Japanese Yen
* and Euros
*/
//System Libraries
#include <iostream> //I/O Library
#include <cmath> //CMath Library
using namespace std;
//User Libraries
//Global ... | [
"xevanx2002@gmail.com"
] | xevanx2002@gmail.com |
a190ed038b36eca140a6d6082c15ef0418779469 | e299ad494a144cc6cfebcd45b10ddcc8efab54a9 | /llvm/lib/Target/ARM64/MCTargetDesc/ARM64BaseInfo.h | 69ad1e1f7a9a524f04b0174d841bcea24727a511 | [
"NCSA"
] | permissive | apple-oss-distributions/lldb | 3dbd2fea5ce826b2bebec2fe88fadbca771efbdf | 10de1840defe0dff10b42b9c56971dbc17c1f18c | refs/heads/main | 2023-08-02T21:31:38.525968 | 2014-04-11T21:20:22 | 2021-10-06T05:26:12 | 413,590,587 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 29,133 | h | //===-- ARM64BaseInfo.h - Top level definitions for ARM64 -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"91980991+AppleOSSDistributions@users.noreply.github.com"
] | 91980991+AppleOSSDistributions@users.noreply.github.com |
0461c1b7dc326bde1e668139c7b48bbfb5e50d55 | 2dc51df4e4a035195f4b2b35f1f8937ce718898d | /src/terrain/TerrainColorGGSaturn.cpp | 48ba2c987ec461cc4f69dee3da3c4d593277b29e | [] | no_license | walterar/pioneer-sp | 614efe18e87c4925c01167d6f395c523ea01a2a5 | e46c61fb906d2deea2c089f21b6f990664c4284f | refs/heads/master | 2020-05-21T15:13:57.137721 | 2016-12-27T16:15:37 | 2016-12-27T16:15:37 | 16,237,623 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,505 | cpp | // Copyright © 2008-2016 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#include "Terrain.h"
#include "TerrainNoise.h"
#include "TerrainFeature.h"
using namespace TerrainNoise;
using namespace TerrainFeature;
template <>
const char *TerrainColorFract... | [
"walterar2@gmail.com"
] | walterar2@gmail.com |
7f2dd85f13761ec52722146df82fff60abda4614 | 9fa50a7cf9301aaf9cc09c40aa91cddd7d0f09c9 | /Game2/Player.cpp | b0a396c2b3515e0569c4a62ad0c2175f0b7ff23e | [] | no_license | adribasterra/Source | 3dd37227c940e550ce3cf8ee2a0210d4cc5dd31d | 04beaaabef27f1badcc2dfa8d94d8505c4063c3c | refs/heads/master | 2023-02-19T21:18:04.825269 | 2021-01-21T13:30:33 | 2021-01-21T13:30:33 | 319,924,105 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,985 | cpp | #include "Player.h"
#include "GraphicsManager.h"
#include "TimeManager.h"
#include "InputManager.h"
#include "Bullet.h"
// Constructors
/*****************************************************************************/
#pragma region Constructors
Player::Player()
{
velX = 0;
velY = 0;
lives = 3;
timer = 0;
ti... | [
"36260994+Kendo777@users.noreply.github.com"
] | 36260994+Kendo777@users.noreply.github.com |
59b7a071f8b491579a3f8119155caaa0e6ff12d3 | 932575acb68a8308f62e651d8eb04378f3085b5d | /C++_Test1027/C++_Test1027/虚表.cpp | 6a0434a8d6018cce6e1f04d1b01b7a167d379de7 | [] | no_license | adong001/C-DS-CPP | 308b54ab4e3061461074dc0b592591e743558942 | 2df3b1a61adb4bfc28cc421b2fd475af1ffd40d3 | refs/heads/master | 2023-01-21T05:09:07.463759 | 2020-11-15T01:38:47 | 2020-11-15T01:38:47 | 191,345,672 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 463 | cpp | #define _CRT_SECURE_NO_WARNINGS 1
#include<iostream>
using namespace std;
class Base
{
public:
int m_a;
virtual void func()
{
cout << "Base::func"<<endl;
}
};
class TestBase
{
public:
int m_b;
virtual void func()
{
cout << "TestBase::func" << endl;
}
};
class Test :public Base ,public TestBase
{
public:
... | [
"1792095378@qq.com"
] | 1792095378@qq.com |
53a3931d1bf219c71216f6173801ee02408fdd92 | e8ab1813ea8d0cb6c108756db282bab6a862323c | /main.cpp | 22b7c5db4ed17b4bcbc528d8d33acccca35994a2 | [] | no_license | Daiver/cpp-cgi-snippet | 1671b4467332fcb1b0044083d47b9fd69e69bbf2 | 21a6c9c1d84fcae22a62631dcc48b45f8cfd95aa | refs/heads/master | 2021-01-20T07:02:13.932516 | 2014-12-03T10:47:08 | 2014-12-03T10:47:08 | 25,216,999 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,024 | cpp | #include <stdio.h>
#include <iostream>
#include "requesthandler.hpp"
#include "responsehandler.hpp"
#include "common.hpp"
#include "functional/either.hpp"
#include "templateengine.hpp"
#include "sqlworker.hpp"
#include "mysqlworker.hpp"
std::string getPathToExe(std::string argv0)
{
std::string exeName = "main";
... | [
"ra22341@ya.ru"
] | ra22341@ya.ru |
9269090a5d4cfe6dad6a99596af135f97ae94313 | 017cc09c09a5d1575bacc2774f8c0bf8370b4b91 | /graphics/CIRCLE.CPP | 81aa1d5d48d421de6ed8ae69b0a0bd21c4051835 | [] | no_license | saksham026/c-graphics | 3f9f383f5720b5de3c4cdb5bf243297d6b1f4f0b | 547ee9b0ea0baa3542ba1e0f2f61618f07274e99 | refs/heads/master | 2022-05-17T18:35:31.024699 | 2020-04-14T08:03:32 | 2020-04-14T08:03:32 | 255,543,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,302 | cpp | #include<stdio.h>
#include<conio.h>
#include<iostream.h>
#include<graphics.h>
#include<dos.h>
void midPoint(int x_centre, int y_centre, int r,int W)
{
int x = r, y = 0;
putpixel(x + x_centre, y + y_centre,W);
putpixel(x + x_centre, -y + y_centre,W);
putpixel(y + x_centre, x + y_centre,W);
p... | [
"saksham@SAKSHAM"
] | saksham@SAKSHAM |
9e3cec4366b9793d3462f2676e436eaa3579fb48 | 6e9d11203e0743deb25e1aa8b4e339204d3956c7 | /backend/error_count.cpp | f944265d7e1959c59c1a54d4fdcb2a8283757c1b | [] | no_license | Lady-Emporio/FullLeo | bb5cb0dd13ad26553be779eaac974820cc7a5f7c | 2834c902ecfff51f762204dd0b79da6691703dba | refs/heads/master | 2021-04-09T14:29:59.591923 | 2018-04-22T18:16:38 | 2018-04-22T18:16:38 | 125,722,392 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,781 | cpp | #include "error_count.h"
ErrorCount::ErrorCount(QWidget *parent) : QWidget(parent)
{
static int counter=0;
++counter;
QString ThisName="ErrorCount"+QString("").setNum(counter);
this->setObjectName(ThisName);
this->setWindowTitle(ThisName);
db = QSqlDatabase::addDatabase("QSQLITE",ThisName);
... | [
"godod4@gmail.com"
] | godod4@gmail.com |
dffc60d8cc63eaa7acdfde2f8a6a15d859f10a67 | d3179c3279d1298c3ffb763f0d6f2259b6c4b1c7 | /cursostec/directx9c/codigo_fonte/Fase05/prj_Joystick/motor.cpp | a4b1c41ce5b23dd52fa0c8e2048b46c1d321ec1a | [] | no_license | jairxpereira/gameprog | 99f146c2c048dd7019153ee0f00f5107979098ba | 2ae183cc4cc8dc850709f29f14abf5962b21ad3b | refs/heads/master | 2020-03-08T17:41:10.020529 | 2018-04-10T22:09:25 | 2018-04-10T22:09:25 | 128,275,315 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,396 | cpp | //-------------------------------------------------------------------
// Projeto: prj_Joystick - arquivo: motor.cpp
// Esta aplicação mostra como utilizar o Joystick
// via DirectInput. Produzido por www.gameprog.com.br
//-------------------------------------------------------------------
#include <windows.h>
#include... | [
"37883761+jairxpereira@users.noreply.github.com"
] | 37883761+jairxpereira@users.noreply.github.com |
702bff28c1f0fdb2da37e50c23109c8aff3d6f88 | 10f5a3024649f27ba7809a5004c64a0c8164784a | /c_src/ssldh.cc | 1613c7d8bf77f4ab38569286f0166c2b3c841910 | [
"MIT"
] | permissive | bokner/erltls | bc52e7b5ee91a3b33462df2965103be15455bcf3 | e9f841fb0b369daca970eefacd4c71098527404a | refs/heads/master | 2020-06-16T22:22:40.181332 | 2019-07-10T17:45:16 | 2019-07-10T18:39:50 | 195,719,640 | 0 | 0 | null | 2019-07-08T02:04:24 | 2019-07-08T02:04:24 | null | UTF-8 | C++ | false | false | 3,773 | cc | #include "ssldh.h"
#include "macros.h"
#include <memory>
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined LIBRESSL_VERSION_NUMBER
#define DH_set0_pqg(A, B, C, D) do { (A)->p = B; (A)->g = D; } while (0)
#endif
#ifndef OPENSSL_NO_DH
/*
1024-bit MODP Group with 160-bit prime order subgroup (RFC5114)
--... | [
"silviu.caragea@woowteam.com"
] | silviu.caragea@woowteam.com |
83a6d47b686fbe7d79ec31572a25529c2e08012a | b0f8bc3c9791ee2279f07452b911c8edab0fc548 | /pep-basics/arrays/2-findElement.cpp | 9c703f2579b3c5a14a5ba68771ae31a63c78479e | [] | no_license | siddhantv10/algo | 5354cee84f6d6b9ac2d994de00791aa0dedae315 | 1185de6c4d35d0ae1e1141a43e1b4181f361f70e | refs/heads/master | 2023-01-12T19:11:04.488315 | 2020-11-13T14:55:36 | 2020-11-13T14:55:36 | 272,968,675 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 425 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin >> n;
int a[n];
for (int i = 0; i < n; i++)
{
cin >> a[i];
}
int d;
cin >> d;
int f = 0;
for (int i = 0; i < n; i++)
{
if (a[i] == d)
{
cout << i << endl;
... | [
"siddhantverma777@gmail.com"
] | siddhantverma777@gmail.com |
fd55816129a2941a040b39cb76b26c506dd56b19 | 510d4d913ae32a2de3b18b35152f895eccf177c0 | /src/html/html_escape.h | 1be002cae1cee8bbd0e13aaa6de6c2b0bd359575 | [
"BSD-2-Clause"
] | permissive | steffan711/2ls | 8e5443440601b63e23bf6a2eb498863cd302606e | 875ddfb4d12a8d5b9905aeb19e8a62aa77dcbb8f | refs/heads/master | 2020-06-10T17:37:04.274561 | 2016-12-04T15:27:43 | 2016-12-04T15:27:43 | 75,919,795 | 0 | 0 | null | 2016-12-08T08:47:08 | 2016-12-08T08:47:08 | null | UTF-8 | C++ | false | false | 435 | h | /*******************************************************************\
Module: Delta Check HTML Reporting
Author: Daniel Kroening, kroening@kroening.com
\*******************************************************************/
#ifndef DELTACHECK_HTML_ESCAPE_H
#define DELTACHECK_HTML_ESCAPE_H
#include <util/dstring.h>
... | [
"kroening@ae12b94c-7a1e-481b-bb16-7d291d499974"
] | kroening@ae12b94c-7a1e-481b-bb16-7d291d499974 |
81e91978907748106fb233f56e6a7fcb1391b71e | f146950d63ae1b18fc69ec6ba8f3081d68f38258 | /PcCortr/MyTlntTrans.cpp | 63522c4f250d75de81e92f6308c5a28f16b77a23 | [] | no_license | ewin66/pcsharefix64 | e46480f840f79562bc90e12f6f445b1212dca4c5 | fdba6377bb05b49a25a7db028fbac1edc4d96760 | refs/heads/master | 2022-11-26T11:09:22.579515 | 2020-07-24T03:29:12 | 2020-07-24T03:29:12 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,543 | cpp | // MyTlntTrans.cpp: implementation of the CMyTlntTrans class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PcCortr.h"
#include "MyTlntTrans.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
/////////////////////... | [
"yaoyuan.bao@magic-shield.com"
] | yaoyuan.bao@magic-shield.com |
255089439f8807f697b794f0fe2bf83e0b84ede3 | 590070102493345c16e739f1fef96b1fa88ba51a | /Project/utils/tests.cpp | 16b8eb9a7c2deabe0fcd61db4624f3f8f2355a03 | [] | no_license | chizhang529/cme213 | a8174adb817beaa9533d06dce8a20071ee4850e6 | 014dd5c2e1a8d46ef6d787a3a14ab2eb2c41460b | refs/heads/master | 2020-03-08T00:57:11.495557 | 2018-10-07T23:42:34 | 2018-10-07T23:42:34 | 127,817,778 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 8,642 | cpp | #include "tests.h"
#include "gpu_func.h"
#include "cublas_v2.h"
#include "mpi.h"
#include<iomanip>
#include<fstream>
#include<chrono>
using namespace std;
#define SCALE 1 // Factor to SCALE the GEMM problem size by
#define NUM_ITERS 10 // Number of GEMMs run for timing purposes
#define GEMM_TOL 1e-12 // T... | [
"czhang94@stanford.edu"
] | czhang94@stanford.edu |
0c6957b3139096f6e55aecc4f1656394bfbacf56 | a98dd2cd96c5f544b44d70124a50bc4098c590e4 | /auto_car/src/param_manager/src/param_manager_node.cpp | 930feb00197dabab59db6261071c56d2c004b640 | [] | no_license | iamhyc/robo-miscs | f3dcd1b1d7e61ada39ce21a1457969eafc896fa8 | fd7a022d32555afedf0cda0aa44f72a74220205a | refs/heads/master | 2021-01-01T05:52:22.138009 | 2017-08-03T17:58:40 | 2017-08-03T17:58:40 | 97,292,578 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 125 | cpp | #include "param_manager.h"
int main()
{
//autocar::param_mul::param_manager param;
//param.read_params();
return 0;
}
| [
"sudofree@163.com"
] | sudofree@163.com |
49a4afa6fb1cdf842a586031daa65c4102581362 | 155d0f67ca91e35bba2926fa2a088e3c6bb75464 | /torch_ops/ball_query/torch_ballquery.cpp | 7a00a663f60e5986d64f514d8618da21edd72a47 | [] | no_license | harishkool/pointnet2andpointnet | 8d2e11542bffc99995c33b1cdd08ee547fcbb417 | e0da677f3483fef78d86afe7b4b241c07e3c7d45 | refs/heads/master | 2020-07-31T18:08:24.116212 | 2020-04-06T00:44:41 | 2020-04-06T00:44:41 | 210,705,004 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,742 | cpp | #include <torch/serialize/tensor.h>
#include <vector>
#include <THC/THC.h>
#include <cuda.h>
#include <cuda_runtime_api.h>
#include <torch/extension.h>
extern THCState *state;
#define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x, " must be a CUDAtensor ")
#define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x, " ... | [
"nk4464@g.rit.edu"
] | nk4464@g.rit.edu |
153fb8f24239dc8a61356618b563db874e0bdf12 | 64577e3ebc7cca6d1642d04adb765c8ebdb394bb | /Client/app/src/main/cpp/SecretShare.h | 609cf219e9a1929009ce8a4d3f84efd6b2fe382f | [] | no_license | DongYan1121/VeriFL | e48df13d7bd665aaca0f904853f2f6628d46d796 | 67a91c6ef5b7a51de6b034cc49dff248b405240c | refs/heads/main | 2023-03-14T18:35:19.795618 | 2021-03-16T15:56:36 | 2021-03-16T15:56:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 820 | h | #ifndef _SECRETSHARE_H
#define _SECRETSHARE_H
#include "Config.h"
#include <openssl/rand.h>
#include <openssl/bn.h>
#include <vector>
#include <set>
using namespace std;
#include <assert.h>
class SharedVal
{
public:
int pid;
BIGNUM *val;
public:
SharedVal() { val = BN_new(); }
~SharedVal() { BN_free(val); }
... | [
"xiaojieg.veda@gmail.com"
] | xiaojieg.veda@gmail.com |
c12f7b654056d6c2d9863c751c648dc2c57c059a | ab7d5ec2e40b26c33da957210b5d2da77f9b696d | /repos/launcher/contents/PolycodeTemplate/winmain.cpp | ea0037b5c8e81094a059663931b5555154246a9c | [] | no_license | mcclure/bitbucket-backup | e49d280363ff7ef687f03473e463865a7ad8a817 | b6a02ca8decf843fa0a765c842c24e7eccf59307 | refs/heads/archive | 2023-01-24T21:15:14.875131 | 2020-02-02T20:56:23 | 2020-02-02T20:56:23 | 237,833,969 | 115 | 6 | null | 2023-01-07T14:24:14 | 2020-02-02T20:43:56 | C | UTF-8 | C++ | false | false | 571 | cpp | #include "windows.h"
#include <Polycode.h>
#include "PolycodeTemplateApp.h"
#include "PolycodeView.h"
using namespace Polycode;
#define NAME L"Nothings"
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
PolycodeView *view = new PolycodeView(hInstance, nCmdShow, NAME... | [
"andi.m.mcclure@gmail.com"
] | andi.m.mcclure@gmail.com |
14d4477589cfde972e5dde92fbbe34719e772a23 | b06126d225c3fd72aacd5635e11df9047f71dc0b | /Engine/Source/FileIO/PictureLoader.h | 16b2cd7ae405ae5b8bc17e89698cb20262eecc21 | [
"MIT"
] | permissive | MarvinChung/Photon-v2 | 80deaa52c723f0a34bb1d84e829b251012b2626c | a42761797f5364525e5686cd7fe2eff6f5b04ddf | refs/heads/master | 2020-04-03T20:43:08.028086 | 2019-01-25T20:31:11 | 2019-01-25T20:31:11 | 155,555,269 | 1 | 0 | MIT | 2018-10-31T12:39:52 | 2018-10-31T12:39:51 | null | UTF-8 | C++ | false | false | 518 | h | #pragma once
#include "Common/primitive_type.h"
#include "FileIO/FileSystem/Path.h"
#include "Common/Logger.h"
#include "Frame/TFrame.h"
#include <memory>
namespace ph
{
class PictureLoader final
{
public:
static LdrRgbFrame loadLdr(const Path& picturePath);
static HdrRgbFrame loadHdr(const Path& picturePath);
p... | [
"b01502051@ntu.edu.tw"
] | b01502051@ntu.edu.tw |
0b8467f862ab8e1d8eb2a5fdf1e7fc26a12e6eac | 84665522154ff18690cfc40eb74ab5588a07e595 | /Chap03/VisualKB/VisualKB.cpp | 41df928fc70b21c1e788d5b0e11871de6c8ddc91 | [] | no_license | WenShuAn9/programming-windows-with-MFC | 1bb1d957fcef91d8baea18c93bcfe74872afeec3 | df815164348e7fc45fa845416f5b33e2e1cf28e7 | refs/heads/master | 2023-03-16T08:29:35.412086 | 2018-07-14T12:23:59 | 2018-07-14T12:23:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,346 | cpp | #include <afxwin.h>
#include "VisualKB.h"
CMyApp myApp;
/////////////////////////////////////////////////////////////////////////
// CMyApp member functions
BOOL CMyApp::InitInstance()
{
m_pMainWnd = new CMainWindow;
m_pMainWnd->ShowWindow(m_nCmdShow);
m_pMainWnd->UpdateWindow();
return TRUE;
}
////////////////... | [
"shuyan2@126.com"
] | shuyan2@126.com |
ce50ae8c7ba24a13fd00c40421b27cd97aca1a80 | c71af56951d1c661a5819db72da1caccd9130df2 | /cpp/problems/threading/parallel-repl/main.cpp | 18fb9d220eaa4ba89062335a1df3fd73fd880fc9 | [] | no_license | adrianpoplesanu/personal-work | 2940a0dc4e4e27e0cc467875bae3fdea27dd0d31 | adc289ecb72c1c6f98582f3ea9ad4bf2e8e08d29 | refs/heads/master | 2023-08-23T06:56:49.363519 | 2023-08-21T17:20:51 | 2023-08-21T17:20:51 | 109,451,981 | 0 | 1 | null | 2022-10-07T04:53:24 | 2017-11-03T23:36:21 | Python | UTF-8 | C++ | false | false | 3,039 | cpp | #include <iostream>
#include <thread>
#include <vector>
// trebuie facute clase de workeri cu status si alte chestii in ele, si facut spool-ing de threaduri si verificat totul cu valgrind
void worker(int id, std::vector<std::string> *commands) {
/*for (int i = 0; i < 100; i++) {
std::cout << "id: " << id... | [
"adrian.poplesanu@yahoo.com"
] | adrian.poplesanu@yahoo.com |
33becf9f98c97b9ff465b4874e397121ae99bca1 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_old_hunk_2052.cpp | 6bf665de830de875e78d1c954516979a8d8679c4 | [] | 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 | 858 | cpp |
/**
* Create an AJP Message from pool
*
* @param pool memory pool to allocate AJP message from
* @param rmsg Pointer to newly created AJP message
* @return APR_SUCCESS or error
*/
apr_status_t ajp_msg_create(apr_pool_t *pool, ajp_msg_t **rmsg)
{
ajp_msg_t *msg = (ajp_msg_t *)apr_pcalloc(p... | [
"993273596@qq.com"
] | 993273596@qq.com |
76f6fe973a8a2c23c7dd85bd69edcac796af5807 | 07e7958bb57d6caa25225c6bc6db2194daea671c | /spree-master/project2/XLauncher_Unicode/FlashCtrl/global.h | d3b34747542298dad6c36ff12da2f6a7fae047fb | [] | no_license | pedromela/9d | 34eb86d1acc863586c8e7338fc5f5c6ccaaacaa9 | c65024fba16eca04b4eec897d312eb295ce60cfa | refs/heads/master | 2021-07-21T07:34:18.570081 | 2017-10-30T17:58:45 | 2017-10-30T17:58:45 | 108,886,922 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 4,986 | h | /****************************************************************************
CONFIDENTIAL AND PROPRIETARY INFORMATION. The entire contents of this file
is Copyright © Macromedia, Inc. 1993-1998, All Rights Reserved. This
document is an unpublished trade secret of Macromedia, Inc. and may not be
viewed, copied or dis... | [
"pedro.miguel.69@hotmail.com"
] | pedro.miguel.69@hotmail.com |
4fff61e65b853b9bb81087857064cd7a9658f22b | a35b30a7c345a988e15d376a4ff5c389a6e8b23a | /boost/function_types/detail/pp_tags/preprocessed.hpp | 131a270355172d43043357716d95fa86d092e5c7 | [] | no_license | huahang/thirdparty | 55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b | 07a5d64111a55dda631b7e8d34878ca5e5de05ab | refs/heads/master | 2021-01-15T14:29:26.968553 | 2014-02-06T07:35:22 | 2014-02-06T07:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 88 | hpp | #include "thirdparty/boost_1_55_0/boost/function_types/detail/pp_tags/preprocessed.hpp"
| [
"liuhuahang@xiaomi.com"
] | liuhuahang@xiaomi.com |
2e02ec70d46434552579e8bb33a87b5426957314 | 505b4525174f8d3ea73b4d3b2c7c011cd63d1216 | /Algorithms/LeetCode_PascalsTriangle.cpp | 06381c37ffdb39fb157ed81fc29245688aab0c0a | [] | no_license | JangHyeonJun/AlgorithmStudy | 4c0532972e614f8498d941336e3e3ed6864bff27 | 5e5508d084d48b8074af39d98a1f4073c0ea0876 | refs/heads/master | 2023-08-28T21:24:31.715861 | 2023-08-06T11:17:27 | 2023-08-06T11:17:27 | 154,111,534 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 688 | cpp | //#include <vector>
//
//using namespace std;
//
//class Solution {
//public:
// vector<vector<int>> generate(int numRows) {
// vector<vector<int>> rows;
//
// for (int i = 0; i < numRows; i++)
// {
// vector<int> cols(i + 1);
// for (int j = 0; j <= i; j++)
// {... | [
"totok682@naver.com"
] | totok682@naver.com |
e5066a01a0c538d19976aee0f90cde8b6ff9135e | cb70845fa85431481d2e6bece9b8e4d586283933 | /lang_io/repl.cc | ee7bece4912db2976b99d5e2fef2c7a6bf5e350a | [] | no_license | moshelooks/plap | f1aa8ca64907ce2d238020ea1610a629dc4bb4d0 | 89d52a0e22e628d4456d1a1a0f90fca759e4cada | refs/heads/master | 2021-01-20T11:56:39.321181 | 2008-11-10T06:48:33 | 2008-11-10T06:48:33 | 32,747,399 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,626 | cc | // Copyright 2008 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 applicable... | [
"holism@f2663909-e444-0410-a591-ab7253412597"
] | holism@f2663909-e444-0410-a591-ab7253412597 |
9fcadb2cf4264e4acc5f81bbb47ec65c053c05b4 | c279559076fc55f306a32a5f50230c8f1fe12593 | /IMP/include/tfnode/op_node.hpp | 691189e0a3de9f4681ee1572b7a829b1dc3cccc9 | [] | no_license | ftxj/FUCBC | f10bc984d14a32d8d6eb46ccb5da853daf9e75ed | af9b4a2f19ff80ddbbe5c30b7da35d01093efada | refs/heads/master | 2022-12-10T16:02:20.232921 | 2020-09-11T13:12:23 | 2020-09-11T13:12:23 | 290,922,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,356 | hpp | #pragma once
#include<string>
#include<vector>
#include<map>
#include<set>
#include <functional>
#include "error/assert.hpp"
#include "tfnode/base_node.hpp"
// class Abs;
// class Add;
// class ArgMin;
// class Div;
// class Exp;
// class FloorDiv;
// class Less;
// class Mul;
// class RealDiv;
// class Sigmoid;
// c... | [
"cs.xinjie@gmail.com"
] | cs.xinjie@gmail.com |
76c905d688918fec42e623b37b302d8c26c6ec3c | 39440fdd720088526b0fce5610f4f2c430eb08c4 | /wxWidget_codegen/wx_class_member/wxImageList.cpp | fad246a7cceb80085e215a4754cd126bcfc9cd31 | [] | no_license | greshem/develop_wxwidgets | ab79d732efd18200e0593a0c2b02ebf9eb7ee648 | f78a283959cc04d2893e96aa95bb79f4011e0f85 | refs/heads/master | 2021-01-10T10:56:39.516822 | 2015-10-28T00:08:10 | 2015-10-28T00:08:10 | 45,077,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | cpp | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <string>
#include <dirent.h>
#include <fstream>
#include <iterator>
#include <vector>
#include <algorithm>
#include <iostream>
#include <map>
//#include <gtest/gtest.h>
//2012_08_19 by greshem.
#include <wx/wx.h>
#include <wx... | [
"qianzhongjie@qq.com"
] | qianzhongjie@qq.com |
8b8aafeaf427432a689878be0c585a90fcb9f873 | e5645099723739972ac8965819a6eb15e3d6d6b0 | /URI_Online_Judge/1977uri.cpp | 8b3564a0576efeeea4c4a2231c196ed582deba8b | [] | no_license | arleyribeiro/Maratona | a3ab602bf025e4565a53af8c724f266fd7d0c989 | f60ae7f07d74e33683ea1b48e72770e3707e1874 | refs/heads/master | 2016-08-12T03:43:59.984403 | 2016-04-23T18:09:42 | 2016-04-23T18:09:42 | 55,017,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,987 | cpp | #include <bits/stdc++.h>
#define INF 0x3f3f3f3f
#define TAM 20100
using namespace std;
vector< pair<int,int> >g[TAM];
vector<int>heap;
long long int d[TAM]={INF};
int vis[TAM]={0};
int n, m;
bool comp(int u, int v){
return d[u] > d[v];
}
void makeSet() {
int i;
for(i=1;i<=n*2;i++) {
d[i... | [
"arley.sribeiro@gmail.com"
] | arley.sribeiro@gmail.com |
c182c5a2da3dc44f388927b524db33a86f430449 | 7e25db5f6f37cdea5e94870522ef85d4040c563b | /Mon1/Mon1.cpp | 95f13c7ad106be389e31a340939bc5173d1c2d6c | [] | no_license | andreyk2002/cpp_projects | 5306785f2f6711d795541d7d2377db5a2fe8add0 | 79f0b23be9d393248b1ecc3b30839900ef56c5be | refs/heads/master | 2020-08-06T07:29:04.878476 | 2019-12-23T07:07:49 | 2019-12-23T07:07:49 | 212,889,176 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,848 | cpp | //#define DEBUG
#include <Windows.h>
#include <iostream>
#include"BrCash.h"
#include<memory>
using namespace std;
int main()
{
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
//BrCash* Money;
//BrCash* Money2;
int pounds1, pounds2, shillings1, shillings2;
float pences1, pences2;
cout << "Pounds(1)=" << endl;
... | [
"56173069+andreyk2002@users.noreply.github.com"
] | 56173069+andreyk2002@users.noreply.github.com |
7b5c655ad181e6e3418725b22ccc5f01aae1a6e8 | a41821e08582dd8bcf071580dcb9719da723e133 | /classifier/classifier.cpp | e762ff1ff5c0adee062d70c7b5a20b23790f86a9 | [] | no_license | TheoFaure/3DEmotionDescriptors | 7b094260277122f9aa9ed17b6a431a1ae325e806 | 9427740df83e2fec540b240d7073719de566ab8e | refs/heads/master | 2020-07-11T23:12:00.427490 | 2016-11-28T11:09:15 | 2016-11-28T11:09:15 | 73,992,734 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,293 | cpp | #include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include "opencv2/ml/ml.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/core/utility.hpp"
#include "opencv2/core/cvstd.hpp"
#include <vector>
#define SSTR( x ) static_cast< std::ostringstream & >( ( std::ostringstream() << std::dec << ... | [
"faure.theo@outlook.fr"
] | faure.theo@outlook.fr |
202bc0f1e2403fb2fe4f5290dc6069ac5c3b33dd | 82159ddaa83888044f7d1cfb4fbcd8bb7571ebd5 | /firmware/lib/audio_input/I2SMicSampler.cpp | 2ee23535d05881a17aa32247f8111c7a37aafbc7 | [] | no_license | shaurya0406/ESP32_Speech_Recognition_TensorFlow | df4532e0c5b33a5ad3dca54a107700b44ddfa79a | 6a9ff956ced53aa487130b8fd5dcf31ca09b0a0a | refs/heads/main | 2023-06-24T00:20:04.449111 | 2021-07-19T12:13:02 | 2021-07-19T12:13:02 | 333,085,634 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 710 | cpp | #include "I2SMicSampler.h"
#include "driver/i2s.h"
#include "soc/i2s_reg.h"
I2SMicSampler::I2SMicSampler(i2s_pin_config_t &i2sPins, bool fixSPH0645) : I2SSampler()
{
m_i2sPins = i2sPins;
m_fixSPH0645 = fixSPH0645;
}
void I2SMicSampler::configureI2S()
{
if (m_fixSPH0645)
{
// FIXES for SPH0645
... | [
"33840274+shaurya0406@users.noreply.github.com"
] | 33840274+shaurya0406@users.noreply.github.com |
7c7b04a5d47815116b99efa69a53afdbc2eb002a | 4dbb45758447dcfa13c0be21e4749d62588aab70 | /iOS/Classes/Native/mscorlib_System_Runtime_CompilerServices_Compilati3111187931.h | cd974aadbc88023542049e5f1c084a3b6e85cdf7 | [
"MIT"
] | permissive | mopsicus/unity-share-plugin-ios-android | 6dd6ccd2fa05c73f0bf5e480a6f2baecb7e7a710 | 3ee99aef36034a1e4d7b156172953f9b4dfa696f | refs/heads/master | 2020-12-25T14:38:03.861759 | 2016-07-19T10:06:04 | 2016-07-19T10:06:04 | 63,676,983 | 12 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,028 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Attribute2523058482.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignore... | [
"lii@rstgames.com"
] | lii@rstgames.com |
d8e09c66bfef1e5c98b820b1877939b351435012 | 72d9009d19e92b721d5cc0e8f8045e1145921130 | /frailtySurv/inst/testfiles/deriv_lt_dpvf_coef/libFuzzer_deriv_lt_dpvf_coef/deriv_lt_dpvf_coef_DeepState_TestHarness.cpp | 1f4d584807f890650f72b28fdf3acad3c91e7240 | [] | 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 | 1,961 | cpp | // AUTOMATICALLY GENERATED BY RCPPDEEPSTATE PLEASE DO NOT EDIT BY HAND, INSTEAD EDIT
// deriv_lt_dpvf_coef_DeepState_TestHarness_generation.cpp and deriv_lt_dpvf_coef_DeepState_TestHarness_checks.cpp
#include <fstream>
#include <RInside.h>
#include <iostream>
#include <RcppDeepState.h>
#include <qs.h>
#include <DeepSt... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
a3cd76787027b437b73ac35484638af7703453bb | 78fb1b6560f66436492ae91fdca99f79adae0989 | /script/api/api_scenario.cc | d9f686d0b98618e56e0fd32fced40dfb407a6d58 | [] | no_license | tobiasschulz/simutrans-experimental | 18b28233c276c5d990cebfcb2552abda9a286240 | 016c16542e4da1fe1883ffdfcf2103a29fb8df20 | refs/heads/master | 2020-04-07T00:01:17.454659 | 2014-08-09T22:25:05 | 2014-08-09T22:25:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,986 | cc | #include "api.h"
/** @file api_scenario.cc exports scenario related functions. */
#include "../api_class.h"
#include "../api_function.h"
#include "../../dataobj/scenario.h"
#include "../../dataobj/translator.h"
#include "../../utils/simstring.h"
using namespace script_api;
#define STATIC
static char buf[40];
sta... | [
"dwachs@gmx.net"
] | dwachs@gmx.net |
d46b5085313ea3cde2f96eb4cc0ad32f45b53d32 | 66cb5755f5807e44265ce1786bf68feac51e8355 | /Classes/utils/physics/physics_shape_cache.h | 9c3e63efb57a1cd39671f4268127d02ade98b16d | [
"Apache-2.0"
] | permissive | Sophie-Williams/lasers-and-bots | 48cc1db54518425005aa085fc191a567f841aa6d | 2ad9c654033c2b8212790033969df138c1051f97 | refs/heads/master | 2020-05-19T15:38:57.882861 | 2019-05-05T22:08:58 | 2019-05-05T22:08:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,876 | h | /****************************************************************************
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use... | [
"jamedina@gmail.com"
] | jamedina@gmail.com |
538f26aeb64f97eb52544559b7c694c7a2eacf3d | 40e5247582dfaaab03399f1088806628fb57e7ad | /Algorithms/FFT/ntt_aeren.cpp | 2883643e2a9b62f01d71f130f2b222b0ea41613a | [] | no_license | arvindr9/competitive-programming | 4e6eed7b3ef7d6056d7829b3054977579bed0cfb | 081c089caa7df96ade43ab4307463d15b56aebb4 | refs/heads/master | 2021-12-20T00:41:32.769536 | 2021-12-06T19:45:03 | 2021-12-06T19:45:03 | 110,597,496 | 0 | 1 | null | 2020-06-20T02:33:07 | 2017-11-13T20:20:24 | C++ | UTF-8 | C++ | false | false | 8,293 | cpp | // Source: Aeren (https://codeforces.com/contest/1450/submission/100572134)
template<typename T>
struct Z_p{
using Type = typename decay<decltype(T::value)>::type;
static vector<Type> mod_inv;
constexpr Z_p(): value(){ }
template<typename U> Z_p(const U &x){ value = normalize(x); }
template<typename U> static Ty... | [
"saramaswami@gmail.com"
] | saramaswami@gmail.com |
febb9e817b31dc0f12de9074bb620535fa1fe161 | fb97e32b6d326db9b5dadbaeafa4f20800f1d569 | /system/dev/audio/intel-hda/controller/intel-hda-dsp.h | da18b2bf0f4a72ba8cb6c560d21cfa33e7751aca | [
"BSD-3-Clause",
"MIT"
] | permissive | lvcargnini/zircon | 52ed2ddfbe7ac942260c4b98ae2566567dea840d | 575d00ab92bf4802fa3fd0073eedda0606a436eb | refs/heads/master | 2020-04-02T19:12:15.966313 | 2018-12-04T19:39:41 | 2018-12-04T19:39:41 | 154,726,214 | 0 | 0 | NOASSERTION | 2018-12-04T19:39:42 | 2018-10-25T19:29:00 | C++ | UTF-8 | C++ | false | false | 3,980 | h | // Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <ddk/device.h>
#include <ddk/protocol/intel-hda-codec.h>
#include <ddk/protocol/intel-hda-dsp.h>
#include <fbl/mutex.h>
#include <fb... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
9ab98917fb1a6fc0af5fd94519631c7e9fee4047 | 3ee4bb559a62997ea8ed4beadd0b2ec31b65957f | /158/B.cpp | f71a54e578123b473053505071b36870c74a69b8 | [] | no_license | Md-Kais/coding_problem | 3d7c6c5a466bdbb42bb606f04d54d9d79040d85a | 6ed4616e845d0faf123d3fe655761e535cac0b65 | refs/heads/main | 2023-06-25T14:57:13.554288 | 2021-08-03T06:14:47 | 2021-08-03T06:14:47 | 335,309,341 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,992 | cpp | ///----> bismillahir rahmanir rahim <---- -- { ^ _ ^ }
/// { ^_^ } { ^ _ ^ }
#include<bits/stdc++.h>
#include<bits/stdc++.h>
using namespace std;
//<--------------------------------------------typo section--------------------------------------------->
typedef long long ll;
typedef vector<int> vi;... | [
"mdkais3@gmail.com"
] | mdkais3@gmail.com |
b38bfcd2bff20a82d7a42ef0af1e35d50a9ddd94 | d44fe46073bcee3b42d84f43170614dc2249687d | /GameJam_v3.2/GameEngineBase/externals/Havok/includes/Source/Common/Serialize/Util/hkStaticClassNameRegistry.h | e5e00672fa0bb3e2f56a533277444d2da010773e | [
"MIT"
] | permissive | aditgoyal19/Tropical-Go-Kart-Bananas | 1b162a3c994f90d3e5f432bd68251411a369812c | ed3c0489402f8a559c77b56545bd8ebc79c4c563 | refs/heads/master | 2021-01-11T15:21:24.709156 | 2017-07-06T21:07:36 | 2017-07-06T21:07:36 | 80,340,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,274 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets ... | [
"a_goyal3@fanshaweonline.ca"
] | a_goyal3@fanshaweonline.ca |
9fcb50d291c547c9f6ec70412f2d7aa9a58b3c82 | 6c9770dae649dd1139f50bb93a8edbc632c0d018 | /ImWindow/ImwContainer.h | 8c3fd23f99e48ac836a44bf99feeee69ac68a788 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | BobDeng1974/ImWindow | d42c85c12b8ac860677d30d5e7b0600550e5deed | 0497eb1cfcd5aae97409fe43ed21212af120df62 | refs/heads/master | 2020-04-14T10:15:59.622752 | 2018-10-19T11:59:50 | 2018-10-19T11:59:50 | 163,782,176 | 1 | 0 | MIT | 2019-01-02T01:55:36 | 2019-01-02T01:55:35 | null | UTF-8 | C++ | false | false | 2,337 | h |
#ifndef __IMW_CONTAINER_H__
#define __IMW_CONTAINER_H__
#include "ImwConfig.h"
#include "ImwWindow.h"
#include "JsonValue.h"
namespace ImWindow
{
class ImwPlatformWindow;
//SFF_BEGIN
class IMGUI_API ImwContainer
{
friend class ImwPlatformWindow;
friend class ImwWindowManager;
public:
void Dock(ImwWi... | [
"cameleonth@gmail.com"
] | cameleonth@gmail.com |
cd2613ede6d34b247e272e256b01169f167a4cb6 | adbc979313cbc1f0d42c79ac4206d42a8adb3234 | /Source Code/李沿橙 2017-10-7/data/color/datagen.cpp~ | 58892f40f06a346c7f4c59bfd66a1147bf190ff6 | [] | no_license | UnnamedOrange/Contests | a7982c21e575d1342d28c57681a3c98f8afda6c0 | d593d56921d2cde0c473b3abedb419bef4cf3ba4 | refs/heads/master | 2018-10-22T02:26:51.952067 | 2018-07-21T09:32:29 | 2018-07-21T09:32:29 | 112,301,400 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,381 | #include <bits/stdc++.h>
using namespace std;
typedef long long LL;
#define rand() ((rand() << 13) ^ (rand() << 16) ^ rand())
LL f[61] = {0, 1};
char a[20];
string in, out;
int aa[300005];
void make(int t) {
srand(t);
int n;
switch (t) {
case 1 ... 2 : n = 2; break;
case 3 ... 6 : n = 1000; break;
case 7... | [
"lycheng1215@sina.com"
] | lycheng1215@sina.com | |
ee419b3215e6094eaa4bfc9c8ac81a7b5de4a21c | e217eaf05d0dab8dd339032b6c58636841aa8815 | /IfcRoad/src/OpenInfraPlatform/IfcRoad/entity/include/IfcMolecularWeightMeasure.h | 7ec1a5e598b7266eab67f395f6a9202b1e8b2c90 | [] | 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 | 1,141 | 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 <vector>
#include <map>
#include <sstream>
#includ... | [
"planung.cms.bv@tum.de"
] | planung.cms.bv@tum.de |
e8b5ca2d7069c6c0557c0c84331f77087358b6e3 | 861ce96b06a0409fd522059d1a0e7ad9dd4bcf13 | /algo/solvers/sudoku.cc | 8bbca1ecf2baa38be933033400ad4657655ae6fa | [] | no_license | ygorshenin/clib | 7602daf1c0be46345868704028c8792ac027f095 | b02a002b6e10bef4aab94be75f79022751af5950 | refs/heads/master | 2023-02-15T12:28:07.481930 | 2023-02-12T19:44:09 | 2023-02-12T19:47:30 | 31,734,677 | 3 | 1 | null | 2023-02-12T19:47:31 | 2015-03-05T20:28:28 | C++ | UTF-8 | C++ | false | false | 28 | cc | #include <solvers/sudoku.h>
| [
"mipt.vi002@gmail.com"
] | mipt.vi002@gmail.com |
37168f86188ab64be50b98930adc3e532816ac28 | 0f7ce2343c3f7e49746801775991389810fca0a2 | /LED light with User input/LED light.ino | 1ead9ee1d0db0e5ea75f56f225dfa8858f09b294 | [] | no_license | NEHMIYASHIKUR/Arduino_Projects | 3e3479c4dddc23ccc16f93341e988f76e7e82e68 | 831b567c84c78789e1c47e7c6a8cc8fb8c441038 | refs/heads/master | 2023-07-12T01:53:40.345730 | 2021-08-16T08:25:33 | 2021-08-16T08:25:33 | 396,694,897 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,695 | ino | int redpin=10;
int yellowpin=8;
int redblink;
int yellowblink;
int redon=500;
int redoff=300;
int yellowon=700;
int yellowoff=100;
int redx;
int redvol;
int yellowvol;
int greenpin=6;
int greenblink;
int greenon=500;
int greenoff=300;
void setup() {
Serial.begin(9600);
pinMode(redpin,OUTPUT);
pinMode(yellowpi... | [
"nehmyahabtamu1@gmail.com"
] | nehmyahabtamu1@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.