blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
edcd05afb94ba647b3f14daee2957949bb987ac4 | 7e309f67cafe5528eaab8757fa34dd9c59355195 | /Algorithms/FirstMissingPositive/firstMissingPositive.cc | 63cc138df50677893293424a2de98f98a2f69269 | [] | no_license | xusiwei/leetcode | 56cc827020ab5a9373d7b4221e8ae82734b01e7e | 80f0c2b2a89843df2ea3adb12828991ad8534373 | refs/heads/master | 2021-04-22T13:26:46.577996 | 2020-05-24T17:06:12 | 2020-05-24T17:06:12 | 36,977,056 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 846 | cc | /*
copyright xu(xusiwei1236@163.com), all right reserved.
First Missing Positive
=======================
Given an unsorted integer array, find the first missing positive integer.
For example,
Given [1,2,0] return 3,
and [3,4,-1,1] return 2.
Your algorithm should run in O(n) time and uses constant space.
*/
class S... | [
"xusiwei1236@163.com"
] | xusiwei1236@163.com |
5f91d8238cf08bdd6b12400a9dd251e850d0c194 | eb127ca81f46dd4798092a7ba137bfbaf3e74410 | /src/weiszfeld.cpp | 1a3bae1672387335729477d03a7ceab81afb1e01 | [
"MIT"
] | permissive | connorzl/cs468_final_project | 5fcf8dd3447e9d6be5680d61bcf6900c9c049fa7 | 5d470e3e3851ee932cf250bbe2fc33a8dbb42eb1 | refs/heads/master | 2023-01-24T16:39:36.193363 | 2020-11-16T20:29:41 | 2020-11-16T20:29:41 | 313,418,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,970 | cpp | #include "weiszfeld.h"
#include "geometrycentral/surface/trace_geodesic.h"
#include "geometrycentral/surface/vertex_position_geometry.h"
#include "geometrycentral/surface/vector_heat_method.h"
#include "geometrycentral/utilities/utilities.h"
namespace geometrycentral {
namespace surface {
int num_iters = 1000;
doub... | [
"connorzl@stanford.cs.edu"
] | connorzl@stanford.cs.edu |
62302b393caf065bf2ca576d210dfe9060e35922 | fb127ef36d6e2bae0ac1da48159a85f6e1bfac9c | /src/daemon.h | d4bdb0a990c6ec40a683300fe6ae60532c979107 | [
"MIT"
] | permissive | grakshith/tasq | 0d96a1423d9110a9e5437d17e28d9cfdfe01c946 | 7d64d2ec416195fb453c7f02428909737a61017f | refs/heads/master | 2021-09-25T20:52:00.391696 | 2018-10-25T09:51:23 | 2018-10-25T09:51:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,338 | h | #include <iostream>
#include <string>
#include <arpa/inet.h>
#include <boost/asio.hpp>
#include <boost/thread/thread.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <mutex>
#include <fstream>
#include <boost/algorithm/string.hpp>
#includ... | [
"hehaichi@gmail.com"
] | hehaichi@gmail.com |
37105a739fbefc7bb10ff4853caf71bde87a6403 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/Trigger/TrigCost/TrigCostRootAnalysis/TrigCostRootAnalysis/MonitorSequence.h | 9b87918485b80091a80e43283cb5794079f2d484 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,050 | h | // Dear emacs, this is -*- c++ -*-
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
// -------------------------------------------------------------
// author: Tim Martin <Tim.Martin@cern.ch>
// -------------------------------------------------------------
#ifndef TrigCostRootAnalysis_... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
c425d6e3a8be38db3a409d73f713537f87e68d0e | 4d0300263d28fb461f285cc2c3dfd7c51621cb4d | /external/Angle/Project/src/compiler/preprocessor/Preprocessor.cpp | b615c85dce04ac81b61e522a05bf2aaebf9d9093 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | coronalabs/corona | 6a108e8bfc8026e8c85e6768cdd8590b5a83bdc2 | 5e853b590f6857f43f4d1eb98ee2b842f67eef0d | refs/heads/master | 2023-08-30T14:29:19.542726 | 2023-08-22T15:18:29 | 2023-08-22T15:18:29 | 163,527,358 | 2,487 | 326 | MIT | 2023-09-02T16:46:40 | 2018-12-29T17:05:15 | C++ | UTF-8 | C++ | false | false | 2,959 | cpp | //
// Copyright (c) 2011 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.
//
#include "Preprocessor.h"
#include <cassert>
#include <sstream>
#include "DiagnosticsBase.h"
#include "DirectiveParser.h"
#include "Macro... | [
"vlad@coronalabs.com"
] | vlad@coronalabs.com |
b28b7805fe1f739eee572f420544c3fdc19a19dd | 84b4e162de99f2c1fc470f03b94d01cadcfc9c05 | /Chp13/Framis.cpp | 14daa5e0af98f83dd1e08c042bebbed2ff78ecc4 | [] | no_license | kate-ly-zhao/Eckel_ThinkingInCPP | a12837deb5cc98b75c39e3302cd146b3dfc9521c | ccaf3d530a438f2f3581ad4264a585b4db920399 | refs/heads/master | 2020-03-19T06:33:54.222172 | 2018-07-13T01:12:43 | 2018-07-13T01:12:43 | 136,033,407 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,691 | cpp | //: C13:Framis.cpp
// Local overloaded new & delete
#include <cstddef> // Size_t
#include <fstream>
#include <iostream>
#include <new>
using namespace std;
ofstream out("Framis.out");
class Framis {
enum { sz = 10 };
char c[sz]; // To take up space, not used
static unsigned char pool[];
static bool alloc_map[];
p... | [
"noreply@github.com"
] | noreply@github.com |
16c3b905acdd4af924f773db4b96762df1437b76 | 0968a33d1860f2d68952afb6d5a84b260bb4ad7b | /BVH.h | bc73ee3ad98a19a1fbf7bf87bbc57b32204ff79d | [] | no_license | CulDeVu/CUDAPathTracer | 8ce86235fb63129e4e0299575d3edcaa4025589d | 0f88ef7d0b14287051b857f6c060082d52ec1bc4 | refs/heads/master | 2021-01-12T12:13:42.437986 | 2016-12-21T14:36:45 | 2016-12-21T14:36:45 | 72,375,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,390 | h | #pragma once
#include <float.h>
#include <math.h>
#include <limits>
#include <queue>
#include "modelLoader.h"
#include "AABBvec3.h"
#include "ivec3.h"
#include "vec3.h"
struct AABB
{
AABBvec3 lo, hi;
__host__ AABB()
: lo(vec3()), hi(vec3())
{ }
void makeNegative()
{
lo = vec3(10000, 10000, 10000);
hi = ... | [
"dtaylo24@gmu.edu"
] | dtaylo24@gmu.edu |
8ac22148eac915a4efb52e821a86898a23df24a6 | c0a6f68a03879dcd19d9fc7ab04af917f6044633 | /src/masternode-payments.cpp | 1cdfee15dbb5c06e501033f2afa4af9589b43459 | [
"MIT"
] | permissive | zzcasper/Joash-Coin-Sources | 6738671b5777c4a1a868dc01ecfe736c5c3fbe83 | f01c1dfe9659245d4ccebb4fa57177911f0e2aae | refs/heads/master | 2020-04-27T02:38:01.151118 | 2019-03-06T18:44:38 | 2019-03-06T18:44:38 | 174,000,842 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 44,871 | cpp | // Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2019 The JoashCoin Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "activemasternode.h"
#include "consensus/validation.h"
#include... | [
"ibo.casper@gmail.com"
] | ibo.casper@gmail.com |
73f5a35163a16afbae917ca427d94a4c9408965d | 010c1c30a9c326ff7ab58cfac39b0115dda50681 | /Classes/CustomScene.cpp | 9ba8ee24146ca54741902ca0319dec171147aacc | [] | no_license | Kylewlk/CocosRenderStudy | 00be6aba5f54db4e14b7160c9a75b7cb3ada0759 | 71bcbf15060c1d4ce9e3a3398de9c9dcf2553f33 | refs/heads/master | 2020-04-01T17:55:33.993640 | 2018-10-16T08:35:13 | 2018-10-16T08:35:13 | 153,459,597 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,884 | cpp | /****************************************************************************
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... | [
"kylewang@hk1180.com"
] | kylewang@hk1180.com |
a2d0801775e695f48b623c293925f8e598be94b8 | aece6337621e82a976daeb9b4acbb0b85dc480f1 | /ArduinoLink/ArduinoLink.ino | ff06b5e620ec07d93959d651bb35ffd832219150 | [] | no_license | utenn0204/ups | 5bc4d51e2a5944e50255ac27f842585b92ece4c2 | 036dffd2e7d688c9488ea2a50f5d7dfb7157e920 | refs/heads/master | 2021-07-23T16:54:27.709080 | 2020-06-20T16:30:37 | 2020-06-20T16:30:37 | 189,379,387 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,423 | ino | //Arduino 控制面板兼讀取資料
void(* resetFunc) (void) = 0;
byte LEDpin = 13;
byte Vin=A0;
float temp=0,voltage=0;
byte control;
void setup()
{
pinMode(LEDpin, OUTPUT);
pinMode(Vin,INPUT);//A0當作電壓輸入腳,需接上<5V電壓及GND,未接上會顯示浮動電壓的3.04倍值
for (int i=2;i<=4;i++){ //2~4腳為電壓控制面板腳,先歸1啟動時不做任何動作,進入loop後透過VB控制增減及切換模... | [
"noreply@github.com"
] | noreply@github.com |
02bd1c7b17183a1496f091ab10b28576b8b98701 | 89ac6a225018aec7ebe61e6de4b4cea7fb928003 | /source/LibKuribo/modules/SymbolManager.hxx | aee4313d1c95dcc5b42e837b2ab935666f87c862 | [] | no_license | magcius/Kuribo | a3d49997f35d8f8469a12e94d57155f6e35a99ba | 2dd35979fcb53728e8b0f5d0bbad39b9ef94461f | refs/heads/master | 2023-06-20T04:22:10.557556 | 2021-07-05T16:34:07 | 2021-07-06T03:09:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,216 | hxx | #pragma once
#include <types.h>
#include <EASTL/vector.h>
#include <debug/assert.h>
#include <util/crc.hxx>
#include <util/deferred.hxx>
namespace kuribo {
class SymbolManager {
public:
SymbolManager() : mEntries(128) { mEntries.resize(0); }
~SymbolManager() = default;
// TODO: We can do better than a single... | [
"34194588+riidefi@users.noreply.github.com"
] | 34194588+riidefi@users.noreply.github.com |
029a99726bfdffb259c7a980a43b8331b7157e61 | c1740337806810e494ffcaa33fa4ca29f5915eec | /PapersheetDrawer.h | 509e0358aa47dea8a0caf5e7671016ae05d0f7bc | [] | no_license | sashapd/CoinRecognition | 8545873aaf8a4a5ca5ba963d09ac6493b8460c4c | 8e0d2550e5b6395f363978300b0aea7c58a911a6 | refs/heads/master | 2021-01-02T09:12:40.193004 | 2017-08-27T23:34:09 | 2017-08-27T23:34:09 | 99,163,725 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 496 | h | //
// Created by Oleksandr Padko on 8/23/17.
//
#ifndef COINRECOGNITION_PAPERSHEETDRAWER_H
#define COINRECOGNITION_PAPERSHEETDRAWER_H
#include <opencv2/core/mat.hpp>
#include "Coin.h"
class PapersheetDrawer {
public:
PapersheetDrawer(cv::Mat &papersheetImage);
void drawCoinsInfo(const std::vector<Coin>& co... | [
"sasha.pad@gmail.com"
] | sasha.pad@gmail.com |
60508f58b7e753619364aa310dd6d80361beafd8 | 50926eaef58ba2b3057ba826c3b1bdcd134cea28 | /src/False.cpp | 7d3927b66899b5d86853dc70776d3e0f81071ad4 | [] | no_license | Sandman1705/Sequent-Calculus-Prover | 1bd0962f7f9921a218c3f3549532fe71bb15a8b3 | a182e35b4a085c0e2cbb517e63fc3b251a3d681b | refs/heads/master | 2020-03-30T20:30:49.175894 | 2018-10-04T15:41:08 | 2018-10-04T15:41:08 | 151,591,155 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 159 | cpp | #include "False.h"
BaseFormula::Type False::getType() const
{
return T_FALSE;
}
void False::printFormula(std::ostream & ostr) const
{
ostr << "FALSE";
}
| [
"sandman1705@gmail.com"
] | sandman1705@gmail.com |
d2d53056be2d55eb98fb824ae75b8567d95e3eb2 | ce71ba08e9094a4d76c8cc1e0cc7891ae016ff60 | /Lib/Chip/Unknown/Fujitsu/MB9BF12xM/MFS2.hpp | cdcf66f22b0967bec389bdb28cb9008d2db1a233 | [
"Apache-2.0"
] | permissive | operativeF/Kvasir | 9bfe25e1844d41ffefe527f16117c618af50cde9 | dfbcbdc9993d326ef8cc73d99129e78459c561fd | refs/heads/master | 2020-04-06T13:12:59.381009 | 2019-01-25T18:43:17 | 2019-01-25T18:43:17 | 157,489,295 | 0 | 0 | Apache-2.0 | 2018-11-14T04:12:05 | 2018-11-14T04:12:04 | null | UTF-8 | C++ | false | false | 36,820 | hpp | #pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//Multi-function Serial Interface 0
namespace Mfs2UartScr{ ///<Serial Control Register
using Addr = Register::Address<0x40038201,0xffffff60,0x00000000,unsigned char>;
///Programmable Clear bit
constexpr Register::FieldLocati... | [
"holmes.odin@gmail.com"
] | holmes.odin@gmail.com |
b32f31788784c3b17627f44a761717e34b957628 | 0bf8d7dc50c2417d53e952e630dc650b23bf8f96 | /TG/bookcodes/ch5/la4128.cpp | 5c0cb5cf859e15aabf0a33559a3b6aef44b3fa56 | [
"Apache-2.0"
] | permissive | shuvro/aoapc-code | ce2f8efd8ce7e5e5fc6792b6a92fecfafb6a011d | e787a01380698fb9236d933462052f97b20e6132 | refs/heads/master | 2021-06-03T10:20:53.765574 | 2016-10-01T01:18:24 | 2016-10-01T01:18:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,694 | cpp | // LA4128 Steam Roller
// Rujia Liu
#include<cstdio>
#include<cstring>
#include<queue>
using namespace std;
const int INF = 1000000000;
const int maxn = 50000 + 10;
struct Edge {
int from, to, dist;
};
struct HeapNode {
int d, u;
bool operator < (const HeapNode& rhs) const {
return d > rhs.d;
}
};
struc... | [
"yileian@umich.edu"
] | yileian@umich.edu |
a31a2accc23eacdea301f50b1ddf10482dddfad8 | 4749b64b52965942f785b4e592392d3ab4fa3cda | /components/proximity_auth/wire_message.cc | 62c8094ba63c63d830c7c232c14576227b28e68c | [
"BSD-3-Clause"
] | permissive | crosswalk-project/chromium-crosswalk-efl | 763f6062679727802adeef009f2fe72905ad5622 | ff1451d8c66df23cdce579e4c6f0065c6cae2729 | refs/heads/efl/crosswalk-10/39.0.2171.19 | 2023-03-23T12:34:43.905665 | 2014-12-23T13:44:34 | 2014-12-23T13:44:34 | 27,142,234 | 2 | 8 | null | 2014-12-23T06:02:24 | 2014-11-25T19:27:37 | C++ | UTF-8 | C++ | false | false | 4,044 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/proximity_auth/wire_message.h"
#include "base/base64.h"
#include "base/json/json_reader.h"
#include "base/logging.h"
#include "base/... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
d02297469be256f26f2adb9d7f5340f54f44de38 | 0a3a009fa93539a2b45b5642341f4cb0c5c62df5 | /Axis.StandardMaterials/domain/materials/linear_iso_commands/LinearIsoStressCommand.cpp | 22d4bc349e33f284f38c4c393952db0c60f03305 | [
"MIT"
] | permissive | renato-yuzup/axis-fem | 5bdb610457013d78a9f62496d4a0ba5e68a5a966 | 2e8d325eb9c8e99285f513b4c1218ef53eb0ab22 | refs/heads/master | 2020-04-28T19:54:21.273024 | 2019-03-31T22:04:22 | 2019-03-31T22:04:22 | 175,526,004 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 950 | cpp | #include "stdafx.h"
#include "LinearIsoStressCommand.hpp"
#include "linear_iso_elastic_kernel.hpp"
namespace admlie = axis::domain::materials::linear_iso_commands;
namespace afm = axis::foundation::memory;
admlie::LinearIsoStressCommand::LinearIsoStressCommand(void)
{
// nothing to do here
}
admlie::LinearIsoStres... | [
"renato@yuzu-project.com"
] | renato@yuzu-project.com |
640cb04378f44efefea430b2adbb58293ba70f3b | 8c8ad3d9b22d3ce4c6291ebb547f17151c887a65 | /20_Valid_Parantheses/main.cpp | 712c65f363387712f52a5afbc7ff4b4a741a8856 | [] | no_license | torwig/leetcode | 0538c7afd33e8be2d976363308ff65e835170585 | a37b1b4767a444815f3c96b8f44d4a956621273e | refs/heads/master | 2023-08-01T03:19:54.448201 | 2021-09-24T19:53:42 | 2021-09-24T19:53:42 | 269,995,401 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,530 | cpp | #include <stack>
#include <string>
#include <cassert>
using namespace std;
bool isValidV1(string s) {
if (s.empty()) return true;
stack<char> tmp;
for (auto c : s) {
if (tmp.empty()) {
tmp.push(c);
continue;
}
auto prev = tmp.top();
switch (c) {
... | [
"torwigua@gmail.com"
] | torwigua@gmail.com |
3d02a0cbad63dd0be06ac1806faa7b0f7e1927e8 | a6ecf3914d0f872b5b7aec33d1cde8e8913f5120 | /DHT11/DHT11.ino | 30300bd78c9910162a6180d355da07fe42921c0c | [] | no_license | pableitor/Arduino | 199a154b79e82ca94a4ca585c36b3ecff4e98d6e | 6b437f46e980c84001ff79fa45f9fca615ac40bc | refs/heads/master | 2021-01-10T06:02:21.399703 | 2015-11-28T12:36:33 | 2015-11-28T12:36:33 | 44,960,326 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 589 | ino | // Libraries
#include "DHT.h"
// Pin
#define DHTPIN 2
// Use DHT11 sensor
#define DHTTYPE DHT11
// Initialize DHT sensor
DHT dht(DHTPIN, DHTTYPE, 15);
void setup() {
// Start Serial
Serial.begin(115200);
// Init DHT
dht.begin();
}
void loop() {
// Reading temperature and humidity
float h = dht.readHumidity();
// Read t... | [
"torrentep@gmail.com"
] | torrentep@gmail.com |
2a8788c560e3c182d864ede6009831de19f590ea | 3507431d0802a6fd7a4eb21f6a1566e9c33cd6d1 | /src/CryptoNoteCore/TransactionPool.cpp | df80a7a7483bc8b3ac79596043270c39ff7dafab | [
"MIT"
] | permissive | akaneoit/alloy | 7cf75f67226f142712ae4889522db2b52c8cc7f5 | 451d5455663a6b647631b6c87da62a2c3856f0a0 | refs/heads/master | 2021-05-13T21:59:22.454510 | 2018-01-06T01:25:14 | 2018-01-06T01:25:14 | 116,477,678 | 2 | 0 | null | 2018-01-06T11:32:03 | 2018-01-06T11:32:03 | null | UTF-8 | C++ | false | false | 23,185 | cpp | // Copyright (c) 2017-2018, The Alloy Developers.
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "TransactionPool.h"
#include <algorithm>
#include <ctime>
#include <vector>
#include <unordered_set>
#include <boos... | [
"alloycashproject@gmail.com"
] | alloycashproject@gmail.com |
a1c1ba2925b6c3fc779c69fcf44eb175b2fc2a1b | 6059ef7bc48ab49c938f075dc5210a19ec08538e | /src/plugins/poleemery/operationstab.h | 86fe60d19016d1faa02bb96ae86f035988f7aaa9 | [
"BSL-1.0"
] | permissive | Laura-lc/leechcraft | 92b40aff06af9667aca9edd0489407ffc22db116 | 8cd066ad6a6ae5ee947919a97b2a4dc96ff00742 | refs/heads/master | 2021-01-13T19:34:09.767365 | 2020-01-11T15:25:31 | 2020-01-11T15:25:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,377 | h | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Boost Software License - Version 1.0 - August 17th, 2003
*
* Permission is hereby granted, free of charge, to any person or organiz... | [
"0xd34df00d@gmail.com"
] | 0xd34df00d@gmail.com |
40727d913c3b1986c962c0907cd7c6cefa84dd5e | ba31b060b684c096989644f1a23141dbf17dadbf | /src/qt/test/test_main.cpp | 820c0cf65e88db9a59e4ccc28b2228cd9cca3646 | [
"MIT"
] | permissive | vidaru/NortNetwork | 7c18117c83b31793dddfdd57b5d6e51e147eeb99 | 02c13d6934803146d78f0dd1c2e2efd1caef47cd | refs/heads/master | 2020-03-18T07:16:07.147331 | 2018-03-22T13:24:48 | 2018-03-22T13:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,291 | cpp | // Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2017-2018 The Northern developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit... | [
"35818597+Scribbles-MCAMK@users.noreply.github.com"
] | 35818597+Scribbles-MCAMK@users.noreply.github.com |
ec4de7efd47205b9c6dc14a905429258afe1b555 | 3db2c41af598b3285c5313055d90dbf1a5cc06b6 | /source/slang/ir-glsl-legalize.h | 7fabac8696c54aad9c8bba8c012664fcbb1f6403 | [
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | Nimanf/slang | f73f4f55d7262dbeef0ded68b5fb045c2adb1eb9 | 2896aa39a529a00673a30ef4a9c3ebe76f401fea | refs/heads/master | 2020-05-04T13:23:37.861125 | 2019-04-02T13:22:13 | 2019-04-02T13:22:13 | 179,158,429 | 0 | 0 | MIT | 2019-04-02T21:04:31 | 2019-04-02T21:04:31 | null | UTF-8 | C++ | false | false | 384 | h | // ir-glsl-legalize.h
#pragma once
namespace Slang
{
class DiagnosticSink;
class Session;
struct ExtensionUsageTracker;
struct IRFunc;
struct IRModule;
void legalizeEntryPointForGLSL(
Session* session,
IRModule* module,
IRFunc* func,
DiagnosticSink* ... | [
"noreply@github.com"
] | noreply@github.com |
8464e842d33ba9c584e737dab5260df57b5ea55c | f0b328c790ddb405e56aa4c1653a73cbadd8135f | /lib/util.cc | 350cbac0b510859fac4dd4e399b99ac3bd4f8db7 | [
"MIT"
] | permissive | banditd/napkin | d2a66ccf8593b2ed74b7e499809a1283d18173a6 | 29ab361797d5677ce3296555efa7fe34dedaf0d4 | refs/heads/master | 2021-01-18T06:28:11.483440 | 2009-12-12T00:21:52 | 2009-12-12T00:21:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239 | cc | #include <napkin/util.h>
namespace napkin {
string strftime(const char *fmt,time_t t) {
struct tm tt;
localtime_r(&t,&tt);// TODO: check res
char rv[1024];
strftime(rv,sizeof(rv),fmt,&tt); // TODO: check res
return rv;
}
}
| [
"hacker@klever.net"
] | hacker@klever.net |
c3ac91f0eb9616375ab7806d9fed6d274d770274 | d0be9a869d4631c58d09ad538b0908554d204e1c | /utf8/lib/client/cegui/CEGUI/include/elements/CEGUIListbox.h | 79c27a5a2e0ed5ddd2c40710440b90825299ec7f | [] | no_license | World3D/pap | 19ec5610393e429995f9e9b9eb8628fa597be80b | de797075062ba53037c1f68cd80ee6ab3ed55cbe | refs/heads/master | 2021-05-27T08:53:38.964500 | 2014-07-24T08:10:40 | 2014-07-24T08:10:40 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 21,298 | h | /************************************************************************
filename: CEGUIListbox.h
created: 13/4/2004
author: Paul D Turner
purpose: Interface to base class for Listbox widget
*************************************************************************/
/********************************************... | [
"viticm@126.com"
] | viticm@126.com |
d51ad3e9f0b77a42b770ec4024f6015d699eb43d | fe4465cef4cb219ed618229aeb718c2224f937b9 | /EserciziClasse/DataLandPt2/customs.h | 8def4da300d4863928d4dff5d3fd8d645980a14b | [] | no_license | salva00/ProgrammiCeck_P1 | 53f8eb286589c8bf673363f468664928a01cbb35 | b7a41c8d32e9c29b48516db287fa54517c151100 | refs/heads/master | 2023-06-26T10:00:28.111557 | 2021-07-30T18:27:00 | 2021-07-30T18:27:00 | 361,877,243 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 520 | h |
#include "container.h"
#include "..\lib\mystl\LinkedList.h"
#include "..\lib\mystl\VectorPriorityQueue.h"
double getTotalWeight(const Container&);
double getTotalValue(const Container&);
class Customs : public mystl::VPriorityQueue<Container> {
private:
constexpr static double max_value{2000};
mystl::LinkedList<St... | [
"francescoaiello2000@libero.it"
] | francescoaiello2000@libero.it |
ac70dd453572e55bbdb7b52f03e0fd23ae6fb086 | 89ab9c481bb50fb4ac1d75ca5a356d0a0cc12fb7 | /scwin/pch.cpp | 2cf3d9f6f50e64d3765d8e12b480def991eb009c | [] | no_license | vze2rdgy/scwin | 7884ddcd7126ff4792d05752be2470a587006418 | 735ecaa75c3043e04d9f518394a69e0589a7e821 | refs/heads/master | 2021-08-03T07:10:30.833267 | 2021-08-02T03:20:22 | 2021-08-02T03:20:22 | 156,920,387 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,610 | cpp | //
// pch.cpp
// Include the standard header and generate the precompiled header.
//
#include "pch.h"
#include <sstream>
#include "FileLogging.h"
//critical_section gLock;
std::recursive_mutex gLock;
/// <summary> ALL application messages </summary>
// note. Messages variable is allocated in heap, but ... | [
"noreply@github.com"
] | noreply@github.com |
b9914898a2a687256ddf45cecb9e8f6b5b26550a | 08bd070dcfcb26d0384f026cf954ff76a71fd7a5 | /TetraiderEngine/Source/FBOSprite.cpp | 812b38df3eb488c388f8450b5860b9179754d1a1 | [] | no_license | Sujay-Shah/Eggnapped | 793a480e001876d7bf14a2fc754178800d73b067 | a1a565a91d12ce9a56dd95a3ac34002af0f39bc5 | refs/heads/master | 2020-03-28T02:44:36.410618 | 2019-02-23T19:32:37 | 2019-02-23T19:32:37 | 147,593,038 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,143 | cpp | /* Start Header -------------------------------------------------------
Copyright (C) 2018 DigiPen Institute of Technology.
Reproduction or disclosure of this file or its contents without the prior
written consent of DigiPen Institute of Technology is prohibited.
Author: <Holden Profit>
- End Header -------------------... | [
"snshah93@gmail.com"
] | snshah93@gmail.com |
2d8fdb8c1d7971a20cd6fa7a8531dea33eef1269 | 3421bf2da79d615a06faa28f52faa189dd8c8e23 | /bwa/c_filter_fq.hpp | 6f5e27df7f6a0df57cc57eb21026c1630942c6a9 | [] | no_license | ChaosExplorer/programming-lib | b7b3dfe6a94f27203b88cb6abdc973f9d6d6c9c8 | dfed13804ae50749f41a2b340ed30f3459c7b62e | refs/heads/master | 2021-06-04T01:01:51.006834 | 2019-10-12T07:49:27 | 2019-10-12T07:49:27 | 39,981,745 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,881 | hpp | /*
* jd create at 2019-07-08
* to build & run on Linux, just run :
* make run
*/
#pragma once
#pragma warning(disable:4996)
#pragma warning(disable:4018)
#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <vector>
#include <stdint.h> // uint64_t
#include <assert.h>
#include <ve... | [
"songchao1@genomics.cn"
] | songchao1@genomics.cn |
47da7a28dbece2ddbe2a7531fdb8701f67928641 | 989bd192d3af06f5ab2d665ff946635909d4cd72 | /2017/Samples/UPDATE - Tudo sobre Meios de Pagamento em seu App Mobile/fPrincipal.h | 38184bb5f168b480cfa94fc11ac2ad87139367ce | [] | no_license | flrizzato/EmbarcaderoConference | a134cf0ed3a591dc459ad63b08b232cc12edd09a | 832b683d7e46b723eb8292c8c4bad940689f1bc3 | refs/heads/master | 2022-11-25T19:58:41.873423 | 2022-11-22T15:39:42 | 2022-11-22T15:39:42 | 72,447,089 | 133 | 155 | null | 2018-10-28T01:11:06 | 2016-10-31T14:56:28 | Pascal | UTF-8 | C++ | false | false | 742 | h | //---------------------------------------------------------------------------
#ifndef fPrincipalH
#define fPrincipalH
//---------------------------------------------------------------------------
#include <System.Classes.hpp>
#include <FMX.Controls.hpp>
#include <FMX.Forms.hpp>
//------------------------------... | [
"fernando.rizzato@gmail.com"
] | fernando.rizzato@gmail.com |
cd2b8ea348341781bfd804a704b570eae5221d65 | 9ea68ee84456686c9ac0bd268d0ba1aca47bf33a | /OneRound/Bulbasaur.h | c24f35be86647af23c143ae72eb8805670ab37f2 | [] | no_license | Kakarot/one-round-cpluplus | cec40c732ac8929d2984d041dd2650eeadf3b6b7 | 679115c86ba59fa303bf83a2f6a363ed5e3224f2 | refs/heads/master | 2021-01-17T14:35:18.534172 | 2014-09-30T09:59:58 | 2014-09-30T09:59:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 240 | h | #pragma once
#include "Pokemon.h"
class Bulbasaur :
public Pokemon
{
public:
Bulbasaur(CString /*name*/, int /*health*/, int /*level*/, aspect_t /*pokemonsAspect*/);
~Bulbasaur();
AttackMove highestLevelMove();
int damageThrown();
};
| [
"JamesRuiz@gatech.edu"
] | JamesRuiz@gatech.edu |
4739e08dad2dde8a0111d360b5466506e63b3cc0 | 28ff033953ede63a4440a8c240d6b635c8331b72 | /tests/src/integration/integration-test-suite.cpp | 622707508ebadf18ab27febebb8c59cf03feab8b | [
"Apache-2.0"
] | permissive | QtWorks/imgbrd-grabber | 17f60acc45957b0d6da455b1ac7f385bfeca13e9 | f3f51c56c38765f3c03b61daa3b30c418a9754ec | refs/heads/master | 2021-04-15T08:52:41.861364 | 2018-02-19T22:57:41 | 2018-02-20T15:09:41 | 126,835,586 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,861 | cpp | #include <QtTest>
#include <QStringList>
#include "integration-test-suite.h"
#include "tags/tag-api.h"
#include "functions.h"
void IntegrationTestSuite::initTestCase()
{
Logger::getInstance().setLogFile("tests/test_log.log");
m_downloader = nullptr;
}
QList<Image*> IntegrationTestSuite::getImages(QString site, QSt... | [
"bio.nus@hotmail.fr"
] | bio.nus@hotmail.fr |
f33ea06de3ee21a79d0fdfccecc03f0e96b630b8 | a83514a39340c34dc6e51de2979db393ca8fcabf | /Xenny and Travel.cpp | 3d29e6293d1e8205ceca792211fc896ea2af11e9 | [] | no_license | rkgudboy/hackerearth_practice | 497e5061f9e2cd5ac1bc82d818658da3fa4201f4 | 0271f327fe8c3f4fe37b90c0820f1d25e6f92c3e | refs/heads/master | 2021-01-17T05:43:59.722737 | 2015-10-04T21:23:16 | 2015-10-04T21:23:16 | 41,213,138 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,622 | cpp | /*Xenny, the traveller, was in AlgoLand for vacation. He wanted to travel from city U to city V. Being quite an explorer, he wanted to travel exactly once by roadways as well as by railways.
Xenny should start from city U and go to some city Z by roadways only. He can traverse one or more than one edges between U and Z... | [
"rkgudboy@gmail.com"
] | rkgudboy@gmail.com |
dbecba1da64784b26140e65ec1bc62878dc67669 | d3fa0fdf2f588106bec308a4a56a6dd6a95feeb5 | /src/Material/Reflectance/Specular.h | a4f055f8d0327d802e0f0e1a4b724c99cf00f422 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LeksiDor/JaraboTransientRendering | 97c0786756f84b5ae928d61cbac225230925137a | 62a786f3ba0ac16ee41725d26e15e137239f4c49 | refs/heads/master | 2020-12-10T08:54:58.990935 | 2020-01-20T17:52:14 | 2020-01-20T17:52:14 | 233,549,539 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,772 | h | /*
* Copyright (C) 2015, Adrian Jarabo (http://giga.cps.unizar.es/~ajarabo/)
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights ... | [
"oleksii.doronin@tuni.fi"
] | oleksii.doronin@tuni.fi |
ae913aeb96d17dab495895f02d3b88daa464872a | 2d03011927b44f5f307a51d52464a29d32169d4b | /include/cantera/thermo/PDSS_ConstVol.h | debd593c58b528d3facb11db5f28b648c9b850d8 | [] | no_license | eburke90/Cantera-Transport-Equation | b9ef4acc0cc501bb63dc0ff2291830bad2787bb6 | b75004e8a53110e7edf2b919d6c729ae9ae2bbec | refs/heads/master | 2021-01-10T12:25:52.968356 | 2016-03-15T19:05:30 | 2016-03-15T19:05:30 | 53,939,255 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,379 | h | /**
* @file PDSS_ConstVol.h
* Declarations for the class PDSS_ConstVol (pressure dependent standard state)
* which handles calculations for a single species with a constant molar volume in a phase
* (see class \ref pdssthermo and \link Cantera::PDSS_ConstVol PDSS_ConstVol\endlink).
*/
/*
* Copyright (20... | [
"eoin.burke90@gmail.com"
] | eoin.burke90@gmail.com |
8e996418378c61043c2b3a79956fcca107bc90ff | 4b4822e3345a21391c80208cfeda0ac031075985 | /180618_Buzzer_Happybirthday_Song.ino/180618_Buzzer_Happybirthday_Song.ino.ino | 7be8651641487d2ac7f767801f2b110982c452dc | [] | no_license | luckypig3400/Arduino | 93a2b39c77a7aaaea3ba3ef654a2a1cf7c281974 | 7a7bddd779c1e47979cdf1495dbb45f8720de7ab | refs/heads/master | 2023-09-01T00:43:31.161531 | 2023-08-29T13:27:18 | 2023-08-29T13:27:18 | 128,532,106 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,871 | ino | //https://github.com/s12121296/Arduino/blob/master/Buzzer_Happybirthday_Song.ino
int speakerPin = 9;
// 依照簡譜的順序,填入代表的音符,空白代表休止符
char notes[] = "ggagCb ggagDC ggGECba FFECDC";
// 決定每個音階的拍子,注意這邊用 unsigned long 所以拍子只能是正整數
unsigned long beats[] = {1,1,2,2,2,2,2,1,1,2,2,2,2,2,1,1,2,2,2,2,2,1,1,2,2,2,2,2,2};
// 利用 sizeof(),算... | [
"a34007024@gmail.com"
] | a34007024@gmail.com |
88507ae07fb5572fef20f92a100e783ae383e3ce | 8bf2a2f92a670bc7446f89daa1e00e9316b0dc32 | /src/Element.h | 19be599d3c85d98d358a2d82e45f380ec1f30600 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | ryuichiueda/GlueLang | d8a28236683fa0d252751e9f960faef4632f7f96 | d19c7f0b35ddd55609d3641deade1a45f694bc19 | refs/heads/master | 2022-09-07T11:59:42.445442 | 2022-07-31T05:52:02 | 2022-07-31T05:52:02 | 16,879,515 | 40 | 3 | MIT | 2018-11-12T13:38:35 | 2014-02-16T06:05:48 | C++ | UTF-8 | C++ | false | false | 1,017 | h | // Copyright 2014 Ryuichi Ueda
// Released under the MIT License.
#ifndef __ELEMENT_H_
#define __ELEMENT_H_
#include <vector>
#include <string>
using namespace std;
class Feeder;
class Environment;
class DefFile;
class DefStr;
class Element
{
protected:
Feeder *m_feeder;
Environment *m_env;
vector<Element *> m_n... | [
"ryuichiueda@gmail.com"
] | ryuichiueda@gmail.com |
f02d3a7fa1e5050d1469bacd0153ee1a5b92f793 | 28e2a7ee4938c6cf3b8884a0f12926b4f112f07d | /hitables/basic_shapes/Triangle.inl | b3fa4e67cdc0ce86599360b37e9c18c3ab3646bf | [] | no_license | thalesaguiar21/Aldebaran | 9a9c48f479c7ee0175981ddd8e5014151cde65d5 | 4ed166452cd6c539ca7978e0c3efc7cbe223d705 | refs/heads/master | 2021-08-24T09:03:07.294783 | 2017-12-06T23:28:57 | 2017-12-06T23:28:57 | 99,229,063 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,487 | inl | #include "Triangle.h"
Triangle::Triangle() {
vert1_ = Point3(0.f);
vert2_ = Point3(1.f);
vert3_ = Point3(-1.f);
}
Triangle::Triangle(Point3 v1, Point3 v2, Point3 v3, Material *mat) {
vert1_ = v1;
vert2_ = v2;
vert3_ = v3;
set_material(mat);
set_origin(Baricenter());
edge1_ = vert2_ - vert1_;
edge2_ = vert3_... | [
"thalesaguiar21@gmail.com"
] | thalesaguiar21@gmail.com |
745c43d3872b0fa2a76ced458f748e50b2c8e407 | 6a37877f18f6e605f90af341f90ed76aa8ef7454 | /03_MFC/12_윈도우의 다양한 형태2/Web0/Web.h | ca02780cde618f5eadf323243e3ce86d6fee367b | [] | no_license | gawallsibya/BIT_MFC-CShap-DotNet | d58286d749dd1df0a4a23960dfc78d3dc31b3607 | 63b7a2a32b21aec115bc54412c7ca5960c431586 | refs/heads/master | 2021-01-10T11:15:00.485800 | 2015-11-16T13:15:19 | 2015-11-16T13:15:19 | 45,892,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,274 | h | // Web.h : main header file for the WEB application
//
#if !defined(AFX_WEB_H__6C2305A9_F23B_4A30_AB60_0C07824711D3__INCLUDED_)
#define AFX_WEB_H__6C2305A9_F23B_4A30_AB60_0C07824711D3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before includin... | [
"gawallsibya@gmail.com"
] | gawallsibya@gmail.com |
abfbcc7a83f86a3577938c7651dae243abc81da6 | 070277d0b4cffd2fdf1e4f7821e9fd9027930bbf | /source/all/guicore/bitbutton.all.cpp | fa6fd4e44eb07e79a23da00c0336c553c80435af | [
"LicenseRef-scancode-other-permissive"
] | permissive | waterlink/Cursov2011 | af6c8e95b037be4b42df089b751c1adf83a7015d | e458646b394fb0d3b1fcce0c41fabb83c2d95af0 | refs/heads/master | 2016-08-04T18:24:53.793823 | 2012-03-17T12:10:05 | 2012-03-17T12:10:05 | 1,543,450 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 327 | cpp | //
// Author: Fedorov Alexey
// Type: Open-Source Project
// Platform: Linux and Windows
// Codename: Project Santiago
//
// Designer of the robot behavior
//
// sharp-end must not to be deleted
//
//
// source file
// gui class button with bitmap on it
//
#include "bitbutton.all.hpp"
bitbutton::~bitbutton(){}
... | [
"waterlink000@gmail.com"
] | waterlink000@gmail.com |
b3b03ce8954c989832d46f97b58c0f09ef2b9263 | 793cd869dd7d40d2a1a294c017b7f9f4b1328601 | /runge-kutta/rungge-kutta.cpp | 00209fcb841d7eab12a9b2244c28a070f65d6a6f | [] | no_license | tkkcc/cpp | 80931b0abe332f9501862a5aaa9870290d75c9e8 | d76c4011827a3c3fbbeaabedaaba5f5db5e6be58 | refs/heads/master | 2021-09-18T01:26:06.795859 | 2018-07-08T14:17:57 | 2018-07-08T14:17:57 | 112,894,192 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 540 | cpp | #include<iostream>
#include<cmath>
using namespace std;
double f(double x,double y){
return 1/x*(y*y+y);
}
void main(){
double a=1,b=3,alpha=-2;
double k1,k2,k3,k4,x0,y0,h;
int N[]={5,10,20};
for (int i=0;i<3;i++){
cout<<N[i]<<":\n";
x0=a,y0=alpha,h=(b-a)/N[i];
// cout<<h<<endl;
for (int j=1;j... | [
"bilabila@qq.com"
] | bilabila@qq.com |
647897fa9c42f288876e1ecdcddecaf82066d791 | d68b8f9313198b751264cb9c7dc3171f47f39552 | /rtlab_exp_tk/profile.h | 806eaface2265d00f5a9279839fb76e2ad614695 | [] | no_license | cculianu/calinsrc | e97fc02f1141132b718623d3c94cf1775a877e0d | 338d7d083854366f7a4162d53d95a2116fda6f0e | refs/heads/master | 2021-01-16T18:39:44.697710 | 2003-01-29T17:19:23 | 2003-01-29T17:19:23 | 32,130,393 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,433 | h | /***************************************************************************
profile.h - Profiling code
-------------------
begin : Tue Feb 5 2002
copyright : (C) 2002 by Calin Culianu
email : calin@rtlab.org
... | [
"calin@3478f4b9-7146-0410-9890-c50be665d8da"
] | calin@3478f4b9-7146-0410-9890-c50be665d8da |
8abe6d91359c2e0519ab8699d8d71aa9c6fce9f7 | f9d2451dc50f26f829634dddebcb540afee068a3 | /2006/Studienarbeit/libvgserver-0.1/AttributeBlob_fwd.h | 5e34aabb78ba671560204b428102dacac25cd3eb | [] | no_license | bingmann/bingmann.github.io | 6d09ac00e2e8de9c84b13cc2b1adbcee3477a66b | 8a233a1e17d8aac112500b4c5bf3f2028c836a28 | refs/heads/master | 2022-10-28T00:15:43.881355 | 2022-10-23T04:51:43 | 2022-10-23T04:51:43 | 23,742,076 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 414 | h | // $Id: AttributeBlob_fwd.h 47 2006-01-26 19:08:04Z bingmann $
#ifndef VGS_AttributeBlob_fwd_H
#define VGS_AttributeBlob_fwd_H
namespace VGServer {
template <typename AllocPolicy>
class TpAttributeBlob;
typedef TpAttributeBlob<class AttributeBigBlobPolicy> AttributeBigBlob;
typedef TpAttributeBlob<class AttributeT... | [
"tbgit@panthema.net"
] | tbgit@panthema.net |
3bdea483c2486e5194bfdb1a3a96f8d2076e2637 | 44d5f40308ce067331777c9a3ff620ae87d3891e | /287. Find the Duplicate Number/src.cpp | 275360681d9368d3e08d5fa1e05e2ed74f2bfcfa | [] | no_license | moaiweishui/leetcode | 7542e919a3082aed3257393d760d220dd69f025b | 748f6ccfc34aed162f4ee64a1df67c9666602779 | refs/heads/master | 2021-07-15T10:28:26.983900 | 2019-03-13T08:56:33 | 2019-03-13T08:56:33 | 97,549,732 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 330 | cpp | class Solution {
public:
int findDuplicate(vector<int>& nums) {
int res;
for (int i = 0; i < nums.size()-1; i++)
{
vector<int>::iterator it;
it = find(nums.begin() + i + 1, nums.end(), nums[i]);
if (it != nums.end())
{
return nums[i];
}
}
... | [
"noreply@github.com"
] | noreply@github.com |
7d60bf5739910aba01daee53b889fdd32ed23e12 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/Chaste/2016/8/AbstractCellMutationState.cpp | 15e9cad3284571b9b0d7d6d69c91966f80aaa8b7 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 2,192 | cpp | /*
Copyright (c) 2005-2016, University of Oxford.
All rights reserved.
University of Oxford means the Chancellor, Masters and Scholars of the
University of Oxford, having an administrative office at Wellington
Square, Oxford OX1 2JD, UK.
This file is part of Chaste.
Redistribution and use in source and binary forms... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
395db695e95f44c89bab793f67888416367743dd | bcf138c82fcba9acc7d7ce4d3a92618b06ebe7c7 | /gta5/0xC60060EB0D8AC7B1.cpp | 831fc2550f3597b97f1e555c2fc8608a0048651a | [] | no_license | DeepWolf413/additional-native-data | aded47e042f0feb30057e753910e0884c44121a0 | e015b2500b52065252ffbe3c53865fe3cdd3e06c | refs/heads/main | 2023-07-10T00:19:54.416083 | 2021-08-12T16:00:12 | 2021-08-12T16:00:12 | 395,340,507 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 493 | cpp | // heli_gun.ysc @ L7091
void func_146(bool bParam0)
{
int iVar0;
if (ENTITY::DOES_ENTITY_EXIST(iLocal_340) && !ENTITY::IS_ENTITY_DEAD(iLocal_340, false))
{
iVar0 = ENTITY::GET_ENTITY_MODEL(iLocal_340);
switch (iVar0)
{
case joaat("avenger"):
VEHICLE::_SET_VEHICLE_TURRET_UNK(iLocal_340... | [
"jesper15fuji@live.dk"
] | jesper15fuji@live.dk |
3f3b4724a828fd3b2ddbfb0df48c9c99f41b556f | 1d3b0b0d5337adb8335b1a970b0c34924b8baf96 | /AtCoder/abc/91~120/abc106/D.cpp | 2423d14847b886626e387ed5cc681fa6b7c2001b | [] | no_license | pyst1g/Programming-Cplus | 6a2bdbbc63935fe7b4ebd00f6c9d13565cb05bcf | 7d2c41075382e606e4c572c3ebd239755f36e72a | refs/heads/master | 2021-05-14T16:14:49.720215 | 2020-01-26T09:53:16 | 2020-01-26T09:53:16 | 116,015,340 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,243 | cpp | // finish date: 2018/08/19
#include <bits/stdc++.h>
using namespace std;
#define FOR(i, a, b) for(int (i)=a;(i)<(b);(i)++)
#define rep(i, n) FOR(i,0,n)
typedef long long ll;
typedef vector<int> vi;
typedef vector<vector<int>> vvi;
typedef vector<vector<vector<int>>>
vvvi;
typedef vector<ll> vl;
typedef vecto... | [
"s1511381@s.tsukuba.ac.jp"
] | s1511381@s.tsukuba.ac.jp |
b4fc5755b72faf95c1b42bfc6eb71c7d4d0675c7 | a8d0bb2f9a42320be0aa5e383f1ce67e5e44d2c6 | /Datastructures/005 Trees/043 recoverBinaryTree.cpp | 1f2e8f2b300e7eabe60d9021124da5c8e48f7fe8 | [] | no_license | camperjett/DSA_dups | f5728e06f1874bafbaf8561752e8552fee2170fa | f20fb4be1463398f568dbf629a597d8d0ae92e8f | refs/heads/main | 2023-04-19T18:18:55.674116 | 2021-05-15T12:51:21 | 2021-05-15T12:51:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,433 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l... | [
"vasubansal1998@gmail.com"
] | vasubansal1998@gmail.com |
fc09b6f7e49c123c3ad66579c91f3fbded1f820d | 240d1e1b324ac364e3c4f4db9d3bc1b3c76def0d | /main.cpp | 1768dc4b0af0c734d984fae2237ad23b57a21af4 | [] | no_license | jonromero/eternity-demoscene | 791c1c78f69f334745999ec146ed2223f04abafd | ca87cc6a978838ab761f7fec13bf64f4fd14a720 | refs/heads/master | 2021-01-01T20:06:38.397184 | 2013-06-19T20:26:17 | 2013-06-19T20:26:17 | 10,805,236 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,362 | cpp | /*
* Eternity Intro
*
* Jon Vlachoyiannis
* 8/12/2005
*/
#include <stdio.h>
#include <string.h>
#define ALLEGRO_STATICLINK
#define USE_CONSOLE
#include <allegro.h>
#include "spaceship.h"
#include "bitmap_effect.h"
#define NUMOFSNOW 5000 // number of snowflakes
#define FONT_FILENAME "triad-fo... | [
"darksun4@gmail.com"
] | darksun4@gmail.com |
ef17f0764613bb2c320b1b72ceb838cb61a5ce56 | 13df4d243abe7a0a461406d99f50e9cc5b94c614 | /2nd_semester/PF/PF LABS/lab8/task 3 ii.cpp | 8a7ced1ea5ae1232bbc431e988a6462feee35722 | [] | no_license | githassananwar/uni-data | c4ef2ae101beaddedbc21043707a50bf28d6deb7 | ffe327a87fb385bfb55602e2fa44c37578c7f507 | refs/heads/master | 2021-01-10T22:46:30.660831 | 2016-10-08T22:18:12 | 2016-10-08T22:18:12 | 70,309,334 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 459 | cpp | #include<iostream>
using namespace std;
bool isPerfect(int);
int main ()
{
int count=1;
cout << "Perfect Numbers between 1 and 1000:-" << endl;
while(count <= 1000)
{
if(isPerfect(count))
{
cout << count << endl;
}
count++;
}
return 0;
}
bool isPerfect(int n)
{
int count=1, sum=0;
while(c... | [
"mailhassananwar@gmail.com"
] | mailhassananwar@gmail.com |
703d67a599e56775fd9e09b86e58eeafc1f51940 | e936a33493c7ef0dce1e1fbcd855f1a549018a0c | /hello/main.cpp | 4d7be96de055292851d1a396d652c94f146d924b | [] | no_license | shu-rgb/main.cpp | b9a3592f36d852bafa78467eeb411e4e2f717f8b | c31c412ea85415b79e008c29529ae3d7471f0816 | refs/heads/master | 2020-08-10T15:46:07.204878 | 2019-10-11T07:14:24 | 2019-10-11T07:14:24 | 214,370,510 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 298 | cpp | #include<iostream>
#include<Windows.h>
using namespace std;
int main(void){
int count=0;
for(int i=0;i<24;i++){
for(int k=0;k<60;k++){
for(int j=0;j<60;j++){
count++;
cout<<i<<":"<<k<<":"<<j<<"µÚ"<<count<<"´ÎÏëÄã"<<endl;
}
}
}
system("pause");
return 0;
} | [
"941540392@qq.com"
] | 941540392@qq.com |
0feae4b0a9a0080e2f54130c93e25cedbfa34555 | abfff1d725c21b7adcb1ed412f66f6b9a57192c9 | /config/script_engine.hpp | df90c0b477d42c4ef22db15b1b19e4333d276c46 | [] | no_license | sansajn/tools | 24f1d5710b43b902e95510f3b1343beb9be96748 | 45e391d51e9e156205462c50c2ae1cb451f7f0ef | refs/heads/master | 2020-04-17T19:40:53.515557 | 2018-12-31T19:29:42 | 2018-12-31T19:29:42 | 166,874,435 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,534 | hpp | #pragma once
#include <stdexcept>
#include <cassert>
#include <lua.hpp>
#include "stack.hpp"
namespace lua {
class lua_exception : std::runtime_error
{
public:
using std::runtime_error::runtime_error;
};
typedef void (* errout)(char const * msg);
//! Automaticka sprava zasobniku po navrate z volania lua funkcie.
c... | [
"adam.hlavatovic@protonmail.ch"
] | adam.hlavatovic@protonmail.ch |
7d213e0a4a9ea4cf43ac307f9b17afba239fac26 | cb42f6dd24f476573ebe43e0c03fe207638f6313 | /New Unity Project/Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/Generics4.cpp | 4b4874d0d36ed761743e690e742c43601408f1d8 | [] | no_license | ninad1/taptapBird | 9cd6929610dfe0368770d30f58afa697c29385f2 | 838214e3460f54408518fea53170d318af5a0b42 | refs/heads/main | 2023-08-05T08:40:41.896632 | 2021-09-04T06:27:15 | 2021-09-04T06:27:15 | 402,978,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,296,536 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, R... | [
"47688552+ninad1@users.noreply.github.com"
] | 47688552+ninad1@users.noreply.github.com |
7312807c181f1dadfd8c76c97a6e309810e82fda | 2f557f60fc609c03fbb42badf2c4f41ef2e60227 | /CondFormats/SiStripObjects/src/FedChannelConnection.cc | 18c5078fe73cd1544f80cbfca319a0fcf1e237ee | [
"Apache-2.0"
] | permissive | CMS-TMTT/cmssw | 91d70fc40a7110832a2ceb2dc08c15b5a299bd3b | 80cb3a25c0d63594fe6455b837f7c3cbe3cf42d7 | refs/heads/TMTT_1060 | 2020-03-24T07:49:39.440996 | 2020-03-04T17:21:36 | 2020-03-04T17:21:36 | 142,576,342 | 3 | 5 | Apache-2.0 | 2019-12-05T21:16:34 | 2018-07-27T12:48:13 | C++ | UTF-8 | C++ | false | false | 7,341 | cc | #include "CondFormats/SiStripObjects/interface/FedChannelConnection.h"
#include "DataFormats/SiStripCommon/interface/SiStripFedKey.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <iomanip>
#include <string>
using namespace sistrip;
// -------------------------------------------------------------... | [
"giulio.eulisse@gmail.com"
] | giulio.eulisse@gmail.com |
62721ebb19f2eb3cc622c0e0bfeccd7e24743d7e | 08b26bb9144b0c4be3cb338f50a711db5ebcf994 | /NormalMapper/AtiTriBoxMoller.cpp | 3908b1aa3ad6d528955f2f80b7d0b70d14cc6bf6 | [] | no_license | mojocorp/ATINormalMapper | 6fb5d961ca5e6add55bd6fdcbfe26f769eace455 | f1ce3f27ae1161e5303dd50b18bc8c0a3d68dfcc | refs/heads/master | 2020-03-23T22:06:25.733459 | 2018-08-20T12:32:17 | 2018-08-20T12:32:17 | 142,153,438 | 3 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 14,449 | cpp | //=============================================================================
// AtiRayTriMoller.cpp -- Optimized ray/triangle intersect routines. Sushi-ified
// Found at: http://www.ce.chalmers.se/staff/tomasm/code/tribox2.txt
//
// Original comments:
//
// AABB-triangle overlap test code
// by Tomas Akenine-... | [
"leborgne@zib.de"
] | leborgne@zib.de |
b1b199cdf7c044f6addf74c2c9245fd098184f89 | e394ac4022fb6662e15e8c180ae0632ddb785c30 | /C++/Problem36.cpp | 5d111b96bd7a907a31c229349efe9d038b5730dd | [] | no_license | khagapati-bagh/Daily-Coding-Problem | cb4ab429890571b649b90fa2a1e4cfec1e06e33b | ff828ab04a24a7ee05f54edd68554f574c147499 | refs/heads/master | 2020-05-20T11:08:23.039629 | 2019-11-16T09:12:12 | 2019-11-16T09:12:12 | 185,541,260 | 1 | 0 | null | 2019-11-16T09:12:14 | 2019-05-08T06:10:32 | C++ | UTF-8 | C++ | false | false | 1,795 | cpp | /*
Daily Coding Problem: Problem #36 [Medium]
Good morning! Here's your coding interview problem for today.
This problem was asked by Dropbox.
Given the root to a binary search tree, find the second largest node in the tree.
Example
input
2
30
26 85 28 37 6 47 30 14 58 25 96 83 46 15 68 35 65 44 51 88 ... | [
"mr.k.affinity@gmail.com"
] | mr.k.affinity@gmail.com |
41d5ede78ed0cfe83deb1009632820f164d0e172 | 85aa7848d790a3e02f14320aef3110ef2ca0cef1 | /include/Strings/Character.h | bbaf70ca579885f4975ab1986e2fb0963254e0c9 | [
"NCSA",
"MIT",
"BSD-3-Clause"
] | permissive | hyp/libflangrt | e12968e4fed793e8f41cb0ca2a053a696e9c4663 | d53e10e83f8201d921dd5b537c2dfbb5aeee2694 | refs/heads/master | 2021-01-22T03:39:30.577578 | 2014-05-28T03:38:17 | 2014-05-28T03:38:17 | 11,371,176 | 0 | 1 | null | 2014-05-28T03:37:16 | 2013-07-12T14:56:40 | C++ | UTF-8 | C++ | false | false | 1,472 | h | //===--- Character.h - Character library ------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------------------------... | [
"arphaman@gmail.com"
] | arphaman@gmail.com |
48edff976f0a968bbfe6e7f3afe24366535fd77d | 449083214e1d77d26b3fbfcb721b0e9e0e412fab | /libs/fs++/include/fs++/internal/superblock.h | 63214364498dd73d86a1ae7d1b2012689ec48956 | [] | no_license | ghostrgk/mfs | dbc68deaab4702e35b160102ef10e0111bfc0c67 | 1502f35152de16fcd398a1e48779341ec850bd6f | refs/heads/master | 2022-12-16T14:51:59.431516 | 2020-09-26T11:28:25 | 2020-09-26T11:28:25 | 291,439,771 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 763 | h | #pragma once
#include "block.h"
#include "inode.h"
namespace fspp::internal {
struct SuperBlock {
uint64_t block_num{0};
uint64_t free_block_num{0};
uint64_t inode_num{0};
uint64_t free_inode_num{0};
[[nodiscard]] std::size_t FileSystemSize() const {
return BlocksOffset() + sizeof(Block) * block_num;
... | [
"rgk.I@ya.ru"
] | rgk.I@ya.ru |
355f0936164e92c9e8408b19b9f488619a5657a7 | dc274f176ce395b1b7c9054a98b58a61b64dfa5b | /InlineHook/3rd/asmjit/src/asmjit/base/constpool.h | ef511254ff0deb3973e8f16dfdcf6b7b162ca430 | [
"Zlib"
] | permissive | uvbs/cplusplus | d83f023910640e2b6cc9c68bc84cff5e98d7d388 | 139320b016064bbde25ea45c4415fe1c9a90d204 | refs/heads/master | 2020-09-15T19:47:58.161847 | 2019-08-14T05:45:40 | 2019-08-14T05:45:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,821 | h | // [AsmJit]
// Complete x86/x64 JIT and Remote Assembler for C++.
//
// [License]
// Zlib - See LICENSE.md file in the package.
// [Guard]
#ifndef _ASMJIT_BASE_CONSTPOOL_H
#define _ASMJIT_BASE_CONSTPOOL_H
// [Dependencies]
#include "../base/zone.h"
// [Api-Begin]
#include "../apibegin.h"
namespace a... | [
"noreply@github.com"
] | noreply@github.com |
0a24472100fc6a21dff205b056a2f5fb809724bf | 3bb233c305fa678255d740bfa54cd885e63db2ba | /5º Semestre/Laboratório de Projeto de Algoritmos/Tarefas/AS06_Penalizacao.cpp | bef04996ac15f671f41de21ab34dbf26618056e2 | [] | no_license | rithienatan/PUCMG-CC | 124cb7d72508522cfebb5727bc4394eac67c1cd1 | dece46c8d5e37dca6536bd964ec189a258ec333d | refs/heads/master | 2022-06-13T09:43:16.554384 | 2022-06-07T19:31:45 | 2022-06-07T19:31:45 | 207,550,174 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,766 | cpp | /**
* @author Rithie Natan Carvalhaes Prado
* Matricula: 541488
* @version 0.1.0
*
* Função de complexidade:
* AlocarMatriz: n
* FreeMemoria: n
* Prim: n²
* main: n + n² + n² + n + n = 2n² + 3n
*
* O(n²)
*/
/*----- includes -----*/
#include <stdio.h>
#include <stdlib.h>
#include <iostream... | [
"rithienatan@gmail.com"
] | rithienatan@gmail.com |
fb84e522a070ddb468298654ba38681625ddac2b | bb5d7bd4c364f73b01d1d2939af937949a1d8f5c | /engine.h | 5c11a3f6b72403c945c651858a97832dca950fb3 | [] | no_license | Ysmir/WarriorsJourney | 3ec8f6ad8ac9c8a3a3193016ee883d86f3a76a9e | 9d14d8301ecad3100eaaf3b85627591be31d15fa | refs/heads/master | 2022-12-26T10:09:21.327473 | 2020-10-04T12:47:11 | 2020-10-04T12:47:11 | 295,694,634 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 802 | h | #pragma once
#include <string.h>
#define SDL_MAIN_HANDLED
#include <SDL.h>
#include "assets.h"
#include "scene.h"
#include "input.h"
#include "configuration.h"
class Engine
{
public:
Engine(std::string window_name, Configuration* config);
~Engine();
void simulate(Uint32 milliseconds_to_simulat... | [
"gibsonkeanu@gmail.com"
] | gibsonkeanu@gmail.com |
343e5a856805d94811ead5d1ea26b4848d778602 | 785b37736629aec0ff3c2a90b636c95819fa4516 | /lib/config.hpp | 1aa9d496a10a1e319a6963130c6d0fe43fb52c39 | [] | no_license | JAChapmanII/jitro | 06ad9f30876e4357539d8f769276372d9ba51196 | cfb8a1381731b982ef82492a6da4476332a68047 | refs/heads/master | 2021-01-01T06:45:35.703395 | 2015-02-04T14:44:33 | 2015-02-04T14:44:33 | 30,303,012 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 918 | hpp | #ifndef CONFIG_HPP
#define CONFIG_HPP
#include <map>
#include <string>
// TODO: write support
struct Config {
int load(std::string fileName);
void clear();
std::string defaultScope() const;
void defaultScope(std::string scope);
bool has(std::string scopedVariable);
bool has(std::string scope, std::string vari... | [
"jac@jac2.net"
] | jac@jac2.net |
e020e69b90842450ada457357a94c0e3e127cb31 | e65a4dbfbfb0e54e59787ba7741efee12f7687f3 | /games/xray_re-tools/files/patch-sources_xray__re_xr__writer.h | bc96f3174bbfd5888f2e900e9438cd4720d8a4f5 | [
"BSD-2-Clause"
] | permissive | freebsd/freebsd-ports | 86f2e89d43913412c4f6b2be3e255bc0945eac12 | 605a2983f245ac63f5420e023e7dce56898ad801 | refs/heads/main | 2023-08-30T21:46:28.720924 | 2023-08-30T19:33:44 | 2023-08-30T19:33:44 | 1,803,961 | 916 | 918 | NOASSERTION | 2023-09-08T04:06:26 | 2011-05-26T11:15:35 | null | UTF-8 | C++ | false | false | 1,449 | h | --- sources/xray_re/xr_writer.h.orig 2018-09-02 12:42:44 UTC
+++ sources/xray_re/xr_writer.h
@@ -68,12 +68,14 @@ class xr_writer { (public)
void w_packet(const xr_packet& packet);
- template<typename T> struct f_w: public std::binary_function<T, xr_writer, void> {};
- struct f_w_sz: public f_w<std::string> {
+ s... | [
"danfe@FreeBSD.org"
] | danfe@FreeBSD.org |
af74613f7274ec6722b2802869cb57cc1fc7ffdd | c3347a2132e41e37d1c7d14a5396907d07f031fe | /Movie_Festival.cpp | 9dd155c78b031a4220bab8a3b58104098257fd2b | [] | no_license | someshfengde/cses-problems-and-cp-practice | f5c41ae41db4a1c1b49bd02e581f7728de7aa3d8 | aa6c10a0728620461b10f20dcc18b6bdb815d51d | refs/heads/master | 2023-02-03T16:38:20.705765 | 2020-12-19T16:07:45 | 2020-12-19T16:07:45 | 298,242,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 904 | cpp | /*
You're my honeybunch, sugar plum
Pumpy-umpy-umpkin
You're my sweetie pie
You're my cuppycake, gumdrop
Snoogums, boogums, you're
The apple of my eye
And I love you so
And I want you to know
That I'm always be right here
And I want to sing
Sweet songs to you
Because you are so dear...
*/
#include <bits/stdc++.h>
#in... | [
"someshfengde@gmail.com"
] | someshfengde@gmail.com |
0aa86e7add59a678699fe53c0b410383b8a8cab6 | 840fc020508d41cb375aa0bc2df0a1e268445d62 | /src/mfc_use_operator_overloading/mfc_use_operator_overloading.cpp | a690bd6a264657bcca384d74aadee810e8f972c5 | [] | no_license | GMRun100/C-Project | dd7cc94b893d754778648069d68d042703fea3d4 | 9e2f3a06f5f9ffe1a616ddd4e2fc22f8ec3955a2 | refs/heads/master | 2021-07-16T01:12:57.899582 | 2020-06-11T01:50:34 | 2020-06-11T01:50:34 | 172,762,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,026 | cpp |
// mfc_use_operator_overloading.cpp: 定义应用程序的类行为。
//
#include "stdafx.h"
#include "mfc_use_operator_overloading.h"
#include "mfc_use_operator_overloadingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CmfcuseoperatoroverloadingApp
BEGIN_MESSAGE_MAP(CmfcuseoperatoroverloadingApp, CWinApp)
ON_COMMAND(ID_HELP,... | [
"734122618@qq.com"
] | 734122618@qq.com |
a70e6c0077e9cfb1b47f5c4b69fc08e536312f37 | 583006aec697e91e0c7b066c22dd5de922943577 | /OOP345B/ws6/lab/Car.h | 5881b0aaff680cc85dffcd941b70dcfced95bd49 | [] | no_license | MadeehaShahzadi94/CPD-program | 95bbf6ca45d3ba47a3129f50d26f7f6b43be5497 | 922dfa266b16713261da5df5955aa12008b37e83 | refs/heads/main | 2023-03-30T07:37:48.488504 | 2021-04-05T01:30:54 | 2021-04-05T01:30:54 | 354,631,928 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 409 | h |
#pragma once
#include <iomanip>
#include <string>
#include "Vehicle.h"
namespace sdds {
class Car : public Vehicle
{
std::string Maker;
char Condition;
char Tag;
double TopSpeed;
public:
Car();
Car(std::istream&);
std::string condition() const;
double topSpeed() const { return Top... | [
"noreply@github.com"
] | noreply@github.com |
cbde5a2535a41afba753a533f650eac9be008708 | 057a8ea0f4e9e44df5dc6123a79009f890749fa7 | /第9章 内存模型和名称空间/程序清单9.13/namessp.cpp | 95f7963c45bc9926b80f5fdeea0fa70316d1f355 | [] | no_license | hljgirl/C_Plus_Plus_Primer_Plus | e8674246b5295d4f44febbdf7c6dbac2645fb328 | cd96be4676bb31c20f58631b682c9af5a915b06e | refs/heads/master | 2021-01-19T05:19:09.070474 | 2017-11-15T09:54:03 | 2017-11-15T09:54:03 | 100,577,323 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 847 | cpp | // 程序清单9.13.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include <iostream>
#include "namesp.h"
void other(void);
void another(void);
int main()
{
using debts::Debt;
using debts::showDebt;
Debt golf = { {"Benny", "Goatsniff"}, 120.0 };
showDebt(golf);
other();
another();
system("pause");
return 0;
}
... | [
"goodin2000@163.com"
] | goodin2000@163.com |
666b420e6d3ffd243a5acf8603f562ae3b194a63 | a5ceb341744b1084d0b77bf7f1ae1a7a5a500b70 | /src/objects/code.h | 76ae1fe17e5a66d7d1b7d1ae85455ed0c8f4fdc0 | [
"SunPro",
"BSD-3-Clause",
"bzip2-1.0.6"
] | permissive | elppas/v8 | b5e3141afb660829c46d0971e21eb85263cda5ed | c7fb0e0947b08b5cc4aabe6e3845f8f6220cd8e4 | refs/heads/master | 2021-08-20T07:03:06.432128 | 2017-11-28T09:49:59 | 2017-11-28T10:34:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,555 | h | // Copyright 2017 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_CODE_H_
#define V8_OBJECTS_CODE_H_
#include "src/objects.h"
// Has to be the last include (doesn't have include guards):
#include "... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
72e6f7ed5b00e7336af143f5890d176cf8e59f4b | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /third_party/WebKit/Source/core/editing/EditorKeyBindings.cpp | 761d9a136a7b0f8ce6a0b2203d0fd7ecb3f42460 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 3,163 | cpp | /*
* Copyright (C) 2006, 2007 Apple, Inc. All rights reserved.
* Copyright (C) 2012 Google, Inc. 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 r... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
ffdb86eed8fedb99f9a0aa03109f852a1721a907 | 5bbb5d2a5f160e511a3c2afb5e38d49b69d1a3a8 | /Settings.cpp | bdc97921d31f329fb4118856116bc3e64087304e | [] | no_license | drkhosravi/Bayyenat | b7d408d45ff503393f613fb8a4c5ee9cb433053b | 64f6d3065a7d77fb212501ea94c0c9c244294fca | refs/heads/master | 2021-05-28T23:40:56.703420 | 2020-04-09T08:14:28 | 2020-04-09T08:14:28 | 254,284,930 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,587 | cpp | #include "StdAfx.h"
#include "Settings.h"
#include <GdiPlusEnums.h>
bool stretch_wp = STRETCH_WP_DEF;
bool show_popup = SHOW_POPUP_DEF;//enable balloon tips
bool random_hadith = RANDOM_HADITH_DEF;
bool fixed_image = FIXED_IMAGE_DEF;
bool fixed_hadith = FIXED_HADITH_DEF;
bool random_wp = RANDOMW_WP_DEF;
int right_... | [
"HosseinKhosravi@live.com"
] | HosseinKhosravi@live.com |
220d21e66c3c9bc8a2e2af2dfc388153186ea34e | 72136daccef412975266e73e1f90a69551993a26 | /IRCar.ino | e29a359f2efdf4dc692ee730ba27d458d6fffe01 | [] | no_license | Dzampathas/CP2IRRobotCar | f77f279e84443d7c0d34424fb99c90c9cf4cacba | 134b6265b643730ff1c91b5e946eacae00e34217 | refs/heads/master | 2020-04-27T15:10:50.039924 | 2019-03-07T23:26:42 | 2019-03-07T23:26:42 | 174,435,820 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,833 | ino | int RECV_PIN = 11;
//motor pins
int M1a = 10;
int M1b = 9;
int M2a = 6;
int M2b = 5;
//Values controlling the movement
//Forward Backwards
float FB = 0;
//Left and Right
float LR = 0;
//Value for the last button pressed
int pressed = 0x00;
#include <IRremote.h>
IRrecv irrecv(RECV_PIN);
decode_results results;
//H... | [
"dzampathas@cca.edu"
] | dzampathas@cca.edu |
f9f2f35dfbaf325205a2a8ed76d337889ed15608 | dbcbd51e50314a081817171de2df8e71dc354e99 | /AtCoder/PracticeProblems/DP/ABC040_C_柱柱柱柱柱/prog.cpp | a94c17a57cac72863bad6c0351fd324ebdc49daf | [] | no_license | Shitakami/AtCoder_SolveProblems | cb3dfedad42486d32d036f896b7b09b1c92bbfa1 | a273d001852273581e1749c2c63820946122c1e2 | refs/heads/master | 2021-01-03T05:19:13.944110 | 2020-07-05T16:42:09 | 2020-07-05T16:42:09 | 239,938,798 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 560 | cpp | #include <iostream>
#include <cmath>
#include <algorithm>
#include <vector>
using namespace std;
int main() {
int n;
cin >> n;
vector<int> v(n);
for(int i = 0; i < n; ++i)
cin >> v[i];
vector<int> dp(n);
dp[0] = 0;
dp[1] = abs(v[1] - v[0]);
for(int i = 2; i < n; ++i) ... | [
"vxd.naoshi.19961205.maro@gmail.com"
] | vxd.naoshi.19961205.maro@gmail.com |
cf3e3761982b140264cfcd3383d7bde3c616ab42 | 1b9ef76f81d07af393c40eb8b98a5d03f15894a8 | /modules/core/src/test.cpp | e4bed02232ca1b972337cd653d2a8ef041fd170c | [] | no_license | m362li/computer-vision | 4b5ffae7ad3d2086bee78d4e40b8f7a74da138c7 | 96008b73ebaf9c77d5ee50dfcc5417ff06181dcd | refs/heads/master | 2020-12-25T14:07:56.108625 | 2015-09-22T04:29:35 | 2015-09-22T04:29:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 877 | cpp | #include "test.h"
#include <cmath>
#include <string>
#include <fstream>
#include <ctime>
#include <iostream>
using namespace std;
template <class T, class V>
Test<T, V>::Test(string desc):desc(desc) { }
template <class T, class V>
double Test<T, V>::do_test(T arg, string, V expected, int iter) {
V results[iter];... | [
"bmw.bookworm@gmail.com"
] | bmw.bookworm@gmail.com |
607b3373e4281b8b21c4d5162d8f7a7fa1ebaa74 | 2816e673c270620b5def178efb62c06e0a78d598 | /leetcode/21ImplementStrStr.cpp | ff73b395c59edd84e91639867500f9aa5d3a2fb3 | [] | no_license | girishlande/CPlusPlus | d6e0ce89d41d5837a443085e3fd7a14f6ff3c6b4 | 0ac37beb7b986798b50cb7cbc7a7785017a74979 | refs/heads/master | 2023-08-21T13:02:32.817434 | 2023-08-09T08:33:10 | 2023-08-09T08:33:10 | 203,561,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,078 | cpp | // ConsoleApplication14.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include <iostream>
#include <string>
#include <stack>
#include <vector>
using namespace std;
class Solution {
public:
int strStr(string haystack, string needle) {
int i = 0;
int j = ... | [
"girish.lande@siemens.com"
] | girish.lande@siemens.com |
5b636ec0ff7ceadd3f91960cf26d8c0f1639b2de | e5a0891ab34c7f3d6c78aaa5c137ae7e44281b85 | /Beginner/1929.cpp | 2e199a261ad2f0a1e0c03593e892591fd6673991 | [] | no_license | toki-debug/URI | 406829bf3e5c74616bf5d51e0d4dff5fe6c90b18 | ae5995ab1149a786514b3ad1c25f2db2495a22e0 | refs/heads/master | 2023-06-17T23:46:52.893077 | 2021-06-23T13:07:10 | 2021-06-23T13:07:10 | 277,686,415 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 304 | cpp | //1929 - Triangle
//Arissa Yoshida
#include <stdio.h>
#include <stdlib.h>
int main() {
int a,b,c,d;
scanf("%d %d %d %d",&a,&b,&c,&d);
if((a+b>c&&c+a>b&&b+c>a)||(a+b>d&&d+a>b&&b+d>a)||(a+c>d&&d+a>c&&d+c>a)||(b+c>d&&b+d>c&&c+d>b)){
printf("S\n");
}else{
printf("N\n");
}
}
| [
"toki.debug@gmail.com"
] | toki.debug@gmail.com |
099ae4c9fdc4ee5a28c5a0974e0957b065aafbc7 | 742763635e29e26d5af3d96427207b4dba51e520 | /components/translate/content/browser/translate_model_service.cc | 410825f0f1d22dc3c85b757ce7dcd9c6afec3d8f | [
"BSD-3-Clause"
] | permissive | camike/chromium | 20d4dca942ab9d4f3029ea6439d1b5c16b8cecae | 92c9b57608bdbadc0ed811b12a4961a017d000eb | refs/heads/master | 2023-02-25T04:02:49.950709 | 2021-01-29T02:06:19 | 2021-01-29T02:06:19 | 259,805,911 | 0 | 0 | BSD-3-Clause | 2021-01-29T02:06:20 | 2020-04-29T02:37:30 | null | UTF-8 | C++ | false | false | 3,447 | cc | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/translate/content/browser/translate_model_service.h"
#include "base/bind.h"
#include "base/files/file.h"
#include "base/files/file_p... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
b2860ff4014736e287688e4327e59feda70b29b0 | 9859a53604d9aff97dbef32849b0a5498d30da18 | /Capstone_Create_Testing/Capstone_Create_Testing/iRobotThread.cpp | c273536eee91f693fcdfcae34e380747b4bc29c9 | [] | no_license | adcantwell/UMLCornellCup-R2DR | cfac60b9bb679d82376e0f16730357d4c1b54978 | 756d7c245dddfc87778a5776adc44a20a7868c14 | refs/heads/master | 2020-12-24T23:28:43.305037 | 2016-02-16T20:01:57 | 2016-02-16T20:01:57 | 50,076,412 | 0 | 0 | null | 2016-02-16T20:01:58 | 2016-01-21T02:32:19 | C++ | UTF-8 | C++ | false | false | 417 | cpp | #include "iRobotThread.h"
iRobotThread::iRobotThread()
{
iSleepMS = 15;
}
void iRobotThread::Start()
{
CommandQueue = gcnew ConcurrentQueue<iRobotCreate2::CreateCommand^>;
ThreadWrapper::Start();
}
void iRobotThread::Entry()
{
while (true)
{
iRobotCreate2::CreateCommand^ Cmd;
if (CommandQueue->TryDequeue(C... | [
"Andrew_Cantwell@student.uml.edu"
] | Andrew_Cantwell@student.uml.edu |
6037d6108d2a21621509a07c525c8c1fb769aaa3 | db4e0ab8b7016964ee5bf227007d7c3ea1f6592a | /natlog/conntrack/childredirections.cc | bd6bca563417c5d4fc5636692013f8b9134fa740 | [] | no_license | yodamaster/natlog | 08db01e88e40ebdad4bd0fcd1e2358c9e2607e56 | 9d3e4a5fb706b2993f43c7e71784f0465976a5d1 | refs/heads/master | 2021-01-19T20:41:04.223913 | 2017-01-26T13:13:50 | 2017-01-26T13:13:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 142 | cc | #include "conntrack.ih"
void Conntrack::childRedirections()
{
int fd[] = {STDOUT_FILENO, STDERR_FILENO};
d_pipe.writtenBy(fd, 2);
}
| [
"f.b.brokken@rug.nl"
] | f.b.brokken@rug.nl |
a1247273cdc82d38e3068f3f79347565cd0005f0 | 4b4b803e04d5b9fec108471bac9b369fe7691249 | /hd2.1.9.cpp | f4444707b859601fa0e78215b3e7e30d152c99c1 | [] | no_license | lonelam/LearnC | b96f9efcde52e79185a66e6c035b28817ed8ff75 | 8f845626c84fa7301a22cb994c15c9ae20a26a64 | refs/heads/master | 2021-01-18T23:42:14.724933 | 2016-07-09T09:29:37 | 2016-07-09T09:29:37 | 52,439,706 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 962 | cpp | #include<cstdio>
#include<vector>
#include<cmath>
#include<algorithm>
int main()
{
int n,a,b,c,lk;
while(scanf("%d",&n)!=EOF)
{
std::vector<int> solve;
if(!n)
{
break;
}
for(lk=1;lk<=n;lk*=10)
{
a=(n/lk)/11;
b=(n/lk)%11;
c=(n%lk)/2;
if((a||b)&&b<10&&n==((11*a+b)*lk+2*c))... | [
"lai@DESKTOP-HHP58PF.localdomain"
] | lai@DESKTOP-HHP58PF.localdomain |
bb31d83b79d4ac33f3845e743b86d3ffcb6393fa | a8bb3d0f358ee683642e5baf49305b9a4feabe4c | /source/Platform/Windows/EventImpl_Windows.inl | 2fe856a166895e4558db5126bf7eaab2aa75a1c8 | [
"MIT"
] | permissive | rasidin/LimitEngineV2 | d43938ac7bb3258c46a0a614bfb353e468b9bc62 | 9475e0dbf5f624ab50f6490d36068d558ecdaee6 | refs/heads/master | 2023-03-13T01:13:26.613056 | 2021-03-01T14:49:13 | 2021-03-01T14:49:13 | 232,845,409 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 906 | inl | /***********************************************************
LIMITEngine Source File
Copyright (C), LIMITGAME, 2020
-----------------------------------------------------------
@file EventImpl_Windows.h
@brief Implementation for Event (Windows)
@author minseob (https://github.com/rasidin)
******************************... | [
"leeminseob@outlook.com"
] | leeminseob@outlook.com |
91e9aa2ded356cbd825c24dd28a254f9c3dba9ad | 060f0aef9773345444d37a7d997b3fc2425ce761 | /Ch5/Example5-16_5-17_5-18/constoverload-client.cpp | a042c01ae16725fae21e5a820b805eb7e8a300d2 | [] | no_license | shanjiaming/Qt-Design-Patterns | 32c17dd982dc58af4c0da0533493da0419e808df | 1d5612dc8ba1f621063bee2cb5c8c597f916a996 | refs/heads/master | 2021-05-29T21:55:47.041234 | 2015-10-25T01:08:15 | 2015-10-25T01:08:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 783 | cpp | #include "constoverload.h"
#include <iostream>
int main( ) {
using namespace std;
Point3 pt1(1.2, 3.4, 5.6);
const Point3 pt2(7.8, 9.1, 6.4);
double d ;
d = pt2[2]; /* __________ */
cout << d << endl;
d = pt1[0]; /* __________ */
cout << d << endl;
d = pt1[3]; /* __________... | [
"xche03@gmail.com"
] | xche03@gmail.com |
92c5242d22d36712f7fe99bbc6e803831cd9a4a4 | 76dae4dfe18379dd11cd6d28d8d5bfcf30ff9dd9 | /sources/ui/components/algorithm_component.h | 2281cfd6e74b79eb46229e607d927a27818118e1 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jpcima/ADLplug | a28122e6250ac1611fd7cc4a1e8acbad7e8c64ca | a488abedf1783c61cb4f0caa689f1b01bf9aa17d | refs/heads/master | 2023-09-02T21:55:06.136735 | 2021-12-16T23:05:39 | 2021-12-16T23:05:39 | 129,364,699 | 388 | 27 | BSL-1.0 | 2023-05-12T13:28:41 | 2018-04-13T07:21:41 | C++ | UTF-8 | C++ | false | false | 559 | h | // Copyright Jean Pierre Cimalando 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#pragma once
#include "JuceHeader.h"
class Algorithm_Component : public Component {
public:
ex... | [
"jpcima@users.noreply.github.com"
] | jpcima@users.noreply.github.com |
5eb8531e5992bede90cda9058fbbd0fb688bb351 | 49cf3dc45895033b1124e124c3c6891d17aca056 | /Air_Hockey/Classes/AppDelegate.cpp | 9732e0969b889594448ddd054218e74d683351b3 | [
"MIT"
] | permissive | DayDreamWeaver/Air_Hockey | 6621a7f55fcea25a2c5fe3de6695cc3eb31f35be | f004ccc54caf40565661e83b2fad0903c17bfb80 | refs/heads/master | 2021-01-03T13:20:50.268934 | 2013-08-24T21:20:53 | 2013-08-24T21:20:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,209 | cpp | //
// Air_HockeyAppDelegate.cpp
// Air Hockey
//
// Created by hanks on 2013/08/21.
// Copyright __MyCompanyName__ 2013年. All rights reserved.
//
#include "AppDelegate.h"
#include "cocos2d.h"
#include "SimpleAudioEngine.h"
#include "GameLayer.h"
USING_NS_CC;
using namespace CocosDenshion;
AppDelegate::AppDelega... | [
"han.zhou@gu3.co.jp"
] | han.zhou@gu3.co.jp |
40540486e10fe480848ee6a131f3204e6ecb62d8 | b25eda9ae23bf10e1bb3b78b249a5bb69ac9b9c3 | /src/main/avikodak/sites/geeksforgeeks/sorting/selectionsort.h | d77782f5a7b848eb1e1787f77ccd24729863e316 | [] | no_license | avikodak/algos_v3 | 8dcca88388b1dec54cfabdc06ac070df925c39ce | e7cc79b687be7c9eb0530254aafe07e47096386f | refs/heads/master | 2021-01-20T13:13:21.568599 | 2017-08-22T15:21:26 | 2017-08-22T15:21:26 | 90,465,461 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,221 | h | /****************************************************************************************************************************************************
* File Name : selectionsort.h
* File Location : /algos_v3/src/main/avikodak/sites/geeksforgeeks/sorting/selectionsort.h
* Created on... | [
"avikodak@gmail.com"
] | avikodak@gmail.com |
0ca1db58dfa13469703c4dfaad1672c3ecd2956f | 032a59902e47f6843ac9c76f6e27eb1d4a78c27d | /libs/vdt4/vdt_nc_file_dynamic_writer.hh | 22182531d86ed1a6d2d83c23c7830202f38e9416 | [
"Apache-2.0"
] | permissive | OSADP/Pikalert-Vehicle-Data-Translator- | 17411c602879eb4fb080201973b4a966f9405a4b | 295da604408f6f13af0301b55476a81311459386 | refs/heads/master | 2021-03-27T12:02:18.535636 | 2017-04-03T16:09:38 | 2017-04-03T16:09:38 | 25,056,408 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,286 | hh | /* ============================================================================== */
/* */
/* (c) Copyright, 2015 University Corporation for Atmospheric Research (UCAR). */
/* All rights reserved. ... | [
"bpetzke@ucar.edu"
] | bpetzke@ucar.edu |
ca81966be54ba9a63a354c0387c6b8a85eabfd9a | 73c8a3179b944b63b2a798542896e4cdf0937b6e | /MainPL/Naslejedstvo.cpp | 9dfb9159fdd9fed6f781ede4a3db7c8a5f054d73 | [
"Apache-2.0"
] | permissive | aajjbb/contest-files | c151f1ab9b562ca91d2f8f4070cb0aac126a188d | 71de602a798b598b0365c570dd5db539fecf5b8c | refs/heads/master | 2023-07-23T19:34:12.565296 | 2023-07-16T00:57:55 | 2023-07-16T00:57:59 | 52,963,297 | 2 | 4 | null | 2017-08-03T20:12:19 | 2016-03-02T13:05:25 | C++ | UTF-8 | C++ | false | false | 568 | cpp | #include <bits/stdc++.h>
template<typename T> T gcd(T a, T b) {
if(!b) return a;
return gcd(b, a % b);
}
template<typename T> T lcm(T a, T b) {
return a * b / gcd(a, b);
}
template<typename T> void chmin(T& a, T b) { a = (a > b) ? b : a; }
template<typename T> void chmax(T& a, T b) { a = (a < b) ? b : a; ... | [
"jefersonlsiq@gmail.com"
] | jefersonlsiq@gmail.com |
edc4fe57a13f18b30a1aa88e6b3b248257b4aff7 | 1aa9e37e693d797bd72d29e29863fdc4c6667d01 | /src/content/renderer/media/media_stream_video_track.cc | d23adb2d19126a68a59d0401d10207d8309ec4fa | [
"Apache-2.0"
] | permissive | jgj212/osv-free | d22a6b27c7bee399873d8d53db711a5ab0d831a5 | b81fee48bc8898fdc641a2e3c227957ed7e6445e | refs/heads/master | 2020-03-25T08:43:08.483119 | 2018-02-28T14:19:13 | 2018-02-28T14:19:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,306 | cc | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/renderer/media/media_stream_video_track.h"
#include <utility>
#include "base/bind.h"
#include "base/location.h"
#include "base/macros.... | [
"ygl@tamu.edu"
] | ygl@tamu.edu |
c54b739847dbd0a70910fb704e522e5c1b7cae0a | e0d62592d9eeae34b15201453858b0041226579c | /boj2503.cpp | f09e1d9b026acd5eb05521b26c0a4e66a1f3e922 | [] | no_license | danielkang1003/Algorithm | f16b489d53c3d4dbb2b95f39185139697395582e | 2c784e7c6613a318588ac8d87b0f8d7709148240 | refs/heads/master | 2020-07-11T05:56:45.056535 | 2020-03-16T08:07:05 | 2020-03-16T08:07:05 | 204,461,195 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,879 | cpp | #include<iostream>
#include<vector>
#include<cstring>
#include<string>
using namespace std;
int n;
vector<pair<int, pair<int, int>>> v;
bool possibleNum[1000];
int main() {
//세자리 수들 중에서 중복되면 possibleNum(가능한 숫자인지 확인 하는 배열)을 0(불가능)으로 만들어주기
memset(possibleNum, 1, sizeof(possibleNum));
for (int i = 100; i <= 999; i++... | [
"danielkang1003@gmail.com"
] | danielkang1003@gmail.com |
34d1a4a143afacf7643ea5d7459ae3ea0d558c33 | f8ba7f6d1383c430e2980265a0be6ce731b85741 | /question1/src/program.h | 9b929d18b67f770a1c6a2a0db6fc28ca86585438 | [] | no_license | yulingjie/jam | 6b3ddb8d2edaf0de1c2e0e0bfc870c1ec77c64f3 | 490bd3da5ef2e08d0b14e27374351df1aa3684dc | refs/heads/master | 2021-01-13T11:33:35.224665 | 2017-02-07T12:11:25 | 2017-02-07T12:11:25 | 81,204,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 196 | h | #ifndef _PROGRAM_H_
#define _PROGRAM_H_
#include<string.h>
class Program
{
public:
Program(std::string inFile, std::strinf outFile);
~Program();
void Sort();
};
#endif
| [
"lingjiey@gmail.com"
] | lingjiey@gmail.com |
029267fb62859d4ef45ee417c2d9a0b6acaa6730 | 9661cbc0f5165f8e1f531358202f522cf14de78e | /Activities_2_Solution/src/AA1_05/Game.cpp | 9b1e750eb9a6b73b24e83634bff40a8bd493885a | [] | no_license | JoanMesalles/Activities_2ndo | f4e435ba023505d6b27747e53e3bcca22f7b8a14 | ef84252611a2232fd03511eff5e5569c6676ed09 | refs/heads/master | 2023-02-16T13:32:14.274404 | 2021-01-14T17:14:09 | 2021-01-14T17:14:09 | 300,218,948 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,964 | cpp | #include "Game.h"
Game::Game()
{
srand(time(NULL));
timeDown = totalGameTime = 80.f;
_gameState = GameState::MENU;
AudioManager::getInstance()->PlayMusic();
input = InputData();
input.SetScreenSize(Vec2D(SCREEN_WIDTH, SCREEN_HEIGHT));
}
Game::~Game()
{
}
void Game::Run()
{
InitMenu();
InitGame();
whil... | [
"joan.mesalles@enti.cat"
] | joan.mesalles@enti.cat |
544606e6861ba1290e01d1cf9eddcd470b4ec09e | b1e79f50882a9d7cbf3ebafc3f330cea89a331d9 | /src/renderer/editor/stb.cpp | 3d5f8d45d21d667d310d7708fa649f4290f7b718 | [
"MIT"
] | permissive | sibongumusa14/Phantasm | d5095cee9cd2e6af9d24816be2c4410b6232adcf | a4058f9930b4f526a3eb2ecf0b871e8c62338d59 | refs/heads/master | 2023-01-22T02:22:55.174222 | 2020-11-17T10:35:18 | 2020-11-17T10:35:18 | 313,457,875 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | cpp | // stb_image is already implemented in cmft and nvtt
//#define STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_WRITE_IMPLEMENTATION
#define STB_IMAGE_RESIZE_IMPLEMENTATION
#if defined _MSC_VER && _MSC_VER == 1900
#pragma warning(disable : 4312)
#endif
#include "stb/stb_image.h"
#include "stb/stb_image_resize.h"
| [
"66676283+sibongumusa14@users.noreply.github.com"
] | 66676283+sibongumusa14@users.noreply.github.com |
b10005f8d0c971b8d012199096b44a5876b5efe5 | 75251b624fd9549c33fc27bdf07d63d6db1423d6 | /node_modules/hummus/src/deps/PDFWriter/FreeTypeOpenTypeWrapper.h | e413a5bc15b6fc36b8d5fc3b70e3b443810d6060 | [
"MIT",
"Apache-2.0"
] | permissive | fradav/Cours-Deep-Learning | 1b1e61052a41321b046a6053b716727fcbcfe044 | 3e4daceecb97f57d1d5df6fb174eef117967e17c | refs/heads/master | 2023-03-16T00:44:49.184919 | 2020-01-31T01:48:24 | 2020-01-31T01:48:24 | 236,770,039 | 0 | 0 | MIT | 2023-03-03T08:06:06 | 2020-01-28T15:35:24 | Jupyter Notebook | UTF-8 | C++ | false | false | 2,036 | h | /*
Source File : FreeTypeOpenTypeWrapper.h
Copyright 2011 Gal Kahana PDFWriter
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/LICEN... | [
"Francois-David.Collin@umontpellier.fr"
] | Francois-David.Collin@umontpellier.fr |
d9b0a44ce122cf7ef8b66238ad51c8e908a25196 | 9a488a219a4f73086dc704c163d0c4b23aabfc1f | /tags/Release-0_9_14/src/FbMenuParser.cc | 1b06938eecfc591c11db0c91ce18c248f49bac48 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | BackupTheBerlios/fluxbox-svn | 47b8844b562f56d02b211fd4323c2a761b473d5b | 3ac62418ccf8ffaddbf3c181f28d2f652543f83f | refs/heads/master | 2016-09-05T14:55:27.249504 | 2007-12-14T23:27:57 | 2007-12-14T23:27:57 | 40,667,038 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,718 | cc | // FbMenuParser.cc for Fluxbox
// Copyright (c) 2004 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org)
// and Simon Bowden (rathnor at users.sourceforge.net)
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the... | [
"fluxgen@54ec5f11-9ae8-0310-9a2b-99d706b22625"
] | fluxgen@54ec5f11-9ae8-0310-9a2b-99d706b22625 |
c8b2e28d8072f64b90b0342db78118e97efb1516 | 741ab54ecab9ef5e741706dc03560a1221218219 | /cxx/draw-ali/draw-ali.cc | aff2862c3c77e0228e14e42b6cf8f9e1b9c26e34 | [] | no_license | gaoxinglong/kaldi-rm1-mod | ca38602c3f3ec2506354bb8ecf847c15ed10856e | 4fb1791d1210da3d05fcf15c87b2ae1202dab2f5 | refs/heads/master | 2021-01-17T01:14:30.565689 | 2012-02-18T12:10:00 | 2012-02-18T12:10:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,349 | cc | // bin/draw-ali.cc
// Copyright 2012 Vassil Panayotov <vd.panayotov@gmail.com>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// THIS... | [
"vd.panayotov@gmail.com"
] | vd.panayotov@gmail.com |
6b64d4cb0d14b99f6b75523566a943722c9c1198 | 09a5f628f61aa97be79f67e8d2dfb920fcc8f894 | /Projects/FrameWork/FrameWork/Graphics/DirectX11/DirectX11.cpp | dab51f7ab15833d0e030c416b40fce7386aca659 | [] | no_license | tozawa0406/SpriteMeshEditer | daafdedb9b5957263553d65107357a6bbdac3c76 | e8c02aa73045ba4cdfb45443ad7d5f96091e968e | refs/heads/master | 2020-04-24T17:38:46.367375 | 2019-11-13T12:04:49 | 2019-11-13T12:04:49 | 172,154,914 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,684 | cpp | //-----------------------------------------------------------------------------
//
// DirectX11の処理[DirectX11.cpp]
// Auther : 戸澤翔太
// 2018/08/18
//-----------------------------------------------------------------------------
#include "Dx11Wrapper.h"
#include "Dx11RenderTarget.h"
#include "../../Windows/... | [
"s.tozawa.0406@gmail.com"
] | s.tozawa.0406@gmail.com |
0ab72ff9a85065dc4b405ebf5ca41e32686f0384 | c5d9063a4b257b4f96342d6f0944a014e3a7fb5a | /Source/ShooterGame/UI/Widgets/SShooterSplitScreenLobbyWidget.h | f158701ce06790ced7a05b87aa099c63fe3c792c | [
"Apache-2.0"
] | permissive | ugsgame/ShooterPrototype | c63c9b9a513de68db68025fca8dac8bd2c8e4df0 | 48fbc5401f52bd6d0b7f5b9bda8399c929eab4b9 | refs/heads/master | 2020-06-20T12:18:37.394924 | 2019-07-20T04:50:13 | 2019-07-20T04:50:13 | 197,118,648 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,007 | h | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "SlateBasics.h"
#include "SlateExtras.h"
#include "ShooterGameInstance.h"
class SShooterSplitScreenLobby : public SCompoundWidget
{
public:
SLATE_BEGIN_ARGS( SShooterSplitScreenLobby )
{}
SLATE_ARGUMENT(TWeakObjectPtr<ULocalPlaye... | [
"670563380@qq.com"
] | 670563380@qq.com |
cc2021b47524fb1e149ef99e5f8aa481c6300db4 | c4074e42d9120b42c5aa60f64f6cf0c7ade68f94 | /Buckland_Chapter7 to 10_Raven/Goal_DodgeSideToSide_Z.cpp | fb233082155d7dd1d2fd32c3571b6ae60813a198 | [] | no_license | azero18/RavenIAGv2 | 2466cde2796a184d9d3fe4e45199075a4c742057 | dfda8c3fe4038c2b68ecddfb56042441c8aa50f8 | refs/heads/master | 2021-01-01T15:59:01.140864 | 2015-03-18T18:32:12 | 2015-03-18T18:35:05 | 32,476,189 | 0 | 0 | null | 2015-03-20T15:13:31 | 2015-03-18T18:15:37 | C++ | UTF-8 | C++ | false | false | 2,314 | cpp | #include "Goal_DodgeSideToSide_Z.h"
#include "Goal_SeekToPosition_Z.h"
#include "Raven_Bot_Z.h"
#include "Raven_SteeringBehaviors.h"
#include "Raven_Game.h"
#include "Messaging/Telegram.h"
#include "Raven_Messages.h"
#include "debug/DebugConsole.h"
#include "misc/cgdi.H"
//------------------------------- Activate -... | [
"absolutezero18@gmail.com"
] | absolutezero18@gmail.com |
09c4e7c4377f353c6c1b9e0c45554a3aa838a568 | f4549a5d95d45c33daf7cb0612f5198668be9255 | /Nikolaeva/lab3/Source/main.cpp | 03a5ba3957a430c43a3747e186f753adf6a9a689 | [] | no_license | makometr/ADS-8304 | 0555ef83e9f1bb7e65dfc2b5b2e9f008acbb40b5 | e54879522cc0f858b937b7f6b89ce9ec4b587abe | refs/heads/master | 2020-07-25T08:38:40.062463 | 2020-01-02T15:05:10 | 2020-01-02T15:05:10 | 208,229,184 | 11 | 37 | null | 2020-01-02T15:00:29 | 2019-09-13T08:56:57 | C++ | UTF-8 | C++ | false | false | 225 | cpp | #include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
w.setWindowTitle("lab 3 Var 11e-v");
return a.exec();
}
| [
"noreply@github.com"
] | noreply@github.com |
b31511ad0f1a655dce94186d560864444ce483d8 | 4230a219f0f372a14b83a96ed8aaa5dce480c16f | /OrganicServerLib/ContouredCircuit.h | 744226f21099b76961ed15f57f1f0a6b85f6ac34 | [] | no_license | bigans01/OrganicServerLib | 087e18eff6f6060ce566129782c247847c3cf47d | 74cdfa5a20be4f2a189a286851fe21deeba2a359 | refs/heads/master | 2023-08-30T23:29:59.818512 | 2023-08-19T15:35:00 | 2023-08-19T15:35:00 | 115,887,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,926 | h | #pragma once
#ifndef ContouredCircuit_H
#define ContouredCircuit_H
#include "ContouredDoublePoint.h"
#include "OSAmpField.h"
class ContouredCircuit
{
public:
ContouredCircuit() {}; // required default constructor, since we're overloading the normal operators.
ContouredCircuit(float in_baseDistance,
doubl... | [
"bigans01@gmail.com"
] | bigans01@gmail.com |
00c8203e718b56284e09295b26002b6a58289c69 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/068/383/CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_char_memcpy_84.h | b07106398f318ee51aead110c1b1da9f071b0d3d | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,426 | h | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_char_memcpy_84.h
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.string.label.xml
Template File: sources-sink-84.tmpl.h
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate us... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.