blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
26ccd2a943f9ce47915788c027fa3303d771e9d9 | 8a5f01447a0cf775ebf2b11e15c903f2a4e9f7da | /src_traditional_2pl_2pc/common/connection.cc | 06515275ab6de14b605ca9e9a88ed7df0cf1835b | [] | no_license | jingleyang/Calvin_mod | 4c408464a80e83c0926db71e69a4d075a247bb69 | e789c003d2675391c2b0f467c10e06bfe5f41de1 | refs/heads/master | 2021-01-10T09:11:12.710714 | 2016-03-03T15:35:08 | 2016-03-03T15:35:08 | 52,209,368 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 15,024 | cc | // Author: Kun Ren (kun@cs.yale.edu)
// Author: Alexander Thomson (thomson@cs.yale.edu)
#include "common/connection.h"
#include <cstdio>
#include <iostream>
#include "common/configuration.h"
#include "common/utils.h"
#include "sequencer/sequencer.h"
using zmq::socket_t;
ConnectionMultiplexer::ConnectionMultiplexer... | [
"renkun.nwpu@gmail.com"
] | renkun.nwpu@gmail.com |
2d6a2f07afa5206f5f2e4dd5fb663d992bd01d35 | d35d86a90eb171ccd4ae8a3c9b0ffdeadb0165ed | /src/AIS_GoToUnseenPosition.cpp | 5cdb30dc8fa4d348e7503cad9250ef9879b0fdfe | [] | no_license | fosterkong/terrainExploration | f7aa033cd79b5e10f17534899b81b0534d65b9ef | a2d4fa9392acc43355218b0af5add0d229150c9a | refs/heads/master | 2021-12-05T20:44:15.433154 | 2015-08-24T14:40:18 | 2015-08-24T14:40:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,492 | cpp | #include "AIS_GoToUnseenPosition.h"
#include "f_vector.h"
#include "f_global.h"
#include "f_misc.h"
#include "f_distance.h"
#include "f_intersection.h"
#include "f_node.h"
#include "draw.h"
#include "FollowNode.h"
#include "FollowNLS.h"
#include "simulationDefinitions.h"
#include "LineSegmentVisibility.h"
#... | [
"vladamakaric@gmail.com"
] | vladamakaric@gmail.com |
1760e0b3f80308bddbc7a858ba52fbd025339704 | 2666facc0e254b66a63e6007f1e7412b09dc8ab3 | /Vivado_HLS/vgg_11_src/tb.cpp | a745a96c3ff4fc6755d0c05e9e85e99f80f5d5e6 | [] | no_license | AILearnerLi/Winograd_CNN_accelerator | ced6f4115cffc3765952f1f7abdea268db52d4e9 | cb2dd447aeb4c002eca3445404b6882306c658d7 | refs/heads/main | 2023-08-17T14:52:50.964820 | 2021-10-09T18:53:30 | 2021-10-09T18:53:30 | 448,947,120 | 1 | 0 | null | 2022-01-17T15:25:11 | 2022-01-17T15:25:10 | null | UTF-8 | C++ | false | false | 4,637 | cpp | #include <iostream>
#include <fstream>
using namespace std;
ofstream in_sdk_file("../dbg/input_sdk.txt");
ofstream out_sdk_file("../dbg/out_L2_sdk.txt");
#include "core.h"
#include "data_loader.cpp"
//#include "interpret.hpp"
/*
* Mode 1: Output bitwidth = 8*4
*
* Mode 2: Out bitwidth = 64
*
* */
int mode = 1;
... | [
"noreply@github.com"
] | noreply@github.com |
1d543e9af2892b2f511c6a665cb769c41371647e | e11c26521b062073ac6c42f772d4a59e92448d59 | /utils/ClockTicks.cpp | e411f29df3347c5b5953b89fa48c5f0d7516f75d | [] | no_license | mfkiwl/RVV_FEM | 377980a1d459ea8b96d146c08b1dd31d10d35976 | 26499e66377619184d40234e9c1491038751f7b4 | refs/heads/master | 2022-01-08T16:29:53.148109 | 2019-05-04T02:02:10 | 2019-05-04T02:02:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,239 | cpp | #include "ClockTicks.hpp"
#include <stdint.h>
#ifdef __riscv
#define read_csr(reg) ({ unsigned long __tmp; \
asm volatile ("csrr %0, " #reg : "=r"(__tmp)); \
__tmp; })
#else
#define read_csr(reg) 0;
#endif
#ifdef __riscv
unsigned long long int ch_ticks()
{
uint64_t ticks = read_csr(cycle);
// uint64_t di... | [
"smsolivier@gmail.com"
] | smsolivier@gmail.com |
8e69789a58ab695748d455bf932eea457c6d7cc9 | 8e34f7785aa0c795ba21a2348e134ae73702dc6e | /stdafx.h | 417b59e581fd866b5efe5f667c9263ea65f4f639 | [] | no_license | hedgehog-qd/self-made_Pacman | 7f5a7db40bebc1cf7977b4e1079070dc0bb944ef | 8561d85c355a15b52648c9961e01f5989a585d57 | refs/heads/master | 2022-12-16T11:32:00.024094 | 2020-09-22T12:19:01 | 2020-09-22T12:19:01 | 297,632,624 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 547 | h | // stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
// Windows 头文件:
#include <windows.h>
// C 运行时头文件
#include <stdlib.h>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>
// TODO: 在此处引用程序需要的其他... | [
"noreply@github.com"
] | noreply@github.com |
b2bc6e10a6e79f45a2d6bd50885887b2b31ac18e | dbd9488801484f78f74f6fbc1b87be035cf7a48f | /Assignments/Pc/Assignment_2/Serial.cpp | 4b1498681f1b57d006bbcfbd6798a87802615180 | [
"MIT"
] | permissive | jeevanpuchakay/a2oj | a5a069c72fd1b6ec3f92763e10b23454d3fdc2ec | f867e9b2ced6619be3ca6b1a1a1838107322782d | refs/heads/master | 2023-08-19T05:45:44.226044 | 2021-07-19T10:04:23 | 2021-07-19T10:04:23 | 192,790,577 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,078 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
int no_of_nodes,no_of_edges;
cin>>no_of_nodes>>no_of_edges;
int weights[n][n];int distance[n][n];
for(int i=0;i<no_of_nodes;i++){
for(int j=0;j<no_of_nodes;j++){
distance[i][j]=32000;
}
distance[i][i]=0;
}
... | [
"jeevangkr37@outlook.com"
] | jeevangkr37@outlook.com |
f27555f525f4787bfbb9ffe21d618da13abc62e6 | 0dca74ba205f42b38c1d1a474350e57ff78352b4 | /Alignment/CocoaDDLObjects/src/CocoaSolidShapeTubs.cc | 5f4c8854bb78ddeacb1140ce1559ee489bd7d4c2 | [
"Apache-2.0"
] | permissive | jaimeleonh/cmssw | 7fd567997a244934d6c78e9087cb2843330ebe09 | b26fdc373052d67c64a1b5635399ec14525f66e8 | refs/heads/AM_106X_dev | 2023-04-06T14:42:57.263616 | 2019-08-09T09:08:29 | 2019-08-09T09:08:29 | 181,003,620 | 1 | 0 | Apache-2.0 | 2019-04-12T12:28:16 | 2019-04-12T12:28:15 | null | UTF-8 | C++ | false | false | 553 | cc | // COCOA class implementation file
//Id: CocoaSolidShapeTubs.cc
//CAT: Model
//
// History: v1.0
// Pedro Arce
#include <map>
#include <fstream>
#include "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeTubs.h"
CocoaSolidShapeTubs::CocoaSolidShapeTubs( const ALIstring type, ALIfloat pRMin, ALIfl... | [
"giulio.eulisse@gmail.com"
] | giulio.eulisse@gmail.com |
59ea1a6cc23c89009485e79e949a4cdd98f9d78d | 41495754cf8b951b23cece87b5c79a726748cff7 | /Solutions/UVA/CF-C2/334.cpp | a481d49d4f370880daad29fe9cba717962efec89 | [] | no_license | PedroAngeli/Competitive-Programming | 86ad490eced6980d7bc3376a49744832e470c639 | ff64a092023987d5e3fdd720f56c62b99ad175a6 | refs/heads/master | 2021-10-23T04:49:51.508166 | 2021-10-13T21:39:21 | 2021-10-13T21:39:21 | 198,916,501 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,511 | cpp | #include <bits/stdc++.h>
using namespace std;
#define endl '\n'
int main(){
ios_base :: sync_with_stdio(false);
cin.tie(NULL);
int nc;
int test = 1;
while(cin >> nc && nc){
vector <string> events(200);
map <string,int> mp;
vector <vector <bool> > pairs(200,vector <bool>(200,false));
... | [
"pedroans.angeli@hotmail.com"
] | pedroans.angeli@hotmail.com |
e0eddd02cebc59dc22da2100f18cb488f40e6849 | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-11101.cpp | 9b27bffca78f7f3449fb489cd6a62d1a996ea28d | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,493 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1
{
bool ac... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
797e06fc96c7152f15a15f13155ac3b7a70e170f | d4e96aa48ddff651558a3fe2212ebb3a3afe5ac3 | /Modules/Core/Mesh/include/itkInteriorExteriorMeshFilter.hxx | 0f3610f5166165b3f02488b52b32681e4c0af5c6 | [
"SMLNJ",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-mit-old-style",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"NTP",
"IJG",
"GPL-1.0-or-later",
"libtiff",
"BSD-4.3TAHOE",
"... | permissive | nalinimsingh/ITK_4D | 18e8929672df64df58a6446f047e6ec04d3c2616 | 95a2eacaeaffe572889832ef0894239f89e3f303 | refs/heads/master | 2020-03-17T18:58:50.953317 | 2018-10-01T20:46:43 | 2018-10-01T21:21:01 | 133,841,430 | 0 | 0 | Apache-2.0 | 2018-05-17T16:34:54 | 2018-05-17T16:34:53 | null | UTF-8 | C++ | false | false | 4,809 | hxx | /*=========================================================================
*
* Copyright Insight Software Consortium
*
* 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
*
* ... | [
"ruizhi@csail.mit.edu"
] | ruizhi@csail.mit.edu |
5b017acd074d82f15f7942e3fa2628b5fb460e86 | 12aab740ed7830d83200e3e0d1bf6be8c88369b5 | /src/example_ros_client.cpp | b4e13988f195ccc7918984dbd90b3a70a8890928 | [] | no_license | matmill5/Mobile-Robotics-PS2-Heading-Service | 2a37ad5d342fc3de594d45d23f6ebce51e3814a1 | cf41a40dca5cc4b63673d2a5664917f369b1546a | refs/heads/main | 2023-03-04T18:27:15.466767 | 2021-02-17T23:27:49 | 2021-02-17T23:27:49 | 339,597,366 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 843 | cpp | //example ROS client:
// first run: rosrun heading_ros_service heading_ROS_service
// then start this node: rosrun heading_ros_service heading_ros_client
#include <ros/ros.h>
#include <heading_ros_service/ExampleServiceMsg.h> // this message type is defined in the current package
#include <iostream>
#include <strin... | [
"mmill.personal@gmail.com"
] | mmill.personal@gmail.com |
2910159dee496506be546e65aab92a868427b2c6 | a2d74f1929768f584593080f660285b9be34b74b | /acmicpc.net/problem/1504_eub.cpp | 2d76446f868eb9ec56b2813eb5e9f0267a5b4d7e | [] | no_license | eubnaraAlgorithmStudy/400617 | c66091db2106de92dfeacdf10701032a2b888aa3 | 56aef7894e23d64e37efa7b789f3c0da47e98451 | refs/heads/master | 2021-01-13T12:17:20.544944 | 2018-02-25T04:35:02 | 2018-02-25T04:35:02 | 78,322,588 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,092 | cpp | #include <iostream>
#include <cstring>
#include <queue>
#include <vector>
using namespace std;
const int INF = 2147483647;
int N, E;
bool completed[800+1];
typedef struct Vertex {
int v;
int w;
Vertex(int V, int W): v(V), w(W) {}
} VERTEX;
vector<VERTEX> edges[800+1];
bool operator<(const VERTEX& x, con... | [
"eubnara@naver.com"
] | eubnara@naver.com |
b34090348dba67512dea4a66fb9ad11662bc5708 | 57a4164c221428d9f91714c44b265c8ec42fc3af | /29/Grapher/make_maps.cpp | 4c00fae0f91fbeaadc5775a65950a055acfce7d4 | [] | no_license | ivanmkrchk/OOP | 725b0f3e5f512e333de8c1c83657ee4bb2ddf6b2 | ce8c106ffa1c9189b2a7ab545e72c055e775ef93 | refs/heads/master | 2020-04-08T20:18:10.434847 | 2018-12-03T15:06:56 | 2018-12-03T15:06:56 | 159,693,217 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 175 | cpp |
#include "expression.h"
map <string, const int> operators_identifiers = create_operators_map();
map <string, const int> functions_identifiers = create_functions_map();
| [
"noreply@github.com"
] | noreply@github.com |
1148f244b500c3ba496303d7a8d4309a434d60a3 | 9030ce2789a58888904d0c50c21591632eddffd7 | /SDK/ARKSurvivalEvolved_Crab_Character_BP_Summoned_classes.hpp | 9b3a1aa3b9dba4d08f0f3315949c133348c1f9b2 | [
"MIT"
] | permissive | 2bite/ARK-SDK | 8ce93f504b2e3bd4f8e7ced184980b13f127b7bf | ce1f4906ccf82ed38518558c0163c4f92f5f7b14 | refs/heads/master | 2022-09-19T06:28:20.076298 | 2022-09-03T17:21:00 | 2022-09-03T17:21:00 | 232,411,353 | 14 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 863 | hpp | #pragma once
// ARKSurvivalEvolved (332.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_Crab_Character_BP_Summoned_structs.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Classes
//----------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
657369b8c690f3b1b51efdea7548d1f94827cd63 | 519d937bf1d1c3022966a4361c3d1e5d86f801e6 | /Mid_Term/2-syntax_6_simultant/lex.yy.cc | b81dae6844fb9853b1317c301cee3fb897fc1dfa | [] | no_license | nabeel405/ELTE-Compilers | 74c3b4c0d6b4d6868f0eedd02f9113f019f74c04 | 540fa02f16a1b843b8b96fb323f0b4f97c28029f | refs/heads/main | 2023-01-08T00:20:43.423552 | 2020-11-05T10:31:56 | 2020-11-05T10:31:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48,270 | cc |
#line 3 "lex.yy.cc"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 6
#define YY_FLEX_SUBMINOR_VERSION 1
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* The c++ scanner is a mess. The Fle... | [
"arbabniz123@gmail.com"
] | arbabniz123@gmail.com |
2938065161c7cb301fe0a477c120fc3c3af07959 | edadfc63d9257990a61b8b55e02f7bb7796832aa | /bigmap.h | 8379017d15b874ff5acfdcb0d6aac82113f3e6d7 | [] | no_license | destinyvoilet/Mouse_Maze | 93d6a1b98bd5963cdd355d305bcfe2087fff48d9 | 139e4768582efb6e107455b2b2c09a5686000abf | refs/heads/main | 2023-01-08T06:08:10.852874 | 2020-10-24T05:58:12 | 2020-10-24T05:58:12 | 306,814,878 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,382 | h | #ifndef BIGMAP_H
#define BIGMAP_H
#include <QWidget>
#include <QTimer>
#include <QIcon>
#include <QPainter>
#include <QMouseEvent>
#include <QProgressBar>
#include <QPushButton>
#include <QLabel>
#include <QPoint>
#include <QString>
#include <QFont>
#include <QMovie>
#include <QLabel>
#include <QSound>... | [
"noreply@github.com"
] | noreply@github.com |
9ac867db8ea70d33264956425d248f37f6021452 | 3ae80dbc18ed3e89bedf846d098b2a98d8e4b776 | /header/SSWR/AVIReadCE/AVIRCEBaseForm.h | 3752c7fe2009ed7623df6c005b4b10d57f587df9 | [] | no_license | sswroom/SClass | deee467349ca249a7401f5d3c177cdf763a253ca | 9a403ec67c6c4dfd2402f19d44c6573e25d4b347 | refs/heads/main | 2023-09-01T07:24:58.907606 | 2023-08-31T11:24:34 | 2023-08-31T11:24:34 | 329,970,172 | 10 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 1,171 | h | #ifndef _SM_SSWR_AVIREADCE_AVIRCEBASEFORM
#define _SM_SSWR_AVIREADCE_AVIRCEBASEFORM
#include "Data/FastMap.h"
#include "SSWR/AVIRead/AVIRCore.h"
#include "UI/GUIForm.h"
#include "UI/GUIHSplitter.h"
#include "UI/GUIListBox.h"
namespace SSWR
{
namespace AVIReadCE
{
class AVIRCEBaseForm : public UI::GUIFo... | [
"sswroom@yahoo.com"
] | sswroom@yahoo.com |
78b9b898336d901cbf51d7d5a1c7c765ba7c5c0f | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/inetsrv/iis/svcs/nntp/server/post/utest/nntpsrvi.h | 68b06e167ee6851e7b6b4de72df9274d0d09f84b | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,097 | h | //
// Copyright (c) 1998 Microsoft Corporation
//
// Module Name:
//
// nntpsrvi.h
//
// Abstract:
//
// Defines CNntpServer, which implements the INntpServer interface
//
// Author:
//
// Alex Wetmore
//
//
class CNntpServer : public INntpServer {
private:
//
... | [
"112426112@qq.com"
] | 112426112@qq.com |
309f681d70c288dcea10ea49d11dd3b0f2a4e62a | 12d49cf0bdd8844d747f40783ce547e940540f0c | /grail/classes/fm/reach.cpp | 250a552e93c99798fa012bee695c4b45cfcee94c | [] | no_license | guenhae/Orbit | 42375d44a0d8a047243b89826815512e4723fb0a | 5d676bdb92a85702d24e39064ed04ee2ffd92b6a | refs/heads/master | 2021-01-10T10:58:24.647783 | 2016-01-27T23:29:12 | 2016-01-27T23:29:12 | 50,544,898 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,764 | cpp | // This code copyright (c) by the Grail project.
// No commercial use permitted without written consent.
// May 1993
/***************************************************************************
File: classes/fm/reach.cpp
-----
Description:
------------
This file contains the definition of the followin... | [
"rlarmsgo92@yonsei.ac.kr"
] | rlarmsgo92@yonsei.ac.kr |
9c135f93d3eda72f86f99cb49cc5d9b22e1ba27c | 4be41ae28bd7d5cbff5ca173a88f113219d9ec75 | /src/google/protobuf/parse_context.h | 63a11ad2645e3be0eae7bc61b9c52c58cfc99b8b | [
"LicenseRef-scancode-protobuf"
] | permissive | YixuanBan/protobuf-310 | ef76fc3aaf88f690fe6e91dd5b1f658beb53814f | cf0110b5b8d476df7a9014b68bc9b1c9b53d9d49 | refs/heads/master | 2023-03-30T18:30:28.179733 | 2020-06-08T03:49:37 | 2020-06-08T03:49:37 | 270,517,595 | 0 | 0 | NOASSERTION | 2021-03-31T22:09:52 | 2020-06-08T03:43:15 | C++ | UTF-8 | C++ | false | false | 29,137 | h | // Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | [
"banyixuan@pku.edu.cn"
] | banyixuan@pku.edu.cn |
45a7e621da7f3bac42bf7f5ea9c79f306c620ff3 | ade480c9aa88dd0aed3c87087e0d3364393851d8 | /term_paper/build-Term_paper-Desktop_Qt_5_10_1_MinGW_32bit-Release/App/release/moc_textedit.cpp | 0926b5c5d7fc28b6fa593d1de60cf65377a12b0e | [] | no_license | 46ccac1474d000676430445ffc4b160a/Algo | 97f49ff7eaf53e933ca4f16c76459de986f55441 | 01fbc4e1e8dc24358f29cd220a1843b18e26aa42 | refs/heads/master | 2020-03-19T05:18:36.090372 | 2018-06-30T09:27:59 | 2018-06-30T09:27:59 | 124,790,880 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,338 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'textedit.hpp'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.10.1)
**
** WARNING! All changes made in this file will be lost!
***************************************************... | [
"46ccac1474d000676430445ffc4b160@mail.ru"
] | 46ccac1474d000676430445ffc4b160@mail.ru |
e21c7f2934c5ca4139b62565b9143244e1e9373f | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/admin/controls/smonctrl/appearprop.cpp | 2f81a9b369cf98dc8c64e70e73dfc6f1c667dd58 | [] | 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 | 8,099 | cpp | /*++
Copyright (C) 1996-1999 Microsoft Corporation
Module Name:
srcprop.cpp
Abstract:
Implementation of the Appearance property page.
--*/
#include <windows.h>
#include <stdio.h>
#include <assert.h>
#include "polyline.h"
#include "appearprop.h"
#include "utils.h"
#include <pdhmsg.h>
#include "smonmsg.h"
... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
3478a01a702a9be63f6685f6e9dd363365ec56e2 | 5092733b09fdf1d0e15ad84a44dbc3ecc247e4fe | /muxer.cpp | 26dbfe04f7d09fa36c2bddecd50f7d812f7a4aac | [] | no_license | linuxmap/VisualizerQml | 1264d5fa1819bc5351c082e50d44a4eb80595913 | 6fd586eee0bd5867c8b0470cd253b9dc914d005a | refs/heads/master | 2020-03-06T18:07:48.857693 | 2018-03-27T14:41:22 | 2018-03-27T14:41:22 | 127,000,811 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,930 | cpp | #include "muxer.h"
muxer::muxer(QObject * parent) : QObject(parent) {
}
muxer::~muxer() {
}
bool muxer::startMux(const char *filename)
{
int have_video = 0, have_audio = 0;
int encode_video = 0, encode_audio = 0;
av_register_all();
avformat_alloc_output_context2(&m_pOCtx, NULL, NULL, filename);
if (!m_pOCtx... | [
"7956968@qq.com"
] | 7956968@qq.com |
a1be7e60b8c95ce9275d15192291591c5fae8258 | a85c2066a3d5de26b95a23ae5b719fbdf74be145 | /atcoder/abc115/c.cpp | f7539d993adfc72cbb79cabae0e6485a5cd1b768 | [] | no_license | stqp/algorithm | fcebef84d2eeccfd9f0261b2ca74a0a5f1766f8e | 03802b8dae14fd2da7e2715f29c23385094938b4 | refs/heads/master | 2023-04-05T15:21:37.388939 | 2023-03-30T04:39:57 | 2023-03-30T04:39:57 | 141,453,915 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 244 | cpp | #include <iostream>
#include <fstream>
#include <string>
#include <algorithm>
#include <vector>
#include <list>
#include <math.h>
#define rep(i,n) for(int i=0;i<(n);i++)
using namespace std;
int main(){
int n;cin>>n;
int k;cin>>k;
}
| [
"tokuda.sss@gmail.com"
] | tokuda.sss@gmail.com |
8241832e15ce0f0ae407d71d42066a4fa5adf53c | 39b1499479b9e876442b9e80f89c6990bd54b3e5 | /ESP32-CAM_Firebase/ESP32-CAM_Firebase.ino | d3f072134f4fe68ec56dcc55c4e5df8244689585 | [] | no_license | tranthanh1699/Arduino_IoT | eee960bdebe8a6368b9b301264325aa6296f25de | 95e4e7715a30b8d8919db20d22a43c8c1d62ea7c | refs/heads/master | 2023-04-16T05:49:19.768890 | 2021-04-04T16:10:35 | 2021-04-04T16:10:35 | 353,409,352 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,744 | ino | /*
ESP32-CAM Save a captured photo(Base64) to firebase.
Author : ChungYi Fu (Kaohsiung, Taiwan) 2019-8-16 23:00
https://www.facebook.com/francefu
Arduino IDE Library
Firebase ESP32 Client by Mobizt version 3.2.1
ESP32-CAM How to save a captured photo to Firebase
https://youtu.be/Hx7bdpev1ug
How to set up Firebase
... | [
"thanhxahoivietnam@gmail.com"
] | thanhxahoivietnam@gmail.com |
87a7fab328a6596e7fa786581e810d2586fb75c2 | 5b2504f42c2bcbffcfae00bde549be74c9e62a60 | /vb_simulation_pkgs/hrwros_gazebo/include/hrwros_gazebo/urdf_creator.h | 138fe310a4f93df930a5b3719cb882ab24227281 | [
"MIT"
] | permissive | ROBODITYA/Eyantra-2021-Vargi-Bots | 0996937b48b6ac61a90f55fb8a405c026aa83ce8 | f1c6a82c46e6e84486a4832b3fbcd02625849447 | refs/heads/main | 2023-05-11T17:39:10.012824 | 2021-06-03T12:53:48 | 2021-06-03T12:53:48 | 369,171,672 | 0 | 0 | MIT | 2021-06-05T07:58:07 | 2021-05-20T10:38:28 | C++ | UTF-8 | C++ | false | false | 3,948 | h | #ifndef GILBRETH_GAZEBO_URDF_CREATOR_H
#define GILBRETH_GAZEBO_URDF_CREATOR_H
#include <tinyxml.h>
namespace hrwros
{
namespace simulation
{
struct InertiaTag
{
InertiaTag(const std::string& ixx = "1",
const std::string& iyy = "1",
const std::string& izz = "1",
const std::str... | [
"tejasphutane@gmail.com"
] | tejasphutane@gmail.com |
20a0aff83b8eaf1da60b2586519663c0b4f308e5 | f20e965e19b749e84281cb35baea6787f815f777 | /Online/Online/MooreStandalone/src/MooreMainMenu.cpp | 1c4abde40ef9f6859101fceaa9f449f3c3ff9fb2 | [] | no_license | marromlam/lhcb-software | f677abc9c6a27aa82a9b68c062eab587e6883906 | f3a80ecab090d9ec1b33e12b987d3d743884dc24 | refs/heads/master | 2020-12-23T15:26:01.606128 | 2016-04-08T15:48:59 | 2016-04-08T15:48:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,341 | cpp | // $Id: EventServerRunable.h,v 1.7 2008-10-14 08:37:21 frankb Exp $
//====================================================================
// MooreTestSvc
//--------------------------------------------------------------------
//
// Description: GUI to run Moore standalone on a single node.
// Author : M.Frank
/... | [
"frankb@cern.ch"
] | frankb@cern.ch |
a9b2f2b3be48ee7aaecc85639f8e64a83779d2b2 | 7238587c3149d79cf7305c2ace9907e1fb77a4f4 | /DialogErrAns.h | 28ecb2ae0fa082be3c87bb49cdc50f73d78daf9d | [] | no_license | FordHsieh/EnglishTestWin | 2b1eafaf4e924c4b6ee69d0d4892e6ac75e241e9 | c82c677a048833055d44fd2103cbfdc0a48c5b17 | refs/heads/master | 2022-11-14T23:07:33.061369 | 2020-07-10T14:32:49 | 2020-07-10T14:32:49 | 277,544,776 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,205 | h | #if !defined(AFX_DIALOGERRANS_H__BF56790A_5AA4_4675_BE87_1D8DCAB6E8F0__INCLUDED_)
#define AFX_DIALOGERRANS_H__BF56790A_5AA4_4675_BE87_1D8DCAB6E8F0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogErrAns.h : header file
//
//////////////////////////////////////////////////////////////////... | [
"deda1015@hotmail.com"
] | deda1015@hotmail.com |
daad6c0f335fb31655b7d59cf80164cbaadf6a40 | 9f70efdaaaafe2e635c5e1fa80bc07b02d651d13 | /rbot250_A3_ws/install/turtlesim/include/turtlesim/srv/detail/teleport_absolute__rosidl_typesupport_fastrtps_cpp.hpp | 858a8436d8db22c81ab46978ed2b7dc7860fce2e | [] | no_license | glemelleii-brandeis/Assignment_3_ROS | f5a6beffde3ac03504519a47087da1040ba34111 | 55908e935a3a5723b4bafdd12d369d440ce7499a | refs/heads/main | 2023-08-20T22:21:17.045530 | 2021-10-31T16:44:25 | 2021-10-31T16:44:25 | 421,452,421 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,590 | hpp | // generated from rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em
// with input from turtlesim:srv/TeleportAbsolute.idl
// generated code does not contain a copyright notice
#ifndef TURTLESIM__SRV__DETAIL__TELEPORT_ABSOLUTE__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_
#define TURTLESIM__S... | [
"glemelleii@brandeis.edu"
] | glemelleii@brandeis.edu |
3e8c6fc30372e1e3c7a795c90136550379ed1568 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Physics/Dynamics/Action/hkpActionListener.h | f83c433ccefb1f334be5f0fcdf7e97d153fbae05 | [] | no_license | TheProjecter/olafurabertaymsc | 9360ad4c988d921e55b8cef9b8dcf1959e92d814 | 456d4d87699342c5459534a7992f04669e75d2e1 | refs/heads/master | 2021-01-10T15:15:49.289873 | 2010-09-20T12:58:48 | 2010-09-20T12:58:48 | 45,933,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,659 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"olinord@gmail.com"
] | olinord@gmail.com |
ace097458612ff112ace79064683833892344272 | 9ed1141efe9555f55c28974b8b29486c981eb97c | /6_4单词拆分/6_4单词拆分/6_4拆分单词.cpp | 94d9a65fada77adfdaca42aef95246442441955c | [] | no_license | fwqaq/vscode | d7e6f17b3ddb1280f207e03006ccf45c70b4e22e | c69794ec1e3ea719226c719b7109319a16fda52a | refs/heads/master | 2022-03-02T21:08:03.918960 | 2019-08-29T15:16:56 | 2019-08-29T15:16:56 | 160,153,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 805 | cpp | #include <iostream>
#include <vector>
#include <string>
#include <unordered_set>
using namespace std;
class Solution {
public:
bool wordBreak(string s, vector<string>& wordDict) {
int m = s.size();
vector<bool> dp(m, false);
unordered_set<string> set_s(wordDict.begin(), wordDict.end());
int i = 0;
for (; i <... | [
"45515058+fwqaq@users.noreply.github.com"
] | 45515058+fwqaq@users.noreply.github.com |
63d49daf55efaeaadbbf49e22e4361f56b71b538 | fb689146cc19e1113e095e6dfd12f8b73177b22f | /source/base/quadrature_selector.cc | 41cdb00a11d0b62907b85a086a7d6decf8d72982 | [] | no_license | qsnake/deal.II | 0418a4c9371e2630a0fce65b8de3529fa168d675 | 79c0458c8cc3fa03e5d89357a53a4f9397ead5c3 | refs/heads/master | 2021-01-01T15:55:27.801304 | 2012-07-27T13:31:57 | 2012-07-27T14:16:10 | 5,205,180 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,067 | cc | //---------------------------------------------------------------------------
// $Id: quadrature_selector.cc 23709 2011-05-17 04:34:08Z bangerth $
// Version: $Name$
//
// Copyright (C) 2003, 2005, 2006, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without ... | [
"ondrej.certik@gmail.com"
] | ondrej.certik@gmail.com |
31f58959e441870fe0027c5e4bac7992a4440194 | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_OilHarvestComponent_structs.hpp | 7c8b9b773ee9622fbea72156a817473773032760 | [
"MIT"
] | permissive | git-Charlie/ARK-SDK | 75337684b11e7b9f668da1f15e8054052a3b600f | c38ca9925309516b2093ad8c3a70ed9489e1d573 | refs/heads/master | 2023-06-20T06:30:33.550123 | 2021-07-11T13:41:45 | 2021-07-11T13:41:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 278 | hpp | #pragma once
// ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_Basic.hpp"
#include "ARKSurvivalEvolved_StoneHarvestComponent_RequiresMetal_classes.hpp"
namespace sdk
{
}
#ifdef _MSC_VER
#pragma pack(pop)
#endif
| [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
8798c9c9bde2d16d2a58dcce0bcb4ff05a420d25 | 5ab9081001e78e13045e3d5f55b5182ed56015e3 | /demos/zombie/src/player.cpp~ | 23c65dc2342c982996f9f8106b7e963eb43c06d5 | [
"Zlib",
"MIT"
] | permissive | leftidev/leng | 1aedd2f987b781c16d6be43a8de3302ece3128fa | 9df738a9f5d8f90d2a01234d4d4b13311017d93e | refs/heads/master | 2021-01-12T12:13:02.689071 | 2016-10-30T19:11:48 | 2016-10-30T19:11:48 | 72,369,202 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 453 | #include "player.h"
namespace leng {
Player::Player(float x, float y, float width, float height, const std::string& path) : Entity(x, y, width, height, path) {
upHeld = false;
downHeld = false;
vel.y = 0.5f;
}
Player::~Player() { }
void Player::update(float deltaTime) {
Entity::update(deltaTime... | [
"jes.bergstrom@gmail.com"
] | jes.bergstrom@gmail.com | |
a269b52f4b19f4261962d510f099a45396232be5 | 5b4c05354c147917b636e611ba6ac3fdee86f353 | /src/MWeeds.h | 7d0e32a69841f1eb15beb4c8e74cfaa8d062305a | [] | no_license | vesabios/matador | ad7a1bf29ca1008a288d8056097d7a07e27ddc55 | a212ca4459cfcaa031c9d2fff05a5f367d767a65 | refs/heads/master | 2021-01-10T02:00:13.969343 | 2015-11-04T02:23:15 | 2015-11-04T02:23:15 | 44,342,051 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,962 | h | //
// MWeeds.h
// matador
//
// Created by vesabios on 10/7/15.
//
//
#ifndef MWeeds_h
#define MWeeds_h
#include <stdio.h>
//#include "ofMain.h"
//#include "Defines.h"
#include "Material.h"
class MWeeds : public Material {
public:
int cLUT[8] ={
243,
243,
CHAR_PLANTS0,
... | [
"vesabios@mononoke.att.net"
] | vesabios@mononoke.att.net |
c182d35548d4d295408256cdaabd2aafa729fa9e | 1061073e26b14264fb2ad09defc01ef378127ed9 | /Server_Storage/src/acquisition_task.cpp | 1daa9c84b94efecc89a72e9dd009a52274f19377 | [] | no_license | quepas/Stormy | 11be3189c0fd96ac6a05e251892922aefa366985 | 268bf6932c82cafa09108e0a2d83532b72bb1fd4 | refs/heads/master | 2021-01-16T19:00:44.526416 | 2014-11-23T20:51:26 | 2014-11-23T20:51:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,282 | cpp | #include "acquisition_task.h"
#include <ctime>
#include <cstdint>
#include <map>
#include <boost/range/algorithm/copy.hpp>
#include <Poco/NumberFormatter.h>
#include <Poco/Stopwatch.h>
#include "common/entity_measurement.h"
#include "common/entity_station.h"
#include "acquisition_http_connector.h"
#include "acquisiti... | [
"oneinchman.dev@gmail.com"
] | oneinchman.dev@gmail.com |
cd95024a32e57e3358dd225e9f7f1e9c769039de | 7dc9e1aaa72cad9ddbe4e1cd6d75a8dca4c19b8b | /tutapp/ch_wall.cpp | 3ac254de8140e7b25482a272aa54eab820a5209f | [] | no_license | yuriv/sandbox | 79d2d771aea2c5621da0ef541f5a1682cf0c2571 | 9ec6f4800e607096fb633ffdac18818fc1feb93c | refs/heads/master | 2020-04-18T01:31:51.521287 | 2014-12-19T21:48:07 | 2014-12-19T21:48:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,490 | cpp | #include <gp.hxx>
#include <gp_XYZ.hxx>
#include "ch_arch_builder.h"
#include "ch_wall_face.h"
#include "ch_wall_base.h"
#include "ch_wall.h"
ch_wall::ch_wall()
: ch_arch_object(0, TopAbs_UNKNOWN)
{
length(min_size().Y());
width(ch_arch::_wall_width);
height(ch_arch::_wall_height);
_end = gp_Pnt(_start.X(), _st... | [
"yurivolo@gmail.com"
] | yurivolo@gmail.com |
0698c234a25bd4ad6e394a550efece7dde8370bc | f75485044a472796dc48566869464c8ce1a2eac5 | /brolib/BroLib/Gnd.cpp | 11062e8e1eb3e8fc8fbcddbd3b1465eb14520852 | [] | no_license | tsan79/browedit | 215d92a86d663b9fe6db03ee4b6a227d040239d8 | 9cae73cd08b879c9f3c8e016db65a025ce8d2c98 | refs/heads/master | 2021-01-01T19:54:01.930646 | 2017-07-29T07:11:08 | 2017-07-29T07:11:08 | 98,715,566 | 1 | 0 | null | 2017-07-29T07:13:21 | 2017-07-29T07:13:21 | null | UTF-8 | C++ | false | false | 12,386 | cpp | #include "Gnd.h"
#include <set>
#include <blib/util/FileSystem.h>
#include <blib/util/Log.h>
#include <blib/linq.h>
#include <blib/Texture.h>
#include <blib/ResourceManager.h>
using blib::util::Log;
Gnd::Gnd(int width, int height)
{
version = 0x0107;
this->width = width;
this->height = height;
ti... | [
"borfje@gmail.com"
] | borfje@gmail.com |
9f9ec2d9e8d3286ec9c2c2a4da8cdc6f34fd3b85 | 7e62f0928681aaaecae7daf360bdd9166299b000 | /external/DirectXShaderCompiler/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h | 5ee7dc688d13495fcf700913df7a8a38d76a737e | [
"NCSA",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | yuri410/rpg | 949b001bd0aec47e2a046421da0ff2a1db62ce34 | 266282ed8cfc7cd82e8c853f6f01706903c24628 | refs/heads/master | 2020-08-03T09:39:42.253100 | 2020-06-16T15:38:03 | 2020-06-16T15:38:03 | 211,698,323 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,650 | h | //===--- BugReporterVisitor.h - Generate PathDiagnostics -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------------------... | [
"yuri410@users.noreply.github.com"
] | yuri410@users.noreply.github.com |
cec8874d02a580827c73a2d3f8f4c2f078462aa6 | 88c24b5c352dfaa6e1c6dc0c9495b4f3b8b5e7fe | /src/skland/gui/internal/commit-task.hpp | 7a811e2280231d13665662c6bb593ca26456156a | [
"Apache-2.0"
] | permissive | ttldtor/skland | 4edb880eed685e5259cbdd4b096c89bd2c0ba281 | cd012a2d0df2ba63902adbe25bcc4c9b5df72cfa | refs/heads/master | 2021-01-20T03:06:11.251587 | 2017-02-28T09:17:52 | 2017-02-28T09:17:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,108 | hpp | /*
* Copyright 2016 Freeman Zhang <zhanggyb@gmail.com>
*
* 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... | [
"zhanggyb@gmail.com"
] | zhanggyb@gmail.com |
1eb5a16a1fbfc7db03f2fda6230c29638e972a10 | 949c10f93c05d2658e5ba7c8ed2e87b58ce770e0 | /Oriantation/0d_01.RefacterOrientation(EnemyBase)/Enemy3.h | 20854e58a166ce16ab2ae7739d0f0b6d04f95918 | [] | no_license | vm-t-yui/school | 364078da802698991ea961e86459437c4753e70b | e33891bff32b29999a5c87941209cb8d50c86166 | refs/heads/master | 2023-07-21T10:16:33.984459 | 2023-07-06T01:38:12 | 2023-07-06T01:38:12 | 191,517,637 | 0 | 21 | null | null | null | null | UTF-8 | C++ | false | false | 237 | h | #pragma once
#include "Common.h"
#include "EnemyBase.h"
/// <summary>
/// 大きくて固いエネミー
/// </summary>
class Enemy3 : public EnemyBase
{
public:
void Init(); // 初期化
void Update(); // アップデート
};
| [
"fko_y_taniguchi@stu.o-hara.ac.jp"
] | fko_y_taniguchi@stu.o-hara.ac.jp |
7cb367865d418b9b0343851a1b48651c70965e36 | f10d1b91d98932ad5d208d0dd84f4c4a9b28df7f | /src/cryptonote_basic/account_boost_serialization.h | 00b4bef774fc2a210fc7597a7b01e8b7f7654680 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | yagamidev/ditTest | 4ff157817a412a25c87259dcd3c27dd1d03867f4 | 5d94cf6b9d91a4d104f341b896509f5738d22341 | refs/heads/master | 2021-01-24T09:17:12.335368 | 2018-02-26T20:36:49 | 2018-02-26T20:36:49 | 123,006,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,320 | h | // Copyright (c) 2014-2017, The Ditcoin 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:
//
// 1. Redistributions of source code must retain the above copyright notice, this list ... | [
"yagamidev@gmail.com"
] | yagamidev@gmail.com |
8ecc12309b5f89d9068b0aa40869a35272af4b26 | e97a088590c4292e4817403d36971e25e27718ac | /test/testset0002.cpp | 3eb78956aa1c690e74300278da6a4e35248428f6 | [] | no_license | chuffman93/cdh-fsw | aa898d6d98fedbb8fe814f1ba6049b173818e80f | b56ec0cd6c40b882e03ae78aab0be7868881ce6d | refs/heads/master | 2020-04-14T21:33:43.373147 | 2019-01-04T16:58:29 | 2019-01-04T16:58:29 | 164,132,853 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,016 | cpp | /*! \file testset0002.cpp
* Created on: Jul 9, 2014
* Author: fsw
*
* \brief Test 2 of the Setting Class.
*
* This test verifies that the constructor with ConfigItemType
* and VariableTypeData parameters correctly initalizes item and data
* to the parameter's values.
*
*/
#include <iostream>
... | [
"chuffman93@hotmail.com"
] | chuffman93@hotmail.com |
852148c5e37d003b78d6c05fdcad3fd9b07fbd7b | f7ea85a1afbf3909464ee7bffcfc6a96d91be3be | /OOP_lab3/OOP_lab3/Engineer.h | 75c197d998ebb9b7639966b57c04ceda2ba15d07 | [] | no_license | NikitaMel456/OOP11 | 408385950b9879c36871d0b167feb8e202baf23f | 5e7d07e24137998d2c5d2f0e0c6678321f72fe00 | refs/heads/master | 2020-12-25T14:48:37.999542 | 2016-12-27T17:44:02 | 2016-12-27T17:44:02 | 67,273,489 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 211 | h | #pragma once
#include "stdafx.h"
#include "Worker.h"
#include <string>
class Engineer:
public Worker
{
string sphere;
public:
Engineer(void);
~Engineer(void);
void setSphere(string);
void getSphere();
}; | [
"nikita.melentev13@hotmail.com"
] | nikita.melentev13@hotmail.com |
5531fa07e3ad324346f8992020c88c99f066ab1e | 3c0e44329641e7f47eb0b0c432cc0fea33a75b01 | /reverseList/solution.cpp | c8edfca0928f178235b03d3c62169111300b3d98 | [] | no_license | ysatiche/algorithmInn | eaaa86c766b854ee417c1220a663667b64dcf8d4 | 96d33986fe767ade9bc1a5ee5e9fa1069dbb923c | refs/heads/master | 2022-12-02T03:53:48.967476 | 2020-08-26T08:18:37 | 2020-08-26T08:18:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 794 | cpp | /*
struct ListNode {
int val;
struct ListNode *next;
ListNode(int x) :
val(x), next(NULL) {
}
};*/
class Solution {
public:
ListNode* ReverseList(ListNode* head) {
// 链表为空返回null
if(head==NULL)
return NULL;
ListNode *newHead = NULL;
... | [
"chenye01@100tal.com"
] | chenye01@100tal.com |
44ae0f1e051369aa733326988bd35ff37ea6296b | a84fede257786041f970501e9d2c7cb81392570f | /01输入输出/08字符三角形.cpp | 1b288f116a93f50f44555c020ec0165fb60c5b6e | [] | no_license | Satar07/code | 9e7a453bc142297d2f45da7cd083bc3f560f2ff9 | 8a2e4ceb14e08d98f05b38f6a96402e641dd5d74 | refs/heads/master | 2023-04-05T16:46:23.466637 | 2021-05-07T10:32:06 | 2021-05-07T10:32:06 | 335,522,020 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 182 | cpp | #include<iostream>
#include<cstdio>
using namespace std;
int main(){
char a;
cin>>a;
cout<<" "<<a<<endl;
cout<<" "<<a<<a<<a<<endl;
cout<<a<<a<<a<<a<<a<<endl;
return 0;
}
| [
"2575971643@qq.com"
] | 2575971643@qq.com |
4a8d6e9de5c3aab9bbfe69f79444a8bdf92e6265 | 04251e142abab46720229970dab4f7060456d361 | /lib/rosetta/source/src/protocols/evolution/AlignmentAAFinderFilter.hh | ca68a9067db92890ef13074a6911e210d697e8b9 | [] | no_license | sailfish009/binding_affinity_calculator | 216257449a627d196709f9743ca58d8764043f12 | 7af9ce221519e373aa823dadc2005de7a377670d | refs/heads/master | 2022-12-29T11:15:45.164881 | 2020-10-22T09:35:32 | 2020-10-22T09:35:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,436 | 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... | [
"lzhangbk@connect.ust.hk"
] | lzhangbk@connect.ust.hk |
e9fca6d0c000af9ed3f6a00493b0797bfe6929e7 | 56a93dd9fc7fb7a64b58d784a880d90e59f23b07 | /Code/Struct/FlyWeight/main.cpp | 590d25cf84dd49b15dfc73a5ed092d2bf4586f22 | [] | no_license | shadow-lr/LearnDesignPattern | 84c058779470ba67c819f4b4024a9e8f12f12679 | b4d271f29e0b9ac870b7445102024f1767bbd49b | refs/heads/main | 2023-05-29T14:03:42.566002 | 2021-06-22T03:26:29 | 2021-06-22T03:26:29 | 371,347,801 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | cpp | #include "Flyweight.h"
#include "ConcreteFlyweight.h"
#include "FlyweightFactory.h"
#include <iostream>
#include <memory>
// 享元模式
int main() {
{
std::shared_ptr<FlyweightFactory> fc = std::make_shared<FlyweightFactory>();
std::shared_ptr<Flyweight> fw1 = fc->GetFlyweight("hello");
... | [
"shaodow_lr@163.com"
] | shaodow_lr@163.com |
bb4053d55c32106c0f3332c29fb3587ce8a171ec | dfc6089491650208bc4fe5ccc6e153d770789447 | /Bullet/src/Bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp | daa33cf990bddc10ea1994d471d1ea8927a8ed57 | [
"Zlib",
"MIT"
] | permissive | BertilBraun/Oath3D | 669aad253eb7c342e8c6226b8d778f056e69efd4 | e713f4f97bd1998d6c7a67414ff5f80d6d30e7f9 | refs/heads/master | 2020-04-15T23:09:57.475019 | 2020-03-08T20:09:01 | 2020-03-08T20:09:01 | 165,096,271 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 105,025 | cpp | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permiss... | [
"braunbertil123@outlook.de"
] | braunbertil123@outlook.de |
c8698623d161b3cb63d251145cda1cae6ad4536e | d17dad93f236e20d8be9e7cf48f67d8e1f03d081 | /liblava/app/def.hpp | c2523b583b64422d67378d46fcc680dc52c71ad9 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | torss/liblava | 4bd9e3d69ffe8a81ad14df4a7e89246d362210c9 | 1e7dc2a9e645107e1fa842182986f6307d79c4b1 | refs/heads/master | 2021-01-16T07:59:41.319311 | 2020-07-22T17:11:23 | 2020-07-22T17:11:23 | 243,033,039 | 0 | 0 | MIT | 2020-02-29T22:01:10 | 2020-02-25T15:24:31 | C++ | UTF-8 | C++ | false | false | 636 | hpp | // file : liblava/app/def.hpp
// copyright : Copyright (c) 2018-present, Lava Block OÜ
// license : MIT; see accompanying LICENSE file
#pragma once
#include <liblava/core/types.hpp>
namespace lava {
// config
constexpr name _paused_ = "paused";
constexpr name _speed_ = "speed";
constexpr name _auto_save_ = "... | [
"36247472+TheLavaBlock@users.noreply.github.com"
] | 36247472+TheLavaBlock@users.noreply.github.com |
53910aae75a21cf841528f9d390f32a9da0df380 | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /Codes/AC/713.cpp | 03123818cb5775bc9863f01d4da860dad6161ad9 | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 516 | cpp | #include <bits/stdc++.h>
using namespace std;
vector<int> V;
char cc[20];
void dfs(int lv, int sum) {
if(sum > 10) return;
if(lv == 8 && sum != 10) return;
if(lv == 8) {
int now;
sscanf(cc, "%d", &now);
V.emplace_back(now);
return;
}
for(int i = 0; i < 10; ++i) {
cc[... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
3097ca086a9d963b9b6d570829da529b74e9704f | d928deb5c5906caea11a39e251c471384f16d7c1 | /catkin_ws/src/racer/include/racer/vehicle/configuration.h | dba2937c1a02e5c7e0d1901209b071c4a10f83a3 | [
"MIT"
] | permissive | simonrozsival/racer | 1f9f50d55c9df33a6dc6828bc4110584617bac58 | 9212eb176dfa422456440989a8912f0eb6f5aa2d | refs/heads/master | 2021-05-01T16:05:18.820862 | 2020-07-07T21:37:42 | 2020-07-07T21:37:42 | 121,040,539 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,443 | h | #pragma once
#include "racer/math.h"
namespace racer::vehicle
{
struct configuration
{
private:
racer::math::point location_;
racer::math::angle heading_angle_;
bool is_valid_;
public:
configuration(double x, double y, double heading_angle)
: location_{x, y}, heading_angle_{heading_angle}, i... | [
"simon@rozsival.com"
] | simon@rozsival.com |
0fa7019cc30102ffd1b2431114e268168406d965 | 86f9dd1176a3aa6f7a9b472d91de97791c19ae2d | /Domains/ATFMSectorDomain/ATFMSectorDomainRAGS.cpp | 69546b6da424802bde0cb315ab19156e2b62f305 | [] | no_license | MorS25/libraries | 6139f3e6856cdad836930fa51c4790a896ed8dc0 | d595819ab2aabbe7b34e0c33898b4682b40532d3 | refs/heads/master | 2021-05-31T05:36:47.396330 | 2015-09-19T00:53:52 | 2015-09-19T00:53:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,278 | cpp | #include "ATFMSectorDomainRAGS.h"
using namespace std;
using namespace easymath;
UAV::UAV(XY start_loc, XY goal_loc, UAVType type, vector<XY> &locations, vector<RAGS::edge> &edge_array, matrix2d weights):
next_loc(start_loc), end_loc(goal_loc), type_ID(type)
{
t = 0 ;
itsRAGS = new RAGS(locations, edge_array, weig... | [
"jenjen.chung88@gmail.com"
] | jenjen.chung88@gmail.com |
e580310030f9e69eecde4f7bfca2988f18bfa969 | f7d983b283289d53cb48f1c252269c439499410d | /LabProject06/stdafx.h | ff1af0880e44bbc7bd6708e5bb93c2ba6a2ffe09 | [] | no_license | joon-so/DirectX12 | 4105521393f421e18f677f961ae6455dfa193bae | 5855d4dc7076c83a5974ad2dc7f2515d049d1f99 | refs/heads/master | 2022-11-11T23:21:49.895614 | 2020-07-04T17:49:22 | 2020-07-04T17:49:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,415 | h | // header.h: 표준 시스템 포함 파일
// 또는 프로젝트 특정 포함 파일이 들어 있는 포함 파일입니다.
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // 거의 사용되지 않는 내용을 Windows 헤더에서 제외합니다.
// Windows 헤더 파일
#include <windows.h>
// C 런타임 헤더 파일입니다.
#include <stdlib.h>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>
#... | [
"joonso16@gmail.com"
] | joonso16@gmail.com |
72406310b58eb91f2d70f359a44125e06e2d53f8 | 4455bc7b800671428a766afe903a5919610cc834 | /LDNI Sampling/LDNIcuda/LDNIDataBoard.h | 9a6063775d5331f61d73f1c91f503dbc6baa63f0 | [
"Apache-2.0"
] | permissive | mossmao/Minimizing-printing-time-and-volumetric-error-by-GPU-accelerated-adaptive-slicing | e9f07a046dfa52c2c8ad00a0e41fc8c7ef9311c9 | e7deff6757158678ffd0d81130045c78fd1fdd41 | refs/heads/main | 2023-04-21T00:39:17.606799 | 2021-05-24T17:58:01 | 2021-05-24T17:58:01 | 370,394,426 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,824 | h | /*
* Copyright (C) 2014, Geometric Design and Manufacturing Lab in THE CHINESE UNIVERSITY OF HONG KONG
* All rights reserved.
*
* http://ldnibasedsolidmodeling.sourceforge.net/
*
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the... | [
"mossmao@gmail.com"
] | mossmao@gmail.com |
d6a06841e047927d542ccbf1f54906b48d2700c6 | ce2ff0d5564f96115920490b11bac438f37bd1aa | /log/c++/main.cpp | 08446c0841138c2716449e0bd8047a077a89dfbf | [] | no_license | go-steven/learning | 7825cb5c95ee46d18c9bc2db0b9444dbccd692b5 | a0ed7224216f5ddc61f923f922aae59eae67b46c | refs/heads/master | 2021-05-12T06:50:42.461722 | 2018-01-12T10:21:19 | 2018-01-12T10:21:19 | 117,227,059 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,007 | cpp | // run it with:
// g++.exe -c main.cpp ./log4cpp -o main.o -I"./include" -I"E:/Dev-Cpp/MinGW64/include" -I"E:/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"E:/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.8.1/include" -I"E:/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.8.1/include/c++"
// g++.exe main.o -o main.exe... | [
"m13581647166@163.com"
] | m13581647166@163.com |
43a0faf911302ea29fb6f3491bca9affdc48a3ba | f9a445e5846c4ffd22204c99bf1cf9a5a174b1b1 | /searchEngine.h | 903e11c71906e8fa12fade01d24327306ed8b369 | [] | no_license | skashika/Search-Engine | 71f8752e9fe38b191edba6d0222c7a874b60a7ae | ec681f42b6f3329290605ebe54aa86d1adee0580 | refs/heads/master | 2020-12-19T08:21:03.302771 | 2020-01-22T22:21:10 | 2020-01-22T22:21:10 | 235,678,983 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 298 | h | /*
searchEngine.h -> Header file
Author -> Shubham Kashikar
Date -> 10/16/2019
Compiler -> Repl IT (Online Compiler)
*/
#include <iostream>
#include <vector>
using namespace std;
class searchEngine
{
public:
void addIndex(string a, string b);
string result(string f);
}; | [
"noreply@github.com"
] | noreply@github.com |
4d6deea22d7eff0449fc15340767e129655aecdb | d160bb839227b14bb25e6b1b70c8dffb8d270274 | /MCMS/Main/Libs/ProcessBase/HTTPPars.cpp | 3b08836c994e0dd549ecffd66a613edb37dae98c | [] | no_license | somesh-ballia/mcms | 62a58baffee123a2af427b21fa7979beb1e39dd3 | 41aaa87d5f3b38bc186749861140fef464ddadd4 | refs/heads/master | 2020-12-02T22:04:46.442309 | 2017-07-03T06:02:21 | 2017-07-03T06:02:21 | 96,075,113 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,021 | cpp | // HTTPPars.cpp: implementation of the CHTTPHeaderParser class.
//
//////////////////////////////////////////////////////////////////////
#include <stdlib.h>
#include "HTTPPars.h"
#include "HTTPDefi.h"
#include "Trace.h"
#include "UnicodeDefines.h"
#include "TraceStream.h"
char* CHTTPHeaderParser::WebDir... | [
"somesh.ballia@gmail.com"
] | somesh.ballia@gmail.com |
a8165bab286cf321355c34a3a19b511d6525220b | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /cc/trees/single_thread_proxy.cc | d74fe26e408423a6decdcbb6ab64f33d43887206 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 34,316 | cc | // Copyright 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "cc/trees/single_thread_proxy.h"
#include "base/auto_reset.h"
#include "base/bind.h"
#include "base/memory/ptr_util.h"
#include "base/trace_even... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
61ca6506293dedec41dd303f84173da8ea9d80f6 | 6a7edbce87563000a3b9b29d6c4e8299cefe9dfa | /reactor/s05/Eventloop.h | 37c1f286ef32bd6c7983a6dae21d4301fc718d69 | [] | no_license | myclass242/snippet | f031e0d89188519bc68ad620dba855cea57dbce3 | 52f38ee5f80d0d802475a727c8765c09bfb31c17 | refs/heads/master | 2021-06-19T14:00:11.947907 | 2021-03-08T09:12:07 | 2021-03-08T09:12:07 | 177,366,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,824 | h | //
// Created by zy on 5/26/19.
//
#ifndef EVENTLOOP_H_
#define EVENTLOOP_H_
#include <atomic>
#include <memory>
#include <vector>
#include <sys/types.h>
#include "base/noncopyable.h"
#include "base/CurrentThread.h"
#include "base/Mutex.h"
#include "TimerId.h"
namespace muduo {
class Poller;
class Channel;
class... | [
"1037236503@qq.com"
] | 1037236503@qq.com |
9de12f87dc1964471a67251daf6d077605adc6b9 | bfb53276ce917b6bcca9462def24afc21b828a00 | /Triangle.h | 772cae69f206902de25500cab5dfbef3a5f4848e | [] | no_license | nachob97/Ray-Tracer | a2ce9ade09c87ec46f529d62636a4fd1e559d25a | 5443cf173c2d553337e26ee1e14b9577a2117adc | refs/heads/master | 2022-12-30T03:56:24.297546 | 2020-08-01T20:07:05 | 2020-08-01T20:07:05 | 280,751,799 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,044 | h | #ifndef _TRIANGLE_H
#define _TRIANGLE_H
#include "math.h"
#include "Object.h"
#include "Vect.h"
#include "Color.h"
class Triangle : public Object {
Vect A;
Vect B;
Vect C;
Color* color;
double coef;
public:
Triangle (Vect, Vect,Vect, Color*,double);
Vect getP1(){return A;}
Vect get... | [
"nachob97@gmail.com"
] | nachob97@gmail.com |
ae9ea722331baaaec05fdad1e0789a87310c6587 | 7d81e3a3cc4d22c335eca10b2b4f44820ae30158 | /Codes/Source/GradientCalculation.cpp | a0da2152fc301618d62ad9141cb4c75982538b20 | [] | no_license | eantonini/CFD-based-WFLO | a4652e09af5447010c3e38be7245b883f040ef96 | cd5a314bc16793fc5e970c9201255e8f40b6297c | refs/heads/master | 2021-07-16T05:14:20.245154 | 2020-10-06T19:43:21 | 2020-10-06T19:43:21 | 217,121,174 | 8 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 11,460 | cpp | #include <math.h>
#include <cmath>
#include <vector>
#include <sys/stat.h>
#include <sys/types.h>
#include <sstream>
#include <iostream>
#include <fstream>
#include <string>
#include <algorithm>
#include "ReadInputs.h"
#include "DiffusionProperties.h"
#include "Simulation.h"
#include "BCvelocity.h"
#include "BCpressur... | [
"noreply@github.com"
] | noreply@github.com |
c4ce5088181e9d8b2e30071832d00e1ebad36ff7 | 1809b5bda803fbbf51dcbc4e2d464c762f3563c1 | /sparse_grid_laguerre_dataset/sparse_grid_laguerre_dataset.cpp | 8ed594c260d5081b7e526e3f4684c7b0453899f0 | [] | no_license | tnakaicode/jburkardt | 42c5ef74ab88d17afbd188e4ff2b4ecb8a30bb25 | 74eebcbda61423178b96cfdec5d8bb30d6494a33 | refs/heads/master | 2020-12-24T02:23:01.855912 | 2020-02-05T02:10:32 | 2020-02-05T02:10:32 | 237,349,784 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 79,741 | cpp | # include <cstdlib>
# include <cmath>
# include <iostream>
# include <fstream>
# include <iomanip>
# include <ctime>
using namespace std;
int main ( int argc, char *argv[] );
int choose ( int n, int k );
void comp_next ( int n, int k, int a[], bool *more, int *h, int *t );
int i4_log_2 ( int i );
int i4_max ( int i1,... | [
"stesinigardi@hotmail.com"
] | stesinigardi@hotmail.com |
12198d5665a178aaead5cd95d54cb1d27e1f4a36 | 334d1e0a807ef7b235436937a02353b192e891c8 | /Module/Motor_Controller/motorTreiber_V0_1/motorTreiber_V0_1.ino | 8f0fba3190c2dcbf56112fc22742e117570f8547 | [] | no_license | mechPrak/mechpraktikum | 1ca5f12e74cef4b5ae9b381052f4792c7a87aba6 | 67d837b748241df974e9667696654ef63394ef43 | refs/heads/master | 2020-03-18T09:12:12.008421 | 2018-07-06T01:35:42 | 2018-07-06T01:35:42 | 134,550,297 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 614 | ino | #include <MultiStepper.h>
#include <AccelStepper.h>
#define PIN_A_M0 A0
#define PIN_A_M1 A1
#define PIN_B_M0 A2
#define PIN_B_M1 A3
#define PIN_A_STEP 2
#define PIN_A_DIR 4
#define PIN_B_STEP 7
#define PIN_B_DIR 8
#define PIN_V_meas_1 0
#define PIN_V_meas_2 0
void setup(){
pinMode(PIN_A_M0, OUTPUT);
pinMode(P... | [
"39554129+spiderpig97@users.noreply.github.com"
] | 39554129+spiderpig97@users.noreply.github.com |
ea3f47799724986f4e9acf7c3f195f401353aaf7 | 5f88b923a10c1786ae94206f18e362436028c2d4 | /src/catk/syntax.hpp | f8d9c6607e0ec2b4fa06bb4bb0a3b14896eb6e4d | [
"MIT"
] | permissive | CHChang810716/CAsterisk | 664d1d4d06477b72e83a594553e6f5671fc28015 | 410d2afaae6cd01402a35c1889466f97e4c208bf | refs/heads/master | 2023-07-23T22:54:48.794575 | 2021-09-05T04:58:00 | 2021-09-05T04:58:00 | 304,879,246 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 65 | hpp | #pragma once
#include "syntax/ast.hpp"
#include "syntax/expr.hpp" | [
"CHChang810716@gmail.com"
] | CHChang810716@gmail.com |
c0baeb21c05395860afe9f341a9a959a8311d926 | 119c1dd2b61764210064511d8ab5be252b8b7c8f | /InterivewBit/02 Maths/3PalindromeNum.cpp | b9da5a9a9fb8ccec06b809d9d4f79045bef9562a | [] | no_license | jasveen18/CP-krle-placement-lag-jayegi | 2557309a9dfc4feb01dbdc867a67f1ccc4f10868 | 8db92e5c3a7d08edfc34d8223af6c080aa3e4721 | refs/heads/main | 2023-07-29T09:39:36.270193 | 2021-09-03T15:19:22 | 2021-09-03T15:19:22 | 430,816,168 | 1 | 1 | null | 2021-11-22T18:10:13 | 2021-11-22T18:10:13 | null | UTF-8 | C++ | false | false | 654 | cpp | int Solution::isPalindrome(int A) {
if (A < 0)
return 0;
long long int dummy = A;
long long int n = A;
long long int start = 1;
long long int end = 10;
int i = 0, j = 0;
// Count the power of 10 required
while (dummy) {
j++;
start *= 10;
dummy /= 10;
}
start /= 10;
long long int startKeLie = n;
... | [
"arpitfalcon1@gmail.com"
] | arpitfalcon1@gmail.com |
fb2bd3b7e68d404915b6d72394a3c71c9e67b452 | 70d190cf5a3296e4430c862df2a4a3b299c079fe | /RubberBrush.cpp | 25a2ceea7c03a7860231091bbfafc1c09a5c4feb | [] | no_license | qixuchen/Impressionist | 675874752037098979becc832789ea1d3f370bd4 | 199da491312a1bd02f37f45a0870d4131669f86d | refs/heads/master | 2020-04-22T13:44:05.835629 | 2019-02-28T07:01:56 | 2019-02-28T07:01:56 | 170,419,682 | 1 | 0 | null | 2019-02-28T07:01:57 | 2019-02-13T01:34:19 | C | UTF-8 | C++ | false | false | 1,324 | cpp | //
// PointBrush.cpp
//
// The implementation of Point Brush. It is a kind of ImpBrush. All your brush implementations
// will look like the file with the different GL primitive calls.
//
#include "impressionistDoc.h"
#include "impressionistUI.h"
#include "RubberBrush.h"
extern float frand();
RubberBrush::RubberBrus... | [
"jyuar@connect.ust.hk"
] | jyuar@connect.ust.hk |
ece7d77653812f9d6ca0d83dbff7aa4ae5dc4fa0 | 92bbe8c09f5960839ca495c0d4d9a3dce454a300 | /Source/World_Constants.h | d0692a78ab836fe72df1de1844d0a0689cee91cb | [
"MIT"
] | permissive | houcy/Flappy-Bee | 4ce1dcd5860bf140d2cf707eb0f33c500ab739f0 | 4385b426213475cc864c07674b36fa199748e65e | refs/heads/master | 2021-06-14T23:10:41.410377 | 2017-01-26T18:04:25 | 2017-01-26T18:04:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 410 | h | #ifndef WORLD_CONSTANTS_H_INCLUDED
#define WORLD_CONSTANTS_H_INCLUDED
#include "Display.h"
namespace World_Constants
{
constexpr int GRAVITY = 100,
PLAYER_X = 200,
GROUND_HEIGHT = Display::HEIGHT - 100;
namespace Pipe
{
constexpr int Y_GA... | [
"mhopson@hotmail.co.uk"
] | mhopson@hotmail.co.uk |
6184ce4e5b38040275f95762b568361152493ded | 4800158b187c087da93b3aecdc71daeec39d055f | /Cook.cpp | 34f2039661c0cf7d3e8588a4de259e67893b1a50 | [] | no_license | jihee102/restaurant-system-Cpp | 9439b4ac96ac4da8a8e85d88ce5b732d7c7827b5 | 7f059ee66eea5f1b31c08c7c73912771a00823fd | refs/heads/master | 2023-03-01T12:14:48.395057 | 2021-02-03T13:22:41 | 2021-02-03T13:22:41 | 335,630,145 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,455 | cpp | //
// Created by jihee on 1/26/2021.
//
#include "Cook.h"
Cook::Cook(const std::string &name, int salary) : Employee(name, salary) {}
Cook::~Cook() {
}
void Cook::print_employee(std::ostream &out) const {
Employee::print_employee(out);
out << " Can prepare the following: ";
out << std::endl;
for(a... | [
"486480@student.saxion.nl"
] | 486480@student.saxion.nl |
b1cecfa0bb91636216dbdf8a42e384db8a21f066 | 56d6d08854b73ece0c7d69f1ab838e7a9e2801b8 | /refs/bcif/main.cpp | 560e0f2274134054dbab7e2e4a2d3f4ea4ecd71b | [
"BSD-3-Clause"
] | permissive | catid/gcif | f7d653ec2cab29322ecb9c130f61278197c9a1c7 | 75a35b28e8d1cae4606aa409a745005335295a8c | refs/heads/master | 2021-01-14T14:07:39.718825 | 2020-01-22T23:10:38 | 2020-01-22T23:10:38 | 18,389,223 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,159 | cpp | /*
* main.cpp
*
* Created by Stefano Brocchi and Gabriele Nencini
* Version 1.0 beta
* License: GPL
* Website: http://www.researchandtechnology.net/bcif/
*/
#include <stdlib.h>
#include <string.h>
#include <iostream>
#include <fstream>
#include <string>
#include <math.h>
#include <vector>
#include <sstre... | [
"chris@gameclosure.com"
] | chris@gameclosure.com |
be9b0b871c434f7f6518619a00c3305cc4dfb811 | f671f091b5614e61fe8835592b94b50b619c46d5 | /Source/Core/SVTPageEncoding.cpp | cec2599ffe9959adabf1a044cf5bb08b2b2ab784 | [] | no_license | jaschmid/HAGE | 2c5b77b54a7cffb720f54cf762a85deb6fe2da3a | 18f0552975ad05646398d54dc8e00b8f2ff04f4e | refs/heads/master | 2020-05-26T01:36:29.676111 | 2011-05-29T21:44:01 | 2011-05-29T21:44:01 | 525,847 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,145 | cpp | #include <HAGE.h>
#include <stdio.h>
#include "SVTPageEncoding.h"
namespace HAGE
{
ISVTDataLayer* ISVTDataLayer::CreateLayer(u32 encodingId)
{
switch(encodingId)
{
case LAYER_ENCODING_UNCOMPRESSED_RAW:
return new SVTDataLayer_Raw;
case LAYER_ENCODING_PNGISH_RAW:
return new SVTDataLayer_PNGish;
case... | [
"jaschmid@eml.cc"
] | jaschmid@eml.cc |
56035a39f287720544101756e4d9a54631e195fe | 798b409c2262078dfe770960586160fc47434fae | /sandbox/sb_lua_io.cpp | d92841fa35729f4727f267cd1ac35d743049acd9 | [] | no_license | andryblack/sandbox | b53fe7b148901442d24d2bcfc411ddce531b7664 | 6fcffae0e00ecf31052c98d2437dbed242509438 | refs/heads/master | 2021-01-25T15:52:16.330633 | 2019-08-26T09:24:00 | 2019-08-26T09:24:00 | 2,220,342 | 5 | 8 | null | 2018-06-18T15:41:44 | 2011-08-17T07:10:54 | C++ | UTF-8 | C++ | false | false | 10,423 | cpp | /*
* sb_lua_io.cpp
* Copyright 2016 andryblack. All rights reserved.
*
*/
#include "sb_lua.h"
extern "C" {
#include <lua/lua.h>
#include <lua/lauxlib.h>
#include <lua/lualib.h>
}
#include <ghl_types.h>
#include <ghl_data_stream.h>
#include "sb_file_provider.h"
namespace Sandbox {
struct FileHa... | [
"blackicebox@gmail.com"
] | blackicebox@gmail.com |
3cc021de1fdc66032506e930b32c8ad5789ddd2f | 6c78dd5a05517738c41babe14c662881fee241f4 | /framework/statistic.h | fd652c1d49d6556dbd389c58f440aff6cca82a48 | [] | no_license | Tocknicsu/EwnFramework | 151cd4f7055b0d20371df1ba9eb194845a54ca44 | 437fc3b458b3bc061830bac5582c60e69d493a3f | refs/heads/master | 2020-07-02T18:59:41.752687 | 2017-03-08T01:25:11 | 2017-03-08T01:25:11 | 74,287,957 | 0 | 1 | null | 2017-03-08T00:58:47 | 2016-11-20T16:37:40 | C++ | UTF-8 | C++ | false | false | 414 | h | #ifndef _STATISTIC_H_
#define _STATISTIC_H_
#include <cstdio>
#include <ctime>
class Statistic{
private:
int GameCount;
int WinPlayer[2];
int MoveCount[2];
long long MoveCost[2];
clock_t lasttime;
public:
Statistic();
void reset();
void print();
void increaseOneGame();
void incr... | [
"wingemerald@gmail.com"
] | wingemerald@gmail.com |
03415b2fe589aa3725fdddfd93ee5a1a300f4f64 | 466c29c94071c5c23b6474c9436e5e1804704c00 | /covidm_for_fitting/model_v2/changes.cpp | 49d1759444ac94b6e553d2156d1406b170d2605f | [] | no_license | deano1351/newcovid | cb3d284163e999a16fb3f002edbfc4f2ed4ff86b | 913f97e08d5f295316887f6150d9085dc31f3bd8 | refs/heads/master | 2023-02-06T06:08:27.864439 | 2020-12-28T14:48:04 | 2020-12-28T14:48:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,354 | cpp | // changes.cpp
#include "changes.h"
#include "parameters.h"
#include "helper.h"
#include <stdexcept>
#define PVector(x) x
#define PDiscrete(x) x.weights
#define ParamCapture(param, get_vec) \
else if (param_name == #param) { \
if (pops.empty()) { \
for (auto& pp : P.pop) { \
... | [
"nicholas.davies@lshtm.ac.uk"
] | nicholas.davies@lshtm.ac.uk |
2af9c6f637a7c41aed9d5c26800fc55eab4baa93 | fbfe377b5bb905ccb3373f425d109b5ed533c44b | /GeneSplicer.hpp | bedad8f54dfda1f0562b642daad326e127104966 | [] | no_license | Stav-Nof/-pandemic-a | b66204aec38c85270c7cc8821fc713f739d6bf8d | 3d38111a8cb7bdab27809b195b88ac70670d9847 | refs/heads/master | 2023-04-16T18:28:44.935884 | 2021-05-05T16:59:23 | 2021-05-05T16:59:23 | 364,639,097 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 190 | hpp | #include "Board.hpp"
#include "Player.hpp"
namespace pandemic{
class GeneSplicer : public Player{
public:
GeneSplicer(Board& b, City city): Player(b, city){};
};
} | [
"ubuntu@ip-172-31-19-90.us-east-2.compute.internal"
] | ubuntu@ip-172-31-19-90.us-east-2.compute.internal |
da0f355301e7e7249fd296f691cfda98ffd020f0 | 8f0024332ed057fa818c75245c93d6d5bdbd4054 | /01.GameObject/05.UI/00.BasicUI/01.QuickSlot/QuickSlot.h | 6f4c36dee2e8c57a47adcbad8e0dae44b95fafbf | [] | no_license | js7217/DX9_2D_TalesWeaver | 44b81ddb80bf5a6b84f9afc839ab60e81817b7fe | 670a7da3e384689e6e21033cc23b51f88d107120 | refs/heads/master | 2021-05-19T07:14:13.082978 | 2020-03-31T11:23:11 | 2020-03-31T11:23:11 | 251,580,782 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 544 | h | #pragma once
#include "GameObject.h"
class CQuickSlot :
public CGameObject
{
public:
CQuickSlot();
virtual ~CQuickSlot();
public:
// CGameObject을(를) 통해 상속됨
virtual int Update() override;
virtual void LateUpdate() override;
virtual void Render() override;
virtual void LineRender() override;
priva... | [
"noreply@github.com"
] | noreply@github.com |
b25eea6e6d3c65b820bfa6a48de880783cc8aab9 | d8faa77436c6620e1e66ef2a43ab9100168467de | /rts/game_CF/ai.cc | ecf753480fc563cc4f6c543f1d31f8360cf904af | [
"BSD-3-Clause"
] | permissive | zeyuan1987/ELF | 7f805dedd99b6614431eb0f646d07dd920f56814 | dc3eff02c240cab8312830602c6ae2f7b61b03b3 | refs/heads/master | 2020-12-02T07:47:48.317686 | 2019-12-31T01:51:38 | 2019-12-31T01:51:38 | 96,727,570 | 0 | 0 | null | 2017-07-10T02:26:02 | 2017-07-10T02:26:02 | null | UTF-8 | C++ | false | false | 1,517 | cc | /**
* Copyright (c) 2017-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include "ai.h"
... | [
"yuandong.tian@gmail.com"
] | yuandong.tian@gmail.com |
784db19d63b70b1b83e759c51be7efa3c89a45c9 | 17ab783d4d0acdb43f8b4417ab79a113c604d28c | /test/enumclassobject.cpp | 8e9d0371a4dc2af5de585cb2ddc9860aae791de0 | [
"MIT"
] | permissive | kragmag/ponder | f95cfe3e3c7e82f02c0db3361a8fb8cdbb880e10 | baa08370ed0630eb295850a653312a9fb0e1195b | refs/heads/master | 2021-01-17T21:53:54.664811 | 2017-02-16T17:32:45 | 2017-02-16T17:32:45 | 67,532,065 | 0 | 0 | null | 2016-09-06T17:41:02 | 2016-09-06T17:41:02 | null | UTF-8 | C++ | false | false | 4,896 | cpp | /****************************************************************************
**
** This file is part of the Ponder library, formerly CAMP.
**
** The MIT License (MIT)
**
** Copyright (C) 2009-2014 TEGESO/TEGESOFT and/or its subsidiary(-ies) and mother company.
** Copyright (C) 2015-2016 Billy Quith.
**
** Permission i... | [
"chinbillybilbo@gmail.com"
] | chinbillybilbo@gmail.com |
c51c1c6a0357573f220782cbad4675f4cb3630b0 | f47a5f76a5445e23b32430620f71b331d8c0c568 | /lib/Navio/Common/sockets.cpp | 9876f9c6f335ed566d50d2f8de6d64a86763c8dd | [
"MIT"
] | permissive | torressantiago/PINISAT | ca56f45a6597f7009c5611f98f5ef443fd175e59 | 21809d7a96ffd44d48d43b5ed1cfb866dcc97be5 | refs/heads/main | 2023-05-07T22:43:40.422609 | 2021-05-22T21:24:18 | 2021-05-22T21:24:18 | 344,392,275 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,308 | cpp | /** @file gps.cpp
*
* @brief Socket library implementation of
* sockets.h
*
* @author Santiago Torres Borda
*
* @version 1.0
*
*/
#ifndef SOCKETS_H
#include"sockets.h"
#endif
#include<stdio.h>
#include<stdlib.h>
#include<unistd.h>
#include<string.h>
#include<sys/types.h>
#include<sys/socket.h>
#incl... | [
"torres_santiago@javeriana.edu.co"
] | torres_santiago@javeriana.edu.co |
14245e16789646025a2bec4c22e694d6092c76ae | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium_org/chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc | 5cbd22d53fc16aa376dd5d632b0576993cc2aa52 | [
"MIT",
"BSD-3-Clause"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 10,383 | 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 "base/basictypes.h"
#include "base/command_line.h"
#if defined(OS_MACOSX)
#include "base/mac/mac_util.h"
#endif
#include "base/strings/stringprin... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
b5ef9287d8dd92551900e03eee4027bbd49795ec | 46f2e7a10fca9f7e7b80b342240302c311c31914 | /lid_driven_flow/cavity/0.0384/phi | 6a411fc7afd5debd3f701c32ba0a4037f2487947 | [] | no_license | patricksinclair/openfoam_warmups | 696cb1950d40b967b8b455164134bde03e9179a1 | 03c982f7d46b4858e3b6bfdde7b8e8c3c4275df9 | refs/heads/master | 2020-12-26T12:50:00.615357 | 2020-02-04T20:22:35 | 2020-02-04T20:22:35 | 237,510,814 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 62,624 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"patricksinclair@hotmail.co.uk"
] | patricksinclair@hotmail.co.uk | |
c72eae53da30ede1e06ea22b2ade91467e86a2d6 | 41c46297d9303f54fb390050f550379649313979 | /20190508/Maximal Continuous Rest.cpp | 26d238d1896c04bb24f49e5145f9a0325a778b37 | [] | no_license | SketchAlgorithm/17_Jo-Wonbin | f48d6c51026d08bd4eeb13448e35d8566660ad40 | 75231bf4a0fb62518f687c62c752f5efb7c49478 | refs/heads/master | 2020-04-23T00:30:30.618376 | 2020-02-18T09:02:46 | 2020-02-18T09:02:46 | 170,782,242 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 355 | cpp | //https://codeforces.com/contest/1141/problem/B
#include<iostream>
#include<algorithm>
using namespace std;
int n, a[200001], temp = 0;
int main() {
int ans = 0;
cin >> n;
for (int i = 0; i < n; i++) cin >> a[i];
for (int i = 0; i < 2 * n; i++) {
if (a[i % n]) temp++;
else temp = 0;
ans = ma... | [
"noreply@github.com"
] | noreply@github.com |
47dbf03e53ca1021961d306e2d9998c1997ccd91 | 5b58f72c67e33b4a8422156c470b97e91c24730c | /Randomized Quick Sort(3 que).cpp | 5218e31dc1d9cceecc71fa99d79cff199d667095 | [] | no_license | Riya500/DAA-PRACTICAL-FILE | ea279c60a5ecd0e6998fc5eca20d38e53326f39a | 420b9d599e3235268270688cab5c34906c850d99 | refs/heads/main | 2023-04-28T06:51:30.236944 | 2021-05-18T08:48:45 | 2021-05-18T08:48:45 | 363,147,036 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,468 | cpp | #include <cstdlib>
#include <iostream>
#include <time.h>
using namespace std;
int comp =0;
int partition(int arr[], int low, int high)
{
int pivot = arr[high];
int i = (low - 1);
for (int j = low; j <= high - 1; j++)
{
if (arr[j] <= pivot) {
i++;
swap(arr[i], arr[j]);
}
comp++... | [
"noreply@github.com"
] | noreply@github.com |
431c37ccc5198b3eccdfd923ae4fa098307fbeb9 | 59a2f81c36686a40e03bb2557e08dc31bd6f1ec9 | /Dynamic-Programming/Numeric_Keypad.cpp | 4ca48e927dca7798ab0d8b818d4421b1ee690ad6 | [] | no_license | mkltaneja/Interview-Prep-Questions | 8f77bd7b332380ebd30a99c0426f87464b3bcb13 | 1ef818175ae2c6beca766625b41de850f8a8eb5b | refs/heads/master | 2023-02-16T09:01:35.495108 | 2021-01-10T12:50:48 | 2021-01-10T12:50:48 | 288,815,697 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,263 | cpp | #include <iostream>
#include <vector>
using namespace std;
vector<vector<int>> dir = {{1, 0}, {0, 1}, {-1, 0}, {0, -1}, {0, 0}};
int numeric_keypad(int n, vector<vector<int>> &keypad)
{
for (int i = 0; i < 4; i++)
for (int j = 0; j < 3; j++)
keypad[i][j] = ((i == 3 && j == 0) || (i == 3 && j ==... | [
"mkltaneja@gmail.com"
] | mkltaneja@gmail.com |
c3d3e51b2624e5c8dafb6c977f12262fe4ea8da2 | f13da091809dc2af0eee7eb01d82e4e27021442e | /updateServer/content/client.cpp | 0934122d6f4ff093669ea8251e6e01f3e9015973 | [] | no_license | fU9ANg/hacks | c3e58039e374459c029b2922f962862d74d79528 | b259e3394a560dfde2bc22884f3df991b9667f2b | refs/heads/master | 2021-01-15T19:28:16.194698 | 2015-01-12T13:51:30 | 2015-01-12T13:51:30 | 3,471,273 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 681 | cpp |
/*
* client.cpp
*/
#include "client.h"
CClient::CClient ()
{
}
CClient::~CClient ()
{
}
void CClient::setOnLine (bool b)
{
m_onLine = b;
}
bool CClient::getOnLine (void)
{
return (m_onLine);
}
void CClient::setId (int id)
{
m_Id = id;
}
int CClient::getId ()
{
return (m_Id);
}
void CClient::s... | [
"bb.newlife@gmail.com"
] | bb.newlife@gmail.com |
82d917e74ac42df0d7e8a13c1d61e21de8907093 | 93697624e5bff8c25fec6c8e7ffad73da03e396e | /src/router/history.cpp | bfee04d87311915642f62306803b6bd6dccaf6df | [] | no_license | alfanick/xbee868-routing | 6b836af82f4334b29e1f467d6951ccfefc0310dd | 0bee55e8a5775502daf6c46c08f168e1aee907fd | refs/heads/master | 2021-01-19T11:35:52.839758 | 2015-02-03T20:31:47 | 2015-02-03T20:31:47 | 28,773,036 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,735 | cpp | #include "history.h"
namespace PUT {
namespace CS {
namespace XbeeRouting {
Metadata::~Metadata() {
// packet should be deleted manually because of case in Dispatcher::tick(), when metadata have to be deleted, but pointer to packet should be valid
//delete packet;
}
void Histo... | [
"amadeusz@amanointeractive.com"
] | amadeusz@amanointeractive.com |
0b09bf99fdb492719f5c83a9204abb284e864101 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/Event/FourMom/FourMom/P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP.h | d21002f10f23c5a8c188c10f9247e37a4d8cd49f | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 872 | h | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef FOURMOM_P5JACOBIAND0Z0PHITHETAQOVERP2D0Z0PHIETAP_H
#define FOURMOM_P5JACOBIAND0Z0PHITHETAQOVERP2D0Z0PHIETAP_H
/********************************************************************
NAME: P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP.... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
3d6ba24fa42760ff4f764c0d9b44746aa1330b43 | da85324835c8c418ab22f85a9b1ac2ee0cc686a9 | /bluetooth.ino | cfe55c37e53130bdfd6464f2448aaf9769101491 | [] | no_license | chrisMbuff/AllNetscapes | 2efe84fb6b394b6a08a286a0a132e230312336af | 54e7fcaf188065c6dea2e9f36d55ef437fed7a16 | refs/heads/master | 2021-09-05T01:28:36.200237 | 2018-01-23T12:01:50 | 2018-01-23T12:01:50 | 113,847,363 | 0 | 1 | null | 2017-12-11T11:03:10 | 2017-12-11T10:50:15 | JavaScript | UTF-8 | C++ | false | false | 1,304 | ino | /*
made by Steph and Chris
*/
//13 = red 12= green 11 = blue
char dump;
String ledControlColourchar="";
void setup() // runs once
{
Serial.begin(9600); // sets the baud 9600
pinMode(13, OUTPUT);
}
void loop()
{
if(Serial.available()){
while(Serial.available())
... | [
"noreply@github.com"
] | noreply@github.com |
40cce36a74552dc2ff99737d7cbe27869dae6b4d | 14a08ebe60e3f80c3a773d83af67bbc1b2231c63 | /mainwindow.cpp | 828317c75a83e60841603719c60f9cbfefac7c6e | [] | no_license | DiegoRibeiro/CaterBot | 7c09b1a41418951fce512c20696b7cef5ff74b5e | e62838723dc221c8dbbf0ee827136463e5ec90ab | refs/heads/master | 2022-06-22T23:30:40.617886 | 2020-05-11T05:05:17 | 2020-05-11T05:05:17 | 262,943,250 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,359 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QMessageBox>
#include <iostream>
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
, ui(new Ui::MainWindow)
, process("SimpleClient.exe")
, remoteThread()
, caterModule("MyDll.dll")
, thread()
, client()
{
ui->setu... | [
"diegounifeibr@gmail.com"
] | diegounifeibr@gmail.com |
bd244c4c31b529df85dfcc5c28e6a30b4729c044 | 11053154af00a3a4c57c09ab4cfd64d30d0f8ebd | /2주차/붕어빵 판매하기.cpp | b899415ced969cbcbe556b679c4602f3a920ad29 | [] | no_license | c3coding100/koi_im | e8de166919e335f3a5e8fc9c423bfe15ae74b973 | 687ec734c325ec40d107b932c660e98bed3c4b2f | refs/heads/master | 2020-04-27T06:04:04.141480 | 2019-05-24T08:55:30 | 2019-05-24T08:55:30 | 174,097,678 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 387 | cpp | #include <stdio.h>
int a[1001];
int d[1001];
int main() {
int n;
scanf("%d",&n);
for (int i=1; i<=n; i++) {
scanf("%d",&a[i]);
}
for (int i=1; i<=n; i++) {
for (int j=1; j<=i; j++) {
if (d[i] < d[i-j] + a[j]) {
d[i] = d[i-j] + a[j];
... | [
"noreply@github.com"
] | noreply@github.com |
8fb27b1efcbfd26299133fd324e71c879795def8 | 2cbe5a3c876b2dfc1e3d3cfe94c986616f133639 | /Test/PayloadCRCouncilMemberClaimNodeTest.cpp | 78dc11ee56d1ad51c878d120c8f37792f1085e90 | [
"MIT"
] | permissive | chenyukaola/Elastos.ELA.SPV.Cpp | 803d028d311ba2193a5b5ccd684bb0112c676bfd | 57b5264d4eb259439dd85aefc0455389551ee3cf | refs/heads/master | 2021-06-27T22:42:18.211020 | 2021-02-19T03:41:44 | 2021-02-19T03:41:44 | 222,857,687 | 1 | 0 | MIT | 2019-11-20T05:26:13 | 2019-11-20T05:26:12 | null | UTF-8 | C++ | false | false | 2,721 | cpp | /*
* Copyright (c) 2020 Elastos Foundation
*
* 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, modify, merge, ... | [
"heroopan@gmail.com"
] | heroopan@gmail.com |
1e469dce9f4b0eb38b815ce255a410afae878a59 | 8fcc488d9df0094885e2b32b67672d65b11b30a7 | /include/caffe/cc/core/cc.h | a1798834dd09d20ee03476069dddd91b8085f55e | [] | no_license | zgsxwsdxg/CC4.0 | 3a3678dfb90d8da47ab9ca114518ea60944346dc | 7fe1ad3a96f9fa32fc2b4f55b488da052702a18c | refs/heads/master | 2020-03-19T13:43:24.907711 | 2018-05-26T12:04:09 | 2018-05-26T12:04:09 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 14,582 | h | /*
CC深度学习库(Caffe)V4.0
*/
#ifndef CC_H
#define CC_H
#include <opencv2/opencv.hpp>
#include <vector>
#include <map>
//#define USE_PROTOBUF
#ifdef USE_PROTOBUF
#include <caffe/proto/caffe.pb.h>
#endif
using namespace std;
#ifdef EXPORT_CC_DLL
#define CCAPI __declspec(dllexport)
#else
#define CCAPI __declspec(dllimpo... | [
"512690069@qq.com"
] | 512690069@qq.com |
43504de51233ef559934347e18fc23fb99397430 | 0ff0c44885ccf687d8d00d407bff180f89f45a2a | /T1021甲流疫情死亡率.cpp | a268a728b3c4d4716a20114c471284b1baa93c19 | [] | no_license | shareone2/JiSuanKeOj | dc3e06134b58a679d515aef343d7cbe48ee887d1 | 4771e5a50bea48cab278245fb979bffe9b4c5da6 | refs/heads/master | 2022-12-16T13:47:38.853626 | 2020-09-09T08:57:38 | 2020-09-09T08:57:38 | 294,057,513 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 443 | cpp | /*************************************************************************
> File Name: T1021甲流疫情死亡率.cpp
> Author:
> Mail:
> Created Time: 2019年04月04日 星期四 20时24分53秒
************************************************************************/
#include <iostream>
#include <cstdio>
using namespace std;
int main () ... | [
"2659002865@qq.com"
] | 2659002865@qq.com |
47ec99595d1823a218a43c9f127cba4da5eb8afa | 5456502f97627278cbd6e16d002d50f1de3da7bb | /ppapi/host/resource_host.h | 8adb9eaf2902537e4d17559e603f8a8fcde31b98 | [
"BSD-3-Clause",
"LicenseRef-scancode-khronos"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,493 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PPAPI_HOST_RESOURCE_HOST_H_
#define PPAPI_HOST_RESOURCE_HOST_H_
#include <vector>
#include "base/macros.h"
#include "base/memory/r... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
f3ec6bb3b9502b224fd27eecd83d0980fb340607 | ad5f6aab3066c280c80494a233e78179d4a5319e | /src/CandidateIdentifiersGrabber.cpp | 2364cc4c56bdd0578e0deafb53901d03660b4b58 | [] | no_license | dakeryas/CandidateMapMaker | da9b069827c132c0d12a9864f300dbec830be899 | 53a3259ed6284a63de6d98fdf73f7679bd50db9a | refs/heads/master | 2021-01-10T12:42:25.818152 | 2016-04-19T08:40:16 | 2016-04-19T08:40:16 | 48,567,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,068 | cpp | #include "CandidateIdentifiersGrabber.hpp"
namespace CandidateMapMaker{
CandidateIdentifiersGrabber::CandidateIdentifiersGrabber(std::string production, std::string dataType, CosmogenicHunter::Bounds<double> candidateEnergyBounds)
:production(std::move(production)),dataType(std::move(dataType)),candidateEnergyBou... | [
"mrdakeryas@gmail.com"
] | mrdakeryas@gmail.com |
1ecbfafb997f460e38160a21eb42d05cd052e023 | ae966c81c2de5af22680d4c9ec15d0b84499d260 | /my/onecpu.h | 0f8b0b2b2078fd33b48d27fc3f1c64543c399f79 | [] | no_license | kkHAIKE/codestore | f4a8020200a8071c3b53610a388a1b1776cfb375 | 593e3e27ca01237112021bee4d50f47033a79d59 | refs/heads/master | 2022-11-09T07:05:18.681248 | 2020-06-28T06:19:42 | 2020-06-28T06:19:42 | 275,519,887 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,781 | h | #pragma once
#ifndef ONECPU_NAME
#define ONECPU_NAME "one_cpu"
#endif
#pragma data_seg(ONECPU_NAME)
DWORD_PTR g_cpu1=0,g_cpu2=0;
#pragma data_seg()
#pragma comment(linker,"/SECTION:"ONECPU_NAME",RWS")
class COneCpu
{
public:
static COneCpu& Instance()
{
static COneCpu instance;
return instance... | [
"kkhaike@gmail.com"
] | kkhaike@gmail.com |
ec2ab7ea890f4032e8144623a1fd6ac957f49a09 | f96fc6c0274edf6d0f8b407a391f02f6a1151885 | /Noctis/src/Noctis/Renderer/RenderCommand.cpp | 09edd86a65507e8b69c2b2464c285a29fff71133 | [
"Apache-2.0"
] | permissive | Imoali/Noctis | b4bc014b1e3a57ce1864d304e20c16d0d42a4ece | 7a0233f2765ae0949a0f3724cd21e6cad78eb3da | refs/heads/master | 2020-05-31T10:35:33.901550 | 2019-08-05T21:26:46 | 2019-08-05T21:26:46 | 190,242,915 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 185 | cpp | #include "ntpch.h"
#include "RenderCommand.h"
#include "Platform/OpenGL/OpenGLRendererAPI.h"
namespace Noctis {
RendererAPI* RenderCommand::s_RendererAPI = new OpenGLRendererAPI;
}
| [
"baumer.eli@gmail.com"
] | baumer.eli@gmail.com |
c0828d2bd4e06372ecfca4b7410466951c67d1f6 | 13e0dd63138eb68a19b3a8c7db52d12af78b2c2a | /Trees/BinaryTreeLevelOrderTraversal.cpp | 8111bb9ccea7d77978077be0ddeda8355e0a5848 | [] | no_license | AmelHelez/Data-structures | 14931e620dc85d2324a623d1ec3b6cd3c4bd64ee | 85237a264327652a422a4453b12b0d5928ede6c6 | refs/heads/master | 2020-12-31T09:53:01.796129 | 2020-02-07T17:23:22 | 2020-02-07T17:23:22 | 238,984,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,454 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <queue>
using namespace std;
struct TreeNode
{
int val;
struct TreeNode *left;
struct TreeNode *right;
TreeNode(int x) : val(x), left(NULL),right(NULL) {}
};
vector<vector<int> > levelOrderBottom(TreeNode* root) {
vector<vect... | [
"amel.helez@stu.ssst.edu.ba"
] | amel.helez@stu.ssst.edu.ba |
5dcb3197789b50e8891096478a6d0d939172f179 | 8a92aa7d9f97269de27489f494e5249505e7645d | /Programa moléculas/Programa moléculas/MoleculaAgua.h | dbf5eaa779c770916de91f337ed93e91644a6a18 | [
"MIT"
] | permissive | AlbertoTrapiello/SII-ADOO | 0f5fb098407ad821394d1d73ded1c7490934dab5 | 9a7ba5dcd450c6b6b3e0932f5a62d0be28733bbf | refs/heads/master | 2021-07-23T02:16:32.216387 | 2019-01-23T17:48:22 | 2019-01-23T17:48:22 | 147,925,200 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 496 | h | #ifndef _MOL_AGUA
#define _MOL_AGUA
//
#include "Atomo.h"
class MoleculaAgua
{
protected:
Atomo oxigeno, hidrogeno1, hidrogeno2;
public:
MoleculaAgua(): oxigeno(16), hidrogeno1(1), hidrogeno2(1)
{
hidrogeno1.Enlaza(&oxigeno);
hidrogeno2.Enlaza(&oxigeno);
}
void CalcularPosicion()
{
oxigeno.CalcularP... | [
"albertotrapiello@gmail.com"
] | albertotrapiello@gmail.com |
2af5fa7dcad0c237e522a1fafb8427abb9e451f8 | 78918391a7809832dc486f68b90455c72e95cdda | /boost_lib/boost/mpl/aux_/preprocessed/no_ttp/equal_to.hpp | e74b7d4bea26150ac1e15b12d31b828d2a9457d8 | [
"MIT"
] | permissive | kyx0r/FA_Patcher | 50681e3e8bb04745bba44a71b5fd04e1004c3845 | 3f539686955249004b4483001a9e49e63c4856ff | refs/heads/master | 2022-03-28T10:03:28.419352 | 2020-01-02T09:16:30 | 2020-01-02T09:16:30 | 141,066,396 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,079 | hpp |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/equal_to.hpp" header
// -- DO NOT modify by hand!
namespace boost
{
namespace... | [
"k.melekhin@gmail.com"
] | k.melekhin@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.