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 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
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 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f6d2fbed48b493809a7e96af766da4a1a4b0020a | 650f32ec6c8a83646a043133fd95f0f3d6269aa3 | /Samples/Common/Camera.cpp | b174a768749e5fbd50b66e178ec39c0db75e33cd | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | THISISAGOODNAME/vkCookBook | 0478b3eb80dec179f38dc2812416f3c3f4cb22f8 | d022b4151a02c33e5c58534dc53ca39610eee7b5 | refs/heads/master | 2021-01-25T11:49:37.695292 | 2017-07-23T14:28:52 | 2017-07-23T14:28:52 | 93,948,327 | 9 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,815 | cpp | //
// Camera
#include "Camera.h"
namespace VKCookbook {
Matrix4x4 Camera::GetMatrix() const {
if( Dirty ) {
ViewMatrix = {
RightVector[0],
UpVector[0],
-ForwardVector[0],
0.0f,
RightVector[1],
UpVector[1],
-ForwardVector[1],
0.0f,
... | [
"yangyj19931231@gmail.com"
] | yangyj19931231@gmail.com |
c0097105d93c54e6d6e019a5263911601bcb9916 | bd41e92513249ee5e1dc31ea096b86f1e481e893 | /Verbundprojekt/auftrag.h | 6ef9b37018405fb0ac9bc9808ac1677f4b488010 | [] | no_license | Mauchel1/VPJ | 5d90d9beb2020781c313b43e51b62ed8a08a7429 | 8ba6b31c95b4923b4f751d72fcb73c1f0d99d1a0 | refs/heads/master | 2020-05-17T02:35:19.865692 | 2019-06-14T13:43:59 | 2019-06-14T13:43:59 | 183,458,124 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 558 | h | #ifndef AUFTRAG_H
#define AUFTRAG_H
#include <QObject>
#include <QList>
#include "prozess.h"
class Auftrag : public QObject
{
Q_OBJECT
public:
explicit Auftrag(QObject *parent = nullptr);
QList<Prozess*> Prozesse;
int fortschritt = 0;
int id = 1;
QList<Prozessschritt *> GetNex... | [
"Daniel.Friedrich@hbg.yxlon.com"
] | Daniel.Friedrich@hbg.yxlon.com |
2feec263c2155a95653acd9ce9fe4c34bc10c27a | e5042ee0b65d52a6e1ad127ce1918b948b1de285 | /source/lesson905-事件的处理/lesson905.cpp | c1412bbe486efd43cb84372e50f845e8c5dd77bc | [] | no_license | miaobeihai/OpenGL_OpenGLLearning | f357803c1838e573666ecc0026d1a9ce7911399f | d88e0600e78ff6eba2a50043216afd6b229992c0 | refs/heads/master | 2022-11-08T17:19:56.612722 | 2020-06-26T03:58:50 | 2020-06-26T03:58:50 | 272,140,387 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 14,742 | cpp |
#include <windows.h>
#include <tchar.h>
#include <math.h>
#include "FreeImage.h"
#include "CELLMath.hpp"
#include "OpenGLWindow.h"
#include "Camera3rd.h"
#include "FreetypeFont.h"
#include <vector>
using namespace CELL;
struct Vertex
{
float x, y, z;
float u, v;
};
struct UIObject
{
public:
UIObje... | [
"452686191@qq.com"
] | 452686191@qq.com |
753bca0396b47a07371d7252cb957cfb722d6990 | 5f1f6e71ee91a38b12ecfada38ff7d88c123eee5 | /Sandbox/graphics.cpp | fad54dcb55a8679804452f05cb090633cd80a6f1 | [
"BSD-2-Clause"
] | permissive | patrickwilmes/Chip8 | 334b5ea4cebea8adf8a133d7143a7557c48dc551 | 119b0389a614d38f23b5a1aadc0eb8b9396152c9 | refs/heads/main | 2023-04-30T16:08:06.258173 | 2021-05-13T13:30:17 | 2021-05-13T13:30:17 | 364,305,964 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,790 | cpp | // Copyright (c) 2021, Patrick Wilmes <patrick.wilmes@bit-lake.com>
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright noti... | [
"patrick.wilmes@bit-lake.com"
] | patrick.wilmes@bit-lake.com |
e1560c02fd6ca6347b24d338b6a2faa566209fc0 | 29f2549998b45a046930f3b1c5e3024791b1be16 | /tools/clang/include/clang/Frontend/ASTUnit.h | 5eb7f494d736989c854825164f3c2a7a2310b5c7 | [
"NCSA"
] | permissive | fanfuqiang/iec-61131_new | eda210bd30a6a32e3d14c3d3e87f51b179124c72 | fde56fdefd60e33facaa07661e388ed6c916c763 | refs/heads/master | 2016-09-05T14:59:12.678870 | 2015-02-06T23:55:09 | 2015-02-06T23:55:09 | 30,048,552 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,440 | h | //===--- ASTUnit.h - ASTUnit utility ----------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"feqin1023@gmail.com"
] | feqin1023@gmail.com |
2769ad16d9274ac7ac8721b74e9e6a33103d7bbf | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5658282861527040_0/C++/Eridoxi/B.cpp | a16316702c202c9a79384a8ad01a66a6595a117f | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,042 | cpp | #include <cstdlib>
#include <climits>
#include <cstdio>
#include <cstring>
#include <cmath>
// STL
#include <sstream>
#include <string>
#include <iostream>
#include <algorithm>
#include <vector>
#include <map> // contains multimap
#include <set> // contains multiset
#include <queue> // contains priority_queue
#include... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
00b96adce141795095607730c65077c217c2cab2 | 385f635b900e747cdbdc4f3b003d2a94d882a61d | /ComputerScience/CS16/Labs/Completed/Lab04/sumOddsTest.cpp | e1d24f643ea43119043ebd113165ee0322e1a274 | [] | no_license | RustColeone/NoteArchive | 6217dea5ee8d49941c87bbb68bacded9ac771fdd | 2ddbaec631572b497a27803418f036742d835287 | refs/heads/master | 2023-08-25T23:32:39.270093 | 2021-10-28T07:06:40 | 2021-10-28T07:06:40 | 266,635,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,113 | cpp | #include "arrayFuncs.h"
#include "tddFuncs.h"
int main() {
// Fill this in with exactly four tests that determine whether your
// code for sumOdds() correctly sums up all the odd numbers in
// arrays of various sizes. Include both positive, negative and
// zero values in your test arrays.
int fiveThrees[5... | [
"leoyan@yahoo.com"
] | leoyan@yahoo.com |
b512fe66da44a5fa32dfbc01b5a4eeea9730dc06 | 4634d229e1f79dd9d6f0e0e3b03b494769936ba8 | /summation.cpp | 208d54fbc7d437f412c59d9dbf8fb6fd07d8f440 | [] | no_license | AroSwift/MazeSolver | a9f3a7c6ef380d066a307afbc76bf7d8730f7d89 | 5bdcc3bbf6457d60acde0c34bc18db25644a1a31 | refs/heads/master | 2020-03-30T05:13:09.617077 | 2018-09-28T19:48:55 | 2018-09-28T19:48:55 | 150,787,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | cpp | #include <iostream>
using namespace std;
int summation( int n );
int main() {
cout << "Enter number: ";
int number;
cin >> number;
cout << summation(number) << endl;
return 0;
}
int summation( int n ) {
if( n == 1) return 1;
return n + summation(n-1);
} | [
"abarlow505@gmail.com"
] | abarlow505@gmail.com |
eef6848221ca9ae60a34a6afc3e1047690a10598 | e11781bb3142ec927d5e11194787b8b3ff03b8b6 | /content/browser/download/download_browsertest.cc | 73a21c408207a271a21ceab8136128c8b34484cc | [] | no_license | Tarnyko/chromium-content | 3fb804f642359abff9dfc3b74556437fface6107 | 120a23dc83f048ffa766bfdb3acf1d4e7f8a44cd | refs/heads/master | 2021-01-10T15:09:17.910927 | 2016-03-17T11:56:01 | 2016-03-17T11:56:01 | 53,824,591 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 65,863 | cc | // Copyright (c) 2012 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.
// This file contains download browser tests that are known to be runnable
// in a pure content context. Over time tests should be migrated here.
#i... | [
"mbc@iot.bzh"
] | mbc@iot.bzh |
4ffb1080a79cdebdcc591c920d22e7da4d28c30e | 39b60f44f3fc4382ac3a93039cff8074abe1832a | /eosio_docker/contracts/privent/privent.cpp | e86c745b004888c77eb499432712d9fee4f55a90 | [] | no_license | lpenteri/Privent | e7a25e24dfb1e3b0ed1f7efe876ec1370656b7bc | e1f78be6c1d7d0f688c76d14ade8a460ac60c6a7 | refs/heads/master | 2020-03-29T12:27:02.519945 | 2018-09-23T11:55:06 | 2018-09-23T11:55:06 | 149,897,527 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,090 | cpp | #include <eosiolib/eosio.hpp>
#include <eosio.token/eosio.token.hpp>
#include <string>
#include <persistence.cpp>
class privent: public eosio::contract {
public:
explicit privent(account_name self):
contract (self),
events_(self, self)
{}
// user_index users;
/**
* @brief The table ... | [
"lp@ortelio.co.uk"
] | lp@ortelio.co.uk |
814595ef6ba822d5e77c6c096d0e3b639363c730 | 12e80c83cf24e66db8c786c916619595817238ee | /libs/Finalizer/test.cpp | 92e0f300472001bc75820f30ba6b857c3026258e | [] | no_license | racko/EveIndustryPlanner | 202855fee019f1f559feeb5fe07e7caa7f2e0688 | 10a2ef1fb4ff3a475d635e2dac70e8d7780d163d | refs/heads/master | 2020-11-27T18:25:25.476227 | 2019-10-22T18:38:35 | 2019-10-22T19:25:51 | 229,559,977 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 712 | cpp | #include "libs/Finalizer/Finalizer.h"
#include <catch2/catch.hpp>
TEST_CASE("Finalizer default") {
int finalized = 0;
{
Finalizer finalizer{[&] { ++finalized; }};
}
REQUIRE(finalized == 1);
}
TEST_CASE("Finalizer abort") {
bool finalized = false;
{
Finalizer finalizer{[&] { fi... | [
"tim.rakowski@googlemail.com"
] | tim.rakowski@googlemail.com |
fd514c632e74be4a8ed13b8761fdc6325e0693e5 | 20196391ee8a68c2a226b5d1abc21b9db5e5fdfc | /uif-ui-watch-face-wrd/SetTimeMenuTable.h | 9d608931d52336c1ce1131bbe14ff947ee9e73dc | [
"Apache-2.0"
] | permissive | tgwjw/uif-ui-watch-face-wrd | 9d5527479b522074ffdfba03864e91ad75206456 | b77e2e6bffe94dce01af754e96f815ae699350bd | refs/heads/master | 2021-07-21T22:54:07.112801 | 2016-03-16T18:24:21 | 2016-03-16T18:24:21 | 108,966,140 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,921 | h | /*
* Copyright (c) 2016, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* 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/LICE... | [
"marcus.chang@arm.com"
] | marcus.chang@arm.com |
fcc7bba624049f576f254e58ec75ea2e24e68674 | 8eb440be7cc9b10eafde8c315cf0a86e5a8396ee | /mainwindow.cpp | 675bc7c2dfdc39ec8e29c5619f86b0e81d1b0145 | [] | no_license | SPROgster/ImageProcessing | cf61501d30db75fd923074eca01002f2680887c0 | 0492f205a6fc716a9342790ea07e0de588925356 | HEAD | 2016-09-05T10:04:19.348273 | 2014-06-21T18:40:50 | 2014-06-21T18:40:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,578 | cpp | #include <QFileDialog>
#include <QMessageBox>
#include <QPixmap>
#include <QMouseEvent>
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "imageentry.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
// File
connect(ui->action... | [
"pprog@mail.ru"
] | pprog@mail.ru |
9d978894472ec9a10e7bd83b00b5cf00abc5962b | 0a896c5c4c63bd234272fcfb23d6437d24a51a28 | /label/DiscreteLabelFinder.cpp | c5ad680cc3733fb62fe8b2f87fb3ead15ef3c1c0 | [] | no_license | edam-enchilada/label | 68845bb3e5b97c4226a670855b2f688659f90e76 | 8446c2642e7f7d1d1fff9045a19041d5dd65765a | refs/heads/master | 2020-05-07T08:52:03.247656 | 2006-06-14T18:37:56 | 2006-06-14T18:37:56 | 180,350,132 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,672 | cpp | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MPL/
*
... | [
"rescdsk"
] | rescdsk |
22831185aec556a425e35dc560d063b6394f01fa | 29c636e14f03fdfcbd4f7114dd144e28cdf5e272 | /infoDlg.cpp | 8b1a3b73a49fd984d76e49df1b1d78a774d893a7 | [] | no_license | tuken/detection | 6fa86ecd3e536970bc230a93e7d3d9e46b3b4050 | 4dc2d49715583779fa7b471ef2b10775dc1dd9a1 | refs/heads/master | 2021-01-13T15:02:26.273747 | 2016-12-22T06:14:27 | 2016-12-22T06:14:27 | 76,265,085 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,942 | cpp | #include "stdafx.h"
#include "detection.h"
#include "infoDlg.h"
#include "afxdialogex.h"
#define WM_SELECT_CAMERA (WM_APP + 1)
IMPLEMENT_DYNAMIC(CInfoDialog, CDialogEx)
CInfoDialog::CInfoDialog(CWnd* pParent /*=NULL*/)
: CDialogEx(CInfoDialog::IDD, pParent)
{
m_font1.CreatePointFont(340, L"メイリオ");
m_font2.CreatePo... | [
"tuken24@gmail.com"
] | tuken24@gmail.com |
e0844f74652f74a872c4d5766b81a97a0bdd0eb1 | 3b284d0f52a88cc4985a3591c4c1e651799ff245 | /Source/LightPainter/Public/WidgetTouchingComponent.h | 7219c313cc88a2336186fe195836ba717258c7a1 | [] | no_license | CursingLlama/LightPainter | b37d16dced984ca5c525d0f62a5b18178813a453 | 07f144c9df06e16d390234cc5a5aa12aecd07118 | refs/heads/master | 2020-04-01T02:11:57.304111 | 2018-10-22T04:20:32 | 2018-10-22T04:20:32 | 152,540,388 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 585 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/WidgetInteractionComponent.h"
#include "WidgetTouchingComponent.generated.h"
/**
*
*/
UCLASS(meta = (BlueprintSpawnableComponent))
class LIGHTPAINTER_API UWidgetTouchingCompone... | [
"eagle_knight_22@hotmail.com"
] | eagle_knight_22@hotmail.com |
dd036e232ebc7dc05fab0145600ccb8496dc5cd9 | 08c49ab21b5a7b79487fc55f9f5425f0b09dc4f9 | /DSAA3/WordLadder.cpp | 79a4c87dbbcffceaef7863b6e2f9159c6c11d963 | [
"MIT"
] | permissive | crosslife/DSAA | f03a46781bd5a496944e00e92a31ed1f2f56623e | 03472db6e61582187192073b6ea4649b6195222b | refs/heads/master | 2021-03-12T20:45:18.195236 | 2013-11-06T08:10:49 | 2013-11-06T08:10:49 | 14,159,406 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,028 | cpp | #include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <map>
#include <queue>
#include <ctime>
using namespace std;
/*
DISTRIBUTION OF DICTIONARY:
Read the words...88984
1 1
2 48
3 601
4 2409
5 4882
6 8205
7 11989
8 13672
9 13014
10 ... | [
"geziyang@foxmail.com"
] | geziyang@foxmail.com |
ac3d3a49ed2f36a64f029b4792de7728f1dbe7d0 | 839bc8a282fdff7d75021c243ace8cff486e0d0b | /Lab1/Road/RoadDriver.cpp | 437358cb79e5957533fa5b3af6bdf995e90dce5b | [] | no_license | aysin/CS-210 | 206d7fd74841f2c0df95a22d673addcc462e318a | daae7ef72632e51eb75871806e7924ba53711335 | refs/heads/master | 2021-05-28T18:13:00.112128 | 2015-07-09T19:50:18 | 2015-07-09T19:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,274 | cpp | //
//
//Lab 1a, The Times.h Program
//Programmer: Aysin Oruz
//Compiler(s) used: Xcode and Terminal
#include <iostream>
#include <iomanip>
#include "Road.h"
#include "Road.h" // testing ifndef
using namespace std;
#include <cstdlib>
#include <cassert>
int main()
{
//print my name and this assignments title
cout... | [
"aysin.oruz@gmail.com"
] | aysin.oruz@gmail.com |
26241f676176e5450cec0a64f116f208f9413967 | 1a13b1b4967f06197e8f5416ab9ef946c08e9e18 | /ex1/src/Tools/LineTool.cpp | bf8cf9ea9f2bfc97d620dea71ccc8f1745aeb602 | [] | no_license | Ethan-yt/JNU-CG-exp | cbc394f29fcb4eff8e4de30636eb3f98ebde5948 | 838ad612be88db4e939a072d09551563a569eb1e | refs/heads/master | 2021-08-23T19:11:27.402112 | 2017-12-06T05:28:54 | 2017-12-06T05:28:54 | 111,115,233 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 903 | cpp | //
// Created by Ethan on 2017/10/25.
//
#include "LineTool.h"
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
void LineTool::passiveMotionFunc(int x, int y) {
if (!first) {
Point2D p = app->convertPoint({x, y});
((Line2D *) entity)->eP = p;
glut... | [
"ethanyt@qq.com"
] | ethanyt@qq.com |
a1e54d762f18a8ffe6142a1cf9928e878e6321c0 | 2f73b1de6836cba6699d30c5dcf2fa0a36dc1232 | /AESEncrypter/AESEncrypter/AESEncrypter.cpp | 60e46b0503eb7ba260e6e321af0d227c80b6303e | [] | no_license | dylansturg/AESEncrypter | 8b5178125ccc20917a4dcd42459783d30bd0b2cf | 9caddb5c88c583d732ec2d6c37655915673280cc | refs/heads/master | 2016-09-06T15:40:12.505298 | 2014-05-01T16:19:25 | 2014-05-01T16:19:25 | 19,248,860 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,639 | cpp | // AESEncrypter.cpp : Defines the entry point for the console application.
//
#define DEBUG_LOGGING
#include "stdafx.h"
#include "SBox.h"
#include "AESParser.h"
#include "Encrypter.h"
#include "AESTestVector.h"
#include "TestVectorParser.h"
#include "TestBench.h"
#include <fstream>
#include <iostream>
#include <ss... | [
"sturgedl@rose-hulman.edu"
] | sturgedl@rose-hulman.edu |
1473905fa4e4708f81e597ff1dcc2a467216e2bd | 8a87f5b889a9ce7d81421515f06d9c9cbf6ce64a | /3rdParty/boost/1.78.0/libs/math/src/tr1/copysignf.cpp | fa078c48e71589924b4784f7eab448bf84e9205a | [
"Apache-2.0",
"BSD-3-Clause",
"ICU",
"Zlib",
"GPL-1.0-or-later",
"OpenSSL",
"ISC",
"LicenseRef-scancode-gutenberg-2020",
"MIT",
"GPL-2.0-only",
"CC0-1.0",
"BSL-1.0",
"LicenseRef-scancode-autoconf-simple-exception",
"LicenseRef-scancode-pcre",
"Bison-exception-2.2",
"LicenseRef-scancode... | permissive | arangodb/arangodb | 0980625e76c56a2449d90dcb8d8f2c485e28a83b | 43c40535cee37fc7349a21793dc33b1833735af5 | refs/heads/devel | 2023-08-31T09:34:47.451950 | 2023-08-31T07:25:02 | 2023-08-31T07:25:02 | 2,649,214 | 13,385 | 982 | Apache-2.0 | 2023-09-14T17:02:16 | 2011-10-26T06:42:00 | C++ | UTF-8 | C++ | false | false | 631 | cpp | // Copyright John Maddock 2008.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
# include <pch.hpp>
#ifndef BOOST_MATH_TR1_SOURCE
# define BOOST_MATH_TR1_SOURCE
#endif
#i... | [
"frank@arangodb.com"
] | frank@arangodb.com |
4b4ae81271affaec44a5d83fcbd8b6b668259916 | 6247051fc105ee0f7847c9ad7d64e6dd22e2e5e2 | /spoj/SPOJ_SYNC13C.cpp | bbdd9a76cdba339773381415bd452ff21eb736d4 | [] | no_license | satishrdd/comp-coding | 5aa01c79bd1269287f588a064d5d09f824daa8fd | 96d22817488d55623d77a2e7f3d4ef0955028086 | refs/heads/master | 2020-04-07T06:50:53.743622 | 2017-04-16T09:05:25 | 2017-04-16T09:05:25 | 46,654,615 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 611 | cpp | #include<iostream>
#include<stdio.h>
#include<algorithm>
#include<string.h>
#include<cmath>
using namespace std;
long long power(long long a, long long b)
{
long long pow = 1;
while ( b )
{
if ( b & 1 )
{
pow = pow * a%1000000007;
--b;
}
a = a*a%1000... | [
"satishrdd123@gmail.com"
] | satishrdd123@gmail.com |
6ba61dfb739ede82ecce5d0fc97c29cbc68a8ba0 | 0093d5a86d601b0ed854c889607485416eb8be2e | /TLM/DMA.cpp | 654a2095f43ddd35ea731a7137d3130b108201fa | [] | no_license | milannedic/SystemC_SVM | cc729d32e5adcf0ec03c7e25a40476d6fc27c348 | 166cbf2616dfcd1a2fd9cd2c180a38f1a8b7f7dc | refs/heads/master | 2023-08-28T15:24:28.560029 | 2018-09-09T22:53:28 | 2018-09-09T22:53:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,661 | cpp | #ifndef DMA_C
#define DMA_C
#include "DMA.hpp"
DMA::DMA(sc_module_name name):sc_module(name)
{
s_dm_t.register_b_transport(this, &DMA::b_transport);
cout<<name<<" constructed"<<endl;
SC_THREAD(send_to_fifo);
tmp_mem.reserve(SV_LEN);
send = SC_LOGIC_0;
}
void DMA::b_transport(pl_t& pl, sc_time& offset)
... | [
"djordjemiseljic@gmail.com"
] | djordjemiseljic@gmail.com |
be97a417db154f538487bd28c02c9f90352eeec8 | a1fbf16243026331187b6df903ed4f69e5e8c110 | /cs/engine/xrGame/DestroyablePhysicsObject.cpp | 14ddf708924c229da1d13a607df50ec545ee9116 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | OpenXRay/xray-15 | ca0031cf1893616e0c9795c670d5d9f57ca9beff | 1390dfb08ed20997d7e8c95147ea8e8cb71f5e86 | refs/heads/xd_dev | 2023-07-17T23:42:14.693841 | 2021-09-01T23:25:34 | 2021-09-01T23:25:34 | 23,224,089 | 64 | 23 | NOASSERTION | 2019-04-03T17:50:18 | 2014-08-22T12:09:41 | C++ | UTF-8 | C++ | false | false | 4,711 | cpp | #include "pch_script.h"
#include "PHCollisionDamageReceiver.h"
#include "PhysicObject.h"
#include "hit.h"
#include "PHDestroyable.h"
#include "hit_immunity.h"
#include "damage_manager.h"
#include "DestroyablePhysicsObject.h"
#include "Include/xrRender/KinematicsAnimated.h"
#include "Include/xrRender/Kinematics.h"
#incl... | [
"paul-kv@yandex.ru"
] | paul-kv@yandex.ru |
5d7eaad39c2393c73d5beaf6489c2a52cd66044a | 2edfff2f6f300766a98907e5606d1a101d90dbfb | /Savitch/chapter_13_projects/queueString.cpp | e0ec6e9e4afc1b6bdccad19eb2d5eaaf56c0e949 | [] | no_license | EricGanzert/problem_solving | 28d87345dfb0f9988de6dc539c5ddf490a3e4814 | 527df2dc8b07904943288ffd264dc232be03d4b1 | refs/heads/master | 2020-04-03T00:40:57.881189 | 2019-01-23T02:25:25 | 2019-01-23T02:25:25 | 154,905,545 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,897 | cpp | #include <queueString.hpp>
#include <iostream>
#include <cstddef>
using namespace std;
namespace eric_queue_string
{
Queue::Queue() : front(NULL), back(NULL)
{
//empty
}
Queue::Queue(const Queue& copy)
{
if (copy.empty())
{
this->front = NULL;
this->back = NULL;
return;
}
else
{
//for go... | [
"eric.ganzert@gmail.com"
] | eric.ganzert@gmail.com |
b1f3954b30a0a988067bd173ec59be62f0258427 | b90444530bd7999168c6ea5e3c17657ae2a0b925 | /src/txdb.cpp | d1f5a93667a66d7573f225c76d5f3c6fc29d6c7f | [
"MIT"
] | permissive | Bitcoin3-source/Bitcoin3.0 | 4723d3db6fa2edc5734ab28dac87cf131bbcfe9e | 4c623be5200032fd49b54e01147da721e142f4f2 | refs/heads/main | 2023-03-25T20:34:26.331459 | 2021-03-25T02:31:47 | 2021-03-25T02:31:47 | 343,466,598 | 0 | 3 | MIT | 2021-03-25T02:31:48 | 2021-03-01T15:36:34 | null | UTF-8 | C++ | false | false | 14,153 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2018 The Bitcoin Core developers
// Copyright (c) 2021 The Bitcoin3 Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <txdb.h>
#include <c... | [
"superdaddynz@gmail.com"
] | superdaddynz@gmail.com |
fca9d9bbeffdb25af00340c03cb3b2d7bda91a1d | 497e0d5d677d33f493195909217c692bea58ea29 | /boj 기출/[boj_sw기출]째로탈출2.cpp | 7239d612e958d74ed578035b3198a592f10e6c59 | [] | no_license | JungKiBeen/SW_Test_Study | bdd6a82a25322a7d06a47625101e2c6905791e4c | a72000524470a8f602441349c4912e580e5d759d | refs/heads/master | 2021-08-09T15:58:31.066951 | 2017-11-12T09:34:20 | 2017-11-12T09:34:20 | 101,296,637 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,211 | cpp | #define _CRT_SECURE_NO_WARNINGS
#define MSIZE 15
#define IS_WALL(xx, yy, i) (MAP[(xx) + r_dir[(i)]][(yy) + c_dir[(i)]] == '#')
#define IS_HOLE(xx, yy) (MAP[(xx)][(yy)] == 'O')
#define CALC_DIST(x,y,xx,yy) (abs((x)-(xx)) + abs((y)-(yy)))
#include<iostream>
#include<cstdio>
#include<climits>
#include<queue>
#include<util... | [
"hellome305@naver.com"
] | hellome305@naver.com |
57daa419bf49dd014622bf22dc21fa87c34209b7 | 877057d9c36f84a2a636024f0fcb0dcd731644ed | /generic/codes/googleJam/codeChef/RBX1103/rbx11031.cpp | 66b763df7ed8c62dfd9315d83e9462d139d04a7f | [] | no_license | enitink/prj | ba69dae1ac71e1516a22fac9dfb3bd4d3c17d095 | 784d6ae3414f1cb717a513e3aef8c9ee893cdc88 | refs/heads/master | 2022-01-15T17:19:47.942951 | 2022-01-04T05:55:32 | 2022-01-04T05:55:32 | 16,454,920 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | cpp | #include <stdio.h>
#include <string.h>
#include <algorithm>
using namespace std;
int main(){
int t;
scanf("%d", &t);
int n,c;
int vol[100], vt[100];
int mat[6][100];
int i, j;
int res;
int te;
while(t){
res = 0;
scanf("%d %d", &n, &c);
memset(vol, 0, sizeof(vol));
memset(mat, 0, sizeof(mat));
for... | [
"enitink@yahoo.com"
] | enitink@yahoo.com |
25efc2f1c6620cc903b5df743857815adf8ef777 | 22a2a7b15e3801ca244d9ac68b05ca14734c7392 | /6320500689_lab3_4.cpp | 13bc5d092d4b0ee501b02bd810ce7e604c779345 | [] | no_license | b6320500689/215_lab3 | 353c08eae55100f9335bc0dfd35d50f25663afd5 | 31ea24603f17d239bbb9c133722ce108086e3e1d | refs/heads/main | 2023-03-12T18:03:30.106991 | 2021-02-18T09:46:19 | 2021-02-18T09:46:19 | 339,971,085 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 520 | cpp | #include<stdio.h>
int main(){
int i=0,j,z=0,k=0;
long long x=0,y=0;
scanf("%lld",&x);
y = x;
if(x==0 || x==1 || y==0 || y==1)
printf("2");
while(x>1 && y>1)
if((x%2==0 || x%3==0 || x%5==0 || x%7==0) && (x!=2 && x!=3 && x!=5 && x!=7))
{
x--;
z++;
}
else if((y%2==0 || y%3==0 || y%5==0 || ... | [
"supitchaya.r@ku.th"
] | supitchaya.r@ku.th |
853ab9e6e844ee5b4b53619ccfbd21f3ea5a4f75 | e1bd62f4a727ded8a864d347b3a028b7149686ce | /Kostya/str/src/main.cpp | b4a61e0c8bbf502cadc358c629f5a9116b1b203d | [] | no_license | CarryTI/CarryTI-Project | 864524d0cdfbb02fae02b1e5bdcce74115ee2c8f | 68498d0d439b1cabc81ad23cb3e8af392407cc98 | refs/heads/master | 2021-04-28T09:53:38.559308 | 2019-09-26T13:13:06 | 2019-09-26T13:13:06 | 122,051,682 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 401 | cpp | #include "header.h"
#include "stringClass.cpp"
int ft_asciiGod(int num)
{
char c;
c = num + 48;
write(1, &c, 1);
}
void ft_putnum(int number)
{
if (number)
{
ft_asciiGod(number % 10);
number /= 10;
ft_putnum(number);
}
else
{
write(1, "0", 1);
}
write(1, "\n", 1);
}
int main(int ac, char **av)
{
... | [
"looomen@hotmail.com"
] | looomen@hotmail.com |
5da0fd6033a6bef676f8d3a11cc5dd4e4cd2aa3e | ac35f095bd8ab05831879893fdc54f63663dd788 | /tests/syscall/poller/server.cpp | 9ce2c60b691658be1e3f5a865d5bbee998a6b4fe | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | lsds/openenclave | d9e09e38868a794203456a1a8f3e74549bdd01ee | 2765e96a0a7159b2721653f2bbe997a01b4101d3 | refs/heads/feature.sgx-lkl | 2023-09-01T06:16:32.378634 | 2020-03-03T16:13:28 | 2020-03-03T16:13:28 | 208,288,721 | 0 | 4 | MIT | 2020-03-03T16:13:30 | 2019-09-13T15:05:52 | C | UTF-8 | C++ | false | false | 7,048 | cpp | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#if defined(_MSC_VER)
#include "../platform/windows.h"
#else
#include "../platform/linux.h"
#endif
#include <openenclave/internal/tests.h>
#include <openenclave/internal/types.h>
#include <stdbool.h>
#include <stdio.h>
#in... | [
"mikbras@microsoft.com"
] | mikbras@microsoft.com |
bf9a018965096a2b345b9b1ca9fb67fd60eb928e | c6e6940d4b7f13d496b707be5a8500a8d61894c0 | /main.cpp | 4f0436f1270eb32662d70b36fa462c2363f8347c | [] | no_license | thorbenm/spi | 27415090312ce4d5c6d9b03f87a9440b102cca5d | 90c823342333531af5866cb6985bba05e9322a93 | refs/heads/master | 2021-01-01T18:44:25.662269 | 2017-08-28T13:01:32 | 2017-08-28T13:01:32 | 98,419,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 868 | cpp | #include <wiringPi.h>
#include <wiringPiSPI.h>
#include <iostream>
#include <stdint.h>
#include <unistd.h>
#include "spi.h"
int digital_analog_converter::LDAC = 6; //pi pin used for LDAC control (set negative to turn off LDAC)
digital_potentiometer digipot(
.5 * 1000 * 1000, //clock speed
8, //bits
0, /... | [
"thorbenm@physik.uni-kassel.de"
] | thorbenm@physik.uni-kassel.de |
3f7bd7b3f0864cf7134abb7c42ba1b12a5407689 | 354f4d3d7e75d054713b0ed8122907074e2605f9 | /TitleScene.cpp | 4583a254ad619bc956bd809c409c8498bb1818ac | [] | no_license | gusl0801/BlockBreak | a7150f284afea2a482f27ce9b1257c3e8d2e1f86 | 92d23a746f93b583818c6a146df130d110f30a79 | refs/heads/master | 2021-01-01T04:08:33.728807 | 2017-07-25T21:07:17 | 2017-07-25T21:07:17 | 97,128,287 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 806 | cpp | #include "stdafx.h"
#include "TitleScene.h"
CTitleScene::CTitleScene()
{
}
CTitleScene::~CTitleScene()
{
//m_bgImage.Destroy();
}
void CTitleScene::OnCreate(CGameFramework * framework)
{
CScene::OnCreate(framework);
m_bgImage.Load(TEXT("resource/title.jpg"));
}
void CTitleScene::Draw(HDC hdc)
{
m_bgImage.Stre... | [
"gusl0801@daum.net"
] | gusl0801@daum.net |
f592502ce61137a35d838f807244973e832d0bea | 156de3c57af4c6541b0c1cabfc933fb622aef44f | /RootCoreBin/include/AsgTools/TProperty.icc | 18b1ba5871748c43a323ef74a4dfc539a494ee29 | [] | no_license | Crashtime/ATLAS-JetCleaning | 704937a36e2b7c1d6908745eef1d02923b274447 | 442f298bfcd9196bef86b978588cce0c430507d7 | refs/heads/master | 2021-01-21T09:06:30.007753 | 2016-09-16T21:48:22 | 2016-09-16T21:48:22 | 68,410,571 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,071 | icc | // Dear emacs, this is -*- c++ -*-
// $Id: TProperty.icc 612908 2014-08-21 16:19:03Z krasznaa $
#ifndef ASGTOOLS_TPROPERTY_ICC
#define ASGTOOLS_TPROPERTY_ICC
template< typename T >
TProperty< T >::TProperty( T& val, Type type )
: Property( type ), m_ptr( &val ) {
}
template< typename T >
const T* TProperty< T >::... | [
"crashtime@gmail.com"
] | crashtime@gmail.com |
7ba88b0265160d971c862b0e08c066e360a1500c | 36ce9f1f64da141b55f5e1c39e057122a7b4252d | /portable/sketchbook/arduino-cmsis-dap/arduino-cmsis-dap.ino | c72181eb0ad617ce5034616e062b0080a2a79ad5 | [] | no_license | koson/arduino-arm64 | 2b8ada568ae733014e60e58b010c69064499e363 | 0d7fb001f48d1c5a325203ad5da72a4d35dcb1d9 | refs/heads/master | 2023-07-17T19:43:36.987376 | 2021-08-27T22:51:24 | 2021-08-27T22:51:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,153 | ino | /* CMSIS-DAP ported to run on the Pro Micro and Teensy 3.2
* Copyright (C) 2016 Phillip Pearson <pp@myelin.co.nz>
*
* CMSIS-DAP Interface Firmware
* Copyright (c) 2009-2013 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Li... | [
"bm16ton@gmail.com"
] | bm16ton@gmail.com |
2fbe4ebe93065f7c49cf2fc69ce87307e6142465 | 0d0aa1364849c90e104e5d0b86558eb86c081eb8 | /ZadanieDomowe/Encounter.cpp | d8c866a3725059e68b5e1ec88b51de69d77f8f4c | [] | no_license | ntbanek/RPG-Game | 578381827a44447c9292e4e1503270bd2cde66cd | 393a16c80e00b9deb37915e9b3c2df136689bc0f | refs/heads/master | 2021-10-24T07:31:45.340568 | 2019-03-23T12:53:10 | 2019-03-23T12:53:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 205 | cpp | #include <iostream>
using namespace std;
#include "Encounter.h"
bool Encounter::proceed(Character yourCharacter)
{
if (yourCharacter.stats.hp <= 0)
{
return false;
}
else
{
return true;
}
}
| [
"baneknatalia@gmail.com"
] | baneknatalia@gmail.com |
b8a771e9473f2c6277c931e38b64123f8b5a22ab | 3afb637fd4e4f3e8a3fa799fb33ed26fd8428e56 | /jni/GLESUtils.cpp | 6f24f4ec32db61efc082c0247597e41f12c800f2 | [] | no_license | gitHugLin/room3 | 989e64d8a8463454386a21b892039940afd10a18 | bd06984adeed8fa30345beadd84ab8d4212fa925 | refs/heads/master | 2021-01-19T02:49:46.821215 | 2016-06-21T07:57:04 | 2016-06-21T07:57:04 | 56,489,541 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,317 | cpp | //
// Created by linqi on 16-4-5.
//
#include "GLESUtils.h"
#include "opencv2/opencv.hpp"
#include <gui/GLConsumer.h>
#include <gui/Surface.h>
#include <gui/IGraphicBufferConsumer.h>
#include <gui/IGraphicBufferProducer.h>
#include <ui/GraphicBuffer.h>
#include <ui/GraphicBufferAllocator.h>
#include <gralloc... | [
"linqi515555904@gmail.com"
] | linqi515555904@gmail.com |
1dc65c556780f287590613b902f027d45bffc0d8 | 3f7904686c4e31221ecf46d4754b4610b85dbbbd | /pepCoding/dsaFoundation/programming-basics/gettingStarted/bulbsAfterNFluctuations.cpp | dc122aa6f1c8e061c0d85c5099a454795ae5eeba | [] | no_license | saxena11ashish/interview-prep | d013ab4b44bb1883e018a86f27b4fd4f1a8990b9 | c019bacedfc24d618239b65efe55730aee51817f | refs/heads/master | 2022-12-14T18:25:55.015988 | 2020-09-03T10:52:47 | 2020-09-03T10:52:47 | 291,242,066 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 763 | cpp | #include <bits/stdc++.h>
using namespace std;
#define lli long long int
#define fastIO ios_base::sync_with_stdio(false); cin.tie(NULL);
#define deb(x) cout<<"\n"<<#x<<" = "<<x;
#define deb2(x,y) cout<<"\n"<<#x<<" = "<<x<<" | "<<#y<<" = "<<y;
#define deba(a) for(bool i:a)cout<<i<<" ";cout<<en... | [
"ashishsxn96@gmail.com"
] | ashishsxn96@gmail.com |
0a1fbb488be89ef9a071ad70165caef05a1844aa | b00c54389a95d81a22e361fa9f8bdf5a2edc93e3 | /vendor/intel/hardware/PRIVATE/audiocomms/audio-hal/stream_lib/StreamLib.cpp | 9b13ce7582f211a2bca54caa222ccd82785f877a | [] | no_license | mirek190/x86-android-5.0 | 9d1756fa7ff2f423887aa22694bd737eb634ef23 | eb1029956682072bb7404192a80214189f0dc73b | refs/heads/master | 2020-05-27T01:09:51.830208 | 2015-10-07T22:47:36 | 2015-10-07T22:47:36 | 41,942,802 | 15 | 20 | null | 2020-03-09T00:21:03 | 2015-09-05T00:11:19 | null | UTF-8 | C++ | false | false | 1,381 | cpp | /*
* INTEL CONFIDENTIAL
* Copyright (c) 2013-2014 Intel
* Corporation All Rights Reserved.
*
* The source code contained or described herein and all documents related to
* the source code ("Material") are owned by Intel Corporation or its suppliers
* or licensors. Title to the Material remains with Intel Corpora... | [
"mirek190@gmail.com"
] | mirek190@gmail.com |
0fa0bb56ca26bc12cf52bcac830bd0e91409ae89 | 63a62110109e1fea9be321d3c93cd09e17fbf303 | /kalmanFilter/kf.cpp | 244807bc6e948691d16dadb682bb0a632c24ca3d | [] | no_license | AlaaElnagar/ROS | 561fc9601722a138756a666c75374e1e59545124 | 28263e70710e142b403bf9c4fefae58f7f3e8334 | refs/heads/master | 2023-03-31T18:48:28.367182 | 2021-04-11T16:38:12 | 2021-04-11T16:38:12 | 345,021,581 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | cpp | #include <iostream>
#include <math.h>
using namespace std;
double f(double mu, double sigma2, double x)
{
//Use mu, sigma2 (sigma squared), and x to code the 1-dimensional Gaussian
//Put your code here
double prob = 1.0 / sqrt(2.0 * M_PI * sigma2) * exp(-0.5 * pow((x - mu), 2.0) / sigma2);
return prob... | [
"35043356+AlaaElnagar@users.noreply.github.com"
] | 35043356+AlaaElnagar@users.noreply.github.com |
d73226e4e833f2d19d913170be23ad3f49646d8c | 9d4b35346e8c4e1cd26edd071a9198d568a0e06e | /Client/cpp/asio/include/asio/ssl/detail/impl/openssl_init.ipp | cb2d03b084332e311e1c7bbf33343b9fce925b80 | [
"Apache-2.0",
"BSL-1.0"
] | permissive | cinterloper/kvdn | 400d1e05e26174803ccbd05fafe6f8eb8c7317a9 | be52fac3468aaf1347d07c49e151c2509ec7f4be | refs/heads/master | 2021-01-23T19:35:21.092866 | 2018-05-25T04:41:06 | 2018-05-25T04:41:06 | 44,165,360 | 3 | 1 | null | 2016-10-05T03:56:26 | 2015-10-13T09:18:35 | Java | UTF-8 | C++ | false | false | 4,361 | ipp | //
// ssl/detail/impl/openssl_init.ipp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2005 Voipster / Indrek dot Juhani at voipster dot com
// Copyright (c) 2005-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file L... | [
"grant@iowntheinter.net"
] | grant@iowntheinter.net |
606dc76502536e11b9f221e8af69516c3d04dae6 | 78918391a7809832dc486f68b90455c72e95cdda | /boost_lib/boost/hof/is_unpackable.hpp | e109bffbcc51f2b0247a07bc88672f571f68929d | [
"MIT"
] | permissive | kyx0r/FA_Patcher | 50681e3e8bb04745bba44a71b5fd04e1004c3845 | 3f539686955249004b4483001a9e49e63c4856ff | refs/heads/master | 2022-03-28T10:03:28.419352 | 2020-01-02T09:16:30 | 2020-01-02T09:16:30 | 141,066,396 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,364 | hpp | /*=============================================================================
Copyright (c) 2016 Paul Fultz II
is_unpackable.hpp
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==========================... | [
"k.melekhin@gmail.com"
] | k.melekhin@gmail.com |
7b310f41e3ea7bb6d53c1718d2912c7ee15e9c23 | 2b24fbf72872fc9ebf17090230f6f2299d2fde8f | /data_structure/sorting/ins.cpp | 3ec90cfa78175f7e3c341276a93afff29bdf1f7d | [] | no_license | Bikubisw/allcoding | 7c8cb60fded940fc315b674e53c7d2a4edf9b0f7 | b22dd2e2cd06c3d0f28fe3f1fdb206bc97804712 | refs/heads/main | 2023-07-07T04:37:30.037093 | 2021-08-09T17:57:38 | 2021-08-09T17:57:38 | 394,389,587 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 450 | cpp |
#include<iostream>
using namespace std;
void insertion_sort(int*arr,int n){
for(int i=1;i<n;i++){
int current=arr[i];
int j;
for(j=i-1;j>=0;j--){
if(current<arr[j]){
arr[j+1]=arr[j];
}
else{
break;
}
}
arr[j+1]=current;
}
}
int main(){
int size;
cin>>size;
int *input=new int[1+si... | [
"bikrambiswas043@gmail.com"
] | bikrambiswas043@gmail.com |
fa9b58ceeaf55e7e11c5b0c1ac30d492f64bb1fd | e232f024002a97d2ef88cbeecafcde09b21e6804 | /misc.hpp | b4ff61b4e612ca37587c6c1da2104da153bbc6a5 | [
"MIT"
] | permissive | leighgarbs/tools-cpp | e2438cc96e17db3291c2b94fcf7f872ae5eb39e2 | fd9ceada534916fa8987cfcb5220cece2188b304 | refs/heads/master | 2023-04-18T19:43:08.346924 | 2020-08-23T04:59:28 | 2020-08-23T04:59:28 | 85,257,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,890 | hpp | #if !defined MISC_HPP
#define MISC_HPP
// For functionality that has no obvious home elsewhere
#include <cstdint>
#define BITS_PER_BYTE 8
// Allows for a shorthand verison of this commonly-used pattern. Being able to
// adjust the type of exception that is thrown might be nice.
#define IF_NULL_THROW_ELSE_RUN(possi... | [
"leighgarbs@gmail.com"
] | leighgarbs@gmail.com |
13ef9a20a07806a45ced3d7c1a06b641a6c30657 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /components/leveldb/remote_iterator_unittest.cc | 8fc523d7f14ffae226ca2cab6367e4c1e3b33cf6 | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 4,394 | cc | // 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.
#include <map>
#include "base/bind.h"
#include "base/macros.h"
#include "base/run_loop.h"
#include "components/leveldb/public/cpp/remote_iterator.h"
#inc... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
b9dbd9d054ccba87f260d7659c0d148ea295f4d1 | c67cbd22f9bc3c465fd763fdf87172f2c8ec77d4 | /Desktop/Please Work/build/Android/Preview/app/src/main/include/Outracks.Simulator.Client.Idle.h | 5dd0253c519cc9a2c6a97ca27c2500f4686c3fc5 | [] | no_license | AzazelMoreno/Soteria-project | 7c58896d6bf5a9ad919bde6ddc2a30f4a07fa0d4 | 04fdb71065941176867fb9007ecf38bbf851ad47 | refs/heads/master | 2020-03-11T16:33:22.153713 | 2018-04-19T19:47:55 | 2018-04-19T19:47:55 | 130,120,337 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,151 | h | // This file was generated based on C:/Users/rudy0/AppData/Local/Fusetools/Packages/Fuse.Preview.Core/0.1.0/ApplicationStates.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Outracks.Simulator.Cl-75fc1ba.h>
namespace g{namespace Outracks{namespace Simulator{namespace Clien... | [
"rudy0604594@gmail.com"
] | rudy0604594@gmail.com |
557fc2c243e737af91eae11f3cd01f079749b84f | 4c4a049c45e213af4a35ce3fe7a5ad9c959db49d | /src/editor/main.cpp | c4c534b624f01a92971072cc08617bdc6ae149c3 | [] | no_license | tmandry/adage | 7fb5327270be1ade23e07741007fa97677c2c7fa | 7fc64bbac825a132fea656650db8e81565d4ff97 | refs/heads/master | 2021-01-16T01:01:33.781010 | 2009-12-31T00:43:16 | 2009-12-31T00:43:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | cpp | #include <QApplication>
#include <QFile>
#include <QMetaType>
#include "EditorUI.h"
#include "math/rand.h"
#include "math/Point.h"
#include "world/Entities.h"
int main(int argc, char **argv)
{
QApplication a(argc, argv);
QFile style("adage.style");
style.open(QIODevice::ReadOnly | QIODevice::Text);
a.setStyleShee... | [
"tmandry@gmail.com"
] | tmandry@gmail.com |
43ed1acc9561f303b577900a7aa79700c85b1840 | e2e556a03becdc64ac55150d2260683f806f3fab | /UVA/accepted/acm12293.cpp | 2bf64fd0e99fad3a24f67cb00f63bfb0671e8e10 | [] | no_license | sumsuddin/ProblemSolving | bdf9bd9639d072c18946e82817593df660031cf2 | 832ca60cfe66fb35562b7877e8b33fa5e8d8b6ea | refs/heads/master | 2020-06-17T10:37:49.326394 | 2016-11-28T20:48:46 | 2016-11-28T20:48:46 | 75,012,514 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 286 | cpp | #include<stdio.h>
#include<math.h>
bool flag;
long i,n;
int main()
{
while(scanf("%ld",&n),n)
{
flag=1;
for(i=1;i<31;i++)
if(n==(long)(pow(2,i)-1))
{
flag=0;
break;
}
if(flag)
printf("Alice\n");
else
printf("Bob\n");
}
return 0;
} | [
"sumsuddinshojib@gmail.com"
] | sumsuddinshojib@gmail.com |
74b7a1c7528e4614497d09be56c814f91e49c922 | 19907e496cfaf4d59030ff06a90dc7b14db939fc | /POC/oracle_dapp/node_modules/wrtc/third_party/webrtc/include/chromium/src/components/arc/ime/arc_ime_ipc_host_impl.h | 643b32c8d786a84b1af5263ae1512e23e8285522 | [
"BSD-2-Clause"
] | permissive | ATMatrix/demo | c10734441f21e24b89054842871a31fec19158e4 | e71a3421c75ccdeac14eafba38f31cf92d0b2354 | refs/heads/master | 2020-12-02T20:53:29.214857 | 2017-08-28T05:49:35 | 2017-08-28T05:49:35 | 96,223,899 | 8 | 4 | null | 2017-08-28T05:49:36 | 2017-07-04T13:59:26 | JavaScript | UTF-8 | C++ | false | false | 1,782 | 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 COMPONENTS_ARC_IME_ARC_IME_IPC_HOST_IMPL_H_
#define COMPONENTS_ARC_IME_ARC_IME_IPC_HOST_IMPL_H_
#include "base/macros.h"
#include "base/strings/s... | [
"steven.jun.liu@qq.com"
] | steven.jun.liu@qq.com |
74014b621b3a2902425d6b62d7a273a6d3b212b7 | 9e8d5a6dc969d53639477e09ac1607cba52e0dbc | /src/L4/dataacquisition/AnalogMCCDAQSensor.cpp | 98a16f97ed8617ce100a8f0e25c7d093ead410fe | [] | no_license | vedangnaik/Carina-mirror | b07a385d6ddc09e2581e423d811ddcd3bcf306aa | 2b74fcf26fbaa3b8ecfe3b07686e0cb86110a617 | refs/heads/master | 2023-08-07T00:17:46.902404 | 2021-10-04T00:25:20 | 2021-10-04T00:25:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,823 | cpp | #ifdef ULDAQ_AVAILABLE
#include "AnalogMCCDAQSensor.h"
AnalogMCCDAQSensor::AnalogMCCDAQSensor(const std::string& deviceID,
const std::vector<std::pair<double, double>>& calibrationPoints,
const std::shared_ptr<MCCDAQHandler> daq,
... | [
"vedang.a.naik@gmail.com"
] | vedang.a.naik@gmail.com |
d723c59cd6b9283c285ffc0503d06d5002e05951 | 54ff14b9ddeea8ccebaed634d92bb1926c570b56 | /coding/fortran/c/main.cc | 7fc607192ee26623d4d2f11ca2e7a8c4d5ec9dc2 | [] | no_license | mirguest/MirguestIssueReport | f1be313ca719117b9f8aa5c0e33604dfb2ab647d | edb4fc072a043ad4080e10376c0628ab3d30767c | refs/heads/main | 2023-08-05T11:52:38.511998 | 2023-07-20T01:50:23 | 2023-07-20T01:50:23 | 6,170,836 | 3 | 1 | null | 2023-07-19T15:44:00 | 2012-10-11T08:36:36 | Fortran | UTF-8 | C++ | false | false | 533 | cc | /*
* An example to do following:
* - invoke a C wrapper to init
* - C wrapper invoke Fortran function
* - invoke a C wrapper to execute
* - C wrapper invoke Fortran function and get a returned object
*
*/
#include "myinterface.h"
#include <iostream>
int main() {
init();
execute();
Pod p... | [
"lintao51@gmail.com"
] | lintao51@gmail.com |
4165427b4cda0e57b048e968e131057fd2a1b9ee | c70aae6eef58b3f454b9b517f470a827ad9848d7 | /spdlog/logger.h | 0206fac281da1d668becb605487922b206807dca | [] | no_license | Yzoni/bter-graph-generator | e4073962e9ce64e1ffe09ac8542752c981f657b1 | 9efff3f9b52c2437ffacc954cd4694a5bfe4c284 | refs/heads/master | 2020-12-02T11:25:31.092137 | 2017-06-30T10:13:54 | 2017-06-30T10:13:54 | 96,638,594 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,677 | h | //
// Copyright(c) 2015 Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
//
#pragma once
// Thread safe logger (except for set_pattern(..), set_formatter(..) and set_error_handler())
// Has name, log level, vector of std::shared sink pointers and formatter
// Upon each log write ... | [
"yzonix@gmail.com"
] | yzonix@gmail.com |
4897b084802abb66dee106dffab9dd87b683611b | 0200bda6be5f07dd06f7bc963545d0d27d4d2905 | /qtwindowmanger/basedialog/basedialog.h | e1d267997f164a2f4767c66145658c1448900ab7 | [] | no_license | wangyan123321/QT5-test | 03a9af4f174495f35afc51416f0ede277c581070 | 07ff7f5f4d338754d922f30c6f0a7d2243895e3b | refs/heads/master | 2021-04-03T08:41:59.253928 | 2018-05-02T08:40:31 | 2018-05-02T08:40:31 | 125,182,454 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,183 | h | #ifndef BASEDIALOG_H
#define BASEDIALOG_H
#include "standinput.h"
#include <QDialog>
#include <QGridLayout>
#include <QFileDialog>
#include <QLineEdit>
#include <QTextEdit>
#include <QPushButton>
#include <QLabel>
class basedialog : public QDialog
{
Q_OBJECT
public:
basedialog(QWidget *parent = 0);
~bas... | [
"1301004961@qq.com"
] | 1301004961@qq.com |
cdccf819c6fa4bdeeccb4a9e1773f7140163f6c3 | bb79be65018d4ebed252d570b1d09f7d5c57c569 | /src/unit_tests/engine/ut_simd.cpp | 636283057ea52b3604a67d65aa97c0b984af04c9 | [
"MIT"
] | permissive | Bewolf2/LumixEngine | 1e1d89a3a1035acf492fcfa8473b21415f19d8ec | be39bcc4faaddd673e9ff530b0725abda28e8225 | refs/heads/master | 2020-04-26T17:43:56.256489 | 2019-03-01T16:48:16 | 2019-03-01T17:58:41 | 173,722,284 | 1 | 0 | MIT | 2019-03-04T10:18:18 | 2019-03-04T10:18:18 | null | UTF-8 | C++ | false | false | 4,368 | cpp | #include "unit_tests/suite/lumix_unit_tests.h"
#include "engine/simd.h"
using namespace Lumix;
static const float LUMIX_ALIGN_BEGIN(16) c0[4] LUMIX_ALIGN_END(16) = { 0, 1, 2, 3 };
static const float LUMIX_ALIGN_BEGIN(16) c1[4] LUMIX_ALIGN_END(16) = { 5, 9, -15, 0 };
static const float LUMIX_ALIGN_BEGIN(16) c2[4] LU... | [
"mikulas.florek@gamedev.sk"
] | mikulas.florek@gamedev.sk |
962e22159ac8216ee14a2a8c2475df43da7861dc | 43a9b9775e39d039caae4182737feb72e27368bc | /vfs/directory.cpp | c46d701ca2ebe99a4ab2e6dd1464b864d13a2c4e | [] | no_license | FalconUA/vfs | 0c055828d7be03053f9bf2eea6427cf58d6473f6 | 9675e0b2b81eb4358d7c7e9c96a2cc55c94505dd | refs/heads/master | 2021-01-10T17:16:33.786395 | 2015-12-14T11:10:05 | 2015-12-14T11:10:05 | 47,950,085 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,797 | cpp | #include <string>
#include <map>
#include <stack>
#include "directory.h"
virt::fs::directory::directory():
parent(NULL), name("")
{
subdir[""] = this;
subdir["."] = this;
subdir[".."] = this;
}
virt::fs::directory::directory(virt::fs::directory* dir_parent, std::string dir_name):
parent(dir_parent), name(dir_na... | [
"falcon@localhost.localdomain"
] | falcon@localhost.localdomain |
ea4cf8e3a3687c89839f41c9c351d42146fce561 | 3628963055755d926bb808c338c8af18f697b065 | /lib/roadfighter/Entity.h | 7ece1e329ee16cc76c30d527661ce74cba4475b7 | [] | no_license | luukvansloun/RoadFighter | b0bb90a3264eeda13172f37ab9d12746502bf83b | bcf1756561f69f57c645fec157b28f19d2622955 | refs/heads/master | 2021-10-11T00:23:12.583610 | 2019-01-19T17:19:49 | 2019-01-19T17:19:49 | 159,029,733 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,927 | h | /**
* @file Entity.h
*
* @brief Header file for Entity class
*
* @class roadfighter::Entity
*
* @brief This Class contains all the functionalities of the Entity object.
*
* @authors Luuk van Sloun
*/
#ifndef ROADFIGHTER_ENTITY_H
#define ROADFIGHTER_ENTITY_H
#include <iostream>
#include <memory>
class Obse... | [
"luukvansloun@live.nl"
] | luukvansloun@live.nl |
2fc22eaa591ea3f30281c07ded3109b2737c5f02 | b89e27fef119ff68eb5493532e7750f5b1e74e0b | /cpppractice/getlinefunction.cpp | 64a498555dfd534445428ed4daef42d9e6a83b89 | [] | no_license | poonambhosale-2797/CPP | 3c02c3e98d769d292646878aef1587098d336095 | 90410131ee112a01010024b79d0736c77a6a8f9f | refs/heads/master | 2022-11-15T01:38:50.021310 | 2020-07-13T18:24:22 | 2020-07-13T18:24:22 | 279,379,314 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 371 | cpp | #include<iostream>
#include<string>
using namespace std;
class demo
{
int roll;
char grade;
string name;
public:
void get();
void show();
};
void demo::get()
{
cout<<"enter details:"<<endl;
cin>>roll>>grade>>name;
getline(cin,name);
}
void demo::show()
{
cout<<roll <<" "<<grade<<" "<<name<<endl;
}
int main... | [
"bhosale.poonam.16et5052@gmail.com"
] | bhosale.poonam.16et5052@gmail.com |
122a5739f79d8242c9ab9e1f1123064de9c9e8ff | 444e89c3fe588267ac5e59dc68dece96c1b0e7ce | /80. Remove Duplicates from Sorted Array II.cpp | 26e8e69fb2193542d4de28133694465f02442f12 | [] | no_license | jsj2008/leetcode | d2ec6a8e2d560c6490aceeabfab8e158db5d2b7e | a09fc8f417ea25928da883b4a3a6321fb0987a61 | refs/heads/master | 2021-05-02T18:40:51.762939 | 2016-11-06T17:17:36 | 2016-11-06T17:17:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 604 | cpp | // Time Complexity: O(n)
// Space Complexity: O(1)
class Solution {
public:
int removeDuplicates(vector<int>& nums) {
int n = nums.size();
if (n < 2) return n;
int i = 0, j = 1;
bool first = true;
int res = 0;
while (j < n) {
while (j < n && nums... | [
"chenhui@bytedance.com"
] | chenhui@bytedance.com |
9c3f045746ae9a8d7252ecaa746e3d3d3f8f05c7 | 793c8848753f530aab28076a4077deac815af5ac | /src/dskphone/ui/t48/uicommon/messagebox/messageboxbase.h | 3e337e70e5eb5d6c929c6f9037d3634bf15a2a4c | [] | no_license | Parantido/sipphone | 4c1b9b18a7a6e478514fe0aadb79335e734bc016 | f402efb088bb42900867608cc9ccf15d9b946d7d | refs/heads/master | 2021-09-10T20:12:36.553640 | 2018-03-30T12:44:13 | 2018-03-30T12:44:13 | 263,628,242 | 1 | 0 | null | 2020-05-13T12:49:19 | 2020-05-13T12:49:18 | null | UTF-8 | C++ | false | false | 5,449 | h | #ifndef MESSAGEBOXBASE_H
#define MESSAGEBOXBASE_H
#include <QtGui>
#include <ylstring.h>
#include "uikernel/quipushbutton.h"
#include "imsgboxeventfilter.h"
#include "messageboxbuttonset.h"
#include "baseui/maskframe.h"
class qUIPushButton;
class CMaskFrame;
// messageBox的类型
enum MESSAGEBOX_TYPE
{
MESSAGEBOX_Err... | [
"rongxx@yealink.com"
] | rongxx@yealink.com |
d418b897a70f3c10c825c575772f65978802326f | 418aa6c4486e255f482b6c9bee12a08cda829503 | /Bin/Src/clustersync_ProtocolHandler.cpp | 04bbee271c1d85dd9394f0270f367908d93be20b | [
"MIT"
] | permissive | jjuiddong/Common | b21c9a98474fc45aa30b316808498381c2030ad3 | 3097b60988464000e2885a07cdd6e433e43de386 | refs/heads/master | 2023-08-31T07:35:31.425468 | 2023-08-29T11:38:29 | 2023-08-29T11:38:29 | 77,737,521 | 3 | 8 | null | null | null | null | UHC | C++ | false | false | 7,234 | cpp | #include "pch.h"
#include "clustersync_ProtocolHandler.h"
using namespace clustersync;
clustersync::s2c_Dispatcher::s2c_Dispatcher()
: cProtocolDispatcher(clustersync::s2c_Dispatcher_ID, ePacketFormat::JSON)
{
cProtocolDispatcher::GetDispatcherMap()->insert({s2c_Dispatcher_ID, this });
}
//-----------------------... | [
"jjuiddong@hanmail.net"
] | jjuiddong@hanmail.net |
3e92437e8305f94390504d5e9023c7f4c3e90b0c | 62e581f41cd19dbae209219cf69992332380d2ab | /Unity course/Cube modding/Library/Bee/artifacts/WebGL/il2cppOutput/cpp/mscorlib__15.cpp | c92551ba40776201cc09e85b2dbc1dac5f2dbdb2 | [] | no_license | Robinthatdoesnotsuck/Unity | c6eca9767ceb347c89a262a7351eea061af26ec0 | 6c48e0c43dfa3da0eca19b5a7b398f12df3e58c3 | refs/heads/main | 2023-07-08T02:07:03.309688 | 2023-07-02T19:57:29 | 2023-07-02T19:57:29 | 332,323,138 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,050,824 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include "icalls/mscorlib/System.Globalization/CalendarData.h"
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethod... | [
"iram24y@gmail.com"
] | iram24y@gmail.com |
b12d9d7624280ad1d79ca7211fb2ec78c1fbf23b | 39b9cfde62e8a7ac5efb850f748b8fec50e5f6af | /ASCTard007_Rat_s_h___t/ASCTard007_Rat_s_h___t.ino | 722939b1e50bc64a68b41cb3d9c47a71f622d95a | [] | no_license | twhiston/asct-ardcore | 9783ffaa675bc7096d4573d532b3c8cf3cfebee6 | c3164d3c91312bb2d7f4bc22a5dba84d38a00913 | refs/heads/master | 2021-01-13T13:15:40.614155 | 2017-12-28T15:30:36 | 2017-12-28T15:30:36 | 72,694,085 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,045 | ino | /* ============================================================
*
* Program: ASCTard007 - Rat(s)h(*)t
*
* Description:
* Based very loosely on the buchla eardrill pendulum/ratchet module
* Tries to replicate the interesting outputs on the unit (A and B)
* Theres... | [
"ascetic@asceticunderground.com"
] | ascetic@asceticunderground.com |
bbcd4323ebe25f0088a6de7723fd528cb329eb50 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /content/browser/frame_host/raw_clipboard_host_impl.h | 013def7c199c38cdbe7c55fe0dbb94692dbdeef6 | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 1,679 | h | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_FRAME_HOST_RAW_CLIPBOARD_HOST_IMPL_H_
#define CONTENT_BROWSER_FRAME_HOST_RAW_CLIPBOARD_HOST_IMPL_H_
#include "content/browser/fra... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
3e3e662b81076db4d7e52e75130a92df80486f87 | 295839a0cecc460c66d777046e8d588a01ce488d | /util/test_DiLeptonMatrixMethod.cxx | f637f13745247deaf2a69835387ebc34ad53bae4 | [] | no_license | gerbaudo/DileptonMatrixMethod | cc90a5c93f325006fea6c56d58d81b2095959b96 | 36043c7976215cf2faeef3338e9c53b4db0dd4ae | refs/heads/master | 2021-03-12T20:13:19.347681 | 2015-12-16T16:55:23 | 2015-12-16T16:55:23 | 12,795,927 | 0 | 0 | null | 2014-07-24T16:18:36 | 2013-09-12T22:03:14 | C++ | UTF-8 | C++ | false | false | 2,478 | cxx | #include "DileptonMatrixMethod/DileptonMatrixMethod.h"
#include <iostream>
#include <string>
#include <cmath>
/*
Test the matrix method with the recommended, most up-to-date matrix.
davide.gerbaudo@gmail.com
April 2014
*/
using namespace std;
namespace sf = susy::fake;
using sf::Parametrization;
using sf::Sys... | [
"davide.gerbaudo@gmail.com"
] | davide.gerbaudo@gmail.com |
ec76eb67b9b6cb9549b87c5eeb489e85eda8c677 | 35ce7da0438b9cff84ab3e1baf2fde9341a88db9 | /2017Code/src/YeevidiaTasker.h | 19cea19fc5c1d7c38b23f6d8eedf81e326771919 | [] | no_license | Team135BlackKnights/2017Code | 1495b542b80ea82a9cb2ce7005cf9d99c0515fd5 | c7d70988679f34e5ad940b6a18bec94f78f491d4 | refs/heads/master | 2021-03-27T12:44:04.868220 | 2017-05-06T15:19:13 | 2017-05-06T15:19:13 | 82,518,316 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 604 | h | /*
* YeevidiaTasker.h
*
* Created on: Jan 25, 2017
* Author: robot
*/
#ifndef SRC_CLASSES_YEEVIDIATASKER_H_
#define SRC_CLASSES_YEEVIDIATASKER_H_
#include "WPILib.h"
#include <pthread.h>
class YeevidiaTasker {
public:
YeevidiaTasker(const char* taskName = NULL);
static void* YeevidiaStarterT... | [
"robot@LAPTOP-V9L5NB5D.lan"
] | robot@LAPTOP-V9L5NB5D.lan |
cc9b45bd429e21e9e0d6b84800af9cb03338fa1d | 0934782cc900ef32616d3c5204bca05b2aa34032 | /SDK/RC_ANotifyState_LobbyPropAttach_parameters.hpp | 236f5841cd1df98e6c057b3eeace7f3731aa1a68 | [] | no_license | igromanru/RogueCompany-SDK-9-24-2020 | da959376e5464e505486cf0df01fff71dde212cf | fcab8fd45cf256c6f521d94f295e2a76701c411d | refs/heads/master | 2022-12-18T05:30:30.039119 | 2020-09-25T01:12:25 | 2020-09-25T01:12:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,939 | hpp | #pragma once
// RogueCompany (4.24) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Function ANotifyS... | [
"60810131+frankie-11@users.noreply.github.com"
] | 60810131+frankie-11@users.noreply.github.com |
ee5bb924bf464f81ed9a0c783dd312900c8998af | 1adab2d2cc6fe69dbec7c3353b98ea77e06644bb | /Aggregation/Aggregation/task.cpp | a39bb631ca4c32e034e4d52abc5fc946d20e6f3e | [] | no_license | BilalAli181999/OOP-IN-C_Plus_Plus | 681bb28774bfe8c998456cb28f154a313f8292ae | 09274e930a33b05fb6acedb9de57b8ac2f6a8e1d | refs/heads/master | 2020-07-16T04:50:23.605385 | 2019-09-01T20:37:23 | 2019-09-01T20:37:23 | 205,723,018 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 582 | cpp | #include "task.h"
#include "time.h"
#include "date.h"
#include<iostream>
using namespace std;
task::task() :date1(1,2,3),t(4,5,6)
{
id = 0;
cout << "TASK DEFAULT\n";
}
task::task(int id, int s, int m, int h, int d, int mon, int y) :t(s, m, y), date1(d, mon, y)
{
(*this).id = 0;
// t.setSec(s);
//// t.min = m;
//// ... | [
"m.bilalali181999@gmail.com"
] | m.bilalali181999@gmail.com |
22446b05d7d0b3de45fbcf1195cd7deff13516c9 | ec60d0f3dd613836c38cc9fb1d386ba37072d3ad | /Interview Problems/Sentence Reverse.cpp | b690a47df7030e52c6287f8696a254399b7f57ce | [] | no_license | SazzadSH/Problem-Solving | ef1999a5e14b606f89dbc2cefe8b98493f4d61b3 | c6764d698aebf3054eecb4141d2ba951777d2c88 | refs/heads/master | 2022-08-20T02:54:31.477623 | 2022-08-04T03:45:53 | 2022-08-04T03:45:53 | 117,506,177 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 375 | cpp | #include <iostream>
#include <string>
#include <stack>
int main()
{
std::stack <std::string> strStk;
std::string str;
while(std::cin.peek() != '\n')
{
std::cin >> str;
strStk.push(str);
}
while(!strStk.empty())
{
std::cout << strStk.top() << " ";
strStk.pop... | [
"thesazzadsh@gmail.com"
] | thesazzadsh@gmail.com |
dd22559a887afc0269145ea3d7c41c40238312f3 | adbf3a2a155155eddf5909fec0a90b01b20481e9 | /CMPDataViewer/Canvas.h | 9f2e38067b4a1ae9ea43770f953c15c3f5884335 | [] | no_license | gnishida/CMPDataViewer | 2e1f1b8432fcfce01eb69c6b0584046cc57a94f8 | 38eca03add01ffcd6883ccfbef98d9c6ef7fca81 | refs/heads/master | 2021-01-13T04:04:22.638830 | 2017-01-03T23:30:55 | 2017-01-03T23:30:55 | 77,947,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 684 | h | #ifndef CANVAS_H
#define CANVAS_H
#include <QWidget>
#include <QKeyEvent>
#include <opencv2/opencv.hpp>
#include <QDomNode>
class Canvas : public QWidget {
private:
QImage image;
QMap<QString, std::vector<cv::Rect>> params;
bool ctrlPressed;
bool shiftPressed;
public:
Canvas(QWidget *parent = NULL);
~Canv... | [
"gnishida@purdue.edu"
] | gnishida@purdue.edu |
fa6fbea42f9c1061b21b4b85e05f5593714bd032 | 1f74acc212a3ead7b7c8cf3d34d4e42b26bbc4d2 | /dot_matrix_font_shadow.cpp | 6c10ceeb224f2af893e069d87ca844eef9cdb994 | [] | no_license | giuzan/arduino-dot-matrix | 0ce6a1305262dccc03044b402ceaf51bba01d8dd | 217de7636413ef036ea45053d9c761f11e120120 | refs/heads/master | 2020-04-13T20:32:57.322291 | 2019-01-04T18:52:53 | 2019-01-04T18:52:53 | 163,432,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,626 | cpp | #include "dot_matrix_font_shadow.h"
DotMatrixFontShadow::DotMatrixFontShadow()
{}
DotMatrixText DotMatrixFontShadow::getText(char c)
{
byte lines[8];
switch (c) {
case '0':
lines[0] = B00000000;
lines[1] = B00011100;
lines[2] = B00100110;
lines[3] = B00... | [
"giuzan91@gmail.com"
] | giuzan91@gmail.com |
e811980e86cba11752f5ac218c191a187783ec5f | 04a26c3bad366aa0bf6f68824f6e0fdddb02ab16 | /in_develop.cpp | a0574530102d17254577335ea6c9cc211bc6c755 | [] | no_license | Ystalio/Test-branch_model | aa266d40ed8ce53efb6ee1205b390fa40571be43 | fa9a9cad281d8bfe189931700120fffec7edc2bf | refs/heads/master | 2020-03-09T10:32:19.568885 | 2018-04-26T15:07:08 | 2018-04-26T15:07:08 | 128,739,422 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 72 | cpp | //This is a source file in develop.
//A modification made in a feature.
| [
"nicolas.parisse@institutoptique.fr"
] | nicolas.parisse@institutoptique.fr |
72b9a0e94bc7d4e806f24f393d5f79575a42485a | b60eb854807cf9533e5e8daac86ee3a95c1a795c | /components/ha/ha_areas.h | b8aa4e86eda246b3fbad3361210970560ec54fe0 | [] | no_license | silverchris/ESP_Display | fbb25a002e9af2282596118fe5431d107e57c746 | b8924ccb84757dccd6b063969ad45789f0197f17 | refs/heads/master | 2021-05-24T17:58:01.868379 | 2020-04-18T23:03:45 | 2020-04-18T23:03:45 | 253,689,375 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 182 | h | #ifndef ESP_DISPLAY_HA_AREAS_H
#define ESP_DISPLAY_HA_AREAS_H
//struct ha_area {
// char name[50];
// std::vector<ha_device *> devices;
//};
#endif //ESP_DISPLAY_HA_AREAS_H
| [
"silverchris@gmail.com"
] | silverchris@gmail.com |
e836cdff7660490cd1086fde5f4eed1e197f1dbf | 29348873f09c12306df3797847f8362c0afba86d | /MainFrm.h | f047d19584813cbdd620cd3ac3c236c7a61a2771 | [] | no_license | jackliuau/jklrepo | 75501363390c35893adf560931f6000d07b99ec3 | 789417b0df0ff6aad6bab2f44e35ac7cf4a4bc21 | refs/heads/master | 2021-01-02T22:55:02.794436 | 2017-08-07T07:59:26 | 2017-08-07T07:59:26 | 99,421,929 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 835 | h | // MainFrm.h : interface of the CMainFrame class
//
#pragma once
#include "ChildView.h"
class CMainFrame : public CFrameWnd
{
public:
CMainFrame();
protected:
DECLARE_DYNAMIC(CMainFrame)
// Attributes
public:
// Operations
public:
// Overrides
public:
virtual BOOL PreCreateW... | [
"jack.liu.au@gmail.com"
] | jack.liu.au@gmail.com |
93f3648b4f031934c5b40d0dce7dcc9992a08609 | 029b123a177b691566cc894cab830287286be262 | /chapter10/Move.cpp | 7a659880b2ffa3c9ca4cb620ec90cbfeea2aadcc | [] | no_license | mainmmx/cpp.fundamentals | 48d95ea033183dfdac88169d9a8ec9d374b63aaf | 58f0370f3491c25b1084f0989ac88c4aa6017315 | refs/heads/master | 2021-01-16T19:20:15.528098 | 2013-08-28T07:57:51 | 2013-08-28T07:57:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 507 | cpp | /*
* Move.cpp
*
* Created on: Aug 2, 2013
* Author: maksym.mykhailov
*/
#include "Move.h"
#include <iostream>
Move::Move(double a, double b)
{
x = a;
y = b;
}
Move::~Move()
{
;
}
void Move::showmove() const
{
using std::cout;
cout << "\nX = " << x << "\tY = " << y;
}
Move Move::add(const Move & m... | [
"mainmmx@mail.ru"
] | mainmmx@mail.ru |
1de52dc14d2e0e8c9638ba534a605abcdaa78f0b | 2b332da28ca7d188892f72724400d79f16cda1b9 | /editor/utils/debug2.cpp | aa24fedfc93a5824b431f4a7a5312e6dcc62b9ae | [
"Apache-2.0"
] | permissive | chokomancarr/chokoengine2 | e4b72f18f6fd832c2445b5c7bec1bb538ad62de1 | 2825f2b95d24689f4731b096c8be39cc9a0f759a | refs/heads/master | 2023-05-02T18:05:43.665056 | 2021-04-14T17:54:17 | 2021-04-14T17:54:17 | 191,103,464 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,310 | cpp | #include "chokoeditor.hpp"
CE_BEGIN_ED_NAMESPACE
namespace {
void DoTree(std::string& s, const std::vector<SceneObject>& objs,
const std::vector<bool>& level, EDebug::obj2strFn fn) {
auto lvl2 = level;
lvl2.push_back(true);
auto sz = objs.size();
if (!sz) return;
... | [
"puakai2010@gmail.com"
] | puakai2010@gmail.com |
e3d12b8a14c8292cc850567b15bbbe4405b0d4c2 | c652b1bf926a649441a4a00c9af5e3b4d038ae86 | /finalencryptor.cpp | fd5da219c5855ee7eb5e2689d304623cdfdeb099 | [] | no_license | aaronswhackathon-kathmandu/lets-encrypt | 5d6578478d7840aeab8fe16193938c76a82529f0 | 35f6215a747395c74647e9059c64afdf8942056d | refs/heads/master | 2021-01-22T05:16:32.831156 | 2014-11-08T11:22:45 | 2014-11-08T11:22:45 | 26,355,576 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,408 | cpp | #include "iostream"
#include "fstream"
#include "string"
#include "string.h"
#include "cstring"
using namespace std;
ifstream fin;
ofstream fout;
string a = "externalfile.txt"; //get user input filename for reading
class process;
class DisplayText
{
public:
string ReadText;
string DecryptedText;
void Read()
{
... | [
"sndp_id@hotmail.com"
] | sndp_id@hotmail.com |
19f2251a7c5a92e477e74d58b1ca688b6aa7aec6 | e2e3cf2edf60eeb6dd45adaa8a58e110bdef92d9 | /Portable/zoolib/NameUniquifier.h | 7cc6e261a81593eaabe3d5f94074b2a16b3dc035 | [
"MIT"
] | permissive | zoolib/zoolib_cxx | 0ae57b83d8b3d8c688ee718b236e678b128c0ac7 | b415ef23476afdad89d61a003543570270a85844 | refs/heads/master | 2023-03-22T20:53:40.334006 | 2023-03-11T23:44:22 | 2023-03-11T23:44:22 | 3,355,296 | 17 | 5 | MIT | 2023-03-11T23:44:23 | 2012-02-04T20:54:08 | C++ | UTF-8 | C++ | false | false | 1,025 | h | // Copyright (c) 2012 Andrew Green. MIT License. http://www.zoolib.org
#ifndef __ZooLib_NameUniquifier_h__
#define __ZooLib_NameUniquifier_h__ 1
#include "zconfig.h"
#include "zoolib/CountedStringUniquifier.h"
#include "zoolib/Name.h"
namespace ZooLib {
// ===========================================================... | [
"ag@em.net"
] | ag@em.net |
604d2dba50205a429bbf544dd6f9ef606f0960ee | d044c49c64c07ddf17c34c65811f15ed0f8b6715 | /NewStart/NewStart.cpp | 317a14da503da5158f641de2713212c4929a337f | [] | no_license | NituRazvan/AdoptionHouse | 645951682f63eeb0fb57a9347bfd0fd36228ec3e | 63cb07b33b1ad7fbd65f79910c3e92886734c1f4 | refs/heads/master | 2021-10-16T06:33:42.924565 | 2019-02-08T15:57:17 | 2019-02-08T15:57:17 | 169,760,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 105 | cpp | #include "NewStart.h"
NewStart::NewStart(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
}
| [
"razvvannitu@gmail.com"
] | razvvannitu@gmail.com |
50900975b96cc2c17c4c4a516021bf4a12a3b408 | 9fbff544471056f0816fa52d1bbf0c4db47c1f24 | /leetcode/1071.字符串的最大公因子.cpp | c7a1b06ef10d4b1011e3e1458ade85c91ed72d31 | [] | no_license | theDreamBear/algorithmn | 88d1159fb70e60b5a16bb64673d7383e20dc5fe5 | c672d871848a7453ac3ddb8335b1e38d112626ee | refs/heads/master | 2023-06-08T15:47:08.368054 | 2023-06-02T13:00:30 | 2023-06-02T13:00:30 | 172,293,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,545 | cpp | /*
* @lc app=leetcode.cn id=1071 lang=cpp
*
* [1071] 字符串的最大公因子
*/
#include <iostream>
#include <utility>
#include <string>
#include <string.h>
#include <vector>
#include <map>
#include <set>
#include <stack>
#include <queue>
#include <unordered_map>
#include <unordered_set>
#include <algorithm>
#include <numeric>
... | [
"512068167@qq.com"
] | 512068167@qq.com |
0e534a18facdd7551a44ea1ec9aaf514266b92ab | a2432a223e33f34fc71b78ac89e2c253be7eb32f | /01773/main.cpp | 0051e0feb3e43c5ef1bb05994b5a64d39ee5e973 | [] | no_license | lys8325/boj_study | 7354e5a31b4a11c2b3ae48ea5645dcba4098727f | 76ae4bdebdad3162e3576c51d3f7e2b8b31b9dba | refs/heads/master | 2021-06-22T00:40:17.708864 | 2021-04-27T14:41:43 | 2021-04-27T14:41:43 | 220,608,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 458 | cpp | #include <iostream>
using namespace std;
bool check[2000001]={false};
int cc=0;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);cout.tie(NULL);
int n,period,time;
cin>>n>>time;
for(int i=0;i<n;++i){
cin>>period;
for(int j=1;j*period<=time;++j){
if(check[... | [
"lys8325@naver.com"
] | lys8325@naver.com |
61c25c1eb8361e16155c948b4404704b6f3a33ef | 0bfad2fd3b53bd0d453dcb931b8e729c08feb3b1 | /queue.cpp | e2f8cf223f7e61044e5f708448bcdd4d1e9217a2 | [] | no_license | apoddar573/Data_Structures_and_Algorithms | 6238de8110a0b6815aa1bcf0aef656cdfa065e89 | a931345cbf898d58c48e1a3a2fbb05722649920e | refs/heads/master | 2021-09-03T14:19:11.546443 | 2018-01-09T19:09:57 | 2018-01-09T19:09:57 | 115,913,878 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,320 | cpp | #include<iostream>
#include<stdlib.h>
using namespace std;
struct node {
int val;
struct node *next;
} ;
class queue {
int len = 0;
struct node *start;
struct node *end;
public:
queue(int *num, int n);
void enqueue(int k);
int dequeue();
int isEmpty();
} ;
void queue :: enqueue(int k) {
if (len > 0) {
... | [
"apoddar573@gmail.com"
] | apoddar573@gmail.com |
3c19c3c0dd96dbf530846fb2b5ad90024d51ccb3 | 869ffcaf4b8cbd860ef84344dda97d1de0c9435b | /Shaders/LR_Template/DllEntry.cpp | ee7c9691fce9ac02a9d5c3bf58742da9dc1efdbf | [] | no_license | LuxRender/LuxMax_last_2017-Sep-14 | 16f1187f98374ee77b83b66fcdb75018f2a77443 | 5ace0eb422b7117dc27c5291cfd2e386bdf07a8b | refs/heads/master | 2021-01-02T07:06:51.769008 | 2017-09-14T21:36:26 | 2017-09-14T21:36:26 | 239,541,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,398 | cpp | //**************************************************************************/
// Copyright (c) 1998-2007 Autodesk, Inc.
// All rights reserved.
//
// These coded instructions, statements, and computer programs contain
// unpublished proprietary information written by Autodesk, Inc., and are
// protected by Feder... | [
"stigatle@cryptolab.net"
] | stigatle@cryptolab.net |
d52320776d2a5a09ff8c04f0cf2c940cf93e8774 | ee8761abf9db9f797753326be3640ddd1f57206c | /gKit/App.cpp | 5786aa1c9268592d88706ae2671938730de9e611 | [] | no_license | Mefteg/3-sub-ways | fba4d0330943f7d9d2501d01e221c7d46cac7883 | 49218cf4ef7413036bdcdee16d5cd52f4896d4a2 | refs/heads/master | 2020-05-18T12:52:50.357430 | 2011-10-29T15:15:58 | 2011-10-29T15:15:58 | 32,360,588 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,137 | cpp |
#include <cassert>
#include <cstdio>
#include "GL/GLPlatform.h"
#include "App.h"
#include "ProfilerClock.h"
namespace gk {
App::App( )
:
m_key_state(NULL), m_key_map(NULL),
m_width(0), m_height(0),
m_stop(0)
{
if(createWindow(1024, 768) < 0)
Close();
}
App::App( co... | [
"gimenez.tom@gmail.com@ae0aad3f-0d2d-2c89-41f8-224e04efc9db"
] | gimenez.tom@gmail.com@ae0aad3f-0d2d-2c89-41f8-224e04efc9db |
5c049d0fbceab7a255604479986fa859bada53dc | 51a58bcf0dc5436e20241180efa7476bfd1937a9 | /FileIO/MeshIO/GMSHAdaptiveMeshDensity.h | 0510cbef5280c0003ef08961bff4c9c2431dc1c7 | [] | no_license | ChaofanChen/ogs5_bhe | 63b6f016f76f8d793efb69eb90efb78069d7dfcb | 18db624140f64631a9652e9bff5c7f8083201b8c | refs/heads/master | 2020-03-12T15:22:10.125612 | 2018-12-14T11:29:29 | 2018-12-14T11:29:29 | 130,688,198 | 0 | 2 | null | 2018-06-12T22:58:55 | 2018-04-23T11:47:05 | C++ | UTF-8 | C++ | false | false | 1,249 | h | /*
* GMSHAdaptiveMeshDensity.h
*
* Created on: Mar 5, 2012
* Author: TF
*/
#ifndef GMSHADAPTIVEMESHDENSITY_H_
#define GMSHADAPTIVEMESHDENSITY_H_
// FileIO
#include "GMSHMeshDensityStrategy.h"
// GEOLIB
#include "Point.h"
#include "QuadTree.h"
#ifndef NDEBUG
#include "Polyline.h"
#endif
namespace GEOLIB {... | [
"lars.bilke@ufz.de"
] | lars.bilke@ufz.de |
1c1893d252be981544cd6457ab44f0870b3ec0b4 | d8d1c4d24a8c8f12d37155fed2242057f77fd689 | /11_Blocking_with_vTasKDly/11_Blocking_with_vTasKDly.ino | b136522a22e436a13c71a336dfee69f692cae926 | [] | no_license | gtanvir/UdemyFreeRTOSArduino | 7668a22c544675c481cdc5019abdc4e1e42e3ec1 | d85a34fe5c074bab0924c8622a86e41c5a54c50d | refs/heads/master | 2023-01-04T09:26:15.957254 | 2020-09-29T02:11:36 | 2020-09-29T02:11:36 | 299,480,403 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,277 | ino | #include <Arduino_FreeRTOS.h>
#define RED 6
#define YELLOW 7
#define BLUE 8
typedef int TaskProfiler;
TaskProfiler RedLEDProfiler;
TaskProfiler YellowLEDProfiler;
TaskProfiler BlueLEDProfiler;
const TickType_t _500ms = pdMS_TO_TICKS(500);
void setup()
{
Serial.begin(9600);
xTaskCreate(redLedControllerTa... | [
"gtanvir027@gmail.com"
] | gtanvir027@gmail.com |
0728fd4e5835a7e3cfa7fee0cc3d457783791165 | c3463be89e53d6bd7ed5c1fddcdad549091c9632 | /Labs/Coroutines/Trace.h | 2f8523c6164d8841d6f3dc7f60a993be74838d1f | [
"BSL-1.0",
"FTL"
] | permissive | SergeyStrukov/CCore-4-xx | c6f8eb37bbda33fbc8ab4a15b72c88b35aac291b | c15aeee098cc2f62914e45741af95b1a90e3ed10 | refs/heads/master | 2023-02-18T09:22:43.796949 | 2023-02-08T06:30:43 | 2023-02-08T06:30:43 | 262,752,021 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 733 | h | /* Trace.h */
//----------------------------------------------------------------------------------------
//
// Project: Labs/Coroutines
//
// License: Boost Software License - Version 1.0 - August 17th, 2003
//
// see http://www.boost.org/LICENSE_1_0.txt or the local copy
//
// Copyright (c) 2020 Sergey ... | [
"sshimnick@hotmail.com"
] | sshimnick@hotmail.com |
a63ddb5d7e6eeb8d08b02ee75309458b9462e385 | 3f808ef05cd96217acac2157d398b45abd0a17b5 | /bai33.cpp | 4be2e7d8436f7114ab95f39cb227b64724bb773f | [] | no_license | phamduyuyenphuong/thuctapbai2 | da4322925c9a8d6aa96fd48d6f8c73721776c617 | 5469c52f2bb0748b16eca1e1fec155cf26be9dfc | refs/heads/master | 2020-04-13T13:43:37.344169 | 2018-12-28T03:51:38 | 2018-12-28T03:51:38 | 163,240,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,303 | cpp | /*ham doc de()
chon de lam
docde() ham doc de tu file txt
doc dong 1
su dong vong lap for
nhap cau tra loi theo quy dinh
tao struct bode*/
#include<iostream>
#include<fstream>
#include<stdlib.h>
#include<string.h>
#include <vector>
using namespace std;
typedef struct BoDe{// khai bao cau truc 1 cau hoi
string CauHoi... | [
"uyenphuong1698@gmail.com"
] | uyenphuong1698@gmail.com |
9d36575f52c3a7c7dfafcbfc144adedbd14b9bee | 3af68b32aaa9b7522a1718b0fc50ef0cf4a704a9 | /cpp/A/B/C/D/C/AABCDC.cpp | a43cc84086719f7a859f4848c69be6682d120957 | [] | no_license | devsisters/2021-NDC-ICECREAM | 7cd09fa2794cbab1ab4702362a37f6ab62638d9b | ac6548f443a75b86d9e9151ff9c1b17c792b2afd | refs/heads/master | 2023-03-19T06:29:03.216461 | 2021-03-10T02:53:14 | 2021-03-10T02:53:14 | 341,872,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 108 | cpp | #include "AABCDC.h"
namespace AABCDC {
std::string run() {
std::string out("AABCDC");
return out;
}
} | [
"nakhyun@devsisters.com"
] | nakhyun@devsisters.com |
3ad56aa26814e5478917d3c82785c4048aad6550 | 66862c422fda8b0de8c4a6f9d24eced028805283 | /slambook2/3rdparty/opencv-3.3.0/modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp | a209d007db5d77992777178d2e1a9fa45389d561 | [
"MIT",
"BSD-3-Clause"
] | permissive | zhh2005757/slambook2_in_Docker | 57ed4af958b730e6f767cd202717e28144107cdb | f0e71327d196cdad3b3c10d96eacdf95240d528b | refs/heads/main | 2023-09-01T03:26:37.542232 | 2021-10-27T11:45:47 | 2021-10-27T11:45:47 | 416,666,234 | 17 | 6 | MIT | 2021-10-13T09:51:00 | 2021-10-13T09:12:15 | null | UTF-8 | C++ | false | false | 8,199 | hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"594353397@qq.com"
] | 594353397@qq.com |
7c9458e1e0e56d6b7cb690fabb75aaded7db87f3 | 3c325be3820097a67c08d7048ca3552db71e446c | /codeforces/228A.cpp | f316cc12c843de26c9b876f0581b7f16a3d33bab | [] | no_license | M45UDrana/DS-Algo-Problem-Solving | 2dc2ba53f162675ddc6b549f0c84b702f738a485 | 5548d514f9ffff7aa618b29fcb8440a8b85afb8b | refs/heads/main | 2023-07-17T06:14:51.062413 | 2021-09-01T18:19:14 | 2021-09-01T18:19:14 | 375,086,950 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 494 | cpp | #include <bits/stdc++.h>
using namespace std;
#define debugsssssssssss(a, b, c) cout << a << " " << b << " " << c << '\n'
int main()
{
int a[4], ans = 0;
cin >> a[0] >> a[1] >> a[2] >> a[3];
for(int i = 0; i < 3; i++)
{
if(a[i] != 0)
{
for(int j = i+1; j < 4; j++)
... | [
"masudranaata@gmail.com"
] | masudranaata@gmail.com |
1dca0b66f564c251c556667389ab04451e19d0ab | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/blink/renderer/core/style/style_fetched_image.cc | 14f3dc9bbc8e933e898b8b4af62f52f074c6dd0d | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 9,412 | cc | /*
* Copyright (C) 2000 Lars Knoll (knoll@kde.org)
* (C) 2000 Antti Koivisto (koivisto@kde.org)
* (C) 2000 Dirk Mueller (mueller@kde.org)
* Copyright (C) 2003, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it ... | [
"jengelh@inai.de"
] | jengelh@inai.de |
3036c5a351a769bc8a501366389f9c0e68a15098 | 0e9aa3cb33573970436433e1990ab30079c4347d | /src/Application/Handling/ErrorJSONParser.cpp | 7c9c168bfefc567256e0427d39b36f015a59f13f | [
"Apache-2.0"
] | permissive | edson-a-soares/poco_module_didactic | 062792a2ed5db3c7c3ee189000f139c4e56227be | 1557c8eaa573ba88de2feafe5fcb6c08ea8631d8 | refs/heads/master | 2021-10-14T07:58:00.559942 | 2019-02-02T20:07:08 | 2019-02-02T20:07:08 | 107,614,125 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,295 | cpp | #include "Poco/JSON/Object.h"
#include "Application/Handling/ErrorJSONParser.h"
namespace Application {
namespace Handling {
ErrorJSONParser::ErrorJSONParser()
: host("localhost:8080")
{}
ErrorJSONParser::ErrorJSONParser(const std::string & url)
: host(url)
{}
std::string ErrorJ... | [
"edson.araujo.soares@gmail.com"
] | edson.araujo.soares@gmail.com |
1b417b60b3ce1236d3a3ba00aa601736f83b56f2 | fc48cd25cd7a6a1061a15826c4d5502bee88fe2a | /FinalFramework/Reference/Header/Renderer.h | 6ddf083ce69f7be71538fbf14d5a934cacbc2e69 | [] | no_license | Daruria/CopyProject | 9e3b5ba0f607930b6f58104e9eb52c4f04e2f98f | 672bc7c90aff617d2aa5f087e77f30129565d9a0 | refs/heads/master | 2022-11-20T12:19:03.801310 | 2020-07-26T17:02:55 | 2020-07-26T17:02:55 | 282,668,688 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,436 | h | #ifndef Renderer_h__
#define Renderer_h__
#include "GameObject.h"
#ifdef _DEBUG
#include "Collider.h"
#endif // _DEBUG
BEGIN(Engine)
class ENGINE_DLL CRenderer : public CComponent
{
DECLARE_SINGLETON(CRenderer)
private:
explicit CRenderer();
virtual ~CRenderer();
public:
HRESULT Ready_Renderer(LPDIRECT3DDEVI... | [
"56038721+Daruria@users.noreply.github.com"
] | 56038721+Daruria@users.noreply.github.com |
d2fd091c1247a171424010060995a8e441a876d4 | 4eba431a153fb00c454aebc5abddfb75616d5ab8 | /Source/Mow/Public/Controller/TestSmiPlayerController.h | b479eb08ecc291a50c51b8ceb01ce0a49cd07280 | [] | no_license | koras/Mow | cb2cb079bed595fb816c012604e464eba41dfae6 | 8ab24a583656e68013b771286e8f60b5fe960f28 | refs/heads/master | 2020-04-14T23:51:06.803766 | 2019-11-06T22:31:47 | 2019-11-06T22:31:47 | 164,219,062 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 323 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/PlayerController.h"
#include "TestSmiPlayerController.generated.h"
/**
*
*/
UCLASS()
class MOW_API ATestSmiPlayerController : public APlayerController
{
GENERATED_BODY()
... | [
"kos6476@yandex.ru"
] | kos6476@yandex.ru |
7b4caba00a53262b2be9036fa7b59de64259783d | 6cf3845745b42f0b615f3cc5f031e37b3b93d40c | /Source/ThirdPersonTest/OptiTrackAnimInstance.cpp | b17e30b5e325c68b14f47574fba819cfca346251 | [] | no_license | luoxz-ai/UE4-Optitrack-Skeletal-Mapper | f9c53e9b8e9e15fbf827f387e8ea42e2f83d3014 | 3ad1582d7a5c0c1781566716c08e1ae82c7f19ad | refs/heads/master | 2021-06-18T13:48:10.237724 | 2017-06-21T09:30:00 | 2017-06-21T09:30:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 119 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "OptiTrackAnimInstance.h"
| [
"imptodefeat@gmail.com"
] | imptodefeat@gmail.com |
c2d21ded7f6d0e9bd7d47752c34cc9e22382b4b2 | dcf02f81870cdb1e958da1d4f9af948b1b7eb022 | /uva227.cpp | ef490b3af83dfa466e6086322674a692689e0047 | [] | no_license | 0x4f5da2/Algorithm | 2f040ff1b041d9e70b2b0dd0d30adae5dd20c76a | f3e60d4291a4aaa4abb90e1aa103bbc326319bd9 | refs/heads/master | 2020-03-18T01:57:37.356381 | 2018-05-22T16:24:00 | 2018-05-22T16:24:00 | 134,168,006 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,757 | cpp | #include<iostream>
#include<cstring>
using namespace std;
int main(){
int posx, posy;
int m[8][8];
char str[1000];
bool e = false;
int cnt = 1;
bool first = true;
while(true){
bool illegal = false;
for(int i=0;i<5;i++){
cin.getline(str, 950);
... | [
"chen1319276472@foxmail.com"
] | chen1319276472@foxmail.com |
5c5ff55e78b82110b30c03e650ff37c363312f90 | aa61c3763baf70c13ee3c4fa623fe42fd6d94b1d | /evictors.hh | 16412ba94759362a233b29dd13daf27e917c96a7 | [] | no_license | hoekslbe/HW2-BR389 | 949dc1b150141466f2c97d00308cf8df6910f695 | ff1bd451fce50c5f8b45c94c493daf747f1777bb | refs/heads/master | 2020-03-30T18:55:47.250235 | 2018-11-01T07:13:53 | 2018-11-01T07:13:53 | 151,520,908 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,509 | hh | #include "cache.hh"
#include <list>
#include <unordered_map>
#include <cstring>
//An evictor implementing a FIFO replacement policy.
struct FIFO_Evictor {
FIFO_Evictor();
~FIFO_Evictor();
//Called by a cache whenever an item is added.
void added_item (Cache::key_type key);
//Called by a cache whenever an ... | [
"robertmccaull@rockisland.com"
] | robertmccaull@rockisland.com |
fa1e4df11efbf6462e978e7f6f9f31a7de64ea01 | 0eb1052e0ea3cba556ebaaf4d085514b1b63654a | /vicodyn/include/cocaine/vicodyn/proxy/protocol.hpp | 4498da53ed5fd3bcb34daa658b0016b33af05142 | [] | no_license | interiorem/cocaine-plugins | bbc0750a725cad74fccf619568098e0fa096ce97 | 5684923f4d9604647fce1ee31e644c8e77bb40c0 | refs/heads/master | 2020-03-17T14:19:28.467548 | 2019-02-06T16:05:49 | 2019-02-06T19:45:21 | 133,667,324 | 0 | 2 | null | 2019-02-06T19:45:23 | 2018-05-16T13:08:36 | C++ | UTF-8 | C++ | false | false | 277 | hpp | #pragma once
#include <cocaine/rpc/dispatch.hpp>
#include <cocaine/rpc/upstream.hpp>
namespace cocaine {
namespace vicodyn {
using app_tag_t = io::stream_of<std::string>::tag;
using protocol_t = io::protocol<app_tag_t>::scope;
} // namespace vicodyn
} // namespace cocaine
| [
"arselishev@gmail.com"
] | arselishev@gmail.com |
491a382e039a6ae1acdfd15f38e6a86741fc2457 | d7121e03910c4b3aaf4ed470c33c5dab67ffa962 | /iPhoneOS9.3.sdk/usr/include/c++/4.2.1/bits/cpp_type_traits.h | 48ebe98781f3a82a32cc2f240f0d9de11f93349c | [
"MIT"
] | permissive | theos/sdks | 129eda2d399c209aa36fcc2e266e960ac6c91cf6 | bb425abf3acae8eac328b828628b82df544d2774 | refs/heads/master | 2023-08-28T13:01:04.995109 | 2022-12-24T01:06:07 | 2022-12-24T01:06:07 | 66,124,251 | 517 | 199 | NOASSERTION | 2022-12-24T01:06:08 | 2016-08-20T02:36:04 | C | UTF-8 | C++ | false | false | 10,696 | h | // The -*- C++ -*- type traits classes for internal use in libstdc++
// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU... | [
"mustiigezen@gmail.com"
] | mustiigezen@gmail.com |
04b1e7b67a3c9154700fd0065a5e9119e509dcef | 3fef56efe52dd97c4942d8b8021d69c28b8b4e1e | /Problemset/508B - Anton and currency you all know.cpp | fc199b10a3bc995f362071b0f3dead28110d6c85 | [] | no_license | naiyer-abbas/Code-Forces | 384850c939b4243499ffd446092ff69a3e3ea8b0 | aca143949efe1583cdc9c8f71cb0e21b5d14fa1e | refs/heads/master | 2023-05-07T00:53:17.811357 | 2021-05-26T17:48:37 | 2021-05-26T17:48:37 | 327,666,421 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 981 | cpp | #pragma GCC target ("avx2")
#pragma GCC optimize ("Ofast")
#pragma GCC optimize ("unroll-loops")
#pragma GCC target("avx,avx2,fma")
#include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define ull unsigned long long int
#define pb push_back
#define mp make_pair
#define fast ios_base :: sync_with_stdi... | [
"nairabbas123@gmail.com"
] | nairabbas123@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.