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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
db5b806eb38fe57bfe29b0af3b57960e3c6f18ac | 2d59117d4a411782bec09156840f0f413151edd5 | /_old/engine/src/gridactor.cpp | a024ca79427937816497d1aa2bdffaba41f38062 | [] | no_license | NamelessPerson/stengine | f7175e92eb11d9a4e64fd4650fb55db30f3eff1e | dad0369de2f019c4bbc111f8b7c0cbdf02c92651 | refs/heads/master | 2021-06-30T17:58:23.043369 | 2017-09-19T16:04:19 | 2017-09-19T16:04:19 | 49,088,274 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,383 | cpp | #include "engine/actor/gridactor.h"
#include "util/debug.h"
GridActor::~GridActor(){
}
GridActor::GridActor(){
name = "Default Name";
node.actor = this;
node.x = 0;
node.y = 0;
DEBUG_LOG(Debug::GAMEPLAY,"GridActor - New Actor "+name+" spawned at "+to_string(node.x)+", "+to_string(node.y));
}
Grid... | [
"jjpman71@gmail.com"
] | jjpman71@gmail.com |
f2afd57802bd976406a015be1e8703b72369111d | 9506a40845f40f9f79e20ac87191c5b0d1ef6d7c | /practice/2000-2100/916B.cpp | 355a05bd75470337b9329bb08babd90e22ac37b5 | [] | no_license | anish-rajan/Cp-algos | 9ab16374a154fe9598a49405d1a2b3bf10013320 | 9bcb7264769536cc4ff877a3b6d2f156fddee50a | refs/heads/master | 2022-12-14T09:44:31.960833 | 2020-09-10T12:01:14 | 2020-09-10T12:01:14 | 265,180,210 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,954 | cpp | #include <iostream>
#include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
typedef long double ld;
#define mp make_pair
#define v vector
#define inp_push(no, v) \
ll no; \
cin >> no; \
v.push_back(no);
#define pb push_back
#define fi first
#define se second
#define ALL... | [
"anishrajan2000@gmail.com"
] | anishrajan2000@gmail.com |
3e78965f4f7bd5d6a86098edd8aca15a515eada3 | 142a6293964adf4b002d0fbabaa4c7b637664539 | /autic/autic.ino | 6a18be0581cfd9fd764c7bfaba1cec6667992c3f | [] | no_license | lovrosverko/Arduino-razno | 0fd6dc3a45ce8d875e7298279e714b4c92b8076c | fdb59f5e2a3450577ea5fdd7eb2a5fdf1ae81704 | refs/heads/main | 2023-01-08T06:44:36.170171 | 2020-10-16T19:14:16 | 2020-10-16T19:14:16 | 304,687,957 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,801 | ino | #include <AFMotor.h> // import the Adafruit Motor Shield library
#include <ServoTimer2.h>
#include <RH_ASK.h>
#include <SPI.h> // Not actualy used but needed to compile
#define servoPin 10
RH_ASK driver (2000, 2, 0, 1);
ServoTimer2 servo1;
AF_DCMotor motor1(4); // Set up a DC Motor named 'motor1' on the ch... | [
"noreply@github.com"
] | lovrosverko.noreply@github.com |
046c23185c9ae9491d5205d60ff22d4772cc29a2 | 10f08f6430eee2daefd310bffe71d7740abf1a97 | /Matrix.hpp | 9e584ba1ad8cbe237efcec586702c1931a4a2ab6 | [] | no_license | nkt/cpp-matrix | 9908c80642255fa473df5e75e78b896d590ae26e | 6fdfaac73394a1ed972268327b6fc2ea84e35fe2 | refs/heads/master | 2021-01-01T19:15:23.460567 | 2014-05-27T03:52:48 | 2014-05-27T03:52:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,586 | hpp | #ifndef __Matrix_H_
#define __Matrix_H_
#include <iostream>
template<typename T, typename K = double>
class Matrix {
protected:
T **matrix;
size_t n;
size_t m;
inline void checkIndexes(size_t i, size_t j) const
{
if (i > n || j > m) {
throw new std::runtime_error("The indexes... | [
"dev@nkt.me"
] | dev@nkt.me |
92a8e64cbdf8be1e9decadb93f7c556f32996f88 | eaae835cc555550daeb5a60a299426bf9f9d3a2c | /src/test/script_tests.cpp | 990a0454ccbcb99d0cf48a04681974bbe079b363 | [
"MIT"
] | permissive | Bitcoin-LE/bitcoinle-core | 24e1dd7c1e2e792427a38ae1af8692849c3cfcf5 | 2f4e1994d54c443c4292475aa976c48fda34d806 | refs/heads/master | 2021-07-11T13:41:07.040490 | 2019-01-27T01:22:36 | 2019-01-27T01:22:36 | 139,747,212 | 8 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 89,551 | cpp | // Copyright (c) 2011-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "data/script_tests.json.h"
#include "core_io.h"
#include "key.h"
#include "keystore.h"
#include "script/script.h"
#... | [
"oliver.smith5@protonmail.com"
] | oliver.smith5@protonmail.com |
f5bede511589d44ec0312b384067c41a466e69b5 | 746fc18c9e4bf3ee928d6db624750817e3b1454b | /practise/c_tracking_code/tracking_code/tracking_code/v5/5.6.cpp | 438f3da5e3e2a02452263af682ed798dfc2ef442 | [] | no_license | mingliang-99/c_practise | 335117cacf13f3653f60547d4bf55104324a8812 | d127926c2112fcf56cb4f1b8858bdaf8075894e1 | refs/heads/master | 2021-07-13T11:31:45.648945 | 2021-03-08T23:26:50 | 2021-03-08T23:26:50 | 241,883,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,146 | cpp | //
// main.cpp
// tracking_code
//
// Created by mingliang on 2021/2/17.
//
#include <iostream>
#include <string>
#include <vector>
题目
原文:
Design an algorithm and write code to find the first common ancestor of two nodes in a binary tree. Avoid storing additional nodes in a data structure. NOTE: This is not necess... | [
"mingliang8@staff.weibo.com"
] | mingliang8@staff.weibo.com |
eca21f5f60ff7da49582b4b6edbb8fe437b94d7f | ede157880ced6297f1a1552b5bab9a36eea74542 | /GMorpher/GMorpherBone_3DEMICP/src/Solver_EM_ceres.cpp | ea890e5bfd006c3fe5944ea93564b733fdec5730 | [] | no_license | paulchhuang/GMorpherSkl | 9f298395a0d4508c22dd7d73859a3d1790ebaa62 | aa15ec5d1f6f984b779aebdec89f56c83dde51ee | refs/heads/master | 2021-01-01T05:55:04.811394 | 2017-07-30T10:04:42 | 2017-07-30T10:04:42 | 97,305,897 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,038 | cpp | /* *************************************************
* Copyright (2016) : Paul Huang
* *************************************************/
#include <Solver_EM_ceres.h>
#include <GraphUtils.h>
#include <numeric>
//#define VERBOSE
Solver_EMCeres::Solver_EMCeres(bool prediction,
... | [
"Paul Huang"
] | Paul Huang |
9fad5b47dce26c8589a5a013721a68bda35889de | df3382265f52cdb74d4dc6ef176db3499a4c770f | /tesst.cpp | ab939768e679af5832e5acc56d2e4b1bffe39480 | [] | no_license | tlongksa/ky2_FPT | a5dd07df52b08bf490026d4a6b652dbccbc283ad | 1b71391fa521b83eb3d1792a08ce35e0d40e2c0a | refs/heads/main | 2023-09-06T07:42:21.841738 | 2021-10-29T10:37:07 | 2021-10-29T10:37:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 433 | cpp | #include<stdio.h>
#include<conio.h>
int main() {
int n = 3;
for (int i = 0; i < n; i++){
printf("");
scanf("%d", &n);
}
int i;
for(i=n-1; i>=0; i--) {
if(a[i]==x) {
return ++i;
pri... | [
"noreply@github.com"
] | tlongksa.noreply@github.com |
2b9a5661d67e823041a1edeaa9463a3de4d0dc87 | 5c0fcc93339330cab8408a58d26504a3154e808c | /Risk3D_Modelo/fin_del_juego.cpp | 614666e816b3eb562e24707b12baf1bdefbe8131 | [] | no_license | eritiro/risk3d | 5d3d3b1d7510d809c34c1d69d20303c66fd31630 | d8389acc79eb4f561123a09b8de1e13d7498b2c1 | refs/heads/master | 2021-01-10T20:54:41.709954 | 2015-03-06T17:37:27 | 2015-03-06T17:37:27 | 31,772,713 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 751 | cpp | #include "fin_del_juego.h"
FinDelJuego::FinDelJuego() : EstadoDelJuego("Fin del juego"){
}
void FinDelJuego::inicializar(Juego* juego){
juego->notificar_a_todos("El juego termino!");
Jugador* ganador = 0;
foreach(IteradorJugadores, jugador, juego->get_jugadores()){
Objetivo* objetivo = (*jugador)->g... | [
"eritiro@gmail.com"
] | eritiro@gmail.com |
99bf10f040b6906658b8553fa5e630214ff5253c | cfeac52f970e8901871bd02d9acb7de66b9fb6b4 | /generated/src/aws-cpp-sdk-workspaces/include/aws/workspaces/model/DescribeAccountRequest.h | e80ee73de13531f388e886c51c66d699bb803b01 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | aws/aws-sdk-cpp | aff116ddf9ca2b41e45c47dba1c2b7754935c585 | 9a7606a6c98e13c759032c2e920c7c64a6a35264 | refs/heads/main | 2023-08-25T11:16:55.982089 | 2023-08-24T18:14:53 | 2023-08-24T18:14:53 | 35,440,404 | 1,681 | 1,133 | Apache-2.0 | 2023-09-12T15:59:33 | 2015-05-11T17:57:32 | null | UTF-8 | C++ | false | false | 1,113 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/workspaces/WorkSpaces_EXPORTS.h>
#include <aws/workspaces/WorkSpacesRequest.h>
namespace Aws
{
namespace WorkSpaces
{
namespace Model
{
/**
*/
class DescribeAccount... | [
"sdavtaker@users.noreply.github.com"
] | sdavtaker@users.noreply.github.com |
9b203fe82f80ee1a537e080f89b4924ff0e48b1f | 1da4c6fb453aa52689f83d54a24f46467b9875d3 | /codevs2.0_practice/game.h | 08bf8298e15122b526a627a3961151adc5870189 | [] | no_license | tek1031/CODEVS2.0 | d113b98d0acde3df7fe9d89e90b7bdce1f16f527 | a2b611b59fff132af8314a1b1a9e1058648ce6cc | refs/heads/master | 2020-04-11T01:29:28.027108 | 2013-01-23T14:16:00 | 2013-01-23T14:16:00 | 7,775,241 | 0 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,302 | h | #include"state.h"
#pragma once
/*
ゲーム全体の情報を持っておく
パックの情報,今の状態
連鎖などの計算をここで行う
*/
class Game{
int packs[1000][4][MAX_T][MAX_T];//パックの中身 もらったら 事前に全部回転させたのも計算しちゃう
int packs_enemy[1000][4][MAX_T][MAX_T];
int turn;
State now_state;//現在のState
State state_enemy;
int my_stock_garbage,enemy_stock_garbage;
void input_pack... | [
"komatsutomoki1031@gmail.com"
] | komatsutomoki1031@gmail.com |
7fa9c0f566e0acd208052ca314e2bdfd10e47d42 | a5d7ef542268d9c76ddafcfd97fb494bff30ad61 | /tMedia.h | bf0873c4df740735635b2dae30562de04cdb7fb2 | [] | no_license | YannickR26/TV-Controller | d357762dcfe8b62f8e24aeaac5109f74a5f224e4 | f63338b2256e59a40e930f3826ce04bafae5cf72 | refs/heads/master | 2020-05-02T16:25:28.670739 | 2019-03-27T20:13:41 | 2019-03-27T20:13:41 | 178,067,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,810 | h | #ifndef TMEDIA_H
#define TMEDIA_H
#include <stdio.h>
#include <QTime>
#include <qcolor.h>
#include <QString>
#include <QDomElement>
#include <QDomDocument>
class tMedia
{
public:
tMedia()
: fadeIn(0), fadeOut(0), repeat(0), login(""), password(""), time(), isModify(false) {}
tMedia(QString _name)
... | [
"yannick.richardot@carbonbee.fr"
] | yannick.richardot@carbonbee.fr |
883f5c7b6b3deda8edc57666168932aa06d14f2e | 61a0cd01881b40d2571ed48c4b19ba54b003c60c | /SpatialGDK/Source/SpatialGDKEditor/Private/SpatialGDKLogParser.cpp | 1b45f045f6182eeed605e0abaa9ef3a462410513 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-proprietary-license"
] | permissive | jrgryph/UnrealGDK | 019cd2fd5ee64b27492737bed7a5dc28afed7734 | b98ac217032fac41b0027ce289cb8e21b9ca80d9 | refs/heads/release | 2023-02-04T02:47:34.299681 | 2023-01-27T19:28:05 | 2023-01-27T19:28:05 | 221,992,044 | 0 | 0 | MIT | 2020-02-27T14:10:08 | 2019-11-15T19:44:39 | null | UTF-8 | C++ | false | false | 5,881 | cpp | // Copyright (c) Improbable Worlds Ltd, All Rights Reserved
#include "SpatialGDKLogParser.h"
#include "Algo/AllOf.h"
#include "Dialogs/CustomDialog.h"
#include "Editor.h"
#include "Internationalization/Regex.h"
#include "Logging/MessageLog.h"
#include "MessageLogModule.h"
#include "Modules/ModuleManager.h"
#include ... | [
"noreply@github.com"
] | jrgryph.noreply@github.com |
1255fc673e4116d022393be60a2b51eaf16ca430 | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /ui/views/test/test_desktop_screen_x11.h | ea16fe752e2d528be58492aec43bc17977de066c | [
"BSD-3-Clause"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | C++ | false | false | 1,380 | h | // Copyright 2016 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 UI_VIEWS_TEST_TEST_DESKTOP_SCREEN_X11_H_
#define UI_VIEWS_TEST_TEST_DESKTOP_SCREEN_X11_H_
#include "ui/gfx/geometry/point.h"
#include "ui/views/w... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
f25d0eb375b01e6417d102b4e14cebf1efb79b26 | 870879c2878767d685e616e565bd134f61f7b4b6 | /src/CudaDriver.cpp | 1b4636404d5cfcd72a7f319a112f9e6b3aae170c | [
"MIT"
] | permissive | satishphd/mpigis-lb | 373f4e5599607efb3abba11064b6d1d2ecbcbeca | 06dcd5da27d3e0dacc001e8d012d1f73154cdd37 | refs/heads/master | 2021-11-11T18:15:09.940398 | 2021-10-30T02:03:40 | 2021-10-30T02:03:40 | 222,028,414 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,902 | cpp | #include <string>
#include <list>
#include "filePartition/FilePartitioner.h"
#include "filePartition/MPI_File_Partitioner.h"
#include "filePartition/FileSplits.h"
#include "parser/Parser.h"
#include "parser/WKTParser.h"
#include "filePartition/config.h"
#include <geos/geom/Geometry.h>
#include "spatialPartitio... | [
"satishpuri.dgp@gmail.com"
] | satishpuri.dgp@gmail.com |
ba3063886d4f69020cafa2e0bc5ffd15d51ea95b | e5a694673d2fb4272569acbb0d207d15a9a539e5 | /src/ch03/printer.cpp | 092b9cb58a59354bc025d263a055dbe566234b5b | [
"MIT"
] | permissive | zhuangbo/ds-cpp | c0e2f4a6d42048fb65d4aef44bd338e2076d6170 | bac398636979458802a7fb8d433462e88dc2ed15 | refs/heads/master | 2021-01-19T16:42:58.544038 | 2017-10-28T16:19:42 | 2017-10-28T16:19:42 | 101,020,871 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 865 | cpp | ///////////////////////////////////////
/// file: printer.cpp
/// 操作系统打印排队模拟
///////////////////////////////////////
#include <iostream>
#include "sqqueue.h"
using namespace std;
/// 打印作业
struct Task
{
int id;
int pages;
};
/// 打印
void Print(const Task &job)
{
cout << "#" << job.id << "(" << job.pages <... | [
"sdzhuangbo@126.com"
] | sdzhuangbo@126.com |
fa86892186c0587d6e094ef2d199dd72f08b5cb1 | 5f19592d3e0cdc0c8732b5a4871deb5003f9f4a8 | /src/node/communication/mac/mac802154a/fuzzyIS/TakagiSugenoRule.cc | 0673a8faf210bee46e2f7b6da90f140dba824f05 | [] | no_license | SamanShafigh/fuzzy-mac802154 | 2f62883e11c5309c2c57abfb4e3b70c3f01f7c04 | 36b48b3193349de77c32d77a41fc597d745a1a16 | refs/heads/master | 2021-01-12T16:51:54.644601 | 2018-02-19T01:24:24 | 2018-02-19T01:24:24 | 71,454,504 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,075 | cc | /* Copyright 2010 Juan Rada-Vilela
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in... | [
"samanshafigh@gmail.com"
] | samanshafigh@gmail.com |
e717fdf4a23bbf49e460b36abe18a9f78fb6c5c5 | dba71de476fcacc100bae64ed0d0a85561f99baf | /branches/2.0/doubango/plugins/pluginDirectShow/plugin_video_dshow_consumer.cxx | 1fe2d2cbe9a06c48a4098fcb60ffdad97f5c0381 | [] | no_license | svn2github/doubango | 4053dd07245277234a8fb82070e17bba392f19ad | fc958eca8a4285145713315f03bd552dac569a21 | refs/heads/master | 2023-09-03T09:17:34.081239 | 2015-08-20T16:02:32 | 2015-08-20T16:02:32 | 28,213,396 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,147 | cxx | /* Copyright (C) 2011-2013 Doubango Telecom <http://www.doubango.org>
*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO 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... | [
"bossiel@yahoo.fr@c7b0ae48-b0eb-11de-8bdf-3374eb5c7316"
] | bossiel@yahoo.fr@c7b0ae48-b0eb-11de-8bdf-3374eb5c7316 |
c693cf9ee6b88b1f874ea23027fe57ab7b75b241 | 0fb0dcf1b7192af5dc2bcc32c48dc6efb016366e | /t9/main.cpp | 9f769f2befb51ae1c73cc67d25fd6a08c23ad823 | [] | no_license | imzfz/mycpp | 9e4076e96e0cfabdc953fb25055aa08e9a806a96 | 372349d7e68062a66281b2030132ea124b0d38af | refs/heads/master | 2021-01-10T23:22:44.290851 | 2016-10-01T09:53:26 | 2016-10-01T09:53:26 | 69,727,979 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 180 | cpp | #include "head.h"
int main() {
Sale sale;
sale.list(5, 23.5);
sale.list(12, 24.56);
sale.list(100, 21.5);
sale.average();
sale.display();
return 0;
} | [
"zfz@fzdeMacBook-Pro.local"
] | zfz@fzdeMacBook-Pro.local |
fdcd5665d9a954cf9bf7052970dacea7396e874e | d34deb67c96e70b334a18acfb2c5e74b2c648487 | /2/2.cpp | 34f9d5d7b0e751beba1466f1917433ed769c173e | [] | no_license | WYX11111/CPP | c4071541a311c64eb6cb84d016f781ceb7696780 | e598ceab7266d390fe33e2710bc962d1c9ca455c | refs/heads/master | 2020-05-18T06:17:07.137950 | 2019-06-26T11:38:41 | 2019-06-26T11:38:41 | 184,230,172 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 211 | cpp | #include "io.cpp" //导入io.cpp
int main()
{
int a = readNumber(); //调用io.cpp里的readNumber()函数输入一个整数
int b = readNumber();
writeAnswer(a + b); //打印两数和
return 0;
} | [
"wyxiao11111@mails.ccnu.edu.cn"
] | wyxiao11111@mails.ccnu.edu.cn |
b093d7b0b43cc0ed70a0a537f9a7774ff962390f | 9eadd7a4db934ba63675093bc8c6c40f154cbeaa | /cpp/photo/jpeg_encoder.h | 72985a6f978e43a84f200395308af5ddf459f29b | [
"Apache-2.0"
] | permissive | ghas-results/vr180 | ee7be58f77d14cc317f4b1a188d35e42e79f35bd | f55eaa1c6835b911b7a11830ec546636a16d49da | refs/heads/master | 2023-08-21T04:09:34.447377 | 2019-02-14T22:30:08 | 2019-02-14T22:30:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,298 | h | /*
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"jiamingliu@google.com"
] | jiamingliu@google.com |
8b2aeaa9dc2b0c907e182f236b6ee27a9bb7b928 | 3ef84250365b6501afd4c55830edb73f45398c46 | /Code/GameSDK/GameDll/Effects/Tools/CVarActivationSystem.h | 1575eb5a1faa2949f0cbe72269552e90ba065881 | [] | no_license | Rjayone/TravellersNotes | cc9193d01c0b060d848401d74797ef14322e90dd | 0bf44ad22daf64d56b70c841ac936ae3d1c12d9c | refs/heads/master | 2021-04-26T11:40:03.965230 | 2015-10-25T14:04:22 | 2015-10-25T14:04:22 | 43,647,664 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,728 | h | #ifndef _CVAR_ACTIVATION_SYSTEM_
#define _CVAR_ACTIVATION_SYSTEM_
#pragma once
//==================================================================================================
// Name: SCVarParam
// Desc: CVar param used in the cvar activation system
// Author: James Chilvers
//===================================... | [
"misterdecoy@mail.ru"
] | misterdecoy@mail.ru |
c5b4f2fc6d2aa234bc697db6ba37caeaaf55c3da | 426404ea70a7140ddd58ae6cddf4ecd9d04806d2 | /SyneVisLinux/wavutils.h | dfce45fdc15d64174c370bdd7139b5e0d4bd99b9 | [
"Unlicense"
] | permissive | averov90/RaspberryPi-SyneVis_Proj | 62482e2bd717576ce05d76533234e5bd7ee91151 | 83889fdefdfaa709d88d6823cbca233a30d443a0 | refs/heads/master | 2020-12-20T11:55:43.895829 | 2020-02-06T18:49:11 | 2020-02-06T18:49:11 | 236,067,191 | 1 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 4,997 | h | #pragma once
#include "dependents.h"
#include "consts.h"
namespace WavUtils {
struct SegmentSineProps
{
unsigned int bufflen;
float period;
};
struct WaveSmallInfo
{
unsigned short channels;
unsigned short sampleRate;
};
struct Freqs {
float *freqs = nullptr;
unsigned short count = 0;
Freqs(const F... | [
"averov90@inbox.ru"
] | averov90@inbox.ru |
a0b29776e796d43359e5bef03aa3e5bf20853038 | db49fb8aa578da09d159d82fc216bee386c829d4 | /src/MassSpringSystem.cpp | 683446128dbbdb0d58e7041ad83c3591c68cc1c0 | [] | no_license | sljlp/Mass-and-Spring-System | aa3376df5edd2610096fbbb217db90530cfd5dcb | f8094c61ff4774d7c88c00e8899247b26add9d26 | refs/heads/master | 2021-10-11T11:25:00.739688 | 2019-01-25T08:08:11 | 2019-01-25T08:08:11 | null | 0 | 0 | null | null | null | null | ISO-8859-7 | C++ | false | false | 5,015 | cpp | #include "MassSpringSystem.h"
#include <iostream>
MassSpringSystem::MassSpringSystem(){}
MassSpringSystem::~MassSpringSystem(){}
MassPoint* MassSpringSystem::addMassPoint(double mass, Vector3d position,bool is_clamped)
{
MassPoint* point = new MassPoint(mass, position, is_clamped);
points.push_back(point... | [
"noreply@github.com"
] | sljlp.noreply@github.com |
57d5b8f2ac1fd2e6f0c050882213ad897c9e336a | 41ff29c79207e6a34bb0ade2c8b6d6eaaf515c07 | /general/Fritz3TShirtCannonRobot/OI.h | 669009aa184f30473223fd7d6419dfa3b3b8cabb | [] | no_license | stevep001/RoboEagles | 322f56a568b5acfa51478d1cd4ecfb8588a5902c | 5c4a6afc67d3d9c554826bfb282708320511d110 | refs/heads/master | 2021-01-13T01:55:23.227079 | 2014-01-18T07:19:24 | 2014-01-18T07:19:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | h | #ifndef OI_H
#define OI_H
#include "WPILib.h"
class OI {
private:
Joystick *joystick;
JoystickButton *fireButton;
JoystickButton *fillButton;
JoystickButton *aimUpButton;
JoystickButton *aimDownButton;
public:
OI();
Joystick *getJoystick();
};
#endif
| [
"steve@zpfe.com"
] | steve@zpfe.com |
799e599c7be0715b39a7e90cc91215acd677ce3b | d0f501e9d14e52e415ab810b67a075ee8e2de28c | /C_P82e/C_P82e.cpp | e477b8c36711c34266ec8bc4cbfad21697e5375c | [] | no_license | Windmill-City/C_Exercise | c776ca38c5dcbcc934bf2a49712ff4f0fda1e106 | 5067ece98588a163b5801200f9bf17d42676919e | refs/heads/master | 2022-11-07T07:41:55.844750 | 2020-06-18T15:43:30 | 2020-06-18T15:43:30 | 250,158,294 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,019 | cpp | // C_P82e.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。
//
#include <iostream>
int main()
{
for (int y = 1; y <= 6; y++) {
for (float x = 5.5; x <= 12.5; x += 0.5) {
float i = 0;
i = 2 + (y + 0.5 * x);
printf("i:%0.2f x:%0.2f y:%d\n", i, x, y);
}
}
}
// 运行程序: Ctrl ... | [
"1449182174@qq.com"
] | 1449182174@qq.com |
6ef9600205849089d83431a06c2575462309a15f | 6ab07216eff0dfd45f6a5a1dd10c6cbd9c0e154d | /Utilities/MicronTrackerFiles/Collection.cpp | 40e07f3eea318877bb4e3e88de85a6ce769508eb | [] | no_license | awiles/AIGS | e5956076fc8fdc7fc0dd7a42ac9ad7b0718ee7d6 | 2d6a72c77b5ab4f4934ffd4109fca71b7bdc76a2 | refs/heads/master | 2020-12-25T02:23:45.041112 | 2017-03-03T03:55:12 | 2017-03-03T03:55:12 | 2,820,245 | 2 | 4 | null | 2017-03-03T03:55:13 | 2011-11-21T13:59:32 | C++ | UTF-8 | C++ | false | false | 1,846 | cpp | /**************************************************************
*
* Micron Tracker: Example C++ wrapper and Multi-platform demo
*
* Written by:
* Shahram Izadyar, Robarts Research Institute - London- Ontario , www.robarts.ca
* Claudio Gatti, Claron Technology - Toronto -Ontario, www.clarontech.com
*
* ... | [
"awiles@ndigital.com"
] | awiles@ndigital.com |
83a77183b18609d0027f1c07d0e217aeaca48f8e | 4bea57e631734f8cb1c230f521fd523a63c1ff23 | /projects/openfoam/rarefied-flows/impingment/sims/test/nozzle1/0.74/T | e8d8410f66819403c593a2f26d74f58f27272258 | [] | 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 | 14,308 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"andytorrestb@gmail.com"
] | andytorrestb@gmail.com | |
e524319375d460874cabbea3b7ddfaf7e8d04637 | 794894f3cac99b0753d3addf95f44df5421d62d3 | /src/miner.cpp | 228c416c3c7e84402056ed7146ec4d9ac17f490a | [
"MIT"
] | permissive | newarroncoin/newarroncoin | aad211b5bacf402aaf2538d658c7f5d49d3a0ccb | 8e487c2b6d474d9b92f08c89d467193f40782892 | refs/heads/master | 2021-01-19T00:13:42.868570 | 2017-08-17T06:21:31 | 2017-08-17T06:21:31 | 100,567,589 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,200 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2013 The NovaCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "txdb.h"
#include "miner.h"... | [
"820421292@qq.com"
] | 820421292@qq.com |
34195b4d12ed13019eef7b927498e6f51aa14fcc | b8fb33128e8d2f8abbcbf859dd8509908ec6335b | /FUnction overloading/functionoverloading using class.cpp | cc92fb3c9c4ecb65984e13eb9a56c4d9bf5473a3 | [] | no_license | Yogesh070/C- | f77553a9435d201bdc27dfbef1665fb5ab36e264 | 3da09ac8704dc5f9a4799524bdebf6c025d783c6 | refs/heads/master | 2020-06-26T21:25:54.314258 | 2019-09-16T15:08:11 | 2019-09-16T15:08:11 | 199,761,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 804 | cpp | #include <iostream>
#include <conio.h>
#define pi 3.14
using namespace std;
class area{
float areas;
public:
void area_51(int a , int b);
void area_51(double l, double c);
void area_51(double r);
};
void area :: area_51(int a, int b)
{
areas=a*b;
cout<<"area of rectangle="<<areas<<endl;
}
void area :: area_51... | [
"46161212+Yogesh070@users.noreply.github.com"
] | 46161212+Yogesh070@users.noreply.github.com |
7f116499865e5f5585c555d81fcfd0f5eec75730 | 8ab4d1ac3e46c132530a5f37595b2d28fd5e394b | /source/extensions/filters/http/jwt_authn/jwks_async_fetcher.h | 0d6247394ebac194104db6f2e4cffb9fc20446ef | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | apurvsibal/envoy | 1a4ac01f214320d78fd0a7981e0141590d19383b | 4533ea1897c278477836c72ad5a124148aff4d10 | refs/heads/main | 2023-05-27T23:36:25.262312 | 2021-06-18T21:45:11 | 2021-06-18T21:45:11 | 378,596,727 | 2 | 0 | Apache-2.0 | 2021-06-20T08:35:17 | 2021-06-20T08:35:17 | null | UTF-8 | C++ | false | false | 2,911 | h | #pragma once
#include <chrono>
#include "envoy/extensions/filters/http/jwt_authn/v3/config.pb.h"
#include "envoy/server/factory_context.h"
#include "source/common/common/logger.h"
#include "source/common/init/target_impl.h"
#include "source/extensions/filters/http/common/jwks_fetcher.h"
#include "source/extensions/f... | [
"noreply@github.com"
] | apurvsibal.noreply@github.com |
0d085c4aef95ed9070c5beb83a45227debd65d70 | 27e84530882e5a5513fc0d91ed83d1d938742e7b | /Inicio.h | 483353afcf1f2e079a11a081f59b061fab49bb7d | [] | no_license | jsalvag/ConsultorioOdontologico | 40cff7080ca5679b56a62287fba9ced7e9316b9d | 2aab07d1a5811b8b092c2a330f8208420aae1a29 | refs/heads/master | 2021-01-19T08:33:24.077245 | 2013-11-03T16:23:52 | 2013-11-03T16:23:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,093 | h | //---------------------------------------------------------------------------
#ifndef InicioH
#define InicioH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Menus.hpp>
#include <ExtCtrls... | [
"jsalvag@gmail.com"
] | jsalvag@gmail.com |
bc9c3d2e029ce6961574cf95a6da8299d4a329cd | 7fa23b0e02e16ba51433353d409000ed91442225 | /TestHarness.cpp | 0f0dac71278b31347cbe9d1cf587256a17490e3c | [
"Apache-2.0"
] | permissive | orb1t-ua/WindowingSystem | 272fc95ccaf897e82567fd5842537f1b21b2193a | 34d24ab6f4531df4d1ec335fd0f14dcf2bf52b99 | refs/heads/master | 2022-01-28T13:23:06.171735 | 2019-01-07T07:17:49 | 2019-01-07T07:17:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,774 | cpp | //
// Copyright 1999-2002 Jeff Bush
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed ... | [
"jeffbush001@gmail.com"
] | jeffbush001@gmail.com |
3d5a0de39a0740ddb13d28fa50d1b9f436c8724c | 3c5e16ce141e3a8825c91ce18227251884029b76 | /2.cpp | 543f2edcfaf2b2f48db3b5686bdadf4473d3fce2 | [] | no_license | Gaurav23K/CS141 | 95497ba1dba16d9183e95546bf115bf8beb0f503 | 4c8cdf804584473fa06d0b4118e3c4e6714fc9cc | refs/heads/master | 2020-03-25T17:49:36.862223 | 2018-09-24T09:24:17 | 2018-09-24T09:24:17 | 143,998,053 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 386 | cpp | //including library
#include <iostream>
using namespace std;
int main() {
float celcius,farenheit;
// declaring values
cout << "please enter required temperature value(the value you entered is in celsius)";
cin >> celsius;
cout <<"the value you entered is "<<celcius<<endl;
//conversion
farenheit=9*celsius/5+32;
... | [
"noreply@github.com"
] | Gaurav23K.noreply@github.com |
93669a4d037816450fdb74a5690a10339bbba626 | c3fe4b6e7fc4181248c717492775be1aa2891933 | /environment/system_/StellarObject.hpp | ee3a988c7906963a3e67c040028a236514af642b | [] | no_license | WarLib/yapps | 3bb358249552ebc9bf77cb3f792c24a5eeedbc96 | 31f0f28ee7b17265eb9a94c89a445f5c582eaa7a | refs/heads/master | 2021-01-01T18:12:02.641347 | 2013-06-11T13:43:59 | 2013-06-11T13:43:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 685 | hpp | #ifndef _STELLAROBJECT_HPP
#define _STELLAROBJECT_HPP
#include <OgreVector3.h>
#include <OgreString.h>
#include "ordinates.hpp"
using namespace Yapps;
class StellarObject {
protected:
Vec3 _center;
Ogre::Vector3 _rot;
double _colonization;
double _mass;
double _density;
Ogre::String mConfigFile;
... | [
"tristan.lucas@stud.hn.de"
] | tristan.lucas@stud.hn.de |
bbc111c0936b451ec64531b70483ba9246d90568 | 87a600d36a5757969ead7e235c93e3530d72b43a | /abm_product/newace/Time_Value.h | a89cdb5b906d8b539b1ac81fd0227960cca93554 | [] | no_license | xkmld419/learning | 3c3cad407d03bf693bcd863794cca7fb8a5df99a | 128ffa1496c43c36b83f266522bd49b28184499f | refs/heads/master | 2023-07-12T16:54:50.647834 | 2021-08-21T15:41:42 | 2021-08-21T15:41:42 | 45,075,836 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,968 | h | // -*- C++ -*-
//=============================================================================
/**
* @file Time_Value.h
*
* Time_Value.h,v 4.28 2004/03/31 08:06:06 jwillemsen Exp
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//===========================================================... | [
"xkmld419@126.com"
] | xkmld419@126.com |
f8a4c0c05c7c2885deea85d31be2c679ef3a232e | 293c17d3eccd920b5b6bf2461897c6d64f683ea3 | /DC_ex/MainFrm.h | ae12ba986827b6114aec4e2e3773771ed7ce30de | [] | no_license | 709519923/MFC | 9d5f0cebada13825573e75e13766139ed713a46d | ac740bb2be8bf4acd15bed14157cfa3411829738 | refs/heads/master | 2022-11-10T13:47:04.679688 | 2020-06-28T10:08:31 | 2020-06-28T10:08:31 | 268,739,882 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,153 | h |
// MainFrm.h : CMainFrame 类的接口
//
#pragma once
class CMainFrame : public CFrameWndEx
{
protected: // 仅从序列化创建
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
// 特性
public:
// 操作
public:
// 重写
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual BOOL LoadFrame(UINT nIDResource, DWORD dwDefaultStyle = W... | [
"709519923@qq.com"
] | 709519923@qq.com |
866e9b4a9d993ff287a32af5427f1f6a8c530f09 | 87d29a72be7655dcaa2af7015f1d0a4f3a4982f7 | /seadHash.cpp | 57624a2889d6b152d64fdfa213a1a29940741e69 | [] | no_license | cualquiercosa327/Resead | b403dd81201de0de0033e75258cfc507e5ad3db0 | c8bf5df3f7c6f4d45183313d7440b0f2deb9d929 | refs/heads/master | 2021-02-23T12:49:14.491589 | 2019-07-11T19:52:22 | 2019-07-11T19:52:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,701 | cpp | #include "seadHash.h"
namespace sead
{
bool HashCRC16::sInitialized;
u16 HashCRC16::sTable[256];
void HashCRC16::initialize()
{
for (int i = 0; i < 256; i++)
{
u16 val = i;
for (int j = 0; j < 8; j++)
{
if (val & 1)
{
val >>= 1;
val ^= 0xA001;
}
else
... | [
"noreply@github.com"
] | cualquiercosa327.noreply@github.com |
ac9d63fe41538b2cda349de6285c6b25e8e5b208 | 5167f77d96d1dc5412a8a0a91c95e3086acd05dc | /src/test/fuzz/multiplication_overflow.cpp | 59d2509224c1d0bb44e5da5fa53bc3051612fb0b | [
"MIT"
] | permissive | ocvcoin/ocvcoin | 04fb0cea7c11bf52e07ea06ddf9df89631eced5f | 79c3803e330f32ed50c02ae657ff9aded6297b9d | refs/heads/master | 2023-04-30T10:42:05.457630 | 2023-04-15T11:49:40 | 2023-04-15T11:49:40 | 406,011,904 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,967 | cpp | // Copyright (c) 2020 The Ocvcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <cstdint>
#include <st... | [
"contact@ocvcoin.com"
] | contact@ocvcoin.com |
04c3e101e7318b7b5aae46f21af0822035089d4a | a483ec5f451f4d6a4455626d3b5e7493f2c44052 | /sophomore/软件实训一/71117316-王嘉磊/HW/test.cpp | df4dbc097c2c03df030d26c19980ca18fa1ba830 | [] | no_license | wjialei/DuringColloge | 8e62587da265e2cf512c6a90990cf41c3beccf40 | d899cfb9954e1f8e10dd806d0e0428dfae18ad9b | refs/heads/master | 2020-12-13T05:47:05.759575 | 2020-01-18T05:40:41 | 2020-01-18T05:40:41 | 234,324,600 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 545 | cpp | #include "CsolutionThree.h"
int main()
{
solutionThree obj1;
int *arr1;
int size;
unsigned choice;
cout << "请输入您所需排列的数字个数" << endl;
cin >> size;
cout << "请输入您所需排列的数字" << endl;
arr1 = new int[size];
for (int i = 0; i < size; i++)
{
cin >> arr1[i];
}
cout << "请选择您的排序方法:\n" << "\t输入'1'代表冒泡排序\n" << "\t输入... | [
"Jialei_w@163.com"
] | Jialei_w@163.com |
f6724b747d0d1b72c14acb2820c02af327694339 | f81124e4a52878ceeb3e4b85afca44431ce68af2 | /re20_1/processor17/55/U | 2f20398b6f1112f3c97d7ecdfb8ca76a8409e464 | [] | no_license | chaseguy15/coe-of2 | 7f47a72987638e60fd7491ee1310ee6a153a5c10 | dc09e8d5f172489eaa32610e08e1ee7fc665068c | refs/heads/master | 2023-03-29T16:59:14.421456 | 2021-04-06T23:26:52 | 2021-04-06T23:26:52 | 355,040,336 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,287 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"chaseguy15"
] | chaseguy15 | |
08fdda7e113b9b96ab0e721f4866dd403a22d534 | 4a08f6c5ab847d9aea0810629b7b30d3e9997b00 | /vendor/imgui/imconfig.h | ea609edb98b83d1f8dde03898787ae546847c91e | [
"MIT"
] | permissive | brandonpelfrey/qnes | 48ed9494e38f575ef9268b16870d5857d427e1ce | 7ccf5cd65f297e6dad95f36942aef74d378cd082 | refs/heads/master | 2020-07-30T12:20:02.625805 | 2019-11-18T17:29:46 | 2019-11-18T17:29:46 | 210,231,937 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,547 | h | //-----------------------------------------------------------------------------
// COMPILE-TIME OPTIONS FOR DEAR IMGUI
// Runtime options (clipboard callbacks, enabling various features, etc.) can generally be set via the ImGuiIO structure.
// You can use ImGui::SetAllocatorFunctions() before calling ImGui::CreateConte... | [
"brandonpelfrey@gmail.com"
] | brandonpelfrey@gmail.com |
a17d07f9738013c3373cc63a4409705d8305d770 | 5815ea16d4624ce357d0f0af8ce5f3fda0196177 | /graph/is_bridge.cpp | d7031d0d6761c87c0f7b63fe88657a7266f3240b | [] | no_license | rajharsh81070/Algorithms | eda89218b4a0fb600ee22446f912cfd89ec957f5 | 6721be83f9d31ad2d7d13e4474c206ab1c8efbe1 | refs/heads/master | 2020-04-21T03:12:14.196186 | 2020-01-29T12:39:49 | 2020-01-29T12:39:49 | 169,277,438 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 698 | cpp | #include <bits/stdc++.h>
using namespace std;
vector<int> adjList[10001];
vecotr<bool> visited(10001);
vector<int> low, t_in;
int timer;
void dfs(int u, int p = -1){
visited[u] = true;
low[u]=t_in[u]=timer++;
for(int v:adjList[u]){
if(v==p) continue;
if(visited[v]){
low[u] = min(t_in[v], low[u]);
}
else... | [
"rajharsh81070@gmail.com"
] | rajharsh81070@gmail.com |
06a8c25ad155b7e5d0d437b39d593187202bbe4d | 5004f0c1f7eba48acf74630eb0baf296fb2a3a51 | /ICPC/SEERC16-17/H.cpp | 836e1d104a0ab646faacc9ce11e459e07edb47fa | [] | no_license | shash42/Competitive-Programming | 80ab2611764f2f615568f2011088c1f651f26dcc | f069e8de37f42dba9fb77941b297b33161c2d401 | refs/heads/master | 2021-03-17T17:30:38.242207 | 2020-07-21T18:24:13 | 2020-07-21T18:24:13 | 276,369,049 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,834 | cpp | #include<bits/stdc++.h>
#include<ext/pb_ds/assoc_container.hpp>
#include<ext/pb_ds/tree_policy.hpp>
#define pb push_back
#define f first
#define s second
#define lint long long
#define mp make_pair
#define pii pair<int, int>
#define pll pair<lint, lint>
#define ld long double
#define inlld(x) scanf("%lld", &x)
#define ... | [
"shashwatnow@gmail.com"
] | shashwatnow@gmail.com |
167efb5f3af0ea6558caf32e3b31d4ba15f1ee8b | a743342cf4057a7c2cc573e79602bf89c00b3579 | /GraphViewer/ShevArray.h | bb8153399977632fdb175acb315ad26fa2cc2d4f | [] | no_license | prografix/prografix.github.io | deddc17515c93566616e74b292b7e4fb1136064f | 4f316beb0fa24b98aec8eb127bd294c012c60538 | refs/heads/master | 2023-07-25T09:48:34.670827 | 2023-07-09T13:55:25 | 2023-07-09T13:55:25 | 166,195,307 | 3 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 20,144 | h |
#ifndef SHEVARRAY_H
#define SHEVARRAY_H
#include "typedef.h"
#include "template.h"
//#define ARRAY_TEST
#ifdef ARRAY_TEST
void outOfRange ( const char * name, nat size, nat index );
#endif
/********************** CArrRef ************************/
/************ Ссылка на константный массив *************/
template <... | [
"shevchenka@narod.ru"
] | shevchenka@narod.ru |
4e414fa1dd574c3ac7c26f61efa31af307588902 | 037d518773420f21d74079ee492827212ba6e434 | /blazetest/src/mathtest/smatdmatmult/MIbM3x3a.cpp | 1b1bccfe1f5dbbe015cbc33e648e584a8eb506bc | [
"BSD-3-Clause"
] | permissive | chkob/forked-blaze | 8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8 | b0ce91c821608e498b3c861e956951afc55c31eb | refs/heads/master | 2021-09-05T11:52:03.715469 | 2018-01-27T02:31:51 | 2018-01-27T02:31:51 | 112,014,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,741 | cpp | //=================================================================================================
/*!
// \file src/mathtest/smatdmatmult/MIbM3x3a.cpp
// \brief Source file for the MIbM3x3a sparse matrix/dense matrix multiplication math test
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// ... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
213dcad1eb820e48c5b032ba51c2d12b9eb49a82 | 0b933ebb80380f91aff695150a2fe5823675ba9c | /test/basic_pb_tests.cpp | c9879ea6c18d884ee3f2e59fb8c4a43861c5284e | [
"MIT"
] | permissive | prismskylabs/PriorityBuffer | f8b1f2b9f6f46566b050847cb93e8fe2c862b134 | e19fdb2988f8ec2184780378dfe0297b2a91faba | refs/heads/master | 2022-04-29T09:33:29.915483 | 2022-03-19T00:37:44 | 2022-03-19T00:37:44 | 33,696,434 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,898 | cpp | #include <gtest/gtest.h>
#include <chrono>
#include <memory>
#include <string>
#include <thread>
#include <vector>
#include "basic.pb.h"
#include "fsfixture.h"
#include "prioritybuffer.h"
#ifndef NUMBER_MESSAGES_IN_TEST
#define NUMBER_MESSAGES_IN_TEST 1000
#endif
TEST_F(FSFixture, DefaultPriorityTest) {
Priori... | [
"huu@prismskylabs.com"
] | huu@prismskylabs.com |
eb04e444c7f4cd0b24fb903cf3e306a82877be12 | 8f6990502b2d329fd221a55198001e800f0a9c47 | /src/overwrite_serial_number.cpp | 2daf555afd1619ec8f2057f3deebb682d7d9eec5 | [
"BSD-3-Clause"
] | permissive | kobuki-base/kobuki_ftdi | 03726c2f0c76db3e9607857f51413bcb91b7d905 | a7e9d5783e78a9666084bfe797c7b663f3770aff | refs/heads/devel | 2020-12-08T10:49:48.683322 | 2020-08-30T15:47:48 | 2020-08-30T15:47:48 | 232,963,869 | 0 | 2 | NOASSERTION | 2020-08-20T02:47:50 | 2020-01-10T04:14:01 | C++ | UTF-8 | C++ | false | false | 2,733 | cpp | /*
* License: BSD
* URL: https://raw.githubusercontent.com/kobuki-base/kobuki_ftdi/license/LICENSE
*/
/**
* @file src/overwrite_serial_number.cpp
* @brief Overwrite serial number of ftdi device.
*
* <b>License:</b> BSD https://raw.github.com/yujinrobot/kobuki_core/hydro-devel/kobuki_ftdi/LICENSE
**/
/**********... | [
"d.stonier@gmail.com"
] | d.stonier@gmail.com |
c73cbe697d932093c057f0910a2fc23636d33b94 | fca785d6e67eadcd6d1a9ed9b315177355114c86 | /src/082.cpp | 10808848cb878e150a2729146d8d7ddf0040b2aa | [] | no_license | XihanLiu/LeetCode | 31333c403042f05b7bf3b04e989d6f97fcd81d69 | c07f479cc9aa20567e35d97f32a1ba385663249b | refs/heads/master | 2023-03-15T22:55:25.536338 | 2013-12-07T06:38:59 | 2013-12-07T06:38:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 832 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode(int x) : val(x), next(NULL) {}
* };
*/
class Solution {
public:
ListNode *deleteDuplicates(ListNode *head) {
// Start typing your C/C++ solution below
// DO NOT write int main() fu... | [
"jiaxiang.zheng135@gmail.com"
] | jiaxiang.zheng135@gmail.com |
6762fc3f374f6cb5cac39cadf1e6ee70d11700d0 | 3a6c1dc2afcbf5321e3610e3a710eeffacf435cb | /chrome/browser/web_applications/preinstalled_web_apps/calculator.cc | 5f8010f561da29da625e315de2177dcd88512b2b | [
"BSD-3-Clause"
] | permissive | phimuemue/chromium | 9840da796dcef3c5813594f78296afa4da7b5e13 | 48ed0496d86ea75a4788000ceefbb2eb80971d34 | refs/heads/main | 2023-08-17T14:07:11.247730 | 2021-09-23T06:07:06 | 2021-09-23T06:07:06 | 409,474,698 | 0 | 0 | BSD-3-Clause | 2021-09-23T06:28:43 | 2021-09-23T06:28:42 | null | UTF-8 | C++ | false | false | 3,655 | cc | // Copyright 2021 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 "chrome/browser/web_applications/preinstalled_web_apps/calculator.h"
#include "base/bind.h"
#include "base/strings/utf_string_conversions.h"
#in... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
a90ab58a991cd0dad9fa02a11f15d6a5c4efa5b4 | 5280876069677a667c29245157e99f7fa7c99ce7 | /IMDB/include/func.hpp | e3a8a5684a8b8e64a515030b8a42f2b247270ae2 | [] | no_license | alizeinodin/imdbpractice | 9fe67c9b166619698dbd8ec72be986901189c120 | 5c2acdb78ec0224ed5b88b967b80850006d28934 | refs/heads/main | 2023-03-26T16:35:46.446789 | 2021-03-25T09:19:51 | 2021-03-25T09:19:51 | 351,361,599 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 695 | hpp | #ifndef FUNK_H
#define FUNK_H
void add(Movie, Movie * &, int &);
void remove(std::string, Movie * &, int &);
void show(std::string, Movie * &, int &);
void show_all(Movie * &, int &);
void sort_by(Movie * &, std::string, int &, bool (*function)(Movie * &, std::string, int));
void avg_score(Movie *, int);
void help();
... | [
"alizeinodin79@gmail.com"
] | alizeinodin79@gmail.com |
be8e7f266b2ade7dbc011c0007a402c6e09cfe8f | 8b4cfa801da7d1696ac2d422b41f71520220aca0 | /SimulateNalDrop.cpp | 1c6918064c2a2c78973918a555889364c4868d41 | [] | no_license | sijchen/ErrorConcealmentTest | fa812ce82573e8eda95a863096656d3f3d791ee5 | b4ac1f19411e15a556a6e0355cabaf63f40543d0 | refs/heads/master | 2021-01-01T19:16:44.050971 | 2014-11-18T18:12:42 | 2014-11-18T18:12:42 | 23,062,714 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,563 | cpp |
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <math.h>
#include <assert.h>
using namespace std;
enum{
MODE_GET_NAL_LIST=0,
MODE_DROP_NAL=1,
};
enum{
NAL_TYPE_IDR=5,
NAL_TYPE_P=1,
NAL_TYPE_SPS=7,
NAL_TYPE_PPS=8,
};
typedef struct TagNal
{
int iNalIdx;
... | [
"sijchen@cisco.com"
] | sijchen@cisco.com |
1f19986f6eb107592a187ce8a82eb7011c77b274 | 72b507a7255d2c7f747902a2c33f9c80f35c689a | /debug/moc_scene.cpp | e54baec373c7f9f5782ff6e59d3ceaf81f7592e8 | [] | no_license | alborzp/DEKUMED | 4aeaf7c3b5c7e1a755662fbae6f7e3eb5016a704 | 91f1c7bdf23a721d4a9856f3331348c2f0bc02d5 | refs/heads/master | 2021-05-19T07:12:55.165702 | 2020-03-31T11:26:27 | 2020-03-31T11:26:27 | 251,580,209 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,311 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'scene.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.1)
**
** WARNING! All changes made in this file will be lost!
**************************************************************... | [
"alborz.poorrahim@gmail.com"
] | alborz.poorrahim@gmail.com |
be975a49f2b6a7f06fc473722c2d7e3da6ad69b1 | ed5ab9930d9b1e90fee36b0a10d397b21e36648d | /DataMgr/ForeignStorage/ParquetDataWrapper.cpp | c82c5fe060b9d2b1247cdc7fd410989c2f9318a4 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | prutskov/omniscidb | 379c13ac6029afd459cf96eab28cd636dc8ee287 | 9a1e79cfeed4f6801f3f9805a0759569ae777ae8 | refs/heads/master | 2020-12-30T08:28:39.639271 | 2020-08-17T21:04:01 | 2020-08-18T16:51:29 | 238,927,530 | 0 | 0 | Apache-2.0 | 2020-02-07T13:18:05 | 2020-02-07T13:18:02 | null | UTF-8 | C++ | false | false | 24,192 | cpp | /*
* Copyright 2020 OmniSci, 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 agreed t... | [
"dev@aas.io"
] | dev@aas.io |
d02912a9b2896160ca91c60437340997ff95f911 | 4be3bb67e216066d7864db067be7f3319a2cb33a | /main/src/ftworker.cpp | e70b0864359c998e926be6859e29a7051932c54d | [] | no_license | f0ghua/ecuEmulator | a63cabe389f5bb363ae18c05ec595c52092c3693 | d7d8c45ea9395dac046992c58fbb5d6813535092 | refs/heads/master | 2020-12-02T21:22:53.088955 | 2017-07-18T06:16:03 | 2017-07-18T06:16:03 | 96,305,008 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,130 | cpp | #include "xcommdefine.h"
#include "xbusmgr.h"
#include "ftworker.h"
#include <pthread.h>
#include <windows.h>
#include <QDebug>
#include <QObject>
#ifdef Q_OS_LINUX
#include <sys/time.h>
#else
typedef struct _EVENT_HANDLE
{
pthread_cond_t eCondVar;
pthread_mutex_t eMutex;
int iVar;
} EVENT_HANDLE;
#if defined(_MS... | [
"fog.hua@gmail.com"
] | fog.hua@gmail.com |
346251005266a24f63b5f51559b6de97853807d6 | 5ec00bc1fcfd8102bd83d7ed11c0c3147e4d7d78 | /Arduino/HFV_Driver_v2/HFV_Driver_v2.ino | 481db266d95c9a86d30f9b5e2f0ccba553b97f6a | [] | no_license | masc-ucsc/Kent_State_Project | 1d84432ec949b3917f3a9fa35f07f8a00e60d972 | b5be10a51d8d5b7991ac9b21243df942d18d218f | refs/heads/master | 2021-01-23T18:30:50.025930 | 2017-12-11T21:55:04 | 2017-12-11T21:55:04 | 102,795,963 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,503 | ino |
#define BAUD 9600
#define TURN_ON "pon"
#define TURN_OFF "off"
#define VOLTAGE_UP "vup"
#define VOLTAGE_DOWN "vdn"
#define DUTY_CYCLE_UP "dup"
#define DUTY_CYCLE_DOWN "ddn"
#define BUFFER_SIZE 16
char inBuffer[BUFFER_SIZE];
int ibIndex = 0;
#define STATE_OFF 0
#define STATE_ON 1
#d... | [
"hskinner@ucsc.edu"
] | hskinner@ucsc.edu |
a0a24d19af8659c6f2291e0897ca2020d44169f8 | 66f57231dea1d319cf1d469bff6bc02f7244a5e5 | /tsHydro/src/tsHydro.cpp | c7f0c91e8204e23eae44cb6d6ee11cc1be5c89e7 | [
"BSD-2-Clause"
] | permissive | cavios/tshydro | 31ec57943cd73a840b761d1c96e086200273ef6c | 9d6d47e871fbc0ac1478923262f7be1bfb852717 | refs/heads/master | 2023-04-14T04:54:11.199235 | 2023-04-05T12:45:49 | 2023-04-05T12:45:49 | 41,877,395 | 4 | 6 | null | 2015-12-08T14:28:39 | 2015-09-03T18:43:50 | R | UTF-8 | C++ | false | false | 2,984 | cpp | #include <TMB.hpp>
template <class Type>
Type dt1(Type x){
return Type(1.0)/M_PI/(Type(1.0)+x*x);
}
template <class Type>
Type ilogit(Type x){
return Type(1.0)/(Type(1.0)+exp(-x));
}
template <class Type>
Type nldens(Type x, Type mu, Type sd, Type p){
Type z=(x-mu)/sd;
return -log(1.0/sd*((1.0-p)*dnorm(z,Typ... | [
"karni@space.dtu.dk"
] | karni@space.dtu.dk |
e63914e04af71c8eabb6d2b71c65d58e5460f0e7 | 42088b8a7d1fe98e00ada27ec2016237c0a247b9 | /book/rvalues.cpp | 0328b0c3b71a03967f25b1bd71ae052568b0e1f0 | [] | no_license | tom-weiss-github/home | 581497770f7aebd04467290050b3b53dc40b948f | 1f41f9e5a1ab8381b839e638b632ceba26766d7d | refs/heads/master | 2023-06-11T10:26:33.714918 | 2023-06-05T21:09:04 | 2023-06-05T21:09:04 | 5,501,547 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,128 | cpp | #include <iostream>
#include <random>
struct HasMove
{
HasMove()
: m_data( new int[1000] )
{
std::random_device generator;
std::uniform_int_distribution<int> distribution(1,100);
m_data[0] = distribution(generator);
}
~HasMove()
{
delete [] m_data;
}
... | [
"Tom.Weiss@TradingTechnologies.com"
] | Tom.Weiss@TradingTechnologies.com |
f558103de9b69adb39ea92ff10a7f2e99d31b83b | 9ca6885d197aaf6869e2080901b361b034e4cc37 | /DQM/EcalBarrelMonitorClient/interface/EcalDQMonitorClient.h | 47cf1dc12f4fb4ca31612907366187affd3d9a5e | [] | no_license | ktf/cmssw-migration | 153ff14346b20086f908a370029aa96575a2c51a | 583340dd03481dff673a52a2075c8bb46fa22ac6 | refs/heads/master | 2020-07-25T15:37:45.528173 | 2013-07-11T04:54:56 | 2013-07-11T04:54:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 914 | h | #ifndef EcalDQMonitorClient_H
#define EcalDQMonitorClient_H
#include "DQM/EcalCommon/interface/EcalDQMonitor.h"
namespace edm{
class ParameterSet;
class Run;
class LuminosityBlock;
class Event;
class EventSetup;
class ConfigurationDescriptions;
}
namespace ecaldqm{
class DQWorkerClient;
}
class EcalDQ... | [
"sha1-b63dc01a642d380a16da36b4e834787802efdeb4@cern.ch"
] | sha1-b63dc01a642d380a16da36b4e834787802efdeb4@cern.ch |
c4b28ae42fae07a8b933a030d3fac87df854631f | ecb3cc61af2292a432bd4f208cd980c626305a8c | /A star serach.cpp | cc32822bc2dc212130d3b651848a8536bb99308d | [] | no_license | njrafi/Code-Library | 785499692ecfc5d89938967f962d04ccd7b8f05d | a5a18479d7ffc8094ba5ac05bee4ac815225534f | refs/heads/master | 2021-11-18T12:11:53.574716 | 2021-10-03T10:59:54 | 2021-10-03T10:59:54 | 151,953,480 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 117 | cpp | /*
Similar to dijkstra
With distance and state we push a heuristic
and sort the priority queue with it
*/
| [
"njrafibd@gmail.com"
] | njrafibd@gmail.com |
abf546bdf2d5cf61703c0f4f5becd843803f8e1e | bb5d82c1b95bd1a86efe2b71554b22863e74a481 | /mainwindow.cpp | da7634d38dfda5e5141cf99cdc6d6c45120e1ec8 | [] | no_license | lcx64579/PortScanner | 9e88499f8171771013ee816189357ee3eeba4794 | c7f8cb06fb83c0ff2d340bfd89f4b411ce782a34 | refs/heads/master | 2022-11-05T19:39:55.889618 | 2020-06-25T14:20:56 | 2020-06-25T14:20:56 | 274,931,689 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,440 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QTcpSocket>
extern QMutex mutexRunning;
extern bool terminate;
extern int nowport;
int finishCounter;
int preProgressValue;
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
paused = f... | [
"lcx64579@163.com"
] | lcx64579@163.com |
b09ba4cd813dca115a7ceecc1992c600570f1d06 | 8df6b0a4f126c7d7a36710190622a2d0371f4b78 | /lib/Support/include/llvm/ADT/EquivalenceClasses.h | f371a086d5b3418fc5a7bbaa8df880477d9899df | [] | no_license | FrankLIKE/AOT.Client | c7bf5d0c0e7e9f3b694dc715199ca15ba47175d5 | 70caf7e51e463d20cfbfc4f1b6009dfd5b9cf554 | refs/heads/master | 2020-12-11T09:03:22.838296 | 2014-12-18T15:40:34 | 2014-12-18T15:40:34 | 28,286,260 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,497 | h | //===-- llvm/ADT/EquivalenceClasses.h - Generic Equiv. Classes --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===---... | [
"fvstudio@outlook.com"
] | fvstudio@outlook.com |
494c85a754963016c352f57b5485702082f1e7d7 | 49045130a658ed0fa67771817a0d160201e472fb | /Beautiful/PP/mainwindow.cpp | ae6e066cc53f661478b1cb45d466a61a2a35aeea | [
"MIT"
] | permissive | martinkro/tutorial-qt | 5108fedd409100260e93c8544c3aeac9b07770c6 | 8685434520c6ab61691722aa06ca075f8ddbeacf | refs/heads/master | 2021-01-21T09:38:20.795623 | 2018-01-25T07:46:36 | 2018-01-25T07:46:36 | 91,661,126 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,098 | cpp | #include "mainwindow.h"
#include "config.h"
#include <QIcon>
#include <QLabel>
#include <QPixmap>
#include <QDateTime>
#include <QSplitter>
MainWindow::MainWindow(QWidget* parent)
:XBaseWindow(parent)
{
initUI();
initConnect();
}
MainWindow::~MainWindow()
{
}
void MainWindow::closeEvent(... | [
"martinkro@aliyun.com"
] | martinkro@aliyun.com |
44cd7fffcdfad13fec8f8e52b52521a09a26f067 | d9f59c9f35c4e35b07ba757f9c23b3f82aff2f00 | /CustomSceneNode/src/main/jni/include/IFileSystem.h | faebdc578d081d159da8a9e7d2b581fc6fccaecc | [] | no_license | marky0720/irrlicht_Android_ogl_es | 44d5f9097b4fc328a204e9a98a0ae92dd13471a4 | 4c94b4ba2ee833015ff8e83855e5b92a539bcc6b | refs/heads/master | 2020-04-07T12:27:10.852174 | 2018-03-20T09:52:50 | 2018-03-20T09:52:50 | 124,211,363 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 19,470 | h | // Copyright (C) 2002-2012 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifndef __I_FILE_SYSTEM_H_INCLUDED__
#define __I_FILE_SYSTEM_H_INCLUDED__
#include "IReferenceCounted.h"
#include "IXMLReader.h"
#include "IFileArch... | [
"marky0720@gmail.com"
] | marky0720@gmail.com |
79f03348d322a4fd466f97a1317833f3d54fd2e6 | fdb0a721d99df90f305ffd5e17899e31e87347a3 | /ArchiveDecoder.h | 093dec4a65f7494e3ca9e9bffa9dbc0bb47ff3e5 | [] | no_license | arstevens/ASAR-N-ary-Tree-Archive-Program | 967cd5156ded2621f423ec0d56062184d362e8c0 | 6f42820f6264476bb5d816368ff7c908f88dbfcd | refs/heads/master | 2021-09-06T20:25:46.428597 | 2018-02-11T04:25:01 | 2018-02-11T04:25:01 | 119,713,527 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | h | #ifndef ARCHIVE_DECODER_H
#define ARCHIVE_DECODER_H
#include <string>
#include <fstream>
#include "Archive.h"
class ArchiveDecoder : public Archive {
public:
ArchiveDecoder(std::string);
bool extract();
private:
// Fields
std::string archive_buff;
bool readUntilEOE(std::ifstream&);
bool processRegexStr... | [
"aleks.stevens@protonmail.com"
] | aleks.stevens@protonmail.com |
a1cfd371b46fea6da47d4b76ffb44cf100f5cb43 | 4c0593d5a84c3370e0eb02aff1a31949b9db709b | /upgrade_bak/frameworks/runtime-src/Classes/ConfigParser.cpp | 70035e14e03412fb6f78070b77b00e652a77cde7 | [] | no_license | JakubDziworski/BasketBounce | 246d59bcbde716aa09d4eaab94937004449ea1fd | a64ebb6b74319d5dbbca5f4e2015a22a40d25608 | refs/heads/master | 2021-01-18T23:09:51.155798 | 2016-07-31T18:28:03 | 2016-07-31T18:28:03 | 25,026,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,143 | cpp |
#include "json/document.h"
#include "json/filestream.h"
#include "json/stringbuffer.h"
#include "json/writer.h"
#include "ConfigParser.h"
// ConfigParser
ConfigParser *ConfigParser::s_sharedInstance = NULL;
ConfigParser *ConfigParser::getInstance(void)
{
if (!s_sharedInstance)
{
s_sharedInstance = new... | [
"jakub.dziworski@gmail.com"
] | jakub.dziworski@gmail.com |
7d5445af18149386ad95d0c2f4071bc3d0dbaa11 | 16f235c9479403988415eeac8cb3ca8926983eef | /src/cuda-sim/ptx_sim.h | 1d30eb6b85a0d31b31a7f969eac500a260484ee3 | [
"BSD-3-Clause"
] | permissive | insight-cal/mafia | c88fd85ac63aa8f6db5fd09cc3f907152e1abb98 | 21dc3faa554fbc2ef167a1c99248fc3ab0be901f | refs/heads/master | 2022-05-08T04:15:14.874162 | 2022-01-21T02:17:29 | 2022-01-21T02:17:29 | 239,350,026 | 0 | 0 | NOASSERTION | 2020-02-09T18:07:46 | 2020-02-09T18:07:45 | null | UTF-8 | C++ | false | false | 14,508 | h | // Copyright (c) 2009-2011, The University of British Columbia
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// Redistributions of source code must retain the above copyright notice, this... | [
"tzk133@psu.edu"
] | tzk133@psu.edu |
7dd7ba2e58b3f9b0e4ac4f5352d403afcef936f0 | bbac4ae92faff1c0fe9c922826011f2ef969bd13 | /Assignment3-codes/AREA_OF_.CPP | 6a2d59e3c89ac831b24af89c0d93c32e730c4208 | [] | no_license | Parash117/newbie-coding | 554519d62616923bad049c1bd98e3f7ef33a13bc | 02bf37be32d404d1362df28a9985509d9739fbd1 | refs/heads/master | 2021-01-11T21:52:58.970278 | 2017-03-13T13:18:50 | 2017-03-13T13:18:50 | 78,870,023 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 517 | cpp | #include<stdio.h>
#include<conio.h>
#define pi 3.1415
// a. calculate area and circumferance of a circle
// b. Calculate sum of 6 subject and find percentage
// c. Check whehter a number is even or odd
void main(){
clrscr();
float r, area, circ;
printf("Enter The radius of circle To get the area and circumference... | [
"unforgivingboy@gmail.com"
] | unforgivingboy@gmail.com |
3deaeb3bf0d002f704c29ca56264e06289e357d1 | 4f98a9bd165236fd5f4d12d6c2c852f42841f5a9 | /d02/ex00/main.cpp | a3bd30c83523fa51c7376bb417958822e9b5098c | [] | no_license | tsergien/cpp_learning | 74c0800b4b86fffc698de2de5ed3a094ad548b32 | 5cc814e65b486f1c1096902a08731f3fedc5d885 | refs/heads/master | 2020-04-01T17:15:45.084209 | 2018-10-17T10:26:00 | 2018-10-17T10:26:00 | 153,278,621 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,120 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.cpp :+: :+: :+: ... | [
"chocolate1378@gmail.com"
] | chocolate1378@gmail.com |
0ef5edb4ca073e5bfcd2ecc5aa4343aac8efae7f | 9d6c899c97287c19980352e2e852717fb6dc8c09 | /tensorflow/examples/tf_volume/jni/object_tracking/image_utils.h | 22df43f3841ba701a4856af02f782196616dd68e | [
"Apache-2.0"
] | permissive | stesha2016/tensorflow | 4ce1215e3b6e69187890d4d807e466a56faeed49 | 23fd0dd3e6955ff138dfc30d179b66b4eca9e7db | refs/heads/master | 2020-04-15T16:07:25.378476 | 2019-02-01T06:23:45 | 2019-02-01T06:26:45 | 164,821,211 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,134 | h | /* Copyright 2016 The TensorFlow 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"stesha.chen@qq.com"
] | stesha.chen@qq.com |
3667bad07c9b83b08f524491c8e9a0dce7a46cf5 | 519ccfe2cf75d16b9ee6231f8a13f63a3ce91d62 | /src/fonts/stb_font_arial_bold_40_latin_ext.inl | b78f1b22398bccfd2b0321e8b01f601303810df9 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | stetre/moonfonts | 9dd6fd126524ead9105216e93b22a9b73de82dc2 | 5c8010c02ea62edcf42902e09478b0cd14af56ea | refs/heads/master | 2022-02-07T20:47:37.150667 | 2022-02-06T12:29:27 | 2022-02-06T12:29:27 | 96,556,816 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 220,209 | inl | // Font generated by stb_font_inl_generator.c (4/1 bpp)
//
// Following instructions show how to use the only included font, whatever it is, in
// a generic way so you can replace it with any other font by changing the include.
// To use multiple fonts, replace STB_SOMEFONT_* below with STB_FONT_arial_bold_40_latin... | [
"s_trettel@yahoo.com"
] | s_trettel@yahoo.com |
bacb81dcbd564ab93d831c41a31faf8f66594029 | 502f2031baa1a08fa9c8d85e399f004720ac1985 | /线性表顺序表.cpp | 69161cdbf1fc0fc6eea97f8e85e53560a93729e9 | [] | no_license | Mercury-Duo/List-Linear | a0eb9e6202e03bd67dbee0441bb6032454e4ec03 | a7eceae40e387744cdc69d8f295ac051ad12d60b | refs/heads/master | 2023-04-05T08:30:03.884401 | 2021-04-13T11:41:12 | 2021-04-13T11:41:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,843 | cpp | #include<stdio.h>
#include<stdlib.h>
#define OK 1
#define ERROR 0
#define OVERFLOW -2
#define LIST_INIT_SIZE 100 //初始分配容量
#define LISTINCREMENT 10 //增量
typedef int Elemtype;
typedef int status;
//结构体
typedef struct {
Elemtype* elem;//空间基址
int length;//线性表长度
int listsize;
}sqlist;
//建立线性表
status Initl... | [
"铎@DESKTOP-733MSEH"
] | 铎@DESKTOP-733MSEH |
8e6b2af630d5152fb898b06de717d9d24ec9c2b5 | 9ad526529f87dd9de7533dd8bb932b9db25616b0 | /UnitTests/TestDebugSymbols.cpp | c9d98a91e93f54f1d6f4aecb430126d9dfb0ff57 | [] | no_license | jonasblunck/DynHook | 9d41f7ef2a8360f52ddec167f3a19c8bc57e8e78 | 90950c08d1b63d10392e697131a2a489ea3cf5d1 | refs/heads/master | 2022-11-25T17:03:41.159009 | 2022-11-09T15:48:30 | 2022-11-09T15:48:30 | 63,905,318 | 18 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 4,794 | cpp | #include "stdafx.h"
#include <map>
#include "DebugSymbols.h"
#include "DebugSymbolsTestClass.h"
#include "CppUnitTest.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
TEST_CLASS(TestDebugSymbols)
{
DebugSymbolsTestClass debugSymbolsTest;
TEST_CLASS_INITIALIZE(Initialise)
{
}
... | [
"jonasbl@microsoft.com"
] | jonasbl@microsoft.com |
a73995bf24bbee85e99506b11532fbce40aedab7 | 535d1b93fbe05923e2defac0f7c218bd64559e0d | /CarmenJuego/Proyecto/Carmen/bin/windows/obj/src/openfl/_Vector/BoolVector.cpp | 1da3695f733d82996cbbb6a484df10029ad9d73b | [] | no_license | XxKarikyXx/ProgVJ1 | af9a9f4d7608912e1b2bab9726266b9f4ef5f44d | d26e335379a001cce21d7cd87461d75169391222 | refs/heads/develop | 2020-03-13T12:44:19.172929 | 2018-06-05T17:58:01 | 2018-06-05T17:58:01 | 131,125,411 | 0 | 0 | null | 2018-05-09T05:12:42 | 2018-04-26T08:35:17 | Haxe | UTF-8 | C++ | false | true | 24,313 | cpp | // Generated by Haxe 3.4.2 (git build master @ 890f8c7)
#include <hxcpp.h>
#ifndef INCLUDED_openfl__Vector_BoolVector
#include <openfl/_Vector/BoolVector.h>
#endif
#ifndef INCLUDED_openfl__Vector_IVector
#include <openfl/_Vector/IVector.h>
#endif
HX_DEFINE_STACK_FRAME(_hx_pos_dd7a5ba250c0e821_311_new,"openfl._Vector.... | [
"kariky@hotmail.es"
] | kariky@hotmail.es |
15c1ec87bdb09c563852db814219ab7efe8deabb | 8b504e28b63b156e41dfb709c23e151e4a1a62fe | /matlab/graphs/matlab_bgl/libmbgl/yasmic/util/write_petsc_matrix.hpp | c9803e3ef49b5aa8fd364ebc1c7da875ebed721c | [] | no_license | Cinaraghedini/adaptive-topology | 31e2cd1b61999c0876c151f3968041008dfbdb77 | 958c5a981aa03fde97bf2cb49d992fa36eda9326 | refs/heads/master | 2022-05-01T12:08:26.757008 | 2022-04-11T17:01:45 | 2022-04-11T17:01:45 | 126,609,972 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,215 | hpp | #ifndef YASMIC_UTIL_WRITE_PETSC_MATRIX
#define YASMIC_UTIL_WRITE_PETSC_MATRIX
namespace impl
{
namespace endian
{
void swap_int_4(int *tni4) /* 4 byte signed integers */
{
*tni4=(((*tni4>>24)&0xff) | ((*tni4&0xff)<<24) |
((*tni4>>8)&0xff00) | ((*tni... | [
"32578137+Cinaraghedini@users.noreply.github.com"
] | 32578137+Cinaraghedini@users.noreply.github.com |
a3994e557ee6849f3f4d43b216d47e438d32ae50 | e44ff4069f5b559954e7a66685c86b054a70de7a | /450 Codes/Arrays/buy_sell_stock.cpp | ab0db64d6ab75a2df4184e42ec2963caac807637 | [] | no_license | SayanDutta001/Competitive-Programming-Codes | 2912985e037f83bcde8e7fcb0036f1e31fa626df | 6dac061c0a4b1c5e82b99ec134e9e77606508e15 | refs/heads/master | 2023-03-17T04:25:47.507594 | 2021-03-05T16:23:09 | 2021-03-05T16:23:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 450 | cpp | #include <iostream>
using namespace std;
int stock(int n, int arr[])
{
int mini = INT16_MAX;
int maxi = 0;
for (int i = 0; i < n; i++)
{
mini = min(mini, arr[i]);
maxi = max(maxi, arr[i] - mini);
}
return maxi;
}
int main()
{
int n;
cin >> n;
int arr[n];
for (in... | [
"khanujabhupinder09@gmail.com"
] | khanujabhupinder09@gmail.com |
cd3867faf513ea5fa7eae5bb1bf389ce48799d22 | ffd36aa4a71fae42e962398b5d37e7e92b0a68f1 | /src/ast/try_catch.cpp | ad9a7f0d1afa9a0bbd92d15b364339d67a2906bc | [
"MIT"
] | permissive | VonRosenchild/Vivaldi | 8b3f11d7bae013060d89184caf0523b938757abb | abb43a40dbbef826e8cc5a8e49dee43ed2823551 | refs/heads/master | 2021-01-24T04:29:53.406233 | 2015-03-20T15:53:43 | 2015-03-20T15:53:43 | 32,789,893 | 1 | 0 | null | 2015-03-24T09:49:54 | 2015-03-24T09:49:54 | null | UTF-8 | C++ | false | false | 1,142 | cpp | #include "try_catch.h"
#include "gc.h"
using namespace vv;
ast::try_catch::try_catch(std::unique_ptr<expression>&& body,
symbol exception_name,
std::unique_ptr<expression>&& catcher)
: m_body {move(body)},
m_exception_name {exception_name},
m_ca... | [
"jeorgun@gmail.com"
] | jeorgun@gmail.com |
21871be4641b69b41a052dde4e33cadd6df2dfba | d632036c621f43207ba4a90c6b170f1bbcf91ae4 | /player/src/main/cpp/decode/audio/AudioSoftDecoder.h | 401a3271f444105ce1ac466ee631bcda69f3e95c | [] | no_license | ZengcxAPerson/BBQVideo | 20bd3ab8eefc4a0ca5bdf4ce768a8971d218dcb2 | 8da5ab73eaea5e33280518843598832a5f03f619 | refs/heads/main | 2023-05-23T22:32:48.909521 | 2021-05-14T15:30:39 | 2021-05-14T15:30:39 | 318,802,095 | 0 | 0 | null | 2021-06-14T03:32:59 | 2020-12-05T13:59:14 | HTML | UTF-8 | C++ | false | false | 898 | h | //
// Created by jian.yeung on 2021/1/9.
//
#ifndef BBQVIDEO_AUDIOSOFTDECODER_H
#define BBQVIDEO_AUDIOSOFTDECODER_H
#include "AudioDecoder.h"
#define AUDIO_SOFT_DECODER_TAG "AudioSoftDecoder"
class AudioSoftDecoder : public AudioDecoder {
public:
AudioSoftDecoder();
~AudioSoftDecoder();
void setPlaye... | [
"708892097@qq.com"
] | 708892097@qq.com |
1781a6d4bdea4fdd8939386b956e159de64a345a | 8222416bad2ddb58f4c8f1869b523d8359f468fc | /VSTG/VSTG/ObjCreator.h | ee83dd3008d0d674faf1cf3331f3dc66aec11ce7 | [] | no_license | wchen1994/VSTG | 9f5e89ea15d48845c4b84c4b15dddff00d4d31e3 | d6ababaa908419def96623d2919039df8c1862e8 | refs/heads/master | 2021-01-20T00:29:36.313810 | 2017-07-15T04:49:12 | 2017-07-15T04:49:12 | 89,142,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,973 | h | #pragma once
#include "ObjEnemy.hpp"
#include "Enemys/EnemyDuck.h"
#include "Essential.hpp"
#include "ObjEnemyBullet.h"
#include "SoundPlayer.h"
#include <memory>
#include <SFML/System.hpp>
#include <chrono>
namespace ObjCreator {
void AssignTexture(std::shared_ptr<ObjCharacter> pObject, std::string texPath);
void ... | [
"wchen1994@github.com"
] | wchen1994@github.com |
281b123a727eda896d7ea362df248ed84db16fb6 | 0709803380490159fe3c00478da01e0bf400fdc2 | /StuntMarblesFinal/project/include/IrrOdeNet/CMarbles2WorldObserver.h | 0de05a37a6752171454a4764387a7e7d42eb9901 | [] | no_license | bayarovici/KinnectMarbleRacing | 2c45678c8a542765d6f684971878faa4ce9d983f | f5401921dd8dbf3f557c128de7ccdda7459cf049 | refs/heads/master | 2022-05-02T15:33:52.955483 | 2022-04-11T04:34:08 | 2022-04-11T04:34:08 | 131,445,088 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,312 | h | #ifndef _C_MARBLES2_WORLD_OBSERVER
#define _C_MARBLES2_WORLD_OBSERVER
#include <IrrOde.h>
#include <CMessage.h>
#include <irrlicht.h>
#include <CSerializer.h>
#define _FLAG_COLLISION 1
using namespace irr;
using namespace ode;
enum EnumMarbleMessages {
};
class IIrrOdeWorldListener {
public:
virt... | [
"bayar.menzat@gmail.com"
] | bayar.menzat@gmail.com |
7274b9de86a010f9c88165220b73637bca8baa99 | 093d2e689823e5716c46b09511d8adebb2320573 | /GFG/Binomial_Coefficient.cpp | 85e8f507940d3bdb640f5412cd3fef55e6b98236 | [] | no_license | gauravk268/Competitive_Coding | 02813a908e4cd023e4a7039997e750d1fdae6d92 | 783c246dbaf36425a5b7cb76b4e79e2b7ba1a10c | refs/heads/master | 2022-10-15T02:25:41.598723 | 2022-10-03T06:09:17 | 2022-10-03T06:09:17 | 235,630,000 | 20 | 22 | null | 2022-10-03T06:09:18 | 2020-01-22T17:45:32 | C++ | UTF-8 | C++ | false | false | 1,627 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int, int> pi;
typedef vector<int> vi;
typedef vector<pi> vpi;
typedef vector<ll> vll;
#define f first
#define s second
#define all(x) (x).begin(), (x).end()
#define pb push_back
#define endl "\n"
#define trav(x, a) for (aut... | [
"gauravk26800@gmail.com"
] | gauravk26800@gmail.com |
ebf309459376fc6d8cccf95f00bba5597848639d | eeec885fcbad78f6d7aef42988b51b624e78de4c | /button.cpp | 83f26f059da707970e5c38cec93ce983837a8c20 | [
"MIT"
] | permissive | tonymiceli/tinymfc | b4423b405f9ec4911d6491eaca2be0c20a81d403 | 68a5fbbaecf07a038d8e46cfc9a96d62480b12b5 | refs/heads/master | 2021-03-07T18:12:37.496564 | 2020-03-10T12:16:52 | 2020-03-10T12:19:48 | 246,286,027 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | cpp | //#include "stdafx.h"
#include "button.h"
CButton::CButton()
{
}
BOOL CButton::Create(HINSTANCE hInstance,
LPCTSTR lpCaption,
HWND hWndParent,
int x,
int y,
int nWidth,
... | [
"6946957+tonymiceli@users.noreply.github.com"
] | 6946957+tonymiceli@users.noreply.github.com |
92f78b74c759cb20ad2aa6d5b989862fb96ccdec | 949999f50ea171237914b24302de52d70cd026ea | /BattleTank/Source/BattleTank/TankMovementComponent.h | 520fd96030f9a8de419b6f548b290b69c9bc1958 | [] | no_license | baconcheese113/04_BattleTank | ae36381fa7559c14ca99bf1d2850564c6410925e | d595f970fdb80da3a28a2a6c8d77bde866a1ef86 | refs/heads/master | 2021-01-21T02:52:51.531392 | 2016-10-24T04:19:03 | 2016-10-24T04:19:03 | 68,353,747 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 945 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "GameFramework/NavMovementComponent.h"
#include "TankMovementComponent.generated.h"
class UTankTrack;
/**
* Responsible for driving the tank tracks
*/
UCLASS( ClassGroup = (Custom), meta = (BlueprintSpawnableCompon... | [
"baconcheese113@hotmail.com"
] | baconcheese113@hotmail.com |
217c15c096086fc9e9da889eedf336ae1fc70b43 | 673eaab40a1b13c7ce41b3f6ab580ba0855ea12a | /ED/L02Q01.cpp | 0902079d24d4b87af37165cab44831b504dbf733 | [] | no_license | marcosf63/CC | bb9b8a609b9e08ae6f59fce40c2bcade1137c5ba | 95559828c6bf1a02434b7fb3720661541aede7c7 | refs/heads/master | 2021-01-21T13:41:58.941563 | 2016-05-03T01:16:09 | 2016-05-03T01:16:09 | 45,278,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 560 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <algorithm>
#include "slist.h"
using namespace std;
int main() {
int i, j, k, n;
TList l;
do {
printf("Digite a quantidade de elementos da lista: ");
scanf("%d", &n);
} while (n < 0);
srand(time(0));
for (i = 1; l.... | [
"marcosf63@gmail.com"
] | marcosf63@gmail.com |
768d5421b1fd1a7f26433d0aefb6be530422b169 | 587a987f72a6a0b366fdd52a611a56e10972491a | /LeetCode/230_二叉搜索树中第K小的元素.cpp | c4cd918a0f42564b57a6c95cae2fb81556a96aee | [] | no_license | SeanCST/Algorithm_Problems | 18e4115dfd8d6b51cef6fad90b537d989123d655 | 03f7de3e4717677967d8b11ed4d7f0285debdb61 | refs/heads/master | 2023-07-27T22:33:56.783638 | 2023-07-17T14:13:49 | 2023-07-17T14:13:49 | 144,162,747 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,195 | 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 {
private:
int cur = 0;
int res;
public:
int kthSmallest(TreeNode* root, int k) {
... | [
"seancst.x@gmail.com"
] | seancst.x@gmail.com |
0a1676704529157b996c243320aa38eddab3298c | a3d57036a8b42f9dfc4da00bad528a502f6595dc | /projects/happy-hls/include/bits_io.h | 013aac6d8c52fcb65b2dc814c65db707cb95d0d8 | [] | no_license | zhouchunliang/chenzhengqiang | 5f3579badc557f887a6b09d4489c0f3134448c1d | d4cd58715343ce539ff2523e4ac0f0c80f2bd0c7 | refs/heads/master | 2020-07-07T12:05:27.104252 | 2017-12-28T08:31:06 | 2017-12-28T08:31:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,167 | h | /*
@author:chenzhengqiang
@file name:bits_operate.h
@version:1.0
@start date:
@modified date:
@desc:providing the apis of bits operate
*/
#ifndef _CZQ_BITS_IO_H_
#define _CZQ_BITS_IO_H_
#include<cstdio>
#include<stdint.h>
#define hton16(x) (((x>>8)&0xff)|((x<<8)&0xff00))
#define hton24(x) (((x>>16)&0... | [
"642346572@qq.com"
] | 642346572@qq.com |
673cc6170f090de418e40bd3af63eb4d54f01c3e | 90e3c1fabc10a2e3d1bc860ad28304d389ad0d9c | /IRsendDemo/IRsendDemo.ino | ff31f666de48579df4cb58e6996db25170d5764a | [] | no_license | chicagozer/arduino | bd0d56563b91a56181d3ef850e9975089d7f3751 | c23746e5692f150be20d444d0bb43cc5cc1546ed | refs/heads/master | 2020-06-04T01:47:36.644551 | 2012-02-24T17:33:52 | 2012-02-24T17:33:52 | 3,180,786 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 571 | ino | /*
* IRremote: IRsendDemo - demonstrates sending IR codes with IRsend
* An IR LED must be connected to Arduino PWM pin 3.
* Version 0.1 July, 2009
* Copyright 2009 Ken Shirriff
* http://arcfn.com
*/
#include <IRremote.h>
IRsend irsend;
void setup()
{
Serial.begin(9600);
#if defined (__AVR_ATmega1280__) || ... | [
"chicagozer@comcast.net"
] | chicagozer@comcast.net |
8b6957c73564c3b75d87aba01f30da85e43b8073 | bb3f5ed74704e733eb73a04ed3a5e297b2c6874d | /PROBLEM SET 06/Pebble Solitaire/pebble_solitaire.cpp | f0d79c20dd7f524ac5a6583c439e0b605e57108b | [] | no_license | Arnarkari93/AFLV | e44bdf04600a4e377aeb327412ba01f4d6e00059 | 4938213a5b280f24fa60f2839029acd739be05e9 | refs/heads/master | 2020-12-10T07:35:41.770786 | 2016-09-09T22:49:16 | 2016-09-09T22:49:16 | 27,455,903 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,144 | cpp | #include <algorithm>
#include <bitset>
#include <cassert>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <list>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <stack>
#include <strin... | [
"arnarkari93@gmail.com"
] | arnarkari93@gmail.com |
52b2a53709851054272f9585288978cfedc75de4 | a6686120abe76b16a1d3afff173cbcdb1f657ac2 | /Tree-Graph/Heavy-light Decomposition.cpp | a2540ecc774a41305aacc3631228a40ef5ed75fc | [] | no_license | vivek8420/programming | d87c2c3ea908c6a4accb211343119afb635b022b | 1eb616be00671fd08bbc75edab4390067385f0ad | refs/heads/master | 2023-01-08T16:18:47.430444 | 2020-11-07T14:19:31 | 2020-11-07T14:19:31 | 240,758,120 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,064 | cpp | /*
* heavy-light decomposition
* problem: QTREE(SPOJ)
* author:savaliya_vivek
* resources: anudeep's blogs
*/
#include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define PI pair<int,int>
#define ff first
#define ss second
#define boost ios_base::sync_with_stdio(false);cin.tie(NULL)
#define ... | [
"vdsavaliya123@gmail.com"
] | vdsavaliya123@gmail.com |
394e00991cc6802746f1ca0a5431ccbed7d83f19 | 74474277086d7a54bdf9ba684a4c2b6b39635bcb | /cs320/SecuritySimulator/command.h | c5fa5c70cd7ac969160850c870f9e47cb172b188 | [] | no_license | lemon123456/ksc-archive | c10d2bbfa284fb37b31fcd1d82d5359e5852c2f0 | 487fb9028f416c394d3f54f65bee4f9df64fb7fb | refs/heads/master | 2020-04-07T23:38:04.854866 | 2012-05-04T01:54:59 | 2012-05-04T01:54:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 534 | h | #ifndef COMMAND_H
#define COMMAND_H
#include <QObject>
#include <QStringList>
#include "environment.h"
class Command : public QObject
{
Q_OBJECT
public:
explicit Command(QStringList args = QStringList(), QObject *parent = 0);
virtual ~Command();
QString name() const;
QStringList args() const;
... | [
"jake.petroules@petroules.com"
] | jake.petroules@petroules.com |
5f7f0d0cd0d0ea976579fe7af5d61cfea5705bc2 | 0a6a43b691996499230276055523eb895da6ffec | /.history/spectrum/spectrum_20190117003202.hpp | 2f4dbd6c406b9cfdb07be0abcee2789a9abc495d | [] | no_license | SoundRabbit/voice-changer | 362890a6e0ef1dda37c1666b946879fc12125370 | e5a5d64426fc072504477ae30c96e8e293a07a52 | refs/heads/master | 2020-03-27T09:49:50.340212 | 2019-01-16T17:55:04 | 2019-01-16T17:55:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 342 | hpp | #pragma once
template<int length>
class Spectrum {
private:
class Intensity {
public:
operator double();
double operator= (double);
double operator= (const Intensity&);
bool operator== (const Intensity&);
bool operator< (const Intensity&);
bool operator<= (const Intensity&... | [
"neu1neu9neu9neu9neu@gmail.com"
] | neu1neu9neu9neu9neu@gmail.com |
aef2858cf71dd60163c4ec147d83aa6334d53de1 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/ots/src/src/hmtx.h | 4bf49349c7cf03c44a2ddd60310065bcc6493e04 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"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 | 506 | h | // Copyright (c) 2009-2017 The OTS 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 OTS_HMTX_H_
#define OTS_HMTX_H_
#include "metrics.h"
#include "hhea.h"
#include "ots.h"
namespace ots {
class OpenTypeHMTX : public OpenTyp... | [
"jengelh@inai.de"
] | jengelh@inai.de |
5b364c1031f4704861aa0df61fdaa8c4428ade88 | 5722258ec3ce781cd5ec13e125d71064a67c41d4 | /java/util/function/DoubleToLongFunctionProxyForward.h | a20001731d8e5f771f60ba2b2c373b08b75f19f1 | [] | no_license | ISTE-SQA/HamsterJNIPP | 7312ef3e37c157b8656aa10f122cbdb510d53c2f | b29096d0baa9d93ec0aa21391b5a11b154928940 | refs/heads/master | 2022-03-19T11:27:03.765328 | 2019-10-24T15:06:26 | 2019-10-24T15:06:26 | 216,854,309 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 245 | h | #ifndef __java_util_function_DoubleToLongFunctionProxyForward_H
#define __java_util_function_DoubleToLongFunctionProxyForward_H
namespace java
{
namespace util
{
namespace function
{
class DoubleToLongFunctionProxy;
}
}
}
#endif
| [
"steffen.becker@informatik.uni-stuttgart.de"
] | steffen.becker@informatik.uni-stuttgart.de |
d6b9d038efc5493a91ad5edee605b6b901380248 | df22e22c3600b814710bb3e190b1435ef51a2ec7 | /HashMapTest.h | 2d4f7ff5b9a99e176e77647136f1c3316e761ed4 | [] | no_license | Cyan4973/smhasher | 32446b17dd556e0d403dbdf32bfbe71eea5dc7ef | e1adb07114f5f1f156c10b70ad9255f24f42a7d1 | refs/heads/master | 2023-08-31T10:54:50.524036 | 2020-03-07T10:49:07 | 2020-03-07T10:49:07 | 173,207,357 | 18 | 10 | null | 2020-03-05T23:28:53 | 2019-03-01T00:17:05 | C++ | UTF-8 | C++ | false | false | 267 | h | #pragma once
#include "Platform.h"
#include "Types.h"
std::vector<std::string> HashMapInit(bool verbose);
bool HashMapTest ( pfHash pfhash,
const int hashbits, std::vector<std::string> words,
const int trials, bool verbose );
| [
"rurban@cpan.org"
] | rurban@cpan.org |
7b08b99e63c2bdac1ddd4a67a8b231be86b89ea8 | 697a751b80ac05a73a3ff38aa56e0f71359bf58e | /test/function/HashJoin/src/fileOps.h | e0bc8446658d90072c7ee752a60f24178c535bc0 | [
"GPL-2.0-only",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | HashDataInc/Gopherwood | e06203fb8b5ceeb726d30dd07b9e63f3aa3f4ef7 | 4e06e575b0b4a5efdc378a6d6652c9bfb478e5f2 | refs/heads/master | 2021-05-06T06:35:16.744434 | 2018-06-29T08:00:50 | 2018-06-29T10:04:40 | 113,868,415 | 12 | 6 | Apache-2.0 | 2018-06-29T10:07:51 | 2017-12-11T14:25:09 | C++ | UTF-8 | C++ | false | false | 1,354 | h | /*
* DBMS Implementation
* Copyright (C) 2013 George Piskas, George Economides
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later ... | [
"492960551@qq.com"
] | 492960551@qq.com |
75c202b3dd8417792464038341a14115a666c3d6 | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir7941/dir22441/dir22442/dir22443/dir24492/file24578.cpp | 5826d627a41f954026f433f6d90e76ab1996588a | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | #ifndef file24578
#error "macro file24578 must be defined"
#endif
static const char* file24578String = "file24578"; | [
"tgeng@google.com"
] | tgeng@google.com |
baf6cfe3133cf2ec9d8abb326e5e0849019a4b12 | 2eb3b66b421a1f4a18bcb72b69023a3166273ca1 | /HackerRank/countercode/poisonous-plants/main.cc | bcb49365ef58d0e7a98ac538a4e1d54579b68d31 | [] | no_license | johnathan79717/competitive-programming | e1d62016e8b25d8bcb3d003bba6b1d4dc858a62f | 3c8471b7ebb516147705bbbc4316a511f0fe4dc0 | refs/heads/master | 2022-05-07T20:34:21.959511 | 2022-03-31T15:20:28 | 2022-03-31T15:20:28 | 55,674,796 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,968 | cc | #include <string>
#include <vector>
#include <climits>
#include <cstring>
#include <map>
#include <queue>
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <iostream>
#include <set>
#include <deque>
#include <stack>
#include <cassert>
using namespace std;
#define FOR(i,c) for(__typeof((c).begin()) i=(c).... | [
"johnathan79717@gmail.com"
] | johnathan79717@gmail.com |
3ecf04a7054806092862c0dae3486757a7d58cb1 | 872770c5323aa17120f2f708a1f0be09e663c9a8 | /Elastos/Framework/Droid/eco/inc/core/hardware/CSensorEvent.h | fcd3234240ed010299880dbd8cdf370f346f76a9 | [] | no_license | xianjimli/Elastos | 76a12b58db23dbf32ecbcefdaf6179510362dd21 | f9f019d266a7e685544596b365cfbc05bda9cb70 | refs/heads/master | 2021-01-11T08:26:17.180908 | 2013-08-21T02:31:17 | 2013-08-21T02:31:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | h |
#ifndef __CSENSOREVENT_H__
#define __CSENSOREVENT_H__
#include "_CSensorEvent.h"
#include <elastos/AutoPtr.h>
CarClass(CSensorEvent)
{
public:
CSensorEvent();
virtual ~CSensorEvent();
CARAPI GetValues(
/* [out, callee] */ ArrayOf<Float>** values);
CARAPI SetValues(
/* [in] */ const... | [
"pos0637@hotmail.com"
] | pos0637@hotmail.com |
04d0fbbe6922b5196cde0d01ec3627e026d1140e | f1bb63fb83570543c58527d2016488252db958f2 | /Source/Transform/Public/TCheckpointZone.h | c05be346fb77a5ecb761169f6fa2376110f04eff | [] | no_license | MKSMILEY/Transform-Game | deac1c41873a4ef15b4fab9bc71513b6d0f687c0 | dc6cedee5f3e8540d329e5d6d309b1687fb42922 | refs/heads/main | 2023-03-03T00:19:51.840874 | 2021-02-14T07:41:01 | 2021-02-14T07:41:01 | 338,752,877 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 953 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "TCheckpointZone.generated.h"
class UBoxComponent;
class UStaticMeshComponent;
UCLASS()
class TRANSFORM_API ATCheckpointZone : public AActor
{
... | [
"noreply@github.com"
] | MKSMILEY.noreply@github.com |
0d3984fbcaa6956aefe5909b212630504f060bac | 98342d650ae520a36a7bae33ff88f207739301b7 | /Source/SceneGraph/USD/pch.h | 75e7b0ec5191e51265ba90dae10188fc846182db | [
"MIT"
] | permissive | i-saint/USDForMetasequoia | 0304a1fee925cfd102adcc521d13b91b80272bd7 | e589d47434df913ae4d037c503a89373b5c7938c | refs/heads/master | 2021-03-17T04:42:48.592603 | 2020-04-22T01:22:19 | 2020-04-22T01:22:19 | 246,960,766 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,220 | h | #pragma once
#ifdef _WIN32
#define _CRT_SECURE_NO_WARNINGS
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#define _WINDOWS
#include <windows.h>
#include <comdef.h>
#endif // _WIN32
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cstdint>
#include <string>
#include <vector>
#inc... | [
"saint.skr@gmail.com"
] | saint.skr@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.