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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bce51da274390712f996b5a96c9fc1b39f8e5c5d | e7531284a45eb6feaddd6272e98b524d41513679 | /lib/opencv/modules/imgproc/box_filter.simd_declarations.hpp | 57ebc4a91cf784738c4e8b13056d458f3999ceae | [] | no_license | ChocolateChipKookie/wallflower | 024517c2cd49fea7b3a530cdb600d84df255d66c | 5ebaa244d6d93be04a39f1bdbc92bf7cdb705e3b | refs/heads/master | 2023-08-14T08:53:00.560322 | 2021-09-12T11:55:08 | 2021-09-12T11:55:08 | 405,627,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 427 | hpp | #define CV_CPU_SIMD_FILENAME "/home/kookie/Documents/Projects/c++/lib/opencv/opencv-4.5.3/modules/imgproc/src/box_filter.simd.hpp"
#define CV_CPU_DISPATCH_MODE SSE4_1
#include "opencv2/core/private/cv_cpu_include_simd_declarations.hpp"
#define CV_CPU_DISPATCH_MODE AVX2
#include "opencv2/core/private/cv_cpu_include_sim... | [
"adi.causevic7@gmail.com"
] | adi.causevic7@gmail.com |
18c351661cf0d953221d2bbff990091e7cacb4cb | 97dc80e5980f0a209df82173f9bd8dd755a7de5a | /Shiki/kern_resources.hpp | b6a4ecac2eb56e13f8f3febfeae286f10d160a1c | [
"BSD-3-Clause"
] | permissive | fRzzy/Shiki | c0245fb86c4aecb5f7ed0c00536c3415d258f31a | b23dcbfe943c3d7527fb0bce1d90c6898616ffa4 | refs/heads/master | 2021-08-19T23:54:59.502026 | 2017-11-27T18:35:28 | 2017-11-27T18:35:28 | 112,153,519 | 0 | 0 | null | 2017-11-27T05:53:15 | 2017-11-27T05:53:15 | null | UTF-8 | C++ | false | false | 1,036 | hpp | //
// kern_resources.hpp
// Shiki
//
// Copyright © 2016-2017 vit9696. All rights reserved.
// ... | [
"vit9696@users.noreply.github.com"
] | vit9696@users.noreply.github.com |
fbedaa48a07c9d3373e5623ec451f4edb8880709 | 548fb3cfbdaaf63dba229e1f726fa844a0e8f2c8 | /doPiano__/doPiano__.ino | 6d2b212bad215ec01a8dd28799c3c5369f52c46b | [] | no_license | ChapResearch/Fruit-Spiral | 7823ca75bc6f10e86cbd6fa05e7c6331d89df831 | 31357426964c83662a282e97a7091db80090bb3d | refs/heads/master | 2021-01-10T18:14:27.352151 | 2015-10-31T02:18:59 | 2015-10-31T02:18:59 | 45,285,426 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 179 | ino | void loop(){
doPiano();
}
void doPiano(){
int note = readTouchInput;
for(int x = 0; x < 12; x++){
if(note == x){
playNoise('n',x);
delay(500);
}
}
}
| [
"sidharths00@gmail.com"
] | sidharths00@gmail.com |
cfb98e008c8da1d0d0fd5c1baa6bbe10e786c5e0 | ea360c036092bd4634a98e112b97ebfbfda70e7f | /1028.cpp | 1ad71413f0d3805ab9cb5e07b1c98710b4354a5d | [] | no_license | lilexuan/pat_b | 7cab4509e666d3218fb6b825acfb12395da74e5c | e518e7d465ee8c9242b7a008ab602d3ae0520fd2 | refs/heads/master | 2021-08-31T11:33:56.204856 | 2017-12-21T07:04:07 | 2017-12-21T07:04:07 | 110,665,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,630 | cpp | #include <cstdio>
using namespace std;
struct people {
char name[10];
int year, month, day;
bool legal;
};
bool compare(people a, people b);
int main()
{
int n;
scanf("%d",&n);
people p[n], max, min;
max.day = max.month = max.year = 0;
min.day = min.month = min.year = 3000;
for (... | [
"834524281@qq.com"
] | 834524281@qq.com |
ea57b80a558aff63585300c51f6b3a9eb45611c5 | 38dbb429a776a6a87a7b25d572c0066505c3ac03 | /CodeForces/Educational Codeforces Round 40/B.cpp | f7950e567fe8493a95c87dccee1ee53f072dd29c | [] | no_license | EulerLee/OJ | 796e9d42d000cdc45af478fe664d6235d97772df | 7f5c2d4a3def7287f93ce4d1888d5d98f3b4276e | refs/heads/master | 2022-11-11T09:14:13.899256 | 2022-11-03T10:59:26 | 2022-11-03T10:59:26 | 66,716,354 | 7 | 1 | null | 2016-09-27T08:02:23 | 2016-08-27T13:41:30 | C++ | UTF-8 | C++ | false | false | 646 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef long double ld;
#define REP(i, n) for(ll i = 0; i < n; ++i)
#define RANGE(i, x, n) for(ll i = x; i < n; ++i)
int main()
{
ios::sync_with_stdio(false);
cin.tie(0);
int n;
cin >> n;
string s;
cin >> s;
int ans = 0;
... | [
"euler19960402@gmail.com"
] | euler19960402@gmail.com |
7c90a92398bed426e4dc179d501454a564dcf0c0 | 01a42b69633daf62a2eb3bb70c5b1b6e2639aa5f | /SCUM_Stabproof_Vest_01_classes.hpp | bd3ea4b817361ac1ac944e4ac36f93398fbca7de | [] | no_license | Kehczar/scum_sdk | 45db80e46dac736cc7370912ed671fa77fcb95cf | 8d1770b44321a9d0b277e4029551f39b11f15111 | refs/heads/master | 2022-07-25T10:06:20.892750 | 2020-05-21T11:45:36 | 2020-05-21T11:45:36 | 265,826,541 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 811 | hpp | #pragma once
// Scum 3.79.22573 (UE 4.24)
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace Classes
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass Stabproof_Ves... | [
"65712402+Kehczar@users.noreply.github.com"
] | 65712402+Kehczar@users.noreply.github.com |
75a73a2e7dcb21319290ece2d83c60f0138a50d3 | 5eaf5d6ab0c809123f18d7e4f04436a73adb7317 | /week10/part_6.cpp | 5982259281f8116643384da92cb4e9c232bf15ee | [] | no_license | yw778/pku_c- | d78448d79fa26b20437db69f1496b87bdc3e2467 | 2edc6d7dc8111833a0ee425fd946d759ac48e260 | refs/heads/master | 2021-05-05T21:43:16.529336 | 2018-02-19T02:38:49 | 2018-02-19T02:38:49 | 115,864,306 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,735 | cpp | #include <cstring>
#include <cstdlib>
#include <string>
#include <iostream>
using namespace std;
// 在此处补充你的代码
struct MyString{
string str;
MyString() {}
MyString(const char* _char):str(_char){}
MyString(const string& s1):str(s1){}
MyString(const MyString& s1):str(s1.str) {}
char& operator[](int ... | [
"yw3025@columbia.edu"
] | yw3025@columbia.edu |
8f80c67e6340c8ba17637c72a56cd7ebb8191ac8 | 2d94b8047547395763e616d500a7af9dab2b3ccd | /Source/Final/Breakout/Breakout/App.xaml.cpp | aff17a86503167c4f6be7fcf77f4dca9b3844c8e | [
"MIT"
] | permissive | Microsoft-Build-2016/CodeLabs-GameDev-3-ANGLE | fee9156855228c03c07993d5cacf66ef498cb806 | 7eddd9c6180251bd2cd04620ffffd3b71323dddd | refs/heads/master | 2020-05-29T12:24:01.004274 | 2016-03-31T11:50:14 | 2016-03-31T11:50:14 | 53,701,839 | 7 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 4,906 | cpp | //
// App.xaml.cpp
// Implementation of the App class.
//
#include "pch.h"
#include "App.xaml.h"
using namespace Breakout;
using namespace Platform;
using namespace Windows::ApplicationModel;
using namespace Windows::ApplicationModel::Activation;
using namespace Windows::Foundation;
using namespace Windows::Foundat... | [
"dalestam@microsoft.com"
] | dalestam@microsoft.com |
768b30885c8942f3241fa68eec5310b273fb64ab | 37a02564013f2132679f15eb78115809d6fe0ecb | /Source/Random.hh | 404f8a1e305a0efaa39907dbe09c056f55ea5eee | [] | no_license | tjcorona/KnightsTour | aff59d80808de2350d58bb7b116cfd2edf47e2f2 | 195ae7fbca1c6310d03cd9c9ce8a732bdc03659d | refs/heads/master | 2021-01-17T03:03:52.507258 | 2015-02-26T18:05:10 | 2015-02-26T18:05:10 | 30,651,651 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 686 | hh | #ifndef SURANDOM_HH
#define SURANDOM_HH
#include <limits>
#include <vector>
class Random
{
public:
static Random& GetInstance();
void Seed(unsigned) const;
unsigned Uniform(unsigned max=std::numeric_limits<unsigned>::max()) const;
template <typename Element>
void Shuffle(std::vector<Element>& vec) const;... | [
"tjcorona@gmail.com"
] | tjcorona@gmail.com |
ea560dcdcfcf04a62a397904ffdd76ff9f968cab | 1e02f2e42de6b6e9464b32061f09c978cdeb6e31 | /source/modules/juce_gui_basics/misc/juce_DropShadower.cpp | 9510deae4f8a44f5412159797ff1422eb2ad3732 | [] | no_license | mcanthony/Carla | 06de601136822121a6a9dc4240c8eecfdd072b1d | d3dae496805db9cad3e26a84c775ee4cff5782b3 | refs/heads/master | 2021-01-17T20:05:14.313217 | 2015-10-11T20:33:00 | 2015-10-11T20:33:00 | 44,107,227 | 1 | 0 | null | 2015-10-12T12:52:38 | 2015-10-12T12:52:37 | null | UTF-8 | C++ | false | false | 6,071 | cpp | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2015 - ROLI Ltd.
Permission is granted to use this software under the terms of either:
a) the GPL v2 (or any later version)
b) the Affero GPL v3
Details... | [
"falktx@gmail.com"
] | falktx@gmail.com |
c6502351a3513e3f63c0314202ca4869e71feeb6 | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/_old/webrtc-qt5.11.2_for_boss/rtc_base/rtccertificate.cc | 0b5c1c41809af02ca880ace3dfb8ce4292f4cf33 | [
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"GPL-1.0-or-later",
"LicenseRef-scancode-takuya-ooura",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown",
"MS-LPL",
"MIT",
"LicenseRef-scancode-google-patent-licen... | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C++ | false | false | 2,283 | cc | /*
* Copyright 2015 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | [
"slacealic@nate.com"
] | slacealic@nate.com |
92ffd367f92e368bf32f4fba3f00edf0b9008b90 | 97e36e935bfdec43a19b8400828e2960cb62d5a6 | /Arduino+ESP/IoTCommu/StringModule.cpp | 7700e7e5f34fb9b497cd7c9bba28213e27c25aeb | [] | no_license | sdsxpln/IoT-6 | ec0e15ae069a2cb215042eafb33bbff839e03ec8 | 81c68c3e64ddb7338c94a2c894d9d8cba25d94bc | refs/heads/master | 2020-03-11T01:42:20.733521 | 2015-07-23T15:12:32 | 2015-07-23T15:12:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 836 | cpp | #include <Arduino.h>
#include "StringModule.h"
String s;
String key;
StringModule::StringModule(String base)
{
s = base;
}
boolean StringModule::Contains(String search) {
int endP = search.length();
int maxP = s.length() - endP;
for (int i = 0; i <= maxP; i++) {
if (search.equalsIgnoreCase(s.substring(i... | [
"wuyangcanada@hotmail.com"
] | wuyangcanada@hotmail.com |
dca2c068c92eccd97fb761b8e8fbf34e2ffe3800 | 2c1451724d861cadf0eb0ca1d0ad0ecfb34c5ea2 | /Fall Project 2016/player.h | 47ad1416deafe7538516e80407b4d5d29f2fb1fe | [] | no_license | Qi-Ye-079/Board-Game---CSI2372 | dec570488323700592ba7c1faf8ebbbb05fd2819 | ce1bfc702a8d444bcffb3729abc7d3f41c4e5365 | refs/heads/master | 2020-03-29T07:14:32.934694 | 2018-06-20T17:20:48 | 2018-06-20T17:20:48 | 149,658,223 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,614 | h | #pragma once
#ifndef PLAYER_H
#define PLAYER_H
#include <string>
#include <iostream>
#include <array>
#include "hand.h"
#include "chain.h"
class Player {
/**
* The player's name
*/
std::string name;
/**
* The player's current coins
*/
int currentCoins = 0;
/**
* The player's hand
*/
Hand* hand;... | [
"qye079@uottawa.ca"
] | qye079@uottawa.ca |
d078e6f055486c36cecaeb71f46196ccf0587718 | 4b6d644c53fc91251f692aaf24cba45674cf8516 | /source/DLLs/Kernel32/Handle.h | dfc15b4f56caef7472c58f76196050c1ee4a78c1 | [] | no_license | HaikuArchives/ExeCoffSky | 7ae548bc8b8fb5973b4897312fffc1099de6c9a1 | 90dcaba5b34174117dbdcd97d571839d3f37621d | refs/heads/master | 2020-05-19T17:39:10.556325 | 2014-07-31T19:01:59 | 2014-07-31T19:01:59 | 13,043,295 | 4 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,810 | h | /* --------------------------------------------------------------------------------------------
* ExeCoffSky for BeOS
* (C) 2000 とよしま
* $Id: Handle.h,v 1.1 2003/05/01 02:57:16 toyoshim Exp $
* --------------------------------------------------------------------------------------------
* [Handle.h]
* CloseHan... | [
"ajcsweb@gmail.com"
] | ajcsweb@gmail.com |
a1ff09a14de9f343e1eee886a32de995abbeab77 | ff2369f91b791fb35bdff1cceb053689eb7fbed0 | /leela-control/configurations/types/TcpMessageEnvelope.hpp | 761f94ca9a4b6f502f209717df117cded7532b3c | [] | no_license | shenjunHZ/Leela_Control_Demo | 0c894eb3254baf570f0001c0c3faac8279d4393e | 2669c5d87db458338be32a76dd4e4dd9dfcf79da | refs/heads/master | 2022-11-22T00:10:26.955044 | 2020-07-27T01:15:30 | 2020-07-27T01:15:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 315 | hpp | #pragma once
#include <functional>
namespace configurations
{
namespace types
{
using RespCallback = std::function<void(const std::string&)>;
struct TcpMessageEnvelope
{
std::string payload;
int socketFd;
RespCallback callback;
};
} // namespace types
} // namespace sockets | [
"shenjun_hz@163.com"
] | shenjun_hz@163.com |
d0dd02a25b64d92be1371e3ca8a98878887528e4 | 5dda2974cd9542981074816fe39d5b30c2a17c2d | /Src/Math/Vector.cpp | ab1f5222413a4fde9e2edde5a1d98d0395a83487 | [] | no_license | MergeCommits/COMP371-Assignment2 | f40ad1227c61d1ce5a27123bf933eb29f5c97509 | 503bafc1ef9497a212988556f23cd0c8f1dad18a | refs/heads/master | 2022-03-01T08:38:29.393011 | 2019-10-27T16:39:39 | 2019-10-27T16:39:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,272 | cpp | #include <math.h>
#include "Vector.h"
const Vector2f Vector2f::zero = Vector2f(0.f,0.f);
const Vector2f Vector2f::one = Vector2f(1.f,1.f);
Vector2f::Vector2f() {
x=0.f; y=0.f;
}
Vector2f::Vector2f(float s) {
x = s; y = s;
}
Vector2f::Vector2f(float ix,float iy) {
x = ix; y = iy;
}
float Vector2f::leng... | [
"markjarjour@gmail.com"
] | markjarjour@gmail.com |
5cfa4e5c6f9a0834ea6bbb89f59a8be88f58b067 | 792f2ee67210556f224daf88ef0b9785becadc9b | /atcoder/ABC/024D.cpp | e7aec6dae53b4099d1c29542324db1af3282a3d6 | [] | no_license | firiexp/contest_log | e5b345286e7d69ebf2a599d4a81bdb19243ca18d | 6474a7127d3a2fed768ebb62031d5ff30eeeef86 | refs/heads/master | 2021-07-20T01:16:47.869936 | 2020-04-30T03:27:51 | 2020-04-30T03:27:51 | 150,196,219 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 938 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <iomanip>
#include <map>
#include <queue>
static const int MOD = 1000000007;
using ll = long long;
using u32 = unsigned;
using namespace std;
template<class T>
constexpr T INF = ::numeric_limits<T>::max() / 32 * 15 + 208;
template<typ... | [
"firiexp@PC.localdomain"
] | firiexp@PC.localdomain |
aa61a74c2934a622f739207fca5aafc48d872969 | be8b9231c92e6c184f0692c92df9667be3770cb1 | /Musical_Instruments_2017_2018/Musical_Glove/OLD CODE/gloves/Gloves_R/teensy/avr/libraries/TimeAlarms/TimeAlarms.cpp | 8ff4017432217a950fdf6d777863cdeaec08af63 | [
"MIT"
] | permissive | Pocketart/typhoonclawvex | def0f4a607c90b1bafb180466dfa12ddd8a480c1 | eb4b523c13541b2b9136d32259bd0399b46a289e | refs/heads/master | 2021-09-15T07:26:07.218099 | 2018-05-07T02:20:15 | 2018-05-07T02:20:15 | 105,268,399 | 4 | 3 | MIT | 2018-05-04T17:30:49 | 2017-09-29T12:12:32 | C++ | UTF-8 | C++ | false | false | 9,057 | cpp | /*
TimeAlarms.cpp - Arduino Time alarms for use with Time library
Copyright (c) 2008-2011 Michael Margolis.
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 th... | [
"henry012007@gmail.com"
] | henry012007@gmail.com |
afdc0bd9c7a83036165d18b9e34e89bdf3dd569c | 46d9064597fe486d5c29a1dde763be59f6ccf6ce | /GameAnalyticsInterface.h | 8dc01f4e52b0f543d7ee3317f9199d1971ba42f7 | [
"MIT"
] | permissive | DaniM/game-analytics-win8 | 4782a83effe783a59de818c62ad428af2ebe5de5 | 651b7bb6f8dc053213f6b9ae65452d91130b7795 | refs/heads/master | 2021-01-21T03:01:58.909958 | 2015-02-09T21:27:23 | 2015-02-09T21:27:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,711 | h | #pragma once
#include <map>
#include <memory>
#include <string>
#include "GameAnalyticsErrorSeverity.h"
#include "GameAnalyticsUserData.h"
namespace GameAnalytics
{
class GameAnalyticsInterface
{
public:
// Initializes a new instance of the GameAnalytics interface
// for the game with the specified game key a... | [
"dev@npruehs.de"
] | dev@npruehs.de |
b17efd9ec58873db48112dae39d8d64d2f99c764 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5634697451274240_0/C++/sourcedark/B.cpp | e1d33e2426f2da553541926ed8df21da8c7631d7 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,417 | cpp | #include <iostream>
#include <string>
#include <algorithm>
#include <iomanip>
#include <vector>
#include <map>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <queue>
using namespace std;
/* --------------------------------- */
#define ios ios_base::sync_with_stdio(false)
template<... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
e6fcf3e709c2b5051348fbf57d5db83bd31d3780 | 2f183773b17a7a4c05d0aeaed2d18696e6970cc3 | /ipf/Process/ipfModelerProcessChildRasterInfoPrint.h | 3bfdde857a523900f8d75b5521dfec1a799cbd9b | [] | no_license | RenShuYuan/IPF | 64eca41c0b2c4bed1c71b4f6bb1b5bc60272dbb2 | 14a0167e92639c9cabedb5b82b19da0d8d5a51ed | refs/heads/master | 2020-04-19T21:59:37.136430 | 2019-05-13T09:08:15 | 2019-05-13T09:08:15 | 168,457,230 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 734 | h | #ifndef IPFMODELERPROCESSCHILDRASTERINFOPRINT_H
#define IPFMODELERPROCESSCHILDRASTERINFOPRINT_H
#include "ipfModelerProcessOut.h"
class ipfModelerRasterInfoPrintDialog;
class ipfModelerProcessChildRasterInfoPrint : public ipfModelerProcessOut
{
public:
ipfModelerProcessChildRasterInfoPrint(QObject *parent, const QS... | [
"y15496439@gmail.com"
] | y15496439@gmail.com |
b2c7cbaeba8057768a5faa35ab286e6709c21539 | 7aa1743c918b482a27dc843173b6bab05b511e21 | /C++_3/2_rvalue.cpp | 0a6d7084ac9dd2362e5283edbc46fe46cf6d31e6 | [] | no_license | RealChaser/Cpp_Lecture | 7021be1b1f02c9f62f83db5a14885b8d8f34ebbb | b947bb6defdad4bb1c598c2c39a4d7f05cfc50de | refs/heads/master | 2021-06-24T18:20:14.247040 | 2020-02-22T14:11:24 | 2020-02-22T14:11:24 | 91,180,286 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 693 | cpp | // 2_rvalue - 46 page
int x = 10;
int foo() { return x; }
int& goo() { return x; }
// 46 page
// lvalue : =의 왼쪽과 오른쪽에 모두 올수 있다.
// 이름이 있다.
// 단일식을 넘어서 메모리 존재
// &로 주소를 구할수 있다.
// 참조리턴하는 함수
// rvalue : =의 오른쪽에만 올수 있다.
// 이름이 없다.
// 단일식에서만 존재.
// &로 주소를 구할수 없다.
// 값리턴 함수. 임시객체, Literal(10, 3.4등의 상수)
... | [
"realchaser86@gmail.com"
] | realchaser86@gmail.com |
4c6fd50bfa1592afb9343ba56e2ec6c52cf59203 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_new_hunk_296.cpp | 3597375430beb0b11c4991b3c05e82bbc80a1ee6 | [] | 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 | 313 | cpp | }
if(c) {
char *format_ptr;
fputs("# Netscape HTTP Cookie File\n"
"# http://curl.haxx.se/rfc/cookie_spec.html\n"
"# This file was generated by libcurl! Edit at your own risk.\n\n",
out);
co = c->cookies;
while(co) {
format_ptr = get_netscape_format(co);
| [
"993273596@qq.com"
] | 993273596@qq.com |
dbd0820bcbd6ae7f0cd5a0d0483984ca9df2a037 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14296/function14296_schedule_21/function14296_schedule_21.cpp | 8019f192e1bf5edf90685e80559f95252aa29169 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,228 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14296_schedule_21");
constant c0("c0", 64), c1("c1", 128), c2("c2", 64), c3("c3", 64);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i3("i3", 0, c3), i01("i01"), i02("i02"), i03("i0... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
f766c128e33ae86a84de050269a171f09fc475ac | 413a1d85f164ab38ef876452ac3c363f9df058c4 | /wiki_app/venv/lib/python3.5/site-packages/lucene-8.1.1-py3.5-linux-x86_64.egg/lucene/include/org/apache/lucene/document/LatLonDocValuesField.h | 2a76d0ba3654759e57f8dfa45666f68201122253 | [] | no_license | prateek68/Wikipedia-Online-Content-Comparison | 18d53e3456e2d7aa6eb67629c2ea1c79b7d8be4d | 77d54b99881558b3195190740ba1be7f8328392b | refs/heads/master | 2020-12-26T11:58:18.903011 | 2020-02-02T09:55:37 | 2020-02-02T09:55:37 | 237,495,848 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,786 | h | #ifndef org_apache_lucene_document_LatLonDocValuesField_H
#define org_apache_lucene_document_LatLonDocValuesField_H
#include "org/apache/lucene/document/Field.h"
namespace java {
namespace lang {
class String;
class Class;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace doc... | [
"prateek16068@iiitd.ac.in"
] | prateek16068@iiitd.ac.in |
941c9c369ca4b79c5607e74d65b9125a31d0c02b | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /third_party/blink/renderer/modules/wake_lock/worker_navigator_wake_lock.h | c7bc84e84cf445a71c7cc439748b0ddfff5d6ce0 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 1,190 | h | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_WAKE_LOCK_WORKER_NAVIGATOR_WAKE_LOCK_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_WAKE_LOCK_WORKER_NAVIGATOR_W... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
5c7b1bfe028036d488de6a0b4d43a1b0d8e8878a | a2111a80faf35749d74a533e123d9da9da108214 | /raw/pmsb13/pmsb13-data-20130530/sources/fjt74l9mlcqisdus/2013-04-18T11-06-05.504+0200/sandbox/my_sandbox/apps/tutorial_23/tutorial_23.cpp | 6a4f418612cc363cf6d8c4ff0f41a4b2c1b0cc04 | [
"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 | 319 | cpp | #include <seqan/sequence.h>
using namespace seqan;
using namespace std;
int main(){
String<String<int>> x;
String<int>y;
append(y,1);
append(y,2);
append(y,3);
append(x,y);
String<int>z;
append(z,1);
append(z,2);
append(z,3);
append(z,4);
append(x,z);
cout<<x[0]<<endl;
return 0;
} | [
"mail@bkahlert.com"
] | mail@bkahlert.com |
22634e84bd0e03e93805dd93653e2c75dd5b1dcb | 76e3ffcd9c356dceb9208dc035173530e0d58c1e | /sources/LycanthEngine/LycanthEngine/Src/Framebuffers.hpp | 192db77b8d6ff2045c5ed343b9e527b04b2b169e | [] | permissive | Euxiniar/LycanthEngine | 62913c4c279b403070a78fc47ef469b0901502b3 | d4c962ddbbb2123778dbb4e1e3104c86eb57f768 | refs/heads/master | 2020-03-07T22:20:18.128234 | 2018-11-02T12:51:55 | 2018-11-02T12:51:55 | 127,751,217 | 0 | 0 | MIT | 2018-11-02T12:51:56 | 2018-04-02T12:09:31 | C++ | UTF-8 | C++ | false | false | 578 | hpp | #pragma once
#include <wrappers/framebuffer.h>
#include "Renderer.hpp"
#include "Prerequisites.hpp"
#include "Swapchain.hpp"
#include <array>
#include <misc/framebuffer_create_info.h>
namespace Ly
{
class Framebuffers
{
public:
static std::unique_ptr<Ly::Framebuffers> create(Ly::Renderer& renderer, Ly::Swapchain&... | [
"charles.ago37@gmail.com"
] | charles.ago37@gmail.com |
b18d796f147be1105700d33defdfac5e89fca00e | 157d0810d40bbb165889f946566346663cf5b22f | /C++ for Everyone, 2nd Ed, Horstmann/Chapter1/P1-2.cpp | c9c763f2488736013bb7b8acd256e196d382c2bd | [] | no_license | dg5921096/Books-solutions | e6ccdcaba0294bdc95e2267723a02d2ba090cb10 | 31bb4bba240bf95aafeb6d189eade62c66a1765a | refs/heads/master | 2021-12-09T16:07:47.756390 | 2021-11-14T07:09:25 | 2021-11-14T07:09:25 | 255,447,147 | 0 | 0 | null | 2020-04-13T21:39:02 | 2020-04-13T21:39:01 | null | WINDOWS-1252 | C++ | false | false | 506 | cpp | // Write a program that prints the message, “Hello, my name is Hal!” Then, on a new
// line, the program should print the message “What would you like me to do ? ” Then
// it’s the user’s turn to type in an input.
#include<iostream>
#include<string>
using namespace std;
int main()
{
cout << "Holla, my name is Ha... | [
"syndbe@gmail.com"
] | syndbe@gmail.com |
5d1fff70c06cc11da141871ebdd9485618e84133 | 9a4ce1af95a2c1b6dd5a9e101bad5da0ebf1f983 | /00.Kompendium_C++/Exempel/v3.0/kap11ex/runner.cc | 9573b39bd6b9c5abed01670641f6b0f4eb9ed90f | [] | no_license | tnordenmark/UU | 4e90c0fdf95fdf07057ef00c201b9d6cdbb5aaa8 | b2bd400f07de9919fba7d17178a5d30a88d30ee5 | refs/heads/master | 2016-09-06T04:22:09.951390 | 2013-12-02T21:07:32 | 2013-12-02T21:07:32 | 14,874,820 | 2 | 4 | null | null | null | null | ISO-8859-1 | C++ | false | false | 870 | cc | // Filnamn : .../runner.cc
#include <iostream>
#include <string>
#include "sportsman.h"
#include "runner.h"
using namespace std;
runner::runner() : sportsman() {
conditionIndex = 0;
cout << "Välkommen runner " << fname << endl;
}
runner::runner( string fn, string ln,
string br, int nfp, double ci )
: sport... | [
"t.nordenmark@gmail.com"
] | t.nordenmark@gmail.com |
91a4c220b2931e4402f6db44a9762a1791926d8a | 08d3b7a3ae96d96630ffa198b7ced8c2cf5e49d3 | /ActiveDirectory/sidcloner/SIDCloner - add sIDHistory from PowerShell/C++/AssemblyInfo.cpp | 8ac27c8951b4c69bbda2ca8aa5468a8c7cfb6bf7 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | BertMueller18/Powershell_Functions | d5c95ae4368ff31cf83c6240aaa567695e94c592 | a5a94b37887a1201df4857dfe09d98e6909709ff | refs/heads/master | 2021-09-02T04:19:15.735342 | 2021-08-11T21:06:26 | 2021-08-11T21:06:26 | 15,676,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,296 | cpp | #include "stdafx.h"
using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;
//
// General Information about an assembly is controlled through the following
// set of ... | [
"jan@imac.fritz.box"
] | jan@imac.fritz.box |
5fe3b985158647972139331fb827ef959733706d | ba9aef6b97c46d9a314b21857c836438a6d91aa1 | /SLP-dev/SubDir/Operand.h | edb037b2e41bfaa2e2cfeae0fbd8024258d0359e | [] | no_license | matthewniemerg/b2 | f92ac9fbe10558bd9f10de6dbd4c57c28cd0e8de | c4fdf3855b8ece3c530c7d87d4c9adbce413e5a5 | refs/heads/master | 2021-01-18T14:44:03.165135 | 2014-04-15T17:02:13 | 2014-04-15T17:02:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 444 | h | //
// Operand.h
// Bertini2
//
// Created by James Collins on 11/19/13.
// Copyright (c) 2013 James Collins. All rights reserved.
//
#ifndef __Bertini2__Operand__
#define __Bertini2__Operand__
#include <iostream>
class Operand
{
protected:
bool isLeaf;
public:
int IsLeaf() { return isLeaf;};
vir... | [
"matthewniemerg@Matthews-MacBook-Pro-2.local"
] | matthewniemerg@Matthews-MacBook-Pro-2.local |
5b3952b625ace9caa3ee4bddc7c818837eb0c56b | c1ff870879152fba2b54eddfb7591ec322eb3061 | /plugins/languageAPI/jsAPI/3rdParty/nodejs/10.1.0/source/deps/v8/src/base/ieee754.h | 72f3db15ef22afa6004b4fad945bc285beb4d0a6 | [
"LicenseRef-scancode-free-unknown",
"MIT",
"ISC",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"Artistic-2.0",
"NAIST-2003",
"BSD-3-Clause",
"Zlib",
"NTP",
"LicenseRef-scancode-openssl",
"ICU",
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-unknown-license-reference",
"bzip2... | permissive | MTASZTAKI/ApertusVR | 1a9809fb7af81c3cd7fb732ed481ebe4ce66fefa | 424ec5515ae08780542f33cc4841a8f9a96337b3 | refs/heads/0.9 | 2022-12-11T20:03:42.926813 | 2019-10-11T09:29:45 | 2019-10-11T09:29:45 | 73,708,854 | 188 | 55 | MIT | 2022-12-11T08:53:21 | 2016-11-14T13:48:00 | C++ | UTF-8 | C++ | false | false | 2,546 | h | // Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_BASE_IEEE754_H_
#define V8_BASE_IEEE754_H_
#include "src/base/base-export.h"
namespace v8 {
namespace base {
namespace ieee754 {
// Return... | [
"peter.kovacs@sztaki.mta.hu"
] | peter.kovacs@sztaki.mta.hu |
4963fd0e4bdc3384f3cfa6923f077712c6e11c9d | 7ff4989ff2511de2b7b87d194491218c123ef4ca | /src/script/ScriptFunctions.cpp | f6fd1864976f832dc9dc51b11a663185a2627754 | [
"MIT"
] | permissive | stamhe/xbtc | 8c4ca6c213f17ffab076e4515d521c715b36c76b | 243c29574651d4365cd5313b75043463afc80950 | refs/heads/master | 2020-04-22T15:12:24.467179 | 2018-05-17T02:51:32 | 2018-05-17T02:51:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,224 | cpp | #include "ScriptVM.hpp"
#include "ScriptFunction.hpp"
#include "Script.hpp"
#include "util/Hasher.hpp"
#include <xul/io/data_input_stream.hpp>
#include <xul/io/data_encoding.hpp>
#include <xul/crypto/hasher.hpp>
#include <xul/util/singleton.hpp>
#include <xul/std/strings.hpp>
#include <xul/log/log.hpp>
namespace xbt... | [
"kkcmp@163.com"
] | kkcmp@163.com |
41d4b39d449ff614f849e7959ec1aecac5f017b0 | a993ff61aa3790cbb5ae884f992f8ddd29ee73ff | /ImageSimulation/Layers32/DialogNoise.cpp | 15d85c5be5a67597e4fcba832f11316f0868ceff | [] | no_license | obisan/Multislice | ebf76eaeb2f66996e165a9592321f6f790b47ac0 | e2a5f2f1d6f8049ec3c459dbdba71a8d1db41593 | refs/heads/master | 2021-01-01T17:05:47.762985 | 2015-02-26T04:56:04 | 2015-02-26T04:56:04 | 19,202,982 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,456 | cpp | // DialogNoise.cpp : implementation file
//
#include "stdafx.h"
#include "layers32.h"
#include "DialogNoise.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDialogNoise dialog
CDialo... | [
"dubinets.av@gmail.com"
] | dubinets.av@gmail.com |
0c5ae2b069ce3ce27d5aee92054619c324aa4320 | 6bae8050966a723c748f5662e218f91c23d55cac | /menu.cpp | fd5482797e2104768ad4be4625e578d87d186308 | [] | no_license | anukq/PsychTool | b42b1a76601c11616d97512ec37f9afd3e35b5b1 | ebb1ae27258a56dd53f91634ee5e690bb59235dc | refs/heads/master | 2023-07-21T01:11:46.774006 | 2020-05-15T01:01:03 | 2020-05-15T01:01:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,011 | cpp | #include "menu.h"
#include "ui_menu.h"
#include <QTextStream>
#include <QDebug>
Menu::Menu(QWidget *parent) : QDialog(parent),
ui(new Ui::Menu)
{
ui->setupUi(this);
}
Menu::~Menu()
{
delete ui;
}
void Menu::on_Button_Close_clicked()
{
this->close();
}
/*
QString Menu::getRandomSeedText(void)
{
... | [
"git@jamieacharya.com"
] | git@jamieacharya.com |
798ea4ceb05cf6ca36e78cfdf99bdaa4ecaec53d | dc523f782531ef9aaf6b339c6bc4fe5135022454 | /source/main.cpp | 65edd05d7d80607e01c1335b305a8a249fe58b32 | [] | no_license | genius92606/OpenGL-simple-obj-loading | 21f486791c627e4101fc4fcddb0490d94e87f685 | 0aac8f7cb3980684fd86517f59691d87e398fa65 | refs/heads/master | 2020-05-01T05:00:43.591283 | 2019-03-23T13:03:34 | 2019-03-23T13:03:34 | 177,289,168 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 10,746 | cpp | /*
CG HW1
Please fill the functions whose parameters are replaced by ... in the following function
static int add_obj(unsigned int program, const char *filename)(line 140)
static void render() (line 202)
For example : line 156 //glGenVertexArrays(...);
*/
#include <iostream>
#include <cstdlib>
#include <string>
#i... | [
"martin33156@gmail.com"
] | martin33156@gmail.com |
0c7e4bbcf2ace74fe99264efc9f5029bf3a85ab0 | aade1e73011f72554e3bd7f13b6934386daf5313 | /Contest/AsiaEast/Guilin2021/H.cpp | b3815c75b9091170eecd08e4e3d1485853c91153 | [] | no_license | edisonhello/waynedisonitau123 | 3a57bc595cb6a17fc37154ed0ec246b145ab8b32 | 48658467ae94e60ef36cab51a36d784c4144b565 | refs/heads/master | 2022-09-21T04:24:11.154204 | 2022-09-18T15:23:47 | 2022-09-18T15:23:47 | 101,478,520 | 34 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 3,268 | cpp | #pragma GCC optimize("Ofast", "unroll-loops")
#include <bits/stdc++.h>
using namespace std;
constexpr int kN = 500'000 + 123;
constexpr int kB = 30;
int jump[kB][kN][2];
int to[kN][2];
int64_t used[kB][kN][2];
int nxt[kN][2];
int fail[kN];
int l[kN], r[kN], pos[kN];
char buf[kN];
int64_t cnt[kN];
int Read() {
char ... | [
"tu.da.wei@gmail.com"
] | tu.da.wei@gmail.com |
ca66c24ddef761a74dfadd7f870a0af85cfa6225 | 94a88c9cb36803c36eeff0fad57689e5fe76cab1 | /Qt/NLP_CHEN/nlp_test.cpp | 1d738b9c9741064946f143b8b82bd86a172462db | [] | no_license | YFCbingyi/test_own | c5e38842765831dcc6c45e3181f370083877fc7f | 8b5461deceeb0b64ef8b571796a017ee532be429 | refs/heads/master | 2021-07-19T19:15:56.742920 | 2020-10-29T02:32:49 | 2020-10-29T02:32:49 | 225,312,122 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 712 | cpp | #include "nlp_test.h"
#include "debug_log.h"
nlp_test::nlp_test()
{
}
void nlp_test::run()
{
LOG(INFO) << "run _ ";
int i = 10;
try
{
thread1 = std::thread(&nlp_test::_func1_,this);
thread2 = std::thread(&nlp_test::_func1_,this);
thread3 = std::thread(&nlp_t... | [
"“lighty_chen@163.com”"
] | “lighty_chen@163.com” |
cc7a913e190fbae8d8965472707aed61dddff431 | 64252bc56b696143057e04e45cabf33977e1e389 | /SDJGameFramework/Component.cpp | 32b7538f34345297157634377aaae26ddcfc7607 | [] | no_license | jayong93/SDJGameFramework | 183e59e369880a2f7c7ad0e2af7d0b7817afef1b | 0755913563025fd28f4ee74fb9b7b206715070a5 | refs/heads/master | 2021-01-19T22:34:01.162505 | 2017-08-25T12:05:11 | 2017-08-25T12:05:11 | 101,254,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 70 | cpp | #include "stdafx.h"
#include "Component.h"
#include "ObjectManager.h"
| [
"jayong93@gmail.com"
] | jayong93@gmail.com |
f6ba708df1fffac7c41e4a5f0a291ff47f03ed76 | 27046ecc4b9a8e8d15890691f552440957d25fb6 | /Classes/cgw/WayPoint.h | a867ad31d90767cd68b229c8961b16a794a088ee | [] | no_license | pototao/DefenseTest | def94db1960f2618b5bc2439df5b67148c91180b | 289406d1e9e63fc47ca71593751ce213cb56de78 | refs/heads/master | 2021-01-18T14:10:26.311985 | 2013-05-15T02:09:47 | 2013-05-15T02:09:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 212 | h | #ifndef __TowerDefenseCCX__WayPoint__
#define __TowerDefenseCCX__WayPoint__
#include <iostream>
#include "cocos2d.h"
class WayPoint:public cocos2d::CCNode{
};
#endif /* defined(__TowerDefenseCCX__WayPoint__) */
| [
"classic2008olympic@163.com"
] | classic2008olympic@163.com |
4a413c6e9c16539be3ac1e2abd31a39df2a2b839 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/35/2200.c | 86f84e44c187aaa3d5473acbe4119556b7eedaf4 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 522 | c | int main()
{
int i,j,n,m,a[8][8],max[8],b[8],k;
scanf("%d,%d",&n,&m);
for(i=0;i<n;i++)
for(j=0;j<m;j++)
scanf("%d",&a[i][j]);
for(i=0;i<n;i++)
{max[i]=a[i][0];
b[i]=0;
for(j=0;j<m;j++)
{
if(a[i][j]>max[i])
{ max[i]=a[i][j];
b[i]=j;}
}
}
... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
e1c465f4cf169aeb7075c8c98fea88e520c8ada4 | 65ff42353c2dafede6ec9f4062e2aa3597cce0c9 | /io_test/io_client.cc | 4366cbee84cba81aaa92293aa17d0f349c5b2fa1 | [] | no_license | monty-pavel/indexfs_old | aef5fdbc6e3d4e81d15a170b70f58bccd7a55fdd | 622169a8af1c80e7de7648a9ee6f874af919200c | refs/heads/master | 2020-09-04T04:16:04.097276 | 2015-01-12T20:26:27 | 2015-01-12T20:26:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,898 | cc | // Copyright (c) 2014 The IndexFS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#include <mpi.h>
#include <time.h>
#include <sstream>
#include <gflags/gflags.h>
#include "io_client.h... | [
"zhengqmark@gmail.com"
] | zhengqmark@gmail.com |
9fe7de8ef41b3b57c76aa5111abb4fc5be98acd6 | 491cae9ea6b7853cafbd309299eaf55f7e1c8cba | /komallab4.cpp | 50e55354126d1098f78a65c95b797267b4553eb1 | [] | no_license | komalpreet9932/kkaur | 20fdfb78b83eafdad9cc78d0dada0999dae9c42e | 1a4bb99963ac7b0bde6f9e28d1d76244caf65add | refs/heads/master | 2020-03-30T20:57:13.785244 | 2018-10-04T17:37:30 | 2018-10-04T17:37:30 | 151,611,411 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,383 | cpp | #include <iostream>
#include <string>
#include <sstream>
// Include the library that will allow you to convert from string to integer
int main()
{
int i,j,k,l;
/*-------------------------------
PART 1 - Reading multiple integers
--------------------------------*/
std::cout << std::endl << "=================... | [
"36015240+deeplove5905@users.noreply.github.com"
] | 36015240+deeplove5905@users.noreply.github.com |
82f4084b6799f559e920c7905a52e2bd5513b474 | f6f58e522207ee0735d2dcd5c40e25f3729322f2 | /I2C/I2C.ino | 848c1a572314b84206a5a24051757989f7dbf6cf | [] | no_license | ChesangFelister/Electronic_s | 1b6103ce78a5445d01de739d81a068bcd80afe5a | 71e45c5aea475c5ce02c65adb2767e2f3a73b183 | refs/heads/master | 2020-09-05T00:04:12.712019 | 2019-11-06T06:41:57 | 2019-11-06T06:41:57 | 219,929,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 320 | ino | #include<Wire.h>
#include<LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,20,4);
//20,4
void setup() {
lcd.init();
lcd.backlight();
Serial.begin(9600);
}
}
void loop() {
if(Serial.available())
{
delay(1000);
lcd.clear();
while(Serial.available()>0){
lcd.write(Serial.read());
}
}
| [
"student"
] | student |
88cab975f56662b71b595896469c4fdd1542e00a | 183b723d37345cc7f08c1ee48188c882ec374d68 | /SdrDevice.h | fd2d163f9b9e6f5121ce2e82695b44bc792473ea | [] | no_license | jcmaeso/LimeSDR-Test | 5c543fb676030283e6f795b22700e36b8d188b1b | 56f1ab39c5381a835188c948940a190c911ac671 | refs/heads/master | 2020-12-15T15:25:15.009016 | 2020-01-20T17:15:59 | 2020-01-20T17:15:59 | 235,155,483 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,792 | h | //
// Created by calata on 1/03/19.
//
#ifndef LIMESUITERX_SDRDEVICE_H
#define LIMESUITERX_SDRDEVICE_H
#include "lime/LimeSuite.h"
typedef float samplesBuffer;
class SdrDevice {
public:
SdrDevice(char* serialId, int deviceId);
int EnableRxChannels();
int EnableTxChannels();
int SetRxLOFrecuency(doub... | [
"jorgecmaeso@gr.ssr.upm.es"
] | jorgecmaeso@gr.ssr.upm.es |
65e29b2bc931bdbebd62bf6475c2c42dd277c95a | 0641d87fac176bab11c613e64050330246569e5c | /tags/coll-prototype/source/i18n/unicode/translit.h | a4a236c099a9fe0c7af213d335aa4b4109698879 | [
"ICU"
] | permissive | svn2github/libicu_full | ecf883cedfe024efa5aeda4c8527f227a9dbf100 | f1246dcb7fec5a23ebd6d36ff3515ff0395aeb29 | refs/heads/master | 2021-01-01T17:00:58.555108 | 2015-01-27T16:59:40 | 2015-01-27T16:59:40 | 9,308,333 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 55,545 | h | /*
* Copyright (C) 1999-2001, International Business Machines Corporation and others. All Rights Reserved.
**********************************************************************
* Date Name Description
* 11/17/99 aliu Creation.
****************************************************************... | [
"(no author)@251d0590-4201-4cf1-90de-194747b24ca1"
] | (no author)@251d0590-4201-4cf1-90de-194747b24ca1 |
cbb7e04a2f40fa5e17811772b00c5a13da976c0b | a2fd3f4bb49eebfa011a85eab417f0080b1eec0e | /Source/Balanca/DataStructure.cpp | 78eeea2351239f0ac87ebc39acaf68013757b2d5 | [] | no_license | grecabral/starmines | badf04be9640859dacac9a46079d76edd92edbec | c9e050cd36f9a12a4276f4e42d4852bed6d6fa90 | refs/heads/master | 2022-12-12T08:27:17.274836 | 2017-11-08T12:12:25 | 2017-11-08T12:12:25 | 294,151,147 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 201 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "Balanca.h"
#include "DataStructure.h"
DataStructure::DataStructure()
{
}
DataStructure::~DataStructure()
{
}
| [
"csf2@cin.ufpe.br"
] | csf2@cin.ufpe.br |
5107e3afcba0bdcc1cc7733d3bb35ceae92b9f95 | 50a8a3fe0fdffb4141b12b0ee73363f218efc222 | /src/ngap/ngapIEs/GNB-ID.cpp | 0e49796d7388808323b0bf91ca698f91e6c5b8dd | [] | no_license | dukl/fake_gnb | f89972ad50c6a50e620fe8590cece7200d2560da | b6f772e8fb82c61a9949a4f4c317637d97c36fb6 | refs/heads/master | 2022-12-07T21:55:26.285263 | 2020-08-27T07:11:37 | 2020-08-27T07:11:37 | 290,703,480 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,668 | cpp | #include "GNB-ID.hpp"
#include <iostream>
using namespace std;
namespace ngap{
GNB_ID::GNB_ID(){}
GNB_ID::~GNB_ID(){}
void GNB_ID::setValue(uint32_t gnbId)
{
gNBId.id = gnbId;
uint8_t len = 0;
for(uint32_t i = 0x00000001; i<= 0x00000400; i=i<<1,len++)
{
if((i & gnbId))
{
... | [
"du_keliang@163.com"
] | du_keliang@163.com |
126256e59f05fa6be538d55f8e8341df1a2493f9 | 4c25432a6d82aaebd82fd48e927317b15a6bf6ab | /data/dataset_2017/dataset_2017_8_formatted_macrosremoved/kojingharang/8294486_5630967708385280_kojingharang.cpp | c98ef115fbe49396688d36f5baa4e85591a1dccd | [] | no_license | wzj1988tv/code-imitator | dca9fb7c2e7559007e5dbadbbc0d0f2deeb52933 | 07a461d43e5c440931b6519c8a3f62e771da2fc2 | refs/heads/master | 2020-12-09T05:33:21.473300 | 2020-01-09T15:29:24 | 2020-01-09T15:29:24 | 231,937,335 | 1 | 0 | null | 2020-01-05T15:28:38 | 2020-01-05T15:28:37 | null | UTF-8 | C++ | false | false | 2,035 | cpp | #include <algorithm>
#include <iomanip>
#include <iostream>
#include <map>
#include <numeric>
#include <queue>
#include <set>
#include <sstream>
#include <vector>
#include <cassert>
#include <cctype>
#include <cfloat>
#include <climits>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include ... | [
"e.quiring@tu-bs.de"
] | e.quiring@tu-bs.de |
dc62d96870fba89bf101df6fc43ab774bd504115 | 4cf3985b76da8af9b43d96cec1bb72258a6434d4 | /DXEdit/VertexEdit.h | 6482af3ac8515619b44fbbec1bbc2fb0dc298089 | [] | no_license | d16/freefalcon-contrib | 6d235885c1629739d2bc47006c4ec0d1838fa63c | 9995379bd5ed734acfccd30918117c3b3765e5ca | refs/heads/master | 2020-12-24T17:45:02.978021 | 2013-01-17T18:41:28 | 2013-01-17T18:41:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,020 | h | #pragma once
#include "afxwin.h"
#include "afxcmn.h"
// CVertexEdit dialog
class CVertexEdit : public CDialog
{
DECLARE_DYNAMIC(CVertexEdit)
public:
CVertexEdit(CWnd* pParent = NULL); // standard constructor
virtual ~CVertexEdit();
bool EditVertex(CSelectList *List, void **Object, D3DVERTEXEX **Vertex);
void... | [
"pmvstrm@yahoo.de"
] | pmvstrm@yahoo.de |
ffdf5a38604a68836319fcbb1f473d50e42bbb92 | 5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e | /main/source/src/protocols/loops/LoopsFileLoader.hh | 4def6c46887de197f9df460f7e1cca787b9c3244 | [] | no_license | MedicaicloudLink/Rosetta | 3ee2d79d48b31bd8ca898036ad32fe910c9a7a28 | 01affdf77abb773ed375b83cdbbf58439edd8719 | refs/heads/master | 2020-12-07T17:52:01.350906 | 2020-01-10T08:24:09 | 2020-01-10T08:24:09 | 232,757,729 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 2,222 | hh | // -*- 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... | [
"36790013+MedicaicloudLink@users.noreply.github.com"
] | 36790013+MedicaicloudLink@users.noreply.github.com |
5f46d4d68b526ef933906edc7baeef2227c6c817 | c12c8522d04f2a7db0df8dd887004c12c55d0e28 | /C++基础08/6 如何定义一个函数指针/6 如何定义一个函数指针.cpp | 84e5802996d273a807ed9a42806e7f85af3993da | [] | no_license | chicocao/CppBase | b451990fed72c87209f3ab6ea88cc663a504b708 | b4037d954166092305e8e1c2261c7f3316f0676c | refs/heads/master | 2022-02-18T13:08:32.022932 | 2018-12-20T12:59:24 | 2018-12-20T12:59:24 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,146 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include<iostream>
using namespace std;
//定义一个函数
int func(int a, int b) {
cout << "func1" << endl;
return 0;
}
//定义一个函数指针
// C语言中 决定一个函数类型
// 返回值 参数列表
typedef int(FUNC)(int, int);//定义一个函数类型
typedef int(*FUNC_POINTER)(int, int);//定义一个函数指针类型
//如何将一个函数指针当成一个函数参数呢?
void my_function(F... | [
"2467697276@qq.com"
] | 2467697276@qq.com |
772f0aab32b14ad799223fe882a795e5666e77d7 | ee07962fca45a856e147d0b7abd15108e004f9de | /client/src/include/particleSystem.h | ad9f99bb121c87b59cb7f91b9f569b493ecf6217 | [] | no_license | AzP/LudumDare24 | 6dffc42c1b8e75678580682ee6fa902494e3fc9b | 1e8aa09b2b3f5c90191b609b9212f4ebdb0c9a9e | refs/heads/master | 2020-04-09T00:38:46.975544 | 2013-03-03T21:53:42 | 2013-03-03T21:53:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 463 | h | #ifndef PARTICLESYSTEM_H
#define PARTICLESYSTEM_H
#include "device.h"
#include <irrlicht.h>
#include <vector>
using namespace std;
using namespace irr;
class CParticleSystem
{
public:
CParticleSystem(CDevice& device, ITriangleSelector* selector);
void createExplosion(const vector3df&);
private:
//std::vector<... | [
"peter.azp@gmail.com"
] | peter.azp@gmail.com |
5c3532be3d06f25e174d3f319d9db4ae17e3a9fd | 55e664afa0a7744b3f5e813f35c3395307c12456 | /AsteroidGameOpenGL/main.cpp | b06cd163e285daffbd3256de9a5b9e52ffdf3b3f | [] | no_license | FutureProg/AsteroidGameOpenGL | 12cc6080e1ed5b34a72af1a0f2fd74444a1334d0 | 168ddddd756c051621b6e2ff3521bd2c36edc6cc | refs/heads/master | 2016-09-02T05:45:35.861754 | 2015-01-11T21:27:27 | 2015-01-11T21:27:27 | 29,106,684 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 778 | cpp | //
// main.cpp
// AsteroidGameOpenGL
//
// Created by Nickolas Morrison on 2014-11-02.
// Copyright (c) 2014 Nickolas Morrison. All rights reserved.
//
#include <stdio.h>
#include "GameWindow.h"
#include "Entities.h"
int main(int argc, const char * argv[]) {
GLint glfwstatus = glfwInit();
if (glfwstatus ... | [
"nickmorrison09@gmail.com"
] | nickmorrison09@gmail.com |
2151a7d989ca17793a03260471b1480a23a7d4a1 | 2fa764b33e15edd3b53175456f7df61a594f0bb5 | /appseed/aura/aura/node/macos/macos_main.cpp | 2ef79eae594ca1276fa033499a7f2aa5e6ed7174 | [] | no_license | PeterAlfonsLoch/app | 5f6ac8f92d7f468bc99e0811537380fcbd828f65 | 268d0c7083d9be366529e4049adedc71d90e516e | refs/heads/master | 2021-01-01T17:44:15.914503 | 2017-07-23T16:58:08 | 2017-07-23T16:58:08 | 98,142,329 | 1 | 0 | null | 2017-07-24T02:44:10 | 2017-07-24T02:44:10 | null | UTF-8 | C++ | false | false | 568 | cpp | #include "framework.h"
#include <crt_externs.h>
CLASS_DECL_AURA int32_t ca2_main();
//CLASS_DECL_BOOT extern fixed_alloc_array * g_pfixedallocaWstring;
//CLASS_DECL_BOOT fixed_alloc_array * new_wstring_manager();
void CLASS_DECL_AURA __cdecl _ca2_purecall()
{
throw simple_exception(::get_thread_app());
}
void ... | [
"camilo@ca2.email"
] | camilo@ca2.email |
4808f28dd6344cafc8271166a39dcd17d48835fc | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /third_party/WebKit/Source/modules/webgl/WebGLContextEvent.cpp | 4be21ce2a8800febcbf0c6b314b2f64fcadde2fd | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | 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,276 | cpp | /*
* Copyright (C) 2010 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condit... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
b43f3cacd24fb8f8fc1ec6bc595a3cc34371ebe9 | 50385efb6781b1cb55c9dcefe3cebdbca6d7e361 | /src/BPmono29.cpp | 1bbeb41ff5fdf14a50436de2817b1a5a521bf01c | [] | no_license | CariadDisplayLibrary/BPmono | 3b639bd5108b827ac93032db572bed62e197e827 | 813c473cdaee288d2666dbdb988aacc35830498a | refs/heads/master | 2022-11-17T17:32:59.830627 | 2020-07-14T16:10:13 | 2020-07-14T16:10:13 | 102,229,463 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 125,636 | cpp | #include <BPmono.h>
namespace Fonts {
const uint8_t BPmono29[] = {
33, 12, 32, 127, 4,
17,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... | [
"matt@majenko.co.uk"
] | matt@majenko.co.uk |
ef1d86b788b36953ed1813ff4046667e2b0ec977 | 35780b02ad20850b3df9ab642553c1bdae14bc80 | /AsciiGameV2/AsciiGameV2/Headers/Vector2.h | 94c40543c703208ec83b77e751fabcecff29195e | [] | no_license | Kraghan/AsciiGame | 38f1b4878ba6c471725684ee95cc5cd294c8842d | f53c67e03e818ca2f91c45914255a448f9ee1e26 | refs/heads/master | 2021-09-02T03:14:24.624175 | 2017-12-29T21:58:20 | 2017-12-29T21:58:20 | 105,511,369 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 978 | h | #pragma once
template <typename T>
class Vector2
{
public:
T x;
T y;
explicit Vector2(void);
explicit Vector2(T xx, T yy);
virtual ~Vector2(void);
};
template <typename T>
Vector2<T> operator* (Vector2<T> const& type1, T const& type2);
template <typename T>
Vector2<T> operator* (T const& type1, Vector2<T> co... | [
"madjojo70@live.fr"
] | madjojo70@live.fr |
b92fb66c77cb4c483849ed445e6f5454e773e157 | 4d970b256d83615117e3ffb714f2fee19de2a0cd | /C++做足一百/qz88-TEXT_EDITOR/LINE.CPP | 87f303f7884fc6c52f77a4ca3e54aeeb65526e8e | [] | no_license | liyvwen/CollegeProgram | 10519770af386032a9dc76f5c8927005b6e45a03 | a95c1e7d3794337aa08602d2ecae0ce33b771089 | refs/heads/master | 2021-05-28T07:40:28.733594 | 2014-03-24T15:37:44 | 2014-03-24T15:37:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,702 | cpp | #include <iostream>
using namespace std;
#include "LINE.H"
LINE::LINE(int line_size)
{
if(line_size <= 0)
{
line_size = INIT_LINE_SIZE;
}
this->line_size = line_size;
line_length = 0;
str = new MyString(this->line_size);
}
LINE::LINE(const LINE& x)
{
line_size = x.line_size;
line... | [
"CharellkingQu@gmail.com"
] | CharellkingQu@gmail.com |
e34427a9c9bdac75f005f4bd54c97495d00506c8 | c3a0f82e6d0fb3e8fb49afc042560e5787e42141 | /codeforces/468/B.cpp | ad52d534a2eeeba51ebe0a14bd86ae5b8c40fa6f | [] | no_license | SahajGupta11/Codeforces-submissions | 04abcd8b0632e7cdd2748d8b475eed152d00ed1b | 632f87705ebe421f954a59d99428e7009d021db1 | refs/heads/master | 2023-02-05T08:06:53.500395 | 2019-09-18T16:16:00 | 2020-12-22T14:32:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,875 | cpp | #include <bits/stdc++.h>
#define IOS ios::sync_with_stdio(0); cin.tie(0); cout.tie(0)
// #define int long long
using namespace std;
#define e "\n"
#define endl "\n"
#define Tp template<class T>
#define Tp2 template<class T1, class T2>
#define Tps template<class T, class... Ts>
#define Tps2 template<class T1, class T2, ... | [
"ghriday.bits@gmail.com"
] | ghriday.bits@gmail.com |
baca457dba63dd998840d52152445cb1fda70778 | 01f6085a563b8e080e615c4a71af20dc9d341195 | /include/instruction.h | c1021fd16241b0c09d0b61872ec617bc45e299ac | [
"Apache-2.0"
] | permissive | Chill-Language/ICM | 90f54aa69289fd06e956cbf69d441875bb6f3f47 | a0ee83e5bbd2aef216cc28faa5d5dad36c99d606 | refs/heads/master | 2022-04-07T11:07:44.255757 | 2019-05-06T13:42:44 | 2019-05-06T13:42:44 | 59,800,677 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 8,233 | h | #pragma once
#include "basic.h"
#include "parser/keyword.h"
#include "runtime/typebase.h"
#include "temp-getelement2.h"
namespace ICM
{
namespace Instruction
{
enum Instruction {
begin, end,
sing, // sing a
stor, // stor
list, // list ...
nop, // nop
pti, // pti ...
// Function
call, // ... | [
"hanlengmowang@hotmail.com"
] | hanlengmowang@hotmail.com |
ef12076a5d608414dd2adb880eb72c55d0495d35 | 344d903970d7b4643a5de5467add9755f164cc4f | /ros2_ign_bridge/include/ros2_ign_bridge/factory.hpp | 449fb19f8569a1a93dbc016bbd7a9662523ae7ce | [
"Apache-2.0"
] | permissive | osrf/ros2_ign | 2b082cf94eb20e2f65e15611c13b6d1c1da4916e | 477218f57e07ba644b19dea180f402239dee8f33 | refs/heads/master | 2020-06-30T04:04:45.102480 | 2020-06-15T15:25:57 | 2020-06-15T15:25:57 | 200,718,849 | 6 | 0 | Apache-2.0 | 2020-06-15T15:25:04 | 2019-08-05T19:47:29 | C++ | UTF-8 | C++ | false | false | 3,907 | hpp | // Copyright 2019 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appli... | [
"louise@openrobotics.org"
] | louise@openrobotics.org |
20566807967bdae95d63d5a29402256e5af1e377 | 3670f2ca6f5609e14cce8c31cb1348052d0b6358 | /xacro/gazebo_ros_pkgs/gazebo_plugins/src/gazebo_ros_wheel_slip.cpp | e4abedfebbf0c4fe36cf8954118ba068301e3d74 | [] | no_license | jincheng-ai/ros-melodic-python3-opencv4 | b0f4d3860ab7ae3d683ade8aa03e74341eff7fcf | 47c74188560c2274b8304647722d0c9763299a4b | refs/heads/main | 2023-05-28T17:37:34.345164 | 2021-06-17T09:59:25 | 2021-06-17T09:59:25 | 377,856,153 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,557 | cpp | /*
* Copyright (C) 2017 Open Source Robotics Foundation
*
* 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 appl... | [
"shuyuanhao@cetiti.com"
] | shuyuanhao@cetiti.com |
8cb6c68a9dadaba20bd711b645b529c3c410c9c9 | fa04d2f56c8d4ebfb931968392811a127a4cb46c | /trunk/Cities3D/src/StandardRules/RuleRemoveCity.cpp | af76bce187ff28a36619a2a9f63f78cc95c26825 | [] | no_license | andrewlangemann/Cities3D | 9ea8b04eb8ec43d05145e0b91d1c542fa3163ab3 | 58c6510f609a0c8ef801c77f5be9ea622e338f9a | refs/heads/master | 2022-10-04T10:44:51.565770 | 2020-06-03T23:44:07 | 2020-06-03T23:44:07 | 268,979,591 | 0 | 0 | null | 2020-06-03T03:25:54 | 2020-06-03T03:25:53 | null | UTF-8 | C++ | false | false | 2,878 | cpp | /*
* Cities3D - Copyright (C) 2001-2009 Jason Fugate (saladyears@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)
*... | [
"saladyears@gmail.com"
] | saladyears@gmail.com |
401ba6baed3506a552d4822431d7c101167dd32d | b829632e0c3f954b5d2439926c45f19f0ba273ee | /ROS/devel/include/projectx/Label.h | 0a2ac7fda6beba5b6b50ea77f60a82314170be22 | [] | no_license | kaaninan/ProjectX | bc557b9e959966c914637717dc7186c1e3cae5f3 | 8f0b289fe88a323b690d82e4c20dba06c3a3ea51 | refs/heads/master | 2021-01-21T21:33:19.256604 | 2016-06-05T09:07:55 | 2016-06-05T09:07:55 | 48,510,976 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,913 | h | // Generated by gencpp from file projectx/Label.msg
// DO NOT EDIT!
#ifndef PROJECTX_MESSAGE_LABEL_H
#define PROJECTX_MESSAGE_LABEL_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message_operations.h>
... | [
"kaaninan99@gmail.com"
] | kaaninan99@gmail.com |
18a5d2bac241a16725632afd2ad6649e6d8c79c5 | ab1f3ee37ed5a263f0f77c7acb8dbf4032888df6 | /Battle_Tank/Source/Battle_Tank/Private/TankMovementComponent.cpp | dcbb5e1f9385757991f9cfd06b163ba16a3b9e69 | [] | no_license | mikolicsreka/TankBattle | d23bbd71f54193493687a770eb95e5cf86824188 | c82f2f5d5990e25669061c9b0c3ea5fe3e587a60 | refs/heads/master | 2022-09-05T23:05:14.972418 | 2020-05-27T14:12:23 | 2020-05-27T14:12:23 | 265,258,653 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 1,276 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "TankMovementComponent.h"
#include "TankTrack.h"
void UTankMovementComponent::Initialize(UTankTrack* LeftTrackToSet, UTankTrack* RightTrackToSet)
{
LeftTrack = LeftTrackToSet;
RightTrack = RightTrackToSet;
}
void UTankMovem... | [
"mskyubi@gmail.com"
] | mskyubi@gmail.com |
a585dd28c9a277cda37bc2739bc50f9200d3b136 | fd2b6c755abc4da2887ba444cae6d48940ff9e07 | /dom/media/encoder/fmp4_muxer/ISOMediaWriter.cpp | 0b4449447867d76df55d5679587d2b1066ff2a8a | [] | no_license | janekptacijarabaci/Pale-Moon | 497069fc8f967e1a9acf92cbec5821412bf4bde3 | 4197dba3260021c414b0355ece296e47d5050431 | refs/heads/master | 2021-01-17T22:09:22.101979 | 2018-06-13T16:47:33 | 2018-06-13T16:47:33 | 67,629,079 | 4 | 0 | null | 2016-09-07T17:30:55 | 2016-09-07T17:30:54 | null | UTF-8 | C++ | false | false | 6,208 | cpp | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "ISOMediaWriter.h"
#includ... | [
"git-repo@palemoon.org"
] | git-repo@palemoon.org |
a470444d84deec5fb2d3f18d6660f9f2f1055c01 | ad2fb11144fa9b91cab38a0685447a543c0de6d2 | /Lib/Lexer/Tokens/Instructions/Token_Instruction_Lea.cpp | 3a1580763ebb34881c0a6c356cc0ab84915a6fc1 | [] | no_license | Pyxxil/LC3AS | 53b1ba17cbbe50ba7c2ac64dfb55d8b8e8ee620f | e8f4b755d7c3d0650ed1efda79e6b55741b3a131 | refs/heads/master | 2021-01-01T04:33:16.288512 | 2018-09-07T05:59:32 | 2018-09-07T05:59:32 | 97,195,773 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,357 | cpp | #include "Tokens/Instructions/Token_Instruction_Lea.hpp"
#include <fmt/ostream.h>
#include "Tokens/Token_Immediate.hpp"
#include "Tokens/Token_Label.hpp"
#include "Tokens/Token_Register.hpp"
Lea::Lea(const std::string &instruction,
const std::string &instruction_uppercase, const std::string &t_file,
... | [
"josh.hill189@gmail.com"
] | josh.hill189@gmail.com |
0fe012ddfd96fbad6cab60c978518d085de8ba3b | e29b00487669bdbd26faa33960ba0de83c5d771f | /array_list.cpp | 2f0d1ae55493a35f098a4bd12c0767546bdbf127 | [] | no_license | FeriXue/algorithm | 0a7cd9029dccdb23b3fa0d590f70fb9297fbec50 | adbb74cab749f9fa72298ca72f0d6b00527e9c80 | refs/heads/master | 2023-03-30T22:05:00.201852 | 2021-04-10T04:32:02 | 2021-04-10T04:32:02 | 318,991,219 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,759 | cpp | #include <iostream> ... | [
"2567219039@qq.com"
] | 2567219039@qq.com |
6f0f38cbc93a4b79a7e159b39c65501c448a74ae | 484e9a41584aea505040d885dac9c03f69ab14ba | /April24_Cprojects/april24_3project.cpp | c90cef932812cb07e5218a3892e66c0894d8f926 | [] | no_license | leejinho/c-language | 474495a330c4418602eb2303c7558d4afac8740d | 9cc92718540a9437cfb58d2d706823cde9797368 | refs/heads/master | 2020-07-01T22:52:37.541158 | 2015-06-18T09:02:36 | 2015-06-18T09:02:36 | 34,090,336 | 0 | 1 | null | 2015-05-29T02:28:30 | 2015-04-17T01:39:23 | C++ | UTF-8 | C++ | false | false | 309 | cpp | #include <stdio.h>
void main()
{
int button;
printf("숫자(1-5)를 입력하고 Enter>");
scanf("%d", &button);
switch(button)
{
case 1 : printf("밀크커피\n");
break;
case 2 : printf("프림커피\n");
break;
case 3 : printf("블렉커피\n");
break;
default : printf("코코아\n");
}
}
| [
"leejh2773@naver.com"
] | leejh2773@naver.com |
fbd1176ace81daecf00c4e803c1f7f3aea256218 | abb1eea21e89926b177eae47aa1da6cd8494574b | /05_Command_5/ControlledSystems/Music.hpp | 0fa3615bd84a6568b6f9bd7ac999e3f9178b4f12 | [] | no_license | oleggy-gvz/DesignPatterns_samples | cb4fe897b3f12d137999067292e97fb2c9fc093c | 530242280fb7d283e6432f02b87f6d0282b6bf31 | refs/heads/master | 2020-05-09T22:00:06.523688 | 2019-10-04T04:08:53 | 2019-10-04T04:08:53 | 181,455,313 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 328 | hpp | #ifndef MUSIC_HPP
#define MUSIC_HPP
#include "Commands\ICommand.hpp"
class Music
{
public:
State _state;
void TurnOn()
{
cout << "Music on" << endl;
_state = State::On;
}
void TurnOff()
{
cout << "Music off" << endl;
_state = State::Off;
}
};
#endif // MU... | [
"oleggy.gvz@gmail.com"
] | oleggy.gvz@gmail.com |
e2fd9ebc6ad588e0fb31795c05100748f08edad2 | 55a8933754c78c4348e2f9de59c6ffdfcf49528e | /code/oj/myEP/test02.cpp | 57daf63346f59cd22b6c06bc88ec431b9424896e | [] | no_license | liuqian-test/LeetCode | d28aa2b79cf09503331bf2abce031b5b39127df4 | 5592209321ea8523f3a2703fde3eae20abe15e77 | refs/heads/master | 2022-04-08T14:52:57.438464 | 2020-03-15T16:45:54 | 2020-03-15T16:45:54 | 242,993,392 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 508 | cpp | /*************************************************************************
> File Name: test02.cpp
> Author: ma6174
> Mail: ma6174@163.com
> Created Time: 2020年01月11日 星期六 16时21分04秒
************************************************************************/
#include<iostream>
#include<cstring>
using namespace std;
... | [
"1254143911@qq.com"
] | 1254143911@qq.com |
1dc0416359d7c7431e85a5d3fc88fd21f51853d9 | 950276f370539ad552c1969170258cb8a13e137d | /src/PhysicsList.cxx | 43117615b1f964777b6a5624f6f3c2a62c7e54e9 | [
"BSD-3-Clause"
] | permissive | fermi-lat/G4Generator | b4be72b15c7898fa2c49d553e4ad09bc6bced4ca | e62475754d1be9330e2c865b0a4517f8d9b105e9 | refs/heads/master | 2022-02-17T03:19:37.917081 | 2019-08-27T17:27:36 | 2019-08-27T17:27:36 | 103,186,864 | 0 | 0 | null | 2018-07-05T20:47:41 | 2017-09-11T20:51:33 | C++ | UTF-8 | C++ | false | false | 5,345 | cxx | // File and Version Information:
// $Header: /nfs/slac/g/glast/ground/cvs/GlastRelease-scons/G4Generator/src/PhysicsList.cxx,v 1.24 2011/08/26 23:59:15 flongo Exp
//
// Description: This class manages the building of particles definitions and
// physics processes setup by creating a set of specialized classes and
// r... | [
""
] | |
75a368df991c0726510cf711a564cc5dc655fd1a | e272d18a042e6b6808bc615917b1783d53607870 | /misc/Online Contests/2003, November 8/I - Game Tree.cpp | db75656cb20876d2d585c0d9432dc65038dcbce2 | [] | no_license | chessdroid/morbidel-timus | 58656c7a62132aaae71289a20ee77baeca4ba554 | b079bf3ae716d4eeb54722037ac55066f9e9da7c | refs/heads/master | 2020-07-10T02:20:08.032088 | 2013-04-11T20:48:39 | 2013-04-11T20:48:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,569 | cpp | /*
* ACM Timus Online Contest, 8 November 2003
* Problem 9 -> Game tree
*/
#include <stdio.h>
#include <stdlib.h>
#define NODS 10200
int n, a[NODS], b[NODS], gr[NODS], tata[NODS];
struct graf
{
int nod;
graf *next;
} *g[NODS];
void readdata()
{
char ch;
int i;
graf *q;
scanf("%d... | [
"stefangh@gmail.com"
] | stefangh@gmail.com |
2b4de4372d027a02a2efeabbb6c19dd7336ca17b | bcf138c82fcba9acc7d7ce4d3a92618b06ebe7c7 | /gta5/0x4B7620C47217126C.cpp | d4b0cab3133a57fabb18138c35bbcb7a6dc3d53b | [] | no_license | DeepWolf413/additional-native-data | aded47e042f0feb30057e753910e0884c44121a0 | e015b2500b52065252ffbe3c53865fe3cdd3e06c | refs/heads/main | 2023-07-10T00:19:54.416083 | 2021-08-12T16:00:12 | 2021-08-12T16:00:12 | 395,340,507 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 207 | cpp | // fm_content_island_heist.ysc @ L33566
bool func_981(int iParam0)
{
return ((func_855(7) && WEAPON::IS_FLASH_LIGHT_ON(iLocal_12605)) && func_982(NETWORK::NET_TO_PED(Local_12697.f_134[iParam0 /*22*/])));
} | [
"jesper15fuji@live.dk"
] | jesper15fuji@live.dk |
b8a3f7deb684ee8429ea6ba2f8e85f5fb3e3d20b | de97899cfe3a78a2d6fa45f394ae932dae51d01f | /software/Firmware/applications/params.cpp | 86e7cfcde05de35d5045b3f09315c6a0af10c337 | [] | no_license | nongxiaoming/Hexacopter_LPC1549 | f1a66ddba78acd95e3641dbc734bf4cf6b8791d3 | 1fd2434b39fd2cf7b54eea89b012056d1d62c176 | refs/heads/master | 2020-06-04T05:48:34.529703 | 2015-06-03T13:41:36 | 2015-06-03T13:41:36 | 31,605,217 | 0 | 3 | null | null | null | null | GB18030 | C++ | false | false | 4,269 | cpp | /******************** (C) COPYRIGHT 2014 ANO Tech ***************************
* 作者 :匿名科创
* 文件名 :ANO_Param.cpp
* 描述 :参数读取和保存
* 官网 :www.anotc.com
* 淘宝 :anotc.taobao.com
* 技术Q群 :190169595
**********************************************************************************/
#include "params.h"
#include "pid... | [
"nongxiaoming@gmail.com"
] | nongxiaoming@gmail.com |
cef6ac05f3184f7832302002dc4132c59909fc58 | d33049720b378a043d3eb0cf676fedde4997184d | /Teme/ASD/Tema3/Liste_Polinoame/main.cpp | 444fd4493c74611215326b5a98264a507f4d017b | [] | no_license | AntonioDrk/MaterialeFMI2017-2018 | 033d5651fe7513bcf1cc29b2c7913f087ac5cbc2 | 8d0d4c677dc1ce50a439cf07a496da627409f3c7 | refs/heads/master | 2021-09-26T12:57:28.275473 | 2018-10-30T13:52:42 | 2018-10-30T13:52:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,899 | cpp | #include <iostream>
#include <fstream>
#include <cmath>
using namespace std;
struct nod {
int info;
nod *next;
};
struct pol {
int gr,coef;
pol *next;
};
ifstream fin("in.in");
void inserareOrdonata(nod*&head, int &size, int x){
nod* p = head;
nod* tmp = nullptr;
if( p == nullptr){ ///... | [
"ekro98@gmail.com"
] | ekro98@gmail.com |
95e82cfe00379cb9dc3ce95a89e98615a3f36a95 | dd8437ee950bd46fc36505221f432e6bb4fb926b | /stage2/testRFID/testRFID.ino | 1c179339cb5fbc03d913810ef9f2d11b4fbcb3d3 | [] | no_license | alexbhandari/WTT | d5b7592f6e2f8dd0312592d159620e1e6ce8e0c6 | 34a851c93ec2582705371b9f99ad241b3a8095aa | refs/heads/master | 2016-09-11T01:07:14.354329 | 2014-07-18T21:15:04 | 2014-07-18T21:15:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 327 | ino | #include <serLCD.h>
#include <SD.h>
#include <SoftwareSerial.h>
#include <SPI.h>
String tag="";
SoftwareSerial master(4, 5);
//Init
void setup()
{
// master.begin(9600,SERIAL_8O2);
master.begin(9600);
}
void loop()
{
master.print("rfid 9823732346\r");
delay(100);
master.print("rfid 1823798345\r");
delay(1... | [
"alexbhandari@Alexs-MacBook-Air.local"
] | alexbhandari@Alexs-MacBook-Air.local |
19fc1fc55554bba93a0a7de7b88c165c48f4d3e0 | 81b6521d8204a962b908094deb8998c291cdb07b | /lightoj/1341.cpp | d76d3f48e6a4fde8655a9e82fcb663c54da88578 | [] | no_license | doldre/ACM | 9c86c242a347e5b31daa365ddf0e835af7468fa9 | 23e4694fee51831831b1346b8ccc0e97eebef20a | refs/heads/master | 2020-04-12T02:29:59.345719 | 2017-04-10T08:15:10 | 2017-04-10T08:15:10 | 55,833,991 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,002 | cpp | /************************************************
*Author :mathon
*Created Time :四 4/21 21:22:04 2016
*Problem class:
*************************************************/
#include <cstdio>
#include <cstring>
#include <iostream>
#include <algorithm>
#include <vector>
#include <queue>
#include <set>
#include <... | [
"luoxinchen96@gmail.com"
] | luoxinchen96@gmail.com |
f5764ce7e955d734bbf4bf81408b37b4b4821f8d | f1a9e001d3b56da3464101d68fcdd313e86ccf72 | /RaspPiFiles/serialTester/serialTester.ino | 5915870043b584416141e9a9110ad765f9ac55cc | [] | no_license | danielcagostinho/4G06parkme | c49b741c4770546de2bddfd65b9a7351ef6374ff | b64ff0c3a9d9de138bd5cc857d6642c18d280ca7 | refs/heads/master | 2020-03-30T16:51:27.277979 | 2019-03-25T17:00:31 | 2019-03-25T17:00:31 | 151,430,489 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,988 | ino |
#include <Ultrasonic.h>
// Declaration of Ultrasonic Pins
const unsigned int TxPin1 = 11; // Sensor 1 Trigger
const unsigned int RxPin1 = 10; // Sensor 1 Echo
const unsigned int TxPin2= 13; // Sensor 2 Trigger
const unsigned int RxPin2 = 12; // Sensor 2 Echo
const unsigned int TxPin3 = 7; // Sensor 3 Trigger
const... | [
"danielcagostinho@gmail.com"
] | danielcagostinho@gmail.com |
39775c6417dafe8d6158c5b4356125fb9bd9f6d4 | 95a0807737ef2aab9dcb42ad94da846a77a5a00d | /hash-table/open-addressed-hash-table/include/open-addressed-hash-table.hpp | 6f7c8908e644c9f16d8c3d89dedbf198a6643cd0 | [] | no_license | rafaeltmbr/algorithm-data-structure | 82b052ba2b3edf98ce9a98f40943018fc74e9951 | e329bf81c65546dcc802cf7ae408b3525809d85d | refs/heads/master | 2020-06-10T23:22:28.677381 | 2019-08-02T16:54:29 | 2019-08-02T16:54:29 | 193,788,457 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,240 | hpp | #ifndef OPEN_ADDRESSED_HASH_TABLE_HPP
#define OPEN_ADDRESSED_HASH_TABLE_HPP
typedef void (*destroy_t)(void *data);
typedef bool (*match_t)(const void *data1, const void *data2);
typedef int (*hash_t)(const void *data, int keys);
class OpenAddressedHashTable {
protected:
int keys;
int size;
void **table;
... | [
"rafaeltmbr@gmail.com"
] | rafaeltmbr@gmail.com |
fdde25f1352dc47fe166da4cdf8b49d52c83614a | 832a52bc7c7810512dfb1846e1116d0c81995fcd | /Function/question 1/question 1/Source.cpp | 4ea3cc285fed7bd462c4aa0795041a107d9c8a4d | [] | no_license | RoryVaughn/Homework | be39c5b96a4045bc9bccc33036a636061660c52a | fe4e1ea99f1cdd097767277844e469141cdd8bc8 | refs/heads/master | 2020-04-16T08:04:34.661795 | 2015-10-21T16:46:33 | 2015-10-21T16:46:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 460 | cpp | #include <iostream>
void PrintInteger(int variable)
{
std::cout << variable << std::endl;
}
int main()
{
int the_variable = 1;
PrintInteger(the_variable);
{
PrintInteger(the_variable);
int the_variable = 2;
PrintInteger(the_variable);
{
PrintInteger(the_variable);
int the_variable = 3;
PrintInteger... | [
"Rvaughn2525@gmail.com"
] | Rvaughn2525@gmail.com |
6cf22ceee78cfb63330ae9ac65cc8c293d3742a6 | a2b28ba3349304ccb01b10edd9378a446d13abe6 | /SWGHeightDump/engine/Breakpoint.h | 6eacd164844c871e1fdfa5371e1647870554a016 | [
"WTFPL"
] | permissive | TheAnswer/Tools | 9bec3570be8023c262eb7b6b4271bccad2008c48 | 880a68f618290445dd770e1b52176083244768f3 | refs/heads/master | 2023-08-17T07:44:54.870503 | 2020-05-10T20:32:32 | 2020-05-23T17:55:51 | 9,735,112 | 5 | 18 | null | null | null | null | UTF-8 | C++ | false | false | 440 | h | #ifndef BREAKPOINT_H_
#define BREAKPOINT_H_
class Breakpoint {
unsigned long address;
unsigned char originalData;
public:
Breakpoint(unsigned long address, unsigned char originalData) {
this->address = address;
this->originalData = originalData;
}
inline unsigned long getAddress() {
return a... | [
"TheAnswer@c3d1530f-68f5-4bd0-87dc-8ef779617e40"
] | TheAnswer@c3d1530f-68f5-4bd0-87dc-8ef779617e40 |
423c1820b5e5a21bde546201261adce66636fd72 | 29c59030394b01eba7d68aa10f3201f0a72da60e | /JobArrivalEvent.h | eed0cbb6a480ca49962ecb5181d5e18af13dcc49 | [] | no_license | alexandrahurst/SchedulingSimulator | a75c78f4c07267b1fa087e74823d1cb928374a83 | b9112b87fd74adbdd96bca680a57625cd213ed43 | refs/heads/master | 2020-03-16T20:31:41.678911 | 2018-05-25T08:31:14 | 2018-05-25T08:31:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 418 | h | // Alexandra Hurst & Kalyani Khutale
// CISC-361
// 2018-05-24
// Final Project
#ifndef _JOB_ARRIVAL_EVENT_H_
#define _JOB_ARRIVAL_EVENT_H_
#include "Event.h"
#include "Job.h"
class SystemState;
class JobArrivalEvent : public Event {
public:
JobArrivalEvent(int time, Job job);
void process(SystemState... | [
"alexa@Yin.alx"
] | alexa@Yin.alx |
0f3c831898bf50ea9f32763ed877bffbfaf4d17c | d38609ea8bdc9602fdfadeb9080350920b1c8726 | /src/MainSceneWidget.hpp | 9817c8f3b0e4a7fa468c7e351c90b6124ea17baa | [] | no_license | veleswel/PlayrixTestTask | 1517dc97e97337aefd4ab2d0335a6331eea4d936 | 96569ffb473d9df745d867a69f4f56c37842a7fb | refs/heads/master | 2020-03-22T00:45:04.923293 | 2019-07-02T17:54:03 | 2019-07-02T17:54:03 | 139,261,459 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,382 | hpp | #pragma once
#include "GameStateHandler.hpp"
class QuadTree;
class Wall;
typedef std::unique_ptr<Wall> WallPtr;
class Projectile;
typedef boost::intrusive_ptr<Projectile> ProjectilePtr;
class Cannon;
typedef std::unique_ptr<Cannon> CannonPtr;
class Bubble;
typedef boost::intrusive_ptr<Bubble> BubblePtr;
typedef s... | [
"alex.vlasenko1991@gmail.com"
] | alex.vlasenko1991@gmail.com |
b11225c2964a41768b284b7813a4539a71ed1534 | 9b30e07cfd0a9e2253041db66d0d236fe1abe17c | /AviSynthPlus/src/Anime4KCPPASP.cpp | c88b52995c7cb3f9dc1a98e52623c1d50288f2c2 | [
"MIT"
] | permissive | smoothmiao/Anime4KCPP | 32d4d0954548d02a04aa3ee1f2c17d5aaa0dd96a | 95173e282a556dfd98719e9e1ddb86947de8c683 | refs/heads/master | 2022-11-10T01:42:00.018548 | 2020-06-24T01:22:15 | 2020-06-24T01:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,233 | cpp | #include <avisynth.h>
#include "Anime4KCPP.h"
#ifdef _MSC_VER
#define AC_STDCALL __stdcall
#define AC_CDECL __cdecl
#define AC_DLL __declspec(dllexport)
#else
#define AC_STDCALL __attribute__((__stdcall__))
#define AC_CDECL __attribute__((__cdecl__))
#define AC_DLL
#endif
enum AC_Parameters
{
AC_passes = 1,
A... | [
"TianLin2112@outlook.com"
] | TianLin2112@outlook.com |
772e0fb1535223915459e4cfd984abac8bc891f2 | 32da1cd9597d377fdd5a75e7cadce72302f9f914 | /include/QRcode.h | 1b879d6749f5afc518f19c7504c455d508c5b595 | [] | no_license | 20SecondsToSun/PhotoBooth | 44df6c48b46734f49b4a1e27706d6820ac962518 | 02b315431b953aaea4b981a66ca1e83c212550d9 | refs/heads/master | 2016-09-06T00:17:29.384787 | 2014-12-17T10:52:29 | 2014-12-17T10:52:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 727 | h | #pragma once
#include "cinder/app/AppNative.h"
#include "cinder/gl/Texture.h"
#include "cinder/gl/gl.h"
#include "cinder/Text.h"
#include "PreloaderCircle.h"
#include "AssetsManager.h"
#include "Utils.h"
using namespace std;
class QRcode
{
public:
void draw();
void setup();
void drawError();
bool isRe... | [
"yurikblech@gmail.com"
] | yurikblech@gmail.com |
f53d9fac32a4aec11aa5fe8b42c718e6f56416aa | 046b675cb8529d1585a688f21563eb0209c94f19 | /src/Control2012/libreoffice/com/sun/star/sheet/Solver.hpp | b93b506ea3f117baeda8650a95ac5b56f34eec18 | [] | no_license | yoshi5534/schorsch-the-robot | a2a4bd35668600451e53bd8d7f879df90dcb9994 | 77eb8dcabaad5da3908d6b4b78a05985323f9ba4 | refs/heads/master | 2021-03-12T19:41:35.524173 | 2013-04-17T20:00:29 | 2013-04-17T20:00:29 | 32,867,962 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,478 | hpp | #ifndef INCLUDED_COM_SUN_STAR_SHEET_SOLVER_HPP
#define INCLUDED_COM_SUN_STAR_SHEET_SOLVER_HPP
#include "sal/config.h"
#include "com/sun/star/uno/RuntimeException.hpp"
#include "com/sun/star/uno/XComponentContext.hpp"
#include "com/sun/star/uno/Exception.hpp"
#include "com/sun/star/uno/DeploymentException.hpp"
#includ... | [
"schorsch@localhost"
] | schorsch@localhost |
062af515e761e9f41bb8af19eb7ec4cd837a2930 | 26354b1d3331e153f5ed4de61245435b1dd3c654 | /1st/path_sum.cpp | dab7a88e3c5c29623d8beacb48ff99449ae3b655 | [] | no_license | buptlxb/leetcode | 90203be80a038c54a34d4ec829c4805fc26a1689 | b641419de040801c4f54618d7ee26edcf10ee53c | refs/heads/master | 2020-04-05T23:47:54.990923 | 2016-09-11T14:10:30 | 2016-09-11T14:10:30 | 33,243,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,121 | cpp | #include <iostream>
#include <vector>
using std::cout;
using std::endl;
using std::vector;
struct TreeNode {
int val;
TreeNode *left;
TreeNode *right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
};
class Solution {
public:
bool hasPathSum(TreeNode *root, int sum) {
if (!root)
... | [
"buptlxb@gmail.com"
] | buptlxb@gmail.com |
927037bd230a5b76813abc3e1fbe16c8d6afeb1a | b7d4e7e24f6b37c990c45c96b837798d7e229f14 | /prototype/point-cloud-streaming/pcd_read/pcd_read.cpp | adac389660293bb075d6eedff07f2b226a645b77 | [
"MIT"
] | permissive | taimooralam/master-thesis | f16725bbbbb125a3a169c023f55a2546fe21a383 | dcb988a2866e65e2faef67627428d1ffd1c0182e | refs/heads/master | 2020-04-09T05:05:56.356492 | 2018-12-16T23:57:15 | 2018-12-16T23:57:15 | 160,051,042 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,578 | cpp | #include <iostream>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/io/tar.h>
#include <boost/any.hpp>
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
#include <pcl/compression/octree_pointcloud_compression.h>
#include <sstream>
#include <typeinfo>
#include "base64.h"
namespace fs = b... | [
"taimoor.alam12@gmail.com"
] | taimoor.alam12@gmail.com |
9309c114ad09da4f4ce78406fca487b0ee4c8fd2 | 7ecc73e396a81519cb1b1cec4c1d704e22cdd47d | /P1126.cpp | 9c1c5533904ddb5acb9d6e3af582ea951a4ef43c | [] | no_license | NiaBie/luogu | 8f1c528372e067b43bdef4e44786c8618f1818fc | 810e47d43636fa410a1328ec4be49b14749e94c1 | refs/heads/master | 2020-06-03T06:27:18.999023 | 2019-09-28T01:06:40 | 2019-09-28T01:06:40 | 168,447,793 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,836 | cpp | #include <stdio.h>
#include <assert.h>
#include <queue>
using namespace std;
const int MAXN = 60;
const int INF = 0xfffffff;
struct fuck
{
int x, y;
int dir;
int my_time;
};
queue <fuck> que;
fuck src, dest;
int my_map[MAXN][MAXN] = {0};
int visit[MAXN][MAXN][4] = {0};
int m, n;
int neigh[4][2];
int steps[12][2]... | [
"1197225628@qq.com"
] | 1197225628@qq.com |
f6ceb2d5e3b3754b06af4ee624a3a6a5440179c0 | 83b83a353272b536e9f8df67f5fcc8a093dd4f02 | /kernel.cpp | cd813e232da86fbde35b1c7a56cf630348b89b64 | [
"MIT"
] | permissive | dougcoburn/minkernel | 2cd5ad2e98e0024e069036a09d9c000b8f868101 | a06291757b8ec9224ee4296ae2dfb03fe344c9fb | refs/heads/master | 2020-04-08T08:55:24.381913 | 2018-11-26T16:29:49 | 2018-11-27T05:36:20 | 159,199,703 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 819 | cpp | unsigned short * const VideoMemory = (unsigned short* const)0xb8000;
void clear() { // 80 cols x 25 rows x 2 bytes
int pos = 0;
for (int col = 0; col < 80; col += 1) {
for (int row = 0; row < 25; row += 1) {
VideoMemory[pos++] = (0x0A00 | ' ');
}
}
}
void printf(const char* str... | [
"doug@numetric.com"
] | doug@numetric.com |
fc247cdf0301b69f95600a63c7f75303c4df04af | 4eaa809ac3f505b83e33172b1d4a099e71c2926a | /openFoam/cases/heavingCylinder/1/uniform/profilingInfo | ad059fce09bbbb9459bcda56d264e76bb4e5f561 | [
"MIT"
] | permissive | krajit/krajit.github.io | 3c4326b8c8b674afd7bbf735caca95824ed194ed | 5f81be0c4b940c3a6a2646c166f99d0c3b515432 | refs/heads/master | 2021-12-04T22:40:12.267880 | 2021-12-02T01:42:03 | 2021-12-02T01:42:03 | 98,024,086 | 1 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 8,098 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
... | [
"ajitkumar22@gmail.com"
] | ajitkumar22@gmail.com | |
1096ca607da67056f6b883fc967c27eea838fca2 | a81c07a5663d967c432a61d0b4a09de5187be87b | /ui/ozone/platform/x11/x11_surface_factory.h | 35dad5d886456ca03e16e6449423f6f7cf315ef9 | [
"BSD-3-Clause"
] | permissive | junxuezheng/chromium | c401dec07f19878501801c9e9205a703e8643031 | 381ce9d478b684e0df5d149f59350e3bc634dad3 | refs/heads/master | 2023-02-28T17:07:31.342118 | 2019-09-03T01:42:42 | 2019-09-03T01:42:42 | 205,967,014 | 2 | 0 | BSD-3-Clause | 2019-09-03T01:48:23 | 2019-09-03T01:48:23 | null | UTF-8 | C++ | false | false | 1,291 | h | // Copyright 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.
#ifndef UI_OZONE_PLATFORM_X11_X11_SURFACE_FACTORY_H_
#define UI_OZONE_PLATFORM_X11_X11_SURFACE_FACTORY_H_
#include <memory>
#include <vector>
#include "... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b608b288e051f3aeef84349c5dc9ab7f344ec1de | 9b4839ef9563a206882b65da1b2d101baf1bcbad | /aten/src/ATen/native/BatchLinearAlgebra.cpp | 4c6d231379235d60413874deae1edb62324f6ebf | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | jcooky/pytorch | ced9221062c57dfc18b2f0bc330d3b3420c9ed40 | c36b77fcdad3d54227cf0fd51693eb57035002c0 | refs/heads/master | 2020-04-27T05:39:53.429136 | 2019-09-02T09:58:21 | 2019-09-02T09:59:47 | 174,086,657 | 1 | 0 | NOASSERTION | 2019-03-06T06:37:21 | 2019-03-06T06:37:21 | null | UTF-8 | C++ | false | false | 45,429 | cpp | #include <ATen/ATen.h>
#include <ATen/CPUApplyUtils.h>
#include <ATen/Dispatch.h>
#include <ATen/NativeFunctions.h>
#include <ATen/ExpandUtils.h>
#include <ATen/native/LinearAlgebraUtils.h>
#include <ATen/Parallel.h>
#include <TH/TH.h> // for USE_LAPACK
#include <vector>
// First the required LAPACK implementation... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
4deee7353856a98c50bde69367ee527ff3b360ca | 31703ceb0e93ed10107f5c190929506b435cc7a5 | /Cryptoss/test.cpp | 6fb1b73ec77827bc918d2e2d9177a153b92276e9 | [] | no_license | Kaustav97/CPP_Reference | 7baa6dd6ef7a337d98665264204f3156b3c50a29 | a0f4a654a1825065e0e8b74b248c24a0de10839e | refs/heads/master | 2020-05-14T20:47:58.027806 | 2019-04-17T18:58:18 | 2019-04-17T18:58:18 | 181,951,052 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 341 | cpp | #include <bits/stdc++.h>
using namespace std;
#define tr(cont) for(auto it=cont.begin();it!=cont.end();it++)
#define tr1(cont,it) for(;it!=cont.end();it++)
#define rep(n) for(int i=0;i<n;i++)
#define MOD 1000000007
#define ll long long
#define fs first
#define sc second
int main(){
string str= "hello";
str.pop_ba... | [
"chanda.kaustav13@gmail.com"
] | chanda.kaustav13@gmail.com |
d198498fa473d1e1740cacb99bedd0f41bd25d9b | 2f2ece30e6314a830a6f4583a3f3ed59fa8354ff | /sim/cgi/sim_Effects.h | 5f2a026f540b153746772b08c4e53597b514549e | [
"MIT"
] | permissive | radarEnforced/fsg | fdffc5cbaba96557cf04667a31d4bcad04f8cc2b | 7825785bbf46a367b3daf1beb32b727c58e85e46 | refs/heads/master | 2020-09-22T07:06:04.372723 | 2019-11-30T06:31:30 | 2019-11-30T06:31:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,436 | h | /****************************************************************************//*
* Copyright (C) 2019 Marek M. Cel
*
* 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, ... | [
"46421808+marek-cel@users.noreply.github.com"
] | 46421808+marek-cel@users.noreply.github.com |
4f8a6d3623a6752df6c80894b0f53ae87cb769d8 | f4e17640afef6d1b4d4a85f583a90e37f705dbd5 | /B2G/gecko/content/base/src/nsImageLoadingContent.cpp | b2853de024abcf291530d1d3a2767444fb0e86fb | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | wilebeast/FireFox-OS | d370362916f0c5a5408fa08285dbf4779f8b5eb3 | 43067f28711d78c429a1d6d58c77130f6899135f | refs/heads/master | 2016-09-05T22:06:54.838558 | 2013-09-03T13:49:21 | 2013-09-03T13:49:21 | 12,572,236 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 38,146 | cpp | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
// vim: ft=cpp tw=78 sw=2 et ts=2
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
... | [
"info@hadrons.me"
] | info@hadrons.me |
50eec4cf500fbb497ef705ed7837c0e4d0e33129 | 5d57ae30d25e717040150a9371e921cac8702e51 | /MapRepresentation/qgslib/gui/qgis_gui_autogen/include_RelWithDebInfo/2Z5TG4AWKX/moc_qgslabelsettingswidgetbase.cpp | d216aae1a97a3b6cf421558ac3968218db89c378 | [] | no_license | 11wy11/MapRepresentation | 726092ae8d4da46de1664e62f811d140571f19e7 | 507a44e9b14cdeb6ad671470e9ec35c555b8ac53 | refs/heads/master | 2023-02-22T20:17:27.715037 | 2021-01-25T13:43:02 | 2021-01-25T13:43:02 | 330,683,896 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,479 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'qgslabelsettingswidgetbase.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.11.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************... | [
"1124485058@qq.com"
] | 1124485058@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.