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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dc1e511661c866dc2039e35bf78c3d052ae80d90 | dd18a2b2184b1d9fbe596ede792ef7e7aad70989 | /LAB05162017_REGEX/main.cpp | b7a6107308d20373858ab0cf4db7677212f3a12e | [] | no_license | aberry5621/LAB05162017_REGEX | 83e48a81905b21188b6f2fbf07b45baa8c986673 | cd60e034dc5b7bdcc55a772a35abcb29128b8056 | refs/heads/master | 2021-01-21T11:30:38.407514 | 2017-05-18T23:12:11 | 2017-05-18T23:12:11 | 91,745,574 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,427 | cpp | //
// main.cpp
// LAB05162017_REGEX
//
// Created by ax on 5/18/17.
// Copyright © 2017 COMP235. All rights reserved.
//
#include <regex>
#include <string>
#include <iostream>
int main(int argc, const char * argv[]) {
std::cout << "REGEX!\n";
std::string s1 ("20 watermelons, 11 oranges\n");
std::rege... | [
"aberry5621@gmail.com"
] | aberry5621@gmail.com |
23aa664e85159dc46fad8132cb9569d0236db270 | 7645cae39f04f305530c3d2eb1c011cebfb832fb | /DungeonGenerator/Base/test.h | 88c99f11d2304fc118edd19b9e9540939e1e0a95 | [] | no_license | rittakos/DungeonGenerator | 25875c17831afebbb617985b21582acd8a865083 | c84e983a4d9468bc8befc421bdb1362a12ac020d | refs/heads/main | 2023-08-24T03:06:31.071120 | 2023-08-11T17:08:21 | 2023-08-11T17:08:21 | 533,441,754 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 152 | h | #pragma once
#include "log.h"
namespace Test
{
static void Expect_True(bool expression)
{
expression ? Log::info("OK") : Log::error("ERROR");
}
} | [
"akos.rittgasszer@gmail.com"
] | akos.rittgasszer@gmail.com |
98793f6483b44bc1dc597bae5c1ba718c7aa3054 | 40150c4e4199bca594fb21bded192bbc05f8c835 | /build/iOS/Preview/include/Uno.Bool.h | 98f3e9538424b4a52242a82d79b121cb8da2dbb7 | [] | no_license | thegreatyuke42/fuse-test | af0a863ab8cdc19919da11de5f3416cc81fc975f | b7e12f21d12a35d21a394703ff2040a4f3a35e00 | refs/heads/master | 2016-09-12T10:39:37.656900 | 2016-05-20T20:13:31 | 2016-05-20T20:13:31 | 58,671,009 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,089 | h | // This file was generated based on '/usr/local/share/uno/Packages/UnoCore/0.27.20/Source/Uno/$.uno#7'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{
namespace Uno{
// public intrinsic struct Bool :266
// {
uStructType* Bool_typeof();
void Bool__E... | [
"johnrbennett3@gmail.com"
] | johnrbennett3@gmail.com |
528036a5e0acbd114ab2d6f6ef900009860b8669 | def9a422091bd0850c0732764c340ef6065997ec | /SunriseClockLCD_exp/SunriseClockLCD_exp.ino | 8e265f4171ae43f5aee7d7582165abba61af1d98 | [] | no_license | NeuralBlade/ArduinoProjects | eb2cf3bb5fdf73ac2202051cc2fa0590fe827acf | 3287208b82424d32e728128fb6d81fcad9ca26fd | refs/heads/master | 2016-09-05T09:58:35.546943 | 2013-08-01T21:35:41 | 2013-08-01T21:35:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,592 | ino | #define TEST_MODE
//#include <LiquidCrystal_8x2.h>
#include <LiquidCrystal.h>
#define BUTTON_PIN A1
#define ERROR_WINDOW 75 // +/- this value, for button input
#define BUTTONDELAY 20
#define NOISE_THRESHOLD 6
#define SECONDS_BUFFER 60
#define SAMPLE_TIME 100
#define AUDIO_TRIGGER_VAL 30
#define MIN_... | [
"johann.muller@johannm-nb.interfront.local"
] | johann.muller@johannm-nb.interfront.local |
d59adccc740591eabed0028b7678d91829c66411 | 267da1cd4c2f09cfab1ae5f64da2305af1ed44ff | /OOP3200-F2020-Lesson3c/Mathf.cpp | c045ab4da8279efe3d5ef18508f144097bce861b | [] | no_license | YiuWingLau/OOP3200-F2020-ICE6 | 401ab5143de6cd857d2baeff61fec348e5f52212 | 826c5080ca6e2130e8be53ba73ef9c4841785910 | refs/heads/master | 2022-12-31T23:01:43.229675 | 2020-10-24T03:29:09 | 2020-10-24T03:29:09 | 306,794,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,724 | cpp | #include "Mathf.h"
#include <limits>
// math constants
const float Mathf::Epsilon = 0.00001f;
const float Mathf::EpsilonNormalSqrt = 1e-15f;
const float Mathf::PI = 3.141593f;
const float Mathf::Infinity = std::numeric_limits<float>::infinity();
const float Mathf::NegativeInfinity = -std::numeric_limits<float>::infin... | [
"smartsonlau1997@gmail.com"
] | smartsonlau1997@gmail.com |
38cf0570c9e7fe0df16db443a9a8ffefab343956 | a77fcccb2e46f06842daab98f1057209fe506b18 | /BackJoonOnline/14502연구소.cpp | 5eb3ca2d4ad582d805a5e5475a55cd94ee2bbe8b | [] | no_license | gan-ta/Algorithm | 0c55344a6eb8038c9247485a50bc6324e4ef4c3e | 80313278e6e8461891519fd556a65998939bc564 | refs/heads/master | 2023-05-27T17:03:28.236320 | 2021-06-14T18:48:35 | 2021-06-14T18:48:35 | 257,796,909 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,791 | cpp | #include <cstdio>
#include <cmath>
#include <vector>
#include <queue>
using namespace std;
typedef struct room {
int r;
int c;
}room;
int map[10][10];
int temp_map[10][10];
int n, m;
int dr[4] = { 0,1,0,-1 };
int dc[4] = { 1,0,-1,0 };
void map_copy()
{
int i, j;
for (i = 0; i < n; i++)
{
for (j = 0; j < m; ... | [
"gilmat@naver.com"
] | gilmat@naver.com |
a6de80d6d5258d8fc8446af7c7c642bd2d3f185f | 16787b46eab84156c0e41c9f17214335010f378a | /include/p2p/Common/Exceptions.h | 476b82da316f0f550d0931329378adca5c0857c6 | [] | no_license | SmnTin/p2p_msg | 7a5fb2bc285e92edebc5de2d55f8792a99d951b3 | 61f04297865b718ae3f401f46623c58c09a10bdb | refs/heads/master | 2021-05-18T20:37:30.835359 | 2020-07-13T12:45:30 | 2020-07-13T12:45:30 | 251,408,482 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 355 | h | #ifndef P2P_MSG_COMMON_EXCEPTIONS_H
#define P2P_MSG_COMMON_EXCEPTIONS_H
#include "p2p/p2pException.h"
#include "p2p/p2pAssert.h"
namespace p2p {
class NotImplementedException : public std::logic_error {
public:
NotImplementedException()
: logic_error("Not implemented.") {}
};
}
#e... | [
"smn.pankv@gmail.com"
] | smn.pankv@gmail.com |
e54cb5d3e69c205e40eb91ba5755b910f2b56468 | 1183e181e1e5e64fa10c653076936d6fcac59fd6 | /vol-400/492 Pig-Latin.cpp | fa6604e4c7946fb7fdfce9a4e5e2ff3b69c4db8a | [] | no_license | ashahrior/UVA-mysolutions | 2ce0b52a512e035c7c1f8dd493720307de508ff7 | 71893f76838058901357e108f47a30bf87e84b6a | refs/heads/master | 2020-08-06T02:39:17.799172 | 2019-10-07T05:21:05 | 2019-10-07T05:21:05 | 212,803,021 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,436 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int sz, i, j, x, sym, consonant, vowel;
string str;
char listt[]= {'a', 'A', 'e', 'E', 'i', 'I', 'o', 'O', 'u', 'U' };
while(getline(cin,str))
{
sz = str.size();
for(i=0; i<sz; i++)
{
if( (str[i]<65) || (s... | [
"ashahrior.cse.mbstu@gmail.com"
] | ashahrior.cse.mbstu@gmail.com |
a058337ee96569ea67870b66876a25f112cd55bd | 49233932a9506c72854dd9a058104c0816f62bda | /colorful_field.cpp | bdded1b2d1fb7935566d1b93bc67672f480fdacd | [] | no_license | vcode11/codeforces-solutions | 559e10e5d25d5a606e1573b038f32edf9dffa473 | 88bf90287471d772a34bde6ae6eaa7e2a9cdc019 | refs/heads/master | 2020-07-20T14:12:10.567084 | 2019-09-05T21:04:48 | 2019-09-05T21:04:48 | 206,656,602 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 598 | cpp | #include <bits/stdc++.h>
typedef long long ll;
#define mod 1000000007
#define pb push_back
#define mp(a,b) make_pair(a,b)
#define pii pair<int,int>
#define pll pair<ll,ll>
#define vll vector <ll>
#define vii vector <int>
#define vpii vector <pii>
#define vpll vector <pll>
#define ff first
#define ss second
#define matr... | [
"vishalm434@gmail.com"
] | vishalm434@gmail.com |
075278375aac7f8586363ea8e76a6b69b8262e03 | 22212b6400346c5ec3f5927703ad912566d3474f | /src/Plugins/GOAPPlugin/Tasks/TaskAnimatablePlayWait.h | 899c3e90a22bb4745bbf4d66c3a2b13a5c9d3d85 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | irov/Mengine | 673a9f35ab10ac93d42301bc34514a852c0f150d | 8118e4a4a066ffba82bda1f668c1e7a528b6b717 | refs/heads/master | 2023-09-04T03:19:23.686213 | 2023-09-03T16:05:24 | 2023-09-03T16:05:24 | 41,422,567 | 46 | 17 | MIT | 2022-09-26T18:41:33 | 2015-08-26T11:44:35 | C++ | UTF-8 | C++ | false | false | 1,167 | h | #pragma once
#include "GOAP/TaskInterface.h"
#include "Interface/EventReceiverInterface.h"
#include "Interface/DocumentInterface.h"
#include "Kernel/Animatable.h"
#include "Kernel/Eventable.h"
namespace Mengine
{
class TaskAnimatablePlayWait
: public GOAP::TaskInterface
{
public:
TaskAni... | [
"irov13@mail.ru"
] | irov13@mail.ru |
a5bc8fd5cc25d69fe1fff02af3d2c0ca459029e6 | 2e2f3d00b3011a6f8362dc33adcac75a2b327e40 | /Minimum Size Subarray Sum (Two Pointers)/Minimum Size Subarray Sum (Two Pointers)/main.cpp | bb1f13e81fdf98c2326cb9a3ca74d6d68e8de370 | [] | no_license | siddhantttt/algorithms-ds-leetcode | 52784740387ce17a52702d1f3e26012cc14bdb4b | a23ebdb7b6397db1040059b3b10c59143c9f5281 | refs/heads/master | 2020-05-16T06:44:47.817931 | 2019-05-05T10:44:44 | 2019-05-05T10:44:44 | 182,855,796 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 802 | cpp | //Problem: https://leetcode.com/problems/minimum-size-subarray-sum/
//Implementation: This is a O(N) implentation
//Extremely Important Problem
#include <vector>
#include <iostream>
#include <stack>
#include <queue>
#include <string>
#include <map>
using namespace std;
class Solution {
public:
int minSubArrayLe... | [
"siddhantnagpal03@gmail.com"
] | siddhantnagpal03@gmail.com |
ef277d7f83b1ed5b7ef37547cba5d34dd84895c2 | e8e45c58358631dc39f54cdc024feef95715db3b | /Cpp/source/common/include/ErrorInfo.h | f58140fd218d86c0ab1895355535eb009c47294e | [
"MIT"
] | permissive | jesson3264/OpenCL | 78771c1775878ee7baca96fa1741469af045283a | f6144db4b4414afb5a46f598586e5ece28e27d5c | refs/heads/main | 2023-06-04T12:07:47.387442 | 2021-06-27T14:26:08 | 2021-06-27T14:26:08 | 380,759,581 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 422 | h | #ifndef __ERROR_INFO_H__
#define __ERROR_INFO_H__
#include <string>
using std::string;
typedef struct ErrorInfo
{
ErrorInfo()
{
err_no_= 0;
}
ErrorInfo(int e, int l, string s)
{
err_no_ = e;
line_num_ = l;
info_ = s;
}
int err_no_;
int line_num_;
std::string info_;
}ErrorInfo;... | [
"jesson3264@163.com"
] | jesson3264@163.com |
7295a4245c4b2ee735a2f948202577a74ebec015 | 00eb9e26d5f772bbea001f4f43cb403865d50398 | /OpenGL/src/cpp/Texture.cpp | fe3fd8a882d260b249962b95356b7f13d8fb312d | [] | no_license | KylePearce-SoftwareDeveloper/OpenGLEngine | 2ff609b8f314b955196e470287ce3bc25f268297 | 25fccc28cb4c36160aceb95585d0117471cc8005 | refs/heads/master | 2022-12-05T11:52:51.749690 | 2020-08-21T12:58:42 | 2020-08-21T12:58:42 | 277,328,607 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,227 | cpp | #include "../hpp/Texture.h"
#include "stb_image/stb_image.h"
Texture::Texture(const std::string& path)
: m_RendererID(0), m_FilePath(path), m_LocalBuffer(nullptr), m_Width(0), m_Height(0), m_BPP(0)
{
stbi_set_flip_vertically_on_load(1);
m_LocalBuffer = stbi_load(path.c_str(), &m_Width, &m_Height, &m_BPP, 4);
GLC... | [
"kylepearcesoftwaredeveloper@gmail.com"
] | kylepearcesoftwaredeveloper@gmail.com |
722dd5bd7150a14a83382bc08a00b9c98ca2e6ed | 85e3ad5791e51c878e388cb517528b4a7d313aa5 | /PokePlusPlus/Game.cpp | 0c36d56e32d4ba989824c10e03c84bce8120fc87 | [] | no_license | Touchette/PokePlusPlus | 47b61c736b1be33f8be52422e19cc85fba4bac3d | 58fa2323b671aebf37deeb303d53a5db08e57331 | refs/heads/master | 2020-04-25T21:38:39.740061 | 2019-04-05T23:45:49 | 2019-04-05T23:45:49 | 173,085,977 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,073 | cpp | #include "Game.h"
// +--------------------------+
// | Constructor / Destructor |
// +--------------------------+
Game::Game() {
this->initVariables();
this->initWindow();
this->initKeys();
this->initStates();
}
Game::~Game() {
// Clean up the window
delete this->window;
// Clean up the states
while (!this-... | [
"marionettis2@gmail.com"
] | marionettis2@gmail.com |
51a3a88d790e7d31e8198dd02a4c3ff60f50b584 | d199cc7fff33f75673153ba79e343028bc8c0524 | /Date.cpp | 472c8399e8b16aeb5c01f2ea3ef2ecf631b50b0f | [] | no_license | ydonia/Transaction_Manager-Academic | 39c0c83114131ad5749de4eefee9a7656145b48d | 11487e36623d618496def9d6b1085121b1e6a649 | refs/heads/main | 2023-04-05T02:30:06.572847 | 2021-03-28T01:15:00 | 2021-03-28T01:15:00 | 352,213,516 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,277 | cpp | //
// Date.cpp
// hw10
//
// Created by Youssef Donia on 4/18/20.
// Copyright © 2020 Youssef Donia. All rights reserved.
//
#define EXTRA_CREDIT
#include "Date.h"
void Date::set(int month_, int day_, int year_, int hour_)
{
month = month_;
day = day_;
year = year_;
hour = hour_;
}
void Date::print... | [
"youssef.donia@gmail.com"
] | youssef.donia@gmail.com |
b2f0e68da5ad916c37c3fc8c8e472b50292c4ed2 | d5ddb0f80b099cb2fb4ca189f732f8563f2896c8 | /libraries/GCS_SIMPLE/.svn/text-base/GCS_SIMPLE.cpp.svn-base | a66f0d6b94de15670673ab3b7eabb5abe3a55d7a | [] | no_license | UBCSailbot/arduino | cfec2dfcb708a307ad21feb4fb83f72253068bcf | 8d42fec7f611a6c036e550236d01cc13cb02347d | refs/heads/master | 2021-01-23T16:35:29.512001 | 2014-06-09T21:23:13 | 2014-06-09T21:23:13 | 12,259,956 | 2 | 1 | null | 2014-06-08T18:31:18 | 2013-08-21T03:05:56 | C++ | UTF-8 | C++ | false | false | 2,358 | // -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
//
// DIYDrones Custom Mediatek GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith, Jordi Munoz and Jose Julio, DIYDrones.com
//
// This library is free software; you can redistribute it and / or
// modify it under the term... | [
"davidlee.drl@gmail.com"
] | davidlee.drl@gmail.com | |
09515cacb064d0e044d54c4a6beed8df4bf44987 | 097f47c14f8ce0152db2df8915bf4c82b5633976 | /FYP_matrix/google-api/google/container/v1beta1/cluster_service.pb.cc | 2424fa5ebaa85e95853a7ec128d4e23b9601568e | [] | no_license | BenjaminChia/Ben_FYP_RPi_Matrix | a1bbffa854be723e59f60358a1dbe7a44e0a1898 | 5a7952774e3f10ddc5ca56dccba82dba25471fd7 | refs/heads/master | 2020-03-29T07:10:53.329139 | 2018-09-21T00:54:08 | 2018-09-21T00:54:08 | 149,655,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 1,131,534 | cc | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/container/v1beta1/cluster_service.proto
#include "google/container/v1beta1/cluster_service.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/port.h>
#include <google/protobuf/io/coded_stre... | [
"ben9694@gmail.com"
] | ben9694@gmail.com |
90697b4bbcebc6410677d492bf9aa4a4a777e3ba | cba9fb37a7b0f7bb3a6ef8a075562e71ed0aadc2 | /modules/perception/obstacle/camera/detector/yolo_camera_detector/test/yolo_camera_detector_test.cc | ff92b141550a9e45356d5bbbd386746f2c8e7acb | [
"Apache-2.0"
] | permissive | lauvchen/apollo | 28bedc347a8afd2202a279bb593d3634c57edf79 | 48f6ee6df9444497bb50b19173e10d0d59cbf15d | refs/heads/master | 2021-04-26T23:28:11.494582 | 2018-03-06T01:00:20 | 2018-03-06T01:00:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,376 | cc | /******************************************************************************
* Copyright 2018 The Apollo Authors. 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
... | [
"ycool@users.noreply.github.com"
] | ycool@users.noreply.github.com |
e3b3a5f9e737c6d1538641d3e80e6068b7c41e83 | 60024539adf5e4a83e04be8258793dc4ec078da7 | /chapter7/7.17.fun_ptr.cpp | aa4d5c8a10a5254d63fe8418a7e7438a77fbedb2 | [] | no_license | agileluo/c--_learn | be1d0fec5b37c4bf85da17a4be31a0f864cab126 | ede9e864b9433156645aaebf91847bd0824bb0e9 | refs/heads/master | 2020-05-20T07:17:31.179856 | 2013-07-10T07:26:13 | 2013-07-10T07:26:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 643 | cpp | #include <iostream>
using namespace std;
double agileluo(int line);
double cmmi(int line);
void estimate(int line, double (*pf)(int line));
int main()
{
int line;
cout << "How many code do you need? " ;
cin >> line;
cout << "Here is agileuo estamite:" << endl;
estimate(line, agileluo);
cout << "Here is cmmi e... | [
"363825970@qq.com"
] | 363825970@qq.com |
9edcea801be43f85170e7efe8215564a3a4b3309 | 1c91cbc9a8b2de7cac1ac3c4e9210d1f6e6be13c | /m3d_td1/src/normals.cpp | bad2981bc0c44f16fbba1018f6402ff8c9d32a68 | [] | no_license | axelcamus/monde3d | 2856d564e7ad667b7d00da6679e12c4e305c59e3 | edfebfb4bda970b3b25feeba75a1152bec1a5a4b | refs/heads/master | 2021-01-11T22:15:55.795619 | 2017-01-27T11:27:24 | 2017-01-27T11:27:24 | 78,941,052 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 625 | cpp | #include "integrator.h"
#include "scene.h"
class NormalsIntegrator : public Integrator {
public:
NormalsIntegrator(const PropertyList &props) {
/* No parameters this time */
}
Color3f Li(const Scene *scene, const Ray &ray) const {
Hit hit;
scene->intersect(ray, hit);
if(hit... | [
"axecamus@emi.u-bordeaux1.fr"
] | axecamus@emi.u-bordeaux1.fr |
a2d3556b0c473622a4905b808af1a6f796dcecd6 | d08a64ac14a426d7aec1cb1cf9b4b89d9873e595 | /gtfalign/config.cc | 5bc2b46a8dab99b21e7b2d6374adf61254f43bd3 | [
"BSD-3-Clause"
] | permissive | shulp2211/rnaseqtools | 6b3633b92d82c204303f6c01e7cc6686f0d177f7 | f2b0fc8dd6d3258e822a97bdfcf426c2d11686f9 | refs/heads/master | 2020-09-16T17:46:27.020686 | 2019-06-12T20:36:29 | 2019-06-12T20:36:29 | 223,845,353 | 1 | 0 | BSD-3-Clause | 2019-11-25T02:22:48 | 2019-11-25T02:22:47 | null | UTF-8 | C++ | false | false | 392 | cc | #include "config.h"
#include <cstdlib>
#include <iostream>
#include <string>
#include <fstream>
#include <sstream>
#include <cstring>
using namespace std;
double min_transcript_coverage = -1;
int parse_parameters(int argc, const char ** argv)
{
for(int i = 1; i < argc; i++)
{
if(string(argv[i]) == "-c")
{
m... | [
"shaomingfu@gmail.com"
] | shaomingfu@gmail.com |
cd82e38fdb2fae110d64be668ea246377b9a9665 | 95ae6fa9cc64bc2f537753475c1b84ae526391b1 | /source/tm/pokemon/taunt.hpp | 43471c67794888212161a5b35ef298eacfdb6f16 | [
"BSL-1.0"
] | permissive | OctalMicrobe/technical-machine | 7deeb30cf1ff2eb730bc0ad9efc4794b30c6cf5c | bffa259bd4d069ce104efa21fef34a5342ee0755 | refs/heads/master | 2023-02-04T00:43:19.534781 | 2020-12-20T17:21:50 | 2020-12-20T17:21:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 560 | hpp | // Copyright David Stone 2020.
// 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)
#pragma once
#include <tm/pokemon/end_of_turn_counter.hpp>
#include <tm/generation.hpp>
namespace technicalmachine {
template<Gen... | [
"david@doublewise.net"
] | david@doublewise.net |
8d27fc22e7e64cf3020d04fc3f311d8c7be2bd04 | cf2dbfb0713d4f90d8d48b6803ce21c9da337bd0 | /include/IOLibrary/FileFinder.h | 566fe57ebdf15e579a1bcbba33d2fba80ab91e07 | [] | no_license | songnan531/Projects | 47867b1434280fa7259c4bbd329106d789a66b8b | cfc526a2ffb28449ab1acac97c56bbb0ead74f79 | refs/heads/master | 2020-12-25T13:51:53.744436 | 2014-12-20T21:47:21 | 2014-12-20T21:47:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,411 | h | #ifndef FILEFINDER_H
#define FILEFINDER_H
#include "iofunctions.h"
#include <boost/filesystem.hpp>
class FileFinder
{
public:
FileFinder()
{
}
void FindFiles( const std::string & folder , const stringlist & ext)
{
if ( folder.empty() )
return;
std::string mask_folder(folder + "*.*" );
HANDLE h... | [
"Lyarvo4ka@hotmail.com"
] | Lyarvo4ka@hotmail.com |
09fbfb18b6bcfd3d1aa6c2d1e51c0e40bdcaece3 | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-config/include/aws/config/model/GetAggregateDiscoveredResourceCountsResult.h | 4e89c2745ad02826f6b5816814b149fca8d58042 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 7,754 | h | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
fd38fb3cb7e7df83a860bbbf0f35693a2f083442 | 919e808e641500f5cc11cd144e247031f500d825 | /heekscam-read-only/src/Ruler.h | e1eb846a926f13b20a00e95fe874cdcc834e1fb5 | [
"MIT"
] | permissive | play113/swer | 0deec24ccf668a159e2ec28f3dfecc1a2168f3b3 | 78764c67885dfacb1fa24e494a20681265f5254c | refs/heads/master | 2021-01-10T06:21:32.776648 | 2015-10-05T13:11:20 | 2015-10-05T13:11:20 | 43,684,495 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,229 | h | // Ruler.h
// Copyright (c) 2009, Dan Heeks
// This program is released under the BSD license. See the file COPYING for details.
#pragma once
#include "HeeksObj.h"
class HeeksConfig;
struct RulerMark{
int pos; // distance from the 0 mark
double length;
double width;
void glCommands(double units); ... | [
"play113@googlemail.com"
] | play113@googlemail.com |
2c8293e2838d4c196e240eccaaad68c1ea2e68d9 | ac5eb7df8515fb92071f9e0f64d1cf6467f4042d | /C++/isIsomorphic.cpp | 141ed18736f412b8b923bc8ed6ecdf9c062a5fa7 | [] | no_license | Litao439420999/LeetCodeAlgorithm | 6ea8060d56953bff6c03c95cf6b94901fbfbe395 | 9aee4fa0ea211d28ff1e5d9b70597421f9562959 | refs/heads/master | 2023-07-08T06:17:20.310470 | 2021-08-08T08:12:23 | 2021-08-08T08:12:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | cpp | /**
* @File : isIsomorphic.cpp
* @Brief : 同构字符串
* @Link : https://leetcode-cn.com/problems/isomorphic-strings/
* @Author : Wei Li
* @Date : 2021-07-28
*/
#include <iostream>
#include <string>
#include <vector>
class Solution
{
public:
bool isIsomorphic(std::string s, std::string t)
{
... | [
"weili_yzzcq@163.com"
] | weili_yzzcq@163.com |
5cee6d29b6092e36b7ccb1d5a985b8704ab79828 | d5fb726ae2eb18469da8f97ef89f0bb5038f8471 | /bakingdog/basic-algo-lecture-master/basic-algo-lecture-master/0x13/solutions/10816.cpp | c26eed3b48b9e003a9c56400562133d9f4b96d7f | [] | no_license | fpzk5656/studio-code | 3fe9b853ca0a79c53503d71647470a19d7c11cd1 | d095afda3aaad35d988f8f929e18ff062b4a7a4c | refs/heads/master | 2023-08-28T02:12:31.729007 | 2021-10-31T15:11:19 | 2021-10-31T15:11:19 | 349,780,230 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 435 | cpp | // Authored by : BaaaaaaaaaaarkingDog
// Co-authored by : -
// http://boj.kr/78ba45c70b3c4128ae11ded0b1015d71
#include <bits/stdc++.h>
using namespace std;
int a[500005];
int n;
int main(void) {
ios::sync_with_stdio(0);
cin.tie(0);
cin >> n;
for(int i = 0; i < n; i++) cin >> a[i];
sort(a,a+n);
int m;
ci... | [
"fpzk5656@gmail.com"
] | fpzk5656@gmail.com |
306290dcfdb35f5c7cbd44a8e7353e0a5f610dcb | acd8fd6566e0cc29cb803a48a153c453dc07b9ee | /design_pattern/command/simple_command_runner.cpp | 89a9ce4da5a9fe62df5a398e8997aa83b2bc6933 | [] | no_license | yukai2014/program | 551650d01a0dc4012013c8d1dae678574587fde0 | 5417abacfdda2606f0dc35174f846ad7e84f7b99 | refs/heads/master | 2021-01-19T07:02:37.928616 | 2017-01-02T07:30:12 | 2017-01-02T07:30:12 | 24,222,521 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,288 | cpp | /*
* Copyright [2012-2015] DaSE@ECNU
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Ve... | [
"yukai2014@gmail.com"
] | yukai2014@gmail.com |
2bdb6e5f3e3e63d051e02b529eea0c03a4c473f1 | 9ac56ff5b745fdebf34083ac113c577a8b120aa3 | /src/materialsystem/stdshaders/volume_clouds_helper.cpp | 08f172f57ae73b0cc1f241e7cee877af51f9a61f | [] | no_license | FriskTheFallenHuman/swarm-sdk-template | 16e8e29edb9a19ecd1b38ededcc31fb1f6653ae1 | a6e6bf7fcbe5b93b5e5fc4ad32944022dae27f90 | refs/heads/master | 2023-01-13T17:23:32.693199 | 2020-11-11T00:44:59 | 2020-11-11T00:44:59 | 38,081,794 | 8 | 3 | null | 2020-11-11T00:45:00 | 2015-06-26T00:32:09 | C++ | WINDOWS-1252 | C++ | false | false | 5,408 | cpp | //========= Copyright © 1996-2006, Valve Corporation, All rights reserved. ============//
#include "BaseVSShader.h"
#include "mathlib/VMatrix.h"
#include "volume_clouds_helper.h"
#include "convar.h"
// Auto generated inc files
#include "volume_clouds_vs20.inc"
#include "volume_clouds_ps20.inc"
#include "vol... | [
"kosire.dk@gmail.com"
] | kosire.dk@gmail.com |
e523533e0f42d1512b78be5936b21aa6b5cf5ee9 | 8a1faff626e99e3454b3679e59093d37f3e44eba | /C++/diTauMLMassInterface.cc | d89cb28acb0271f4a0e6500601a7f7286cf7b6f7 | [
"MIT"
] | permissive | lucastorterotot/DiTau_ML_mass | a6625b647bd66f015a283067ac17a01ab5098373 | 7870a9184a5b6595b3985ad78f114a0e8a9023cc | refs/heads/main | 2023-06-10T19:38:53.049959 | 2021-06-30T09:22:23 | 2021-06-30T09:22:23 | 351,710,842 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,283 | cc | /*###
--- C++ interface to DiTau_ML_mass
--- https://github.com/lucastorterotot/DiTau_ML_mass
--- Davide Zuolo (University and INFN Milano - Bicocca)
--- March 2021
###*/
#include "../interface/diTauMLMassInterface.h"
namespace ditauMLMass {
diTauMLMass::diTauMLMass(const std::string & model)
{
nn_desc.graph.... | [
"lucas.torterotot@gmail.com"
] | lucas.torterotot@gmail.com |
e30207388f7e5ac5a8b92a1792881e892ed85871 | 05138458c40bf1ee37c7f9e15ba64f0176107e47 | /src/dist/distributor.cpp | 243917b77f572eecaa9fa6282fb717ec194b209c | [
"BSD-3-Clause"
] | permissive | yvdriess/icnc | 34a3912595dce291922a4dafc6d814add376915c | e511deb9ff2c76079b8809e887fd67055207b6b4 | refs/heads/master | 2020-12-31T01:48:10.167649 | 2014-09-08T16:14:17 | 2014-09-08T16:14:17 | 23,796,622 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,845 | cpp | /* *******************************************************************************
* Copyright (c) 2007-2014, Intel Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of so... | [
"frank.schlimbach@intel.com"
] | frank.schlimbach@intel.com |
ec786ab0c14c876c2fa270ca0bc3ea1b78267755 | b090cb9bc30ac595675d8aa253fde95aef2ce5ea | /trunk/src/c/shared/Numerics/recast.h | 82f00c20c8353e60e653d21f444b69fe52e4815e | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | eyhl/issm | 5ae1500715c258d7988e2ef344c5c1fd15be55f7 | 1013e74c28ed663ebb8c9d398d9be0964d002667 | refs/heads/master | 2022-01-05T14:31:23.235538 | 2019-01-15T13:13:08 | 2019-01-15T13:13:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,189 | h | /*
* recast.h
*
* Created on: Jun 26, 2012
* Author: utke
*/
#ifndef _RECAST_H_
#define _RECAST_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#else
#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
#endif
#if !defined(_HAVE_ADOLC_) || defined(_WRAPPERS_)
template<class To, class Fr... | [
"cummings.evan@gmail.com"
] | cummings.evan@gmail.com |
3e56ef167a53709e2fd5124e5e806acdf4f4350c | c3de57676ebc2c4f6d0849347798534f85ab9a72 | /OptimizationLib/src/FunctionConstraints.cpp | b06f2a711942e19374d7da60de81e03f4159f63e | [] | no_license | plusminus34/Interactive_thin_shells_Bachelor_thesis | 0662f6d88d76d8d49b2b6066bf1d2b0fc258f01e | 85f034a476eeab8d485f19a6ea3208498061a4da | refs/heads/main | 2023-03-10T15:15:53.666726 | 2021-02-24T08:01:25 | 2021-02-24T08:01:25 | 341,820,202 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,460 | cpp | #include <OptimizationLib/FunctionConstraints.h>
#include <OptimizationLib/ooqpei_assert_macros.hpp>
#include <iostream>
#include <Utils/Utils.h>
FunctionConstraints::FunctionConstraints() {
}
FunctionConstraints::~FunctionConstraints() {
}
const dVector& FunctionConstraints::getEqualityConstraintsTargetValues() {... | [
"moritzgeilinger@gmail.com"
] | moritzgeilinger@gmail.com |
0df8463819ef127be5271856e03ff679a18a9ee6 | cf3302a478551167d14c577be171fe0c1b4a3507 | /src/cpp/activemq/activemq-cpp-3.2.5/src/test/activemq/wireformat/openwire/marshal/v4/ConsumerIdMarshallerTest.cpp | afc73e1dc1894730addca510d6c51b3e003a664f | [
"Apache-2.0"
] | permissive | WilliamDrewAeroNomos/muthur | 7babb320ed3bfb6ed7905a1a943e3d35aa03aedc | 0c66c78af245ef3b06b92172e0df62eb54b3fb84 | refs/heads/master | 2016-09-05T11:15:50.083267 | 2015-07-01T15:49:56 | 2015-07-01T15:49:56 | 38,366,076 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,710 | cpp | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"wdrew@aeronomos.com"
] | wdrew@aeronomos.com |
f130c14d4a1bccacb3f7f80de27c550ba89c291b | c2d14464a74da63387b70826a79a45429b0a5ed9 | /energy.hpp | b22dc0c7db4c5466daf1550aebb0ff41e5c10a64 | [] | no_license | tkphd/pfhub-bm6-cahn-hilliard-poisson | afa7f9a174b1bbcdb70c424258161679ef42b30f | 39314cd1ac40a4dd34462ae73c192649f2367c03 | refs/heads/main | 2021-07-11T15:57:05.391386 | 2018-10-15T23:37:35 | 2018-10-15T23:37:35 | 150,015,363 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,699 | hpp | // energy.hpp
// Energy functions for PFHub Benchmark 6 v2
// Questions/comments to trevor.keller@nist.gov (Trevor Keller)
#ifndef CAHNHILLIARD_ENERGY
#define CAHNHILLIARD_ENERGY
#include<cmath>
#define cid 0
#define uid 1
#define pid 2
// Composition parameters
const double w = 5.00; // well height
const double C... | [
"trevor.keller@nist.gov"
] | trevor.keller@nist.gov |
2e2b2562225797ba19796b33c6a1676b05320ff0 | 5d54dbf946feaa143d83691c852364d039860adb | /145-binartTreePostorderTraversal.cpp | 070640634895e6b32e821bbad9712b9e3fa6df6d | [] | no_license | finder023/leetCode | bda9a312ec465fe67f5ef2d9a55a5a66cf130db7 | 09c842553a3a6da1fcd567c46d1ff8a337815476 | refs/heads/master | 2021-04-28T09:43:11.362056 | 2019-03-05T09:05:42 | 2019-03-05T09:05:42 | 122,048,146 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 828 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
vector<int> postorderTraversal(TreeNode* root) {
deque<int> dres;
vector<int> r... | [
"liuyaolong023@163.com"
] | liuyaolong023@163.com |
6b8cc99a98183a216c9f37a8dd19c788502bdb38 | 7f25ac596812ed201f289248de52d8d616d81b93 | /Snickeen/201609154_CF14C.cpp | 13415e373c77f445dafb5b58b6ae14c7cd7835ef | [] | no_license | AplusB/ACEveryDay | dc6ff890f9926d328b95ff536abf6510cef57eb7 | e958245213dcdba8c7134259a831bde8b3d511bb | refs/heads/master | 2021-01-23T22:15:34.946922 | 2018-04-07T01:45:20 | 2018-04-07T01:45:20 | 58,846,919 | 25 | 49 | null | 2016-07-14T10:38:25 | 2016-05-15T06:08:55 | C++ | UTF-8 | C++ | false | false | 2,762 | cpp | #include <bits/stdc++.h>
//#pragma comment(linker, "/STACK:102400000,102400000")
#include <stdio.h>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <limits.h>
#include <math.h>
#include <algorithm>
#include <deque>
#include <queue>
#include <s... | [
"noreply@github.com"
] | AplusB.noreply@github.com |
515ba33c32e01a644d9c5bbe8dcf4906299c8b17 | b5ce216897e01573779b2d29bb3e8f3bd7e9d23c | /C++_blog(blog.eairship.kr)/3:namespace/using.cpp | 42df77e72a9bce200456e966c5ad52326417b439 | [] | no_license | dst02030/open_prac | f89aa071d88fe786103e7d69ecdb64088a248b13 | c975a8d44dcf088f11035115d705cb9c4f4ea3f3 | refs/heads/master | 2021-08-27T21:31:45.873299 | 2017-12-10T12:09:27 | 2017-12-10T12:09:27 | 108,491,264 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 263 | cpp | #include <iostream>
namespace A {
void Add(){
std::cout<<"A의 Add() 호출!" << std::endl;
}
void Minus(){
printf("A의 Minus() 호출! \n");
}
}
using namespace A::Add;
int main()
{
Add();
A::Minus();
return 0;
}
| [
"21600695@handong.edu"
] | 21600695@handong.edu |
6883f24b341436521fca771e608e60bd6f52f60e | 3eaf7cf07c8b02ef66026d045e80f9f3d9331630 | /Classes/You.h | c206a59d80e73fd0122393c5755003aef3d2cd66 | [] | no_license | Zzzen/YourWorld | 5c0b77a78e09f31d6bdac5602d14bb7144e95a5e | 38ed9af9df90ab9e43241adb7c3750b3a8d0f03a | refs/heads/master | 2018-01-08T11:33:30.044185 | 2016-03-13T15:58:12 | 2016-03-13T15:58:12 | 52,250,071 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,617 | h | #ifndef __YOU_H__
#define __YOU_H__
#include "cocos2d.h"
#include "AttackableSprite.h"
#include "SpriteEventData.h"
#include "ui\UIScrollView.h"
#include "ThrowableItem.h"
USING_NS_CC;
using namespace cocos2d::ui;
class You : public AttackableSprite {
public:
static You* getInstance();
void setPosition(float x... | [
"843968788@qq.com"
] | 843968788@qq.com |
4520dac745c34177b8edff705a65cefe46a380d2 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /ash/system/privacy/privacy_indicators_tray_item_view.h | 80afc7288f6fd3a4e2da0f699c52c8d9f3b0eb5f | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 7,211 | 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 ASH_SYSTEM_PRIVACY_PRIVACY_INDICATORS_TRAY_ITEM_VIEW_H_
#define ASH_SYSTEM_PRIVACY_PRIVACY_INDICATORS_TRAY_ITEM_VIEW_H_
#include "ash/ash_export.h"
#include "ash/publi... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
dc843ac27d55f673fb9cad2df23444ec282dcbf9 | bc19e8435772dbb31d4f261eb4b7c4188cf2963c | /C&&C++/multiThread/rational.cpp | 05e93dcb1ebb3ce0afbc29b6a13ce7a77b480220 | [] | no_license | JRolly/studyProject | 44f5aef37708d636b7256e10333afb5cce15e063 | bd091739d9e3de96da429a9023ef309812485550 | refs/heads/master | 2020-04-08T01:32:25.946570 | 2018-11-24T04:30:15 | 2018-11-24T04:30:15 | 158,899,139 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 795 | cpp | #include "multiThread/rational.h"
rational::rational(long Num, long Den)
{
Numerator = Num;
if (Den == 0)
{
Exception.message("Zero is not a valid Denominator!");
throw Exception;
}
Denominator = Den;
}
rational::rational(const rational &X)
{
Numerator = X.Numerator;
Denomi... | [
"1769943250@qq.com"
] | 1769943250@qq.com |
e66cedf0ff3e13474a194c1aa4f382993ba9d596 | 6da337ac13e6f51305a42e47647c093ac2e4f512 | /ClawSearch/Scratch/Stream.hpp | aefeb62ab20690ec609163232586095b9bbe3405 | [] | no_license | melbshark/ClawSearch | 5a9f538b09065b68a2d387fa9ee81c3d9605a649 | 0bf52e10b5e706003552cc86ae8fe63f7d6cab4b | refs/heads/master | 2021-06-24T17:18:48.793718 | 2016-11-27T18:56:18 | 2016-11-27T18:56:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,266 | hpp | /* libscratch - Multipurpose objective C++ library.
Copyright (c) 2013 - 2016 Angelo Geels <spansjh@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, inclu... | [
"spansjh@gmail.com"
] | spansjh@gmail.com |
3361d275e14e47f4c8af23a5f49cd35bf8625243 | 5b67740a1c09530df6303018f1643a7df560a1f4 | /editcomment.h | e46d65d09287d1cbe76de7703679c5b04cc1b908 | [] | no_license | aeternu/ICD_Creator | e03f48bd3796af4a3db09872df65286ee6884761 | dfcf7707173a775de3b2f2b7e063715919526d3a | refs/heads/master | 2020-03-17T18:54:51.288881 | 2017-10-06T06:35:26 | 2017-10-06T06:35:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | h | #ifndef EDITCOMMENT_H
#define EDITCOMMENT_H
#include <QtGui>
#include <QDialog>
#include "domitem.h"
class EditComment : public QDialog
{
Q_OBJECT
DomItem *target;
public:
EditComment(QWidget *parent = 0);
~EditComment();
void setTarget(DomItem *pTarget);
private:
void error(const QString... | [
"zhangle3145@163.com"
] | zhangle3145@163.com |
e80699d0edf9a13ab7e2b17264bea44c12f07ea2 | e4352c5b69c99aeed9e3cd36f9f2660779dd33ff | /src/dialogFileDemOther.cpp | f09b78bbf22fece9bb1eeb685721fda044f3fde4 | [
"Apache-2.0"
] | permissive | USArmyResearchLab/Fusion3D | 13daf624fa4d390bf74b1764e1ad6e63df7aac88 | 98b79ccfcbfd444a924f65c321482b540382758d | refs/heads/main | 2023-07-15T20:55:07.802074 | 2021-09-01T21:56:59 | 2021-09-01T21:56:59 | 310,362,417 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,395 | cpp | #include "internals.h"
dialogFileDemOther::dialogFileDemOther(QWidget *parent)
: QDialog(parent)
{
setupUi(this);
}
dialogFileDemOther::~dialogFileDemOther()
{
}
// *******************************************************
/// Register map3d_index_class in order to use its dir_class.
// ***************... | [
"damon.m.conover.civ@mail.mil"
] | damon.m.conover.civ@mail.mil |
98a3124f957018db317fb9b071e421d9f97d9e37 | bf59ed60f9a67e8f7d09570e85256ea37e548291 | /avedit/src/main/cpp/avplay/audio/IAudioPlayer.cpp | e5e81fed67eea6a6b31e6d39898a32a5f2db6533 | [] | no_license | sengeiou/KAVEdit | 29266ea14c6e36a8f24eb168db6b0db50a0efd07 | 7252739e8425d92e9be79514ea2e90132f9f8a8c | refs/heads/master | 2022-08-24T05:17:29.484114 | 2020-05-24T11:46:09 | 2020-05-24T11:46:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,188 | cpp | //
// Created by 阳坤 on 2020-05-22.
//
#include "IAudioPlayer.h"
void IAudioPlayer::update(AVData data) {
//压入缓冲队列
if (data.size <= 0 || !data.data) return;
while (!isExit) {
framesMutex.lock();
if (frames.size() > maxFrames) {
framesMutex.unlock();
sleep();
... | [
"yang1001yk@gmail.com"
] | yang1001yk@gmail.com |
49a1fb8113b30f18dc24c4f9bfbe90e717b09062 | b46b32726bf5574ef33891a871202071fccd9625 | /src/resources/resources.h | a3380f96800f5bece2e0117acb841c4a6be0959b | [
"WTFPL"
] | permissive | alexeyden/whack | 43422fd874d8bdf26ab372dd4474074adbac612e | 2bff3beb0afb8c5aaba996b2838d2f0b9797039c | refs/heads/main | 2023-02-27T02:21:06.071758 | 2021-02-01T07:46:41 | 2021-02-01T07:46:41 | 334,870,033 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 647 | h | #ifndef RESOURCES_H
#define RESOURCES_H
#include <map>
#include <string>
#include "graphics/textureatlas.h"
#include "backend/backend.h"
class Resources
{
private:
Resources();
public:
~Resources();
void loadAtlas(const char* path, const std::string& id);
const TextureAtlas* atlas(const std::string& id) con... | [
"rtgbnm@gmail.com"
] | rtgbnm@gmail.com |
055ae35cea2594891ce97bc6aa929c6cf767ffa2 | c324a7ff4dc9adbd38e53ada43a964a4ae505e15 | /cpp/src/fourier_motzkin.cpp | f55f539c739539b51c69d18b080b5bdb9d99823a | [] | no_license | on62/mwt | dfc14d7d414d8242d3c747b8709979b258f0adcc | 3e84e2b20ca21be61512618781c222a7ed912c07 | refs/heads/master | 2022-02-28T03:05:05.862373 | 2019-09-02T08:43:51 | 2019-09-02T08:43:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,565 | cpp | // fourier_motzkin.cpp
#include "fourier_motzkin.h"
#include <algorithm>
#include <iterator>
using namespace std;
// true iff index is "a member of" slice
bool index_in_slice(size_t index, const slice &s) {
return ((index - s.start()) % s.stride() == 0) &&
s.start() <= index &&
index <= s.sta... | [
"nathan.s.chappell@gmail.com"
] | nathan.s.chappell@gmail.com |
dda17d06c5f4ef5d0de20ebacab749b4730b437e | daebfc0523315d688e217652146e25e0d686800e | /src/qt/coincontroldialog.cpp | 6246fd8446f34dc68c36e45907a11d6afe0ae9ed | [
"MIT"
] | permissive | devo2018/agon | 62bf3b1e800cee594944551759cf1a6381a6442e | c07415225e6b1fe870bfb728d2c24457b3db5b89 | refs/heads/master | 2020-04-08T03:21:48.985897 | 2018-12-19T21:28:23 | 2018-12-19T21:28:23 | 158,972,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 37,977 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2017-2018 The Agon developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit... | [
"45319613+devo2018@users.noreply.github.com"
] | 45319613+devo2018@users.noreply.github.com |
a01af1b9a3d426fdf218e3c4f895006c16d89f8e | 0c35fe23383ede23fd45154a5b2b5d48be6694ba | /geeksforgeeks/backtracking/knights_tour.cpp | 275da7a5dcbfa9ed5f9ed995aeac8780f3943287 | [] | no_license | ravindra1001/DSA | f20096663b6cd2eeb88014ddd81933badcc2e96c | 7bfc14f07fcf3059dc38f2bc18379ae9521faec2 | refs/heads/master | 2021-05-09T15:48:26.523952 | 2018-06-24T18:47:10 | 2018-06-24T18:47:10 | 119,101,526 | 0 | 0 | null | 2018-06-24T18:47:11 | 2018-01-26T20:47:32 | C++ | UTF-8 | C++ | false | false | 1,927 | cpp | #include <bits/stdc++.h>
using namespace std;
int N = 8;
void print_grid(const vector<vector<int> >&grid){
for(int i=0;i<N;i++){
for(int j=0;j<N;j++){
cout<<grid[i][j]<<" ";
}
cout<<endl;
}
}
bool is_valid_move(const vector<vector<int> > &grid, int next_x, int next_y){
... | [
"ravindra.saini1001@gmail.com"
] | ravindra.saini1001@gmail.com |
3532b47cab93553d68f7ed06945a7c26b79b80b1 | 04251e142abab46720229970dab4f7060456d361 | /lib/rosetta/source/src/core/scoring/nmr/rdc/RDCData.hh | f4d50507521f0352ede5f39ff34101020de1ee05 | [] | no_license | sailfish009/binding_affinity_calculator | 216257449a627d196709f9743ca58d8764043f12 | 7af9ce221519e373aa823dadc2005de7a377670d | refs/heads/master | 2022-12-29T11:15:45.164881 | 2020-10-22T09:35:32 | 2020-10-22T09:35:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,105 | hh | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"lzhangbk@connect.ust.hk"
] | lzhangbk@connect.ust.hk |
5f09442a8cd836727b30089a85c097c45bd43922 | 3e8f16e18eb953456ca399192ea8c54c1a218376 | /src/cl_dll/Vectors.h | dc708d6afea6c06c4dc480a61bf62355057792de | [] | no_license | maxvollmer/Half-Life-VR | 6437ffb3f6b098c0387b70c6e674572d94c0f190 | f05957aa919765a1f53e54f3727e2c64ac1ec65f | refs/heads/main | 2023-05-14T02:29:24.136125 | 2023-05-07T19:48:18 | 2023-05-07T19:48:18 | 102,905,323 | 241 | 42 | null | 2023-05-07T19:48:19 | 2017-09-08T21:19:41 | C++ | UTF-8 | C++ | false | false | 17,748 | h | ///////////////////////////////////////////////////////////////////////////////
// Vectors.h
// =========
// 2D/3D/4D vectors
//
// AUTHOR: Song Ho Ahn (song.ahn@gmail.com)
// CREATED: 2007-02-14
// UPDATED: 2013-01-20
//
// Copyright (C) 2007-2013 Song Ho Ahn
////////////////////////////////////////////////... | [
"maxvollmer@users.noreply.github.com"
] | maxvollmer@users.noreply.github.com |
fcfd45c667ca318ca9366c37b318bf7a7f7594d0 | 07e106e87ad2191753f7914a9b713f9040fbaf86 | /main.cpp | c5c66b5cf43d3a9509855fa93ae4863684e6cd1b | [] | no_license | tdtrung17693/qboy | a133eb595363294a6f26c2cfdfc1f9230d84faea | 53fc2f0daad81aa29cb9295f1fcaacda22d044e0 | refs/heads/master | 2021-03-04T18:48:57.861655 | 2020-03-09T14:27:25 | 2020-03-09T14:27:25 | 246,056,960 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 684 | cpp | #include <execinfo.h>
#include <signal.h>
#include <unistd.h>
#include <QApplication>
#include <iostream>
#include "core/cpu.h"
#include "mainwindow.h"
#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/spdlog.h"
using namespace std;
int main(int argc, char* argv[])
{
try {
auto cpu_logger = spdl... | [
"tdtrung17693@localhost.localdomain"
] | tdtrung17693@localhost.localdomain |
0a271049c197642ea8495d54ae492ceb1325395d | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /services/network/public/cpp/default_credentials_mojom_traits.h | 50f429c3e79d1770f5a19349e7b2b0c9ddd5a4f8 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 1,019 | h | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_NETWORK_PUBLIC_CPP_DEFAULT_CREDENTIALS_MOJOM_TRAITS_H_
#define SERVICES_NETWORK_PUBLIC_CPP_DEFAULT_CREDENTIALS_MOJOM_TRAITS_H_
#include ... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
85f8945c72604bba6d8cc851712233c0be388b07 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5686313294495744_0/C++/phsindong/C.cpp | 310fee61ede7d6b9ccc27fcc4c21231a9d30df73 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,172 | cpp | #include<iostream>
#include<stdio.h>
#include<vector>
#include<set>
#include<cstring>
#include<algorithm>
#include<string>
using namespace std;
char input[1000];
vector<string> cString;
vector<string> jString;
set<string> cAllSet,jAllSet;
vector<string> cTry,jTry;
string oneString;
int minCnt;
int N;... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
1f010798e0691784f9fab8d20ea7ae1c7eec53b0 | b134183c3b13ac30eba0752f845b2d974dd9c21f | /Engine/Modules/Core/include/LuaCoreModule.h | d24364a25619cfa9a187160a946b5488cbbb68f0 | [] | no_license | leafnsand/SamEngine | e7b67a9e49c7feca895f40253588658b59497bb2 | 2f0a7e80fcd92b0e03c64699db3d6249d359610d | refs/heads/master | 2016-09-06T00:20:29.433311 | 2016-02-14T15:17:46 | 2016-02-14T15:17:46 | 40,541,406 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,539 | h | #pragma once
#include "CoreModule.h"
#include <LuaIntf.h>
#include <map>
#include <memory>
#include <vector>
using namespace LuaIntf;
namespace LuaIntf
{
LUA_USING_SHARED_PTR_TYPE(std::shared_ptr)
LUA_USING_LIST_TYPE(std::vector)
LUA_USING_MAP_TYPE(std::map)
}
namespace SamEngine
{
inline static v... | [
"jiangsongyou@gmail.com"
] | jiangsongyou@gmail.com |
9fe02442da2eb49c91c4f581d7e4a26e1f46dae6 | 35014a121319859cbe0ba272724244d0d5938fb6 | /STL/1_list.cpp | 509db037181adf764642300bc0a3412d233e3714 | [] | no_license | MustansirD/CPP | 18de48d9ef0d57865aefd2175603a18e55d9c6c5 | e6f314fa748bbc8c87c0d2a5c9bfd02a95ea0dda | refs/heads/master | 2020-04-14T10:55:49.153676 | 2019-01-03T04:56:42 | 2019-01-03T04:56:42 | 163,799,765 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,402 | cpp | /*
List
List is a sequence container which takes constant time in inserting and removing elements. List in STL is implemented as Doubly Link List.
The elements from List cannot be directly accessed. For example to access element of a particular position ,you have to iterate from a known position to that particular pos... | [
"mustansirdaman@gmail.com"
] | mustansirdaman@gmail.com |
e6b948e717f4626f85976df7325da843549e45e2 | 88ae8695987ada722184307301e221e1ba3cc2fa | /chrome/browser/ash/login/extensions/login_screen_extensions_content_script_manager_factory.h | 289026490e485090a23b7922c4964fdaed2eba8d | [
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 1,496 | 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_ASH_LOGIN_EXTENSIONS_LOGIN_SCREEN_EXTENSIONS_CONTENT_SCRIPT_MANAGER_FACTORY_H_
#define CHROME_BROWSER_ASH_LOGIN_EXTENSIONS_LOGIN_SCREEN_EXTENSIONS_CONTEN... | [
"jengelh@inai.de"
] | jengelh@inai.de |
6ef3104b65d6ecbcad5781e3fe161c1165e121a7 | f25e5bd2c263274b4d7cf735671565807ff9cf0c | /RenderEngine/Include/SkinnedMesh.h | 5db986877f2ac12f9411f966351dd31e11eb4b21 | [
"MIT"
] | permissive | lele94218/3d-graphics-library | bd12b57cb6cd2b868afb2c6dfacbcc06587379ba | 7608deb4c2970fdf7186a19a9e6cc6ad5828df04 | refs/heads/master | 2021-08-28T20:48:31.750961 | 2017-12-13T05:37:39 | 2017-12-13T05:37:39 | 105,690,286 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,838 | h | /*
Copyright 2011 Etay Meiri
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 distributed in the hope that it ... | [
"terry.trxue@gmail.com"
] | terry.trxue@gmail.com |
fa6d48f0c4bf68ad0f2f0a957879ca0871d03204 | baf11cc0aba49c667c68c46a7ece2960bb91b99f | /Room.cpp | 10b78a4aa868a6bd9ca0b86fe41c4eeec7dd4012 | [] | no_license | KladovValentin/walking_sim | c8acdb20e286d89df36cd723dd3ad823d8615805 | f6f2826515d24a986e3a1c1dcebcd8db54c919e0 | refs/heads/main | 2023-07-08T23:23:05.138727 | 2021-08-12T15:11:31 | 2021-08-12T15:11:31 | 392,653,423 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 968 | cpp | #include "Room.h"
Room::Room(vector<point> inputcorners) {
convex.setPointCount(inputcorners.size());
for (size_t i = 0; i < inputcorners.size(); i++) {
corners.push_back(inputcorners[i]);
convex.setPoint(i, sf::Vector2f(inputcorners[i].x, inputcorners[i].y));
}
for (size_t i = 0; i < ... | [
"Valentin1208@gmail.com"
] | Valentin1208@gmail.com |
2d0fa3124dda5b7e860d9eb6fe41289356549710 | 4de159aea4b1eb5a527a3011275be57c4bb8d28f | /src/deps/newton/dWrappers/csharp/wrapperSdk/dNewtonVehicle.h | a4ce964940421138628936ac355b87cc88979dc4 | [
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | tanis2000/binocle-c | 27691ec089a4b75acc451ef6abc4767cb06a6fdd | cd3dbacdd5cb94bfce489b9ee2f07e218c645e29 | refs/heads/master | 2023-09-04T20:39:34.331172 | 2023-08-29T13:22:12 | 2023-08-29T13:22:12 | 192,515,187 | 132 | 8 | MIT | 2023-05-09T14:39:31 | 2019-06-18T10:07:33 | C | UTF-8 | C++ | false | false | 1,619 | h | /*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* including commercial applications, and to alter it and red... | [
"santinelli@altralogica.it"
] | santinelli@altralogica.it |
57c8e5d17b817d65031bb823354e34c28d1735f3 | aed2ad37d2896a0a8cbc008fc225d23b2383d481 | /Vesselness/GLDirection.h | 3dc06d296e9951dc01a9962124380a73cc02f57a | [] | no_license | qchen2017/Thin_Vessel_Segmentation | 67b8b67f13010f8b2b3a10b4eee4e8e69b1d7fb7 | e1e4c1d20acd6fddf2b5ef55abdc6c4a8d5ea71d | refs/heads/master | 2021-08-19T09:31:35.847731 | 2017-11-25T15:52:19 | 2017-11-25T15:52:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,653 | h | #pragma once
#include <queue>
#include "GLViewer.h"
#include "VesselnessTypes.h"
#include "Data3D.h"
namespace GLViewer
{
// rendering object with Maximum Intenstiy Projection
class Direction : public GLViewer::Object
{
/////////////////////////////////////////
// Data
///////////////////////
Data3D<... | [
"yzhong.cs@gmail.com"
] | yzhong.cs@gmail.com |
90299b210723b0d293ac5659c41e19fab783377b | 405d641c6487d96be9e68843edae2e3d3198f975 | /Projekat/mod1/ProcessWavFile/ProcessWavFile/main.cpp | b9c4d47b3ceeea2a2bba70eec3d3d9ee3fdd2e40 | [] | no_license | Djape96/aadsp2 | 8d7a46bdfb38f7de9acf2b637479234800b4828c | 9ca0f6ecebcfbca7cef26971d1e81c986a9310c0 | refs/heads/master | 2020-04-10T01:10:53.904301 | 2018-12-06T17:25:35 | 2018-12-06T17:25:35 | 160,708,252 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,120 | cpp | #include <stdlib.h>
#include <string.h>
#include "WAVheader.h"
#include "expander.h"
#include <cmath>
#include "common.h"
double sampleBuffer[MAX_NUM_CHANNEL][BLOCK_SIZE];
AudioExpander_t expander;
double input_gain;
int mode;
int i;
const double tap_gain_minus6db = 0.25;
const double tap_gain_5db = 0.79;
const do... | [
"predragradonjic96@gmail.com"
] | predragradonjic96@gmail.com |
3c4c3f76e573a2dbe9e1845c8c24e9d3fc75fd77 | 65e00876bdb944938fc9f80f74c98372268d4d3d | /Graphs/connected_components2.cpp | ebebe07d9a9cd2ca1a54218d3ee0c0a3d60eed9f | [] | no_license | nipunarora-eGov/Coding-Interview-101 | 372086b1e80f03e3f00a7b5b8616e0966c0a29f6 | 9fda66bfe0afedc2d161b1657e75a286a0ccdb9e | refs/heads/main | 2023-02-15T07:59:33.433792 | 2021-01-06T09:57:42 | 2021-01-06T09:57:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,568 | cpp | #include <iostream>
#include <vector>
#include <unordered_set>
using namespace std;
void dfs(int start, vector<int>* edges, int n, unordered_set<int>& visited, unordered_set<int>* component) {
visited.insert(start);
component->insert(start);
vector<int>::iterator it = edges[start].begin();
for (;it != edges[start]... | [
"aroranipun1@gmail.com"
] | aroranipun1@gmail.com |
e7e7fef4f187449086e746ed13ff970cb511a32a | 2d07dd66925e083634ad9a45a4eab026252a2b34 | /Competitive Programming 3/String Processing/Ad Hoc String Processing Problems - Part 2/11056 Formula 1.cpp | 091af6f86b2657ab66173e611e87d27bd2ae1e22 | [] | no_license | wilmercastrillon/Ejercicios-Uva-Judge-Online | 8d4f4ccf541be69d2a812d3bf784f6f71e1829a1 | 4ef8d6e15a0afaa2aed031ffc05e6b1ef3b98324 | refs/heads/master | 2021-01-18T03:24:17.282090 | 2021-01-08T01:46:36 | 2021-01-08T01:46:36 | 84,270,599 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,292 | cpp | #include <bits/stdc++.h>
#define forr(i,n) for(int i = 0; i < n; ++i)
#define forab(i,a,b) for(int i = a; i < b; ++i)
using namespace std;
typedef pair<int, string> is;
vector<is> cars;
void tolower(string &s){
forr(i, s.size()){
if(isalpha(s[i]))
s[i] = tolower(s[i]);
}
}
bool cmp(is &a... | [
"wilmercastrillon98@gmail.com"
] | wilmercastrillon98@gmail.com |
a1dd651ea65df0b62a8b64b0c4faf5ac587605af | d5304bab6cf8883f95fb1b1f98edb777e036e438 | /main.cpp | d5b11528256bd4ed8aeaa9d7beaeb58b248b9dbf | [] | no_license | acrowfliedover/Questris | 9c9815463a7e052a32092ce70e57a48f025ba077 | 0183d5d4d8dddfc4c0cd492f28c42de9cec26eaf | refs/heads/master | 2021-08-30T08:01:07.219867 | 2017-12-16T22:59:14 | 2017-12-16T22:59:14 | 108,478,256 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 392 | cpp | //I don't have as much time as I expected on this project...
//So I would just create some functions that would be used in the project...
//which I may complete during winter break.
#include "blocks.h"
#include <QApplication>
int main(int argc, char *argv[])
{
Grid G;
Mino_I I;
G.move_left(I);
QApplica... | [
"leofanrong@gmail.com"
] | leofanrong@gmail.com |
df3a0c239c66fed37772507a3b56ddbb1756a578 | e51251c1c24c6876d0a238cab31af1fe709e6334 | /UVA/x11076 - Add Again/Template.cpp | d42ef2e45fa94e9d38408a998b4d943d8ae2f2e8 | [] | no_license | amubawrnaw/CPL_Solutions | 0329bd52395fc8be61a924f99e3f6b42fefab9ab | 5c18894a9ee18278c915a239a36842747af0feef | refs/heads/master | 2021-05-25T11:46:12.527596 | 2020-08-15T15:53:48 | 2020-08-15T15:53:48 | 127,302,602 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 697 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef pair<int,int> ii;
typedef vector<int> vi;
typedef vector<ii> vii;
typedef long long ll;
typedef pair<int,ii> iii;
int main() {
freopen("out.txt","wt",stdout);
string line;
int n;
while(scanf("%d",&n),n) {
set<int> s;
ll mult = 1;
int arr[n];
int temp;... | [
"amubawrnaw@gmail.com"
] | amubawrnaw@gmail.com |
69ddebbc00babf0b690ee466e9cf7b4fc0ec14c2 | 6b4523f8c47646035f27746d6de20fecf9bf647d | /STLlist/STLlist.cpp | 4976e5ea6d46d2d60ffc621529985c1a57812605 | [] | no_license | krknight/Sauce | 4707433e201ec7ddaf2e7f6f2705be0dbc15365d | 42a97e490cd23b0c5ca5e914e5f5bbab19022b5c | refs/heads/master | 2020-05-17T04:54:33.497018 | 2019-07-05T19:49:52 | 2019-07-05T19:49:52 | 183,520,676 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,223 | cpp | //============================================================================
// Name : STLlist.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <... | [
"keith.knight@rockwellcollins.com"
] | keith.knight@rockwellcollins.com |
09e9507a6120fd9eed55754809a310f939c84253 | 3c6a03f64e42e9fc43400958d8e2962a47a8ef5c | /source/engine/resources/MusicResource.h | 79bda2c5ce616a9d1d211cc926ab7495e7ece1e5 | [
"MIT"
] | permissive | AlexKoukoulas2074245K/Genesis | b9aa976f6fdcdf12e4f4d56d14fa324933e8996f | 23c114cfe06b65b0b7b5f7807a9ceb4faf8cdf88 | refs/heads/master | 2021-06-29T22:26:34.885146 | 2021-02-28T15:21:09 | 2021-02-28T15:21:09 | 222,722,925 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,310 | h | ///------------------------------------------------------------------------------------------------
/// MusicResource.h
/// Genesis
///
/// Created by Alex Koukoulas on 20/11/2019.
///------------------------------------------------------------------------------------------------
#ifndef MusicResource_h
#define Mus... | [
"alex.koukoulas@king.com"
] | alex.koukoulas@king.com |
d918a1fe099574774adc15cecfce71f6dd0b3cf4 | bc210ab658c83e3a1019317024cc05a0f124b8f4 | /Rainforce/goal.cpp | 12d5731bf6f738cbdd5d71558bae81893373322b | [] | no_license | Tomself/rainforce | 01e0eb6b31e790f24c5896a6d38115d568c50211 | b634ac20fe9b9e254c0cfdac7f9421d9593b6e6f | refs/heads/master | 2021-01-10T15:19:18.934278 | 2015-12-09T04:38:24 | 2015-12-09T04:38:24 | 47,665,442 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | cpp | #include "stdafx.h"
#include "goal.h"
#include "rrandom.h"
goal::goal()
{
_mx = 0;
_my = 0;
_fieldNum = 0;
_fx = 0;
_fy = 0;
}
goal::goal(int fn) {
_fieldNum = fn;
}
goal::~goal()
{
}
int goal::random() {
int n;
n = rrandom(_fieldNum);
return n;
}
void goal::setMyRocation() {
_mx = random();
_... | [
"researchtoom@outlook.com"
] | researchtoom@outlook.com |
3801c4728eb4237533091ce99fb3924fed35fb5b | 45014139581f1211a43b6415a6ee32d442c29fc0 | /src/services/network/network_context.h | 706a87b596b98b94b5c96b5c904ca430684347a2 | [
"BSD-3-Clause"
] | permissive | webosose/chromium91 | a31b847e64391c3de98ca5b6dac3ac247d393e78 | b28e2ae83ee2e4907a36a49a4c0f054aa386dbfa | refs/heads/master | 2022-12-12T09:32:30.580155 | 2022-09-01T09:02:15 | 2022-09-18T23:58:11 | 460,692,960 | 1 | 5 | null | 2022-10-05T07:19:39 | 2022-02-18T03:16:04 | null | UTF-8 | C++ | false | false | 33,175 | h | // Copyright 2017 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 SERVICES_NETWORK_NETWORK_CONTEXT_H_
#define SERVICES_NETWORK_NETWORK_CONTEXT_H_
#include <stdint.h>
#include <map>
#include <memory>
#include <s... | [
"youngsoo.choi@lge.com"
] | youngsoo.choi@lge.com |
28317b17c6040004ce6c82171b9ddbd696d805af | 84068756756de93455cf7cbd4149caf9afc92f4d | /counter_test_desktop/linux/my_application.cc | 22afd476c770a5e9eb0d564fb0f585cb456f888e | [] | no_license | andresgcarmona/flutter-examples | 61476a14d5f1580491e92fe4935151a35ffa5c33 | 2d93fd2da27cff349db2f3e3896336cb4fbd1e17 | refs/heads/master | 2022-12-07T03:29:07.702188 | 2020-09-04T23:36:52 | 2020-09-04T23:36:52 | 292,966,487 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,437 | cc | #include "my_application.h"
#include <flutter_linux/flutter_linux.h>
#include "flutter/generated_plugin_registrant.h"
struct _MyApplication {
GtkApplication parent_instance;
};
G_DEFINE_TYPE(MyApplication, my_application, GTK_TYPE_APPLICATION)
// Implements GApplication::activate.
static void my_application_acti... | [
"ing.andres.carmona@gmail.com"
] | ing.andres.carmona@gmail.com |
ee8375023328588727d52086712717213d5841d9 | 0d5862200f1fb20bbe2e0d0bfd2f29928a5049e0 | /demos/sinescroll/sim/main_sinescroll.cpp | 6b1164f6a848b4497ee86c129681fa118256c167 | [
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | projf/projf-explore | 4e0b1f2f188adb8b16e401bf7ecc705a2225bd7d | ff5633e8a1ca5638831e1fbaf3c9654d13d014c9 | refs/heads/main | 2023-09-05T21:00:50.419479 | 2023-08-05T12:22:38 | 2023-08-05T12:22:38 | 258,746,878 | 436 | 55 | MIT | 2023-08-05T12:22:40 | 2020-04-25T10:21:33 | SystemVerilog | UTF-8 | C++ | false | false | 3,726 | cpp | // Project F: Sine Scroller Verilator C++
// (C)2023 Will Green, open source software released under the MIT License
// Learn more at https://projectf.io/posts/sinescroll/
#include <stdio.h>
#include <SDL.h>
#include <verilated.h>
#include "Vtop_sinescroll.h"
// screen dimensions
const int H_RES = 640;
const int V_RE... | [
"noreply@github.com"
] | projf.noreply@github.com |
47067aff24bc4a8138717301394617cde5b98d84 | 80ea2ec75f3505931c6643a4159f5784d24f7112 | /src/folly/src/Format.cpp | 5e77978515b1d1f3fc6264a4b22a1dd4737c3a75 | [] | no_license | ksmurph1/VulkanConfigurator | 843c6282b5eb75c9bcf5d0501ba2ff2b293fc930 | 986992a8b963a6b271785a77d5efd349b6e6ea4f | refs/heads/master | 2023-03-30T14:11:27.417840 | 2021-04-03T20:57:28 | 2021-04-03T20:57:28 | 270,752,561 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,976 | cpp | /*
* Copyright 2012-present Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | [
"ksmurph1@gmail.com"
] | ksmurph1@gmail.com |
81435a40eb8faf06d0dcba59c3978166e3f3146e | e7bd9ad58b8163c4b5bd2e7cadad396a5a392ceb | /src/ui/linux/TogglDesktop/colorpicker.cpp | 2e157f4aac4e779e22376809c6b1cd23e4ac6030 | [
"BSD-2-Clause"
] | permissive | NghiaTranUIT/toggldesktop | becd430873859017fa6cba7b5e2593906dafde8b | 4bdd1c2664db25af0bf9e5b7bd3f9d6ce27c57d1 | refs/heads/master | 2020-04-07T07:18:14.523470 | 2018-12-03T12:19:19 | 2018-12-03T12:19:19 | 158,171,293 | 0 | 0 | BSD-3-Clause | 2018-11-19T09:42:50 | 2018-11-19T06:16:25 | C++ | UTF-8 | C++ | false | false | 1,796 | cpp | // Copyright 2016 Toggl Desktop developers.
#include <QGraphicsDropShadowEffect>
#include "colorpicker.h"
#include "ui_colorpicker.h"
#include "timeentryeditorwidget.h"
ColorPicker::ColorPicker(QWidget *parent) :
QDialog(parent),
ui(new Ui::ColorPicker)
{
ui->setupUi(this);
setModal(true);
setWind... | [
"indzuliin@gmail.com"
] | indzuliin@gmail.com |
087c13efd16b619c18249e36c996bde5a72a1dc2 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/eigen/test/jacobisvd.cpp | f6c567829dd717add037fab95aca619a9e300a9e | [
"GPL-3.0-only",
"MPL-2.0",
"LGPL-2.0-or-later",
"Minpack",
"BSD-3-Clause",
"LGPL-3.0-only",
"MIT"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 12,801 | cpp | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a cop... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
3d0cbe5cbcfcafaacc9956c3349f95e7a3fd4e6e | ca5f51c4fecdb3cca7ffc0544c17de0c412086f8 | /Dynamic programming/partition-a-set-into-two-subsets-such-that-the-difference-of-subset-sums-is-minimum.cpp | 141166192e2e807958ea4f9bbe8d77d4fa4a87d7 | [] | no_license | avinashw50w/ds_algo | f517bbb326a922258e6ef7816e6c06593a2d06aa | bc73bd617486ab8fcbbdd8a076cacd3761c6c954 | refs/heads/master | 2023-07-22T17:44:44.815336 | 2023-07-13T07:38:22 | 2023-07-13T07:38:22 | 193,303,550 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,093 | cpp | /*Recursive Solution (good for checking an containing both positive and negative numbers)
The recursive approach is to generate all possible sums from all the values of array and to check which solution is the most optimal one.
To generate sums we either include the i’th item in set 1 or don’t include, i.e., include ... | [
"avinash.kumar@seenit.in"
] | avinash.kumar@seenit.in |
55c7afa8f5599ee489e74f62de6afb060824ce9d | 97f8be92810bafdbf68b77c8a938411462d5be4b | /tests/IResearch/IResearchPrimaryKeyReuse-test.cpp | 89b3fceb79b1a593311f5783d78c2ee10914ad00 | [
"Apache-2.0",
"BSD-3-Clause",
"ICU",
"LGPL-2.1-or-later",
"BSD-4-Clause",
"GPL-1.0-or-later",
"Python-2.0",
"OpenSSL",
"Bison-exception-2.2",
"JSON",
"ISC",
"GPL-2.0-only",
"MIT",
"BSL-1.0",
"LicenseRef-scancode-public-domain",
"CC0-1.0",
"BSD-2-Clause",
"LicenseRef-scancode-autoco... | permissive | solisoft/arangodb | 022fefd77ca704bfa4ca240e6392e3afebdb474e | efd5a33bb1ad1ae3b63bfe1f9ce09b16116f62a2 | refs/heads/main | 2021-12-24T16:50:38.171240 | 2021-11-30T11:52:58 | 2021-11-30T11:52:58 | 436,619,840 | 2 | 0 | Apache-2.0 | 2021-12-09T13:05:46 | 2021-12-09T13:05:46 | null | UTF-8 | C++ | false | false | 16,210 | cpp | ////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany
/// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except... | [
"noreply@github.com"
] | solisoft.noreply@github.com |
2ff3911eb79944c967f0cf2fcd5947ca3a7e0681 | d05c7821a02fd69b979ae31dc4a18c712a14f949 | /Classes/ui/scenes/WelcomeScene.h | 8bd9545e071e273f87db57c3b35cac2f9d280e6d | [] | no_license | Toneyisnow/PixelPuzzle | f5b99afde0f22a2038d75f1ab2abf1db782ab4c0 | e8bbfcbbc3ada8168a8a6b946fc279a5e746afe1 | refs/heads/master | 2022-12-12T18:23:53.166859 | 2019-07-07T00:55:48 | 2019-07-07T00:55:48 | 194,743,775 | 0 | 0 | null | 2022-12-08T05:46:40 | 2019-07-01T21:13:59 | C++ | UTF-8 | C++ | false | false | 1,663 | h | /****************************************************************************
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal... | [
"charlie_5899@hotmail.com"
] | charlie_5899@hotmail.com |
aa0a24505abe3131fcd7e257b2c65308f7b8753e | 993ef8924418866f932396a58e3ad0c2a940ddd3 | /Utils/src/HiddenSectorProducer.cc | eaceb5738abac3158666149b4d98c552e9538778 | [] | no_license | TreeMaker/TreeMaker | 48d81f6c95a17828dbb599d29c15137cd6ef009a | 15dd7fe9e9e6f97d9e52614c900c27d200a6c45f | refs/heads/Run2_UL | 2023-07-07T15:04:56.672709 | 2023-07-03T16:43:17 | 2023-07-03T16:43:17 | 29,192,343 | 16 | 92 | null | 2023-07-03T16:43:28 | 2015-01-13T13:59:30 | Python | UTF-8 | C++ | false | false | 20,238 | cc | // system include files
#include <memory>
#include <vector>
#include <cmath>
#include <map>
#include <tuple>
#include <utility>
#include <unordered_set>
// user include files
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHa... | [
"kpedro88@gmail.com"
] | kpedro88@gmail.com |
d82a75c3f531b1c31e053197067b6f43a23379e6 | bb62c6e70b7b536e658f2c045e224735fb2e9532 | /src/plugins/opengl/src/constant_buffer_opengl.cpp | 239886718b03453e0771fbd2baacc9e7de3d7d80 | [
"Apache-2.0"
] | permissive | kariem2k/halley | b66173ef200e9b3479c433f6fd89f2e0a54f585f | 6f2d09b06e49ec22ffc1457b7eda6bcd888b796d | refs/heads/master | 2020-09-20T14:32:06.167665 | 2019-11-28T12:13:37 | 2019-11-28T12:15:19 | 224,511,194 | 1 | 0 | Apache-2.0 | 2019-11-27T20:23:35 | 2019-11-27T20:23:35 | null | UTF-8 | C++ | false | false | 625 | cpp | #include "constant_buffer_opengl.h"
#include "halley/core/graphics/material/material_parameter.h"
#include "halley/core/graphics/material/material_definition.h"
#include "gl_utils.h"
#include "halley/support/exception.h"
#include "texture_opengl.h"
using namespace Halley;
ConstantBufferOpenGL::ConstantBufferOpenGL()
... | [
"archmagezeratul@gmail.com"
] | archmagezeratul@gmail.com |
d9fd9977d09a4ae52d1ffb7adb194462b7d14ad3 | 310faffd4b11ffb0287860e7150cd06e681e29c7 | /game.cpp | 69e6ee58ead7b1621fe4c70db1258df6804b1f47 | [] | no_license | vishal22091997/Basic-Programming | 370b2cde5e8192059172a558f9ee96e844672abc | e32743b75b42bcb8d56561bb514b883973da6800 | refs/heads/master | 2021-01-19T16:50:10.090072 | 2017-05-24T13:24:21 | 2017-05-24T13:24:21 | 88,290,755 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,095 | cpp | #include <stdio.h>
#include <time.h>
#include <stdlib.h>
#include <conio.h>
#include<time.h>
#include<ctype.h>
#include <time.h>
#include <windows.h>
#include <process.h>
#define UP 72
#define DOWN 80
#define LEFT 75
#define RIGHT 77
int length;
int bend_no;
int len;
char key;
void record();
void load();
int life;
vo... | [
"vishalsethi60@gmail.com"
] | vishalsethi60@gmail.com |
3faa5a17691838e0c717898160747fe7255b6664 | 84960fe6bed34cf2c4473e90693e91f74da26012 | /BedLeveling.cpp | 4ec04d5a21e657434832cb61056c4b0bef7754e2 | [] | no_license | rc-bellergy/micromake-d1-firmware | dd9e0e573546f15239bf14f43464abe71ec896cc | d91b0b0ebd8363eb5b74ffc0e0a17455e0063d62 | refs/heads/master | 2020-04-17T16:55:37.474024 | 2019-01-21T07:15:13 | 2019-01-21T07:15:13 | 166,762,182 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,437 | cpp |
/*
More and more printers now have automatic bed leveling using an ever increasing variety of methods.
This makes the leveling routine one of the most complex parts of the firmware and there is not one
way to level but hundreds of combinations.
First you should decide on the correction method. Once we know ho... | [
"rc@bellergy.com"
] | rc@bellergy.com |
99dc017155183ce4c367d3ccbe45ba1dd6e46ab0 | 03db468bb837a4a6a009c778d3f2392261c36884 | /ArxProject2/ArxProject2/DrawRecJig.h | 21acabf23735b0107d9bf2d5bd1477375b407304 | [] | no_license | JieGou/C-AutoCAD | d89592d05b3d5120b57f1f75071b07d7fa2a038e | aa076459aae0c0eab70aee8f55569896fca618e5 | refs/heads/master | 2023-03-17T02:32:42.584578 | 2020-05-21T07:17:07 | 2020-05-21T07:17:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 384 | h | #pragma once
#include "C:\Autodesk_ObjectARX_2018_Win_64_and_32_Bit\inc\dbjig.h"
class DrawRecJig :
public AcEdJig
{
public:
DrawRecJig();
~DrawRecJig();
virtual DragStatus sampler();
virtual bool update();
virtual AcDbEntity* entity() const;
bool DoIt(AcGePoint3d &ptCenter,AcDbObjectId &plId);
private:
AcDbPol... | [
"ggbman@hotmail.com"
] | ggbman@hotmail.com |
fab41087cfde9d2f8c5c7867ac68bd5e2d4184e1 | a80e7dad80bfac6951b179c8610b5d1cfcf54869 | /src/miscFunc.cpp | 07f816d32cf014132a17f72ced38f73b13683646 | [] | no_license | cyberliem/CPPProject | 09e6f60b20ddc15be2589e0297afdf6af8209124 | ed44f9e1402fad1a87c098fc7160f90bf61a40fb | refs/heads/master | 2020-06-13T21:34:04.874204 | 2016-12-12T07:05:48 | 2016-12-12T07:05:48 | 75,551,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 345 | cpp | #include "miscFunc.h"
std::string trimStr(std::string totrim){
std::string temp;
while (isspace(totrim[0])){
temp=totrim.substr(1,totrim.length());
totrim=temp;
}
while (isspace(totrim[(totrim.length()-1)])){
temp=totrim.substr(0,totrim.length()-2);
totrim=temp;
}... | [
"cyberliem.civil@gmail.com"
] | cyberliem.civil@gmail.com |
f656ee8d5c9baae896ad098db31910f95355c31d | d3bd59b8e5c880bb2b348978042b809c0d58838c | /TinyRtree.h | 8a2a0ef5c184de799feb5d1b2a58076025fa5f9f | [] | no_license | cloudray8580/TinyRtree | 461bf0031ae45ce578c36705f0f5c6051951a04d | cec36208bc92bf2e6444df7b054036a903e53a74 | refs/heads/master | 2023-02-01T03:13:55.629515 | 2020-12-15T04:07:39 | 2020-12-15T04:07:39 | 321,337,489 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,070 | h | /**
* Created by Cloud on 2020/9/13.
* The TinyRtree is designed to be a simple, efficient and easy to modify prototype of Rtree.
* Notice: We keep all the function definition in this .h file as template usage may make
* some compiler unable to work with a seperate .cpp file.
* ref: https://stackoverflow.com/quest... | [
"240078316@qq.com"
] | 240078316@qq.com |
4af7fbe96ba575acd04946efb8305a74afd7d5e0 | a3c053444c85825e3bae3b1f365d896f36792dd0 | /MinecraftSpeedrunHelper/Util/Util.h | 16a78a98d14bc004afda7039f00a348d05197e36 | [
"MIT"
] | permissive | FFace32/MinecraftSpeedrunHelper | 78c36d6627cc25904014dc6e587e3a344f50e2f2 | 1ebf57fbb2c1f0e48d9f67fc10bbbae1db9a7b69 | refs/heads/master | 2022-11-30T19:12:17.109392 | 2020-08-12T16:21:57 | 2020-08-12T16:21:57 | 286,347,520 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 306 | h | #pragma once
#include <thread>
template <long long Duration, typename Fn>
auto SleepFunction( const Fn& Func )
{
auto Return = Func();
while ( !Return )
{
Return = Func();
std::this_thread::sleep_for( std::chrono::milliseconds( Duration ) );
}
return Return;
}
int Random( int Min, int Max ); | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
37a0d44eb636666504c140ecb8fc77132e53a358 | a00eba8fd0ffd343546db0dc022052d6a0ffd754 | /1.TwoSum.cpp | 6215a3fd3241a831edf48739be56dea6bd8ecab8 | [] | no_license | gautamgtm/LeetCode | 16ed26c7535920694e8f06f642f309eae3fadf1d | 56b708a1b265955e071f79cdbcb159ce9ded76b4 | refs/heads/master | 2020-09-27T14:53:36.997020 | 2017-04-21T11:00:18 | 2017-04-21T11:00:18 | 66,429,235 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,082 | cpp | //1.TwoSum
#include <iostream>
#include <cstdio>
#include <algorithm>
#include <cstdlib>
#include <vector>
#include <string>
#include <cstring>
#include <set>
#include <map>
#include <queue>
#include <stack>
#include <list>
#include <cmath>
#include <iomanip>
#include <time.h>
#include <climits>
#inclu... | [
"noreply@github.com"
] | gautamgtm.noreply@github.com |
c60405eb142147ec801d3b5216af41959c75fb41 | abb0500e79faa61b31f7fd7a7217c784200aa489 | /Tools/GenNameEnuDlg.h | c6894deecc88204427d033f435b0e6cdf62d036d | [] | no_license | 15831944/share-strategy | 1dbf6f9ff41544434c158a4b29d699404703126a | 440896aabc61c5414d0893666e2cdaeb7fcc1460 | refs/heads/master | 2023-04-01T19:51:29.528327 | 2017-02-07T02:55:01 | 2017-02-07T02:55:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,362 | h | #if !defined(AFX_GENNAMEENUDLG_H__880D48EA_4494_4E36_BAA2_69D986527DC9__INCLUDED_)
#define AFX_GENNAMEENUDLG_H__880D48EA_4494_4E36_BAA2_69D986527DC9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GenNameEnuDlg.h : header file
//
///////////////////////////////////////////////////////////////... | [
"MyRoam"
] | MyRoam |
81f6983518212f6b7508d004cd8271ff37844708 | f7e5fc39d2052851e82edb19f9abca5d68e91581 | /topics/games/monkey-keg/ale/box2d-jump/src/main.cpp | 32cb3f5632e9b2647e98107e19bd81bfb9ab7327 | [] | no_license | opentechschool-zurich/cpp-co-learning | 6a35fa889b66d94648a6abb3c08dec9cb97204f3 | c4496866081d6b9b853fbe07146c5f6b88c7a1c2 | refs/heads/master | 2022-08-08T05:11:18.227097 | 2022-07-31T19:38:53 | 2022-07-31T19:38:53 | 43,436,181 | 30 | 12 | null | 2019-11-03T17:39:00 | 2015-09-30T13:58:41 | C++ | UTF-8 | C++ | false | false | 241 | cpp | #include <iostream>
#include <SFML/Graphics.hpp>
#include <SFML/System/Clock.hpp>
#include <SFML/System/Time.hpp>
#include <Box2D/Box2D.h>
#include "game.h"
int main()
{
Box2DJump::Game game;
game.init();
game.run();
}
| [
"ale@graphicslab.org"
] | ale@graphicslab.org |
cdb73d2dc0ebba536cb0176a25157c5cdb6c031b | 4bea57e631734f8cb1c230f521fd523a63c1ff23 | /projects/openfoam/rarefied-flows/impingment/sims/templates/wedge15Ma5/0.28/uniform/functionObjects/functionObjectProperties | b92f33c61a200e12c3729c3b505e7eb6a63cc11a | [] | no_license | andytorrestb/cfal | 76217f77dd43474f6b0a7eb430887e8775b78d7f | 730fb66a3070ccb3e0c52c03417e3b09140f3605 | refs/heads/master | 2023-07-04T01:22:01.990628 | 2021-08-01T15:36:17 | 2021-08-01T15:36:17 | 294,183,829 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 898 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"andytorrestb@gmail.com"
] | andytorrestb@gmail.com | |
1db08c86f3f6f7302c2efc2f558489c730e1b87d | 86f4f3464a59f1dd5882712b7646f98ebedb8cf9 | /Source/Samples/01_HelloWorld/HelloWorld.cpp | aba88a277c60d0a485b6fe2b7a1054252e2f99b6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | corefan/AlimerGameEngine | 0b89805faa3bf1e9fe4c67bd92126857b64a9d3b | 8ba88c7c31f5e15bd6633c595f0d1fce28721905 | refs/heads/master | 2021-01-01T15:21:24.320337 | 2017-07-17T17:59:11 | 2017-07-17T17:59:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 956 | cpp | /*
** Alimer - Copyright (C) Amer Koleci
**
** This file is subject to the terms and conditions defined in
** file 'LICENSE.md', which is part of this source code package.
*/
#include "HelloWorld.h"
#include "Engine/Main.h"
#include "ShaderCompiler.h"
HelloWorld::HelloWorld()
: Application()
{
}
HelloWorld::~HelloW... | [
"amerkoleci@gmail.com"
] | amerkoleci@gmail.com |
5e4045e455f9d630535c4bb2373b6d6f3398d071 | 765dd1a6c46a3a167c59fa6355637df7f8b531eb | /sommet.h | bc1786e31dd3b994260a4ef065850bbab0f04206 | [] | no_license | johanlemesle/TD-TP-6 | 49560d719d8529f90b7d58f8b11826afc08a15b4 | 3f254da9e38c9c35edb2045ac36262656957225e | refs/heads/master | 2020-05-24T20:50:02.789499 | 2019-05-19T10:26:56 | 2019-05-19T10:26:56 | 187,462,352 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 690 | h | #ifndef SOMMET_H_INCLUDED
#define SOMMET_H_INCLUDED
#include "coords.h"
#include <vector>
class Sommet
{
private :
Coords m_position;
bool m_selection;
public :
Sommet();
Sommet(Coords pos, bool sel = false);
~Sommet();
void saisir();
void afficher() c... | [
"lemesle.johan.pro@gmail.com"
] | lemesle.johan.pro@gmail.com |
267ed895437ad2863f0a63c33e0b80186c21aa90 | dba6aacfd15bca979a0746df6ecd1d626b704f52 | /src/Trigger_SoundTrigger.cpp | 3fef0bf0559ad3c6114128818c6e3eea1a2290ee | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | ammeir/hurrican | 6554e7e6c3e031949d4fc0bc549c4ed31050e39c | 8e4e543d11e466678eeac5d8533e29b530240920 | refs/heads/main | 2023-03-01T13:23:27.902005 | 2021-02-15T10:40:41 | 2021-02-15T10:40:41 | 336,531,010 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,788 | cpp | // --------------------------------------------------------------------------------------
// Der Sound Trigger
//
// L�dt Sound mit Namen "Value1.wav" (bei Value1 == 1 z.B. also "1.wav")
// Value2 : 0 = Sound st�ndig loopen und Lautstärke vom Spieler abh�ngig regulieren
// 1 = Bei SpielerAbstand < 100 Sound einmalig ... | [
"62232971+ammeir@users.noreply.github.com"
] | 62232971+ammeir@users.noreply.github.com |
32ff41a784a7c3590b4a00be09e7891055941fe8 | 9987fded6026ace187753eaa3e520d0bb72047a0 | /isis/src/qisis/objs/MosaicSceneWidget/MosaicSelectTool.h | ea25514cedbeb06fdb1988ccd807d847134f8fcc | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | kberryUSGS/ISIS3 | 1345e6727746e2ebc348058ff3ec47c252928604 | b6aba8c38db54d84b1eb5807a08d12190bf8634e | refs/heads/dev | 2021-07-17T16:53:37.490510 | 2021-03-13T00:09:53 | 2021-03-13T00:09:53 | 118,936,778 | 0 | 1 | Unlicense | 2020-03-31T19:44:30 | 2018-01-25T16:17:20 | C++ | UTF-8 | C++ | false | false | 638 | h | #ifndef MosaicSelectTool_h
#define MosaicSelectTool_h
#include "MosaicTool.h"
#include <QAction>
namespace Isis {
/**
* @brief Handles selection operations for Isis qt apps
*
* @ingroup Visualization Tools
*
* @author ????-??-?? Stacy Alley
*
* @internal
* @history 2011-09-27 Steven Lambr... | [
"slambright@usgs.gov"
] | slambright@usgs.gov |
ce30e29bf1be00459cf0a1b4a6004c40ba1029db | aa28a41d90f5f89948f55cb00e09405f768c072a | /problems/inc/problem_45.h | 8c8e81603d4c428192ef626518b6ea1f4f2a19fd | [] | no_license | jigjnasu/project_euler | 401f5749bb786935fb7256e68a2168ca39e66f5f | 75d167639b3ef4fe6c0a6065fd58daeedc408b18 | refs/heads/master | 2022-11-30T10:12:54.625495 | 2022-11-27T01:37:26 | 2022-11-27T01:37:26 | 55,945,320 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 476 | h | #ifndef PROJECT_EULER_PROBLEMS_PROBLEM_45_H_
#define PROJECT_EULER_PROBLEMS_PROBLEM_45_H_
namespace project_euler {
namespace problems {
class Problem_45 {
public:
Problem_45();
~Problem_45();
void next_number() const;
private:
bool m_is_pen... | [
"cpp.rakesh@gmail.com"
] | cpp.rakesh@gmail.com |
1b4ea8dec96eade10399768c00ee2ea29c4e4194 | 335ac63a6811b39f12752e99092a5620b0ef8c37 | /190423 DX/D2Dll/Pramwork/core/D3D11/ShaderSatge/PixelShader.cpp | a7d1d1e96d10b8a0233a55eb4f80cc2488fab4a2 | [] | no_license | siro0413/siro413 | cd91e0655b4fe4d585829556c4e75139dda5799e | 85d9ad1960c38262df1468eb48df9550d66231ce | refs/heads/master | 2020-04-29T09:11:18.462381 | 2019-05-03T12:36:41 | 2019-05-03T12:36:41 | 176,014,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,086 | cpp | #include "stdafx.h"
#include "PixelShader.h"
#include "Pramwork/core/D3D11/D3D11_Helper.h"
PixelShader::PixelShader(Context * context)
: shader(nullptr)
, path("")
, entryPoint("")
, shaderModel("")
{
graphics = context->GetSubsystem<Graphics>();
}
PixelShader::~PixelShader()
{
Clear();
}
void ... | [
"noreply@github.com"
] | siro0413.noreply@github.com |
04f350a5e184ec6a2518325d38f3b0af2c4fbc8b | e9d1d1b9d9f504d3e5a2300844a82f5ae8fb0b09 | /C++/dll.cpp | c31d8443df736922c0370b95ab4ea066b364b62c | [] | no_license | kar10tik/Elementary_DSA | d66865e208417bb6a56c67ecc5c5864a8054a730 | 084daaaba967324cb8f72a08115458ee4a215f5b | refs/heads/main | 2023-07-22T18:14:03.711818 | 2023-07-07T04:03:29 | 2023-07-07T04:03:29 | 236,736,623 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,921 | cpp | //DLL in C++
#include <iostream>
#include <bits/stdc++.h>
using namespace std;
class Node
{
public:
Node *next;
Node *prev;
int data;
};
Node *head = NULL;
void insert_node_b(Node **ref, int x) //ref is the head pointer
{
Node *head = new Node();
head -> data = x;
head -> nex... | [
"kartik_sahajpal@sindia.co.in"
] | kartik_sahajpal@sindia.co.in |
d43591ca04e6793209f8858ad0c03fca309f43de | 411f5af436691ef112ca66e28e2e3acd13f5942d | /samples/server/petstore/pistache-server/api/PetApi.cpp | edcdc694951edf6919ac0a93e3b6da6470939c92 | [
"Apache-2.0"
] | permissive | swagger-api/swagger-codegen | 3e8326c45ba5cb5a73806150b3e1e6fe598e119a | 0ba698d52d19e0cb79332bc13f20e02e00cedab7 | refs/heads/master | 2023-09-03T17:14:24.367082 | 2023-08-15T14:03:02 | 2023-08-15T14:03:02 | 2,006,876 | 16,415 | 7,319 | Apache-2.0 | 2023-09-14T14:06:09 | 2011-07-06T14:26:48 | Mustache | UTF-8 | C++ | false | false | 5,789 | cpp | /**
* Swagger Petstore
* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
*
* OpenAPI spec version... | [
"wing328hk@gmail.com"
] | wing328hk@gmail.com |
e5d12dd6a883d4ce5e3db47e7580bb14aedf265a | 2e46ef9411a8e84074d35338240a69f65b7a6a5d | /include/tdp/inertial/imu_outstream.h | 27f9b746c46c858b3e10c082c747ce41e4b639b9 | [
"MIT-feh"
] | permissive | zebrajack/tdp | c0deff77120e20f0daf32add31cbcebe480fb37d | dcab53662be5b88db1538cf831707b07ab96e387 | refs/heads/master | 2021-07-08T12:10:09.626146 | 2017-09-11T19:25:42 | 2017-09-11T19:25:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 880 | h |
#pragma once
#include <string>
#include <tdp/inertial/imu_obs.h>
#include <pangolin/utils/picojson.h>
#include <pangolin/utils/uri.h>
#include <pangolin/log/packetstream.h>
namespace tdp {
class ImuOutStream {
public:
ImuOutStream(const std::string& path, size_t buffer_size_bytes = 1000);
~ImuOutStream();
bo... | [
"jstraub@csail.mit.edu"
] | jstraub@csail.mit.edu |
e8788922346a33d2000e21136b6e36de667025fd | d8c2a2308e068ea8786660513dbd190dc8abed30 | /src/HTTP/HttpResponse.h | 205c46030c01cab4ae59c7c23a9b8f6068a6200f | [
"MIT"
] | permissive | ABILATA/evo3 | ef2bae7d31576b09a510ab485d9342452212f7df | 3ffee5bc3231e52c3338bd06dccf05982c39e828 | refs/heads/master | 2020-03-19T03:01:56.610296 | 2018-06-05T07:08:42 | 2018-06-05T07:08:42 | 135,687,345 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,402 | h | // Copyright (c) 2011-2017 The Cryptonote developers
// Copyright (c) 2014-2017 XDN developers
// Copyright (c) 2016-2017 BXC developers
// Copyright (c) 2017 Royalties developers
// Copyright (c) 2018 [ ] developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http:/... | [
"joaocatani@gmail.com"
] | joaocatani@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.