blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12f3c848c92f087d6d2a1c6284373bd1ff664d19 | 337f830cdc233ad239a5cc2f52c6562fbb671ea8 | /case5cells/6.6/polyMesh/pointZones | bc3a89f1e0b994f6b16c3c775ba0e6499adc04bf | [] | no_license | j-avdeev/laplacianFoamF | dba31d0941c061b2435532cdfbd5a5b337e6ffe9 | 6e1504dc84780dc86076145c18862f1882078da5 | refs/heads/master | 2021-06-25T23:52:36.435909 | 2017-02-05T17:28:45 | 2017-02-05T17:28:45 | 26,997,393 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 873 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"j-avdeev@ya.ru"
] | j-avdeev@ya.ru | |
d2eb986dd64833b946474fc1d72e0c8b5a759757 | df3e6c2f276ef80ea6dd260ea8ff1f6ff65246db | /MEXUM.cpp | 4f5bd413473e7417fd98aa21e06e44ea22a5def9 | [
"MIT"
] | permissive | sachanakshat/Competitive_Practice | a3e1a77894d5ca1811debdc4304fcbe5a80f3ff3 | 63170d87398bf5bd163febecdcfef8db21c632c7 | refs/heads/main | 2023-03-28T08:20:00.347713 | 2021-03-30T10:10:17 | 2021-03-30T10:10:17 | 352,952,307 | 0 | 0 | MIT | 2021-03-30T10:10:18 | 2021-03-30T09:57:34 | null | UTF-8 | C++ | false | false | 714 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include<bits/stdc++.h>
using namespace std;
int* subsum(int a[], int index, int subindex, int sub[], int N)
{
if(index == N)
{
return sub;
}
int sub[subindex] = a[index] + subsum(a, index+1, subindex+1, sub, N);
int sum[subindex]... | [
"sachanakshat@gmail.com"
] | sachanakshat@gmail.com |
307f7aca6d80cbb4c174debf0567a5be42016025 | 3181b69e42860996b019d71ff956cc1a69c00127 | /caleb.hpp | 2367723aaf1890778e4ac2c3e9c23522dfba7844 | [] | no_license | amcalhoun84/Group-Mu-The-Summerworth-Horror | 4737dc375f841b802cd6158a418999dd39bd9749 | a3e8b36f5d9719841f50f2f273518279bf78c592 | refs/heads/master | 2020-04-05T18:32:21.249738 | 2016-06-09T20:55:12 | 2016-06-09T20:55:12 | 55,563,848 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 295 | hpp | #ifndef _CALEB_HPP
#define _CALEB_HPP
#include "creature.hpp"
class Caleb : public Creature
{
private:
string insults;
string response;
public:
Caleb();
~Caleb();
std::string conversation(string cmd);
std::string randomInsult();
int attackPlayerHP();
};
#endif | [
"calhouna@onid.oregonstate.edu"
] | calhouna@onid.oregonstate.edu |
96454b51922a36b5045c892e2a169f758cc457b5 | 1f7f599da6cbf91f4afd8abfb497c465f7663c8b | /emscripten-arch/hello.cpp | fb0de74fdceefb470c7f45c6c27c3a48b1ee5b54 | [] | no_license | cjxgm/emscripten-arch | 7853ecd6f66245743c0643ca02f0a8726997c56b | bd4c14ae295e4937d9971243d0f6f5832aa04408 | refs/heads/master | 2021-05-09T22:50:32.935849 | 2018-10-06T09:48:01 | 2018-10-06T09:48:01 | 118,765,651 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 179 | cpp | #include <iostream>
#include <stdexcept>
int main() try
{
throw std::runtime_error{"hello world"};
}
catch (std::exception const& ex) {
std::cerr << ex.what() << "\n";
}
| [
"cjxgm2@gmail.com"
] | cjxgm2@gmail.com |
8da703989e02999fc1ec6ff6737b1e2776777f81 | 2b78e93ea6c85993bc66690319bea1112ef3e8f4 | /meinwidget.h | 5e8bd30db6360ce38b594243061a3f5ec02ead53 | [] | no_license | dsteige1/SteigerDavid_Cpp2 | b40df8c703744ff65dcd4bfa49b95854ce51ae4c | 1a8e19771ef5aa8f756c2cb8e77cdc43ea0d229b | refs/heads/master | 2020-03-23T09:52:53.657518 | 2018-09-15T14:57:30 | 2018-09-15T14:57:30 | 141,412,849 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 436 | h | #include <QWidget>
#include "spielfeld.h"
#include <QPushButton>
class meinWidget : public QWidget{
Q_OBJECT
public:
meinWidget(QWidget *parent = 0);
QPushButton *starter=new QPushButton(tr("Start")); //Button is initiated here, so that I can change the name via the Slots
private:
spielfeld *mei... | [
"noreply@github.com"
] | noreply@github.com |
09730ad175241ca2c15ca80fc62753167e9b0e4e | e1826894c8e2aca01f04829e0b797654ca72c38f | /cpp/Lynx3-patterns.cpp | 6b1c6b46b2dc9d9ed8f397b1395a38df41a601df | [] | no_license | maksverver/lynx | 01df0cdc3282972e020c330e164ba498b20469d4 | 4db3d375d8b1cbca6752ccc1461034b3d95fd938 | refs/heads/master | 2023-05-11T12:00:23.239704 | 2014-05-26T13:10:36 | 2014-05-26T13:10:36 | 20,185,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 37,566 | cpp | #include <vector>
// Patterns for the monte carlo simulation
// patterns[i] encodes the patterns that must be checked when the opponent has played position i in the previous simulation step
// The patterns for a position are encoded in an array, where one pattern consists of four long longs:
// 1 & 2: A bit mask en... | [
"maksverver@geocities.com"
] | maksverver@geocities.com |
8706e867bbf866ca372015be551852844ef99ce2 | 915c7ea66fc5d6ea3f38c4f84296a285fd95ae5f | /src/stats.cpp | 59a76bd48d51c78e5685d994aafd57515add6354 | [
"MIT",
"LicenseRef-scancode-llnl",
"BSD-3-Clause",
"LicenseRef-scancode-hdf5",
"BSL-1.0",
"BSD-2-Clause"
] | permissive | matq007/kEDM | ba602306d3454329465e960c629d10fe28ef24a2 | e7f08b6488d76d06b52bbc60fa34a79469349c30 | refs/heads/master | 2023-09-05T06:32:33.860993 | 2021-11-16T07:24:06 | 2021-11-16T07:24:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,887 | cpp | #include "stats.hpp"
namespace edm
{
float corrcoef(TimeSeries x, TimeSeries y)
{
#ifndef KOKKOS_ENABLE_CUDA
using std::min;
using std::sqrt;
#endif
CorrcoefState state;
Kokkos::parallel_reduce(
"EDM::stats::corrcef", min(x.size(), y.size()),
KOKKOS_LAMBDA(int i, CorrcoefState &upd) ... | [
"keichi.t@me.com"
] | keichi.t@me.com |
851decc822a0bed1058a1b10a685929b45775be3 | 800184441b1bc983e851a5b19ada981916379d32 | /libraries/chain/include/graphene/chain/transaction_object.hpp | 06ed0e743e477055c2fe642f67c5bd824a0a236f | [] | no_license | 0xae/graphene | 83d441382b3df331a35da9407522d586f997ecc0 | 49fb41c440339121a066a33dc97069a5144bdf93 | refs/heads/master | 2020-12-02T23:01:07.614739 | 2015-07-08T03:47:27 | 2015-07-08T03:47:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,287 | hpp | /*
* Copyright (c) 2015, Cryptonomex, Inc.
* All rights reserved.
*
* This source code is provided for evaluation in private test networks only, until September 8, 2015. After this date, this license expires and
* the code may not be used, modified or distributed for any purpose. Redistribution and use in source a... | [
"nat.hourt@gmail.com"
] | nat.hourt@gmail.com |
ce88bec82a0fc311bdd2b2a190c19e42da0e18be | 0a64bfcfd943372df11eb47c7a037db606d06da0 | /cs12/Assignment 4/intvector.cpp | c7f86889bf22c395b0edb517109edf2d0cb71f51 | [] | no_license | zacharysells/school | 9e09c00e4a3e87cd798ca21813edc11ac4eeb4b7 | e59270018cb3d4752c618d410d7f2af8f921aac8 | refs/heads/master | 2021-01-10T19:31:01.721574 | 2015-06-05T18:57:29 | 2015-06-05T18:57:29 | 27,702,632 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,366 | cpp | // Course: CS 12 <Winter 2012r>
//
// First Name: Zachary
// Last Name: Sells
// Course username: zsell001
// email address: zsell001@ucr.edu
//
// Lecture Section: 001
// Lab Section: 025
// TA: Mirebrahim, Seyed Hamid
//
// Assignment: assn4
//
// I hereby certify that the code in this file
// is ENTIRELY my own ori... | [
"zacharysells@gmail.com"
] | zacharysells@gmail.com |
366e0a2f67f1e2364182102ec7ff1b575e15a59c | 034d8e28730a6d8b8fb9cb403791f8693c8fd619 | /Hashing/Hashing/Main.cpp | 0af633ef41e61f9f7e4884ea5239f692ac0880b4 | [] | no_license | MisterMew/4-CodeDesignandDataStructures | 7173db768e24d15db950cbe5866494e79e2e623f | ca1878658b9cb5e372c6c3ac28bdf0fe5450f387 | refs/heads/main | 2023-09-02T18:33:15.197430 | 2021-10-09T04:54:04 | 2021-10-09T04:54:04 | 378,316,284 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,551 | cpp | #include "MainCore.h"
bool FileExists(string filepath) {
struct stat buffer;
return (stat(filepath.c_str(), &buffer) == 0);
}
#pragma region [ MENU Functions ]
/// HASH MENU: View Menu
/* View menu options for hashtable */
void HashMenuOptions() {
cout <<
"\n HASHING OPTIONS"
"\n [1] Check List"
"\n [2] In... | [
"thebesteccentric@gmail.com"
] | thebesteccentric@gmail.com |
06d7d449c82012931a285549002f14e25dc247d5 | f5b593692f3b54f051cd23397d09eac69e38ee9a | /powerplay 7/Object.cpp | fa58585398bfb51487d333673245fada02fb1114 | [] | no_license | AustinJesse/Power-Play-7 | 5520256c89e52dcf2cbc801ee0f38507c03f0be9 | e66267d6bbc75e378a37f6b17be0b36c84ff01a6 | refs/heads/master | 2022-11-06T10:42:09.211783 | 2020-06-24T04:35:17 | 2020-06-24T04:35:17 | 274,575,498 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,195 | cpp | #include <random>
#include <iostream>
#include "Monster.h"
#include "Object.h"
std::random_device Object::seed;
std::default_random_engine Object::engine(seed());
Object::Object(Type name, int strength, int health, int level) : name{ name }, strength{ strength }, health{ health }, level{ level }
{
}
bool Object::... | [
"aajesse@ualr.edu"
] | aajesse@ualr.edu |
6ddad8dd5b2465130cd16fc1469dc4cbb61cbaaf | 35a0f73a51d65b24470876f51353b18a8a7937ff | /source/game/entity/Blood.cpp | 10dac799fe0f9c520b44b95438a01be052a4d591 | [
"MIT"
] | permissive | edeksumo/carpg | a7c3f90a31649b056bc18dda45448791d51739d7 | 7801960e05358c797ec968fda3cc0722d7421f6b | refs/heads/master | 2021-01-21T03:37:42.802907 | 2015-05-17T09:40:01 | 2015-05-17T09:40:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 559 | cpp | #include "Pch.h"
#include "Base.h"
#include "Blood.h"
#include "SaveState.h"
//=================================================================================================
void Blood::Save(File& f) const
{
f.Write<byte>(type);
f << pos;
f << normal;
f << size;
f << rot;
}
//=================================... | [
"tomash4my@gmail.com"
] | tomash4my@gmail.com |
cd78a6433df1ef18a97db3b39d9441638ccf2e4a | 912224938987d2dd68abd1acab48b09e57c5caea | /offerJZ36.cpp | 3997d084d7b1fbcfd2c3aa890c27784ab0c9b81e | [] | no_license | LavenSun/NiuKe-Practice | edb17eece5165f8297e7887668e549935d0e4f8e | c3c73789fae7c14b66d2a35af6e9509873483303 | refs/heads/master | 2022-11-17T03:33:09.165459 | 2020-07-17T10:14:02 | 2020-07-17T10:14:02 | 183,882,529 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 504 | cpp | //输入两个链表,找出它们的第一个公共结点。
//(注意因为传入数据是链表,所以错误测试数据的提示是用其他方式显示的,保证传入数据是正确的)
class Solution {
public:
ListNode* FindFirstCommonNode( ListNode* pHead1, ListNode* pHead2) {
ListNode *ta = pHead1, *tb = pHead2;
while (ta != tb) {
ta = ta ? ta->next : pHead2;
tb = tb ? tb->next... | [
"noreply@github.com"
] | noreply@github.com |
d7b8df404510d4d94de12d6ccacd12cd41bfaa1a | 7595abb601d1f75749ceec4013ce440f5f035ff2 | /defaulted.h | 4f57ca0c2bb6031180c640c36d7af199853852b9 | [] | no_license | sv1990/Defaulted | d5bb426a0d8fc9cd0616d1c0d27088def54e6a82 | b7bfafee74a4557259bf39f814f08f95a6a7b280 | refs/heads/master | 2021-05-05T09:55:11.070922 | 2017-09-17T20:54:01 | 2017-09-17T20:54:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | h | #ifndef defaulted_h
#define defaulted_h
namespace fluent
{
struct DefaultValue{};
static const DefaultValue defaultValue;
template<typename T, T... DefaultedParameters>
class Defaulted
{
public:
Defaulted(T t) : value_(std::move(t)){}
Defaulted(DefaultValue) : value_(Defaul... | [
"boccaraj@gmail.com"
] | boccaraj@gmail.com |
7d29492616733c839f6b96c5999f642c4148712f | edfc92a7df8d8ce526324f8e21d603450bec6c23 | /editors/ComponentEditor/general/desceditor.h | 19187634f3736859befbd3f68cb068a3362c635b | [] | no_license | shrimpdede/kactus2 | 97be5f47918c99c7a3b3c4e17cf89f1cba267588 | 401b9dc80c2f4f3d081a639e498b08a50c89de71 | refs/heads/master | 2021-01-21T20:30:09.864195 | 2015-09-14T12:42:14 | 2015-09-14T12:42:14 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,756 | h | //-----------------------------------------------------------------------------
// File: desceditor.h
//-----------------------------------------------------------------------------
// Project: Kactus 2
// Author: Joni-Matti Määttä
// Date: 7.2.2011
//
// Description:
// Description editor for the component edi... | [
"jonim@f0aa6db5-7f46-43cc-a8a5-a31efdaafa67"
] | jonim@f0aa6db5-7f46-43cc-a8a5-a31efdaafa67 |
bb3b6cac7f830704292ed73897e3ed478bc7df6d | 6b7bc255186b607345f6267facd61a1440e56119 | /libredex/VirtualScope.cpp | fefcb783c87be24d47fe88df6a479ef2a030cc6f | [
"MIT"
] | permissive | tectas/redex | 8c56ae776df1df17df055fe131a38a40314a7d0c | 67885df47c1cd6d05e9d8620adf024b77c78194b | refs/heads/master | 2022-11-30T20:27:42.210836 | 2022-11-22T08:26:20 | 2022-11-22T08:26:20 | 56,158,480 | 0 | 0 | NOASSERTION | 2022-11-22T08:26:23 | 2016-04-13T14:22:52 | C++ | UTF-8 | C++ | false | false | 33,707 | cpp | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "VirtualScope.h"
#include "Creators.h"
#include "DexAccess.h"
#include "DexUtil.h"
#include "ReachableClasses.h"
#includ... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
b66cc8ebb6f2f590f221cda99ecc387edf6e9294 | fa4a1fd904955489d9e44969bdc968df917f7fa9 | /Test2/상속.cpp | 604dc8c1b79ac33de43409607cfd226d3cd357e4 | [] | no_license | WhiteHair-H/Study-C-PLUS | 9b4461a050b082c940b1e29c79b96dd7d312a9d7 | b45e17e2030b442aa3e54176759cc394936ad71b | refs/heads/main | 2023-05-22T18:47:16.051846 | 2021-06-10T07:47:20 | 2021-06-10T07:47:20 | 372,756,097 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 1,101 | cpp | //#include <stdio.h>
//#include <iostream>
//using namespace std;
//
//class Human
//{
//private:
// char* name;
//public:
// Human(const char* aname)
// {
// int len = strlen(aname) + 1;
// name = new char[len];
// //strcpy(name, aname);
// strcpy_s(name, len, aname); // strcpy 보단 안정적
// }
// ~Human() { delete[] n... | [
"https://github.com/WhiteHair-H/BasicSetting.git"
] | https://github.com/WhiteHair-H/BasicSetting.git |
cf9db6b3e46b96cf4f3caa364512ed73127181f6 | bb842de9543d666b66ca8f7b292a43174ac1c76c | /Teensy/teensy_drive_Flex_MA/Timer0.hpp | bcbc3b364a5d329582055fc6052111e10ac3f239 | [] | no_license | jensdehoog95/MAP2017 | fa4bc686a357cffa514893c617e2aebe1dbfdc8d | 85be1b162f67a78a5d5373cbc4ba9aac018ad82d | refs/heads/master | 2021-03-19T05:57:46.629773 | 2017-06-26T13:47:14 | 2017-06-26T13:47:14 | 88,791,020 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,418 | hpp | /*
* Interrupt and PWM utilities for 16 bit Timer0 on ATmega168/328
* Original code by Jesse Tane for http://labs.ideo.com August 2008
* Modified March 2009 by Jérôme Despatis and Jesse Tane for ATmega328 support
* Modified June 2009 by Michael Polli and Jesse Tane to fix a bug in setPeriod() which caused the t... | [
"jens.dehoog@student.uantwerpen.be"
] | jens.dehoog@student.uantwerpen.be |
a7a11f15efab15c8d4481ab898d8d8a622bbb699 | 44313c3267c1b694970a7cffd50a486930fea285 | /OgreNewt 2/src/OgreNewt_Joint.cpp | 559070516191b169dc3e9a6fc54a77132eac34eb | [] | no_license | ehei1/maze-client | 3bd08b40d8a02c760e0da631c9680a8375b514d8 | 3ca195e0cf21d2cf0c9c75b1374ffdaae3f88245 | refs/heads/master | 2022-10-28T13:38:27.971161 | 2020-06-15T12:33:24 | 2020-06-15T12:33:24 | 272,433,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,094 | cpp | #include "OgreNewt_Joint.h"
#include "OgreNewt_Body.h"
#include "OgreNewt_World.h"
namespace OgreNewt
{
Joint::Joint()
{
// nothing here
}
Joint::~Joint()
{
if(m_joint)
{
if (NewtonJointGetUserData(m_joint))
{
NewtonJointSetDestructor( m_joint, NULL );
Newto... | [
"ehei0001@gmail.com"
] | ehei0001@gmail.com |
8109ae58145d455808935722a19c545d390c51a0 | bf5ce4d5c5996d8e9cfa340811140bd193c55d3d | /set_stl.h | 364102a4e0542bae4170fd835afa3c7e46bb5e24 | [] | no_license | zhaofeng-shu33/set | 6b24cb4b2f9d646eda5d781122220710251d16f7 | 100b6fefd8b22e4e681e328e29451b6e1ee8a742 | refs/heads/master | 2022-11-16T15:47:03.598954 | 2022-10-20T02:39:45 | 2022-10-20T02:39:45 | 194,417,898 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,127 | h | # pragma once
#include <set>
#include <string>
#include <algorithm>
#include <iterator>
#include <iostream>
namespace stl{
template <class T>
class Set {
public:
using element_type = T;
using value_type = element_type;
typedef typename std::set<element_type>::iterator iterator;
typedef typename std::set<el... | [
"616545598@qq.com"
] | 616545598@qq.com |
80896c34c0bdc6e5c84950aece842f54c4a23e36 | b01889a9d9c438bd5f7e1a56707027cf67644fdf | /include/hermes/VM/HermesValueTraits.h | 8d0410037caded1d7bed888b243b3733856f7d7c | [
"MIT"
] | permissive | Dhruvdd/hermes | f71eede552b02458a5717e1611c55ab09784c06b | dec2d951b8d20cf7fc30e324c3d2bafa0e6b12a8 | refs/heads/master | 2022-11-20T23:25:11.980557 | 2020-07-25T07:00:34 | 2020-07-25T07:00:34 | 282,389,948 | 0 | 0 | MIT | 2020-07-25T07:00:35 | 2020-07-25T06:59:41 | null | UTF-8 | C++ | false | false | 7,616 | h | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#ifndef HERMES_VM_HERMESVALUETRAITS_H
#define HERMES_VM_HERMESVALUETRAITS_H
#include "hermes/VM/CellKind.h"
#include "hermes/VM/He... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
3d576e267fd66e9d496b500d6ea38aa407d3982d | f2598ff3ddeee3686360567682bf5eddd8ba1ab5 | /src/crypto/hmac_sha512.h | ec5f2213ceb838aba44c3a3faa62f55601974f5c | [
"MIT"
] | permissive | MyProductsKft/Vitalcoin | c4566dca1b9a60cbb39de25faa7251e3a3786735 | 492306908ee457362f2ba777cbd235d417f6d3b5 | refs/heads/master | 2020-03-21T02:15:27.776360 | 2018-10-31T17:32:15 | 2018-10-31T19:14:54 | 137,989,832 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 757 | h | // Copyright (c) 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.
#ifndef VITALCOIN_CRYPTO_HMAC_SHA512_H
#define VITALCOIN_CRYPTO_HMAC_SHA512_H
#include "crypto/sha512.h"
#include <stdint.h>
#in... | [
"40405254+LeslieDombi@users.noreply.github.com"
] | 40405254+LeslieDombi@users.noreply.github.com |
ec31a517ee7116aff97a5790e3c77ca5103a2133 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/ui/events/linux/text_edit_key_bindings_delegate_auralinux.h | 9344bcb6c50d2a4465ed0f7c9ddf54f34661065c | [
"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 | 892 | 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 UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_
#define UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_
#include <vector>
#include "ui/eve... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
ff608a81e09795f297539e02ffbab184e030da15 | 2e02f4a1333b593cd45ea6e8aadb21e1fb4b3e2f | /CodeForces/C/1530 C.cpp | b5764a2967a99f71fcf4192b5c3b591b16bb8cd8 | [] | no_license | rahul-goel/CompetitiveProgramming | 33c42145a5807ce1e1b94334faeeb960ad381edb | 7c042b81dd9208137bbbd34e397baa55c85ff793 | refs/heads/master | 2022-09-25T04:26:16.173096 | 2022-09-05T18:26:23 | 2022-09-05T18:26:23 | 231,899,837 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,119 | cpp | /*
Created by Rahul Goel.
*/
#include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
/*******************************************************************************/
using namespace std;
using namespace __gnu_pbds;
template < typename T >
using ordered_set = tree<T,... | [
"rahulgoellko@gmail.com"
] | rahulgoellko@gmail.com |
4aca813edf1373beaabaa3b9dd6781ff41384a76 | 513f3261ff64159df147cc2c03d13268bcfdda1c | /samples/opening_window/main.cpp | e3f3f5bb058e185383bc699873042aba4e1df6bc | [
"MIT"
] | permissive | sutirthaghosh/gentlemanly_engine | b29b858e498b6638b59618d3ce2e16505b033d1e | b9481628fdcf0f92d367f9d3afddd501462667fc | refs/heads/master | 2020-12-25T05:35:57.908639 | 2016-05-31T07:50:43 | 2016-05-31T07:50:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,400 | cpp | #include <ge/model_system.hpp>
#include <ge/qt_application.hpp>
#include <ge/asset_manager.hpp>
#include <ge/camera_component.hpp>
#include <ge/material_asset.hpp>
#include <ge/mesh_asset.hpp>
#include <ge/transform_component.hpp>
#include <ge/world.hpp>
#include <iostream>
#include <memory>
using namespace ge;
int... | [
"russellgreene8@gmail.com"
] | russellgreene8@gmail.com |
985f447c11bc2a917c256822ffa5621cf7054c0f | 905b2f9a603058acce7c0f498a3d077a16dad4c1 | /src/sqlite/backup.cpp | a730581c1c485d3e592788540468d7bbd5a8e958 | [
"BSD-3-Clause"
] | permissive | vinzenz/vsqlite-- | eae5585df125f81e05eea44a15a73cd108c33d89 | ea77afd29f5112663353f63c725c3c8bf29c00e4 | refs/heads/master | 2021-01-22T03:05:39.314441 | 2020-11-11T10:09:46 | 2020-11-12T20:51:26 | 5,426,635 | 21 | 18 | NOASSERTION | 2020-11-12T20:51:27 | 2012-08-15T13:56:03 | C++ | UTF-8 | C++ | false | false | 1,642 | cpp | #include <sqlite/backup.hpp>
#include <sqlite/connection.hpp>
#include <sqlite/private/private_accessor.hpp>
#include <sqlite/database_exception.hpp>
#include <sqlite3.h>
namespace sqlite {
backup::backup(connection& conn_to, connection& conn_from)
: m_pBackup(NULL), m_conn_to(conn_to) {
private_ac... | [
"yan12125@gmail.com"
] | yan12125@gmail.com |
0e0f8e4afdc60ca0fcb33231153dd5673ac477dd | f982e7cb8c3a80cc5f460a91dbf95b52ff71170f | /CommandString/appendcommand.h | 9c7499f5b1ddccbc0c62311bcf1594d0cc7e3b7e | [] | no_license | EliakinCosta/CommandPattern | 096a2abcf63508e671c5865ae06476576e635da6 | e5db8aa13137ccc77aa6ff6859a80d47f5b5ce11 | refs/heads/master | 2021-01-19T04:48:05.487617 | 2016-09-24T14:31:35 | 2016-09-24T14:31:35 | 69,101,710 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 355 | h | #ifndef APPENDCOMMAND_H
#define APPENDCOMMAND_H
#include "icommand.h"
#include <QString>
class AppendCommand : public ICommand
{
public:
AppendCommand(QString *document, QString text);
virtual ~AppendCommand();
virtual void redo();
virtual void undo();
private:
QString *m_document;
QString m_t... | [
"eliakim170@gmail.com"
] | eliakim170@gmail.com |
63a62bf193fb3b4e76ef4cb89708f887be01ead4 | fce87b7c9090716505a47a6317cd06ca08d5be5c | /lipan/lib/fun.cpp | 1b5c4b2ad8a2fe5e1f765b6c5e5a4005ccea0f81 | [] | no_license | lipan16/c | 85660bab45b2b7a1b6268b782e8f94cdea0f0bd3 | 44406610aeabfb27dade1af0127990fff6b66a49 | refs/heads/master | 2020-03-07T05:40:37.131071 | 2019-05-30T09:43:42 | 2019-05-30T09:43:42 | 127,302,560 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 207 | cpp | /*
* fun.cpp
*
* Created on: 2018Äê4ÔÂ24ÈÕ
* Author: asus
*/
unsigned long long fun(int i){
if(i==0)
return 1;
else
return i*fun(i-1);
}
int func(){
return 10;
}
| [
"lipan16@lzu.edu.cn"
] | lipan16@lzu.edu.cn |
58da462fba2dafb8ab1ff3dc35cb3b4ed108d67d | 0d334a3e32652d9a624ca1eb4a1dfa77d6c8edc3 | /webDic/webDic/crawler.cpp | e6493cbf33ffb34e56634b7fb616feb199378b97 | [] | no_license | unbiarirang/web_dic | b0c52fd998b8c85516b800865addef8f123cd490 | ac3b11ffb328a49025f1c71c5ed705b63085ef06 | refs/heads/master | 2021-03-27T17:22:17.447901 | 2018-03-30T16:04:05 | 2018-03-30T16:04:05 | 114,513,801 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,813 | cpp | #include "crawler.h"
#include "charString.h"
#include "stack.h"
#include "curl\curl.h"
#include "avlTree.h"
#include "map.h"
#include "hash.h"
#include <pthread.h>
#include <thread>
#include <memory>
#include <vector>
#include <string>
#include <mutex>
AVLTree tree; // AVL tree inverse document
HashDoc hashDoc;// has... | [
"unbiarirang@naver.com"
] | unbiarirang@naver.com |
d91d8dbaf61a1aa426444237090d2d83edee2ec6 | 9c1c77f33cc17042c09dde624f9f56a24b2a9094 | /Classes/PauseLayer.h | a7de73fa57c0ccbbfa160e01eb71d7b727f846a0 | [] | no_license | spocklin/spockTower | 9601fda1aa0df3b23176adffb505f99e1ba4ef1c | da20117b3615fd22fab73a9a00c587557c95399b | refs/heads/master | 2020-04-06T06:28:03.646344 | 2016-09-30T10:05:51 | 2016-09-30T10:05:51 | 69,004,890 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 730 | h | //
// PauseLayer.h
// CarrotFantasy
//
// Created by Yan on 14-9-21.
//
//
#ifndef __CarrotFantasy__PauseLayer__
#define __CarrotFantasy__PauseLayer__
#include "PublicDefine.h"
class PauseLayer:public Layer
{
public:
CREATE_FUNC(PauseLayer);
virtual void setFuncFlagPauseLayerIsClose(const std::f... | [
"mac@macdeMac-Pro-5.local"
] | mac@macdeMac-Pro-5.local |
255d8edcaf92e958df0c53dddf0f75d253f44e37 | dd6147bf9433298a64bbceb7fdccaa4cc477fba6 | /Sinelnikov/lab4/code/Interaction.cpp | 11f3d742ad20df9781a2a2a302e7a9d84dc0ad42 | [] | no_license | moevm/oop | 64a89677879341a3e8e91ba6d719ab598dcabb49 | faffa7e14003b13c658ccf8853d6189b51ee30e6 | refs/heads/master | 2023-03-16T15:48:35.226647 | 2020-06-08T16:16:31 | 2020-06-08T16:16:31 | 85,785,460 | 42 | 304 | null | 2023-03-06T23:46:08 | 2017-03-22T04:37:01 | C++ | UTF-8 | C++ | false | false | 8,951 | cpp | //
// Created by max on 31.03.20.
//
#include "Interaction.h"
void Interaction::setBase(Field *f) {
int x,y;
while (1){
cout << "Введите координаты базы 1" << "\n";
cin >> x >> y;
if(x < f->getXsize() && y < f->getYsize() && x >= 0 && y>= 0 && !f->field[x][y].getIfOccupiedByBuilding())... | [
"sinelnikovmaxim2000@mail.ru"
] | sinelnikovmaxim2000@mail.ru |
10705ac73a59b7068b0f460a7d8da3dfd7ea292c | 9a74de3dfe4288323ddb0d5b57a74aedc3ca63da | /ch14/14-38.cpp | 51d212fcf9e98a9033086e9bf65c643cb8c2d7fc | [] | no_license | ss-haze/cpp_primer | afd56dc810278f728c7d462ada009d1f179c36fa | 917b99845e80a36c4d82345864ceef3f8628fcac | refs/heads/main | 2023-06-05T14:00:38.343255 | 2021-06-28T15:22:27 | 2021-06-28T15:22:27 | 321,345,987 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,033 | cpp | #include <string>
#include <iostream>
#include <fstream>
#include <vector>
#include <algorithm>
using std::cout;
using std::ifstream;
using std::string;
class string_limit
{
public:
string_limit(size_t upper, size_t lower)
: bound_upper_(upper),
bound_lower_(lower) {}
bool operator()(string &str_le... | [
"ss-haze@users.no-reply.github.com"
] | ss-haze@users.no-reply.github.com |
6def73b8fc99a62deda8813e14d956b4556242f1 | 6881ae27fcdae1443da1f24eb73c7da452ecf5d8 | /reverse_linkelist.cpp | bf207b78a5f20143ca6d66b0acc822e95d3468e0 | [
"MIT"
] | permissive | navitiwari/OpenDS | 25b4fd85309a71eaa3d4a913ab2fdbc3dbd6a4a4 | 6666fccd580bc7a91cb3f4cd2a0a641fcdaf1f98 | refs/heads/master | 2020-04-01T01:14:23.694396 | 2018-10-12T10:08:28 | 2018-10-12T10:08:28 | 152,731,089 | 0 | 0 | MIT | 2018-10-12T10:08:29 | 2018-10-12T09:59:37 | C++ | UTF-8 | C++ | false | false | 677 | cpp | #include<iostream>
using namespace std;
struct node
{
int data;
node *next;
};
void createNode(node **head,int data)
{
node *temp=new node;
temp->data=data;
temp->next=*head;
*head=temp;
}
node *reverse(node *head)
{
node *current,*next,*prev;
prev=NULL;
current=head;
while(current!=NULL)
{
next=current->n... | [
"neeleshvashist@gmail.com"
] | neeleshvashist@gmail.com |
214593e855146e0eb5ea38c4a6ecc7eb519bebd1 | c7ef4e11ac87d3a65cceb5a631f7bd3aa27fc73c | /4.14/main.cpp | 7848f430bae1b5408e3a44cdad0b1b5ec7594774 | [] | no_license | Gracesr/song_rui | 544c6be7898af42cf5937cf1491306ee82ebe7c0 | 01e94b7ac87bc966615638e026c37e894c5d88cb | refs/heads/master | 2020-04-02T09:39:15.297807 | 2019-04-21T09:31:45 | 2019-04-21T09:31:45 | 154,302,833 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 769 | cpp | #include <iostream>
using namespace std;
int main{}
{
int account_number;
double a=0,b=0,c=0,d=0,e=0 ;
while{account_number!=-1}
{
cout<<"Enter account number{or -1 to quit}";
cin>>account;
if{account_number==-1}break;
cout<<"Enter beginning balance";
cin>>a;
cout<<"Enter total c... | [
"1977502458@qq.com"
] | 1977502458@qq.com |
e0a1f7925887d9f46be67b213d150e5ebf6347f1 | 46f118ad5fe5a4e47ce90b4350cf0d070271e16a | /src/clubman.h | f6facd61b635f2683756601d0f35ae2fad86a45f | [
"MIT"
] | permissive | lodyman93/taucoin | e8ddd76ddfed6ab0dc4482c625dcd1f82377703f | dbf0d2ca6a4c1a9c0a1d02538fdebb8b47a2aaa3 | refs/heads/master | 2020-03-29T11:02:33.111960 | 2018-09-20T07:50:55 | 2018-09-20T07:50:55 | 149,828,884 | 0 | 0 | MIT | 2018-09-21T23:31:20 | 2018-09-21T23:31:20 | null | UTF-8 | C++ | false | false | 914 | h | // Copyright (c) 2018- The taucoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef TAUCOIN_CLUB_MANAGER_H
#define TAUCOIN_CLUB_MANAGER_H
#include "amount.h"
#include "base58.h"
#include "consensus/params... | [
"shengxianshui@iMorpheus.io"
] | shengxianshui@iMorpheus.io |
3db959887482b11c9f0adc9ea8ab8fb6d0cecd08 | 9ea624a093561c87e47b822008e35d40a136a953 | /src/OpcUaStackCore/Base/PoolBase.cpp | 121b800593b4dbab23dd09d079a421738e560304 | [
"Apache-2.0"
] | permissive | ASNeG/OpcUaStack | 399828371ed4c128360c710dcd831b41f192f27d | e7c365f006be878dcb588a83af9a0dde49bf2b5a | refs/heads/master | 2023-08-30T16:12:24.823685 | 2022-06-27T21:35:44 | 2022-06-27T21:35:44 | 149,216,768 | 141 | 41 | Apache-2.0 | 2023-08-22T09:10:17 | 2018-09-18T02:25:58 | C++ | UTF-8 | C++ | false | false | 6,924 | cpp | /*
Copyright 2015 Kai Huebl (kai@huebl-sgh.de)
Lizenziert gemäß Apache Licence Version 2.0 (die „Lizenz“); Nutzung dieser
Datei nur in Übereinstimmung mit der Lizenz erlaubt.
Eine Kopie der Lizenz erhalten Sie auf http://www.apache.org/licenses/LICENSE-2.0.
Sofern nicht gemäß geltendem Recht vorgeschri... | [
"kai@huebl-sgh.de"
] | kai@huebl-sgh.de |
1c2f6d448b991a8a0cf92bbae82dc6d2b749c2b9 | 1224e8ce78eb40f8b92a8647f6e18625fb5caee7 | /http_message.cpp | 1a5cb284dcf952fdb43067f61facd057d504fa3e | [] | no_license | msg555/gnyproxy | 94e080e308af033fd0565389d03d54cd5b5b01ed | 50da686bd3aa3d4d84ce5dbc7fced18c7de1ead6 | refs/heads/master | 2021-01-15T13:44:57.728853 | 2012-01-26T02:44:21 | 2012-01-26T02:44:21 | 3,270,785 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 895 | cpp | #include "http_message.h"
#include <iostream>
using namespace std;
http_message::~http_message() {
}
void http_message::add_header(const string& key, const string& value) {
assert(state == HTTP_MESSAGE_HEADER);
headers.push_back(make_pair(key, value));
}
void http_message::append_entity(const string& entit... | [
"msg555@gmail.com"
] | msg555@gmail.com |
1e0c45aafb3803facaf5574b7416e815bd34c440 | c51febc209233a9160f41913d895415704d2391f | /library/ATF/tagPAGERANGE.hpp | 9e24564de60ae573b492688d2ea6f5d3c9af85f7 | [
"MIT"
] | permissive | roussukke/Yorozuya | 81f81e5e759ecae02c793e65d6c3acc504091bc3 | d9a44592b0714da1aebf492b64fdcb3fa072afe5 | refs/heads/master | 2023-07-08T03:23:00.584855 | 2023-06-29T08:20:25 | 2023-06-29T08:20:25 | 463,330,454 | 0 | 0 | MIT | 2022-02-24T23:15:01 | 2022-02-24T23:15:00 | null | UTF-8 | C++ | false | false | 271 | hpp | // This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually
#pragma once
#include <common/common.h>
START_ATF_NAMESPACE
struct tagPAGERANGE
{
int nFromPage;
int nToPage;
};
END_ATF_NAMESPACE
| [
"b1ll.cipher@yandex.ru"
] | b1ll.cipher@yandex.ru |
e4ed711e758348c29fedb462c5eb12babd1b7a3a | 297497957c531d81ba286bc91253fbbb78b4d8be | /gfx/skia/skia/src/codec/SkCodecImageGenerator.h | 54a79638e1e30e0c550b0c9e9108be8083f0bb46 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | marco-c/gecko-dev-comments-removed | 7a9dd34045b07e6b22f0c636c0a836b9e639f9d3 | 61942784fb157763e65608e5a29b3729b0aa66fa | refs/heads/master | 2023-08-09T18:55:25.895853 | 2023-08-01T00:40:39 | 2023-08-01T00:40:39 | 211,297,481 | 0 | 0 | NOASSERTION | 2019-09-29T01:27:49 | 2019-09-27T10:44:24 | C++ | UTF-8 | C++ | false | false | 1,877 | h |
#ifndef SkCodecImageGenerator_DEFINED
#define SkCodecImageGenerator_DEFINED
#include "include/codec/SkCodec.h"
#include "include/core/SkData.h"
#include "include/core/SkImageGenerator.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSize.h"
#include "include/core/SkYUVAPixmaps.h"
#include <cstddef... | [
"mcastelluccio@mozilla.com"
] | mcastelluccio@mozilla.com |
3d7af267baf2c9a5ebb1c637f8187734415a3873 | 4a9e765bd2806cf6fcf94c635cdcccc483619119 | /disjoint_set/disjoint_set.h | 67f233b4b1714702c656ce14f7e3633d6c98b7b8 | [] | no_license | clangpp/codeset | 1c0aaf4c778ca96025f5ad4e6fcef7c9699d87a2 | 67bb303772b403c9946f262c3a10bf7342ce9072 | refs/heads/main | 2021-09-25T22:07:42.000609 | 2021-09-09T07:40:50 | 2021-09-09T07:40:50 | 13,406,758 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,192 | h | #ifndef DISJOINT_SET_H_
#define DISJOINT_SET_H_
#include <algorithm>
#include <cstddef>
#include <functional>
#include <stdexcept>
#include <vector>
// disjoint set algorithm
namespace disjoint_set {
typedef std::ptrdiff_t ssize_type;
// ************ notes **************
// concept RandomAccessItera... | [
"clangpp@gmail.com"
] | clangpp@gmail.com |
3621461747e3c5dfdeeec15b8206a419e98200e6 | d17fbd6c677b1427452a298678e913d48b85a664 | /core/libs/jsi/src/jsc.cpp | 583e2b7ac8e26d0f167fddb702f0b9b3dcdfec10 | [] | no_license | sunflowerdeath/aardvark-old | 766e492978a329c9c7a529bc69ecda1493937133 | 131eb88ac4ef4c043c524403af5a0b0d62cadb49 | refs/heads/master | 2023-07-16T13:52:17.110611 | 2021-09-05T17:08:21 | 2021-09-05T17:08:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,360 | cpp | #include "jsc.hpp"
namespace aardvark::jsi {
class JscValue : public PointerData {
public:
JscValue(JSGlobalContextRef ctx, bool* ctx_invalid, JSValueRef ref)
: ctx(ctx), ctx_invalid(ctx_invalid), ref(ref) {
protect();
}
~JscValue() override {
if (!*ctx_invalid) JSValueUnprotect... | [
"sunflowerdeath@gmail.com"
] | sunflowerdeath@gmail.com |
62b723b075914551f7ab46dec4eacd6ff9f8f211 | 4bd0543a3030e040e9ea60952a474b757ebf19e7 | /206. 反转链表.cpp | 5b03dc0c7e6c264a22f026c919262ea8db597400 | [] | no_license | tang2021/leetcode_test | f123a3c94aedb8a7876eba0ad92b98f26c4c4297 | b8a7127736f2f8214d464b1fb245a434cf205153 | refs/heads/main | 2023-04-01T13:54:08.297850 | 2021-04-03T11:14:05 | 2021-04-03T11:14:05 | 338,090,786 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 718 | cpp | // 206. 反转链表
// 反转一个单链表。
// 示例:
// 输入: 1->2->3->4->5->NULL
// 输出: 5->4->3->2->1->NULL
// 进阶:
// 你可以迭代或递归地反转链表。你能否用两种方法解决这道题?
typedef struct ListNode{
int val;
ListNode* next;
ListNode(int x):val(x),next(nullptr){}
}ListNode;
ListNode* reverse(ListNode* head){
ListNode *newhead=nullptr,*h=head;
whil... | [
"123246235@qq.com"
] | 123246235@qq.com |
d54f7b8732326b21ca11938b1ea258d6ed6eb51e | df5f44553b63f42f6e03242bd71a59f23a21a086 | /examples/pump-app/pump-common/gen/callback-stub.cpp | c8f1582be94f31e2cb8511688fb2e892ff1ac5ba | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | clapre/connectedhomeip | 2425f93fb7a53b60db4a6527d54afacb57753599 | 30732ad8f5a0e5f909a1b27f14946d355db89ec7 | refs/heads/master | 2023-05-24T02:46:05.898154 | 2021-06-11T13:41:46 | 2021-06-11T13:41:46 | 375,111,219 | 0 | 0 | Apache-2.0 | 2021-06-10T03:38:33 | 2021-06-08T18:43:48 | C++ | UTF-8 | C++ | false | false | 28,566 | cpp | /*
*
* Copyright (c) 2021 Project CHIP Authors
*
* 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 requir... | [
"noreply@github.com"
] | noreply@github.com |
1207b6d2df26c88e639c80c64f883a1f0fade0b7 | 3f981d86067464fae3945e2c98e2e23912183afb | /Core/Scene/Primitive.h | e74ff35959978832df1f0d33c26b00a5d1ddb483 | [] | no_license | keithbugeja/illuminaPRT | 8b1a4664f202611412b8e7c720f1e309f05fe6a2 | faddb7d05a5ea71f8209dfa64d0c82b690347208 | refs/heads/master | 2021-03-27T19:50:03.104771 | 2014-05-20T11:12:49 | 2014-05-20T11:12:49 | 87,206,098 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,104 | h | //----------------------------------------------------------------------------------------------
// Filename: Primitive.h
// Author: Keith Bugeja
// Date: 27/02/2010
//----------------------------------------------------------------------------------------------
//------------------------------------------------... | [
"keithbugeja@users.noreply.github.com"
] | keithbugeja@users.noreply.github.com |
55c518396bd6a7830879ec746013237187c62d55 | 55a5062994ecdb8d3d2701161d79899176c3c5e5 | /google/cloud/pubsub/message.h | 790cd21d18e90ba26318e51da229e641dd780524 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | whitemike889/google-cloud-cpp | 5a6e6ff4fde5ba2a0b6d3c031911c4b2b1001e8a | 128ffa910f61b7106a09877f6c9fa8ff9e83dc56 | refs/heads/master | 2023-05-11T08:03:02.596252 | 2020-08-05T23:57:46 | 2020-08-05T23:57:46 | 285,431,407 | 0 | 0 | Apache-2.0 | 2023-05-01T21:27:41 | 2020-08-06T00:08:58 | null | UTF-8 | C++ | false | false | 8,024 | h | // Copyright 2020 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 w... | [
"noreply@github.com"
] | noreply@github.com |
e9e626600bfca4e5ce821dc6338d8ec3be2e3b8d | 08c8ca0dc8acc6063e0377c933b66ccfdc7b9db8 | /Source/WebKit/UIProcess/cairo/BackingStoreCairo.cpp | 55fbf33a89852505f49b04c4764826f83c119c6c | [
"BSD-3-Clause"
] | permissive | ijsf/DeniseEmbeddableWebKit | 5dab5d451a7c6a4c9a107bbcf1050e00ee7c01c8 | 57dfc6783d60f8f59b7129874e60f84d8c8556c9 | refs/heads/master | 2022-04-25T05:25:02.629593 | 2020-04-18T19:05:43 | 2020-04-18T19:06:26 | 256,827,831 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,005 | cpp | /*
* Copyright (C) 2011 Apple Inc. All rights reserved.
* Copyright (C) 2011,2014 Igalia S.L.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
... | [
"code@ijsf.nl"
] | code@ijsf.nl |
e813dda94ab921072998364825e1f469d8818763 | 1160e42d7e740ccb58d7fac8dee66598226a205f | /sw/puzzle_main/loops2.ino | d2d4e773f55df257da6c963dc58e51e1a9140db7 | [] | no_license | byuccl/ICEBoard | 528d334b7509163b85d0063a3f9bac1e440ce7a3 | fd87b05e6c009b2e932abfab5c7d8dc7b913d017 | refs/heads/master | 2022-12-14T13:25:30.815069 | 2020-09-13T06:10:04 | 2020-09-13T06:10:04 | 228,904,194 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 913 | ino | #include "puzzles.h"
#include "iceBoard.h"
void loops2()
{
while (digitalRead(BC_PIN))
;
int x = 0;
leds.setPixelColor(LED1, GREEN);
leds.show();
while (x < 10)
{
while (!digitalRead(BC_PIN))
;
while (digitalRead(BC_PIN))
;
lcd.clear();
... | [
"jeff.goeders@Gmail.com"
] | jeff.goeders@Gmail.com |
941bc382144536ff7435797ea4fc64e10dc7efae | 3649927ff70326ed8d2cd0872459c41dd34eb52f | /CD77_Halloween_Fun_2019/CD77_Halloween_Fun_2019.ino | b88453c536b74ab9b4ed08720e8cd04d79a6661a | [] | no_license | kkonstantin42/CD77_FastLED | aa1d78de8f13dcbc07bd523750ffc87dad4b837f | 152b582cc4eddacce1d817bd6bbbe7be2b83c03f | refs/heads/master | 2023-05-06T19:37:46.886755 | 2021-05-31T23:10:00 | 2021-05-31T23:10:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,212 | ino | /*
CD77_Halloween_Fun_2019 by Chemdoc77
Based by code from different sources.
See each tab for the sources.
*/
#include <FastLED.h>
#define LED_PIN 6
#define CHIPSET NEOPIXEL
#define NUM_LEDS 90
#define BRIGHTNESS 200
//Time Performance code
uint32_t gTimeCodeBase = 0;
uint32_t gTimeCode = 0;
uint32_t gLastTi... | [
"chemdoc77@users.noreply.github.com"
] | chemdoc77@users.noreply.github.com |
a3d15a791c68de6b31271918d502f397c5826116 | a1809f8abdb7d0d5bbf847b076df207400e7b08a | /Simpsons Hit&Run/game/libs/sim/simcollision/collisionanalysertranslator.hpp | f5c541ed4c6f1b4a82d56db6876dabe74a7777a2 | [] | no_license | RolphWoggom/shr.tar | 556cca3ff89fff3ff46a77b32a16bebca85acabf | 147796d55e69f490fb001f8cbdb9bf7de9e556ad | refs/heads/master | 2023-07-03T19:15:13.649803 | 2021-08-27T22:24:13 | 2021-08-27T22:24:13 | 400,380,551 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 977 | hpp | #ifndef _COLLISIONANALYSERTRANSLATOR_HPP_
#define _COLLISIONANALYSERTRANSLATOR_HPP_
#include "simcollision/collisionanalyserinfo.hpp"
#include "simcollision/collisionanalyserdata.hpp"
namespace sim
{
class CollisionAnalyserTranslator {
public:
static float GetCheapBounceSoundVolume(CollisionAnalyserDa... | [
"81568815+RolphWoggom@users.noreply.github.com"
] | 81568815+RolphWoggom@users.noreply.github.com |
b639b268219c8d2644f4666794d8dfcb3509ce24 | fcc7a2d6914f839c56c20a5c26f3237847347c08 | /CApp/CInterfaceLoot.h | b0e6b49bfd4c2f5a210e97c04b559cbda55748bf | [] | no_license | SCRAPPYDOO/GameEngine | 2cbe376851847372be2bfe9fcac929d4e4711451 | 41eb8ed853888538890c9ef1de6bd989a4397345 | refs/heads/master | 2021-01-13T09:51:11.088984 | 2011-12-23T04:41:11 | 2011-12-23T04:41:11 | 1,931,783 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 614 | h | #ifndef _CINTERFACELOOT_H_
#define _CINTERFACELOOT_H_
#include "CInterface.h"
struct Loot
{
int nGuid; //Guid of unit
std::vector <int> UnitLootList;
};
class CInterfaceLoot : public CInterface
{
public:
CInterfaceLoot();
CInterfaceLoot(int nGuid, int nID);
~CInterfaceLoot() {}
public:
... | [
"scrapek69@gmail.com"
] | scrapek69@gmail.com |
748793d127167a76a294c657294cd66921da7305 | 5896ed2b1fad13132057a76d17c95991c430c476 | /26 infinite continue fraction.cpp | 95556b08fb94a3906d25fc8a6b04ae7d122216d7 | [
"MIT"
] | permissive | adelacvg/PE | c1e51c11927299f5f86d55a12beb35eb38bca860 | 0345335a3f959342625be03ae36a21bbad45f273 | refs/heads/master | 2021-08-26T00:18:19.423054 | 2021-08-12T10:40:17 | 2021-08-12T10:40:17 | 156,980,203 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 605 | cpp | #include<bits/stdc++.h>
using namespace std;
string f(int num, int den)
{
string res;
map<int,int> m;
m.clear();
int rem = num%den;
while(rem&&m.find(rem) == m.end())
{
m[rem] = res.length();
rem *= 10;
res += to_string(rem / den);
rem %= den;
}
return (r... | [
"adelacvgaoiro@163.com"
] | adelacvgaoiro@163.com |
a67d8c04398f8a84b9a6caa9d8fe96d431bf31cc | efda8165775d942b99ba42f65041474d602fe991 | /src/test_union_find.cpp | 371e7a0e6988756ab79ed550c95030e4f7c173fc | [] | no_license | surpass007/algorithm_collection | eab25a1ed41f63ebfd7ae70e18a86dfa5d260d9a | c9517f605858dfca782e9b0724e958b7ef77fdd5 | refs/heads/master | 2023-01-12T05:22:04.618498 | 2020-11-13T08:48:28 | 2020-11-13T08:53:43 | 312,514,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 54 | cpp |
#include "union_find.h"
int main() {
return 0;
} | [
"sebliu@tencent.com"
] | sebliu@tencent.com |
6bcfd731b74f651444d02b1e3a7503ec2281af3a | b8499de1a793500b47f36e85828f997e3954e570 | /v2_3/build/Android/Debug/app/src/main/include/Fuse.Controls.Path.h | db7f888e11f82971b6edbb2b9a67c85145c2eaaa | [] | no_license | shrivaibhav/boysinbits | 37ccb707340a14f31bd57ea92b7b7ddc4859e989 | 04bb707691587b253abaac064317715adb9a9fe5 | refs/heads/master | 2020-03-24T05:22:21.998732 | 2018-07-26T20:06:00 | 2018-07-26T20:06:00 | 142,485,250 | 0 | 0 | null | 2018-07-26T20:03:22 | 2018-07-26T19:30:12 | C++ | UTF-8 | C++ | false | false | 3,084 | h | // This file was generated based on C:/Users/Vaibhav/AppData/Local/Fusetools/Packages/Fuse.Controls.Primitives/1.9.0/Shapes/Path.Surface.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Animations.IResize.h>
#include <Fuse.Binding.h>
#include <Fuse.Controls.SegmentedSh... | [
"shubhamanandoist@gmail.com"
] | shubhamanandoist@gmail.com |
5969f57a59c2a56328a6d85947e941625435f8d7 | ea8ba7cfc4f4773ed516e094ded4bc36502f93b5 | /branch/old_angsys/angsys_beta3/source/angsys/angsys.desktop/pch.cpp | 300f290acaf9391bc795c5952dc48511665bda44 | [
"Apache-2.0"
] | permissive | ChuyX3/angsys | 15f896f0b4823b63a14aff8e35a30f344f2c30e8 | 89b2eaee866bcfd11e66efda49b38acc7468c780 | refs/heads/master | 2021-07-07T18:58:39.437477 | 2020-06-29T05:33:08 | 2020-06-29T05:33:08 | 92,321,439 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | cpp | // stdafx.cpp : source file that includes just the standard includes
// angsys.desktop.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "pch.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"chuyangel.rm@gmail.com"
] | chuyangel.rm@gmail.com |
cfa2883b28715fc678268e1df2e82f2a02370e72 | 19c8acfcf3e01c638049ffebb92759b65ce8ab4a | /C语言/34.cpp | d4d3c343a0c243c15a995dbcd56c6663ee02c930 | [] | no_license | VestigesH/GH | c66a8fcf1a7fcfa2f76d6b0f4d22f8c4d0052d5d | 68f40a8bd545c262ce33f539658e6c3b5566ebeb | refs/heads/master | 2020-04-15T17:11:22.479870 | 2019-07-08T05:29:37 | 2019-07-08T05:29:37 | 164,864,719 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 916 | cpp | //题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。
#include <stdio.h>
int main()
{
int g,s,b,q,w;
long x;
printf("请输入不多于五位的正整数x:");
scanf("%ld",&x);
if (x<0||x>100000)
{
printf("输入错误\n");
return 0;
}
else if (0<x<=99999)
{
w=x/10000;
q=x/1000%10;
b=x/100%10;
s=x/10%10;
g=x%10;
if(w!=0)
{
printf... | [
"1541945594@qq.com"
] | 1541945594@qq.com |
d682d29c7241187bf2430acc2e5048229fa9c1c4 | 4d5f2cdc0b7120f74ba6f357b21dac063e71b606 | /star-ots/include/CosTransactionsPolicyType_skel.h | f03413c88054b08f768ebcaf4ef51a0bd4b6b172 | [
"BSD-2-Clause"
] | permissive | anjingbin/starccm | cf499238ceb1e4f0235421cb6f3cb823b932a2cd | 70db48004aa20bbb82cc24de80802b40c7024eff | refs/heads/master | 2021-01-11T19:49:04.306906 | 2017-01-19T02:02:50 | 2017-01-19T02:02:50 | 79,404,002 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 717 | h | // *************************************************************************
//
// This File Is Automatically Generated by the StarBusIDL-to-C++ Compiler !
//
// Copyright (c) 2003
// Network Information Security Institute,Computer College,NUDT.
// ChangSha,Hunan,PRC
//
// All Rights Reserved
//
// ********************... | [
"anjb@qkjr.com.cn"
] | anjb@qkjr.com.cn |
a419e26df65ca00a8627265b21ae8041582054f6 | 3d82ef9da7d1216c5ab14de2176f8b2c8340d610 | /src/cpp_share/util/def_mpir.h | 7b624faf331de8037f07eb6f668803e30ce8596e | [] | no_license | yeojinyeojin/e3 | 6d2d81fbbf3fcf1fe61e8ddc1deba1bb967f6058 | 0cf8fe9bdd853b9b2fc9bc6f24a96e7e25500c2f | refs/heads/master | 2022-02-16T06:39:21.936947 | 2019-09-02T12:32:16 | 2019-09-02T12:32:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,115 | h | #ifndef _E3_DEF_MPIR_H_
#define _E3_DEF_MPIR_H_
#include <string>
#include <memory>
#include <istream>
#include <ostream>
using std::string;
// FIXME add e3 namespace for all classes
int mpir_impl(); // 0 or 1
struct BigunNative;
class Bigun
{
std::shared_ptr<BigunNative> p;
using ull = unsigned ... | [
"you@example.com"
] | you@example.com |
e60757135841792a6d0d2000d933e7c53369d0a0 | 0e456e7610169365ad5d0304701a4939cbf230ef | /gfg/must do interview que/heap/MinimumCostOfRopes.cpp | b2248883a3c699780c5abe916535e1150ba36cda | [] | no_license | rverma870/DSA-practice | 8674e75225fdb4396560e5d8cfd9c4a3fc6a3356 | f714d4887888dd774fa1c10192c59767074425e9 | refs/heads/main | 2023-06-11T02:12:52.447346 | 2021-06-19T17:16:32 | 2021-06-19T17:16:32 | 369,564,546 | 0 | 0 | null | 2021-05-21T14:54:53 | 2021-05-21T14:39:21 | C++ | UTF-8 | C++ | false | false | 518 | cpp | #include<bits/stdc++.h>
using namespace std;
long long minCost(long long arr[], long long n)
{
priority_queue<long long, vector<long long>, greater<long long>>q;
for(long long i=0;i<n;i++)
q.push(arr[i]);
long long ans=0;
while(q.size()>1)
{
long long x,y;
x=q.top();
q.pop();
y=q.top();
... | [
"rverma870@gmail.com"
] | rverma870@gmail.com |
621bbddc72f315cf42356563b6a22cd9ae1ac172 | ce2b2f58bd4cefb19768abf47a16920bd0923953 | /register_types.cpp | b755c0d77e5223960307f62ef74c3a7e1037dc5d | [
"MIT"
] | permissive | resultant-gamedev/godot-debugdraw | 288462d0ae04f2dae4028cb4f1bdf3668afe9642 | dfc6277c4746182b6a6b84c40eea0e0779967361 | refs/heads/master | 2021-01-19T02:15:09.632876 | 2017-01-24T20:26:57 | 2017-01-24T20:26:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 478 | cpp | /* register_types.cpp */
#include <object_type_db.h>
#include <globals.h>
#include <print_string.h>
#include "register_types.h"
#include "debugdraw.h"
void register_debugdraw_types()
{
// initialize singleton
memnew(DebugDraw);
// register singleton
Globals::get_singleton()->add_singleton(Globals::S... | [
"lucasnvcarvalho@gmail.com"
] | lucasnvcarvalho@gmail.com |
371ce4a22d1adb9029b8f15e4d0b9d531c6b4cc0 | eed7b94f96fcff5e706c4ab726f12ee60647d272 | /linefollowing_jessa3/linefollowing_jessa3.ino | 97954075dcf4a8925914070cc4d07d33e1370e33 | [] | no_license | jessamarie21/AER201-v2 | d7713d11106b912eebbf3428c1ff2494dec2c48c | bf2f06d0f6b4ff00769c9893299f49259188e1ee | refs/heads/master | 2021-04-30T06:43:50.178574 | 2018-02-14T00:13:40 | 2018-02-14T00:13:40 | 121,451,715 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,099 | ino | #include <Event.h>
#include <Timer.h>
#include <Servo.h>
Timer t;
int pin = 13; //servo pin
int left_pins[] = {7, 4};
int right_pins[] = {3, 2};
const int enable_2 = 6; //left motor
const int enable_1 = 5; //right motor
const int one_pin = A4; //this is actually what you think two pin is
const int two_pin = A1; //... | [
"jessa.zabala@mail.utoronto.ca"
] | jessa.zabala@mail.utoronto.ca |
9b0d7b9523fa4779567433a929f0cb1ffb177b57 | 2ae0b8d95d439ccfd55ea7933ad4a2994ad0f6c5 | /src/plugins/template/tests/functional/op_reference/avg_pool.cpp | ba97db25396a975a5c847f908b53a7302670792f | [
"Apache-2.0"
] | permissive | openvinotoolkit/openvino | 38ea745a247887a4e14580dbc9fc68005e2149f9 | e4bed7a31c9f00d8afbfcabee3f64f55496ae56a | refs/heads/master | 2023-08-18T03:47:44.572979 | 2023-08-17T21:24:59 | 2023-08-17T21:24:59 | 153,097,643 | 3,953 | 1,492 | Apache-2.0 | 2023-09-14T21:42:24 | 2018-10-15T10:54:40 | C++ | UTF-8 | C++ | false | false | 10,716 | cpp | // Copyright (C) 2018-2023 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include <gtest/gtest.h>
#include "base_reference_test.hpp"
#include "openvino/op/avg_pool.hpp"
using namespace ov;
using namespace reference_tests;
namespace {
struct AvgPoolParams {
template <class IT>
AvgPoolParams(co... | [
"noreply@github.com"
] | noreply@github.com |
c017d136735df41fca07c9cf60f8b5ca9508e13d | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_15076.cpp | c57fc564c6913b99e9dfc08b2bd67bc9705eba89 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24 | cpp | (r != ERANGE)
break; | [
"993273596@qq.com"
] | 993273596@qq.com |
c2f33b10e58b37609a8c91d5f7e7cc3b0163ebbf | f9bf373f9f650c8f447c0abb58c89d6cc98e6d1a | /src/bm_sim/parser_error.cpp | f3b1c4df135a03f88cd6d4df04c0e2e38e8f84fe | [
"Apache-2.0"
] | permissive | riftadi/behavioral-model | 9af3ff02b0cba70215d5fd12bce1c24ffe25cf44 | 62c35021462a32de4ca479866ab63faeb2e28de3 | refs/heads/master | 2020-05-14T15:45:50.128759 | 2019-04-17T12:35:27 | 2019-04-17T12:35:27 | 160,981,407 | 1 | 0 | Apache-2.0 | 2019-04-05T20:36:15 | 2018-12-08T21:47:18 | C++ | UTF-8 | C++ | false | false | 3,431 | cpp | /* Copyright 2013-present Barefoot Networks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | [
"noreply@github.com"
] | noreply@github.com |
e4b07eebbec39e9abe39605e57c48eccd6fe6786 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /chrome/browser/ui/android/infobars/near_oom_infobar.h | b647529044ff79d9d4da1a1b4b92d50a2b3b0ba0 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 1,494 | h | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_ANDROID_INFOBARS_NEAR_OOM_INFOBAR_H_
#define CHROME_BROWSER_UI_ANDROID_INFOBARS_NEAR_OOM_INFOBAR_H_
#include "base/android/jni_... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
f3f80528e526dc1ecb376e31f46dd916812c6cdf | 216f5252a8df73f8547d6a6c831409c916bae3e5 | /windows_embedded_compact_2013_2015M09/WINCE800/private/test/BaseOS/Kernel/smp/depth/ksmpstress.cpp | c5468f1fa44f0af2527ea94abd100e7f8ac1b9d3 | [] | no_license | fanzcsoft/windows_embedded_compact_2013_2015M09 | 845fe834d84d3f0021047bc73d6cf9a75fabb74d | d04b71c517428ed2c73e94caf21a1582b34b18e3 | refs/heads/master | 2022-12-19T02:52:16.222712 | 2020-09-28T20:13:09 | 2020-09-28T20:13:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,409 | cpp | // Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft
// premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license
// agreement, you are not authorized to us... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
972e3ed02b0bc54696f303a9f496fc8032290619 | 89ca99b517c10494f769cbda756bf0c8e00167fc | /src/grpc/server/AgentRestart.hpp | fa24d3e40036b03a68d7624aa3deac52f1504c95 | [] | no_license | nkumar43212/jvsim | fad56e25ae5eb8e8d0ad1272dacd8a25cb7e88ec | 7663c493cefcb7ffb04321226d0534be5711194e | refs/heads/master | 2021-01-17T11:49:10.052784 | 2016-07-28T22:32:56 | 2016-07-28T22:32:56 | 51,335,614 | 4 | 12 | null | 2018-08-07T02:11:14 | 2016-02-08T23:42:49 | C++ | UTF-8 | C++ | false | false | 382 | hpp | //
// AgentRestart.hpp
// Telemetry Agent
//
// Created: 6/9/16.
//
// Authors: ABBAS SAKARWALA
//
// Copyright © 2016 Juniper Networks. All rights reserved.
//
#ifndef AgentRestart_hpp
#define AgentRestart_hpp
#include "AgentServerLog.hpp"
#include "AgentSystemFactory.hpp"
bool on_startup (AgentServerLog *logg... | [
"sakarwala77@gmail.com"
] | sakarwala77@gmail.com |
b7572f3cf36ed2d93a4632096219f386660197d3 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/com/rpc/runtime/charconv/convbvt.cxx | 59dde13983d589841bf6ffc03f7a00daa21289ed | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,037 | cxx | //+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1999
//
// File: convbvt.cxx
//
//--------------------------------------------------------------------------
#include <precomp.hxx>
#include "CharConv.hxx"
in... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
7fa16ec54dcdd1aafea47fd284be7f005815cedb | b31a6e4962b25ef6d2959c1803e32f3e724bf041 | /gsoap/soapStub.h | 27f0426f64f2e0fa0ec2e93ad0a1b3fe183897fd | [] | no_license | nigefanshu/CppTest | 456ed3cab4cb5ab17dae2eee48ac7f5841b4c4ab | 9cc694738c602a7270309afe8710d58638a8f3f5 | refs/heads/master | 2021-09-02T14:44:08.109330 | 2018-01-03T08:27:46 | 2018-01-03T08:27:46 | 108,251,340 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,689 | h | /* soapStub.h
Generated by gSOAP 2.8.28 from add.h
gSOAP XML Web services tools
Copyright (C) 2000-2016, Robert van Engelen, Genivia Inc. All Rights Reserved.
The soapcpp2 tool and its generated software are released under the GPL.
This program is released under the GPL with the additional exemption that
compiling,... | [
"519747074@qq.com"
] | 519747074@qq.com |
72a8a36f7e13e94e74866fea1602ca0ebb708bdb | 4f7d03dc02c7e87e744490324b95445828e18358 | /SpeechRecog/SpeechRecog/timer.cpp | a54dacf23e1acac1007bd287fae53238728d4c18 | [] | no_license | mrpie95/Rehab-Robot | fe6cb79bdfdf1e76c4a6b52318d1028c57758a43 | 3c5a6a13bb1b8182508bde3c484f157803f8fabc | refs/heads/master | 2020-03-18T00:44:34.940056 | 2018-11-11T08:48:15 | 2018-11-11T08:48:15 | 134,110,324 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 721 | cpp | #include "timer.h"
using namespace std;
Timer::Timer()
{
resetTimer();
}
void Timer::resetTimer()
{
startTime = chrono::high_resolution_clock::now();
tick = true;
}
bool Timer::hasTickYet()
{
if (tick) {
tick = false;
return true;
} else {
if (chrono::duration_cast<chrono... | [
"williams.saputra@gmail.com"
] | williams.saputra@gmail.com |
4208b61b99f17c0065d6ed1d423bff2c5e0fcf0e | 77a08ec51aa16191986a739267fd9d4379bbb208 | /ybt/ybt1412.cpp | 393ee25a638e56e92f0fc86c70962ea1ae82d0c1 | [] | no_license | cenariusxz/ACM-Coding | 8f698203db802f79578921b311b38346950ef0ca | dc09ac9adfb4b80d463bdc93f52b479a957154e6 | refs/heads/master | 2023-06-24T13:12:13.279255 | 2021-07-26T01:24:36 | 2021-07-26T01:24:36 | 185,567,471 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 308 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(){
int ans1 = 0, ans2 = 0;
for(int a = 1 ; a <= 1000 ; ++ a){
int tmp1 = 0, tmp0 = 0, tmp = a;
while(tmp){
if(tmp&1)tmp1++;
else tmp0++;
tmp>>=1;
}
if(tmp1>tmp0)ans1++;
else ans2++;
}
printf("%d %d\n",ans1,ans2);
return 0;
}
| [
"810988849@qq.com"
] | 810988849@qq.com |
848711263fac5aba78b7423e4ef1a27e60afa09b | e0ffcab91ae09bb4317033331f4ed2b52520da32 | /Terrain/include/PerlinNoise.h | 32bea303d6bb5e0c8cc360c87027e2dad6319a85 | [] | no_license | JamesDorling/ShadersCode | 2914dd9b57a61844ffff196b195e6bb1c06e0c48 | f8448be59db10606622062a7af38078be0c8b601 | refs/heads/master | 2023-09-04T12:35:45.200185 | 2023-08-25T16:49:26 | 2023-08-25T16:49:26 | 414,857,666 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,093 | h | #include <vector>
// THIS CLASS IS A TRANSLATION TO C++11 FROM THE REFERENCE
// JAVA IMPLEMENTATION OF THE IMPROVED PERLIN FUNCTION (see http://mrl.nyu.edu/~perlin/noise/)
// THE ORIGINAL JAVA IMPLEMENTATION IS COPYRIGHT 2002 KEN PERLIN
// I ADDED AN EXTRA METHOD THAT GENERATES A NEW PERMUTATION VECTOR (THIS IS NOT P... | [
"P2413609@my365.dmu.ac.uk"
] | P2413609@my365.dmu.ac.uk |
6fdf21f769d01f19b4a50122466776ca41e6cbab | 58eee66e7025a0758c82ba10066f0676724f7e58 | /FinalProject_Aditi-Mehta_Anish-Narsian/Rasterizer.cpp | 6d0fe95686814c645a69f7dd34ac141439f10762 | [] | no_license | anarsian/OpenGL-project | 6241832e1e12ea0e8c3ec7344715639dbfc2b131 | 80878e9fe5e129cd5c6bb5b78869699acc875a1e | refs/heads/master | 2021-01-15T20:58:08.760753 | 2014-12-31T18:51:07 | 2014-12-31T18:51:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,163 | cpp | #ifdef _WIN32
#include <windows.h>
#endif
#include <iostream>
#include <math.h>
#include <cmath>
#include <GL/gl.h>
#include <GL/glut.h>
#include "Parser.h"
#include "cube.h"
#include "Camera.h"
#include "House.h"
using namespace std;
static int window_width = 512, window_height = 512;
float* pixe... | [
"anish.narsian@gmail.com"
] | anish.narsian@gmail.com |
f0ccbc857c54e0a85321ebee55141a26a527f626 | 6c4965d8c08423648f64e6cdaae5c1171d5ffa0e | /ev_fitness.cpp | a8cd382ddfd74fb62c5f570126bb24d5144fbe11 | [] | no_license | pablopaolus/MiRepositorio | 69bd2185c47053480712389dfa255d956666ae0b | f4f9dc9700649b4deb375f78cbd27c935693b3f8 | refs/heads/master | 2021-01-17T11:17:37.965423 | 2014-04-29T14:47:01 | 2014-04-29T14:47:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,497 | cpp | #include <vector>
#include <sys/time.h>
#include <ctime>
#include <cstdio>
#include <cstdlib>
using namespace std;
int main(int argc, char *argv[]) {
// Compruebo el numero de argumentos
if(argc < 3) {
printf("Uso: %s <Tamaño de población> <Número de cromosomas>\n", argv[0]);
exit(-1);
}
srand(time(NULL));
... | [
"rotty_rottweiler@hotmail.com"
] | rotty_rottweiler@hotmail.com |
766b4a07d4c10139adaac4ba5f9a98f8dd2c9a67 | 30773b649ebd89ffadd16d30fd62740b77ca7865 | /SDK/EmissaryActivated_AF_PromptAccessKey_classes.h | 74bcc76d3c02f9c25f9c2323abeb4736adab5430 | [] | no_license | The-Jani/Sot-SDK | 7f2772fb5df421e02b8fec237248af407cb2540b | 2a158a461c697cca8db67aa28ffe3e43677dcf11 | refs/heads/main | 2023-07-09T07:17:56.972569 | 2021-08-18T23:45:06 | 2021-08-18T23:45:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 830 | h | #pragma once
// Name: S, Version: 2.2.1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//----------------------------------------------------------------... | [
"ploszjanos9844@gmail.com"
] | ploszjanos9844@gmail.com |
f740e6923c0ed0d9a2d2262e4c7138847b3bd2cf | 7c7edef030b3c831bfcabe408d8abc2fa3ba040a | /ConquestTD/src/GameScene/GameScene.h | cd9acbf02b4f84a0f53ad4c996a7ff791c1013dd | [] | no_license | SelenianRanger/ConquestTD | 985d4e9b56fd9c14f87ed1b8b6c01140680dbef7 | 7ed61bcb17bf5f243d86638eb5c28a4df12aa363 | refs/heads/master | 2022-08-10T17:45:03.270701 | 2018-02-27T23:56:24 | 2018-02-27T23:56:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 389 | h | #pragma once
#include <QGraphicsScene>
class QGraphicsView;
class GameController;
class ResourceManager;
class GameScene : public QGraphicsScene
{
Q_OBJECT
public:
GameScene(QObject *parent = 0);
~GameScene();
QGraphicsView* view();
private:
GameController *_game_controller;
ResourceManager *_resources;
QG... | [
"sina.kamali76@gmail.com"
] | sina.kamali76@gmail.com |
a87d0d3246300b38d55300c141092d25db6f6444 | c0c50db7407541abb9de5df82fe83a96a2992f3d | /practice_sketch_40_video__cross_sections/ofApp.h | d84f85659489f30b011bb2ae1ed454d67c8d941f | [] | no_license | kcarollee/openFrameWorks-Personal-Projects | a081a838704238ef0f9f10a3204cce6bd94f447e | f50ef64e431693ddf20f17f5a30b496efadf9de2 | refs/heads/master | 2023-08-20T08:17:09.554074 | 2023-08-16T02:35:25 | 2023-08-16T02:35:25 | 172,909,668 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,146 | h | #pragma once
#include "ofMain.h"
#include "ofxHapPlayer.h"
class ofApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void keyPressed(int key);
void keyReleased(int key);
void mouseMoved(int x, int y );
void mouseDragged(int x, int y, int button);
void mousePressed(int x, int... | [
"kcarollee31693@gmail.com"
] | kcarollee31693@gmail.com |
fac5c730481d7f6dd1d8cf8b77744ad686b233cb | 910ea874eb5c6cddc9945e5ae870ac64569e96c7 | /include/Utils.h | 94565786bc735712d36d0f2fe57e86329c18b45e | [] | no_license | Mihafin/edu_ext_sort | 07c1179ee7b10d3a91784da2c3f8caa951661a0c | d2cdb35fa36bd6024e14cb9ce083f429ec963277 | refs/heads/master | 2020-04-06T18:49:25.983111 | 2018-11-15T13:17:01 | 2018-11-15T13:17:01 | 157,714,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,144 | h | #pragma once
#include <cstdlib>
#include <string>
#include <fstream>
#include <random>
#include <iostream>
#include "Exception.h"
namespace ExtSorter
{
struct Utils
{
static const size_t get_file_size(const char* file_path);
template <typename T>
static void fill(const std::string& file_path, size_t file... | [
"m.finogeev@socialquantum.com"
] | m.finogeev@socialquantum.com |
788a5df493a5f46e86f7758ba974e4bdada17cc9 | 2906e4e12a2ce33b5216a3e38b7f1ccb9d1d45ce | /device.h | a921b0506807158b98274131e8104d84fbb10f40 | [] | no_license | KolesnikAndrew/oldMT01 | c242f329be99e68eb4a65ef46a0f4a480975d1e8 | 6909f28472973665288fc9bc849ac770121bf3f8 | refs/heads/master | 2020-04-27T23:53:30.238401 | 2019-03-10T09:04:58 | 2019-03-10T09:04:58 | 174,794,748 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,469 | h | /**
* @file device.h
* @brief Заголовочный файл класса устройства на порту
* @details
* @note
* @author Инженер-программист Пясецкий Владимир
* @copyright © TRIOLCORP, 2014
*/
#ifndef DEVICE_H_
#define DEVICE_H_
#include <vector>
#include <libxml++/libxml++.h>
#include "server.h"
#include "parameter... | [
"kolesnik.andrew.nik@gmail.com"
] | kolesnik.andrew.nik@gmail.com |
980d240a6d613a904c0e84abd0ca6170435b9ae4 | ff2365298ad897c75b987a336e68ca2bed92c9a8 | /code/cp/CP/rayata.cpp | b2f09d67ac3f78e12544b2f1261625b04ab5da16 | [] | no_license | ajaymalik2592/practice_cpp_code | ec6e85c74614d1a3bf409c09d0e80fb927238e21 | d48ff131384cb10d8dab9d9388ea62c8a7d47726 | refs/heads/master | 2023-03-22T13:06:57.560400 | 2021-03-24T14:02:24 | 2021-03-24T14:02:24 | 350,808,987 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 492 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
int T; cin>>T;
while(T--){
string s; cin>>s;
int count = 0;
for(int i=0;i<s.size()-1;i++){
if(s[i] == 'C'){
if(s[i+1] == 'E' || s[i+1] == 'S' || s[i+1] == 'C')
count++;
}
else if(s[i] == 'E'){
if(s[i+1] == 'S' || s[i+1] == 'E')
... | [
"majay2592@gmail.com"
] | majay2592@gmail.com |
6d27e1f57050bc0816accb2687bec1f4c9c9f663 | c276d4c4934fde84b78aed4ef2bce3745af5c21f | /2019SkillContest_DaeGuP/2019SkillContest_DaeGu.cpp | 6b5ec1db1bc7c433664874537b1cbf93de1c7879 | [] | no_license | wisemin01/2019SkillContest_DaeGu | 4c33fe13fbd208a55a13923213711e256b690cc7 | ade201e9e3d728c73f474cb755b8380b5173134a | refs/heads/master | 2020-06-27T00:23:26.251392 | 2019-08-26T01:23:31 | 2019-08-26T01:23:31 | 199,797,705 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,863 | cpp | //--------------------------------------------------------------------------------------
// File: 2019SkillContest_DaeGu.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//--------------------------------------------------------------------------------------
#include "DXUT.h"
#include "resource.h"
#i... | [
"wisemin01@naver.com"
] | wisemin01@naver.com |
a903d35fc8f1be24af89b6950438c14932d82bea | f7b789e7311ebf20fa88b71f50acccfd9191aaec | /UiCtrls/UiCtrls/Tracker.cpp | d050fffc4e1cf0c8ee07553af00aa78e93e74ef5 | [] | no_license | 15831944/xc_code | 95b906cfd50ad0d5cc9abf9d341c2ea6278aee3e | 6b4556ced2aab4be1ca25e03052927953cb9d8ed | refs/heads/master | 2020-09-11T11:48:41.610232 | 2019-03-20T01:24:08 | 2019-03-20T01:24:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,115 | cpp | #include "stdafx.h"
#include "Tracker.h"
bool TrackDragAndDrop(CTracker& tracker, HWND hWnd)
{
bool bResult=true;
tracker.BeginDrag();
::SetCapture(hWnd);
MSG msg;
while((::GetCapture()==hWnd)&&
(GetMessage(&msg, NULL, 0, 0)))
{
if(!tracker.ProcessWindowMessage(&msg))
{
swit... | [
"1004170100@qq.com"
] | 1004170100@qq.com |
e46ec023d1065743e3234ecb06be4e65656d1da9 | 34f25fab358b91100ee0069b4e10784dd6db5e0b | /static-genetic-algorithm/include/host.h | f28aec9b41456cf3ef3fd4696d8d66dcd6db1fb1 | [] | no_license | qizzpzlz/simulator | ca8feafdda26b1f396041f1dd865069b6314e387 | 00e937ab1ade87b8a48a715466507310ff7e8a05 | refs/heads/master | 2021-07-11T20:23:56.896762 | 2020-06-28T15:29:55 | 2020-06-28T15:29:55 | 168,270,204 | 3 | 6 | null | 2020-05-15T07:05:19 | 2019-01-30T03:06:06 | C++ | UTF-8 | C++ | false | false | 1,233 | h | #pragma once
#include <vector>
#include "job.h"
#include <set>
#include <algorithm>
namespace genetic
{
struct HostInfo
{
float cpu_factor;
unsigned char max_slots;
bool write(std::streambuf& buf) const
{
const auto size = sizeof(HostInfo);
return buf.sputn(reinterpret_cast<const char*>(this), size);
... | [
"garangggg@gmail.com"
] | garangggg@gmail.com |
81b768b035a60e46d75126d6c497f20ab5ad879e | 417fb2309408c418b4ec643512ac38172c4338a2 | /src/src/AST/unary_operator.cpp | 945c61dc783b19d7f95f883b79a695fafa6cc4c7 | [
"MIT"
] | permissive | allen880117/NCTU-compiler-f19-hw5 | 03bcae8fb02ef3847b70a3e753b56caeae240108 | 61dba0ef91977b08c4be66d6bb5dd3aca8592ac0 | refs/heads/master | 2022-04-03T13:37:05.697683 | 2020-02-12T12:33:18 | 2020-02-12T12:33:18 | 235,929,961 | 0 | 1 | null | 2020-02-12T12:33:19 | 2020-01-24T02:55:05 | C++ | UTF-8 | C++ | false | false | 912 | cpp | #include "AST/unary_operator.hpp"
#include <cstdlib>
#include <iomanip>
#include <iostream>
#include <string>
UnaryOperatorNode::UnaryOperatorNode(int _line_number, int _col_number,
EnumOperator _op, Node _operand) {
this->line_number = _line_number;
this->col_number = _col... | [
"wangallen880117@gmail.com"
] | wangallen880117@gmail.com |
bf9e3403b96e6b9b4c91251c16fc4a0e07649f5e | 1f87be9520c0722833a5c3d49c06a33b546e4926 | /Motus/main.cpp | fd03062ef81833efd708d052f35329e27576d065 | [] | no_license | FredericCanaud/AlgorithmesC-CPP | 28277f79da9368f0c0e1d7d25a54ac14e5f382a3 | 6685f33177c673c9ce7f376a970aa9c3381c5687 | refs/heads/master | 2021-04-10T16:19:19.862655 | 2020-03-21T09:44:02 | 2020-03-21T09:44:02 | 248,945,945 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,767 | cpp | #include <iostream>
#include <string>
using namespace std;
const int MAX_NOM = 50;
int main()
{
void Majuscule(string nom[MAX_NOM], int nb_nom);
void Palindrome(string nom[MAX_NOM], int nb_nom);
void NombreVoyelles(string nom[MAX_NOM], int nb_nom);
void SaisieNoms(string nom[MAX_NOM], int &nb_nom);
s... | [
"frederic.canaud@etu.unilim.fr"
] | frederic.canaud@etu.unilim.fr |
5e6f8654dcf4a61f844d4c420e9b7ae157ac1625 | 8d63452d9dbc650884966b07a5652975f1e71961 | /dlls/ai_memory.cpp | 8f1f912c6b676a0539c8d326798138416ad3e6c0 | [] | no_license | 0TheSpy/hl2sdk | d2656cb99304ca8b7be7b67631e45f416539f02c | 8b2833d5909f27219d90000260887a3aeb32d485 | refs/heads/master | 2023-03-15T20:28:37.485807 | 2012-05-30T01:09:21 | 2012-05-30T01:09:21 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 19,353 | cpp | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: An NPC's memory of potential enemies
//
//=============================================================================//
#include "cbase.h"
#include "isaverestore.h"
#include "ai_debug.h"
#include "ai_memory.h"
... | [
"ds@alliedmods.net"
] | ds@alliedmods.net |
25072a7b21037297af95b3ed00e45ce540a8e6e1 | 0751c521d8d475472a270739740b44e07880b18b | /troublemaker.cpp | 04417d7e3d31fcf6ef2ca5f82ce470c4abe83d4f | [] | no_license | hatkirby/troublemaker | c14d97113b977de9199fd78ea766bdff045b3def | 406fc323645878c6cdbd0033f504b80fdd4062d2 | refs/heads/master | 2021-01-09T20:43:30.634498 | 2016-06-21T03:17:28 | 2016-06-21T03:17:28 | 60,995,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,299 | cpp | #include <twitter.h>
#include <mutex>
#include <thread>
#include <chrono>
#include <cstdlib>
#include <ctime>
#include <map>
#include <set>
#include <algorithm>
#include <iostream>
#include <list>
#include <yaml-cpp/yaml.h>
#include <fstream>
struct userstats {
int total = 0;
int days = 1;
int day1 = 0;
int da... | [
"fefferburbia@gmail.com"
] | fefferburbia@gmail.com |
281ced35b5232e5d1a97ead71873c574684016d2 | ce9359ee8df60a1e4047924537054119f80ae885 | /sigapp/sig/src/sigogl/gl_loader.cpp | 1b9f5441c51a54b43e0abd6cc12020c9d7848db0 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | manofthelionarmy/CSE170_PA3 | 964a0d4d99f48c2682085d6d27191f241d6bd541 | bae9148db103ec21b69873ee60ec9bff338197dd | refs/heads/master | 2021-04-28T08:41:00.419280 | 2018-02-23T02:04:17 | 2018-02-23T02:04:17 | 122,255,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,099 | cpp | /*=======================================================================
Copyright (c) 2017-onwards Marcelo Kallmann.
This software is distributed under the Apache License, Version 2.0.
All copies must contain the full copyright notice licence.txt located
at the base folder of the distribution.
=======... | [
"aleon45@ucmerced.edu"
] | aleon45@ucmerced.edu |
1a92e2e39fac27b7aff299d255eeb982189be151 | d681b93f80b75d2b79b77ec621773e66efcf6cba | /include/mqf/distributions/levy.h | 4c68b34ada3891bd4a8eb0561a100d351357afc2 | [] | no_license | gansuranga/mqf | 0ebcf6bd2607afc5cc9bbfd28b35c3f301742508 | 25de0f3df1cc2edadb2bac87cfd7ed4238646b4d | refs/heads/master | 2020-03-28T12:48:31.289331 | 2015-07-21T00:01:08 | 2015-07-21T00:01:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,255 | h | #ifndef INCLUDED_MQF_DISTRIBUTIONS_LEVY
#define INCLUDED_MQF_DISTRIBUTIONS_LEVY
#include <cassert>
#include <cmath>
#include <limits>
#include "../distribution.h"
#include "../random_variable.h"
#include "../constants.h"
namespace mqf {
namespace Distributions {
struct Levy : Density<> {
double mu, c;
expli... | [
"chriswelshman@gmail.com"
] | chriswelshman@gmail.com |
8aaf186e1598a850123e5be9c3701f06e731afc9 | 431b74ff7d3e4ee345ed0010d463409f92bc3bf8 | /ui/display/types/fake_display_controller.h | e90b457ed9383bf15d0b87a2dce1986a08eac337 | [] | no_license | wxz879526/yxbase | c24ff301f19988b195b5d4b340a33cc6b16b3380 | f669bedeba06f8de807eb53e4a24eb0ffe05b4a8 | refs/heads/master | 2020-04-16T19:25:37.887882 | 2019-12-10T13:12:34 | 2019-12-10T13:12:34 | 165,858,963 | 0 | 0 | null | 2019-01-15T13:49:56 | 2019-01-15T13:49:56 | null | UTF-8 | C++ | false | false | 1,398 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_DISPLAY_TYPES_FAKE_DISPLAY_CONTROLLER_H_
#define UI_DISPLAY_TYPES_FAKE_DISPLAY_CONTROLLER_H_
#include <stdint.h>
#include <memory>
... | [
"italyouxiao@gmail.com"
] | italyouxiao@gmail.com |
20c5602514f610ca9b51ff2a36a9ea23e422f4ee | 24004e1c3b8005af26d5890091d3c207427a799e | /Win32/NXOPEN/NXOpen/Motion_CouplerCableBuilder.hxx | 1984db64f68eeee55a32bdd9e8300b221a5d35e6 | [] | no_license | 15831944/PHStart | 068ca6f86b736a9cc857d7db391b2f20d2f52ba9 | f79280bca2ec7e5f344067ead05f98b7d592ae39 | refs/heads/master | 2022-02-20T04:07:46.994182 | 2019-09-29T06:15:37 | 2019-09-29T06:15:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,279 | hxx | #ifndef NXOpen_MOTION_COUPLERCABLEBUILDER_HXX_INCLUDED
#define NXOpen_MOTION_COUPLERCABLEBUILDER_HXX_INCLUDED
//--------------------------------------------------------------------------
// Header for C++ interface to JA API
//--------------------------------------------------------------------------
//
// Source Fil... | [
"1075087594@qq.com"
] | 1075087594@qq.com |
0cc9693d6787eca4a8d8a6d0bd8105895088cced | c8d5e1053481640ae1fff7c77a349a728d6d2eff | /flattening_of_linked_list.cpp | 810f6b009daec89a2ef78400d8552b289558cbbf | [] | no_license | 7566565794/must_do_linked_list | 585a92e6df61d26f9e643b6a1481e3455f26af88 | 82ed011a32e0dc5f679d847a18237422ea57ccfd | refs/heads/master | 2022-01-15T20:19:01.204340 | 2019-07-25T04:39:56 | 2019-07-25T04:39:56 | 198,066,444 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,366 | cpp | Node *flatten(Node *root)
{
int size=0;
Node *right=root;
Node *down=root;
while(right!=NULL){
down=right;
while(down!=NULL){
down=down->bottom;
size++;
}
right=right->next;
}
// cout<<size;
int i;
i=0;
int arr[size];
right=root;
down=roo... | [
"noreply@github.com"
] | noreply@github.com |
5cf613d96317a7bcf4760f49166a9676695db3ae | 0ed94159731f436244e922ad6312fb2a83a98c17 | /src/game/map.h | b3e1401d527714dab23566d57bf96e49ee2071fe | [
"Zlib"
] | permissive | 4Che/LD49-brimstone | b22dd8db1d7e4a47cd3729ebd189381dafc48548 | 6fd67d0709600fdab1c7d4c6013047df58a26d67 | refs/heads/master | 2023-08-27T23:53:54.436301 | 2021-10-04T14:17:57 | 2021-10-04T14:17:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,749 | h | #pragma once
#include "gameutils/tiled_map.h"
class ParticleController;
inline constexpr int tile_size = 12;
enum class Tile
{
air,
wall,
dirt,
grass,
spike,
spike_down,
dirt_alt,
_count,
};
namespace TileFlavors
{
struct Invis {};
struct Random
{
int index = 0;
... | [
"blckcat@inbox.ru"
] | blckcat@inbox.ru |
35136405bb990141a1f2efa674e844ffb4fb0b04 | 56212981670a9e25458340f8d5e2cd40806d003b | /KeepTalking/main.cpp | c1be787ab643f0a2767c785bea191e1c1cae8e1c | [] | no_license | majsterplan/KeepTalking | c75c41f26ece18c209aed9b3c2224e22f2e2dddd | 7149137475132197e30b3bbb83b336f6a671e4df | refs/heads/master | 2021-01-21T14:07:54.420120 | 2016-06-23T11:29:03 | 2016-06-23T11:29:03 | 57,339,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,194 | cpp | #include <QCoreApplication>
#include <iostream>
#include <winsock.h>
#include "server.h"
#include "usersmanager.h"
#include "conversationsmanager.h"
#include "commandparser.h"
#include "commandbuilder.h"
using namespace std;
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
// initialize WINS... | [
"mlange.plock@gmail.com"
] | mlange.plock@gmail.com |
e65ea033c8e93191bcd19f3c789b55411034719a | 9df8ef4f5e25aefb4c9c952df106fb4df95f7509 | /TenFold/Plugins/BLUI/Intermediate/Build/Win64/UE4Editor/Development/BluLoader/PCH.BluLoaderPrivatePCH.h.cpp | e5d71effb1a7d53607f475d9b0c712a9634b7841 | [
"MIT"
] | permissive | Truemedia/TenFold | 6f4dc88ab66b434f56b9c35171c1166ebef69a01 | 001e3ce71549be1a7b47c230a6a64df3f7b37539 | refs/heads/master | 2021-01-18T07:40:17.547409 | 2016-02-13T14:25:45 | 2016-02-13T14:25:45 | 51,644,855 | 0 | 0 | null | 2016-02-13T12:23:49 | 2016-02-13T12:23:48 | null | UTF-8 | C++ | false | false | 137 | cpp | #include "C:\Users\Wade Penistone\Documents\Unreal Projects\TenFold\TenFold\Plugins\BLUI\Source\BluLoader\Private\BluLoaderPrivatePCH.h"
| [
"Truemedia@users.noreply.github.com"
] | Truemedia@users.noreply.github.com |
39fd9ac4a7e6589598c203eff20670a632ee1f7f | dda672f0bd67fcafc14aae0e8abc3aa7c8d801ac | /core/geometry/rorgeometry_utilities.hh | 2bb2fc17d09d640d44ba5424a59a864cb04fd446 | [
"MIT"
] | permissive | abbaswasim/roar | 0ee809b048d7597aca82f4e340f412387993e552 | c845daf5fb1e76c628b4d3d7a346ca0bbfe0641e | refs/heads/master | 2023-08-04T10:32:31.010407 | 2023-08-02T19:21:13 | 2023-08-02T19:21:13 | 182,329,573 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,938 | hh | // Roar Source Code
// Wasim Abbas
// http://www.waZim.com
// Copyright (c) 2008-2020
//
// 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
/... | [
"abbas.wasim@gmail.com"
] | abbas.wasim@gmail.com |
e10e2f363ecfaa5f91ba35ddb9914330896eef79 | 886edaaf18a5086e12ff5e6017cb969b19dddaf9 | /snowman.cpp | cf3c91dce4956911641810090ce9925e52aa5de1 | [] | no_license | HodayaYehuda/snowman_a | 73f7b49f7efe8506c43f2d49bfff8a7dab162395 | 6b4f1520941eb25a1586906f0db72a3f26a0524e | refs/heads/master | 2023-03-22T17:19:31.941076 | 2021-03-10T11:23:26 | 2021-03-10T11:23:26 | 346,279,368 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 144 | cpp | #include <iostream>
#include <string>
#include "snowman.hpp"
using namespace std;
namespace ariel{
string snowman(int num)
{
return "";
}
}
| [
"hodayayeuda@gmail.com"
] | hodayayeuda@gmail.com |
ed333e184fa31115a8e3235ba53d8fed98857c84 | 78cdbfbfa915497c5b0415d0a6e09dcc749fd6ba | /gotcloud/src/bamUtil/src/Diff.h | 058184abafa1926ee5e4c2ffbcced378dcbae6a6 | [
"Apache-2.0"
] | permissive | statgen/topmed_freeze3_calling | 9b00ee64804165e320ae5690ebb42e01345c24e2 | b01a53468e1e989988b09fd74f3e9ce9faa62a99 | refs/heads/master | 2018-12-12T20:02:46.909940 | 2018-12-05T01:35:08 | 2018-12-05T01:35:08 | 68,630,437 | 11 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 5,732 | h | /*
* Copyright (C) 2011 Regents of the University of Michigan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later v... | [
"hmkang@umich.edu"
] | hmkang@umich.edu |
81aee5d201a56a3704da1d91639adc7be93df818 | deba51efd716ed3c4ebe80c035cc7a861ce7c505 | /PracticalApplications5/Task7.cpp | 99096ae85b787a204f0834d6b22a413ff7c9b994 | [] | no_license | RickardBolin/Cpp---Linneuniversitet | ee78c2bdfd06f42eb42c78f5c6895cbdbe7069c7 | 02e8f3d7ac0fbfc9d72c62dff1de04e14b4c1dd5 | refs/heads/main | 2023-02-20T15:25:59.243564 | 2021-01-24T15:41:32 | 2021-01-24T15:41:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,880 | cpp | // Filename: Task7.cpp
// Created by Rickard Bolin on 2019-12-28.
//
// This program asks the user to input two matrices and performs matrix
// multiplication on them.
#include <iostream>
#include <iomanip>
using namespace std;
const int MAXDIM = 5;
typedef double Matrix[MAXDIM][MAXDIM];
void readDimensions(int &row... | [
"ribo1901@student.miun.se"
] | ribo1901@student.miun.se |
ecf9750278f6044e0c82eee0c7fb3c41c9623936 | 97f8be92810bafdbf68b77c8a938411462d5be4b | /3rdParty/iresearch/core/search/cost.hpp | f23640dd187d9d2ba3f9207b6a100d26df9268de | [
"Apache-2.0",
"BSD-3-Clause",
"ICU",
"LGPL-2.1-or-later",
"BSD-4-Clause",
"GPL-1.0-or-later",
"Python-2.0",
"OpenSSL",
"Bison-exception-2.2",
"JSON",
"ISC",
"GPL-2.0-only",
"MIT",
"BSL-1.0",
"LicenseRef-scancode-public-domain",
"CC0-1.0",
"BSD-2-Clause",
"LicenseRef-scancode-autoco... | permissive | solisoft/arangodb | 022fefd77ca704bfa4ca240e6392e3afebdb474e | efd5a33bb1ad1ae3b63bfe1f9ce09b16116f62a2 | refs/heads/main | 2021-12-24T16:50:38.171240 | 2021-11-30T11:52:58 | 2021-11-30T11:52:58 | 436,619,840 | 2 | 0 | Apache-2.0 | 2021-12-09T13:05:46 | 2021-12-09T13:05:46 | null | UTF-8 | C++ | false | false | 3,684 | hpp | ////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2016 by EMC Corporation, 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... | [
"noreply@github.com"
] | noreply@github.com |
eb70347b06d2cd7a551bbcd1ffc13dd408f20662 | 055cb107600b9c34028b11882d88b375089b4a54 | /18 задание/2.cpp | e36b53f9b8eeac70c68226f723e0de2fe1bd6416 | [] | no_license | BatushkaSpecnasovez/- | 506012ff3ffd965e545e3e41bf3211ff29fb2a69 | 5df02472aa878c479e1dd7134f57c7544090a8b4 | refs/heads/master | 2023-02-13T04:22:59.966908 | 2021-01-16T13:36:00 | 2021-01-16T13:36:00 | 296,316,067 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 494 | cpp | #include <stdio.h>
int main(void)
{
float a[10], b[10];
int n;
printf("N: ");
scanf_s("%i", &n);
int k;
for (k = 0; k < n; ++k) {
printf("a[%i] : ", k + 1);
scanf_s("%f", &a[k]);
}
int i;
for (k = 0; k < n; ++k) {
b[k] = 0;
for (i... | [
"noreply@github.com"
] | noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.