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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4ad18849e6a5828831e5322f68e431726071ff54 | 27bca5f8247ccbb0eb8e7c595fd7a5efe19866fc | /Source/UE4Assignment/Public/VFX.h | ff773d0cd823977a9cdc87ce414bcfe577b1f444 | [] | no_license | JohannesK90/UE4TopDownProject | d93cea9fddb42bd7f61a78b29e097c72a53a22ac | 24c7a97272749dd113daaf3183da9987ac9d6ccf | refs/heads/master | 2020-12-06T01:33:47.843400 | 2020-01-28T02:12:04 | 2020-01-28T02:12:04 | 232,302,848 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 800 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "VFX.generated.h"
UCLASS(ClassGroup = (Custom), meta = (BlueprintSpawnableComponent))
class UE4ASSIGNMENT_API UVFX : public UActorComponent
{
GENERATE... | [
"joakim.lembke@futuregames.nu"
] | joakim.lembke@futuregames.nu |
718c18b7a72ac9540487afb5655f3846e2236ae3 | af8445b836c8e05227c02c4b0426df7208201040 | /src/ClientApp/src/Echo.cpp | 8912739e8c139054413a34688da919f0f674bbab | [] | no_license | SX91/sockets | eeb648a14f0307c43af44889c850a4a0798e7bd7 | 51b25ec152482489b20aef6c52ac905f82188b34 | refs/heads/master | 2021-07-16T03:39:51.085005 | 2017-10-18T14:33:04 | 2017-10-18T14:33:04 | 107,413,641 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,281 | cpp | #include "Echo.h"
#include <cassert>
#include <iostream>
void TCPEchoClient::bind(const SocketAddress &address) {
m_Socket.bind(address);
}
void TCPEchoClient::connect(const SocketAddress &remote) {
m_Socket.connect(remote);
}
void TCPEchoClient::run() {
std::string input;
char buf[MAXSIZE];
wh... | [
"simplex91@gmail.com"
] | simplex91@gmail.com |
6efb5e060f2035e8ab4d357197b0eb1d4ef2be08 | a8839e6b43d458c8cc82f8bfd16188487267f609 | /OGL TLM on GPU/Maths/Quaternion.hpp | ee7565556acb46ff08be4930fd1ed61d5997d0e2 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bobvodka/TransmissionLineMatrixTheoryOnGPU | 04179ae49e7a9c35f1baee788e80462c977fc5a3 | 6db9eb97c7af88969a8bec102e8c55dec48ed8e9 | refs/heads/master | 2021-01-01T18:56:43.300824 | 2017-07-26T21:22:41 | 2017-07-26T21:22:41 | 98,465,934 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 858 | hpp | #ifndef RESURRECTIONENGINE_QUATERNION
#define RESURRECTIONENGINE_QUATERNION
#define _USE_MATH_DEFINES
#include <math.h>
#include "mtxlib.h"
class Quaternion
{
public:
float w, x, y, z;
static Quaternion matrixToQuaternion(const float *matrix);
Quaternion(float ax = 1.0, float ay = 0.0, float az = 0.0, float d... | [
"rob@phantom-web.co.uk"
] | rob@phantom-web.co.uk |
badf89efa7f748bcd43dcc784fd5a49fda9676f4 | b8f1f73c17296b117283a120a13479d05b194d17 | /LightsCameraAction/Shapes/cylinder.h | 1e8a57ca74a110f03c6e827fb2f1a5d48d1c4098 | [] | no_license | AmyGourlay/FerrisWheel | 53a97fd77e3383eeb15a7949c6bdf9193da52458 | 979b01670051c31e3a6ef0ea2116db85814049c4 | refs/heads/master | 2023-04-08T02:40:26.009963 | 2021-04-18T08:32:08 | 2021-04-18T08:32:08 | 359,086,263 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 871 | h | /**
* Cylinder.h
* Example of a cylinder. This was created by David Ogle in 2015 and updated and tidied up
* by Iain Martin in November 2017.
* Provided to the AC41001/AC51008 Graphics class to help debug their own cylinder objects or to
* used in their assignment to provide another flexible
*/
#ifndef CYLINDER... | [
"amy.gourlay@ntlworld.com"
] | amy.gourlay@ntlworld.com |
7f0bd90cc2132f9f87660370b84da550cc8b18ee | 6eb4bdaed4117982e4c4192313d5f83f9646fb75 | /03 结构体指针.cpp | bde9c4ac487cd3e06b465aa360cf4a2fb9e92e9f | [] | no_license | jxc66g/06- | 19bcd0d9f3db8b20eb660e299ab098af1b82a880 | 19dc07ce68650095388d8177b2d47f942aad2581 | refs/heads/master | 2022-12-03T00:13:08.731139 | 2020-08-23T07:46:39 | 2020-08-23T07:46:39 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 567 | cpp | #include<iostream>
using namespace std;
#include<string>
//结构体指针
struct Student
{
//姓名
string name;
//年龄
int age;
//分数
int score;
};
int main3() {
//1.创建学生结构体变量
struct Student s = { "张三",18,100 };
//2.通过指针指向结构体变量
struct Student* p = &s;
//3.通过指针访问结构体变量中的数据
//通过结构体指针 访问结构体中的属性 ,需要利用 ->
cout << "姓名:" ... | [
"jxc66g@gmail.com"
] | jxc66g@gmail.com |
fbe902569979fe2d4241693a5a84513dc5d7c158 | ed5a2bf916f18bca1251b43516172ff8099743c1 | /src/ros/kinematicDataReader.cpp | 1500ce939513f8c43085ed5b207a0529d91a1cef | [] | no_license | AleksAttanasio/dvrk-tissueRetraction | fd74209d50f921e139dd5d62c3f00b0c6a3db3ab | 11a28b3a4c1357bd7d874613a3e24e9698cb4ce0 | refs/heads/master | 2021-06-24T11:57:29.076625 | 2020-10-30T12:50:46 | 2020-10-30T12:50:46 | 143,422,761 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,214 | cpp | //
// Created by aleks on 10/9/18.
//
// ROS
#include <stdio.h>
#include <ros/ros.h>
#include <iostream>
#include <fstream>
#include <cv_bridge/cv_bridge.h>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <curses.h>
// ROS Messages
#include <sensor_msgs/JointState.h>
using names... | [
"aleks.attanasio@gmail.com"
] | aleks.attanasio@gmail.com |
1b083c984ebba54d4fe9a28670fbb0d764d805c3 | b012b15ec5edf8a52ecf3d2f390adc99633dfb82 | /releases/moos-ivp-17.7.1/ivp/src/lib_ipfview/IPF_Utils.h | dad63687cf01aa1d812941d34a5ad5b744676bab | [] | no_license | crosslore/moos-ivp-aro | cbe697ba3a842961d08b0664f39511720102342b | cf2f1abe0e27ccedd0bbc66e718be950add71d9b | refs/heads/master | 2022-12-06T08:14:18.641803 | 2020-08-18T06:39:14 | 2020-08-18T06:39:14 | 263,586,714 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,055 | h | /*****************************************************************/
/* NAME: Michael Benjamin */
/* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */
/* FILE: IPF_Utils.h */
/* DATE: June 17th 2016 ... | [
"zouxueson@hotmail.com"
] | zouxueson@hotmail.com |
bdaf9250acc0b1b620c5355dd1c6f07b4dda5b3e | a565a9bdfc9961f47f57a459f7a395779b7f984f | /base/string/number.cpp | 2db65a1782143927c78b29423a150339b698d416 | [
"BSD-3-Clause"
] | permissive | hjinlin/toft | d0a97ecb9ae9c292a1a383b642905325173a890b | ebf3ebb3d37e9a59e27b197cefe8fdc3e8810441 | refs/heads/master | 2020-04-12T03:25:29.066012 | 2019-04-18T10:02:42 | 2019-04-18T10:02:42 | 162,266,884 | 0 | 0 | BSD-3-Clause | 2018-12-18T09:54:48 | 2018-12-18T09:54:48 | null | UTF-8 | C++ | false | false | 24,157 | cpp | // Copyright (c) 2011, The Toft Authors. All rights reserved.
/// @brief converting string to number and number to string.
/// @author hsiaokangliu
/// @date 2010-11-26
#include "toft/base/string/number.h"
#include <errno.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <iterator>
#include <limit... | [
"chen3feng@gmail.com"
] | chen3feng@gmail.com |
60bc17a983fe7b18f4a3044fa5144b2459267439 | 2ce759256cd9e1ef94277a93bf365ded26607428 | /spoj/HAYBALEtest.cpp | 9c53ed50554714c5911181e9b4b1be376ab26e0b | [] | no_license | SaxenaKartik/Competitive-Coding | a240d8319c8b97221fd741002d21835f8abd2c1e | b52496f86855a7cee4f39285604f92638c99b6cf | refs/heads/master | 2021-11-11T13:41:26.714053 | 2021-10-31T11:22:44 | 2021-10-31T11:22:44 | 151,931,070 | 1 | 5 | null | 2021-10-31T11:22:45 | 2018-10-07T10:45:54 | C++ | UTF-8 | C++ | false | false | 774 | cpp | #include<stdio.h>
#include<string.h>
#include<iostream>
#include<algorithm>
using namespace std;
int tree[1000005],n,tree2[1000004];
int read(int idx){
int sum = 0;
while(idx > 0){
sum += tree[idx];
idx -= (idx & -idx);
}
return sum;
}
void update(int idx, int val){
while(idx <= n... | [
"kartiksaxena500@gmail.com"
] | kartiksaxena500@gmail.com |
2e5a5dfaad8e9e909ea1f5c5bdd0922a841b00ab | e5fb1cfba297e097fda70582aaa5c8d14963244c | /go2_fw/main.cpp | aa224550e65925d5b72121cecea7cc7aaaf871d4 | [
"Apache-2.0"
] | permissive | chcbaram/odroid_go_adv | 884de95b6fa7f985fac3a0b1bb1a28ec616c9680 | caa921b1237d335d156bebbd94a46ddc92693743 | refs/heads/master | 2021-01-01T07:07:18.000188 | 2020-02-09T13:25:38 | 2020-02-09T13:25:38 | 239,161,728 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 867 | cpp | /*
handy-go2 - Handy (Atary Lynx) port for the ODROID-GO Advance
Copyright (C) 2020 OtherCrashOverride
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your op... | [
"chcbaram@paran.com"
] | chcbaram@paran.com |
4e5c0e226372400006c68f96f7f22d11692f2f52 | c6cb3c2e06685b264eaf23f26eae4be28521e646 | /scales/mainDialog.cpp | d6a5846efac70af0b17d5274264e4ed92d0ebd80 | [] | no_license | madsen-git/eBalancer | b1d0aeee8e4d79f6861e799ec1e91ad166188adb | 21991a414e697cfb91f0a3ad6dd52ac6335cd14b | refs/heads/master | 2020-03-30T05:49:56.986446 | 2018-09-29T04:02:22 | 2018-09-29T04:02:22 | 150,822,197 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 14,135 | cpp | #include "StdAfx.h"
#include "mainDialog.h"
/*template<> */mainDialog* gtc::singleton<mainDialog>::m_pSingleton = nullptr;
mainDialog::mainDialog(void)
: m_pdb(nullptr), m_bSupportLogs(true)
, m_labelCaption(nullptr), m_buttonMinbox(nullptr), m_buttonClose(nullptr)
, m_tabClient(nullptr), m_viewScales(nullptr), m_... | [
"xu_ping_2003@163.com"
] | xu_ping_2003@163.com |
7b71b9362eee5bb2cd38f3cd434a460030f57d2c | 73cfd700522885a3fec41127e1f87e1b78acd4d3 | /_Include/boost/asio/detail/addressof.hpp | e60e44150bd382127e61be638c8a54e1ecfbb593 | [] | no_license | pu2oqa/muServerDeps | 88e8e92fa2053960671f9f57f4c85e062c188319 | 92fcbe082556e11587887ab9d2abc93ec40c41e4 | refs/heads/master | 2023-03-15T12:37:13.995934 | 2019-02-04T10:07:14 | 2019-02-04T10:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,296 | hpp | //
// detail/addressof.hpp
// ~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot 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)
//
#ifndef BOOST_ASI... | [
"langley.joshua@gmail.com"
] | langley.joshua@gmail.com |
ea4ec375478d3d16b95b9d6c06329b5d46b54f25 | 343eb548ccf1d184720bffac7d857828524226dd | /Codeforces/732A.cpp | 2fcac3b9eec55b8a809bd5b1a5dea8f6c8046b68 | [] | no_license | endiliey/competitive-programming | fc6b7d03894d3c0e3d974384c54ad0d38f3a6a9a | 897203fab283e7b5abda3d4809f37f3b5afea0c2 | refs/heads/master | 2021-09-09T11:01:11.679978 | 2018-03-06T05:00:00 | 2018-03-15T11:19:16 | 68,797,153 | 5 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 304 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
std::ios_base::sync_with_stdio(false);
int k, r;
cin >> k >> r;
for (int i = 1; i < 10; i++)
{
int total = i * k;
if (total % 10 == 0 || total % 10 == r)
{
cout << i << endl;
return 0;
}
}
cout << 10 << endl;
return 0;
}
| [
"endiliey@gmail.com"
] | endiliey@gmail.com |
31e7e4731276ae032b6a7f7dea818e9c5e4fe503 | 785df77400157c058a934069298568e47950e40b | /TnbSectPx/TnbLib/SectPx/Entities/Coord/Pnt/SectPx_PntType.hxx | 8f8c5b8a6ed49830a7a2d741d4482dfdd461eb8b | [] | no_license | amir5200fx/Tonb | cb108de09bf59c5c7e139435e0be008a888d99d5 | ed679923dc4b2e69b12ffe621fc5a6c8e3652465 | refs/heads/master | 2023-08-31T08:59:00.366903 | 2023-08-31T07:42:24 | 2023-08-31T07:42:24 | 230,028,961 | 9 | 3 | null | 2023-07-20T16:53:31 | 2019-12-25T02:29:32 | C++ | UTF-8 | C++ | false | false | 272 | hxx | #pragma once
#ifndef _SectPx_PntType_Header
#define _SectPx_PntType_Header
namespace tnbLib
{
enum class SectPx_PntType
{
fieldFun,
component,
empty,
offset
};
namespace sectPxLib
{
typedef SectPx_PntType pntType;
}
}
#endif // !_SectPx_PntType_Header
| [
"aasoleimani86@gmail.com"
] | aasoleimani86@gmail.com |
c3fe022ae91668256fa1fe76ee712d258141b777 | 916af5d6f08b274b166156ebef2eeaf85898388f | /src/appleseed/foundation/meta/tests/test_internedstring.cpp | 7482a3f6f956014d5a8544edf9ee2041d855f17f | [
"MIT"
] | permissive | Mango-3/appleseed | bca2b604e66635f08fab802dde030cc94a6ae063 | 8c894f29d023c29b7176f9c9c2de30a842a04813 | refs/heads/master | 2023-05-13T01:54:09.220319 | 2022-02-28T17:59:33 | 2022-02-28T17:59:33 | 146,099,355 | 1 | 0 | MIT | 2018-08-25T13:53:11 | 2018-08-25T13:53:11 | null | UTF-8 | C++ | false | false | 1,999 | cpp |
//
// This source file is part of appleseed.
// Visit https://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2020 Esteban Tovagliari, The appleseedhq Organization
//
// Permission is hereby granted, free of charge, to any person obt... | [
"ramenhdr@gmail.com"
] | ramenhdr@gmail.com |
5b909069c59590ed0118c61d6a6fb7efde61c4bc | 98a28d1727be1ad2cdc60aa08e6c1a48c42c950b | /source/mpl/mpl_test/mpl_drop.t.cpp | b7897adfd8d969b6bdf8da5115b47a7785293e17 | [
"BSD-3-Clause"
] | permissive | coder0xff/Plange | 154b926fa9be2bf52d3575272548cedd7e3cb9f3 | 26535f6c72d7ab0aaf753218ddbf3f4ad16283f7 | refs/heads/master | 2021-01-24T06:02:47.900282 | 2020-06-08T16:02:34 | 2020-06-08T16:02:34 | 45,961,377 | 16 | 5 | BSD-3-Clause | 2018-11-06T00:40:22 | 2015-11-11T05:17:50 | C++ | UTF-8 | C++ | false | false | 385 | cpp | #include "../mpl_drop.hpp"
#include "../mpl_equals.hpp"
#include "../mpl_list.hpp"
static_assert(mpl::EQUALS<mpl::list<char, int, float>, mpl::drop<0, mpl::list<char, int, float>>>, "");
//static_assert(mpl::equals<mpl::list<int, float>, mpl::drop<1, mpl::list<char, int, float>>>, "");
//static_assert(mpl::equals<mp... | [
"coder0xff@gmail.com"
] | coder0xff@gmail.com |
022076252620b5215410c393995cfc150ba8a565 | 9c947dad56ebbc58180688fff831cbb8c5c367cf | /sources/qwheelzoomsvc.h | 37472b49e8dd45f72d9318feb932e108f346c602 | [] | no_license | rogovsky/qchartzoom | 75bb8ba1c8c614502568a396bbc424f78c275609 | 3e39aa6402d01e8d393ac5893b643fed9841c50d | refs/heads/master | 2021-01-20T04:53:33.789028 | 2017-08-28T14:21:15 | 2017-08-28T14:21:15 | 101,268,354 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,756 | h | /**********************************************************/
/* */
/* Класс QWheelZoomSvc */
/* Версия 1.0.3 */
/* */
/* Поддерж... | [
"rogovsky@gmail.com"
] | rogovsky@gmail.com |
ed12c02208fd519702fef1ebf348e47f845d7572 | 812acee4481ba79fe7a53cedc6915e0633383db1 | /深圳项目资料及问题/NZ3182_CP3_20180403/PAT_M2/OSC2M_Trim_Code11_MAG2.cpp | fd6ea2e5dcec19b4a3cb351d43880faa2e87eeb5 | [] | no_license | Gnops-Liu/CL_Current_Work | a4d3f44121056d51f38fba9b021b96cfe2d42aa6 | 6e37b9460bb3f59f87ee277e6e3130c018f9237d | refs/heads/master | 2020-03-21T12:07:29.075374 | 2018-06-25T03:05:02 | 2018-06-25T03:05:02 | 138,536,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,936 | cpp | // This file has been automatically generated by the pattern compiler.
// DO NOT EDIT!
#ifndef MAGNUM2
#define MAGNUM2
#endif
#define PATCOM_OUTPUT
#include "tester.h"
#include "OSC2M_Trim_Code11_MAG2.h"
#ifndef PATTERN_INSTRUCTION
#error PATTERN_INSTRUCTION not #defined ("tester.h" should not have "#pragma once").... | [
"35967621+Gnops-Liu@users.noreply.github.com"
] | 35967621+Gnops-Liu@users.noreply.github.com |
872be8ddac7bac3a29394707fb2e4961fa96cef3 | be5ca13f5d582e172883b01ef4b89f2527fcec1f | /src/containerlib.cpp | 1f87f5e64c45911a7e211d63bd2b4afdc64d0014 | [] | no_license | sinhrks/CompetitiveProgramming | 8569bb001411b58b50aa1f5e2f187c17fe5fb2f1 | 7e310bd0e8b64a888289eebe8b37ed0554cced6f | refs/heads/master | 2021-09-01T09:35:50.406900 | 2017-12-26T08:13:34 | 2017-12-26T08:13:34 | 103,657,034 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,549 | cpp | #include <assert.h>
#include <iostream>
#include <numeric>
#include <map>
#include <vector>
typedef long long ll;
typedef unsigned long long ull;
using namespace std;
template<class key, class val>
map<val, key> map_inverse(const map<key, val>& from) {
map<val, key> result;
for (auto& kv : from) {
result[kv.se... | [
"sinhrks@gmail.com"
] | sinhrks@gmail.com |
0460a1fb194c793cc8ae11cfe1e30f33899f879d | 449c067ebe7b6abe8d790c7dea6624b60557a597 | /src/unbinned.cc | 4edc27ef43aea8cf21ea8f5fc2ff935a4c9e8feb | [] | no_license | ivankp/hgam_gp_toy | 30b83a68fb08f0b1b0f290303af82c17baba8c58 | 918a8845edbb032167daa2d4b5d0ecd7e2b969e8 | refs/heads/master | 2020-05-07T11:12:28.517040 | 2019-04-19T03:24:26 | 2019-04-19T03:24:26 | 180,451,428 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,056 | cc | #include <iostream>
#include <vector>
#include <cmath>
#include <nlohmann/json.hpp>
#include <TFile.h>
#include <TH1.h>
#include "ivanp/time_seed.hh"
#include "ivanp/string.hh"
#include "ivanp/timed_counter.hh"
#include "ivanp/binner.hh"
#include "gp.hh"
#include "generator.hh"
#include "gsl_multimin.hh"
#include "... | [
"ivan.pogrebnyak@gmail.com"
] | ivan.pogrebnyak@gmail.com |
d6229195aa28dbeaafbbd8e2c76aa1addd7a7a0f | f2c0030830500e430d2b78b2c8b0a557bbd7536e | /main.cpp | 9d755d3891b142e1bb7c48fc7c7c67edbcca1f9a | [] | no_license | free6d1823/navm | 77053265e23bc47b608977a90e9bf8ba71c39d82 | e6d88367872f1d5af88cfb229ecc1324a57d8dd0 | refs/heads/master | 2020-03-25T17:39:17.569247 | 2018-08-23T07:30:12 | 2018-08-23T07:30:12 | 143,287,012 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 431 | cpp | #include <QApplication>
#include <QLabel>
#include <QSurfaceFormat>
#include "mainwidget.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
QSurfaceFormat format;
format.setDepthBufferSize(24);
QSurfaceFormat::setDefaultFormat(format);
a.setApplicationName("AroundViewMornitoring Sy... | [
"chengjyhchang@gmail.com"
] | chengjyhchang@gmail.com |
bfb389722c238d886149cc0ecf017c9c2eec800f | 656243ae84ca3a2280cc9cc3aad95afca8e10565 | /Code/CryEngine/CryCommon/Serialization/Decorators/TagList.h | 4d79cb24b3461da33145f5e4cbc6fbea738f5486 | [] | no_license | NightOwlsEntertainment/PetBox_A_Journey_to_Conquer_Elementary_Algebra | 914ff61bb210862401acb4d3a2eb19d323b00548 | 8383c5c1162d02310f460a1359f04891e5e85bff | refs/heads/master | 2021-01-22T09:48:55.961703 | 2015-11-11T11:26:27 | 2015-11-11T11:26:27 | 45,846,131 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 804 | h | #pragma once
#include <vector>
#include <yasli/Config.h>
#include <Serialization/Forward.h>
struct ITagSource
{
virtual void AddRef() = 0;
virtual void Release() = 0;
virtual unsigned int TagCount(unsigned int group) const = 0;
virtual const char* TagValue(unsigned int group, unsigned int index) const ... | [
"jonathan.v.mendoza@gmail.com"
] | jonathan.v.mendoza@gmail.com |
52054bf0d362205ef0d250d531d90918081336de | 88678d6377075eb1589fb53e59c908dbc7f26071 | /Angel-v2.2/Code-vc9/EdgeGame/src/Game.cpp | 267179adf7c2392d7668804826cde989fea76e88 | [] | no_license | chrishaukap/GameDev | 89d76eacdae34ae96e83496f2c34c61e101d2600 | fb364cea6941e9b9074ecdd0d9569578efb0f937 | refs/heads/master | 2020-05-28T11:23:41.750257 | 2013-08-08T21:59:30 | 2013-08-08T21:59:30 | 2,401,748 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,375 | cpp |
#include "Game.h"
#include "Indie.h"
#include "Money.h"
#include "Tim.h"
#include "World.h"
#include "MathUtil.h"
#include "BasicFastDispatcher.h"
#include "collisions.h"
#include <assert.h>
using namespace CDH;
using namespace Edge;
#define NUM_INDIES 50
#define NUM_MONEYS 8
namespace
{
BasicFastDispatcher<iCol... | [
"chrishaukap@gmail.com"
] | chrishaukap@gmail.com |
2867376e9bade072fc433bdd68d5dec0171d5f68 | 7adad4bec21aba63a2759ece260912e56600d1ea | /To Do List/TodoListInterface.h | b622c82d501726207004f11451c727e5602464d0 | [] | no_license | molliepayne/CS-235 | 213885475bb9335a70cad66ddd1972702d4cf542 | 750b51aefaf5cd12f7d997729f03920bd9bff153 | refs/heads/master | 2020-12-07T03:35:10.825203 | 2020-01-31T20:11:36 | 2020-01-31T20:11:36 | 232,624,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 943 | h | #ifndef TODO_LIST_INTERFACE_H
#define TODO_LIST_INTERFACE_H
#include <iostream>
#include <string>
using namespace std;
class TodoListInterface {
public: TodoListInterface() {}
virtual ~TodoListInterface() {}
/* * Adds an item to the todo list with the data
specified by the string "_dued... | [
"mollie@byu.net"
] | mollie@byu.net |
a3167aafba00be29b1c208f6123e9418351d870d | e1bafb9c94db3a6cfd86ce4b3a641e79583220b3 | /leetcode-clion/leetcode-problems/cpp/566.reshape-the-matrix.cpp | 6d5f7dd2d5fe110ca86e84fee426a26f4d084b47 | [] | no_license | lightjameslyy/lt-cpp | 055b0245ba9cc4608db6a0d08dc081d1c2766ba2 | 525c3f0fbeb4b112361a6650bf3ef445fdb61e2c | refs/heads/master | 2021-07-09T08:32:24.405308 | 2020-06-08T08:45:10 | 2020-06-08T08:45:10 | 128,907,003 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,716 | cpp | /*
* @lc app=leetcode id=566 lang=cpp
*
* [566] Reshape the Matrix
*
* https://leetcode.com/problems/reshape-the-matrix/description/
*
* algorithms
* Easy (59.46%)
* Total Accepted: 86.6K
* Total Submissions: 145.6K
* Testcase Example: '[[1,2],[3,4]]\n1\n4'
*
* In MATLAB, there is a very useful functio... | [
"lightjameslyy@gmail.com"
] | lightjameslyy@gmail.com |
7d4f9f2c03edd3f632739629376145e909605475 | 4e2c87d8c5b114f5cad5b3c062aca97f2289077f | /src/Magnum/PixelFormat.cpp | 4bea9aec3d702f87dbf992806368599e5dafee64 | [
"MIT"
] | permissive | fgoujeon/magnum | c65b665769cbbf91e46b162140b3bbb38aec2dc3 | 90c727c0258acca09bdf9c17f9df69177579897c | refs/heads/master | 2020-08-02T19:32:35.355785 | 2019-09-22T17:07:16 | 2019-09-22T17:07:16 | 211,481,025 | 0 | 0 | NOASSERTION | 2019-09-28T10:07:04 | 2019-09-28T10:07:04 | null | UTF-8 | C++ | false | false | 8,269 | cpp | /*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
... | [
"mosra@centrum.cz"
] | mosra@centrum.cz |
76a66c4c26f86005a2031aff0c45e7258d6dc89a | 0a27233a99b811839d4fd006e1276d88f8eea58d | /Laboratorios/Laboratorio 1/2.cpp | 31090fe5c59213dcf0694b76902a875dbff7f756 | [] | no_license | JesusTaccaG/CPD | c95553cac9d844d0c39daa7ce44e65bc492522cf | f848676f61d5994ef54c7a89f543f8c6d7e73c59 | refs/heads/master | 2022-12-28T00:56:36.360788 | 2020-10-09T08:06:28 | 2020-10-09T08:06:28 | 297,541,850 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,559 | cpp | #include <bits/stdc++.h>
using namespace std;
vector<vector<int> > multiplicacion(vector<vector<int> > M1, vector<vector<int> > M2){
vector<vector<int> > resultado;
for(int i=0;i<M1.size();i++){
vector<int> temp;
for(int j=0;j<M1.size();j++){
int valor=0;
for(int k=0;k<M1... | [
"jtaccag@unsa.edu.pe"
] | jtaccag@unsa.edu.pe |
6d9178858f257575b38163d65f88c3d7f2b0ad37 | e7c742e3e2ef60da6f63d1c3af83c7668347ea8f | /codeforces/gym/101190/kids.cpp | e54aa15ab71b0ae5c8ad98340ae66584315d3886 | [] | no_license | huhaoo/code | 7d4a4d4529827db5c5220f9000155470beae4afc | e7699484bc4a9a3cb14159c4fe5ca2e909c8fcb6 | refs/heads/main | 2022-01-13T11:57:14.740166 | 2022-01-02T01:30:24 | 2022-01-02T01:30:24 | 183,852,670 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,478 | cpp | /***************************************************************
File name: kids.cpp
Author: huhao
Create time: Sun 24 Jan 2021 02:56:37 PM CST
***************************************************************/
#include<stdio.h>
#include<string.h>
#include<math.h>
#include<algorithm>
#include<assert.h>
#define fr(i,a,... | [
"826538400@qq.com"
] | 826538400@qq.com |
9ee48d89b53b408e6ca6ff42b1a53bb065fe4864 | c475cd8531a94ffae69cc92371d41531dbbddb6c | /Projects/bullet3-2.89/examples/DeformableDemo/SplitImpulse.cpp | c24a47c42e22e99079ec59f4be14a0fbd5fc3e9c | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown",
"Zlib"
] | permissive | WolfireGames/overgrowth | 72d3dd29cbd7254337265c29f8de3e5c32400114 | 594a2a4f9da0855304ee8cd5335d042f8e954ce1 | refs/heads/main | 2023-08-15T19:36:56.156578 | 2023-05-17T08:17:53 | 2023-05-17T08:20:36 | 467,448,492 | 2,264 | 245 | Apache-2.0 | 2023-05-09T07:29:58 | 2022-03-08T09:38:54 | C++ | UTF-8 | C++ | false | false | 10,153 | cpp | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2019 Google Inc. http://bulletphysics.org
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted t... | [
"max@autious.net"
] | max@autious.net |
bdcd0019214dc769b9df48fcc72fc1975472195b | 38b98e36c95036655eec5f303e84773edf0721db | /plugins/math/arithmetic/division/division.cc | 5e4468788c4200464bf01afabf16171c90e9ec11 | [
"MIT"
] | permissive | Szamtu/pastaPi | 5cee3ff355df6a47de6413e130f72f6a4c6c006d | bc8d78b253b22a44f9324cf2846534a91eb6dd59 | refs/heads/master | 2021-10-25T10:15:32.215543 | 2021-10-15T10:07:53 | 2021-10-15T10:07:53 | 239,714,719 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,910 | cc | // MIT License
//
// Copyright (c) 2020 Piotr Zdanowicz
//
// 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, copy, mod... | [
"piotr@escort.com.pl"
] | piotr@escort.com.pl |
95a7e23f5ed85c285320bf0d19966c3605874f42 | 19270f639830699ce6e3d593c1dc395add59a9b0 | /libunwindstack/JitDebug.cpp | d1dc0e6599269df57d3d3a591a309308c40aaeb4 | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | kihwanoh/platform_system_core | 5e664e1f45f0283b57e2a76007f054a6d84ecc78 | c146c8f5c170b60e08dcbcad2b163366e4f0e99b | refs/heads/master | 2021-05-08T10:08:22.305172 | 2018-02-01T00:32:47 | 2018-02-01T00:32:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,925 | cpp | /*
* Copyright (C) 2017 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... | [
"cferris@google.com"
] | cferris@google.com |
5bd0b43a06b0c9e58ba0ca510f8f1f899e6151cc | 696e35ccdf167c3f6b1a7f5458406d3bb81987c9 | /base/test/type_id_test_support_b.h | 9c457a78add8c4619ee3b390fceeceaa5dd856cb | [
"BSD-3-Clause"
] | permissive | mgh3326/iridium-browser | 064e91a5e37f4e8501ea971483bd1c76297261c3 | e7de6a434d2659f02e94917be364a904a442d2d0 | refs/heads/master | 2023-03-30T16:18:27.391772 | 2019-04-24T02:14:32 | 2019-04-24T02:14:32 | 183,128,065 | 0 | 0 | BSD-3-Clause | 2019-11-30T06:06:02 | 2019-04-24T02:04:51 | null | UTF-8 | C++ | false | false | 635 | h | // Copyright 2018 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 BASE_TEST_TYPE_ID_TEST_SUPPORT_B_H_
#define BASE_TEST_TYPE_ID_TEST_SUPPORT_B_H_
#include "base/component_export.h"
#include "base/type_id.h"
nam... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
13b3558f79588b5d4c044d489041e04ca39f0b71 | ca22e5c912e6d923af6c239b30e9cc60aa1614a3 | /src/libs/exemples_zmq.cpp | 00a58e86edfd0267f9c781ae963e22ac286c8887 | [
"MIT"
] | permissive | OnikenX/ZeroMQ-tests | ebb64dd41a277e1a1e478605f7498a323f40337e | 99620485f493b043fa7bf7e760ea2a6244a4c2ae | refs/heads/main | 2023-04-03T15:44:12.167466 | 2021-04-07T17:25:09 | 2021-04-07T17:25:09 | 348,371,617 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,687 | cpp | //
// Created by onikenx on 15/03/21.
//
#include <future>
#include <iostream>
#include "exemples_zmq.h"
static std::atomic<bool> cancel = false;
static std::mutex output_mtx;
using namespace std::literals;
int hello_world_push(zmq::context_t &ctx) {
zmq::socket_t sock(ctx, zmq::socket_type::push);
//only ... | [
"OnikenX@pm.me"
] | OnikenX@pm.me |
5db9c1b68b36d150f872fd5dd2c0bc3388c8410e | dd2d38a3521b2294875e8259c149b6e60fe8cc5e | /matrix.cpp | e8dd84a860c6c10d23cee6473e2b32c189820178 | [] | no_license | Leptons/Library | cf78d6acc0316b4026866aacc66ceca938bb04bd | 739b7fa6a759b337e8567a39b1ea7b8b0601c2a2 | refs/heads/master | 2021-09-07T13:06:55.405126 | 2018-02-23T07:48:27 | 2018-02-23T07:48:27 | 115,900,200 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 781 | cpp | typedef long long ll;
typedef vector<ll> vec;
typedef vector<vec> mat;
ll mod = 1000000007;
mat mul(const mat& A, const mat& B){
int n = A.size(), m = B[0].size(), l = A[0].size();
mat C(n, vec(m, 0));
for(int i = 0; i < n; i++)
for(int k = 0; k < l; k++)
for(int j = 0; j < m; j++)
if(k&7==7 || k==l-1) (C... | [
"lepton.st@gmail.com"
] | lepton.st@gmail.com |
464e2c6291d9817817b03ba3c6fd387b2b489a51 | 751bdc3d365a64b18d78e8c2fb9f6ea00452764f | /message_box/main_window.h | 067270a551544bf08f6d279cc1271282df1c30a5 | [] | no_license | ca2/app | b1de035566d9664aa7c5c9a94378cc352b1836ec | afdedd20df2f6dce81c63bc8a9db6de14503076e | refs/heads/main | 2023-08-27T07:19:45.584624 | 2023-08-26T12:28:28 | 2023-08-26T12:28:28 | 98,031,531 | 19 | 7 | null | 2017-08-14T11:13:14 | 2017-07-22T12:59:27 | C++ | UTF-8 | C++ | false | false | 909 | h | #pragma once
#include "app/app/main_window.h"
namespace app_message_box
{
class CLASS_DECL_APP_MESSAGE_BOX main_window :
virtual public ::app_app::main_window
{
public:
::pointer<::user::button> m_pbuttonShowMessageBox;
main_window();
~main_window() override;
void i... | [
"camilosasuketbs@gmail.com"
] | camilosasuketbs@gmail.com |
6d928031cb7b33bbdcc66a8e1875ca78bda0d622 | c3f0e4500fa942e957ab3c5f467f31ba187e1b77 | /src/main.h | 3e17f1f8ef49c5333c52e8832d8b0ba42f5cc6ec | [
"MIT"
] | permissive | tuaris/nbcoin | 926e973f35a511234213f3829af8ce5d2aa78f38 | 24fbedc6359ae73266c1bf822406e21d844c055e | refs/heads/master | 2021-01-16T01:02:33.027468 | 2014-02-26T02:28:30 | 2014-02-26T02:28:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 40,875 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_MAIN_H
#define BITCOIN_MAIN_H
#include "core.h"
#include "bignum.h... | [
"nbcoin.org@gmail.com"
] | nbcoin.org@gmail.com |
cfc3c079aff6d60c4bcf4f7a09d79977be788e10 | 165c04da83c05b23a670c10b96d3e78596544422 | /install/include/ur_msgs/SetPayloadResponse.h | 5621d4e76adc0f11b22642ffa528f6e3e38c59bd | [] | no_license | Sinchiguano/3D_Pose_Estimation_YuMiArm_ABB | 638b3b89f47d23e57d6c6f526648e6dce3662ecd | 4d8d873225a8c0b91e291ec4460dc887166de9d5 | refs/heads/master | 2023-06-10T01:34:38.888140 | 2023-05-27T12:58:45 | 2023-05-27T12:58:45 | 190,292,048 | 10 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,022 | h | // Generated by gencpp from file ur_msgs/SetPayloadResponse.msg
// DO NOT EDIT!
#ifndef UR_MSGS_MESSAGE_SETPAYLOADRESPONSE_H
#define UR_MSGS_MESSAGE_SETPAYLOADRESPONSE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
... | [
"cesarsinchiguano@hotmail.es"
] | cesarsinchiguano@hotmail.es |
0d641303f257fd783c727050d3f27957daa8542e | a65c77b44164b2c69dfe4bfa2772d18ae8e0cce2 | /tioj/1430.cpp | fddfa8c91c8ec17f66fa6b9d92628f423ea491d0 | [] | no_license | dl8sd11/online-judge | 553422b55080e49e6bd9b38834ccf1076fb95395 | 5ef8e3c5390e54381683f62f88d03629e1355d1d | refs/heads/master | 2021-12-22T15:13:34.279988 | 2021-12-13T06:45:49 | 2021-12-13T06:45:49 | 111,268,306 | 1 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 2,503 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef pair<int,int> pii;
#define SZ(i) int(i.size())
int n, k, m;
vector<int> cand;
vector<pii> no, yes;
vector<int> L, R, lstL, lstR, sumL, sumR;
int main () {
cin.tie(0);
ios_base::sync_with_stdio(0);
cin >> n >> k >> m;
for (int i=0; i<m; i++) {
... | [
"tmd910607@gmail.com"
] | tmd910607@gmail.com |
9d5dae6129d80a707b3bef972a8fcb8566d79427 | 45bc0563b98ab21590d7e8656ac2b056e7dc623c | /Homeworks/HW4/E a la X.cpp | 3e5a4053666eaaae27222c4c734f660de356e79e | [
"MIT"
] | permissive | zubie7a/Introduction_To_CS | 1fd3da5f3f00857e417b1d377895bb6e8af2092d | a36e985df2fc5753b925bcdbd777de57318fecb1 | refs/heads/master | 2021-01-24T21:41:39.487831 | 2020-09-03T14:59:50 | 2020-09-03T14:59:50 | 23,931,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 601 | cpp | #include <cstdlib>
#include <iostream>
using namespace std;
int main()
{
float x;
cout << "Ingrese un numero positivo: " << endl;
cin >> x;
float b = x;
float zu = 1.0;
float y = 0;
float i = 1;
float z = 1;
float n = 0;
float ex;
while (zu >= 0.0001)
{y=0;
x=b;
while (y<i)
{y... | [
"santiago.zubieta@gmail.com"
] | santiago.zubieta@gmail.com |
a056708f21c14b2708ebf97898e8dc1a38d80625 | 50e8bc4bd4a26ca2af4fc859e2fac76e2fa9040b | /language/src/intermediate_lang/instructions/log_value_instruction.cpp | 6b20d940c45a7052314a577da9038280dde0e079 | [] | no_license | frenebo/interpreted_language | 6e79abca699f16c038109fb00a63a961fe88fd7d | 04c076d039798615940bad9029d5bd8ab344f4b6 | refs/heads/master | 2020-04-17T10:25:47.147843 | 2019-08-11T05:12:38 | 2019-08-11T05:12:38 | 166,500,874 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 134 | cpp | #include "instructions.hpp"
namespace intermediate_lang::instructions
{
LogValueInstruction::LogValueInstruction()
{
}
}
| [
"paul.kreymborg@softwareag.com"
] | paul.kreymborg@softwareag.com |
5949302f3760f2db57ab54a160694f25b3d96a62 | 297a1a4a0f9a15a9dd5a71af720594edfe1b7d97 | /backup/IntelPCM_memory_right_on_i7/msr.cpp | 364f15457f4c2d440bbe70c49f455d2ace3685f7 | [] | no_license | wangzeke/cpu-conjunctive-predicates | 345fd50e947c57fba5ec24dd54568a690517ede4 | 05316c28161ee52f585c730d70d1367f871df40f | refs/heads/master | 2021-01-11T12:34:02.159935 | 2019-10-01T10:26:52 | 2019-10-01T10:26:52 | 76,622,521 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,446 | cpp | /*
Copyright (c) 2009-2012, Intel Corporation
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 conditions a... | [
"root@gpu9"
] | root@gpu9 |
0e4b2ab6193008548c04685d65fa1ff62748c030 | a5a99f646e371b45974a6fb6ccc06b0a674818f2 | /DQMOffline/RecoB/plugins/MiniAODTaggerHarvester.cc | df18933121786b701d9de9b50a8cf1551ffa86f6 | [
"Apache-2.0"
] | permissive | cms-sw/cmssw | 4ecd2c1105d59c66d385551230542c6615b9ab58 | 19c178740257eb48367778593da55dcad08b7a4f | refs/heads/master | 2023-08-23T21:57:42.491143 | 2023-08-22T20:22:40 | 2023-08-22T20:22:40 | 10,969,551 | 1,006 | 3,696 | Apache-2.0 | 2023-09-14T19:14:28 | 2013-06-26T14:09:07 | C++ | UTF-8 | C++ | false | false | 1,815 | cc | #include "DQMOffline/RecoB/plugins/MiniAODTaggerHarvester.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/Event.h"
MiniAODTaggerHarvester::MiniAODTaggerHarvester(const edm::ParameterSet& pSet)
: folder_(pSet.getParameter<std::string>("folder")),
discrParameters_(pS... | [
"m.link@cern.ch"
] | m.link@cern.ch |
16f36785b0cbcb182b01a9fd472ebc8e9bda4796 | 397a5af6172cc83ecfa3862001f22028a3a4181d | /src/tests/networkpluginserver.cpp | 3b2fd5f805c5c3265dfecdb175bc08b0ffd09b55 | [
"BSL-1.0"
] | permissive | shizeeg/libtransport | c07eecdd08e001079825d16668d2291289cc7643 | 24bb10fb96da88d207886e0ac4394706a1507e8d | refs/heads/master | 2021-01-15T10:46:17.925514 | 2013-02-12T15:50:52 | 2013-02-12T15:50:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,837 | cpp | #include "transport/userregistry.h"
#include "transport/userregistration.h"
#include "transport/config.h"
#include "transport/storagebackend.h"
#include "transport/user.h"
#include "transport/transport.h"
#include "transport/conversation.h"
#include "transport/usermanager.h"
#include "transport/localbuddy.h"
#include "... | [
"hanzz.k@gmail.com"
] | hanzz.k@gmail.com |
bdf8c94b134daffb8f0b2f7423e178f0ced0fde4 | a620e44d2a674bd3ec983be83f6036d126bb527e | /ESP8266.h | a06bb1e067160350ca1d920e528c34ac0f8b3832 | [
"Apache-2.0"
] | permissive | iotontech/IOTON-API | a43b0d21ba66ffd7a0ebd360467f1afd8145bf44 | 2e5f7dc87dc4650ca187013d379591f3207901e9 | refs/heads/master | 2020-12-24T06:10:33.853427 | 2017-06-24T16:20:26 | 2017-06-24T16:20:26 | 58,824,871 | 1 | 2 | null | 2017-02-21T14:01:57 | 2016-05-14T18:54:29 | C | UTF-8 | C++ | false | false | 4,811 | h | #ifndef ESP8266_H
#define ESP8266_H
#include "mbed.h"
/**
* An interface to the ESP8266
*/
class ESP8266 {
public:
/**
* Create an interface to the ESP8266
*
* @param tx UART TX line pin
* @param rx UART RX line pin
*/
ESP8266(PinName tx, PinName rx) : _serial(tx, rx)
{
_serial... | [
"kleber@ioton.cc"
] | kleber@ioton.cc |
7483ada33ee41984af5bcc4a0a532857a381c7e1 | fdd4177f1e6d07f4b20d336383acc9bff7e279b0 | /contrib/brl/bseg/baml/baml_warp.cxx | 855c9105437407e9048e2320cba6470e34ff9e62 | [] | no_license | ftanner/vxl | f89416696bb64974d2bb2195ebf6d3749f144944 | 199125f66f8299aaf775028df0c302d588e20042 | refs/heads/master | 2020-04-02T20:25:46.282163 | 2018-02-23T03:37:57 | 2018-02-26T15:09:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,157 | cxx | // This is brl/bseg/baml/baml_warp.cxx
#include <vnl/vnl_inverse.h>
#include <vil/vil_warp.h>
#include <vil/vil_bilin_interp.h>
#include <vgl/algo/vgl_h_matrix_2d_compute_4point.h>
#include "baml_warp.h"
//---------------------------------------------------------------------------
void baml_warp_perspective(
cons... | [
"jlm@visionsystemsinc.com"
] | jlm@visionsystemsinc.com |
ce8c194b5dd5444efa1770e14db07506f07bb4dc | 5a6d95db79abcff41594d16e31abb71897c0d33c | /ARLearning/IOS/IOSBUILD/Classes/Native/Generics5.cpp | b61fcd3d6c8b1551ec6136d2ce284cb052831af6 | [] | no_license | BoxheadPixelart/ARLearning | 31620a67ed08a4e19c91e4a69107033b4c3c98ac | 1b7f900919e9d4af51f8640398f9f85b7296d6ea | refs/heads/master | 2020-12-07T03:25:28.529200 | 2020-01-08T23:29:50 | 2020-01-08T23:29:50 | 232,621,315 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,455,334 | 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 "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template ... | [
"boxheadpixelart@gmail.com"
] | boxheadpixelart@gmail.com |
62770cbbb10fd9e3eeabedf175b2f35acf8b9d94 | 76b4a57de3801096e401ceac6cd0f939c0703d9d | /Software/Arduino/libraries/M5Stack-master/src/utility/Button.cpp | 9077399d76c754f270518f3d6f8f1ff34f1cb3c3 | [
"MIT"
] | permissive | flyonspeed/OnSpeed-Gen2 | e6edd87cda783db30484d32e2b51713f0484386c | ac7e4c5c4c36c88b9005b848a5dc6489577884f1 | refs/heads/master | 2023-08-17T02:37:30.756859 | 2023-04-17T01:02:08 | 2023-04-17T01:02:08 | 216,622,791 | 20 | 9 | MIT | 2023-04-03T14:22:36 | 2019-10-21T17:11:04 | C | UTF-8 | C++ | false | false | 5,806 | cpp | /*----------------------------------------------------------------------*
* Arduino Button Library v1.0 *
* Jack Christensen May 2011, published Mar 2012 *
* *
* Library for reading m... | [
"53226948+flyonspeed@users.noreply.github.com"
] | 53226948+flyonspeed@users.noreply.github.com |
b5f5ddb6ba3421bb27e3ba97c0488a0f4361c4d7 | 26ba18f15532023552cf9523feb84a317b47beb0 | /JUCE/examples/DemoRunner/Builds/Android/app/src/main/assets/Box2DTests/Gears.h | 39aca38574b8b00b08ad2b4f365241dfd01fe5f9 | [
"GPL-1.0-or-later",
"GPL-3.0-only",
"ISC",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-proprietary-license",
"MIT"
] | permissive | Ultraschall/ultraschall-soundboard | d3fdaf92061f9eacc65351b7b4bc937311f9e7fc | 8a7a538831d8dbf7689b47611d218560762ae869 | refs/heads/main | 2021-12-14T20:19:24.170519 | 2021-03-17T22:34:11 | 2021-03-17T22:34:11 | 27,304,678 | 27 | 3 | MIT | 2021-02-16T20:49:08 | 2014-11-29T14:36:19 | C++ | UTF-8 | C++ | false | false | 5,994 | h | /*
* Copyright (c) 2007-2009 Erin Catto http://www.box2d.org
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose,
* i... | [
"daniel@lindenfelser.de"
] | daniel@lindenfelser.de |
25d3737945b8021aa9d8e49af4eae7280978e6e5 | 016da22e472f30a1401314ebff7048c076e18cb2 | /aws-cpp-sdk-chime/include/aws/chime/model/DeleteAppInstanceRequest.h | 5cc902b6c5555a866935530d380d32d4cb857b03 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | meenakommo64/aws-sdk-cpp | 8637d6f42f45b9670d7275b0ce25f3595f7f4664 | 9ae103b392f08750a4091d69341f55a2607d38b7 | refs/heads/master | 2023-02-16T07:47:44.608531 | 2021-01-14T20:10:59 | 2021-01-14T20:10:59 | 329,810,141 | 0 | 0 | Apache-2.0 | 2021-01-15T04:45:34 | 2021-01-15T04:39:52 | null | UTF-8 | C++ | false | false | 2,517 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/chime/Chime_EXPORTS.h>
#include <aws/chime/ChimeRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Chime
{
namespace M... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
1c359fdb5ebd035d52d181b68a761b0174cce7fb | 287c8b426ef4616dafa51913c07db9265cbbff75 | /src/gl/hqnx/hq2x.cpp | 9877bfa92df930bcdb67381d325ada58c38f07c9 | [] | no_license | doomtech/gzdoom | 57e14418268db33f12b7e11c41bbeb8cf763055f | 08b628ce613f6844bd277a84d23fba35f598f472 | HEAD | 2016-09-08T01:12:48.388429 | 2013-06-20T18:50:20 | 2013-06-20T18:50:20 | 7,981,272 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 57,688 | cpp | //hq2x filter demo program
//----------------------------------------------------------
//Copyright (C) 2003 MaxSt ( maxst@hiend3d.com )
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU Lesser General Public
//License as published by the Free Software Found... | [
"graf@b0f79afe-0144-0410-b225-9a4edf0717df"
] | graf@b0f79afe-0144-0410-b225-9a4edf0717df |
e96029e66e807b48a97d18637a1e6b8e492af76e | 6942d695ae9458d5d861c181dbc3ffe746994e4a | /ProtoTimer/ProtoTimer.h | 83e29ad48fdd682e04e8012419edf939248aac42 | [] | no_license | kimjinchoul/prototimer | 8fd4c552581e6b93e1cc4227d8d612cae5a85511 | 13ca516095fa7849b4bab58d6f6afb27afcafd1f | refs/heads/master | 2021-01-23T07:02:42.583695 | 2012-08-24T06:30:57 | 2012-08-24T06:30:57 | 34,035,605 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 528 | h | // ProtoTimer.h : main header file for the PROJECT_NAME application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// CProtoTimerApp:
// See ProtoTimer.cpp for the implementation of this class
//
cl... | [
"w.wilberforce.jr@gmail.com@a2ffcec1-9213-8608-d0b1-6c125a1689a7"
] | w.wilberforce.jr@gmail.com@a2ffcec1-9213-8608-d0b1-6c125a1689a7 |
184af554bedc4fa30697277940c52c685609b755 | be56b2398fa473ab40b1c087b9c81b144cefb2a7 | /HGE/include/hgerect.h | a646247483180dbf9b3f54ee3fd3e15725ed7bac | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | xinhuang/mUI | c331b58d578969fa7b38b2d57bd2625f1f72ee2c | 69d4835cdc88abafc47574471eee7bb20e67bd2f | refs/heads/master | 2019-01-02T08:23:45.832961 | 2017-04-15T20:15:44 | 2017-04-15T20:15:44 | 2,420,115 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 807 | h | /*
** Haaf's Game Engine 1.7
** Copyright (C) 2003-2007, Relish Games
** hge.relishgames.com
**
** hgeRect helper class
*/
#ifndef HGERECT_H
#define HGERECT_H
class hgeRect
{
public:
float x1, y1, x2, y2;
hgeRect(float _x1, float _y1, float _x2, float _y2) {x1=_x1; y1=_y1; x2=_x2; y2=_y2; bCle... | [
"hello.patz@gmail.com@bd63f230-7cd2-159e-b929-9929ae436ba3"
] | hello.patz@gmail.com@bd63f230-7cd2-159e-b929-9929ae436ba3 |
f23b140cc75d93128fcbfd9be39771cef0daa4f8 | 96087808a05a1a6beba14207b813ac7a152ef28a | /AlgorithmQuestions/cses/Coin-Piles.cpp | 88ebb214dcbadd9a17fa100dc3b59a10e431faaa | [] | no_license | phonism/notes | d76dd50d1e5b9463c2b65eafca7a596bd97e523b | 97e72472657dfbabdf858fe812308790c0214a0b | refs/heads/master | 2022-09-10T04:23:39.394736 | 2022-08-17T12:28:30 | 2022-08-17T12:28:30 | 24,148,792 | 12 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 351 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int tests;
cin >> tests;
for (int t = 0; t < tests; ++t) {
int a, b;
cin >> a >> b;
int tmp = min(a, b) - abs(a - b);
if (tmp < 0 || tmp % 3 != 0) {
puts("NO");
} else {
puts("YES");
... | [
"sdu.phonism@gmail.com"
] | sdu.phonism@gmail.com |
7a0fdf2402995a514b8c960a96221aaf5eed66c2 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /cbn/include/alibabacloud/cbn/model/ListTransitRoutersRequest.h | fb6a64817229158232053ae9cbdb96fa063f66b3 | [
"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 | 3,258 | 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 by... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
2ba95f1ca492a62b294f3d975852018da217f696 | 6b60ff905195dcaf7f95dc061335bb847d0bfc8a | /src/GUI.cpp | 3bfe76c31d69d96a7fbf7b9916e2f31eb9030fb9 | [] | no_license | MarkuSasen/Jackal-Hotseat | 38f856f8339d6b55ff8567d81d76445ca2812ad6 | e1e45e7a799291230ceab177d725e38e89cf9594 | refs/heads/master | 2020-08-01T05:27:32.881891 | 2019-11-05T16:07:05 | 2019-11-05T16:07:05 | 210,878,346 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,088 | cpp | #include <GUI.h>
//
// Created by User on 03.08.2019.
//
#include <SFML/Graphics/RenderTarget.hpp>
#include <algorithm>
#include <SFML/Graphics/Texture.hpp>
#include <chrono>
#include <cstdarg>
#include <SHAKAL.h>
#include "units.h"
#include "GUI.h"
#include "resources.h"
using namespace sf;
using namespace std;
... | [
"meinmail12@gmail.com"
] | meinmail12@gmail.com |
1da9c31e3a24024aa3771cc9e6fa938e72d40078 | c28f358c68ebe4f53a5074e9ba35d0f7a7488c0e | /Tuto3 démarrage/main.cpp | 006fd3f469a38eee64ee4a58caae27d09a0a9c43 | [] | no_license | Romain-GARNIER/VirtualReality | 3d2d4fe94746f533e662fb12a579e9f748b591e8 | 8a32a132bb4a723da365f5befedaceba682238a1 | refs/heads/master | 2020-12-19T21:26:47.176806 | 2020-02-29T09:06:18 | 2020-02-29T09:06:18 | 235,856,350 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 385 | cpp | /*!
\file main.cpp
\brief Tutoriel n°2
\author Leo Donati
\date 2019-2020
\version 2.0
Cours de Réalité Virtuelle
Polytech'Nice Sophia
*/
#include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.setWindowTitle("Réalit... | [
"garnierr10@gmail.com"
] | garnierr10@gmail.com |
87a83524fbba1f07fd593d49f1e54dc04785299b | 877f8736d889a87d7f7390d41efa201345be9a53 | /src/httpserver.cpp | ab37439a3557b92d6fab69fcbc5188ecbf7c2700 | [
"MIT"
] | permissive | minblock/turbocoin | 0aa01e29008ff8d26bbe88c1cc139da52a331eca | 0cb6be54bce944cd4067aeee3c6eab64f092eaf9 | refs/heads/master | 2021-05-22T23:31:20.644208 | 2020-04-05T02:30:14 | 2020-04-05T02:30:14 | 253,140,328 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,572 | cpp | // Copyright (c) 2015-2018 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 <httpserver.h>
#include <chainparamsbase.h>
#include <compat.h>
#include <util/system.h>
#include <util/strencoding... | [
"POSTMASTER@provgn.com"
] | POSTMASTER@provgn.com |
6c4b9ca7f2e76cab9cc6d600330b287b473e86c1 | 2c7c3c183f79c7b3831407df6f10127d89cad9c7 | /ServerInfo.cpp | 84eea039ce89dc624ebede44774b32a51d690762 | [] | no_license | SalimTerryLi/mcwrapper | f727e76aed13796282d3cf8a583c008b7f64b178 | 7dd4ce85a98116d454e10e7d4de78cebf1d54aac | refs/heads/main | 2023-03-14T17:49:50.599018 | 2021-03-16T12:06:17 | 2021-03-16T12:06:17 | 347,275,155 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 653 | cpp | //
// Created by salimterryli on 2021/3/11.
//
#include "ServerInfo.h"
#include <cstring>
struct Server serverHolder;
pthread_mutex_t serverHolder_mutex = {};
float *Player::getSavedPos() {
return nullptr;
}
int count_online_player(bool do_lock) {
int ret = 0;
if (do_lock) pthread_mutex_lock(&serverHolder_mutex)... | [
"lhf2613@gmail.com"
] | lhf2613@gmail.com |
38e0110bc423c0ed040e1c4ea0631ea6c5b549a4 | 4a81d8397891ffa8c955a63399f16d789bd52068 | /GTCMT_iOSsharedLib/SharedLibrary/Source/Audio/FileIO/AudioFilePlayback.cpp | 8414ccb9bfdfe4ff77bb8e7cedefc96c12d9da92 | [] | no_license | Imonymous/PebbleApp | 28cf6e7cfce424f2ac98e83209ed37b8c3809a80 | 3fbcad1d66fd8a47d7f7cd2538a47a955bc803f4 | refs/heads/master | 2016-09-06T13:49:23.561779 | 2014-08-24T07:25:59 | 2014-08-24T07:25:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,891 | cpp | /*
==============================================================================
AudioFilePlayback.cpp
Created: 8 Mar 2014 5:49:39pm
Author: Govinda Ram Pingali
==============================================================================
*/
#include "AudioFilePlayback.h"
AudioFileP... | [
"iman.mukherjee@gmail.com"
] | iman.mukherjee@gmail.com |
fbdf0e09102e75aab6048179edeb9cb4101a5ed2 | 071dbdd1546d8ca65f927001d6a65c4f93ae1d39 | /C++pra/C++pra/MoveRight.h | fac1685ec018e39f95b82007036f69904fcadd8b | [] | no_license | tmykmrt/Shooting_Game | 17f00b1ef1092808a081c87f25569335452bf536 | 902c27748dcb0b14ee94c72850dd8e11351f6155 | refs/heads/master | 2020-04-03T06:09:07.582843 | 2019-06-15T07:00:15 | 2019-06-15T07:00:15 | 155,067,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 231 | h | #pragma once
#include "MovementBase.h"
/**
* @file MoveRight.h
* @brief 右に移動クラス
* @date 2018 11/03
*/
class MoveRight :
public MovementBase
{
public:
MoveRight();
~MoveRight();
void Move(D3DXVECTOR2 &vec);
};
| [
"xyz2ndg@gmail.com-"
] | xyz2ndg@gmail.com- |
7be30695536a49d02a7d69250769bf1f2093d786 | ac015ff3d799f832e87a5fa4de200712143cf9e9 | /CH17/EXERCISES/toLower.cc | 4713b91544c99fb7900f5ac8daaa362f3998fec4 | [] | no_license | lfresco/Programming_Principles | 0d592d14db90a7764dc160d481aa9b2cfe9dd59d | 2c7d40324d935fef1bcfeab7a48a8fae7d0f85db | refs/heads/master | 2020-04-19T03:17:43.120436 | 2019-02-02T17:18:48 | 2019-02-02T17:18:48 | 167,929,684 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 199 | cc |
void to_lower(char * s);
int main(int argv, char * argc[]) {
return 0;
}
void to_lower(char* s) {
for (int i = 0; s[i]; ++i) {
if (s[i] >= 'A' && s[i] <= 'Z'){
s[i] += 'a' - 'A';
}
}
}
| [
"loryfresco@gmail.com"
] | loryfresco@gmail.com |
fb4b09bfdab9930ec480ef0d5e20a57300824bda | a8e5155ecc010b57fddf83b1451ca7206da2623d | /SDK/ES2_WG_Credits_Bar_parameters.hpp | 80ddfbbc3bf05ea7e3af1cba471cd94a36ee2249 | [] | no_license | RussellJerome/EverSpace2-SDK | 3d1c114ddcf79633ce6999aa8de735df6f3dc947 | bb52c5ddf14aef595bb2c43310dc5ee0bc71732b | refs/heads/master | 2022-12-12T04:59:55.403652 | 2020-08-30T00:56:25 | 2020-08-30T00:56:25 | 291,374,170 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,981 | hpp | #pragma once
// Everspace2_Prototype SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ES2_WG_Credits_Bar_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
... | [
"darkmanvoo@gmail.com"
] | darkmanvoo@gmail.com |
74d114cfadfe7898717b14331884ce4fafecf92c | 53b197ca6e0904bb47f4c9a54c7fac52ddcccd9b | /include/okapi/api/units/QAngularSpeed.hpp | 1ea7a980073ca0fb806246148963ee7a16943791 | [] | permissive | 1069B/Change_Up | a5402fe145ece056a18990d76dbedec53c329a2c | 624162c66e8d24d04657934081074e91f856ce57 | refs/heads/master | 2023-04-07T06:02:14.883259 | 2021-01-15T03:27:30 | 2021-01-15T03:27:30 | 255,371,970 | 0 | 0 | MIT | 2021-01-15T03:28:30 | 2020-04-13T15:50:41 | C++ | UTF-8 | C++ | false | false | 1,314 | hpp | /*
* @author Mikhail Semenov
* @author Benjamin Jurke
* @author Ryan Benasutti, WPI
*
* This code is a modified version of Benjamin Jurke's work in 2015. You can read his blog post
* here:
* https://benjaminjurke.com/content/articles/2015/compile-time-numerical-unit-dimension-checking/
*
* This Source Code For... | [
"ckschanker@gmail.com"
] | ckschanker@gmail.com |
72b7397142435b5b4ec8a97facbade86ac8fb182 | bb6ebff7a7f6140903d37905c350954ff6599091 | /tools/gn/file_template_unittest.cc | d10791eeb4fc9fe0e9614edf578f27af558e7765 | [
"BSD-3-Clause",
"GPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-unknown",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 4,848 | cc | // Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <sstream>
#include "testing/gtest/include/gtest/gtest.h"
#include "tools/gn/escape.h"
#include "tools/gn/file_template.h"
#include "tools/gn... | [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
34e47b5c0e172f2c3a9157abf9e4923dd43c06f2 | d4f6fe7bd5bcf67ada392cc85232fa07f8a207e9 | /Rusak/project0/sum-prod/test.cpp | 2ff9fad6c49632953f56a40e2ac5b35d72a949d1 | [] | no_license | fivt-300-groups-advanced-a/fivt-2013-advanced-a | bbc517f5631b6120da8fb8c67054affc5e802800 | 3c566556b405aa1bcb6068e95cb8dc362a05f1cb | refs/heads/master | 2021-01-23T09:49:26.373221 | 2015-05-26T20:15:24 | 2015-05-26T20:15:24 | 31,058,218 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,284 | cpp | #include <gtest/gtest.h>
#include <vector>
#include <algorithm>
#include <iostream>
#include <ctime>
#include <climits>
#include <cstdlib>
#include <cmath>
#include <vector>
#include<cassert>
#include "stupid.h"
#include "clever.h"
TEST(PrepareForTests, GenerateRand) {
srand(time(NULL));
}
int rand10() {
return ... | [
"mak-rusak@yandex.ru"
] | mak-rusak@yandex.ru |
e43d2e5116ec3ac22abf27a86dd244ca65980505 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_repos_log_2816.cpp | 9e5f8db6f405c07542ee3bbbbf77776a7dcf7b07 | [] | 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 | 49 | cpp | printf("Couldn't parse that input as a number\n") | [
"993273596@qq.com"
] | 993273596@qq.com |
cd19c5ac53755b4f303780fde103f57c3a5e840f | bd2674b97b2b483ebed7b31a7e2bbf9114d5e055 | /Week 10 Intro to Programming Inclass/Source3.cpp | cc6b744ccc7793e732dd09b9b340dbe657d15db0 | [] | no_license | Toebin/GAME1001-2021 | e02607d19a41a0fc949050c74eb5bcda7ed57f37 | b775a235855d3a27110ab4ec7714ae4ef1dec166 | refs/heads/main | 2023-03-27T22:13:15.456648 | 2021-03-23T03:04:19 | 2021-03-23T03:04:19 | 331,429,421 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 432 | cpp | #include <iostream>
using namespace std;
class Demo
{
public:
Demo() // <-- Default constructor
{
cout << "Now the constructor is running.\n";
}
~Demo()
{
cout << "Now the destructor is running.\n";
}
};
//int main()
//{
// cout << "this is diplayed before the object is created.\n";
//
// Demo demoObj; ... | [
"tobinexe@gmail.com"
] | tobinexe@gmail.com |
1de42bbd085a487325bbf3b47d7ce95efd982e36 | bc7a71ddb6e4d3a4fb1657704487ac4f2fe62dc5 | /configfile.h | 999a9209b7d6773b733bc0f28bf266087969b0e5 | [] | no_license | securitywarrior/kismet | b3c65e1797e0ee5b5b6e24334f82103ef02b8eae | 990b8d94724dfdbb8b1d3247c390aa4d03369926 | refs/heads/master | 2021-07-14T17:57:17.244215 | 2017-10-19T13:25:36 | 2017-10-19T13:25:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,157 | h | /*
This file is part of Kismet
Kismet is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Kismet is distributed in the ... | [
"dragorn@kismetwireless.net"
] | dragorn@kismetwireless.net |
f499ef5c681ecb222622b9d5884a34a4a25c93e8 | f99d1938cca73af0728e0b57bcce90fa209dcaac | /src/Asteroids.cpp | 41d7bdbb1aefb4e6bb20d4302748fe9e8c5269ea | [] | no_license | averemi/Ft_retro | eaf1befc3dd2e35f09fa4524dd25ac380c837249 | 8ebb09a8cb0036aa2c1278c823fc2b50d14d4fd3 | refs/heads/master | 2020-03-31T09:49:40.526818 | 2018-10-08T16:40:35 | 2018-10-08T16:40:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 474 | cpp |
#include "Asteroids.hpp"
Asteroids::Asteroids() {
int r;
r = rand() % 4;
_yLoc = rand () % (_yMax - 1);
_xLoc = rand() % (_xMax - 1);
if (r == 1)
_form = ASTERFORM1;
else if (r == 2)
_form = ASTERFORM2;
else
_form = ASTERFORM3;
}
Asteroids::~Asteroids() {}
Asteroids::Asteroids(Asteroids const & a) ... | [
"averemii@e1r5p14.unit.ua"
] | averemii@e1r5p14.unit.ua |
33112b535123b78f740500666822a6052538b967 | 05869e5d7a32845b306353bdf45d2eab70d5eddc | /soft/application/NetworkSimulator/Dialog/SendmessageDlg.cpp | c71e05d849efb6c3164913c01ddf9bf06d2e6940 | [] | no_license | shenfahsu/sc-fix | beb9dc8034f2a8fd9feb384155fa01d52f3a4b6a | ccc96bfaa3c18f68c38036cf68d3cb34ca5b40cd | refs/heads/master | 2020-07-14T16:13:47.424654 | 2011-07-22T16:46:45 | 2011-07-22T16:46:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,200 | cpp | // SendMessageDlg.cpp : implementation file
//
#include "stdafx.h"
#include "..\NetworkSimulator.h"
#include "SendMessageDlg.h"
#include "..\Simulator\AsyncMessageSeq.h"
#include "..\Simulator\GlobalDefines.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#end... | [
"windyin@2490691b-6763-96f4-2dba-14a298306784"
] | windyin@2490691b-6763-96f4-2dba-14a298306784 |
0cf30b5b1e08aa61c03a3d61ca6e6b59a7516ee7 | 6ce7ff214a505e38fc91a9ee8c3f70d1401a9542 | /src/utils.h | 1cb7bd6995451fe8186bc304116e02d2d1525d5e | [] | no_license | zacklocx/TradeBot | 2e24811700131eaa8b788cb6f20e5f43d1d9ada7 | 1817ebc1bb038044dba3838205aad42c98b2fd44 | refs/heads/master | 2021-01-21T10:00:07.040967 | 2018-07-02T11:39:09 | 2018-07-02T11:39:09 | 91,676,750 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 720 | h |
#ifndef UTILS_INCLUDED
#define UTILS_INCLUDED
#include <cstdint>
#include <string>
#include <json/json.h>
uint64_t timestamp_s();
uint64_t timestamp_ms();
std::string now();
std::string what_time(uint64_t ts);
std::string md5(const std::string& s);
std::string urlencode(const std::string& s);
Json::Value query_... | [
"zacklocx@gmail.com"
] | zacklocx@gmail.com |
135cb7914e50135efcf39d7e01ce158484594b59 | 89dedd7f3c7acc81d12e2bcb2e716f9af9e5fa04 | /content/renderer/input/input_event_filter_unittest.cc | 996488e958cc0ba4a4bf7a145cf6d1206548cb2b | [
"BSD-3-Clause"
] | permissive | bino7/chromium | 8d26f84a1b6e38a73d1b97fea6057c634eff68cb | 4666a6bb6fdcb1114afecf77bdaa239d9787b752 | refs/heads/master | 2022-12-22T14:31:53.913081 | 2016-09-06T10:05:11 | 2016-09-06T10:05:11 | 67,410,510 | 1 | 3 | BSD-3-Clause | 2022-12-17T03:08:52 | 2016-09-05T10:11:59 | null | UTF-8 | C++ | false | false | 18,487 | cc | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <stddef.h>
#include <new>
#include <tuple>
#include <utility>
#include <vector>
#include "base/bind.h"
#include "base/macros.h"
#include "base/... | [
"bino.zh@gmail.com"
] | bino.zh@gmail.com |
4948a435faeb428682c170832da0d7ccda9a8d80 | d6b2dd2aa6c951cce83fc894e7f78b4ca0dd9893 | /ProjectSeycodeAndroid/build/Android/Release/SeyCode/app/src/main/include/Fuse.Navigation.NavigationGotoMode.h | 74e5d94723716aadfa8bcc9ad2ec35c623d5a138 | [] | no_license | seycode/projectSeycode | 2e1ce90cb3e7c6ea322fa36f649b4b3906b32db3 | e1ebf63966ace40afa8736cc0aa37b18117774dc | refs/heads/master | 2021-01-11T02:49:33.975116 | 2016-12-13T16:08:45 | 2016-12-13T16:08:45 | 70,919,614 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 360 | h | // This file was generated based on /usr/local/share/uno/Packages/Fuse.Navigation/0.32.14/$.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Int.h>
namespace g{
namespace Fuse{
namespace Navigation{
// public enum NavigationGotoMode :415
uEnumType* NavigationGotoMode_... | [
"seycodeware@gmail.com"
] | seycodeware@gmail.com |
bae24b77dc9dcb850240cfb08e09f6a325471f87 | 97ffa8bf6ccabd0f14c3ee9797b5c7c8e19a3534 | /src/Tools.h | 91c26b77976033e8a78bf2cbb2c78338e65a88e4 | [
"BSD-4-Clause-UC"
] | permissive | saulopz/subverse | 82b51a6db5d3cbb30dbce75d2611dc4bce1c5b79 | f0f8230262a78c11ae5eef99a4ee9b02acfa4d2d | refs/heads/master | 2021-12-01T19:57:23.884559 | 2021-06-06T19:05:44 | 2021-06-06T19:05:44 | 373,935,482 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 260 | h | #ifndef TOOLS_H_
#define TOOLS_H_
#include <string>
#include <string.h>
#include <stdio.h>
using namespace std;
class Tools
{
public:
static char *intToString(int);
static int c_strToInt(char *);
static int stringToInt(string);
};
#endif /* TOOLS_H_ */
| [
"saulopz@gmail.com"
] | saulopz@gmail.com |
91be42eec080074a617051857ee1efb53a6bdae7 | 505b4525174f8d3ea73b4d3b2c7c011cd63d1216 | /Algorithms/2231.cpp | ab528d301bed50ded262ad326f887a11bd448cb0 | [] | 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 | 412 | cpp | //#include<iostream>
//
//using namespace std;
//
//int main()
//{
//
// int N, M, Max, buf;
// cin >> N;
//
// for (int i = 0; i < N; i++)
// {
// buf = i;
// M = i;
//
// for (Max = 100000; Max >= 1; Max /= 10)
// {
// if (buf >= Max)
// {
// M += buf / Max;
// buf = buf % Max;
// }
// }
//
// i... | [
"totok682@naver.com"
] | totok682@naver.com |
ff583f51788094dd45422ae32fb3b54a47d652fb | 94c5fdbb7c7f359418048626c27a6cbc22bb6c05 | /src/Drawing/Functions.cpp | 8287aef92c5dd125827a68436bf291e458a8e5d9 | [] | no_license | B-Ingwersen/GraphicsLibrary | edad0a5c98256844bf421be8cd4c74885ba36c45 | 4177f4da60181a5681b0a6bf074488ad3108ab24 | refs/heads/master | 2021-08-16T11:18:29.141820 | 2020-08-13T03:31:35 | 2020-08-13T03:31:35 | 212,933,707 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,904 | cpp |
#include "GraphicsLibrary/Drawing/Functions.h"
int colorsToInt(int red, int green, int blue) {
return 256 * 256 * 256 * red + 256 * 256 * green + 256 * blue;
}
void drawBackground(drawData drawInformation) {
uint32_t * pixels = drawInformation.screen -> screen;
int WINDOW_WIDTH = drawInformation.screen -> windowW... | [
"bryaningwersen@outlook.com"
] | bryaningwersen@outlook.com |
08cbd9e5356e7a21e5f688f460eec3cfc749d966 | 8f421001634923dbfb032389ecd094d4880e958a | /modules/videostab/src/log.cpp | 4c6d414e07bc722c089c0092802e2d54db3f495a | [
"Apache-2.0"
] | permissive | opencv/opencv_contrib | ccf47a2a97022e20d936eb556aa9bc63bc9bdb90 | 9e134699310c81ea470445b4888fce5c9de6abc7 | refs/heads/4.x | 2023-08-22T05:58:21.266673 | 2023-08-11T16:28:20 | 2023-08-11T16:28:20 | 12,756,992 | 8,611 | 6,099 | Apache-2.0 | 2023-09-14T17:35:22 | 2013-09-11T13:28:04 | C++ | UTF-8 | C++ | false | false | 2,506 | cpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"alexander.alekhin@intel.com"
] | alexander.alekhin@intel.com |
35dbbc0fdc29b827765dbf9974e29b87d548f85a | 3de2a746243ad1cb000994a06a0f9699db9a901f | /jsc2019final_f.cpp | 4a04ea277d33791f368d3dcbfecb6936295de97b | [] | no_license | takumi152/atcoder | 71d726ffdf2542d8abac0d9817afaff911db7c6c | ebac94f1227974aa2e6bf372e18605518de46441 | refs/heads/master | 2022-10-30T12:14:41.742596 | 2022-09-29T19:49:32 | 2022-09-29T19:49:32 | 181,502,518 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,605 | cpp | // WIP
#include <iostream>
#include <vector>
#include <string>
#include <map>
#include <set>
#include <algorithm>
using namespace std;
typedef long long int ll;
typedef pair<int, int> Pii;
const ll MOD = 998244353;
ll modinv(ll x, ll m = MOD) {
ll b = m;
ll u = 1;
ll v = 0;
ll tmp;
w... | [
"takumi152@hotmail.com"
] | takumi152@hotmail.com |
368ebb3c007c78c095cd7589e436490921649e87 | 1619898f4b137ba4d0026730168ff8fc3af98914 | /Array/Matrix/12_matrix_multiplication.cpp | 68fb55d2719c517bf7cf3b773aa56c5fe9427bdf | [] | no_license | pcube99/codes | 92db1cbf134f7a8536b4627416d0cbe8bece21ca | b9cbb17fb370d225ebede57f1b88fc52bec25399 | refs/heads/master | 2022-12-29T05:07:53.522979 | 2020-09-23T11:12:32 | 2020-09-23T11:12:32 | 284,982,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 354 | cpp | //https://www.geeksforgeeks.org/c-program-multiply-two-matrices/
void multiply(int A[][100], int B[][100], int C[][100], int n) {
for (int i=0; i < n; i++) {
for (int j=0; j < n; j++) {
int v = 0;
for (int k=0; k < n; k++) {
v += A[i][k]*B[k][j];
}
... | [
"pankil@monocept.com"
] | pankil@monocept.com |
9436446fdbeae361b45a170c7fc959a531f6c81d | 6c2bef4cf310b1b513996ff6c1d3c1c11b374a82 | /includes/error.hpp | a9e628c6eea79a6cc708cc4968908cfa4dfed497 | [
"MIT"
] | permissive | HttoHu/MicroCalcu | f5bd4927e4346ee8f00176477937a655da6fd3ae | a9169c555bbf1d245e3e0cbe5beff243d547c4e6 | refs/heads/master | 2022-12-08T18:17:45.541249 | 2020-09-16T15:22:54 | 2020-09-16T15:22:54 | 293,288,195 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 233 | hpp | #pragma once
#include <iostream>
#include <string>
namespace mcalcu
{
class Error
{
public:
Error(const std::string &str):content(str){}
std::string what()const
{
return content;
}
private:
std::string content;
};
} | [
"huyuantao@outlook.com"
] | huyuantao@outlook.com |
a047eb457318d1e1298411e9460d2c00c870e68b | 05ac7722169cf798f5df03c183775306e531deb6 | /arduino_interactive/arduino_interactive.ino | c32955fa878555ccff4602e7df6e0ea0eccac946 | [] | no_license | tmkinteractive/real-time-projection-mapping | 9e0721c8b09c13546e49c855ba5e400a4396236f | 841287bd319ddfb4cd97ebe354f5ca09373a5438 | refs/heads/master | 2023-04-30T18:42:55.417456 | 2021-05-12T20:28:10 | 2021-05-12T20:28:10 | 366,844,696 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 386 | ino | #define joyY A0
#define joyX A1
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
pinMode(joyX, INPUT);
pinMode(joyY, INPUT);
}
void loop() {
// put your main code here, to run repeatedly:
int xVal = analogRead(joyX);
int yVal = analogRead(joyY);
String data = String(xVal) +... | [
"travis3pi@gmail.com"
] | travis3pi@gmail.com |
6dc1966ee96b4d3a24608197fed54e14dff0b63b | 8ec20f9f47dc01bf27eb1477b482397cc9e6531b | /C++/132-1.cpp | 7bd64d457fe19a471dcea2a1f5c397e225194a02 | [] | no_license | Tomoki-Kikuta/algorithm_data | 578c149b4c64dc45f469983d1f9f541e1f13e20b | fdc345ecd2a16e0441d7d6c4c3f8953176600f5c | refs/heads/master | 2020-05-23T11:26:35.501796 | 2019-08-04T08:02:23 | 2019-08-04T08:02:23 | 186,736,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 573 | cpp | #include<iostream>
#include<algorithm>
#include<string>
using namespace std;
int main(void){
string S;
cin >> S;
if(S[0]==S[1]){
if(S[2]==S[3]){
cout << "Yes" << endl;
}else{
cout << "No" << endl;
}
}else if(S[0]==S[2]){
if(S[1]==S[3]){
... | [
"tomoki0819@akane.waseda.jp"
] | tomoki0819@akane.waseda.jp |
25980de38f1489f554762b50c9d093493e9ecda5 | b02691da6d8e38bef41d641b262cb9bddf9b1284 | /esp-drivetrain/include/motor.h | d69087f0515621788af34f1ff96c05aebb90ce75 | [] | no_license | hari-learningspace/two_wheel_robot | 6734d415695040d7b5d2ec1f9f58bd610f0aaa05 | 29ac874a5a38e81feb2aed4f420fd413c01187bf | refs/heads/master | 2022-11-08T00:08:57.647384 | 2020-06-28T17:51:32 | 2020-06-28T17:51:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,211 | h | #ifndef MOTOR_H
#define MOTOR_H
#include "encoder.h"
#define periodsPerSec 100
class DCMotor {
public:
DCMotor() {} // Default constructor
// Constructor to connect motor GPIO pins to microcontroller
DCMotor(uint8_t pinGroup);
// Encoder attached to the motor
Encoder encoder;
// Set the wheel speed
... | [
"hariudkmr@gmail.com"
] | hariudkmr@gmail.com |
98f883da50d938fef35310f377b9b42d00987b08 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_old_log_2808.cpp | 436969a6f9e3ded59ef5ad15d4a10500e2f5fbd9 | [] | 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 | 64 | cpp | fprintf(out, "starttime\tseconds\tctime\tdtime\tttime\twait\n"); | [
"993273596@qq.com"
] | 993273596@qq.com |
ea07f6194bacd7d7a1270b51bfc57e7953215d90 | 0d6cfa078ec5a6b329faabf412ee91ccd81e2605 | /list_of_strings.h | b77fc77e6e52885de86370f175b818769418dcb6 | [] | no_license | Abrackadabrr/Console_battle | 9c3d3634dc8f45bf421dad151e87a34d97e95b7f | 6e69f27e916e5ad7eff767c829829a2ae5ceaca6 | refs/heads/main | 2023-03-14T00:50:02.389200 | 2021-03-12T16:06:16 | 2021-03-12T16:06:16 | 343,334,008 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 721 | h | #include <iostream>
#include <string>
using namespace std;
class listt
{
private:
struct uzzel
{
string name;
string massage;
uzzel* next;
uzzel(string name,string massage)
{
this->name = name;
this->massage = massage;
next = NULL;
... | [
"iliynea2002@ya.ru"
] | iliynea2002@ya.ru |
7376e384141cf6e470d38cc72c4ccb574dfb2733 | cc80e57be59e182966879ea86a539df7ad5acbee | /OGLRender/Shader.h | d6b551b791abdb889d1e54bb48633e79674882f3 | [] | no_license | ctmartinez1992/Voxel | 4a29df37fa7dbd8ecad455be969016749891640c | 1fdc8727f312c79a98e35b04c52f8522ddd0b953 | refs/heads/master | 2020-06-08T05:36:14.187135 | 2013-07-19T11:48:22 | 2013-07-19T11:48:22 | 11,395,159 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,507 | h | #pragma once
#include <GL/glew.h>
#include <string>
//Represents a compiled OpenGL shader.
class Shader {
/*************** Variables ***************/
private:
GLuint _object;
unsigned* _refCount;
/*************** Methods ***************/
private:
//Adds to the _refCount.
void _retain();
//... | [
"ctmartinez1992@gmail.com"
] | ctmartinez1992@gmail.com |
8c98293059b99cb8332cbf315a33e70fac66ae6a | 6dcd4a70070b4121ccafca4ef09880f23855ac39 | /capturerenderadapter.h | 2401b830c559edcb513ebe4e5a2bc08d65a3c2a6 | [] | no_license | asdlei99/peerconnection-client-standalone | 13fc0528179ff5199d0f4557d36f47c78acfc90e | bf3b8b52ee68248bb8e5e8c44b85d75edb4aa88e | refs/heads/master | 2020-08-18T04:52:08.385742 | 2016-02-19T07:30:25 | 2016-02-19T07:30:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,402 | h | /*
* libjingle
* Copyright 2012 Google Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the fo... | [
"sdanielchp@gmail.com"
] | sdanielchp@gmail.com |
aeb508bb38b9448e63fc401a273e1a850fce0923 | 7ec6a39a3c1b78d3f90e4eb85f31fb3522231a02 | /DirectUI/CBaseScrollBar.h | 6f3f46baab20301e45b08dca40a252caff86ccf3 | [] | no_license | lineCode/dui70 | 72880de9da2a15d44617e10b64183a98b176709f | 9c4547396d5fa7fab656050418b311395a847be6 | refs/heads/master | 2020-09-22T06:40:09.179899 | 2019-11-16T08:22:24 | 2019-11-16T08:22:24 | 225,091,615 | 1 | 0 | null | 2019-12-01T01:30:00 | 2019-12-01T01:30:00 | null | UTF-8 | C++ | false | false | 1,726 | h | #pragma once
namespace DirectUI
{
//�����麯��ȫ�����Ը�
class UILIB_API CCBaseScrollBar
: public CCBase,
public BaseScrollBar
{
public:
CCBaseScrollBar(const CCBaseScrollBar &);
CCBaseScrollBar(unsigned long v1 = 0);
CCBaseScrollBar &operator=(const CCBaseScrollBar &);
virtual ~CCBaseScrollBar(void);
static I... | [
"sevenmile@qq.com"
] | sevenmile@qq.com |
0c470689f89278fc1193bf1e5b937fbf14ec5f5f | e804af044e5209dca7103b67fbdfba3dcf189870 | /cuda-samples-11.0/Samples/simpleVulkanMMAP/VulkanBaseApp.cpp | 91fc83a995265f829e7331ad48fc81e0d8e69d8a | [
"MIT"
] | permissive | dcmartin/slipstream | 6c8e3605463df937fef061eebc9205a03c27ed1e | 72ec3e80cbe600afce61c1dbfa6d84ef4c16867c | refs/heads/master | 2022-10-19T00:47:41.021425 | 2020-06-08T17:35:49 | 2020-06-08T17:35:49 | 270,355,088 | 1 | 0 | MIT | 2020-06-07T15:53:26 | 2020-06-07T15:53:25 | null | UTF-8 | C++ | false | false | 67,897 | cpp | /* Copyright (c) 2020, NVIDIA CORPORATION. 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 condi... | [
"github@dcmartin.com"
] | github@dcmartin.com |
7e45697e0437b63e2ae0ebd11941aea07ac575eb | 3fde5aaf02b7e957a916e36679a69cddc26b915d | /src/include/act-common/byte_buffer.h | 8dc3a4764a3d17b53031d1da6aed4b504ff8f072 | [
"Apache-2.0"
] | permissive | Dqxl1t0AQAave4/act-common-src-com-port | 1fff961b8f8292cc2a523880efe7bc884da75911 | c5fa2dc769be28a77ea90d29ec3d4973533d0e79 | refs/heads/master | 2021-01-01T17:13:58.741861 | 2017-07-26T15:49:52 | 2017-07-26T15:49:52 | 98,029,706 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,705 | h | #pragma once
#include <vector>
namespace com_port_api
{
/*
* Inspired by the `java.nio.ByteBuffer`.
*
* See it and usage examples for more details.
*/
class byte_buffer
{
private:
std::vector<char> _data0; // to simplify implementation... ugly, but...
std::vector<char> _data;
std::size_t _positi... | [
"a.kalaider@yandex.ru"
] | a.kalaider@yandex.ru |
d9e03f159f91af2d7df8159570f350d2d29ca3eb | 7a17c01bbbcabef1d1c1d93061dadca8374a0ddc | /tools_intern/efficiency/efficiency_linux64/C_pointCloudDTW.cpp | 84756d239eba3c96302330f5aef5f7d391bc09c2 | [
"BSD-3-Clause"
] | permissive | liu6tot/3D_Pose_Estimation_CVPR2016 | 4e57e8deeecda40d5a4cfe2553edae83b78e0636 | 83f6bf36aa68366ea8fa078eea6d91427e28503b | refs/heads/master | 2020-04-23T06:19:40.762173 | 2016-10-10T10:55:37 | 2016-10-10T10:55:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,230 | cpp | #include "mex.h"
#include "math.h"
double pointCloudDist(double xP, double y1, double zP, double xQ, double y2, double zQ){
double K = 1;
double xPc=xP;
double zPc=zP;
double xQc=xQ;
double zQc=zQ;
double N = dot(xP/K,zQ) - dot(xQ/K,zP) - (xPc*zQc - zPc*xQc);
double D = dot(xP/K,xQ) + dot(zQ/K,zP) - (xPc*xQc... | [
"uiqbal@iai.uni-bonn.de"
] | uiqbal@iai.uni-bonn.de |
7f3627fb2c28438b22cbf1e4cd0f2f3d7d79eae4 | f3e6fa8f406e57726b511540a64b4863228833ca | /segmentation/Caffe_Segmentation/include/caffe/data_transformer.hpp | 60487cb257f2465687cebb46b64f3c8631cf1ade | [
"BSD-2-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | USCDataScience/cmu-fg-bg-similarity | acb2336db015d195e8db0eb80f30be080a59d1d8 | d8fc9a53937551f7a052bc2c6f442bcc29ea2615 | refs/heads/master | 2023-09-04T07:30:56.714233 | 2020-04-20T04:40:15 | 2020-04-20T04:40:15 | 255,199,739 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,722 | hpp | #ifndef CAFFE_DATA_TRANSFORMER_HPP
#define CAFFE_DATA_TRANSFORMER_HPP
#include "caffe/common.hpp"
#include "caffe/proto/caffe.pb.h"
namespace caffe {
/**
* @brief Applies common transformations to the input data, such as
* scaling, mirroring, substracting the image mean...
*/
template <typename Dtype>
class DataT... | [
"chris.a.mattmann@jpl.nasa.gov"
] | chris.a.mattmann@jpl.nasa.gov |
a9126f49b92e8352c8635238ae9e9704ece2e42a | 980b4735da4ac1882bf74d0d40530f2370fa9389 | /rasham/test/log_matcher.cpp | 86925cadeae7c85839d3a72cf91bd3ccf02cda77 | [] | no_license | oakad/ucpf | 24790c6f8247e16b8ef48bc3012da15bdd775205 | cb832e39776237af5fd901e3942d671af37a8005 | refs/heads/master | 2021-03-16T07:17:54.219223 | 2017-04-01T05:57:33 | 2017-04-01T05:57:33 | 337,931 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,215 | cpp | #include <rasham/internal/log_item.hpp>
#include <iostream>
#include <typeinfo>
int main(int argc, char **argv)
{
using boost::spirit::qi::parse;
using rasham::log_item::scanner;
using rasham::log_item::range;
std::string t1(
"jhfkjdhf%sdf lkjf%%sakjf lkjf%kf5kf<_kjfl"
"%fgfg[gff]{hfhf}kfdjg%lfdkj{dlsjf}[df]"... | [
"oakad@yahoo.com"
] | oakad@yahoo.com |
e29534f6049b2c51d89c7191ac6ca22861adf89c | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /chrome/renderer/searchbox/searchbox_extension.h | 1e6a2b9ef0ca9bb36353a2b77d04e587b533ab6a | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 1,743 | h | // Copyright 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_RENDERER_SEARCHBOX_SEARCHBOX_EXTENSION_H_
#define CHROME_RENDERER_SEARCHBOX_SEARCHBOX_EXTENSION_H_
#include "base/macros.h"
#include "base... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
c8fbdb7fdbcd976311b82c3a969f435c0c9c4e89 | eb6a81a5ce06b4e9ea314f552ac0ae16f0ca41bd | /Semester 2/Data Structures and Algorithms/Labs/Lab 3/SortedMultiMap.cpp | afbfa6616921ed02c2bafe4c08d09ad72ce9d2ac | [] | no_license | flaviu2001/University-Projects | b6d75764e0ad19546d734897feabb501d8ac01b5 | dd238852f7f4357c8c0b585f63282358978971c9 | refs/heads/master | 2022-09-15T19:19:15.804957 | 2022-09-05T20:15:59 | 2022-09-06T19:29:21 | 254,388,197 | 74 | 44 | null | 2021-09-28T05:56:29 | 2020-04-09T14:06:08 | Java | UTF-8 | C++ | false | false | 5,547 | cpp | #include "SMMIterator.h"
#include "SortedMultiMap.h"
#include <iostream>
#include <utility>
#include <vector>
#include <exception>
using namespace std;
SortedMultiMap::SortedMultiMap(Relation r) {
this->comp = r;
this->length = 0;
}
void SortedMultiMap::add(TKey c, TValue v) {
DLLA &elements = this->elems... | [
"craciunflaviu1@gmail.com"
] | craciunflaviu1@gmail.com |
da631596e5a14660e4d611d2395bce5f97a9ada7 | 5ee0eb940cfad30f7a3b41762eb4abd9cd052f38 | /Case_save/case1/300/p | 9b7a58d351604fd8f293b0f9149bb0e0f47d07e6 | [] | no_license | mamitsu2/aircond5_play4 | 052d2ff593661912b53379e74af1f7cee20bf24d | c5800df67e4eba5415c0e877bdeff06154d51ba6 | refs/heads/master | 2020-05-25T02:11:13.406899 | 2019-05-20T04:56:10 | 2019-05-20T04:56:10 | 187,570,146 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,907 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
8f2ce5fbcc2c401ffdbde438c98c01b50d1e0a0b | 8c1494100d62b75504ba74b0d3c30fe7b7741b6e | /TMGA/exp_Example/TMGA.cpp | 723606ad61422b986ea5b861db98d6813ac55da0 | [] | no_license | TMGA-item/TMGA-1 | b610a8008702482822164fa21ff2cd718d46ef35 | c634b6ed6e83e7e199aa59f50e109d9bb9c170d3 | refs/heads/master | 2022-12-28T08:08:19.687454 | 2020-10-11T17:01:05 | 2020-10-11T17:01:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,744 | cpp |
#include "common.h"
#include "tools.hpp"
#include "config.h"
#include "GenerateAChrom.h"
#include "GenOperator.h"
double runTMGA(string XmlFile, string RscAlcFile, double& SchTime, int& iteration , double& EndFitness) {
double RunTime = 0; //the variable for recording the scheduling(running) ti... | [
"17858954489@163.com"
] | 17858954489@163.com |
bad6f5e4a3fc05d625d5a967de0c98d2a414b571 | 5499e8b91353ef910d2514c8a57a80565ba6f05b | /zircon/system/dev/ethernet/ethertap/ethertap-test.cc | 95dbfc83cd7e31b61d35d62ec5f21bf81bb7ff96 | [
"BSD-3-Clause",
"MIT"
] | permissive | winksaville/fuchsia | 410f451b8dfc671f6372cb3de6ff0165a2ef30ec | a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f | refs/heads/master | 2022-11-01T11:57:38.343655 | 2019-11-01T17:06:19 | 2019-11-01T17:06:19 | 223,695,500 | 3 | 2 | BSD-3-Clause | 2022-10-13T13:47:02 | 2019-11-24T05:08:59 | C++ | UTF-8 | C++ | false | false | 4,248 | cc | // Copyright 2019 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.
#include "ethertap.h"
#include <lib/fake_ddk/fake_ddk.h>
#include <lib/zx/process.h>
#include <string>
#include <thread>
#include <vector>
#include <ddk... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f4106ba8802cbe6ea230e2d5b165e6c31167b966 | 71612d11b5ab5c0478fc8e2c00483afb94e4e4ac | /manuscript/Fig2/c/sim_vary_v0.cpp | 6776a3815cce0a3ee0ee514d53d565835c7ec2d2 | [] | no_license | pczuppon/virus_establishment | 21f3fe45f59a73d7df682682ea49d50b924f6fa7 | 08d2323f135ab0c8e17c81e48f9a2df14ad4a92e | refs/heads/master | 2023-02-14T18:21:07.832969 | 2021-01-07T14:58:04 | 2021-01-07T14:58:04 | 265,793,251 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,908 | cpp | #include <iostream>
#include <cmath>
#include <numeric>
#include <algorithm>
#include <fstream>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
// g++ -std=c++11 sim_vary_v0.cpp `pkg-config --libs gsl` command for compiling
using namespace std;
// Within-host parameters
#define R0 7.69 // R0 value
... | [
"p.czuppon@mailbox.org"
] | p.czuppon@mailbox.org |
c94d09182206acb5bb2e21b4435d7befdf093053 | 428989cb9837b6fedeb95e4fcc0a89f705542b24 | /erle/ros2_ws/install/include/sensor_msgs/msg/illuminance__struct.hpp | 131e9b20496516336b2f73fd847f4472d6cc4ca3 | [] | no_license | swift-nav/ros_rover | 70406572cfcf413ce13cf6e6b47a43d5298d64fc | 308f10114b35c70b933ee2a47be342e6c2f2887a | refs/heads/master | 2020-04-14T22:51:38.911378 | 2016-07-08T21:44:22 | 2016-07-08T21:44:22 | 60,873,336 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 97 | hpp | /home/erle/ros2_ws/build/sensor_msgs/rosidl_generator_cpp/sensor_msgs/msg/illuminance__struct.hpp | [
"igdoty@swiftnav.com"
] | igdoty@swiftnav.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.