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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
204b7935cd4870d8ea5c0206197a268b4bfba5ac | 96aad2a9e3ac9aa43265afdc3f5e5ca0e9e50fee | /common/binarySearch.cpp | 7b5800085c9c0806fb623964ad42ed2666e83819 | [] | no_license | IMhirohale/algorithm | 8ba8db95cebbed61c5abc24c95a2d24409b6b337 | 21f52cd67813351e1d7116aa1925a0d9937fe7fb | refs/heads/master | 2020-03-18T06:06:41.183931 | 2019-04-05T10:22:48 | 2019-04-05T10:22:48 | 134,376,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,563 | cpp | #include <iostream>
#include <cstdio>
#include <cstdlib>
using namespace std;
//非递归实现
int binarySearch(int *arr, int x,int n){
if(n == 0)
return -1;
if(n == 1)
return arr[0];
int left = 0;
int right = n - 1;
int mid;
while(left <= right){
mid = left + (right - left) / 2;
if(arr[mid] == x){
re... | [
"buctghlong@163.com"
] | buctghlong@163.com |
beafdbca1e9bad867db89418019b2fe5e9f2ddae | 9ba46d04fb582bc48d9793d5d858b927647b3347 | /leetCode/Number of Digit One/main.cpp | 0a36fb204bab615946182513653482fb5948ac8a | [] | no_license | liaogang/leetcode | 6e198bc12592ac5cbd291d610251b26cfaa294c5 | cd5dd7c9349eed53750c7571ea85971979a36814 | refs/heads/master | 2021-01-17T09:11:36.364728 | 2016-03-31T05:29:12 | 2016-03-31T05:29:12 | 25,668,361 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,032 | cpp | //
// main.cpp
// Number of Digit One
//
// Created by liaogang on 15/7/8.
// Copyright (c) 2015年 liaogang. All rights reserved.
//
#include <iostream>
#include "../leetcode.h"
/*
Number of Digit One
Given an integer n, count the total number of digit 1 appearing in all non-negative integers less than or equa... | [
"ynwlgh@icloud.com"
] | ynwlgh@icloud.com |
4fcaa989869a6cab7f9eef1ea9f34792add5569a | 769df52b193a61d5be528f2a6e170b1e1a74b8d8 | /LabRavenProjectTest/Raven/BotMaker.cpp | c19f17c41fc5d9a69d17e8ed0690f5e70789d594 | [] | no_license | meekos/Artificial-Fun | 888cc2b4b10d0497eaf76991f43ebe744c4def54 | a7c2e945ec69a01cd3e428962c21681eeab8f623 | refs/heads/master | 2021-01-17T09:47:50.634478 | 2012-04-19T03:25:11 | 2012-04-19T03:25:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 707 | cpp | #include "BotMaker.h"
#include <string>
#include <map>
#include "AbstRaven_Bot.h"
#include "Debug/DebugConsole.h"
MakerMap* BotMaker::registry;
BotMaker::BotMaker (std::string className)
{
if (registry == NULL)
registry = new MakerMap();
registry->insert( std::make_pair(className, this) );
}
AbstRaven_Bot*... | [
"thomas.j.sell@gmail.com"
] | thomas.j.sell@gmail.com |
a94e90338f07baaba17205da4c6d6009e7a57874 | 05d6cebd6ab970b4fb78840d0349ae6d433be60c | /tizen-client/src/GroupAddObject.cpp | e6a9cfd16094207e39a0de1db42ee59aa6267f51 | [] | no_license | mehome/RADServerSwaggerClients | 0a73089e9f0e54fc9a13bb35bf0168fdfb7580ef | 5f0720e97320e83279e020840d4d3ab77253c403 | refs/heads/master | 2022-01-17T19:21:17.569005 | 2019-06-28T18:00:25 | 2019-06-28T18:00:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,645 | cpp | #include <map>
#include <cstdlib>
#include <glib-object.h>
#include <json-glib/json-glib.h>
#include "Helpers.h"
#include "GroupAddObject.h"
using namespace std;
using namespace Tizen::ArtikCloud;
GroupAddObject::GroupAddObject()
{
//__init();
}
GroupAddObject::~GroupAddObject()
{
//__cleanup();
}
void
GroupAdd... | [
"eli@peacekeeper.com"
] | eli@peacekeeper.com |
d3f4e9de265db36a454a6ab196941f65ecdc58b1 | 96f80f93bbf083b11b548c5f153f6e853003f1a7 | /VwFirewallCfg/TabSecurityCfgService.h | 889132cd96ebf8dfe708945cbe11d1c9dbb26d69 | [
"Apache-2.0"
] | permissive | fengjixuchui/VwFirewall | 2105fdd2d61eff64bff769b55076ee4e0a7af37c | 9db8d80a22a1605d034e1ade6bef7472df1a8682 | refs/heads/master | 2020-04-30T14:29:40.445164 | 2020-04-22T06:08:58 | 2020-04-22T06:08:58 | 176,892,269 | 0 | 0 | Apache-2.0 | 2020-04-22T06:08:59 | 2019-03-21T07:28:16 | C | UTF-8 | C++ | false | false | 2,852 | h | #if !defined(AFX_TABSECURITYCFGSERVICE_H__A1DF7661_370D_4E7C_B193_7660E3D02F71__INCLUDED_)
#define AFX_TABSECURITYCFGSERVICE_H__A1DF7661_370D_4E7C_B193_7660E3D02F71__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TabSecurityCfgService.h : header file
//
#include "TabSecurityCfgBase.h"
/////... | [
"liuqixing@gmail.com"
] | liuqixing@gmail.com |
c6d137a38cf968c545b310264bbd5cd700c689fd | 66330f7a1ff0b8447b4245474ab4de48727fd1c5 | /libs/zk/test/schemes/ppzksnark/r1cs_examples.hpp | 6c911a5c5a8598a3f42f4eda751548188434c83d | [
"MIT"
] | permissive | everscalecodes/knapsack-snark | fd3cc6155125ae6ff0fc56aa979f84ba6a8c49c7 | 633515a13906407338a81b9874d964869ddec624 | refs/heads/main | 2023-07-18T06:05:22.319230 | 2021-08-31T16:10:16 | 2021-08-31T16:10:16 | 447,180,824 | 0 | 1 | MIT | 2022-01-12T10:53:21 | 2022-01-12T10:53:20 | null | UTF-8 | C++ | false | false | 11,984 | hpp | //---------------------------------------------------------------------------//
// Copyright (c) 2018-2021 Mikhail Komarov <nemo@nil.foundation>
// Copyright (c) 2020-2021 Nikita Kaskov <nbering@nil.foundation>
//
// MIT License
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of th... | [
"curryrasul@gmail.com"
] | curryrasul@gmail.com |
e68269cdae2d46f844f432a1aaa73dd537f1328b | 39b2c0dc3742e3d865ba3e190cd38717cde66b1b | /Code/PROS/Learning/include/subsystemHeaders/drive.hpp | 519e7cc2b0e332cc9aabf2a79fc21d17f22d56c9 | [] | no_license | sifat120/10F-Robot-Code-19-20 | cc4f153a1f865975b5ea5d7de727b4b98378905d | 6cb97f7b69b53b1eca922ec033c98ea79ba84782 | refs/heads/master | 2020-11-29T02:21:09.199239 | 2020-06-01T00:44:58 | 2020-06-01T00:44:58 | 203,057,117 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | hpp | #include "globals.hpp"
//HELPER FUNCTIONS
void setDrive(int left, int right);
void resetDriveEncoders();
double avgDriveEncoderValue();
//DRIVER CONTROL FUNCTIONS
void setDriveMotors();
//AUTONOMOUS FUNCTIONS
void translate(int distance, int voltage);
void rotate(int degrees, int voltage); | [
"sifat120@outlook.com"
] | sifat120@outlook.com |
fd204573d7416e2fc3a5f32e1fb85a19ca7e467d | 55d560fe6678a3edc9232ef14de8fafd7b7ece12 | /boost/process/detail/windows/search_path.hpp | a230de09d1f17fa3d30ed3ac0d68f9101bd6b4d4 | [
"BSL-1.0"
] | permissive | stardog-union/boost | ec3abeeef1b45389228df031bf25b470d3d123c5 | caa4a540db892caa92e5346e0094c63dea51cbfb | refs/heads/stardog/develop | 2021-06-25T02:15:10.697006 | 2020-11-17T19:50:35 | 2020-11-17T19:50:35 | 148,681,713 | 0 | 0 | BSL-1.0 | 2020-11-17T19:50:36 | 2018-09-13T18:38:54 | C++ | UTF-8 | C++ | false | false | 2,865 | hpp | // Copyright (c) 2006, 2007 Julio M. Merino Vidal
// Copyright (c) 2008 Ilya Sokolov, Boris Schaeling
// Copyright (c) 2009 Boris Schaeling
// Copyright (c) 2010 Felipe Tanus, Boris Schaeling
// Copyright (c) 2011, 2012 Jeff Flinn, Boris Schaeling
//
// Distributed under the Boost Software License, Version 1.0. (... | [
"james.pack@stardog.com"
] | james.pack@stardog.com |
a8be4d3ba2998ccd86d50f145c8d3c80f1224c7c | ebba5d5ab2dc8f15f6f4ac4355988e987873599f | /Sort/Quick sequencing/h.hpp | 13a53eb033212670d2c3477904e99b00bdd5461b | [] | no_license | liuxi821/C-_code | 21324b182f61e6f6704b493109dac23b1c893e71 | c6e8c75c791f6e67452ad7a57aadc9ddca62f149 | refs/heads/master | 2020-03-25T07:56:58.229768 | 2018-09-04T15:27:13 | 2018-09-04T15:27:13 | 143,590,037 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 942 | hpp | int GetMidIdx(int *array, int left, int right)
{
int mid = left + ((right - left) >> 1);
if (array[left] < array[right - 1])
{
if (array[left]>array[mid])
return left;
else if (array[right - 1] < array[mid])
return right - 1;
return mid;
}
else /*if (array[left]>array[right - 1])*/
{
if (array[mid] ... | [
"noreply@github.com"
] | liuxi821.noreply@github.com |
0230dcce8f81c93338901047fa0121cbf6436a96 | 68051994d30a4e8a7ca1cc6e40e183a82aae7a0b | /SymbolTreeBuilder.h | ac0f121f8f467eb8c52c3a804ad60121a22daa51 | [] | no_license | league1991/CodeView | a365652f83bcb2f28a43b48d16f9dd499b3b1f2a | dba744222ca635c45b1d0e393f0152dac7f22e99 | refs/heads/master | 2021-01-01T16:40:18.714284 | 2015-07-19T13:18:46 | 2015-07-19T13:18:46 | 37,981,656 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,792 | h | #pragma once
namespace CodeAtlas{
struct DBDependData
{
DBDependData(const UnderstandHandle&src, const UnderstandHandle&tar, unsigned type):m_src(src), m_tar(tar), m_type(type){}
friend uint qHash(const DBDependData& data);
const UnderstandHandle& getSrc()const{return m_src;}
const UnderstandHandle& getTar()cons... | [
"549088764@qq.com"
] | 549088764@qq.com |
cdfcb88cc0118396df16130819de6f56fad3c729 | 342ed30271857756cec8afc968ce9e8f29b5ea5c | /task1/stdafx.cpp | fd7ff0d520b108d6d6f7e4591afab984cc9d04c1 | [] | no_license | Oles-Kuybida/Task1 | 182dd1dccdd13de3bcf990084fc048539f22543a | ede73e9f6650984b082972a291be0c4f9bf07e63 | refs/heads/master | 2016-09-07T19:04:05.999621 | 2012-10-21T19:18:46 | 2012-10-21T19:18:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 292 | cpp | // stdafx.cpp : source file that includes just the standard includes
// task1.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"oleskuybida@gmail.com"
] | oleskuybida@gmail.com |
48b9c6626c19deb154a6278299041c37a513d34e | 5f64a5cc9d977b33a4078164c7ababb0e180d1a8 | /ARLISS TEST/Car/carwithsd/car/car.ino | f2ad1c1795be8b98a7813d213430a726efffe857 | [] | no_license | 2016SNUSATCANSAT/2014ARLISS | 4cdfcb700afcff2bcce3ba8efe64e19b638ad820 | 48bca3e2b1c230cb8048431bcafd6f46f1abdfb3 | refs/heads/master | 2021-01-19T11:09:44.129659 | 2015-02-13T10:10:12 | 2015-02-13T10:10:12 | 62,216,269 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,262 | ino | #include <GPS.h>
#include <Wire.h>
#include <LSM303.h>
#include <Math.h>
#include <Servo.h>
#include <SD.h>
/*
Car functions
*/
void vel(int a);
void steer(float a,float b,float c,float d,float e);
void go(float a,float b,float c,float d,float e, float f);
/*
Car Variables
*/
GPS gpsEx;
Servo Carsteer;
Servo Carspeed... | [
"heesng57@gmail.com"
] | heesng57@gmail.com |
cf1e8d4a8221e4edd6c6afd67f73755c05b9f683 | 1abc46d9b7d5bdd32d83522bfbb38c1fb33cd19d | /a5/lab5/cache.cpp | 25ab2e0c2e4a5cc3560755f348e0124990c377af | [] | no_license | rvbelapure/comparch | 3621256053872e6546c4283d107ade0cb88edb4e | b83b6a73394da4941db49732b499b8d3233fb88f | refs/heads/master | 2020-06-03T06:19:02.477816 | 2013-04-17T18:56:33 | 2013-04-17T18:56:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,938 | cpp |
#include "common.h"
#include "sim.h"
#include "trace.h"
#include "cache.h"
#include <stdlib.h>
#include <string.h> /* String operations library */
#include <ctype.h> /* Library for useful character operations */
#include "knob.h"
#include "all_knobs.h"
//*************************************************************... | [
"raghavendra@raghavendra-laptop"
] | raghavendra@raghavendra-laptop |
0eb18b09dd6ff24dd987519fbd26bd0e33ae56e4 | 46059067c85e575433f5af6ae3dcc2edb34423f5 | /client-cpp-qt/Model/catalogmanager.h | e5255fc19558c50ff1b654dafd56165b31e445d8 | [] | no_license | DatabasesWorks/ebooksearchtool | febc97a3ffeacd0ee6cca578be108504fb8e5fe7 | efbb1c3fb18c1384442b591f1386540eaa8b2291 | refs/heads/master | 2020-09-08T22:33:23.609113 | 2015-03-20T17:13:22 | 2015-03-20T17:13:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,101 | h | #ifndef CATALOGMANAGER_H
#define CATALOGMANAGER_H
#include <QObject>
#include <QList>
#include <QStringList>
#include <QMap>
#include "linksinformation.h"
#include "linksextractiondownloader.h"
class Catalog;
class BookDownloader;
class CatalogDownloader;
class CatalogManager : public QObject
{
... | [
"cvetlana.mail@gmail.com"
] | cvetlana.mail@gmail.com |
863a806833ecfac33b2300754d98555166c83dcb | 42b975bd1f6ad9461f82fd1f7a340830b0b28950 | /src/Monkies.h | 242a49bfe41064ed7838b783a56abf325a14c75f | [] | no_license | roxlu/cmake-mbedtls | 2fb82610642e20656dd3350156411349f6efbef7 | cab0959f37aef6559cb13bb4419a45323effe8c7 | refs/heads/master | 2022-12-21T23:46:38.494043 | 2020-09-21T17:19:35 | 2020-09-21T17:19:35 | 296,840,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 104 | h | #ifndef MONKIES_H
#define MONKIES_H
class Monkies {
public:
int init();
int shutdown();
};
#endif
| [
"diederick@roxlu.com"
] | diederick@roxlu.com |
b51b4a2869180a864468de9d583171c0b41fb1ac | 2298cf6c691925733b254368de09e1428c754fcf | /UserTools/SimpleTankEnergyCalibrator/SimpleTankEnergyCalibrator.cpp | 47dd56c49428b56524d762092dbe8b377ecc2d02 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | ANNIEsoft/ToolAnalysis | a7d6ea18e22ba0770aa3dbb96654e871027cd945 | 0ba4a6ad1c1f7051579b1dea638f7e6fe8a58a30 | refs/heads/Application | 2023-08-16T18:18:13.419107 | 2023-07-25T21:12:45 | 2023-07-25T21:51:38 | 113,612,944 | 7 | 42 | NOASSERTION | 2023-09-13T07:01:16 | 2017-12-08T20:07:35 | C++ | UTF-8 | C++ | false | false | 9,344 | cpp | #include "SimpleTankEnergyCalibrator.h"
SimpleTankEnergyCalibrator::SimpleTankEnergyCalibrator():Tool(){}
bool SimpleTankEnergyCalibrator::Initialise(std::string configfile, DataModel &data){
std::cout << "SimpleTankEnergyCalibrator Tool: Initializing..." << std::endl;
/////////////////// Useful header /////////... | [
"noreply@github.com"
] | ANNIEsoft.noreply@github.com |
957485c09e858ae4210c2e766b3fb85690618059 | 3bbaac515ad3cd3bf2c27e886a47b3c2a7acbecf | /test/tree-image-directed-test.cc | f43adeba85a25b364c18fcc1c3216062ae241f84 | [] | no_license | zc444/image-clasification | e28a4031b18d9d6dd11eb05ac613e545f6501903 | 3966339433d41d4ba9f2920f7f9f195e289616c5 | refs/heads/master | 2022-12-22T15:40:46.609637 | 2020-09-11T01:59:26 | 2020-09-11T01:59:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,549 | cc | //========================================================================
// tree-image-directed-test.cc
//========================================================================
// This file contains directed tests for Tree<Image>
#include "Image.h"
#include "Tree.h"
#include "tree-directed-test.h"
#include "utst.h... | [
"zc444@cornell.edu"
] | zc444@cornell.edu |
b0355dc48dd3cc6742bca2f4e10193ff15b9669f | 61062174f2321e90ed86048c9f8fbdf9e77ec3ca | /Pivot.h | 4bdd9a37a31059a3c474347c7c14a1ae2738e5e5 | [] | no_license | dancsi/RationaLP | 69f2a38ab00ebd93129e065ef1425e1122515bd0 | e389495935fa7cb3d5972782f2bca22bb3e48b0a | refs/heads/master | 2021-08-15T22:41:36.395272 | 2017-11-18T13:28:44 | 2017-11-18T13:28:44 | 110,604,855 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,220 | h | #pragma once
#include "Tableau.h"
#include <algorithm>
#include <functional>
#include <iterator>
#include <random>
#include <tuple>
#include <vector>
enum class PivotResult { FOUND, NOT_FOUND, INFEASIBLE, UNBOUNDED };
/*
Convenience base class for all pivot functions.
Provides helpers for finding the possible enter... | [
"szilagyi.d@gmail.com"
] | szilagyi.d@gmail.com |
820d23aa13081859aa511698b9cb537936d701bd | f4d1e849dba7d4ac330e83ad34c0ca00dc0f1fe8 | /circular_buffer.h | e91e27c93877c7c4ba8701c844fa78a2d1deb198 | [] | no_license | pskurochkin/obuffer | eb93b425236eb2eae56438c9444827a586c3c114 | 48348504b8fe8906e7f62d8bbb1894e3c3cb1b1e | refs/heads/master | 2020-08-05T19:44:10.427870 | 2019-10-03T21:53:07 | 2019-10-03T21:53:07 | 212,682,217 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 540 | h | #ifndef OBUFFER_CIRCULAR_BUFFER_H
#define OBUFFER_CIRCULAR_BUFFER_H
#include <vector>
#include <mutex>
#include <condition_variable>
template <class T>
class CircularBuffer {
public:
explicit CircularBuffer(size_t size);
void push(const T *data, size_t n);
void pop(T *buf, size_t n);
private:
std::... | [
"pskurochkin@gmail.com"
] | pskurochkin@gmail.com |
98dcc931f30b8976b0165a28fb4aef7ac0b4b0ae | ea4ca4a1003aeac5a71fdc1f8d965841470f8879 | /C++/C++ Other/B_1085.cpp | 653b281335f61d63151494720d1418423b6f4bee | [] | no_license | SeMin4/AlgorithmStudy | e2aba3bf1d369943bf2f745c79b6e4f8f6f82a1d | f698482126362b9e95055b39d48fda7fb0758d73 | refs/heads/master | 2023-05-28T17:27:16.986157 | 2021-06-19T13:11:26 | 2021-06-19T13:11:26 | 237,901,891 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 803 | cpp | //
// Created by SeMin on 2020-03-12.
//
#include <iostream>
#include <cmath>
using namespace std;
int main(){
int rect_left_x = 0;
int rect_left_y = 0;
int rect_right_x , rect_right_y;
int current_x, current_y;
cin >> current_x >> current_y >> rect_right_x >> rect_right_y;
int min_length = 10... | [
"ohsemin4@gmail.com"
] | ohsemin4@gmail.com |
1dd38931508350b746f2c642499ca009ee94117b | ead6c3abedfc8caff716eacd2be7bf0a0036e849 | /dataanalyzerthread.h | a1563277292ea515bc2523b605702b60b7bccf02 | [] | no_license | maulua/DJTVI | 1fc5bfccf42790cd561a3ce7b6f45ead52448d8f | b06b090d0e188cd87ceae2bf6c0c5e7dbcabcacf | refs/heads/master | 2022-12-22T08:23:50.176176 | 2020-04-16T13:45:47 | 2020-04-16T13:45:47 | 256,223,526 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,098 | h | #ifndef DATAANALYZERTHREAD_H
#define DATAANALYZERTHREAD_H
#include "common.h"
class DataAnalyzerThread : public QThread
{
Q_OBJECT
public:
//Samples per bit is 160
//CE1A917D or 1100 1110 0001 1010 1001 0001 0111 1101
//
DataAnalyzerThread(QSize frameSizeIn, const QByteArray& SoF, ... | [
"noreply@github.com"
] | maulua.noreply@github.com |
43ab742dededa4b0721a6234ef9b800d61f624ee | 0aef0a433d92791c0d71d5db0f1fd839ad896aa3 | /rush01/includes/HostNameModule.hpp | 29efcde991e5011527afd6dd36819e196572fb6e | [] | no_license | wandererOdmolyboh/42-Piscine_CPP | c14999ce1096211b3828a56178561a1718125bdc | 219257d577a4171053266dd18beb5ac21010a6e8 | refs/heads/master | 2020-08-02T11:17:19.392953 | 2018-01-23T22:08:55 | 2018-01-23T22:08:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,449 | hpp | /* ************************************************************************** */
/* */
/* HostNameModule.hpp _ _ ::: :::::::: */
/* By: mlu | | | | :+: :+: :+: ... | [
"mizukori250@gmail.com"
] | mizukori250@gmail.com |
bea4835398035fbf4f00b9ce5000fad4b7c8d626 | f987adbe43b00477f2d438f4995fad5461c12d51 | /ToDoList/PreferencesUIPage.h | bdb5030a98911981e79cbb73ffe43ceba8208bd6 | [] | no_license | thaobktin/CnCPP | bbd1d04c6fc9b707616888068642b937ed62ba95 | 212c0cc03cb7e4bda6a5bbc2e61dd449257f1622 | refs/heads/master | 2021-04-26T23:13:58.422298 | 2018-03-05T17:27:09 | 2018-03-05T17:27:09 | 123,951,323 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,758 | h | #if !defined(AFX_PREFERENCESUIPAGE_H__5AE787F2_44B0_4A48_8D75_24C6C16B45DF__INCLUDED_)
#define AFX_PREFERENCESUIPAGE_H__5AE787F2_44B0_4A48_8D75_24C6C16B45DF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PreferencesUIPage.h : header file
//
#include "..\shared\contentMgr.h"
#include "..\shar... | [
"treviettreviet@gmail.com"
] | treviettreviet@gmail.com |
e638c9ded993d0e76275aba5cccc5f6cd657d9b0 | 22694cfdec9fa8efc64b8f5e86b906d76e8b89fe | /lib/hw/pir.h | 5fa02ae8a524b703801e5afedc34aebce24008bb | [] | no_license | mattiamari/unibo-smartradar | db10bb7eb00a5dc7e41a827911296360a98c65b9 | 122897a188230eabf85d5acbe719c30ae9191652 | refs/heads/master | 2020-09-12T17:13:27.719641 | 2019-11-27T17:53:55 | 2019-11-27T17:53:55 | 222,490,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 159 | h | #ifndef SMARTRADAR_PIR_H
#define SMARTRADAR_PIR_H
namespace smartradar
{
class Pir
{
public:
Pir() {};
~Pir() {};
};
}
#endif | [
"mattiamari96@gmail.com"
] | mattiamari96@gmail.com |
8ea42e8cf17d7bb1bdfb7380264bd8d6674113cf | 809504e5b3e792ab171963d7e163c15402317e73 | /multiplicacion graficada.cpp | adca160a625dcc87cd21f262b033de6b60873863 | [] | no_license | LG-LuisGarcia/Mis-20-programas-en-c-y-menu | a1d5af33c3f548781319d55e19f8fae007b33064 | 5ee4cba04130e2cd488bcd8d9f9f6d7570686680 | refs/heads/main | 2023-08-05T05:27:45.369227 | 2021-09-12T07:12:34 | 2021-09-12T07:12:34 | 405,573,394 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 370 | cpp | #include <iostream>
#include <stdlib.h>
#include <math.h>
using namespace std;
int main ()
{
float a,b,Mul;
cout<< "ESCRIBA EL PRIMER DIGITO:\n";
cin>>a;
cout<<"ESCRIBA EL SEGUNDO DIGITO:\n";
cin>>b;
Mul= a*b;
cout<<"\t"<<a<<endl;
cout<<" x "<<"\t "<<b<<endl;
cout<<"____________"<<endl;
cout<<... | [
"lg016129@gmail.com"
] | lg016129@gmail.com |
5df29f27adf8421cf3e67d15f0e8eed9866a5b37 | aa0719773efe4f715e9b8bef94f94ec55009adde | /2020/object-oriented-technology-and-methods/exp-6/part-1/main.cpp | e25ca30be311939edca91bceff3a2faf00fc0dee | [
"MIT"
] | permissive | Hyperzsb/bit-cs | 64959de4d86d289e6d32e33e304e6a9c8d92450b | de85cb74523d63b22b0118c26c65f854b7d2df86 | refs/heads/master | 2023-07-10T19:09:49.414454 | 2021-08-23T13:14:27 | 2021-08-23T13:14:27 | 223,711,239 | 23 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 251 | cpp | #include <iostream>
#include "stack.h"
int main() {
Stack<int> stack;
for (int i = 0; i < 10; i++)
stack.Push(i);
while (!stack.Empty()) {
int tmp = stack.Pop();
std::cout << tmp << std::endl;
}
return 0;
} | [
"1948765057@qq.com"
] | 1948765057@qq.com |
93881f641c0a91b6e941203a7e8338cb7334e1bd | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/CAIROLE/OLEAUTO/INC/TYPELIB/DTBIND.HXX | d7a87e00659c08ec9bd5770c8930773064e1e290 | [] | no_license | xiaoqgao/windows_nt_3_5_source_code | de30e9b95856bc09469d4008d76191f94379c884 | d2894c9125ff1c14028435ed1b21164f6b2b871a | refs/heads/master | 2022-12-23T17:58:33.768209 | 2020-09-28T20:20:18 | 2020-09-28T20:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,478 | hxx | /***
*dtbind.hxx - DYN_TYPEBIND header file
*
* Copyright (C) 1991, Microsoft Corporation. All Rights Reserved.
* Information Contained Herein Is Proprietary and Confidential.
*
*Purpose:
*
*Revision History:
*
* 03-Apr-91 ilanc: Stub created.
* 30-Jul-92 w-peterh: removed function overloading
*
*I... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
ee1c8ff32dd010f04c1b2b3abb6b6f2f270abfe2 | 4eddea9fee782e0d5ae1f9ca43326fd5de9cb053 | /Widget/TreeCheckBox/treeview.h | 595f4623d39349d0af82545bee128c42e5060f7d | [] | no_license | joesGit15/Qt | b4bc1d6ad89958ad740dd0e6fcb85d6ad67b0f41 | 373679af75e3d2fc38512ed0c34dd6f6c5b947d7 | refs/heads/master | 2022-01-25T17:24:33.763192 | 2022-01-06T15:01:23 | 2022-01-06T15:01:23 | 100,150,203 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 675 | h | #ifndef TREEVIEW_H
#define TREEVIEW_H
#include <QtWidgets/QTreeView>
QT_BEGIN_NAMESPACE
class QStandardItem;
class QStandardItemModel;
QT_END_NAMESPACE
class TreeView : public QTreeView
{
Q_OBJECT
public:
TreeView(QWidget* parent = 0);
~TreeView();
bool CheckedEmpty();
private ... | [
"little_star13@163.com"
] | little_star13@163.com |
927618afef8061073cc44527147bce2dc5fee358 | 4b851f64e6bd89347cad0536820f96f1f5005b4c | /opencv.cpp | b3514e5a7eba54ead6fd688a66f94d1e2c398558 | [] | no_license | elizazych/patrcv1 | d091ea79698f1b5962ab05aca5ced680cab97948 | a602d629929a2ac6ff73017278a323b50d29d4df | refs/heads/master | 2021-01-10T12:33:49.393527 | 2016-01-26T15:38:02 | 2016-01-26T15:38:02 | 50,309,124 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 741 | cpp | #include <opencv2\opencv.hpp>
using namespace cv;
void main(void)
{
int scale = 1;
int delta = 0;
int ddepth = CV_16S;
Mat obrazek = imread("in.png");
Mat src;
cvtColor(obrazek, src, CV_RGB2GRAY);
imwrite("grayscale.png", src);
Mat dst;
Mat grad;
dst = src.clone();
GaussianBlur(src, dst, Size(3, 3),... | [
"eliza.zych@gmail.com"
] | eliza.zych@gmail.com |
5d0c58d499ef53b038ab22b35e27379654ab2b6b | 6a7e122eb30b6b29953c1723f4467949ff4bf7be | /arduino/scoreKeeper/scoreKeeper.ino | 7d1df95633a736fcac8b08086457acbad322db79 | [] | no_license | Towlie03/DerbyScore | af979dbaaf5a79ff6a956939e7704ec4d38beeff | 58432b0d3dd89e5fa9e3b271d35d75e6e08252d8 | refs/heads/master | 2020-03-25T17:06:17.614993 | 2018-09-11T23:11:12 | 2018-09-11T23:11:12 | 143,963,465 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,235 | ino | //===============LCD SETUP
#include <LiquidCrystal.h>
LiquidCrystal lcd(12,11,5,4,3,2);
//=====================Time
long minute=60000;
long second = 1000;
long jamMax = minute*2;
long periodMax=minute*30;
long periodTime=0;
long jamTime=0;
long timeOutTimer=0;
long freezePeriodTime=0;
boolean periodStarted=false;
bool... | [
"39772246+Towlie03@users.noreply.github.com"
] | 39772246+Towlie03@users.noreply.github.com |
01a6262dc815bc3782b471dead87f5bce24ba3e6 | bdcd51710c67459aea5c766f2013c36cfbf510fa | /КР/КР/КР.cpp | 05270a548c5eb873c738490192ea5ddb16f060c1 | [] | no_license | TrudovicMaks/Course | a8b9d4420a437bd41442b2b64ae62ba5786632e6 | 63d3dea64e92393639e1aeb2adfa98a8e63961b7 | refs/heads/main | 2023-02-17T12:31:41.403934 | 2021-01-17T09:32:44 | 2021-01-17T09:32:44 | 330,354,888 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,985 | cpp | #include "stdafx.h"
#include <conio.h>
#include <stdlib.h>
#include <locale.h>
#include <malloc.h>
#include <time.h>
int main()
{
setlocale(LC_ALL, "RUS");
srand(time(0));
int *G,*F;
int i,j,z,k;
printf("Введите размер массива: ");
scanf("%d",&z);
printf("\n");
G = (int*)malloc(z*z * sizeof(int... | [
"noreply@github.com"
] | TrudovicMaks.noreply@github.com |
6027835995070337ca7ee26568e9bb215a8a3c6c | 2d6d1f28e525587ce418a1ba7b1f638c0eb97779 | /OpenGL Raytracer/src/window.cpp | b50cffb8e8d34bd9ce98ed929a6ff3208a67c799 | [] | no_license | OlisProgramming/Raytracer | 2726c80ef34368cbf0702b28ffc07b5f8e56a722 | 98cd5894fb75777b604d2962f8e1fd9988941742 | refs/heads/master | 2020-04-17T01:20:45.090573 | 2019-01-28T18:31:49 | 2019-01-28T18:31:49 | 166,088,478 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,280 | cpp | #include "window.h"
#include <stdexcept>
#include <vector>
#include "readfile.h"
#include "uniform_manager.h"
#include "world_buffer.h"
Window::Window() {
if (!glfwInit()) {
throw std::runtime_error("Failed to initialise GLFW");
}
// OpenGL 3.3
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3);
glfwWindowHint(GL... | [
"sky.wilshaw@gmail.com"
] | sky.wilshaw@gmail.com |
7635ec4357fe0737ce3e6d54c1e834809ebf2752 | 379d57adfa3aea2390434f3a8a114224337937b0 | /Physics/src/Entity/EntityLine.h | 662ba21a5cc9b79ed21364c1c917b30324420097 | [] | no_license | sbe918273/Mailbox_Physics | ac2cd8ea998a3a35f43ca3b072a2fb67480c6e0c | 5d238c26ce86892b93f45a9770f6cec6c62c9f2f | refs/heads/master | 2023-08-28T15:54:28.616616 | 2021-11-04T00:45:40 | 2021-11-04T00:45:40 | 424,425,716 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 161 | h | #pragma once
#include "BaseLine.h"
class EntityLine : public BaseLine
{
public:
EntityLine(Vec2 start, Vec2 end, bool solid);
Vec2 direction;
bool solid;
};
| [
"sbe918273@gmail.com"
] | sbe918273@gmail.com |
27c11dc3997ee717047ff1f229019056e4fc77ec | 12dcb4909e93e39e91bbb8d1b189026a1566150a | /trogl/materials/diffusematerial.cpp | 06d74faa31109188459234d79279715e81938d8f | [] | no_license | zerlok/nsu-graphic-engine | 74cb26d5e329afa5669b88369e544912c4a80abb | 4e3bfb5660a2385203a2a2031abc268531947ddd | refs/heads/master | 2022-11-11T12:24:20.767848 | 2017-10-02T20:14:36 | 2017-10-02T20:14:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,097 | cpp | #include "diffusematerial.hpp"
#include <logger.hpp>
#include "shaders/diffuseshader.hpp"
logger_t lModule = loggerModule(loggerLWarning, loggerDFull);
DiffuseMaterial::DiffuseMaterial(const Color& color,
const float& diffuse,
const float& specular,
const float& hardness)
: Material("D... | [
"denergytro@gmail.com"
] | denergytro@gmail.com |
a30f6f40272f10263f7b0a853898c923ae26af68 | d05b68e1a85a3cc618bd75ef9cea55f7125c3c5c | /Lightbulb/lib/imgui/src/imgui/imgui_widgets.cpp | ab9066f408c23562452cf11723fe8d555133e86a | [
"MIT"
] | permissive | datasound9087/Light | 1703f2cdf207c1a0f775b2f790192780e7ae61e1 | fc8216b0ce619f6d290fbd2b345f70818fa5312d | refs/heads/master | 2023-04-25T18:04:32.943975 | 2021-05-08T16:45:43 | 2021-05-08T16:45:43 | 278,376,089 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 375,213 | cpp | // dear imgui, v1.77
// (widgets code)
/*
Index of this file:
// [SECTION] Forward Declarations
// [SECTION] Widgets: Text, etc.
// [SECTION] Widgets: Main (Button, Image, Checkbox, RadioButton, ProgressBar, Bullet, etc.)
// [SECTION] Widgets: Low-level Layout helpers (Spacing, Dummy, NewLine, Separator, etc.)
// [S... | [
"samlharper133@gmail.com"
] | samlharper133@gmail.com |
79aca0b1bf50c92f99058df572ead87dd77af392 | 36c31b485a5906ab514c964491b8f001a70a67f5 | /Codeforces/CF 1500 - 1599/CF1538/CF1538G.cpp | 07bf3f953273167f59e5f20ac1b8d334129a654f | [] | no_license | SMiles02/CompetitiveProgramming | 77926918d5512824900384639955b31b0d0a5841 | 035040538c7e2102a88a2e3587e1ca984a2d9568 | refs/heads/master | 2023-08-18T22:14:09.997704 | 2023-08-13T20:30:42 | 2023-08-13T20:30:42 | 277,504,801 | 25 | 5 | null | 2022-11-01T01:34:30 | 2020-07-06T09:54:44 | C++ | UTF-8 | C++ | false | false | 1,312 | cpp | #include <bits/stdc++.h>
#define ll long long
#define sz(x) (int)(x).size()
using namespace std;
//mt19937 rng(chrono::steady_clock::now().time_since_epoch().count());
//uniform_int_distribution<int>(1000,10000)(rng)
ll binpow(ll a, ll b)
{
ll res = 1;
while (b > 0)
{
if (b & 1)
res = r... | [
"mahajan.suneet2002@gmail.com"
] | mahajan.suneet2002@gmail.com |
cc09c01ba5403884ed5c1cf0f0252bccf320b2d6 | 40f69d8acf4d8e74fdd78c508464ffb2316d24b9 | /code/.svn/pristine/cc/cc09c01ba5403884ed5c1cf0f0252bccf320b2d6.svn-base | 8f10295f27e8746f2941f366e992dba0996c126c | [] | no_license | thefux/Infor-Retri | b0c77bcb1d6294794aa42968cb05827d9d13c260 | ee42b0d74b6053095f7ae49cd2127b0fc48ef4f2 | refs/heads/master | 2021-05-07T23:27:10.267638 | 2017-12-13T02:15:22 | 2017-12-13T02:15:22 | 107,445,777 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,381 | // Copyright 2017, University of Freiburg,
// Chair of Algorithms and Data Structures.
// Authors: Björn Buchhold <buchholb@cs.uni-freiburg.de>,
// Patrick Brosi <brosi@cs.uni-freiburg.de>,
// Claudius Korzen <korzen@cs.uni-freiburg.de>.
#include <gtest/gtest.h>
#include "./QGramIndex.h"
// _______... | [
"ch.goodchild@gmail.com"
] | ch.goodchild@gmail.com | |
efbba1edd7240a098e598f33967b306c430b1a83 | a3effde3c27c072090f0021bdae3306961eb2d92 | /Spoj/ORDERS.cpp | 517f8a0fb58df936756aaee81980450b343c4cbd | [] | no_license | anmolgup/Competitive-programming-code | f4837522bf648c90847d971481f830a47722da29 | 329101c4e45be68192715c9a0718f148e541b58b | refs/heads/master | 2022-12-03T19:00:40.261727 | 2020-08-08T09:21:58 | 2020-08-08T09:21:58 | 286,011,774 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,284 | cpp | #include <cstdio>
const int MAX = 1 << 18;
const int TMAX = 1 << 19;
int s[MAX], a[MAX], T[TMAX], res[MAX];
void init(int node, int i, int j) {
if(i == j) { T[node] = 1; return; }
int mid = (i + j) >> 1, lt = node << 1, rt = lt | 1;
init(lt, i, mid);
init(rt, mid + 1, j);
T[node] = T[lt] + T[rt];... | [
"anmolgupta9557@gmail.com"
] | anmolgupta9557@gmail.com |
41af9c1a74a534db726685b92312eb18630ace8c | d3b5aaa10450a0382e14dd0af04682f9d34f9b79 | /ty.cpp | f3ffcaf80a0b75a84b0e00497c23a5e8060204b7 | [] | no_license | OwaisAN/csci1060 | 416b16be1b43205bb9548ebd3675b92fea670d30 | 1bcf903e2a06b5f5d7788cf68936632c868bfbdd | refs/heads/main | 2023-03-03T12:23:15.165573 | 2021-02-15T02:22:26 | 2021-02-15T02:22:26 | 300,767,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 425 | cpp | #include <iostream>
#include <ctime>
#include <cstdlib>
using namespace std;
int genRandom(int max); //random number generator
int main() {
string we;
int x = 100;
int y = genRandom(x);
cout << y << endl;
cin >> we;
int z = genRandom(x);
cout << z << endl;
... | [
"owais.a.n7@gmail.com"
] | owais.a.n7@gmail.com |
d85eac45c370962825c048136ac7e94bb2affc81 | 0242ce0af22b0c93bfab629b03f8583bcee6efc3 | /test/main/biscuit_test.cpp | b203fb3a1df6ada6115c086858635b087936e3db | [
"Apache-2.0"
] | permissive | bisakhmondal/biscuitdb | 735bbc8eeebea38f94e5c073a9c7211ac5b447af | 0e7625eea8d05be25af026ffffd77f46df6194cc | refs/heads/master | 2023-07-13T04:53:54.354204 | 2021-08-12T14:47:40 | 2021-08-12T14:47:40 | 396,025,616 | 0 | 0 | Apache-2.0 | 2021-08-14T14:00:40 | 2021-08-14T14:00:39 | null | UTF-8 | C++ | false | false | 161 | cpp | #include "main/biscuit.h"
#include "gtest/gtest.h"
TEST(biscuit, dummy) { ASSERT_TRUE(true); }
TEST(biscuit, Radd) { ASSERT_EQ(100, biscuit::Radd(0, 100)); }
| [
"abhishekpal7@outlook.com"
] | abhishekpal7@outlook.com |
4a923ec6748aed0e13827af531b3f1144d78e91c | 42bceaf1f23991bc2e88b6df31b9f8c6892e59d1 | /String/Sequential Digits.cpp | aed87417e0730e29392e24cb12580ebc3d5b7b37 | [] | no_license | zee7985/LeetCode | 2f31c264ee923f4452b538feddf7fc89d7ca32a1 | c7a4210b20e5c6460091738ac639b9221acb7754 | refs/heads/master | 2023-06-16T14:56:36.804994 | 2021-07-01T10:16:37 | 2021-07-01T10:16:37 | 266,159,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,223 | cpp | Sequential Digits
Solution
An integer has sequential digits if and only if each digit in the number is one more than the previous digit.
Return a sorted list of all the integers in the range [low, high] inclusive that have sequential digits.
Example 1:
Input: low = 100, high = 300
Output: [123,234]
Example 2:
I... | [
"noreply@github.com"
] | zee7985.noreply@github.com |
3f46fa8da67e6fcfa4a8015ae3b7552ea6abc9c8 | c6530f058cbf165a90bfcb3086f90c2c61345afc | /Source/AliveLib/Flash.cpp | 659b355f5c6add99c2dbcbac5445ab6aaad39e07 | [] | no_license | AvengingGibbons/alive_reversing | bd89d639ed194b86e3fddaed123b6c4d7b19ae17 | 305fc30c624ea1ca51784e8d3ddfc24a5e46db5e | refs/heads/master | 2020-08-04T01:12:13.202232 | 2019-09-30T20:08:16 | 2019-09-30T20:08:16 | 190,445,917 | 0 | 0 | null | 2019-06-05T18:15:55 | 2019-06-05T18:15:54 | null | UTF-8 | C++ | false | false | 1,001 | cpp | #include "stdafx.h"
#include "Flash.hpp"
#include "Function.hpp"
#include "Game.hpp"
#include "stdlib.hpp"
Flash* Flash::ctor_428570(__int16 layer, unsigned __int8 r, unsigned __int8 g, unsigned __int8 b, int /*not_used*/, unsigned __int8 abr, int time)
{
ctor_4AB7A0(layer, abr);
SetVTable(this, 0x544... | [
"Paul@paul.com"
] | Paul@paul.com |
b3a3cd0d685b3445c745315c93cf36b2f78e2787 | 8a14c4f4ca487e673d8b0d5feb7bf3e6d723b9f0 | /Code Storage/小知识点/Windows/LibElcBaseUiUsage/Test/Source/Libraries/LibElcBaseUI/TestBaseUI/TestPopupWnd.h | 7bf48982f3820a33cf13a9c69ad9718803e8573a | [] | no_license | tyekrgk/code-refrence | 47c0185161577d35302434fe7d06b9f0a5853ea0 | 019d120ce62504320c50ce0ca23e562a14e3d0bb | refs/heads/master | 2021-05-28T13:59:08.079034 | 2013-11-05T09:24:47 | 2013-11-05T09:24:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 676 | h | #pragma once
// CTestPopupWnd
class CTestPopupWnd : public CWnd
{
DECLARE_DYNAMIC(CTestPopupWnd)
public:
CTestPopupWnd();
virtual ~CTestPopupWnd();
CElcReportListCtrl m_wndList;
CElcImagePaintMgr m_ImagePaintMgr;
CImageList m_imgList;
CBitmap m_bitmap;
protected:
DECLARE_MESS... | [
"lilingshui@126.com"
] | lilingshui@126.com |
3e6e3eb527c919e3551d3dc84eb72e347b4b804e | e4af512ecb564a83649fb878f634b02f319e05b9 | /src/qt/optionsdialog.h | 2c4fe112e8be2fa58f0dc2805301e3c84f14bbb4 | [
"MIT"
] | permissive | aricoin/Aricoin | 9158333b7edd50b40297f3e270ef878c4ae399ef | 7489b2f47b3e0e5df1120610e47a088c29602583 | refs/heads/master | 2021-01-21T14:04:23.878961 | 2016-02-05T06:18:44 | 2016-02-05T06:18:44 | 51,129,443 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 1,400 | h | // Copyright (c) 2011-2013 The Aricoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef OPTIONSDIALOG_H
#define OPTIONSDIALOG_H
#include <QDialog>
class MonitoredDataMapper;
class OptionsModel;
class QVal... | [
"beta@aricoin.org"
] | beta@aricoin.org |
b69d707825d30467a71ad0b48d188a8265db62ab | 60311e15536bc5e4fe8c2a6adf87b0daf4ad85de | /src/qt/bantablemodel.h | 0be24ab18623cf07107065b0d52aacedf89f5a0f | [
"MIT"
] | permissive | diakas/TrunkCoin | e328d76b02123f21022c1f5bb1afdd681a6da23f | 385c5902e3ae9dbfcb8a6aaf631b019a8a535c89 | refs/heads/master | 2020-07-24T21:01:40.644044 | 2019-04-10T11:53:42 | 2019-04-10T11:53:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,943 | h | // Copyright (c) 2011-2013 The Bitcoin Core developers
// Copyright (c) 2015-2018 The PIVX developers
// Copyright (c) 2019 The Trunk developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_BANTABLEMODEL_H
... | [
"48926272+trunkcoin@users.noreply.github.com"
] | 48926272+trunkcoin@users.noreply.github.com |
ba22dfe979f7d23aa8b7a37e84691ddc987f2b1d | 9c0010d3cf4ee39d0338cdeb0bb2f49ec2b7a012 | /Replace/lib/Poco/Net/include/Poco/Net/RemoteSyslogChannel.h | 11aae841ceecec3b7d4102ba4fe11893a431d619 | [] | no_license | wjf8882300/tool | a0fec54d8a708221cbc7c963c2ba55576c4115d6 | 23cb34e0e0a45754c63f621bbbf59197476b0514 | refs/heads/master | 2020-05-26T06:38:08.090184 | 2019-05-23T01:28:35 | 2019-05-23T01:28:35 | 188,137,497 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,880 | h | //
// RemoteSyslogChannel.h
//
// $Id: //poco/1.4/Net/include/Poco/Net/RemoteSyslogChannel.h#1 $
//
// Library: Net
// Package: Logging
// Module: RemoteSyslogChannel
//
// Definition of the RemoteSyslogChannel class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contribut... | [
"wangjingfeng@runxsports.com"
] | wangjingfeng@runxsports.com |
0d0488fdd0fd588f450008e3e8cb2a80fd183e3f | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/third_party/skia/src/effects/SkMorphologyImageFilter.cpp | 4ac65686ff5838d08a92f5804501ab7a842da819 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-public-domain"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 25,523 | cpp | /*
* Copyright 2012 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkMorphologyImageFilter.h"
#include "SkBitmap.h"
#include "SkColorPriv.h"
#include "SkOpts.h"
#include "SkReadBuffer.h"
#include "SkRect.h"
#inc... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
04dba6dbcc474428dec56cbbb34375d57d4da60b | dc2a610a36d5cd0cbc83b0a518533a8552ee06c4 | /ceres_custombundle/SnavelyReprojectionError.h | 2c5d6ae95d8c75b308c10141d925aa91f9cbf9ca | [] | no_license | WayneYuq/slamproject | 519e50fb097ca675662f9d1ef332df64940d2545 | 76706b2ffebd602fca93c5e63641a847a9c54486 | refs/heads/master | 2022-11-26T00:20:25.709985 | 2020-08-09T05:34:06 | 2020-08-09T05:34:06 | 272,750,317 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | h | #ifndef SnavelyReprojection_H
#define SnavelyReprojection_H
#include <iostream>
#include "ceres/ceres.h"
#include "common/tools/rotation.h"
#include "common/projection.h"
class SnavelyReprojectionError
{
public:
SnavelyReprojectionError(double observation_x, double observation_y)
: observed_x(observation_x), obs... | [
"3154816042@qq.com"
] | 3154816042@qq.com |
288d3055c6c838dd4d2d7186f259b9e290197039 | 03f037d0f6371856ede958f0c9d02771d5402baf | /graphics/VTK-7.0.0/Filters/Generic/vtkGenericContourFilter.h | ca9b6b801c47925d11cfb16978bb6ab4feed3a5d | [
"BSD-3-Clause"
] | permissive | hlzz/dotfiles | b22dc2dc5a9086353ed6dfeee884f7f0a9ddb1eb | 0591f71230c919c827ba569099eb3b75897e163e | refs/heads/master | 2021-01-10T10:06:31.018179 | 2016-09-27T08:13:18 | 2016-09-27T08:13:18 | 55,040,954 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,799 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkGenericContourFilter.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
... | [
"shentianweipku@gmail.com"
] | shentianweipku@gmail.com |
e86cc233c329c95970a2101f376b3b20204d3a29 | b178d5702818c97bf18a44c4aacb1c1582290307 | /phoenix/base/extension/encrypt/url_encode.cpp | 7bb20263bce1490c0a8fdf0f5c4ae263d0d1f46a | [] | no_license | netease-im/phoenix | 735b20a4ac6dc58232a0658ff28565ea66bede1b | a4ef3b068801af2ebf87ba7c80f884f57f09b3e3 | refs/heads/master | 2023-07-19T18:33:50.808072 | 2023-07-17T02:11:51 | 2023-07-17T02:11:51 | 224,381,540 | 53 | 25 | null | null | null | null | UTF-8 | C++ | false | false | 1,395 | cpp | #include "extension/encrypt/url_encode.h"
#include <assert.h>
EXTENSION_BEGIN_DECLS
unsigned char ToHex(unsigned char x)
{
return x > 9 ? x + 55 : x + 48;
}
unsigned char FromHex(unsigned char x)
{
unsigned char y;
if (x >= 'A' && x <= 'Z')
y = x - 'A' + 10;
else if (x >= 'a' && x <= 'z')
y = x - 'a' + 10... | [
"haokui01@corp.netease.com"
] | haokui01@corp.netease.com |
a2635d947496990d04da1719dd0bed3b07527c2e | 323b9c2868147fc44005c586c2c39971085106de | /src/qt/editaddressdialog.cpp | 9b7917b9ead4008f53316b1a01a87fa962953879 | [
"MIT"
] | permissive | XXECOIN/xxecoin-core | 224f2dac0c27c0e69f5593d6be6b6adb929c9a64 | ed5a5da60f19c7e75fe421e5f3ce809b748f12d3 | refs/heads/master | 2022-07-02T22:14:09.991604 | 2020-05-02T23:38:39 | 2020-05-02T23:38:39 | 260,755,687 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,925 | cpp | // Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "editaddressdialog.h"
#include "ui_editaddressdialog.h"
#include "addresstablemodel.h"
#include "guiutil.h"
#includ... | [
"root@ns344125.ip-94-23-201.eu"
] | root@ns344125.ip-94-23-201.eu |
e1c14b988594c1521745e0f57c56e3dba5da0368 | 6f8bf483b372d8bd526698a083309edb50b0bd90 | /libs/ozzanim/include/ozz/base/span.h | c37850ebeb900f55ea2f9cb6dd0db27af728f926 | [
"MIT"
] | permissive | floooh/sokol-samples | d48466f0da1b07c57b98733827074289faa335c9 | 578d71daed073dbeb2e5e3d74a3485cf46733cd7 | refs/heads/master | 2023-08-31T04:06:28.791638 | 2023-07-26T19:31:00 | 2023-07-26T19:31:00 | 97,253,410 | 496 | 100 | MIT | 2023-07-26T19:31:01 | 2017-07-14T16:29:50 | C | UTF-8 | C++ | false | false | 6,420 | h | //----------------------------------------------------------------------------//
// //
// ozz-animation is hosted at http://github.com/guillaumeblanc/ozz-animation //
// and distributed under the MIT License (MIT). ... | [
"floooh@gmail.com"
] | floooh@gmail.com |
ff8209d175a17d34c0aa5bbcb400478b8339916f | 4a0ca61c1fdfcaf97cf21124c5d9b4716bbe00bd | /shortname_ric.cpp | 0ab8c8c00d0e8276d7a3e8f5b2d0c81e2c51edae | [] | no_license | cbshiles/KALX-xlldatetime | 68b422871d97359003ad6aabf0418017b28a1d31 | 7402b854cdeaf707c3d13898e2e7187c3ffca2ad | refs/heads/master | 2021-07-18T01:23:18.799050 | 2017-10-27T10:20:47 | 2017-10-27T10:20:47 | 108,531,650 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,312 | cpp | // shortname_ric - convert CCM short name to RIC code
#include <regex>
#include "xll/xll.h"
#include "../fmsdatetime/cmegroup.h"
using namespace xll;
typedef traits<XLOPERX>::xcstr xcstr;
static AddIn xai_ccm(
Document("CCM")
.Documentation("Cormorant Capital Management specific routines.")
);
stati... | [
"brenan@bot.shakti.local"
] | brenan@bot.shakti.local |
4855ae129b589e8adf60c3c524716c800b81daae | c4423f118fdea197b8cc70fedbee959b531583fa | /eu0049/eu0049.cpp | dbd851dc0f3223134db824bfe6d02c5fa0b96a20 | [] | no_license | nrey/eulerProject | 04e5cbc418425f57d1f383d46e58b4e576ba7d9f | cbd32f1dedebf0b99a1b12e7f0caf2a11066c699 | refs/heads/master | 2020-05-18T02:42:27.358357 | 2013-02-10T02:43:55 | 2013-02-10T02:43:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,196 | cpp | #include"eu0049.h"
void eu0049 :: solucion(){
// ---------------------------------------------------- //
tstart = (double)clock()/CLOCKS_PER_SEC;
// ---------------------------------------------------- //
output = 0;
tem_1d_1 = new unsigned long long [1061];
tem_1d_3 = new unsigned long long [4];
tem_1... | [
"nicorv@macondo-VB.(none)"
] | nicorv@macondo-VB.(none) |
96db5d4e83d18411d4cea0f7ee0f90b125b4ca15 | 9039e6523694363f24268dfa54d52fbd689bebbe | /Source/TestingModule/Public/MyHealthComponentTesting2.h | fcbaee2ef085871421bb51d1f995fd4fda8c0558 | [] | no_license | Caleb10E/InstructorOfTheDead2 | 4c7b0fd7a3b22f8d0841eaa1dd24a38d4246c98b | 6641a585c81992c47f1f65d15996a62e0d1b3687 | refs/heads/master | 2021-04-29T18:51:31.298108 | 2018-05-07T14:13:49 | 2018-05-07T14:13:49 | 121,451,096 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "AutomationTest.h"
/**
*
*/
class TESTINGMODULE_API MyHealthComponentTesting2
{
public:
MyHealthComponentTesting2();
~MyHealthComponentTesting2();
};
| [
"hoimon@mail.fresnostate.edu"
] | hoimon@mail.fresnostate.edu |
b8431f2f0da328785641630b4632476ca370a449 | 27a7b51c853902d757c50cb6fc5774310d09385a | /[Tool]MapEditor/TileView.h | c22a4c46ced54c7554a652885e5e14d6b9dda940 | [] | no_license | WildGenie/LUNAPlus | f3ce20cf5b685efe98ab841eb1068819d2314cf3 | a1d6c24ece725df097ac9a975a94139117166124 | refs/heads/master | 2021-01-11T05:24:16.253566 | 2015-06-19T21:34:46 | 2015-06-19T21:34:46 | 71,666,622 | 4 | 2 | null | 2016-10-22T21:27:35 | 2016-10-22T21:27:34 | null | UTF-8 | C++ | false | false | 531 | h | #pragma once
class CDialogTilePalette;
class CTileView : public CWnd
{
CDialogTilePalette* m_pPalette;
public:
void SetTilePalette(CDialogTilePalette* pPalette) {m_pPalette = pPalette;}
CTileView();
virtual ~CTileView();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTileVie... | [
"brandonroode75@gmail.com"
] | brandonroode75@gmail.com |
70ef76d77c3650e3a50f700f8748011dc4719cb7 | 42da9cbeb12f75209cdc0bc18fb4abe8e8b5057c | /archive/1097.cpp | bdaaa14a15545dfc1d08c38958bc399d1738dc4d | [] | no_license | TankNee/Pat_Solutions | ce0b574502db530043ca22425aa7eeefee5a92b7 | 35334a1ea220de75ca9494100779dbaea8467e7a | refs/heads/master | 2023-03-22T12:13:38.189245 | 2021-03-12T08:48:12 | 2021-03-12T08:48:12 | 332,129,719 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,696 | cpp | //
// Created by tanknee on 3/5/2021.
//
#include <bits/stdc++.h>
using namespace std;
map<string, int> str2int;
map<int, string> int2str;
set<int> s;
int idx = 0;
int get_index(const string &address) {
if (address == "-1") return -1;
if (str2int.find(address) != str2int.end()) {
return str2int[addr... | [
"nee@tanknee.cn"
] | nee@tanknee.cn |
f0b1bfb8bb979f3b2c9749b168196b28e195b67d | 4664ea23a474b086cf151c35d2d74a737775a075 | /008_string-to-integer/string-to-integer.hpp | 3feef033bc4958803e801e47da1d9e4165d663d2 | [] | no_license | thuzhf/leet-code | d93ddb2a05758de9c5f57c38ad95c7e929979afe | 26aa643c5f55b4bafcf476442d4bfab04f52c367 | refs/heads/master | 2021-01-10T02:32:19.447968 | 2016-02-03T13:46:22 | 2016-02-03T13:46:22 | 36,353,583 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,235 | hpp | #ifndef STRING_TO_INTEGER_HPP_
#define STRING_TO_INTEGER_HPP_
#include <string>
#include <iostream>
class Solution {
private:
bool isDigit(const char& c) {
if ('0' <= c && c <= '9')
return true;
else
return false;
}
public:
int myAtoi(std::string str) {
int ret = 0;
int sign = 1;
auto ... | [
"thuzhf@gmail.com"
] | thuzhf@gmail.com |
118b83c04a1614fa1701f6cd6ce9676d278ca728 | 8fa9074be698d8cbbeec169d21ab0cf10538ce37 | /Grand_life.Altis/dialog/newsStation.hpp | 6eaf7639e59b3e8d438811dd707fed9df1ec7272 | [] | no_license | Speedy372/wl-remastered | a6d1d5e923c5dc2abf5b8d382e80fb42f20b4c88 | 7ecc83a38915d0716569d87a24ff3797d6df3e99 | refs/heads/main | 2023-04-09T05:46:26.645146 | 2021-03-30T11:22:07 | 2021-03-30T11:22:07 | 340,695,889 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,413 | hpp | class life_news_broadcast {
idd = 100100;
name = "life_news_broadcast";
movingEnable = 0;
enableSimulation = 1;
class controlsBackground {
class Life_RscTitleBackground: Life_RscText {
colorBackground[] = {
"(profileNamespace getVariable ['GUI_BCG_RGB_R',0.3843])"... | [
"59737499+Speedy372@users.noreply.github.com"
] | 59737499+Speedy372@users.noreply.github.com |
19469dc617e5572123d795203f2cdcc80637707d | 488f41de2b5fce4081c87feb547ef853ea69a5f6 | /materials/2019-2020/11a/2019-11-28-inheritance-2/better/sword.cc | 1cbb4371b93e6c9c580ea74e007d6a76c469fdf9 | [] | no_license | elsys/oop | 5c17e8f2c72aba775f4d895499782b6cad5816d1 | a5be4adb767cdde7d9f904024880382509f53498 | refs/heads/master | 2023-06-14T06:21:30.570095 | 2023-06-05T19:04:14 | 2023-06-05T19:04:14 | 211,560,844 | 11 | 32 | null | 2023-02-22T09:24:13 | 2019-09-28T20:57:51 | PostScript | UTF-8 | C++ | false | false | 249 | cc | #include "./sword.hh"
Sword::Sword(int damage, int meleRange) : Weapon(damage), Stabby(meleRange) {};
void Sword::attack(Character& target) {
float distance = distanceTo(target);
if(distance <= meleRange) {
target.health -= damage;
}
}
| [
"mario.ben@mail.bg"
] | mario.ben@mail.bg |
dec01a355e09470086035e42f502e9eb497056a8 | 2e46458d931aa6be39ecd9712f62a9311106c017 | /exam2/copyConstructor.cpp | 9dfa7686d55d07cf6b3ba7b40e4ba08e4bbdfacb | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | WeiChienHsu/CS165 | 9448fb1731e698b5078e1dd76f62ad51481f2a2c | 65e95efc90415c8acc707e2d544eb384d3982e18 | refs/heads/master | 2020-03-08T12:48:24.158676 | 2019-01-06T22:33:12 | 2019-01-06T22:33:12 | 128,137,823 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,525 | cpp | #include <iostream>
class NumberArray {
private:
int *ptr;
int arraySize;
public:
NumberArray(int size, int value) {
this->arraySize = size;
this->ptr = new int[this->arraySize];
setValue(value);
}
NumberArray(const NumberArray &obj) {
this->arraySize = obj.arraySize;
... | [
"weichien711@gmail.com"
] | weichien711@gmail.com |
9ac53e90e2e07e5577579220544e6b5181967346 | 3471c0a55701bf4ce199ddb4fc246e18990356c0 | /test/Rasterization.cpp | a7a9773ef0385e7447c4f2890a8b559a8d691bbc | [] | no_license | Tug/RayTracer | ab4ea4c155f109e66bd91ba346eb4fab12234b33 | b2605ea37bfd992a65bcd3933750bdac05cf0a18 | refs/heads/master | 2016-08-05T18:12:03.521844 | 2013-06-17T07:22:51 | 2013-06-17T07:22:51 | 1,133,894 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 672 | cpp | #include "stdafx.h"
#include "Rasterization.h"
Rasterization::Rasterization() : RenderingMethod() {
}
Rasterization::~Rasterization() {
}
void Rasterization::drawScene(SceneRenderer * sceneRenderer, Zone & renderingZone) {
CameraScreen * cameraScreen = sceneRenderer->getCameraScreen();
Screen * screen = cameraS... | [
"Tug@.(none)"
] | Tug@.(none) |
d20100c8ec8188515813c8b7e3a70cd2f4b248f4 | 61e6a917253d67c8d26442cd32c913eee3817af4 | /app/src/main/cpp/NNPACK/test/convolution-inference/vgg-a+relu.cc | 4945164d9997a8353b16bc6103fe099f1232ea48 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | hjimce/android-image | c1e0a90a28ee2e85a8b493ffb5e332d98c37116c | 4f3b570253ed11ddca58d263771820589443848e | refs/heads/master | 2021-01-24T11:39:25.820256 | 2017-04-21T03:33:35 | 2017-04-21T03:33:35 | 70,216,265 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,266 | cc | #include <gtest/gtest.h>
#include <nnpack.h>
#include <testers/convolution.h>
#include <models/vgg-a.h>
/*
* VGG model A conv1 layer
*/
TEST(FT8x8_BLOCK, DISABLED_conv1) {
VGG_A::conv1()
.errorLimit(1.0e-5)
.testInference(nnp_convolution_algorithm_ft8x8, nnp_convolution_transform_strategy_block_based,
nnp... | [
"hjimce.huang@avatarworks.com"
] | hjimce.huang@avatarworks.com |
7b86ef5555d1582e7cbc19249f5a5c0ea46ed402 | 0b2748e3d25c4daf628e8b728f581931f024a833 | /source/sdk/include/cgicc/HTTPPlainHeader.h | 8b1bf8ebc56e97ad99875c215fc0412a67217fca | [] | no_license | Zoltan3057/N_Kunhou_Arm_sdk | b4c3653705e2bb76935f3ac07fae503f09172dd8 | e50f60d3e7f19715bbedc9ccc55ca6280d13ad1b | refs/heads/master | 2020-03-21T17:27:50.975966 | 2018-03-03T05:34:10 | 2018-03-03T05:34:10 | 138,833,358 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,863 | h | /* -*-mode:c++; c-file-style: "gnu";-*- */
/*
* $Id: HTTPPlainHeader.h,v 1.8 2014/04/23 20:55:08 sebdiaz Exp $
*
* Copyright (C) 1996 - 2004 Stephen F. Booth <sbooth@gnu.org>
* 2007 Sebastien DIAZ <sebastien.diaz@gmail.com>
* Part of the GNU cgicc library, http://www.gnu.org/software/cgicc... | [
"769238687@qq.com"
] | 769238687@qq.com |
2b9bd1acf5b9197d800a5006e6ed56d1558bedc5 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium_org/media/audio/mac/audio_device_listener_mac.cc | 5c5ca355b9a6267f2ea9b552225cf0f250c3845c | [
"MIT",
"BSD-3-Clause"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 2,554 | cc | // Copyright (c) 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 "media/audio/mac/audio_device_listener_mac.h"
#include "base/bind.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "b... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
7af2bb03e771b367773ee678c065a93b9ff6ca47 | 96976a2c205d679261aa6ff6cd0db286c43ee350 | /src/core/moves/trees/compound/NearestNeighborInterchange_nonClock.cpp | 0164e7f19d10c074ab3a9b82b0b53b1806c1c00a | [] | no_license | sundsx/RevBayes | f99305df6b72bd70039b046d5131c76557e53366 | 13e59c59512377783673d3b98c196e8eda6fedee | refs/heads/master | 2020-04-06T06:29:46.557485 | 2014-07-26T14:26:57 | 2014-07-26T14:26:57 | 36,248,250 | 0 | 1 | null | 2015-05-25T18:44:13 | 2015-05-25T18:44:13 | null | UTF-8 | C++ | false | false | 2,873 | cpp | //
// NearestNeighborInterchange.cpp
// RevBayesCore
//
// Created by Sebastian Hoehna on 7/12/12.
// Copyright 2012 __MyCompanyName__. All rights reserved.
//
#include "NearestNeighborInterchange_nonClock.h"
#include "RandomNumberFactory.h"
#include "RandomNumberGenerator.h"
#include "TopologyNode.h"
#include "Tr... | [
"Sebastian.Hoehna@gmail.com"
] | Sebastian.Hoehna@gmail.com |
d8eb88957305131ae100eb710523a678ecaaa0fa | d5e0afc4fd4e6c5b93ea8bbabeaf570d35ff7fd4 | /main.cpp | 61887de9d5f0d92e6045415d0be798e1346522e9 | [] | no_license | RoadRover-AutoTest/Qtuntitled | c4e4d28aff390d89f1e636c27d47e92a97c59676 | 0653c16250a0d72efcabc8e0536dca797576280e | refs/heads/master | 2020-04-23T00:44:00.196776 | 2019-02-15T03:23:47 | 2019-02-15T03:23:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 230 | cpp | #include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
printf("Hellogit!\n");
printf("HelloWorld!\n");
return a.exec();
}
| [
"lishuhui@roadrover.cn"
] | lishuhui@roadrover.cn |
58a02090ec279c2eeab504616394b3eaa572408b | 0f3122ce2aa1a5c4c5e0d38c3d8c590ce485ca03 | /netds/WindowsConnectNow/WcnFdHelper.cpp | c0d0f6e0ce4cab3e98aad68569400161de97dbce | [] | no_license | WindowsKernel/sdk71examples | 15cfee86bcb6621d13b91ca59bba425391b1b7a8 | 677997402e3bd3e51558464e50e4c33ebe1dd491 | refs/heads/master | 2022-04-27T21:10:51.846940 | 2015-01-19T18:35:09 | 2015-01-19T18:35:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,847 | cpp | // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved
// Module Name:
// ... | [
"ganboing@gmail.com"
] | ganboing@gmail.com |
0ee18a38d4ae9ee9912c50f15342614494b894f3 | d6b4bdf418ae6ab89b721a79f198de812311c783 | /ams/include/tencentcloud/ams/v20201229/model/CancelTaskResponse.h | 441b12031398740260715766afcf543af103a1ae | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp-intl-en | d0781d461e84eb81775c2145bacae13084561c15 | d403a6b1cf3456322bbdfb462b63e77b1e71f3dc | refs/heads/master | 2023-08-21T12:29:54.125071 | 2023-08-21T01:12:39 | 2023-08-21T01:12:39 | 277,769,407 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,573 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
3b2b87871fffed59e4b7b72f630feba520869300 | 011522db87a5a080ca67fb75525c8a7f7ad3824c | /tests/mocks/MockIStorage.hpp | cb1a9ef12d53636f2c996e713c084350fa0f8e4f | [
"MIT"
] | permissive | pptaszni/UnitTestingCourse | 17e54957e10b1fa4f1241007cad72898af2b1132 | 66b694d88bc8c962545b2c07ebe600d5a9f83c33 | refs/heads/master | 2022-09-16T09:54:47.616914 | 2020-05-30T17:01:55 | 2020-05-30T17:01:55 | 267,311,389 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,441 | hpp | /*
* MIT License
*
* Copyright (c) 2020 Pawel Ptasznik
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy,... | [
"pawel.ptasznik@terabee.com"
] | pawel.ptasznik@terabee.com |
24f5697fc2af91a7c214d164b2dfae5e456ad2af | 56b8747981136f9d5449537227c2fddd35e12e5b | /HEDMAnalysisFilters/HEDM/MicFields.h | 64314bd3a2cc4e9014e752d6b1a05a224964791c | [] | no_license | dream3d/HEDMAnalysis | 241bc2ce9ab24dddf8e6c981cee6937318bddccc | 163e8b4b712670a35281d4018c14e73ece6c9e11 | refs/heads/develop | 2023-04-16T19:34:39.408041 | 2019-05-10T21:02:10 | 2019-05-10T21:02:10 | 35,049,376 | 0 | 0 | null | 2019-01-07T16:30:32 | 2015-05-04T17:38:03 | C++ | UTF-8 | C++ | false | false | 3,199 | h | /* ============================================================================
* Copyright (c) 2010, Michael A. Jackson (BlueQuartz Software)
* Copyright (c) 2010, Dr. Michael A. Groeber (US Air Force Research Laboratories
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or witho... | [
"mike.jackson@bluequartz.net"
] | mike.jackson@bluequartz.net |
0af4b686778a842a1e452cbf5fc27bd3d31d36af | f0d56702b3e97e7ec3fa7f474006f5179da3343e | /src/cristi/arm/arm_control/cyton_gamma_1500_moveit_conf/src/path_execution.cpp | 12b01d3fb6a9d2ecf535adf16ffad0ea1ca6be23 | [] | no_license | cristipiticul/catkin_ws | 2aa0250c4f2b7d0ee9c768e14fe0a7f7233a44f0 | 50e27595ef41221093590cd7dd5d29b09616eec3 | refs/heads/master | 2020-06-09T06:31:24.510311 | 2016-08-31T12:53:56 | 2016-08-31T12:53:56 | 39,882,260 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,785 | cpp | // Core ros functionality like ros::init and spin
#include <ros/ros.h>
// ROS Trajectory Action server definition
#include <control_msgs/FollowJointTrajectoryAction.h>
// Means by which we communicate with above action-server
#include <actionlib/client/simple_action_client.h>
// Includes the descartes robot model we w... | [
"cristipiticul@yahoo.com"
] | cristipiticul@yahoo.com |
3247cfbb7ff4f82af135394307939317d6d79c40 | 21553f6afd6b81ae8403549467230cdc378f32c9 | /arm/cortex/Freescale/MK52DZ10/include/arch/reg/portc.hpp | 02d4765e05ec477c292dbc3e819b1ff6441fd174 | [] | no_license | digint/openmptl-reg-arm-cortex | 3246b68dcb60d4f7c95a46423563cab68cb02b5e | 88e105766edc9299348ccc8d2ff7a9c34cddacd3 | refs/heads/master | 2021-07-18T19:56:42.569685 | 2017-10-26T11:11:35 | 2017-10-26T11:11:35 | 108,407,162 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,063 | hpp | /*
* OpenMPTL - C++ Microprocessor Template Library
*
* This program is a derivative representation of a CMSIS System View
* Description (SVD) file, and is subject to the corresponding license
* (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory).
*
* This program is distributed in the hope... | [
"axel@tty0.ch"
] | axel@tty0.ch |
37e1e41e3b4baca8dc4999f0801c6f84b868c574 | fa696b8a9c9a25a3bf09051e11a916692f55b631 | /src/libSharedComponents/ParametersManager.hpp | 51d8f64a8e27e4c9ee4eac440e2d3427d8f20871 | [] | no_license | bsc-performance-tools/clustering-suite | e9fae9383ddc4722c887ceb197825a385219e9b0 | 1c8f05e2677295e9d9cf29b9d7ce6b8ab6cf5f1d | refs/heads/master | 2021-06-08T22:05:30.372437 | 2019-09-20T07:16:22 | 2019-09-20T07:16:22 | 110,991,857 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,676 | hpp | /*****************************************************************************\
* ANALYSIS PERFORMANCE TOOLS *
* ClusteringSuite *
* Infrastructure and tools to apply clustering analysis to Paraver and *
* ... | [
"juan.gonzalez@bsc.es"
] | juan.gonzalez@bsc.es |
e2b055ed0163702a7517d601c56f383a9b655e77 | dc6373a5effa8230b041c5e0e86f51a344c9694e | /PropertyEmployeeSelect.cpp | 53466c03bc3240a5c1a2779b9f0140a088c781cc | [] | no_license | yao901213/GuardCoop | 575012929ec9dd5f4c77dbb42ebcc298907f9c40 | 32b1376876a087aab7d41e0e395a72e364ed607f | refs/heads/master | 2020-12-24T09:57:00.642284 | 2016-12-02T10:11:57 | 2016-12-02T10:11:57 | 73,256,437 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,695 | cpp | #include "PropertyEmployeeSelect.h"
#include "ErrorProc.h"
PropertyEmployeeSelect::PropertyEmployeeSelect(QString &filter)
{
ui = new Ui_SmallTable;
ui->setupUi(this);
model = new QSqlTableModel;
model->setTable("HumanResource.Property");
model->setFilter(filter);
model->select();
InitDiag();
}
PropertyEmploye... | [
"yaodongjian@sina.com"
] | yaodongjian@sina.com |
f9fd406b02ee329e7cca498c9bd5e2398dab57d9 | 8bd4491d6a9bca19f49c11c64d4c9830d81a009b | /SocialGraph/Graph.h | 0cdfb5ba5b8461ea959aafeada04131815f626ba | [] | no_license | ashamalov/SocialGraph | 56eaee778f0b0b00e51b663431d5ecaf09f7308d | 2f943fd872d8cc31b97e50039ad52e1a6f008f96 | refs/heads/master | 2023-04-13T10:26:45.505347 | 2021-04-13T13:51:55 | 2021-04-13T13:51:55 | 357,569,431 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 856 | h | #ifndef __GRAPH__
#define __GRAPH__
#include <vector>
#include "person.h"
#define SIZE 10
/**
* @brief Класс реализующий граф социальных связей.
*
*/
class PersonGraph
{
public:
PersonGraph();
void addPerson(Person& newPerson);
void addFriendship(Person& person1, Person& person2)... | [
"shamalov@systserv.spb.su"
] | shamalov@systserv.spb.su |
efc2ee37246c4bf841d41b5b5dd6ad4c4357f4fe | 5676ed2dc44990e74d1919045cfd62329ab89b90 | /VTK/vis2008PA/include/vtk-5.4/vtkCollapseGraph.h | 91403d703e8c0e957b0d8b31a98e43b5f44fc027 | [] | no_license | door5719/3DPrinting | 59858028f392b5039af07d1fcedd34d99ac09f99 | 44a0aea8cd78d23e6b8054fa86d1c8b8111436e8 | refs/heads/master | 2021-05-31T12:06:22.516944 | 2015-05-10T15:55:38 | 2015-05-10T15:55:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,787 | h | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkCollapseGraph.h,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
... | [
"dsandesari@gmail.com"
] | dsandesari@gmail.com |
3a8db8e2c907b9e7853d31d8c8a1c26bf89a5bec | bd824519c74ed6c19f145af0f875bd3cec369117 | /Task2/queue_array.cpp | 3c4992ea6ae95a3be708b90cfb0fc5fcb372fbf1 | [] | no_license | swjtulwy/DataStructure | ff9bf56e5e34684b59bc5ba6f02052b40c17ee34 | b1aead6b96c81ff2fa0763964fd073762bc060c6 | refs/heads/master | 2020-06-29T05:12:29.064436 | 2019-09-06T03:18:36 | 2019-09-06T03:18:36 | 200,450,945 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 379 | cpp | #include "queue_array.h"
void TestQueueArray() {
QueueArray<int>* Q = new QueueArray<int>(8);
Q->Dequeue();
cout << "inserted 8 number:" << endl;
for (int i = 1; i < 9; i++) {
Q->Enqueue(i);
}
Q->Print();
cout << "we dequeued!"<<endl;
Q->Dequeue();
Q->Print();
cout << "we enqueued when it's false overflow... | [
"swjtulauweiyee@gmail.com"
] | swjtulauweiyee@gmail.com |
408fa85cb7f05e81b210546ec82f0f2f1984cf7b | 60b0251bee63fef9c87633dd98f0c2be3841e92e | /swap-ssdb-1.9.2/src/client/SSDB_impl.cpp | 5f040f71ce0e9c65fe10011b6901599751bfea54 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | JingchengLi/swapdb | a88855b884e89a761bd2fb7ad9147e46f7997a80 | 079361aea394424bf1edf75e2f97fba719e5348f | refs/heads/master | 2023-03-12T11:47:11.086624 | 2023-03-02T15:06:03 | 2023-03-02T15:06:03 | 99,323,866 | 264 | 52 | null | null | null | null | UTF-8 | C++ | false | false | 30,866 | cpp | #include "SSDB_impl.h"
#include "util/strings.h"
#include <signal.h>
#include <iostream>
using namespace std;
namespace ssdb{
inline static
Status _read_list(const std::vector<std::string> *resp, std::vector<std::string> *ret){
Status s(resp);
if(s.ok()){
std::vector<std::string>::const_iterator it;
for(it = re... | [
"jcli.china@gmail.com"
] | jcli.china@gmail.com |
3c5753d7e1a354946e45072f45f18b33e4067a3f | 7488a5477c944fc7c3c858c5f2d55b2e50008f9f | /src/score.h | 37601b81c63cf6344894de9ae7fb0a5d1692c13b | [] | no_license | MonikaDai/Quadris | f4af92e40eff5b9c655dc7377a7f7c50fbb8cdf1 | c6fbdf749e8050404c6413b54a127572fef1449a | refs/heads/master | 2020-07-30T15:11:29.975120 | 2019-09-23T05:47:22 | 2019-09-23T05:47:22 | 210,273,012 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 433 | h | #ifndef _SCORE_H_
#define _SCORE_H_
#include <iostream>
#include <vector>
class Block;
class Cell;
class GraphicDisplay;
class Board;
class Score {
int curr;
int highest;
public:
Score();
~Score();
void updateBlocks(std::vector<Block *> &blocks, int rownum, Board *b);
void updateScore(int currlevel, int... | [
"noreply@github.com"
] | MonikaDai.noreply@github.com |
eb4bf47bb3e9b846295dff20dd8142c2649ddde3 | 52e635eba11c3aa12860883fa8dc7e8d3999c76b | /Sparse table template.cpp | 20c01618ae7b064b12002b255a70991fe7bfbaab | [] | no_license | Harsh0721/data-structures-and-algorithms | 06c262e3ec54d7a8e59c76ee5af3368f298ac5de | 49bcb88e35a059d43b729d7f478db7d7e6b8869d | refs/heads/main | 2023-08-29T11:53:51.711575 | 2021-08-02T11:25:10 | 2021-08-02T11:25:10 | 380,310,575 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 572 | cpp | const ll mx =2e5 + 10, mxw = 18;
ll sparseTable[mx][mxw];
void build(vector<ll>&v1){
FOR1(i,v1.size()-1 )sparseTable[i][0] = v1[i];
for(int j=1;(1<<j)<v1.size(); j++ ){
for(int i=1; i + (1<<j) <=v1.size();i++){
int mid = j-1;
sparseTable[i][j] =GCD(sparseTable[i][mid], spars... | [
"code2107@users.noreply.github.com"
] | code2107@users.noreply.github.com |
f17c2c20da322cadd7f7c522f898a6510aa9d0bc | 0c7d2c943a1805d4d603745ce1cdfb3d5e81256c | /Merge-Sort-Tree.cpp | 87ae52ad1c16f52009577c31559d457447df4f8a | [] | no_license | MohdImran001/cpp-templates | 52e914f80beb3bc206d9d453d264d8b2467148ab | 8f36007030c199915426e9389e2036b506df9d62 | refs/heads/main | 2023-01-07T21:39:35.701433 | 2020-11-10T15:19:40 | 2020-11-10T15:19:40 | 301,649,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,616 | cpp | v<int> merge(v<int> &v1, v<int> &v2)
{
int i = 0, j = 0;
// Final vector to return
// after merging
v<int> v;
// Loop continues until it reaches
// the end of one of the vectors
while (i < v1.size() && j < v2.size())
{
if (v1[i] <= v2[j])
{
v.push_back(v1[i]... | [
"noreply@github.com"
] | MohdImran001.noreply@github.com |
567c8bf70d3dcd1f65d6c040fdfe10045c0fb293 | fd9e257f3616aa0e617e1fc93c75d7f887ea88b1 | /zlib_wrapper.cpp | 37d5d99c01e29883f5c8fe9448d425b441bfc5e0 | [] | no_license | SDeans0/smithlab_cpp | 255af19f0e419370f12d8bcba4c7248da172af1f | 4eb53d9a8c3962d1e5d87a04c175be25ea6310a5 | refs/heads/master | 2023-02-21T13:01:22.265619 | 2021-01-21T04:18:30 | 2021-01-21T04:18:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,575 | cpp | /* Copyright (C) 2019 Meng Zhou and Andrew D. Smith
*
* Author: Meng Zhou and Andrew D. Smith
*
* This 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 opti... | [
"andrewds@usc.edu"
] | andrewds@usc.edu |
d102e747baf225b2e59fba1f6545263b9741fed9 | d47a8683d75cd28e544321245d6b105214a4a443 | /Arduino/IOT_CERRADURA/IOT_CERRADURA.ino | 3f551ef53259e66d820bf0f18e9d1affb51e9a4c | [] | no_license | ffelipev2/Proyectos | 01871dfad259f326dde61011bd472591310e7c98 | 20f2b54f8cd32ffa25ef0407496e31c5b4e60944 | refs/heads/master | 2022-09-04T15:44:50.316068 | 2022-08-24T00:50:50 | 2022-08-24T00:50:50 | 149,548,406 | 0 | 0 | null | 2020-07-19T17:07:43 | 2018-09-20T03:52:49 | HTML | UTF-8 | C++ | false | false | 3,958 | ino | #include "FirebaseESP8266.h"
#include <ESP8266WiFi.h>
#include <Servo.h>
//............................ ESP 32 ..................................
//#include <WiFi.h>
//#include <FirebaseESP32.h>
#define FIREBASE_HOST "proyectosmakeit-400fc-default-rtdb.firebaseio.com" //Sin http:// o https://
#define FIREBASE_A... | [
"ffelipev2@gmail.com"
] | ffelipev2@gmail.com |
c568bee9f787d02a9d91924a60081e586ebeefec | 3149e2e17725eaf95b25e67274e0c7356d2bea0d | /src/qt/pivx.cpp | c56209a2f290aeae7043d0dde8680e97c7b36f25 | [
"MIT"
] | permissive | Samsufi/GAL | 89642a83dba1f4b1c78b14efd471a7d0bf0b9348 | d64c4faac60d073d3e86c87ceedf3058dfade6cc | refs/heads/master | 2020-03-18T18:06:00.291246 | 2018-05-27T18:56:08 | 2018-05-27T18:56:08 | 135,071,466 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,755 | cpp | // Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2018 The GALR developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#incl... | [
"samuel.ly99@gmail.com"
] | samuel.ly99@gmail.com |
702c6baf051ec9fb04569edd8f57bd4687ea3e5f | e8f641beef43d12a6bf2049076a51f48dd59f1be | /Estudiante.h | 6ef7653776d693403d0f1f6bbd8d97440909fe61 | [] | no_license | Ldrago25/Herencia-con-char | 68701799f10a64e5410793812fd9ac3f59f2d373 | 4c3a670fb9716172a000a18740dcda2fdc046597 | refs/heads/master | 2020-03-16T16:53:31.643013 | 2018-05-09T20:18:21 | 2018-05-09T20:18:21 | 132,808,403 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 360 | h | #ifndef ESTUDIANTE_H
#define ESTUDIANTE_H
#include "Persona.h"
class Estudiante : public Persona
{
public:
char carrera[50];
int indice;
Estudiante(char carrera[],int indice, char n[],int cedula, int edad);
Estudiante();
~Estudiante();
void cargar();
void imprimir();
void setC(char carrera[]);
c... | [
"brandon.vargas@unet.edu.ve"
] | brandon.vargas@unet.edu.ve |
5488b1dc1365bc965dbbea2d8f23db3c98bf8a99 | 9e7d935d7063cbc4e3dde406804452a0f215ba08 | /PID_v2.cpp | 42a4ca0a11d3aef629a97899ce42f58d5eaff02c | [
"MIT"
] | permissive | bradykieffer/syde362 | a885c8982372a45b179d6adb6e34e8d22cb1f248 | e7f869c43327469400a41d964073534868987ed6 | refs/heads/master | 2021-06-13T22:33:08.798035 | 2017-03-26T20:19:52 | 2017-03-26T20:19:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,974 | cpp | /**********************************************************************************************
* Arduino PID Library - Version 1.1.1
* by Brett Beauregard <br3ttb@gmail.com> brettbeauregard.com
*
* This Library is licensed under a GPLv3 License
*********************************************************************... | [
"bradykieffer@gmail.com"
] | bradykieffer@gmail.com |
c4cbc5b6183841522f8657e1f7e31078211ffb76 | b0acd23046e2d4fb2facdb4b37d7b464547108dc | /Algorithms/Sort/Count_Sort/CountSort.cpp | 3ae660b552568d93417dc0db046ea714de996c1b | [
"MIT"
] | permissive | AliOsm/ADT | 6e352c97440e0ab7be26cea30f7589d1ab361ef4 | 1d9ff3a18e7009a48254173392b31ae9b3c17397 | refs/heads/master | 2021-06-03T06:03:48.049449 | 2020-02-14T01:18:19 | 2020-02-14T01:18:19 | 110,666,418 | 4 | 4 | MIT | 2018-04-07T11:54:21 | 2017-11-14T09:05:36 | C++ | UTF-8 | C++ | false | false | 468 | cpp | #include <iostream>
#include <string>
using namespace std;
void CountSort(string &s){
int len = (int)s.size();
string out;
out.resize(len);
int count[255 + 1] = {0};
for(int i = 0 ; i < len ; ++i)
++count[ s[i] ];
for(int i = 1 ; i <= 255 ; ++i)
count[i] += count[i - 1];
for(int i = 0 ; i < len ; +... | [
"mohammadomari852@hotmail.com"
] | mohammadomari852@hotmail.com |
2ab2134c8c7769ef20090c8f7c425a82c934ead0 | 8c8820fb84dea70d31c1e31dd57d295bd08dd644 | /CoreUObject/Private/UObject/PropertyWeakObjectPtr.cpp | 5591fea7b5ad470a39293f08eb8f97703afaafd3 | [] | no_license | redisread/UE-Runtime | e1a56df95a4591e12c0fd0e884ac6e54f69d0a57 | 48b9e72b1ad04458039c6ddeb7578e4fc68a7bac | refs/heads/master | 2022-11-15T08:30:24.570998 | 2020-06-20T06:37:55 | 2020-06-20T06:37:55 | 274,085,558 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,260 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/UnrealType.h"
/*-----------------------------------------------------------------------------
FWeakObjectProperty.
--------------------------------------------------------------------------... | [
"wujiahong19981022@outlook.com"
] | wujiahong19981022@outlook.com |
9fc435b10c8017249a2fa5dc16f5b9c41f7596ce | 03b39218d1990c99e9bf464f0e6f727373bef14f | /e2.cpp | 6fbe54f970c20ae13cc93f31d295a01504c23cda | [] | no_license | RishiRajKhanna2001/Cpp-Code | 1e052cd62066129a60a668e962600d2321d4a2f0 | d5d7c41bfe51be0794f6255ac10fd1455473575f | refs/heads/master | 2023-08-15T04:17:20.969616 | 2021-09-29T12:54:29 | 2021-09-29T12:54:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 486 | cpp | #include<iostream>
#include<stack>
using namespace std;
void reverse(string s)
{
stack<string> st;
for(int i=0;i<s.length();i++)
{
string word="";
while(s[i]!=' ' && i<s.length())
{
word+=s[i];
i++;
}
st.push(word);
}
while (!st.emp... | [
"khannarishiraj060@gmail.com"
] | khannarishiraj060@gmail.com |
0442454a9e45a93261e6999ea1cdd015d7a48abe | 3ba1c246e6c82053b84a4c050280d7314e6c7a1a | /review/delta.webrev/webrev/raw_files/old/src/hotspot/share/memory/metaspace/metaspaceSizesSnapshot.hpp | 532bf6812267e5b48a92c354debf4c971662760f | [] | no_license | tstuefe/jep387 | a0686b735bf7bb2387551b5611a6769059a4b842 | 996625e564b25913df7b15fa016c8be4f896fd9f | refs/heads/master | 2023-04-03T13:37:13.321249 | 2021-03-24T05:49:10 | 2021-04-12T13:44:55 | 173,600,264 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,961 | hpp | /*
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, Twitter, Inc.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 onl... | [
"thomas.stuefe@gmail.com"
] | thomas.stuefe@gmail.com |
c1327cbac2170f2e4e18d0877620d59aed1419f8 | 018eac278e23bf4611b1b5d4aa0ac106dff8238b | /problem/搜索/dfs/hdu 4876 ZCC loves cards(暴力+剪枝).cpp | 7ad07f757194efafca2c9fa994fdeb1bbbeb1ec4 | [] | no_license | qian99/acm | 250294b153455913442d13bb5caed1a82cd0b9e3 | 4f88f34cbd6ee33476eceeeec47974c1fe2748d8 | refs/heads/master | 2021-01-11T17:38:56.835301 | 2017-01-23T15:00:46 | 2017-01-23T15:00:47 | 79,812,471 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,866 | cpp | #include<iostream>
#include<cstdio>
#include<cstring>
#include<string>
#include<algorithm>
#include<map>
#include<queue>
#include<stack>
#include<set>
#include<cmath>
#include<vector>
#define inf 0x3f3f3f3f
#define Inf 0x3FFFFFFFFFFFFFFFLL
#define eps 1e-9
#define pi acos(-1.0)
using namespace std;
type... | [
"123u@loyings-public-folder.local"
] | 123u@loyings-public-folder.local |
66c3a000cec1fea4df0f2336e7362f41243f8cf3 | f448b327ed4172397913e507ca29dfbdabb58993 | /src/qt/test/uritests.cpp | 5772e75eb52611391e55daf70c807fd0508f9b41 | [
"MIT"
] | permissive | ScrivNetwork/scriv | cb0f1ea0b6f8885c8d21de817899da0ad00b32f4 | 8ef7535140f2f71754cc87ac85f76b607eacaa34 | refs/heads/master | 2023-07-11T09:02:54.327557 | 2023-06-30T09:34:29 | 2023-06-30T09:34:29 | 124,552,777 | 8 | 12 | null | null | null | null | UTF-8 | C++ | false | false | 4,267 | cpp | // Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "uritests.h"
#include "guiutil.h"
#include "walletmodel.h"
#include <QUrl>
void URITests::uriTests()
{
SendCo... | [
""
] | |
60f4dc4c7d993ab339cd345fa0411f46e085bd4c | 0d8fec925f144e1133607dd07b3b36e803c81926 | /Project1/Project1/Array.cpp | 4d648bd7da8cd2ec0bd02d7df15083417d6bd0e9 | [] | no_license | Xydrel/UdemyDataAndAlg | d771746161938af0b857d15d7255aa44f6ef5249 | 3cdb9e8b0bc0b29b170d122cf24e8af83fe8925a | refs/heads/master | 2022-12-15T09:41:57.437211 | 2020-09-09T22:43:38 | 2020-09-09T22:43:38 | 198,282,160 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,352 | cpp | #pragma once
//Includes---------------------------------------------------------------------
#include "Array.h"
//Implementation--------------------------------------------------------
template<typename T>
inline Array<T>::Array(size_t len) :
_container(std::vector<T>()),
_maxSize(len)
{
_container.reserv... | [
"jasonh78@gmail.com"
] | jasonh78@gmail.com |
807e5ad275df9017405b84902cc82b050c12d9f5 | e47e2263ca0b60d0c8327f74b4d4078deadea430 | /tess-two/jni/com_googlecode_tesseract_android/src/ccutil/serialis.cpp | d1eed584654e5f6b96ba8018c89c236f474d64ec | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | rmtheis/tess-two | 43ed1bdcceee88df696efdee7c3965572ff2121f | ab4cab1bd9794aacb74162aff339daa921a68c3f | refs/heads/master | 2023-03-10T08:27:42.539055 | 2022-03-17T11:21:24 | 2022-03-17T11:21:24 | 2,581,357 | 3,632 | 1,331 | Apache-2.0 | 2019-10-20T00:51:50 | 2011-10-15T11:14:00 | C | UTF-8 | C++ | false | false | 4,144 | cpp | /**********************************************************************
* File: serialis.h (Formerly serialmac.h)
* Description: Inline routines and macros for serialisation functions
* Author: Phil Cheatle
* Created: Tue Oct 08 08:33:12 BST 1991
*
* (C) Copyright 1990, Hewlett-Packard Ltd.
** L... | [
"robert.m.theis@gmail.com"
] | robert.m.theis@gmail.com |
0ff05f2fd392fa21ded88d5317be74199839697c | 619d0ec59b7f8fcbada5a6c830eb5325ea1043be | /[66]加一.cpp | bea9c771533f42cd5aed037ad4773b4baf7de42b | [] | no_license | twn29004/leetcode | e47fbb90ec20f49873616591ea32367153cac6f1 | 1e8f0bf268d021a91cc6178fd6a747647702f6c3 | refs/heads/master | 2021-03-23T16:55:53.167588 | 2020-09-07T02:56:03 | 2020-09-07T02:56:03 | 247,470,146 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,143 | cpp | //给定一个由整数组成的非空数组所表示的非负整数,在该数的基础上加一。
//
// 最高位数字存放在数组的首位, 数组中每个元素只存储单个数字。
//
// 你可以假设除了整数 0 之外,这个整数不会以零开头。
//
// 示例 1:
//
// 输入: [1,2,3]
//输出: [1,2,4]
//解释: 输入数组表示数字 123。
//
//
// 示例 2:
//
// 输入: [4,3,2,1]
//输出: [4,3,2,2]
//解释: 输入数组表示数字 4321。
//
// Related Topics 数组
//leetcode submit region begin(Prohibit modif... | [
"61139022+twn29004@users.noreply.github.com"
] | 61139022+twn29004@users.noreply.github.com |
516dd74e4947520593701c32fa0e03d082a75014 | 315890f9c5c9431c4226843a8d7aedca24c8aa97 | /stk/include/Messager.h | 161d27516ebeb383f7f697564e229c5b9933b265 | [] | no_license | erwincoumans/StkDekrispatorSynthesizer | c75bbe6700c863faf6c6cda4782bdc5063aa1df2 | 08397236e0692c0ed8e02ba77994cae2579fe9c2 | refs/heads/master | 2020-12-29T02:32:29.598096 | 2020-08-23T18:57:21 | 2020-08-23T18:57:21 | 47,980,047 | 27 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 5,845 | h | #ifndef STK_MESSAGER_H
#define STK_MESSAGER_H
#include "Stk.h"
#include "Skini.h"
#include <queue>
#if defined(__STK_REALTIME__)
#include "Mutex.h"
#include "Thread.h"
#include "TcpServer.h"
#include "RtMidi.h"
#endif // __STK_REALTIME__
namespace stk {
/***************************************************/
/*! \c... | [
"erwin.coumans@gmail.com"
] | erwin.coumans@gmail.com |
d3b4acb6ba9938c0067555022ed356e76672cccf | 53d3217e7ad52b4f7861d77c1aa40f883b453b59 | /Numerical Method/lab3/definite_integration.cpp | 04567b37ce658dd0399b19e4c29bbc1f42714c90 | [] | no_license | LazyTigerLi/Undergraduate_Programs | 0ba1af89294930c17d20ce6aeceabc9a25bd10ac | 109e9f40897532e91c8ecad7942fd6a982381050 | refs/heads/master | 2020-04-29T14:47:57.747961 | 2019-07-02T18:46:56 | 2019-07-02T18:46:56 | 176,207,897 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,364 | cpp | #include <iostream>
#include <cmath>
#include <iomanip>
#include <vector>
long double trapeziumIntegrate(long double h,std::vector<long double> point) //参数为小区间长度、积分节点
{
long double t = 0;
for(int i = 1; i < point.size() - 1; i++)
t += point[i];
t += 0.5 * (point[0] + point[point.size() - 1]);
... | [
"ln2016@mail.ustc.edu.cn"
] | ln2016@mail.ustc.edu.cn |
1136fefe0d6f09c7207370407dd72763cfd4c1ca | 027f195bd3e1ca17445109b735fff44b95d9c551 | /src/compat/glibc_compat.cpp | 28a336bf075be826bd9c8824423600e77e5a00af | [
"MIT"
] | permissive | pmaccamp/ALQO | 77614f930bab429d0ccb30f4453dfe8bbe41203d | 42228328a48281814cbe8994ed2a7ef2008c3987 | refs/heads/master | 2020-03-12T03:14:53.200384 | 2018-04-20T22:52:38 | 2018-04-20T22:52:38 | 130,420,511 | 0 | 0 | MIT | 2018-04-20T22:50:19 | 2018-04-20T22:50:18 | null | UTF-8 | C++ | false | false | 829 | cpp | // Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include "config/alqo-config.h"
#endif
#include <cstddef>
#if defined(HAVE_SYS_SELECT_H)
#include <sy... | [
"root@alqo.org"
] | root@alqo.org |
a56ab1073eacc62a0898e7dd1e67cbf80524ef0a | c4d22865035d7be8e0d17776b916cc88c1366e7d | /euler_totient_function.cpp | 1ccac49bee642d372458d2cf3dec761d9b92068f | [] | no_license | ahsankamal/Network-Security-BasicAlgo | 759b4f3e802ad15d0b3c3cf6e33650db891bacc3 | 692d32448100a790771912a5c62ff6f6e8d05eb9 | refs/heads/master | 2016-09-13T00:09:25.580372 | 2016-05-17T21:35:06 | 2016-05-17T21:35:06 | 59,060,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 728 | cpp | #include<bits/stdc++.h>
using namespace std;
/*
properties
phi(primeNo)=primeNo-1
phi(m*n)=phi(m)*phi(n) if gcd(m,n)=1
for large nos use:
phi(n) = (p1^e1 - p1^e1-1)*(p2^e2 - p2^e2-1).....
240 = 2^4 * 3^1 * 5^1
phi(240)=(2^4 - 2^3)*(3^1 - 3^0)*(5^1 - 5^0)
=64
*/
int gcd(int a, int b)
{
if(b==0)
return a;
else
... | [
"ahsankamal60@gmail.com"
] | ahsankamal60@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.