blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
87db5efcfd2f26fd414bdf3dac3b318e71115fe6 | 0a8b32a931c532b4b09cfabfa39fb8ed4d70074b | /attacktest.cpp | 48ca14c54478df7e71e90d8b53038febf98f1b88 | [] | no_license | imshota/VtPath_emulate | 9ce79b10c6e85a70224aae99fcc54ff7c5f2d8ae | 4d0abb0d9c27e7142d7c66d61e865f3c27b5ce73 | refs/heads/master | 2022-10-26T08:02:58.871540 | 2020-06-15T04:14:08 | 2020-06-15T04:14:08 | 267,453,035 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,787 | cpp | #include <stdio.h>
#include <string.h>
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int ret;
int f(int arg){
int mode = arg; // modeの変数がオーバーフローされ、書き換わる
char input[5+1];
char username[5+1];
char password[5+1];
FILE *fp;
if ((fp = fopen("passwd.txt", "rb")) == NULL) {... | [
"noreply@github.com"
] | imshota.noreply@github.com |
90dd59a6975ea94c291c40759cb4fd571732900d | 1e243370363ed08b208a66857ec9fcae643d14a3 | /dialogs/previewdialog.cpp | 130b978fb1bed9da943652e45046c6029c4c29bd | [] | no_license | goq/Lightscreen | a475c8e6c7e4b692483ee58cef576e9052c01687 | c73d33211a990432384c353ac9b8a05c770beac6 | refs/heads/master | 2021-01-12T19:51:54.850652 | 2016-03-26T23:21:11 | 2016-03-26T23:21:11 | 58,000,907 | 2 | 1 | null | 2016-05-03T20:52:23 | 2016-05-03T20:52:23 | null | UTF-8 | C++ | false | false | 12,918 | cpp | /*
* Copyright (C) 2016 Christian Kaiser
*
* 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 pro... | [
"info@ckaiser.com.ar"
] | info@ckaiser.com.ar |
bc30c6e8b72f7be138b08cc01f3a0ce90604cfee | 36de0596a79dd07aff6670453df66b255175eb04 | /01-Week(Misc)/Day2 Array and Math/next_permutation.cpp | a5d592199724887040744ab5dc5d080b323b0cd0 | [
"MIT"
] | permissive | amanbdcoe/InterviewBitAcademy | 01b447ebcc0a5612da9d0d389171ee0330e9ef58 | 27af3fc9f13dce8c15fd3e4be5c9821ad2794f16 | refs/heads/master | 2023-04-22T00:22:59.813943 | 2021-05-09T18:05:40 | 2021-05-09T18:05:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 707 | cpp | /*
Find first i from right where A[i]>=A[i+1]
find first j from right that is less than A[i]
swap(A[j],A[i])
reverse
*/
void Solution::nextPermutation(vector<int> &A) {
// Do not write main() function.
// Do not read input, instead use the arguments to the function.
// Do not print the output, instead ret... | [
"sahushivam25@gmail.com"
] | sahushivam25@gmail.com |
f41304441f6fdcfd4028a46f15ad6adbccf8909f | ee566f1e387d6c4009cb299a4d5f4c00bd3cc901 | /test/corecel/data/ObserverPtr.test.hh | 05effa83edf0ee08a207f6b10b29fd9968f2a425 | [
"MIT",
"Apache-2.0"
] | permissive | celeritas-project/celeritas | 3d4f5aedd01c9c21b62ae0712c84f027e05179d3 | e7fe01331baf055393d78bdaceff8c1f7db4c9c4 | refs/heads/develop | 2023-09-01T14:10:32.210033 | 2023-08-31T21:14:20 | 2023-08-31T21:14:20 | 250,622,820 | 48 | 24 | NOASSERTION | 2023-09-14T17:11:38 | 2020-03-27T19:06:46 | C++ | UTF-8 | C++ | false | false | 1,809 | hh | //----------------------------------*-C++-*----------------------------------//
// Copyright 2023 UT-Battelle, LLC, and other Celeritas developers.
// See the top-level COPYRIGHT file for details.
// SPDX-License-Identifier: (Apache-2.0 OR MIT)
//-------------------------------------------------------------------------... | [
"noreply@github.com"
] | celeritas-project.noreply@github.com |
8f8c8334269cd371c542d7d1081a6bf8ed9a7c94 | d09945668f19bb4bc17087c0cb8ccbab2b2dd688 | /codeforce/261-280/cf270/c.cpp | a7e206ba2ccd1c1165c0bc0856c24249f887c5f5 | [] | no_license | kmjp/procon | 27270f605f3ae5d80fbdb28708318a6557273a57 | 8083028ece4be1460150aa3f0e69bdb57e510b53 | refs/heads/master | 2023-09-04T11:01:09.452170 | 2023-09-03T15:25:21 | 2023-09-03T15:25:21 | 30,825,508 | 23 | 2 | null | 2023-08-18T14:02:07 | 2015-02-15T11:25:23 | C++ | UTF-8 | C++ | false | false | 937 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef signed long long ll;
#undef _P
#define _P(...) (void)printf(__VA_ARGS__)
#define FOR(x,to) for(x=0;x<to;x++)
#define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++)
#define ZERO(a) memset(a,0,sizeof(a))
#define MINUS(a) memset(a,0xff,sizeof(a)... | [
"kmjp"
] | kmjp |
325d6d8353b976049f5d82ad1cc3e264ccdffcd6 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /third_party/angle/src/libANGLE/renderer/vulkan/vk_caps_utils.h | a08e7454a1b0661f522a49d2b32367a9d4ab650c | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 834 | h | //
// Copyright 2018 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// vk_utils:
// Helper functions for the Vulkan Caps.
//
#ifndef LIBANGLE_RENDERER_VULKAN_VK_CAPS_UTILS_H_
#define LIBANGLE_RENDERER_VULKAN_... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
b60161d6cab75a34d6f93eb43de286b07cb9143d | 8f532ff3a52ed60e391eaa61ecb13700564cdc96 | /contact.cc | e8afe9cdf02098c18beb46e3aeeac8284c7cd8a7 | [] | no_license | ostingrey/tochnog | 2f3e085eb818c18381ad520076f52110cbfad26f | a2407e0059d681d7e76d37847b5ebc2822e04c32 | refs/heads/master | 2023-03-16T21:04:17.545278 | 2016-10-23T22:06:34 | 2016-10-23T22:06:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,945 | cc | /*
Copyright (C) 1998 Dennis Roddeman
email: dennis.roddeman@feat.nl
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 ... | [
"jtorreci@unex.es"
] | jtorreci@unex.es |
4e27865f44f64e8b9549dff09d356fe1d926f038 | 2591ae43a809173d223b78207c7638d80d839962 | /GFG/bit_manipulation/1_isPowerOfTwo.cpp | d143ab1dd29f581f278386367cda4beb69d9a74e | [] | no_license | DeveshDutt2710/Competitive_Programming | 82fc97efcae65b23738d7f4e4ecc880e43bf975c | 78a6251e74c8b261c94ebf79408e7c36f9331838 | refs/heads/master | 2023-07-30T16:05:54.659186 | 2021-09-22T17:44:08 | 2021-09-22T17:44:08 | 300,497,546 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 257 | cpp | #include <bits/stdc++.h>
using namespace std;
#define bool int
bool isPowerOfTwo(int x)
{
return x && (!(x&(x-1)));
}
int main()
{
isPowerOfTwo(31)?cout<<"Yes\n": cout<<"No\n";
isPowerOfTwo(64)?cout<<"Yes\n": cout<<"No\n";
return 0;
} | [
"dd123.ues2017@gmail.com"
] | dd123.ues2017@gmail.com |
d13b1f13fa135cf56936500e423970890d5791f6 | bc42c0f0852a0f8e253dd9758891043f60820ee3 | /HerdBunniesSimulator/Bunnies/IBullet.h | d200ceefa4f25bff31fc79e9365370e2dbaecc8d | [] | no_license | asmCode/ssg02 | 3928aa00ad0e1223b14585165cc3420fdb15be6d | a96337520a181e0feed3039a2fc1e057f14cde95 | refs/heads/master | 2021-01-01T17:58:22.658233 | 2013-08-18T22:56:54 | 2013-08-18T22:56:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 270 | h | #pragma once
#include <Math/Vec3.h>
class IDamageableProvider;
class IBullet
{
public:
virtual void Update(float time, float seconds) = 0;
virtual void Draw(float time, float seconds) = 0;
virtual void TakeDamage(IDamageableProvider *damageableProvider) = 0;
};
| [
"majakthecoder@gmail.com"
] | majakthecoder@gmail.com |
4c5d101e85e1b321b75af62d826f2d7979ef22fa | b5b56ce3eb1dfe324eafbda3e0e5f338c5dd72e2 | /Server/Shared/include/SortDistPacket.h | 17b4e68cb7cf5e65f05a5690220886327d91560d | [] | no_license | wayfinder/Wayfinder-Server | 5cb91281b33cea6d8f6d74550b6564a71c4be1d7 | a688546589f246ee12a8a167a568a9c4c4ef8151 | refs/heads/master | 2021-01-22T22:39:08.348787 | 2012-03-31T11:34:42 | 2012-03-31T11:34:42 | 727,490 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,126 | h | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of condit... | [
"daniel.n.pettersson@gmail.com"
] | daniel.n.pettersson@gmail.com |
92d9bb9d964f70326623a3de5cb5ea3554ebfbe4 | 63919da70623495d3f3677b948f8f800a9d25c26 | /Tigarmageddon 2D/Bullet.h | e510ccba450d1e9cb37e2996b7dfda7368f87ebb | [] | no_license | DestructiveReasoning/Tigarmageddon-2D | 7b2419cda29c491a2ecc24417e9a8a934a68a29a | 29789e96c97b97fd2c95b15060f0953935f89a88 | refs/heads/master | 2021-01-21T21:54:19.217663 | 2016-04-01T03:53:35 | 2016-04-01T03:53:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 613 | h | #pragma once
#include "GameObject.h"
#define BULLET_SPEED 20
class Main;
class Bullet : public GameObject
{
public:
Bullet(float X, float Y, float velX, float velY, float* _xOffset, float* _yOffset, int range, int damage, SDL_Renderer* renderer);
virtual void Update();
virtual void Render();
int getRange(void);
... | [
"harleyw@hotmail.com"
] | harleyw@hotmail.com |
267bbf68e43a14e463c6fdaeb39a544bbeb29ff4 | c9891382f54c5177ca416c04249c13e6743a3926 | /libs/LinuxDuino/LinuxDuino.cpp | 77b821b1a4181a90179a84e8177980f8901902f7 | [] | no_license | yourpalal/lsmd9dso-supercollider | e372177e8821ffd32d386302d0b3af6a17659288 | b368f36f7c796cda641ede55d4fb1733f9182952 | refs/heads/master | 2021-01-25T00:16:15.192753 | 2015-03-23T23:26:09 | 2015-03-23T23:26:09 | 31,052,285 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,923 | cpp | #include "LinuxDuino.h"
#include <iostream>
#include <thread>
// i2c stuff
#include <fcntl.h>
#include <linux/i2c-dev.h>
#include <sys/ioctl.h>
#include <unistd.h>
using namespace LinuxDuino;
namespace {
const auto start_time = std::chrono::steady_clock::now();
};
uint64_t LinuxDuino::millis() {
return std::ch... | [
"aewilson@ualberta.ca"
] | aewilson@ualberta.ca |
d24a79bdafdc4f1b6b099cb25fec620bf49aef05 | 92ea53c9e0ebd87e1e6c6d9435cabf4ad619266f | /kernel/FileSystem/CharFile.h | 7bf9b94cbaeec648724fab65d83b047bb1705873 | [] | no_license | fengjixuchui/DarkForest | 3a019c3f02ccf69712f71116c23b2e36d888464e | b4069acce3bd9d3a7bb9ec6ceaddfec57bc462ab | refs/heads/master | 2022-04-20T05:16:22.342743 | 2020-04-18T08:11:05 | 2020-04-18T08:11:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 758 | h | #pragma once
#include "kernel/file.h"
#include "types/vector.h"
#include "shared_ptr.h"
#include "FileSystem/DirectoryEntry.h"
#include "FileSystem/CharFileSystem.h"
class CharFile : public File {
public:
CharFile(const Path& path, CharFileSystem& fs, CharDirectoryEntry dir_entry, size_t size)
: File(path... | [
"itamar8910@gmail.com"
] | itamar8910@gmail.com |
45b9621511d109d5aafa7267f283d0bce5da224a | 253818efe825d285c5a701733d4bb315824d1d5f | /bugman-qt/share/androidshareutils.cpp | b6f5ad3c3c63cc7b44a84fb10e7efade876872e4 | [] | permissive | gwillz/bugman | 72ff27bfa2181e9cbab3b56518c4d490079a7ded | e8c76498a3078727fe033af07c7aa2990e055e60 | refs/heads/master | 2021-09-27T10:08:05.538469 | 2021-09-22T15:47:52 | 2021-09-22T15:47:57 | 234,434,564 | 0 | 0 | MIT | 2021-05-26T11:53:46 | 2020-01-16T23:54:22 | QML | UTF-8 | C++ | false | false | 26,485 | cpp | // (c) 2017 Ekkehard Gentz (ekke) @ekkescorner
// my blog about Qt for mobile: http://j.mp/qt-x
// see also /COPYRIGHT and /LICENSE
#include "androidshareutils.h"
#include <QUrl>
#include <QFileInfo>
#include <QDateTime>
#include <QtAndroidExtras/QAndroidJniObject>
#include <jni.h>
const static int RESULT_OK = -1;
... | [
"gwillz@internode.on.net"
] | gwillz@internode.on.net |
f269d3b5a054007fef8349949f63f837b4223fc9 | bf0bbc4d6f5df1586132863006c2d7f45b44823d | /solutions/array/word_search.cc | a9772b956ee2b68c5e7a0755983ceb9894ab7cc9 | [] | no_license | haohaolee/LeetCpp | 6cbe6ff2dae49c2b5f0c9600a4dafc5f80cf4e2e | 63f3f93dbc570534c9bacc06329a556c2a7e4bcb | refs/heads/master | 2021-01-21T23:45:39.931080 | 2014-12-15T12:57:37 | 2014-12-15T12:57:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,985 | cc | /*
* Word Search.
* https://oj.leetcode.com/problems/word-search/
*
*/
#include <vector>
using namespace std;
#include "word_search.h"
void WordSearch::init(const word_board& board) {
if (board.size() == 0 || board[0].size() == 0)
throw "Board is empty!";
board_row_size = board.size();
... | [
"sushi@microsoft.com"
] | sushi@microsoft.com |
4deb568d8c30bd8f1b7e4354d7953c9843d4fd7a | 189f52bf5454e724d5acc97a2fa000ea54d0e102 | /combustion/ras/moriyoshiHomogeneous/0.0027/phi | 6c841d8903ba340a144d182b9d98042b2e287e22 | [] | no_license | pyotr777/openfoam_samples | 5399721dd2ef57545ffce68215d09c49ebfe749d | 79c70ac5795decff086dd16637d2d063fde6ed0d | refs/heads/master | 2021-01-12T16:52:18.126648 | 2016-11-05T08:30:29 | 2016-11-05T08:30:29 | 71,456,654 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 58,504 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1606+ |
... | [
"peterbryz@yahoo.com"
] | peterbryz@yahoo.com | |
bec94019acabfade049c8777c406b112ecf66fee | ea3a9593e3b762b504839d436d2d78de08ce3e42 | /Contest 5 quy hoach dong/day_con_tang_max.cpp | 1bc99e11d80f3ba09cceda440e1864add5aa0109 | [] | no_license | docongban/Zcode_CTDL-GT | 87a690f413af570c27ee4db494f96ea35eb30c0d | 41cd48bf9de926f17058119fb5335e294329a706 | refs/heads/main | 2023-06-27T03:37:23.037502 | 2021-07-05T14:48:28 | 2021-07-05T14:48:28 | 383,173,620 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 486 | cpp | /*Code By BanDC*/
//VS Code
#include<bits/stdc++.h>
using namespace std;
int arr[1000];
int tam[1000];
void Nhap(int n)
{
for(int i=0;i<n;i++) cin>>arr[i];
}
void Xu_li(int n)
{
for(int i=0;i<n;i++) tam[i]=1;
for(int i=1;i<n;i++)
{
for(int j=0;j<i;j++)
{
if(arr[j]<arr[i]) tam[i]=max(tam[i],tam[j]+1);
}
}
... | [
"banto2172001@gmail.com"
] | banto2172001@gmail.com |
ce5cc7dacd8214eb9b0fbe0b289f151ee92bc123 | 3d52b4103fe208f31eaadd2db47e3ddb878a3138 | /rb-cpp.cpp | 6f20173417fd3c7a11431c78395664c6dfe4dd92 | [] | no_license | attractivechaos/rb-eval | 0ab1a0867d022299a645ecf448d042201def8f23 | 3d7b0c5ba571e395893064f4ed60fb5ac123cf19 | refs/heads/master | 2021-01-09T05:34:16.299384 | 2017-02-03T02:37:21 | 2017-02-03T02:37:21 | 80,789,783 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 959 | cpp | #include <stdint.h>
#include <stdio.h>
#include <time.h>
#include "rb.hpp"
static inline uint64_t kad_splitmix64(uint64_t x)
{
uint64_t z = (x += 0x9E3779B97F4A7C15ULL);
z = (z ^ (z >> 30)) * 0xBF58476D1CE4E5B9ULL;
z = (z ^ (z >> 27)) * 0x94D049BB133111EBULL;
return z ^ (z >> 31);
}
struct int_cmp {
inline int o... | [
"lh3@me.com"
] | lh3@me.com |
51f4d7831cdc5f465d82584943fdd7f66d92fd6b | 4017eae28ec5c2e85c9ebe17a8e322bc2d586d6f | /_posts/code/IntelPT/postmortem/a.cpp | 7acf593f714fa042d851c0d649670fe9b13bf9f0 | [
"CC-BY-4.0",
"CC-BY-3.0"
] | permissive | dendibakh/dendibakh.github.io | f88846fd00fb644e1a79482fc60522a17a4201f4 | 5ee73565249da688838d21b7e41d9242b6a76098 | refs/heads/master | 2023-05-25T21:11:16.996813 | 2023-05-19T13:48:43 | 2023-05-19T13:48:43 | 74,303,303 | 53 | 15 | CC-BY-4.0 | 2021-12-17T18:24:03 | 2016-11-20T21:19:50 | HTML | UTF-8 | C++ | false | false | 644 | cpp | #include <random>
int foo(unsigned int arg)
{
int x = 0;
//int x = someComplexFunc(arg);
//log("Enter calculations");
switch (arg)
{
case 7498536:
{
int y = 7498536 / x; // potential div by zero
x = y - 42;
break;
}
// <lots of other cases>
default:
x = ... | [
"dendibakh@gmail.com"
] | dendibakh@gmail.com |
0885c523878d85cad84940b9b675fa4a376fab96 | 53671078d0f8bde2914e391bdc20c19c600fec8c | /libs/gui/BatchBufferOps.cpp | 60aceb1bbd4179aeae463b9b729c5926e2071f45 | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | SuperiorOS/android_frameworks_native | de45879d8c7564a9da64cd41238a1545077730e2 | 7e1bee5f27f011c9573cfcdbbe64dcc6a786a9ec | refs/heads/thirteen | 2023-06-25T20:24:44.848214 | 2022-11-15T10:44:22 | 2023-06-21T10:06:30 | 149,220,650 | 2 | 34 | NOASSERTION | 2023-02-23T01:10:58 | 2018-09-18T03:01:34 | C++ | UTF-8 | C++ | false | false | 4,121 | cpp | /*
* Copyright 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"yinchiayeh@google.com"
] | yinchiayeh@google.com |
66f0df0a836590110f86e3170c98362d755783e2 | ec1793e53236c3ec89bbfc542d63a41d30601c98 | /AnalysisStep/test/Optimizer/run_optimizer.cpp | 4e7d7fa8615dc3e4967030d45757fa55b88ee95e | [] | no_license | philippwindischhofer/Bayes4Leptons | d2566f400e1b4dd3659238b3c34323c244515eef | 2e1300fe22f477a3620967129c66328187c659fb | refs/heads/master | 2020-03-25T15:28:23.557265 | 2018-08-07T14:49:18 | 2018-08-07T14:49:18 | 143,884,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,231 | cpp | // C++
#include <iostream>
#include <fstream>
#include <string>
// ROOT
#include "TApplication.h"
#include "TROOT.h"
#include "TStyle.h"
#include "TCanvas.h"
#include "TChain.h"
#include "TFile.h"
#include "TString.h"
#include "TStyle.h"
#include "Math/Minimizer.h"
#include "Math/Factory.h"
#include "Math/Functor.h"
... | [
"philipp.windischhofer@gmail.com"
] | philipp.windischhofer@gmail.com |
3c4df5fd1c39400508daa0fabeb9e401dd70660e | 5af05d90236b07cf13658f50c4f37ffe82034a35 | /minMoves.cpp | 79ff2677f453ce926ccdd39787dd1fee4bacc61a | [] | no_license | huangxinheng/hello_world | 2530320f89432d0e71b23f34158a727b7ac789f1 | 50bad060680262581fc0d8193a0cb793311e5ba8 | refs/heads/master | 2021-01-22T21:38:15.482776 | 2017-07-04T07:54:45 | 2017-07-04T07:54:45 | 85,456,383 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 282 | cpp | class Solution {
public:
int minMoves(vector<int>& nums) {
int min=INT_MAX;
int sum=0;
for(auto n:nums){
if(min>n){
min=n;
}
sum+=n;
}
return sum-nums.size()*min;
}
}; | [
"huangxinheng@gmail.com"
] | huangxinheng@gmail.com |
af784411c46577080410156787ce65070a4d6528 | 31b99df5968a74f6ae2ce822717c2616291e077e | /home_4/4.cpp | 71bc68b270806d4469e6f0534beaed82759d05cf | [] | no_license | GoCodingIcreated/alg_course | af2b9c065c88f742e186a8383998eaa55f8e794c | 8100edd0e89bb4414b1ae8d8a0e5efa513ee2ce2 | refs/heads/master | 2016-09-13T09:44:13.636902 | 2016-05-17T17:35:27 | 2016-05-17T17:35:27 | 56,721,229 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 578 | cpp | #include <iostream>
#include <stack>
int calc_node(bool was_black) {
char ch, color;
std::cin >> ch;
std::cin >> color;
if (color == 'b') {
was_black = true;
}
//st.push(color);
std::cin >> ch;
if (ch == ')') {
return color == 'w' && was_black ? 1 : 0;
}
int sum... | [
"lorddarthveider7@yandex.ru"
] | lorddarthveider7@yandex.ru |
28c52c4c923019cd37e3586ec173306d452ef287 | ab20ce30e3c5bb7c6a73169d001f1b0157d262a3 | /src/aslp-parallel/reduce-barrier-test.cc | 45ad472830aebf2f3c05f4f86eb6043233582cfb | [] | no_license | zpppy/kaldi-aslp | 1dddccab183004218af250835979b54ec84299a0 | 5e191f17c348cd257bbfb851cc0a99a08734813a | refs/heads/master | 2020-04-13T07:27:57.178799 | 2018-06-25T09:51:14 | 2018-06-25T09:51:14 | 163,052,841 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 734 | cc | /* Created on 2016-07-27
* Author: Zhang Binbin
*/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "mpi-node.h"
int main(int argc, char *argv[]) {
using namespace kaldi;
MpiNode mpi_node;
srand(time(NULL));
//int epoch = rand() % 5;
int epoch = mpi_node.Rank() + 3;
printf... | [
"811364747@qq.com"
] | 811364747@qq.com |
94fb0d08ffdbe8b4c32df75c041802cf81d10c03 | a35b30a7c345a988e15d376a4ff5c389a6e8b23a | /boost/mpl/aux_/preprocessed/no_ttp/vector.hpp | f3e9c945324980a62efccdd3d219617c3f2b5244 | [] | no_license | huahang/thirdparty | 55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b | 07a5d64111a55dda631b7e8d34878ca5e5de05ab | refs/heads/master | 2021-01-15T14:29:26.968553 | 2014-02-06T07:35:22 | 2014-02-06T07:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 81 | hpp | #include "thirdparty/boost_1_55_0/boost/mpl/aux_/preprocessed/no_ttp/vector.hpp"
| [
"liuhuahang@xiaomi.com"
] | liuhuahang@xiaomi.com |
857dcb0aba03b12053427154651a37a08f8b44dd | cec1054f9d612e720a622a86567f10d271f1ad29 | /lib/gft/include/gft_adjregion3.h | 82b4eeab8a7d5a4393c038d7c868b04e5f0636ea | [
"MIT"
] | permissive | ademirtc/bandeirantes | 69df2b575c82c62f7bba298db97ec9c24b1f58f6 | 2dfc2ceadb555c1c40991520f450745bedf88c77 | refs/heads/master | 2021-01-24T18:46:49.303076 | 2017-03-09T23:36:33 | 2017-03-09T23:36:33 | 84,473,182 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,692 | h |
#ifndef _GFT_ADJREGION3_H_
#define _GFT_ADJREGION3_H_
#include "gft_common.h"
#include "gft_scene.h"
#include "gft_adjrel3.h"
namespace gft{
namespace AdjRegion3{
typedef union _displacement3 {
v4si v;
int data[4];
struct{ int x,y,z; } axis;
} Displacement3;
typedef struct _adjregi... | [
"marcostejadac@gmail.com"
] | marcostejadac@gmail.com |
66962527109e4798cf762e7a7a80fd73b680bc49 | be93b9ffb49ec6f73d2558cedd02cd50a4060858 | /Online judge solutions/Spoj/ANARC05B.cpp | b045abebc1d7ac3a9717a0e7288ea2cea8340871 | [] | no_license | salonimohta/competitive-programming | ceec3c2c87eb8078b051166654c3faac5ce27d0b | 2639a14acf4beb453bb9277779ad5d705c6fa97a | refs/heads/master | 2020-08-09T02:12:27.005619 | 2019-10-14T08:07:46 | 2019-10-14T08:07:46 | 213,975,049 | 2 | 0 | null | 2019-10-09T16:59:36 | 2019-10-09T16:59:36 | null | UTF-8 | C++ | false | false | 4,519 | cpp | /*
AARUSH JUNEJA
@vivace
IIT(ISM),Dhanbad
*/
#include<bits/stdc++.h>
using namespace std;
typedef double lf;
typedef long long ll;
typedef long double ld;
typedef unsigned long long ull;
typedef set<ll> sll;
typedef vector<ll> vll;
typedef map<string,ll> msl;
typedef pair<int,int> pii;
typedef pair<ll,ll> ii;
type... | [
"avijuneja.cs@gmail.com"
] | avijuneja.cs@gmail.com |
fc3d7798b0e37876a3c261236fae744d8acf515c | 8b740d8de0fa51c062df0ebf294a916f5a160423 | /Double Digital Options/SimpleMC.cpp | a51c47ceb61c9bd202822fd5c21adef2436ecd56 | [] | no_license | KshitizSharmaV/C-Algorithms-for-finance | be7c4c5b304e2e71bef882bc1071ce5d16035fa7 | 79ff578a8dad07202866ebdd36ba553ce0d9874d | refs/heads/master | 2021-09-11T23:27:32.305847 | 2018-04-13T00:33:42 | 2018-04-13T00:33:42 | 125,729,220 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,691 | cpp | //
//
// SimpleMC.cpp
//
//
#include <cmath>
#include <Random1.h>
#include <PayOff1.h>
// the basic math functions should be in namespace std but aren't in VCPP6
#if !defined(_MSC_VER)
using namespace std;
#endif
double SimpleMonteCarlo1(double Expiry,
doubl... | [
"kshitizsharmav@gmail.com"
] | kshitizsharmav@gmail.com |
bea0c6911e60efbc8aaa756a00d12f8e772e6704 | e9d96f179acc00a188cab60d90ebcb0859b34e93 | /TareaP1T1/TareaP1T1/TareaP1T1.cpp | 7387d011dfc3f1ab1a8b6f8d62e8dc4838849210 | [] | no_license | AlienMissed1/Tarea-P1T1 | 758babb57f04ad84155cc18d4c6109112b3c6d7e | ece120976c80a9a0aac700a37d0ee65e749bb796 | refs/heads/master | 2021-02-15T18:26:20.888957 | 2020-03-04T14:47:12 | 2020-03-04T14:47:12 | 244,920,140 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 823 | cpp | #include <iostream>
#include <time.h>
using namespace std;
//
//int main()
//{
// srand(time(NULL));
//
// int SecretNumber = rand() % 10;
// int x = 0;
// cout << SecretNumber;
// cout << "Escribe un numero del 0 al 10 " << endl;
// cin >> x;
//
// while (x != SecretNumber)
// {
... | [
"noreply@github.com"
] | AlienMissed1.noreply@github.com |
7e62b4e13a6364a83f1e0c695f5cd18b21b6e741 | b6033569795f08ea935ee91e9c3636fb61f68697 | /sdk/modules/core/cpp/src/video_writer.cpp | 18ba0d34dc202f1cd6986d4e74f383f8adf27906 | [] | no_license | greene-proton/openeb | 5ee98466f189991645ee6073884712e0762e4657 | a0980f3320463837a60a89f7827f44c86b1d0a62 | refs/heads/main | 2023-07-22T14:58:30.141816 | 2021-09-06T23:32:52 | 2021-09-06T23:32:52 | 389,870,987 | 0 | 0 | null | 2021-07-27T06:22:18 | 2021-07-27T06:22:17 | null | UTF-8 | C++ | false | false | 12,846 | cpp | /**********************************************************************************************************************
* Copyright (c) Prophesee S.A. - All Rights Reserved *
* ... | [
"nmartin@prophesee.ai"
] | nmartin@prophesee.ai |
9eb4606edf036d45915458150fa1453e0612ba50 | 159b7bd87e07dc2c09827fac804bc30014426511 | /include/cutlass/gemm/kernel/gemm_array.h | 464c355eea795c61cfd5a42047b73152f85d621f | [
"BSD-3-Clause"
] | permissive | NVIDIA/cutlass | 4d161f5ff1a4683baa978abb4e4b99f4b9f68d3b | e01b9b5029b7caca5a43c29f7d2714d7cf1dcae8 | refs/heads/main | 2023-09-03T00:51:43.978093 | 2023-08-30T20:46:30 | 2023-08-30T20:46:30 | 112,542,515 | 3,368 | 680 | NOASSERTION | 2023-09-14T15:04:54 | 2017-11-30T00:11:24 | C++ | UTF-8 | C++ | false | false | 8,698 | h | /***************************************************************************************************
* Copyright (c) 2017 - 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are p... | [
"noreply@github.com"
] | NVIDIA.noreply@github.com |
a8bbf95fd3a6735c6c7389a21cfdede6432217b9 | 2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0 | /fuzzedpackages/stepR/src/CallRoutines.cpp | dee87fab2973b5ca2be793b24bda9763d30bf6a6 | [] | no_license | akhikolla/testpackages | 62ccaeed866e2194652b65e7360987b3b20df7e7 | 01259c3543febc89955ea5b79f3a08d3afe57e95 | refs/heads/master | 2023-02-18T03:50:28.288006 | 2021-01-18T13:23:32 | 2021-01-18T13:23:32 | 329,981,898 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,528 | cpp | #include <Rcpp.h>
#include "DynamicPrograms.h"
#include "Data.h"
#include "DataGauss.h"
#include "DataHsmuce.h"
#include "DataMDependentPS.h"
#include "DataJsmurf.h"
#include "DataJsmurfPS.h"
#include "DataJsmurfLR.h"
#include "DataHjsmurf.h"
#include "DataHjsmurfSPS.h"
#include "DataHjsmurfLR.h"
#include "DataLR.h"
... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
c3bf3f002b64cd8ab8161bebe158fd8fea85e257 | 3d6aa8fe2a687ec4da38c72b2ef490ea429d1f0f | /example/snippets/juliet1.1/126_CWE762_Mismatched_Memory_Management_Routines__strdup_delete_array_wchar_t_15.cpp | dc3f4ec7c2acf631c5e62d0bca272de85dcf811c | [] | no_license | SEDS/mangrove | 116579ad3c70ee5a0b8ae67920752514851bad17 | a7c0be6268ac87ee60a69aa9664d7c5d39aae499 | refs/heads/master | 2022-12-11T12:03:52.927574 | 2020-07-30T15:39:42 | 2020-07-30T15:39:42 | 291,787,979 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 253 | cpp | #include "std_testcase.h"
namespace CWE762_Mismatched_Memory_Management_Routines__strdup_delete_array_wchar_t_15
{
#ifndef OMITGOOD
static void goodB2G2()
{
wchar_t * data;
{
data = new wchar_t[100];
free(data);
}
}
#endif
}
| [
"mlmarenchino@hotmail.com"
] | mlmarenchino@hotmail.com |
a808b77fe4e8ae946b4f32470fc7982541a86de8 | 8d08d99be7f750684483badc13ef87d13a44baec | /source/LibFgBase/src/FgStdArray.hpp | 89133cb686bcab00e92ba58333b42ba6ceb2edcc | [
"MIT"
] | permissive | denim2x/FaceGenBaseLibrary | de29421ab03a2076e645ac2d279eead5ac07ec20 | 52317cf96984a47d7f2d0c5471230d689404101c | refs/heads/master | 2020-09-09T18:45:15.306511 | 2019-11-15T13:38:21 | 2019-11-15T13:38:21 | 221,531,686 | 0 | 0 | MIT | 2019-11-13T19:04:24 | 2019-11-13T19:04:23 | null | UTF-8 | C++ | false | false | 3,206 | hpp | //
// Copyright (c) 2019 Singular Inversions Inc. (facegen.com)
// Use, modification and distribution is subject to the MIT License,
// see accompanying file LICENSE.txt or facegen.com/base_library_license.txt
//
#ifndef FGSTDARRAY_HPP
#define FGSTDARRAY_HPP
#include "FgStdLibs.hpp"
#include "FgTypes.hpp"
namespace ... | [
"abeatty@facegen.com"
] | abeatty@facegen.com |
8f2f5e1d53aa3b290bbd1e859d6abc73f9d5c2f2 | 5391638d38a17280fa4abe5187bf8d417740a795 | /imp/coin_change.cpp | 0f12c2bca9de4c8bd292d88c70c7513c3472d033 | [] | no_license | SiluPanda/competitive-programming | 39ce18ef48b13e381536c53a6769faa0edac3502 | 6e92ccb165381f1ee0b2cf42ea997ab44e6fc8eb | refs/heads/master | 2020-06-12T22:35:13.688327 | 2020-04-22T09:40:01 | 2020-04-22T09:40:01 | 178,658,860 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 779 | cpp | #include <bits/stdc++.h>
using namespace std;
#define LL long long int
//recursive
LL num_ways(LL coins[], LL m, LL n){
if(n == 0){
return 1;
}
else if(n < 0){
return 0;
}
else if(n >= 0 && m <= 0){
return 0;
}
else{
return num_ways(coins, m-1, n)+num_ways(co... | [
"pandasilu428@gmail.com"
] | pandasilu428@gmail.com |
14503d8965687b897248d2c29d8e3572b11b6347 | f45a3743e5e13a6465b0fe424e52cdc192000a84 | /C++ primer/charpter15/bookPrice/bookPrice/book_sale.h | 59d3a161127df526c02125a9bfcfbf07a7de56d1 | [] | no_license | Leecok/c-Primer | 05590ac151cdc678bdd04b1f80299117ec501f1f | ab32c5043002ad22e7074ec38b8917c5cdb797f4 | refs/heads/master | 2020-03-26T14:19:09.552911 | 2018-08-16T12:35:55 | 2018-08-16T12:35:55 | 144,982,053 | 0 | 0 | null | 2018-08-16T12:08:43 | 2018-08-16T12:03:24 | null | UTF-8 | C++ | false | false | 787 | h | #pragma once
#include <cstddef>
#include <iostream>
class book_sale
{
public:
book_sale() = default;
book_sale(double sales_price) : price(sales_price)
{
std::cout << "construct book_sale" << std::endl;
}
virtual double net_price(std::size_t n) const
{
return price * n;
};
virtual ~book... | [
"noreply@github.com"
] | Leecok.noreply@github.com |
5a9aa7b5a6f39df6dffca6cd0d0fceee0b56bfc3 | ef58cd56994d4e1bf70ea3df676f6ca766251dac | /Linguagem C/Semana 3/Aula6_2_2.cpp | 16fccd1d7c6f1d959f2759c6523b1a8ca9c86ed7 | [
"MIT"
] | permissive | ValchanOficial/devMobile | 31d9540bf088a9b1a27785f9761b5479c090cbeb | 5bd0427f235bb2173ab1c6db6971824217c355a8 | refs/heads/master | 2020-04-25T01:16:16.673040 | 2019-05-29T22:46:46 | 2019-05-29T22:46:46 | 172,403,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 396 | cpp | #include <stdlib.h>
#include <stdio.h>
int main(int argc, char** argv) {
int numero=0,maior=-11111,menor=99999;
while(numero>=0){
printf("Digite um valor: ");
scanf("%d",&numero);
if(numero>0){
if(numero>maior){
maior = numero;
}
if(numero<menor){
menor = numero;
}
}
}
printf("Maio... | [
"valeria_padilha@yahoo.com.br"
] | valeria_padilha@yahoo.com.br |
58452e4888418a5640644d0dcb5c5543b4b1b8e4 | aa87d3ce0e0f4b1db28e40385bd155e2ba31ef56 | /FindLongestDigitString/FindLongestDigitString.cpp | 5ce764c263ed7b9488ff9017c9d486a45774740e | [] | no_license | foocoder/HUAWEIOJ | b7a6bc38632db2703d95550d5ca568b4377ea927 | fe0b14dbc59623c7c1e3a3a70f10972c21d8eda6 | refs/heads/master | 2021-01-20T06:14:30.699878 | 2017-05-15T06:18:30 | 2017-05-15T06:18:30 | 83,869,448 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,709 | cpp | // ---- Program Info Start----
//FileName: FindLongestDigitString.cpp
//
//Author: Fuchen Duan
//
//Email: slow295185031@gmail.com
//
//CreatedAt: 2017-03-25 08:42:21
// ---- Program Info End ----
#include <stdio.h>
#include <string.h>
#define ISDIGIT(letter) ( (letter)>='0' && (letter)<='9' )
in... | [
"slow295185031@gmail.com"
] | slow295185031@gmail.com |
f09d547f569f37d87326a632e94f61f97f4425c5 | af53fce4ecfad37aa144efe810b03d0356bdac1a | /source/SimpleProgram.cpp | 8f407cc3eb5b120f3ee48034cb96ad7d1250fb56 | [
"Unlicense"
] | permissive | TheBuzzSaw/Nullocity | 9e92359358f025ce0ac48bd998be09c92f5e1220 | 5b313366a3110e0b59c2fa734bb4eadaa914b586 | refs/heads/master | 2020-05-31T13:52:04.447821 | 2016-01-01T16:52:16 | 2016-01-01T16:52:16 | 1,284,631 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,533 | cpp | #include "SimpleProgram.hpp"
#include <SDL2TK/Tools.hpp>
#include <SDL2TK/OpenGL/ProgramBuilder.hpp>
#include <iostream>
using namespace std;
SimpleProgram::SimpleProgram()
{
SDL2TK::Shader vertexShader(SDL2TK::Shader::Type::Vertex,
SDL2TK::FileToString("simple.vertex.shader").c_str());
if (vertexShad... | [
"thebuzzsaw@gmail.com"
] | thebuzzsaw@gmail.com |
8df2481c742cf0d9479300c4f668ab0f2082b3a3 | 4a60a88fc98fdf7c6a6f062c3bafd13a0f20f030 | /Source/GraphFormatter/Private/FormatterSettings.cpp | 399bea8d637c22d42d3852b43e65f73cef7d07d1 | [
"MIT"
] | permissive | howaajin/graphformatter | 011e37cae16b9b57bead3652593664ecc9d27d54 | 62fe2003cd33f3bffff3190b024ba270f6cba2c7 | refs/heads/master | 2023-08-19T10:32:55.105991 | 2023-08-15T06:57:50 | 2023-08-15T06:57:50 | 178,136,554 | 89 | 16 | MIT | 2023-05-23T07:56:41 | 2019-03-28T06:02:14 | C++ | UTF-8 | C++ | false | false | 1,390 | cpp | /*---------------------------------------------------------------------------------------------
* Copyright (c) Howaajin. All rights reserved.
* Licensed under the MIT License. See License in the project root for license information.
*-----------------------------------------------------------------------------... | [
"howaajin@outlook.com"
] | howaajin@outlook.com |
416026c19e09c0fddf1025a95cb4a433f442e711 | 6854046ee629b5a8d94f0d9bde360d513f4323be | /LoRa_Raspberry/nodo_1.cpp | 74bcc333bbcb69ac903c84d729c8ab8a031d5dbd | [] | no_license | AndresCUd/tesis | 2418a8b2e04e238cd665d28750a665b29d238aca | 2d4139489f67cd701456ba87175d103c23e9966a | refs/heads/master | 2022-12-11T22:30:27.758183 | 2020-08-05T16:01:04 | 2020-08-05T16:01:04 | 194,180,855 | 1 | 1 | null | 2022-12-08T10:15:06 | 2019-06-28T00:37:18 | Python | UTF-8 | C++ | false | false | 3,806 | cpp | #include "stdio.h"
#include "time.h"
#include "stdlib.h"
#include "arduPiLoRa.h"
//#include <SPI.h>
int posicion = 1;
int valor = 0;
int snr, rssi, rssil, proxNodo;
char my_packet[300];
char mess[] = "python //home//pi//Desktop//LoRa//pruebas.py ";
char info1[300];
char info2[300];
char infoT[300];
char coma[] = " ";
... | [
"acgonzalezh@correo.udistrital.edu.co"
] | acgonzalezh@correo.udistrital.edu.co |
4e40683257594036d7d381805a74b8df2aa11980 | aab6e69d8a5daf7547436a0ed1748a58030c34c6 | /jome/tinyutf8.hpp | 33aabe237a8b72ea4d5a04ff80d95160f9225f83 | [
"MIT"
] | permissive | mjeanson/jome | 5b8832916af60ca2a3de2b32d0fe7acf63e4f910 | 18dfca5de0fbb6c832e9554768e7111ebf39f20b | refs/heads/master | 2020-05-17T10:08:48.243455 | 2019-04-26T06:05:32 | 2019-04-26T06:05:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 81,714 | hpp | /**
* Copyright (c) 2019 Jakob Riedle (DuffsDevice)
* 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
* notic... | [
"eeppeliteloop@gmail.com"
] | eeppeliteloop@gmail.com |
c2073e64e686bdc2159b504807da80fdeece71bc | e780ac4efed690d0671c9e25df3e9732a32a14f5 | /RaiderEngine/libs/PhysX-4.1/physx/source/simulationcontroller/src/ScSimulationController.cpp | b886fcd4d4deca3c9dd984c186b294c3480d9daf | [
"MIT"
] | permissive | rystills/RaiderEngine | fbe943143b48f4de540843440bd4fcd2a858606a | 3fe2dcdad6041e839e1bad3632ef4b5e592a47fb | refs/heads/master | 2022-06-16T20:35:52.785407 | 2022-06-11T00:51:40 | 2022-06-11T00:51:40 | 184,037,276 | 6 | 0 | MIT | 2022-05-07T06:00:35 | 2019-04-29T09:05:20 | C++ | UTF-8 | C++ | false | false | 2,240 | cpp | //
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in bin... | [
"rystills@gmail.com"
] | rystills@gmail.com |
4bad933028ea5a75932bf08467d7e784cd877c91 | 4d53e667857834d1b84b175b5692362fc519ef5c | /School/Full/Multiply Array/multiplyarray.cpp | 07a1cd836d94c9c7244dbddc4fb43a5d84474f7a | [] | no_license | Vis7nuVijayan/GeeksForGeeks | cfd0d6b52f8c22f617036001d4439bf87626b659 | 1c0ead37aad419e02d42822f149eb68488562393 | refs/heads/master | 2020-03-18T04:13:09.793968 | 2019-06-17T16:30:16 | 2019-06-17T16:30:16 | 78,741,962 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 428 | cpp | /*
* Multiply Array
*
* Author : Vishnu Vijayan
* Date : 10-Jan-2017
* Time : 11:40:06 AM
*
*/
using namespace std;
#include<iostream>
long Multiply(int n)
{
long mult = 1;
int temp;
for(int i=0;i<n;++i)
{
cin >> temp;
mult *= temp;
}
return mult;
}
int main()
{
int test_cases;
cin >> te... | [
"vishnuisvictorvaldes@gmail.com"
] | vishnuisvictorvaldes@gmail.com |
a0666bbd159ff8af51e45e9624bae4b8a4f9af91 | b2d51d7fcf45f2570a48ebc39f4a61d2b4259594 | /test/pearl/base/LocationSet_Test.cpp | e29d085758a1d36edf1f88e5d3adc492e1a10879 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | AishwaryaDoosa/scalasca-2.5 | 6429e8265585e14ef89e1ff96c151c9004179bc9 | 25067c279eed0280b219b41b3617fa6ae4151263 | refs/heads/master | 2022-04-17T17:34:45.531794 | 2020-04-19T19:56:29 | 2020-04-19T19:56:29 | 257,089,613 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,659 | cpp | /****************************************************************************
** SCALASCA http://www.scalasca.org/ **
*****************************************************************************
** Copyright (c) 2017 **
** Fors... | [
"aiswaryadoosa@gmail.com"
] | aiswaryadoosa@gmail.com |
c4b355583d1c841c6ffa3654470de13eee608290 | 3e74fc4fadf2c94f420829aa0e0497a63bed8994 | /SDL_TestProject/SDL_TestProject/Main.cpp | 0f8d348a6129a384c5123f6318f66f65b716dd30 | [] | no_license | DoorKnoob/Work | d4045418ed6316cfc6689cff2f6829cfe8fcd8ba | 061089cf9ca5e2d5e3de2053ae8dfe2cc4bfb8a8 | refs/heads/master | 2022-03-30T04:28:41.854792 | 2019-12-05T17:00:15 | 2019-12-05T17:00:15 | 157,427,251 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 166 | cpp | #include <iostream>
#include "Weapon.h"
using namespace std;
int main()
{
Weapon pistol;
pistol.SetSound ("Bang!");
pistol.Use();
system("pause");
return 0;
} | [
"ethanwilliams11@hotmail.ca"
] | ethanwilliams11@hotmail.ca |
0e4ba075d86c16bf29daedd17fd82ac4b1a2c6b9 | b2f0ca93720e0ab920c80b2120c7d41d9804df8e | /TakenCourseQueue.h | f986e4c436fc0f160f921625358a17a2af360c16 | [] | no_license | CanadianBac0nz/2404a4 | b73d7cdf23503192318e85df56dc916167abfbf9 | 38bc885a46af258c3fde8ee66a8194575b8a372d | refs/heads/master | 2020-12-25T13:45:39.509105 | 2013-03-21T04:52:06 | 2013-03-21T04:52:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 765 | h | //////////////////////////////////////////////////////////////////////////
// TAKEN COURSE QUEUE
// Implements a singly linked list of courses taken by applicant
#ifndef TAKENCOURSEQUEUE_H
#define TAKENCOURSEQUEUE_H
#include "Types.h"
#include "TakenCourse.h"
class TakenCourseQueue {
friend class Manager;
class ... | [
"jack.e.cooper@live.com"
] | jack.e.cooper@live.com |
4b868f5e0cf8b828c86ee155f54f0457dbed679f | 7f4c7fafeddd48f89979bcddf47a8d3430e28378 | /find_dialog/mainwindow.hh | 9f3ea0e0f6405f96c71731eec9974054a6d45e4f | [] | no_license | qaamos/random-stuff | b1e52a9784595ec5e3118e08156750deb3ee6011 | 1b627c65e4dc7b55eccecc44c3bdc23ca73c3fd4 | refs/heads/master | 2020-12-19T04:18:05.162573 | 2020-01-24T00:18:27 | 2020-01-24T00:18:27 | 235,618,537 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 354 | hh | #ifndef MAINWINDOW_HH
#define MAINWINDOW_HH
#include <QMainWindow>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = nullptr);
~MainWindow();
private slots:
void on_findPushButton_clicked();
private:
Ui::MainWindow... | [
"aamos.riihinen@tuni.fi"
] | aamos.riihinen@tuni.fi |
d0f7714984808c1341f08f5dc72df96bf381109c | 4d2bae21685dbe97e8eb5ba9c7e8e9d847bcfbdb | /Visual_Studio_2013/Projects/sdclient/sdclient/ProxiesDlg.cpp | 601ab9ffdb0c6b4d9629d968dbb23071c46a91e3 | [] | no_license | jamesxucq/Server_Workspace | b744a26ae739e2fa7e5b3053334f1ddae3af458d | fc1b58716132eb5ec398b939813ef52fb68d5cad | refs/heads/main | 2023-05-26T20:57:41.730820 | 2021-06-17T05:42:58 | 2021-06-17T05:42:58 | 377,662,201 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 7,288 | cpp | // ProxiesDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "sdclient.h"
#include "clientcom/clientcom.h"
#include "OptionsDlg.h"
#include "ProxiesDlg.h"
// CProxiesDlg 对话框
IMPLEMENT_DYNAMIC(CProxiesDlg, CDialog)
CProxiesDlg::CProxiesDlg(CWnd* pParent /*=NULL*/)
:CDialog(CProxiesDlg::IDD, pParent)
,m_rdoProxy... | [
"xujiecq@163.com"
] | xujiecq@163.com |
75d6571275b5acbba236a87912c223e76df4cfcb | 4d4822b29e666cea6b2d99d5b9d9c41916b455a9 | /Example/Pods/Headers/Private/GeoFeatures/boost/geometry/multi/algorithms/detail/point_on_border.hpp | 6942426b34b558eeb4f2e7090f94520f4beb6c72 | [
"BSL-1.0",
"Apache-2.0"
] | permissive | eswiss/geofeatures | 7346210128358cca5001a04b0e380afc9d19663b | 1ffd5fdc49d859b829bdb8a9147ba6543d8d46c4 | refs/heads/master | 2020-04-05T19:45:33.653377 | 2016-01-28T20:11:44 | 2016-01-28T20:11:44 | 50,859,811 | 0 | 0 | null | 2016-02-01T18:12:28 | 2016-02-01T18:12:28 | null | UTF-8 | C++ | false | false | 100 | hpp | ../../../../../../../../../../GeoFeatures/boost/geometry/multi/algorithms/detail/point_on_border.hpp | [
"hatter24@gmail.com"
] | hatter24@gmail.com |
3d34141e495a5ebdd381e0fb64476fe67b517e67 | 510b33236a7fad283b3ac70196d36205f018d528 | /PATExam/p1002.cpp | feb7f9211d4c132cc42d9c6ed15c1895125176df | [] | no_license | LittleTemple/PATExam | 81f38f0f5b50b3966547c8f39b5d8af64f7e02f2 | c6afd19eb5966a875793a196f194dae8611ca9f3 | refs/heads/master | 2020-07-29T06:55:30.183599 | 2019-08-28T12:47:54 | 2019-08-28T12:47:54 | 209,706,439 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 968 | cpp | //#include<cstdio>
//#include<vector>
//#include<map>
//using namespace std;
///*
// 写自己的思路,分析别人的思路
// 1.用一个map,用来存放对应的指数和系数值
// 2.map的长度就是要输出的第一个值,之后逆序输出
// -----------------
// 存在一个问题??:
//
//*/
//map<int,double> m;
//int K,tmpExp;
//double tmpCoff;//第一个是指数,第二个是系数
//
//int main(){
// for(int i = 0;i... | [
"949844615@qq.com"
] | 949844615@qq.com |
8b3e4a658ce7a391a3d5077e6a67e74b59a79416 | 9da899bf6541c6a0514219377fea97df9907f0ae | /Editor/AssetPlacementEdMode/Public/AssetPlacementEdMode.h | ec28ce5569783d1f76b749ef8fa14be15bb8cf51 | [] | no_license | peichangliang123/UE4 | 1aa4df3418c077dd8f82439ecc808cd2e6de4551 | 20e38f42edc251ee96905ed8e96e1be667bc14a5 | refs/heads/master | 2023-08-17T11:31:53.304431 | 2021-09-15T00:31:03 | 2021-09-15T00:31:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,713 | h | // Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Tools/DefaultEdMode.h"
#include "Elements/Framework/TypedElementHandle.h"
#include "AssetPlacementEdMode.generated.h"
class UAssetPlacementSettings;
UCLASS()
class UAssetPlacementEdMode : public UEdModeDefault
{
GEN... | [
"ouczbs@qq.com"
] | ouczbs@qq.com |
76c4c3d9cf557c988a8f8241c3c67807c5cb957f | e4d765e5d919c1221888232cf177201ca330df5a | /src/objects/turboshaft-types-inl.h | b7178f11979c5d63aa395a5dd1d0e6784bccdf89 | [
"SunPro",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | v8/v8 | 76d02c4a3ed542ab98118ccdc043b1d9bd1dc3f2 | 25933a97b1c4a4beeabc16da9694e66f37522457 | refs/heads/main | 2023-08-18T19:59:36.949512 | 2023-08-17T11:04:21 | 2023-08-18T19:13:45 | 24,420,506 | 23,260 | 4,890 | NOASSERTION | 2023-08-09T21:57:14 | 2014-09-24T15:24:30 | C++ | UTF-8 | C++ | false | false | 1,263 | h | // Copyright 2022 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_OBJECTS_TURBOSHAFT_TYPES_INL_H_
#define V8_OBJECTS_TURBOSHAFT_TYPES_INL_H_
#include "src/heap/heap-write-barrier.h"
#include "src/objects/tu... | [
"v8-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | v8-scoped@luci-project-accounts.iam.gserviceaccount.com |
8e078edf06b58412f4a63cb034a4f2ab30a228b2 | ee5b7b314dc6154e051853aa7794f643541e1b02 | /courses/code up (introduction)/2 sefr salam/5.cpp | 682136d768f402525d5d463b3cc1db9baf19807d | [] | no_license | aircode610/quera | 669b2932b7032e420cb8448074e07a50bf7a81b4 | 201d0f39afb4d3970d7b6359e912ab29a638d160 | refs/heads/main | 2023-06-16T11:57:41.074466 | 2021-07-16T09:17:25 | 2021-07-16T09:17:25 | 386,548,758 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 207 | cpp | #include <bits/stdc++.h>
#define int long long
using namespace std;
int32_t main() {
int k;
cin >> k;
if (k % 2 == 0)
cout << "Asghar" << endl;
else
cout << "Safar" << endl;
return 0;
}
| [
"aircode610@gmail.com"
] | aircode610@gmail.com |
527fb68441625218a05ba4643bceb5aea6248f23 | 0a663a4d46d9da669e160b5c90b993386a09d83c | /src/core/objRef.h | b939a70eb65d2c706db4e49fc02e8e202fb0221c | [] | no_license | CarterTsai/clasp | 9eb138f50bce035d29aa42fd42e5c3fd1ad40d48 | 22d3a4f0fe5eb0fc4651a364bec38e9e9ced51b4 | refs/heads/main | 2021-01-21T09:14:37.844200 | 2014-07-17T02:29:10 | 2014-07-17T02:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,184 | h | #ifndef ObjRef_H //[
#define ObjRef_H
#include <stdio.h>
#include <string>
#include <vector>
#include <set>
#include "foundation.h"
#include "object.h"
namespace core {
SMART(ObjRef );
class ObjRef_O : public T_O
{
LISP_BASE1(T_O);
LISP_CLASS(core,CorePkg,ObjRef_O,"ObjRef");
public:
#if defined(XML_... | [
"chris.schaf@verizon.net"
] | chris.schaf@verizon.net |
d883d9ffd020363c9f8b01f1d67d10804206a645 | 309fceba389acdb74c4de9570bfc7c43427372df | /Project2010/Bishamon/include/bm3/core/resource/bm3_res_Wind.h | 1e9ce53e383024ba0bfefefa8b4b85a051b3da92 | [] | no_license | Mooliecool/DemiseOfDemon | 29a6f329b4133310d92777a6de591e9b37beea94 | f02f7c68d30953ddcea2fa637a8ac8f7c53fc8b9 | refs/heads/master | 2020-07-16T06:07:48.382009 | 2017-06-08T04:21:48 | 2017-06-08T04:21:48 | null | 0 | 0 | null | null | null | null | MacCentralEurope | C++ | false | false | 708 | h | #ifndef BM3_SDK_INC_BM3_CORE_RESOURCE_BM3_RES_WIND_H
#define BM3_SDK_INC_BM3_CORE_RESOURCE_BM3_RES_WIND_H
#include "../../system/bm3_Config.h"
#include "../type/bm3_Curve.h"
#include "../type/bm3_Texture.h"
#include "bm3/core/resource/policy/bm3_res_policy_StaticChildArray.h"
#include "../bm3_Const.h"
#include <ml/typ... | [
"tetares4@gmail.com"
] | tetares4@gmail.com |
0fc551da87f9c6b56f236e77cd8d329b7301c049 | 127229d88bc6ff4952d0a1a9364dfb63a56ba818 | /test/test_result.cpp | 115f2af14628af1fd3bb09abb973958cd16fb7d3 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | abbyssoul/libsolace | 406ddee373d490425a90603fbab5e0105cc2e5e1 | 390c3094af1837715787c33297720bf514f04710 | refs/heads/master | 2021-05-22T03:44:18.983398 | 2021-01-29T02:07:19 | 2021-01-29T02:07:19 | 49,950,840 | 22 | 5 | Apache-2.0 | 2020-03-17T23:47:32 | 2016-01-19T12:19:55 | C++ | UTF-8 | C++ | false | false | 19,846 | cpp | /*
* Copyright 2016 Ivan Ryabov
*
* 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 ... | [
"abbyssoul@gmail.com"
] | abbyssoul@gmail.com |
d3086dd858a1832adf49ae0088d2c37ee81e6918 | 8f4c17dbe2c34bf29dc6deebb6354996b061fa65 | /339A/code.cpp | 93cc3a7290bb6026539b93e56c782949cb5ea9d4 | [] | no_license | chaitanyasd/codeforces-solutions | 525cb657dc82b65c90e5843652ee62cb679b616b | bff47e77c494f8493e9f8a66759825a2e4558c68 | refs/heads/master | 2023-03-13T07:47:19.925606 | 2021-02-28T10:46:31 | 2021-02-28T10:46:31 | 328,129,830 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,038 | cpp | #pragma GCC optimize("Ofast")
#pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,avx2,fma")
#pragma GCC optimize("unroll-loops")
#include <bits/stdc++.h>
#include <complex>
#include <queue>
#include <set>
#include <unordered_set>
#include <list>
#include <chrono>
#include <random>
#include <iostream>
#incl... | [
"csdeshpande19@gmail.com"
] | csdeshpande19@gmail.com |
cf1c1bcf78384b55a00905a68badf3c449ac02b6 | 3ace1242d4141e91831a6257d84b5e4258d920c0 | /include/prevc/pipeline/AST/binary-operation.hxx | 35cbc9b3ee15aafe07886b809075e642c37307da | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | arazeiros/prevc | 00768cfca3a5982d0c126dad726d9307f1bc28aa | 56085230936615ac4f47b90b47b0a7c0613643ea | refs/heads/master | 2022-12-03T02:13:02.966221 | 2022-11-29T23:52:28 | 2022-11-29T23:52:28 | 135,436,876 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,444 | hxx |
#ifndef PREVC_PIPELINE_AST_BINARYOPERATION_HXX
#define PREVC_PIPELINE_AST_BINARYOPERATION_HXX
#include <prevc/error.hxx>
#include <prevc/pipeline/AST/expression.hxx>
namespace prevc
{
namespace pipeline
{
namespace AST
{
/**
* \brief Represent a binary operation in th... | [
"pintarj.zero@gmail.com"
] | pintarj.zero@gmail.com |
4c7d42f58effa2343676f333c8ca8d72b1dab349 | e92cd56f59d2b860483d94c1ac5b347e047c5d18 | /ms_3/ErrorState.h | 7d24fd843045c71ae8198894aaec05aa656b65e1 | [] | no_license | chenzhao7920/oop244-milestone | 7ea49666bfcfe394071ec765c6d26f66bc888359 | 037a1edc1d2438090e5d4bf08b3c7b1810890939 | refs/heads/master | 2020-06-24T20:27:22.184061 | 2019-07-26T21:15:11 | 2019-07-26T21:15:11 | 199,078,366 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 683 | h | //student name:Chen Zhao
//student Id:120122189
//Section:SAA
#ifndef _AMA_ERRORSTATE_H_
#define _AMA_ERRORSTATE_H_
#include <iostream>
//name space
using namespace std;
namespace ama {
class ErrorState
{
char * ErrorStr;
private:
void set(const char*);
public:
explicit ErrorState(const char* errorMessage... | [
"chenzhao7920@gmail.com"
] | chenzhao7920@gmail.com |
86d02fea82f2776b8045102248bb201378d0dc1d | 4c2667647936c8933ff585c56e89067edb816062 | /sportSensors/sportArduSensor/ADC.ino | 25f2a83fb211f666affa8d802f94b924823eb183 | [] | no_license | musgravehill/sportOSD | c0183ecbcccbcf562e0a6285011b4ffc46e8d967 | 96b4320ecceaa804a5714cdf1b54b15d0893ec9b | refs/heads/master | 2021-01-22T12:18:49.151660 | 2019-09-26T14:13:57 | 2019-09-26T14:13:57 | 92,717,929 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 463 | ino | void ADC_process() {
/*
== Exponential Moving Average ==
output[i] = alpha*input[i] + (1-alpha)*output[i-1]
0<=alpha<=1
alpha = 2 /(N+1), where N = average window size
*/
SYS_acc_main_v = 0.1f * SYS_acc_main_v + 0.9f * 0.01362683f * analogRead(SYS_ADC_PIN_acc_main); //13V ---> 4.66V by divider --... | [
"musgravehill@gmail.com"
] | musgravehill@gmail.com |
6dff26729a452c1d84820de8a7cd3f26d95df3ab | 1121061955177dd81e9b67670407c94555c2c1d8 | /BigScreenDisplayEngine/MirrorRPCCommon/BigScreenSnapshotData.h | 76bd4d6f457c946578012ba50ba0e6eb5dfeb00a | [] | no_license | zhuqingquan/3DRenderEngine | 4431786fba5f2a564f27b739b2d2b5bcf2af5586 | 72a69627df844f6f120726bfc246c06ef37eeba2 | refs/heads/master | 2021-07-14T22:23:19.158904 | 2020-05-24T16:48:00 | 2020-05-24T16:48:00 | 152,187,967 | 2 | 3 | null | null | null | null | GB18030 | C++ | false | false | 2,964 | h | /*
* @file BigScreenSnapshotData.h
* @data 2013-8-6 17:31
* @author zhu qing quan
* @brief BigScreen实时抓图获取的数据
* @Copyright (C) 2013, by Ragile Corporation
*/
#pragma once
#ifndef _SOA_MIRROR_RPC_BIGSCREEN_SNAPSHOT_DATA_H_
#define _SOA_MIRROR_RPC_BIGSCREEN_SNAPSHOT_DATA_H_
#include "msgpack.hpp"
#include <v... | [
"zqq_222@163.com"
] | zqq_222@163.com |
448768c9b9479c87987d3281a3739647e5bd784a | 2df56447099f8ef15cccec6ead4a35386d93ed44 | /src/BOSS/ActionSet.h | b016bc27c781513476d59ee7559b94eee9fd02d6 | [
"MIT"
] | permissive | davechurchill/BOSS | 0b2f884179a638839a26bd6f2480bde7dad38552 | 7f7040f06eca890907964dacdc86241038742a25 | refs/heads/master | 2023-07-07T19:23:51.556454 | 2023-07-05T16:20:34 | 2023-07-05T16:20:34 | 101,101,893 | 2 | 1 | MIT | 2023-07-05T16:22:56 | 2017-08-22T19:54:46 | C++ | UTF-8 | C++ | false | false | 600 | h | #pragma once
#include "Common.h"
#include <vector>
namespace BOSS
{
class ActionType;
class ActionSet
{
std::vector<ActionType> m_actions;
public:
ActionSet();
size_t size() const;
bool isEmpty() const;
bool contains(const ActionType action) const;
void add(const ActionType action);
void... | [
"dave.churchill@gmail.com"
] | dave.churchill@gmail.com |
64e980140b7b0a499552881005e44db5bca030d3 | e5df321ee9e7e41371a6cf88a0cc89a8ea4ddb55 | /cliente/Vista/FiltradorResultadoDimension.h | 9b2218a1dd6574e0463fca67393e7f5da18b9258 | [] | no_license | SebastianBogado/fiuba-7542-tp-final | f7d87ccf5368f5ae669d2b7caf8eeb85ad6eeacd | b189f808a684b2999c904f8cd851ecb9dccf6a56 | refs/heads/master | 2016-09-13T05:21:15.914753 | 2012-07-12T16:37:16 | 2012-07-12T16:37:16 | 57,100,174 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | h | #ifndef FILTRADOR_RESULTADO_DIMENSION_H
#define FILTRADOR_RESULTADO_DIMENSION_H
#include "FiltradorResultado.h"
/** @class FiltradorResultadoDimension
* Resultado de comportamiento "básico", es decir, no es hecho ni fecha.
*/
class FiltradorResultadoDimension : public FiltradorResultado {
public:
/**
... | [
"sebastian.j.bogado@gmail.com"
] | sebastian.j.bogado@gmail.com |
1137c3fad4ee4033d91070cea756a88493889d48 | 215111e92a3dfc535ce1c1ce25a35fb6003ab575 | /cf/taipei_2020/g.cpp | a0731e933f23f73a98d25bf1bf007f45df9fc4cb | [] | no_license | emanueljuliano/Competitive_Programming | 6e65aa696fb2bb0e2251e5a68657f4c79cd8f803 | 86fefe4d0e3ee09b5766acddc8c78ed8b60402d6 | refs/heads/master | 2023-06-23T04:52:43.910062 | 2021-06-26T11:34:42 | 2021-06-26T11:34:42 | 299,115,304 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,162 | cpp | #include <bits/stdc++.h>
using namespace std;
#define _ ios_base::sync_with_stdio(0);cin.tie(0);
#define endl '\n'
typedef long long ll;
const int INF = 0x3f3f3f3f;
const ll LINF = 0x3f3f3f3f3f3f3f3fll;
const int MAX = 1e6+10;
vector<int> g[MAX];
int vis[MAX];
vector<int> cyc;
stack<int> st;
int ciclo[MAX];
void... | [
"emanueljulianoms@gmail.com"
] | emanueljulianoms@gmail.com |
100140cbfabbc5b38b072f3661a5c0f551ec74ab | aee28c414c50a375e7399137b0390ee6193d70d2 | /sophisticated/main.cpp | a59423a986d570a689cdd2a6f05aff987142681b | [] | no_license | dannrastor/trd_mc | 355b898b496895bb4f21ce4ca9f2eace75edb356 | 4c1a51d0b12fb0d2899b2043ef6e07bbe246e785 | refs/heads/master | 2023-05-08T14:20:48.676592 | 2021-06-02T11:05:30 | 2021-06-02T11:05:30 | 284,060,684 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,638 | cpp |
#include "absorption.h"
#include "clusters.h"
#include "constants.h"
#include "response.h"
#include <TH1D.h>
#include <TH2D.h>
#include <TFile.h>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <vector>
#include <chrono>
using namespace std;
using namespace std::chrono;
void PrintChargeMap(con... | [
"dannraptor@gmail.com"
] | dannraptor@gmail.com |
aa0236ad42053ef775602188fae462b5c06d954a | da1ba0378e1ed8ff8380afb9072efcd3bbead74e | /google/cloud/spanner/integration_tests/session_pool_integration_test.cc | 971c334214e232e069b8083185f3f77e39b67f18 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Jseph/google-cloud-cpp | 76894af7ce744cd44304b48bea32d5116ded7497 | fd8e70650ebac0c10bac4b293972e79eef46b128 | refs/heads/master | 2022-10-18T13:07:01.710328 | 2022-10-01T18:16:16 | 2022-10-01T18:16:16 | 192,397,663 | 0 | 0 | null | 2019-06-17T18:22:36 | 2019-06-17T18:22:35 | null | UTF-8 | C++ | false | false | 4,652 | cc | // Copyright 2019 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | [
"noreply@github.com"
] | Jseph.noreply@github.com |
769e6401d832bebc0ced98a1df36e76873d7d070 | 7393272590c399cc7be0777ba197acbac264bd7a | /Software/Luminary/rpc/rpc_parser.hpp | 32ee5c6854df88fb2b9fbbb8b9cfda347ef59e92 | [
"MIT"
] | permissive | brandonbraun653/Luminary | 058f6230e576004b66a4cb5dcef98c4c09714842 | c9b4e4d6598f09de945fdbcf5aee1508c1687fa9 | refs/heads/master | 2020-12-27T07:09:10.105289 | 2020-08-06T03:07:49 | 2020-08-06T03:07:49 | 237,808,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | hpp | /********************************************************************************
* File Name:
* rpc_parser.hpp
*
* Description:
* Parsing functions for the RPC system
*
* 2020 | Brandon Braun | brandonbraun653@gmail.com
*******************************************************************************/
... | [
"brandonbraun653@gmail.com"
] | brandonbraun653@gmail.com |
ae278d24cec56937d157c748bbb09bad3df71465 | 6b7c9eb7d1c5b85b501df9b89fc71639578fc653 | /geometry/proximity/deformable_contact_geometries.cc | 662dab0711502cbaa5f14ce706abc641e1fdc6cb | [
"BSD-3-Clause"
] | permissive | amcastro-tri/drake | 965066efcc025ccd1d09c06b0422666a9a0ca30d | a61a1846ff3b0e49e66f3f92beac29121adb32dc | refs/heads/master | 2023-08-03T04:54:50.459765 | 2022-08-16T17:19:33 | 2022-08-16T17:19:33 | 53,363,593 | 0 | 0 | NOASSERTION | 2022-10-06T21:44:49 | 2016-03-07T22:23:56 | C++ | UTF-8 | C++ | false | false | 2,728 | cc | #include "drake/geometry/proximity/deformable_contact_geometries.h"
#include <algorithm>
#include "drake/geometry/proximity/calc_distance_to_surface_mesh.h"
#include "drake/geometry/proximity/volume_to_surface_mesh.h"
namespace drake {
namespace geometry {
namespace internal {
namespace deformable {
namespace {
usi... | [
"noreply@github.com"
] | amcastro-tri.noreply@github.com |
86e2453638bcca8072235c9c1e58f280bf92d193 | 01eb5e83aaff8f8bf2481c8343d119d2944a424e | /src/opencv/objdetect/DetectionROI.cc | f529958ea0fdf1633c672ceea5aa96ef6620e288 | [
"BSD-3-Clause",
"MIT"
] | permissive | drorgl/node-alvision | 4d68814a9c6b778df68664884548a9a43f797194 | 5498cc6fb56b40326e1686f407f12c119744ae94 | refs/heads/master | 2021-01-10T12:22:35.062497 | 2017-03-30T18:48:37 | 2017-03-30T18:48:37 | 45,723,280 | 3 | 0 | null | 2017-03-30T18:48:38 | 2015-11-07T05:02:00 | C++ | UTF-8 | C++ | false | false | 2,550 | cc | #include "DetectionROI.h"
namespace detectionroi_general_callback {
std::shared_ptr<overload_resolution> overload;
NAN_METHOD(callback) {
if (overload == nullptr) {
throw std::runtime_error("detectionroi_general_callback is empty");
}
return overload->execute("detectionroi", info);
}
}
Nan::Pe... | [
"drorgl@yahoo.com"
] | drorgl@yahoo.com |
706dcdc5c1ecb01dc5854c39e83913062d5f0537 | 0b43a669c39c0fe593739d2a7beb5357f7d33f62 | /mainwindow.cpp | bf34bec38a2364e554c5edd312b3a4b00ba1767a | [] | no_license | Qt-Widgets/QtPieMenu | d57fcbd0dfc269aea9a4d3b752e3da7c15f994ed | 0705adf6cb46c8095781858691e86d1209cd2044 | refs/heads/master | 2021-09-28T02:32:25.243965 | 2018-11-13T11:08:58 | 2018-11-13T11:08:58 | 293,073,109 | 1 | 0 | null | 2020-09-05T12:38:52 | 2020-09-05T12:38:51 | null | UTF-8 | C++ | false | false | 1,517 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QMouseEvent>
#include "piemenu/QtPieMenu"
#include "piemenu/sectormenu.h"
MainWindow::MainWindow(QWidget *parent):
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
root = new SectorMenu("root", this);
SectorMenu *child1 = new Sect... | [
"mola.mp@gmail.com"
] | mola.mp@gmail.com |
aa9aee425686127df1735f36c6557821915256ab | 5e37d505eb4989ca7f345fdcdfa0d5c0727aa4f4 | /cocos2dx-study/demos/test_box2d/Classes/HelloWorldScene.cpp | 274a94c77a2ffddd690cddc603c761b9324e2ff0 | [
"MIT"
] | permissive | xbpiao/study | d1a79509f7568c23347299f6f097e3042fa1c760 | 67dcacf8b078f785341c3fe1ed81d19989a7fc42 | refs/heads/master | 2021-01-19T22:27:14.768463 | 2017-07-05T11:02:11 | 2017-07-05T11:02:11 | 88,837,129 | 0 | 0 | null | 2017-04-20T08:31:09 | 2017-04-20T07:57:56 | null | UTF-8 | C++ | false | false | 3,319 | cpp | #include "HelloWorldScene.h"
#include "AppMacros.h"
HelloWorld::~HelloWorld()
{
_myWorld = nullptr;
}
Scene* HelloWorld::scene()
{
// 'scene' is an autorelease object
auto scene = Scene::create();
// 'layer' is an autorelease object
HelloWorld *layer = HelloWorld::create();
// add layer ... | [
"xbpiao@gmail.com"
] | xbpiao@gmail.com |
518a2cbfa8186c0202a93e089e17e87c498e619e | 353b92f9866fa6b63af9e2c85354cb6531964912 | /Behavioral/Command.Exercise/src/command.hpp | 454a92c0d28022a85013a8460aebbea4dea7dd7b | [] | no_license | Pi03k/cpp-dp | c090edc47c05572c714a9dd8df417d550336c749 | 56cf244ef3408d3a05623e597185397d18c5177a | refs/heads/master | 2021-05-07T14:53:01.688002 | 2017-11-09T09:05:27 | 2017-11-10T15:05:40 | 109,949,455 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,818 | hpp | #ifndef COMMAND_HPP
#define COMMAND_HPP
#include "clipboard.hpp"
#include "console.hpp"
#include "document.hpp"
#include <memory>
#include <stack>
class Command
{
public:
virtual void execute() = 0;
virtual ~Command() = default;
};
using CommandSharedPtr = std::shared_ptr<Command>;
using CommandPtr = std::un... | [
"pi03k87@gmail.com"
] | pi03k87@gmail.com |
11c9d47fe7f9d4db28a30d7c26e82c1be919aa26 | 4566241a98c12fddccc4c9d7372dd337cd04ac34 | /wrapper_linkit_wifi/wrapper_linkit_wifi.cpp | e33c423893803ad2a09fa11f700bc3b58899ba93 | [] | no_license | swampyness/wrappers_linkit | 6f43b43de0b0582c9d71e14e6668d19e6ceaab0b | c38404d3c186d5245bc9c7c234c3b903232b9cc2 | refs/heads/master | 2021-01-10T03:09:27.729515 | 2016-04-13T15:17:24 | 2016-04-13T15:17:24 | 43,217,922 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,937 | cpp | #include "wrapper_linkit_wifi.h"
#include <LTask.h>
#include <LWiFiServer.h>
#include <LWiFi.h>
LWiFiServer server(80);
String LinkItWifi::link(String url, String label) {
String str_link = "";
str_link += "<a href ='";
str_link += url;
str_link += "'>";
str_link += label;
str_link += "</a>";
str_link += "\n";... | [
"swampyness@gmail.com"
] | swampyness@gmail.com |
8e23e2fe99809cef2ad97fdad9d03ac11baa72a0 | ced65ca585d7a7c415c31b271e864cfc93938bdf | /src/Rendering/RenderWindow.cpp | 582004ff1e8f1af20da919ea0efdc4d2376e5a53 | [
"MIT"
] | permissive | sabachan/framework | 28be7681805be6e3e1a0baa544d3243c0a2a8124 | e9b5fd620d876679a7b42ce5fdc1b1d2009d2abd | refs/heads/master | 2021-01-22T17:57:45.603408 | 2020-01-15T02:04:26 | 2020-01-15T02:45:49 | 102,406,862 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,158 | cpp | #include "stdafx.h"
#include "RenderWindow.h"
#include "ShaderCache.h"
#include <Math/Vector.h>
#include <System/Window.h>
#include <algorithm>
#if SG_PLATFORM_IS_WIN
#include "WTF/IncludeDxgi.h"
#include "WTF/IncludeD3D11.h"
#include <Core/WindowsH.h>
#endif
namespace sg {
namespace rendering {
//... | [
"guido.aldente@gmail.com"
] | guido.aldente@gmail.com |
2aa68dbd73e801f800026d150cfcd4921a29c955 | 2540eabc57b326571452933f441eeb1102eef848 | /Classes/Pipe.cpp | 89160d705dfd8691e882c462a0ab6ce6038d951a | [] | no_license | camsaul/wonkybird-x | aacdcf3c12cd606bf49369f48641a9091c2b4166 | dc25e5f8c7fbc1305cc96e1e042a14d0d0fa91f6 | refs/heads/master | 2020-05-29T11:42:17.429881 | 2015-07-29T02:22:18 | 2015-07-29T02:22:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,331 | cpp | //
// Pipe.cpp
// WonkyBird
//
// Created by Cam Saul on 3/4/14.
//
//
#include "Pipe.h"
#include "GameManager.h"
static const int kTileSize = 64; ///< in pixels
Pipe::Pipe(unsigned size, bool upsideDown):
TiledMapWithBox2D("Pipe.tmx"),
upsideDown_ (upsideDown),
numRows_ (size),
cleared_ (false),
layerName_ ... | [
"cam@getluckybird.com"
] | cam@getluckybird.com |
8ef00d7da2885477cf6130f672f49d73362df878 | 58b07d0a185a57eafb9bf48e671f14a73b5d99ab | /src/main.cpp | 2b81dc68ad984fe245b5692fa98f30effb27951b | [] | no_license | ferrantedev/VoipServiceBB10 | ecce513ebc7ca967afa4052d6d3f2debd8b74eeb | c30dfdf3dcb332f946ac255aaa22c7b18dff159a | refs/heads/master | 2020-04-05T01:39:31.849055 | 2018-11-06T20:42:17 | 2018-11-06T20:42:17 | 156,444,043 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 906 | cpp | /*
* Copyright (c) 2013-2015 BlackBerry Limited.
*
* 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... | [
"lorenzoferrante@MacBook-Pro-de-lorenzo.local"
] | lorenzoferrante@MacBook-Pro-de-lorenzo.local |
dbe2bf479efde706b551e75465e2d60d4fad5e12 | b149e742420bfb9ae67ae040d2190d44bd141b81 | /solutions/155. Min Stack.cpp | f0266664547bab8d623b9b5dab702fbef4f7c504 | [] | no_license | jacksondearing96/leetcode | 7a052e78d2eac82888a3b3b8fb70905bcc8ab253 | c16c76ab2c7bf403beedf6ead719326be0141308 | refs/heads/main | 2023-06-22T08:58:16.774982 | 2021-07-22T13:10:29 | 2021-07-22T13:10:29 | 304,802,945 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,117 | cpp | constexpr int ERROR_VAL = 99999;
class MinStack {
public:
struct Node {
int value;
Node* next = nullptr;
};
Node* topNode = nullptr;
int minValue;
std::stack<int> minimumValues;
/** initialize your data structure here. */
MinStack() {
minValue = ERROR_VAL;... | [
"34879247+jacksondearing96@users.noreply.github.com"
] | 34879247+jacksondearing96@users.noreply.github.com |
abd6df303094fe49f7aa367759c9bec9054aba7b | 24bc4990e9d0bef6a42a6f86dc783785b10dbd42 | /chrome/browser/web_applications/commands/web_app_uninstall_command.h | ec8a39de3736fcba4a783348538393778430f67c | [
"BSD-3-Clause"
] | permissive | nwjs/chromium.src | 7736ce86a9a0b810449a3b80a4af15de9ef9115d | 454f26d09b2f6204c096b47f778705eab1e3ba46 | refs/heads/nw75 | 2023-08-31T08:01:39.796085 | 2023-04-19T17:25:53 | 2023-04-19T17:25:53 | 50,512,158 | 161 | 201 | BSD-3-Clause | 2023-05-08T03:19:09 | 2016-01-27T14:17:03 | null | UTF-8 | C++ | false | false | 6,048 | h | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_WEB_APPLICATIONS_COMMANDS_WEB_APP_UNINSTALL_COMMAND_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_COMMANDS_WEB_APP_UNINSTALL_COMMAND_H_
#include <memory>
... | [
"roger@nwjs.io"
] | roger@nwjs.io |
32b9fdfe243fca818edf0e13e77407f31e95f089 | d0fa1edcfc42741896fa2ba261d256c56ba81f9e | /Mid Term/part-3.cpp | ce40b28f5d06c3709f0877d457f6dfaa5c0fc527 | [] | no_license | shersingh7/OOP345 | 4da8d81625e8c5b07aa97de112c21eb76fecd296 | 500316230e480a2198a858481edecb014bc56ae0 | refs/heads/master | 2023-04-28T10:45:19.723533 | 2021-05-23T00:49:32 | 2021-05-23T00:49:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,780 | cpp | #include <iostream>
#include <string>
template <typename T>
T within(T& A, T& B, T& C, T& D )
{
int noOfELemets=0;
for (int i = 0; i < C; i++)
{
if (i == C)
{
noOfELemets++;
break;
}
noOfELemets++;
}
return noOfELemets;
}
template <>
int ... | [
"66485246+shersingh7@users.noreply.github.com"
] | 66485246+shersingh7@users.noreply.github.com |
34b297a5744a15175bbd29b9fdd11bac98c3391c | 39e4b64e72bd67de22b15c1493cc9915dac7c522 | /TideUtil Tester/stdafx.cpp | c595b52f9d04e2fc54315d6c0c7bfe98a0a656fc | [] | no_license | sivvo/TideTools | 01f0e32907f09a7a9865489000af3cfa2ccaafa4 | db89251a00673280a99cd72ea5b1974ffa022f28 | refs/heads/master | 2020-04-04T14:46:00.621168 | 2018-11-05T10:26:45 | 2018-11-05T10:26:45 | 156,011,960 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 294 | cpp | // stdafx.cpp : source file that includes just the standard includes
// TideUtil Tester.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"msivorn@gmail.com"
] | msivorn@gmail.com |
ae68f8cda19eca84a0e07cd7d166f3fb33df3456 | e0edca49044864f9927adcc12192c3b6f13e5aaf | /Classes/Game/Object/StageObject/StageMap/StageMapFactory.cpp | b8aed0515f1d43ce5bfb7e4d85650c8795ec23a5 | [
"MIT"
] | permissive | Proj-DDM/GrimoArena | a593efcdac98d619e83c2b109f3ce618e2d30b82 | e00b6fb6a11a325c54ef9901d79731b70a8ad314 | refs/heads/master | 2021-01-17T05:44:06.845740 | 2016-02-23T16:11:21 | 2016-02-23T16:11:21 | 42,419,405 | 2 | 2 | null | 2016-02-23T16:11:21 | 2015-09-14T01:08:49 | C++ | UTF-8 | C++ | false | false | 299 | cpp | #include "StageMapFactory.h"
#include "StageMapDataReader.h"
#include <string>
using namespace cocos2d;
void StageMapFactory::createStageMap( Node* parentNode, const std::string& fileName ) {
auto reader = StageMapDateReader::create();
auto readData = reader->read(fileName);
int count = 0;
} | [
"kob.dango.kiddo@gmail.com"
] | kob.dango.kiddo@gmail.com |
f0b2fc6f8da436512beeae34cc65393d30f76d05 | 3ba39822fae46568bc5c94da84ce97268d31730c | /EyeRanger.ino | 002a3efcbc2aafb2ff471bc9cba2a2d567f57c47 | [] | no_license | Newton001/RANGER-SEYE | a30a4b412bdd0724ea8eb5a5ce1a45170a876917 | dec93f70e17d240f7ddb3140373c3594d80a254f | refs/heads/master | 2020-11-24T10:22:05.250014 | 2019-12-14T23:50:01 | 2019-12-14T23:50:01 | 228,105,123 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,982 | ino | #define analogTemperatureInputPin A0
#include <SoftwareSerial.h>
int temperatureRecorded;
int counterVariable = 1;
int ledAlertPin1 = 8;
int ledAlertPin2 = 7;
int ledAlertPin3 = 9;
int buzzerAlertPin = 5;//Pin that will make the buzzer buzz.
SoftwareSerial bluetooth(0x27 , 2 , 3); //Initialize the bluetooth object a... | [
"45996137+Newton001@users.noreply.github.com"
] | 45996137+Newton001@users.noreply.github.com |
5e5aed7a7a635f62d8a8001b389b7ec36f94c7eb | 573d345c8c461fd24db65d39b00a1bfd10af0e67 | /Math/Modular Operations.cpp | 4827e899b08a7a76fa25cb9d7342b27251807836 | [] | no_license | AndresRPerez12/CP-Notebook | e83e801aedba6adf2b81216d5daa574818103fc5 | 84dfd5e5d15bd0884f4ca0cd5e6c7235a383c85a | refs/heads/master | 2023-06-12T23:59:21.670217 | 2021-07-03T20:17:32 | 2021-07-03T20:17:32 | 264,290,209 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 528 | cpp | MY MODULAR OPERATIONS
ll modinv(ll a, ll m) {
assert(m > 0);
if (m == 1) return 0;
a %= m;
if (a < 0) a += m;
assert(a != 0);
if (a == 1) return 1;
return m - modinv(m, a) * m / a;
}
ll add ( ll a, ll b ){
ll ret = a+b;
if( ret >= MOD ) ret -= MOD;
return ret;
}
ll sub ( ll a, ll b ){
return add... | [
"riperezro@unal.edu.co"
] | riperezro@unal.edu.co |
162fbefccb7ba45e705b4c2f6eefb541ef96c905 | 2164601fa2f63a378fdca72600fa299e781cfa36 | /diab_el/src/turtlebot/devel/include/turtlebot_msgs/SetFollowStateResponse.h | d78e232136b54b933cac1c97f514d74ce417ab69 | [] | no_license | diabelmehdi/Speech-Recognitionbased-on-ROS-middleware-for-Mobile-Robots | 42105519294c6d3ae7155b4222bbaa7db0b90e0b | 67db21bd953eb4366e4bfd0b30ee9d37d4744f38 | refs/heads/master | 2023-04-29T22:02:52.886307 | 2021-05-16T12:40:57 | 2021-05-16T12:40:57 | 362,452,713 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,578 | h | // Generated by gencpp from file turtlebot_msgs/SetFollowStateResponse.msg
// DO NOT EDIT!
#ifndef TURTLEBOT_MSGS_MESSAGE_SETFOLLOWSTATERESPONSE_H
#define TURTLEBOT_MSGS_MESSAGE_SETFOLLOWSTATERESPONSE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#includ... | [
"diab.elmehd@gmail.com"
] | diab.elmehd@gmail.com |
fd7714931ac79b3e34525fbb2e81a203fffaf6e3 | d666712bfafc2d087a0cbd9eecc926bef8f58586 | /Core/hkxcmd.cpp | 62b1bbd12a23c1b07c68aa33709e1c7957a32822 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | KageKirin/hkxcmd | a12a81d756632f58804550f7eb3c08739c8c3d28 | f7cd2dcda938af3cf8f797ae8d78b9a6c09d8e81 | refs/heads/master | 2021-01-18T08:29:51.737127 | 2013-07-09T06:49:41 | 2013-07-09T06:49:41 | 10,751,413 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,402 | cpp | // hkxcmd.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "hkxcmd.h"
#include "hkxutils.h"
#include "log.h"
using namespace std;
#pragma comment(lib, "shlwapi.lib")
using namespace std;
#pragma warning(disable : 4073)
#pragma init_seg(lib)
hkxcmd::hkxcmdListType hkxcmd::hk... | [
"TheHologramMan@hotmail.com"
] | TheHologramMan@hotmail.com |
6c3fbe39ab70a83bf6b6a11b3fac3d2951778939 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/com/netfx/src/clr/vm/comvarargs.cpp | c0e726fcfefcefb0215d515bccd36b5e33d6e515 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 16,017 | cpp | // ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
////////////////////////////////////////////////////////////////////////////////
// This module contains the implementation of the native methods for the
// varargs class(es)..
//
// Author: Brian Harry
//////////////... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
fe0d113e5511de9ef489108bbf5a4d0fee17ebcf | 8fecfab901e1e1afbde26bad9f981087dcddf1ab | /ggfirmware/ggfirmware.ino | 5143a0435cb870c8b5f9aa4d089acd2646b4e9a5 | [
"MIT"
] | permissive | Lumorti/gyroGlove | 270d91011d821bbafa0d45cbe64c39a03a494137 | f01f1f2bf590a92769227d2f7c7073eb1dfbf17c | refs/heads/master | 2020-04-13T13:17:57.932424 | 2019-12-15T08:05:03 | 2019-12-15T08:05:03 | 163,225,925 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,974 | ino | /*
ggfirmware.ino - Firmware for the gyroglove helper chip
https://github.com/Lumorti/gyroGlove
*/
#include <Wire.h>
// Hand, thumb, index, middle, ring, little
int handPins[6] = {12, 8, 7, 6, 5, 4};
int lastPin = -1;
int newPin = 12;
// r, g, b
int ledPins[3] = {9, 10, 11};
void setup() {
// Star... | [
"lbmortimer1998@gmail.com"
] | lbmortimer1998@gmail.com |
e4fbbabd3902a3249e96df867a24afe56f429691 | ee6ff3af175a37c2b2377c5ed5f184609e134755 | /csgo/sdk/custom classes/matrix.h | d932ae07d82870e57b4264ed68a3fc21a6bd2e7d | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | EternityX/DEADCELL-CSGO | c1363ecf5a62941954514d946137a4b791da3b36 | 7b873216637977d914b2eeb6893cb0cc4708aff2 | refs/heads/master | 2023-08-28T07:09:39.914038 | 2021-11-30T12:27:01 | 2021-11-30T12:27:01 | 175,938,531 | 597 | 233 | MIT | 2020-09-27T02:29:08 | 2019-03-16T07:07:59 | C++ | UTF-8 | C++ | false | false | 2,351 | h | #pragma once
using matrix4x4_t = float[ 4 ][ 4 ];
class matrix3x4_t {
public:
matrix3x4_t() = default;
matrix3x4_t(
float m00, float m01, float m02, float m03,
float m10, float m11, float m12, float m13,
float m20, float m21, float m22, float m23 ) {
m_mat_val[ 0 ][ 0 ] = m00;
m_mat_val[ 0 ][ 1 ] = m01;
... | [
"jeramie@protonmail.com"
] | jeramie@protonmail.com |
aa455854c0191b810f1bf35a766f93fa84a8f48b | 68f469a73a25768fcecdd90755b1cc02fccb18ce | /src/qt/intro.cpp | 5446c57b7d665035cea1443eb6fcef6983c007ad | [
"MIT"
] | permissive | mbitcoincrypto/src-mbit | 1c7e1aa700630cd31cd78b8569719be138ea4151 | 85bd69641b03cd02518833905a5457066bd1b46b | refs/heads/master | 2021-09-03T16:38:28.512695 | 2018-01-10T14:00:02 | 2018-01-10T14:00:02 | 116,964,954 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,809 | cpp | // Copyright (c) 2011-2014 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "intro.h"
#include "ui_intro.h"
#include "guiutil.h"
#include "util.h"
#include <boost/filesystem.hpp>
#include ... | [
"mbitcioncrypto@gmail.com"
] | mbitcioncrypto@gmail.com |
6fa147e38135c0ec52009002540176a1c8d344e7 | 2429b5c59eda5868de6df3f9acb369e7f5003632 | /src/qt/splashscreen.cpp | 77999dc791c1e07e137dc220381cae6579a781d9 | [
"MIT"
] | permissive | universecoin/source | 5d4ba1f7c8e11183df78a59e461071fc7903a161 | 6281364026fdea9853bb88179332202b4bf8e57c | refs/heads/master | 2021-03-12T20:06:11.334940 | 2013-12-29T02:41:04 | 2013-12-29T02:41:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,857 | cpp | #include "splashscreen.h"
#include "clientversion.h"
#include "util.h"
#include <QPainter>
#undef loop /* ugh, remove this when the #define loop is gone from util.h */
#include <QApplication>
SplashScreen::SplashScreen(const QPixmap &pixmap, Qt::WindowFlags f) :
QSplashScreen(pixmap, f)
{
// set reference poi... | [
"root@server1.HOME"
] | root@server1.HOME |
61cc7b1621c89383380a7ffac28ef9780da439d8 | be9525952204a961e1fcb2acbbe01153be93df70 | /catkin_ws2/devel/include/viso2_ros/VisoInfo.h | b7bd49ff1a4b2dba7040ff74dd32681f5b08b987 | [] | no_license | raouiyounes/robot | a8083eb718c4a36bca70cd02c1e7d287241eb801 | 3db05d0493401ad04d44492f25c240cc397e5098 | refs/heads/master | 2021-01-12T01:48:13.255650 | 2017-01-09T13:31:03 | 2017-01-09T13:31:03 | 78,432,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,855 | h | // Generated by gencpp from file viso2_ros/VisoInfo.msg
// DO NOT EDIT!
#ifndef VISO2_ROS_MESSAGE_VISOINFO_H
#define VISO2_ROS_MESSAGE_VISOINFO_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message_op... | [
"younes@younes-ubuntu"
] | younes@younes-ubuntu |
feb106dc93331d134e1bde456923f7f84c683efe | b7eda7c7e9da56172f1aeb49ada22d267351effa | /pwh_quota/AddtoStdDatabaseDlg.h | 5e591c3452fc3479995cd6bdb1f9e5b712ccc146 | [] | no_license | yukuan1991/std-system | 90e8361e982b039fb895dc16977040a619c5a89b | 3f9b152a69f3d10391d0f95c03bead2742e2f6c6 | refs/heads/master | 2021-01-23T14:40:17.287996 | 2017-09-19T01:04:56 | 2017-09-19T01:04:56 | 102,694,074 | 0 | 1 | null | 2017-09-07T05:13:02 | 2017-09-07T05:13:02 | null | UTF-8 | C++ | false | false | 546 | h | #ifndef ADDTOSTDDATABASEDLG_H
#define ADDTOSTDDATABASEDLG_H
#include <QDialog>
namespace Ui {
class AddtoStdDatabaseDlg;
}
class AddtoStdDatabaseDlg : public QDialog
{
Q_OBJECT
public:
explicit AddtoStdDatabaseDlg(QWidget *parent = 0);
~AddtoStdDatabaseDlg();
void initTreeData(const QVariant& data)... | [
"804927486@qq.com"
] | 804927486@qq.com |
f5457c9bf0929d13e15d5ace0d7c6139a46077fc | 879faf64fb310a0521dcebff35848422e7f3c831 | /whistle_ios_dev_2.1/src/biz/biz_anan/biz_src/notice_msg_ack.h | 99bf2a5d4827b2dfd3066b9570d8adab5f3eb7f6 | [] | no_license | qglt/weishao | 00d6fc1603f53c887f05e9266d3abdbf5bf3da91 | c0d8d2e2542d627162a4e12346d2709db9df1601 | refs/heads/master | 2016-09-06T03:43:57.398389 | 2014-08-15T06:54:49 | 2014-08-15T06:54:49 | 22,980,807 | 0 | 4 | null | null | null | null | GB18030 | C++ | false | false | 822 | h | #pragma once
#include "gloox_src/stanzaextension.h"
#include <string>
#include "gloox_src/tag.h"
namespace biz {
using namespace gloox;
enum KNoticeAck {
kna_recv,
kna_read
};
// 通知消息确认指令
class AnClient;
class notice_msg;
class notice_msg_ack : public StanzaExtension
{
public:
notice_msg_a... | [
"qinggeletu110@163.com"
] | qinggeletu110@163.com |
b41ec0c2800cdc578d1ac45b898be50ac50a1360 | 5cec37261e756a98b632eda290d4869461738403 | /core/src/function_space/03_function_space_partition_structured.tpp | 6d20cce100b3bd57179ece50868e84d36ea4566d | [
"MIT"
] | permissive | maierbn/opendihu | d78630244fbba035f34f98a4f4bd0102abe57f04 | e753fb2a277f95879ef107ef4d9ac9a1d1cec16d | refs/heads/develop | 2023-09-05T08:54:47.345690 | 2023-08-30T10:53:10 | 2023-08-30T10:53:10 | 98,750,904 | 28 | 11 | MIT | 2023-07-16T22:08:44 | 2017-07-29T18:13:32 | C++ | UTF-8 | C++ | false | false | 3,127 | tpp | #include "function_space/03_function_space_partition.h"
#include <cmath>
#include <array>
#include <sstream>
#include "easylogging++.h"
namespace FunctionSpace
{
template<typename MeshType,typename BasisFunctionType>
void FunctionSpacePartition<MeshType,BasisFunctionType>::
initialize()
{
// if meshPartition was... | [
"maier.bn@gmail.com"
] | maier.bn@gmail.com |
8f1c3c8dac0f474a78db0f99b595718f540095e2 | 97e53e8028ffb9d3f736a0999cc470f9942ddcd0 | /06 操作系统与Windows相关程序/07 线 程 同 步/003 利用临界区实现线程同步-例1/CriticalSectionSynch/StdAfx.cpp | fa6ee6901a12d50df08919867817313c3521ac4c | [] | no_license | BambooMa/VC_openSource | 3da1612ca8285eaba9b136fdc2c2034c7b92f300 | 8c519e73ef90cdb2bad3de7ba75ec74115aab745 | refs/heads/master | 2021-05-14T15:22:10.563149 | 2017-09-11T07:59:18 | 2017-09-11T07:59:18 | 115,991,286 | 1 | 0 | null | 2018-01-02T08:12:01 | 2018-01-02T08:12:00 | null | UTF-8 | C++ | false | false | 214 | cpp | // stdafx.cpp : source file that includes just the standard includes
// CriticalSectionSynch.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"xiaohuh421@qq.com"
] | xiaohuh421@qq.com |
3a2f20c54d337c73b62329b7187765c1faa137fc | 115823e3e67e5a9d0aa741699038711954f972f9 | /SameGame/CSameGameBoard.h | 17f6dd34231b4b510937bc600b4758493df30f62 | [] | no_license | ikalo/SameGame | bcc9dfc70105efc04c3b68d6a08f33862a90ff40 | 2db9239283ff359d21e5a1315241579c0010c8e9 | refs/heads/master | 2021-08-15T10:10:39.010211 | 2017-11-17T17:34:12 | 2017-11-17T17:34:12 | 111,133,663 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 889 | h | #pragma once
class CSameGameBoard
{
public:
//Defalut Constructor
CSameGameBoard();
//Destructor
~CSameGameBoard();
//function to randomly setup the board
void SetupBoard(void);
//get the color at a particular location
COLORREF GetBoardSpace(int row, int col);
//Accessor functions to get board size information... | [
"ikalus@gmail.com"
] | ikalus@gmail.com |
fb695d07f911acee66c749960cb0119234d886f2 | d0ca36093b690328d199be84f23c660f0b9eabf3 | /platformio/libraries/arduino-sht/SHTSensor.h | f191565c82e35031386157e52dd038c07b9a0215 | [] | no_license | r-map/rmap | 9bb001b7680463d9d6a1dfefb554453f722fbcf2 | 88e3135ef981a418bb3c7ab652bfe381b6361e05 | refs/heads/master | 2023-09-04T00:00:01.294693 | 2023-09-01T18:14:25 | 2023-09-01T18:14:25 | 39,561,369 | 57 | 61 | null | 2023-06-07T09:45:06 | 2015-07-23T10:34:48 | C | UTF-8 | C++ | false | false | 5,097 | h | /*
* Copyright (c) 2018, Sensirion AG <andreas.brauchli@sensirion.com>
* Copyright (c) 2015-2016, Johannes Winkelmann <jw@smts.ch>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* ... | [
"p.patruno@iperbole.bologna.it"
] | p.patruno@iperbole.bologna.it |
1ef960168a52c26cb0933fdc94172d85420da2c0 | df1c9cc8b0b45758b372134cf707e08f43178a37 | /7_stackToQueue.cpp | 57664a7905bcbd155a5d408f48f421388b51514b | [] | no_license | leowww24/offer | 1495500e34a66ca9fc4b3184937315b291623c3a | f6e1fba5015b8774e618cc4c4290fd6c01b9bd10 | refs/heads/master | 2021-01-23T09:28:27.475275 | 2014-05-04T05:21:46 | 2014-05-04T05:21:46 | 19,314,900 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,080 | cpp | /*************************************************************************
> File Name: 6_stackToQueue.cpp
> Title:
> Description:
> Created Time: 2014年05月02日 星期五 20时27分39秒
************************************************************************/
//用两个栈模拟队列
//注意:没必要每次都清空另一个栈来完成插入和删除操作
#include<iost... | [
"alexlee5670@gmail.com"
] | alexlee5670@gmail.com |
5c20e1bdc308f38393848859916501b3c5254a52 | 8f05ee2155b73c60257905f9b2f17258ccb22a8b | /tools/cmdline.h | 86c4bdcc49a46f9de41802a32194c2476531f8af | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | sn99/libjxl | ca62e38af0e9b84a95a6b5f38a354c5689934423 | 848cf98385fcedbe2d761274599075d6fbfc02a7 | refs/heads/main | 2023-05-13T19:01:18.320126 | 2021-06-05T16:46:21 | 2021-06-05T17:24:42 | 374,450,238 | 0 | 0 | NOASSERTION | 2021-06-06T19:51:28 | 2021-06-06T19:47:59 | null | UTF-8 | C++ | false | false | 11,021 | h | // Copyright (c) the JPEG XL Project Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#ifndef TOOLS_CMDLINE_H_
#define TOOLS_CMDLINE_H_
#include <stdio.h>
#include <string.h>
#include <memory>
#include <string>
#include <vector>
... | [
"noreply@jpegxl.appspotmail.com"
] | noreply@jpegxl.appspotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.