blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8b31ef814c9e2bdd5e96a560105c79e7cfb947e8 | ea754c2e69ead2052f930174aa7e459508469e8e | /00exam/lausnir/04_problem_solving_paradigms/sylvester.cpp | 8376db3273569ed4b193eefe766d25c92e877639 | [] | no_license | bjornheidar/aflv | ad31bb43b499797ca13002127ef80709be7b5e0e | 73009b6c58de3dd4f7b3c1efc3410a6836a517e0 | refs/heads/master | 2020-12-30T09:38:12.375032 | 2014-12-20T23:44:55 | 2014-12-20T23:44:55 | 28,087,912 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,583 | cpp | // Author: Bjarki Ágúst Guðmundsson
#include <algorithm>
#include <bitset>
#include <cassert>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <list>
#include <map>
#include <queue>
#include <set>
#include <sstr... | [
"bjornhr1@gmail.com"
] | bjornhr1@gmail.com |
2902a18a84445dc25dc6b55f0cce65f866a89ba0 | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /components/autofill/core/browser/ui/card_unmask_prompt_controller_impl_unittest.cc | 703b6404fa451f2b606149d6311979c27bd72af0 | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 20,603 | cc | // Copyright (c) 2015 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 "components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.h"
#include <stddef.h>
#include <memory>
#include "base/bind.h"
#i... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
ccc71925807e6d3f0b9df216c462e93699122541 | 8089e0417b5f2ca24822bd80f4221e6dcb5bcd93 | /main.cpp | f91c8c1aa539996f8c305f810a4d2ccb0b1dc5b5 | [] | no_license | CISVVC/cis201-chapter06-vectors-mariand3224 | fd97da92293465674e047864ee513dd251ac3d5c | 7b37cd831e8364ab0bb4ef31d79b50be7e782b12 | refs/heads/master | 2020-04-05T01:13:30.398971 | 2018-11-17T02:43:02 | 2018-11-17T02:43:02 | 156,428,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 298 | cpp | /*
File: main.cpp
Description: cpp file
Author: Marianna delrio
Email: mariand3224@student.vvvc.edu
Date of creation:
*/
#include<iostream>
#include<vector>
#include "transaction.h"
#include "transactionlog.h"
int main()
{
Transaction bank;
bank.read();
bank.print();
return 0;
}
| [
"mariannadelrio@cis.vvc.edu"
] | mariannadelrio@cis.vvc.edu |
956fb52606c0bef6d1dc524bb5c1fb2150de00dc | 444a8060b7fa371cf96751a3f79b90c7bc8e7334 | /sillycodes/sidepyramid.cpp | 8852cdccdfe32a7cfc9e67ecc7bac8e31e0cea25 | [] | no_license | jidhu/code | 2ff7eeaa836ecb7d57fba0492326ac244b3e909c | 944e5827f4befe97aeed87fd78eebb09d219a112 | refs/heads/master | 2020-05-26T19:39:47.085921 | 2020-01-16T02:13:13 | 2020-01-16T02:13:13 | 188,349,157 | 1 | 0 | null | 2019-05-24T15:53:47 | 2019-05-24T03:55:54 | C | UTF-8 | C++ | false | false | 326 | cpp | #include<iostream>
using namespace std;
int main()
{
int i,j,k,n=5;
for(i=-n;i<=n;i++)
{
k=i;
if(k<0)
{
k = k * -1;
}
for(j=0;j<=n;j++)
{
if (k<=j)
{
cout<<"*";
}
}
cout<<"\n";
... | [
"jidhu.jbj@gmail.com"
] | jidhu.jbj@gmail.com |
c1f7ffcadde66ce33fccab53b471030befa680a2 | aecf4944523b50424831f8af3debef67e3163b97 | /net.ssa/xr_3da/xrGame/AI/ai_monster_bones.cpp | 9bfcc704c97e114b92c6275bb4691bcb79d48204 | [] | no_license | xrLil-Batya/gitxray | bc8c905444e40c4da5d77f69d03b41d5b9cec378 | 58aaa5185f7a682b8cf5f5f376a2e5b6ca16fed4 | refs/heads/main | 2023-03-31T07:43:57.500002 | 2020-12-12T21:12:25 | 2020-12-12T21:12:25 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 4,551 | cpp | #include "stdafx.h"
#include "ai_monster_bones.h"
//****************************************************************************************************
// class bonesBone
//****************************************************************************************************
void bonesBone::Set(CBoneInstance *b... | [
"admin@localhost"
] | admin@localhost |
b5eb69cd0a88ccef8d4017c012c0199e55ef0089 | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/cpp-restbed-server/generated/model/ComDayCqAnalyticsSitecatalystImplSitecatalystHttpClientImplInfo.cpp | 4263077ae3794f0e78e266a58f635ed7282600ad | [
"Apache-2.0"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | C++ | false | false | 4,121 | cpp | /**
* Adobe Experience Manager OSGI config (AEM) API
* Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API
*
* OpenAPI spec version: 1.0.0-pre.0
* Contact: opensource@shinesolutions.com
*
* NOTE: This class is auto generated by OpenAPI-Generator 3.2.1-SNAPSHOT.... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
c1aca780ea3cadc9d9dce7ba20ddc437d58ab4b6 | 410de6fc1ef54edbc4e7485a642bdaf69c44ae64 | /tests/EditDistanceTest.cpp | b4301d348ebb45d6b108da67c3876486441749da | [] | no_license | SaberQ/leetcode | 322092c03b036bee053c794ebaa3dafef413a5b3 | 63f8abb9c382a2cbcea1e0294746a37fc86a293e | refs/heads/master | 2020-12-11T09:30:23.950830 | 2015-10-13T08:01:24 | 2015-10-13T08:01:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239 | cpp | #include "catch.hpp"
#include "EditDistance.hpp"
TEST_CASE("Edit Distance") {
EditDistance s;
SECTION("Normal tests") {
REQUIRE(s.minDistance("test", "fast") == 2);
REQUIRE(s.minDistance("distance", "distance") == 0);
}
}
| [
"yanzhe.cn@gmail.com"
] | yanzhe.cn@gmail.com |
0066064553d90e298e27073dd2802f251a1d1b98 | 72843da20942b6075f83d31d737957f86191b01e | /Unclassified/Done/1064.cpp | 508471c54ec4ddb532b09bf6957f9f42d06c423d | [] | no_license | dtcxzyw/OI-Source | cb641f2c7e203a32073f4cae98e690f1cad3dc22 | aa041e2af7e1546e8c7ac5a960a27a3489cfcff8 | refs/heads/master | 2021-12-17T17:52:05.043490 | 2021-12-17T12:52:52 | 2021-12-17T12:52:52 | 140,553,277 | 43 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 1,003 | cpp | #include <cstdio>
int read(){
int res=0,c;
do c=getchar();
while(c<'0'||c>'9');
while('0'<=c&&c<='9'){
res=res*10+c-'0';
c=getchar();
}
return res;
}
int v[61],p[61],q[61],child[61][2]={},dp[61][3201]={};
void buy(int x,int v,int w){
if(dp[x][v]<w)dp[x][v]=w;
}
void move(int x,int v,int add,in... | [
"2601110573@qq.com"
] | 2601110573@qq.com |
06a84aa3160410d91969ec4c365840f79532118d | d96607cdf79c4f3818788cfe2bef9888a49d56a8 | /C++ How to Program/Chapter_18/Fig-18.9.cpp | a12c698cd630f76fbeb340b4dc4d2addc4f3cef4 | [] | no_license | dasanchez/hellocpp | 41646533ee826e59841b25961b5ff6dc93b3487d | 3b37c21d4f864686ba0c5fe60f4939ea06d91cda | refs/heads/master | 2021-06-02T08:56:46.201450 | 2020-09-28T03:16:20 | 2020-09-28T03:16:20 | 126,009,535 | 0 | 0 | null | 2018-08-12T21:02:20 | 2018-03-20T11:51:02 | C++ | UTF-8 | C++ | false | false | 1,314 | cpp | // Fig 18.9: Converting to C-style strings.
#include <iostream>
#include <string>
using namespace std;
int main()
{
string string1("STRINGS"); // string constructor with char* arg
const char *ptr1 = 0; // initialize *ptr1
int length = string1.length();
char *ptr2 = new char[length + 1]; // including n... | [
"dante.a.sanchez@gmail.com"
] | dante.a.sanchez@gmail.com |
0bcd48c0950a3097dc295b420a307c3c1d0fe768 | c792a325dc246884821ca515f9a790dc5c0a3f98 | /classic-joystick.ino | 388395a1164b848724e7c207dce2d16dfa9e54e1 | [] | no_license | hubertbanas/classic-joystick | 03d0e6a36a566d2a72821198b262c7e0352867db | 3a5b5b1ae620794e42edaad85cd80f4a7419ef15 | refs/heads/master | 2020-04-14T21:38:45.558316 | 2016-02-10T22:25:46 | 2016-02-10T22:25:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,430 | ino |
// 2016, Maciej Witkowiak <mwitkowiak@gmail.com>
// support for C64/128 joystick:
// 4-way control+1 fire button
// potx/y lines are connected but not handled
// DB9 joystick cable (front, looking at holes)
// 54321
// 9876
// DB9 joystick port (front, looking at pins)
// 12345
// 6789
// joystick 1
// 15 -> joyst... | [
"mwitkowiak@gmail.com"
] | mwitkowiak@gmail.com |
b2b16bdb6e69e93b6031dd125fe81b8fde5dddf9 | ef7d114df34697b7ecf0d472584a730c54bde2c3 | /carCtrl/laneDetect.cpp | f4f76b9528ed4562bd20a8d3a061278e579314bc | [] | no_license | jean-lucas/vic | 914df9eb52d0b5ed735b6a50b0cb0f2d9921e850 | 3d0905b4727a6cc7ad890ee421aea790a65bc26b | refs/heads/master | 2021-01-20T11:43:52.926649 | 2017-04-29T20:44:28 | 2017-04-29T20:44:28 | 70,079,300 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,414 | cpp |
#include "laneDetect.h"
#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <stdio.h>
#include <algorithm>
#include <math.h>
#include <stdlib.h>
#include <unistd.h>
#include <raspicam/raspicam_cv.h>
using namespace cv;
using namespace std;
using na... | [
"jeanlpf@hotmail.com"
] | jeanlpf@hotmail.com |
28862ba8f8a9ad3410e7ec42760e98063b1a5648 | 448d8a548fa44b8cb54e1f65377316ae935c62f4 | /Week3/Day21-CountSquareSubmatricesWithAllOnes.cpp | b02d2787da272a13c33d38aa50678cedeefa3b5b | [] | no_license | RahulRavishankar/May-31-Day-LeetCoding-Challenge | 8175729c50b8addb0aa4d6daf7ef0bcef9016671 | 7512da3a35170b14c94aaa6261c62d359d547f13 | refs/heads/master | 2022-09-08T17:14:30.187459 | 2020-05-31T07:13:54 | 2020-05-31T07:13:54 | 260,452,052 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 897 | cpp | class Solution {
public:
int countSquares(vector<vector<int>>& matrix) {
ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);
int n=matrix.size();
if(n==0)
return 0;
int m=matrix[0].size();
vector<vector<int> > dp(n,vector<int>(m,0));
... | [
"noreply@github.com"
] | RahulRavishankar.noreply@github.com |
35b563c309dd7ada90ddb4c8effabbd6e89a98a3 | e280a47865b1d8d6b184940f49e3e1b9a8035ee1 | /Lab 4/ex18savetofile.cpp | bd72e7cacd28945e9ec5ff42b7645571d801a265 | [] | no_license | LeAlmond/Programming-1 | 4f0229a0e6405504f810223011508307ba00929a | 39d1425ab7f1460958e45d27807fbaa7c7450aeb | refs/heads/master | 2023-08-20T05:22:52.898186 | 2021-10-20T17:37:30 | 2021-10-20T17:37:30 | 294,236,209 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 540 | cpp | #include <stdio.h>
int main()
{
int num = 0, cnt = 0;
FILE *word;
word = fopen ("E:\\Programming\\C++\\Lab 4\\word.txt","a");
printf("\nEnter a number ");
scanf("%d",&num);
cnt++;
while (num != -1 && cnt < 7)
{
printf("\nEnter a number ... | [
"gabriel.c.l.tickle@gmail.com"
] | gabriel.c.l.tickle@gmail.com |
3b562a0925c7b69b8644a1b34615a8488737f1c1 | 313d74671228fb6c96482272978e11eb4884795f | /search/advisor.hpp | a43b5399c46542e523ca864ea2036e53777a7152 | [] | no_license | bohm/binstretch | afece2c73cd369ac23a08724b0b0940626c5e61e | 1463dd912f265b5ce4e847b40bdeedb9847198f7 | refs/heads/master | 2023-08-31T08:58:36.974735 | 2023-06-29T14:22:35 | 2023-06-29T14:22:35 | 47,203,615 | 1 | 1 | null | 2023-06-29T14:16:01 | 2015-12-01T16:50:31 | C++ | UTF-8 | C++ | false | false | 2,509 | hpp | #ifndef _ADVISOR_HPP
#define _ADVISOR_HPP
#include "binconf.hpp"
#include "filetools.hpp"
// One specific advice point.
class advice
{
public:
binconf bc;
bin_int suggestion;
bool match(const binconf* other) const
{
return binconf_equal(&bc, other);
}
};
class advisor
{
private:
std::vec... | [
"bohm+git@atrey.karlin.mff.cuni.cz"
] | bohm+git@atrey.karlin.mff.cuni.cz |
a6bfdb73c02a04792d327e62ceafe75d37bc1e4b | 22e1b7acc231c957291a5217b8ca098a29c9214c | /atom/browser/io_thread.h | 6b62ec103fe2f0704d56fc3ec11214fb1953150d | [
"MIT"
] | permissive | kevinkoo001/electron-6 | 0d5a641c942965da66941e3c653d20427d70ff59 | 03f0deb06370d945dfcfb61bc0cda93171157773 | refs/heads/master | 2022-12-22T10:59:29.671082 | 2020-02-20T20:07:53 | 2020-02-20T20:07:53 | 241,976,812 | 1 | 0 | MIT | 2022-12-10T08:11:28 | 2020-02-20T19:57:08 | C++ | UTF-8 | C++ | false | false | 2,513 | h | // Copyright (c) 2017 GitHub, Inc.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#ifndef ATOM_BROWSER_IO_THREAD_H_
#define ATOM_BROWSER_IO_THREAD_H_
#include <memory>
#include <set>
#include "atom/browser/net/system_network_context_manager.h"
#include "base/macro... | [
"kevinkoo001@gmail.com"
] | kevinkoo001@gmail.com |
08f3cfd4ff4009e35cf8f9d7413c972664f5b212 | 32b788dfbec9531471417666d460d56b86af858c | /Thermocouples/Thermocouples.ino | de91e418952b8f47759ecc27bea2cb80926d236c | [] | no_license | gilgad2000/ArduinoCode | f825373188cc1b181b2d1aae4f857557afb2df31 | e6f2e25fe8f802b3cb400e00e263cec9f8fb3d7c | refs/heads/master | 2020-05-17T21:37:15.529594 | 2015-02-10T18:25:10 | 2015-02-10T18:25:10 | 24,591,840 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,800 | ino | // demo: CAN-BUS Shield, receive data
#include "mcp_can.h"
#include <SPI.h>
#include <stdio.h>
#include <string.h>
#define INT8U unsigned char
#define DEVICE_ADDRESS 0x00000020
#define BLOCK 0xFFFFFFFF
#define ACCEPT_ALL 0x00000000
#define NUM_CHANNELS 8
#define RECEIVED 0xFF
// Used to request Data from a sensor
... | [
"m.england@surrey.ac.uk"
] | m.england@surrey.ac.uk |
4af92a7dda302cc5d4cd1d30b65c004b9ecdcba6 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /device/fido/cros/authenticator.cc | e85889a577bf5d3d6f34c68e4d55286c0dfee891 | [
"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 | 6,266 | cc | // Copyright 2019 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 <memory>
#include <utility>
#include <vector>
#include "device/fido/cros/authenticator.h"
#include "base/bind.h"
#include "base/strings/string_... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
05a2d2c77f26f846979f50ab5d722128a0521f84 | 7ecaab8f6c74e8f01d4db2655e8bdf84a09331c2 | /analyze_proto/output/proto_analyze/modules/map/proto/map_junction.pb.h | d11b74901cd9f61c18623a6e8f04de847c6b961d | [] | no_license | zhouyapengzi/apollo_analyze_tools | 11577ef8c2316e2bf89f01309665e10c3e31b0ad | f6ecf2421c1d63c3ae492d3a3bb87e47a9386aba | refs/heads/master | 2022-11-25T18:48:05.554694 | 2020-07-28T16:07:39 | 2020-07-28T16:07:39 | 273,553,845 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 15,171 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: modules/map/proto/map_junction.proto
#ifndef GOOGLE_PROTOBUF_INCLUDED_modules_2fmap_2fproto_2fmap_5fjunction_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_modules_2fmap_2fproto_2fmap_5fjunction_2eproto
#include <limits>
#include <string>
#include <goo... | [
"zi_peng@encs.concordia.ca"
] | zi_peng@encs.concordia.ca |
8f028f269e22a40bf350ab29a65ab20cf27a1aeb | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /ui/display/manager/display_util.cc | 57ce08540fab598c04d5f519d9d9b6bd5c67a607 | [
"BSD-3-Clause"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | C++ | false | false | 9,630 | cc | // 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.
#include "ui/display/manager/display_util.h"
#include <stddef.h>
#include <algorithm>
#include <array>
#include <cmath>
#include "base/logging.h"
#inclu... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
fc226dd9efc37a8add2113b647f2c1a2387f9543 | 5eefbd2fc4be7e3e40a68b4da0695454c12ee50e | /C++/Zestaw3/01.cpp | 327a91825033379098928c7d691af49c1dce19f5 | [] | no_license | HiImTrixie/School | d5f09cb44cb2f42b9ac2aeab6e04bb1254fde5c8 | 9813f5e93197e5d37e9355f408608866b6923c07 | refs/heads/master | 2021-01-10T17:49:20.449545 | 2017-05-29T00:27:24 | 2017-05-29T00:27:24 | 47,935,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 599 | cpp | #include <iostream>
double linear_functions(int a1, int b1, int a2, int b2){
double result;
if(a1 == 0 || a2 == 0){
std::cout << "No solution to given numbers" << std::endl;
}else{
result = ((b1 * (-1)) + b2) / (a1 + (a2 * (-1)));
}
return result;
}
int main(){
int a1, b1, a2, ... | [
"hiimtrixie@gmail.com"
] | hiimtrixie@gmail.com |
5ced4772c17d7d90e3ac062da720f40e6f0a666c | 1e088eb4ccfe55728733aa15a4a3fda9fb989e29 | /tests/ImageOperationsTests/BlurTest.h | 1950daf2058d38fbde559a0d16a6f1495f1e7c1f | [] | no_license | dwlcj/Cogwheel | ce4edf4ebfee8391cf9c23b8ad5aa5075fcfea78 | 0388a9403a9ce5117ad296fec52e9c9dae92755d | refs/heads/master | 2020-04-09T10:31:26.137228 | 2018-11-24T20:56:20 | 2018-11-24T20:56:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,440 | h | // Test blur operations.
// ---------------------------------------------------------------------------
// Copyright (C) 2018, Cogwheel. See AUTHORS.txt for authors
//
// This program is open source and distributed under the New BSD License. See
// LICENSE.txt for more detail.
// ---------------------------------------... | [
"asgerhoedt@gmail.com"
] | asgerhoedt@gmail.com |
b5b0b6a0e664da34a731b950b7674c2d1efc8ca5 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium/chrome/browser/extensions/extension_webstore_private_api.h | 4bbe2bcd889f52fed619ee0a45c9f6995b673f74 | [
"BSD-3-Clause",
"MIT"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 5,771 | h | // Copyright (c) 2011 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_EXTENSIONS_EXTENSION_WEBSTORE_PRIVATE_API_H_
#define CHROME_BROWSER_EXTENSIONS_EXTENSION_WEBSTORE_PRIVATE_API_H_
#pragma once
... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
219cae7d8fb7d13db306f24b123f3b5bcf53a66e | ce2f55741d18b2032ddd8e1bce93f62767229d8d | /Mergesort.cpp | b78f8b7e7622057d9820339c926fe0bc156d8dcd | [] | no_license | cesar-23/Algoritmos-sort | ed604de61b11428d24a841269e824c36bc97440b | 9238bed1241b92dd1b072392cf5a2679906ed523 | refs/heads/main | 2023-04-18T04:52:12.379855 | 2021-04-26T14:48:24 | 2021-04-26T14:48:24 | 361,786,351 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,392 | cpp | #include <iostream>
using namespace std;
int a[50];
void merge(int,int,int);
void merge_sort(int izquierda,int derecha){
int medio;
if(izquierda<derecha){
medio=(izquierda+derecha)/2;
merge_sort(izquierda,medio);
merge_sort(medio+1,derecha);
merge(izquierda,medio,de... | [
"noreply@github.com"
] | cesar-23.noreply@github.com |
b51091ce87b4ba7ff4297ba27dec58d7438872da | 3a8240d9698d037df7cc0c3884a5930b69ba6027 | /src/hal_ugv/include/hal_ugv/control/Velocity.h | 7ea6f5bac73164fb93b10abc2ac4e2885a3a005e | [
"BSD-2-Clause"
] | permissive | jiangchenzhu/crates_zhejiang | 797cbf246f2b7f0e0fc950e420816cda58bf16a9 | 711c9fafbdc775114345ab0ca389656db9d20df7 | refs/heads/master | 2021-01-10T09:09:26.385627 | 2015-12-17T15:54:57 | 2015-12-17T15:54:57 | 48,175,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,671 | h | #ifndef HAL_UGV_VELOCITY_H
#define HAL_UGV_VELOCITY_H
// Base controller type
#include <hal_ugv/control/Controller.h>
// Messages used by this controller
#include <hal_ugv/Velocity.h>
namespace hal
{
namespace ugv
{
//! A ugv Emergency controller
/*!
A more elaborate class descripti... | [
"jiangchengzhu@bitbucket.com"
] | jiangchengzhu@bitbucket.com |
014d6202cf820044679a2b4d2b7c16f4078ca085 | 1577e1cf4e89584a125cffb855ca50a9654c6d55 | /WebKit/Source/WebKit/UIProcess/SpeechRecognitionRemoteRealtimeMediaSourceManager.cpp | d1e64c8027013f63d530416dba0e4c3ff09f80ef | [] | no_license | apple-open-source/macos | a4188b5c2ef113d90281d03cd1b14e5ee52ebffb | 2d2b15f13487673de33297e49f00ef94af743a9a | refs/heads/master | 2023-08-01T11:03:26.870408 | 2023-03-27T00:00:00 | 2023-03-27T00:00:00 | 180,595,052 | 124 | 24 | null | 2022-12-27T14:54:09 | 2019-04-10T14:06:23 | null | UTF-8 | C++ | false | false | 5,134 | cpp | /*
* Copyright (C) 2020 Apple Inc. 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
* notice, this list of conditions a... | [
"opensource@apple.com"
] | opensource@apple.com |
1a3fdbcb98db44b1f5d96e5dd63ce6092e18f5f2 | 68fecb79519cb016028d2b70cdf9416ad19f4c1a | /bluetoothModuleTest/test1/test1.ino | 387a09a959f4d22ee80c42a1f9bf0d6a9d551a41 | [] | no_license | thomasf10/bachelorproef_billy | 02c7794294781ad5ea5ebec8b030b05959c3e1fd | 13610cc594474d08ab2c839aa46f48e6c98a48e0 | refs/heads/master | 2020-04-23T07:17:16.971899 | 2019-05-08T15:30:58 | 2019-05-08T15:30:58 | 171,002,047 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,334 | ino | // modulenaam: MLT-BT05
// wachtwoord om te verbinden: 123456789
// ik denk RX nog naar 3.3V brengen,
// VCC --> 5V
// GND --> GND
// bRX --> 3
// bTX --> 2
#define softserial
const int LED = 13;
const int LED_ext = A0;
#ifdef softserial
#include <SoftwareSerial.h>
const int BTRX = 2; // 2
const int BTTX = ... | [
"daan.delabie@gmail.com"
] | daan.delabie@gmail.com |
ce73074562d85e4d4c2da79a4a0b58866de1ccc7 | 5a627d4aa22ab4c4b41eeec55b96f3528bb88631 | /libs/optim/tests/test_fns/unconstr_test_fn_3.hpp | 161e90b10e63faf2c843072768d49cebb5a3c068 | [
"MIT",
"GPL-1.0-or-later",
"Apache-2.0"
] | permissive | LehighCSE375-AJM/hindsight-experience-replay | ee6f3fe993608eb4b16615da66bdaa9b122d57f8 | 1412312c04619b060927b2c60ee40151266f461f | refs/heads/master | 2023-01-30T12:25:23.537368 | 2020-12-05T21:19:20 | 2020-12-05T21:19:20 | 308,702,341 | 1 | 0 | MIT | 2020-11-09T16:33:15 | 2020-10-30T17:40:49 | Python | UTF-8 | C++ | false | false | 1,784 | hpp | /*################################################################################
##
## Copyright (C) 2016-2020 Keith O'Hara
##
## This file is part of the OptimLib C++ library.
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance... | [
"jacoboakman@gmail.com"
] | jacoboakman@gmail.com |
9a3bfcb438684e8aee5c6e33b664f3ff9740448e | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /components/arc/arc_browser_context_keyed_service_factory_base.h | 3ebf5fb4c670274df2b2cf5f47a0ca873c1bf86c | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 4,120 | 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 COMPONENTS_ARC_ARC_BROWSER_CONTEXT_KEYED_SERVICE_FACTORY_BASE_H_
#define COMPONENTS_ARC_ARC_BROWSER_CONTEXT_KEYED_SERVICE_FACTORY_BASE_H_
#includ... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
da6bbe0bcfe5582db1140ae72189255633b8253d | 69e2e5fb5220d3311b9d1e4c2bb2f6c1722a156a | /werkkzeug3/shadercodegen.cpp | 73d4081dab14c53fc289cabfe50a1e37d51cd7f6 | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | kebby/fr_public | c2acb4787472c5e039805a084894a7858dd6d19a | 2bb82d30bf9d10cf2a94b445710942ac9f065391 | refs/heads/master | 2021-01-16T00:36:57.267206 | 2012-08-16T03:36:05 | 2012-08-16T03:36:05 | 4,026,092 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,527 | cpp | // This file is distributed under a BSD license. See LICENSE.txt for details.
#include "shadercodegen.hpp"
#include "_startdx.hpp"
/****************************************************************************/
// Control structure state
struct sShaderCodeGen::Control
{
sBool Exec; // execute instrs yes/no
... | [
"rygorous@gmail.com"
] | rygorous@gmail.com |
fad6b583730962d5e9417ba8ca269021dc97a5c1 | 99feee496bf9bb5237d73b6840b529f35a2323e7 | /Source/Cross/Platform/MoPlatformOpenGL/FEo3dSkeleton4Effect.cpp | d058ac9a42acb7305af703c77edacf7ed661530c | [
"Apache-2.0"
] | permissive | weimingtom/MoCross | 8c53623cb91fdcddf00180c6d7f8fa609911def4 | 2a550b3d41b0c33c44c66dd595e84b0e4ee95b08 | refs/heads/master | 2021-01-20T00:23:54.488480 | 2016-03-08T14:53:23 | 2016-03-08T14:53:23 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 11,041 | cpp | #include "MoEoTechnique.h"
MO_NAMESPACE_BEGIN
#define MO_3D_BONE_MAXCNT 20
//============================================================
// <T>顶点代码。</T>
//============================================================
static TCharC* SourceVertexShader =
"uniform mat4 vc_mvp_matrix; \n"
"uniform mat4 vc_bo... | [
"maochunyang@cyou-inc.com"
] | maochunyang@cyou-inc.com |
26e90b51970ada12c75f4b913876830a5f9db69f | 8ac5027c70fece826d5a9ac74bdf1366e4ac9a50 | /ppxoaso.cpp | b039b717e56c68aaf1cb7eeedb54341c14e02102 | [] | no_license | amit2014/spoj-5 | 2a67de503d22be5bcd0494e72840808a373da458 | 0cc940bb8810d77879854c66d209cc80a6b45355 | refs/heads/master | 2020-12-24T15:58:04.711463 | 2013-08-22T00:17:17 | 2013-08-22T00:17:17 | 15,484,264 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 553 | cpp | #include <iostream>
#include <cstdio>
#include <cstring>
using namespace std;
int main()
{
int n;
char s[1100];
while (1) {
if (scanf("%s", s) == EOF ) break;
int i = 0;
while (s[i] >= s[i + 1] && i < strlen(s) - 1) {
i++... | [
"agarwal.shubham21@gmail.com"
] | agarwal.shubham21@gmail.com |
d714d9729c758fb23fecfb776a2d4393eba6249d | 3a1116e7c83fef3235c3a6682886b32c87d46985 | /tictacsfml/stdafx.cpp | ac5db3dbb52dffe8b7f6a4fa325913052ee60336 | [] | no_license | szefo94/tictacsfml | e59b528bdc4a69147b290b4e382d8260edc9aeed | 2e22f0f3ed53a76fd3617775f7f913ffc81cace7 | refs/heads/master | 2021-05-06T20:01:24.090591 | 2017-11-27T20:31:35 | 2017-11-27T20:31:35 | 112,245,321 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 356 | cpp | // stdafx.cpp: plik ródłowy , który zawiera tylko standardowe zawarcia
// tictacsfml.pch będzie wstępnie skompilowanym nagłówkiem
// stdafx.obj będzie zawierać informacje typu wstępnie skompilowanego
#include "stdafx.h"
// TODO: odwołaj się do dowolnych dodatkowych nagłówków, których potrzebujesz w pliku STDAFX.H
//... | [
"szemarcin@gmail.com"
] | szemarcin@gmail.com |
ba5b3e3d5072a4e40ba20164691a2a3f13b6ff29 | 0d22714bd4cb40df15970444bbc395d5cf9f4dfd | /CodeForces/Round_422_div2/problemA_I_am_bored_with_life.cpp | 2547589eb9d6ce53e77a58c121f1c42b0989c318 | [
"MIT"
] | permissive | ysumit99/Compi-Coding | e71fb4a96b627343173569110ab57013549fe3c1 | d0e96c4f024328b0bfb799fab927919dae367f7a | refs/heads/master | 2021-12-24T10:22:15.908786 | 2021-12-20T03:39:39 | 2021-12-20T03:39:39 | 96,063,566 | 2 | 0 | null | 2019-07-28T11:32:43 | 2017-07-03T02:38:59 | C++ | UTF-8 | C++ | false | false | 925 | cpp | //http://codeforces.com/problemset/problem/822/A
//(Easy)
#include <bits/stdc++.h>
using namespace std;
template <class T> int size(const T &x) { return x.size(); }
#define rep(i,a,b) for (__typeof(a) i=(a); i<(b); ++i)
#define iter(it,c) for (__typeof((c).begin()) \
it = (c).begin(); it != (c).end(); ++it)
typedef ... | [
"ysumit99@gmail.com"
] | ysumit99@gmail.com |
a1139c3eb0843f80f49e155388a14b94a43dd546 | 77ca5f4a039aa8fa7972a85450a754a11686ed89 | /src/game_gui.cpp | 9f6e2d29cf76ca3e08f1f4d76fe860b721c28eb0 | [] | no_license | oelnenimmat/friendsimulator | 8324095bec51094018f14e23d9149849c44c6d9d | e940188c8c1c9e977756310d9078c18555c155ab | refs/heads/master | 2023-02-02T12:18:17.598640 | 2020-12-21T23:17:55 | 2020-12-21T23:17:55 | 207,165,907 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,302 | cpp | internal Gui init_game_gui(GameAssets & assets)
{
Gui gui = {};
return gui;
}
bool32 do_gui(Game * game, PlatformInput * input)
{
local_persist bool demoWindowVisible = false;
bool32 keepScene = true;
if (ImGui::Begin("Main Editor"))
{
using namespace ImGui;
if(Button("Exit to Main Menu"))
{
Op... | [
"32251076+Shophorn@users.noreply.github.com"
] | 32251076+Shophorn@users.noreply.github.com |
9fffb84332406e0ddafad48c3aeee5b387a241ea | ae0ea30c717c6813bd3af2f7a179ff3d76ad61f4 | /Code/main.cpp | 3533a828c53affeef716445829f95f7624f2e236 | [] | no_license | 3DIYPrinting/robot_arm | d3635045469eded971eec36056219d33fb0a0823 | 868ad1c2c7d59e85bd4961c9821cb745b26e8693 | refs/heads/master | 2020-12-24T13:21:17.788912 | 2012-12-02T04:22:17 | 2012-12-02T04:22:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,971 | cpp | #include <cstdlib>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <vector>
#include <math.h>
#include <cmath>
#include <sys/signal.h>
#include <sys/types.h>
#include <sys/time.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/l2cap... | [
"alexdtennant@gmail.com"
] | alexdtennant@gmail.com |
65035156aa70d2045e8e147f76b5e2f358e8325f | e8a0c8db2490a930c7166be5c1668b2f09f8cc3b | /Breakout/Breakout/TextElement.h | 2b881dfe7edf32b14ed2afde5f13ed87a8aecd15 | [
"MIT"
] | permissive | MatthewDudley/BreakoutOODProject | 7edf313eaf159f56f9c9bb1f44f01fd971b340c3 | c06569872fc611c4e4fec3c39e81bba537e2c7f5 | refs/heads/master | 2021-08-22T09:56:26.446306 | 2017-11-29T23:20:23 | 2017-11-29T23:20:32 | 112,673,315 | 1 | 0 | null | 2017-11-30T23:47:46 | 2017-11-30T23:47:46 | null | UTF-8 | C++ | false | false | 407 | h | #pragma once
#include <string>
class Texture;
class TextElement
{
public:
TextElement(std::string message, int x = 0, int y = 0);
void SetText(std::string message);
int GetWidth();
int GetHeight();
void Render();
~TextElement();
void SetX(int x);
void SetY(int y);
private:
std::string message;
Texture* textur... | [
"mitchellhodzen@yahoo.com"
] | mitchellhodzen@yahoo.com |
d1d351d19a19f3bb97d2b41b385d631b0b1dc4c6 | c9b9d9e93505e1e42adb61597c885b58c153894f | /source/lowlevel/brlastinfirstout.cpp | 18d66344f86206a66b294a297085a5eb7e310fd3 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"Zlib"
] | permissive | Olde-Skuul/burgerlib | a3b860bf00bdbc699086a32a1d4756848866d3dc | 4d9dfa0cd5586d23688978e7ec0fd5881bf75912 | refs/heads/master | 2023-08-30T17:13:52.487215 | 2023-08-18T21:56:27 | 2023-08-18T21:56:27 | 18,419,163 | 163 | 11 | null | null | null | null | UTF-8 | C++ | false | false | 16,664 | cpp | /***************************************
Last in, first out, singly linked list queue
Copyright (c) 1995-2023 by Rebecca Ann Heineman <becky@burgerbecky.com>
It is released under an MIT Open Source license. Please see LICENSE for
license details. Yes, you can use it in a commercial title without paying
anything... | [
"becky@burgerbecky.com"
] | becky@burgerbecky.com |
6695ea1b085fb20ce0b515e83273345cb0c3b8d5 | e4ec5b6cf3cfe2568ef0b5654c019e398b4ecc67 | /aws-sdk-cpp/1.2.10/include/aws/servicecatalog/model/ListConstraintsForPortfolioRequest.h | b6ac23a1abe09326ca9f3a3d5f2856bf828c5763 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | EnjoyLifeFund/macHighSierra-cellars | 59051e496ed0e68d14e0d5d91367a2c92c95e1fb | 49a477d42f081e52f4c5bdd39535156a2df52d09 | refs/heads/master | 2022-12-25T19:28:29.992466 | 2017-10-10T13:00:08 | 2017-10-10T13:00:08 | 96,081,471 | 3 | 1 | null | 2022-12-17T02:26:21 | 2017-07-03T07:17:34 | null | UTF-8 | C++ | false | false | 9,619 | h | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"Raliclo@gmail.com"
] | Raliclo@gmail.com |
c53dc4cb105ae0cde63507691510b0a05c60f7f7 | 0cd5dcf7c8ca5263c22a687df8312797f9d7590a | /itk-io-master/shared/shared/main.cpp | 01bf76e8298f7dc7f402322fb492f27d726eed6a | [] | no_license | holevi96/itk.io | c57655cfb5d292f6cea863df0fd0e91656e0aec4 | f4e967129489af98a437baa17ed3aeac3da26d24 | refs/heads/master | 2020-07-26T08:28:14.700839 | 2019-12-09T05:23:35 | 2019-12-09T05:23:35 | 208,589,309 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 276 | cpp | #include <iostream>
using namespace std;
enum class verticalDirection { FORWARD, BACKWARD , REST };
enum class turnDirection {LEFT,RIGHT,REST};
enum class fireDirection {LEFT,RIGHT,LEFTRIGHT, NONE};
int main()
{
cout << "Hello World!" << endl;
return 0;
}
| [
"borosjenoi.tamas@gmail.com"
] | borosjenoi.tamas@gmail.com |
df7cdef5bbb19709e47c3430ac6365a94b36e4f9 | 9a450df12e78239d3b22285b80d202e3d172d058 | /047_ModelFix3(animation)/Framework/Model/Model.cpp | 1ed75db11915b842cef623c8c9490ae0f5f177e9 | [] | no_license | oscar0240/Test | b87f82b64f0ce9bd2f39925f04a61fc160eaf66e | dbd0c9856f6ad2ddf0d5b9f9506146030b976b6d | refs/heads/master | 2020-04-19T08:56:45.254854 | 2019-01-29T05:46:56 | 2019-01-29T05:46:56 | 168,094,684 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,329 | cpp | #include "Framework.h"
#include "Model.h"
#include "ModelBone.h"
#include "ModelMesh.h"
Model::Model()
{
}
Model::~Model()
{
for (Material* material : materials)
SAFE_DELETE(material);
for (ModelBone* bone : bones)
SAFE_DELETE(bone);
for (ModelMesh* mesh : meshes)
SAFE_DELETE(mesh);
}
inline Material * M... | [
"parksy4651@gmail.com"
] | parksy4651@gmail.com |
d4a3555e596d5bc261eb12b72b25eb90f4267f6e | 6aeb85aa1d6c9c1ee7cdac7f60cc204639ac9cfc | /ISO-Extractor/ISO-Extractor/Resources/PrimaryVolumeDescriptor.h | b1e700c881e11caa51cf9003dce8690812e6ab75 | [] | no_license | dsilva609/ISO-Extraction | 830048a4341d8c8d4f2508095a2d391ae1f38448 | d0863cd95627bb18f665c60268c39d3f27d2438a | refs/heads/master | 2020-05-31T13:40:39.237559 | 2015-04-28T15:05:33 | 2015-04-28T15:05:33 | 33,334,245 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,572 | h | #ifndef __PRIMARYVOLUMEDESCRIPTOR_H__
#define __PRIMARYVOLUMEDESCRIPTOR_H__
/*
* This class implements the Primary Volume Descriptor for a CD volume.
* It follows the format given in ISO 9660 Section 8.4. It uses a number
* of subtypes to deal with other pieces.
*
* This code is not fully tested yet and should ... | [
"dsilva609@gmail.com"
] | dsilva609@gmail.com |
483b6d914bbd6964473e922b44d166a0ca197c70 | d847361eecef7a4d4da96059f27e49a6f0a48978 | /src/systray.cpp | 4c7fbfaa5b57766e38ce5e0a4f0769889707a6bd | [
"BSD-2-Clause"
] | permissive | dascandy/kitchensink | 05898e76d32ffbe15c30d4745e23682f075828e2 | 74ee9db4af03c08dc71759d3e3f2110e185921b8 | refs/heads/master | 2021-08-30T06:23:43.010856 | 2017-12-16T13:07:56 | 2017-12-16T13:07:56 | 114,460,996 | 0 | 0 | null | 2017-12-16T12:58:30 | 2017-12-16T12:58:29 | null | UTF-8 | C++ | false | false | 7,155 | cpp | /**********************************************************************
*
* Copyright (c) 2012-2017 Barbara Geller
* Copyright (C) 2015 The Qt Company Ltd.
*
* You may use this file under the terms of the 2-Clause BSD license
* provided with KitchenSink or available at:
*
* https://opensource.org/licenses/BSD-2-Clause
... | [
"barbara@copperspice.com"
] | barbara@copperspice.com |
fd803cdf2c208b8c77da496dd51a5331894bb599 | f527e8a2e6df0621fc3d2916574e8a2f59418c98 | /torch/csrc/autograd/record_function_ops.cpp | 73ee43a61a887bf55862c1bc4ad15b1ed1493d1e | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | NirmalSilwal/pytorch | a8c2b70bb207b324eecbd56f391fdc986f5010c0 | 4b4184fc69e224701529b84d2f182c1d65cea74a | refs/heads/master | 2022-11-19T11:08:09.413489 | 2020-07-11T23:48:21 | 2020-07-11T23:49:56 | 279,022,720 | 3 | 0 | NOASSERTION | 2020-07-12T08:25:38 | 2020-07-12T08:25:37 | null | UTF-8 | C++ | false | false | 4,093 | cpp | #include <ATen/cpp_custom_type_hack.h>
#include <ATen/record_function.h>
#include <ATen/ThreadLocalState.h>
#include <torch/csrc/jit/runtime/custom_operator.h>
namespace caffe2 {
// Required for cpp_custom_type_hack to work
// NOLINTNEXTLINE(bugprone-exception-escape)
CAFFE_KNOWN_TYPE(at::RecordFunction);
} // namesp... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
981685940552727a87abcf2e76d9323796e3d98b | bbeaadef08cccb872c9a1bb32ebac7335d196318 | /Fontes/CalcIndCont/VTBuscaProt.h | 41bda43c665bd8bc6123efc487faf8ad3d25df5e | [] | no_license | danilodesouzapereira/plataformasinap_exportaopendss | d0e529b493f280aefe91b37e893359a373557ef8 | c624e9e078dce4b9bcc8e5b03dd4d9ea71c29b3f | refs/heads/master | 2023-03-20T20:37:21.948550 | 2021-03-12T17:53:12 | 2021-03-12T17:53:12 | 347,150,304 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 9,615 | h | //---------------------------------------------------------------------------
#ifndef VTBuscaProtH
#define VTBuscaProtH
//---------------------------------------------------------------------------
#include <Classes.hpp>
//---------------------------------------------------------------------------
class VTApl;
class VT... | [
"danilopereira@usp.br"
] | danilopereira@usp.br |
54ba788dddf9a0d31697dee276cca752848d5cff | b4d4ba40f9cadb28ed41a35e9924f85141d3e7d8 | /GUI/Goalies.cpp | e00ce5be209ffa5125d5b7015c805da2985f97e0 | [] | no_license | db4soundman/HockeyQt | 48f977bb523a9819578b2db4e57dd918518d2774 | 1b31d9eb1512a5f2b8786380c6d9fcb444b487e3 | refs/heads/master | 2021-11-22T15:52:06.697611 | 2021-11-13T03:57:40 | 2021-11-13T03:57:40 | 21,149,698 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,105 | cpp | #include "Goalies.h"
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QLabel>
#include "MiamiAllAccessHockey.h"
Goalies::Goalies(HockeyGame* game) {
this->game=game;
QHBoxLayout* myLayout = new QHBoxLayout();
QVBoxLayout* away = new QVBoxLayout();
away->addWidget(new QLabel(MiamiAllAccessHockey:... | [
"db4soundman@gmail.com"
] | db4soundman@gmail.com |
848648d2622e22e16ac15e6c03c2177407959e0b | 7df8e0ff70cc85b09d02cb6d68bbfff4ee5a2997 | /yeasu_v0/rotateAzimuth.ino | 2a8786787c33a9bb85341ae5d7c13c1e7f3070b9 | [] | no_license | rebeccaljl/YeasuRotatorController | dfd01556fe93b8b01ce28293760dd8426ac0e23a | b9ccb5fe7100b3474a42790ef53303f11fcdd13b | refs/heads/master | 2021-06-22T02:19:42.527239 | 2020-03-09T08:41:44 | 2020-03-09T08:41:44 | 223,192,224 | 0 | 1 | null | 2021-06-05T19:06:00 | 2019-11-21T14:25:48 | C++ | UTF-8 | C++ | false | false | 405 | ino | /* Rotate Azimuth*/
void rotateAzimuth()
{
long rotorMoveAz = newAZ - rotorAzimuth;
if (rotorMoveAz < 0)
{
digitalWrite(G5500RG, LOW);
digitalWrite(G5500LF, HIGH);
azMovement = " L ";
azMovement = azMovement + String(newAZ );
}
else
{
digitalWrite(G5500LF, LOW);
digitalWrite(G5500RG... | [
"jinyee97@gmail.com"
] | jinyee97@gmail.com |
7b09b2381628c904855927e0c4fbc4c3523e6369 | aaff0a475ba8195d622b6989c089ba057f180d54 | /backup/2/codewars/c++/find-the-integral.cpp | d68057991bca496035cb2b81ac721f0a080958db | [
"Apache-2.0"
] | permissive | DandelionLU/code-camp | 328b2660391f1b529f1187a87c41e15a3eefb3ee | 0fd18432d0d2c4123b30a660bae156283a74b930 | refs/heads/master | 2023-08-24T00:01:48.900746 | 2021-10-30T06:37:42 | 2021-10-30T06:37:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 796 | cpp | // Hi, I'm Yanzhan. For more algothmic problems, visit my Youtube Channel (Yanzhan Yang's Youtube Channel) : https://www.youtube.com/channel/UCDkz-__gl3frqLexukpG0DA?view_as=subscriber or my Twitter Account (Yanzhan Yang's Twitter) : https://twitter.com/YangYanzhan or my GitHub HomePage (Yanzhan Yang's GitHub HomePage)... | [
"yangyanzhan@gmail.com"
] | yangyanzhan@gmail.com |
b7d92aa0139afd589edd6efbbded0a187cf79bab | dc9664e74cabbab6e524cfaa4a7780814b586f39 | /source/src/B3D_cudaCompress/CPU/RBUCCPU.cpp | dcdf6c1b9afb45a18717befbf86ebd6b35ac2d7c | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | adamkglaser/B3D | b57aeaa0ea3f464ccbf233ebd2038e19969dfb80 | 4bca9ac8010bb8181453c2b34839c09152897218 | refs/heads/main | 2023-01-31T00:22:54.080986 | 2020-12-16T07:42:03 | 2020-12-16T07:42:03 | 321,905,149 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,761 | cpp | #include "RBUCCPU.h"
#include <algorithm>
#include <cassert>
#include <cudaCompress/util.h>
namespace cudaCompress {
void rbucEncodeCPUBuildLengthsOneLevel(std::vector<Symbol16>& lengths, const std::vector<Symbol16>& symbols, uint branchFactor)
{
uint symbolCount = (uint)symbols.size();
uint lengthCount =... | [
"adamkglaser@gmail.com"
] | adamkglaser@gmail.com |
cad011224b637ad0563b8d5ef1015e0e4d269206 | 855779cbfd505fe0288d124cf0ee0b4a4103204c | /src/net.h | 66bbf36c82bbcb5fa4b985cd20387422cd3b3f05 | [
"MIT"
] | permissive | viteseco/Vites | 22a631335862d62e2344c4d436d12f5892d669c7 | d82ea767f39fa7dbbc21f5648a6fa5df2a67bba7 | refs/heads/master | 2020-05-02T18:50:25.834286 | 2018-12-28T13:26:46 | 2018-12-28T13:26:46 | 178,141,425 | 0 | 2 | MIT | 2019-11-01T23:46:25 | 2019-03-28T06:35:26 | C++ | UTF-8 | C++ | false | false | 18,449 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef VITESCOIN_NET_H
#define VITESCOIN_NET_H
#include <deque>
#include <boost/a... | [
"viteseco@gmail.com"
] | viteseco@gmail.com |
470a01369cb82a96c2e96cbc3e4efb653325824e | 72c3074a87433e93123c05139cb788d62e597265 | /Codeforces/Dragons.cpp | ad0b1c31b430cd83b176575c3259abf22c8f8cbd | [] | no_license | ganpa3/Competitive-Programming | 449f59d6ff36a140bac09266a567a56404fac222 | 08c179b21f6c143a6baf9b9c1a16bec97a5bf173 | refs/heads/master | 2023-07-27T23:57:30.796928 | 2021-09-07T06:14:49 | 2021-09-07T06:14:49 | 286,079,300 | 0 | 0 | null | 2021-01-18T04:16:10 | 2020-08-08T16:29:45 | C++ | UTF-8 | C++ | false | false | 1,177 | cpp | /*
* Problem Statement: https://codeforces.com/problemset/problem/230/A
* Author: ganpa
*/
#include <algorithm>
#include <array>
#include <cassert>
#include <cmath>
#include <cstdio>
#include <cstring>
#include <deque>
#include <iomanip>
#include <iostream>
#include <map>
#include <numeric>
#include <queue>
#include... | [
"pawarg256@gmail.com"
] | pawarg256@gmail.com |
d7ef528d3da14cc4305332bd43b31c26baa4ff28 | a4ea98d4a5cd870adb7a6caede8b1f8a27ad9ea2 | /src/Client/networkcar.cpp | 6b35a7a731fbb65347e0dc0c81b582bb0627d202 | [] | no_license | AlexLevick/WinSock-Cars | f878168e5b9f8a02f3b572a76dba7b5ba42256ae | a552d067c52823bd1d1504987e155068eae6b7a9 | refs/heads/master | 2020-03-23T16:38:43.048805 | 2018-07-23T18:26:28 | 2018-07-23T18:26:28 | 141,821,436 | 0 | 0 | null | 2018-07-21T16:41:43 | 2018-07-21T14:44:42 | C++ | UTF-8 | C++ | false | false | 2,381 | cpp | #include "networkcar.h"
NetworkCar::NetworkCar()
{}
NetworkCar::NetworkCar(GameCar player_, sf::Color colour_)
{
// Since gfx is created from box2d car, copy the player gfx and change the colour
car_gfx_ = player_.car_gfx_;
car_gfx_.setOutlineColor(colour_);
tire_gfx_ = player_.tire_gfx_;
for (int i = 0; i < ti... | [
"alex.levick@live.co.uk"
] | alex.levick@live.co.uk |
1f5a32eabe65e6168932c02b52df1956e3eb1dff | d077e40e376f16c9420f32001decf946a34a6e71 | /FEBioMech/FEVonMisesPlasticity.cpp | fc0617820fa2f91f045ae0680325e14adb2e3030 | [
"MIT"
] | permissive | jnbrunet/febio2 | 43196e79f8c54a5c92f3f592aa7437fd3b3fe842 | fdbedae97c7d2ecad3dc89d25c8343cfbdeb195a | refs/heads/master | 2021-07-21T01:04:58.828864 | 2020-05-19T06:47:31 | 2020-05-19T06:47:31 | 203,228,954 | 0 | 0 | null | 2019-08-19T18:38:29 | 2019-08-19T18:38:28 | null | UTF-8 | C++ | false | false | 4,510 | cpp | /*This file is part of the FEBio source code and is licensed under the MIT license
listed below.
See Copyright-FEBio.txt for details.
Copyright (c) 2019 University of Utah, The Trustees of Columbia University in
the City of New York, and others.
Permission is hereby granted, free of charge, to any person obtaining ... | [
"mherron@omen.sci.utah.edu"
] | mherron@omen.sci.utah.edu |
0350e32d0c8b355618c880431e8845fb6d47f9c3 | 11b9965933d407ed3708a252aebcdafc21c98664 | /MassGrav/src/chi_rhs.cpp | 4ddd8499dd06bc355e6f39a750af548177403304 | [
"BSD-3-Clause"
] | permissive | lanl/Dendro-GRCA | a265131e2a5d8327eba49e2133257d553826a41e | 8a475b1abd8832c3dfc19d00cc0ec4b9e2789c8a | refs/heads/master | 2023-05-31T06:25:06.113867 | 2020-09-23T18:00:13 | 2020-09-23T18:00:13 | 297,793,620 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,111 | cpp | massgrav::timer::t_rhs.start();
for (unsigned int k = 3; k < nz-3; k++) {
z = pmin[2] + k*hz;
for (unsigned int j = 3; j < ny-3; j++) {
y = pmin[1] + j*hy;
for (unsigned int i = 3; i < nx-3; i++) {
x = pmin[0] + i*hx;
pp = i + nx*(j + ny*k);
r_coord = sqrt(x*x + y*y + z*z);
eta=ETA_CONST;... | [
"hylim1988@gmail.com"
] | hylim1988@gmail.com |
bb6091230dfed1c9438b786078d933363d587109 | d15d4c2932159033e7563fe0889a2874b4822ce2 | /Other OJs/Libre OJ/119.cpp | c881d2e6a89a11b6554e0ae25bf803b6c896baf8 | [
"MIT"
] | permissive | lxdlam/CP-Answers | fd0ee514d87856423cb31d28298c75647f163067 | cde519ef9732ff9e4e9e3f53c00fb30d07bdb306 | refs/heads/master | 2021-03-17T04:50:44.772167 | 2020-05-04T09:24:32 | 2020-05-04T09:24:32 | 86,518,969 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,210 | cpp | #include <bits/stdc++.h>
#include <ext/pb_ds/priority_queue.hpp>
using namespace std;
#define TemplateVersion "3.2.0"
// Useful Marcos
//====================START=====================
// Compile use C++11 and above
#ifdef LOCAL
#define debug(args...) \
{ ... | [
"lxdlam@gmail.com"
] | lxdlam@gmail.com |
d1101be90919a415d9e01803ec6933c7d6af7d2c | c4e4b570b1a91495a89c939e876dcd38c7b6247f | /src/core/rendering/texture.cpp | a4214f38f29bddcbaedbf8280b83c39602d0831b | [
"Apache-2.0"
] | permissive | texel-sensei/eversim | 5392bc1f4bd5443a2bd8c25e44725acb84af5705 | 187262756186add9ee8583cbaa1d3ef9e6d0aa53 | refs/heads/master | 2021-06-01T10:21:27.586634 | 2020-09-08T15:10:38 | 2020-09-08T15:16:12 | 96,086,158 | 0 | 0 | Apache-2.0 | 2020-09-08T15:16:13 | 2017-07-03T08:07:25 | C++ | UTF-8 | C++ | false | false | 2,647 | cpp | #include "core/rendering/texture.h"
#include "core/rendering/texture_loader.h"
#include <easylogging++.h>
#include <vector>
using std::string;
using std::vector;
using std::swap;
using glm::ivec2;
namespace eversim {
namespace core {
namespace rendering {
texture_loader Texture::loader;
Texture::Texture(... | [
"lukasac@gmx.de"
] | lukasac@gmx.de |
0e3f7fd7adfc2a83d3442ebc17ae4b8be500e0d8 | 6a6dfd729b338b9ac440d4b7aead98edc668a017 | /HkOgre/hkOgrePrerequisites.h | ace86b5433446c39069b3fdc7209b55c7625bd0f | [] | no_license | kevinmore/MyPhysicsLab | af4ad6e86bfaf2f9e518171a10deca45e833bce6 | d060acb6d6f1ebdbfda088656f866f9ba60f8535 | refs/heads/master | 2020-05-09T21:28:45.198433 | 2014-03-11T10:18:02 | 2014-03-11T10:18:02 | 17,085,687 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,612 | h | #ifndef HKOGRE_PREREQUISITES
#define HKOGRE_PREREQUISITES
#include <OgreVector3.h>
#include <OgreVector4.h>
#include <OgreLogManager.h>
#include <OgreEntity.h>
#include <OgreSceneNode.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <Physics/Internal/hkpInternal.h>
#include <Physic... | [
"dingfengyu@gmail.com"
] | dingfengyu@gmail.com |
69b79518945ba2039e5abd69fe692105de7b2c3a | 373dc1f2b4ba0181a11ca9cd546dcc3ab0c25b61 | /f1replaceresults.cpp | 611e1dda253b216ef3c8473f090ce380af15e552 | [] | no_license | 15831944/TMS | 0b5337e9a6b8d87c59cddd139334e5a91a3050e7 | 07ddc125b73093d91729d49382ba90457bc5633b | refs/heads/master | 2020-09-11T10:50:58.207283 | 2010-06-10T01:10:30 | 2010-06-10T01:10:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 791 | cpp | // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
#include "stdafx.h"
#include "f1replaceresults.h"
///////////////////////////////////... | [
"e.sitarski@themasterschedulder.com"
] | e.sitarski@themasterschedulder.com |
b87d912fe0ea12a02863abda2a91a301996a0351 | 052d96969a0c5ab0525d2a3f245f1756da5478b3 | /src/llmq/quorums.h | a5ad3b96629cc662c76db442fb9737bf1c2240f0 | [
"MIT"
] | permissive | altexclub/altex | 90a0f790c272825d2297c78b36fd2c338e04ba34 | 905ae6c6c7a6a09bcd547505f796b5ff9e5fe8be | refs/heads/master | 2022-12-16T15:18:19.518969 | 2020-09-11T12:57:21 | 2020-09-11T12:57:21 | 293,193,769 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,679 | h | // Copyright (c) 2018-2019 The Dash Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef ALTEX_QUORUMS_H
#define ALTEX_QUORUMS_H
#include "evo/evodb.h"
#include "evo/deterministicmns.h"
#include "llmq/quo... | [
"70829127+altexclub@users.noreply.github.com"
] | 70829127+altexclub@users.noreply.github.com |
75d65eb41aa083965beddeb08a960a38be928501 | 3a140a0367e5553326e95de60d8e8d9ac3666958 | /ast/src/expression.cpp | f38ceeeb52affd876a56155d36ec49b68669c97b | [] | no_license | darkangel-ua/hammer | 57524e6c1300a0ca94e5dd533df22f347d1995be | 3a81dd07e4ff21f506d767c9f51313f9ffd1f5ae | refs/heads/master | 2020-04-16T00:51:32.287195 | 2019-12-01T08:43:59 | 2019-12-01T08:43:59 | 37,814,748 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,842 | cpp | #include <hammer/ast/visitor.h>
#include <hammer/ast/casts.h>
#include <hammer/ast/expression.h>
namespace hammer { namespace ast {
bool error_expression::accept(visitor& v) const
{
return v.visit(*this);
}
bool empty_expr::accept(visitor& v) const
{
return v.visit(*this);
}
bool id_expr::accept(visitor& v) c... | [
"to.darkangel@gmail.com"
] | to.darkangel@gmail.com |
51f25888b1ec2b9b29c1405f189785dbc8aaa6ba | a6590941fea4880593d5b1cd23eedfe696f4e446 | /Other/mitsuiBank2020/a.cpp | dfd703c879a08c99f8ed408a954f0f6bddc96d26 | [] | no_license | cod4i3/MyAtcoder | 9fb92f2dd06c5b6217e925a82d8db4f91355a70f | 53bdac3fa7eb4ac48ca6d5c70461639beb6aa81d | refs/heads/master | 2023-02-17T09:15:16.282873 | 2021-01-15T13:34:03 | 2021-01-15T13:34:03 | 232,006,424 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 190 | cpp | #include <iostream>
using namespace std;
int main() {
int M1, M2, D1, D2;
cin >> M1 >> D1 >> M2 >> D2;
if (M1 != M2)
cout << 1 << endl;
else
cout << 0 << endl;
return 0;
} | [
"imasdaisukiproducermasu@gmail.com"
] | imasdaisukiproducermasu@gmail.com |
0e5cd692f066ed9766431e13b987886e78a2e4c6 | 739ce0da74d50f6ea042b2bbf1df8aaf5cbf64c3 | /src/Vulkan/PipelineLayout.hpp | 9be56f9d26a03fa66f0f88cdbf323e683ca077c8 | [] | no_license | dsmtE/learnVulkan | 06c10b1988efde30d31d4c013c5cf8e5e285242f | ef9c45551ed1822cb581e5834cfbbaf15ca0977d | refs/heads/master | 2022-12-03T05:13:47.775362 | 2020-08-26T23:23:56 | 2020-08-26T23:24:08 | 269,472,196 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | hpp | #pragma once
#include "Vulkan.hpp"
namespace Vulkan {
class Device;
class PipelineLayout final {
public:
VULKAN_NON_COPIABLE(PipelineLayout)
PipelineLayout(const Device& device);
~PipelineLayout();
private:
const Device& device_;
VULKAN_HANDLE(VkPipelineLayout, pipelineLayout_)
};
}
| [
"desmet.enguerrand@gmail.com"
] | desmet.enguerrand@gmail.com |
304d33807e8088525d25c16bd4769a44094f1670 | f98beedadd280842e62ce3099b72b900396ad2cb | /hh/hh/hh.cpp | 9dd1ff39825746777c7e88fcafee863e2627044c | [] | no_license | RbnAlexs/Programacion_VisualBasic | 93d68f2f149947ec747cee9aff1ec39af4f71f70 | 0547a1f11ba28e03d3f2c0d4c27e004e88b6bf47 | refs/heads/master | 2021-01-11T10:05:19.624528 | 2017-01-05T16:26:46 | 2017-01-05T16:26:46 | 77,478,256 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 187 | cpp | #include "hh.h"
#include "hhFrame.h"
IMPLEMENT_APP( MyApp );
bool MyApp::OnInit()
{
hhFrame* frame = new hhFrame();
frame->SetIcon( wxICON( amain ) );
frame->Show();
return true;
}
| [
"rsanchezcolin@icloud.com"
] | rsanchezcolin@icloud.com |
49e74af0126f1f06288954a82cdf3d3348aef8ed | 96742c5e67717a4645eeede23b9bf699687e5074 | /proj/SRFSimpleFoam/660/p | ef6d5cb9ad444f67e3e0c15305e3ff1278f7b2b7 | [] | no_license | harrisbk/openFoam | 339c3391fe502af351b4eda328457719799badba | 08041d2e2ebbd2dd1f0e5bfd44bd4181504846cd | refs/heads/master | 2021-01-10T11:38:02.272499 | 2015-12-15T17:45:43 | 2015-12-15T17:45:43 | 47,746,599 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,853,308 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"brennankharris@gmail.com"
] | brennankharris@gmail.com | |
28887b73bb9737eb555237a3058681b20e253686 | 1e3ef0f5ddef358f25deb134939841d77c71ed58 | /Hw1_1/UVA/UVA-579.cpp | 98d399a5cb185463db29ada72e38cf42ed39debe | [] | no_license | LonEdit120/ACM | 6ddffd2c3b31e36ab0f94ae38ca9b57706e00e71 | 48faaf6c1896dc94314894fad5eb87f4470e66bd | refs/heads/master | 2021-06-02T12:51:20.666531 | 2016-07-04T12:13:34 | 2016-07-04T12:13:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 665 | cpp | #include <iostream>
#include <iomanip>
using namespace std;
int main()
{
float hour = 12;
float min = 59;
char column;
float angle, angle1, angle2;
float ha, ma;
cout << fixed << setprecision(3);
while(1)
{
cin >> hour >> column >> min;
if(hour == 0 && min == 0)
{
break;
}
ma = min*6;
if(min !=... | [
"bladeath860620@gmail.com"
] | bladeath860620@gmail.com |
883b2ad63ee1d369626f9bb6544f29cfc46d58c8 | d7f66d6d84a8e92dd9a90b4d55080199dba4fda5 | /Knapsack/Knapsack.cpp | b4c08997f25caa7207a3be481d9e6ce89f6a9178 | [] | no_license | Nitish-K15/ADA | 577e2358b28400f904eacf91ae2c24db554ed2ec | 74fa452240beb4424430d16286fd0eedb1c4291a | refs/heads/master | 2023-04-29T18:29:22.019757 | 2021-05-18T06:09:55 | 2021-05-18T06:09:55 | 364,144,675 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,325 | cpp | #include<iostream>
using namespace std;
struct Item
{
int w;
int v;
float d;
};
void swap(int& a, int& b)
{
int temp;
temp = a;
a = b;
b = temp;
}
void SelectionSort(Item a[3])
{
int min;
for (int i = 0;i < 3;i++)
{
min = i;
for (int j = i + 1;j < 10;j++)
... | [
"79478893+Nitish-K15@users.noreply.github.com"
] | 79478893+Nitish-K15@users.noreply.github.com |
faa58a875c9e854b279b3a206e327d3fc2eab4a7 | a787651a8ab86df82268ce0cfeeb9bb239180bda | /设计模式/Head_First/builder/main.cpp | 5bfb983e4b4dfd687e03487d664db4141d8240d6 | [] | no_license | ljdongysu/git_pro | 89a499f40c5e6e874fe41723c0eb519be13cdc88 | 891e7a2765df7099ae5971c87145aa7fb6f209d7 | refs/heads/master | 2022-06-25T21:11:53.708492 | 2022-06-07T06:53:21 | 2022-06-07T06:53:21 | 246,498,903 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,566 | cpp | #include <iostream>
#include <vector>
/**
* It makes sense to use the Builder pattern only when your products are quite
* complex and require extensive configuration.
*
* Unlike in other creational patterns, different concrete builders can produce
* unrelated products. In other words, results of various builders m... | [
"841476652@qq.com"
] | 841476652@qq.com |
f215ba2201330b83161147e8c10de2e475afaf68 | 40924f56177c1a6a576dfc29767b28fc58bc0b4a | /Solaris/Component.cpp | eefc75a8492926e47e73cf5f0df388b68bfd7657 | [] | no_license | suliaron/solaris | 4aecd81e56880f4df418cadeb20a1d2937b62d62 | 1c3ecd0f583fca243d99d49c2bdcf8761b2e3040 | refs/heads/master | 2021-01-23T15:56:53.675986 | 2014-03-21T14:18:07 | 2014-03-21T14:18:07 | 13,243,212 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 152 | cpp | #include "Component.h"
Component::Component()
{
ratio = 0.0;
}
Component::Component(std::string n, double r)
{
name = n;
ratio = r;
}
| [
"a.suli@astro.elte.hu"
] | a.suli@astro.elte.hu |
c82a8668d39bbdfdb1d8174fd56f94d832600825 | d6c099b0a64b5e456099a13ae34023ef65253caf | /gact.h | 491a3f7f4526c847f582fe4f5a7c219dc50c0f06 | [] | no_license | ramcn/darwin-xl-arm-x86 | 209e4aa1a699e18f0c23a96cb057937c43cd7dcb | 38d7e9461ef5c2e6c23c747babd1a6a6502bba36 | refs/heads/master | 2022-11-26T07:51:49.107617 | 2020-07-27T18:31:15 | 2020-07-27T18:31:15 | 282,984,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,907 | h | /*
MIT License
Copyright (c) 2018 Yatish Turakhia, Gill Bejerano and William Dally
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to ... | [
"cn.ramachandra@gmail.com"
] | cn.ramachandra@gmail.com |
1aad68900a032dbbcba0e4d3a0bfd4c235f0cf07 | 565e85570d42a599351e513040e1bda8d05d3948 | /lib/dtv-canvas/src/impl/x11/render.cpp | d530a210d3808d8767941e00ef9d40a7c5498d3c | [] | no_license | Hanun11/tvd | 95a74b8ee8a939ba06b4d15dce99bdc548e1be7b | 0d113c46014d738d87cb4db93b566d07fcbc031f | refs/heads/master | 2021-12-14T19:41:15.800531 | 2017-05-20T19:54:40 | 2017-05-20T19:54:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,138 | cpp | /*******************************************************************************
Copyright (C) 2010, 2013 LIFIA - Facultad de Informatica - Univ. Nacional de La Plata
********************************************************************************
This file is part of DTV-canvas implementation.
DTV-canvas i... | [
"jbucar@gmail.com"
] | jbucar@gmail.com |
ff7649eb2b83818151076234a969f92da91ea8d1 | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/cpp-qt5-qhttpengine-server/generated/server/src/models/OAIComAdobeGraniteBundlesHcImplCrxdeSupportBundleHealthCheckInfo.h | a2a3617718c5d4704e27d09ddc5a52210b36e921 | [
"Apache-2.0",
"MIT"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | C++ | false | false | 2,197 | h | /**
* Adobe Experience Manager OSGI config (AEM) API
* Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API
*
* OpenAPI spec version: 1.0.0-pre.0
* Contact: opensource@shinesolutions.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openap... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
2be5b51db106550f62f881b991f96f065abe3b33 | 7d521f182a8b0b4425e6885056c7d3fc95690ae1 | /include/hpp/fcl/shape/convex.h | cafbddd040b474fbab5204eb4c7d156869530db7 | [
"BSD-3-Clause"
] | permissive | rstrudel/hpp-fcl | 08a4a72f3056a23467c44a15f6132bd85c1c0c92 | be06a13ca9a8c25129904d135a58e157c12d5a9c | refs/heads/master | 2020-11-24T00:12:22.466851 | 2019-12-09T12:10:06 | 2019-12-09T17:34:07 | 227,877,538 | 0 | 0 | NOASSERTION | 2019-12-13T16:17:06 | 2019-12-13T16:17:05 | null | UTF-8 | C++ | false | false | 3,378 | h | /*
* Software License Agreement (BSD License)
*
* Copyright (c) 2011-2014, Willow Garage, Inc.
* Copyright (c) 2014-2015, Open Source Robotics Foundation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following c... | [
"jmirabel@laas.fr"
] | jmirabel@laas.fr |
6da12d169adfb1fa9a9b24c1f4633d4c22fffe15 | 0b46515c55a3767f9743d537a61a50666d253245 | /ftrace_reader/src/format_parser.cc | d986b8edc6afd8ab86b56963a714a07df6088c89 | [
"Apache-2.0"
] | permissive | chromy/perfetto | ff1409533c0fe34f7534cc2a434411a596e92ceb | a635f039448528f3385763256387e728e5601528 | refs/heads/demo | 2023-08-31T05:52:17.510889 | 2017-12-01T12:29:14 | 2017-12-01T12:29:14 | 112,371,395 | 0 | 0 | null | 2017-11-28T18:13:01 | 2017-11-28T18:13:00 | null | UTF-8 | C++ | false | false | 3,677 | cc | /*
* Copyright (C) 2017 The Android Open Source Project
*
* 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 app... | [
"hjd@google.com"
] | hjd@google.com |
bf26333f4adc359a9b9af1fc0a00c3c06cf43ee9 | a88f0ca4bc31b40ab414476f0a0df733418ff038 | /Include/3ds_Max/2018/iTargetedIO.h | 32e9260295d408c0702362052fdf9aff46cc3722 | [] | no_license | Goshido/GXEngine-Windows-OS-x64 | 8c9011442a5ef47a3c2864bdc7e6471e622763d5 | 10a1428d0284552856528d519283295388eea35b | refs/heads/master | 2020-06-28T16:59:26.904805 | 2019-11-24T06:07:03 | 2019-11-24T06:09:40 | 74,490,143 | 11 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,282 | h | /////////////////////////////////////////////////////////////////////////
//
//
// Targeted IO Utility
//
// Created 3-13-03: Tom Burke
//
#pragma once
// includes
#include "maxheap.h"
#include "sfx.h"
//==============================================================================
// ITargetedIO
/*!... | [
"GoshidoMatazuki@mail.ru"
] | GoshidoMatazuki@mail.ru |
efbbdbef28d58b1b3839a993434a529713223d8c | 597fb3047835a8c9f53289fa71ecc74b067f24cd | /common/bfm/axi4_monitor/axi4_monitor_transaction.cpp | 775993208e719a47ea53643190a0d21121d84491 | [] | no_license | yeloer/socblox | 5ad7fb6e82ac29f2d57f7d758501f87f568b5562 | d2e83c343dfdac477e23b9b31b8d3a32a1238073 | refs/heads/master | 2020-05-31T23:30:36.277012 | 2016-03-01T00:49:40 | 2016-03-01T00:49:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 325 | cpp | /*
* axi4_monitor_transaction.cpp
*
* Created on: Oct 23, 2014
* Author: ballance
*/
#include "axi4_monitor_transaction.h"
axi4_monitor_transaction::axi4_monitor_transaction() {
data_idx = 0;
}
axi4_monitor_transaction::~axi4_monitor_transaction() {
// TODO Auto-generated destructor stub
... | [
"ballance@ballance-VirtualBox"
] | ballance@ballance-VirtualBox |
2f294dbf17110cafe9040ca61b0c4fb7b207e89e | 483d5992960b195c255d2a3bed41bae11744e0ec | /洛谷/P1901.cpp | 7fc301b18ee91b71036db4b75819b88eff4f0ed9 | [] | no_license | zcy05331/code-backup | bd2627f461b69778f56b7ef74441802df2f84a58 | 9ef0dd11108a3fe11364266755a84467c64ba099 | refs/heads/master | 2022-04-30T16:30:28.877120 | 2022-04-15T12:27:25 | 2022-04-15T12:27:25 | 241,646,316 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 920 | cpp | #include <bits/stdc++.h>
const int MaxN = 1e6 + 10;
int l[MaxN], r[MaxN];
long long h[MaxN], v[MaxN];
std::stack<int> st;
long long x[MaxN];
long long ans;
int main()
{
int n;
scanf("%d", &n);
h[0] = 0x7fffffff;
h[n + 1] = h[0];
for (int i = 1; i <= n; i++)
{
scanf("%lld%lld", &h[i], &... | [
"little_sun0331@qq.com"
] | little_sun0331@qq.com |
4394fc6065fcc55e3ad6b8c8d2837703fc3670f1 | 032c2e67d5a3d4c706a57846f00c995a3f8a6e04 | /mediatek/platform/mt6571/hardware/mtkcam/v1/hal/adapter/MtkZsd/MtkZsdNcc/MtkZsdNccCamAdapter.CaptureCallback.cpp | 11a0e85b8437f4d51117538ea807f015ab7772f8 | [] | no_license | chen3135/OrangePi3G-iot_external | 825a082b09a93a8a7f085f8e4938c8a51ac7fae4 | 6bf3d18220a0a382a79e71525a4c184163a496b2 | refs/heads/master | 2021-10-26T11:01:50.168049 | 2019-04-12T08:31:45 | 2019-04-12T08:31:45 | 180,967,406 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,921 | cpp | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and/or ... | [
"vcsy1994@sina.com"
] | vcsy1994@sina.com |
43337e1049dc8698b2bd96247b6c4c0764ddd480 | 07b47d9179644e40d409062c5e46d1f7f32c9611 | /getAPI.cpp | 78af2e4f88e7cda160123ac553f37df170550aa2 | [] | no_license | ruknez/MailTest | e232138123d98108fb2434631d9ea0686831a0ac | 1b3bbe30d019441edb10c6ea131dc1fceb7d9026 | refs/heads/master | 2020-12-27T20:28:02.088513 | 2020-02-10T12:51:35 | 2020-02-10T12:51:35 | 238,041,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,549 | cpp | #include <stdio.h>
#include <memory.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <string>
#include <iostream>
#include <vector>
#include <sstream>
#include <fstream>
#include <filesystem>
#include <ex... | [
"ruknez94@mail.ru"
] | ruknez94@mail.ru |
500317b29f56bc289545d9a45aa1d94f922b0daf | 4bba9753541cd92b7aef5b577b1216fddc59ccb8 | /app/src/main/cpp/RendererES2.cpp | 6fd5dff4b5f523146d6411ecb4e42a7ec572bfac | [
"Apache-2.0"
] | permissive | wantows/ImGUIAndroid | 87c67648af3162ca91075901672f6fa936fe7534 | 8caf714fd1712f69f8c0aec6031461501b1f0081 | refs/heads/master | 2023-07-24T17:07:45.108240 | 2018-05-02T02:16:16 | 2018-05-02T02:16:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,922 | cpp | /*
* Copyright 2013 The Android Open Source Project
*
* 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 applica... | [
"nghiahoang@Phongs-MacBook-Pro.local"
] | nghiahoang@Phongs-MacBook-Pro.local |
0154eec8d2378ad274ae8a7b288abe6b132f65c9 | ecf58d3880af1ae484644748579cc77ea54428bd | /network/server.cc | 103164ef42b8a8d93b568edbbf17d84b00aeb534 | [] | no_license | vuamitom/Code-Exercises | 0601d186f4f505024d3f46b5c95a1c165d195830 | 3cc56d2d25c7b0832bd6e01154112bfd88d0ec52 | refs/heads/master | 2022-12-11T01:49:20.400506 | 2020-04-15T08:25:40 | 2020-04-15T08:25:40 | 8,831,614 | 13 | 14 | null | 2022-12-08T18:17:26 | 2013-03-17T07:59:58 | Jupyter Notebook | UTF-8 | C++ | false | false | 888 | cc | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <signal.h>
#define PORT "5555"
int main(){
// 1. get addrinfo
int sockfd;
struct addrinfo hint, *res, *p... | [
"tamvm@vng.com.vn"
] | tamvm@vng.com.vn |
1b4237db1352eba08c1e8bd0f03d704f657fa1c1 | 4875387ec6e8cbc46010606c28da313641efa6b8 | /test/shared_libs/lib.cpp | a415bc76ab38ca2c1f9719ea3d6f5edb108925cb | [] | no_license | ochameau/jscpptypes | e8137f26721e6b11363de34e4003c68e80cdd277 | 6a2f6bff64f081380428cf9af4e6892b769a688c | refs/heads/master | 2020-04-12T22:38:59.353945 | 2013-03-07T17:27:20 | 2013-03-07T17:27:20 | 8,061,330 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,047 | cpp | #if defined(WINNT)
#define MYLIB_API __declspec(dllexport)
#else
#define MYLIB_API
#endif
long MYLIB_API MyFunction(int *foo, int bar)
{
return *foo + bar;
}
class MYLIB_API MyClass {
public:
long attr;
};
MyClass MYLIB_API *GetObject(int attr)
{
MyClass *obj = new MyClass();
obj->attr = attr;
return o... | [
"poirot.alex@gmail.com"
] | poirot.alex@gmail.com |
c7198470a3e8a03b6d5ac568b889f3ab60d1f670 | 76415d6b016ad102c3252d77817be7153b7cc941 | /src/opcode.h | c6ff9cb46d05f8bc97cdb5387c1754d733917a33 | [] | no_license | bossiernesto/yukon | ede80ccacabe0e4a0956bad33b0eb6bdda4c61ef | 3a326e88b3f0ed3210ab0d054f91462c12ef2874 | refs/heads/master | 2020-04-05T22:43:00.978655 | 2015-04-11T04:41:10 | 2015-04-11T04:41:10 | 33,412,958 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,027 | h | //
// Created by ernesto on 4/1/15.
//
#ifndef YUKON_OPCODE_H
#define YUKON_OPCODE_H
#include <string>
using namespace std;
#pragma once
extern string OpcodeDesc[];
#define nop 0
#define aconst_null 1 /*(0x1)*/
#define iconst_m1 2 /*(0x2)*/
#define iconst_0 3 /*(0x3)*/
#define iconst_1 4 /*(0x4)*/
#define iconst_2... | [
"bossi.ernestog@gmail.com"
] | bossi.ernestog@gmail.com |
d857b3d59330e5f08912fcce527d06551b86e4d3 | 9a60b4f125d11ae13ffd9e48fb4ee9b79e94f562 | /IL2CPP/Il2CppOutputProject/Source/il2cppOutput/Bulk_Generics_30.cpp | 4628d44e487555be6762f7135fae04d86c670c44 | [
"MIT"
] | permissive | dngoins/AutographTheWorld-MR | 99109e728746c164b12cf68e84e7b4b5a9390ab7 | 24e567c8030b73a6942e25b36b7370667c649b90 | refs/heads/master | 2021-04-12T07:51:07.040152 | 2018-03-19T06:36:00 | 2018-03-19T06:36:00 | 125,808,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,565,571 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il... | [
"dngoins@hotmail.com"
] | dngoins@hotmail.com |
b87a636171eca49ad133cbb65854dbc00ec6a8f9 | dc298e43ec1521dbb4fe68288127ef32ef57ca6b | /core/src/overture/.deps/android-toolchain-21-arm64/include/c++/4.9.x/__hash_table | 44ba268a0ec819db8d076aa14dd356f8e09a8c20 | [
"LicenseRef-scancode-generic-cla",
"MIT",
"NCSA",
"LicenseRef-scancode-arm-llvm-sga"
] | permissive | 1170762202/ShadowsocksDemo | ce1a599945a89b4aeb5a9f2afe8a6d035dc2e281 | d2f00c31724c71c4d5ca958a37fec00ef55512b9 | refs/heads/master | 2020-04-26T16:01:12.761746 | 2019-03-04T08:08:34 | 2019-03-04T08:08:34 | 173,664,896 | 7 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 95,438 | // -*- C++ -*-
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===-------------------------... | [
"1170762202@qq.ccom"
] | 1170762202@qq.ccom | |
c180bc7ffc964c23050141988555c3f5ca4379f1 | 56d91cae8ce2b1dfdc0ef00feab3fb61171182ff | /c++/createlib_a/Myfirstliba.cpp | 4d0281734c6b84489beb6a6353c3c40d6995701f | [] | no_license | wangjicong/C-CPP_DEMO | 91d22873773df5b1c4e9c6e94c05cc12419ce990 | 5cd043ac5625335adfc54bf4b32400a90000f3d8 | refs/heads/master | 2021-01-01T04:41:21.104161 | 2017-07-15T11:27:41 | 2017-07-15T11:27:41 | 97,223,416 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 132 | cpp | #include <iostream>
#include "Myfirstliba.h"
using namespace std;
void myfunction()
{
cout <<"this is from myfirstso "<<endl;
} | [
"wangjicong@sunvov.com"
] | wangjicong@sunvov.com |
0e4398d6d3fb03b39905b480d7181b3fe23029ac | 86414be525262d012cb6f48cbd3a6b3b022eb646 | /lib/giac/graphicsProvider.hpp | 1f134b9eb5f07049d96bd92fa638f8f7d4cd0049 | [] | no_license | mov-rax/TeensyTest | 4c84cf32a034bf002170fc93163960cdfbb041a1 | 4055c42a02a30d8a820d81b2ad5f271eea036b07 | refs/heads/master | 2023-08-22T21:03:55.222105 | 2021-09-25T18:40:58 | 2021-09-25T18:40:58 | 410,351,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,808 | hpp | #ifndef __GRAPHICSPROVIDER_H
#define __GRAPHICSPROVIDER_H
#include <fxcg/display.h>
#include <fxcg/file.h>
#include <fxcg/keyboard.h>
#include <fxcg/system.h>
#include <fxcg/misc.h>
#include <fxcg/app.h>
#include <fxcg/serial.h>
#include <fxcg/rtc.h>
#include <fxcg/heap.h>
#include <string.h>
#include <stdio.h>
#includ... | [
"csharper.work@gmail.com"
] | csharper.work@gmail.com |
e03adb5873858de7d76a5f98f8e73d9b7883f861 | 69457169b51d6cd52462ceb14b3953fa98c9434d | /Exams/Finals/Solutions/Exam-2016/Q4/main.cpp | dffa7f08066e0ba4aec0bbc21db3838102d57401 | [] | no_license | KhaledAbdelgalil/Data-Structure-CSE | b8eaac4ee5028d4c3318bd2bf80c1f5a7fd12972 | 95629ac25a09a77718fedb49fcbb0993612e60ec | refs/heads/master | 2022-01-20T13:36:00.066926 | 2019-05-27T11:00:54 | 2019-05-27T11:00:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,443 | cpp | #include <iostream>
#include<list>
#include<queue>
using namespace std;
class node
{
public:
string id;
list<node*>children;
node(){}
};
void give_id_helper(node* root)
{
if(root==NULL) return;
int i=1;
for(list<node*>::iterator it=root->children.begin();it!=root->children.end();it++)
{
... | [
"khaled.abdelgalil96@gmail.com"
] | khaled.abdelgalil96@gmail.com |
3dbd7370e3a5f582652a7b9fcd11f14c9888b981 | f84da9a7da712409ebb0e8caf89b41b68a1ffb7c | /Codeforces/contest_id_626/Group Projects.cpp | 2129047533a3aa1aa11853d0dc83b0831b3327b7 | [] | no_license | mahbubcseju/Programming-Problem-Solutions | 7fe674d68ab340b54be64adfa2e2fb33cc64705c | e9de8553f7d0c2c439f62b67e1bf9d6e07d47400 | refs/heads/master | 2021-08-03T14:37:54.041903 | 2021-07-18T16:01:12 | 2021-07-18T16:01:12 | 199,957,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,430 | cpp | /********************************
*MAHBUBCSEJU *
*CSE 22 *
*JAHANGIRNAGAR UNIVERSITY *
*TIMUS:164273FU *
*UVA>>LIGHTOJ>>HUST:mahbubcseju *
********************************/
#include<cfloat>
#include<climits>
#include<fstream>
#include<cstdio>
#include<cst... | [
"mahbubur.rahman@bjitgroup.com"
] | mahbubur.rahman@bjitgroup.com |
91d89ba81627a2118f6e526861d0e62b8b9bfb92 | adaf2349ba68d95e47cf198af9d39f84df38cf38 | /include/mredit/Editor.h | cb5e16ce932926cdb5868cf38cc65583888caac2 | [] | no_license | yang123vc/mredit | d72715288d32c35aaf1872c0b67922974b346e83 | f295ae79b4f316b89c3ae07eb88f763d812422bd | refs/heads/master | 2020-05-06T12:19:07.935463 | 2018-08-03T14:13:37 | 2018-08-03T14:13:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,614 | h | #pragma once
#include <QPlainTextEdit>
#include <mredit/Global.h>
#include <mredit/BookmarkGroup.h>
namespace mredit {
class CodeEditorPrivate;
class TextDocument;
namespace margin {
class MarginStacker;
class MarginStackerPrivate;
}
class Editor : public QPlainTextEdit
{
Q_OBJECT
Q_ENUMS(IndentationPolicy... | [
"rangelspam@gmail.com"
] | rangelspam@gmail.com |
7ac0b9d7a0339cceb54815929a4270aa843ec738 | 7d5f853706ad7dbf9c9e9d3753793bb9aef1f966 | /7/7.28 7.29/notepad.h | c80d0035f2adb7965c58387f37d2544442665360 | [] | no_license | Clins28/CPlusPlusPrimer | 2e98d598f7a7baaee293aececf625514f5c3cae2 | db05a74af54d1f4662124678fa97ac3d9b0c45ce | refs/heads/master | 2020-04-14T07:47:20.083530 | 2018-07-17T12:16:05 | 2018-07-17T12:16:05 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,553 | h | #pragma once
#ifndef NOTEPAD_H
#define NOTEPAD_H
#include <string>
#include <vector>
class Screen
{
public:
typedef std::string::size_type pos;
//也可以使用类型别名等价地声明一个类型名字
//using pos=std::string::size_type;
Screen() = default;
Screen(pos ht, pos wd) :height(ht), width(wd), contents(ht * wd, ' ') {}
Screen(pos ht, po... | [
"cbg0202@qq.com"
] | cbg0202@qq.com |
043f4ea1017e3ea13e302c16631bd035a571c8e0 | 4e9b41d29e6fb0fad6c652e72ee093c3514933d1 | /tests/libarduino/Arduino.h | f2e99946df74d7515b8d6399b4574e1bd5d3ea03 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | ADTL/EtherSia | fbdeb3c7a0e995036cde91e741336c22ea3068ea | fef3a22b6fe526594cb615a7d89cd45a17ecb9d0 | refs/heads/master | 2021-01-20T11:41:18.081416 | 2016-10-16T11:56:29 | 2016-10-16T11:56:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,145 | h | #ifndef Arduino_h
#define Arduino_h
#include <stdint.h>
#include <string.h>
#include <ctype.h>
#define HIGH 0x1
#define LOW 0x0
#define INPUT 0x0
#define OUTPUT 0x1
#define INPUT_PULLUP 0x2
extern "C" {
typedef uint16_t word;
typedef uint8_t byte ;
typedef bool boolean ;
void* malloc(size_t size);... | [
"njh@aelius.com"
] | njh@aelius.com |
4cbb336f136ded632b873264356cc76626ddf0c5 | f4e1ae14a896c564cc4215c912e4db5d3e487232 | /src/main.cpp | 29305d0e7f56633e7061c8531f79869edace411d | [] | no_license | IgorKaan/new_ROS_msg | 3a0000601b4bbaec9b0b797ca72e7516ad0727c2 | b7959e81d4a83b4e429442beb6162144fc6a3f95 | refs/heads/master | 2020-06-26T00:07:15.788988 | 2019-07-30T11:03:02 | 2019-07-30T11:03:02 | 199,463,190 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,879 | cpp | #include <WiFi.h>
#include <ros.h>
#include "RobotMovement.h"
#include <Arduino.h>
#include <Wire.h>
#include "math.h"
#include <I2Cdev.h>
#include <MotorControl.h>
#include <stdio.h>
#include <HardwareSerial.h>
std::string receivedData;
std::string sign;
std::string angle;
std::string move;
std::string rotate;
std::s... | [
"igorkaan@yandex.ru"
] | igorkaan@yandex.ru |
062e902abc1d665b584d5abb7af74407f62b942e | b67044ae73272f81819304a9736d49c9727e868f | /OriginalPlan/.svn/pristine/b1/b1f1688da37656b05c0932df425a310895ccfc74.svn-base | 0fd46b434f1a5bd8c8cce43509ae1814b1e38079 | [] | no_license | bagua0301/red_slg | 5b16ab66354c552ab2066fc95effaca2a9a56535 | 50c48cbdfeb4ba373d2f9040c9b4c9e609e3b9cb | refs/heads/master | 2023-06-17T21:39:15.730529 | 2020-05-23T10:29:07 | 2020-05-23T10:29:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,310 | #include "char_msg_handle.h"
#include "obj_character.h"
#include "role_base.h"
#include "map_scene_base.h"
#include "game_config.h"
#include "packet_cm_base.h"
void CCharMsgHandle::onResetPos(TObjUID_t objUID, TAxisPos_t x, TAxisPos_t y, EResetPosType type, bool broadFlag)
{
MCResetPos setPos;
setPos.objUID = objUID... | [
"zhangzhen0523@126.com"
] | zhangzhen0523@126.com | |
ceaaf9348ff9558856b678b6aea89cfcb86c70c5 | 2ca77eb5754b9b841e9f5d1cf9834952b46f372c | /Source/Misted_Hope/BridgePiece.cpp | a61fb46b3dca35aae2bd29f27c5e70f4829c9047 | [] | no_license | MistyHope/Hope | aafb84469456c7900a8993c1faecd98d3c59c4da | 7905036538012d9da63d9c43e4903d8ce87f97e4 | refs/heads/coding | 2021-09-07T02:41:42.685207 | 2018-01-25T16:41:32 | 2018-01-25T16:41:32 | 110,720,107 | 0 | 0 | null | 2017-12-15T16:39:50 | 2017-11-14T17:06:29 | C++ | UTF-8 | C++ | false | false | 374 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "BridgePiece.h"
#include "Components/BoxComponent.h"
UBridgePiece::UBridgePiece()
{
m_RootBox = CreateDefaultSubobject<UBoxComponent>(TEXT("RootBox"));
m_BridgePiece = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("Mesh"... | [
"K.schaefer92@gmx.de"
] | K.schaefer92@gmx.de |
eedda69d7320a80669e331edcfdce31315a4e997 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /content/test/test_blink_web_unit_test_support.h | 3e9fdf28d72f73c3c40659d9d3d355a080602624 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 3,543 | h | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_TEST_TEST_BLINK_WEB_UNIT_TEST_SUPPORT_H_
#define CONTENT_TEST_TEST_BLINK_WEB_UNIT_TEST_SUPPORT_H_
#include <memory>
#include "base/compi... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
298b6ca686e5763ab44dfd4024f2dc15dcc57a01 | 7ab1446dd4fd9b2063e0dfe114431d0ddffbd19b | /src/Player.cpp | 439b2437bd867d618b7eff650b3efbe2eb21cdf6 | [] | no_license | Diogo-Queiroz/COMP397-Assignment2 | d39dae57086e92048dd15a8807377c09a3271bea | 09e690fe253271d626c8f9be035b8efe12857c6a | refs/heads/master | 2021-05-24T17:27:38.037591 | 2020-04-07T03:43:01 | 2020-04-07T03:43:01 | 253,674,570 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,943 | cpp | #include "Player.h"
#include "Game.h"
#include "TextureManager.h"
Player::Player(): m_currentFrame(0), m_currentAnimationState(PLAYER_RIGHT), m_speed(5), m_brakeSpeed(0.2f), m_shootRate(0.5f)
{
TheTextureManager::Instance()->loadSpriteSheet(
"../Assets/sprites/atlas.txt",
"../Assets/sprites/atlas.png",
"sprite... | [
"diogoqueirtooz1212@gmail.com"
] | diogoqueirtooz1212@gmail.com |
8ddf634e835dee39f4be089aec71eba19a4abe12 | b8376621d63394958a7e9535fc7741ac8b5c3bdc | /lib/lib_XT12/Source/ReportControl/XTPReportNavigator.cpp | 521a1a459a0522c9dc6ffa69c61fd81a2de58367 | [] | no_license | 15831944/job_mobile | 4f1b9dad21cb7866a35a86d2d86e79b080fb8102 | ebdf33d006025a682e9f2dbb670b23d5e3acb285 | refs/heads/master | 2021-12-02T10:58:20.932641 | 2013-01-09T05:20:33 | 2013-01-09T05:20:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,402 | cpp | // XTPReportNavigator.cpp : implementation of the CXTPReportNavigator class.
//
// This file is a part of the XTREME REPORTCONTROL MFC class library.
// (c)1998-2008 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSO... | [
"whdnrfo@gmail.com"
] | whdnrfo@gmail.com |
f7fe012fe6b7b5b5bf6ebed993f3f0cab5fcd7f9 | ef060ebef214f7cd5774f37236b407e92cfd5790 | /SRC/CJulianDate.cpp | 4f0ba1bd630128ea07d0829b7f71a5fb5ab36203 | [
"BSD-2-Clause"
] | permissive | SammyB428/WFC | 4a8af293fc5012db73855e34598a8df163d92a4f | 1709964506b085bde5aa7751d1914d7a68cbea53 | refs/heads/master | 2022-07-26T13:55:46.988837 | 2022-07-08T15:47:28 | 2022-07-08T15:47:28 | 169,485,007 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,429 | cpp | /*
** Author: Samuel R. Blackburn
** Internet: wfc@pobox.com
**
** Copyright, 1995-2022, Samuel R. Blackburn
**
** "You can get credit for something or get it done, but not both."
** Dr. Richard Garwin
**
** BSD License follows.
**
** Redistribution and use in source and binary forms, with or without
** modification, a... | [
"sam_blackburn@pobox.com"
] | sam_blackburn@pobox.com |
f2a7721596ce2314958ffc090cf50939a65f3ada | ff683d648b34e836830c3e25f86e07b17093ac3b | /libraries/src/ssd.cpp | 81d2e359b90859adde3e9244397526cf4df496f1 | [] | no_license | comesanha/embsis | ec6b2f6c0d0e9214347b4d064293bb3c269fe8cd | fb82fd81a035956ea6a7bfa96705b2c17ef5e80c | refs/heads/master | 2020-12-15T01:28:53.410950 | 2020-11-26T20:10:38 | 2020-11-26T20:10:38 | 234,945,644 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,496 | cpp | #include "ssd.h"
#include "io.h"
#include "so.h"
//vetor para armazenar a conversao do display
//0gfedcba
//static const char valor[] = {0x3F, 0x06, 0x5B, 0x4F, 0x66, 0x6D, 0x7D, 0x07, 0x7F, 0x6F, 0x77, 0x7C, 0x39, 0x5E, 0x79, 0x71};
//ed0cgafb
static const char valor[] = {
0xD7, 0x11, 0xCD, 0x5D, 0x1B, 0x5E, 0xDE, 0... | [
"raphael.comesanha@gmail.com"
] | raphael.comesanha@gmail.com |
f8ce936a0504a5ff3615c87e094cf0ad493f3361 | dcbaf5fd71f1ddecb8cf70ee7cf54bed0d9acc3d | /DisplayInfo/Amlogic/PlatformImplementation.cpp | 610910d5c344f46c78c8e30a27185594255d7e11 | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | venkataprasadk/rdkservices | 07b95ced3735b3e4946751df5bb0c40f2347549b | 388ea5ab2f5d4ba034d0fd5da98c7d5d44697b77 | refs/heads/sprint/2009 | 2023-01-19T14:13:47.829283 | 2020-11-10T14:29:18 | 2020-11-10T14:29:18 | 295,765,377 | 0 | 0 | Apache-2.0 | 2020-09-15T17:34:27 | 2020-09-15T15:08:52 | null | UTF-8 | C++ | false | false | 13,426 | cpp | /*
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:
*
* Copyright 2020 RDK Management
*
* 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 cop... | [
"akhil.babu@sky.uk"
] | akhil.babu@sky.uk |
40df1776175faddf21b51551e02233905f3941a3 | 182dc20bdd89257e080d3a3852b06489857427c6 | /Edge.cpp | 3b65510c1694e7cd65ce35c2defd883fb5cb5771 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause-Open-MPI",
"BSD-3-Clause"
] | permissive | zeunix/Bota-Pelota- | 583692b83d5a3e9cfb2a1860101b1b6d4241c7da | 575f7cd098083f10d59af05cb9734e51ab4c2bbf | refs/heads/master | 2020-09-26T06:39:55.282733 | 2019-12-10T04:06:44 | 2019-12-10T04:06:44 | 226,191,874 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 167 | cpp | #include "Edge.h"
Edge::Edge()
{
//ctor
}
Edge::Edge(Vertex v1_in, Vertex v2_in)
{
//ctor
v1 = v1_in;
v2 = v2_in;
}
Edge::~Edge()
{
//dtor
}
| [
"noreply@github.com"
] | zeunix.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.