blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1a860403651e00c00d5a44101ce1a0d0a7a84406 | 6b550d3d0b182bcddda1f0a175d6b6cd07b60fb3 | /logdevice/server/admincommands/DeprecatedStats.h | 26f09b4337dfce2581b965f9ef8eb043f6ce5007 | [
"BSD-3-Clause"
] | permissive | Rachelmorrell/LogDevice | 5bd04f7ab0bdf9cc6e5b2da4a4b51210cdc9a4c8 | 3a8d800033fada47d878b64533afdf41dc79e057 | refs/heads/master | 2021-06-24T09:10:20.240011 | 2020-04-21T14:10:52 | 2020-04-21T14:13:09 | 157,563,026 | 1 | 0 | NOASSERTION | 2020-04-21T19:20:55 | 2018-11-14T14:43:33 | C++ | UTF-8 | C++ | false | false | 902 | h | /**
* Copyright (c) 2017-present, Facebook, Inc. and its affiliates.
* 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.
*/
#pragma once
#include <string>
#include "logdevice/server/admincommands/AdminCommand.... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
394c62b809cf87f378e960f7bbd6e94938f61a28 | f3bd4e51af29107f28be5a4b81035c6a913ba006 | /MiniIni.hpp | d3ee7340bee4181aeee465c2a5c486d8472c0997 | [
"MIT"
] | permissive | Openprocess/Common | 74d78bf8c267d612e092f7d13651de27128513ea | f5f5145382ecac5e44459ad9fceb4bc281afd5df | refs/heads/master | 2023-08-30T00:04:43.980314 | 2021-11-08T05:29:07 | 2021-11-08T05:29:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,119 | hpp |
#pragma once
/*
Copyright (c) 2018 Victor Sheinmann, Vicshann@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation the rights to use... | [
"Vicshann@gmail.com"
] | Vicshann@gmail.com |
2f833cd30622cb4f5464ada508e86191de720dc4 | ab4f91e7509f0d33c8add8e0a0f3ef1c5f370f47 | /isosceles2.cpp | 96a847e78cb123a3f16c496fca38b2d63cc17af3 | [] | no_license | maycon/spoj | b3310dd407d2756e1744ca47acec0210df55524c | c75713fe1885476d1e095ebe7de0cb47d248defd | refs/heads/master | 2021-01-01T18:41:36.835178 | 2014-06-28T04:02:23 | 2014-06-28T04:02:23 | 715,056 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 809 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
typedef long long num;
inline num pow(num a){
return a*a;
}
inline num comb(num a){
return a*(a-1)/2;
}
int main(){
int n;
cin>>n;
num pts[1000][2];
num dist[1000][1000];
while(n){
int is = 0;
for(int c = 0; c<n; c++){
cin>>pts[c][0]>>pts[... | [
"maycon@hacknroll.com"
] | maycon@hacknroll.com |
fe862b9956bb30bc585db885efe46c866d7c4dbb | 612252bef1d47b5d5bfe2d94e8de0a318db4fc8e | /3.8.1/Tone_Skipper/Classes/Actors/QuestionMark.cpp | a585fb6158d8e6483ad0a7e0908306876b23c023 | [
"MIT"
] | permissive | dingjunyong/MyCocos2dxGame | 78cf0727b85f8d57c7c575e05766c84b9fa726c1 | c8ca9a65cd6f54857fc8f6c445bd6226f2f5409d | refs/heads/master | 2020-06-05T08:32:45.776325 | 2016-10-08T16:09:38 | 2016-10-08T16:09:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,739 | cpp | //
// QuestionMark.cpp
// Tone_Skipper
//
// Created by wang haibo on 15/9/22.
//
//
#include "QuestionMark.h"
USING_NS_CC;
QuestionMark::QuestionMark()
{
m_Type = UIT_QUESTION_MARK;
m_QMType = QMT_RANDOM;
}
QuestionMark::~QuestionMark()
{
}
bool QuestionMark::loadModel()
{
bool ret = true;
m_pSpr... | [
"lwwhbwhb@gmail.com"
] | lwwhbwhb@gmail.com |
2e284002f1c50415ca7bdf07d7c65d16913ab42c | a0dae9948da0af5c800a97f57a12ce00d72d88cb | /CubeWorld/CubeWorld/Artifacts/Artifact.cpp | fd8df1715b135bd4c00599f2b12ffed24326dcbd | [
"MIT"
] | permissive | yizhi401/NoahsArk | 207a4edb4bd82ebc9650e364427d271cb95ebe1b | 5a8944ffd7eb028edb2804a5882474a782345517 | refs/heads/master | 2021-01-21T14:39:51.962058 | 2016-06-14T12:45:56 | 2016-06-14T12:45:56 | 59,729,963 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 66 | cpp | //
// Created by Peter Chen on 5/29/16.
//
#include "Artifact.h"
| [
"yizhi401@126.com"
] | yizhi401@126.com |
23ff50e87cfa2abc86d5b94ec8737682b873e5c6 | f6be3e2e3ef4955a74de5a7662a21ccb5b3de868 | /src/cedit.cpp | 796dda5a33fe0ab9818cb59f7e2196ef206cfb0a | [] | no_license | mudhistoricalsociety/dawnoftime_1.69r | 71dc858e7a1f1c5a1539ebd3f8e64c7c0ebd31f7 | 3c983d11b0c2927183a03f31ecc31196d25e0b79 | refs/heads/master | 2022-06-21T15:43:27.114496 | 2020-05-13T02:52:18 | 2020-05-13T02:52:18 | 263,508,969 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 27,601 | cpp | /**************************************************************************/
// cedit.cpp - olc class editor
/***************************************************************************
* The Dawn of Time v1.69r (c)1997-2004 Michael Garratt *
* >> A number of people have contributed to the Dawn cod... | [
"mudhistoricalsociety@gmail.com"
] | mudhistoricalsociety@gmail.com |
4874fef6c3177dcc6df9a24cc9d2d8f537b99477 | 5eba350fb1f31441dbf8f66227c13fb4755cef65 | /11498 - Division of Nlogonia/solution.cpp | dacc9c19907b67f4cc346a5bcbf5c2349d2de78d | [] | no_license | mimakyure/uva | 40a3d8f6958d8a89c651ee98ddf172abb987fb35 | a31a98c934dc9f65d8fbbc176b37240cb853d06c | refs/heads/master | 2020-05-24T06:35:17.005562 | 2019-05-26T20:31:34 | 2019-05-26T20:31:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 680 | cpp | #include <iostream>
#include <string>
int solution() {
while (true) {
int queries = 0;
std::cin >> queries;
std::cin.ignore();
if (queries == 0) {
break;
}
int div_x, div_y;
std::cin >> div_x >> div_y;
std::cin.ignore();
while (queries--) {
int house_x, house_y;... | [
"m.imakyure@gmail.com"
] | m.imakyure@gmail.com |
34af25d96124090eb0dd90cc6d74b8f71ad71634 | 118da6ff7b1aed905d7f97432be1b418803bb266 | /MyProjectStady/switch…case.cpp | 6b701130670a063e29f13d1eb488dd9725b46d55 | [] | no_license | anhhst/MyProjectStady | c4527a603bc2acc39efb3bbdf5b5fb228a8802eb | 9b548c1e147cc8ea1dc76c1929695d182d510614 | refs/heads/master | 2020-12-24T11:18:05.502071 | 2016-11-07T03:29:58 | 2016-11-07T03:29:58 | 73,037,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 491 | cpp | #include <iostream>
using namespace std;
//int main()
//{
// int month, day;
// cout << "Month: ";
// cin >> month;
//
// switch (month)
// {
// case 1:
// case 3:
// case 5:
// case 7:
// case 8:
// case 10:
// case 12:
// {
// day = 30;
//
// break;
// }
// case 4:
// case 6:
// case 9:
// case 11:
// {
// day ... | [
"hsta94@gmail.com"
] | hsta94@gmail.com |
797733e58c4bb745dacef58f0d3a21fa7f597a7c | f1a7911d0ecd9cbd787136d72ff10ff8428f16cc | /Enterprise/Enterprise.ino | 9a3cdd6c0f1ef6377d3c222a51b5cf9ed7757266 | [] | no_license | Radially/Team-Enterprise-Vengeance | f12d7491446e484e89fe9d17fdd5f34fe5cc30d9 | 57e685bdb771e2524cd8e17e2577976dffe14816 | refs/heads/master | 2020-04-12T02:32:36.904883 | 2016-09-14T07:57:44 | 2016-09-14T07:57:44 | 61,379,819 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,017 | ino |
#define SensBR 4
#define SensFR 3
#define SensF 2
#define SensFL 1
#define SensBL 0
const int pwmA = 3, //A2
pwmB = 11, //B2
dirA = 12, //A1
dirB = 13, //B1
pin = 46,
BS = 27 , //Backward sensor distance to wall (bigger value - turn!)
FS = 20, //Forward sen... | [
"jonathanfriedman2@gmail.com"
] | jonathanfriedman2@gmail.com |
043f0ebc7d13ed2d3004641c0697e0847018938c | 5e1f5f2090013041b13d1e280f747aa9f914caa4 | /src/storage/fs_test/max_file.cc | 0473f4bf283d15c177aac4af6ccda9745c943c0d | [
"BSD-2-Clause"
] | permissive | mvanotti/fuchsia-mirror | 477b7d51ae6818e456d5803eea68df35d0d0af88 | 7fb60ae374573299dcb1cc73f950b4f5f981f95c | refs/heads/main | 2022-11-29T08:52:01.817638 | 2021-10-06T05:37:42 | 2021-10-06T05:37:42 | 224,297,435 | 0 | 1 | BSD-2-Clause | 2022-11-21T01:19:37 | 2019-11-26T22:28:11 | C++ | UTF-8 | C++ | false | false | 10,775 | cc | // Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <unistd.h>
#include <zircon/syscalls.h>
#inclu... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
0e28d0449fade10cb3b58f7e96d8ab6484336678 | 1b248a574378d3a4e2f4c9d03140439e4944f113 | /tags/2.1/source/main.cpp | 732285fc6c45714a787fe43ade402333f90ef4d7 | [] | no_license | TetradogOther/OpenWiiFlow | 92dc379e04ff9ad9796ddccc4f5ab7dd4a4dbbc6 | a38c0391eead4aca715075fd36108308a04ed06b | refs/heads/master | 2021-01-20T17:40:07.662570 | 2017-05-10T15:43:10 | 2017-05-10T15:43:10 | 90,880,838 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,660 | cpp |
#include <wiiuse/wpad.h>
#include "video.hpp"
#include "menu/menu.hpp"
#include "loader/disc.h"
#include "loader/fs.h"
#include "loader/alt_ios.h"
#include "loader/sys.h"
#include "loader/wbfs.h"
#include "text.hpp"
#include <ogc/system.h>
#include "gecko.h"
extern "C"
{
extern void __exception_setreload(int t);
... | [
"tetradog@gmail.com"
] | tetradog@gmail.com |
cfbb0a4182c99b74eef9e61f077167c9d3c8e80b | 6272d48fbfe9b8a3607adb1c9ecaed62cf78efed | /initialization/reporter.hh | 88f05e76af67fd91e0c4cb53fa0008178ce0e453 | [] | no_license | dlfurse/midge | 8f48d115123dbfc4ba6c4facb63e424d16721518 | c94a8ca6426b3280f87791174a8fd41472ab6fb3 | refs/heads/master | 2021-04-09T17:28:47.557208 | 2015-01-09T19:02:43 | 2015-01-09T19:02:43 | 7,711,287 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,302 | hh | #ifndef _midge_reporter_hh_
#define _midge_reporter_hh_
#include "value.hh"
#include "processor.hh"
#include <stack>
using std::stack;
namespace midge
{
class reporter :
public processor
{
public:
reporter();
virtual ~reporter();
public:
void oper... | [
"dlfurse@mit.edu"
] | dlfurse@mit.edu |
ec74f68fa38a90eb0452b2f1c83df67fb01474f7 | aae0eaea79a71c8193c4445a8dd1242c70ca4382 | /PAT_LevelA/1056_Mice_and_Rice.cpp | 1dd7487a5ecebfa0d97c24015c5f45bcd0cb0c1c | [
"MIT"
] | permissive | R4x7651/PAT_Answers | a149c795900445f900da494583dcde80eb921fda | 89eacf085069dc03b684d431f51715c491dbb984 | refs/heads/main | 2023-08-25T14:07:07.128494 | 2021-10-26T07:54:03 | 2021-10-26T07:54:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,164 | cpp | #include "cstdio"
#include "queue"
using namespace std;
const int maxn = 1001;
struct mouse {
int weight;
int rank;
} mouse[maxn];
int main() {
int np, ng, order;
if (scanf("%d %d", &np, &ng) == 1);
for (int i = 0; i < np; ++i) {
if(scanf("%d", &mouse[i].weight)==1);
}
queue<int> ... | [
"mark765111@gmail.com"
] | mark765111@gmail.com |
f3ad1cc8fb985195f2f7403d6135a3ad7985a5a1 | 1e5adb7ad22a598dc7354580e7d56812ecf2e4e4 | /examples/ToneTest/ToneTest.pde | 67920b79fac292fa06da7480f4f5c11e5adb97f8 | [
"MIT"
] | permissive | diyelectromusic/Tone | 8d039b985fd2b928930c9aa20600e78d9b0ae7a2 | 5dc5295ab927654d742decbfe8f0516c6c73d094 | refs/heads/master | 2023-08-11T11:22:03.976081 | 2021-09-22T13:10:55 | 2021-09-22T13:10:55 | 409,183,634 | 1 | 0 | MIT | 2021-09-22T13:10:56 | 2021-09-22T11:49:08 | null | UTF-8 | C++ | false | false | 1,547 | pde | // Duelling Tones - Simultaneous tone generation.
// To mix the output of the signals to output to a small speaker (i.e. 8 Ohms or higher),
// simply use 1K Ohm resistors from each output pin and tie them together at the speaker.
// Don't forget to connect the other side of the speaker to ground!
// This example plays... | [
"bhagman@roguerobotics.com"
] | bhagman@roguerobotics.com |
d202b3fe4dbb39cde6f1822804ccad90b36172b5 | 4352b5c9e6719d762e6a80e7a7799630d819bca3 | /tutorials/eulerVortex.twitch/eulerVortex.cyclic.twitch/1.85/mag(U) | 1321f3b60081080a3bf5e6bdaf9ff6e938fd366e | [] | no_license | dashqua/epicProject | d6214b57c545110d08ad053e68bc095f1d4dc725 | 54afca50a61c20c541ef43e3d96408ef72f0bcbc | refs/heads/master | 2022-02-28T17:20:20.291864 | 2019-10-28T13:33:16 | 2019-10-28T13:33:16 | 184,294,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 83,300 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"tdg@debian"
] | tdg@debian | |
f12573a76041e36f0a36e6f710d9b122773fd89c | 1845b9ca950c4c4d0a91eff602d74c7a9c9ade5f | /app/node.cpp | 80ffee250479f2dbd2d529e1eeb00e579e562003 | [] | no_license | bhargav-umd/Discrete-Planner | 927e2847e332b1c498e62338dd27d6c12a59814a | b705e2062c9a9660bff22b5c424e10e8d1065057 | refs/heads/master | 2020-05-05T01:58:40.996598 | 2019-04-05T21:56:46 | 2019-04-05T21:56:46 | 179,620,436 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 271 | cpp | #include "../include/node.h"
node::node() {}
/* node::node(std::pair<int, int> location_, double g_cost, double h_cost, */
// double f_cost) {
// this->location_ = location_;
// this->f_cost = f_cost;
// this->g_cost = g_cost;
// this->h_cost = h_cost;
/* } */
| [
"bhargav@umd.edu"
] | bhargav@umd.edu |
3905e9e40e2567b599562f60f7db9e87718011da | bd549f93efcca2e02029bb761611861d13fb1aa3 | /OpenGL_Swords_Of_Destiny/Entity/Entity.cpp | c890c3b30376b27ebd2fd59b56060eca88e79750 | [] | no_license | batur1349/OpenGL_Swords_Of_Destiny | c1bc0fd21957b26ab185563bb96bef6db69ea774 | f16298dfff9d41e5733e87354c25af38f33edb64 | refs/heads/master | 2020-05-03T08:58:24.803283 | 2019-06-17T16:54:36 | 2019-06-17T16:54:36 | 178,541,240 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 773 | cpp | #include "../pch.h"
#include "Entity.hpp"
Entity::Entity(TexturedObject texModel, glm::vec3 position, glm::vec3 rotation, glm::vec3 scale, std::pair<glm::vec3, glm::vec3> minmax)
: m_texturedObject(texModel), m_position(position), m_rotation(rotation), m_scale(scale)
{
bounds[0] = minmax.first * GetScale() + GetPos... | [
"barbaros.baturay@gmail.com"
] | barbaros.baturay@gmail.com |
692e75aa8c73da39d710195d258df20c46f98a18 | 88a2494bbee50a962c000900f94440324f6a2db2 | /Data Structures/Mapas STL/Practica 6 Mapas/Practica 6 Mapas/Usuario.cpp | d38b457dcfb7ba87093cff86904ea0ced67daf8c | [] | no_license | manugarcia101/Cplusplus | c8bcad28612f0cc4b5e1a9f4103ea00d3e4d7ba0 | 9e5308a5e00dc7e3460c6896fa21bfd7a9f0c9c9 | refs/heads/master | 2020-03-19T04:28:28.212755 | 2018-06-07T17:49:09 | 2018-06-07T17:49:09 | 135,832,739 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,211 | cpp | #include "stdafx.h"
#include "Usuario.h"
#include <iostream>
Usuario::Usuario(std::string Id, std::string Nombre, TextoPredictivo *Tp):id(Id),nombre(Nombre), tp(Tp), miDiccionario()
{
}
Usuario::Usuario(const Usuario &orig) :id(orig.id), nombre(orig.nombre), miDiccionario(orig.miDiccionario), tp(orig.tp){
}
Usuar... | [
"manugarcial96@gmail.com"
] | manugarcial96@gmail.com |
48e7a6f6b7ed4510e97ca7cba53b73221976ca64 | 1593b8975b5ac78c9e00d199aa0bf3c2de40f155 | /gazebo/gui/Gui.cc | 046212022a81f80c863a49ddfc806c3470cd3835 | [
"Apache-2.0"
] | permissive | kesaribath47/gazebo-deb | 3e0da13ec54f33cc8036623bb8bba2d4a4f46150 | 456da84cfb7b0bdac53241f6c4e86ffe1becfa7d | refs/heads/master | 2021-01-22T23:15:52.075857 | 2013-07-12T18:22:26 | 2013-07-12T18:22:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,652 | cc | /*
* Copyright 2012 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | [
"thomas.moulard@gmail.com"
] | thomas.moulard@gmail.com |
a1e710859152e430efda05a4c5e0b7f79afa323d | c18d190dd8c63a5f59decc3ef3cfc6d194aedc92 | /src/ros/init_utils.h | 846244a8a65ebaa2f65fd0edddbf40acdb74e49a | [] | no_license | anyfilatov/SLAM | 9c2270d6a0478df0734e12c991ec94a4233189f3 | 2290e4858b75f24fdaf41863ccaf65d3028f5da6 | refs/heads/master | 2020-04-25T03:20:11.182591 | 2019-02-25T09:19:28 | 2019-02-25T09:19:28 | 172,472,637 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 5,058 | h | #ifndef SLAM_CTOR_ROS_INIT_UTILS_H
#define SLAM_CTOR_ROS_INIT_UTILS_H
#include <string>
#include <memory>
#include <ros/ros.h>
#include "../core/states/world.h"
#include "../utils/properties_providers.h"
#include "topic_with_transform.h"
#include "pose_correction_tf_publisher.h"
#include "robot_pose_observers.h"
#i... | [
"ant.filatov@gmail.com"
] | ant.filatov@gmail.com |
c4ddccd1b6ef52ab967e966cd4e06ff58a51d9f9 | 4db5f16f32f2860c3212eda2d1b154e43322201f | /hduOj/1492 ( The number of divisors(约数) about Humble Numbers )_97.cpp | dccb396ff4ddf04e6d0d47fcc81c5bc91de53e50 | [] | no_license | shentr/Algorithm | ac9c14a98ed9f8987482fcc2122246fbe27abac3 | 71496209d9ded2f9862d1a2ef2fad506ed1eeadb | refs/heads/master | 2021-01-12T05:34:15.453863 | 2017-02-25T05:51:57 | 2017-02-25T05:51:57 | 77,130,880 | 2 | 0 | null | 2016-12-22T09:38:20 | 2016-12-22T09:20:03 | null | UTF-8 | C++ | false | false | 708 | cpp | // 1492 ( The number of divisors(约数) about Humble Numbers )
//acm.hdu.edu.cn/showproblem.php?pid=1492
#include<iostream>
using namespace std;
typedef long long ll;
int main()
{
ll n;
while(cin>>n&&n)
{
int ans,x=0;
while(n%2==0)
{
n/=2;
x++;
}
... | [
"jsnthmstr@outlook.com"
] | jsnthmstr@outlook.com |
8f622383743d4602217856a96ddc5141e5d60f10 | 51fe55badb134f6e132ccfc8589faebaf7ba824a | /directed/linked_list.h | 2677cce866aaedaf5c6457628963de3beb1374be | [] | no_license | wyliemcevoy/directed | ef5897875620502f57d1f86944e7e014c19d48b8 | 5ebc62cb71735a325e1cf3bbdca79e51a287e74f | refs/heads/master | 2021-01-21T04:55:36.631064 | 2016-07-16T03:33:51 | 2016-07-16T03:33:51 | 55,573,428 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,547 | h | #pragma once
#include <string>
namespace directed
{
// Raw pointer implementation of a linked list
template <class T>
class LinkedListNode {
public:
LinkedListNode(const T & data) : next_(nullptr), data_(data) {}
~LinkedListNode() {
}
LinkedListNode * GetNext() const { return next_; }
void SetNext(Link... | [
"wylie.seven@gmail.com"
] | wylie.seven@gmail.com |
68c238784175722ae8635f3936637f6c2299993f | 473fc28d466ddbe9758ca49c7d4fb42e7d82586e | /app/src/main/java/com/syd/source/aosp/system/bt/stack/l2cap/l2c_fcr.cc | 9c2742f562cdfd075d2edbadee31a327094763c2 | [
"Apache-2.0"
] | permissive | lz-purple/Source | a7788070623f2965a8caa3264778f48d17372bab | e2745b756317aac3c7a27a4c10bdfe0921a82a1c | refs/heads/master | 2020-12-23T17:03:12.412572 | 2020-01-31T01:54:37 | 2020-01-31T01:54:37 | 237,205,127 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 88,673 | cc | /******************************************************************************
*
* Copyright (C) 2004-2012 Broadcom Corporation
*
* 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:
*
... | [
"997530783@qq.com"
] | 997530783@qq.com |
7e155eb0d08b36781bcfbde8591699770656a1d4 | 2d6948520f3ee9916ca9ad4e2d68612e78773092 | /src/TodoListForm.cpp | 8916b20824f996b4a86c3874ce517ec181eb943e | [] | no_license | Backendless/Tizen-Backendless-Data-Service-Demo | 62bcc98f6b544ac4d9852a5647d090a2ab9a6681 | 25049cad15d338f53d9417dce79e002d61fa9974 | refs/heads/master | 2016-09-06T12:27:11.461909 | 2014-02-17T18:11:48 | 2014-02-17T18:11:48 | 16,920,547 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,761 | cpp | //
// Copyright (c) 2012 Samsung Electronics Co., Ltd.
//
// Licensed under the Flora License, Version 1.1 (the License);
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://floralicense.org/license/
//
// Unless required by applicable law or a... | [
"mark@themidnightcoders.com"
] | mark@themidnightcoders.com |
ef4fe53d853dca235331e9ce2ca17697ae1f66c0 | dfe7fb6a79b36baf327e28ec43fa8b3beb170ba4 | /src/server/game/Entities/Item/ItemPrototype.h | be4c3a7701657b14f27d601fdc6e71438a0b73fe | [] | no_license | grabthar/HysteriaCore | 86d8fd27c7a51335b73d4a932d8336cbfe080a0d | 4ff15b9ed80f989b7a793637e357d928b432a75d | refs/heads/master | 2022-12-23T13:37:33.545248 | 2020-08-28T23:22:47 | 2020-08-28T23:22:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,297 | h | /*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
* This program is distributed in the hope that it will b... | [
"emiliyan9604bg@gmail.com"
] | emiliyan9604bg@gmail.com |
a0b83c5319e7a237689aa5dfcd27d5079c4529a1 | d836c18f79efefecbf38e4c221d54aae2e7e79ec | /src/qt/guiutil.cpp | 6a9b1f7cd1f44c5d7c1862056f1fb022732a9f18 | [] | no_license | xgy1221/jdcoin | 329c410489c31a55ff95b38e7e643dd5869ed947 | ac351c1120750712679b7893446a8f517730a658 | refs/heads/main | 2023-03-11T14:57:09.740625 | 2021-03-02T18:45:38 | 2021-03-02T18:45:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,480 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2020 The JDCOIN developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "guiutil.h"
#include... | [
"developer@jdcoin.us"
] | developer@jdcoin.us |
40d5ff0e198158b878de8fee7817c704cfce91ab | 9d2a58f599730ce2b48b35d83b00446682a0acf1 | /CPP/Postfix Expression Evaluation.cpp | 43226c8e4f01fd5c09954c8407c87a2a0f2324a7 | [
"MIT"
] | permissive | rochroger/open-source-contribution | 17052d3b905266f20c8d48350a89755a4068e17f | 1699bc85993afbbb8e6fa501c172015726d71547 | refs/heads/main | 2023-08-14T06:01:14.063513 | 2021-10-04T16:39:33 | 2021-10-04T16:39:33 | 413,202,815 | 2 | 1 | MIT | 2021-10-03T21:37:19 | 2021-10-03T21:37:19 | null | UTF-8 | C++ | false | false | 1,243 | cpp | #include <cmath>
#include <cstdio>
#include <cstdlib>
#include <vector>
#include <iostream>
#include <stack>
#include <algorithm>
using namespace std;
int main() {
string exp;
cin >> exp;
stack<int> st;
int temp;
for(auto it : exp)
{
if(isalpha(it))
{
cin >> temp;
... | [
"mail.gyaneshsamanta@gmail.com"
] | mail.gyaneshsamanta@gmail.com |
e0fdc9ee2be6db9781bee52315763dd8a60003c7 | c74154060d9a3497a31165b316bc1da7ceff7a29 | /measure-generalization/src/include/PhonemeGeneralizationMeasurer.h | 315b04c5f2390f661f0e0f87b9daffe6a3feb826 | [
"MIT"
] | permissive | m2ci-msp/mri-shape-tools | d97c7b3fd7dbd29b9e270f9c7cc3ae18434a033d | b0dbc086885b6cb43794eb028c7eb6c143cd7606 | refs/heads/master | 2021-03-16T06:05:15.534570 | 2019-04-28T10:10:32 | 2019-04-28T10:10:32 | 91,570,596 | 1 | 4 | MIT | 2019-04-28T10:10:32 | 2017-05-17T11:50:11 | C++ | UTF-8 | C++ | false | false | 1,989 | h | #ifndef __PHONEME_GENERALIZATION_MEASURER_H__
#define __PHONEME_GENERALIZATION_MEASURER_H__
#include "training/SampleDataBase.h"
#include "training/TrainingDataBuilder.h"
#include "training/TensorBuilder.h"
#include "GeneralizationMeasurer.h"
class PhonemeGeneralizationMeasurer : public GeneralizationMeasurer{
publ... | [
"hewer@coli.uni-saarland.de"
] | hewer@coli.uni-saarland.de |
60e56f1cec46e072cc09ac96b869fb44fcc5332e | 1b98683b8874a05a6300f6aaffd17d925900b710 | /Class/Recursion/main.cpp | 97f19cb92c99b9731d1bed56ce7dbce36582d3a4 | [] | no_license | BruceYanRCC/2021_Spring_CSC_CIS_17c | 89480157dc957b8962375ee3ba52f1c8da1c80d4 | 95fadd218702de2ca33fe7b56a32577bd2c327ed | refs/heads/master | 2023-04-20T05:58:03.962279 | 2021-05-10T16:54:43 | 2021-05-10T16:54:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,813 | cpp | /*
* File: main.cpp
* Author: Dr. Mark E. Lehr
* Created on October 13th, 2020
* Purpose: Examples of Recursion
*/
//System Libraries
#include <iostream> //I/O Library
#include <iomanip> //Formatting
using namespace std;
//User Libraries
//Global Constants Only
//Well known Science, Mathematical and Labo... | [
"mark.lehr@rcc.edu"
] | mark.lehr@rcc.edu |
63fbcc43fc1217f8344fac9a041ec439f9d80b33 | 601490f589afae6815d51cd831c930d330cdbb3d | /contest/codeforces/567_div2/d.cpp | 5181d2cfd59ca1170f1fd46d23f2599a23cf732a | [] | no_license | hiramekun/CompetitiveProgrammingContests | cd26974d1e8f0b9b2dc3380dcccff00a8fb6833c | 1bcb2f840c9b44c438cc8c3d07c72fc5ff78f61a | refs/heads/master | 2022-01-02T06:29:36.759306 | 2021-12-29T00:44:59 | 2021-12-29T00:44:59 | 226,824,121 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,240 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<ll, ll> P;
typedef vector<ll> vl;
typedef vector<vl> vvl;
template<typename T> using v = vector<T>;
template<typename T> using pq = priority_queue<T>;
template<typename T> using minpq = priority_queue<T, vector<T>, greater<T>>;
template<... | [
"thescript1210@gmail.com"
] | thescript1210@gmail.com |
6e1a93b5b6c1ae09b11de8983db4b69815a7aa89 | 8c121b5c3dc564eb75f7cb8a1e881941d9792db9 | /old_contest/at_coder_arc103_D.cpp | ddbdaa0a0f1b24cdc3a1fe193ec8b3a7729e3098 | [] | no_license | kayaru28/programming_contest | 2f967a4479f5a1f2c30310c00c143e711445b12d | 40bb79adce823c19bbd988f77b515052c710ea42 | refs/heads/master | 2022-12-13T18:32:37.818967 | 2022-11-26T16:36:20 | 2022-11-26T16:36:20 | 147,929,424 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,372 | cpp | #include <iostream>
#include <stdio.h>
#include <algorithm>
#include <map>
#include <math.h>
using namespace std;
#include <vector>
#define rep(i,n) for (ll i = 0; i < (n) ; i++)
#define INF 1e9
#define llINF 1e18
#define base10_4 10000 //1e4
#define base10_5 100000 //1e5
#define base10_6 1000000 //1e6
#... | [
"istorytale090415@gmail.com"
] | istorytale090415@gmail.com |
df078a1f03692bc1f557cd0af80250499ff0df28 | a49531f3194214903976ceacf540648281aa5016 | /C++11/inputOutput.cpp | b2a748857391c106117831751bf47604641f412c | [] | no_license | crodnun/cpp | 7ff4df84ccd3819b29e5f8cab0b4199cb7ebef0b | c960ff341ad377bf860cd1b0e8d2077edff9a772 | refs/heads/master | 2021-01-13T13:48:34.798801 | 2020-04-15T07:12:35 | 2020-04-15T07:12:35 | 76,137,863 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,012 | cpp | #include <iostream>
#include <sstream>
int main(int argc, char const *argv[])
{
// In c++ we can interact with the user by means of streams
// stream is just a source or destination of characters where we read/write characters
// standard ones are cout , cin, cerr, clog
std::cout << "This is an output" << std::e... | [
"crodnun@yahoo.es"
] | crodnun@yahoo.es |
e7ebe43b3fd31ed4849767d5beeb8bda7b49045f | 9e93127bc59857705fece9351c7a96392d82eb16 | /arm/src/fpga/FPGARegisters.cpp | 96ba6a562db3082496f6f4ab52554b563f7e6358 | [] | no_license | mfkiwl/BA | 84d31c09a438ea8eff783c84cae1b1c7d4738fc1 | d3527303bc54eaec6a7a35e68de3b73844d33c9d | refs/heads/master | 2021-05-29T02:49:36.765832 | 2015-07-06T16:50:52 | 2015-07-06T16:50:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 864 | cpp | /*
* FPGAConfig.cpp
*
* Created on: Jul 10, 2013
* Author: pascal
*/
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>
#include "fpga/FPGARegisters.hpp"
FPGARegisters::FPGARegisters(long start_address, const int size)
: mem(start_address, size),
size_(siz... | [
"samuelbryner@gmx.ch"
] | samuelbryner@gmx.ch |
a64e2de2979138f2315755216376ba444c20598c | 77ff0d5fe2ec8057f465a3dd874d36c31e20b889 | /problems/POJ/POJ2385.cpp | 8beaeb0ae99a7523ab153bcfee998891f7758061 | [] | no_license | kei1107/algorithm | cc4ff5fe6bc52ccb037966fae5af00c789b217cc | ddf5911d6678d8b110d42957f15852bcd8fef30c | refs/heads/master | 2021-11-23T08:34:48.672024 | 2021-11-06T13:33:29 | 2021-11-06T13:33:29 | 105,986,370 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,590 | cpp | #include <cstdio>
#include <cstdlib>
#include <cmath>
#include <climits>
#include <cfloat>
#include <map>
#include <utility>
#include <set>
#include <bitset>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <list>
#include <numeric>
#include <algorithm>
#include <functional>
#include <... | [
"clavis1107@gmail.com"
] | clavis1107@gmail.com |
822cf37c8af8d3407722b8972a407a7989b1e5f5 | f44fa627087d1fc97fdca6deeae3f68f3ad90d94 | /package/ext_modules/src/nn/cpp/convolution_layer.cpp | e9eaec34c55457fec5fd44e2350f96aa44232761 | [
"BSD-3-Clause"
] | permissive | zuru/MappedConvolutions | c06511254df3820a47e1d764e88749a72b1ce1de | 77dda41ac9e552fb77dc4494bd7e552c7c5b4e5d | refs/heads/master | 2021-12-09T05:39:58.974857 | 2021-12-08T10:00:27 | 2021-12-08T10:00:27 | 239,197,308 | 0 | 0 | NOASSERTION | 2020-02-08T20:07:43 | 2020-02-08T20:07:43 | null | UTF-8 | C++ | false | false | 6,518 | cpp | #include "nn/layers/convolution_layer.h"
#include "nn/cpp/im2col.h"
namespace mapped_conv {
namespace nn {
namespace cpu {
torch::Tensor ConvForward(torch::Tensor input, torch::Tensor weight,
torch::Tensor bias, int kernel_h, int kernel_w,
int stride_h, int stride_w... | [
"6818607+meder411@users.noreply.github.com"
] | 6818607+meder411@users.noreply.github.com |
acaccb7ed6df805bce802fd0ac418d244a0ec5da | 9d5e3d96a17b37827ce368179bb5a563f7cf89f1 | /C++/1002_N.cpp | 2eecb575a12804dbdc4eb86c16cb3c66fdde2dfd | [] | no_license | lionem2018/Baekjoon_Algorithm | e3e3a970e7e042cd8bb45256f604ee269823bf06 | cc0e764a0a006f400143f74fbd3e1143c95a4ef2 | refs/heads/master | 2021-06-04T11:29:27.540903 | 2020-08-27T11:51:30 | 2020-08-27T11:51:30 | 142,908,201 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 648 | cpp | #include <iostream>
#include <math.h>
using namespace std;
int main(void)
{
int num, index = 0;
int x1, x2, y1, y2, r1, r2;
int result;
cin >> num;
int results[num];
while(index < num)
{
cin >> x1 >> y1 >> r1 >> x2 >> y2 >> r2;
result = sqrt(pow(x1-x2, 2) + pow(y1-y2, 2));
if(x1 == x2 && y1 == y2)
... | [
"m2j9702@gmail.com"
] | m2j9702@gmail.com |
496735f5a6ab9c820fc50e4989e149e8f16529cf | 0f2da325c1fc27c9eb4a940e855e5224a1822740 | /[DirectX]_Game2D_BIGSE/[DirectX]_Game2D_BIGSE/SnakeMens_Effect3.cpp | d034e3a4a5902665f7c8f834966fb7db912350f5 | [] | no_license | NguyenMinhTri/bigse-game2d | 06dd41e92ae8f583553ced15051f41586a65835b | ce8d88cefe0c93e358072f9cec2c9fa92589d54d | refs/heads/master | 2021-01-22T10:12:45.428519 | 2012-11-04T16:59:54 | 2012-11-04T16:59:54 | 42,924,783 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 973 | cpp | #include "SnakeMens_Effect3.h"
#include "RSMainGame.h"
SnakeMens_Effect3::SnakeMens_Effect3(float _X, float _Y)
{
m_X=_X;m_Y=_Y;
Init();
}
SnakeMens_Effect3::~SnakeMens_Effect3(void)
{
}
void SnakeMens_Effect3::Init()
{
m_Sprite=RSMainGame::get()->getSnakeMans_Attack1_Hit();
m_InfoSprite.setX... | [
"mvtt.uit91@gmail.com"
] | mvtt.uit91@gmail.com |
dac3d993ae4009645d05a6ea398f6a424436df00 | ebbfdb4fa856bec4cc57a07b277839dad549e12e | /src/xyz2siesta.cpp | 83b05996dd3e1e4776277190a5d53c82a9ab873b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | meldontaragon/coordinate-conversion | 4a612c67dc8e6a33e1c7d46afb6a0a276edd3d2d | e84cd40ceef53feb9ca95a007057618c5625b0ec | refs/heads/master | 2021-06-13T02:00:08.302946 | 2017-01-19T15:32:34 | 2017-01-19T15:32:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 899 | cpp | /*
Copyright 2016-2017 David C. Miller
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 to in writ... | [
"mill2723@msu.edu"
] | mill2723@msu.edu |
f6dab6a053d83e8b22705748f10fde74a7593b8d | dd1b4089f638d801698e34b830b2767149b665f6 | /VetoSim/Exp/Thick_p_160.cpp | 896fb6a25c154725bc5cf9d8d46293887b015c0e | [] | no_license | ChristiaanAlwin/NeuLAND_Veto | d1c1b41cfb1f4ade2de664188da615b2541d3e7b | ed06682b03b1bd6b2c7ecc2f3be7c62036ef45ee | refs/heads/master | 2021-01-05T19:02:08.598882 | 2020-02-17T13:55:17 | 2020-02-17T13:55:17 | 241,109,623 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 51,694 | cpp | #include <fstream>
#include "Masses.h"
void SetParameters()
{
// This script contains all the input parameters for the VETO simulations.
// All Double_t and Int_t inputs are stored in a histogram. These histograms
// together with all other possible inputs will be stored in a file called
// Inputs.root located... | [
"Christiaan90518@gmail.com"
] | Christiaan90518@gmail.com |
b04a0fb719341472f50fb0e80edf1eafa8fc0924 | fd2754ec7ab1fbb7da19a605c650c51081d09feb | /px4-firmware/build/px4_sitl_default/msg/tmp/sources/sensor_baro.cpp | 86fce809eb2d7b71d736fa1447a35047bc87e01c | [
"BSD-3-Clause"
] | permissive | thehummingbird/MavrosToPx4 | 133a82093c2678bd233577b192f5c91941d55237 | 7378f0d1abd02e538a75ace62ebb515f924c9afb | refs/heads/master | 2020-09-15T13:35:10.893704 | 2019-11-23T14:07:12 | 2019-11-23T14:07:12 | 223,458,088 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,945 | cpp | /****************************************************************************
*
* Copyright (C) 2013-2016 PX4 Development Team. 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. Red... | [
"sharadmaheshwari19@gmail.com"
] | sharadmaheshwari19@gmail.com |
2beb29e689dd987a17c8af204e8790230d7b9c30 | e2c4cecaf1d29d294efbea94fa5ff5913e839d2e | /GLT_Game1/CameraController.hpp | 05cffbdd7d3ba96006774085a7eabc4deca583e9 | [] | no_license | DuckMonster/HellGun | 254a5292f18462ded52f6306d34da20c07dd7994 | 0166efe03887be2656756dcedd658c183a0d9ebd | refs/heads/master | 2021-01-20T19:09:15.857632 | 2016-07-28T17:11:43 | 2016-07-28T17:11:43 | 64,413,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 422 | hpp | #pragma once
#include <GLT\Camera.hpp>
class Entity;
class CameraController {
public:
CameraController() {};
CameraController(glt::Camera* camera);
vec3 getTargetPosition();
void logic();
void setCamera(glt::Camera* camera) { this->camera = camera; }
void setFollowEntity(Entity* entity) { follo... | [
"emil.strm@gmail.com"
] | emil.strm@gmail.com |
181d920dcdeeb24f51d29aa3a0cfd80418d532ad | 36c88392f5c2401598cd83b1e5416e53bcdaa42a | /CVertex.cpp | fb8bb47b841f0b3f7e63d3a3185058e59ae2a292 | [] | no_license | ody360/TDM | 4b46e9146ce0afde7d3784c38cd8f30327261756 | ef76a93bfa85e19b87ee67ce428c96d25b3718a3 | refs/heads/master | 2020-03-20T10:56:36.015489 | 2018-06-14T17:35:54 | 2018-06-14T17:35:54 | 137,389,123 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 909 | cpp | #include "Includes.h"
void CVertex::Create(float fp_fX,float fp_fY,float fp_fZ, float fp_nX, float fp_nY, float fp_nZ)
{
fX=fp_fX;
fY=fp_fY;
fZ=fp_fZ;
fXnor = fp_fX;
fYnor = fp_fY;
fZnor = fp_fZ;
//dwColor=D3DCOLOR_XRGB((BYTE)(fp_fR*255), (BYTE)(fp_fG*255), (BYTE)(fp_fB*255));
}
CVertex CVertex::operator =( C... | [
"ody360@gmail.com"
] | ody360@gmail.com |
c5f0f00f1dcefd70246e7fdc3358de32cf6c2d1f | f929e10e13cef28b8adf4612a04160c108c405cd | /Classes/network/Network.h | c8741425674fb5764d66bdc059a1258cbd548f58 | [] | no_license | lkakaka/CocosGameDemo | 1e7f731dac967cbebd5ac4df8d944209ebb6849a | 5b0b2d42a04cbb57339a6cb6eb866fb63a72a5d9 | refs/heads/master | 2021-08-28T19:57:13.668789 | 2021-08-05T07:15:09 | 2021-08-05T07:15:09 | 243,217,452 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 798 | h | #pragma once
#include "asio.hpp"
#include "asio/ip/tcp.hpp"
#include "asio/system_error.hpp"
#include "MyBuffer.h"
#include "MessageMgr.h"
using namespace asio::ip;
#define SEND_MSG(msg_id, msg) Network::getNetwork()->sendMsg(msg_id, msg)
class Network
{
private:
static Network* g_network;
std::shared_ptr<std:... | [
"liujan_dev@163.com"
] | liujan_dev@163.com |
2c1a6db0ca2d1476833cd8662611c78d8d6a9d04 | 276a092ff5ac0529a1e8402f391fb30c70be5275 | /subcore.hpp | 8359fb399e2a9da7b5fe3f584f13ad492415c069 | [] | no_license | mskoenz/maintain_subcore | e3134ef378fc7bda84bd2e4f1aa1fe5e75471723 | 1d5435fc3ae39c092072cb160ed3d1e300de3721 | refs/heads/master | 2021-01-19T11:58:58.494313 | 2017-04-12T04:53:46 | 2017-04-12T04:53:46 | 88,011,007 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31 | hpp | int subcore_id() { return 3; }
| [
"mskoenz@gmx.net"
] | mskoenz@gmx.net |
666445ce6601a041797b516514511d9249c29422 | 263a50fb4ca9be07a5b229ac80047f068721f459 | /content/browser/renderer_host/resource_dispatcher_host_request_info.h | cf613ba118ef8110659e85adfab9c9b77b2bae55 | [
"BSD-3-Clause"
] | permissive | talalbutt/clank | 8150b328294d0ac7406fa86e2d7f0b960098dc91 | d060a5fcce180009d2eb9257a809cfcb3515f997 | refs/heads/master | 2021-01-18T01:54:24.585184 | 2012-10-17T15:00:42 | 2012-10-17T15:00:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,784 | 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 CONTENT_BROWSER_RENDERER_HOST_RESOURCE_DISPATCHER_HOST_REQUEST_INFO_H_
#define CONTENT_BROWSER_RENDERER_HOST_RESOURCE_DISPATCHER_HOST_REQUEST_... | [
"plind@mips.com"
] | plind@mips.com |
9f94fa83d67436aeeb367bcbbd72954c8145b1e1 | f727bb8f968f13e6d9db14a4ac2ab24660d76384 | /lib/config.cpp | 8367ac5620de05a19ddcd6b0e6daf63d3746bdc5 | [
"MIT"
] | permissive | ShaoBJ/UWV | 1aa5758e9a4e35ed225cabdec703c22a2d99b737 | c8f40c05209908d972a0d6f121eb8ba856f2d4b1 | refs/heads/master | 2021-05-10T11:28:07.858628 | 2018-01-21T07:33:24 | 2018-01-21T07:33:24 | 118,411,755 | 1 | 0 | null | 2018-01-22T05:42:13 | 2018-01-22T05:42:12 | null | UTF-8 | C++ | false | false | 1,581 | cpp | // File: config.cc
// Date: Sat May 04 22:22:20 2013 +0800
// Author: Yuxin Wu <ppwwyyxxc@gmail.com>
#include "config.h"
#include "debugutils.h"
#include "utils.h"
#include <iostream>
using namespace std;
namespace config {
// TODO allow different types for a value. using template
ConfigParser::ConfigParser(const ch... | [
"hctongxue@163.com"
] | hctongxue@163.com |
4a46fa7998274c97dcd4ae2b71cc29cafe3b37f1 | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_PrimalItemArtifactGeneric_functions.cpp | 76620bb58a113b063d19c8a3a6d07fdf53b6c8f8 | [
"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 | 1,104 | cpp | // ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_PrimalItemArtifactGeneric_parameters.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Functions
//--------------------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
a437ec9f4a63cb24ab9552e6a03b119739cdddba | 6c376312457b8af43e372d10bbe6ba29f58cf99d | /DirectX11_BaseSystem/Include/Havok_SDK/Physics2012/Internal/Collide/Mopp/Machine/hkpMoppModifier.h | 35c023a9f97d272be15250df3f3d95539a8b1260 | [] | no_license | kururu-zzz/DirectWrite | f3599ae83c0edefb574ccd9c0026a151a68fbfbf | 19fe366832ec04cbcdb79db799eb8088ced376ad | refs/heads/master | 2021-01-10T08:00:53.148408 | 2015-12-17T04:51:31 | 2015-12-17T04:51:31 | 48,152,937 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,971 | 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.
* Product and Trade Secret source code contains trade secrets ... | [
"kurukuru.0844808@gmail.com"
] | kurukuru.0844808@gmail.com |
5a968333b88add46b266ac3a0e5489c266ab46ee | 0ec9df3bb8b86216e18fe4cb66b6612297245aea | /Sources/CXXBoost/include/boost/mpl/transform_view.hpp | 9c2218c1d0af2faa7ec9ac1681e0f2f8fc4a8819 | [] | no_license | jprescott/BoostTestWithLib | 78ae59d1ee801201883cf07ab76b8267fadf7daa | 8650523cab467c41be60f3a1c144f556e9a7f25c | refs/heads/master | 2022-11-18T14:49:00.664753 | 2020-07-18T21:45:17 | 2020-07-18T21:45:17 | 280,749,418 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,141 | hpp |
#ifndef BOOST_MPL_TRANSFORM_VIEW_HPP_INCLUDED
#define BOOST_MPL_TRANSFORM_VIEW_HPP_INCLUDED
// 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)
//
// See http://www.boost.... | [
"jprescott12@icloud.com"
] | jprescott12@icloud.com |
ad4a3976d7a7752a812a9135da78408ba11e1933 | 9182ec75958b54b00bec43b0daa7b4faa7559e01 | /DataBase/MenusPack.cpp | 90433efe4d9a99c2d2a7afdcf873209632800ab1 | [] | no_license | Betaron/DataBase | a6d0e5b4f4343569d558e4bdf1d326d612d5a683 | 14698b8dee3fea30d61b895c5ac40e015925033c | refs/heads/master | 2022-09-22T10:59:30.876760 | 2020-06-02T18:54:07 | 2020-06-02T18:54:07 | 264,616,790 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,369 | cpp | #include "MenusPack.h"
#include "Wincrypt.h"
#define CurrentStudent StudentsCreator.GetItem()->stud
void MenusPack::DrawHelloScreen() {
cout << "\n\n _____ __ __ " << endl;
cout << " / ___/ __ __ ____/ /___ ____ / /_ _____ " << endl;
cout << " \\__ \\ / /... | [
"agabalaev01@yandex.ru"
] | agabalaev01@yandex.ru |
3b75e2249ae95892162bfaf23d6ed0f7a935621c | 34fc25ea69841e9de694a9822050168c4438ef3a | /src/key.h | 98e258705547613ff0ce8b2518b66cdf2f72f934 | [
"MIT"
] | permissive | konadevel/KONA | 3058cd0ac9785d81c0f44f354f26c22b88ceb2e4 | 871409a1a4abc8602eeee02e25f076d57a6ec58a | refs/heads/master | 2021-07-15T22:15:43.843962 | 2018-09-07T18:31:19 | 2018-09-07T18:31:19 | 129,980,738 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,981 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2017-2018 The KONA developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-licens... | [
"konadevel@gmail.com"
] | konadevel@gmail.com |
8fe5cfdded6876c63de9199abbfbd417a987b221 | c016a390a86756299ab28199eed085ca9b21b1a3 | /TXCloudPortal/GeneratedFiles/ui_MainDialog.h | 84d8fe8bb9671845f2cc8f62deef22c037fed2c8 | [] | no_license | WenTao-Love/webexe_exe_source | 1edd02ca645b17d7bb61a17ac151aca9b6bbf521 | 08d6b56846a7ea42712a8ab1b043ed75bb6b1cd9 | refs/heads/master | 2020-12-23T17:59:09.085501 | 2020-02-05T04:16:52 | 2020-02-05T04:16:52 | 237,224,123 | 0 | 0 | null | 2020-01-30T13:56:25 | 2020-01-30T13:56:24 | null | UTF-8 | C++ | false | false | 9,542 | h | /********************************************************************************
** Form generated from reading UI file 'MainDialog.ui'
**
** Created by: Qt User Interface Compiler version 5.11.3
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
***************************************... | [
"windo@DESKTOP-S0FQB0G"
] | windo@DESKTOP-S0FQB0G |
81109f5ef4639ac6501603b8bd98f1e03e354fb3 | adc713be0851f50bc45284c149cced137e5884de | /PyramidM/MSVC_2008/CalcClass.cpp | 5c002cbb844a9df9fc9e38811705e0ab4e113a1b | [] | no_license | GlebMan-n/WindowsApplication | 9a749772b87d2402e876a27abaee17a9ea1bee4d | f3b5f56ef43ec06ce5254a0a60c8518bb5da6f58 | refs/heads/master | 2023-01-13T23:40:57.148815 | 2020-11-19T18:55:04 | 2020-11-19T18:55:04 | 314,341,712 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 7,330 | cpp | #include "stdafx.h"
#include <MSVC_2008\CalcClass.h>
#include <MSVC_2008\SunsetClass.h>
#include <MSVC_2008\TimerClass.h>
#include <PyramidM\MSVC_2008\CalcFunctions.h>
CalcClass::CalcClass(QObject* parent)
{
_sunset = NULL;
_timePso = NULL;
_timeOfStop = NULL;
_timer = NULL;
_sumspeed = 0;
_counter = 0;
_rasst... | [
"gleb.manyagin@gmail.com"
] | gleb.manyagin@gmail.com |
040947de834675cc571b3fd1b7d82b56de901682 | bfcddcc7cca87f51a067e82d00b596659b6c3f6d | /GoC/Weekly Contest 1/A - Team.cpp | 442a8877a8be4a92394614c1469e9bb093f5cb8f | [] | no_license | IshanManchanda/competitive-cpp | 1ffb88b19abbbff6643e40706c5b13b166422255 | d423fec6641e4525ce52c5a49517269497276607 | refs/heads/master | 2023-09-04T11:02:31.265177 | 2023-08-31T17:29:27 | 2023-08-31T17:29:27 | 184,057,901 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,769 | cpp | #pragma GCC optimize("O3,unroll-loops")
//#pragma GCC optimize("O2,unroll-loops")
//#pragma GCC target("avx,avx2,fma,tune=native")
#pragma GCC target("avx,avx2,fma")
#include <bits/stdc++.h>
using namespace std;
#define F first
#define S second
#define all(x) begin(x), end(x)
#define rall(x) (x).rbegin(), (x).rend()
... | [
"ishanmanchanda70@gmail.com"
] | ishanmanchanda70@gmail.com |
b4912575a2e2833f3691726f7b83e77df7047f67 | 2bfc4567ad8862ce79949f4584a4a36df2b358af | /src/KPartialSums.h | c3fb9907d1e2820f2b82bd5854ad6d47cfaf76cc | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | dfarisphd/kPartialSums | 4c38339d4ae9a436c500214e503e445fc03d66cc | a14612de27d7748c2f5ff7cb919a2461d942c745 | refs/heads/master | 2021-01-20T09:29:53.033847 | 2017-08-29T18:25:54 | 2017-08-29T18:25:54 | 101,599,943 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,572 | h | #ifndef K_PARTIAL_SUMS_FUNC_TEMPLATE_H_
#define K_PARTIAL_SUMS_FUNC_TEMPLATE_H_
//==+====1====+====2====+====3====+====4====+====5====+====6====+====7====+====8
//
// FILE-NAME: [["KPartialSums.h"]]
//
// PROVIDES:
//
// template< typename T , size_t N , typename S >
// size_t
// kPartialSums (
// const... | [
"David.Faris@NGC.com"
] | David.Faris@NGC.com |
b52d94368c10ea0bb163b24ad16a2f1f2d06e96f | 8aa469fc4c8c850ee6a12d997140c2dafe11faf0 | /examples/KeyboardJoystickToTrafficLight/CommBasicObjects/smartsoft/src-gen/CommBasicObjects/CommLaserSafetyEventParamCore.cc | 9a8fbcfd149d2fd4bc10eab5005e78e78b5de44d | [
"BSD-3-Clause"
] | permissive | seronet-project/SeRoNet-Tooling-OPCUA-Backend | 99b9612dcab5b6106a4507c82428ab580765d63b | 774845e61679ea13f8c71bcf92bd533ba592207e | refs/heads/master | 2021-07-11T16:23:54.707081 | 2020-06-30T07:55:22 | 2020-06-30T07:55:22 | 156,667,817 | 0 | 1 | BSD-3-Clause | 2019-12-04T11:43:47 | 2018-11-08T07:34:56 | Java | UTF-8 | C++ | false | false | 6,024 | cc | //--------------------------------------------------------------------------
// Code generated by the SmartSoft MDSD Toolchain
// The SmartSoft Toolchain has been developed by:
//
// Service Robotics Research Center
// University of Applied Sciences Ulm
// Prittwitzstr. 10
// 89075 Ulm (Germany)
//
// Information abo... | [
"nhg@ipa.fhg.de"
] | nhg@ipa.fhg.de |
05643b79b6a9d507428b586749741a49fcd25c7f | f1413abb8aeba69c40893e20fd06dc7de6a54d64 | /util/timestamp.cpp | d2d91a1253b5aceaec0ba402bfded9fdf12f85cd | [] | no_license | datalurkur/Bushido-Mongers | 5ae91e1e738a8dd501f50ff6af96e9ecd5482877 | e3cad44fc8e019373c73f8bb77a0a9d58ce83915 | refs/heads/master | 2016-09-09T22:51:05.839055 | 2014-12-19T00:27:46 | 2014-12-19T00:27:46 | 6,514,450 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 956 | cpp | #include "util/timestamp.h"
ClockInterface Clock;
ClockInterface::ClockInterface() {
#ifdef __MACH__
host_get_clock_service(mach_host_self(), CALENDAR_CLOCK, &_clockServ);
#endif
}
ClockInterface::~ClockInterface() {
#ifdef __MACH__
mach_port_deallocate(mach_task_self(), _clockServ);
#endif
}
time_t ClockInterf... | [
"datalurkur@gmail.com"
] | datalurkur@gmail.com |
b7fd7a11b5486b6a2f785f9a01dcff0519d2e657 | 466c6bdb8ec435701e0268d0a236216c53b3601a | /ghep hinh.cpp | 3245e9130f01d7557a8f4b074293ed15b1ab9bb6 | [] | no_license | huutuan1705/Code-C-PTIT | afee95cec54e3dc6e50b6d79c6ef6910a778304c | ac568b0251509114c1e9a74dee6c2e971b9bc786 | refs/heads/master | 2023-08-11T01:51:22.643598 | 2021-10-09T22:30:43 | 2021-10-09T22:30:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,118 | cpp | #include<stdio.h>
#include<math.h>
long long ktcp(long long a)
{
long long b=sqrt(a);
if(b*b==a) return b;
b++;
if(b*b==a) return b;
return 0;
}
int main()
{
long long a,b,c,d,e,f,x,y;
scanf("%lld%lld%lld%lld%lld%lld",&a,&b,&c,&d,&e,&f);
x=a*b+c*d+f*e;
y=ktcp(x);
if(y==0) printf("NO");
else
{
if(a>b){
... | [
"huutuan052002@gmail.com"
] | huutuan052002@gmail.com |
5a35ed891ba5f05268e3d8153884737d496cb904 | d81a288682204bd4338d026c45071d64da497ef1 | /src/AnimationController.cpp | 37e2fc268c5627f61d13040bebd9505bd9247582 | [] | no_license | andymasteroffish/PosterizedGame | 4e12af431e710bf52a58607ab0878e94987933f6 | f927e10487f45152ff74c064ebb265a03b48dc3b | refs/heads/master | 2016-08-12T05:11:48.849964 | 2016-04-13T19:54:11 | 2016-04-13T19:54:11 | 52,923,060 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,076 | cpp | //
// AnimationController.cpp
// posterized
//
// Created by Andrew Wallace on 4/13/16.
//
//
#include "AnimationController.hpp"
void AnimationController::setup(string fileName){
loadAnimation(fileName);
setCurrentAnimation(0);
}
void AnimationController::update(float deltaTime){
curTime += ... | [
"andymasteroffish@gmail.com"
] | andymasteroffish@gmail.com |
d04059b1afcedbff1558464882aaa3642d30d2ee | 5bb15e33192ff331e77fdc297b1ec6893a68ca29 | /bitcoin_v0.12.1/src/httprpc.h | 7b368dc47152bffd6ac6f36d024a7632a76774a3 | [
"MIT"
] | permissive | cppfuns/blockchain | b79ce11afe97c050cca74032d9d57559ce2a1dab | 5fab3269f848502a62d186089aea385dc3998d91 | refs/heads/master | 2020-03-21T04:54:41.103864 | 2018-06-21T03:49:43 | 2018-06-21T03:49:43 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 868 | h | // Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_HTTPRPC_H
#define BITCOIN_HTTPRPC_H
#include <string>
#include <map>
class HTTPRequest;
/** Start HTTP RPC subs... | [
"mistydew@qq.com"
] | mistydew@qq.com |
a9fda56fb2aed4ace05430af621dd479cfa34407 | 9a79e230bf9a411aa14989d01c7d3b16ec06dbe0 | /src/rpc/server.h | bd70dbcb63de0c762feebbd94d0ac6e42831e2ca | [
"MIT"
] | permissive | fcecin/infinitum | 02ff75e86ed1e80922970a33c5167c64ede49b74 | ebead4bc77a95bf7d19cda5e88013a72f2fd5a9c | refs/heads/master | 2021-01-22T17:28:47.795413 | 2016-10-15T15:56:12 | 2016-10-15T15:56:12 | 69,108,854 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,914 | h | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef INFINITUM_RPCSERVER_H
#define INFINITUM_RPCSERVER_H
#include "amount.h"
#incl... | [
"fcecin@gmail.com"
] | fcecin@gmail.com |
91427df544137507f14336828b960f787e413ad5 | a763f6505331d1c1823d0e8620cc2d5f83048486 | /storage/newft/ftwmireg.cxx | b3de61d7360b18cba366db0694375b8875dc574b | [] | no_license | KernelPanic-OpenSource/Win2K3_NT_drivers | 1dc9ccd83e38299f6643ecfd996a5df1357cc912 | 1b5d2672673ff31b60ee4a5b96922ddbcc203749 | refs/heads/master | 2023-04-11T08:18:29.881663 | 2021-04-14T04:30:34 | 2021-04-14T04:30:34 | 357,772,205 | 12 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 10,071 | cxx | /*++
Copyright (C) 1991-5 Microsoft Corporation
Module Name:
ftwmireg.cxx
Abstract:
This file contains routines to register for and response to WMI queries.
Author:
Bruce Worthington 26-Oct-1998
Environment:
kernel mode only
Notes:
Revision History:
--*/
extern "C" {
#include <ntd... | [
"polarisdp@gmail.com"
] | polarisdp@gmail.com |
95fe5917cae063e7e14092d94fbfd1c111aebf4f | dec4ef167e1ce49062645cbf036be324ea677b5e | /SDK/PUBG_ListBaseGroupWidget_classes.hpp | 3aba351365c563e2418c483d5fa28b8143dbac82 | [] | no_license | qrluc/pubg-sdk-3.7.19.5 | 519746887fa2204f27f5c16354049a8527367bfb | 583559ee1fb428e8ba76398486c281099e92e011 | refs/heads/master | 2021-04-15T06:40:38.144620 | 2018-03-26T00:55:36 | 2018-03-26T00:55:36 | 126,754,368 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,552 | hpp | #pragma once
// PlayerUnknown's Battlegrounds (3.5.7.7) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "PUBG_ListBaseGroupWidget_structs.hpp"
namespace PUBG
{
//---------------------------------------------------------------------------
//Classes
//-----------------------------------------------------... | [
"qrl@uc.com"
] | qrl@uc.com |
56aab94a4067f2c500a31ed1a9864f758a3b311d | 01e0ddcb64987d55d381e66307ad8650d6b7c025 | /healpix/HeallpixMap.h | 15cc957ac550f2046f24825bd074c8a6c8fe683d | [
"BSD-3-Clause"
] | permissive | fermi-lat/healpix | e714f579f181e3bddeffac55357ea64c2fb1f7b5 | 85f90cddee561b52d15a28c4103e804a3029164b | refs/heads/master | 2023-09-01T19:44:47.037462 | 2022-04-21T20:45:59 | 2022-04-21T20:45:59 | 103,186,999 | 0 | 0 | BSD-3-Clause | 2020-04-20T21:40:02 | 2017-09-11T20:52:26 | C++ | UTF-8 | C++ | false | false | 931 | h | /** @file HealpixMap.h
@brief Define the HealpixMap class, and nested classes HealpixMap::Iterator and HealpixMap::Pixel
@author T. Burnett <tburnett@u.washington.edu>
$Header: /nfs/slac/g/glast/ground/cvs/healpix/healpix/HealpixMap.h,v 1.1.1.1 2007/05/15 23:22:21 burnett Exp $
*/
#ifndef healpix_HealpixMap_h
#defi... | [
""
] | |
3e7141af68953577f274da7b98da906719b137c0 | b15b0ace54f744648f1f34b080116f08ad1ecab8 | /Comp. Sci. 3-4/a1/a1p1.cpp | a5d4fd448263021782b73832445b467fc54459d8 | [] | no_license | jventi4690/SmallProject | 6503dc015d38290605a7b9b9b81d3a1177f29686 | 3fbf2d969e5e65a48fd034085dfbe8cc5e3dcd6e | refs/heads/master | 2021-01-21T13:53:15.670270 | 2016-05-02T16:06:42 | 2016-05-02T16:06:42 | 53,075,457 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 275 | cpp | #include <iostream>
#include <string.h>
using namespace std;
int main()
{
cout << "╔══╗" << endl;
cout << "║ ║" << endl;
cout << "╚══╝" << endl;
cout << " " << endl;
cout << " " << endl;
cout << " " << endl;
return 0;
}
| [
"JudeVenti@gmail.com"
] | JudeVenti@gmail.com |
eea54ab3a6af1de159d2aeb819c4ebdb6430799b | 81d8ab167d1b236abb3752b0ab111339ae30f151 | /vxsig/clamav_signature_formatter.h | 46d50c6f7412aa9de210f4d62ee413e80888087c | [
"Apache-2.0"
] | permissive | chubbymaggie/vxsig | 40ddb09e8cfaf36e1397dce12bc9ec2f05c5e6fb | 1abd19c800e286ef6a9e551b37122c445d331b6b | refs/heads/master | 2020-05-24T09:41:23.677798 | 2019-11-14T11:06:56 | 2019-11-14T11:06:56 | 187,212,019 | 0 | 0 | Apache-2.0 | 2019-11-14T11:06:58 | 2019-05-17T12:24:56 | C++ | UTF-8 | C++ | false | false | 1,291 | h | // Copyright 2011-2019 Google LLC. 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 appli... | [
"cblichmann@google.com"
] | cblichmann@google.com |
25250cc93dcfe3d41d560e2950b6a04eb21b8ebe | 287958d43421c0c5aba25137ddc1a60cc0e156ab | /timing_examples/jitter.cpp | ac7b8873bd7122eb3a57e1e5900ffed9c8bd339f | [] | no_license | tjdistler/dev | 433e2f02c113c8e69d4de8281f916ff1ec34e63c | 8972ff6ffa16a0cf2fce86023fde3b9d334bd995 | refs/heads/master | 2023-08-03T06:24:53.554759 | 2023-07-28T15:49:22 | 2023-07-28T15:49:22 | 163,696,741 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,754 | cpp | #include <fstream>
#include <iostream>
#include <chrono>
#include <thread>
#include <map>
#include <cfloat> //FLT_MIN
#include <math.h> //round()
#include <iomanip> //setprecision()
#define FPS 30.0
#define RUNTIME 180 //sec
using namespace std;
int main(int argc, char** argv)
{
const chrono::nanoseconds delay( (u... | [
"tom.distler@gmail.com"
] | tom.distler@gmail.com |
291ecd2478b4fcebd4b491fd8d0bf679df9eef22 | 739f5cb30d06bb61a442c94e3ee94218d9f23dad | /unity/MyFirstGame/Library/Il2cppBuildCache/iOS/il2cppOutput/mscorlib8.cpp | 1edef12d710ecf39ce36e6acb74d1ea961fe7965 | [] | no_license | Funncy/flutter_unity_test | b61e25a54f27893505d20bcc519666b3cec2b169 | 8c62cbdfb46399d991c89ba75e410fc1f4fadb77 | refs/heads/master | 2023-06-07T11:26:14.110869 | 2021-07-08T14:28:17 | 2021-07-08T14:28:17 | 383,801,060 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,165,455 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
#include "vm-utils/icalls/mscorlib/System.Threading/Interlocked.h"
#include "icalls/mscorlib/System.Threading/InternalThread.h"
#include "icalls/mscorlib/Mono.Security.Cryptography/K... | [
"gywns41@naver.com"
] | gywns41@naver.com |
9eaa49d6b621fd145d1fd48db9932cda0178198f | 2692753348401f47e67b80247a33a69093916bd7 | /sequoia-engine/src/sequoia-engine/Game/Material.h | 2f22652021da8341825262db8c18e2e213c3f726 | [
"MIT"
] | permissive | thfabian/sequoia | d3bb38498566fb840ddf7ba31457b94f09108c14 | ed7a17452ac946e8208ff60a30fc10298d3939db | refs/heads/master | 2021-01-12T08:48:31.231796 | 2018-02-09T23:06:28 | 2018-02-09T23:06:28 | 76,693,370 | 2 | 0 | MIT | 2017-12-25T13:47:14 | 2016-12-16T23:48:50 | C++ | UTF-8 | C++ | false | false | 4,141 | h | //===--------------------------------------------------------------------------------*- C++ -*-===//
// _____ _
// / ____| (_)
// | (___ ___ __ _ _ _ ___ _ __ _
// \___ \ / _ \... | [
"fabian_thuering@hotmail.com"
] | fabian_thuering@hotmail.com |
4435eb0ad0082bc8adff936bfdb38e52cc3f4ad7 | 36006487fbed2c19a2367e968afc11e76a55bb95 | /Codeforces/279653A-10.cpp | b0bbe5b90e2f6a63dab742a6f130ff85f95f49eb | [] | no_license | AkVaya/CP_Solutions | 99bd280470997f048ca2ee9b9dda83488d19ca7e | 60fd900aad28caf34b15b75ce736141dbc074d9f | refs/heads/master | 2021-09-27T13:57:38.897747 | 2021-09-16T16:43:55 | 2021-09-16T16:43:55 | 232,780,223 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,259 | cpp | #include<bits/stdc++.h>
using ll = long long;
using namespace std;
const ll nax = 1e5 + 69;
ll a[nax];
struct items{
ll min, val;
};
vector<items> tree(4*nax);
items query(int curr, int qL, int qR, int L, int R){
if(qR<=L || qL>=R)
return {LLONG_MAX, 0};
if(qR>=R && qL<=L){
return tree[curr... | [
"akshat.18je0072@am.iitism.ac.in"
] | akshat.18je0072@am.iitism.ac.in |
7fa95b1b561f126304fe5e66acd67832cad15bfa | c3b96fe11153527a27a4dd20adaa3f93c8dad2de | /5sem/MADM/lab7/tree.cpp | 844cfe3c1e3e45e9e3f06ae08979337522565e2c | [] | no_license | azhi/BSUIR_labs | 0905682c9b8194dcce35c5fabe82c72009f4f798 | 928506a416db656fc3c03181c053207a9aec963b | refs/heads/master | 2021-01-13T01:36:19.772612 | 2014-11-30T17:44:59 | 2014-11-30T17:45:11 | 5,731,963 | 1 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 425 | cpp | #include "tree.h"
Tree::Tree() : root(NULL) {}
Tree::~Tree()
{
clear();
}
void Tree::clear()
{
if ( !root )
delete root;
root = NULL;
}
void Tree::add_node(Tree_node* node, Tree_node* parent)
{
if ( !parent )
{
clear();
root = node;
return;
}
if ( !parent->left )
{
parent->left ... | [
"astzhe@gmail.com"
] | astzhe@gmail.com |
3e07f6ad194794db8404c576b26e54cadd3a2622 | 062c4cab435b439e23714ba507cfac9dd7d3a765 | /core/libresourcecompiler/src/generated/K15_ResourceDependencyStretchBuffer.cpp | 1bd3b3d88d53607116760fcbaa8d0c4d7902bf71 | [] | no_license | jjzhang166/k15_engine_3d | 00df0896c7ea7073435e11d0480b2b489ad20898 | 01dd8255bafdb1c79bf0804a02db9888119b0720 | refs/heads/master | 2023-04-14T08:36:15.032928 | 2016-02-18T21:32:31 | 2016-02-18T21:32:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,211 | cpp | /*********************************************************************************/
/* THIS FILE HAS BEEN GENERATED AUTOMATICALLY. ANY CHANGES WILL BE OVERRIDDEN */
/*********************************************************************************/
#include "generated/K15_ResourceDependencyStretchBuffer.h"
/*****... | [
"f.klinge15@gmail.com"
] | f.klinge15@gmail.com |
3895761cd4e6a40c0bd616bd51557b6c518fb9a0 | 46f845c434260dd8bf269e0ed64836580b02c508 | /dbnet/common.hpp | 2c90db2387d94c445e06de72add756f4c574ecf5 | [
"MIT"
] | permissive | HaoS1985/tensorrtx | dfb1c1b20bf1579548c91efc2054428aca0a7372 | 83615e1c710655af96a87ef3cd0d84fb7ee6c0be | refs/heads/master | 2023-01-05T23:00:27.334740 | 2020-10-31T09:52:51 | 2020-10-31T09:52:51 | 288,650,639 | 0 | 0 | MIT | 2020-10-31T09:52:52 | 2020-08-19T06:19:54 | C++ | UTF-8 | C++ | false | false | 7,505 | hpp | #ifndef YOLOV5_COMMON_H_
#define YOLOV5_COMMON_H_
#include <iostream>s
#include <fstream>
#include <map>
#include <sstream>
#include <vector>
#include <opencv2/opencv.hpp>
#include "dirent.h"
#include "NvInfer.h"
#include <chrono>
#define CHECK(status) \
do\
{\
auto ret = (status);\
if (ret !=... | [
"zanbf1123@163.com"
] | zanbf1123@163.com |
6ae33e76354e7ba05ed2651a7ecebb564e3cedf0 | a889e22a6c5f1fe7d3dfd279976b144e4d233ca1 | /ESP01_BMP280_DHT11/esp01_bmp280_dht11.ino | 4c20b1d7ed7c427ff3661feadc5484cb1b217f8b | [
"MIT"
] | permissive | viktorzavadil/sweethome-sensors | d625bd3b3110fbade24cef4b44cd4c6ca53547e1 | 975a15d6f3c343eba0b28a91709b8dbe6d93523b | refs/heads/master | 2021-01-06T19:44:31.691721 | 2020-03-10T01:44:35 | 2020-03-10T01:44:41 | 241,464,780 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,803 | ino | /*
* Wiring
* * * * * * * * * * * * * * *
* ESP-01 VCC to 3.3V
* ESP-01 GND to GND
* ESP-01 TX to DHT11 DATA
* ESP-01 GPIO0 to BMP280 SDI
* ESP-01 GPIO2 to BMP280 SCK
* DHT11 VCC to 3.3V
* DHT11 GND to GND
* BMP280 VCC to 3.3V
* BMP280 GND to GND
*/
#include <Adafruit_BMP280.h>
#include <ESP8266WiFi.h>
#in... | [
"viktor.zavadil@optimal-development.cz"
] | viktor.zavadil@optimal-development.cz |
19445fc9dc9ef6930021238bc868cfc07d1715fb | a88b7b2ae9540583939495361faa12819641f087 | /Source/LinecastHit.cpp | 1e17e4690afa1e8ef757bbd6b4b2121111a66749 | [] | no_license | Tahara256/collision | f7af0e7f0924c54ba7229dc0ae35164a75910992 | a6b5666a7b98ea91026868bc2441e16ce2166f0a | refs/heads/master | 2020-09-07T01:14:05.361856 | 2019-11-09T19:23:25 | 2019-11-09T19:23:25 | 220,612,379 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 516 | cpp | #include <Collider/LinecastHit.h>
#include <Collider/ColliderComponentManager.h>
const RefPtr<ColliderComponent> LinecastHit::getOther() const {
const auto otherId = getContact().getOtherID();
return ColliderComponentManager::ins().getColliderComponent(otherId);
}
const LinecastContact LinecastHit::getContact() con... | [
"33447713+Tahara256@users.noreply.github.com"
] | 33447713+Tahara256@users.noreply.github.com |
e62351525d20e959e04c0986cc43d736f8d84824 | e9f18f7d2ebca9f074e268359ababd9e75157f14 | /EnhancedRTRenderingEngine/Algorithms/KDimensionalTree.h | a04fb4a561c55a789b37b2bdb9eab9340648e2cc | [
"MIT",
"BSL-1.0",
"Zlib"
] | permissive | Riyaaaaa/EnhancedRTRenderingEngine | a74aab6a1964248666830dc32bf79b774f87dd46 | bcfa7f32d891a37d3936e3d8052b65c81dd39370 | refs/heads/master | 2022-01-12T23:18:57.989304 | 2019-05-04T12:00:53 | 2019-05-04T12:00:53 | 118,746,858 | 3 | 0 | MIT | 2019-05-03T11:11:07 | 2018-01-24T10:00:33 | C++ | UTF-8 | C++ | false | false | 712 | h | #pragma once
#include <vector>
#include "Structure/Vector.h"
#include "Structure/KDTree.h"
template<class T>
class KDimensionalTree
{
public:
//KDimensionalTree(const std::vector<Vector3D>& points) : _points(points) {}
KDNode* build(const std::vector<T>& points);
std::vector<std::pair<KDNode*, float>> Fi... | [
"s113111@edu.asahikawa-nct.ac.jp"
] | s113111@edu.asahikawa-nct.ac.jp |
dcca5bfcb59c068b313ce142e0b44e69d47c86b1 | 1ebe9fd0a062d0308ec5821f5466934ecd83e1c4 | /tech/libsrc/lg/datapath.cpp | 8ef9252a20b727025dd8b9d5709f15de45fb0104 | [] | no_license | infernuslord/DarkEngine_v002 | 70db863f9af27528ef50a041f45fc470b9ab449c | 87a91bb6d38f759bda5f1fcf613bfa1151718a1c | refs/heads/master | 2020-03-28T00:35:02.474597 | 2018-09-08T03:54:13 | 2018-09-08T03:54:13 | 147,430,472 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,395 | cpp | // Datapath.C Searches for files in data path
// Rex E. Bradford (REX)
//
/*
* $Header: x:/prj/tech/libsrc/lg/RCS/datapath.cpp 1.22 1998/05/07 10:05:36 DAVET Exp $
* $Log: datapath.cpp $
* Revision 1.22 1998/05/07 10:05:36 DAVET
* putting back version prior to Justin changes
*
* Revision 1.20 1997/11/25 10... | [
"masterchaos.lord@gmail.com"
] | masterchaos.lord@gmail.com |
7045b2843b8799e330eadf82a264d42929ddf6cd | 3991c934fe4e095b5db4a86c7259e75436d583b5 | /src/f4se/SAKE/SAKEShared.h | 4c0ccb48c3ce40b282d9f1d35a6b8f8d7677a001 | [] | no_license | isathar/F4SE_SAKEDistributor | 1fdd24e0b41058b6ac6d3b4fb001de65f1c4aef5 | ae247422c56406b25b5f953783c358f7497a3143 | refs/heads/master | 2021-07-10T21:43:17.191219 | 2020-08-29T21:26:15 | 2020-08-29T21:26:15 | 190,627,722 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 14,476 | h | #pragma once
#include "f4se/GameData.h"
#include "f4se/GameFormComponents.h"
#include "f4se/GameForms.h"
#include "f4se/GameSettings.h"
#include "f4se/GameTypes.h"
#include "f4se/GameRTTI.h"
#include "nlohmann/json.hpp"
#include <Windows.h>
#include <string>
#include <vector>
#include <fstream>
#include <iostream>
usi... | [
"isathar@users.noreply.github.com"
] | isathar@users.noreply.github.com |
7b02f6af937d51113beb142c10f64a1664b88ed0 | 30ede7cc18d3e0c70c2b834e22b294cd3ecf98b9 | /cplusplus-master/Math/Square root finder/Square root finder/main.cpp | e9895a3f805d53541f8c192b0d2a58fb2d7369a3 | [] | no_license | michaelschuff/Cpp | 6ea854e83b038b6dba61e674c514d1753ad100cd | 63ee62053c0c8a28c47a5a8e84f83cad9ba136c6 | refs/heads/master | 2023-02-08T00:15:45.485582 | 2021-01-04T17:24:07 | 2021-01-04T17:24:07 | 290,339,386 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 992 | cpp | #include<iostream>//no math library!!!
using namespace std;
long double sqrt1(double num,int n=2,int precision=10,long double decimal=1,long double root=0){
int a=num;
long double b=1;
if(decimal<1){
a=10;
}//a is num when you are gettig the integer root, but any decimal places, then a is 10
for(long double i=0;... | [
"mschuff0881@gmail.com"
] | mschuff0881@gmail.com |
123b50a239f1aa6004dba064f3e62e78861eceb2 | 89ae02fa01adce9239cf3d4f93c418ded7de33cb | /src/d3d12.cpp | b576715eb3a0c7756e420a29c3fc0a9c8c6a6a0b | [
"MIT",
"CC-BY-NC-SA-3.0",
"CC-BY-4.0"
] | permissive | fxia22/PBR | 3bc38bb7b00e48d2c6ff073e64492537af01158a | a44d5484cf509c485b50a01d35e07f76173fd7f3 | refs/heads/master | 2020-03-24T01:34:31.827620 | 2018-08-21T18:24:23 | 2018-08-21T18:24:23 | 142,342,170 | 0 | 0 | MIT | 2018-07-25T19:03:46 | 2018-07-25T19:03:45 | null | UTF-8 | C++ | false | false | 56,613 | cpp | /*
* Physically Based Rendering
* Copyright (c) 2017-2018 Michał Siejak
*
* Direct3D 12 renderer.
*/
#include <algorithm>
#include <stdexcept>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/euler_angles.hpp>
#define GLFW_EXPOSE_NATIVE_WIN32
#include <GLFW/glfw3.h>
#include <GLF... | [
"michal@siejak.pl"
] | michal@siejak.pl |
b1f8f4692d5bc2b5e700315998ded9c4f62fa923 | 3d93322a05127de2c02b11007335fe8a773eb2f9 | /kodmorsaarduino.ino | bed09444274e2f55165a44ee9a54994276f58b8c | [] | no_license | WroclawUoSaT17-18/projekt-pa-pausla | 8c23dfcacf1523e7de371eb4eebe732560831957 | fba041ac50fd52d996edfe300e2c0c81e641c629 | refs/heads/master | 2021-09-04T17:40:04.236598 | 2018-01-20T16:00:59 | 2018-01-20T16:00:59 | 106,782,875 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 861 | ino | int message = 0; // This will hold one byte of the serial message
int LEDPin = 13; // This is the pin that the led is conected to
void setup() {
Serial.begin(9600); //set serial to 9600 baud rate
pinMode(LED_BUILTIN, OUTPUT);
}
void loop() {
if (Serial.available() > 0) { // Check to see if there is a new messag... | [
"32725924+pausla@users.noreply.github.com"
] | 32725924+pausla@users.noreply.github.com |
f5e77a3f02a04ead3077673b97dfd1fb81bb8eec | 6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849 | /sstd_boost/sstd/boost/log/sinks/syslog_constants.hpp | 24cefd1d5855c571112818eb54faecd71d512afd | [
"BSL-1.0"
] | permissive | KqSMea8/sstd_library | 9e4e622e1b01bed5de7322c2682539400d13dd58 | 0fcb815f50d538517e70a788914da7fbbe786ce1 | refs/heads/master | 2020-05-03T21:07:01.650034 | 2019-04-01T00:10:47 | 2019-04-01T00:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,286 | hpp | /*
* Copyright Andrey Semashev 2007 - 2015.
* 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)
*/
/*!
* \file syslog_constants.hpp
* \author Andrey Semashev
* \date 08.01.2008
*
* Th... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
fbb101cc26b52a9ef860e1bf9ae29e83176b3fac | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14342/function14342_schedule_11/function14342_schedule_11_wrapper.cpp | 6aefae9e7ce011f1d6438b2878b0ba59dc34688f | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,340 | cpp | #include "Halide.h"
#include "function14342_schedule_11_wrapper.h"
#include "tiramisu/utils.h"
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <fstream>
#include <chrono>
#define MAX_RAND 200
int main(int, char **){
Halide::Buffer<int32_t> buf00(64, 128, 64);
Halide::Buffer<int32_t> bu... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
0c632cb01b6255bf2ee97002c7bd53e281033ebc | 9f5646571e6d7d52a4c6ef0b6f021f4801727288 | /acoustic_iso_lib/acoustic_iso_we_float/include/Laplacian2d.h | 4d5336c898fc03f35c4c7f65e71b17c0fa7d06f2 | [] | no_license | kristiantorres/acoustic_isotropic_operators | 79a765b86b627afc1a2068226837e25eb62da33b | a1aa5c595c7829a2405d54ffb4a3190d5e75f8fc | refs/heads/master | 2023-06-12T15:27:38.619733 | 2021-07-07T22:26:18 | 2021-07-07T22:26:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,019 | h | /********************************************//**
Author: Stuart Farris
Date: 06NOV2017
Description: 2D Laplcian to the tenth order. If 3D cube is passed in, 2D
lapl is taken for each slice of fast axis.
***********************************************/
#pragma once
#include <operator.h>
#include <floa... | [
"sfarris@stanford.edu"
] | sfarris@stanford.edu |
339d59fee55552a576cbc5dc7e1f2b60064b1b65 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/inetsrv/iis/svcs/smtp/aqueue/cat/ldapstor/ldapconn.h | 7cd59afa2cbcaad934b56b21d027d100f03bb712 | [] | 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 | 18,130 | h | //
// ldapconn.h -- This file contains the class definitions for:
// CLdapConnection
// CLdapConnectionCache
//
// Created:
// Dec 31, 1996 -- Milan Shah (milans)
//
// Changes:
//
#ifndef _LDAPCONN_H_
#define _LDAPCONN_H_
#include <transmem.h>
#include "winldap.h"
#include "rwex.h"
#include "spinlock.... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
3ead4d20b38ca36e7ae69ab40e20137187c07d27 | 0c12693e6795ab26a5bc62ada41a3ac8ab43ebde | /pnwtl/taggers/ctagsnavigator/languageTypeTables.h | dcc7f6e4d908818fd6a9d8f7e747dea2402ad298 | [] | no_license | pyq881120/pn | fcbb1631b4a3ce8e8204e9f6223484cf286f1815 | 93289ed6e70bdf4aecdcfe107c06b70c14f2edae | refs/heads/master | 2020-12-11T08:04:57.189396 | 2014-12-27T20:07:22 | 2014-12-27T20:07:22 | 28,614,330 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | h | /**
* @file languageTypeTables.h
* @brief Function definitions for type mappings.
* @author Simon Steele
* @note Copyright (c) 2004-2007 Simon Steele - http://untidy.net/
*
* Programmers Notepad 2 : The license file (license.[txt|html]) describes
* the conditions under which this source may be modified / distri... | [
"s.steele@pnotepad.org"
] | s.steele@pnotepad.org |
c5630defe039ea1effcb9ed9d08e7fb88f46db44 | 023f6c8da9f7dec5786f898bc5af33cb93ccbf33 | /MainLoop.cpp | 2995f00406948d75e1f1da7625d48e0f22c5b9c8 | [] | no_license | mic159/TinySTG | 34f63b281a6c7f114e42b87c126e27ec36f8976c | c89a6fc0c62f5edee6eca5e4363e893149ef8686 | refs/heads/master | 2021-08-30T00:59:53.699409 | 2017-12-15T13:02:20 | 2017-12-15T13:02:20 | 114,365,454 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,331 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "TinyLibrary.hpp"
#include "Global.hpp"
#include "SoundPlayer.hpp"
void MainLoop_Setup(void)
{
Global::Initialize();
Screen::Initialize(16);
Controller::Initialize();
SoundPlayer::Initialize(11025);
Global& global = Global::GetInstance();
global... | [
"mic159@gmail.com"
] | mic159@gmail.com |
fb6b6aeb658c413496551c6d8207a5f869cb40d0 | c76adc973e5251452e1beb3de7776d0a2b709fce | /submissions/c3.s902.ncu100502501.Group1B.cpp.0.501.cpp | 89a2240237609c8f1bb89c95a2fa10f3044fed55 | [] | no_license | ncuoolab/domjudge | 779a167f695f45a6a33437996ec5ad0f9d01c563 | bda18c69d418c829ff653f9183b3244520139f8a | refs/heads/master | 2020-05-19T08:10:39.974107 | 2015-03-10T19:35:03 | 2015-03-10T19:43:26 | 31,972,137 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,285 | cpp | #include<iostream>
#include<cstdlib>
#include<string>
using namespace std;
string test_1[10];
int tokens[6];
void scanner(string);
bool digit(char);
bool cid(string);
bool lev(string);
bool trytry(int);
int term(char);
int Nam(string);
bool digit(char input){
if(input>=48&&input<=57)
return true... | [
"fntsrlike@gmail.com"
] | fntsrlike@gmail.com |
05ba0498205357753aee69466644e74c1df2e219 | 2faf8437adfd059b475b93331a6d3acc8843674d | /ArkShop/ArkShop/Private/ArkShop.h | 5ff377a15c20affc9e042b6812be483d6fbd0c1a | [
"MIT"
] | permissive | lzgdeer/Ark-Server-Plugins | 9ef1ba74959b578982172a003bcc9ae384213123 | bfa13b3a1ec65c4e19e00b238a132ff935b704e4 | refs/heads/master | 2020-03-22T19:01:28.286649 | 2018-06-27T05:22:48 | 2018-06-27T05:22:48 | 140,498,724 | 3 | 0 | MIT | 2018-07-10T23:46:37 | 2018-07-10T23:46:37 | null | UTF-8 | C++ | false | false | 261 | h | #pragma once
#include <Logger/Logger.h>
#include <API/UE/Containers/FString.h>
#include "hdr/sqlite_modern_cpp.h"
#include "json.hpp"
namespace ArkShop
{
extern nlohmann::json config;
sqlite::database& GetDB();
FString GetText(const std::string& str);
}
| [
"michido@protonmail.com"
] | michido@protonmail.com |
816d866f73a16df3b8b829b61717bd16dc6f5c5c | b1cc27ad4150add9f8af132e187b466bef9a45b0 | /third/third/소스.cpp | a0beec229e26866cd6d70b48585ee91df0885e38 | [] | no_license | PKNU-IT-ALGORITHM2019/pa-02-umjisoo | 3070bf8bf1ec064f796f0142cad3a4fe94978a81 | 44b5090580b87051f7d9101f480db6cd2116f987 | refs/heads/master | 2020-04-29T20:40:25.190978 | 2019-03-22T00:44:14 | 2019-03-22T00:44:14 | 176,390,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,584 | cpp | #include<stdio.h>
#include<stdlib.h>
#include <math.h>
#define MAX 100
typedef struct DOT {
int x;
int y;
}dot;
int j = 0;
int N;
double sum = 0;
dot Dot[MAX];
int tour[MAX], tour_min[MAX];
double min;
void find_tour(int k, double result);
void swap(dot Dot[], int i, int j);
void tour_swap(dot Dot[], int i, int j);
d... | [
"jsoo98@naver.com"
] | jsoo98@naver.com |
a0cb04591a71c9a8e99716162ac3d357680ff49a | 92767e01af3ade71c6bf9fb9c645c7a9a8d27aff | /GameManager.cpp | 45d9340368bdbf41f991890754a9dca5df5e01ba | [] | no_license | ibrahim-amer/ComputerGraphicsProject | eb0b7bc129b119c04aa11801ca3edb8ce009227d | 50537d20c2483ae2d100f4758107b42ee92da63f | refs/heads/master | 2021-03-12T23:25:48.936974 | 2015-05-02T14:38:09 | 2015-05-02T14:38:09 | 34,951,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,270 | cpp | #include <cstdlib>
#include "GameManager.h"
#include<vector>
#include"BadObject.h"
#include <windows.h>
#include <gl/gl.h>
#include <gl/glut.h>
#include <ctime>
#include <cstdio>
using namespace std;
#pragma comment(lib, "opengl32.lib")
#pragma comment(lib, "glu32.lib")
#pragma comment(lib, "glut32.lib")
// Global Var... | [
"ibrahim_pirlo@yahoo.com"
] | ibrahim_pirlo@yahoo.com |
e36cd0de937ee8896b4666abf4e981ee1e319328 | cd75778c4e7d1dd2f1ead556dd3a8568b35f9e62 | /Source/GUI/UI/Base/Components/UIButtonComponent.h | 7559066cc4e482576efb3c0ea3fd5c0008031c0f | [] | no_license | yesitsfebreeze/spool | c94c6ada7da250eb844468f1c457afaec7a1de4e | 4fc8cb582c57f3b385cf5690019c22ce4dbe2d37 | refs/heads/master | 2023-06-13T00:32:09.246537 | 2021-07-12T13:16:52 | 2021-07-12T13:16:52 | 373,948,552 | 0 | 1 | null | 2021-07-10T07:21:25 | 2021-06-04T20:06:09 | C++ | UTF-8 | C++ | false | false | 3,881 | h | #pragma once
class UIButtonComponent : public UIComponentAnimated {
public:
juce::Colour fillColor = GUIConfig::Colors::Light;
juce::Colour originalFillColor = fillColor;
juce::Colour borderColor = GUIConfig::Colors::Light;
juce::Colour originalBorderColor = fillColor;
int index... | [
"sh@dasistweb.de"
] | sh@dasistweb.de |
180bede1479572dd9cb16f509b5a2f37e219dd65 | f37379cfc06478c9e352e1b3835aa32ab15f7c53 | /quick/engine_lua_interface/LuaSprite.cpp | d5f8447254626234654bb741723f3a5df3b5faf9 | [
"MIT"
] | permissive | GraphicGame/quick-ejoy2d | 00b924b3a214cb5cc7ae1aaee376b918878b12b0 | dcf40f4d900204e756180567984668216b796883 | refs/heads/master | 2020-06-07T09:38:50.000611 | 2015-02-10T15:59:37 | 2015-02-10T15:59:37 | 28,598,316 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 9,362 | cpp | #include "LuaSprite.h"
#include <stdlib.h>
#include "../engine/display/QSprite.h"
using namespace quick::display;
#include "LuaUtils.h"
#include "LuaCommon.h"
#include "LuaEvent.h"
#include "LuaCpp.h"
#include "spritepack.h"
#include "sprite.h"
#include "matrix.h"
#include "shader.h"
static void
updateMessage(stru... | [
"codinglikecrazy@gmail.com"
] | codinglikecrazy@gmail.com |
3c8341054a66cbf25801bd674b346bb182349c58 | 244c0ff33c6aa5ac123409df8badb623adae7157 | /tests/simplefileformat.test.cc | d5aa0f7f213290fecee876fd455f27f6a9ffca24 | [] | no_license | pancurster/todopro | 9ba66c0869c36123edf59e70940904e9e9584295 | f7523ae6b80b32d2791f17625ce6c83243eaff2d | refs/heads/master | 2020-04-19T16:10:57.574482 | 2014-01-18T23:48:54 | 2014-01-18T23:48:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,977 | cc | #define BOOST_AUTO_TEST_MAIN
#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MODULE todopro
#include <boost/test/auto_unit_test.hpp>
#include "../src/taskmanager.h"
#include "../src/serializer.h"
#include "../src/task.h"
#include "../src/sff.h"
#include "fixtures/taskfixture.h"
#include <string>
BOOST_AUTO_TEST_SUITE(... | [
"lukasz.panek@nsn.com"
] | lukasz.panek@nsn.com |
b7d2473fd4799ba1144ea0f30fa7ae98dd420bd5 | 4cdadf94219c512b31ca03c13c69f49ada5f5e40 | /laidoff/ode/ode/src/convex.cpp | 49c541e6b59f7224d8eed89f9b3a3fe6bd5fd36c | [] | no_license | lache/lo | c7fbf5af2d6b96ea10001923c79cf5ae75a166ee | 98423f676957862837ed294f964447547da72847 | refs/heads/master | 2023-05-11T08:12:08.970610 | 2023-05-08T16:01:03 | 2023-05-08T16:01:03 | 134,514,309 | 4 | 0 | null | 2023-03-07T02:52:48 | 2018-05-23T04:41:01 | C | UTF-8 | C++ | false | false | 58,682 | cpp | /*************************************************************************
* *
* Open Dynamics Engine, Copyright (C) 2001-2003 Russell L. Smith. *
* All rights reserved. Email: russ@q12.org Web: www.q12.org *
* ... | [
"gasbank@gmail.com"
] | gasbank@gmail.com |
87872cb7628a502befcd1d3626b38a0cbfed5d45 | 0439e7879c557e51e57e4d0bcc3fdeb5ef428ad4 | /NT-HW-I/93D.cpp | d4658e3841ced4d4d1a98e86982aa09047fe2c8d | [] | no_license | zcwwzdjn/OI | f176a5618c8c5528f1af1dfb082d89c97f5872d8 | 710c65923898d39ebf29b609fdc084cf9ebecb15 | refs/heads/master | 2021-01-10T01:42:32.147017 | 2013-06-04T08:35:26 | 2013-06-04T08:35:26 | 8,447,388 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,872 | cpp | #include <cstdio>
#include <cstdlib>
#include <cstring>
#include <algorithm>
using namespace std;
const int kMod = 1000000007;
int l, r, inv;
int PowerMod(int a, int b) {
int res = 1, tmp = a;
while (b) {
if (b & 1) res = (long long)res * tmp % kMod;
b >>= 1;
tmp = (long long)tmp * tmp % kMod;... | [
"zcwwzdjn@hotmail.com"
] | zcwwzdjn@hotmail.com |
74a661c9fb4d04567bbf991065e929aa576fdfba | 89be3f4867c497e066e3aac86f2f4d1a09269458 | /lib/libtest/ExternalTest.cpp | 563d556c7ec76b5dc31c2eb382bd7ae28c058862 | [
"Apache-2.0"
] | permissive | SpaceMonkeyClan/FreeNOS-1.0.3 | 90d6320b675ac292c5da785c7193179c6ebd88f9 | 0967dc627a7a73a7ccead427e56ff193dece1248 | refs/heads/main | 2023-08-19T16:12:53.794555 | 2021-10-29T15:30:01 | 2021-10-29T15:30:01 | 404,900,188 | 0 | 1 | Apache-2.0 | 2021-10-18T04:40:38 | 2021-09-09T23:44:19 | C++ | UTF-8 | C++ | false | false | 1,548 | cpp | /*
* Copyright (C) 2015 Niek Linnenbank
*
* 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 3 of the License, or
* (at your option) any later version.
*
* This program is di... | [
"renedena842@gmail.com"
] | renedena842@gmail.com |
6d313328ca1e20c7573108b48086005e040441c4 | b1065990e623d5e7c58fc7122ed46b7bc6489531 | /Includes.h | 1f37e88eeeb1a1ed312b2f103849cb04e3b24a20 | [] | no_license | zhanghua1984/DC_ATOctrl | f04f8eeeec34c82d11c371b44515fa4f2e3ef796 | 44f152ba17773e1a326fb9e52bfa91a07e79ad19 | refs/heads/master | 2020-12-02T07:55:58.422837 | 2017-07-10T07:33:33 | 2017-07-10T07:33:33 | 96,748,811 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,987 | h | // Includes.h: interface for the Includes class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_INCLUDES_H__0A319C65_3AFD_49AD_8C84_09E646AE9D35__INCLUDED_)
#define AFX_INCLUDES_H__0A319C65_3AFD_49AD_8C84_09E646AE9D35__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en... | [
"zhanghua@transpad.cn"
] | zhanghua@transpad.cn |
916bf5fe1249821719464a48b1abc0d9fdb8bedb | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/097/408/CWE36_Absolute_Path_Traversal__wchar_t_environment_open_83a.cpp | 8b1b33c19edd6101ccd081441eedaec1c2599c76 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,122 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE36_Absolute_Path_Traversal__wchar_t_environment_open_83a.cpp
Label Definition File: CWE36_Absolute_Path_Traversal.label.xml
Template File: sources-sink-83a.tmpl.cpp
*/
/*
* @description
* CWE: 36 Absolute Path Traversal
* BadSource: environment Read input from an envi... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
dc42a98d53f5a1489e32491822dcb3750aff0ef7 | 8fd1028c89a326bd0f1a3f97acee38e2e3b2a602 | /src/widgets/audiocontroldetailfeaturewidget.cpp | c8cd0a670f84f1eb3c63950d7d99682bc237e8e3 | [
"MIT"
] | permissive | dehnhardt/iconnconfig | db135765b519ba7c6507cf8e71ecc3f8827e12d4 | 6d1ac1d85379eaf168d2c2fce81b09f020500605 | refs/heads/master | 2023-02-08T18:50:11.443530 | 2021-01-04T17:55:45 | 2021-01-04T17:55:45 | 84,682,164 | 16 | 10 | MIT | 2020-04-24T08:57:35 | 2017-03-11T21:51:45 | C++ | UTF-8 | C++ | false | false | 5,485 | cpp | #include "audiocontroldetailfeaturewidget.h"
#include "../sysex/getaudiocontroldetail.h"
#include "../sysex/retsetaudiocontroldetail.h"
#include "audiochannelfeaturewidget.h"
#include "audiocontrolparmfeatureswidget.h"
int AudioControlDetailFeatureWidget::INPUT = 1;
int AudioControlDetailFeatureWidget::OUTPUT = 1;
Au... | [
"holger@dehnhardt.org"
] | holger@dehnhardt.org |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.