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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
830b14fb0908d0927755f09ba31d3328661fa96d | 45c84e64a486a3c48bd41a78e28252acbc0cc1b0 | /src/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc | b0ebdbfdf5c91ab5898af91024bff5776ccc1577 | [
"BSD-3-Clause",
"MIT"
] | permissive | stanleywxc/chromium-noupdator | 47f9cccc6256b1e5b0cb22c598b7a86f5453eb42 | 637f32e9bf9079f31430c9aa9c64a75247993a71 | refs/heads/master | 2022-12-03T22:00:20.940455 | 2019-10-04T16:29:31 | 2019-10-04T16:29:31 | 212,851,250 | 1 | 2 | MIT | 2022-11-17T09:51:04 | 2019-10-04T15:49:33 | null | UTF-8 | C++ | false | false | 18,914 | 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 "chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.h"
#include "base/bind.h"
#include "base/callback.h"
#include "base/task/pos... | [
"stanley@moon.lan"
] | stanley@moon.lan |
707184b83b3e8defb1897a099676eadd54040223 | f6e032a8a04bc6b819785e1f978d828773e35758 | /old/test/mire/ct/find.cpp | 01941a7ecc5faca21598af40d59de3de59ac2978 | [
"BSL-1.0"
] | permissive | guardianofetherra/mirror | cfd6b3d7caf5f3718413cbf0a84769949d3fb89c | 8cef943d6cc98788c8e862546ad4de4aebe4b8d9 | refs/heads/master | 2021-10-12T00:02:08.961121 | 2016-12-01T05:57:12 | 2016-12-01T05:57:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,209 | cpp | /**
* .file test/mire/ct/find.cpp
* .brief Test case for compile-time find meta-function
*
* .author Matus Chochlik
*
* Copyright 2013 Matus Chochlik. 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)
*/
... | [
"chochlik@gmail.com"
] | chochlik@gmail.com |
5aef72789a0155d44cafb1ca25f333ba8c1f1e5c | 198675027aca39e4ac7d0d1ce8020a5d01ad99be | /grid.h | ae7270819179a257375f5e7d91c0e0c174523cca | [] | no_license | CHoudrouge4/K-Clustering_with_outliers | 92883645d7ef212317414e45ac2b32372716aa69 | 1a366aa3171d4ee492d0aa61b09426591bd1daa5 | refs/heads/master | 2020-04-20T11:45:25.004742 | 2019-02-15T19:36:11 | 2019-02-15T19:36:11 | 168,825,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,803 | h | #pragma once
#include <unordered_map>
#include <limits>
#include <vector>
typedef std::vector<double> point;
typedef std::vector<int> vec_int;
typedef std::vector<point> vec_pts;
typedef std::vector<bool> vec_bool;
typedef std::vector<std::pair<int, int>> vec_pair;
/**
* Hash function for the pair of integers.
*/
str... | [
"hah51@mail.aub.edu"
] | hah51@mail.aub.edu |
d0e42cefec0bb54be8493bd8141c00e6e9c45dd6 | 3486e9f161df48098a368507448d15fbbae2c789 | /src/Exceptions/LoadException.cpp | 0d2bdbaf5bc71b4319389a34263ba78a6e9f3a16 | [] | no_license | FollowJust/intruder | 5d0ba34195f2228675211315f897db5d1a1e6181 | b9da878d38ca4dec0f83dfce18c9c28a42a52d73 | refs/heads/main | 2023-03-29T17:55:12.456770 | 2021-04-04T11:08:25 | 2021-04-04T11:08:25 | 353,835,217 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 261 | cpp | #include "LoadException.h"
LoadException::LoadException(const std::string message) {
this->message = message;
}
const char* LoadException::what() const throw() {
std::string out = "An error occured while loading. " + message;
return out.c_str();
} | [
"gladkikha@outlook.com"
] | gladkikha@outlook.com |
72c43db7d8849f3c456628d7bd825b0eb2539293 | 745704b9a08f8d96609495dc67fb4fff2b56ba51 | /controller/admin_gu/rmgrp.cpp | abede95b8eff8d8c578f0864552ff09d740fa2cc | [] | no_license | ldecast/SISTEMA-DE-ARHIVOS | ed224c4677f4d99fc78e3a066017980156b2719e | 3d73a385c2519ab53b7f178a42d1113b7a74aa4f | refs/heads/master | 2023-07-28T07:16:00.002924 | 2021-09-09T05:58:42 | 2021-09-09T05:58:42 | 407,945,763 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,924 | cpp | #include <iostream>
#include <string.h>
#include "../../model/filesystem.h"
#include "../../model/users_groups.h"
#include "../handler.h"
#include "func.h"
using std::string;
int rmgrp(string _name)
{
if (_name == "")
return coutError("Error: faltan parámetros obligatorios.", NULL);
if (_user_logged.... | [
"3006240180101@ingenieria.usac.edu.gt"
] | 3006240180101@ingenieria.usac.edu.gt |
b54cfdbda6bb945849c6c81771f2a61bccf272bc | a54ed18ec06b30ad1fdc5236e061aee2bb7d223b | /AClicker/src/Settings.cpp | 41d80e0dd2b214135e667cb7c0c9691f54247537 | [] | no_license | pKiwky/AClicker | e38c808435a83575e20de8bc66dd414d48bd8c9f | 757851659db0dfeb401438df7286aabaf8171473 | refs/heads/master | 2023-08-06T22:10:59.321108 | 2021-09-13T18:49:20 | 2021-09-13T18:49:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,373 | cpp | #include <string>
#include <windows.h>
#include <AClicker.h>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include "Settings.h"
using boost::property_tree::ptree;
Settings *g_Settings = nullptr;
Settings::Settings():
m_KeyStart(90), m_KeyStop(90),
m_Minutes(0), m_Second... | [
"Picuandreia2001@gmail.com"
] | Picuandreia2001@gmail.com |
3fc54eaa7b56495d4f820b38b0554c4393aa76da | 60db84d8cb6a58bdb3fb8df8db954d9d66024137 | /android-cpp-sdk/platforms/android-4/org/w3c/dom/Document.hpp | ce3c42ca79f1dc94b1bf0c56db359ceab3e80724 | [
"BSL-1.0"
] | permissive | tpurtell/android-cpp-sdk | ba853335b3a5bd7e2b5c56dcb5a5be848da6550c | 8313bb88332c5476645d5850fe5fdee8998c2415 | refs/heads/master | 2021-01-10T20:46:37.322718 | 2012-07-17T22:06:16 | 2012-07-17T22:06:16 | 37,555,992 | 5 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 13,898 | hpp | /*================================================================================
code generated by: java2cpp
author: Zoran Angelov, mailto://baldzar@gmail.com
class: org.w3c.dom.Document
================================================================================*/
#ifndef J2CPP_INCLUDE_IMPLEMENTAT... | [
"baldzar@gmail.com"
] | baldzar@gmail.com |
51e2f119f9e5ce2310eb7d7299132a0b71624164 | addef918477eb71f9be2afe9558e1b98f5aa74c1 | /Codeforecs/5C.cpp | 2e2c9181fa69a0d870d87d26277deddd02e5bf45 | [] | no_license | iammarajul/competitive_programming | 3977b9e1c15808d3a7084af7d1dd64c40a5dccb8 | 4d48578e48b3392bedf82b22281bb16c82ed2a1b | refs/heads/master | 2020-06-04T08:26:05.568287 | 2020-03-08T19:38:18 | 2020-03-08T19:38:18 | 191,943,679 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 836 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
string s;
cin>>s;
vector<int>vc;
stack <char> st;
int cnt=0;
for(int i=0; i<s.size(); i++)
{
if( s[i]=='(')
st.push(s[i]);
else if(s[i]==')')
{
bool to=st.empty();
//cout<<t... | [
"m.marajul@gmail.com"
] | m.marajul@gmail.com |
308a763dd9e9f658459e755303dcc0faeb05c860 | 7ecdc7c0a9cdc065fdd69eadcb0b7e124cb85403 | /BattleTank/Source/BattleTank/TankBarrel.cpp | ed636f7e9548c3f7142f78f0861dd655e22562d8 | [] | no_license | sotir3d/BattleTank | 05bbc4150a72ac860fa39fab06ef94ffd83f64f2 | 9ab047204caa2550782b7c40a851c6e80baa4670 | refs/heads/master | 2021-07-15T03:21:31.078574 | 2017-10-19T15:30:42 | 2017-10-19T15:30:42 | 105,536,779 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 525 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "TankBarrel.h"
void UTankBarrel::Elevate(float RelativeSpeed)
{
RelativeSpeed = FMath::Clamp<float>(RelativeSpeed, -1, 1);
auto ElevationChange = RelativeSpeed * MaxDegreesPerSecond * GetWorld()->DeltaTimeSeconds;
auto RawNewE... | [
"sebastian.fueloep@gmail.com"
] | sebastian.fueloep@gmail.com |
056a40f6e1df30a2296b15b8e23741d742f6adb5 | 07461f99515d3d069b9a65a89a1938bcb2b1f04e | /Lab3/src/gwp/ListWithPointer.h | 3c7b96cf92779bf69c27a18afff033e3a8f935f9 | [] | no_license | CursosIE/IE-0217-III-16-G1 | 29bc0bc11d5007cbb85daac8d4c9c15f29f0afdd | 6917dd9cae32274ee81a7cbe24ca56675f4a23f5 | refs/heads/master | 2021-01-13T03:50:16.666568 | 2017-03-06T21:58:47 | 2017-03-06T21:58:47 | 78,567,706 | 0 | 0 | null | null | null | null | ISO-8859-10 | C++ | false | false | 5,415 | h | /**
* @brief Libreria que genera un template de una clase ListWithPointer (lista implementada con punteros) que hereda de la clase List
* @author Robin Gonzalez Ricz - B43011
* @author Giancarlo Marin - B54099
* @author Luis Adrian Aguilar Cascante
* @date 21-02-2017
*/
#ifndef LISTWITHPOINTER_H
#define LISTWIT... | [
"aguilarc1992@gmail.com"
] | aguilarc1992@gmail.com |
c8f6ae8c3ae58cc86c55ec48a9a16196ca9a9f70 | e02ebc7157802ee5b041929a70128d3afdae1761 | /Codeforces/101300/101343/I - Husam and the Broken Present 1.cpp | 68e9ae337ecb7dd9049848d2cf15397389ec52a5 | [] | no_license | Huvok/Competitive-Programming | 027fdf6bb1cda21559a62617536e1b17669201dc | 45cd94dd0758537a56e19fd4c81df5b92f22a23d | refs/heads/master | 2020-04-05T12:36:03.754491 | 2017-12-20T22:24:55 | 2017-12-20T22:24:55 | 95,174,138 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,524 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
#include <string>
#include <stack>
#include <queue>
#include <map>
#include <functional>
#include <queue>
#include <bitset>
#include <sstream>
#include <set>
#include <iomanip>
#include <string.h>
#include <unordered_map>
usi... | [
"hugo_os_95@hotmail.com"
] | hugo_os_95@hotmail.com |
d64e5538d8199852e711baf31f5261e6b83fd5dd | 0c74ddf7024ebffa8f0390c7e9b054b08e1a6a35 | /LEDSuit.ino | 0d572be0fee0e3b0ccb1265b9b01c09745ffc6fe | [
"MIT"
] | permissive | Beanyy/LEDSuit | 8a4886a059f2cc9760d3736e6467afaa61bc5961 | 432152817bf0bb625e0e09659761039bf057abac | refs/heads/master | 2020-04-03T19:05:19.848209 | 2018-10-31T06:31:45 | 2018-10-31T06:31:45 | 155,509,548 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,783 | ino | #include <FastLED.h>
#include "FastLED_RGBW.h"
#include "led_set.h"
#include "animation.h"
#include "button.h"
#include <FaBo9Axis_MPU9250.h>
#define LED_PIN_0 6
#define LED_PIN_1 5
#define LED_PIN_2 4
#define LED_PIN_3 3
#define LED_PIN_4 2
#define BUTTON_PIN 7
#define NUM_LEDS_SHORT 36
#define NUM_LEDS_LONG 45
enu... | [
"edward.leekim.koon@gmail.com"
] | edward.leekim.koon@gmail.com |
e17088b09050736d08d11bd44af59aff18a90585 | e02a1a58742e23f00185359375a06293bc7c711c | /src/demo.cpp | 7826e57c9a3a77b3fce2dd25b734b44c1665007e | [
"MIT"
] | permissive | zoumson/AugmentedReality | d67d0b535b63614efcc8168d327de689527401f0 | 6b80fea46cfb7d2a297eb055944f27132719c20d | refs/heads/master | 2023-06-04T15:52:00.160996 | 2021-06-23T18:20:43 | 2021-06-23T18:20:43 | 378,336,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,248 | cpp | #include <fstream>
#include <sstream>
#include <iostream>
#include <opencv2/aruco.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/calib3d.hpp>
int main(int argc, char** argv)
{
cv::String keys =
"{o option |<none> | 1 input is an image, 2 input is a video}"
... | [
"stargue49@gmail.com"
] | stargue49@gmail.com |
de58bdf716844b72506a18611c7261c2294d81e3 | b5139d61287fb6178696026b446237d2985773b8 | /src/Exporter.h | 47310e53bb21f4d4c514f4f65974f8a956bf73a2 | [] | no_license | chcg/NPP_ExportPlugin | 9decdd295dc062b5ce350909ecc44b3d21830015 | 174b17aefd9148c72bc857804adfe0aaf67200fc | refs/heads/master | 2022-02-25T20:46:45.212834 | 2022-02-04T21:58:55 | 2022-02-04T21:58:55 | 68,854,531 | 104 | 18 | null | 2022-02-03T21:33:39 | 2016-09-21T20:22:10 | C++ | UTF-8 | C++ | false | false | 367 | h | #pragma once
struct ExportData;
class Exporter
{
public:
Exporter(void) : _clipboardId(0) {};
~Exporter(void);
virtual bool exportData(ExportData * ) { return false; };
virtual TCHAR * getClipboardType() { return NULL; };
int getClipboardID() { return _clipboardId; };
protected:
UINT _clipboardId;
void setCli... | [
"christian.grasser@live.de"
] | christian.grasser@live.de |
0d77512005fbce48a7da6bc78ff184339f970d41 | 95bfb2ad1b4b6d3b9299a654a1e18daf73407457 | /main.cpp | daee88fa1b76392fd01d39c5b410ef38c76b3419 | [] | no_license | MuhammadFahadIrfan/SIMPLE-INHERITENCE | cc9801194c3347358acd40be35f847e6e7452dfd | 74146d0384bdb298d81c8d9d3bee875e07553c95 | refs/heads/master | 2020-03-11T20:18:47.211575 | 2018-04-19T15:05:54 | 2018-04-19T15:05:54 | 130,233,055 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 180 | cpp | #include <iostream>
#include <conio.h>
#include "B.h"
using namespace std;
int main()
{ B b1;
b1.setx(10);
b1.sety(30);
b1.displayx();
b1.displayy();
system ("pause");
return 0;
} | [
"fdzai38@gmail.com"
] | fdzai38@gmail.com |
6011fdd62d8421037623d866e04bb93b31e6c2a7 | 46a7ff3fd79a56085593b69c0ab344c34ed12c08 | /src/Module/Decoder/RSC/BCJR/Seq_generic/Decoder_RSC_BCJR_seq_generic_std_json.hxx | b3f2a0bae4167c4fbd886adc899e8309e46873d3 | [
"MIT"
] | permissive | cs0x7f/aff3ct | ec6a2f486ef92f5308b0eae19aa8de3687bcbb59 | 0c23f39d39989fddb83e5c1e5dca9bc2d760f670 | refs/heads/master | 2020-03-31T17:08:33.977314 | 2018-10-10T11:21:40 | 2018-10-10T11:21:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,349 | hxx | #include "Decoder_RSC_BCJR_seq_generic_std_json.hpp"
namespace aff3ct
{
namespace module
{
template <typename B, typename R, typename RD, tools::proto_max<R> MAX1, tools::proto_max<RD> MAX2>
Decoder_RSC_BCJR_seq_generic_std_json<B,R,RD,MAX1,MAX2>
::Decoder_RSC_BCJR_seq_generic_std_json(const int &K,
... | [
"adrien.cassagne@inria.fr"
] | adrien.cassagne@inria.fr |
4fc8a4c0b4ed2af5794fb4b01f9876535d353ff3 | 02a10a5244d2214e932e54399e4b56b68fe5974b | /headers/BeaconBlockActor.h | 5f5b8c897aa02c8a1ab2b6b5b4df8a2800f64e59 | [] | no_license | inxomnyaa/symbols-auto | 839381c1e83f434b76b2faccadee5e413ac5f376 | 439a1399473cc765badc1b5c438fbf83d9eadf1d | refs/heads/master | 2023-06-21T23:17:07.389321 | 2019-11-16T19:13:05 | 2019-11-16T19:13:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,526 | h | #pragma once
class BeaconBlockActor : BlockActor, Container {
virtual ~BeaconBlockActor();
virtual ~BeaconBlockActor();
virtual void load(Level &, CompoundTag const&, DataLoadHelper &);
virtual void save(CompoundTag &)const;
virtual void saveItemInstanceData(CompoundTag &);
virtual void saveBl... | [
"6178101+SupremeMortal@users.noreply.github.com"
] | 6178101+SupremeMortal@users.noreply.github.com |
88cc0506aaf3e25de69f46d0adc0ee77cd1e699d | 48e9625fcc35e6bf790aa5d881151906280a3554 | /Sources/Elastos/LibCore/inc/elastos/io/File.h | 5406c361442767aac7834c7cb8ec4e7bc39bd469 | [
"Apache-2.0"
] | permissive | suchto/ElastosRT | f3d7e163d61fe25517846add777690891aa5da2f | 8a542a1d70aebee3dbc31341b7e36d8526258849 | refs/heads/master | 2021-01-22T20:07:56.627811 | 2017-03-17T02:37:51 | 2017-03-17T02:37:51 | 85,281,630 | 4 | 2 | null | 2017-03-17T07:08:49 | 2017-03-17T07:08:49 | null | UTF-8 | C++ | false | false | 34,621 | h | //=========================================================================
// Copyright (C) 2012 The Elastos 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
//
// ... | [
"cao.jing@kortide.com"
] | cao.jing@kortide.com |
a0baafbdf9c006c14fa17c13d7213bb40e23d86c | d2d4821ca589dee366b0a5ed9c13278786577c57 | /Gym/101986/101986C.cpp | 19af477a5f0a51b7e16e98d23d1c4c604369c076 | [] | no_license | kb1875885205/ACM_ICPC_practice | 834a33f7e58b0f91bd8f6a21fcf759e0e9ef4698 | b3be1f6264b150e5e5de9192b5664d487825de72 | refs/heads/master | 2022-04-19T21:04:07.236574 | 2020-04-13T11:02:09 | 2020-04-13T11:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 512 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N = 1e5 + 5;
ll sum[N];
ll a[N];
int main()
{
int n, t;
scanf("%d%d", &n, &t);
for (int i = 1; i <= n; ++i)
scanf("%lld", &a[i]), sum[i] = sum[i - 1] + a[i];
int maxn = 0;
for (int i = 1; i <= n; ++i)
{
... | [
"organic_chemistry@foxmail.com"
] | organic_chemistry@foxmail.com |
7086e62cb0aed4e39147050edd64552ca8b08bbe | 24de6eac2deb17e80435a11d952003467cb26108 | /Catalog/WheelOfFortune.ino | 9d633b5d8cc460b1712c6028efd4c4e1d633088a | [] | no_license | MikeLee8a/2016-Curriculum | de82f083fac922b48667dad8fc38405a0687506b | d6b38339f0d5af6c5150425f8f91fbc31052148f | refs/heads/master | 2021-06-01T02:33:28.260601 | 2016-06-18T18:11:52 | 2016-06-18T18:11:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,282 | ino | /***************************************************************************
Copyright (c) 2016 Bill Silver, Member of Gizmo Garden LLC. This source code
is distributed under terms of the GNU General Public License, Version 3,
which grants certain rights to copy, modify, and redistribute. The license
can be found at <h... | [
"bill@gizmogarden.org"
] | bill@gizmogarden.org |
a0f62b53980ff91ad0e6ad00af43e3186ae12db3 | 0be77e19f2e4e354582c723e13153f0bd5c433d4 | /Temp/il2cppOutput/il2cppOutput/Il2CppMetadataRegistration.cpp | ea0aada1dfdf9d61164cd4dd3c8270535c778809 | [] | no_license | UnknownmAc/AutoResizeAR | edda2c8e741a16416cb4dfe0f83768aa823f217d | a196f51c9ea41a292ae634be71f4c2e80cd17e02 | refs/heads/master | 2021-04-09T15:43:25.859694 | 2018-03-17T07:27:01 | 2018-03-17T07:27:01 | 125,606,568 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,112 | 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 "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
extern Il2CppGenericCl... | [
"niskumar@adobe.com"
] | niskumar@adobe.com |
cb1b9e41a4c5a94495b6ccf91fd60a68f21e5888 | 26ffc32fea4632427e2616e2f4d8204e4851ac4c | /Commands/Arm/QueryArmPot.h | c72f095c66db17dc23fd90c3fae8900c9910b450 | [] | no_license | SkipLive/frc3467-2012-offseason | 4cf8c0e1a31a63969b3357325760577622b93dba | 8b1d93af9e2d68cbe969886fde3d0721364bfc7d | refs/heads/master | 2021-01-19T07:12:18.563519 | 2012-06-03T20:36:26 | 2012-06-03T20:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 314 | h | #ifndef QUERY_ARM_POT_H
#define QUERY_ARM_POT_H
#include "../../CommandBase.h"
class QueryArmPot: public CommandBase {
public:
QueryArmPot();
protected:
virtual void Initialize();
virtual void Execute();
virtual bool IsFinished();
virtual void End();
virtual void Interrupted();
};
#endif
| [
"skukshtel@windhamhighschool.org"
] | skukshtel@windhamhighschool.org |
cfb9429ce51951dedbef9e2cf477bb1752b9c03e | 9a2d6d19a98b4bd5e2017de04b63eb754c80b922 | /src/tstools/tspInputExecutor.h | c9258037f8f235db42ef264d4e17c12ef5fe22fe | [
"WTFPL",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | jco1904/tsduck | dcc81083ae9362cbe2310451b41e4368eb51d197 | cbd8859e71c93e809b2a8e1b52e07f8be1f8f78e | refs/heads/master | 2020-05-15T18:42:33.421803 | 2019-04-20T16:28:18 | 2019-04-20T16:28:18 | 182,436,399 | 1 | 0 | NOASSERTION | 2019-04-20T17:40:29 | 2019-04-20T17:40:29 | null | UTF-8 | C++ | false | false | 4,927 | h | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2019, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
2dc78c13a44d5dd3b64f99a9e9a1d8e297f089e5 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5640146288377856_0/C++/Scintillo/a1.cpp | a4ce6bc578d099204747e947749025ea14aacb80 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 404 | cpp | #include <iostream>
using namespace std;
void solve()
{
int r, c, w;
cin >> r >> c >> w;
int perRow = c / w;
if(c % w)
perRow++;
int soFar = r * perRow;
soFar++;
soFar += w - 2;
cout << soFar;
}
int main()
{
int t;
cin >> t;
for(int i = 1; i <= t; i++)
{
... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
520b817c48169a86e0d7ab03e937f6d51d1f3c03 | 42a072d3c53cd78c1ce82b974442d998298284cc | /libalgo/source/types/TResults.h | b17bf3955d1a6ef7cf5f773c1be53d5e11805b75 | [] | no_license | bayertom/detectproj | b359991e2457aa91cb8adf22b585215f768ccf12 | 1ba138ae9a1541ab504e000d5961a4ca3c5cec51 | refs/heads/master | 2021-01-23T03:05:33.525489 | 2017-01-02T00:06:41 | 2017-01-02T00:06:41 | 19,872,193 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,044 | h | // Description: Map of results [key = objective function value, value shared pointer to the projection]
// Copyright (c) 2015 - 2016
// Tomas Bayer
// Charles University in Prague, Faculty of Science
// bayertom@natur.cuni.cz
// This library is free software: you can redistribute it and/or modify
// it under the term... | [
"bayertom@natur.cuni.cz"
] | bayertom@natur.cuni.cz |
1701f6803446120c791e4325431cb9dde75aca23 | 34b2cc01c43adfd91ec8b797c5bfe23e8caea14f | /src/optimizer.cpp | 0bd8a4646a48cddb0df38cbd0f012d022ad0949c | [
"MIT"
] | permissive | natanfelles/liquid-cpp | ce66307ecefa7778f8ce43558259121ddb8a3b37 | d9d5ae7e5d8e8752869c56a5bf31b804642ccc01 | refs/heads/main | 2023-08-15T11:09:48.305345 | 2021-09-23T19:50:53 | 2021-09-23T19:50:53 | 417,073,312 | 2 | 0 | null | 2021-10-14T09:43:17 | 2021-10-14T09:43:16 | null | UTF-8 | C++ | false | false | 1,279 | cpp | #include "optimizer.h"
#include "renderer.h"
namespace Liquid {
Optimizer::Optimizer(Renderer& renderer) : renderer(renderer) {
renderer.currentRenderingDepth = 0;
}
void Optimizer::optimize(Node& ast, Variable store) {
bool hasAnyNonRendered = false;
if (!ast.type || ast.type->op... | [
"adamdharrison@gmail.com"
] | adamdharrison@gmail.com |
916fe6f11492b67e6b63ab337d178a5d011aabaf | 8939a1b3e86845e180918a857b0a72776a103a13 | /OMNeT++ 4.2.2/LateEventHandling_DynamicCycleEventHandling/src/Client.cc | ee1224e6713de6a2c346e6ac5ad777b1e6e8b0c1 | [] | no_license | sunniel/VirtualNetEventHandling | 8274d258248c6cbd11a18537e07fd2be37c533b7 | 340e5bd4fb6ee361385f1caa1cc490c2b8b4bfeb | refs/heads/master | 2020-04-02T03:58:09.645347 | 2019-04-10T07:21:50 | 2019-04-10T07:21:50 | 153,988,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,036 | cc | //
// 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 Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it wil... | [
"559429+sunniel@users.noreply.github.com"
] | 559429+sunniel@users.noreply.github.com |
8581902edc3c8e4c155f16c5ac0159b9243b1736 | 73b5d880fa06943c20ff0a9aee9d0c1d1eeebe10 | /tinyos-2.x-contrib/unlpt/PowerTossim-TelosB/tos/lib/tossim/tossim.h | 4aa2b02b64ee6c92b39f07d4c9d3f3eb0401a915 | [] | no_license | x3ro/tinyos-legacy | 101d19f9e639f5a9d59d3edd4ed04b1f53221e63 | cdc0e7ba1cac505fcace33b974b2e0aca1ccc56a | refs/heads/master | 2021-01-16T19:20:21.744228 | 2015-06-30T20:23:05 | 2015-06-30T20:23:05 | 38,358,728 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,184 | h | /*
* "Copyright (c) 2005 Stanford University. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and
* its documentation for any purpose, without fee, and without written
* agreement is hereby granted, provided that the above copyright
* notice, the following two paragraphs and... | [
"lucas@x3ro.de"
] | lucas@x3ro.de |
2e75071cb70aaf2cf04bc5c4832d2f79964c94f9 | 4650cfee35314aade01e0acdac50729a48ab0337 | /Iwd.h | 6f5aaddcd95aef165a17f9ad1b75d7c6d5c7b3df | [] | no_license | kimocoder/qiwd | 33fa8092b4a8405da61e6b95f5a7878483dd757c | 653b344b6889327eae7bcce1f73d4e8e66817348 | refs/heads/master | 2020-09-21T08:50:52.467854 | 2019-11-27T20:11:37 | 2019-11-27T20:11:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,469 | h | /*
* This file was generated by qdbusxml2cpp version 0.8
* Command line was: qdbusxml2cpp --verbose dbus-interface.xml -p Iwd
*
* qdbusxml2cpp is Copyright (C) 2019 The Qt Company Ltd.
*
* This is an auto-generated file.
* Do not edit! All changes made to it will be lost.
*/
#ifndef IWD_H
#define IWD_H
#inclu... | [
"martin.sandsmark@kde.org"
] | martin.sandsmark@kde.org |
3eb570514f4e0ed7f3125513248f892cf31ccbf3 | 2329e138fcee3179dc02774c09afdba7c53e6417 | /codeforces/1117/A.cpp | f53228ff4d2a603579b24c2d0ff577eb3e93af7d | [] | no_license | jalotra/Codeforces_Submissions | 71d6d03c82fd2e2c17168457ff40478a456b097d | c8d653ba1c9d78b933fa2173ee901d8b31cbb3b5 | refs/heads/master | 2023-02-19T19:37:56.156729 | 2020-08-08T04:02:00 | 2021-01-21T12:42:10 | 331,625,274 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,626 | cpp | #include <bits/stdc++.h>
using namespace std;
#define sim template < class c
#define ris return * this
#define dor > debug & operator <<
#define eni(x) sim > typename \
enable_if<sizeof dud<c>(0) x 1, debug&>::type operator<<(c i) {
sim > struct rge { c b, e; };
sim > rge<c> range(c i, c j) { return rge<c>{i,... | [
"NA"
] | NA |
e701a977cd743a9ff82eb84d7215dc4c77ef2258 | c8f7d029f1ddb57267c5344a98f63019a4c7ec46 | /include/Actuator.cpp | e106286d776772d469343caf76bb521e23215022 | [] | no_license | biodynamical/Embedded | ce407ac01f88eb9cb417ae1bbd39aced2648c566 | 1aa9eef4aa359dff86faeea14ea7abbc8b3bc54d | refs/heads/master | 2020-03-29T21:04:24.907615 | 2013-06-18T19:04:40 | 2013-06-18T19:04:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,647 | cpp | //=============================================================================
//
// Copyright(c) 2012 Jean Inderchit All rights reserved.
//
// These coded instructions, statements, and computer programs contain
// unpublished proprietary information written by Jean Inderchit and
// are protected by copyright law... | [
"jean.inderchit@gmail.com"
] | jean.inderchit@gmail.com |
608fb1fb82dfcb4a49f1d1d74b075327ee29e7b7 | 188fb8ded33ad7a2f52f69975006bb38917437ef | /Fluid/processor1/0.33/U | 72d4405acd57f87bb2fa110cfd0aeae495e5f05c | [] | no_license | abarcaortega/Tuto_2 | 34a4721f14725c20471ff2dc8d22b52638b8a2b3 | 4a84c22efbb9cd2eaeda92883343b6910e0941e2 | refs/heads/master | 2020-08-05T16:11:57.674940 | 2019-10-04T09:56:09 | 2019-10-04T09:56:09 | 212,573,883 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,217 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
... | [
"aldo.abarca.ortega@gmail.com"
] | aldo.abarca.ortega@gmail.com | |
ee45f3e8bcdde7a0699601a6224e1177cd9e7977 | 29aa7c5c5c8feef7121979e156cf9b9c146a566a | /src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp | bd0d5f5820ea4461e64aa9dc585020b26f4b395a | [] | no_license | CyberSys/StarGateEmu-Projekt | 4bea8b66550aaf325ecbd205d68d639595cd4848 | e97c26bfae6b13a03c7ce45084b865c3c9acca72 | refs/heads/master | 2020-12-22T01:48:27.813284 | 2011-12-12T18:29:13 | 2011-12-12T18:29:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,658 | cpp | /*
* Copyright (C) 2005-2011 MaNGOS <http://www.getmangos.com/>
*
* Copyright (C) 2008-2011 Trinity <http://www.trinitycore.org/>
*
* Copyright (C) 2006-2011 ScriptDev2 <http://www.scriptdev2.com/>
*
* Copyright (C) 2010-2011 Project StarGate
*
* This program is free software; you can redistribute it and/or mo... | [
"krallekalle@web.de"
] | krallekalle@web.de |
58b2374c47a0a9c3800a7857ec64c33f79632dcc | 9b553bbfc8b0807d7f860964d6044d6ccf6d1342 | /libs/Runtime.PPCEABI.H/ptmf.cpp | 56f8a6becfed72542c3e6dd156f3f1038b9a3055 | [] | no_license | DedoGamingONE/tp | 5e2e668f7120b154cf6ef6b002c2b4b51ae07ee5 | 5020395dfd34d4dc846e3ea228f6271bfca1c72a | refs/heads/master | 2023-09-03T06:55:25.773029 | 2021-10-24T21:35:00 | 2021-10-24T21:35:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,658 | cpp | //
// Generated By: dol2asm
// Translation Unit: ptmf
//
#include "Runtime.PPCEABI.H/ptmf.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
extern "C" void __ptmf_test();
extern "C" void __ptmf_cmpr();
extern "C" void __ptmf_scall();
extern "C" extern u8 const __ptmf_null[12 + 4 /* padd... | [
""
] | |
b7619fa183b815037a975c23687d5548a4196420 | 04251e142abab46720229970dab4f7060456d361 | /lib/rosetta/source/src/protocols/membrane/TiltMover.cc | 04dceb27d9520964b5550b2421ef600f7e3bcef7 | [] | no_license | sailfish009/binding_affinity_calculator | 216257449a627d196709f9743ca58d8764043f12 | 7af9ce221519e373aa823dadc2005de7a377670d | refs/heads/master | 2022-12-29T11:15:45.164881 | 2020-10-22T09:35:32 | 2020-10-22T09:35:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,740 | cc | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"lzhangbk@connect.ust.hk"
] | lzhangbk@connect.ust.hk |
d47eb3f47c37a930228958170e4c4fb84a66a1ca | a0dbfb684fade8bd01b3729c561ebb382303be75 | /LIB/tubemodel_3.01_win/6SH7T.inc | 0e5913f861406ba049a2d1414f4622fc6910426e | [] | no_license | sa66ath/LTSpice | 4bfd129d7bb05e05f3c860d2f6208c0aecacb3be | fe5c38508f0498e6fd065c0fcd60bf5dd980c72e | refs/heads/master | 2021-06-26T10:09:26.590934 | 2017-09-13T08:36:24 | 2017-09-13T08:36:24 | 103,091,498 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 793 | inc | *
* Generic triode model: 6SH7T
* Copyright 2003--2006 by Ayumi Nakabayashi, All rights reserved.
* Version 3.01, Generated on Wed Mar 22 17:21:19 2006
.SUBCKT 6SH7T A G K
BGG GG 0 V=V(G,K)+0.69566782
BEP EP 0 V=URAMP(V(A,K))+1e-10
BEG EG 0 V=URAMP(V(G,K))+1e-10
BM1 M1 0 V=(0.0053973753*(URAMP(V(EP)-1e-... | [
"sa66ath@yahoo.co.jp"
] | sa66ath@yahoo.co.jp |
8c8f61e0004254d66ab13527f748d395517a97a5 | e9d3a0f3523bc1b823abd747d47d815c4f7efd14 | /src/testgui.cpp | 2cca50612db42500c9154b53de93b896a9263886 | [] | no_license | raehik/organisr | 1410c032922342147872e159f6d4e5e1b054f3d2 | a78b5e09edcd1649d0320e6b9c98e20fae52ba03 | refs/heads/master | 2021-01-22T15:43:31.943407 | 2016-05-04T13:27:41 | 2016-05-04T13:27:41 | 44,242,235 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 543 | cpp | #include "testgui.h"
#include <stdio.h>
#include "dataobject.h"
#include <fstream>
#include "sqlitehelper.h"
#include "guihandler.h"
using namespace Test;
int init_gui_tests() {
return 0;
}
void test_gui() {
init_gui_tests();
log_test("GUI00", "add valid appointment with description");
log_test("GUI0... | [
"thefirstmuffinman@gmail.com"
] | thefirstmuffinman@gmail.com |
e3585eaeb15e31c8fade2b965ef8c3957fd36cac | 2270a7a8d1ae2083d8637bbb8dd01717538e3cae | /tests/TestSparsePoa.cpp | 04a6df047a858d3151cbc3919937744838c240dc | [] | no_license | palao/pbccs | f9eb0c26785d8c073cf00b40ad570dc927750cee | 991acac617f39ceafca7da7d2eeca809a8c39b83 | refs/heads/master | 2023-03-16T06:00:37.291184 | 2015-10-06T23:07:44 | 2015-10-06T23:07:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,029 | cpp | // Copyright (c) 2014-2015, Pacific Biosciences of California, Inc.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted (subject to the limitations in the
// disclaimer below) provided that the following conditions are met:
//
// * Redistri... | [
"nlhepler@gmail.com"
] | nlhepler@gmail.com |
5bdb73e61a86c866a4ce030e74b59774c81d0748 | e2022f04ed982d4e6d160d38ff43742eaed31d1d | /Unordered Data Structures/week3/week3 Challenge.cpp | e57c86b2740a8f24333c3f33bded967e952db8fa | [] | no_license | zhangruochi/AcceleratedComputerScienceFundamentalsSpecialization | 589f56597d3058d4e68d764ddd9deb43a09df7c1 | 8028e82fd18c6c3f56410e42b320ff4e2d1b771f | refs/heads/master | 2020-12-19T09:17:21.379024 | 2020-01-26T04:38:53 | 2020-01-26T04:38:53 | 235,693,012 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,788 | cpp |
#include <iostream>
// You are provided this version of a DisjointSets class.
// See below for the tasks to complete.
// (Please note: You may not edit the primary class definition here.)
class DisjointSets {
public:
// We'll statically allocate space for at most 256 nodes.
// (We could easily make this extensibl... | [
"zrc720@gmail.com"
] | zrc720@gmail.com |
17a2dc83b48a24814ff90399b8124f0734f198ed | 5588f293672954264ad4e214c34a26e7d9070bd7 | /wifi/wifi.cpp | dcd44108903984f78309b382bd6ff18d00a6f205 | [] | no_license | xingyuan1hao/Qt_DoorStep | 9b43fb7006068a945ae15e4f0cb9d010e4b9fd9a | 864cd152affec56d27d08b42042a4f2a3572bdad | refs/heads/master | 2021-03-22T04:15:32.274150 | 2019-02-28T15:59:47 | 2019-02-28T15:59:47 | 98,424,838 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,614 | cpp | #include "wifi.h"
#include "ui_wifi.h"
#include <qmessagebox.h>
#include <QtNetwork>
#include <QNetworkAddressEntry>
Wifi::Wifi(QWidget *parent) :
QWidget(parent),
ui(new Ui::Wifi)
{
ui->setupUi(this);
::system("ifconfig eth0 down");
::system("ifconfig lo down");
m_cmdScanning = new QProce... | [
"ahhlin@163.com"
] | ahhlin@163.com |
0d01e38ec5810ca1c4c00c3f4785f0f234afe129 | 028c5077eb2120f1323c440bf8c465a59040456c | /src/mbgl/annotation/style_sourced_annotation_impl.cpp | 43a27c8aacc2eb1e012ccee2e4462b349e1b9e22 | [
"BSD-3-Clause",
"IJG",
"LicenseRef-scancode-warranty-disclaimer",
"Zlib",
"curl",
"NCSA",
"LicenseRef-scancode-openssl",
"OpenSSL",
"LicenseRef-scancode-ssleay-windows",
"JSON",
"ISC",
"MIT",
"BSL-1.0",
"Apache-2.0",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"b... | permissive | calendreco/mapbox-gl-native | 14a2b02477b19610659b90f6120ff65ff8dcf229 | 8401ec4a8faf001b723d16e4e18c18335f8d46b3 | refs/heads/master | 2021-01-17T06:26:11.821009 | 2016-07-06T19:16:51 | 2016-08-24T19:01:53 | 45,000,444 | 0 | 0 | null | 2016-03-14T15:56:37 | 2015-10-26T22:09:00 | C++ | UTF-8 | C++ | false | false | 1,557 | cpp | #include <mbgl/annotation/style_sourced_annotation_impl.hpp>
#include <mbgl/annotation/annotation_manager.hpp>
#include <mbgl/style/style.hpp>
#include <mbgl/style/layer.hpp>
#include <mbgl/style/layers/line_layer.hpp>
#include <mbgl/style/layers/fill_layer.hpp>
namespace mbgl {
using namespace style;
StyleSourcedAn... | [
"john.firebaugh@gmail.com"
] | john.firebaugh@gmail.com |
7f73ff4af6d4308dc86f2689a1bbaa69fd4be789 | 696e35ccdf167c3f6b1a7f5458406d3bb81987c9 | /components/mirroring/service/video_capture_client.cc | 5d57fc3258e32e014780a366607fcf718eaaf834 | [
"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 | 10,501 | cc | // 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.
#include "components/mirroring/service/video_capture_client.h"
#include "media/base/bind_to_current_loop.h"
#include "media/base/video_frame.h"
namespac... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
5c863088ca69cd91b1ec5b617da709373409d7a9 | edce3329ca1d1c5b7c226f3759689974e505edee | /Camera.h | 82dd9a8e0e05c73a626ff1f9f388754a10d53f45 | [] | no_license | sienaiwun/tcReflection | 3d64ccdcbbf0e3a60e3d58c8ac5c137ae3a42bb1 | 17d3646675a7b9bb9b2127fd34c32739092c4e8d | refs/heads/master | 2021-01-19T03:29:24.697953 | 2016-06-17T22:18:24 | 2016-06-17T22:18:24 | 48,056,499 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,320 | h | #ifndef _CAMERA_H
#define _CAMERA_H
#define SCREEN_WIDTH 1024 // We want our screen width 800 pixels
#define SCREEN_HEIGHT 1024
#include "main.h"
#include<stdio.h>
#include <nvMath.h>
// This is our basic 3D point/vector class
class CVector3
{
public:
// A default constructor
CVector3() {}
// This is our c... | [
"sienaiwun@gmail.com"
] | sienaiwun@gmail.com |
7c2389c5ce9d180201e3b57dd77f8cd546d35485 | 0f090d4e3e8d6c5f29de755aaae0df0a89042935 | /src/rpcblockchain.cpp | 21a5fb4718a3491115ebe14a29817985007fd838 | [
"MIT"
] | permissive | r1979/cacaocoin | 3f0776ab918517d898ef45393739c9593466503a | 953fc5cb7723bdcae1bda332208dd699fe566fba | refs/heads/master | 2021-01-19T18:06:38.446841 | 2014-03-10T18:38:08 | 2014-03-10T18:38:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,195 | cpp | // Copyright (c) 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.
#include "main.h"
#include "bitcoinrpc.h"
using namespace json_spirit;
using namespace... | [
"info@nr1.co.in"
] | info@nr1.co.in |
962a890c65885e93c7df836e67f59ef7dbf3f281 | a0745bf342f1b0ec917ba39530148e537eff427b | /demo/Planet.h | b82fa5dc9a9fb07f65982baeb1fad3e5834df8d7 | [] | no_license | damucz/chipmunk2d | 0c7ab941e17e23299ed140fae9c2f6e2d1264bda | 5f117345f3ee5b791a01a11b03e327290db34df1 | refs/heads/master | 2021-01-01T16:59:46.182176 | 2015-12-17T15:01:52 | 2015-12-17T15:01:52 | 21,416,717 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 426 | h | #ifndef __PLANET_H
#define __PLANET_H
#include "demo.h"
class Planet : public ChipmunkDemo
{
public:
Planet();
~Planet() {};
virtual cpSpace* Init();
protected:
cpBody *planetBody;
static const cpFloat gravityStrength;
static void PlanetGravityVelocityFunc(cpBody *body, cpVect gravity, cpFl... | [
"dan@ger.cz"
] | dan@ger.cz |
0fdf40238438b45f5e31ffc2206f9b24b040bc74 | a2111a80faf35749d74a533e123d9da9da108214 | /raw/workshop12/workshop2012-data-20120906/trunk/extras/demos/tutorial/data_journaling/solution_online_search_assignment3.cpp | 36a5444783e927856757a91bb693631b859411df | [
"BSD-3-Clause",
"MIT"
] | permissive | bkahlert/seqan-research | f2c550d539f511825842a60f6b994c1f0a3934c2 | 21945be863855077eec7cbdb51c3450afcf560a3 | refs/heads/master | 2022-12-24T13:05:48.828734 | 2015-07-01T01:56:22 | 2015-07-01T01:56:22 | 21,610,669 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,239 | cpp | // FRAGMENT(include)
#include <iostream>
#include <seqan/seq_io.h>
#include <seqan/journaled_set.h>
using namespace seqan;
// FRAGMENT(findInOriginalNode)
template <typename TJournalEntriesIterator, typename TPattern>
void _findInOriginalNode(String<int> & hitTarget,
TJournalEntriesIterator &... | [
"mail@bkahlert.com"
] | mail@bkahlert.com |
be2551630a0c3c83726acb13f5c1cc54078b3ad3 | 65d116ab0a5aa0c094c14dee44ff48e735bf1c22 | /mod/Solucion.h | 630e63ed1927b9f3a29d8defd71b6f3f66851571 | [] | no_license | juanFGR/DAA_05 | 43a47fe6d6dfd7244115068c660cd66a38a9b0b7 | 38cff326758150ae5df13f786e91126aee29e9d0 | refs/heads/master | 2020-05-27T09:45:30.781127 | 2015-03-16T23:30:24 | 2015-03-16T23:30:24 | 32,358,911 | 0 | 0 | null | 2015-03-16T23:30:24 | 2015-03-16T23:20:04 | C++ | UTF-8 | C++ | false | false | 1,245 | h | /**
* Descripción: Declaracion de la clase utlizada en la resolucion
* del problema
* @class Solusion.h
* @see Solucion.cc
* @see main.cc
*/
# ifndef _SOLUCION_H_
# define _SOLUCION_H_
# include <iostream>
#include <stdlib.h>
using namespace std;
class Solucion {
private:
string cadena1;
string cade... | [
"juan.ramos.fg1@gmail.com"
] | juan.ramos.fg1@gmail.com |
935320aa474eb1f923351ecbda50044d42972b05 | 936d9dd78f285e77575766d53c956a4d39dc3197 | /Server/Src/ServerEngine/LuaManager.h | 9bf1c204d9480cb2ee2e8e7788acb3bbb1109405 | [] | no_license | ylmbtm/LuaServerFrame | b20cb17fe350611c2479ada1947d7dc8b9c69799 | 18f5a6cdee5dbc3b2ff4c44bfd8e80f786aeafd3 | refs/heads/master | 2022-06-21T02:36:11.988084 | 2020-05-14T06:42:54 | 2020-05-14T06:42:54 | 260,159,495 | 15 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 1,480 | h | #ifndef __LUA_MANAGER_H__
#define __LUA_MANAGER_H__
extern "C"
{
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
class CLuaHelper
{
public:
CLuaHelper(void);
~CLuaHelper(void);
public:
lua_State* GetLuaState();
BOOL Attach(lua_State* L);
BOOL Deattch();
BOOL LoadAllLua(std::string strDir);
BOO... | [
"ylmbtm@163.com"
] | ylmbtm@163.com |
e389da339977a671872034ceb3de55cfe2d5fc5f | 7e4ac6a4c11b019bfa488a246f3d592ada490eab | /test/inc/list_test.h | ec5502af348cdaa4f5f7ab2c9ba4fa3722757771 | [
"MIT"
] | permissive | Hoblirm/FixedContainers | 39075e13bceee97763743c1b692836486f4479a9 | 8dbe60af3672baeb1588baff445ca93b7a13ee73 | refs/heads/master | 2021-01-21T04:32:42.522550 | 2016-08-01T17:00:15 | 2016-08-01T17:00:15 | 49,781,575 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 63,574 | h | #include <cxxtest/TestSuite.h>
#include "flex/list.h"
#include "flex/debug/allocator.h"
#include "flex/debug/obj.h"
class list_test: public CxxTest::TestSuite
{
typedef flex::debug::obj obj;
typedef flex::list<obj, flex::debug::allocator<flex::list<obj>::node_type> > list_obj;
const obj OBJ_DATA[128] = { 0, 1... | [
"hoblirm@gmail.com"
] | hoblirm@gmail.com |
07094ffe6080f8e2c1808c5596a2d35d92375f1b | 4cf6c53fa49cbcd74da88edc66bc2ee6314b181a | /util/inc/WireCellUtil/String.h | 4b5ed81ba02164f09eddf9d5cca7da38475468af | [] | no_license | pinzino/wire-cell-toolkit | 5f7acb6c4f7cac7324ef81f4556f65238cf2abd7 | f0ec58c8fa0b6df921861e0e28b37fb78e606e5b | refs/heads/master | 2022-10-31T07:42:15.808564 | 2020-04-29T18:05:08 | 2020-04-29T18:05:08 | 261,223,184 | 0 | 1 | null | 2020-05-04T15:28:01 | 2020-05-04T15:28:00 | null | UTF-8 | C++ | false | false | 1,886 | h | #ifndef WIRECELLUTIL_STRING
#define WIRECELLUTIL_STRING
#include <boost/algorithm/string.hpp>
#include <boost/format.hpp>
#include <vector>
#include <string>
#include <map>
#include <sstream>
namespace WireCell {
namespace String {
std::vector<std::string> split(const std::string& in, const std::string... | [
"brett.viren@gmail.com"
] | brett.viren@gmail.com |
f87d8120fbe00149ddb777113441bf391ea13050 | 0521f3d202b18781d9ff1e0e9dcbaddbba3daff5 | /include/usbtop/console_output.h | 2f20f6909e635407e88f9c53d7c166ea622bcba3 | [
"BSD-3-Clause"
] | permissive | aguinet/usbtop | 1fb5ce2d8972c9ccfc37160fbe9a55f672a5a9dc | b9a26bd22b91b84bd72906c6501e61df7b13f3d6 | refs/heads/master | 2022-05-31T08:44:18.524443 | 2022-04-19T07:19:44 | 2022-04-19T07:19:44 | 5,444,497 | 252 | 55 | BSD-3-Clause | 2022-04-19T07:19:45 | 2012-08-16T20:56:26 | C++ | UTF-8 | C++ | false | false | 1,864 | h | /*
* Copyright (c) 2012 Adrien Guinet <adrien@guinet.me>
* 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
... | [
"adrien.guinet@telecom-bretagne.eu"
] | adrien.guinet@telecom-bretagne.eu |
7cad0ba4bb829d62c7a636584cd277997f0bb318 | 9e4e6e2bade5842fbc2d56b85ada8f92dcf75c40 | /Lion_Lanes/Lion_Lanes/OTemplate.cpp | 2c066cabbc17c405bb7fbe31b47ec86263e99f21 | [] | no_license | jeffreyooi/SP4 | 6d2e24c6af9d663f355b4453b4291383c38187dd | 30eba9422a7597d2cedd5da3875e4aa2334db8a8 | refs/heads/master | 2021-05-29T04:46:36.517637 | 2015-03-05T03:42:15 | 2015-03-05T03:42:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,356 | cpp | #include "OTemplate.h"
OTemplate::OTemplate(void)
: exists(false)
, Position(0, 0, 0)
, Orientation(0, 0, 0)
{
}
OTemplate::~OTemplate(void)
{
}
// Loop Instructions
bool OTemplate::Loop(float timeDiff, Vector3D trg)
{
if (exists == false)
return true;
// Update Position // Speed and movement
Position.Set( Pos... | [
"121254B@mymail.nyp.edu.sg"
] | 121254B@mymail.nyp.edu.sg |
74d3d2bca6ad0c08084af5408cbf73f3071cfa4b | 4f9b2b21e52074b54a76df83a6de2744159d82c7 | /src/compiler/rules/metadata.h | a9f43c2fbcd8f817d9cdea1c3df85303a6b23938 | [] | no_license | enterstudio/tree-sitter | 6456dcbed66c04f8569f21087dfd2c51dbb51586 | 87b8b932e5d39321b684a01f999177642e1ce752 | refs/heads/master | 2021-01-19T11:28:55.444663 | 2017-02-13T17:58:46 | 2017-02-13T17:58:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,075 | h | #ifndef COMPILER_RULES_METADATA_H_
#define COMPILER_RULES_METADATA_H_
#include <string>
#include <map>
#include "compiler/rule.h"
namespace tree_sitter {
namespace rules {
enum Associativity {
AssociativityNone,
AssociativityLeft,
AssociativityRight,
};
struct MetadataParams {
int precedence;
Associativit... | [
"maxbrunsfeld@gmail.com"
] | maxbrunsfeld@gmail.com |
2d1c3641b88c01bb937917f4a503e1dee78db291 | 3d24f3a3ad16eae19b41812f4f0610321d73a970 | /S60DbView/S60DbView/group/s60dbview.uid.cpp | d93a74918e12e2961c3cc6cf7abec101dfaf7dd0 | [] | no_license | SymbiSoft/s60dbview | 26b0042492f785da447a3d4899f89f61be725b38 | a5fbc620949c22e7d27eb0fabc1d855883442787 | refs/heads/master | 2021-01-10T15:04:45.176140 | 2008-05-18T13:53:31 | 2008-05-18T13:53:31 | 48,187,129 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 155 | cpp | // Makmake-generated uid source file
#include <E32STD.H>
#pragma data_seg(".E32_UID")
__WINS_UID(0x10000079,0x100039ce,0x0e5e58da)
#pragma data_seg()
| [
"yyc520@aaf011ab-804d-0410-8e4c-c1c04eb9eed9"
] | yyc520@aaf011ab-804d-0410-8e4c-c1c04eb9eed9 |
1243662c954a00baa5b38757d10d58e5ed419dfe | 0fd9dae10a554c24d0f75ce376ace097700d9142 | /src/SerialSetup.cpp | 8c69a690c3ffa5c89e46aba76bf425bd78bc049b | [] | no_license | AndrewGoedhart/Stm32BootloaderGui | ab244366611f2bc6e2ef5750e60dea9f0cd3e4c1 | 9a360f18a92e2ffbb97145a710827a33281c70b8 | refs/heads/master | 2022-10-22T15:30:25.900127 | 2020-06-05T18:06:05 | 2020-06-05T18:06:05 | 269,722,774 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 726 | cpp | #include "SerialSetup.h"
#include <QString>
#include <QtSerialPort/QSerialPortInfo>
QStringList SerialSetup::availablePorts()
{
auto serialPorts = QSerialPortInfo::availablePorts();
QStringList devices;
#ifdef linux
QString prepend = "/dev/";
#else
QString prepend = "";
#endif
for(auto port :seria... | [
"AndrewGoedhart@gmail.com"
] | AndrewGoedhart@gmail.com |
2e54c1aff572cf8a3eb752ef33e5aed8aa2dfb44 | ed88da1786c7f878e9a70ab543b6204d4789161f | /dkswndms4782/implementation/10994_별찍기19.cpp | 1caf18bf4c338772eefe29ee97a38eb5ac69e860 | [] | no_license | xodud001/coding-test-study | 9236e505a6795f0a6a7ca2465a180910fe51915c | c8823210f7d688e65f9da39edf7d89aefb57f441 | refs/heads/main | 2023-08-02T16:39:45.290697 | 2021-09-08T04:56:32 | 2021-09-08T04:56:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 912 | cpp | #include <iostream>
#include <string>
using namespace std;
string mul(string a, int b){
string result = "";
for(int i = 0;i<b;i++){
result += a;
}
return result;
}
string make_arr(int idx , int N){
string result = "";
int count = idx/2;
string left = mul("* ", count);
string ri... | [
"dkswndms4782@naver.com"
] | dkswndms4782@naver.com |
c875f1017161fdbe7f76ddab93235df8a7d8ef10 | bb658d6825b53ebcf6333b138e41c56325cf5b1c | /Template/LeftWnd/XDragWnd.cpp | 91e1f6c878e4e228b921a8988d807bfe703b5707 | [] | no_license | yxungh/KVM | 9849d90df5a56ee11934ee5f511ce8ee622a7092 | a3aad16dd62bca451a33e542939f433a8b41617a | refs/heads/master | 2022-04-24T08:24:37.420875 | 2020-03-06T10:11:36 | 2020-03-06T10:11:36 | 243,704,095 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,738 | cpp | // lrButton.cpp : 实现文件
//
#include "stdafx.h"
#include "XDragWnd.h"
#include "XConstant.h"
#include "XTranslationManage.h"
// XDragWnd
#define FRAMESINDEX 1001
IMPLEMENT_DYNAMIC(XDragWnd,CWnd)
XDragWnd::XDragWnd():
m_pLeftWnd(NULL),
m_szCaption(_T(""))
{
}
XDragWnd::~XDragWnd()
{
DestroyWindow();
}
BEGIN_MESS... | [
"592186877@qq.com"
] | 592186877@qq.com |
e72ddba4ffcf8ff482e2499861d1da8ce648a768 | 7eeba62e11e848bdf4382307696c8d7888a94150 | /6-9/SBinding.cpp | 9623ce9c26a6063b1ce3c34a69fb1308d9714008 | [] | no_license | leejunwoo0202/1-2-CPLUSPLUS | e4bb1dda0c9d42e5f662c65ac40eb75bb58eaed1 | 90dd73fdb11b0d5457f04ab4ef8c7682064c3764 | refs/heads/master | 2023-07-27T08:35:53.879845 | 2021-09-10T09:10:53 | 2021-09-10T09:10:53 | 394,131,325 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | cpp | #include <iostream>
#include "Person.h"
#include "Student.h"
using namespace std;
int main()
{
Person* p1 = new Person("Dudley");
p1->print();
cout << endl;
Person* p2 = new Student("Harry", "Hogwarts");
p2->print(); cout << endl;
((Student*)p2)->print();
cout << endl;
return 0;
} | [
"gs04043@naver.com"
] | gs04043@naver.com |
6bcc72ace2418bc47234ec99e76fc5c6bef11d54 | c92483bf7408bd0ff99329fdd5edd8ce26339d61 | /src/libtsduck/base/system/tsForkPipe.h | ff3594c1c3fd6f5e26212c31cad54dd988f9ed24 | [
"BSD-2-Clause"
] | permissive | lars18th/tsduck | 1d47c5e2076e7abab2831bff7508a25df5186994 | 4af8491bf8aab68a780211422ed47651630a1681 | refs/heads/master | 2022-12-04T06:43:03.383599 | 2022-11-24T22:56:00 | 2022-11-24T22:56:00 | 164,107,933 | 0 | 1 | NOASSERTION | 2019-05-22T10:19:00 | 2019-01-04T12:59:22 | C++ | UTF-8 | C++ | false | false | 9,136 | h | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2022, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
99781268b82373f4d37961e9f2e048772edeced9 | ec1828fa2d595728c6b7a3a3b07f481cdfe1365f | /gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc | c3e5a308abf58d8ccd19f91a377225c7a2cf7efb | [
"BSD-3-Clause"
] | permissive | code-chut-xiu/chromium | fed2927cea42cbe559139a171797d5373b76d090 | 9440bd6775e6a24fa11e3efb6772fab87b8a1e16 | refs/heads/master | 2022-12-20T14:03:42.154262 | 2020-06-03T21:40:49 | 2020-06-03T21:40:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 196,118 | cc | // Copyright (c) 2016 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 "gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h"
#include "base/bind_helpers.h"
#include "base/metrics/histogram_macros.h"
#incl... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
cb31683adc15d70d6e8bb5108992356fa1a2fda4 | 1ba26cb3c236ae092f48b898232176d4955d6652 | /src/ray/gcs/gcs_client.h | 687ae379245e13841d003e79457c57756d553516 | [
"Apache-2.0",
"MIT"
] | permissive | tianjixuetu/ray | fec590b5e1e9c8ed932c3f8a37d1d3eb85acd56a | 65297e65f02e52472c114f52797c2ea18cc3fc3e | refs/heads/master | 2020-11-30T08:58:46.090845 | 2019-12-26T22:35:10 | 2019-12-26T22:35:10 | 230,361,014 | 1 | 1 | null | 2019-12-27T02:45:58 | 2019-12-27T02:45:57 | null | UTF-8 | C++ | false | false | 3,093 | h | #ifndef RAY_GCS_GCS_CLIENT_H
#define RAY_GCS_GCS_CLIENT_H
#include <boost/asio.hpp>
#include <memory>
#include <string>
#include <vector>
#include "ray/common/status.h"
#include "ray/gcs/accessor.h"
#include "ray/util/logging.h"
namespace ray {
namespace gcs {
/// \class GcsClientOptions
/// GCS client's options (c... | [
"chenh1024@gmail.com"
] | chenh1024@gmail.com |
bdb05ed307eba3e6524afcdf62b5da895de15e10 | db7148c33aabad259c9e1acafdf6e5c49b627d46 | /Tests/Armory/build_test_game/osx-build/Sources/include/armory/logicnode/SendEventNode.h | 1056cad6dde70f32f9286ba361ce4cb7a337e0fa | [] | no_license | templeblock/Animations | 18472430af796d32e3f0c9dd2df1058fdb241846 | e986fa2249b998889fad78cac6ff3cc70ad196f0 | refs/heads/master | 2020-04-23T01:23:44.200377 | 2018-06-07T14:33:43 | 2018-06-07T14:33:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 2,097 | h | // Generated by Haxe 3.4.4
#ifndef INCLUDED_armory_logicnode_SendEventNode
#define INCLUDED_armory_logicnode_SendEventNode
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_armory_logicnode_LogicNode
#include <armory/logicnode/LogicNode.h>
#endif
HX_DECLARE_CLASS2(armory,logicnode,LogicNode)
HX_DECLARE_CLASS... | [
"neverliberty@gmail.com"
] | neverliberty@gmail.com |
5738b939fe046fd5214bbe9c6d8b6daafdf5e24b | 8146db434ebc4b20eae3510009bb925f22e6f109 | /src/interface/items/prounDraggable.cpp | d0da5d1cc7631bab4f35bcfaf2712f2a548ef956 | [] | no_license | alexeyroudenko/ofxProun | 8d5e36efe81db8edcc46dab05b5479ae8b445d07 | 3b5edafbf6983fba440ed40a3ac0d202f6431823 | refs/heads/master | 2021-01-12T16:08:21.112790 | 2019-07-11T17:21:19 | 2019-07-11T17:21:19 | 105,903,836 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,750 | cpp | #include "prounDraggable.h"
void proun::Draggable::draw() {
ofSetColor(0, proun::Style::bgAlpha);
if (hover) ofSetColor(0, proun::Style::hover);
if (selected) ofSetColor(0, proun::Style::selected);
ofDrawRectRounded(*this, proun::Style::roundEdges);
};
void proun::Draggable::setHover(bool value) {
... | [
"alexey.roudenko@gmail.com"
] | alexey.roudenko@gmail.com |
e7b398adb3b0099a463af67a2840e4ace1f93038 | dc216c74efe2d2c44bd624bba8754faf12db0f64 | /Marlin_STM32F/TMC2208Stepper/source/TMC2208Stepper_GCONF.cpp | 5da0356b6d90421708d2ed743b350e64c7427971 | [] | no_license | hackaday3D/marlin_stm32 | ae6aeb7e61b7171886ebea3654bb3f783916f0ae | f9eb180c0fee433dd27cd4ca7c9dce47171d0200 | refs/heads/master | 2021-06-19T16:09:03.445245 | 2019-08-22T07:47:07 | 2019-08-22T07:47:07 | 143,370,530 | 56 | 22 | null | null | null | null | UTF-8 | C++ | false | false | 1,639 | cpp | #include "../TMC2208Stepper.h"
#include "TMC2208Stepper_MACROS.h"
// GCONF
bool TMC2208Stepper::GCONF(uint32_t *data) {
if (write_only) {
*data = GCONF_sr;
return 0;
}
REGISTER_R(GCONF);
}
void TMC2208Stepper::GCONF(uint32_t input) {
GCONF_sr = input;
REGISTER_W(GCONF);
}
void TMC2208Stepper::I_scale_analog... | [
"34730904+hackaday3D@users.noreply.github.com"
] | 34730904+hackaday3D@users.noreply.github.com |
0f3c306c897e407644786817db00b3a93ef61575 | 50a36c05c1db96b9cc5d508bc32fd4184ba7e5d5 | /macro_oscillator.cpp | 5e8c2087d6bbd0cb199d2fd048f9d35b90253215 | [] | no_license | nervousapps/CustomBraids | 0a52169d90e96b9717e9d9a169424d64e58e43c1 | 02807e983ec258644b7cd26bde843e8d421d8219 | refs/heads/master | 2021-05-20T10:34:31.849698 | 2020-04-01T19:04:10 | 2020-04-01T19:04:10 | 252,252,428 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,119 | cpp | // Copyright 2012 Olivier Gillet.
//
// Author: Olivier Gillet (ol.gillet@gmail.com)
//
// 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 th... | [
"achillepenet@Achilles-MacBook-Air-671.local"
] | achillepenet@Achilles-MacBook-Air-671.local |
95d171bce5b8021c23b35e393ddb386d642d4418 | 352deb05781aa6930ad777706ac658d5818c7bcf | /Conversion/Stack.h | af5201c682d1297e92109641f25b61e5f26d6154 | [] | no_license | Megha0106/CPPProject | 6100f62bf5185cfbf4aa691da522a12cb601344c | ff6ac86c67d57bcc1852d8b1b20140185449f1bc | refs/heads/main | 2023-07-05T21:23:01.981962 | 2021-08-18T17:38:57 | 2021-08-18T17:38:57 | 397,685,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 556 | h | /*
* Stack.h
*
* Created on: Oct 18, 2020
* Author: hp
*/
#ifndef STACK_H_
#define STACK_H_
/*
* Stack.cpp
*
* Created on: Oct 18, 2020
* Author: hp
*/
#include<iostream>
using namespace std;
class Stack{
public:
string stack;
int top;
bool isEmpty();
void push(char);
char pop();
Stack()
... | [
"meghasonavane0106@gmail.com"
] | meghasonavane0106@gmail.com |
3fdc795d1f58a39e7458884042a6a71b75cf6c98 | 1b51206b1f82607569a27a29d5d55ec10f329613 | /source/drivers/ring_buffer.cpp | 48b79b75c7ea669c1dd8c3e31ef3eb0e4c9d6630 | [
"MIT"
] | permissive | MelbourneSpaceProgram/boot_flight_software | 9d0b5ebd2e2009daf0f24f232f2143e2d2a083e6 | dce8cd704b93dad920d417d6aa6ad50a421d3585 | refs/heads/master | 2020-03-28T18:36:42.989334 | 2018-11-15T06:25:30 | 2018-11-15T06:25:30 | 148,895,151 | 1 | 0 | MIT | 2018-10-24T06:01:36 | 2018-09-15T11:14:33 | C++ | UTF-8 | C++ | false | false | 1,009 | cpp | #include <source/drivers/ring_buffer.h>
int32_t circ_bbuf_pop(circ_bbuf_t *c, uint8_t *data) {
int next;
if (c->head == c->tail) // if the head == tail, we don't have any data
return -1;
next = c->tail + 1; // next is where tail will point to after this read.
if (next >= c->maxlen) next = 0... | [
"github@anthonykremor.com"
] | github@anthonykremor.com |
2225e466f6a581aa4ea95355153c3450987357c0 | 40c671efee17a5622029d3b4757f8c4e9dac337f | /TestsGenerator/src/TestsDataGenerator.cpp | 757ecff1bcdb46ca4c11e46b37e2a834912bbd44 | [] | no_license | AngelTzankov/Test-generator-for-SDA-course | 6a2fbaf6f72e768384936b5bc49486777d5e2486 | b59b83cc411e0e531885e5ae1528ac388ce5c924 | refs/heads/master | 2022-12-31T10:11:06.219291 | 2020-10-17T12:26:56 | 2020-10-17T12:26:56 | 303,931,949 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,177 | cpp | #include "TestsDataGenerator.h"
using namespace std;
TestsDataGenerator::TestsDataGenerator()
{
//ctor
}
TestsDataGenerator::~TestsDataGenerator()
{
//dtor
}
void TestsDataGenerator::changeOutputStream(int testNumber) const
{
char inputFileName[20] = "input/inputXX.txt";
inputFileName[11] = testNumb... | [
"angeltzankov@gmail.com"
] | angeltzankov@gmail.com |
227137d111d66c117e7e41a88be648c21444fd23 | 829a42293ad3f5ec2f8be9f7093b93b38646cbc3 | /URI/U1008.cpp | 2ec8b4da9a9529c7d428af9000865cbcb76fae6b | [] | no_license | brayanhenao/Competitive-Programming | e2efccf29fa6367b41d4554347e2447fe1c1d256 | 86ef68551bf5d657ec19218b9f45b213fb3c9555 | refs/heads/master | 2020-12-24T07:29:29.218242 | 2019-09-24T20:56:05 | 2019-09-24T20:56:05 | 58,607,273 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 297 | cpp | #include <bits/stdc++.h>
#define endl '\n'
using namespace std;
int main() {
ios_base::sync_with_stdio(false);cin.tie(NULL);
int a,b;
double c;
while (cin >> a >> b >> c) {
cout<< "NUMBER = "<<a<< endl;
cout<< "SALARY = U$ "<<fixed<<setprecision(2)<<b*c<<endl;
}
return 0;
}
| [
"bryanhenao96@gmail.com"
] | bryanhenao96@gmail.com |
c667fca98686405c3944c916fcf8819f5e2039cc | 978a3cde8f587c7773801c2d5c2a5ee83d719b31 | /Merge_Sorted_Array.cpp | 4a97956edc2b547d639ac54afff3cb781df79bad | [] | no_license | jnozsc/leetcode | 87dcac5bb574a3bbf373862c90b499a8784d4c59 | d48dbb08d630e644c0ff71b4165d18606aced26d | refs/heads/master | 2021-01-13T02:10:56.280056 | 2014-12-06T00:25:45 | 2014-12-06T00:25:45 | 16,956,415 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 778 | cpp | class Solution {
public:
void merge(int A[], int m, int B[], int n) {
if (n == 0) return;
if (m == 0) {
for (int i = 0; i < n; i++) {
A[i] = B[i];
}
return;
}
int index_a = m - 1;
int index_b = n - 1;
int index_all... | [
"jnozsc@gmail.com"
] | jnozsc@gmail.com |
5e0e43d735f90bae8274c32c460ee633369c3988 | 88ae8695987ada722184307301e221e1ba3cc2fa | /chrome/browser/ash/policy/core/user_cloud_policy_token_forwarder.h | 4dd387c94eed288928120ad6a5f49e3005e81686 | [
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 4,430 | h | // Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_POLICY_CORE_USER_CLOUD_POLICY_TOKEN_FORWARDER_H_
#define CHROME_BROWSER_ASH_POLICY_CORE_USER_CLOUD_POLICY_TOKEN_FORWARDER_H_
#include <memory>
#inc... | [
"jengelh@inai.de"
] | jengelh@inai.de |
94e69e38c3ead45ee16be0db3a1e254202bdcbc2 | ea8aa77c861afdbf2c9b3268ba1ae3f9bfd152fe | /pkonline2.cpp | 182ecb960950d9cd7f80c536412c516d93f4f4bc | [] | no_license | lonelam/SolveSet | 987a01e72d92f975703f715e6a7588d097f7f2e5 | 66a9a984d7270ff03b9c2dfa229d99b922907d57 | refs/heads/master | 2021-04-03T02:02:03.108669 | 2018-07-21T14:25:53 | 2018-07-21T14:25:53 | 62,948,874 | 9 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 450 | cpp | #define _CRT_SECURE_NO_WARNINGS
#define _USE_MATH_DEFINES
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef long double ld;
const int inf = 0x3f3f3f3f;
const int maxn = 100000;
ll n, m;
int main()
{
while(~scanf("%lld%lld", &n, &m))
{
n--;
m--;
ll g = __gcd(n, m);
ll a = m ... | [
"laizenan@gmail.com"
] | laizenan@gmail.com |
a98d7ad23982c85eac7745c3398b0e06340ccab5 | bbcfecca91bd21dfaeaa5cee1f236194049dee55 | /18127204_W08/Ex02/Sucmanh.cpp | 809d21dbce16a9613100a5e7878fc79d4e07afd6 | [] | no_license | TanThaiSE/lthdt-18clc3-18127204 | cf49872821f7c9e36f1973eb190318c63e5872ed | 9b21fca33bd1d58980ea73f2ce7253d5b02173ee | refs/heads/master | 2022-01-23T09:43:56.653982 | 2019-08-04T12:09:59 | 2019-08-04T12:09:59 | 187,966,883 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 189 | cpp | #include "Sucmanh.h"
void Sucmanh::Input()
{
cout << "\nSuc dung si:"; cin >> sucdungsy;
}
int Sucmanh::Result()
{
return sucdungsy;
}
Sucmanh::Sucmanh()
{
}
Sucmanh::~Sucmanh()
{
}
| [
"tanthai172k@gmail.com"
] | tanthai172k@gmail.com |
1fd818448d759f79c2e695895303ce9c8ac26ecf | 4be7043362a8080b651aa555970e12b0c2f44b49 | /Phase3/Source/Record.cc | 3d251c4b6fea0ba720c18c7e9f8cfecf08892400 | [] | no_license | DongHaiYuan/Database-System-Implementation | c1ea568b4ba47326a1f8f207f872a7404723f07b | 2e308e1fc6c4d67935f16a035f4c5119f8cfbef9 | refs/heads/master | 2021-12-02T01:37:11.662218 | 2014-04-12T18:29:31 | 2014-04-12T18:29:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,903 | cc | #include "Record.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
Record :: Record () {
bits = NULL;
}
Record :: ~Record () {
if (bits != NULL) {
delete [] bits;
}
bits = NULL;
}
int Record :: ComposeRecord (Schema *mySchema, const char *src) {
// this is temporary storag... | [
"shreyas.palekar@gmail.com"
] | shreyas.palekar@gmail.com |
233a119f9aa9035e595d86ba481f10e68aece3ff | c546e85c5b32c7ad7d14d23163365db4e8dc23d3 | /Homework5/P13/source/main.cpp | da43bf89ede669be32d6c204ab485b1a73a6132e | [] | no_license | LaiJunZhi/Homework | 070ce929855113f6a97eeb5d6eb6c2c234602ac3 | 5d517b5b099768145b5406b82759fd65c4101f69 | refs/heads/master | 2021-09-01T06:47:41.592220 | 2017-12-25T12:46:47 | 2017-12-25T12:46:47 | 106,238,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 339 | cpp | #include<stdio.h>
#include<stdlib.h>
void cubeByReference(int &nPtr);
int main(void)
{
int number = 5;
printf("The original value of number is %d", number);
cubeByReference(number);
printf("\nThe new value of number is %d\n", number);
system("pause");
return 0;
}
void cubeByReference(int &nPtr)
{
nPtr = nP... | [
"daleliao1141@gmail.com"
] | daleliao1141@gmail.com |
4b946fb1e24c4772ad99e5202f261dda8829824f | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-5695.cpp | d2313e1c2eda178440931c2805b4954e3d7e7edf | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,806 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1
{
bool ac... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
84a08091752162b191aba19d290620bd718bc6ff | 3e31adad12c6f72c7ab23059f0c36e0f93d838f7 | /src/rpcmining.cpp | f205fd0617902b4c55649fa996672ba8aa25e6a9 | [
"MIT"
] | permissive | SportCoinDev/SportCoin | f084b6cfdcfb9defbba7fd87f9cc19ef9e68e5b8 | de04385c6bc08f1592a339b3c35cd053e4a2eaef | refs/heads/master | 2021-01-22T18:14:45.999347 | 2014-06-27T15:36:38 | 2014-06-27T15:36:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,105 | cpp | // Copyright (c) 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.
#include "main.h"
#include "db.h"
#include "init.h"
#include "bitcoinrpc.h"
using name... | [
"SportCoinDev@github.com"
] | SportCoinDev@github.com |
260b05362f7a8ef4ccea45a3a81d4e35814a5385 | 930041963489bdf9b08e793add7aeb16bacf8e5e | /AlimCap/Packetyzer/cPacket.cpp | be42d2297f961a01d52e68e9d4b2b50b793684a9 | [
"MIT"
] | permissive | little233/QQCapTools | b0198a806537cc7d1f6b5b341f5805311402f09f | f3990dd6edf60a1c8bcc84330653481c17869e48 | refs/heads/master | 2022-03-02T18:30:47.258313 | 2019-07-30T09:38:24 | 2019-07-30T09:38:24 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 12,721 | cpp | /*
*
* Copyright (C) 2013 Anwar Mohamed <anwarelmakrahy[at]gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any la... | [
"40445799+SurrealSky@users.noreply.github.com"
] | 40445799+SurrealSky@users.noreply.github.com |
bc5887d1f8b1d8606eb37167aba759af48d69293 | ee644a19e5854dc72123052041d14c85a06cbca8 | /test1.cpp | 4760fcde5d1d7246847599903bbe3f71e1c987f9 | [] | no_license | LJComeo/Cplusplus | 49e844f21419e21d4590f732fa9b8bec166bfd83 | c4622ace79f191226c6f8547f5819cca721bcf94 | refs/heads/master | 2021-07-15T09:53:08.992032 | 2020-11-25T10:27:42 | 2020-11-25T10:27:42 | 226,518,720 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 470 | cpp | #include <iostream>
#include <cstdio>
using namespace std;
struct S
{
int a;
int b;
bool operator == (const S &rhs);
};
bool S::operator == (const S &rhs)
{
return ((a == rhs.a) && (b == rhs.b));
}
int main()
{
//S *p1 = (S*)malloc(4 * sizeof(S));
//S *p2 = new S;
struct S s1, s2;
s1.a = 1;
s1.b = 2;
s2.a ... | [
"2226705824@qq.com"
] | 2226705824@qq.com |
74c8192e1f36fe886f8dc894afea4721e15b4c93 | a94382dbe86431f38090638a60a1e6886865a1f5 | /cursach/Solve/Il2CppOutputProject/Source/il2cppOutput/mscorlib1.cpp | c83bb89c885616c2354d5002ef1ab8d6881adfb2 | [] | no_license | GrossuEvgenia/Kursovaya_Game_Unity | d337aaeb576631de2a95e3e4eb30f21d901d55f5 | 186919239c0f28d8e542695b44ea6855ae850b6c | refs/heads/main | 2023-02-16T21:39:13.767160 | 2021-01-18T06:42:58 | 2021-01-18T06:42:58 | 330,559,432 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,821,186 | 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 "icalls/mscorlib/System/AppDomain.h"
#... | [
"grossuevgenia@gmail.com"
] | grossuevgenia@gmail.com |
dbbe077731fb7c08e0ea0b5554a7f0e1512e39bb | 9f9660f318732124b8a5154e6670e1cfc372acc4 | /Case_save/Case40/Case/case2/500/nut | 997fb9fcc8c10ecb21f421110fea7da93b243342 | [] | no_license | mamitsu2/aircond5 | 9a6857f4190caec15823cb3f975cdddb7cfec80b | 20a6408fb10c3ba7081923b61e44454a8f09e2be | refs/heads/master | 2020-04-10T22:41:47.782141 | 2019-09-02T03:42:37 | 2019-09-02T03:42:37 | 161,329,638 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,998 | /*--------------------------------*- 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 | |
15256fe2d04f576209d347b53aa1202b3556e5cf | d53a39074f158eb6e759b406eccf5ef6ea9586b2 | /h/pcb.h | 6429cd4968ac1cc3f0affe6137eaabe5ea77ad4a | [] | no_license | AleksandarG/OS1 | 5d3e314fbe604a0077ec93cde889d65cd52a4261 | 850ab9bbd2804c8be0c2001c7cee7cf8abcfab6a | refs/heads/master | 2016-09-01T14:44:46.225872 | 2015-12-17T16:42:42 | 2015-12-17T16:42:42 | 48,186,256 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 944 | h | //File: pcb.h
#ifndef _pcb_h_
#define _pcb_h_
#include <dos.h>
#include "schedule.h"
#include "thread.h"
#include "queue.h"
#include "idleth.h"
#include "kernelev.h"
#define lock(){ asm{ pushf; cli;}}
#define unlock(){ asm{ popf}}
class Queue;
class KernelEv;
enum Status {NEW, READY, BLOCKED, TERMINATED };
cl... | [
"avax93@googlemail.com"
] | avax93@googlemail.com |
163a534fcc2e97c405661d2572f3e29433409ce8 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /components/autofill/content/renderer/field_data_manager.cc | 46d6e7d35b467c5000f3b478370923cf1dd200d2 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 2,807 | cc | // 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.
#include "components/autofill/content/renderer/field_data_manager.h"
#include "base/i18n/case_conversion.h"
#include "base/logging.h"
#include "third_par... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
7b86ea968d5abe589736fa4e68db263292fffca7 | ecab21462fc75df52132b11349d8e7a0dcd3218c | /gen/blink/core/HTMLMetaElement.cpp | 8c750e642c1c7b87904f8ae394d6819a0912787f | [
"Apache-2.0"
] | permissive | mensong/MiniBlink | 4688506a0e9e8f0ed5e6d6daaf470255be2a68b8 | 7a11c52f141d54d5f8e1a9af31867cd120a2c3c4 | refs/heads/master | 2023-03-29T04:40:53.198842 | 2021-04-07T01:56:02 | 2021-04-07T01:56:02 | 161,746,209 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 23,895 | cpp | /*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* (C) 2001 Dirk Mueller (mueller@kde.org)
* Copyright (C) 2003, 2010 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of... | [
"mail0668@gmail.com"
] | mail0668@gmail.com |
efb2c1ed3acd449e98ae9dacb7aa0b8d558bd24d | 412b4c2a33d8ca5554fd607e07cee620cea9b463 | /rcore/tools/robjecthashcontainer.hh | b588890730d109b193177fa93b833d01d74e8a04 | [] | no_license | pfrancq/r | 65df093d7cd31f4e5c521eadd61a54cb8da58925 | bd78f3b2da3b357ca5d21e6055f809c83b488cd5 | refs/heads/main | 2023-08-17T09:01:37.815379 | 2021-10-04T06:15:01 | 2021-10-04T06:15:01 | 404,758,905 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,232 | hh | /*
R Project Library
RObjectHashContainer.h
Object Hash Container - Inline implementation.
Copyright 2011-2015 by Pascal Francq (pascal@francq.info).
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Sof... | [
"pfrancq@bc43a8d9-cd2b-0410-a3c8-d37dcb895449"
] | pfrancq@bc43a8d9-cd2b-0410-a3c8-d37dcb895449 |
3888a993bd903cefd8a3c53b24d831addb80c971 | 25fc3f0482c61423c4126d4085790ec3d99093c9 | /src/SocketConnection/Client.cpp | 15be2c642dc399f4470b824623921e7b74247f0d | [] | no_license | SiemnsSummerSchoolCPP/Blackjack2 | 4a6b2238496c843bbd40b8c762b48e0ac06a8106 | 0b98dcaf087dba3189022de940e42de8783cbb4d | refs/heads/master | 2020-03-25T08:44:00.445283 | 2018-08-17T16:34:49 | 2018-08-17T16:34:49 | 143,629,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,884 | cpp | #include "Client.hpp"
#include "Exceptions.h"
#include "SocketIO/Reader.hpp"
#include <sys/socket.h>
#include <cerrno>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <cstring>
#define STR(someStr) (std::string() + someStr)
using namespace SocketConnection;
using namespace SocketConnection... | [
"terman.emil@gmail.com"
] | terman.emil@gmail.com |
7285151394c399fac11a6ba9a7826f94864916e5 | b179ce74909e403e666d3f9e2bbe126150c1bba6 | /include/format/FormatedRectangle.hpp | 76c837d90f30dd9a4d24339e12da5c090e2570c9 | [
"MIT"
] | permissive | PaulRitaldato1/tnt | 4ef4a1e215ad4dff5b30fb649a5799e22b0622d1 | 8ea24c1a9d2863b8b91775e5aba370584896fd9c | refs/heads/master | 2022-12-13T19:00:25.986042 | 2020-08-30T07:43:42 | 2020-08-30T07:43:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 940 | hpp | #ifndef TNT_FMT_FORMATED_RECTANGLE_HPP
#define TNT_FMT_FORMATED_RECTANGLE_HPP
#include <fmt/format-inl.h>
#include "math/Rectangle.hpp"
namespace fmt
{
template <>
struct formatter<tnt::Rectangle>
{
char presentation{' '};
inline constexpr auto parse(format_parse_context &ctx)
{
... | [
"terens.t17@gmail.com"
] | terens.t17@gmail.com |
9a9efd31de204f2526541e531472168e637fcfdf | 634af33c0f006460276f6780e42c468e51f19c1f | /opt/interdex/InterDex.h | 6f1c6b98f1c608992fc88fbcf28057b7f1ffe7c9 | [
"MIT"
] | permissive | isabella232/redex | 6d884a79388b73e23ea6b4a84ab67495f8eb538e | 01109caa247da47896703e2460a62a93a425126a | refs/heads/master | 2023-04-22T19:34:46.823530 | 2021-04-15T22:37:10 | 2021-04-15T22:38:20 | 359,409,462 | 0 | 0 | MIT | 2021-04-19T09:55:28 | 2021-04-19T09:55:00 | null | UTF-8 | C++ | false | false | 6,245 | h | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <unordered_set>
#include "ApkManager.h"
#include "CrossDexRefMinimizer.h"
#include "CrossDexRelocator.h"
#i... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
585f1576c240e96aff880ed3607f22ad00fc7030 | bb7549fe79697803e350ebde2e1211303fc62d04 | /mssd.cpp | 2aa80e427176f1bee486584ef3df536254c6f1ef | [
"Apache-2.0"
] | permissive | yijiesun/mobilenet-ssd-embd | bba46b6414e2a6937f9b6ee0948ddffc82e67991 | d4ac02c6590885d424ac51390509ce699d4f76a9 | refs/heads/master | 2020-09-11T02:50:28.076886 | 2019-12-03T07:25:34 | 2019-12-03T07:25:34 | 221,917,017 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 20,882 | cpp |
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <linux/videodev2.h>
#include <sys/mman.h>
#include <sys/time.h>
#include <unistd.h>
#include <iostream>
#include <iomanip>
#include <ve... | [
"sunyijie520@126.com"
] | sunyijie520@126.com |
cfc50aa24dc489c12585f2ea61e1c6199c180d8c | f60e7394a16c37d49248d21018bf8c36ef694c44 | /dataflow.cpp | 1ce6a4c76282f798e700c82e8f40c04aeb6355bc | [] | no_license | howardop/Dataflow | b36cc85b4d84c470bbef8a1257ac2f0183ae1876 | 5858c0fc6eea15fd7ac5c9ac6a6b9f12f890f9a3 | refs/heads/master | 2022-05-21T03:42:23.189680 | 2020-04-29T01:44:02 | 2020-04-29T01:44:02 | 259,795,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | cpp | // 15-745 S18 Assignment 2: aataflow.cpp
// Group:
////////////////////////////////////////////////////////////////////////////////
#include "dataflow.h"
namespace llvm {
// Add code for your dataflow abstraction here.
}
| [
"hlo4@cornell.edu"
] | hlo4@cornell.edu |
8e1919af5baebe3663cc0522d8851d6a33b969ea | bda3a50f59167572525144e2ce8489ea6b61a5cc | /src/VS2005编译/客户端组件/关系管理/CompanionManager.cpp | c0ee86a524f98c0acbcf89200a58b8ac7329fa6e | [] | no_license | denis1008/netfox | 679e93d521e897166cd3801ac4cfc4ca9b276f6a | 25b548b0938bd37ed20317214d15a6ef915a47df | refs/heads/master | 2020-03-22T05:15:44.269333 | 2018-09-25T06:46:49 | 2018-09-25T06:46:49 | 139,553,755 | 0 | 0 | null | 2018-07-03T08:39:12 | 2018-07-03T08:39:12 | null | GB18030 | C++ | false | false | 10,712 | cpp | #include "StdAfx.h"
#include "Resource.h"
#include "CompanionManager.h"
//////////////////////////////////////////////////////////////////////////
//版本定义
#define VER_COMPANION_MAIN 1 //主版本
#define VER_COMPANION_SUB 0 //子版本
//文件头信息
struct tagCompanionFileHead
{
WORD wVersion; ... | [
"denis1008@163.com"
] | denis1008@163.com |
9b6a6f7ea684dc07e7555b22b9607d8f6863b2bd | bdf8a85147d25bdcb19424b2599aef6cd32577d3 | /rEFIt_UEFI/Platform/Events.cpp | 63bb475daf850d9c2ecbea68e66aa9a0e281478c | [
"BSD-2-Clause"
] | permissive | jief666/BootloaderChooser | 12f8378560414edb6fd77d487129dff62f665aba | e4cc802366d14af406e524cd0050acf44e06ccf2 | refs/heads/main | 2023-08-17T23:16:21.871843 | 2023-08-11T14:27:03 | 2023-08-11T14:27:03 | 301,788,594 | 24 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 20,627 | cpp | /*
Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at ... | [
"jief@x134tb.lan"
] | jief@x134tb.lan |
a8ad1ef3609346a8a075a7ee873dad15cd6b3e99 | c7c77ecdb2a33ee387147f068a6772961a5adc78 | /stromx/cvcalib3d/StereoCalibrate.h | 7e32bbbb35afbfe032c2faf67906be3b75f2b070 | [
"Apache-2.0"
] | permissive | uboot/stromx-opencv | b38d8a3a192f3ed1f1d9d87341f0817024debf32 | c7de6353905fee8870f8bf700363e0868ab17b78 | refs/heads/master | 2020-05-22T01:31:04.138296 | 2018-02-08T15:19:05 | 2018-02-08T15:19:05 | 52,387,716 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,744 | h | #ifndef STROMX_CVCALIB3D_STEREOCALIBRATE_H
#define STROMX_CVCALIB3D_STEREOCALIBRATE_H
#include "stromx/cvcalib3d/Config.h"
#include <stromx/cvsupport/Matrix.h>
#include <stromx/runtime/Enum.h>
#include <stromx/runtime/EnumParameter.h>
#include <stromx/runtime/List.h>
#include <stromx/runtime/MatrixParameter.h>
#includ... | [
"matz.fuchs@gmx.at"
] | matz.fuchs@gmx.at |
dd5d697f099e054b234ca74389d9a5209186c053 | 165f3a8b24254d8ecd1311935afce4cc19f3d340 | /third_party/poco/Crypto/src/RSAKeyImpl.cpp | 1be2cb1a473bf23ee81de5309e32821e161f0f17 | [
"BSL-1.0",
"BSD-2-Clause"
] | permissive | braiam/toggldesktop | 4a430ef85cdabc9858cb6a89373e434105f41988 | 852f05f3362fda5458b31035ec5810f2c2b72818 | refs/heads/master | 2020-04-29T17:01:49.478013 | 2014-12-22T11:29:50 | 2014-12-22T11:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,013 | cpp | //
// RSAKeyImpl.cpp
//
// $Id: //poco/1.4/Crypto/src/RSAKeyImpl.cpp#6 $
//
// Library: Crypto
// Package: RSA
// Module: RSAKeyImpl
//
// Copyright (c) 2008, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby granted, free of charge, to any person or organization
// obtaini... | [
"tanel.lebedev@gmail.com"
] | tanel.lebedev@gmail.com |
e4d4a22518a3afc7507cc3804511638de1858742 | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /content/browser/android/content_startup_flags.cc | 48c281e9a17b153ed94fd57b1ee296f479045eb4 | [
"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 | 2,819 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/android/content_startup_flags.h"
#include "base/android/build_info.h"
#include "base/base_switches.h"
#include "base/comman... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
6ee76ac39cfb5ddae5286f6210a74d24212eab6e | f4d8531a987bc53adfab365ac262357f34413db6 | /mrpt-1.4.0/libs/nav/src/registerAllClasses.cpp | d5c6349dcdfa8842552476477347fb1a2c809cc2 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | saurabhd14/Mytest | 5f5b4232df9a0725ca722ff97a1037f31a9bb9ca | 4b8c4653384fd5a7f5104c5ec0977a64f703eecb | refs/heads/master | 2021-01-20T05:43:32.427329 | 2017-04-30T15:24:18 | 2017-04-30T15:24:18 | 89,801,996 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,208 | cpp | /* +---------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| http://www.mrpt.org/ |
| ... | [
"saurabhd14@gmail.com"
] | saurabhd14@gmail.com |
5e9c8460f93423c8bb4c199eeb91998fb9e5ff06 | caaa3510c650a3e4e3961206e96926ff6ea9dd94 | /modules/module1/basic.cc | 58334008aa38ef61c1a6ce928938eee8c1aa8298 | [
"Apache-2.0"
] | permissive | shi510/create-cmake-app | 4b72138de47f612a19e858e48c7fbb20e04849d7 | 37bca166d694e66c9f3bb8099945fa8790697281 | refs/heads/master | 2022-04-06T13:59:19.702879 | 2020-02-23T08:58:50 | 2020-02-23T08:58:50 | 204,469,075 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 150 | cc | #include "modules/module1/basic.h"
namespace module1{
std::string func1(std::string a, std::string b){
return a + b;
}
} // end namespace module1
| [
"shi510.kor@gmail.com"
] | shi510.kor@gmail.com |
42a642fb2c6d8f177d19b861b02ba0177b9af701 | a8e6343aefded638b9830e7596b8413822f89a61 | /Tricky Interactor/main.cpp | 1f0452b5c2fb20a58b8763ebc62adcf6a1ee15ff | [] | no_license | nikolapesic2802/Programming-Practice | ed7c6f9fb79d92b55092f0b36daaade375e9f9bb | bc2a47fadb4af5d50f089c61a0971ec1a831d2d6 | refs/heads/master | 2021-11-29T00:26:37.586714 | 2021-11-16T16:14:50 | 2021-11-16T16:14:50 | 156,237,050 | 5 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,580 | cpp | #include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
#include <ext/rope>
#define ll long long
#define pb push_back
#define sz(x) (int)(x).size()
#define mp make_pair
#define f first
#define s second
#define all(x) x.begin(), x.end()
using namespace std;
using namespac... | [
"36281594+nikolapesic2802@users.noreply.github.com"
] | 36281594+nikolapesic2802@users.noreply.github.com |
05b5acfc6fa7f9e6e548ba6683c5cfe22f8ed4b3 | 76c1b30d0bf03e79a590dba1b387b0514f8f2075 | /PC_Build/Mystery House_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Bulk_UnityEngine.AnimationModule_0.cpp | 8bc7bfbd2cd22437a3119121497ff8342d773785 | [] | no_license | The-Xord-Boss/TNWE_3D_exe | b458e15d2d4d983de2134780d9b4feddefc9c1f2 | 7e322d83e1de652733d37ddaa4f6b9331759c0b7 | refs/heads/master | 2021-05-26T19:21:12.259953 | 2020-08-24T12:33:11 | 2020-08-24T12:33:11 | 254,154,941 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 275,502 | 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 "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "i... | [
"thexord2020@gmail.com"
] | thexord2020@gmail.com |
11f729557b2bcc0050ff7e5a90b39b90fe16686b | e51d009c6c6a1633c2c11ea4e89f289ea294ec7e | /xr2-dsgn/sources/WildMagic/SampleFoundation/NoniterativeEigensolver/NoniterativeEigensolver.h | 533f1ef33244f813815e0d8312d066cb4cda01f8 | [] | no_license | avmal0-Cor/xr2-dsgn | a0c726a4d54a2ac8147a36549bc79620fead0090 | 14e9203ee26be7a3cb5ca5da7056ecb53c558c72 | refs/heads/master | 2023-07-03T02:05:00.566892 | 2021-08-06T03:10:53 | 2021-08-06T03:10:53 | 389,939,196 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,239 | h | // Wild Magic Source Code
// David Eberly
// http://www.geometrictools.com
// Copyright (c) 1998-2009
//
// This library 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 Foundation; either version 2.1 of the Licen... | [
"youalexandrov@icloud.com"
] | youalexandrov@icloud.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.