blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a068de3e19291707a4a49948d7c7e97e47cdd93f | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium/chrome/browser/ui/gtk/html_dialog_gtk.cc | 8cfe1e00b5457be50d43da00af7f1978c3079abb | [
"MIT",
"BSD-3-Clause"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 5,483 | cc | // Copyright (c) 2011 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/gtk/html_dialog_gtk.h"
#include <gtk/gtk.h>
#include "base/utf_string_conversions.h"
#include "chrome/browser/ui/browser... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
6ed9f698bc9c337b8f63384c100d9f2138fc49d4 | c050f65fe558b9571d7069b94085ae3fa6ad8706 | /inc/PolyEdge.hpp | f0f8ea8e5fcf857344ea9012cabaf6d473c72431 | [] | no_license | etcwilde/MarchingTriangles | 7f8082c24b6656ca1c63b6c6268f722ec64ffe2b | 5e62fd1e50a4a566e89e9e3dede2af953a096d3d | refs/heads/master | 2020-05-25T13:36:06.491648 | 2015-05-13T01:48:06 | 2015-05-13T01:48:06 | 29,259,268 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 314 | hpp | #ifndef POLYEDGE_HPP
#define POLYEDGE_HPP
class Edge
{
public:
Edge(unsigned int v1, unsigned int v2)
{
m_vertIndex[0] = v1;
m_vertIndex[1] = v2;
}
// index: 0 or 1
unsigned int get(unsigned char index) const { return m_vertIndex[index]; }
private:
unsigned int m_vertIndex[2];
};
#endif//POLYEDGE_HPP
| [
"etcwilde@uvic.ca"
] | etcwilde@uvic.ca |
1e5efa95700f57dd000d0a64c8fdbd7b04b45123 | ffe41ee617249ced8f2e1cf065984fd98930e286 | /Assignment5/main.cpp | 7f7fbe5808206e82a5d364a567f5418ed4a80d25 | [
"MIT"
] | permissive | maodougansidui/ucsb_cmpsc180 | b98f0f98e101c40d670fdb02e81ef2366e1483cb | 2a207838ce269c27fa0f9a601b5633e4327a6e3b | refs/heads/main | 2023-03-20T20:42:38.803325 | 2021-03-20T09:37:45 | 2021-03-20T09:37:45 | 349,659,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,441 | cpp | #include <iostream>
#include <opencv2/opencv.hpp>
std::vector<cv::Point2i> control_points;
void mouse_handler(int event, int x, int y, int flags, void* userdata)
{
if ( event == cv::EVENT_LBUTTONDOWN && control_points.size() < 4)
{
std::cout << "Left button of the mouse is clicked - position (" << x ... | [
"jianlyu@umail.ucsb.edu"
] | jianlyu@umail.ucsb.edu |
a6f94b1436e51b7c2973eb76847dfce887285621 | fc3ab2d3883c122d3bd4743687c6828367a1b92e | /CodeForces/cf-687b.cpp | 49a43d67058b6fee26447102274c1e3194193831 | [] | no_license | TowhidKhan01/Competitive-Programming | 917f3257c7a03843bc8218cbcb8b39cdc48f6c3c | 19b4bfc95a7e97954dd56b0d937e55c54465bc5e | refs/heads/master | 2022-04-06T04:16:08.405979 | 2019-02-24T15:29:10 | 2019-02-24T15:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,827 | cpp | #include <iostream>
#include <cstdio>
#include <string>
#include <sstream>
#include <vector>
#include <list>
#include <set>
#include <map>
#include <queue>
#include <stack>
#include <bitset>
#include <numeric>
#include <iterator>
#include <algorithm>
#include <cmath>
#include <chrono>
#include <cassert>
using namespa... | [
"timonknigge@live.nl"
] | timonknigge@live.nl |
200f6c90fa4ad52d3d470c6eb8e00a405cab6345 | c1295c0968dd0f7889b5062a98758372e97173a9 | /classes/Die.cpp | 915955a9a46ba5baf254bda30b644da2660468e0 | [] | no_license | Arnaldoeloi/dice-game-oopclass | bd5d0f1e206bfbae7aceb89ee92276ec5331ec26 | 811c17c1b0ae41be29d09962cb9624723ebf95c2 | refs/heads/master | 2020-05-01T23:37:46.453445 | 2019-03-31T13:36:09 | 2019-03-31T13:36:09 | 177,666,976 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 148 | cpp | #include "Die.h"
Die::Die(int n_sides):rd(),gen(rd()),dis(1, n_sides){}
int Die::roll(){
int n = dis(gen);
std::cout<<n;
return n;
}
| [
"arnaldoeloi2@gmail.com"
] | arnaldoeloi2@gmail.com |
927f14ffd60936cd4c005863c9dd0a5cdd5b5dfb | d9697757f238a22f99b426feb893e4a3cb2d32c8 | /eulerangle.h | 35b0c31044908f9e91223a17451fc8311206c78e | [] | no_license | GPUWorks/calliper | e99625f286966361235b6b3694ac14ba8fdfdce4 | 79ed247c539a4d6d67bd93282df1127a2968ca04 | refs/heads/master | 2021-01-15T16:15:00.844289 | 2016-02-21T13:31:04 | 2016-02-21T13:31:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,460 | h | #ifndef EULERANGLE_H
#define EULERANGLE_H
#include <QtDebug>
/*
* The following specification is written to imitate how Euler angles work in Hammer.
* The left-handed Hammer co-ordinate system is used: X points right, Z points up, Y points away.
*
* (0, 0, 0) points down the positive X axis, with the up vector po... | [
"jonathan.poncelet@talk21.com"
] | jonathan.poncelet@talk21.com |
0e6fe08178ddc818812e57543b9ba0116bfb9880 | af6477da701ede3758888f9429040ea6685e2cf3 | /TriSpark_Slot/_src/_header/keyexport.h | ca348de0111f09fe2fb926d49026461cef379a18 | [] | no_license | M1spark20/TriSpark_Slot_VC2019 | 393014a84b737948e5ce06136c805efb186e5fb7 | 0bd3c4405a7f00035de1a4a035360dc14852a730 | refs/heads/master | 2023-06-15T07:37:39.824821 | 2021-07-09T15:04:43 | 2021-07-09T15:04:43 | 282,438,584 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,238 | h | #pragma once
#include "ISingleton.h"
#include "keyinput.h"
#include "STouchInputList.hpp"
enum class EKeyExportStatus {
eGameMain,
eMenu,
eStateMax
};
class CKeyExport_S : public ISingleton<CKeyExport_S>{
// [act]各クラスへのキー入力状態を出力
// シングルトンで管理されている(_Sの意味)
friend ISingleton<CKeyExport_S>;
// CKeyInput_SでKeyStateUp... | [
"spaaaark.sin120@gmail.com"
] | spaaaark.sin120@gmail.com |
6a4bc04d397465f2d5d385493c972910bf35080b | 651685524875863115934abfa7c1a664c88e9e2b | /components/include/Sequence/SequenceChecking.hpp | 509b35ba3592c1ff9efe1f2852916e1c40980e7e | [] | no_license | webbryan92/Data-Structures-Projects | d900237c78bd4619a2338c6d6d894a375c15760b | 30931b86d5f35a3595fb9af7a1947d72a3e39375 | refs/heads/master | 2021-01-01T16:38:06.383236 | 2017-07-20T22:46:22 | 2017-07-20T22:46:22 | 97,878,554 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,034 | hpp | #pragma once
//
// checking Version for Sequence
// author: Dr. Holly
//
template <
template <class> class Sequence,
class T
>
class SequenceChecking1:
public Sequence <T>
{
typedef Sequence <T> SequenceOfT;
public:
//-----------------------------------------------------------------------
v... | [
"noreply@github.com"
] | noreply@github.com |
dd4514033c65a583dac3cc99b2c7a36baf28888d | de9ac40cb8c7509c0372f96eec23f243349bedb1 | /plugins/samplesource/testsource/testsourceplugin.cpp | f0994e2031626eacb31bd53f23504824231561c5 | [] | no_license | gaspar1987/sdrangel | 260709c43cf8a9abbfe1c1cd0b9ad566abe1d767 | e37c90c8d0ff246573380a0a3187579fe231ce63 | refs/heads/master | 2021-07-22T04:53:53.994410 | 2018-07-21T20:28:35 | 2018-07-21T20:28:35 | 143,798,261 | 3 | 0 | null | 2021-07-04T09:36:10 | 2018-08-07T00:35:17 | C | UTF-8 | C++ | false | false | 3,490 | cpp | ///////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2018 Edouard Griffiths, F4EXB //
// //
// This program is free software; you can redistribute it and/or mod... | [
"f4exb06@gmail.com"
] | f4exb06@gmail.com |
bcf442bb481cd17260922f76d9c309766255fd63 | b932c07a65eab1f5eec89907e351dfc056a44997 | /Sources/Errors/Errors.hpp | 29244b65b37d92c5db4579a306a019a91dfef6ee | [] | no_license | SachsA/Bomberman | bc9922d9f731441b43a7f4e51dcf983f5d1b2a13 | 29b286bfa7769d1f4b7d7a32228466e34a7a86ae | refs/heads/master | 2020-03-21T07:58:46.917494 | 2019-12-02T16:25:50 | 2019-12-02T16:25:50 | 138,311,749 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 539 | hpp | /*
** EPITECH PROJECT, 2018
** cpp_indie_studio
** File description:
** Errors.hpp for cpp_indie_studio
*/
#ifndef ERRORS_HPP_
#define ERRORS_HPP_
#include <exception>
#include <iostream>
#include <string>
/*! \class Errors
* \brief Classe used to handle custom error.
*
*
*/
class Errors: public std::exception ... | [
"alexandre.sachs@epitech.eu"
] | alexandre.sachs@epitech.eu |
cd9fe68153cf441b6f28075b8892ef81d78c6556 | e0dd552392a8b6f790c19ecef251071c24b023e8 | /CSE332S-Object-OrientedSoftwareDevelopmentLab/Lab1/Lab1/Functions.cpp | 36c2718195d3c6212ebc405c8b6258691d732dd3 | [] | no_license | NikkiWines/WUSTL-ProjectsRepository | 2a158c07c8aa72e1e4f81946accb4bc8ea3168a7 | fb7efa8b52e48182c93260b10da4b99e9934e8a1 | refs/heads/master | 2021-01-17T08:41:49.570873 | 2017-04-24T19:44:21 | 2017-04-24T19:44:21 | 83,940,318 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 722 | cpp | // to lowercase
// enums for program name and err codes
#include "stdafx.h"
#include "Functions.h"
// only called when you have the incorrect number of args
// c = "game.txt" -- checkers or chess
int usage(char * program_name, string c) { // give args
cout << "Usage: " << program_name << " " << c << endl; //... | [
"nikki.wines@wustl.edu"
] | nikki.wines@wustl.edu |
1160027abcf15fb8ff8633c757c1362ca5026575 | 12a35046e0bd567b2687bf2cd8dfa06022acd0be | /server/src/common/lib/ui/CPictureEx_CPictureExWnd/atl/demo/PictureExDlg.cpp | 50ebfd337e49034bfca1b6157ec4b74c98702def | [
"MIT"
] | permissive | ngphloc/agmagic | 71e4e5a51faa37645136deeaf85f7976f172ed52 | 65d3ad6aeda3431e998e7f23aaa93381dcd10746 | refs/heads/master | 2022-05-18T22:37:33.142198 | 2022-05-03T02:49:48 | 2022-05-03T02:49:48 | 41,147,766 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,823 | cpp | // PictureExDlg.cpp : Implementation of CPictureExDlg
#include "stdafx.h"
#include "PictureExDlg.h"
#include "AboutDlg.h"
#include "shellapi.h" // for ShellExecute
/////////////////////////////////////////////////////////////////////////////
// CPictureExDlg
CPictureExDlg::CPictureExDlg() : m_hCursor(NULL)
{
}
CPi... | [
"ngphloc@gmail.com"
] | ngphloc@gmail.com |
5a0fc6591b2fd297110ee745fc6abb84202bf639 | f2620b0bdf587b02ff7ff4d52d8a40681ea55248 | /392-is_Subsequence.cpp | b92516013ad07ac391118b1346400e26425bc51e | [] | no_license | Stephhh-Lee/Leetcode | 67387e429efd128d768079c7373671798e430758 | f773101398000d8833546f9af018218f7085f9f6 | refs/heads/master | 2021-10-07T09:14:44.713837 | 2018-12-04T12:59:27 | 2018-12-04T12:59:27 | 160,357,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,066 | cpp | class Solution {
public:
void helper(int& loc, bool& tmp, vector<int> vec){
for(int i=0; i<vec.size(); i++){
if(vec[i]>loc){
loc=vec[i];
tmp=true;
break;
}
}
}
bool isSubsequence(string s, string t) {
... | [
"654906002@qq.com"
] | 654906002@qq.com |
4289e8c629a143d4aae2f3fe67ba93f35ddce94d | 8567438779e6af0754620a25d379c348e4cd5a5d | /third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h | ceb9d63e64389f54d7ef4cec4ed2bf23c86c38de | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 7,602 | h | /*
* Copyright (C) 2009, 2010 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of co... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
d73c14afbda335c2f86160855e305a5a9834cf3c | f4a7ac5bee43a03157f05692768ce5828f4062ad | /dist/wcdx/src/resource.h | d4acff985b505f541254fe5adbec005ee5746530 | [
"MIT"
] | permissive | Bekenn/wcdx | 04680e9d915f9dc5d8e10e69e09b183f05adc40d | e1aa43a17fce2f966235e6424be8042810d2fe5e | refs/heads/master | 2022-08-23T19:14:49.379094 | 2022-03-07T08:37:49 | 2022-03-07T08:37:49 | 28,391,855 | 20 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,684 | h | #ifndef RESOURCE_INCLUDED
#define RESOURCE_INCLUDED
#pragma once
#include <stdext/traits.h>
#include <functional>
template <class Handle>
class SmartResource
{
public:
using Deleter = std::function<void (Handle)>;
public:
template <class H = Handle, STDEXT_REQUIRES(std::is_default_constructible_v<H>)>
... | [
"bekenn@gmail.com"
] | bekenn@gmail.com |
67f2543773ba713bd6e146ee71519253f8104db4 | 5456502f97627278cbd6e16d002d50f1de3da7bb | /chrome/browser/chromeos/file_manager/path_util.h | 8cd6d4875517fd3dfea0d2b957347339ac82bf73 | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,909 | h | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_PATH_UTIL_H_
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_PATH_UTIL_H_
#include <string>
class GUR... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
7712298d9480ab5f65b3a2da2a8ccd65f737e8ec | abfd99772caedc3e948d46fd1c8a653ad222f4a4 | /perusal/sii_colors_stuff.hh | 39dc4e463367b65fa9627518a580226c35c29ba3 | [
"BSD-3-Clause"
] | permissive | NCAR/lrose-solo3 | cc15bf5afd2ed21afff572cbaaf488c6f485aa1d | a6cddbe0b5919a8e24d9a74fff55ccec0333db85 | refs/heads/master | 2023-05-13T21:29:05.426032 | 2023-05-05T20:44:23 | 2023-05-05T20:44:23 | 69,918,956 | 10 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 304 | hh | /* created using cproto */
/* Thu Jul 7 17:55:01 UTC 2011*/
#ifndef sii_colors_stuff_hh
#define sii_colors_stuff_hh
extern void sii_set_default_colors(void);
gboolean sii_print_str( gpointer a_str, gpointer nada );
void sii_print_hash_str( gpointer key, gpointer value, gpointer user_data );
#endif
| [
"burghart@f31e7c6d-f41f-0410-9234-e4ad7f416ffa"
] | burghart@f31e7c6d-f41f-0410-9234-e4ad7f416ffa |
ba7b07047dd8478011b0a01d2957e2ec4dff2044 | c1989280a0fc4594e23641d5f124e904d393f3f9 | /dmap_adv_markers/11/d_map_adv_markers/d_map_adv_markers/code/addon.hpp | 82fe6990be03455af6414b0aeaa405f0fca23191 | [] | no_license | TheDrill/d-arma-3-addons | f4dc20ce74a4ff85ebd029f3322a53a811da8ce2 | f52cdb4470fb7653c848e0d27918fb063f75645b | refs/heads/master | 2021-01-01T15:18:05.011532 | 2015-04-23T12:36:31 | 2015-04-23T12:36:31 | 34,455,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | hpp | #ifndef __ADDON_HPP_
#define __ADDON_HPP_
#define __ADDON_NAME__ d_map_adv_markers
#define __BASENAME__ Addons__##__ADDON_NAME__
#define __PREFIX__ "\xx\addons\d_map_adv_markers"
#define __PREFIXC__ "\xx\addons\d_map_adv_markers\code\"
#define FUNC(x) fnc_##__BASENAME__##_##x
#define CFUNC(x) __ADDON_NAME__#... | [
"drill87@gmail.com"
] | drill87@gmail.com |
c65eadeb4b840ac208ef11b80aaf9a7fbf597475 | 4f4dce5de08b7e5e0523ebb30f6001008b612fab | /Plugins/AbilityFramework/Source/AbilityFramework/Public/Abilities/Tasks/GAAbilityTask_TargetData.h | 2546286f7ac6511b0c72f49da2dc773f34db618d | [] | no_license | Sariohara/ActionRPGGame | 98ec3abfb66cbacaa8414ad3ec5453221afc6290 | 9656224f96ab7195a516021128361530617fa152 | refs/heads/master | 2022-08-24T02:16:03.090127 | 2022-07-07T05:15:31 | 2022-07-07T05:15:31 | 118,512,251 | 0 | 0 | null | 2018-01-22T20:39:10 | 2018-01-22T20:39:09 | null | UTF-8 | C++ | false | false | 1,697 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "GAAbilityTask.h"
#include "GAAbilityTask_TargetData.generated.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FGASOnReceiveTargetData, const FHitResult&, HitResult);
UENUM()
enum class EGASConfirmType : uint8
{
Ins... | [
"xeavien@gmail.com"
] | xeavien@gmail.com |
6487260a5a1c2074f7f15c0358851dbd87484237 | 7f63e777763ff9086da5fa3ce979f3f5baa7bf4a | /pose_graph.h | b35563cd5e993eab9b1dcf1ccd3fa9e2516c4c6c | [] | no_license | johnwlambert/pgo-speed-benchmark | d702c71be449c2bdb72952d1a47e41bc5e856f4b | eece6943e906c909e1c1429d0650fc3d6eacbd99 | refs/heads/master | 2020-05-15T14:42:40.283663 | 2019-04-23T04:06:19 | 2019-04-23T04:06:19 | 182,346,460 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,668 | h | //
// Created by John Lambert-Admin on 4/19/19.
//
#pragma once
#include <string>
#include <cmath>
#include <map>
#include <vector>
#include <Eigen/Dense>
#include "string_utils.h"
using VectorXd = Eigen::VectorXd; // equiv. to Matrix<double,Dynamic,1>
using MatrixXd = Eigen::MatrixXd; // equiv. to Matrix<double,... | [
"jlambert-admin@ip-10-64-8-212.us-east-2.compute.internal"
] | jlambert-admin@ip-10-64-8-212.us-east-2.compute.internal |
807b69eab935cf35215c78a5839a67028f267465 | 6a594317c53aa467aa85f66b79f0a1accf1a9354 | /stdafx.cpp | 2402857bc495bb85f2db91509dd2883c14e69e7a | [] | no_license | davepie101/SFML-pong | ccea06bbaacffe16779c3602e00525dcd1fd9131 | 113a8e37090d8339121d365a2000c53490f42cde | refs/heads/master | 2020-07-09T17:50:34.613171 | 2020-01-01T15:44:19 | 2020-01-01T15:44:19 | 204,038,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 326 | cpp | // stdafx.cpp : source file that includes just the standard includes
// pang.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h" //exists to ensure that stdafx.h is called
// TODO: reference any additional headers you need in STDAFX.H
// and not in thi... | [
"hyu028@ucr.edu"
] | hyu028@ucr.edu |
dd4604ea41282fc6f6c1e4b77adee92b1b2f104f | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /cloudwf/include/alibabacloud/cloudwf/model/GetGroupApRepairProgressResult.h | 8b438c7bd7dd55668a47bf0b6c80d141b76b1a24 | [
"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,677 | 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... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
bd7d82b86a2f85b169c20cb62e1e2bd2518030f1 | 93a14329c5c21a132d9ba37d069d315910da9429 | /Branch Prediction/extracredit.cpp | 04a12870bea7c773712ef39cf83703cc05a44ae6 | [] | no_license | aceetheridge/Cpp-BranchPredictionMethods | 707f503217096e4e9856e11edb2b782c9193ae2d | 5a1e4c1bed702bcece951ea55d1b579b4f4465b4 | refs/heads/master | 2020-06-24T08:24:01.455891 | 2019-07-25T23:17:29 | 2019-07-25T23:17:29 | 198,912,334 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,466 | cpp | // Aaron Etheridge
// 800936351 aetheri2@uncc.edu
//
#include <iostream>
#include <unordered_map>
#include <vector>
#include <algorithm>
#include <string>
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <math.h>
#include <sstream>
#include <typeinfo>
using namespace std;
int argument_to_int(char *... | [
"aceetheridge@gmail.com"
] | aceetheridge@gmail.com |
f835add4f53e0138227d2930d200a4d079af129a | 863335e067b1389cd5ae337eac669daf90d77dec | /love_o_meter/love_o_meter.ino | 9fc0772bcfd36fc41c81dadf82a14ccc89962a8f | [] | no_license | marcinb/arduino | ef83a934380c37ff623167df7927200db591c034 | 1f4bffc0256efdbecf9188693bedad26800bdebd | refs/heads/master | 2021-01-01T06:54:32.914372 | 2014-01-26T22:18:48 | 2014-01-26T22:18:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 826 | ino | float baselineTemp = 20.0;
float currentDiff = 0.0;
void setup() {
pinMode(3, OUTPUT);
pinMode(4, OUTPUT);
pinMode(5, OUTPUT);
Serial.begin(9600);
baselineTemp = getTemperature();
}
void loop() {
currentDiff = getTemperatureDifference();
if(currentDiff >= 6.0) {
setLEDsState(3, HIGH);
}
else if... | [
"marcin.balinski@wimdu.com"
] | marcin.balinski@wimdu.com |
f37b431b65c38ffc2ddcc93854765b779f1050eb | 8567438779e6af0754620a25d379c348e4cd5a5d | /third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h | 4b8f30ccb7f92630cf40fec895b49eb9d929f326 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 2,908 | h | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FontFallbackIterator_h
#define FontFallbackIterator_h
#include "platform/fonts/FontDataForRangeSet.h"
#include "platform/fonts/FontFallbackPriori... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
8e208eaeda293c94089166287275d1729ecbeefb | 8f72438d5f4ca7219df3ae7799c3282faab5e33e | /C++ Programming/Glut/First/main.cpp | 5387c6027cbbdcc0674ec43cd2dd4ee3dff7c38d | [] | no_license | mdzobayer/Problem-Solving | 01eda863ef2f1e80aedcdc59bbaa48bcaeef9430 | a5b129b6817d9ec7648150f01325d9dcad282aed | refs/heads/master | 2022-08-15T22:04:18.161409 | 2022-08-08T11:46:00 | 2022-08-08T11:46:00 | 165,687,520 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,066 | cpp | #include<windows.h>
#include <GL/glut.h>
#include <stdlib.h>
void displayWindow(float x, float y) {
//glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
//glBegin(GL_LINES);
glVertex2f(x, y);
glVertex2f(x + 1.5,y);
glVertex2f(x, y);
glVertex2f(x,y - 1.5);
glVertex2f(x,y - 1.5);
g... | [
"mdzobayer@rocketmail.com"
] | mdzobayer@rocketmail.com |
cab20f771d7759b3d3f41b84f4e6e906bf628a38 | afd3373700f1d35d5deed49e4d9a4de7cb2bbf22 | /Template.cpp | 412f98f99302dc9fb2a4f12d4d27f9d2eee5773d | [] | no_license | chim4us/CPlusPlus | 0955c84a44512d913a282fde4b7bb3a81d6d3123 | bb7c9987413998010fcee90d1bbce6b9f19d1f6a | refs/heads/main | 2023-02-09T15:54:53.891938 | 2021-01-09T11:41:46 | 2021-01-09T11:41:46 | 323,581,109 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 463 | cpp | #include <iostream>
using namespace std;
template <class T>
class MathTools{
public:
T multiply(T a, T b){
return a*b;
}
T divide(T a, T b){
return a/b;
}
T add(T a, T b){
return a+b;
}
T subtract(T a, T b){
return a-b;
}
};
typedef MathTools<int> IntTools;
typedef MathTool... | [
"noreply@github.com"
] | noreply@github.com |
f5835ee41f8c21f872e73861dddf97d5691b865c | 7faf0b230746fd24722059bd5f09755a06cff2ed | /Socket-Programming-Casino/Gamblers.cpp | 8e5da67f819f7897565e96c2ad80f8ea9ac281f3 | [
"MIT"
] | permissive | Marteeen23/KRSSG | 666de3e7dc166ae64192fe898eaafe25e9435bc4 | 0a4a8b2a61a3f2f81869e08e3f83bd7c0def4295 | refs/heads/main | 2023-05-07T12:34:17.096928 | 2021-05-24T18:07:35 | 2021-05-24T18:07:35 | 369,503,291 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,949 | cpp | #include <bits/stdc++.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
using namespace std;
int _round(int cards[], int card[]);
int main()
{
int sockfd, portno, n;
struct sockaddr_in serv_addr;
int i, temp;
portno ... | [
"noreply@github.com"
] | noreply@github.com |
6414a68e5b15b80f4728b74154c644fdaa2b1805 | 9bb5dd6f2d782d26b1b30b8d3721bf9e71dda8b5 | /mediastreamer2/src/videofilters/mslive_rtsp.cc | b6555de46fdb0517c3effa05215df365ffc748db | [] | no_license | jiayangang/linphone-sdk-patch | b3440bd13373100b7ff96fc655b942ab431315e6 | 46546e9131f3ca17ca67d304fc762d84e4101010 | refs/heads/main | 2023-02-04T16:19:14.378138 | 2020-12-19T14:34:33 | 2020-12-19T14:34:33 | 322,823,478 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,879 | cc | /*****************************************************************************
版权所有 (C), 2001-2050,
******************************************************************************
文件名称 : mslive_rtsp.cpp
作者 : 贾延刚
创建日期 : 2020-11-03
版本 : 1.0
功能描述 :
来自RTSP服务的实时流
说明 :
***********... | [
"noreply@github.com"
] | noreply@github.com |
1f195f9f311c2f8353d76ab8bdf555a3deef53a5 | e96ffcc42c3c03ccab74622007921783005c00bd | /05_QMainWindow/mainwindow.cpp | 77791e97e54cf0a8b4e9c81f417308b17fa172e5 | [] | no_license | cedricxs/QT | 1635290f8bccb88b5fc7c52b736d2e7bb985b909 | b3670d94f4397fb428035a0bede8ac4786e9aefb | refs/heads/master | 2020-03-10T06:37:09.119847 | 2018-11-03T13:24:03 | 2018-11-03T13:24:03 | 128,939,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,418 | cpp | #include "mainwindow.h"
#include<QMenuBar>
#include<QMenu>
#include<QAction>
#include<QDebug>
#include<QToolBar>
#include<QPushButton>
#include<QStatusBar>
#include<QLabel>
#include<QTextEdit>
#include<QDockWidget>
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
//menu
QMenuBar *mbar=this->m... | [
"979581491@qq.com"
] | 979581491@qq.com |
ec33f7f34762e9c31a261b0e6a9dac84986548ab | 981e80bf5b9835b08778e0c3aeebd9e6d424ff04 | /chaining/yas_observing_vector_holder.h | 5abde95097d496cf71d65b2d2c06c1f88a227e45 | [
"MIT"
] | permissive | objective-audio/chaining | 9b88bb6cec34d29edbbba5689f15f747a22e47f8 | 8fbafa73ee0de0a9d9d226bd48c7e61e2b6b1943 | refs/heads/master | 2021-06-13T04:11:43.552013 | 2021-03-03T12:45:54 | 2021-03-03T12:45:54 | 143,808,444 | 0 | 0 | MIT | 2021-03-03T12:45:55 | 2018-08-07T02:29:57 | C++ | UTF-8 | C++ | false | false | 1,880 | h | //
// yas_observing_vector_holder.h
//
#pragma once
#include <chaining/yas_observing_caller.h>
#include <vector>
namespace yas::observing::vector {
template <typename T>
class holder;
template <typename T>
using holder_ptr = std::shared_ptr<holder<T>>;
enum class event_type {
any,
replaced,
inserted,... | [
"yukiyasos@gmail.com"
] | yukiyasos@gmail.com |
ca359d69822598b4cc9c6262611abc5f5a6543e3 | de29671134ea5f48a6a42177a10c59e6ce0c2f57 | /Advance IoT/firebaseOta/firebaseOta.ino | 64e3b7b02b848e0e3bfa3def69fe2ef9172bd5ed | [] | no_license | deepak4395/Teaching-material | ced412140fb0701446fd7078e917036cf96c612e | e1ac6a9256f145e06de83444eb69718717587821 | refs/heads/master | 2023-02-13T16:32:03.753803 | 2021-01-15T12:50:23 | 2021-01-15T12:50:23 | 307,067,237 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,033 | ino | #define FIREBASE_HOST "ble-beacon-a5913.firebaseio.com"
#define FIREBASE_AUTH "uOIi0l52NWuMmY0HFBhFbVXQvC9ONrPhIY5tJnfw"
#define WIFI_SSID "M 57"
#define WIFI_PASSWORD "8376918157"
#define FIREBASE_UPDATE_AVAILABLE "/firmware/updateAvailable"
#define FIREBASE_FIRMWARE_URL "/firmware/URL"
long UPDATE_CHECK_TIME = 5000;
... | [
"40218711+deepak4395@users.noreply.github.com"
] | 40218711+deepak4395@users.noreply.github.com |
6e62f557a9f5840bdf2b8805887c18982a1dae82 | da04be92e31c812c4086bc6667699cd4bb2551bc | /InnerMsgLib/inc/GenerateMsgParams.h | 12a01a94bb9be0a4811c5005670b641f24479128 | [] | no_license | woopengcheng/BasicLib | c25e64a8008a44eb926e3fc833b59071490aa634 | c7cd63ef40171334306a33a8d0cbd568f4b59aa1 | refs/heads/master | 2020-12-24T14:17:52.214924 | 2017-06-13T08:50:20 | 2017-06-13T08:50:20 | 23,398,233 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 225 | h | #ifndef __msg_generate_msg_params_h__
#define __msg_generate_msg_params_h__
namespace Msg
{
class GenerateMsgParams
{
public:
GenerateMsgParams(){}
virtual ~GenerateMsgParams(){}
public:
};
}
#endif | [
"woopengcheng@163.com"
] | woopengcheng@163.com |
8cfb36aeb5ebfcb5ff49a77c586d1f98eae00b28 | 93deffee902a42052d9f5fb01e516becafe45b34 | /cf/1228/E.cpp | 1dfb169e26c22dd917f1cc6539c0e4e95d32e524 | [] | no_license | kobortor/Competitive-Programming | 1aca670bc37ea6254eeabbe33e1ee016174551cc | 69197e664a71a492cb5b0311a9f7b00cf0b1ccba | refs/heads/master | 2023-06-25T05:04:42.492243 | 2023-06-16T18:28:42 | 2023-06-16T18:28:42 | 95,998,328 | 10 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,406 | cpp | #include<bits/stdc++.h>
using namespace std;
#define allof(x) (x).begin(), (x).end()
typedef long long ll;
typedef pair<int, int> pii;
typedef pair<ll, ll> pll;
const int MAXN = 255;
const ll mod = 1e9 + 7;
ll dp[MAXN][MAXN];
ll nck[MAXN][MAXN];
ll kpow[MAXN];
ll ksub1pow[MAXN];
int main(){
cin.tie(0);
c... | [
"kobortor@gmail.com"
] | kobortor@gmail.com |
5846fc937357c40cd541e706ec35a777f354acf1 | 4bd600e65b6555f8a6afbb9775fd4739b7d9e4a2 | /Advanced/1010. Radix (25).cpp | 88c33d2c3ef465898f969473e2892551e64a134d | [] | no_license | BaldrLector/PAT | b9891fc3d1639e9b04b41a8e27df18e08c5feeb9 | a502e362fbc5fcc7ff6df4e950f88aaba82dfbe4 | refs/heads/master | 2021-01-21T01:20:52.746157 | 2017-09-13T12:27:37 | 2017-09-13T12:27:37 | 101,874,971 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,708 | cpp | #include<cstdio>
#include<iostream>
#include<algorithm>
#include<string>
#include<cstring>
#include<vector>
#include<set>
#include<cstdlib>
#include<queue>
using namespace std;
const int maxn=10100;
const int INF=1000000000;
typedef long long LL;
int Map[256];
LL inf=(1LL << 63)-1;
void init(){
for(char c='0';c<... | [
"YGM_Baldr@163.com"
] | YGM_Baldr@163.com |
f225de7e259a072e2612cd59bc14beceef80b7f5 | 73ee941896043f9b3e2ab40028d24ddd202f695f | /external/skia/include/device/xps/SkXPSDevice.h | ca6fd7ecf7566221597dff5afda1994110f3b4c6 | [
"BSD-3-Clause",
"SGI-B-2.0"
] | permissive | CyFI-Lab-Public/RetroScope | d441ea28b33aceeb9888c330a54b033cd7d48b05 | 276b5b03d63f49235db74f2c501057abb9e79d89 | refs/heads/master | 2022-04-08T23:11:44.482107 | 2016-09-22T20:15:43 | 2016-09-22T20:15:43 | 58,890,600 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 9,626 | h | /*
* Copyright 2011 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkXPSDevice_DEFINED
#define SkXPSDevice_DEFINED
#include "SkTypes.h"
#include <ObjBase.h>
#include <XpsObjectModel.h>
#include "SkAutoCoInitialize.h"
#include "SkBit... | [
"ProjectRetroScope@gmail.com"
] | ProjectRetroScope@gmail.com |
82459a7e3eba7b83f3a8d8dbf3410b5892d43c29 | 4af428b2e0812ed4a56454952e365ac66e5166d0 | /Bench_Press.cpp | ec4977a6edd9224bb9e29e8a5ba802c475696ff1 | [] | no_license | harshit774/cpp | fb18f10290e13dae512e15b8e476db9e877343dc | c6a77d6a8329be33c2b2973c6855a61ae4810f1a | refs/heads/master | 2023-08-16T00:13:17.133627 | 2021-10-14T12:19:50 | 2021-10-14T12:19:50 | 367,886,289 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 626 | cpp | #include<bits/stdc++.h>
#include<iostream>
#include<algorithm>
#include<queue>
using namespace std;
typedef long long int ll;
const int N = 2e3 + 100;
const int mod = 1e9 + 7;
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
ll t;cin>>t;
while(t--)
{
ll n,x,y;cin>>n>>x>>y;
ll a[n];
for(ll i=0;... | [
"harshitvarshney774@gmail.com"
] | harshitvarshney774@gmail.com |
950c725746bc4a5e6ba5a0d8dd972d93dd6566f3 | 82bd88332c69484293a953cf1fb762f7cc3d7262 | /chrome/browser/optimization_guide/page_content_annotations_service_factory.cc | 50b50a3c0f3c16bdf0b5dca677871e193db2ec0a | [
"BSD-3-Clause"
] | permissive | pkoarmy/chromium | ab317292d1f877e3d20d1a7f8aa9306860ba949c | 2ba933e8b9b404296d3a5d71fbe2abb0fa148544 | refs/heads/master | 2023-03-09T00:03:01.766283 | 2021-02-27T00:41:27 | 2021-02-27T00:41:27 | 342,725,308 | 0 | 0 | BSD-3-Clause | 2021-02-27T00:41:27 | 2021-02-26T23:20:15 | null | UTF-8 | C++ | false | false | 2,434 | cc | // Copyright 2021 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/optimization_guide/page_content_annotations_service_factory.h"
#include "chrome/browser/optimization_guide/optimization_guide_ke... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
58f8c4f66211e2e322a4bcd6399a56b3f0d594c7 | 1446a45de06399c141ad722b70f8a4e2f88f01c8 | /boost_1_34_1/boost_1_34_1/libs/python/src/str.cpp | 5216cf543fea6be31affa713b83feb4f88c803a2 | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | Thrinaria/Codebase | 270d2b837242e113d733a7e6405b5294faede534 | 85e541a9d1e57f7bf30b5114e5e0a2063275a75d | refs/heads/master | 2021-01-01T20:34:47.359877 | 2015-01-30T06:04:42 | 2015-01-30T06:04:42 | 29,504,087 | 3 | 4 | null | 2015-01-25T01:55:41 | 2015-01-20T00:41:11 | C++ | UTF-8 | C++ | false | false | 9,400 | cpp | // Copyright David Abrahams 2004. Distributed under the Boost
// Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/python/str.hpp>
#include <boost/python/extract.hpp>
#include <boost/python/ssize_t.hpp>
namespace boost { namespace ... | [
"thrin_d@live.nl"
] | thrin_d@live.nl |
a98d0ba299b3d1005e64fa034b33bf041c6b2a18 | 693161124020ceec0730f4cc060cd0a1689a1dbf | /CacheManager.h | 142b92fd417859dbb84e51789b834dc8359d0759 | [] | no_license | yoelsherwin/FlightGear-Server | 9197dd865626cda3a8bb88316ff0a609f88561ab | 6f8accbbef7647e813c2e9ba9f1d311e5b633533 | refs/heads/master | 2022-04-14T15:56:11.963201 | 2020-04-12T07:10:20 | 2020-04-12T07:10:20 | 255,027,842 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 538 | h | //
// Created by yoel on 06/01/2020.
//
#ifndef MILESTONE2__CACHEMANAGER_H_
#define MILESTONE2__CACHEMANAGER_H_
#include <iostream>
#include <fstream>
#include <cstring>
#include "unordered_map"
using namespace std;
template<typename Problem,typename Solution>
class CacheManager {
public:
unordered_map<string,stri... | [
"noreply@github.com"
] | noreply@github.com |
200dc455bc36436dbc6f1b6c6e0d4bfac1790ce0 | 50d9eeacaa38b465f397c5acd8047d6147c2ca72 | /exp4/server.cpp | cfb686a17d35e9ceab604f2b124e715a506ea2b3 | [] | no_license | errnocc/net-programming | 51fab0873459432f745643f79f208e0e7be9ca5d | 4c74c5ba49c4a7f768405498b507033249291720 | refs/heads/master | 2023-06-04T16:55:40.935675 | 2021-06-28T13:32:04 | 2021-06-28T13:32:04 | 363,070,506 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,604 | cpp | #include "../lib/netlib.h"
#define PORT 1234
#define BACKLOG 5
#define MAXDATASIZE 1000
typedef struct CLIENT{
int fd;
char* name;
struct sockaddr_in addr;
char* data;
}CLIENT;
void process_cli(CLIENT *client, char* recvbuf, int len);
void savedata(char* recvbuf, int len, char* data);
int main()
{
int i, maxi,... | [
"2228972546@qq.com"
] | 2228972546@qq.com |
b3e51c661d9cf8bb83a2448be06ae268194f6806 | 73e89812a3e4f979641c7d8765b46ed0226e3dd9 | /Urasandesu.Swathe/Urasandesu/Swathe/Metadata/BaseClassPersistedHandler/BaseAssemblyMetadataPersistedHandler.hpp | 0cd940b73eac45dafc9d6cffb2a23be2eb113c68 | [] | no_license | urasandesu/Swathe | c601244e7339c2d6fe5686a0ee2ca44732007d89 | e086ede891a64d991f1f738b00eb158b44537d06 | refs/heads/master | 2021-01-19T00:52:31.845284 | 2017-03-17T11:32:51 | 2017-03-17T11:32:51 | 6,515,991 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,636 | hpp | /*
* File: BaseAssemblyMetadataPersistedHandler.hpp
*
* Author: Akira Sugiura (urasandesu@gmail.com)
*
*
* Copyright (c) 2014 Akira Sugiura
*
* This software is MIT License.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associat... | [
"urasandesu@gmail.com"
] | urasandesu@gmail.com |
07558371dc98d4e88d9103afc3b0c29106d57489 | f7876e8167be27ef95490e6a039baf20d62ba2aa | /examples/filetransfer/download.cpp | 95c2990d91f6e37227dd728bd448bdb52aea6876 | [] | no_license | Chineseguuys/MUDUO | 7604e3ea97b21492bfed887d8f63dd64c5ac2298 | 467323d93ec89537ea49d66a0e4fdc379774c00f | refs/heads/master | 2022-11-29T14:41:50.455096 | 2020-08-10T12:36:03 | 2020-08-10T12:36:03 | 277,271,355 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,204 | cpp | #include "base/Logging.h"
#include "net/EventLoop.h"
#include "net/TcpServer.h"
#include <stdio.h>
#include <unistd.h>
using namespace muduo;
using namespace muduo::net;
const char* g_file = NULL;
string readFile(const char* filename)
{
string content;
FILE* fp = ::fopen(filename, "rb");
if (fp)
{
... | [
"yanjianghan1996@outlook.com"
] | yanjianghan1996@outlook.com |
6dc2699c4a9988d68fb4fbda2a13b33d6603f8bf | 507dd5f19414fe92fc75c7b15d117d9d5faee81f | /bluid1/Classes/Native/Il2CppCompilerCalculateTypeValues_9Table.cpp | d9d5c1ee0201e4e648996a97b6e9365f6b796445 | [] | no_license | kai-maker/ARkitGoldFish | e41cc71177f1eef78e993a7c567b05b84024fbee | 5195aba06c353d504541b80785502170a77a3755 | refs/heads/master | 2021-07-06T17:53:22.770980 | 2017-10-02T15:10:56 | 2017-10-02T15:10:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 271,675 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "object-in... | [
"kai@kais-iMac.local"
] | kai@kais-iMac.local |
cdf987588a372d923deb0c257a94f2a4d7a71b2c | fbb9b811d68574718351479ad779e8a52f9dfc3f | /pelicula.h | f1e7d1367f75d118d7ddf79f98d337b11daae92b | [] | no_license | ArturoArjona/Proyecto-2-POO | 8506b33bd156fc90fd8e3b2f9cfa4f80742b1f33 | 689ae5b82ed11e2bbe81331e0c875d2386851c93 | refs/heads/master | 2022-05-15T02:13:48.058590 | 2020-04-25T03:30:34 | 2020-04-25T03:30:34 | 258,293,673 | 0 | 0 | null | 2020-04-25T03:30:35 | 2020-04-23T18:19:51 | C++ | UTF-8 | C++ | false | false | 733 | h | #include <iostream>
#include "Actor.h"
using namespace std;
class Pelicula
{
public:
Pelicula();
void setNumPeli(int n) {numPeli=(n >0 ? n :0);};
int getNumPeli() {return numPeli;};
void setTitulo(string t) {titulo=t;};
string getTitulo() {return titulo;};
void setAnio(int a) {anio=(a >0 ? a :0);};
in... | [
"noreply@github.com"
] | noreply@github.com |
5bdff2072b85b284d3a82fcfe408752a3b9c8b83 | 30114f6730aac693971d826f58e46f6d158e6957 | /MFC/ole/mfccalc/calcdlg.cpp | b02fe3d675099086eb7fde6a4a2da05a29b5125f | [] | no_license | oudream/vc_example_official | 67111751a416df93cdc4b9f1048d93f482819992 | 8075deebd4755b2a7531a8f918c19ad2e82e2b23 | refs/heads/master | 2020-06-14T08:00:01.267447 | 2019-07-03T01:03:59 | 2019-07-03T01:03:59 | 194,953,887 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 11,385 | cpp | // calcdlg.cpp : implementation file
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation... | [
"oudream@126.com"
] | oudream@126.com |
14e3c1ca4ca7777bcee8e7ead83f616659ae9402 | 681fa8e11634ef84330ec9e1cc3c08b519d7ec9b | /libraries/libertscommunication/controller_parameter_data.cpp | 1bb7c074ef8a5a63f0bb54a65e9ed85920ba5350 | [] | no_license | EraYaN/ERTS | 30eeedff677195d58b9f75bedf74c1e77270bdab | b66f20ab4a06c690d1e060d235d3ecfb6355c9a3 | refs/heads/master | 2023-01-21T05:28:51.832963 | 2017-10-31T00:32:41 | 2017-10-31T00:32:41 | 102,592,736 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,181 | cpp | #include "controller_parameter_data.h"
ControllerParameterData::ControllerParameterData(const uint8_t *data) {
_ack_number = *(reinterpret_cast<const uint32_t *>(&data[0]));
_p_yaw = *(reinterpret_cast<const uint16_t *>(&data[4]));
_p_height = *(reinterpret_cast<const uint16_t *>(&data[6]));
_p1_pitch_... | [
"robinhes@outlook.com"
] | robinhes@outlook.com |
fb2d9fa632820890f6f9e5f07a87055d3d09370b | 9889e7fd73314382fb2f9e8f63d92cf3254b75fb | /Vaango/src/CCA/Components/MPM/PhysicalBC/AutoCycleFluxBC.h | 79ddbfcdd12832d4420130cc6697f7d97e1604c1 | [] | no_license | bbanerjee/ParSim | 0b05f43cff8e878658dc179b4a604eabd873f594 | 87f87816b146f40013a5e6648dfe20f6d2d002bb | refs/heads/master | 2023-04-27T11:30:36.252023 | 2023-04-13T22:04:50 | 2023-04-13T22:04:50 | 13,608,512 | 16 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,280 | h | /*
* The MIT License
*
* Copyright (c) 1997-2021 The University of Utah
* Copyright (c) 2022-2023 Biswajit Banerjee
*
* 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 restricti... | [
"b.banerjee.nz@gmail.com"
] | b.banerjee.nz@gmail.com |
ac560840ee2b68b3e46f49e279b8795f9ebd7ba4 | cab400e8802a713439578bd8f20915db66dce521 | /cctv/未命名5.cpp | ba21edfac485e0f085fa944730511ff4987790c1 | [] | no_license | Cazyshark/public-class-text-II | 3145b4134492937860b4abb921616afe522061a5 | 64f3342affb3b1036b04028a7e2e8172132fd504 | refs/heads/master | 2020-03-21T09:00:06.359103 | 2018-06-23T07:07:26 | 2018-06-23T07:07:26 | 138,378,423 | 1 | 1 | null | null | null | null | GB18030 | C++ | false | false | 1,619 | cpp | #include<iostream>
#include<string.h>
using namespace std;
class Employee
{
public:
Employee(long, char*, char*, double );
Employee() {};
~Employee() {};
void set_id(long);
void set_salary(double);
void set_name(char * );
void set_address(char* );
long get_id();
double get_salary();
... | [
"noreply@github.com"
] | noreply@github.com |
0a1f96396f52e61a3af9607c011ca911aa92aa9f | 31d0aac59563ebe3b9c1eca5a78d2e47c4eeb716 | /include/Pathfinder/Pathfinder.h | 43a5a1f4f5150a24beab34084d4909f07396fc01 | [] | no_license | jacob1992/RobocupSSL_HL | d85e8914108a8308102dcc2b0d20c35403db04a6 | 0e1cc1f3959363e9e4a6b1032b345b507a60d972 | refs/heads/master | 2020-04-08T12:13:43.057745 | 2014-07-26T16:28:37 | 2014-07-26T16:28:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 431 | h | #ifndef PATHFINDER_H
#define PATHFINDER_H
#include "Utils/Vector2d.h"
#include "SoccerGame/Player/Player.h"
#include "SoccerGame/Ball/Ball.h"
#include <queue>
#include <vector>
class Pathfinder{
public:
Pathfinder();
virtual ~Pathfinder();
virtual bool addObstacle(const Player &iObstacle);
virtual ... | [
"mathieugaron91@gmail.com"
] | mathieugaron91@gmail.com |
f177d813bf4ecaffe0b3cdaec554dd139b18f340 | 251dbd9ee40da70e16300f4a8c223130a5bb7ae8 | /chapter_4/ex_4.25.cpp | d054fc68b19d6df4be0691c62ed556085f29c2d0 | [
"MIT"
] | permissive | YasserKa/Cpp_Primer | cfd2c5b94ccadc444d766ad1a58a0a56f61dfac8 | 198b10255fd67e31c15423a5e44b7f02abb8bdc2 | refs/heads/master | 2021-01-20T10:30:19.416414 | 2017-09-05T20:41:39 | 2017-09-05T20:41:39 | 101,640,247 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 46 | cpp | /**
* ~'q' << 6
* 10001110 << 6
* 10000000
| [
"yasserkaddouralearn@gmail.com"
] | yasserkaddouralearn@gmail.com |
c00d64c6a3e2e0f9ee79f5ebedb633d5bac17db2 | bcc4e8211c725ed3782ea8ae034a8dfb95ab70fb | /Source/Todos/Redux/Reducers/VisibilityFilterReducer.h | 69406ea879f666d5f3e9b26866b9b38d945102d2 | [] | no_license | essem/UnrealTodos | ce413430aaed722b9db7d178eba1fdf09331e3a1 | 3fd278d52d62a0043b75c4178213b6004abf5426 | refs/heads/master | 2021-04-06T06:50:00.961563 | 2018-03-22T05:18:30 | 2018-03-22T05:18:30 | 124,819,457 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 251 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
class UStateString;
class UAction;
const UStateString* VisibilityFilterReducer(const UStateString* State, const UAction* Action);
| [
"soomin@gmail.com"
] | soomin@gmail.com |
2bbca17af155d4c3f1ea4645537da96346bda4a4 | d200b1b156fbf9844dd0891329353207a5b20e32 | /include/mrobot_controllers/robot/odometry.h | 392fed1cb6eec76760f67c393417987fed088967 | [] | no_license | inhok996/mrobot_controllers | e5cc0fee21870951fb33b88125a3c97b4227a596 | 66aac46634101af0ac21db516be83c785ecc6f80 | refs/heads/master | 2021-03-24T12:02:12.960356 | 2017-10-30T15:53:23 | 2017-10-30T15:53:23 | 108,112,995 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 336 | h | #pragma once
namespace mrobot_control
{
class odometry
{
public:
odometry():x(0),y(0),theta(0){}
~odometry(){}
double get_x() {return x;}
double get_y(){return y;}
double get_theta(){return theta;}
void update(double x_in,double y_in, double theta_in);
private:
double x;
double y;
doub... | [
"inho211@naver.com"
] | inho211@naver.com |
bf78de9483112376373afef075008c5311341a70 | 8724c30ffa34a72cca6323f9598d62d92335e649 | /WjgOGL/OGL_21_AdvancedGLSL/main_21.cpp | 1615c5d308588a0efead22cb3bf7503ddbcdc943 | [] | no_license | Alec-Ray/OpenGLStudyCode | 93a6a25cca2c1c88caf12eea2ae36e04c16a5211 | eca6b47cb0f2b5bf4f112aed0b65ea8355bfb2e7 | refs/heads/master | 2022-06-23T13:33:32.630338 | 2020-05-04T10:50:52 | 2020-05-04T10:50:52 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 9,745 | cpp | #include "includes\glad\glad.h"
#include "includes\glfw\glfw3.h"
#include <iostream>
#include "includes\Shader.h"
#include "includes\camera.h"
#include "includes\model.h"
#include "includes\glm\glm.hpp"
#include "includes\glm\gtc\matrix_transform.hpp"
#include "includes\glm\gtc\type_ptr.hpp"
#define STB_IMAGE_IMPLEM... | [
"1056929926@qq.com"
] | 1056929926@qq.com |
8f94fa7e0046e5dfbbda49b0381a303ac96d6d68 | f6b4abfbfe42db316dfc3e0c89a99667c62b4940 | /example/main.cc | 681bc2fff16f90addc1f9761188443f8f796728c | [] | no_license | ohindrichs/ac1bbase | e6b610195d2154273f003be4486a38b4acd492a7 | 5401c268d9672dbb19ce7145feb1cad9ab7ce0d9 | refs/heads/master | 2021-01-21T10:38:03.694497 | 2017-11-02T21:44:51 | 2017-11-02T21:44:51 | 91,700,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,017 | cc | #include "ExampleDY.h"
#include <iostream>
#include <vector>
#include <sstream>
using namespace std;
int main(int argc, char** argv)
{
UInt_t jobnum = atoi(argv[1]);
UInt_t jobcount = atoi(argv[2]);
string lumifile = string(argv[3]);
string outfilename = string(argv[4]);
stringstream ssoutfilename;
ssoutfilenam... | [
"otto.hindrichs@cern.ch"
] | otto.hindrichs@cern.ch |
fdd53fc1d2a269c19669a1bb6a6d26ecb667c0c3 | f11dae2fef32b691a81b03e77680406bae4583d6 | /src/input.cpp | d5e35179576a69e212fb3524f66add3af1a236f4 | [] | no_license | Kunalgarg2100/OpenGL-3D-Game | 14e4cfec4ff0616366cd3fe095ea2a13f78c76f7 | 93a6ea4ada7f43d8c61ad6bcb61a5188ab648f9c | refs/heads/master | 2021-03-30T16:52:49.182808 | 2018-08-12T14:09:06 | 2018-08-12T14:09:06 | 123,444,457 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,881 | cpp | #include <iostream>
#include <cmath>
#include <fstream>
#include <vector>
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#define GLM_FORCE_RADIANS
#include <glm/glm.hpp>
#include <glm/gtx/transform.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include "main.h"
bool cannon_keyboard_input = true;
bool drag_pan = fa... | [
"kunalgarg2100@gmail.com"
] | kunalgarg2100@gmail.com |
6b036e76314520eea70344825f49620e1d60be1a | 2896000c972e0367c1a4e7bc56c64943114eebc2 | /transicion.h | b49a39ff49ed48e458c22eed20dd886c09f21def | [] | no_license | kenshinsamue/CYA-P7 | a8fd6ab00e72e45703bb6d197770771ddb45df3f | ef830f77257c2e20c76cbf0fca9d54b091d07e92 | refs/heads/master | 2023-01-12T19:29:00.729056 | 2020-11-16T12:55:20 | 2020-11-16T12:55:20 | 312,656,089 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 828 | h | /**
* Enrique Manuel Pedroza Castillo
* Alu: alu0100886351
*
* Clase Transicion
*
* Clase que representa la transicion que hay entre dos estados y la cadena de
* transicion de la misma
*
*/
#ifndef TRANSICION_H
#define TRANSICION_H
#include "estado.h"
using namespace std;
class Transicion {
public:
Transici... | [
"alu0100886351@ull.edu.es"
] | alu0100886351@ull.edu.es |
b3ec8db5a1390a7864f1050cafcb912689ec2c12 | d6603c3bbafe61f28364682692baebc23f83d639 | /src/core/grabber/include/manipulator/details/nop.hpp | c9b33cc90ef45c679084de79d715396ab3e2660d | [
"Unlicense"
] | permissive | jrolfs/Karabiner-Elements | 0b00eba173db7d767616673de2551ad5779eceaf | 64d72237cf84f96e1fd128820f39bdb85157c936 | refs/heads/master | 2021-01-12T14:07:13.220314 | 2017-06-19T17:10:25 | 2017-06-19T17:10:25 | 70,166,886 | 2 | 1 | null | 2016-10-06T15:25:30 | 2016-10-06T15:25:30 | null | UTF-8 | C++ | false | false | 1,219 | hpp | #pragma once
#include "manipulator/details/base.hpp"
#include "manipulator/details/types.hpp"
namespace krbn {
namespace manipulator {
namespace details {
class nop final : public base {
public:
nop(void) : base() {
}
virtual ~nop(void) {
}
virtual void manipulate(event_queue::queued_event& front_input_ev... | [
"tekezo@pqrs.org"
] | tekezo@pqrs.org |
ba6b55a2d127fae18bf09cf050042543e9ed11db | 9433cf978aa6b010903c134d77c74719f22efdeb | /src/svl/Mat4.h | c6cb060b2f60fdd315628052624fe8d02df0f803 | [] | no_license | brandonagr/gpstracktime | 4666575cb913db2c9b3b8aa6b40a3ba1a3defb2f | 842bfd9698ec48debb6756a9acb2f40fd6041f9c | refs/heads/master | 2021-01-20T07:10:58.579764 | 2008-09-24T05:44:56 | 2008-09-24T05:44:56 | 32,090,265 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,652 | h | /*
File: Mat4.h
Function: Defines a 4 x 4 matrix.
Author(s): Andrew Willmott
Copyright: (c) 1995-2001, Andrew Willmott
*/
#ifndef __Mat4__
#define __Mat4__
#include "svl/Vec3.h"
#include "svl/Vec4.h"
// --- Mat4 Class -----------------------------------... | [
"BrandonAGr@0fd8bb18-9850-0410-888e-21b4c4172e3e"
] | BrandonAGr@0fd8bb18-9850-0410-888e-21b4c4172e3e |
961b478bc29d09c0b6dfdf9a3571acc57deddafa | 949633cd7f09a68b19304af14562b29514261ecc | /Geometry/HGCalGeometry/plugins/HGCalGeometryESProducer.cc | b81ed3224278bb262a0080cda4242d838016f9b1 | [] | permissive | gsfs/cmssw | eabfe97b0594287ce25556e6b091956b72baad72 | fdbcb59c16cafd2a9b56177064bc0b6b93cc51dc | refs/heads/CMSSW_8_0_X | 2021-01-21T23:41:29.108786 | 2019-04-11T16:11:14 | 2019-04-11T16:11:14 | 226,406,411 | 0 | 0 | Apache-2.0 | 2019-12-06T20:39:25 | 2019-12-06T20:39:24 | null | UTF-8 | C++ | false | false | 2,100 | cc | // -*- C++ -*-
//
// Package: HGCalGeometry
// Class: HGCalGeometryESProducer
//
/**\class HGCalGeometryESProducer HGCalGeometryESProducer.h
Description: <one line class summary>
Implementation:
<Notes on implementation>
*/
//
// Original Author: Sunanda Banerjee
//
//
// system include files
#inc... | [
"sunanda.banerjee@cern.ch"
] | sunanda.banerjee@cern.ch |
8fbd8f540e97625aa986a1eae959136752f44822 | 6ab3f656c50ce2bde97a49788177ff54af14eb04 | /engine/sound/sound.cpp | 60608f7ea0b14f6dbfbeedf97b5ea2d70bfeac64 | [
"MIT"
] | permissive | spreetin/nesemu | 8e0288c1d6f2550aefec7398c6775a137f31f7d9 | 0d9ca5a26f1ef6d1c99545f30ae52d4f7c093cb1 | refs/heads/main | 2023-07-22T13:00:36.791209 | 2021-08-31T08:39:49 | 2021-08-31T08:39:49 | 334,097,486 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 40 | cpp | #include "sound.h"
Sound::Sound()
{
}
| [
"spreetin@protonmail.com"
] | spreetin@protonmail.com |
fcc9b0c9d29bc743370c0e2c09996c5364dd8920 | 1bf6613e21a5695582a8e6d9aaa643af4a1a5fa8 | /src/chrome/browser/.svn/text-base/upgrade_detector_impl.h.svn-base | 178d25d84f6805720f023ddb83a4b01cf987ae37 | [
"BSD-3-Clause"
] | permissive | pqrkchqps/MusicBrowser | ef5c9603105b4f4508a430d285334667ec3c1445 | 03216439d1cc3dae160f440417fcb557bb72f8e4 | refs/heads/master | 2020-05-20T05:12:14.141094 | 2013-05-31T02:21:07 | 2013-05-31T02:21:07 | 10,395,498 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,780 | // Copyright (c) 2011 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_UPGRADE_DETECTOR_IMPL_H_
#define CHROME_BROWSER_UPGRADE_DETECTOR_IMPL_H_
#include "base/memory/weak_ptr.h"
#include "base/time... | [
"creps002@umn.edu"
] | creps002@umn.edu | |
d80e8de8478d10cc1bd56d60252b1a51d2cb19ab | c666cb9dfc26969ef24911d4732b3ecc8152f195 | /chrome/browser/sharing/sharing_device_registration.h | 285b416beb80e413322cf5fbbe825eaea1d178d1 | [
"BSD-3-Clause"
] | permissive | winter-txieyyue/chromium | 476082ed41ffdfdb70bc6f3e679e124efab232a5 | ec74d09215adc6fd83caf2033367df40c26b907c | refs/heads/master | 2023-01-12T22:34:40.755233 | 2019-10-17T02:29:16 | 2019-10-17T02:29:16 | 215,688,941 | 1 | 0 | BSD-3-Clause | 2019-10-17T02:45:49 | 2019-10-17T02:45:49 | null | UTF-8 | C++ | false | false | 4,394 | 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 CHROME_BROWSER_SHARING_SHARING_DEVICE_REGISTRATION_H_
#define CHROME_BROWSER_SHARING_SHARING_DEVICE_REGISTRATION_H_
#include <string>
#include "... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
d287d7c594f1cfe157cba3e622423d8a96967e84 | 18d3e3f0f8e2e66a8e85306ad1eae3132aa31b98 | /Iridium/Iridium/src/CommandParser.cpp | b724cd8cf5a99c80a5de69d7d869fcc5c1a5012a | [
"MIT"
] | permissive | Dimension4/CppCliInterop | 304829c7658d9ee97166c4e8a60e5730003a3eb1 | 56a72b7a00c2c439c9fc7c0881b45b5473d5aa87 | refs/heads/master | 2020-09-10T19:17:39.150967 | 2019-11-26T20:51:10 | 2019-11-26T20:51:10 | 221,810,837 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,096 | cpp | #include <iridium/CommandParser.hpp>
#include <stack>
#include <array>
#include <utility>
namespace ir
{
static constexpr auto g_quoteLiteral = '"';
static constexpr std::string_view g_separator = " \t\n";
static constexpr auto g_scopeLiterals = std::array
{
std::pair{'(', ')'},
std::p... | [
"timo.blust@gmail.com"
] | timo.blust@gmail.com |
f393495f4c6e3c76d345a3a7ebfecfdd83435c3d | 06df1e57108d34d899dc204ac5f1423d6e2507fe | /Video/Dec/Core/H264VDec/Main/H264VDec/H264VDecHP/get_block_mmx.cpp | 390a4fe8fdf4cb95f24beae5c237766a932930fb | [
"MIT"
] | permissive | goodspeed24e/2011Corel | dcf51f34b153f96a3f3904a9249cfcd56d5ff4aa | 4efb585a589ea5587a877f4184493b758fa6f9b2 | refs/heads/master | 2021-01-01T17:28:23.541299 | 2015-03-16T15:02:11 | 2015-03-16T15:04:58 | 32,332,498 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 312,926 | cpp | #include "global.h"
#ifdef H264_ENABLE_INTRINSICS
#include <mmintrin.h>
#include <xmmintrin.h>
#include <emmintrin.h>
#include "get_block.h"
// Disable "No EMMS at end of function '<function name>'"
#ifdef _MSC_VER
#pragma warning ( disable : 4799 )
#endif
DO_ALIGN(16,const static short ncoeff_16[8]) = {16,16,16,16,... | [
"lin.yongyuanone@gmail.com"
] | lin.yongyuanone@gmail.com |
322a5ae090db57deeb49674bce9ee3964a9f7c5a | 293d039942cbbe5a067f022423c14bb068a45a83 | /HSEOpenCVProject/main.cpp | f14b939cf913f48d5e47285968e8e908467cff22 | [] | no_license | ustadenis/OpenCV | 4f9e5c9e60de0cdd79c3f1c0b105e4459768bc62 | bd8aaef7b09594ce3c73db07c1d7ce4843dc904c | refs/heads/master | 2021-01-25T00:56:57.028883 | 2017-06-18T18:25:14 | 2017-06-18T18:25:14 | 94,705,167 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,493 | cpp | #include "ImageClassification.h"
Mat image;
Point origin;
Rect selection;
ImageClassification *imageClassificator;
int main(int argc, const char** argv)
{
VideoCapture cap;
Rect trackWindow;
int hsize = 16;
float hranges[] = { 0,180 };
const float* phranges = hranges;
string modelTxtPath = "C:\\Users\\Denis\\... | [
"ustadenis@bk.ru"
] | ustadenis@bk.ru |
ed041c679cdb4ab5efc45e1369fd8512e0da576b | 00ba1ae8e9e0ba90a6fb4dbdefdd56af3c0beb5f | /C++ File experiments/C++ notepad files/STUD_2.CPP | b40cb42612851f7b972fe534b34ea84d061eab8c | [] | no_license | gotibhai/Projects-and-Programs | 98e91da2410cafcff2bfb8815646d70cd75cf991 | 4cbb4f3eba061fa2adf33819b25fba48d6704f52 | refs/heads/master | 2020-05-14T15:18:07.577251 | 2015-02-09T01:39:25 | 2015-02-09T01:39:25 | 29,871,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | cpp | #include<fstream.h>
#include<conio.h>
void main()
{
clrscr();
int a[10]; float b[10];
for(int i=0; i<10; i++)
{
cout<<"\n\nEnter the roll no. of student "<<i+1<<" : "; cin>>a[i];
cout<<"\n\tEnter the marks of student "<<i+1<<" => "; cin>>b[i];
}
ofstream student;
student.open("stud.txt");
for(i=0; i<10; i++)
{
stu... | [
"abbott.pushkin@gmail.com"
] | abbott.pushkin@gmail.com |
2d284627aab37d5ef415ee1f5841c90486fc6de4 | 925d722273597d4ad7673ff1d4577261d75457f1 | /include/BitmapHolder.h | f1bf1c0d948db9f96bb0905758e2edb4c44542bf | [
"MIT"
] | permissive | JurekM/MediaProjects | 063c55ee93d2b446419527922aff066b04989046 | 5b7188abf301e237b8327c610a008ccc5020b649 | refs/heads/master | 2021-08-19T16:44:09.017386 | 2017-11-27T00:36:35 | 2017-11-27T00:40:18 | 112,129,043 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,476 | h | #pragma once
class BitmapHolder
{
public:
BitmapHolder()
{
}
~BitmapHolder()
{
clear();
}
void clear()
{
if (h_bitmap)
DeleteObject(h_bitmap);
h_bitmap = nullptr;
if (p_bitmap)
delete p_bitmap;
p_bitmap = nullptr;
}
bool loadImage(const w... | [
"jurek@mazecomputer.com"
] | jurek@mazecomputer.com |
614dad531567646022f7cb5bcb3a33aee1c7c5be | e37f0ef98552770d6d60f82c589911d85dcc19e9 | /Codeforces/1358.D.cpp | 737325eff319c831a9fceb2a73ee1cb64fd7a68b | [] | no_license | anand873/CP_Codes | 00c9948810a84d8c9085684f31b75246b1f4ea2c | ec7cd07141512646d96cd247c190924ae9a7e263 | refs/heads/master | 2021-09-09T20:58:51.713079 | 2021-08-30T08:15:13 | 2021-08-30T08:15:13 | 204,478,713 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,786 | cpp | //Author: AnandRaj doubleux
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef long double ld;
typedef pair<int,int> pii;
typedef vector<int> vi;
typedef vector<vi> vvi;
typedef vector<pii> vpii;
typedef pair<ll,ll> pll;
typedef vector<ll> vl;
typedef vector<vl> vvl;
typedef vecto... | [
"noreply@github.com"
] | noreply@github.com |
8de24410bd40ddc1f128638a23b359495a2aa7fb | a6b1a313b27daf0ef8fb902614c0baafb7cb5fb1 | /Lab3_ResourceManager/src/BaseTexture.cpp | 7f5fc092eb08e39559733c5e2cc37f8037efad6d | [] | no_license | Taowyoo/breakout-game | 9c2082e8763ce6e68a0125f74627b35aeb8dd984 | e3c3f79b72c7d0c951d13d249e8dbd9af3917999 | refs/heads/main | 2023-03-19T23:59:24.861841 | 2021-03-07T23:35:21 | 2021-03-07T23:35:21 | 341,268,549 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,411 | cpp | #include "BaseTexture.hpp"
namespace yx {
BaseTexture::BaseTexture(const std::string& name)
: name_(name), texture_(nullptr), width_(0), height_(0) {}
BaseTexture::~BaseTexture() { free(); }
bool BaseTexture::loadFromFile(std::string path, SDL_Renderer* renderer) {
// Get rid of preexisting texture
free();
... | [
"cao.yux@northeastern.edu"
] | cao.yux@northeastern.edu |
833a1b2744b574b12428f8b05c1af8de9d8fb903 | 0ca945fd27e96c75d3ab9833a259a25ef731520a | /odbc/nana/source/gui/detail/window_manager.cpp | 2fedf0d70e8843b28cae7bb34e55a19dc80d4113 | [] | no_license | mastrayer/odbc-test | a3636157ba5be6a3ed1b793bc2ad2ad73346f139 | 9598a5596aa0635e735857e3eb1be42691fc4cfb | refs/heads/master | 2021-01-15T15:32:43.348589 | 2016-08-18T04:55:33 | 2016-08-18T04:55:33 | 65,864,159 | 2 | 1 | null | 2016-08-18T04:55:34 | 2016-08-17T00:54:28 | C++ | UTF-8 | C++ | false | false | 46,791 | cpp | /*
* Window Manager Implementation
* Nana C++ Library(http://www.nanapro.org)
* Copyright(C) 2003-2016 Jinhao(cnjinhao@hotmail.com)
*
* 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)
*
* @file: nana/gui/deta... | [
"김지환"
] | 김지환 |
30c9bf6b584da4214b8d29ef3095d6e148c80de7 | e5953b1489a415794d5c655a1f80569a44473ac3 | /MAMEoX/Sources/scale2x.cpp | 7be9991d0b9fd7007ca34dc2a39d01e088fe80d5 | [] | no_license | joolswills/mameox | 2ec2c94bde2fd1c79380a3ca942360e80d1a2b22 | d010c345dc17ad180a848cd357abe90feb628166 | refs/heads/master | 2020-05-29T23:16:40.958166 | 2011-09-17T18:19:01 | 2011-09-17T18:19:01 | 2,405,648 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 29,472 | cpp | /*
* This file is part of the Advance project.
*
* Copyright (C) 1999-2002 Andrea Mazzoleni
*
* 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 yo... | [
""
] | |
3a50bd76e512a6a8a35be6669af642806ba50832 | eba1bb9b56c9b7e416525460d577496e31e9c412 | /src/lead_control.cpp | 955a9ac10f031914f003304e2a495c2424e2fd6a | [] | no_license | akural/razmetka | 1c7e2932b6baadd5cdcc746f6948f6f22a03ea84 | e373f2b1bb73f910f9e4f82f46ccced5c1ccd94e | refs/heads/master | 2020-04-16T03:39:37.696722 | 2019-06-14T18:50:23 | 2019-06-14T18:50:23 | 165,239,657 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | cpp | #include "All_leads.h"
#include "leads.h"
leads::leads()
{
average_R = RR.middle*Fs;
};
void leads::set_new_peak_info(info_for_new_peak* ptr_info_new_peak)
{
this->ptr_info_new_peak = ptr_info_new_peak;
}
void leads::set_all_leads(All_Leads&new_leads)
{
all_leads = &new_leads;
} | [
"kuraleva.anastasiya@gmail.com"
] | kuraleva.anastasiya@gmail.com |
97a73f07e33510b7923123d4216c3284b4a9d799 | 1349e442b303995936d2c71f85d84a4a3dcbfed1 | /test/qblowfishtest.cpp | f773111c12451af3ee2cdcf3945942760ab6508a | [
"MIT"
] | permissive | roop/qblowfish | 8c5e30a50fd5114600e5e3b44e9b3a571f1e40aa | 830a0df115aec9a623d659a763e26ccb374cd7fd | refs/heads/master | 2023-03-03T05:03:36.717844 | 2023-02-09T15:04:11 | 2023-02-09T15:04:11 | 4,393,063 | 21 | 5 | NOASSERTION | 2023-02-09T15:04:13 | 2012-05-21T12:00:38 | C++ | UTF-8 | C++ | false | false | 7,469 | cpp | #include "qblowfishtest.h"
#include "qblowfish.h"
void QBlowfishTest::blowfishTest_data()
{
QTest::addColumn<QString>("key");
QTest::addColumn<QString>("clearText");
QTest::addColumn<QString>("cipherText");
// Test vectors by Eric Young
// from http://www.schneier.com/code/vectors.txt
QTest::... | [
"roop@forwardbias.in"
] | roop@forwardbias.in |
1bf516d2a5ec01c6fe22210ff4f36e8bc35113fa | cb80a8562d90eb969272a7ff2cf52c1fa7aeb084 | /inletTest3/0.016/omega | eba5573df459855c9f72df1215fa7636a0ce9301 | [] | no_license | mahoep/inletCFD | eb516145fad17408f018f51e32aa0604871eaa95 | 0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2 | refs/heads/main | 2023-08-30T22:07:41.314690 | 2021-10-14T19:23:51 | 2021-10-14T19:23:51 | 314,657,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 147,951 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
... | [
"mhoeper3234@gmail.com"
] | mhoeper3234@gmail.com | |
03b267ecc6f655e81ea6f0a35bf49fdd211a405d | 8523123cacd378d808dbd3f02bbe0b66e2c69290 | /SC2 Multi Lossbot/SC2 Multi Lossbot/clsMemory.cpp | 399b69361f84a076a7c48b3eb97952d8f84b0e0b | [] | no_license | shneezyn/sc2-multi-lossbot | 568194a12cba168b0bbac9ed046a2fb717cd6bb3 | 47ed28853067689679d7e189344599b716ae4c5f | refs/heads/master | 2016-08-09T07:33:50.243624 | 2010-11-30T20:32:22 | 2010-11-30T20:32:22 | 44,065,340 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,594 | cpp | #include "stdafx.h"
#include "clsMemory.h"
using namespace std;
// Used to check if game has been found or still in game or what the map is
string clsMemory::MapName(HANDLE procHandle)
{
string value = "";
char buffer[255] = {NULL};
DWORD addrValue = 0x1C4C0C8; // base address
ReadProcessMemory(procH... | [
"b996816@prtnx.com"
] | b996816@prtnx.com |
34cd88fa1c3effd83b353fdae66886ecfa87ad88 | c4e1830e428ae80ecf92585c1f0d8ef49701dbe7 | /SymulatorX/SymulatorX/genrand.h | 7c441d5243c6c0d95f3de636c2ee40d1586334cd | [] | no_license | schadow7/SymulatorX | 75dc28776a251ab8efbcd45c2ca0816a476fb766 | ab2304a906f811e98783cc2805ad7f370f6fdc44 | refs/heads/master | 2020-03-07T07:24:10.089127 | 2018-04-13T13:17:23 | 2018-04-13T13:17:23 | 127,348,308 | 0 | 0 | null | 2018-04-03T19:51:48 | 2018-03-29T21:17:03 | null | UTF-8 | C++ | false | false | 794 | h | #ifndef GENRAND_H
#define GENRAND_H
#include <random>
/**
* @brief Generator białego szumu
*/
class GenRand
{
public:
/**
* @brief Konstruktor
* @param Wariancja
*/
GenRand(double var);
/**
* @brief Destruktor
*/
~GenRand();
/**
* @brief Ustawienie ... | [
"noreply@github.com"
] | noreply@github.com |
389598615953b8c935153e1e76fcf02f4ffe2b64 | 36c7b12edf18733085ceae8ac7d81944995c91bd | /src/pos_estimate.cpp | 7d2965f743ddb6495ebf25c6e993c18b95383c4d | [] | no_license | Wei-Fan/position_estimate | 91c34904a1bd5d1e35b3d0bab15a43c0b5d004b8 | 4977bc94bcbe63d04a9b0fb46d2c5e86fde1a2fa | refs/heads/master | 2020-12-03T00:18:53.431179 | 2017-07-12T14:07:03 | 2017-07-12T14:07:03 | 96,014,351 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,224 | cpp | #include <ros/ros.h>
#include <opencv2/opencv.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/ml.hpp>
#include "ardrone_autonomy/navdata_altitude.h"
#include "ardrone_autonomy/Navdata.h"
#include <sensor_msgs/Image.h>
#include <sensor_msgs/image_encodings.h>
#include <geometry_msgs/Point.h>
#include "std_... | [
"804287078@qq.com"
] | 804287078@qq.com |
229cdcfb0ed390853505ae2512069b942af4f83a | 6dc37dad6f7dbf47e53f4dabd13ba21799e6297a | /.vim/plugin/pq.h | cfc1176be6d06afc772c721c142d1f78f2aa4232 | [
"MIT"
] | permissive | utkarshayachit/vim-configuration | 731ee579d7d33966b12803905e5eec5ef305738d | 553353d8c5f53770ca5cad2ee4bcbdf2090a1dd5 | refs/heads/master | 2021-01-10T22:10:31.012929 | 2018-04-01T20:36:42 | 2018-04-01T20:36:42 | 17,708,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,621 | h | /*=========================================================================
Program: ParaView
Module: $CLASSNAME$.h
Copyright (c) 2005,2006 Sandia Corporation, Kitware Inc.
All rights reserved.
ParaView is a free software; you can redistribute it and/or modify it
under the terms of the ParaView li... | [
"utkarsh.ayachit@kitware.com"
] | utkarsh.ayachit@kitware.com |
61dbb7a911c88b0f9edae7b74bb73ec067b152fd | 4f4ddc396fa1dfc874780895ca9b8ee4f7714222 | /src/xtp/Samples/Controls/WindowPos/WindowPos.h | 6cb951fc52b440aa8b27345f03de681da30fcb96 | [] | no_license | UtsavChokshiCNU/GenSym-Test2 | 3214145186d032a6b5a7486003cef40787786ba0 | a48c806df56297019cfcb22862dd64609fdd8711 | refs/heads/master | 2021-01-23T23:14:03.559378 | 2017-09-09T14:20:09 | 2017-09-09T14:20:09 | 102,960,203 | 3 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,123 | h | // WindowPos.h : main header file for the WINDOWPOS application
//
// This file is a part of the XTREME TOOLKIT PRO MFC class library.
// (c)1998-2011 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITH... | [
"utsavchokshi@Utsavs-MacBook-Pro.local"
] | utsavchokshi@Utsavs-MacBook-Pro.local |
0fd4c0644f2a2bb0533fa5de8dc2d57a85d8ecf5 | 4b15331951e5a6bdbc577ac08932b8841464ed73 | /Projects/XOR Engine.cpp | f0a1454e7eaf936620bfab2f26f0c07c2674ee6a | [] | no_license | abhaychandna/Practice | 2d37db548272e836b44b47a77035889f2bd96b5a | 2726564341eed6bdd912c9a7c67fc4f25cdd0c31 | refs/heads/master | 2022-12-26T11:11:21.641702 | 2022-12-17T13:35:44 | 2022-12-17T13:35:44 | 250,537,173 | 0 | 0 | null | 2020-03-27T14:15:32 | 2020-03-27T13:09:00 | C++ | UTF-8 | C++ | false | false | 341 | cpp | #include<iostream>
#include<bitset>
using namespace std;
int main()
{
int n = 5;
int a[] = { 15,13,11,28,16};
int sum = 0;
long long int x = n * pow(2,32);
for (int i = 0; i < n; i++)
{
sum += a[i];
}
x = x - sum;
int p = 3;
sum = sum xor p;
x = x xor p;
cout <<bitset<32>(sum) << endl ... | [
"noreply@github.com"
] | noreply@github.com |
b36510ea568bd77a43be4b5dbfb31240e50d169c | aaf2967b230641ab4b37e246044be20de5cbc60d | /chrome/browser/ui/views/toolbar/chrome_labs_bubble_view.h | eb37d5bcceeccf128935639a7f49315946050dcc | [
"BSD-3-Clause"
] | permissive | neelpatel23/chromium | 5dce4b1d8a6591bf182699a5fac8be70f8c5c0a2 | 6eea28e0d348777c9cb9a05699773881fb31c40a | refs/heads/master | 2023-02-05T00:01:43.312850 | 2021-01-11T12:06:01 | 2021-01-11T12:06:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,148 | h | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_VIEWS_TOOLBAR_CHROME_LABS_BUBBLE_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_TOOLBAR_CHROME_LABS_BUBBLE_VIEW_H_
#include "chrome/br... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
68ca929b2b45ed4c8b68edef65686615c6bec9c4 | 329d7a38745ab8b01e99c30f00925f4c53b151fa | /Layout/main.cpp | d03b150f19b5e4f9005a2866021f0d001a77c7e4 | [] | no_license | Auxiliary-xzb/Qt | 674560402d5c8e800206af4002965199d28b7c4f | 6533bc4d59fc6e257e882d5b864f09b3a4bf8e0a | refs/heads/master | 2023-04-23T00:17:01.533461 | 2021-05-10T03:22:05 | 2021-05-10T03:22:05 | 131,687,236 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 166 | cpp | #include "widget.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
| [
"519083070@qq.com"
] | 519083070@qq.com |
f9c76833f3ab30eb0f2600211861441a9f76f65d | 7a8b730cf9c8b0e9fe397a439ad6a01c85365f22 | /LR2/OOP/OOP/Treangle.cpp | 90dc725dde58da45ef87640fbd56f800139b51ce | [] | no_license | EugeneKurlovich/OOP | aa840778fa2ea510757bf1ffdf1fcbd1187ecd70 | 264127f1d8e76e69041110bde5e64a32eb239945 | refs/heads/master | 2020-04-18T05:10:48.626185 | 2016-12-22T15:42:45 | 2016-12-22T15:42:45 | 68,534,591 | 0 | 1 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 5,346 | cpp | #include "stdafx.h"
#include "Treangle.h"
static int max_rb = 0 , min_rb = 100;
static int max_rs = 0 , min_rs = 100;
static int max_pr = 0 , min_pr = 100;
static int type_one = 0;
static int type_two = 0;
static int type_three = 0;
Treangle::Treangle()
{
}
Treangle::Treangle(int t_x1, int t_y1, int... | [
"zhenikpggkurlovich@gmail.com"
] | zhenikpggkurlovich@gmail.com |
ed8f1d847783addb056063c1542363edf4cdc93d | bba21a9bbd9a136ef7f38cad3233bf7a8e80f153 | /Main/Games/Quake2/Player.cpp | 6f80407bbdddf9112ac6137009cd447e7fc8cf2f | [] | no_license | rezanour/randomoldstuff | da95141b3eb7698a55c27b788b2bf3315462545c | f78ccc05e5b86909325f7f2140b18d6134de5904 | refs/heads/master | 2021-01-19T18:02:40.190735 | 2014-12-15T05:27:17 | 2014-12-15T05:28:41 | 27,686,761 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,295 | cpp | #include "Player.h"
#include "Quake2Game.h"
#include "QuakeProperties.h"
#include <Transform.h>
#include <GameWorld.h>
using namespace GDK;
namespace Quake2
{
static float s_playerHeight = 0;
GameObjectCreateParameters Player::Create(_In_ const std::shared_ptr<IGameWorld>& gameWorld, _In_ const std::shared_p... | [
"rezanour@hotmail.com"
] | rezanour@hotmail.com |
fa1b24a16c8c9b6ae96b794710d4bbb88c742141 | 5b1dd5d3cc755696c75a423da841daf2aa39afb5 | /aliyun-api-ram/2015-05-01/include/ali_ram_delete_group_types.h | 99561a4c42dc3131dca750f1b1dcdf0515e5be51 | [
"Apache-2.0"
] | permissive | aliyun-beta/aliyun-openapi-cpp-sdk | 1c61ffd2f0f85fb149ba9941c77e193f5db4d364 | 5e708130870a27e0c749777118f9e26ace96e7d9 | refs/heads/master | 2016-08-12T06:21:57.634675 | 2015-12-15T08:14:59 | 2015-12-15T08:14:59 | 47,530,214 | 5 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 288 | h | #ifndef ALI_RAM_DELETE_GROUP_TYPESH
#define ALI_RAM_DELETE_GROUP_TYPESH
#include <stdio.h>
#include <string>
#include <vector>
namespace aliyun {
struct RamDeleteGroupRequestType {
std::string group_name;
};
struct RamDeleteGroupResponseType {
};
} // end namespace
#endif
| [
"zcy421593@126.com"
] | zcy421593@126.com |
850699421d8c86f9e3eec75888d5bb71c087d9c5 | 8c87fc51a773673aa6cb5867287cc3f42c057a5b | /engine/module/time/TimeModule.h | 6b02f19b50c6816d91342cce5b81c4328b17c08b | [] | no_license | onesmash/Wukong | e407758f3a8ba74320292f93108cb8fcbc264d36 | 8ba81c3fc3e824e0eee5c8307c8ef2ae3921e6c8 | refs/heads/master | 2020-04-06T14:18:27.114151 | 2016-11-15T12:28:56 | 2016-11-15T12:28:56 | 52,526,211 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 549 | h | //
// TimeModule.hpp
// AppCore
//
// Created by Xuhui on 16/1/20.
// Copyright © 2016年 Xuhui. All rights reserved.
//
#ifndef __AppCore_Module__Time_h
#define __AppCore_Module__Time_h
#include "Module.h"
namespace WukongEngine {
namespace Runtime {
class TimeModule: public Module
{
public:
virtual... | [
"good122000@qq.com"
] | good122000@qq.com |
2856158a383a461398c6162adae751c6224b0f79 | 587b0949416ee313d12bcf65fe1d2266403d1567 | /1003.cpp | b146218b22427851f13c8b83a0f8b95d4d8c7c85 | [] | no_license | marcosgiunta/URI-Solutions | 301836c1dd71cc00a0143f9cde1b886b56d84ba0 | a9e286a47e28cdc2ec423bfaed43165b6ee39ee4 | refs/heads/master | 2020-09-06T09:13:57.006611 | 2019-11-09T20:00:41 | 2019-11-09T20:00:41 | 220,383,316 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 158 | cpp | #include <iostream>
using namespace std;
int main(int argc, char *argv[]) {
int A,B,SOMA;
cin>>A>>B;
SOMA=A+B;
cout<<"SOMA = "<<SOMA<<endl;
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
a04d35756eb9ecd8e13fbdfe36a8773d5582a3f0 | b111f61b47581aa6236ff720c999d5fb0503b83c | /Course 1: Algorithmic Toolbox/week2_algorithmic_warmup/8_last_digit_of_the_sum_of_squares_of_fibonacci_numbers/fibonacci_sum_squares.cpp | c8a841c08e8dbd3876cf343eeb4a70664eab1c11 | [] | no_license | biqar/data-structures-and-algorithms-specialization | 2e8d41b1538e66a5fd91a6a0058d123378f6d066 | 7c149a3330b79366c3710b4409d3e77e097f4040 | refs/heads/master | 2021-07-25T02:41:23.546913 | 2020-12-24T06:04:03 | 2020-12-24T06:04:03 | 231,165,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 527 | cpp | #include <iostream>
int fibonacci_sum_squares_naive(long long n) {
if (n <= 1)
return n;
long long previous = 0;
long long current = 1;
long long sum = 1;
for (long long i = 0; i < n - 1; ++i) {
long long tmp_previous = previous;
previous = current;
current =... | [
"raqib@tigerit.com"
] | raqib@tigerit.com |
d73be24fd69e7ca0c6b50db9a98adb8385f48232 | ae23afe2f8b7b5afb3c002694c40c9ec1ea5ad34 | /R_ignore/old code/src/Hungarian.cpp | 76632def305292fe91fa484d8596d5f5425bfd51 | [
"MIT"
] | permissive | bobverity/MALECOT | 36ed61a104252746c87b46e66b6155d6e26393d9 | 713d220d14f282dc63618ca10c83e2a902a83266 | refs/heads/master | 2020-03-18T21:13:25.986166 | 2019-02-26T14:55:58 | 2019-02-26T14:55:58 | 135,267,552 | 3 | 0 | null | 2018-05-29T08:48:19 | 2018-05-29T08:46:23 | C++ | UTF-8 | C++ | false | false | 6,429 | cpp | //
// MALECOT
// Hungarian.cpp
//
// Created: Bob on 06/12/2016
//
// Distributed under the MIT software licence - see LICENSE.md file for details
//
// Further details (if any) of this set of functions can be found in the corresponding header file.
//
// -----------------------------------------------------------... | [
"r.verity@imperial.ac.uk"
] | r.verity@imperial.ac.uk |
e2c78852d77dac9b59693e4949823d8098766640 | c1e7d614739b6214f050003b232195f3feab409b | /src/ntypes/NodeSet.cpp | 4192bc500ddd1319c29dacd9ee3b92df81c09dff | [] | no_license | drorgl/node-nupic | 316c431165fcbfdef588eb49d80b1c87ed4e73f1 | ea725f50746a866874ca8c5340797d889131e803 | refs/heads/master | 2021-07-14T19:30:16.104898 | 2017-10-20T21:05:26 | 2017-10-20T21:05:26 | 105,366,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,186 | cpp | #include "NodeSet.hpp"
namespace node_nupic {
namespace ntypes {
void NodeSet::Init(v8::Handle<v8::Object> target, std::shared_ptr<namespace_wrap> overload) {
}
}
}
//// /* ---------------------------------------------------------------------
//// * Numenta Platform for Intelligent Computing (NuPIC)
//// * C... | [
"drorgl@yahoo.com"
] | drorgl@yahoo.com |
9f25f405bffbf09de44404503697786b25d16972 | 09b5eec80877cd590063d635b1dc1c779a024223 | /Topcoder/SouthAmericaCollegiate23June/b.cpp | 87a4d09820d4135888c8b8756ed339b71593906e | [] | no_license | Shahraaz/CP_P_S4 | c8cb95a60a6b7024fc3110ebfd35e271e164073c | 73d9d7fa5108349607fd9f71050c2eed7aaaf494 | refs/heads/master | 2020-05-24T22:11:09.211716 | 2019-07-15T23:55:11 | 2019-07-15T23:55:11 | 187,492,748 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,420 | cpp | //Optimise
#include <bits/stdc++.h>
using namespace std;
// #define Online 1
// #define multitest 1
#define Debug 1
#ifdef Debug
#define db(...) ZZ(#__VA_ARGS__, __VA_ARGS__);
template <typename Arg1>
void ZZ(const char *name, Arg1 &&arg1)
{
std::cerr << name << " = " << arg1 << endl;
}
template <typename Arg1, typen... | [
"shahraazhussain@gmail.com"
] | shahraazhussain@gmail.com |
80dc7f3e3f544c479e3f14a2646d2182e8811c6f | 3f24e581b425251ccdeaedf70d95591a78f2f7a3 | /src/GY521Sensor.h | 297934e945c3df83e0eee7bff144eeb813be07f4 | [] | no_license | Gobluin/TelescopeTracker | 8716e83757bef42218ed5cf50ba5ea222beadb4e | fb4b0d28abd8c5a8f570e544d7dde4d2f69791ea | refs/heads/master | 2021-01-01T05:50:46.742003 | 2015-09-11T13:02:21 | 2015-09-11T13:02:21 | 25,923,456 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,162 | h | /*
* GY521Sensor.h
*
* Created on: 27 окт. 2014 г.
* Author: shrike
*/
#ifndef GY521SENSOR_H_
#define GY521SENSOR_H_
#include "cmsis_device.h"
#include "mpu6050.h"
class GY521Sensor
{
public:
GY521Sensor(I2C_TypeDef*);
virtual ~GY521Sensor();
bool Init();
float Temperature();
int16_t Gypo... | [
"shrike.ol@gmail.com"
] | shrike.ol@gmail.com |
fd68c49d6a1ae8cbbd7b9e6b76175716e3bf1c3f | c390d7a9e4ea0e6dc4a16f1757922e7ddbf414dc | /rcon_packet/sdk/cssdk/include/cssdk/engine/edict.h | e0419efc451853b32936dde6071ff3d2802b43c6 | [] | no_license | francoromaniello/rcon_packet | b1de1d71169cdcb395bcbe320916942960f11759 | 22785b39ba3744f81049cc4bd90737e1bc739d34 | refs/heads/main | 2023-06-20T19:22:02.188869 | 2021-07-30T20:57:18 | 2021-07-30T20:57:18 | 389,636,376 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,647 | h | // ***********************************************************************
// Created : 04-01-2020
//
// Last Modified By : the_hunter
// Last Modified On : 04-01-2020
// ***********************************************************************
// Copyright (c) 1996-2002, Valve LLC. All rights reserved.
// *... | [
"romax.cs@gmail.com"
] | romax.cs@gmail.com |
340cfe9426f1bffac0090b67bd311cfd2ae32335 | 53f3f38eac3ed44f23f8f58d34aa8bd89555eaef | /src/msvc/include/AutoGemmKernelSources/cgemm_Col_TT_B1_MX032_NX032_KX08_src.cpp | cc7766aecbd339caaea8897858ce88945384ad63 | [
"Apache-2.0"
] | permissive | gajgeospatial/clBLAS-1.10 | 16039ddfad67b6c26a00767f33911e7c6fe374dc | 2f5f1347e814e23b93262cd6fa92ec1d228963ac | refs/heads/master | 2022-06-27T09:08:34.399452 | 2020-05-12T16:50:46 | 2020-05-12T16:50:46 | 263,172,549 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,053 | cpp | /*******************************************************************************
* This file was auto-generated using the AutoGemm.py python script.
* DO NOT modify this file! Instead, make changes to scripts in
* clBLAS/src/library/blas/AutoGemm/ then re-generate files
* (otherwise local changes will be lost a... | [
"glen.johnson@gaj-geospatial.com"
] | glen.johnson@gaj-geospatial.com |
c7254345bf38c922886bfc7f79d2ca74dee25e0a | 63c9392f25072f46c2204becc78654f1bc5ad355 | /01_WinMain/InteractionManager.h | b08c6eff0b351db60cfd09139a7740554d3ff850 | [] | no_license | labyrinth6843/Necrodancer | 0618eb923c32f4b693aa30b3a14b19e8b1a96592 | eb8b9a1edfeeaccec0ecd3f64d89f8ab37ae4916 | refs/heads/main | 2023-04-02T11:41:23.541020 | 2021-03-31T03:15:30 | 2021-03-31T03:15:30 | 346,194,661 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 321 | h | #pragma once
class Image;
class InteractionManager
{
Singleton(InteractionManager);
private:
Image* mShovelImage = ImageManager::GetInstance()->FindImage(L"Shovel");
public:
InteractionManager();
void Render(HDC hdc);
bool ShowShovel(int x, int y);
Image* GetShovelImg(int x, int y) { return mShovelImage; };
};
... | [
"79181772+labyrinth6843@users.noreply.github.com"
] | 79181772+labyrinth6843@users.noreply.github.com |
476a70dfce270ad657f501748591b41327c8ea6a | 15dbe015aebba8ef5a94557566bed36763b1aba9 | /src/wallet/test/wallet_tests.cpp | 4c2a8753346a5d124d2c12fb9deb404f264d510b | [
"MIT"
] | permissive | AM16031993N/Helpico | cef35b2ce20dcc066786bf17117879fa77c28c69 | 7b912a593b4863f113e4b1c1d1922df77831253f | refs/heads/master | 2021-10-24T02:29:16.635062 | 2019-03-21T12:32:06 | 2019-03-21T12:32:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,504 | cpp | // Copyright (c) 2012-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "wallet/wallet.h"
#include <set>
#include <stdint.h>
#include <utility>
#include <vector>
#include "test/test_help... | [
"vip@anonymous.do"
] | vip@anonymous.do |
25bc3832423a6861054e5e0f9e772a4e51dbff98 | b90ef27306fe5d4a9d611726984b6760cc3bc83d | /LEDMatrixV2ro3/char.ino | 24e10cddf05d83eaa95a96b9742cccff05dd8959 | [] | no_license | tehniq3/matrix_clock_weather_net | 1d498dab00762b36d8ac75b8317ba01543bcf67c | ad5230ffb619beb8cc7732f197aecfacd9bdee27 | refs/heads/master | 2021-06-28T21:45:24.833774 | 2021-01-20T09:12:26 | 2021-01-20T09:12:26 | 212,754,036 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,544 | ino | void showDigit(char ch, int col, const uint8_t *data)
{
if (dy < -8 | dy > 8) return;
int len = pgm_read_byte(data);
int w = pgm_read_byte(data + 1 + ch * len);
col += dx;
for (int i = 0; i < w; i++)
if (col + i >= 0 && col + i < 8 * NUM_MAX) {
byte v = pgm_read_byte(data + 1 + ch * len + 1 + i);
... | [
"noreply@github.com"
] | noreply@github.com |
9c33e18d2ba86c531589fec8cdb2cc2171231f4f | b511bb6461363cf84afa52189603bd9d1a11ad34 | /second year/jshd.cpp | 19ff9e4c68a429976b6278a75b9042b7eb7c4f68 | [] | no_license | masumr/problem_solve | ec0059479425e49cc4c76a107556972e1c545e89 | 1ad4ec3e27f28f10662c68bbc268eaad9f5a1a9e | refs/heads/master | 2021-01-16T19:07:01.198885 | 2017-08-12T21:21:59 | 2017-08-12T21:21:59 | 100,135,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 582 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
int t,c=0;
cin>>t;
getchar();
for(int k=0;k<t;k++){
cout<<endl;
int n,m;
cin>>n>>m;
int a[100000];
for(int i=1;i<=n;i++) cin>>a[i];
printf("Case %d:\n",++c);
for(int i=1;i<=m;i++){
... | [
"masumr455@gmial.com"
] | masumr455@gmial.com |
5cae6ec5ba9a4b9abb5b777492967b562a79c49f | 92cba07e4387fb37c485bc366ce156cdd195bc37 | /SecA/03-May22/define1badone.cpp | 71511564ffdbad66a1ba7db1d4ea855832723332 | [] | no_license | dkamin/20132notes | c9792ed39097e6642ad28e35e5fa163e68b6ed82 | c9734280d7917b951e0fde2d233b2c8fa9026d6a | refs/heads/master | 2021-01-22T18:46:13.682860 | 2013-07-26T15:14:00 | 2013-07-26T15:14:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 172 | cpp | #include <iostream>
using namespace std;
#define PI 3.14159265
#define sum a+b
int main(){
int a = 2;
int b = 3;
int c;
c = sum * 4;
cout<<c<<endl;
return 0;
} | [
"fardad.soleimanloo@senecacollege.ca"
] | fardad.soleimanloo@senecacollege.ca |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.