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 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
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 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1004b63ada7fa3a1789bd709b3ef9eee444c007f | 6ad4557321bf8e3fddb06501382b8af02b92e7e4 | /ARA/reconstruction3.cpp | aa7de6d17dfbed9d83de5651849eebd88e8a1388 | [] | no_license | RomLei/EC-RSF | e21ba198774f4c518f579b5313c40adb45c091a3 | aca0e5dc4818c23a93ab1d81bef293b0a5d45c7d | refs/heads/master | 2020-07-11T08:24:36.489384 | 2019-08-26T14:09:08 | 2019-08-26T14:14:34 | 204,488,970 | 1 | 1 | null | null | null | null | GB18030 | C++ | false | false | 296 | cpp | #include<stdio.h>
#include<stdlib.h>
#include<time.h>
#include<iostream>
#include<iomanip>
#include<vector>
#include"ARA.h"
using namespace std;
bool reconstruction3(vector<node> &rnode, vector<vector<int>> &G, vector<vector<int>> &Gbackup)//对剩余的节点进行完全重建
{
return true;
} | [
"ronglei1994@126.com"
] | ronglei1994@126.com |
d5dbbde70832c05ac77cb0ad6df6708744168394 | 8e8f31a13efeb173bea12c3a4e674cc80a92f20b | /victor/catkin_ws/src/camera/src/listener3.cpp | 9445a580d9529b8093324d198d652c19c1b38aa4 | [] | no_license | emotionrobots/students | a2a7e31cb082de04be4d94c0cc1f852bf7409583 | f4e70117236bccb8b13091c8395348b575cb36e6 | refs/heads/master | 2021-09-27T08:16:13.793474 | 2018-08-05T20:29:10 | 2018-08-05T20:29:10 | 67,504,742 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,231 | cpp | #include <iostream>
#include <ros/ros.h>
#include <sensor_msgs/PointCloud2.h>
#include <pcl_conversions/pcl_conversions.h>
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include <fstream>
#define mp make_pair
#define pb push_back
using namespace std;
using namespace pcl;
using namespa... | [
"larrylisky@gmail.com"
] | larrylisky@gmail.com |
91f68a3b383a6f6f28dd62bf0a07442cf062890e | 0fc70d8a4494e8e3ac7e41874119a79c5e99e255 | /pthread_handle.h | a68ca938ecefa23e1509b9df50225100e426e2fe | [] | no_license | zrj12345/jpush_server | 420f6b1e6fa4a077e9ae04547ed5954fa7ed32df | 5706fdcbdf8c1ad96dcd36f27cc17f1d50cb2bd7 | refs/heads/master | 2021-01-18T15:08:25.305221 | 2015-12-23T22:51:05 | 2015-12-23T22:51:05 | 48,404,980 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 808 | h | #ifndef _PTHREAD_HANDLE_H_
#define _PTHREAD_HANDLE_H_
#include "files.h"
#include "DbPool.h"
#include "redisclient.h"
#include <pthread.h>
#include <list>
typedef void *(*event_deal)(void *arg);
class pthread_handle{
public:
struct func_arg{
event_deal func_pointer;
void* arg;
};
~pt... | [
"qzhangrongjie@163.com"
] | qzhangrongjie@163.com |
de2128505fdf7482d22b08480974dfaa79438a1c | fdc302e4f54a71616d29636abb6957a1ae4e1e5a | /lab3/dog.cpp | fc91912d8388a5a0818f71e20ef0a85f41aa7300 | [] | no_license | SVerma19/Cplusplus | c45268f55d4f6a2a05a9163c5bc1dfe430258dbc | 2f3eaa378a9bc008164c62e7df3b16490297d0ae | refs/heads/master | 2022-06-26T14:42:30.868639 | 2020-05-11T18:42:09 | 2020-05-11T18:42:09 | 263,125,455 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 234 | cpp | #include "dog.h"
Dog::Dog(string name_) : Animal(name_) {}
void Dog::makesSound() {
cout << "BARK!" << endl;
}
string Dog::getName() {
return name;
}
Dog::~Dog() {
cout << "freeing (the memory space for) a Dog. " << endl;
}
| [
"noreply@github.com"
] | SVerma19.noreply@github.com |
1c95ced8c73a9e5ce36ad751756740a5b4182775 | 213e10692025d34aad0b16aea2a52ee58f378b7d | /Atcoder/BC188/A.cpp | 1dcc201f08db5c580043bd86b6b91a97417d1724 | [] | no_license | arealdeadone/contests | 348de137916b56abcd3c0a4eb79f7ea838ac74f3 | fb78c0cf97a78f8a651fd66749ba0847a988df98 | refs/heads/master | 2023-03-08T07:36:56.415616 | 2021-02-20T02:50:58 | 2021-02-20T02:50:58 | 340,546,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,000 | cpp | #include <bits/stdc++.h>
using namespace std;
// template {{{
#define pb push_back
#define eb emplace_back
#define mp make_pair
#define mt make_tuple
#define lb lower_bound
#define ub upper_bound
#define f first
#define s second
#define resz resize
#define sz(x) int((x).size())
#define all(x) (x).begin(), (x).end()
... | [
"Arvind_Rachuri@Dell.com"
] | Arvind_Rachuri@Dell.com |
a2a39e41c3b13e548d5919b5d01430c4002017d9 | 3b74df8a933fbcb3ee3f7a2202aacdc240b939b7 | /libraries/fc/vendor/websocketpp/websocketpp/transport/asio/security/none.hpp | 2dde03a59962371243c8f73377fd98f299e0f967 | [
"Zlib",
"BSD-3-Clause",
"MIT"
] | permissive | techsharesteam/techshares | 746111254c29d18376ddaddedcb6b3b66aa085ec | 47c58630a578204147057b7504e571e19546444f | refs/heads/master | 2021-01-21T14:43:23.261812 | 2017-04-23T13:03:31 | 2017-04-23T13:03:31 | 58,311,014 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,688 | hpp | /*
* Copyright (c) 2015, Peter Thorson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list o... | [
"thsgroupteamcontact@gmail.com"
] | thsgroupteamcontact@gmail.com |
aa3fb525029e7bbb3544bec767d27e3b686b8e28 | 89330e5b2100a37000782ef0d21209a825ffe13f | /mini/utils.cpp | 0b69f4cc76a34213ad3d13c809aad35f7a3b344a | [] | no_license | vladsol/gs-manager | c5f36b9821518e5d5ad5f0e74ea23550ac4118fc | f98795d98ebd98fafc1a81c3f257c09f968aae82 | refs/heads/master | 2021-01-20T01:56:25.405292 | 2017-04-25T09:59:40 | 2017-04-25T09:59:40 | 89,345,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,026 | cpp | #include "utils.h"
void SimpleConfigBase::SetParams(StringMap & params)
{
ForEachI(params, i) {
string param = i->first;
string val = i->second;
if (m_params.find(param) != m_params.end()) {
if (val == "on") val = "true";
if (val == "off") val ="false";
m_params[param]=val;
}
}
}
void SimpleConfig... | [
"vladsol@ukr.net"
] | vladsol@ukr.net |
feb17bb2612e827945662ce7d9cb1223a9968c48 | b66715c97e48731ebba2afb8d81d02beb695c691 | /UVa/11262 - Weird Fence.cpp | caccad7908dbec39dc9b365a8e7c8d5ac7e797b1 | [] | no_license | justHusam/Competitive-Programming | c105b982108db914d80c759741302a9828b123b4 | 4c86037370774dc18beb1f2b302a59f2e84979d4 | refs/heads/master | 2020-03-19T10:26:12.874772 | 2018-09-14T12:24:41 | 2018-09-14T12:24:41 | 136,369,844 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,340 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N = 100;
int n, k, x[N], y[N], vis[N], vs, match[N];
vector<int> L, R, g[N];
char s[6];
inline int dist(int i, int j) {
return (x[i] - x[j]) * (x[i] - x[j]) + (y[i] - y[j]) * (y[i] - y[j]);
}
bool DFS(int v) {
vis[v] = vs;
for (int i =... | [
"husam.sa3@gmail.com"
] | husam.sa3@gmail.com |
6c8d3087d1a312486fcabbe7599ee87060ca0bfd | 1ed1ed934e4175bb20024311a007d60ae784b046 | /TWOSQ.Sub3/TWOSQ.Sub3.cpp | 1de17d37c169d190d564c29f71a9610d35112cbf | [] | no_license | kkkcoder/Code_in_thptchuyen.ntucoder.net | f568cddc01b641c9a6a3c033a4b48ca59bb6435e | c4c0e19ea56a6560014cbb6e4d7489fb16e8aad7 | refs/heads/master | 2023-07-16T16:15:39.421817 | 2021-08-29T15:56:35 | 2021-08-29T15:56:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,103 | cpp | // Tiếp tục với series chuyện có thật ... do ARSENAL1886 bịa ra!!!
// ARSENAL1886 vừa chiến thắng cuộc thi “Tìm hiểu kiến thức vũ trụ” và nhận được phần thưởng
// do ban tổ chức tài trợ. Phần thưởng được bố trí trên một bảng kích thước m × n (tượng trưng cho
// vũ trụ), các dòng của bảng được đánh số từ 1 đến m từ trên... | [
"lam3082004@gmail.com"
] | lam3082004@gmail.com |
9fb563fcf2fda13df50c8e1323e94eeed89e1b6c | d49f9912788a9e3bba936731955e53b69596a3fd | /custom_widgets/material_widgets/components/scrollwidget.h | 8d1da729fac5cea3f2e04ffcec86625ff891059f | [] | no_license | ChechenItza/Daily-Planner | 9f6af0dcb3512a059c9783b36f0cd12b69a7f532 | 61b2978bc2057f1010a60a6ca391aebaf84f8daf | refs/heads/master | 2022-11-09T16:27:47.272176 | 2020-06-28T13:30:59 | 2020-06-28T13:30:59 | 99,214,353 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,070 | h | #ifndef SCROLLWIDGET_H
#define SCROLLWIDGET_H
#include <QScrollBar>
class ScrollBarPrivate;
class ScrollBar : public QScrollBar
{
Q_OBJECT
public:
explicit ScrollBar(QWidget *parent = 0);
~ScrollBar();
void setUseThemeColors(bool value);
bool useThemeColors() const;
void setCanvasColor(con... | [
"artka.kazaktar@gmail.com"
] | artka.kazaktar@gmail.com |
7f11aeb453ed821e7b1c28e13dfc670137a7aa18 | 39c96d2f9714272eba18f2877ca81e93fc3c8706 | /UCL_Interface/UCL.cpp | 06a3ce3dd1647a14933b9315c3e388c0a8eb9ad0 | [] | no_license | ZJQxxn/UCL_Interface | 04c6d4d26bb51c40d3171d3fb93383b10ce73e9c | e37f5c528525a4d9c736eaf5d970a06c4ba9a4ca | refs/heads/master | 2020-12-02T23:53:32.426844 | 2017-07-27T15:28:51 | 2017-07-27T15:28:51 | 95,956,304 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,160 | cpp | //UCL类函数的定义
//声明在UCL.h中
#include "stdafx.h"
#include "UCL.h"
#include <fstream>
#include <string>
#include <vector>
using namespace std;
UCL::UCL(const string& filename)
{
readFromFile(filename);
}
void UCL::readFromFile(const string& filename)
{
vector <string> UCL;
ifstream file;
file.open(filename);
if (!fil... | [
"zhangjiaqi_seu@outlook.com"
] | zhangjiaqi_seu@outlook.com |
a58d6220cde3d01acd4892b9496c7dc6ecc174f5 | 58db9457d804e4340b006cd2cdaa1e90cd998fd0 | /PlainParameter.h | d46505a6e280ebb611acf2f37602e05a8f7c3590 | [] | no_license | robmister2/LAB1_NEW | 1ccd854e6c83d0be73c2ebba956ac0c315d90993 | 994fa970a71a15646b7a16c954c19bfd04f642c4 | refs/heads/master | 2023-03-31T21:00:41.294840 | 2021-04-02T15:21:58 | 2021-04-02T15:21:58 | 334,052,888 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 353 | h |
#ifndef LAB1_NEW_PLAINPARAMETER_H
#define LAB1_NEW_PLAINPARAMETER_H
#include "Parameter.h"
#include <vector>
using namespace std;
class PlainParameter:
public Parameter{
private:
string name;
public:
PlainParameter(string name1, bool isConstant1);
string getName();
string toString();
};
#e... | [
"robofcoin@gmail.com"
] | robofcoin@gmail.com |
fcdd02c442150e5458daec83766b360b5d077ea4 | 7b85e4966ea025893569d50b07127a45ea263c7f | /atcoder/ARC 114/C.cpp | 26a0c827fc6a636152921c4d9573cc16e2710cae | [
"MIT"
] | permissive | ApocalypseMac/CP | 22e437b2d844ad0a2d4fe50590276ac4b8461dc4 | b2db9aa5392a362dc0d979411788267ed9a5ff1d | refs/heads/master | 2023-04-25T14:49:28.510588 | 2021-05-08T15:11:02 | 2021-05-08T15:11:02 | 308,243,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,001 | cpp | #include <bits/stdc++.h>
#include <ext/pb_ds/tree_policy.hpp>
#include <ext/pb_ds/assoc_container.hpp>
using namespace __gnu_pbds; //required
using namespace std;
template<typename T> using ordered_set = tree<T, null_type, less<T>, rb_tree_tag, tree_order_statistics_node_update>;
#define fast ios_base::sync_with_stdio(... | [
"ApocalypseMac@users.noreply.github.com"
] | ApocalypseMac@users.noreply.github.com |
3b84ab6f75124b90ad0d02d7685aa8245600c6c2 | 6faba6af82f9646b22da924cc87174578488b2b8 | /MiClase.h.cpp | f4ddf8aedf78f3eb2727fd41aa76ae3845d0465b | [] | no_license | IvethS/JuegoDeHerencia | a21a6980f6b98de643c86f6c43582dbb3043f366 | 22bc70bddf18e95115f5fa4335596040d391a7ea | refs/heads/master | 2020-12-30T09:51:40.596702 | 2014-11-03T14:16:32 | 2014-11-03T14:16:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 105 | cpp | #include "MiClase.h.h"
MiClase::MiClase()
{
//ctor
}
MiClase::~MiClase()
{
//dtor
}
| [
"alumno@localhost.localdomain"
] | alumno@localhost.localdomain |
541faf90e1589d0cf8b615ec98a1286e098dbd05 | c5bf80e5868dd000c82c981434413d6ed9d3e0be | /src/core/transformations/blur_gaussian.cpp | c41fc6cb03eeb09207fc2e61cea6601669e52a37 | [] | no_license | pto2013ErasmusStudents/Image-Processing | 9fc3a680fa6914d71849ad9487a4d23afe6b6f05 | bb100fca47bf775a36e1e1f687ad2dbf036f4494 | refs/heads/master | 2021-01-23T02:59:00.271508 | 2014-02-20T12:55:18 | 2014-02-20T12:55:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 871 | cpp | #include "blur_gaussian.h"
BlurGaussian::BlurGaussian(PNM* img) :
Convolution(img)
{
}
BlurGaussian::BlurGaussian(PNM* img, ImageViewer* iv) :
Convolution(img, iv)
{
}
PNM* BlurGaussian::transform()
{
emit message("Blurring...");
int size = getParameter("size").toInt();
radius =... | [
"marta.hidalgo@udc.es"
] | marta.hidalgo@udc.es |
e9144536aa0262736eb26ca959a124f5162e554b | 4a954052c8578fc786be249ee1eaacc576a454ef | /working_version/srcs/Portal.hpp | c7a5d1b4c7eafb1d590aa6729c817de7981a609c | [] | no_license | ldehaudt/BasicalyBomberman | bb47c32b320bdf09ed8dc597506882651c4b8fab | 9a6919507a24ae363021bfd15d15a827c69f747c | refs/heads/master | 2020-04-11T05:34:56.129784 | 2018-12-12T22:49:20 | 2018-12-12T22:49:20 | 161,553,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | hpp | #ifndef PORTAL_HPP
#define PORTAL_HPP
#include "Position.hpp"
#include "Object.hpp"
#include "Player.hpp"
class Portal : public Object{
public:
Portal(Pos2D pos, Board& b, int);
void onPlayer(Player& player);
void deadEnemy();
private:
int numEnemy;
};
#endif | [
"ldehaudt@e1r6p11.42.fr"
] | ldehaudt@e1r6p11.42.fr |
7a4f0d329c51bf36217cbfd1c9566bfe669ceca3 | be5ca13f5d582e172883b01ef4b89f2527fcec1f | /02_arc/079d.cpp | c806dd8c8ab9159cbb11ae96307700fa6fe694af | [] | no_license | sinhrks/CompetitiveProgramming | 8569bb001411b58b50aa1f5e2f187c17fe5fb2f1 | 7e310bd0e8b64a888289eebe8b37ed0554cced6f | refs/heads/master | 2021-09-01T09:35:50.406900 | 2017-12-26T08:13:34 | 2017-12-26T08:13:34 | 103,657,034 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 906 | cpp | #include <assert.h>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <numeric>
#include <functional>
#include <iostream>
#include <string>
#include <array>
#include <vector>
#include <stack>
#include <queue>
#include <set>
#include <map>
#include <complex>
#include ... | [
"sinhrks@gmail.com"
] | sinhrks@gmail.com |
259f38cd68aa4b56692148e8bc5928041047388f | 8c5eda3178f44a7e41fda784aa1cd4dd083426a6 | /src/numbernames.cpp | 74b09e704530a71848596db324bc847047a8e95e | [] | no_license | littlewhywhat/playing-with-shifts | f7b5015c573f865ade1ca66268281caef0c0cd80 | ad3633005f6c9a51aef0b090cf5729a5fdacb73f | refs/heads/master | 2020-12-02T06:16:08.130060 | 2017-07-17T18:13:05 | 2017-07-17T18:13:05 | 96,802,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 193 | cpp | #include "numbernames.h"
std::string NumberNames::get_name(const std::string & prefix, int number) {
std::string name = prefix;
name.append(std::to_string(number));
return name;
}
| [
"vaivorom@fit.cvut.cz"
] | vaivorom@fit.cvut.cz |
0e480a98abb130347ad3265f770a87a846f611c2 | f785f72ca62115be56830c32cf3cb61d62cea7af | /shpreader2.5/CshpxAndDbfFile.h | eb9049dd801ab509a6428049d4db2cc4c78e7be8 | [] | no_license | CHCDST-SY/shp | bb94963934e018ad63052795379752d2d8fdcf22 | f19611284d107960e0a5f01a082891fe582055ce | refs/heads/main | 2023-06-18T11:57:31.938020 | 2021-07-20T08:56:24 | 2021-07-20T08:56:24 | 387,636,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 522 | h | #ifndef CSHPXANDDBFFILE_H
#define CSHPXANDDBFFILE_H
#include "CFileReader.h"
#include "CFileWriter.h"
#include "CdbfFile.h"
#include "CDataManager.h"
class CshpxAndDbfFile
{
public:
CshpxAndDbfFile();
virtual ~CshpxAndDbfFile();
virtual void readShpxAndDbf(string sFilePath);
virtual void w... | [
"noreply@github.com"
] | CHCDST-SY.noreply@github.com |
71338de0071378b88d056ac018184555c28044a8 | 7166e08738c1151a5e3d1242e19d655aaccc9ec5 | /LeetCode/Perfect_Squares/Main.cpp | 4466c3aaeab49bf8c13be8c6efb400132bd1de1e | [] | no_license | CaseyYang/LeetCode | 4602e3a5612c43e37f936e7a35abead6ebbf2cbc | ea3b3ea70a8012c5f5d82108642b88816a2788b2 | refs/heads/master | 2021-01-25T05:22:56.600363 | 2015-10-25T07:33:53 | 2015-10-25T07:33:53 | 26,250,162 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 412 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
#include<math.h>
using namespace std;
class Solution {
public:
int numSquares(int n) {
if (n == 0) return 0;
vector<int> result = vector<int>();
result.push_back(0);
for (int i = 1; i <= n; ++i){
result.push_back(i);
for (int j = 1; j <= sqrt(i); +... | [
"knightykc@gmail.com"
] | knightykc@gmail.com |
4d9626d5218bb70024ea3e39eafdcdb5f9b59d80 | 6def4a70e1435633fc2c48a4abbd4e70bae7e8fe | /TypeConversions/typeConversions.cpp | cd5e39e91bb26efa23267d06c7202ef21938b518 | [] | no_license | kjhe11e/NodeJsAddons | 55e02d5c9ef83039a2424a824f31f3ced7e72c0e | e17e4527595ce9c2f9db29825335fcbde9ad605a | refs/heads/master | 2021-01-22T20:45:12.827807 | 2019-10-03T03:40:12 | 2019-10-03T03:40:12 | 85,355,443 | 9 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,679 | cpp | #include <node.h>
#include <string>
#include <algorithm>
#include <iostream>
using namespace v8;
void PassNumber(const FunctionCallbackInfo<Value>& args) {
Isolate* isolate = args.GetIsolate();
/*Local<Number> target = args[0]->ToNumber();
double value = target->NumberValue();*/
double value = args[0]->Number... | [
"kjhelle4@gmail.com"
] | kjhelle4@gmail.com |
af4c2476549ecc51d0aa5f6a5ce60e50ac7f7f3d | 036cc01b29b56149326548cc5ca2617814f934cb | /example-klanglichtstrom/src/ofApp.h | 0550da1eced036d3137dcc57ae9ab42120f3b2f7 | [
"MIT"
] | permissive | colaplate/ofxLiveSet | 310869be1563d5abce7cec5c10ff5cb34a00fb1b | c6b95d9e4e15e8373b5912aa836366fb614f4b9f | refs/heads/master | 2021-01-03T00:00:50.966548 | 2019-12-15T18:56:53 | 2019-12-15T18:56:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 907 | h | #pragma once
#include "ofMain.h"
#include "ofxApp.h"
#include "ofxDmx.h"
#include "ofxLiveSet.h"
#include "./visualisation.h"
// out comment if you dont have an enttec usb interface connected
#define SENDDMX
class ofApp : public ofxApp
{
public:
ofApp();
void setup();
void update();
void draw();
... | [
"thomas.geissl@gmail.com"
] | thomas.geissl@gmail.com |
598c018547b9101c37c66a6121b664c4e6095b63 | e7af073f0013c1b63219cff9579e0f1029396e78 | /src/client/DocParser.cpp | 5b203f23087514e02d4fd6fa1f0df1e4c5d777cb | [
"BSD-2-Clause"
] | permissive | ms-building-blocks/credb | 703941337f86d6b212ed7d6fd9027c7ce599fa85 | 0956ee0b8d246d00a375fd978cbd2ea787688d98 | refs/heads/master | 2021-05-09T19:00:41.879431 | 2018-01-26T20:49:08 | 2018-01-26T20:49:08 | 119,178,204 | 1 | 0 | null | 2018-01-27T15:54:23 | 2018-01-27T15:54:22 | null | UTF-8 | C++ | false | false | 3,778 | cpp | #include "DocParser.h"
#define BOOST_RESULT_OF_USE_DECLTYPE
#define BOOST_SPIRIT_USE_PHOENIX_V3
#include <boost/phoenix/bind/bind_function.hpp>
#include <boost/spirit/include/phoenix.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/support_istream_iterator.hpp>
#include <cowlang/cow.h>
#incl... | [
"kaimast@cs.cornell.edu"
] | kaimast@cs.cornell.edu |
83814323e45b31ec5705aeaccaa5fb843755ccdf | 5b952b10a4cf77745ecafee2174cd0e5bed13113 | /fft.cpp | 8bacd8314b8fec31dd72ead1392d9ec2e2582751 | [
"MIT"
] | permissive | cuklev/frequency-analyzer | 723ba9543bcd4f1092256c84b42dfe72f0e9b2da | 5069afa1b2c642b0532c58f955ca6767883294e7 | refs/heads/master | 2021-01-12T06:17:52.552148 | 2017-12-06T20:46:26 | 2017-12-06T20:46:26 | 77,337,150 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,477 | cpp | #include "fft.hpp"
#include <vector>
#include <complex>
namespace {
using ComplexNumber = std::complex<double>;
const uint32_t Mask0 = 0x55555555;
const uint32_t Mask1 = 0x33333333;
const uint32_t Mask2 = 0x0F0F0F0F;
const uint32_t Mask3 = 0x00FF00FF;
const uint32_t Mask4 = 0x0000FFFF;
inline void swap_mask(uint32_... | [
"cuki@cukii.tk"
] | cuki@cukii.tk |
a6146e70c98fe0c6f16ccf726e22feb92cff360f | 1302a788aa73d8da772c6431b083ddd76eef937f | /WORKING_DIRECTORY/bionic/libc/bionic/ifaddrs.cpp | 408949c131f9d57f39efb431a35570621aa4131e | [
"Martin-Birgmeier",
"MIT",
"SunPro",
"ISC",
"BSD-4-Clause",
"BSD-4.3TAHOE",
"Apache-2.0",
"BSD-2-Clause",
"HPND",
"LicenseRef-scancode-ibm-dhcp",
"SMLNJ",
"BSD-3-Clause",
"BSD-4-Clause-UC",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | rockduan/androidN-android-7.1.1_r28 | b3c1bcb734225aa7813ab70639af60c06d658bf6 | 10bab435cd61ffa2e93a20c082624954c757999d | refs/heads/master | 2021-01-23T03:54:32.510867 | 2017-03-30T07:17:08 | 2017-03-30T07:17:08 | 86,135,431 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,724 | cpp | /*
* Copyright (C) 2015 The Android Open Source Project
* 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, t... | [
"duanliangsilence@gmail.com"
] | duanliangsilence@gmail.com |
5c9f9feafc4f9acbfa3f7b55fbfbf5cab553a398 | 5bc04daeef5284871264a7446aadf7552ec0d195 | /lib/percy/cryptominisat/src/searchstats.cpp | adde61afacd9b0fbee60784d40bc11d2be1f7803 | [
"MIT",
"GPL-1.0-or-later",
"GPL-2.0-only"
] | permissive | Ace-Ma/LSOracle | a8fd7efe8927f8154ea37407bac727e409098ed5 | 6e940906303ef6c2c6b96352f44206567fdd50d3 | refs/heads/master | 2020-07-23T15:36:18.224385 | 2019-08-16T15:58:33 | 2019-08-16T15:58:33 | 207,612,130 | 0 | 0 | MIT | 2019-09-10T16:42:43 | 2019-09-10T16:42:43 | null | UTF-8 | C++ | false | false | 12,107 | cpp | /******************************************
Copyright (c) 2016, Mate Soos
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy,... | [
"u1219556@lnissrv4.eng.utah.edu"
] | u1219556@lnissrv4.eng.utah.edu |
0565e34f5037257917532642ca570db09b5ec01e | e755f58efd833ee1133b427ea21cbd052e9907ed | /src/include/migraphx/op/elu.hpp | bbf73d8a70a1500a595ff2aa5589e7f6a82fbeff | [
"MIT"
] | permissive | f0rmiga/AMDMIGraphX | 87d33acbd77341098f0040039c342129d829e3ce | e66968a25f9342a28af1157b06cbdbf8579c5519 | refs/heads/master | 2022-12-16T18:55:26.749316 | 2020-07-10T22:16:55 | 2020-07-10T22:16:55 | 290,550,990 | 0 | 0 | NOASSERTION | 2020-08-26T16:39:36 | 2020-08-26T16:39:35 | null | UTF-8 | C++ | false | false | 900 | hpp | #ifndef MIGRAPHX_GUARD_OPERATORS_ELU_HPP
#define MIGRAPHX_GUARD_OPERATORS_ELU_HPP
#include <array>
#include <migraphx/operation.hpp>
#include <migraphx/check_shapes.hpp>
#include <migraphx/stringutils.hpp>
#include <migraphx/streamutils.hpp>
#include <migraphx/literal.hpp>
#include <migraphx/shape_for_each.hpp>
#inclu... | [
"Shucai.Xiao@amd.com"
] | Shucai.Xiao@amd.com |
0a03d7e69838ee7c96d55abc0e12532684402e61 | f0dbabac157fc79094062513cfcc28be253d9b70 | /modules/types/include/Tanker/Types/TankerSecretProvisionalIdentity.hpp | c7d90eecaa9198e1ba6c7b7d067eb4b8d3a6ced6 | [
"Apache-2.0"
] | permissive | TankerHQ/sdk-native | 4c3a81d83a9e144c432ca74c3e327225e6814e91 | c062edc4b6ad26ce90e0aebcc2359adde4ca65db | refs/heads/master | 2023-08-19T02:59:40.445973 | 2023-08-09T12:04:46 | 2023-08-09T12:04:46 | 160,206,027 | 20 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 265 | hpp | #pragma once
#include <Tanker/Crypto/EncryptionKeyPair.hpp>
#include <Tanker/Crypto/SignatureKeyPair.hpp>
namespace Tanker
{
struct TankerSecretProvisionalIdentity
{
Crypto::EncryptionKeyPair encryptionKeyPair;
Crypto::SignatureKeyPair signatureKeyPair;
};
}
| [
"alexandre.bossard@tanker.io"
] | alexandre.bossard@tanker.io |
e556587cbec6791a4dc8e5c1f0549d5b4fea1742 | bc2e7366c81ed4b996d3571c90d9470af47e4dc8 | /Problems/Problem4/src/main/Book.cpp | 6e798bfb3889b10ac125fe793661fb4a749ff00b | [] | no_license | arprabhu/CPP_Exercises | 046577ea73be9abfa17f66d5dd72800e5a5ab95b | 496541c3d0da7cc5294ad72cd29be339c1f69c05 | refs/heads/master | 2020-03-08T16:11:05.657844 | 2018-04-05T16:19:30 | 2018-04-05T16:19:30 | 128,232,901 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 145 | cpp | #include <Book.h>
Book::Book(const std::string& title ):title(title){
}
std::string Book::read(){
return std::string("Read book: " + title);
} | [
"38109924+arprabhu@users.noreply.github.com"
] | 38109924+arprabhu@users.noreply.github.com |
b47ad9dfb349186a3395a0890dcce4732c6dbac6 | 4b2aa0114449523ca9d98e9e25005c130d64547b | /ICPC/Challenge2013/GA/current_snapshot/classes.h | e24a13e06e9bdb586d901a0b7ebb28f7505a048f | [] | no_license | HowardChengUleth/codelibrary | 7793d86df4f82994770e8f1c19c7d240cadac9cd | d93fa3fc94792276c6f2cf2b480a445ec0bb8c32 | refs/heads/master | 2023-03-06T00:45:23.522994 | 2023-03-02T01:45:22 | 2023-03-02T01:45:22 | 136,532,622 | 10 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 12,798 | h | #ifndef __UOFL_ICPC_CHALLENGE_CLASSES__
#define __UOFL_ICPC_CHALLENGE_CLASSES__
#include <iostream>
#include <vector>
#include <tr1/tuple>
#include <cassert>
#include <queue>
#include "globals.h"
using namespace std;
using namespace std::tr1;
//////////////////////////////////////////////////////////////////////////... | [
"howard.cheng@uleth.ca"
] | howard.cheng@uleth.ca |
3635711d76d04483288c9b589d062ebd7caa8344 | ae4d038d994359a59d0681d4d63fac5236e03ca0 | /src/qiskit-simulator/src/simulator.hpp | 21a9af4efa7faf03134964dc726349a645c2f71d | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | akarazeev/qiskit-sdk-py | df51f1ff4b142355f60a4e237d1e5613b1ff5914 | d54d2bab8ba3ea76946ec11e7fbdf67f5d5c49b1 | refs/heads/master | 2021-04-15T18:57:02.080231 | 2018-03-25T08:48:09 | 2018-03-25T08:48:09 | 126,679,293 | 0 | 0 | Apache-2.0 | 2018-03-25T08:45:42 | 2018-03-25T08:45:42 | null | UTF-8 | C++ | false | false | 10,333 | hpp | /*
Copyright (c) 2017 IBM Corporation. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed... | [
"cjwood@us.ibm.com"
] | cjwood@us.ibm.com |
ca577c099d33eb16636a159195b87c318dda4309 | a7f0fdadbf539857f57b2b1120268d7c93b76083 | /tests/funcexample.cpp | 25581ba128f19ad67fef7de20c7664c235de36b2 | [] | no_license | SethForrest/Compilers_HW_1 | bf8579b8cb380107aef493170a8f9c359417939d | 17696280cd133a49039ca272d66f7461d4314e1e | refs/heads/master | 2021-01-19T20:03:00.381455 | 2017-09-08T03:35:17 | 2017-09-08T03:35:17 | 101,217,397 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 397 | cpp | #include <iostream>
using namespace std;
double myfunc(double, double);
double goof(double);
int main()
{
double x, y;
double z;
z = myfunc(x, y);
cout << "zed was " << z << endl;
return 0;
}
double myfunc(double x, double y)
{
x = goof(2.0);
return x;
}
double goof(double branflakes)
{
double bf2 = bra... | [
"Seth.Forrest@gmail.com"
] | Seth.Forrest@gmail.com |
5fff3d8945c65a16d2d350234039d1c747894d0c | 341fbbaa6d7e9b8cf5beba68bde5c8c1090cf3ef | /按 OJ 分类/HDU/f-HDU-2017 多校训练赛10-1002-Array Challenge/f-HDU-2017 多校训练赛10-1002-Array Challenge/main.cpp | f5dea350f5140ca4d86ecb4ff945c695b5c77a88 | [] | no_license | webturing/ACM-1 | 0ceb79e5439a95315234ae1e8bee93b353305459 | 7fcf14d1ff2ae42b001139d04bde01378fb4f5c4 | refs/heads/master | 2020-03-19T17:33:37.098619 | 2018-06-09T17:07:14 | 2018-06-09T17:07:14 | 136,766,339 | 3 | 0 | null | 2018-06-09T23:59:30 | 2018-06-09T23:59:30 | null | UTF-8 | C++ | false | false | 1,933 | cpp | //
// main.cpp
// f-HDU-2017 多校训练赛10-1002-Array Challenge
//
// Created by ZYJ on 2017/8/29.
// Copyright © 2017年 ZYJ. All rights reserved.
//
#include <iostream>
#include <cstring>
#include <cstdio>
using namespace std;
typedef long long ll;
const int MOD = 1e9 + 7;
const int MAGIC_1 = 31;
const int MAGIC_2 = ... | [
"1179754741@qq.com"
] | 1179754741@qq.com |
3eae6d7623528c220db63a64acb20a3b5b0bdff5 | 01eef489b10bf76a920b0227a1ded1c7cb1e2cce | /New_Game_3D_2/KeyInput.cpp | 50626d556e7c7ed599953f757f1c15c2d253ca99 | [] | no_license | syogo1903x/Protect-The-Tower | 295beba154a8abe7053d2f8afe67353f617ab32c | a0559a128e59b0ea44ebff801469d0d00c9b8b04 | refs/heads/master | 2020-05-21T13:26:29.319076 | 2019-05-11T01:18:25 | 2019-05-11T01:18:25 | 182,363,239 | 0 | 0 | null | 2019-04-20T07:17:21 | 2019-04-20T05:14:09 | RPC | SHIFT_JIS | C++ | false | false | 1,413 | cpp | #include "KeyInput.h"
KeyInput::KeyInput()
{
}
KeyInput::~KeyInput()
{
}
void KeyInput::Init_Key()
{
int i, j;
for(i = 0; i < 2; i++)
{
for (j = 0; j < 256; j++)
{
keyState[i][j] = 0;
key[j] = KEY_OFF;
}
}
nowKey = 0; prevKey = 1;
}
void KeyInp... | [
"ooyamasyogo@icloud.com"
] | ooyamasyogo@icloud.com |
db20e44d081fd8045703ba4dfb6dad7c506e887d | 9b25f9cf63e0bee6654ebdbc8b067a2d3c393a25 | /App/ios/Pods/Flipper-Folly/folly/experimental/coro/BlockingWait.h | f621faeb2c92b8d4bdeb19ff2a41528faf6e8e49 | [
"MIT",
"Apache-2.0"
] | permissive | camhinton/How_Much_Workout_App | 89092a629f59269b683d564d9f330b24ff613704 | 785defb76e57253d968a0173248b3706feccc78a | refs/heads/main | 2023-07-18T04:28:23.925481 | 2021-08-30T17:40:25 | 2021-08-30T17:40:25 | 401,179,472 | 0 | 0 | MIT | 2021-08-30T17:34:09 | 2021-08-30T01:15:40 | JavaScript | UTF-8 | C++ | false | false | 12,859 | h | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | [
"minchanhan5@gmail.com"
] | minchanhan5@gmail.com |
8ea42dc7fe6fbda1f287515a2ec1c3d3d27af0aa | 34541ea972c7e8fae951d3ba053be9af35a572cc | /record/mySLL.h | 2e7192a1ee3988649e7a66676539559c7d6bcdb1 | [
"MIT"
] | permissive | dakshayh/Data-Structures | 0d48da88cea9a4f2a72ca05b4773c14c1c025baf | 042e0e66578efdba3369a140537ed1567c89d216 | refs/heads/master | 2021-04-15T13:11:35.110967 | 2018-01-29T08:35:55 | 2018-01-29T08:35:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,500 | h | #include<iostream>
using namespace std;
template<class T>
class SLL;
template<class T>
class CNode
{
T data;
CNode<T>*link;
friend class SLL<T>;
};
template<class T>
class SLL
{
CNode<T> *first,*last;
public:
bool isempty(){return first==NULL;}
SLL(){first=NULL;}
void LInsert(T &ele);
vo... | [
"sekhar.karedla@gmail.com"
] | sekhar.karedla@gmail.com |
14470bb80006441122a783a275cfc7223addacfc | 11fb8d8468f69d5e53aff279e67782b5cf347dbe | /x_table.hpp | c72daebcb2c9cd3746ee36e5182a17f9cce36b81 | [
"Apache-2.0"
] | permissive | da0x/venv | c004e8901a8b6b125d46ceb26228388caafc0145 | 8e2a7ae0cf7c3fd59b43a7dff5c7ad57baaedf80 | refs/heads/master | 2023-05-26T08:02:21.950541 | 2023-05-19T16:49:44 | 2023-05-19T16:49:44 | 114,177,005 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,022 | hpp | //C++
//////////////////////////////////////////////////////////////////////////////
// //
// Filename : x_table.hpp //
// Created by : Daher Alfawares //
//... | [
"daher.alfawares@live.com"
] | daher.alfawares@live.com |
15e3c88f54ba1f4a453bca82ea6127cf945fa057 | bb324b1b7cf95dcb1bbeb7fdae494d9f56b74bda | /game0/vs-2013/GameOver.h | 0b098099bc8e41452adf4873ae3fa62b5f2b4962 | [] | no_license | Sunjiawei58/Drizzle-sjw | 3731eba6b7eaaeead604f0ec723b60b6b6b45f97 | f761beb3f3581cca3621f1409e232065ff1409ab | refs/heads/master | 2020-12-03T04:00:37.935754 | 2017-06-29T17:29:42 | 2017-06-29T17:29:42 | 95,800,510 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 183 | h | #pragma once
#include "s_Object.h"
class GameOver :
public df::s_Object
{
public:
GameOver();
~GameOver();
int eventHandler(const df::s_Event *p);
GameOver * clone() const;
};
| [
"suninwpi@gmail.com"
] | suninwpi@gmail.com |
3ddb719bbcfcea9d218a9d7c7e1415e1c050fd0c | c66850108afd81720b15333b5fc38b6a1aff4e58 | /src/saber/spectralb/SPNOINTERP_Cov.h | f3c8534836a0eb4fd84d530c5384b67b2199926d | [
"Apache-2.0",
"CECILL-2.0",
"CECILL-C"
] | permissive | JCSDA/saber | e665f962cb856601963409044f9adb6319413ee1 | 67d7451d14d92abd70c23a92f6bc8939d70b1bb1 | refs/heads/master | 2023-09-01T15:17:58.507142 | 2022-10-06T19:43:39 | 2022-10-06T19:43:39 | 304,692,012 | 4 | 8 | Apache-2.0 | 2023-08-18T22:03:34 | 2020-10-16T17:14:36 | C++ | UTF-8 | C++ | false | false | 5,851 | h | /*
* (C) Crown Copyright 2022 Met Office
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
*/
#ifndef SABER_SPECTRALB_SPNOINTERP_COV_H_
#define SABER_SPECTRALB_SPNOINTERP_COV_H_
#include <memory>
#include <string... | [
"noreply@github.com"
] | JCSDA.noreply@github.com |
a285cba0eda428fb1466365b14b2b18961bef46c | cee86d816f709be28942a19ef5cc5ed9b36fa363 | /libraries/Rtc_by_Makuna/src/RtcDS1307.h | 318c39af88216bfd2f719e56235b7216b43f8ef7 | [] | no_license | nicolalombardi/IoT-Thermostat-ESP8266 | 96bd93331290dda983c74b8ff1e3be4b8a9163f5 | 2f85775d5334ced58d72826a456bb2145cf7ebf1 | refs/heads/master | 2022-01-24T18:44:02.762228 | 2021-12-29T11:35:38 | 2021-12-29T11:35:38 | 94,616,059 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,731 | h |
#ifndef __RTCDS1307_H__
#define __RTCDS1307_H__
#include <Arduino.h>
#include <RtcDateTime.h>
#include "RtcUtility.h"
//I2C Slave Address
const uint8_t DS1307_ADDRESS = 0x68;
//DS1307 Register Addresses
const uint8_t DS1307_REG_TIMEDATE = 0x00;
const uint8_t DS1307_REG_STATUS = 0x00;
const uint8_t DS1307_R... | [
"lombardi.nicola23@gmail.com"
] | lombardi.nicola23@gmail.com |
6b13561c7b167feccdf9348c493d5314ef21fcdb | 282b64c67c299b227e3002535609d4319e248b14 | /TcpClientStruct/client_3.cpp | 3cd32a6f1a923b6a8dbab6f285c0df0e142d20db | [] | no_license | TimingTone/Socket | f95ab01f21bb446c16fe1038bcb06cd263777aa4 | a8f937f87479455cb6c9bd4f3909f635d4f297a2 | refs/heads/master | 2021-02-27T20:31:36.108078 | 2020-03-17T16:16:34 | 2020-03-17T16:16:34 | 245,628,295 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,225 | cpp | #define WIN32_LEAN_AND_MEAN //引入宏去避免早期的会引起冲突的一些库,减少其他依赖库的引用
#define _WINSOCK_DEPRECATED_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#include <WinSock2.h>
#include <windows.h>
#include <iostream>
#pragma comment(lib, "ws2_32.lib")
//用Socket API建立简易的TCP客户端
struct DataPackage {
int age;
char name[32];
}... | [
"1725491705@qq.com"
] | 1725491705@qq.com |
e0119de809b298a11cb74a27cbbf8b44957cb950 | 0939698f486c4d8162c677ae3b92694a8711b172 | /client/src/conversationmodel.h | 18f86b5ff4940d21fb026b450425b2337828d438 | [
"WTFPL"
] | permissive | SunRain/mitakuuluu2 | 03edc4d25a99a4bfb82e40b4e250a58797621f86 | b27244e2a880c00665b5faad48cb07af1d2fce89 | refs/heads/master | 2021-01-18T01:47:09.136635 | 2014-09-21T09:34:24 | 2014-09-21T09:34:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,795 | h | #ifndef CONVERSATIONMODEL_H
#define CONVERSATIONMODEL_H
#include <QObject>
#include <QHash>
#include <QVariantMap>
#include <QStringList>
#include <QAbstractListModel>
#include <QtSql/QtSql>
#include <QtDBus/QtDBus>
#include <QTimer>
#include <QDebug>
#include "../threadworker/queryexecutor.h"
class TimestampMs... | [
"coderusinbox@gmail.com"
] | coderusinbox@gmail.com |
9d018269c1a28f7e2da45825fd14d554552fbf40 | 1ab3637074364cf0eba4ee5833361535b9fdc260 | /RFID_YY/leds.cpp | 6e128429d39997873a9f5651469e05d3e5b86668 | [] | no_license | robatz-network/RFID-race | 199bc82bf024926fec75f1d0efb9f127946c24ae | 9460d67aefc0cd511cebde4df192981cd193a02d | refs/heads/master | 2020-06-24T01:35:54.260871 | 2019-09-08T13:55:40 | 2019-09-08T13:55:40 | 198,810,278 | 0 | 1 | null | 2019-08-06T20:12:23 | 2019-07-25T10:28:11 | C++ | UTF-8 | C++ | false | false | 489 | cpp | #include <Arduino.h>
void onLed(const uint8_t pin)
{
pinMode(pin, OUTPUT);
digitalWrite(pin, LOW);
}
void offLed(const uint8_t pin)
{
digitalWrite(pin, HIGH);
pinMode(pin, INPUT);
}
void blinkLed(const uint8_t pin, const uint32_t ms, int num)
{
for (int i = 0; i < num; i++)
{
onLed(... | [
"noreply@github.com"
] | robatz-network.noreply@github.com |
3b1332438366b01df5a1a978a1d579aee1e0ab81 | 0764add6abfe89ea455502ba4c5cf010dc41d117 | /stream_pusher/Ffmpeg_stream_pusher.h | bb9fc07c6d193fb4d22d1cdc82b9acfe279ade81 | [
"MIT"
] | permissive | WangLCG/LiveStream | 22cb1b4e6bf73712de1234fdedd28dacaf08f7c7 | 9afb50d8e14c277c800d5b13d34adce31866520f | refs/heads/master | 2020-11-23T18:54:37.613768 | 2020-08-31T06:57:35 | 2020-08-31T06:57:35 | 227,776,771 | 20 | 23 | null | null | null | null | UTF-8 | C++ | false | false | 5,979 | h | /*
* Car eye 车辆管理平台: www.car-eye.cn
* Car eye 开源网址: https://github.com/Car-eye-team
* MP4Muxer.h
*
* Author: Wgj
* Date: 2019-03-04 22:21
* Copyright 2019
*
* MP4混流器类声明文件
*/
#ifndef __MP4_MUXER_H__
#define __MP4_MUXER_H__
#define _TIMESPEC_DEFINED
#include <thread>
#include <string>
#inclu... | [
"20123200044@m.scnu.edu.cn"
] | 20123200044@m.scnu.edu.cn |
a32acb84f8d56582b887eae0e3c78dc10b7ba017 | be9e723c405521846ca12425da989c0cb15006f1 | /1040/main.cpp | 0b8e81bfad7907c19cba7c7bced7c1b63f49d2c1 | [] | no_license | mhayk/uri | 21edfc2dfc28afb909cd7b82d0a0dcc6869a1d42 | ecfd6e67b8c5fb962c4eaad8b85fee1accc9d3d5 | refs/heads/master | 2021-01-20T00:13:20.181812 | 2020-01-21T21:36:11 | 2020-01-21T21:36:11 | 89,097,052 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 914 | cpp | #include <iostream>
#include <iomanip>
using namespace std;
int main()
{
double n1,n2,n3,n4,average;
cin >> n1 >> n2 >> n3 >> n4;
average = (n1*0.2)+(n2*0.3)+(n3*0.4)+(n4*0.1);
cout << "Media: " << fixed << setprecision(1) << average << endl;
if(average > 7.0)
{
cout << "Aluno aprovad... | [
"eu@mhayk.com.br"
] | eu@mhayk.com.br |
a7a5990e8b71a25b7037651b64b02acf95d1cf3e | 49fac4986eb2c78a7b2dc15eb5bf4471bd29d3ae | /tags/FRAMEWAVE_1.1_BETA/UnitTest/UnitTestCollection/ColorModelConversion/CMC_FunctionObjects.h | 98f7d515d9a14990b3200b428b401d6a1c161977 | [
"Apache-2.0"
] | permissive | imazen/framewave | 1f2f427cc8a4ff3a4d02b619c2f32fe7693039d8 | e6390439955a103d5a97d1568a99d3e02a11376d | refs/heads/master | 2021-01-24T14:56:16.069570 | 2014-10-23T21:55:58 | 2014-10-23T21:55:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,260 | h | /*
Copyright (c) 2006-2008 Advanced Micro Devices, Inc. All Rights Reserved.
This software is subject to the Apache v2.0 License.
*/
#ifndef __CMC_FUNCTION_OBJECTS_H__
#define __CMC_FUNCTION_OBJECTS_H__
#include "Object.h"
#include "FunctionSignatures.h"
// --------------------
// Channel to Channel
/... | [
"jalby@f364fc6c-7e41-0410-b16c-eb8c68fe7df8"
] | jalby@f364fc6c-7e41-0410-b16c-eb8c68fe7df8 |
ff1fb8f1dfa4b6f86bfd7be221fbe3e1af5a040d | 7055d6418bf3e15258e4874641d7b785aaefd520 | /Text chat application/grajasek/src/common.cpp | cf21446fc86061c32a92e1e1c4b24d4d6e356b2d | [] | no_license | gowthamrajasekaranus/Text-chat-application-client-server- | 57c75ec5383f5911b4aa03a55cb28fc4483aaacd | b506b75c86f252f02eee892939e95359bb4926e1 | refs/heads/main | 2023-07-31T13:34:27.580298 | 2021-09-15T03:30:24 | 2021-09-15T03:30:24 | 406,601,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 875 | cpp | #include "../include/logger.h"
#include "../include/common.h"
#include <iostream>
#include <string.h>
using namespace std;
common::common(){
}
void common::print_error(const char* command_str){
cse4589_print_and_log("[%s:ERROR]\n",command_str);
cse4589_print_and_log("[%s:END]\n",command_str);
}
void common::print... | [
"noreply@github.com"
] | gowthamrajasekaranus.noreply@github.com |
8cc2df3d4fc12f7fec2c57ba7b1c7d0086d93f02 | 81b2279b2b24636ccaebb091d7543537142a9272 | /leetcode原生/942_增减字符串匹配_easy/借鉴思想.cpp | 4b5d3b8073a5209693f769a6f77ce3736488d3f7 | [] | no_license | gwtak/My_Leetcode | be6a8d5a050bcd378ae8cfd38ea5b0e5d6f4f70d | bcbebcc8e6c9c58237698ab7534aa3718c489f21 | refs/heads/master | 2022-12-31T22:23:20.771120 | 2020-10-20T10:29:19 | 2020-10-20T10:29:19 | 263,764,562 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,124 | cpp | /*给定只含 "I"(增大)或 "D"(减小)的字符串 S ,令 N = S.length。
返回 [0, 1, ..., N] 的任意排列 A 使得对于所有 i = 0, ..., N-1,都有:
如果 S[i] == "I",那么 A[i] < A[i+1]
如果 S[i] == "D",那么 A[i] > A[i+1]
示例 1:
输入:"IDID"
输出:[0,4,1,3,2]
示例 2:
输入:"III"
输出:[0,1,2,3]
示例 3:
输入:"DDI"
输出:[3,2,0,1]
提示:
1 <= S.length <= 10000
S 只包含字符 "I" 或 "D"。
来源:力扣(Leet... | [
"1969323198@qq.com"
] | 1969323198@qq.com |
2426a700b84018d1776112d82718ab18bf22ac12 | c031fe63baf74199d0aaabd4c5901258d7ae19c5 | /pat/1080.cpp | 8b8bdda0ddc6220f2654e814e2fbe67f08e29de4 | [] | no_license | xjhqre/PAT | 15eb28b6eec93dbd7624de6ca798bd25898507fc | d7571dddd683bf8068e38ce0c78191b63770247b | refs/heads/master | 2023-05-06T04:43:30.527330 | 2021-05-30T06:23:03 | 2021-05-30T06:23:03 | 372,139,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,088 | cpp | #include <algorithm>
#include <iostream>
#include <map>
#include <set>
#include <cstdio>
#include <string>
#include <string.h>
#include <cctype>
#include <math.h>
#include <vector>
using namespace std;
struct StuInfo{
string xh;
int fs1, fs2, fs3;
double zf;
};
int cmp(StuInfo a, StuInfo b){
return a.... | [
"859425698@qq.com"
] | 859425698@qq.com |
5027784a783100619ed93f57dae189669e92a954 | 1fb3ab49ef4e56088fb5cdf6a58dfd8f9c332be4 | /1 Array/binary_search.cpp | 77ae6505680b07c7930592f24d3f91e4fee28ab1 | [] | no_license | durgesh0187/Data-Structure | 410afc5967b4c8508b3fbf8f6de9922c4f1a29fc | e8ebdcf32ed96cb61f345ae4fd8aa009c6c66a79 | refs/heads/master | 2023-03-24T14:02:32.813951 | 2021-03-18T16:53:02 | 2021-03-18T16:53:02 | 287,024,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 708 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int n,key;
cin>>n>>key;
int a[n];
for(int i=0;i<n;i++)
{
cin>>a[i];
}
int start=0;
int end=n-1;
bool flag=false;
while (start<=end)
{
int mid = start + (end-start)/2;
... | [
"noreply@github.com"
] | durgesh0187.noreply@github.com |
71a04004ce3597809cef0bf899e7d4fe66de4445 | b7eed481dc4f381b27349ea72ae75f806a4334e0 | /leetcodecpp/leetcodecpp/pra/lookup.cc | 40970917982c2edc8d2d78c4a15166ccd80292dd | [] | no_license | weekenlee/leetcode-cpp | f351da2998a01a077ca010a52629602fca9a1b43 | 25188daa69bdd0891fed7795046c9d250fa106fc | refs/heads/master | 2022-12-14T23:52:17.183426 | 2022-01-20T13:40:55 | 2022-01-20T13:40:55 | 120,147,027 | 0 | 0 | null | 2022-12-08T00:02:30 | 2018-02-04T02:02:56 | C++ | UTF-8 | C++ | false | false | 867 | cc | #include <algorithm>
#include <iostream>
#include <typeinfo>
using std::cout;
using std::endl;
void g() {cout << "global g" <<endl;}
template <class T>
class Y {
public:
void g() { cout << "Y<" << typeid(T).name() << ">::g()" <<endl;}
void h() { cout << "Y<" << typeid(T).name() << ">::h()" <<endl... | [
"lwj1396@163.com"
] | lwj1396@163.com |
41028d9ffbcdcdfa2d4592d3f865b4fc0576e08c | 460455e7990de7257aa223a58e73069f3ef7ff43 | /src/server/game/Achievements/AchievementMgr.cpp | 4acd3580147712a6262b7a0c7b25caa2f765d158 | [] | no_license | Shkipper/wmane | 2ce69adea1eedf866921c857cbc5bd1bc6d037f0 | 2da37e1e758f17b61efb6aae8fa7343b234f3dcd | refs/heads/master | 2020-04-24T19:51:51.897587 | 2019-02-25T06:14:18 | 2019-02-25T06:14:18 | 172,225,859 | 0 | 0 | null | 2019-02-23T14:49:31 | 2019-02-23T14:49:31 | null | UTF-8 | C++ | false | false | 168,459 | cpp | /*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 ver... | [
"felianther15@gmail.com"
] | felianther15@gmail.com |
ef366a8827db21299642e3b78ed897c11681ddf2 | d09f25e7b28f14024c3e3d4e46ee1e400db9f19e | /c++-test/Programming_with_c++/cpt16_exception/AbstractGeometricObject.h | b5e37923f478596bd0d74b8d0db826a69c02cfef | [] | no_license | gj-sq/program_language_test | c6fc02aed1a43b78380b6b32a4e7b34adfdbc63e | 07218f82f5c5a9e98e2b3ed98dcd82d702291b29 | refs/heads/main | 2023-08-16T22:16:59.731207 | 2021-09-29T14:35:27 | 2021-09-29T14:35:27 | 405,794,259 | 0 | 0 | null | 2021-09-13T01:20:51 | 2021-09-13T01:20:50 | null | UTF-8 | C++ | false | false | 509 | h | #ifndef GEOMETICOBJECT_H
#define GEOMETICOBJECT_H
#include <string>
using namespace std;
class GeometricObject
{
private:
string color;
bool filled;
protected:
GeometricObject();
GeometricObject(const string& color, bool filled);
public:
string getColor() const;
void setColor(const string& col... | [
"GuangJiHuang@qq.com"
] | GuangJiHuang@qq.com |
bb9a88c6516ca58df75c7db5116be3de35ffa6b0 | a0966c0b5ea3c736e325b929fe86fe7907d2eb04 | /c002.cpp | 8979140b103dc7b7e264e66d6b35def518716289 | [] | no_license | hchs910739/zerojudge_c | ec58afb71c1193e6b2d573ed50e22f5ccdb0a5d3 | 95a85dd1991bf2e81223d95590c9cc3277631200 | refs/heads/master | 2020-03-22T07:56:31.689581 | 2018-07-04T14:42:28 | 2018-07-04T14:42:28 | 139,734,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | cpp | #include<iostream>
using namespace std;
main(){
int n[250000];
int ans[250000];
int x,i,j;
for(i=0;;i++)
{
cin>>n[i];
if(n[i]==0)
{
break;
}
... | [
"40828533+hchs910739@users.noreply.github.com"
] | 40828533+hchs910739@users.noreply.github.com |
71b64fb477f9666e726a9baea9d9504331184a7c | 6ea9796da14f3ee7880d04a51c6bff25713b3206 | /hackerrank/contests/week1-challenge/maximizing-xor/main.cc | fd5cc6393ec35355932b167b9d9d35d96c88da4b | [] | no_license | vguerra/programming_contests | 79def4d0a864811a48038b270cebda3fbdc0f000 | 025b064ae0675f015e61cb3066d099b814cd3871 | refs/heads/master | 2021-01-22T11:36:30.364021 | 2015-03-30T19:28:25 | 2015-03-30T19:28:25 | 25,770,826 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 774 | cc | // Victor Guerra <vguerra@gmail.com>
// 2014-04-21
// https://www.hackerrank.com/contests/w1/challenges/maximizing-xor
#include <iostream>
#include <cmath>
#include <cstdint>
using namespace std;
uint32_t maxXor(uint32_t L, uint32_t R) {
uint32_t mask = 0;
uint32_t extra_bits = 0;
uint32_t bitsL = floor(log2(L... | [
"vguerra@gmail.com"
] | vguerra@gmail.com |
10eca59e7aec6810e88a90682d9b4037cfb2afa7 | bc1ba6cd743692e82682a7a999d2de74ab4966c7 | /Computer programming with C++/2ndASSG_3160119_3150251/ppm/Image.cpp | 399674d925a31f9fdf9b9a79076d50fc4203a724 | [] | no_license | ntogka/Aueb-projects | 01ac6fc804759b7f5fbb8a9cc06a2b64962f1edd | d2a07552eb5a1f33d65e127adc388683549a5fc5 | refs/heads/master | 2023-08-30T21:52:38.816787 | 2021-10-04T15:25:50 | 2021-10-04T15:25:50 | 299,969,145 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,248 | cpp | #include "Array.h"
#include <string>
#include "ppm/ppm.h"
using namespace imaging;
namespace math {
bool checkPPM(std::string filename);
bool checkFormat(const std::string& filename_format, const std::string& true_format);
Image::~Image() {}
Image & Image::operator = (const Image & right) {
widt... | [
"noreply@github.com"
] | ntogka.noreply@github.com |
4704995dde0b34c455faeca8b62a6a6104edb8ab | 48591e6fe907d1d1c15ea671db3ab32b6d60f5a6 | /dizuo/Tutorial3_src/src/MainWindow.h | 6fc21dac8c198aef77382e9fc194c7b63f99e7ab | [] | no_license | dizuo/dizuo | 17a2da81c0ad39d77e904012cb9fbb8f6681df1b | 6083ca9969d9d45b72859d9795544ccdf2d13b1c | refs/heads/master | 2021-10-24T21:16:19.910030 | 2021-10-23T07:17:30 | 2021-10-23T07:17:30 | 1,253,554 | 7 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,527 | h | #ifndef _MAINWINDOW_H_
#define _MAINWINDOW_H_
#include <Windows.h>
#include "GL/gl.h"
#include "StateManager.h"
// The main window class. It wraps the HANDLE of the window and initializes the
// openGL rendering context. It is also in charge of processing the different
// event messages.
class CMainWindow
... | [
"ren.yafee@gmail.com@107d8d70-eac7-11de-9d05-050bbbc75a16"
] | ren.yafee@gmail.com@107d8d70-eac7-11de-9d05-050bbbc75a16 |
b9b9976db6ae67611b1b8744fe8ed07c32577a71 | 017d653b1a4d9ed3f5d2b36315dc3a131dd3b601 | /Az_Tools/Textline.h | c0b771d9b56b745702ff9174214c90a233443a2e | [] | no_license | cwoll87/code | c03e5cd2b9603c27a6397364bf6fee9a62f3c5eb | b584b4248a5f979237f1b9d3664b30b8c4ca8a4d | refs/heads/master | 2016-08-04T07:03:16.013414 | 2015-01-06T22:55:32 | 2015-01-06T22:55:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 541 | h | #pragma once
#include "SFML\Graphics.hpp"
namespace az
{
class Textline : public sf::Drawable
{
public:
sf::Text text;
std::string stringName;
sf::Font *font;
Textline(void);
Textline(std::string name, int size, int xpos, int ypos, const sf::Color &color);
~Textline(void);
std::string getString()c... | [
"Hybra@hotmail.de"
] | Hybra@hotmail.de |
9bd246dd78eb4611f7adc826cfe1969c54819401 | c2252f1526c624f88885240ef4e07ca6f27cae69 | /Solutions/101170 - 2016-2017 ACM-ICPC Northwestern European Regional Programming Contest (NWERC 2016)/J(greedy).cpp | 64911435b88b443890b5fcfbbd0aa61734233feb | [] | no_license | shubhansujee9/Codeforces-Gyms-Solutions | 201529a75db9abe9b5dfa693ee1fedca93416823 | 785b69956c9b8afd31f4ebd0b24fe10362dc9d84 | refs/heads/master | 2020-03-24T13:00:38.421420 | 2018-07-22T09:05:52 | 2018-07-22T09:05:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,733 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef vector<ll> vi;
typedef vector<ll> vll;
typedef vector<vi> vvi;
typedef pair<ll, ll> pii;
typedef vector<pii> vii;
typedef vector<bool> vb;
typedef vector<string> vs;
const int di[] = { -1, 0, 1, 0 };
const int dj[] = { 0, 1, 0, -1 };
const ll M... | [
"khaled.hamedt@gmail.com"
] | khaled.hamedt@gmail.com |
579763f1ba366750d2a81245654aa2d1bfcd1031 | 3e92edd742d419f6abc4ba17ae90d40f0d59413b | /firmware/firmware/firmware.ino | a1dae519f929f974a5f64a85206e43d91c2f6a7f | [] | no_license | NimraZeeshan/WeatherMonitoringSystem-Iot | 2938ac87d5051c7cbcec5e77b96572c18f388a45 | e9db84a71a090ff85d8b62465c227955163d1c71 | refs/heads/master | 2023-06-03T05:35:09.775806 | 2020-07-09T06:40:38 | 2020-07-09T06:40:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,674 | ino | #include <ESP8266WiFi.h> //Including the ESP8266 WiFi library in order to usm them
#include <ESP8266HTTPClient.h>
#include <ArduinoJson.h>
#include <Wire.h>
//FOR SOIL MOISTURE
int soil_pin = D0; // Soil Sensor input at PIN D0
int soil_value = 0;
//FOR DHT11
#include <Adafruit_Sensor.h> //In or... | [
"winneecreztha@gmail.com"
] | winneecreztha@gmail.com |
025e4f7d3b61b28ed257dc04f45695184ed2058f | 39b5fe34f34fdf1d25b5904b79647893379867a3 | /ClientSide/Handmade/Player.cpp | 14d06e4733341c625cf0b3ae43ccea38793965e9 | [
"MIT"
] | permissive | kakol20/Networking-For-Games---2D-Game | 2e6d2981b14c2c41728f779aecb114905f5f2fe1 | bf76aa4be9fbb05653d650f662db16594fcd28d2 | refs/heads/master | 2020-12-21T18:26:10.872686 | 2020-01-31T17:51:22 | 2020-01-31T17:51:22 | 236,521,700 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,707 | cpp | #include "Player.h"
#include <cmath>
#include <sstream>
#include "InputManager.h"
#include "ScreenManager.h"
#include "TextureManager.h"
Player::Player()
{
TheTexture::Instance()->LoadTextureFromFile("Assets/Sprites/Player.png", "PlayerSprite");
TheTexture::Instance()->LoadFontFromFile("Assets/Fonts/Formula1-Regu... | [
"adrianaquino.aquino33@gmail.com"
] | adrianaquino.aquino33@gmail.com |
6cb45a9ac8527d9c191ed7c0c6a491ca3429808e | d7bdd8789ebd7fdf7a4a181b24d8c922cc457fa7 | /Shuffle/List.cpp | 8fa0adfd46a7adadb4d9d7e4c2030317838964f9 | [] | no_license | daringh10/C-Programming-Projects | 2e114f339780c3c9a970578a08b4ee30a3a80f6c | 8a030d6490db0f7a1a36dba38926626acf19a88e | refs/heads/main | 2023-08-05T08:04:22.707187 | 2021-09-19T22:00:55 | 2021-09-19T22:00:55 | 408,241,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,533 | cpp | #include <iostream>
#include <string>
#include <climits>
#include "List.h"
using namespace std;
// Private Constructor ---------------------------------------------------
//Node constructor
List::Node::Node(int x){
data = x;
next = nullptr;
prev = nullptr;
}
// Class Constructors & Destructors --------------... | [
"dgharib@ucsc.edu"
] | dgharib@ucsc.edu |
6a0299f9b190e8e1e94deee28fd3b19af4cfe7bc | 1baf140693e66029e97b044bedbcb227cce4be22 | /arduino/LC/Garaland.ino | 2d6d14bfd8b8d31fc9f63e7e83dbd7c6b3d47407 | [] | no_license | zholdak/arduino-lights-controller | 88be11e7d7f3634cb85c0d7e064911440fd07bc8 | b260fce45adcc572216b6ddfa43bda7631fd3cb7 | refs/heads/master | 2020-04-09T03:10:45.131751 | 2018-12-01T18:00:58 | 2018-12-01T18:00:58 | 159,972,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,426 | ino | #include "Leds.h"
#include "Garaland.h"
#include "Sd.h"
CRGB garalandLeds[NUM_LEDS];
void garalandInit() {
#ifdef DEBUG
Serial.println(F("All leds off"));
#endif
#ifdef LED_GARLAND
FastLED.addLeds<WS2812B, LED_GARLAND, GRB>(garalandLeds, NUM_LEDS);
FastLED.setBrightness(128);
FastLED.setDithe... | [
"aleksey@zholdak.com"
] | aleksey@zholdak.com |
d14e78b89fab554f5b583a605e40e5a04e211606 | 7771130ea6eb1f076a7d18e672d3d82d5996e957 | /src/qt/winshutdownmonitor.cpp | 81c6c853d960cd4816be31d2068b4a222fe10b51 | [
"MIT"
] | permissive | gdrcoin/gdrcoin | 49707508dfc1b14ace3817854416355a925539df | f9f2137b3d9069bfc8e3c69c90a684a061dfb6aa | refs/heads/master | 2020-03-10T18:01:49.563615 | 2018-04-14T12:36:52 | 2018-04-14T12:36:52 | 129,511,260 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,457 | cpp | // Copyright (c) 2014-2016 The Gdrcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "winshutdownmonitor.h"
#if defined(Q_OS_WIN) && QT_VERSION >= 0x050000
#include "init.h"
#include "util.h"
#includ... | [
"37983255+spineinhalb@users.noreply.github.com"
] | 37983255+spineinhalb@users.noreply.github.com |
e863a920565d41d2b70ec8d94ad3766d4120fd28 | ad06b2e7544e0c67ff20a94b7be605f4cce6f6a9 | /reverse/reverse.cpp | 6890c086d8ca98b045d338c3e68301542e531b78 | [] | no_license | blackxhat24/clanguagevjudgepart2 | 379526c464556483bcbbc897320c047beee36d7d | 514c141b2804a00eaf39adb35b612347a2115498 | refs/heads/master | 2022-12-24T05:25:03.988734 | 2020-09-26T06:44:42 | 2020-09-26T06:44:42 | 298,753,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 369 | cpp | #include <stdio.h>
#include <string.h>
int main ()
{
int kasus;
int i,j;
char input[1000];
scanf("%d",&kasus);
for ( i = 1; i <= kasus ; i++ )
{
scanf("%s", input);
printf("Case #%d : ",i);
for (j = strlen(input)-1; j >=0 ; j--)
{
printf("%c", input[j]);
}
pri... | [
"noreply@github.com"
] | blackxhat24.noreply@github.com |
b60140d2a3566bd53f7552d67f43b9dc05e6769e | 826c0537b0d11865ca5c67782f853cef950430cb | /JFEngine/WinMain.cpp | 07ed5edb39e8048a5461ea353065781d75e7fbac | [
"MIT"
] | permissive | jeffery1994/JFEngine | 1e0aa67fa761ab8698eacd8e94573f2f64a1806d | 76222e0c34f40088577506322a361cc822cf2591 | refs/heads/main | 2023-02-28T07:15:10.319921 | 2021-02-07T01:56:36 | 2021-02-07T01:56:36 | 335,144,597 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,827 | cpp | /******************************************************************************************
* Chili Direct3D Engine *
* Copyright 2018 PlanetChili <http://www.planetchili.net> *
* *
* This file is part of Chili Direct3D Engine. *
* *
* ... | [
"xiaotabing1994@126.com"
] | xiaotabing1994@126.com |
057775b6eaffcb33b8f573921eefd752cf33fe7d | 6c8ab6c4680c08e707fe262ef6ef9c0de8e726dd | /miabot_commands.h | 52d49961a2e3d6ae4aac45ebe96ca90082e58dd5 | [] | no_license | drjosephbaxter/miabot-player | 934ee4866e1843bc9d3c74d9eb51cbf0729e23f5 | a494bcc447c15e18f322e15f8c05bc78c877f888 | refs/heads/main | 2023-04-30T21:20:02.683128 | 2021-05-08T09:26:32 | 2021-05-08T09:26:32 | 365,471,965 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,389 | h | /* miabot_commands.h
* Miabot Plugin for Player
* Copyright (C) - Joseph Baxter {joseph.lee.baxter@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 th... | [
"joseph.baxter@nottingham.ac.uk"
] | joseph.baxter@nottingham.ac.uk |
ca217f495a4fe5059c2f087cbf0c7eaa54176d7f | 221e8fd8c12d916a847af856ae0667dc14511833 | /CDrawTool.hpp | eadb7ea7db917f726980ec5af62988c9e5834421 | [] | no_license | LikeSnooker/Sokoban | 6cb47ad79a3bdd4021447752aa14a3dd199175b7 | a95eacaa2e9eea793a07e45daf889aa11ece338f | refs/heads/master | 2021-04-15T05:58:17.732477 | 2018-03-22T13:02:10 | 2018-03-22T13:02:10 | 126,334,920 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,930 | hpp | //
// CDrawer.hpp
// sokoban
//
// Created by 张雨 on 15/9/22.
// Copyright © 2015年 张雨. All rights reserved.
//
#ifndef CDrawTool_hpp
#define CDrawTool_hpp
#import <UIKit/UIKit.h>
#include <stdio.h>
#include "CSokoban.hpp"
#include "ISokobanDatasource.hpp"
#define MATH_PAI 3.1415926
//石板灰
#define WALL_COLOR [[UICo... | [
"yuzhang@yuzhangdeMacBook-Pro.local"
] | yuzhang@yuzhangdeMacBook-Pro.local |
6475f29292b925778d2be22d3660d1c44304e9f2 | c9b06761b0b43a5a06b765fed6a9b4f8e6c1f1d1 | /Lecture_24/graph.cpp | 8b7caa9cb4151fdd11522d37526ac4581779ee14 | [] | no_license | utkarshnath/Launchpad_Sept_18 | 5fba2eb69ffa380b46e198b1b9a27fa603e86909 | c4ec3c542d5c1e2b81741e62697608eeaa96982a | refs/heads/master | 2020-03-30T06:45:08.487753 | 2019-01-13T17:31:46 | 2019-01-13T17:31:46 | 150,886,207 | 10 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 4,735 | cpp | #include<iostream>
#include<list>
#include<queue>
#include<stack>
using namespace std;
class graph{
int V; // count of vertex
list<int>* l;
public:
graph(int v){
V = v;
l = new list<int> [v];
}
void addEdge(int u,int v, bool bidir = true){
l[u].push_back(v);
if(bidir... | [
"nath.utkarsh1@gmail.com"
] | nath.utkarsh1@gmail.com |
d1f5ea87eaab3437224d192433b85776a38b69ed | 03e92eca1c566dc5621d70f6b9e700f7ea4fa04e | /core_war/jmz_command.cpp | 3e1f0d6352593a9d56ef684c5e7610415b589e9f | [] | no_license | ankutalev/16208_kutalev | 15610a5075bb9dd50c37998a06ce8ee5996e081e | e36ecdc14960175074bb0a6a62c31bddb77db1bf | refs/heads/master | 2021-09-16T07:19:36.850113 | 2018-06-18T12:35:01 | 2018-06-18T12:35:01 | 103,538,818 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,893 | cpp | #include "factory.hpp"
class Jmz_command : public Instruction {
public:
explicit Jmz_command(Modifiers x) { Fields.OpcodeMod = x;Name = "JMZ"; }
void Execution(ExecutionContext &Executor) override {
if (Fields.AOperandMod == Mods::Lattice &&
Fields.BOperandMod == Mods::Lattice) {
Fields.AOffset = ... | [
"a.kutalev@g.nsu.ru"
] | a.kutalev@g.nsu.ru |
a6ddefdf8b515fca14e7dfed951471e6cc210849 | 0f5780cdf99c4b4568d8550f2bdfb3a1fa71126d | /src/FastDC.cpp | b678ed3f75c95c11225917ddcc5b9c3b0bc59310 | [] | no_license | lenoval/e | 3136e04e5cbfc140368f0ec32c6e500e9773d113 | 52f3c09282ddbf5c53fe75c1d4395a9bc134f52d | refs/heads/master | 2021-01-18T03:51:50.353760 | 2009-05-08T21:57:49 | 2009-05-08T21:57:49 | 196,945 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,092 | cpp | /*******************************************************************************
*
* Copyright (C) 2009, Alexander Stigsen, e-texteditor.com
*
* This software is licensed under the Open Company License as described
* in the file license.txt, which you should have received as part of this
* distribution. The terms... | [
"stigsen@e-texteditor.com"
] | stigsen@e-texteditor.com |
eaca1e58dba15691e3f832fa2f00e4410820253e | 6b30258040708b6a691b0620d4aaa64e98d2e0d0 | /zjutOJ/倒置排序.cpp | 869b9df76327e30d4c58559f5cd5766e9e40d06d | [] | no_license | shenxs/ACM | 74e94b250b23468b1f88dcccf1c4ca9d55aa6937 | bea2ea559e1e3375cec3def59cab718a180db98e | refs/heads/master | 2020-05-09T21:22:57.880227 | 2019-12-22T14:43:42 | 2019-12-22T14:43:42 | 27,082,818 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,031 | cpp | #include<iostream>
#include<vector>
#include<string>
#include<cmath>
#include<algorithm>
using namespace std;
bool bijiao(string s1,string s2)
{
string a1,a2,b1,b2;
a1=s1;
a2=s2;
reverse(a1.begin(),a1.end());
reverse(a2.begin(),a2.end());
string::iterator it;
for (it =a1.begin(); it != a1.end(); ++it)
{ ... | [
"a247820400@gmail.com"
] | a247820400@gmail.com |
259e7d42c7270780d6c57abbe1c1514abbfc841d | 7c17e5606be4ad8d1785226deb3fe5677e04d099 | /stuff/urho3d/Source/Samples/00_ignition/relative_pose/_zzz/pioneer_src/ui/CellSpec.cpp | ed1ed360b6338523893f0394d24286020baca353 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | z80/ignition | a4fa4adb32fed843ee41bcdc83e41ba3d70f048b | 629c9d998d53de33f3b123910770f73c9e783234 | refs/heads/master | 2023-07-21T17:46:52.510964 | 2023-04-04T17:18:41 | 2023-04-04T17:18:41 | 206,724,558 | 14 | 3 | null | 2022-06-23T00:02:44 | 2019-09-06T06:06:22 | C++ | UTF-8 | C++ | false | false | 606 | cpp | // Copyright © 2008-2020 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#include "CellSpec.h"
#include "LuaObject.h"
namespace UI {
CellSpec CellSpec::FromLuaTable(lua_State *l, int idx)
{
const int table = lua_absindex(l, idx);
assert(lua_ista... | [
"bashkirov.sergey@gmail.com"
] | bashkirov.sergey@gmail.com |
b2430c30e5077303c504050cd1fa9b58fc506100 | ff5cc8a70efa3967b4d94932b9282d7152693a89 | /201903-3-损坏的RAID5.cpp | 3194ea382e603faf6419ddf50a19101e87e5ea23 | [] | no_license | WHUQFCC/CCF | 28b1956cadc41f91850631e2d204ea6ddd63112c | 9722df2d4bd772ead7bdb98ee2d368cae16cda7d | refs/heads/master | 2020-08-09T14:30:49.890757 | 2019-10-16T10:21:19 | 2019-10-16T10:21:19 | 214,107,365 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,780 | cpp | #include <iostream>
#include <string>
using namespace std;
typedef struct Disk
{
int disknum;
string content;
}Disk;
typedef struct
{
int disknum;
int posi;
}Block;
int n,s,l,m,disklenth;
Disk disk[1005];//用于存储存在的磁盘的磁盘号和该磁盘上的内容
int block[1005];//用于存储待查询的块的块号
Block getPosition(int blknum);//获取块在磁盘上的位置
int six... | [
"noreply@github.com"
] | WHUQFCC.noreply@github.com |
d3eea6e5469efd3c266df8b48a235bb05ed347e0 | 0f73c722e85ee23fcf7d276041a2dd3c2f8c36f4 | /helloworld.cpp | 8b998912ad8dcd8b0e7ee298a37f86763122c026 | [] | no_license | BohemianHacks/Programming-1 | 7be28c92c14464a9f1cdad144f22c9a8f541db57 | b83fdcb1770038fb0535b4a2dae18134e5fe4c45 | refs/heads/master | 2021-01-01T18:38:07.630437 | 2013-11-26T09:10:12 | 2013-11-26T09:10:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 269 | cpp | //Hello world program
//Built to introduce me to C++
//by Jeff Blecha
#include "stdafx.h"
#include <iostream>
#include <string>
using namespace std;
void print(string words){
cout << words << endl;
}
int main(){
print("Hello World!");
cin.ignore();
return 0;
}
| [
"jeff.blecha@gmail.com"
] | jeff.blecha@gmail.com |
2e8245afa88bcc31394c90934f63b39a1b2bbda1 | eb7047d5a8c00d4370a55c2806a2f051287b452d | /modulesrc/topology/ReverseCuthillMcKee.i | 967c75b2e191b3e4eefa51f3bfd1b7518520188f | [
"MIT"
] | permissive | mousumiroy-unm/pylith | 8361a1c0fbcde99657fd3c4e88678a8b5fc8398b | 9a7b6b4ee8e1b89bc441bcedc5ed28a3318e2468 | refs/heads/main | 2023-05-27T18:40:57.145323 | 2021-06-09T19:32:19 | 2021-06-09T19:32:19 | 373,931,160 | 0 | 0 | MIT | 2021-06-04T18:40:09 | 2021-06-04T18:40:09 | null | UTF-8 | C++ | false | false | 1,242 | i | // -*- C++ -*-
//
// ======================================================================
//
// Brad T. Aagaard, U.S. Geological Survey
// Charles A. Williams, GNS Science
// Matthew G. Knepley, University of Chicago
//
// This code was developed as part of the Computational Infrastructure
// for Geodynamics (http://... | [
"baagaard@usgs.gov"
] | baagaard@usgs.gov |
c05148e7073ac569d389bd0b137c72ab87718d62 | fcc4e5e6c7ade243bd9fce6a3b7561a4d262e206 | /pwmLight/pwmLight.ino | a74d1df77a36fc12269f4658cf2cbb605eb0fd57 | [] | no_license | brucetsao/arduino_Programming | 48fd7e4e93035107fd46eb036161441a42030dcc | fbd44a0ba59fa4002d0879d7ad4182524894619b | refs/heads/master | 2021-01-15T16:17:34.427866 | 2015-06-29T05:17:49 | 2015-06-29T05:17:49 | 29,160,262 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 587 | ino | int val;//定義變數val
int ledpin=8 ;//定義Led pin8
int potpin=1;//定義可便電組類比介面0
void setup()
{
Serial.begin(9600);//設置串列傳輸速率為9600
pinMode(ledpin,OUTPUT);
//設置數位接腳13為輸出介面,Arduino 上我們用到的I/O 口都要進行類似這樣的定義。
}
void loop()
{
val=analogRead(potpin);// 讀取感測器的模擬值並賦值給val
Serial.println(val);//顯示val 變數
analogWrite(ledpin,map(va... | [
"prgbruce@gmail.com"
] | prgbruce@gmail.com |
a5d6724daac9d9f8b6bce9c20ee54a937a6c9f54 | a211bff67d4a1904cd1268ede8cdd5bad519d7a1 | /src/frameworks/naiad_dispatcher.cc | 8ca517cc6bacd0f0bbf8c84edb89b870659ec630 | [
"Apache-2.0"
] | permissive | ingomueller-net/Musketeer | c00144b45c35980979149cc4f41922588b92277a | 3ed41d93b0a61f00aa8a0b8ec084973b20956b3d | refs/heads/master | 2020-04-03T15:24:28.385684 | 2018-10-30T09:49:13 | 2018-10-30T09:49:13 | 155,361,431 | 0 | 0 | Apache-2.0 | 2018-10-30T09:51:29 | 2018-10-30T09:51:28 | null | UTF-8 | C++ | false | false | 2,327 | cc | // Copyright (c) 2015 Ionel Gog <ionel.gog@cl.cam.ac.uk>
/*
* 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
*
* THIS CODE IS PROVIDED ... | [
"gogionel@gmail.com"
] | gogionel@gmail.com |
0a82745e7632c6585929b0be613f491880aa56c5 | 5a1fddd1b5b317476d280b4536c5f38a7b1c1b9e | /ThunderFox/ThunderFox/TFGizmo.h | c65682a670f8c48840af2f009aff6ab09401c6f3 | [] | no_license | o-tantk/ThunderfoxEngine | 0c991fcb8b675f4f9d1620fb78bf6f7ddaef3840 | 7504d05faab8f4bc718d7d2951978b464279322f | refs/heads/master | 2021-01-15T09:42:41.904444 | 2016-05-06T20:46:04 | 2016-05-06T20:46:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,351 | h | #ifndef _TFGIZMO_H_
#define _TFGIZMO_H_
#include "gl\glew.h"
#include "glm\glm.hpp"
#include "TFShader.h"
#include "TFHandle.h"
#include <vector>
struct GizmoPoint{
glm::vec3 vertex;
glm::vec3 color;
};
enum {
MAX_GIZMO_LINES = 100,
MAX_GIZMO_POINTS = 100,
};
//class TFGizmo{
//private:
// TFGizmo(TFGizmo const... | [
"tantk90@hotmail.com"
] | tantk90@hotmail.com |
9349fc19bf2ddc311d41c401928c01e3bb7c0ee7 | de24652a9c94a974c92eb6cca1edcf04f465aa4f | /Ground.h | 8877f20e7518f868b219e5ba231dc0ca883968ef | [] | no_license | dencorg/Robot_vehicles_simulation | abbc9ee4f3525d71c0a2f3d2fd6189e9ce74baa5 | 062d9a3652731be6b67f441748758083cf822970 | refs/heads/master | 2020-06-08T00:34:25.716584 | 2015-06-10T19:25:10 | 2015-06-10T19:25:10 | 37,216,968 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,393 | h | #ifndef GROUND_H
#define GROUND_H
#include <iostream>
#include <cstdlib>
// class gia ena simeio sto edafos tou kosmou
class Ground {
private:
int ground_units; // monades sto edafos
// periektikotites sistatikwn
float palladio_content;
float iridio_content;
float leukoxriso_content;
// m... | [
"dencorg@gmail.com"
] | dencorg@gmail.com |
36bc23cfe57e99bc71a6b87be592b4eab5034627 | 3f0f439d57f2185cb484f8faad78d49bab648627 | /external/rocksdb/table/iter_heap.h | 763d5f98c1eb1f44d00f3d5843e9032874e8c1b1 | [
"Apache-2.0",
"BSD-3-Clause",
"GPL-2.0-only",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | b2n-project/bitcoin2network | f0f0d8c67e901004c9def6b39906c9edbc241554 | 0861d44ca8efd2c34c63acabe5468a094593d25d | refs/heads/master | 2020-03-18T04:40:53.034521 | 2019-02-16T07:32:31 | 2019-02-16T07:32:31 | 134,300,206 | 0 | 7 | MIT | 2019-02-16T07:32:32 | 2018-05-21T17:09:54 | C++ | UTF-8 | C++ | false | false | 1,273 | h | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).
//
#pragma once
#include "rocksdb/comparator.h"
... | [
"devs@bitcoin2.network"
] | devs@bitcoin2.network |
d15887d1919604162b8b9c4b7df627706d68d7af | d1ad68da0d7d3a71c2d43d297d6fd3cffbbf75c2 | /yukicoder/430/AhoCrasick.cpp | f452b37c607638e5372f475f20d7d9d5813ab3ec | [] | no_license | hamko/procon | 2a0a685b88a69951be7a9217dd32955f9500df57 | a822f8089a3063a158d47ea48c54aca89934f855 | refs/heads/master | 2021-01-17T00:00:10.915298 | 2020-02-24T06:24:33 | 2020-02-24T06:24:33 | 55,990,248 | 7 | 1 | null | 2020-02-24T06:24:34 | 2016-04-11T16:49:50 | C++ | UTF-8 | C++ | false | false | 10,267 | cpp | #include <bits/stdc++.h>
#include <sys/time.h>
using namespace std;
#define rep(i,n) for(long long i = 0; i < (long long)(n); i++)
#define repi(i,a,b) for(long long i = (long long)(a); i < (long long)(b); i++)
#define pb push_back
#define all(x) (x).begin(), (x).end()
#define fi first
#define se second
#define mt make... | [
"wakataberyo@gmail.com"
] | wakataberyo@gmail.com |
0080998542d6451528769c360f09fcbca1af9499 | 93c66e44e6ae7e654aefc42cad10706a44aa2377 | /concurrency/then_19_25_2_2_1.cpp | d4b9b9e975246387c487e2f1502c1e1a04f05b11 | [] | no_license | dcampora/cpp11 | 11a61227522baa5d83a8f0d81300c84553a923ca | db3e2830d2eed370134e6d25193d0f22e8dbd605 | refs/heads/master | 2020-05-17T18:38:38.325947 | 2016-01-20T08:47:41 | 2016-01-20T08:47:41 | 32,726,789 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,638 | cpp | #include <iostream> // cout, endl
#include <future> // async, future
#include <thread> // thread, sleep_for
#include <vector> // vector
#include <random> // random_device, uniform_int_distribution
#include <chrono> // chrono (system_clock, sleep_for)
#include <utility> ... | [
"danielcampora@gmail.com"
] | danielcampora@gmail.com |
b633310855d8a04618da56f3c99e1bf19d349331 | 43a2fbc77f5cea2487c05c7679a30e15db9a3a50 | /Cpp/External (Offsets Only)/SDK/BP_FishingFish_StormFish_03_Colour_03_Wild_classes.h | 91b01995a131cfbf7464aedf26c2d17f31890fb4 | [] | no_license | zH4x/SoT-Insider-SDK | 57e2e05ede34ca1fd90fc5904cf7a79f0259085c | 6bff738a1b701c34656546e333b7e59c98c63ad7 | refs/heads/main | 2023-06-09T23:10:32.929216 | 2021-07-07T01:34:27 | 2021-07-07T01:34:27 | 383,638,719 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 955 | h | #pragma once
// Name: SoT-Insider, Version: 1.102.2382.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//-----------------------------------------------... | [
"Massimo.linker@gmail.com"
] | Massimo.linker@gmail.com |
adbcb47923beed921e909cf617eccb56dbdd3fd1 | 6fc9a543ab23fb8d1253f7d073d864f41c2b9067 | /src/controller/ShowController.cpp | dc286e212c260c04e19f3143a837a286217ad5e4 | [] | no_license | MarcoCaballero/klondike-cpp | 73fa7e5c4a3974f47500259e9f1bb988202fd72c | 3b3a6acc5851c5fbe2cc86401951f7f9e3653189 | refs/heads/master | 2021-05-07T15:06:16.858655 | 2017-11-16T07:48:19 | 2017-11-16T07:48:19 | 109,833,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 132 | cpp | #include <controller/ShowController.h>
namespace controller {
ShowController::~ShowController() {
}
} /* namespace controller */
| [
"marco.caballero.d@gmail.com"
] | marco.caballero.d@gmail.com |
eb24ba0a471d8cd6bc0fb0d6e0592a0c7d0c9131 | fa7a76c7646ced5f8ffbd009d4a21f05e187495a | /Live Archive/Live Archive/Triangle.cpp | fb5e05190cdb4e523b2510b9aaadbbdcfc827dac | [] | no_license | osama-afifi/Online-Judges-Solutions | 5273018f8373f377b9dafa85521c97beaa6574a0 | f49130f8ccbe8abc062f1b51a204edb819699b3a | refs/heads/master | 2021-01-10T19:54:34.488053 | 2015-04-23T21:42:54 | 2015-04-23T21:42:54 | 21,754,051 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,240 | cpp | //// NOT AC YET
//
//#include <vector>
//#include <list>
//#include <map>
//#include <set>
//#include <queue>
//#include <deque>
//#include <stack>
//#include <bitset>
//#include <algorithm>
//#include <functional>
//#include <numeric>
//#include <utility>
//#include <sstream>
//#include <iostream>
//#include <iomanip>... | [
"osama.egt@gmail.com"
] | osama.egt@gmail.com |
eb391b455196a087f01e6cdf0a28a94241988aab | 70f8491a27470287090d3c2be061d5fce23f07a9 | /algorithms/p397/397.hpp | 5464a0998ca1bb21d9942a15724a940f824e2900 | [
"Apache-2.0"
] | permissive | baishuai/leetcode | 44094a91e95c0557394cf15324008f79fc2d6688 | 440ff08cf15e03ee64b3aa18370af1f75e958d18 | refs/heads/master | 2021-09-01T01:02:33.335046 | 2017-12-24T01:01:47 | 2017-12-24T01:01:47 | 84,698,557 | 10 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,069 | hpp |
#ifndef LEETCODE_397_HPP
#define LEETCODE_397_HPP
#include <iostream>
#include <queue>
#include <algorithm>
#include <vector>
#include <unordered_map>
#include <unordered_set>
#include <set>
#include <numeric>
#include <stack>
#include <string>
using namespace std;
/*
Given a positive integer n and you can do opera... | [
"baishuai.io@gmail.com"
] | baishuai.io@gmail.com |
575c4010bd4da1324ebdb2aeb91703b2b8a48b43 | f8573941754a429f481c18b46ad5337d1bb55609 | /PhysX 3.3.1/Source/foundation/include/PsFoundation.h | 1b92105453bc32144d0835f72e760fa9c5f5b2ac | [] | no_license | frbyles/ExcavatorSimulator | 409fa4ad56ba3d786dedfffb5d981db86d89f4f5 | c4be4ea60cd1c62c0d0207af31dfed4a47ef6124 | refs/heads/master | 2021-01-19T11:38:04.166440 | 2015-11-12T17:45:52 | 2015-11-12T17:45:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,805 | h | // This code contains NVIDIA Confidential Information and is disclosed to you
// under a form of NVIDIA software license agreement provided separately to you.
//
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// proprietary rights in and to this software and related documentation... | [
"seifes1@gmail.com"
] | seifes1@gmail.com |
f3d81605dd407e3b51d2e523200a7bf5cd61ee65 | 1bbf0f087abe2a2c1522f7a5aa422cb75bb6d319 | /Tecnicas de programação 1/trabforcabrabo/mainwindow.cpp | 7505cfa720d39a7f5fe9db77ee81f6aaf876bbc1 | [] | no_license | xfelipealves/SecondSemester | 0f0839a40e08319f454d3e5f414df581b2614e25 | 0777d76dbbf7b6369963b09996d37f5a614cb101 | refs/heads/main | 2023-06-21T19:26:09.783376 | 2021-07-21T03:10:29 | 2021-07-21T03:10:29 | 387,977,596 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,092 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow),
btns(nullptr),
jogo(nullptr)
{
ui->setupUi(this);
jogo=new Jogo;
btns=new QPushButton*[26]; //inicializar vetor de botoes
criarBotoes();
}
MainWi... | [
"felipecamiloalves04@gmail.com"
] | felipecamiloalves04@gmail.com |
56b5ee1d7c79f64cad2e6e9d794fe36725f9e75e | 1b8db6b3991c7f49ac180dca30c0f1e42069ab72 | /common/NetworkMessageParser.h | 67b02a08fb19cfc1730d12b32f74a3955fff43d7 | [] | no_license | jsandersr/Hydra | cf27de6c5fad35c1b49faa2b51320dcde453a15a | 0fd5f7b2e24a3ca75f3c135d996510d896330390 | refs/heads/master | 2020-06-29T04:47:27.474351 | 2020-01-01T11:35:39 | 2020-01-01T11:39:05 | 200,444,574 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,536 | h | //---------------------------------------------------------------
//
// Parser.cpp
//
#pragma once
#include <memory>
#include <vector>
#include <string>
namespace Common {
//===============================================================================
struct MessageHeader;
struct NetworkMessage;
class NetworkMes... | [
"joshua.sandersr@gmail.com"
] | joshua.sandersr@gmail.com |
fc586fa32bfa1a484c4b32d0b030a3849e51ce9f | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/net/mmc/wins/delrcdlg.cpp | b32346f253c5e82377c7a2f11d963feee5fedea6 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,408 | cpp | /**********************************************************************/
/** Microsoft Windows/NT **/
/** Copyright(c) Microsoft Corporation, 1997 - 1999 -99 **/
/**********************************************************************/
/*
delrcdlg.... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
beb60a3ba0569627f5f392dfba7b39d8366b9f9f | efa055b4d902b79a729e133f061975b73120c1de | /Playground/QWidgetMultiFileChooser/MainWindow.cpp | d19e2619a5f89e5727aa2e3658808f595662446f | [] | no_license | dellambrogio/learning-qml | 2c4f1a8a7a07d67fd92bc0799968d5be0a4b12cc | 05b8dcfb0052028278ffbdd8db15727acfffd641 | refs/heads/master | 2021-07-17T07:36:10.504767 | 2016-07-29T14:38:18 | 2016-07-29T14:38:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,062 | cpp | // ============================================================================
// Copyright (c) 2016 Nextcode
// Nextcode, Zurich. All rights reserved.
//
// Authors: Michele Dell'Ambrogio (m@nextcode.ch)
// ============================================================================
#include "MainWindow.h"
#in... | [
"mda@disneyresearch.com"
] | mda@disneyresearch.com |
410f2c922973578229a4fc53b2c0a11790546a21 | 6218cb47da451a41270c86fbd61382c8a8b7a635 | /NTRIP/venus8.cpp | fe97c4e2d39f2f21e778d6333df419df312e5754 | [
"MIT"
] | permissive | ollax452/Qt | a7ea3a6a6378409ef4bfa62c1dc6f1183f893f4d | 85f29279e70121d5108c6d9295b2ba09826fba85 | refs/heads/master | 2021-12-25T06:31:57.097999 | 2017-06-12T01:13:28 | 2017-06-12T01:13:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,562 | cpp | #include "venus8.h"
#define VENUS8WAIT 3000
QByteArray Venus8::messagestart=QByteArray::fromHex("A0A1");
QByteArray Venus8::messageend=QByteArray::fromHex("0D0A");
Venus8::Venus8()
: QSerialPort(Q_NULLPTR)
{
receiveflag=false;
sendflag=false;
thread=new QThread();
this->moveToThread(... | [
"alexanderhmw@gmail.com"
] | alexanderhmw@gmail.com |
f54d0f86508ae5763ad8ee0468b3ad481da0e08d | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /vm/include/tencentcloud/vm/v20210922/model/DescribeTasksResponse.h | 621ce1227b6dd4016d832c5b546f3ea7d668bd74 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 5,265 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
6be874fb39a9bdebf01527696999c34e447f0265 | 6a69d57c782e0b1b993e876ad4ca2927a5f2e863 | /vendor/samsung/common/packages/apps/SBrowser/src/components/autofill/core/browser/autofill_manager.cc | 8398b53095cff00fe2b99f74a81e8dd4c5ddcb11 | [
"BSD-3-Clause"
] | permissive | duki994/G900H-Platform-XXU1BOA7 | c8411ef51f5f01defa96b3381f15ea741aa5bce2 | 4f9307e6ef21893c9a791c96a500dfad36e3b202 | refs/heads/master | 2020-05-16T20:57:07.585212 | 2015-05-11T11:03:16 | 2015-05-11T11:03:16 | 35,418,464 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 45,455 | 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 "components/autofill/core/browser/autofill_manager.h"
#include <stddef.h>
#include <limits>
#include <map>
#include <set>
#include <utility>
#... | [
"duki994@gmail.com"
] | duki994@gmail.com |
c8e919a5b376a96e806c4df689dbb6a6089a11b2 | c85635e522f8075ebf2fff39c60627c246a670e3 | /Experimentation/Investigations/Cryptography/DataEncryptionStandard/plans/Sboxes/Sbox_2.hpp | f0787d5768103e2cdc1f8109074b0127f37f40e6 | [] | no_license | MGwynne/oklibrary | 31fcccc5bb6a07cef1b18b937589d63336ee0b53 | 8087ca23d0855ccfd9a6ce29f4799f890afba6f1 | refs/heads/master | 2020-12-25T06:22:57.181997 | 2012-04-26T00:23:40 | 2012-04-26T00:23:40 | 38,967 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,588 | hpp | // Matthew Gwynne, 16.5.2011 (Swansea)
/* Copyright 2011 Oliver Kullmann
This file is part of the OKlibrary. OKlibrary 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 and included in this library; either version 3 ... | [
"360678@swan.ac.uk"
] | 360678@swan.ac.uk |
0eae995c3b3e4a08034826b49f98436928cb4d32 | ce6fd0670484b3fd7d7969240a032c4edca32a67 | /Editor/Editor/stb_image.cpp | eda4f283335d9eaabc52ae8edbd890900c36ade1 | [] | no_license | M0hammadx/C_Sharp_Apps | b96c30e06a7c5f615d53d3adc54b0486e8b1948e | e0f7987e3bd8c367ef56bedc98bd6e0e61d633c3 | refs/heads/master | 2020-03-24T18:30:46.477173 | 2019-01-25T02:35:54 | 2019-01-25T02:35:54 | 142,893,987 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 136 | cpp | /*
* stb_image.cpp
*
* Created on: Oct 22, 2018
* Author: mh-sh
*/
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
| [
"mh-sherbini@hotmail.com"
] | mh-sherbini@hotmail.com |
1d11dc71461a26cfba5e51174fe2680f9e24c7a9 | 0a1252a1bbc41925d41ad7fc91b619f528ce817e | /lib/arduino/QuadEncoderSensor.cpp | 89c743f43105e52c4cfd94fadadf88a2b969345c | [] | no_license | IkonOne/invpend | b845c7018779c6bb8d8137f3911f95ece3bc76c8 | 7b9f9769812e8c2542bad6e6190cacb791e383cd | refs/heads/master | 2021-05-20T12:52:03.616356 | 2020-04-30T20:46:07 | 2020-04-30T20:46:07 | 252,304,634 | 0 | 1 | null | 2020-04-27T20:18:00 | 2020-04-01T22:57:05 | C++ | UTF-8 | C++ | false | false | 1,309 | cpp | #include "QuadEncoderSensor.h"
#include "Arduino.h"
// Core iplib libraries
#include "../MathHelpers.h"
/**
* QuadEncoderSensor Class Definition
*/
namespace iplib {
namespace arduino {
QuadEncoderSensor::QuadEncoderSensor(uint8_t emitterPin, uint8_t sensorPin0, uint8_t sensorPin1)
: _mapMin(-1.0f), _mapMax(1... | [
"ikonone@gmail.com"
] | ikonone@gmail.com |
2a778bc3ede5cd27064db7c1a3901af10c2f7356 | 0769f23da655feb037dc895251e074850e60be02 | /plugin_III/game_III/CPopulation.h | 54da93d8bfe8c385c6f4b6ae2cb437a7e9d87483 | [
"Zlib"
] | permissive | Aleksandr-Belousov/plugin-sdk | 8f3f8d5a51fe60cce3536d19803bf869378a57ae | 5ca5f7d5575ae4138a4f165410a1acf0ae922260 | refs/heads/master | 2020-09-16T10:31:41.400580 | 2019-11-24T13:29:22 | 2019-11-24T13:29:22 | 223,742,780 | 0 | 0 | Zlib | 2019-11-24T12:45:46 | 2019-11-24T12:45:46 | null | UTF-8 | C++ | false | false | 4,519 | h | /*
Plugin-SDK (Grand Theft Auto 3) header file
Authors: GTA Community. See more here
https://github.com/DK22Pac/plugin-sdk
Do not delete this comment block. Respect others' work!
*/
#pragma once
#include "PluginBase.h"
#include "CDummyObject.h"
#include "CObject.h"
#include "CPed.h"
#include "ePedType.... | [
"kenking@rambler.ru"
] | kenking@rambler.ru |
7ed3362cdc0d6c66261f8fdd301127f526dc0a36 | 440d8b37103bc3534089f8a65dc87870698dc828 | /src/codegen.cpp | 6dd8153e773a6210dc69ace158a36621efb9c568 | [] | no_license | sugu24/self-made-programming-language | 8946fa181c8767f16bc9624c7b72d6cdf606c3f3 | c00d450727b7d52e7cb76b22e93e85394d338af1 | refs/heads/master | 2023-08-27T22:39:59.041663 | 2021-11-06T04:14:23 | 2021-11-06T04:14:23 | 385,790,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 43,119 | cpp | #include "codegen.hpp"
/**
* コンストラクタ
*/
CodeGen::CodeGen(){
Builder = new llvm::IRBuilder<>(llvm::getGlobalContext());
Mod = NULL;
}
/**
* デストラクタ
*/
CodeGen::~CodeGen(){
SAFE_DELETE(Builder);
SAFE_DELETE(Mod);
}
/**
* コード生成実行
* @param TranslationUnitAST Module名(入力ファイル名)
* @return 成功時:true 失敗時:false
*/
bo... | [
"shayasugu@icloud.com"
] | shayasugu@icloud.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.