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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8c849ff4d0aefbdab49774622365c8f09e1321f5 | e23ce3b3d3f471e15b2af697463adcc7f80d5140 | /concepts/dutchNationalFlagAlgorithm.cpp | 7f91c57e56b8afff77c178c1ef11b3ba51aa1804 | [] | no_license | sirraghavgupta/cpp-data-structures-and-algorithms | 27a6620f5ab306186017b9ff5c14e378c18d5ce7 | 6a4c18b79eaa6c406414fd2b94a54403110993f8 | refs/heads/master | 2020-05-16T16:34:27.702583 | 2019-11-30T14:52:36 | 2019-11-30T14:52:36 | 183,165,972 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 982 | cpp | /*##############################################################################
AUTHOR : RAGHAV GUPTA
DATE : 13 june 2019
AIM : to sort an array containing only 0,1,2s in linear time
expected time complexity is constant
dont build the frequency array - counting sort X X X X
STATUS : !!! success !!!
########... | [
"raghav.mhc@gmail.com"
] | raghav.mhc@gmail.com |
710d6fcd39dc50fd9e8c34a2e66eee41380c0cfd | 657ebf2ff96c18b90bd8fe52b40a75a658fa8587 | /json_setting/my_template/version_1/{__name__.cpp}.cpp | 90193759469d93ab964bd7c9da34855f565c32a4 | [] | no_license | yapinxxx/VSCode | 1a31c147a2229a4388cfd1e000e3dbcbaf84e4ba | e6830bb873eed314394f625fd41f99e536bb4f26 | refs/heads/master | 2022-11-29T08:21:45.932623 | 2020-08-10T13:47:48 | 2020-08-10T13:47:48 | 269,321,479 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 91 | cpp | #include <iostream>
using namespace std;
int main()
{
cin.get();
return 0;
} | [
"yapin.style@gmail.com"
] | yapin.style@gmail.com |
635b6445f2eab3926291a5d570d4a14d93005d88 | 6697cd726d4cd3744ae52a7d5618f4ad107befba | /CP/1500/gen.cpp | 86e611228170311beea7f7f9433072050547c004 | [] | no_license | Saifu0/Competitive-Programming | 4385777115d5d83ba5140324c309db1e6c16f4af | ecc1c05f1a85636c57f7f6609dd6a002f220c0b0 | refs/heads/master | 2022-12-15T09:11:53.907652 | 2020-09-08T08:20:44 | 2020-09-08T08:20:44 | 293,743,953 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,638 | cpp | #include<bits/stdc++.h>
using namespace std;
mt19937 rng(chrono::steady_clock::now().time_since_epoch().count());
int rand(int l, int r){
uniform_int_distribution<int> uid(l, r);
return uid(rng);
}
// Random n numbers between l and r
void num(int l, int r, int n) {
for (int i = 0; i < n; ++i)
{
... | [
"43892879+Saifu0@users.noreply.github.com"
] | 43892879+Saifu0@users.noreply.github.com |
e4d4c2417ca9d53b653219ff7f17491bcc3951cd | f2cfa4ea8d0ec66eb722fba47b13181ac003f228 | /GameServer/Unit.cpp | 2be5298404c47fa50fd8457fab3a3e26361bb794 | [] | no_license | Mortgy/KODevelopers-1534 | a2b0cbfbd706245b8f486568d9f2ff65385c05a2 | cd3c07dd310baee59702c78ca165c177464ec161 | refs/heads/master | 2021-05-22T18:30:24.818341 | 2017-12-09T05:58:19 | 2017-12-09T05:58:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,615 | cpp | #include "stdafx.h"
#include "Map.h"
#ifdef GAMESERVER
# include "GameServerDlg.h"
# include "MagicInstance.h"
#else
# include "../AIServer/ServerDlg.h"
# include "../AIServer/Npc.h"
# include "../AIServer/User.h"
#endif
#include <cfloat>
Unit::Unit(UnitType unitType)
: m_pMap(nullptr), m_pRegion(nullptr), m_sRegi... | [
"staticforcepowerdev@gmail.com"
] | staticforcepowerdev@gmail.com |
1126d6ecfd1b7441addafb1ec15008eff933f02e | 2639807d92c8ecd54b6e135660752a922a1b6e10 | /branches/shader/Fog/Core/Arch/Atomic_msc_intrin.h | fe3c30a1eb0873e1cb943e0b94be79b38bd18453 | [
"LicenseRef-scancode-boost-original",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause",
"MIT",
"X11",
"HPND"
] | permissive | prepare/fog | b9fe3e5d409790ad49760901787d29a9a9195eed | a554c3dd422ee34130be9c5edfb521ec940ef139 | refs/heads/master | 2020-07-18T11:33:23.604140 | 2016-11-16T13:06:53 | 2016-11-16T13:06:53 | 73,920,391 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,231 | h | // [Fog-Core Library - Public API]
//
// [License]
// MIT, See COPYING file in package
// [Dependencies]
#include <Fog/Core/Build.h>
// [Guard]
#if !defined(FOG_IDE) && !defined(_FOG_CORE_ATOMIC_H)
#error "Fog::Atomic::MSC_INTRIN - Only Fog/Core/Atomic.h can include this file."
#else
// Always use compiler intrinsic... | [
"wintercoredev@gmail.com"
] | wintercoredev@gmail.com |
a0fb277a1dd57812fff5cbd1484c6704e7a49b9c | b182cc5a851a788f9d422169890b8403244f084a | /Rata rata nilai.cpp | 8496117438676fe76e2b4f1a39e612ccfa9331fd | [] | no_license | riskaoctavia/RiskaOctaviaArianto_059_Tugas2 | ad8bc28f10bcb99259a6332414e1e20f17a71dff | 1ba9a55b2212af438358aa4861f59a8ee4e43724 | refs/heads/main | 2023-08-14T07:01:19.513726 | 2021-09-22T08:20:21 | 2021-09-22T08:20:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 738 | cpp | /* Menghitung Nilai Rata-rata Mata Kuliah */
#include <iostream>
#include <conio.h>
#include <math.h>
using namespace std;
int main(void)
{
//rata-rata nilai
char nama [30];
cout<<"Nilai Rata-rata Mata Kuliah \n";
float nilai_praktikum, nilai_teori, nilai_tugas_dan_final_project;
cout<<"Program ... | [
"noreply@github.com"
] | riskaoctavia.noreply@github.com |
0b822de5076ed59f9ada3ce067a199bc838224cf | 246a16842feb7633edbe6291ff36b4c93edbb3c7 | /opengl-first/common/camera3.cpp | 30d7ecbb56a59a424bd75aa5c9eee1cf901d45b9 | [] | no_license | curtkim/c-first | 2c223949912c708734648cf29f98778249f79346 | f6fa50108ab7c032b74199561698cef087405c37 | refs/heads/master | 2023-06-08T10:57:35.159250 | 2023-05-28T05:52:20 | 2023-05-28T05:52:20 | 213,894,731 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,020 | cpp | #include "camera3.hpp"
#include <GLFW/glfw3.h>
#include <Eigen/Geometry>
using namespace std;
template<typename Scalar>
Eigen::Matrix<Scalar,4,4> perspective(Scalar fovy, Scalar aspect, Scalar zNear, Scalar zFar){
Eigen::Transform<Scalar,3,Eigen::Projective> tr;
tr.matrix().setZero();
assert(aspect > 0);... | [
"curt.k@kakaomobility.com"
] | curt.k@kakaomobility.com |
4953147a7cd4fed7322e9f1be11d61d0b98e4bfa | cd470ad61c4dbbd37ff004785fd6d75980987fe9 | /Codeforces/1195/B/std.cpp | dc73e0646a984ae44f4e0b58a386d991f9608065 | [] | no_license | AutumnKite/Codes | d67c3770687f3d68f17a06775c79285edc59a96d | 31b7fc457bf8858424172bc3580389badab62269 | refs/heads/master | 2023-02-17T21:33:04.604104 | 2023-02-17T05:38:57 | 2023-02-17T05:38:57 | 202,944,952 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 260 | cpp | #include <bits/stdc++.h>
int n, k;
int main() {
std::ios_base::sync_with_stdio(false);
std::cin.tie(0);
std::cin >> n >> k;
for (int i = 0; i <= n; ++i) {
if (1ll * i * (i + 1) / 2 - (n - i) == k) {
std::cout << n - i << "\n";
return 0;
}
}
} | [
"1790397194@qq.com"
] | 1790397194@qq.com |
06d28ea7b4c1098b11cb2eb2df9767c8cded4b7d | 19d1c24484c1771c0be7cdef45f3342a6889a4cb | /nnforge/network_trainer_sgd.cpp | 4671d206437b827c1246bb7c7e5b72c4e6403aaf | [
"Apache-2.0"
] | permissive | dreadlord1984/nnForge | 06bc261fa9d9d58c45aafdbf3f7026990809c288 | b4c795ab6ddf3ce9dfe8a628dd1ad33dd19dee9b | refs/heads/master | 2021-01-18T13:40:21.646717 | 2014-08-06T18:23:53 | 2014-08-06T18:23:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,506 | cpp | /*
* Copyright 2011-2014 Maxim Milakov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"maxim.milakov@gmail.com"
] | maxim.milakov@gmail.com |
dbba372e283d747c9606d32fde09a178c1be4ba1 | 49043e84564baa99cf10e5a9cdec85021b1760e8 | /include/wifi-telemetry/wpa/wpa_event_disconnected.hpp | f9c3710d8a259efe99a225eaf9dd91598ace53da | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | microsoft/wifi-telemetry | 235b77344528e5f4f7c61dd02e9c54a471918bb8 | 52cf172797d480b0a92696448756e8a3125e8a2f | refs/heads/main | 2023-05-15T11:25:57.744257 | 2021-06-11T18:33:00 | 2021-06-11T18:33:00 | 368,251,675 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 551 | hpp |
#ifndef __WPA_EVENT_DISCONNECTED_HPP__
#define __WPA_EVENT_DISCONNECTED_HPP__
#include <array>
#include <cinttypes>
#include "wifi-telemetry/wifi/wifi_80211.hpp"
#include "wifi-telemetry/wpa/wpa_event.hpp"
struct WpaEventDisconnected : public WpaEvent
{
WpaEventDisconnected(const wifi_80211_mac& bssid_, WifiDea... | [
"anbeltra@microsoft.com"
] | anbeltra@microsoft.com |
07098b4b168e50c19c07b2b2917c8648bff62df0 | 3f5945204403bff6dcfc1b16d536097fee7dff93 | /mutex.cpp | 7dec1022285eff15f35d3b25d48da371c7d8bab0 | [] | no_license | chadatgcu/threading | 646a6673b43abd8019df65b646dcc95db87370e8 | 1500d0ff5b7a78bdb0cf395bd41d014fc1354440 | refs/heads/master | 2020-05-30T12:56:25.324390 | 2019-06-01T15:43:31 | 2019-06-01T15:43:31 | 189,748,663 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,356 | cpp | // Chad Weirick
// CST-221
// This is a sample of a monitor process
// This will simulate bank transactions
#include <thread>
#include <string>
#include <mutex>
#include <string.h>
#include <cstdio>
#include <iostream>
#include <iomanip>
using namespace std;
std::mutex balanceMutex;
float balance = 1000.00;
void sha... | [
"chad@chadandstephanieweirick.com"
] | chad@chadandstephanieweirick.com |
7f409d38153d16d3ce93aece1c49410c5fdb8b23 | c0c44b30d6a9fd5896fd3dce703c98764c0c447f | /cpp/Targets/CommonLib/S60/src/WFTextUtil.cpp | ce008a028f7978a9eb363b36ba77e9259c94bd03 | [
"BSD-3-Clause"
] | permissive | wayfinder/Wayfinder-CppCore-v2 | 59d703b3a9fdf4a67f9b75fbbf4474933aeda7bf | f1d41905bf7523351bc0a1a6b08d04b06c533bd4 | refs/heads/master | 2020-05-19T15:54:41.035880 | 2010-06-29T11:56:03 | 2010-06-29T11:56:03 | 744,294 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,691 | cpp | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of co... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | hlars@sema-ovpn-morpheus.itinerary.com |
cc8129933518461bc8b6d076477d82a7e4a696e5 | ddbdbc0ce681558fac8d0fad3a5b346bdb8db561 | /libParameter/RegardsConfigParam.h | 27b5623373b3a797d53dcb8c40a864bec9094eda | [] | no_license | Trisoil/Regards | 9488f4ee31784490e06a24a136a76a45a09910f9 | 3eda6669f4d1a2043f631f747a6c36fa644c590d | refs/heads/master | 2020-05-07T11:57:03.681785 | 2019-04-09T16:41:14 | 2019-04-09T16:41:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,490 | h | #pragma once
#include "ConfigParam.h"
#include <iostream>
#include <fstream>
using namespace rapidxml;
class CRegardsConfigParam : public CConfigParam
{
public:
CRegardsConfigParam();
~CRegardsConfigParam();
int GetPreviewLibrary();
void SetPreviewLibrary(const int &numLib);
bool GetDatabas... | [
"jfiguinha@hotmail.fr"
] | jfiguinha@hotmail.fr |
9b6e807cf29ad17fdbd3aa7783b342195a49fc54 | 2f05d3dec54f3d72bd8405b1bf34d7b73cb0bf03 | /code/exp-4-lmn/ns.cpp | c2b57e945b1ff78eb438b9a0e063959989cc409a | [] | no_license | anirudhakulkarni/Parallel-MCMF-at-IISc-Research | 3ee6c61c190b95c7effcc7256ba76c87de29563c | ac1f794df529f2f1d002f79ae2c0d26f757e2f1a | refs/heads/master | 2023-06-17T12:25:17.610142 | 2021-07-10T11:05:42 | 2021-07-10T11:05:42 | 368,953,615 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,818 | cpp | #include <iostream>
#include <vector>
#include <chrono>
#include <string>
#include <tuple>
#include <lemon/smart_graph.h>
#include <lemon/network_simplex.h>
using namespace lemon;
using namespace std;
#define ln "\n"
#define out1(x1) cout << x1 << ln
#define out2(x1, x2) cout << x1 << " " << x2 << ln
#define out3(x1, ... | [
"kulkarnianirudha8@gmail.com"
] | kulkarnianirudha8@gmail.com |
b61b78bf1e1e1b851d3c8ec85ef27fe97e8a99f3 | d60fa37053a864b3d2e46c2d1b3d72b899743da9 | /RecoLocalTracker/SiPixelClusterizer/test/TestWithTracks.cc | 15162151df3f55c6036f72a967fb29d31b0c3d33 | [] | no_license | ikrav/cmssw | ba4528655cc67ac8c549d24ec4a004f6d86c8a92 | d94717c9bfaecffb9ae0b401b6f8351e3dc3432d | refs/heads/CMSSW_7_2_X | 2020-04-05T23:37:55.903032 | 2014-08-15T07:56:46 | 2014-08-15T07:56:46 | 22,983,843 | 2 | 1 | null | 2016-12-06T20:56:42 | 2014-08-15T08:43:31 | null | UTF-8 | C++ | false | false | 56,040 | cc | // File: ReadPixClusters.cc
// Description: TO test the pixel clusters with tracks (full)
// Author: Danek Kotlinski
// Creation Date: Initial version. 3/06
//
//--------------------------------------------
#include <memory>
#include <string>
#include <iostream>
#include "DataFormats/Common/interface/Handle.h"
#incl... | [
"danek.kotlinski@psi.ch"
] | danek.kotlinski@psi.ch |
68b44432bb0db75f7a7a17767cf55b96f6f0c111 | d8c91260984fbe182066c47e2b5f05586bba8f04 | /KSRUtility/Member.h | 7284345d932e4830a195086b1f8af0e823ac219e | [] | no_license | Sebastian-Hothaza/KSRUtility | f022f7b622eeec6c9caa7228331d7d936048ee0f | cc1b98e444ecaea570ad947a0a94ea9e3c8122e3 | refs/heads/master | 2020-05-02T14:31:05.344381 | 2019-03-29T00:49:18 | 2019-03-29T00:49:18 | 178,012,888 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 219 | h | #pragma once
#include <string>
class member {
std::string name;
int age;
public:
member(std::string, int) ;
std::string getName();
int getAge();
void setName(std::string);
void setAge(int);
void printMem();
}; | [
"sebastianhothaza@gmail.com"
] | sebastianhothaza@gmail.com |
a895c5eb6bec1153d70cf30ce6fc9a001a90652b | 1e976ee65d326c2d9ed11c3235a9f4e2693557cf | /CommonSources/TransmitterPattern/Transmitter.h | a7656b3abfc3434e8609eb6ac9d03591993fcc53 | [] | no_license | outcast1000/Jaangle | 062c7d8d06e058186cb65bdade68a2ad8d5e7e65 | 18feb537068f1f3be6ecaa8a4b663b917c429e3d | refs/heads/master | 2020-04-08T20:04:56.875651 | 2010-12-25T10:44:38 | 2010-12-25T10:44:38 | 19,334,292 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,349 | h | // /*
// *
// * Copyright (C) 2003-2010 Alexandros Economou
// *
// * This file is part of Jaangle (http://www.jaangle.com)
// *
// * 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 Found... | [
"outcast1000@dc1b949e-fa36-4f9e-8e5c-de004ec35678"
] | outcast1000@dc1b949e-fa36-4f9e-8e5c-de004ec35678 |
aafaefb489abfbfdcac174b6a5a43ee3c44aa215 | b1486a219b350c4533c8e28400de020450f0c975 | /Lab04/QuadHash.cpp | 73b90ea178767b063bb1cd9eaf94a3de45bdd138 | [] | no_license | anhuynh95/EECS_560 | 94e479d6ad80c99e7030e7f5964648a4b649c782 | 758a5d6f197301d85194ae799b1af6a6dc103fc1 | refs/heads/master | 2020-04-18T09:33:48.849122 | 2019-04-16T22:18:29 | 2019-04-16T22:18:29 | 167,438,623 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,804 | cpp | #include "QuadHash.h"
#include <iostream>
using namespace std;
QuadHash::QuadHash(int x)
{
elementNum = 0;
size = x;
bucket = new std::string[size];
isEmpty = new bool[size];
isReversed = new bool[size];
for(int i =0; i<size; i++)
{
bucket[i] = "";
isEmpty[i] = true;
isReversed[i] = false;
}
}
QuadHash:... | [
"arizhuynh211@gmail.com"
] | arizhuynh211@gmail.com |
e404d0d7a0de5b9b7ea847238700e1888011264d | 4f6b26626dc639aea3457b1f7245d3baac6ec750 | /Bibliotecas/Ultrasonic/Ultrasonic.h | fcc00c28fd99e868f0e08c5940e455269dad2f68 | [] | no_license | brunoamenegotto/Sistemas-Embarcados | 828b16463d4789f15693e39c2614b7f1cb89fd4e | ebac0c4b9cde99e8d165b4a46e62fa6d2b2fca72 | refs/heads/master | 2022-12-02T08:28:30.421724 | 2020-07-22T17:35:19 | 2020-07-22T17:35:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,546 | h | /*
* Ultrasonic.h - Library for HC-SR04 Ultrasonic Sensing Module.
*
* With ideas from:
* Created by ITead studio. Alex, Apr 20, 2010.
* iteadstudio.com
*
* SVN Keywords
* ----------------------------------
* $Author: cnobile $
* $Date: 2011-12-07 21:49:14 -0500 (Wed, 07 Dec 2011) $
* $Revision: 38 $
* ... | [
"brunoamenegotto@gmail.com"
] | brunoamenegotto@gmail.com |
282bbc541588807172390c1d12b3fdb32ae1262e | 3c1f20a8b66f35beb37e1137b3ae406d8ff74ba1 | /SENTENCE.HPP | 2998e55726da510d9c6867f4b64fb89f3cb83cb3 | [
"MIT"
] | permissive | Rope-master/NMEA0183 | eba5ea90a833fbaee490de0f1975894e4c295575 | 881d602d3c9140fcb53fd38651cce93167d26100 | refs/heads/master | 2022-05-17T01:49:16.349571 | 2020-04-28T10:41:21 | 2020-04-28T10:41:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,877 | hpp | #if ! defined( SENTENCE_CLASS_HEADER )
#define SENTENCE_CLASS_HEADER
/*
Author: Samuel R. Blackburn
Internet: wfc@pobox.com
"You can get credit for something or get it done, but not both."
Dr. Richard Garwin
The MIT License (MIT)
Copyright (c) 1996-2019 Sam Blackburn
Permission is hereby granted, free of charge, ... | [
"sam_blackburn@pobox.com"
] | sam_blackburn@pobox.com |
bdd94532a729db65e92977ef6f633a42355b1bd9 | dc1dff39e8c714ac9e5202d4d07aa19fea6d7a3a | /CocosGame/MyCocosGame/cocos2d/cocos/ui/UIAbstractCheckButton.cpp | c1078b42be94e830ee8c781152fc91c0bee6bdd6 | [
"Apache-2.0"
] | permissive | djj182/GoogleDemo | 4bd1e12757731cc077da6423ffc4c61cd99c0321 | f734543437b14702b9fb7cfd20cda48500a88b91 | refs/heads/master | 2023-06-08T14:35:47.774505 | 2020-10-14T09:15:57 | 2020-10-14T09:15:57 | 272,388,973 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,452 | cpp | /****************************************************************************
Copyright (c) 2013-2016 Chukong Technologies Inc.
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated d... | [
"junjiedong91@gmail.com"
] | junjiedong91@gmail.com |
5d6e1ef41162b3d1759bf117ac2d734e1bd4764b | e30ab85bde0c8887f4fb519337da95ad4393fe8d | /NewUIHelpWindow.h | 6ec122dafe6f904e974dc0bca949ab6f0be7f6ce | [] | no_license | rodrigolmonteiro/muonline-client-sources | a80a105c2d278cee482b504b167c393d3b05322e | be7f279f0d17bb8ca87455e434edd30b60e5a5fe | refs/heads/master | 2023-06-29T09:45:22.154516 | 2021-08-04T17:10:15 | 2021-08-04T17:10:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,097 | h | // NewUIHelpWindow.h: interface for the CNewUIHelpWindow class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_NEWUIHELPWINDOW_H__9A918DE0_7707_456C_9E5B_89503F1936D1__INCLUDED_)
#define AFX_NEWUIHELPWINDOW_H__9A918DE0_7707_456C_9E5B_89503F1936D1__INCLUDED_
#if _MSC_... | [
"sasha.broslavskiy@gmail.com"
] | sasha.broslavskiy@gmail.com |
d31483bf0b419db094fd8e68d5dd14c5b83c6bb0 | 77912ff0a4187e52048d3668636241ea68004f0c | /AddNum.cpp | f257ffb670e8562846e93cc604dd227a81bdacb4 | [] | no_license | AnikaLimaa/Problem_solving3 | 27d1e68d52afbd9af78fe29b69e8b710256fb7db | 4501ff05611477046d6b139c8f8adac3403d2f75 | refs/heads/master | 2022-12-25T09:25:51.959902 | 2020-09-30T03:11:50 | 2020-09-30T03:11:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 151 | cpp | #include<iostream>
using namespace std;
int fun(int a,int b)
{
int c=a+b;
return c;
}
main()
{
int c=fun(12,4);
cout<<c;
}
| [
"noreply@github.com"
] | AnikaLimaa.noreply@github.com |
de0f9202a769ece811cd64f57107199c00af49b3 | 5988ea61f0a5b61fef8550601b983b46beba9c5d | /3rd/ACE-5.7.0/ACE_wrappers/apps/JAWS/server/JAWS_IO.cpp | c0855b6f1ddd6d2f8deb2e572f7817a2a270f53c | [
"MIT"
] | permissive | binghuo365/BaseLab | e2fd1278ee149d8819b29feaa97240dec7c8b293 | 2b7720f6173672efd9178e45c3c5a9283257732a | refs/heads/master | 2016-09-15T07:50:48.426709 | 2016-05-04T09:46:51 | 2016-05-04T09:46:51 | 38,291,364 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 14,533 | cpp | // $Id: JAWS_IO.cpp 85430 2009-05-25 11:26:46Z johnnyw $
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_sys_uio.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/Message_Block.h"
#include "ace/Min_Max.h"
#include "ace/SOCK_Stream.h"
#include "ace/Filecache.h"
#include "JAWS_IO.h"
#include "HTTP_Helpers.h"
#includ... | [
"binghuo365@hotmail.com"
] | binghuo365@hotmail.com |
183776115121fd3d9e605d41b9b5dbf3f1688c87 | 8654435d89790e32f8e4c336e91f23250da0acb0 | /bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvhBroadphase.h | 902bd04e1cbb50e2b631b1c89e69f6199398ce73 | [
"Zlib"
] | permissive | takamtd/deepmimic | 226ca68860e5ef206f50d77893dd19af7ac40e46 | b0820fb96ee76b9219bce429fd9b63de103ba40a | refs/heads/main | 2023-05-09T16:48:16.554243 | 2021-06-07T05:04:47 | 2021-06-07T05:04:47 | 373,762,616 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,081 | h | /*
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute ... | [
"m.tym29101998@gmail.com"
] | m.tym29101998@gmail.com |
9121313b14e59ed684c5512590e6233d4a930ee3 | 0c73246fa51b3faa01cc8b9cea5b8cd87e63a00b | /c++/DP Basics Using CPP/Knapsack Recursive.cpp | 9748b90d70dce61cc07cb896edc06b3c96f5a35c | [
"MIT"
] | permissive | Ikshitkate/java-html-5-new-project | 81793a5ba5b4e9e00c05d2ede85a095b63f46559 | 056c1e409fe3422c61c04397ee7b0ab87feff7d1 | refs/heads/main | 2023-08-29T06:05:05.743256 | 2021-10-27T15:07:50 | 2021-10-27T15:07:50 | 421,359,962 | 1 | 2 | MIT | 2021-10-31T13:04:33 | 2021-10-26T09:22:36 | Python | UTF-8 | C++ | false | false | 540 | cpp | #include<bits/stdc++.h>
using namespace std;
int knapsack(int val[], int wt[], int w, int n){
if(n == 0 || w == 0){
return 0;
}
if(wt[n-1] <= w){
return max(val[n-1] + knapsack(val, wt, w - wt[n-1], n-1), knapsack(val, wt, w, n-1));
}
else
{
return knapsack(val, wt, w, n - 1);
}
}
int main... | [
"72209667+dewanshk3255@users.noreply.github.com"
] | 72209667+dewanshk3255@users.noreply.github.com |
e3135863ddaa0a61435839896ba2e0dd290bc7d5 | ce29d99c84fc7a54d7eed578d9360dc266b01ff9 | /335/CF335F.cpp | 1ed764b9cb4454be100657d3ad1243bb57e52a82 | [] | no_license | mruxim/codeforces | a3f8d28029a77ebc247d939adedc1d547bab0225 | 5a214b19a0d09c9152ca5b2ef9ff7e5dcc692c50 | refs/heads/master | 2021-10-26T04:33:42.553698 | 2019-04-10T12:58:21 | 2019-04-10T12:58:21 | 180,573,952 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,064 | cpp | // .... .... .....!
// P..... C.....!
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <cassert>
#include <algorithm>
#include <string>
#include <vector>
#include <set>
#include <map>
#include <queue>
#include <stack>
#include <cmath>
#include <numeric>
#include ... | [
"maleki.mr@gmail.com"
] | maleki.mr@gmail.com |
5eb0c134f5e6a20fcdf60e9a7fdc910c5c74f461 | efb05ad736dc3e735a154ffe1224da0ceb5dc2d1 | /ref_counted.hpp | 52507e84c73f6c92b91bd2f0c111df730abac381 | [
"MIT"
] | permissive | kotbegemot/intrusive_ptr | b17c813c17d64311fa45e173c843c283fc34cee4 | ff07aeac90eb551adfcd4207234d92ecc1010cf3 | refs/heads/master | 2020-03-13T22:11:01.374784 | 2018-09-03T08:09:58 | 2018-09-03T08:09:58 | 131,311,587 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 856 | hpp | #ifndef REF_COUNTED_HPP
#define REF_COUNTED_HPP
#include <atomic>
#include <cstddef>
namespace std {
class ref_counted {
public:
~ref_counted();
ref_counted();
ref_counted(const ref_counted &);
ref_counted &operator=(const ref_counted &);
inline void ref() noexcep... | [
"k0tb9g9m0t@yandex.ru"
] | k0tb9g9m0t@yandex.ru |
89064e42c754bc38f20c67f3c8c6a6d3a2ca048f | e008298a11393d3e2678fb74277f8db7448fc6b1 | /silkopter/brain/autogen/sz_SPI_RPI.hpp | c58aace262958a7ec21a6151f9efc9e190ad1f84 | [
"BSD-3-Clause"
] | permissive | ggggamer/silkopter | e421d1c21d849ed259e100638a7bf5c02b71922b | e82e5bcf5c3b227a9b3440940f2206041311d060 | refs/heads/master | 2021-01-16T22:21:53.705284 | 2015-09-02T16:57:54 | 2015-09-02T16:57:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,658 | hpp | #pragma once
// The MIT License (MIT)
//
// Copyright (c) 2014 Siyuan Ren (netheril96@gmail.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without ... | [
"catalin.vasile@gmail.com"
] | catalin.vasile@gmail.com |
27889ce3a1864aa9ef14acb1865fc99f0b8a4ef9 | 20683c00ba6acdcf0933233156d7a173472c61af | /src/chainparamsbase.cpp | e42155b15c28d52512e437042f6bc5251cf142b1 | [
"MIT"
] | permissive | AddmoreMining2020/Addmore | 1b0576d39d0a6789ee18dc8610d6b037cbd8e909 | f0b0df156959774b6c2ecb518ce8b16a706bfa12 | refs/heads/master | 2021-01-07T18:25:16.546967 | 2020-02-20T03:11:08 | 2020-02-20T03:11:08 | 241,781,590 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,736 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 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 "chainparamsbase.h"
#include "tinyformat.h"
#include "util.h"
#include <ass... | [
"60209727+AddmoreMining2020@users.noreply.github.com"
] | 60209727+AddmoreMining2020@users.noreply.github.com |
289d3fbb8873fdb8545680353f59c4380d466a3e | 13781d36f3a3ae2684e41f47268b3d5c5767881b | /bwi_tasks/src/visit_and_ask_list.cpp | afab2ff67590e35cffadffb63676c082ce02d0ac | [
"LicenseRef-scancode-public-domain"
] | permissive | utexas-bwi/bwi_common | c1da90b2d3b88e4514ccc088d6a783a22a65b0fa | ae037f3fca15951e29e08644a135aac1a2ca456f | refs/heads/master | 2023-07-20T15:05:34.771069 | 2023-07-13T04:54:47 | 2023-07-13T04:54:47 | 14,791,963 | 17 | 43 | NOASSERTION | 2021-07-16T14:30:24 | 2013-11-29T03:26:28 | C++ | UTF-8 | C++ | false | false | 3,709 | cpp |
#include "plan_execution/ExecutePlanAction.h"
#include <plan_execution/UpdateFluents.h>
#include <actionlib/client/simple_action_client.h>
#include <ros/ros.h>
#include <time.h>
typedef actionlib::SimpleActionClient<plan_execution::ExecutePlanAction> Client;
using namespace std;
plan_execution::ExecutePlanGoal n... | [
"jiangyuqian@utexas.edu"
] | jiangyuqian@utexas.edu |
4b1e65563210b0e51083796b6c287a00620cc616 | d514636c43099f00a264da7846fcee5842468429 | /Labs/Numerical/nics/nics.h | 39b51cae364d515b8712e7c90ff927f985ad10c0 | [
"MIT"
] | permissive | jadnohra/jad-pre-2015-dabblings | 92de27c6184a255dfdb4ed9ee2148d4bf71ced1e | 368cbd39c6371b3e48b0c67d9a83fc20eee41346 | refs/heads/master | 2021-07-22T20:07:18.651650 | 2017-11-03T11:31:18 | 2017-11-03T11:31:18 | 109,386,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,864 | h | #ifndef NICS_H
#define NICS_H
#pragma warning( push )
#pragma warning( disable : 4996 )
#pragma warning( disable : 4003 )
#pragma warning( disable : 4291 )
#include "../flann/src/cpp/flann/flann.hpp"
#if 0
//#pragma comment( lib, "../../flann/build/lib/Release/flann_cpp_s")
#else
#pragma comment( lib, ".... | [
"pinkfish@e0e46c49-be69-4f5a-ad62-21024a331aea"
] | pinkfish@e0e46c49-be69-4f5a-ad62-21024a331aea |
d81a31e3285bbed45918782116c53df584e7ba63 | 191460258090bcabe392785948025887696ccd1b | /src/xenia/cpu/test/xe-cpu-hir-test.cc | 6b20a7b4414b77dd8df8ccbc05fec96c65543338 | [] | no_license | DrChat/xenia | 1b81ab13298229cb568c1385774f47792a802767 | 0dc06a7e6fedaa4dd7bbe4e3c34bc288a58f6c49 | refs/heads/master | 2020-04-05T18:29:57.710202 | 2015-05-20T05:31:37 | 2015-05-20T05:31:37 | 34,922,300 | 5 | 5 | null | 2015-05-01T20:21:14 | 2015-05-01T20:21:14 | null | UTF-8 | C++ | false | false | 1,546 | cc | /**
******************************************************************************
* Xenia : Xbox 360 Emulator Research Project *
******************************************************************************
* Copyright 2014 Ben Vanik. All rights reserved. ... | [
"ben.vanik@gmail.com"
] | ben.vanik@gmail.com |
795be5d2bc0c143a17077998af971b8fcc7cca17 | 0debcc39799a78bfab203d2080b25f9d599cf1dc | /Source/ServerSettings/mainwindow.h | 588cca7ed20f72b80b7b48bfd463065261afef07 | [] | no_license | FanKaiyu369745966/BatteryCabinet | 946c6ac6f78150c1ecf50cccaa77da3a48654af4 | db1157b2796aba8a5faf90d30751ca737929dcf2 | refs/heads/master | 2020-12-10T02:41:24.117105 | 2020-01-14T01:03:32 | 2020-01-14T01:03:32 | 233,484,279 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 215 | h | #pragma once
#include <QMainWindow>
#include "ui_mainwindow.h"
class mainwindow : public QMainWindow
{
Q_OBJECT
public:
mainwindow(QWidget *parent = Q_NULLPTR);
~mainwindow();
private:
Ui::mainwindow ui;
};
| [
"369745966@163.com"
] | 369745966@163.com |
e2d53c11893e024bf9faefe331ef5251071958a3 | d6a38ba3714230d43b9b7c1150fb32479a7103aa | /src/sound/android/android_music_stream.h | fd70e63e9f32589261eedb7ab7c7806f1f6beb25 | [] | no_license | andryblack/GHL | be49e5445d40552d9ef308d9505b1f53b3d2ed8c | 22cce50e790303db3ddec26259e67a83e6b28f51 | refs/heads/master | 2021-01-23T09:33:20.286056 | 2019-08-15T15:11:32 | 2019-08-24T12:18:24 | 1,968,260 | 12 | 10 | null | 2018-08-21T17:26:31 | 2011-06-28T19:12:34 | C | UTF-8 | C++ | false | false | 1,566 | h | #ifndef _ANDROID_MUSIC_STREAM_
#define _ANDROID_MUSIC_STREAM_
#include "opensl_audio_stream.h"
#include "ghl_data_stream.h"
#include "../../ghl_ref_counter_impl.h"
#include <pthread.h>
namespace GHL {
class AndroidAssetMusic : public RefCounterImpl<MusicInstance> {
private:
OpenSLFileAudioStream* m_st... | [
"blackicebox@gmail.com"
] | blackicebox@gmail.com |
ec94fe73feaeeb862699390e655c039c3cea0e37 | 8f695430e17a235dcb3d20c00986f5af0ccdd6a0 | /main.cpp | a5ffe0e8a26b3ee480632b800e54938b8f31a5dd | [] | no_license | pawelbrzozowski/Statki_v4 | 52f3c5cd7ea2d478cc99d2c7823517424e178406 | 734d6e577dbe6142ec7316fed4fc991d86477bb2 | refs/heads/master | 2020-06-12T07:11:23.551022 | 2019-06-28T07:39:52 | 2019-06-28T07:39:52 | 194,228,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 678 | cpp | #include <iostream>
#define NDEBUG
#include <GL/freeglut.h>
#include <GL/glut.h>
#include "cScena.h"
#include "cSiatka.h"
cScena scena;
void resize_binding(int width, int height){
scena.resize(width,height);
}
void keyboard_bingidng(int key,int,int){
scena.key(key);
}
void idle_binding(){
scena.idle();
}
voi... | [
"32577436+pawelbrzozowski@users.noreply.github.com"
] | 32577436+pawelbrzozowski@users.noreply.github.com |
ac89e539f64a0d63b1a0902b9c81f8dfb406da0d | 2f986abb0b85df78506f61d9741eb31b924ed7e5 | /SomeVM/Disassembler.cpp | dca7b1dc0ccc7f80ca28fe8720e50d2eb0d318b8 | [
"MIT"
] | permissive | Xxmmy/SomeVM | 7ae6db618ab88a4b5b284668de730393ef4fefb3 | 360363572631b00ea14c2ad770cb2b53a0242c6c | refs/heads/master | 2021-01-23T16:30:52.391573 | 2016-08-17T11:28:59 | 2016-08-17T11:33:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 142 | cpp | #include "Disassembler.hpp"
namespace dbr
{
namespace svm
{
Disassembler::Disassembler()
{}
Disassembler::~Disassembler()
{}
}
}
| [
"adiverso93@gmail.com"
] | adiverso93@gmail.com |
d35aebf652366390a88f59174fcc917f1a0367b6 | d3efe9b99dfb1082156cbe7064f4c1fb4eee2a0d | /src/layer/x86/slice_x86.cpp | 51d85dfeed0a6b6920a8d8ded53b713e89e3bb76 | [
"BSD-3-Clause",
"Zlib",
"BSD-2-Clause"
] | permissive | youzainn/ncnn | 9f0668c589cd14e7cabf2bcb962a864438567c08 | 0737edca569f920eca0ee67bc784b7d19ab43b7f | refs/heads/master | 2022-12-31T10:31:07.475499 | 2020-10-26T09:02:38 | 2020-10-26T09:02:38 | 292,247,890 | 1 | 0 | NOASSERTION | 2020-09-08T13:39:39 | 2020-09-02T10:07:57 | C++ | UTF-8 | C++ | false | false | 13,904 | cpp | // Tencent is pleased to support the open source community by making ncnn available.
//
// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy ... | [
"noreply@github.com"
] | youzainn.noreply@github.com |
5c238b6f986027206dc71bfdcfe7791571799da3 | ac8452e8af11d907a81ef896570776421e96c091 | /asg3_test/oc.cc | 7086c3e5d57046d90291c6d1b8bae6b47b9dcd42 | [] | no_license | konaitor/104a_Pair | 890d35750b526a54f6fd009029a54272011ee4aa | ed6d370195a4fca11da0478cb9b4eb4a3a658239 | refs/heads/master | 2021-01-10T20:43:52.419109 | 2013-12-07T02:53:44 | 2013-12-07T02:53:44 | 13,433,102 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,171 | cc | // $Id: cppstrtok.cc,v 1.2 2013-09-20 19:38:26-07 - - $
// Assignment 3 CS 104a
// Authors: Konstantin Litovskiy and Gahl Levy
// Users Names: klitovsk and grlevy
#include <string>
using namespace std;
#include <errno.h>
#include <libgen.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wait.h... | [
"konstantin.litov@gmail.com"
] | konstantin.litov@gmail.com |
1a023031817dc2268a9b9d05414df59f84f0eeb4 | 62c9b78524d33b2c5f179cda69783249d84db996 | /771-Jewels_and_Stones.cpp | 62c93810fba8d5c8a6031498620650019893d43f | [] | no_license | reuben12358/Leetcode_Problems | 34a613fb076048b87402c3684dd6885932bfcaec | b1deb489b4a59374afdb6a6ae6604d1dbb5438b9 | refs/heads/master | 2022-12-26T11:23:51.818847 | 2020-09-28T03:47:20 | 2020-09-28T03:47:20 | 297,519,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | cpp | #include <string>
using namespace std;
class Solution {
public:
int numJewelsInStones(string J, string S) {
int count = 0;
for (int i = 0; i < J.size(); ++i) {
for (int j = 0; j < S.size(); ++j) {
if (J.at(i) == S.at(j)) count++;
}
}
... | [
"rdcu001@ucr.edu"
] | rdcu001@ucr.edu |
f74a77adaa0f0377972c65eb43714247b0c0ccab | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/net/config/netoc/netocx.cpp | 1e2440db2ff4186970c1948e725798d883986f6a | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,399 | cpp | //+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: N E T O C X . C P P
//
// Contents: Custom installation functions for various optional
// components.
//
// Notes:
//
// ... | [
"112426112@qq.com"
] | 112426112@qq.com |
9eab765871c7d00a53d68e28fbab5dbc9a9a1676 | c52d947f3af28925d5579397607b84e5af53cc4c | /src/hydro/hydro_diffusion/viscosity.cpp | e3d369e03a8193c070503c84b1730d6a44a60a97 | [
"BSD-3-Clause"
] | permissive | michaeljennings11/Athena_Thermal_Instability | becca9a622b3ad1404d6d085d04ba6df3368f879 | 7f647e8640e35ab3dce1273ec1bbc90bf4d8901b | refs/heads/master | 2022-11-05T17:47:45.858186 | 2020-06-27T20:02:04 | 2020-06-27T20:02:04 | 260,109,765 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48,832 | cpp | //========================================================================================
// Athena++ astrophysical MHD code
// Copyright(C) 2014 James M. Stone <jmstone@princeton.edu> and other code contributors
// Licensed under the 3-clause BSD License, see LICENSE file for details
//===============================... | [
"robertmjenningsjr@berkeley.edu"
] | robertmjenningsjr@berkeley.edu |
4551a0df54658c415e9de441f673056e11d48424 | d94a7ed1357454ec5e6aacd94f53753ba6f79d76 | /Tominator/Tominator/include/Modes/Mode05_ClawSortingMode.h | 4e78d4c09ca2e24dd66642c77561d9798995db9a | [] | no_license | Patrick-Batenburg/cpp-tominator | 2ab45a8cbbdc6b04c2fb026494df6752144aa4c4 | b980e035bd493462bf9a5901996181b029c2759c | refs/heads/master | 2020-11-23T22:21:17.264679 | 2020-08-21T17:11:15 | 2020-08-21T17:11:15 | 227,844,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 595 | h | #pragma once
#include "BaseMode.h"
class ClawSortingMode : public BaseMode
{
public:
/**
Initializes a new instance of the SortingMode class.
*/
ClawSortingMode();
/**
Deconstruct the instance of the SortingMode class.
*/
~ClawSortingMode();
void Initialize(Machine* machine);
/**
Returns a string tha... | [
"zammypatrick@gmail.com"
] | zammypatrick@gmail.com |
d660f6141582954b038880602bc2cb2e7bc3da4e | 7af486bf75ef8852f7dae87bd7ab2ddb772ee85a | /pruebas/TouchLEDstrip/TouchLEDstrip.ino | 45831ae7a97f7ff5187156e267175da17a6f1e9f | [] | no_license | NataliaCombariza/Reencuentro-Natural | 693feea00dbd6665c0496d0b8a88ba253f7c6308 | c0131a47f20fbbe3bf1ccf106e09c84aa98547f9 | refs/heads/main | 2023-07-03T12:12:08.446457 | 2021-08-04T14:35:24 | 2021-08-04T14:35:24 | 392,451,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,312 | ino | //Capacitive sensor and LED strip
//Libraries
#include <FastLED.h>
//Initialize Strips
#define LED_PIN 6
#define NUM_LEDS 25
#define BRIGHTNESS 255
#define LED_PIN2 8
#define NUM_LEDS2 29
#define BRIGHTNESS2 255
#define UPDATES_PER_SECOND 100
CRGB fuzzy[NUM_LEDS];
CRGB strip[NUM_LEDS2];
//Capaciti... | [
"vncombariza@gmail.com"
] | vncombariza@gmail.com |
34f6a5b13be4ae8e484f089a16e9d8c22830378f | ca0d65a2519697f1fab4d0467271e032f72feed5 | /darts-x86/omp2cd-examples/tests/ompcodeletclause-test/ompcodeletclause.output.darts.cpp | 4cdef93e6142638db260219a5ecfffdb3cfe2a54 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jandres742/omp2cd | fca943f38e77ff9d32d066c6713e4556cf30fd54 | 15f64d65c41a1b9238af81fe2627c1b8e12ceca7 | refs/heads/master | 2020-12-24T11:09:41.811053 | 2017-06-28T19:23:40 | 2017-06-28T19:23:40 | 73,186,762 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,342 | cpp | #include "ompcodeletclause.output.darts.h"
using namespace darts;
using namespace std;
int NUM_THREADS;
/*Function: main, ID: 1*/
int main(int argc, char** argv)
{
getOMPNumThreads();
getOMPSchedulePolicy();
getTPLoopThresholds();
getNumTPs();
affin = new ThreadAffinity(
ompNumThreads / NUMT... | [
"jandres742@gmail.com"
] | jandres742@gmail.com |
96b08e44cef5881f3f46b80b4ae61fc50aeea1cf | 57e822f4aa0ef9d30194ccbf2c490828038c2ab7 | /Platform/PlatformErrorResolve.hpp | 58c7ea3a7b0924f2bfd987d4699cd78522b631ea | [] | no_license | Industrialice/StdLib2018 | ce93cb59d6c4baa8350a2152d9a7c2e10bc0aeb6 | 6cbebf842daea1cdadb80dcb3562616ddbe811f1 | refs/heads/master | 2021-06-21T12:37:48.259786 | 2019-09-06T06:12:54 | 2019-09-06T06:12:54 | 132,740,797 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 119 | hpp | #pragma once
namespace StdLib
{
[[nodiscard]] NOINLINE Error<> PlatformErrorResolve(const char *message = nullptr);
} | [
"iindustrialice@gmail.com"
] | iindustrialice@gmail.com |
13838e34669da0b9e8a6421a85ac1e01ae31e82d | 719389cc1c67d23080b701e6bfed093553a15d4f | /src/main/cpp/skizzay/cddd/nullable.h | 491504b1807cb425f15c0a55a905204318846d81 | [
"MIT"
] | permissive | skizzay/cddd | 6456dbde04a4e6b9536c9004e9e188f2dba72d7d | b5df5d390b52d3dbdb56f06c6a8664e0203a2c84 | refs/heads/master | 2023-06-01T04:43:43.942990 | 2023-01-02T01:39:02 | 2023-01-02T01:39:02 | 20,401,873 | 5 | 2 | MIT | 2023-04-21T21:32:02 | 2014-06-02T11:36:16 | C++ | UTF-8 | C++ | false | false | 1,001 | h | #pragma once
#include <concepts>
#include <memory>
#include <optional>
#include <type_traits>
#include <variant>
namespace skizzay::cddd {
template <typename T>
inline constexpr std::optional<T> null_value = std::nullopt;
template <typename T>
inline constexpr std::optional<T> null_value<std::optional<T>> = std::nul... | [
"andrewford55139@gmail.com"
] | andrewford55139@gmail.com |
bafdd4689fea3ceb29a9f00b28d11419f6d34317 | 9a11a7ac04bb4d646d4e0f0ad12fc41bd61cec09 | /universe/olcPixelGameEngine.h | f006058b1ac69e75593bbd15c724c228fdbca194 | [] | no_license | dynamic21/universe | 150153b01ae4e98eabb9b61cb098811626805d98 | 1e776bb19f3f00effa84200ed9dac0bc2170b6ac | refs/heads/master | 2023-04-08T23:42:13.849184 | 2021-04-10T22:12:08 | 2021-04-10T22:12:08 | 355,658,369 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 195,758 | h | #pragma region license_and_help
/*
olcPixelGameEngine.h
+-------------------------------------------------------------+
| OneLoneCoder Pixel Game Engine v2.15 |
| "What do you need? Pixels... Lots of Pixels..." - javidx9 |
+-------------------------------------------------------------+
... | [
"21dynamicjustin@gmail.com"
] | 21dynamicjustin@gmail.com |
3aaf4cdc19539175ea5e094ebbbb32eed95ce347 | 3289d3523bf2a1a649024b8b4ce8634f23a4faad | /src/support/allocators/secure.h | 64e1c7d0ee174abbd0c2d43f08b2c921b16229ed | [
"MIT"
] | permissive | mirzaei-ce/core-hellebit | fa06159b25ac5a0ff133c1816349eb95a514306e | bd56d29dffb10313b587785151126e2a365c17ed | refs/heads/master | 2021-08-11T10:28:40.204699 | 2017-11-13T15:03:09 | 2017-11-13T15:03:09 | 110,562,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,084 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef HELLEBIT_SUPPORT_ALLOCATORS_SECURE_H
#define HELLEBIT_SUPPORT_ALLOCATORS_... | [
"mirzaei@ce.sharif.edu"
] | mirzaei@ce.sharif.edu |
87362dff973a3b4d8a069cf5125b2294a067d71c | 6de36b2389133be1b9c01ae99acd2b9b4fb092a5 | /src/cpp/ConfigContainer.h | b15ec4993d3a4cae7204de0d9d4245b5af9946dc | [] | no_license | LBYPatrick/LSHeader | ab8168648d7e68bdcf1158bf107ef93adcea3bb1 | 97c0755c63c010281a4e5048ab9b702bc6af9199 | refs/heads/master | 2021-08-23T23:50:39.806604 | 2017-12-06T15:07:40 | 2017-12-06T15:07:40 | 103,719,819 | 0 | 0 | null | 2017-12-06T15:09:19 | 2017-09-16T02:56:30 | C++ | UTF-8 | C++ | false | false | 278 | h | #pragma once
#include<string>
using std::string;
struct ConfigContainer final {
string name = "";
string period = "";
string date = "";
string pTitle = "";
string pDescription = "";
string version = "";
string originFileName;
string inputFile;
string outputFile;
};
| [
"noreply@github.com"
] | LBYPatrick.noreply@github.com |
4203c2ffaed2364921cf6f08686ff42506275b69 | 419e13a18447e783b89a21b1055234ceb0396b3e | /sources/ArkanoidLayer.h | ec025951b1f53023e8077a55775640504ba34003 | [] | no_license | nikkursin/Arkanoid | b59758554ee2a94aa22ce2ac952a8813f0dc668d | 19e3fced9a847bd66b5f260cc93e0d803474e385 | refs/heads/master | 2023-07-07T03:58:38.898957 | 2021-08-05T13:35:09 | 2021-08-05T13:35:09 | 393,054,577 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 610 | h | #pragma once
#include <cocos2d.h>
#include "Paddle.h"
#include "Block.h"
#include "Ball.h"
class ArkanoidLayer : public cocos2d::Layer
{
public:
using Super = cocos2d::Layer;
static cocos2d::RefPtr<cocos2d::Scene> createScene();
virtual bool init() override;
void CheckCollision(float dt);
voi... | [
"nikkursin18@gmail.com"
] | nikkursin18@gmail.com |
9a168c23508d6cf1d587757abc4c778f01750bdf | 538b9f53d032bc96555c8983a52673a3f316828c | /library/console/main.cpp | 307e3e0fde50d1b5822f1c9cb7c1e5c3eb4ed1d1 | [] | no_license | Antollo/Easypt | 62f475b58450f2492684345d1e004a86517821cb | d567e5b902443348280fbc4768d49629431a7a36 | refs/heads/master | 2020-03-27T15:55:48.820111 | 2019-08-21T09:31:26 | 2019-08-21T09:31:26 | 146,748,421 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,682 | cpp | #ifdef _WIN32
#define _CRT_SECURE_NO_WARNINGS
#endif
#include <iostream>
#include <cstdio>
#include <string>
#include "nobject.h"
object::objectPtr write (object::objectPtr obj, object::arrayType& args)
{
for(auto& arg : args)
{
if (arg->hasSignature(name("String")))
std::cout << *std::... | [
"antoninowinowski@hotmail.com"
] | antoninowinowski@hotmail.com |
ae1aea6556310d4a06b23e4dba31f88947cbe963 | c393d50a5cbe1e1b274025a7b3a84a571d97ecc5 | /stamptool/tmp/moc_mainwindow.cpp | 25d2289fd453c753068b11cf4dc43e0dd240d47a | [] | no_license | EagleLin/lin | bc940cc2f490cea973fea243f984e4bafc897ff0 | ce4bb87ea67755e54e2ed0a713740478e6a0ee91 | refs/heads/master | 2021-05-02T17:52:08.972733 | 2018-07-25T01:21:06 | 2018-07-25T01:21:06 | 61,784,587 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,434 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'mainwindow.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.0)
**
** WARNING! All changes made in this file will be lost!
**********************************************************... | [
"645871021@qq.com"
] | 645871021@qq.com |
c1fa3f7a17500f97a78efa342e385da43aec28e7 | 1f032ac06a2fc792859a57099e04d2b9bc43f387 | /ac/a3/6b/2b/01e10650bbd0f27933d3857ab183fd2f3e8596ef0343d883a3386ef607dbb555cbdb593f5bc328988bb038249130a64b735adc6a80f7aa45cdf54b24/sw.cpp | db6c0a4095d61db6ac98f743cf2a49b12b334336 | [] | no_license | SoftwareNetwork/specifications | 9d6d97c136d2b03af45669bad2bcb00fda9d2e26 | ba960f416e4728a43aa3e41af16a7bdd82006ec3 | refs/heads/master | 2023-08-16T13:17:25.996674 | 2023-08-15T10:45:47 | 2023-08-15T10:45:47 | 145,738,888 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,290 | cpp | void build(Solution &s)
{
auto &fontconfig = s.addTarget<LibraryTarget>("freedesktop.fontconfig.fontconfig", "2.13.92");
fontconfig += RemoteFile("https://www.freedesktop.org/software/fontconfig/release/fontconfig-{v}.tar.gz");
fontconfig.ApiName = "SW_FONTCONFIG_LIBRARY_API";
fontconfig.setChecks("fon... | [
"cppanbot@gmail.com"
] | cppanbot@gmail.com |
75eeadc78151828d5d9a50234a43e29097485773 | 631280063424be0e291a9b31ba8ff7d02b3671b1 | /Synthie/ToneInstrument.cpp | dda91a0f677443d4d13d620704812b3c2f1b1898 | [] | no_license | mmarinetti/CSE471_Project1 | a95592e03b214b460b55ae61d96efc71a87929f5 | 8a9e3cae5ff6e1b5134afacf352778c4aea53c7d | refs/heads/master | 2021-01-16T00:58:04.004339 | 2014-03-14T03:28:28 | 2014-03-14T03:28:28 | 17,306,882 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,339 | cpp | #include "StdAfx.h"
#include "ToneInstrument.h"
#include "Notes.h"
CToneInstrument::CToneInstrument(void)
{
m_duration = 0.1;
m_attack = m_release = .05;
}
CToneInstrument::~CToneInstrument(void)
{
}
void CToneInstrument::Start()
{
m_sinewave.SetSampleRate(GetSampleRate());
m_sinewave.Start();
m_time... | [
"torresaa@msu.edu"
] | torresaa@msu.edu |
3fa3e99d8c5cbf121e9207f619d33d1b337beda2 | dfb7297f114bbff7a89fea86cb9b8e0e16243d01 | /PAT/PAT/1047_cin版,动不动时.cpp | acc4f2595d8a9290443a61fa977e1953546457cf | [] | no_license | rainingapple/algorithm-competition-code | c06bd549d44e14c64e808d7026a0204d285f1fb3 | 809bff5cdf092568de47def7d24d36edef8d0c1e | refs/heads/main | 2023-03-30T13:11:23.359366 | 2021-04-09T01:29:18 | 2021-04-09T01:29:18 | 343,407,072 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 736 | cpp | //#include<iostream>
//#include<algorithm>
//#include<vector>
//#include<map>
//using namespace std;
//string stu[40005];
//bool cmp(const int& s1, const int& s2) {
// return stu[s1] < stu[s2];
//}
//int main() {
// int n, k;
// scanf("%d%d", &n, &k);
// vector<vector<int>> m(k+1);
// for (int i = 1;i <= n... | [
"825140645@qq.com"
] | 825140645@qq.com |
9b801f76a2e34059a4590f0775ef7da6c72e175c | 717571eb490eefaec0cd52dc1b49b1e59da31361 | /include/BLIB/Graphics/Sprite.hpp | 9cda25213443d81db0028624792ac4d8173bd2b2 | [] | no_license | benreid24/BLIB | d726c48ceab133071e6bf81a638f3217ce4dfe5a | a5e4cf2eba649089940c2414e3dce57b654e0d59 | refs/heads/master | 2023-08-31T23:02:12.963457 | 2023-07-25T19:25:43 | 2023-07-25T19:25:43 | 234,001,128 | 1 | 0 | null | 2023-09-10T23:09:36 | 2020-01-15T04:54:14 | C++ | UTF-8 | C++ | false | false | 1,422 | hpp | #ifndef BLIB_GRAPHICS_SPRITE_HPP
#define BLIB_GRAPHICS_SPRITE_HPP
#include <BLIB/Components/Sprite.hpp>
#include <BLIB/Graphics/Components/OverlayScalable.hpp>
#include <BLIB/Graphics/Components/Textured.hpp>
#include <BLIB/Graphics/Components/Transform2D.hpp>
#include <BLIB/Graphics/Drawable.hpp>
namespace bl
{
name... | [
"reidben24@gmail.com"
] | reidben24@gmail.com |
07048960ed53049439e3b8ea5018116b902c2f97 | 68de5fb07a214ef076a31c0d61f30c9bf94d8711 | /Tests/TestPhysics/Behaviours/NameTag.cpp | de6ff43e91a115ea124f25cf4d03ccb952ac4ea1 | [
"MIT"
] | permissive | 0xflotus/Acid | c2058d883dce9b3b38f6bdd0edd49860d762902a | cf680a13c3894822920737dcf1b7d17aef74a474 | refs/heads/master | 2020-04-06T12:31:07.380810 | 2018-11-11T23:43:13 | 2018-11-12T02:49:40 | 157,458,752 | 0 | 0 | MIT | 2018-11-13T23:02:21 | 2018-11-13T23:02:20 | null | UTF-8 | C++ | false | false | 1,772 | cpp | #include "NameTag.hpp"
#include <Objects/GameObject.hpp>
#include <Scenes/Scenes.hpp>
#include <Uis/Uis.hpp>
#include <Maths/Visual/DriverConstant.hpp>
namespace test
{
const float NameTag::TEXT_SIZE = 8.0f;
const float NameTag::VIEW_DISTANCE = 16.0f;
NameTag::NameTag(const float &heightOffset) :
m_heightOffset... | [
"mattparks5855@gmail.com"
] | mattparks5855@gmail.com |
24d75b6f50e089927b6a63b07ce51275c7b1f50a | 7090a02153e4733b28550fdca126e81d394aa660 | /evoai/test/evolution_spec.cpp | d704b4ae8b4f45888aaa6a9928a92a555235b905 | [] | no_license | cpanhuber/evoai | ac9ab791891ca89d98cda4c7a18458271f5ae4d1 | d1688b89b21c4bf8cf3860854034dec383e35fcc | refs/heads/master | 2021-05-25T17:24:16.639218 | 2020-04-19T21:44:39 | 2020-04-19T21:44:39 | 253,842,421 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,463 | cpp | #include <evoai/evolution/evolution.h>
#include <evoai/evolution/mutation/tingri.h>
#include <evoai/evolution/population.h>
#include <evoai/common/types.h>
#include <evoai/graph/activation/relu.h>
#include <evoai/graph/graph.h>
#include <evoai/graph/loss/mean_squared_error.h>
#include "mock/mock_random_generator.h"
... | [
"christianpanhuber@hotmail.com"
] | christianpanhuber@hotmail.com |
f55d500e9f660b0aae26d2a9711491284132b5cb | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/CodeJamData/15/52/12.cpp | e7b8ff339d729c263da49e71f8a083074f709863 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 1,437 | cpp | #include <cmath>
#include <cstdio>
#include <cctype>
#include <cstdlib>
#include <climits>
#include <cstring>
#include <vector>
#include <string>
#include <iostream>
#include <cassert>
#include <algorithm>
using namespace std;
#define foreach(e,x) for(__typeof((x).begin()) e=(x).begin(); e!=(x).end(); ++e)
const lon... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
dcfe6c1b69f716462c8cd8b882155d64eae6d1c1 | 24bc4990e9d0bef6a42a6f86dc783785b10dbd42 | /components/live_caption/views/caption_bubble_model.cc | b33f96c9267f6e561fef4de670b6aef5cdfb752d | [
"BSD-3-Clause"
] | permissive | nwjs/chromium.src | 7736ce86a9a0b810449a3b80a4af15de9ef9115d | 454f26d09b2f6204c096b47f778705eab1e3ba46 | refs/heads/nw75 | 2023-08-31T08:01:39.796085 | 2023-04-19T17:25:53 | 2023-04-19T17:25:53 | 50,512,158 | 161 | 201 | BSD-3-Clause | 2023-05-08T03:19:09 | 2016-01-27T14:17:03 | null | UTF-8 | C++ | false | false | 3,297 | cc | // Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/live_caption/views/caption_bubble_model.h"
#include "base/functional/callback_forward.h"
#include "base/metrics/histogram_functions.h"
#include "component... | [
"roger@nwjs.io"
] | roger@nwjs.io |
fe0b5e9f526921d633fd43a0320ed69f0b6fa9ea | 1f451f9315eb6a30b29f5dd8737020b17d07b492 | /src/sqlite/statement.cxx | ba788e4eedf073ab9ddef0696eebadc7b7086729 | [
"Apache-2.0"
] | permissive | bruxisma/apex | 82fbc1103d15cf73fbd69e8ecabe4a18c804a930 | 8d88e6167e460a74e2c42a4d11d7f8e70adb5102 | refs/heads/main | 2023-03-05T11:47:32.735876 | 2020-11-17T01:14:26 | 2020-11-17T01:14:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 449 | cxx | #include <apex/sqlite/statement.hpp>
#include <sqlite3.h>
namespace apex::sqlite {
statement::statement () :
handle { nullptr, sqlite3_finalize }
{ }
statement::pointer statement::get () const noexcept { return this->handle.get(); }
bool statement::is_readonly () const noexcept { return sqlite3_stmt_readonly(this... | [
"63051+slurps-mad-rips@users.noreply.github.com"
] | 63051+slurps-mad-rips@users.noreply.github.com |
82dec165a7f5fee7890a338a64a6bba77f0c7f07 | b014db08b4b051a04f84d667c319dcad97c4fc42 | /ITP1_2/2_A.cpp | d3117fd142b2b62278b40fad0722ebe85d8cde87 | [] | no_license | s1260116/AOJ-ITP | 896855f8716faa1a9d43010a5fbbdf523a5a5448 | 5cea570ed5384a549123f976f61c33afa8ce3bab | refs/heads/master | 2020-03-13T13:06:13.862996 | 2018-07-26T08:53:10 | 2018-07-26T08:53:10 | 131,132,317 | 0 | 0 | null | 2018-04-26T09:27:00 | 2018-04-26T09:26:59 | null | UTF-8 | C++ | false | false | 237 | cpp | #include <iostream>
using namespace std;
int main(){
int a, b;
cin >> a >> b;
if(a == b){
cout << "a == b" << endl;
}
else if(a > b){
cout << "a > b" << endl;
}
else{
cout << "a < b" << endl;
}
return 0;
}
| [
"s1260116@u-aizu.ac.jp"
] | s1260116@u-aizu.ac.jp |
7fc9924cb2377e0b6b6b4ee365defc96d1c2a5ee | ea3a9593e3b762b504839d436d2d78de08ce3e42 | /Contest 5 quy hoach dong/di_chuyen_ve_goc_toa_do.cpp | 63d70760c7c8f70493152428100a1dfeccf5255a | [] | no_license | docongban/Zcode_CTDL-GT | 87a690f413af570c27ee4db494f96ea35eb30c0d | 41cd48bf9de926f17058119fb5335e294329a706 | refs/heads/main | 2023-06-27T03:37:23.037502 | 2021-07-05T14:48:28 | 2021-07-05T14:48:28 | 383,173,620 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 650 | cpp | /*Code By BanDC*/
//VS Code
#include<bits/stdc++.h>
using namespace std;
long long tmp[100][100];
void Handle(int n,int m)
{
memset(tmp, 0, sizeof(tmp));
for(int i=0;i<100;i++) tmp[i][0]=1;
for(int j=0;j<100;j++) tmp[0][j]=1;
tmp[0][0]=0;
for(int i=0;i<100;i++)
{
for(int j=0;j<100;j++)
... | [
"banto2172001@gmail.com"
] | banto2172001@gmail.com |
9016ce3208e852165e87f3ff703b76cfda1b174b | 19cad9cc067f117a096af8dbf233f6fff3115e4b | /oxygine/src/Input.cpp | 6a36f094394c5075273c9d2dda116de32c83cef3 | [
"MIT"
] | permissive | mattpbooth/oxygine-framework | b28339b77dd26c69029ee80b18ccd0b1895b0ab4 | 14a3026a67a0b8df0a3c094566aae89bf66c3ffd | refs/heads/master | 2020-04-01T13:52:14.227020 | 2014-11-25T21:35:21 | 2014-11-25T21:35:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,509 | cpp | #include "Input.h"
#include "Stage.h"
#include "core/log.h"
#include <string.h>
//#define LOGD(...) oxygine::log::message("input: "); oxygine::log::messageln(__VA_ARGS__)
#define LOGD(...) ((void)0)
namespace oxygine
{
Input Input::instance;
const PointerState *TouchEvent::getPointer() const
{
return Input::ins... | [
"frankinshtein85@gmail.com"
] | frankinshtein85@gmail.com |
e4033b1547fc016d27ec1b348c630917b11094e3 | d8cabb3e0df24ac70ed78a7828291532c25fec55 | /UVA_1/r_10246 - Asterix and Obelix.cc | 08bbcbaaa7d7340d785bf2c5e7f0d11668311af3 | [] | no_license | Bekon0700/Competitive_Programming | 207bb28418d49a2223efb917c7ddf07dfdf4f284 | ff93fdb2ada1bafabca13431bec7a78a9754e1b8 | refs/heads/master | 2022-10-16T09:38:13.865274 | 2020-06-08T13:12:34 | 2020-06-08T13:12:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,354 | cc | #include <stdio.h>
#define INF 3000000000
long long mat[90][90],par[90][90],fc[90],fmat[90][90];
void ini(long long n)
{
long long i,j;
for(i=1;i<n;i++)
for(j=1;j<n;j++)
{
mat[i][j] = INF;
fmat[i][j]=par[i][j] = 0 ;
}
for(i=1;i<n;i++)
{
mat[i][i] = 0 ;
}
}
void f(long long n)
{
long long i,... | [
"naimelias56@gmail.com"
] | naimelias56@gmail.com |
cf45c9654bdada0d74f372ff36b2484a6fd3ce2d | c940cd64d47146efc42c005f4b3be9ee57ce2fc8 | /src/MFCDia/MFCDia.cpp | 453d53f34dcadbcea4ca359de0fdebdc7570520a | [] | no_license | pavelliavonau/windia | 602b44e16a5ecf72f79e9f2f01d5d734e47a35fe | 5f400fd45da8a810d90cca78f9c166ca15aff775 | refs/heads/master | 2020-05-30T20:41:30.104032 | 2017-12-20T11:08:53 | 2017-12-20T11:08:53 | 5,484,218 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,814 | cpp |
// MFCDia.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "afxwinappex.h"
#include "afxdialogex.h"
#include "MFCDia.h"
#include "MainFrm.h"
#include "MFCDiaDoc.h"
#include "MFCDiaView.h"
#include "DiaGridView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMFCDiaApp
BEGIN... | [
"paval@open.by"
] | paval@open.by |
934236402b2759b59d736d2e173fa64eb1f0848b | caf6ae544fce3b332b40a03462c0646a32c913e1 | /master/qtcplus/client/SWGTimeData.h | 57ce43a6af726ae1bba44cdc5b45133bdb5851bc | [
"Apache-2.0"
] | permissive | coinsecure/plugins | 827eb0ce03a6a23b4819a618ee47600161bec1c7 | ad6f08881020c268b530d5242d9deed8d2ec84de | refs/heads/master | 2020-05-30T07:17:56.255709 | 2016-11-27T22:22:23 | 2016-11-27T22:22:23 | 63,496,663 | 3 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,056 | h | /**
* Coinsecure Api Documentation
* To generate an API key, please visit <a href='https://coinsecure.in/api' target='_new' class='homeapi'>https://coinsecure.in/api</a>.<br>Guidelines for use can be accessed at <a href='https://api.coinsecure.in/v1/guidelines'>https://api.coinsecure.in/v1/guidelines</a>.<br>Programm... | [
"vivek0@users.noreply.github.com"
] | vivek0@users.noreply.github.com |
4bb2c1b95373a97df3755d317cffa1a8bf64c2df | 297173bfae1e4047f62f24575f0aecd5fc37ad8d | /core/variant/variant_destruct.cpp | 366b71df3a08b4429b1eb566dff722975e476470 | [
"LicenseRef-scancode-unicode",
"GPL-3.0-or-later",
"BSD-3-Clause",
"Zlib",
"LicenseRef-scancode-nvidia-2002",
"MIT",
"LicenseRef-scancode-other-permissive",
"CC-BY-4.0",
"FTL",
"OFL-1.1",
"Bison-exception-2.2",
"LicenseRef-scancode-unknown-license-reference",
"Unlicense",
"BSL-1.0",
"Apa... | permissive | hbina/godot | 29c5e330a1aa93a3b438a76b8680b95a9e6b0755 | dbef4bbd98b655d6f89601c9e44c679b373b3628 | refs/heads/master | 2023-03-19T19:22:27.316026 | 2021-11-22T18:43:55 | 2021-11-22T18:43:55 | 184,989,149 | 0 | 0 | MIT | 2023-03-06T13:56:52 | 2019-05-05T06:28:33 | C++ | UTF-8 | C++ | false | false | 3,972 | cpp | /*************************************************************************/
/* variant_destruct.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... | [
"george@gmarqu.es"
] | george@gmarqu.es |
fceb10b992e24af5156097f7da959bc99a229259 | 67ed24f7e68014e3dbe8970ca759301f670dc885 | /win10.19042/System32/browcli.dll.cpp | 0355d7ad48c2ab93a0bb0e6f1e4e21f64615ef2a | [] | no_license | nil-ref/dll-exports | d010bd77a00048e52875d2a739ea6a0576c82839 | 42ccc11589b2eb91b1aa82261455df8ee88fa40c | refs/heads/main | 2023-04-20T21:28:05.295797 | 2021-05-07T14:06:23 | 2021-05-07T14:06:23 | 401,055,938 | 1 | 0 | null | 2021-08-29T14:00:50 | 2021-08-29T14:00:49 | null | UTF-8 | C++ | false | false | 1,400 | cpp | #pragma comment(linker, "/export:I_BrowserDebugCall=\"C:\\Windows\\System32\\browcli.I_BrowserDebugCall\"")
#pragma comment(linker, "/export:I_BrowserDebugTrace=\"C:\\Windows\\System32\\browcli.I_BrowserDebugTrace\"")
#pragma comment(linker, "/export:I_BrowserQueryEmulatedDomains=\"C:\\Windows\\System32\\browcli.I_Br... | [
"magnus@stubman.eu"
] | magnus@stubman.eu |
8bbe0a09f48485359e9932ff59db1498bba0b1f8 | eac80d08b49de1245beca1630a6d0d0a995f2258 | /uiposthread.h | 98e14a493f16ec4faab08b756f009277f5714dbc | [] | no_license | secondtonone1/qtwebsocket | 5a1e00ca84941279fcdc3806461d2eb535772a4d | dda591a4fa5028f83aaf51c4b53a5a476f185477 | refs/heads/main | 2023-01-29T19:23:33.176235 | 2020-12-15T12:53:40 | 2020-12-15T12:53:40 | 321,666,650 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 757 | h | #ifndef UI_POST_THREAD_H
#define UI_POST_THREAD_H
#include <QThread>
#include <QtWidgets/QMainWindow>
#include "postdata.h"
#include <string>
#include <iostream>
#include <postqueue.h>
using namespace std;
//ui 投递消息给发送队列
class UIPostThread:public QThread{
Q_OBJECT
public:
UIPostThread(vector<PostData> vecPost){... | [
"secondtonone1@163.com"
] | secondtonone1@163.com |
921b6864650b7130f2009d3e7bf011d0969a88e5 | e07e3f41c9774c9684c4700a9772712bf6ac3533 | /app/Temp/StagingArea/Data/il2cppOutput/UnityEngine_Networking_UnityEngine_Networking_Sync3645530894.h | 368fc7b14bac8b2c14494cee7c58e9687c30ac4d | [] | no_license | gdesmarais-gsn/inprocess-mobile-skill-client | 0171a0d4aaed13dbbc9cca248aec646ec5020025 | 2499d8ab5149a306001995064852353c33208fc3 | refs/heads/master | 2020-12-03T09:22:52.530033 | 2017-06-27T22:08:38 | 2017-06-27T22:08:38 | 95,603,544 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,064 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Collections.Generic.List`1<System.Object>
struct List_1_t2058570427;
// UnityEngine.Networking.NetworkBehaviour
struct NetworkBehaviour_t3873055601;
// UnityEngine.Networkin... | [
"gdesmarais@gsngames.com"
] | gdesmarais@gsngames.com |
a6fa669ea8149f23b11ceff0321c49defe9e3267 | 4e74d69497df34a17e770cdd078acfb809c0551d | /looper/process.cc | 0a10dff627cfd395c99841ab7e3bfe41e2ca51f8 | [] | no_license | sgnoohc/HighPtHiggs | 09b5263f6c82bd22018ba6b3c04c2f4aa1b65119 | a1d97ee1d48e1c9a2c93924aad33da6f8c0befca | refs/heads/master | 2020-03-25T19:50:31.153924 | 2018-11-20T07:30:44 | 2018-11-20T07:30:44 | 144,102,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,109 | cc | #include "hwwtree.h"
#include "rooutil/rooutil.h"
// ./process INPUTFILEPATH OUTPUTFILEPATH [NEVENTS]
int main(int argc, char** argv)
{
// Argument checking
if (argc < 3)
{
std::cout << "Usage:" << std::endl;
std::cout << " $ ./process INPUTFILES OUTPUTFILE [NEVENTS]" << std::endl;
... | [
"sgnoohc@gmail.com"
] | sgnoohc@gmail.com |
8dbf4d20d7f477ecca8b010580f929a868aabfc6 | 4dab7b6fcebd35de4c7c2647247b70f7785d642d | /MyMusicPlayer/sqlapi/csqlite.cpp | 1fef2d23b0b039ce00021ca658ec1975653148ff | [] | no_license | wudiDDD-jiang/my-music-box_projects | 1bff1ce4f169a4aaf39a9c71258eb583fc4f539e | 5047197155c6af2f9c2111ef00fd9bd6f6edd768 | refs/heads/main | 2023-07-20T08:33:16.348596 | 2021-08-30T07:14:30 | 2021-08-30T07:14:30 | 400,811,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,706 | cpp | #include "csqlite.h"
CSqlite::CSqlite()
{
QTextCodec::setCodecForLocale( QTextCodec::codecForLocale());
//装驱动
if( QSqlDatabase::contains("qt_sql_default_connection")) //默认的qt sql驱动
{
m_db = QSqlDatabase::database("qt_sql_default_connection");
}else
{
m_db = QSqlData... | [
"noreply@github.com"
] | wudiDDD-jiang.noreply@github.com |
febfb7891c61b0fd43895c6f67f8f56e3349fd6f | 057d61d3f948d5d93e06b8ee70bdfa13745cfb4d | /ShapesSphere.h | d827c3e2e6a1234eff166e2d48eee07a816880fb | [] | no_license | adamabeshouse/celshading | e6957bbc6e868ea4442f5823af2c281f5a52c981 | 5e75f6254856c96033dd229d362636b6c9d790d9 | refs/heads/master | 2016-08-05T15:10:16.392566 | 2012-12-17T14:04:13 | 2012-12-17T14:04:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 819 | h | #ifndef SHAPESSPHERE_H
#define SHAPESSPHERE_H
#include "Shape.h"
class ShapesSphere : public Shape
{
public:
ShapesSphere();
~ShapesSphere();
void renderSelf(int param1, int param2);//overrides Shape; recalculates vertexes if necessary, and renders all of them
void calculateVertexes(int param1, int par... | [
"adamabeshouse@gmail.com"
] | adamabeshouse@gmail.com |
eebf5b4e0adcca848f3592c84acc6209ab661050 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h | 53fc4bec35f020152895c26ece1be50e4f753c02 | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C++ | false | false | 467 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_ASH_MULTI_USER_MULTI_USER_WARNING_DIALOG_H_
#define CHROME_BROWSER_UI_ASH_MULTI_USER_MULTI_USER_WARNING_DIALOG_H_
#include "bas... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
0c60432b27dab8ac48df7d6f0356a0685600a068 | f545b662c838dc2001bfbb31560f43539204605b | /CSCE1040 - Computer Science II/Homework/Homework 4/borrow.cpp | dc87f3cdbd2c717f02d29f2afdcdc77b3a8caa90 | [] | no_license | JustinAWei/UNT-CSCE | ec651dcee591af66ec3ba8e1cf87001ba4477c67 | d7185e3e8481e68f12329720e521bd6e1be48e9a | refs/heads/master | 2018-08-30T14:53:46.601906 | 2018-06-03T17:50:49 | 2018-06-03T17:51:27 | 118,659,731 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,213 | cpp | /*
Name: Justin Wei
Email: JustinWei@my.unt.edu
Course: CSCE 1040
Instructor: Keathly
Description: A class that handles set/get of the borrow structure
*/
#include <string>
#include <iostream>
#include "borrow.h"
using namespace std;
borrow::borrow() {
next = prev = NULL;
}
void borrow::print() {
cout << endl;
... | [
"wei.justin.a@gmail.com"
] | wei.justin.a@gmail.com |
e8277430563c2c78a6c316abc5fb127d1ca1e2bb | ffb81d9b96927622af3f8f5ea79543ea96883b68 | /parallel_execution_mpi.h | 36f69c88921d17fc339ea295175e46b88f657d38 | [] | no_license | laurapl/MPI_parallization | 704494d579ff5118e16bb7fc9aefa1504f48d5e9 | b3b17548c1d3fc5cadd514449d4fee3a2c224f31 | refs/heads/master | 2020-03-24T17:26:01.378993 | 2018-07-30T10:19:36 | 2018-07-30T10:19:36 | 142,859,105 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 52,072 | h | /*
* Copyright 2018 Universidad Carlos III de Madrid
*
* 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 appl... | [
"100346174@alumnos.uc3m.es"
] | 100346174@alumnos.uc3m.es |
7cd6601a1dd4cb64e24fb26e97b3bbddf61e399e | c6d94bc435f9619e1dac9b3b143fe90232d8d3f4 | /software/NECESSARY LIBRARIES/libraries/CC3000/host_spi.cpp | 95da2544edf7c1b212281009b54e7be5f608e9d6 | [
"MIT"
] | permissive | jmicrobe/odin | 20fdfd47586be3ed2f833e20922212f28fc1b483 | 85af6f162e55142636c5bf7a38eb75d5f6b0a808 | refs/heads/master | 2023-03-26T19:16:54.050087 | 2018-12-26T19:59:51 | 2018-12-26T19:59:51 | 111,130,227 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 19,373 | cpp | #include <Arduino.h>
#include "SPI.h"
#include "tm_debug.h"
#include "host_spi.h"
#include "utility/wlan.h"
#include "utility/nvmem.h"
#include "utility/security.h"
#include "utility/hci.h"
#include "utility/os.h"
#include "utility/netapp.h"
#include "utility/evnt_handler.h"
#define READ 3
#define ... | [
"jess@jmicrobe.me"
] | jess@jmicrobe.me |
4d31c9d27686a0b2d67f6b77f84a62dab01d176d | a9a9742197e8b6e39f4e2435790b799c32970ed9 | /pipeitem.h | 5dec48eb7c90aea90bcff954ac0855a63dd07423 | [
"Apache-2.0"
] | permissive | renzibei/Flow_Simulate | 89b91ae3654c528b9f65cb1378ec073b0a4efabd | b6ae896549acf6ed9197214b28b90d8f1fef85e3 | refs/heads/master | 2020-03-27T19:44:16.306351 | 2018-09-03T17:30:14 | 2018-09-03T17:30:14 | 147,008,625 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 638 | h | #ifndef PIPEITEM_H
#define PIPEITEM_H
#include <QObject>
#include <QGraphicsItem>
class PipeItem : public QObject, public QGraphicsRectItem
{
Q_OBJECT
public:
explicit PipeItem(const QRectF &rect, int index, int width = 200,QGraphicsItem *parent = nullptr);
explicit PipeItem(qreal x, qreal y, qreal width,... | [
"fan_qu@icloud.com"
] | fan_qu@icloud.com |
c56f5596b23e60879215b24846c1b8a7f6ba1f24 | 00822160db2ba1b3b00b318547d239351648013e | /main_program.ino | ed3f848bfd60b03a9b3251ff268bd49f50d18450 | [] | no_license | zjtomy/DH11_LCD1602_I2C | 274c2df8fb10b262bc99ecdd9ee70d6316770175 | c389a925c0ad7a90147ad013781f4a28cf2f139b | refs/heads/master | 2020-03-27T06:56:34.600329 | 2018-08-19T00:05:10 | 2018-08-19T00:05:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,031 | ino | #include "LCD1602_I2C.h"
#include "I2C_m.h"
#include "sensors.h"
uint8_t val_arr[10],num,i,m;
uint8_t parity_check,TMR0_raw[5];
int main(){
I2C_init();
LCD_Init();
DH11_init();
while(1){
DH11_read(TMR0_raw);
parity_check = TMR0_raw[0]+TMR0_raw[1]+TMR0_raw[2]+TMR0_raw[3];
if (parity_check != TM... | [
"noreply@github.com"
] | zjtomy.noreply@github.com |
f692132b0b75e989255cec60c09e17b1572a68de | 86ded80f80d33fa6122410576a4d07799be8c14b | /1.URI Online Judge Solution/1379.cpp | 3fe0205f167c0b980840c7ef3b71e42bbf6f7195 | [] | no_license | mahfuzur-mafu/Problem-Solving- | 4bfb742b8d6ff52145c31039f7542f80797fd987 | 2b6fe2ba8b2778de4b761a7bee5479b1880084d1 | refs/heads/master | 2023-07-02T21:56:56.220276 | 2021-08-07T16:04:52 | 2021-08-07T16:04:52 | 297,142,699 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 163 | cpp | #include <iostream>
using namespace std;
int main()
{
int a,b;
while((cin>>a>>b),a&&b)
{
cout<<2*a-b<<endl;
}
return 0;
}
| [
"noreply@github.com"
] | mahfuzur-mafu.noreply@github.com |
c2bc08e2e9d86a5a877285e26826576a9c7c19c2 | 75cde75df244b8ae8e424c2a7f517873c42c0214 | /DGG/src/YXMetric/YXPathTracer.h | 0d509e50f9024900330e8171694609745fe11a72 | [] | no_license | wxnfifth/DGG_project | 6f5b12ca6f56504fbffc3f949eae4e0acdf2097c | b355111bf13f4054c0b906e183999cc3bd47d44d | refs/heads/master | 2016-09-06T07:16:08.041878 | 2016-01-31T20:27:02 | 2016-01-31T20:27:02 | 40,108,437 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,354 | h | #ifndef _YXPATHTRACER_H_
#define _YXPATHTRACER_H_
#include "YXMetric.h"
using std::vector;
struct YXPathPoint{
//edge: v1-->v2, on triangle v1v2v3, then the point is : v1*a+v2*b+v3*(1-a-b)
int edgeId;
double a, b;
YXPathPoint() : edgeId(0), a(0.0), b(0.0) {}
YXPathPoint(int e, double a, double b) : edgeId(e... | [
"wxnfifth@gmail.com"
] | wxnfifth@gmail.com |
455bfd99a2afd787283257f64bc883dad3c4ed93 | b816f8eaa33e1e74b201e4e1c729cb2e54c82298 | /riegeli/bytes/file_mode_string.cc | d839ec153289ffe7ec0b35de69f5b394d46c8156 | [
"Apache-2.0"
] | permissive | google/riegeli | b47af9d6705ba7fc4d13d60f66f506e528fa0879 | c2f4362609db7c961c7de53387931f0901daf842 | refs/heads/master | 2023-08-17T16:54:54.694997 | 2023-08-11T13:33:07 | 2023-08-11T13:36:05 | 116,150,035 | 366 | 59 | Apache-2.0 | 2023-04-09T21:13:32 | 2018-01-03T15:05:56 | C++ | UTF-8 | C++ | false | false | 6,682 | cc | // Copyright 2022 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 in ... | [
"qrczak@google.com"
] | qrczak@google.com |
bc2b658f0072be9901187fffba9d82b189c90b9a | 1834c0796ee324243f550357c67d8bcd7c94de17 | /SDK/TCF_MeshDescription_classes.hpp | b109be651581b20201cb58b27329b860668c2f75 | [] | no_license | DarkCodez/TCF-SDK | ce41cc7dab47c98b382ad0f87696780fab9898d2 | 134a694d3f0a42ea149a811750fcc945437a70cc | refs/heads/master | 2023-08-25T20:54:04.496383 | 2021-10-25T11:26:18 | 2021-10-25T11:26:18 | 423,337,506 | 1 | 0 | null | 2021-11-01T04:31:21 | 2021-11-01T04:31:20 | null | UTF-8 | C++ | false | false | 9,070 | hpp | #pragma once
// The Cycle Frontier (1.X) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "TCF_MeshDescription_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//--------------------------------------------------------------------------... | [
"30532128+pubgsdk@users.noreply.github.com"
] | 30532128+pubgsdk@users.noreply.github.com |
891886fc87c5b28424cabbc6279fcf9a9e9803d4 | 9d684073707de7b6c1eff7c2f36ef53dd137655d | /qcom-caf/msm8952/display/libhwcomposer/hwc_utils.cpp | 1456ea5b4dc3ee1653ecc3d06af6d2d485b01f2e | [] | no_license | segfault2k/stuff | a8f1e5f4a9b023ba3c20b25e28b618dd0d7177b2 | 591a8cd382791c970fc75a41428be76bef98e375 | refs/heads/master | 2023-06-27T21:14:22.355725 | 2021-08-04T22:33:55 | 2021-08-04T22:33:55 | 382,970,191 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 122,911 | cpp | /*
* Copyright (C) 2010 The Android Open Source Project
* Copyright (C) 2012-2014,2016, The Linux Foundation All rights reserved.
*
* Not a Contribution, Apache license notifications and license are retained
* for attribution purposes only.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* y... | [
"sebastian.sariego.benitez@gmail.com"
] | sebastian.sariego.benitez@gmail.com |
61673d8c1b21910f61c908a29cac94652f9fd214 | 7be0cf5b98c891efc0972ff4e1a5a5430893162c | /AI/Wrappers/Cpp/src-generated/Economy.h | ac740603699d177b782b5e810f44dd3177a4aea6 | [] | no_license | spring/spring-ai-includes | 7358397df73d571fae36037e14bfd0bc4b39433e | 24417cc1920814c6542ec43e6d7a2d79cb98a4ec | refs/heads/master | 2021-01-17T17:25:35.096192 | 2016-10-09T04:26:38 | 2016-10-09T04:26:38 | 70,375,079 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,172 | h | /* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
/* Note: This file is machine generated, do not edit directly! */
#ifndef _CPPWRAPPER_ECONOMY_H
#define _CPPWRAPPER_ECONOMY_H
#include <climits> // for INT_MAX (required by unit-command wrapping functions)
#include "IncludesHeaders.h"
... | [
"spring@abma.de"
] | spring@abma.de |
b307d4dcd3513e99311dddd1e6ec06873fa39e68 | cc327a4880fa7e4c9f699b634e17ca5242c06bc0 | /src/Magnum/Shapes/Plane.h | c849aa100e9bd921f230027cc04d9e8ba72bc763 | [
"MIT"
] | permissive | xqms/magnum | 7cd3f2416dfbb6b305956173c5342bca8461a7cc | cef34e32db6f1fd6617870fd0f92492bbdafdf32 | refs/heads/master | 2021-06-19T13:19:18.729043 | 2019-02-07T08:02:51 | 2019-02-07T08:02:51 | 169,609,455 | 0 | 0 | NOASSERTION | 2019-02-07T17:09:32 | 2019-02-07T17:09:32 | null | UTF-8 | C++ | false | false | 5,747 | h | #ifndef Magnum_Shapes_Plane_h
#define Magnum_Shapes_Plane_h
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this soft... | [
"mosra@centrum.cz"
] | mosra@centrum.cz |
0dcde98c47952e68d69ddcac8444bbc3612cb13c | ef80cdd8a5593a0ab659d7ccc8dde11f2bf6e679 | /updateit.cpp | 255db355648d154d39195814f6aebf4cdd839e82 | [] | no_license | atyamsriharsha/My-Spoj-Solutions | 26ac4830b4eb3c4ba95a7d731ebb595ef4b93093 | 7d8aabc41bd0ce41a80cd6342b7ea182d0d83a7a | refs/heads/master | 2020-06-07T12:59:39.250327 | 2015-07-07T14:23:29 | 2015-07-07T14:23:29 | 38,692,463 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 643 | cpp | #include <iostream>
#include <cmath>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
using namespace std ;
int main(int argc, char const *argv[])
{
int test,i ;
scanf("%d",&test) ;
while(test)
{
int n,u ;
scanf("%d %d",&n,&u) ;
int a[n] ;
for(i=0;i<n;i++)
a[i]=0... | [
"atyamsriharsha@gmail.com"
] | atyamsriharsha@gmail.com |
3467b1f72502f1eabce79142813a20e1f3ccb4df | 28f18e6b5ec90ecbe68272ef1572f29c3e9b0a53 | /test/algorithms/closest_points/ar_ar.cpp | e9c5107b255f861f3782c86df15f2641c5007581 | [
"BSL-1.0"
] | permissive | boostorg/geometry | 24efac7a54252b7ac25cd2e9154e9228e53b40b7 | 3755fab69f91a5e466404f17f635308314301303 | refs/heads/develop | 2023-08-19T01:14:39.091451 | 2023-07-28T09:14:33 | 2023-07-28T09:14:33 | 7,590,021 | 400 | 239 | BSL-1.0 | 2023-09-14T17:20:26 | 2013-01-13T15:59:29 | C++ | UTF-8 | C++ | false | false | 17,047 | cpp | // Boost.Geometry
// Unit Test
// Copyright (c) 2021, Oracle and/or its affiliates.
// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
// Licensed under the Boost Software License version 1.0.
// http://www.boost.org/users/license.html
#ifndef BOOST_TEST_MODULE
#define BOOST_TEST_MODULE t... | [
"fisikop@gmail.com"
] | fisikop@gmail.com |
ac52810910e91db19bc4bdf2ab697201e111db33 | 82dc3cc4c97c05e384812cc9aa07938e2dbfe24b | /tahoe/src-mirror/solvers/NLSolverX.cpp | 17318aa5ffe97e443ddef6edf2f551cc834c0ca5 | [
"BSD-3-Clause"
] | permissive | samanseifi/Tahoe | ab40da0f8d952491943924034fa73ee5ecb2fecd | 542de50ba43645f19ce4b106ac8118c4333a3f25 | refs/heads/master | 2020-04-05T20:24:36.487197 | 2017-12-02T17:09:11 | 2017-12-02T17:24:23 | 38,074,546 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 49 | cpp | /home/saman/Tahoe/tahoe/src/solvers/NLSolverX.cpp | [
"saman@bu.(none)"
] | saman@bu.(none) |
57e641ba89692a7f0d73442137cf379f13a6af30 | ab1b81bbaf72f806a7ff3448e914e411e77971b9 | /Base_Comandos/I2C_Scanner.ino | f05b3e6842cfa321f78f2755ed48f1f37f7867e1 | [
"MIT"
] | permissive | Rfiles/Sensors-Test | 12d5541274144e1316d45ef8f350472c824f0fd9 | ee0b49920e38f0c2a29f2b10e67f09499e20024d | refs/heads/master | 2021-01-11T13:29:13.249480 | 2017-03-12T00:15:17 | 2017-03-12T00:15:17 | 81,487,063 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,165 | ino |
#define TCAADDR 0x70
#ifdef ENABLE_I2CSCAN
void scan_i2c() {
byte error, address;
int nDevices;
//Serial.println(F("\nSimple I2C Scanner"));
configMPU6050(0x68);
configMPU6050(0x69);
nDevices = 0;
for(address = 1; address < 127; address++ ) {
// The i2c_scanner uses the return value of
// the ... | [
"noreply@github.com"
] | Rfiles.noreply@github.com |
bf462e18b200c5c14c4c676ad1979f610deb6fc4 | ddebf5769f514eff3caaf9b3e569af4480f97e70 | /include/greenlib/TimePoint.hpp | 987694f18d4aee1d6ab5db375a0f7be3b2b2c2de | [
"MIT"
] | permissive | aleksigron/greenlib | 1f5fc3c13d7610d5262d348957ef4c4fd3a46c66 | 6e7d32e29b53e072060fd054a4c6229cd7889fa7 | refs/heads/master | 2016-09-06T11:56:31.421412 | 2015-04-19T01:40:52 | 2015-04-19T01:40:52 | 33,725,222 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,501 | hpp | #pragma once
#include <cstdint>
#include "TimeDuration.hpp"
namespace grn
{
class TimePoint
{
private:
std::uint64_t secondsSinceEpoch;
public:
TimePoint() : secondsSinceEpoch(0) {}
explicit TimePoint(std::uint64_t secondsSinceEpoch) : secondsSinceEpoch(secondsSinceEpoch) {}
std::uint64_t Uint64() co... | [
"aleksi.gron@gmail.com"
] | aleksi.gron@gmail.com |
b5ea29ce410595060b5e9c8623ae79c17fc734e7 | 82699a3f975bdfe3e91b632ebcee143764a75f4d | /programs codes/nandan.cpp | fcf6495add1e923d9c238480a8b7354f751ca711 | [] | no_license | vishuchhabra/cpp_programs | ecfbb3c4eeb76442fb71c58ea096145eb5f3be80 | ee0ce21bce57501b8465f5f254488adad7dbe0bb | refs/heads/master | 2021-02-18T19:39:18.090206 | 2020-10-02T07:17:22 | 2020-10-02T07:17:22 | 278,788,375 | 0 | 3 | null | 2020-10-04T09:55:03 | 2020-07-11T04:35:13 | C++ | UTF-8 | C++ | false | false | 115 | cpp | #include<iostream>
using namespace std;
int main()
{
cout<<"my name is vishu chhabra "<<endl;
return 0;
}
| [
"vishuchhabra1016@gmail.com"
] | vishuchhabra1016@gmail.com |
da57a671a91bdc2589fc91e6e0a5061af5da04e9 | d779765b758d43ed9ae19ff1e83a894ec37e1e86 | /Practice/05/C++/05/05/05.cpp | 5c1411765a20878865c6bfb71f6ec1f8d4e2bc3e | [] | no_license | gamebars/Programming | 2e0cc641056ba020f609f3f9a28228faafd5bb1d | 9def7f353461062a0b33b10f8aa454bb16df4939 | refs/heads/main | 2023-05-09T09:57:58.775725 | 2021-06-05T18:50:59 | 2021-06-05T18:50:59 | 310,386,577 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 424 | cpp | #include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "Russian");
double x,t,v,g,L, S;
g = 9.8;
cout << "Введите начальное положение ";
cin >> x;
cout << "Введите время движения " ;
cin >> t;
cout << "Введите начальную скорость ";
cin >> v;
S= x + v * t + g * t * t / 2;
cout << "\n Ра... | [
"freerancho@gmail.com"
] | freerancho@gmail.com |
15b2df42865d422adf4da2f273b1194c61c11c84 | 8ea9fa0a919ad0f40ca79a75e2836ec5bb1e1608 | /12_8/IKCSYSTEMOK/IKCSYSTEM.cpp | 972ca426d672e8636cf88e13cbf5c0843f070e9b | [] | no_license | stronghzz/hzzcoding | d8f7da454c8f0a3681ddc6c8c2a833ea60f8e5eb | 8a70b6132277aacc6ed7b945e9eab96aa4605dcf | refs/heads/master | 2023-04-02T19:35:50.180068 | 2023-03-25T22:35:30 | 2023-03-25T22:35:30 | 154,313,309 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,031 | cpp | // IKCSYSTEM.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "IKCSYSTEM.h"
#include "IKCSYSTEMDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// ... | [
"760767745@qq.com"
] | 760767745@qq.com |
865c057042aad859983c9f0cd2bee73c828e11b5 | 1f0df339a3721d41e920353b79b645ea87f57864 | /graphs/floyd_warshall.cpp | c08103c25c95e9f597256f3a20fb661e795fb20f | [
"MIT"
] | permissive | r1walz/cookbook | c81195e2bc07cbebd3e97c3db5ddee957a520c15 | 0f5326841e23d25b8f5d612ab32ae46faf61608e | refs/heads/master | 2023-01-06T21:23:59.135967 | 2020-10-16T12:23:35 | 2020-10-16T12:23:35 | 304,295,904 | 0 | 2 | MIT | 2020-10-16T12:23:36 | 2020-10-15T10:52:15 | C++ | UTF-8 | C++ | false | false | 1,186 | cpp | /*
* @author Samarth Agarwal
*
* Floyd-Warshall is an algorithm that finds the shortest distance
* between each pair of nodes in a graph. It uses dynamic programming
* to accomplish this task.
*
* Time Complexity: O(n^3)
* Space Complexity: O(n^2)
*/
#include <iostream>
using namespace std;
const int N = 50... | [
"setu.samarth@gmail.com"
] | setu.samarth@gmail.com |
6126a2c5395b6c9618daf4be6ca51820dc66b193 | 2552be2e1e71c352979f2c8e2214b1abad81ba2f | /cost_dbns_chain_r2l.h | b48208d5b2786afdec07aa868e08ddc95f30dc99 | [] | no_license | maxwellsayles/powcosts | e9cf3df3bfaf8a14de4e03ff25499faddd52144e | 237da247ee3d081f77ee140020f7755d967e9f2f | refs/heads/master | 2020-08-07T10:17:10.249593 | 2013-05-21T00:53:00 | 2013-05-21T00:53:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 602 | h | #pragma once
#ifndef COST_DBNS_CHAIN_R2L_H_
#define COST_DBNS_CHAIN_R2L_H_
#include "powcosts/i_cost_exp.h"
class CostDBNSChainR2L : public ICostExp {
public:
double cost(const group_cost_t& cost, const mpz_c& in_n) const override;
};
class CostDBNSChainR2L36 : public ICostExp {
public:
double cost(const group... | [
"maxwellsayles@gmail.com"
] | maxwellsayles@gmail.com |
7bc2ab1784ad002f2b84c3bc96356456c715b1c5 | 548e9ba77b29e920be0382e9d83f849c5be6195a | /test33.cpp | 707bd6be237d13f61f5189b297bef5c96ec087c4 | [
"LicenseRef-scancode-boost-original"
] | permissive | sjzlyl406/Practice | 2c345b246217eace1d5920da3682b1bed27a434a | 6a1f4f0f9aaa728a2188d6ee0676e5fcbebf4886 | refs/heads/master | 2020-04-26T11:39:52.832526 | 2015-08-20T07:48:25 | 2015-08-20T07:48:25 | 38,287,730 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,206 | cpp | /*************************************************************************
> File Name: test33.cpp
> Author: leon
> Mail: sjzlyl406@163.com
> Created Time: 2015年07月03日 星期五 15时03分25秒
************************************************************************/
/********************************************************... | [
"sjzlyl406@163.com"
] | sjzlyl406@163.com |
dc383f0c0857dbcd56d7330c68b598275ec77339 | 50013a78fae7e06c2cf0c63777585044ec0c12eb | /ArduinoCode/SendRangeBasic-espVer2/SendRangeBasic-espVer2.ino | cf744e789721f979e0a3918d4a97d4fc1806f0c8 | [] | no_license | KuroNguyen/IPSThesis | 2767721636a65348a23735721a9647295f25cade | f1d7ee508367ebb083517e475ad001aae89f9777 | refs/heads/master | 2021-08-23T23:46:12.669757 | 2017-12-07T04:10:00 | 2017-12-07T04:10:00 | 109,517,292 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,518 | ino | /*---------------------------------------------------------------------------------------------
Open Sound Control (OSC) library for the ESP8266/ESP32
Example for sending messages from the ESP8266/ESP32 to a remote computer
The example is sending "hello, osc." to the address "/test".
This example code is in the... | [
"chanhtruck13@gmail.com"
] | chanhtruck13@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.