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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1af586012da4ffaef28c3859024b9956e6da752e | a47a4a745c7d30169ab1c7fff1917d362022a285 | /vector3d.h | e30536ba8582b20e7f952d0d012481d4463f0c2d | [] | no_license | nellygabriella/park | a5db524cbd8b7fe7365a8ea65e0b57e7a11cee86 | 2f1c26cc1986ec34f4b23c9b83ca88a4c3fff415 | refs/heads/master | 2020-05-23T01:12:24.610147 | 2019-05-14T09:16:28 | 2019-05-14T09:16:28 | 186,584,783 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,005 | h | #ifndef VECTOR3D_H_INCLUDED
#define VECTOR3D_H_INCLUDED
#include <iostream>
#include <cmath>
class vector3d{
public:
float x,y,z;
vector3d();
vector3d(float a,float b);
vector3d(float a,float b,float c);
float dotProduct(const vector3d& vec2);
vector3d crossProduct(const vector3d& vec2);
float lengt... | [
"schimko.nelly@gmail.com"
] | schimko.nelly@gmail.com |
8c03cc0684b5a601549bba1ceb3aef9ba245500b | 0cbe1b1f25cb43b7a007558be47448e42dc4cbc6 | /P3/CiruloEspiral.h | 09d8fa076b966f2dc8f79db4ec994e6000b2f1eb | [] | no_license | AlbertoLorente92/practicas-IG | 1d8455e76703b31ecab54b908579919b903adc0f | 1b6939fad116580dbeff599f3df657e744030ace | refs/heads/master | 2021-01-11T11:07:42.590604 | 2016-02-02T20:38:25 | 2016-02-02T20:38:25 | 50,950,114 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 3,504 | h | /* Práctica 3 - Informática Gráfica (IG)
Componentes del grupo:
Juan Deltell Mendicute.
Alberto Lorente Sánchez.
*/
#ifndef __CIRCULOESPIRAL_H
#define __CIRCULOESPIRAL_H
#include "Malla.h"
#include "Lapiz.h"
#include "Matriz4x4.h"
#include <math.h>
class CirculoEspiral : public Malla{
public:
//Constructora:
Circ... | [
"alberto.lorente92@gmail.com"
] | alberto.lorente92@gmail.com |
0ebdf70153b0339115d9add0d75cd943304a6ef2 | 50131d83d7621c74d179e7ab97b9c1a1f0365d14 | /Class_4/Class_4_-_bitmap_2_-_2d_array/Class_4_-_bitmap_2_-_2d_array.ino | b869398f5d379124b3167880071e027b65c2e07c | [] | no_license | huevos74/Arduino-Light-And-Sound | 5df4437bf95567f607731bd87c3fc30414522f11 | fd3a0592c4509c291b893b9e935c7d2038ea4244 | refs/heads/master | 2023-03-29T10:17:19.962996 | 2020-12-13T17:34:57 | 2020-12-13T17:34:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,342 | ino | //Using arrays as bitmaps
// a bitmap is just that, an uncompressed map of bits
// a bmp file used 3 bytes per pixel to represent the colors
// here we're using a single value per "color" and then deciding how to display each one
//led biz begin. don't worry about anything in this section besides max_brightness
#incl... | [
"drbleep@bleeplabs.com"
] | drbleep@bleeplabs.com |
2ce0180631f78b5b62725437950d8e0f4773a8fd | 0457c04e8395d34baf9da203f623b62f4feb779b | /main.cpp | 33bacdc4e35bf14c683f9f4e30fb5a1228b8ca7f | [] | no_license | d-becker/tGUI | b75d612761cdcf73a648ccbdbc83e8ea458338c0 | 060ff4699869ee15809c86dba6a4d64fb8876ebd | refs/heads/master | 2021-01-10T12:44:52.679132 | 2016-02-28T20:58:07 | 2016-02-28T20:58:07 | 50,749,114 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,348 | cpp | /*
* Copyright (C) 2016 Daniel Becker <beckerdaniel.dani@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as published
* by the Free Software Foundation.
*
* This program is distributed in the hope that it will be... | [
"beckerdaniel.dani@gmail.com"
] | beckerdaniel.dani@gmail.com |
b5da0e7e2eee03343e462c19a43c12a449045847 | 2bce17904e161a4bdaa2d65cefd25802bf81c85b | /topcoder/TreesCount.cpp | 172f26ea0d0d98a78f3f5a63027539742e67133d | [] | no_license | lichenk/AlgorithmContest | 9c3e26ccbe66d56f27e574f5469e9cfa4c6a74a9 | 74f64554cb05dc173b5d44b8b67394a0b6bb3163 | refs/heads/master | 2020-03-24T12:52:13.437733 | 2018-08-26T01:41:13 | 2018-08-26T01:41:13 | 142,727,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,551 | cpp | #include <bits/stdc++.h>
#include <assert.h>
using namespace std;
typedef long long ll;
typedef long double ld;
typedef pair<ll,ll> pll;
typedef pair<int,int> pii;
#define PB push_back
#define MP make_pair
#define fst first
#define snd second
const ll MOD = 1000000007LL;
const ll INF = 1LL<<60LL;
template<typename T> i... | [
"Li Chen Koh"
] | Li Chen Koh |
2d3ea2c7ee48dd89ce89afdd489fd95cc1a3996a | cc5390e0e818f2a8e8e3d9d733757f53f17b359a | /src/model/generator/generator.hpp | a9401fa765dabe02d982cb90848001cdaf8d13c5 | [] | no_license | AaronZLT/CL-EDEN-kernel | 53319cc470fe232e8366cc6773eca141f7d4618b | 2cacf94046cb8920a677ceb3bc30eb1eb6f86bdf | refs/heads/main | 2023-07-14T06:25:18.727255 | 2021-08-27T05:14:01 | 2021-08-27T05:14:01 | 400,395,663 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,293 | hpp | #ifndef MODEL_MANAGER_MANAGER_HPP_
#define MODEL_MANAGER_MANAGER_HPP_
#include <map>
#include <vector>
#include <string>
#include "model/model.hpp"
#include "model/graph/graph.hpp"
#include "model/component/tensor/feature_map.hpp"
#include "model/component/tensor/parameter.hpp"
#include "model/component/tensor/scalar... | [
"35474496+AaronZLT@users.noreply.github.com"
] | 35474496+AaronZLT@users.noreply.github.com |
13428d885a13842998ebe66e34da5a4f9f2aaa07 | efad68909ff76ceb516c9d0790bceaf4a91a74cf | /hr_cpp/dqueue_subarrays.cpp | 1a130582796a0f19b485cb19c4a6c9819b30299f | [] | no_license | sdnasar/cpp_examples | ddba3442288b5fb0476d353ed36ff8d3ac4cee1e | 29c15fd944e764c05b0e808f4a5b07a75eebf32f | refs/heads/master | 2020-04-08T07:36:50.116524 | 2018-12-19T09:36:56 | 2018-12-19T09:36:56 | 159,145,023 | 0 | 0 | null | 2018-11-26T10:01:46 | 2018-11-26T09:39:28 | C++ | UTF-8 | C++ | false | false | 1,690 | cpp | #include <deque>
#include <iostream>
#include <vector>
using namespace std;
/*
First line of input will contain the number of test cases T. For each test case,
you will be given the size of array N and the size of subarray to be used K.
This will be followed by the elements of the array Input:
2
5 2
3 4 6 3... | [
"nasar.mohiuddin92@gmail.com"
] | nasar.mohiuddin92@gmail.com |
0349fba02dabd7b5785d2c962061241d8c208e67 | 4ed5b25a3015e5a13ca1ff3992c00146ffccd213 | /abc/abc005/a.cpp | ed616f87bf2aaa77c7ad50d574ec98c9e3f105ac | [] | no_license | Stealthmate/atcoder | 32284557eca524aafa312098132f583753e3d05c | 6659dbde59d90f322f04751aaddc4ecb79e98eb8 | refs/heads/master | 2023-02-11T10:48:51.194510 | 2023-01-29T04:47:32 | 2023-01-29T04:47:32 | 192,467,091 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 110 | cpp | #include<iostream>
using namespace std;
int main() {
int a, b;
cin >> a >> b;
cout << b / a << endl;
}
| [
"stealthmate1233@gmail.com"
] | stealthmate1233@gmail.com |
fbd9eb4b513fa464ac125a999b40fc11594f8f34 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/git/gumtree/git_repos_function_2501_git-2.7.5.cpp | 2d66a1f29316e7469c3e286059a4ea69b55f5fc1 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 761 | cpp | int main(int argc, const char **argv)
{
const char *socket_path;
int ignore_sighup = 0;
static const char *usage[] = {
"git-credential-cache--daemon [opts] <socket_path>",
NULL
};
int debug = 0;
const struct option options[] = {
OPT_BOOL(0, "debug", &debug,
N_("print debugging messages to stderr")),
O... | [
"993273596@qq.com"
] | 993273596@qq.com |
4f3c9e870b5dcf0cc9e5c613562e8683e360693b | 6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849 | /sstd_boost/sstd/boost/config/no_tr1/memory.hpp | 35b44de0dfdb0748124417e70fbb842fe7b8f7f7 | [
"BSL-1.0"
] | permissive | KqSMea8/sstd_library | 9e4e622e1b01bed5de7322c2682539400d13dd58 | 0fcb815f50d538517e70a788914da7fbbe786ce1 | refs/heads/master | 2020-05-03T21:07:01.650034 | 2019-04-01T00:10:47 | 2019-04-01T00:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 850 | hpp | // (C) Copyright John Maddock 2005.
// 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)
//
// The aim of this header is just to include <memory> but to do
// so in a way that does... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
fa004b15c490c7a4459e2a8bfb0120a381dd9d25 | 5c9169a99ec9817a1037e64fd9fbb600b4b7ef22 | /editor-support/cocostudio/WidgetReader/ParticleReader/ParticleReader.cpp | fc174d750531e5dc1d64534cc441ca296fad5627 | [
"MIT"
] | permissive | yangosoft/cocos2d-x-arm-opengles | 2fca2f54f09fba761606ef8c55560bd80674a5b1 | af33a880b3f375ea31f0eacf4ffab769424ceba6 | refs/heads/master | 2020-07-05T16:17:34.115083 | 2016-11-23T11:19:41 | 2016-11-23T11:19:41 | 74,109,892 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,617 | cpp | /****************************************************************************
Copyright (c) 2014 cocos2d-x.org
http://www.cocos2d-x.org
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 with... | [
"yangosoft@gmail.com"
] | yangosoft@gmail.com |
4ea80d9982ca87d1540b60df3371395df6d04b9c | 50f63963e73a8436bef3c0e6e3be7056291e1e3b | /panda/include/eggParameters.h | 36bd1e48f613228fdb62a9f69f411c3c1403e456 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | MTTPAM/installer | 7f4ad0c29631548345fac29ca7fbfcb38e37a111 | aee7a9b75f1da88fdf6d5eae5cdf24739c540438 | refs/heads/master | 2020-03-09T15:32:48.765847 | 2018-11-13T03:35:50 | 2018-11-13T03:35:50 | 128,861,764 | 1 | 4 | null | 2018-11-13T03:35:50 | 2018-04-10T02:28:29 | Python | UTF-8 | C++ | false | false | 1,811 | h | /**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file eggParameters.h
* @aut... | [
"linktlh@gmail.com"
] | linktlh@gmail.com |
da1635a320ecf6c6ca98bd8d40a89e10e610eaff | e07018c76b3bc2b41cc9b64a0f312bd9e45cc2a4 | /gravity/gravity2.cpp | a970851288e5b63f7bbb05cb7830d519b55acae8 | [] | no_license | mantaraya36/MAT201b | 19cd303665787a81b7a0bf54211d52c36ec84f94 | 50931a27ca2baa29adad7cb34a73ecd7adc3a420 | refs/heads/master | 2020-03-17T12:02:03.242335 | 2018-04-05T19:30:37 | 2018-04-05T19:30:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,654 | cpp | #include "allocore/io/al_App.hpp"
using namespace al;
using namespace std;
// some of these must be carefully balanced; i spent some time turning them.
// change them however you like, but make a note of these settings.
unsigned particleCount = 50; // try 2, 5, 50, and 5000 //500
double maximumAcceleration = 30; ... | [
"mengyuchen@umail.ucsb.edu"
] | mengyuchen@umail.ucsb.edu |
3880e11f0d57256832939d6f3aa7d755371613f0 | 655d8a90de67f85b50c0d84afddc7800d73a098a | /examples/HoverSonos/HoverSonos.ino | a6407acceee0fe873eb5eb94daf072cd1889532c | [] | no_license | hoverlabs/hover_particle | 6197661b58b8859cf634d29ea996105431e49a88 | d8baff452364aa2cf5329a324d05d2432e853bb3 | refs/heads/master | 2020-04-13T22:42:44.413989 | 2016-10-23T19:45:58 | 2016-10-23T19:45:58 | 22,118,163 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 10,778 | ino | // This #include statement was automatically added by the Particle IDE.
#include "application.h"
#include "Hover.h"
byte sonosip[] = { 192, 168, 1, 128 };
//#define SONOS_PAUSE "<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><s:Body><u... | [
"li.jonathan9@gmail.com"
] | li.jonathan9@gmail.com |
2bf56dd1cfcf286dec3bc5bfd63cc4c750298c48 | 621692978d00232c8454aa3a8188b81f78bd3a31 | /24-Swap.cpp | 751d4b0e739ada9967b2293008de3beee43356f6 | [] | no_license | RawSharkill/leetcode | 3bf029af4a723d601e9aa6192ee5ececc5a9c48c | 5e963583d513035c696a047fdc25e78089badb50 | refs/heads/master | 2021-04-15T17:26:29.711130 | 2018-09-06T11:33:24 | 2018-09-06T11:33:24 | 126,269,180 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,099 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode(int x) : val(x), next(NULL) {}
* };
*/
#include <iostream>
using namespace std;
struct ListNode
{
int val;
ListNode *next;
ListNode(int x) : val(x),next(NULL){}
};
class Solution {
public... | [
"1229002314@qq.com"
] | 1229002314@qq.com |
cf47a2e1883807a5bee4533503215c293c2c6e0f | 291db97cbf3b3c826487ac41ee70a0db2c95c298 | /aggressive_cow.cpp | 102d45526a676afc4349143471ddf245b6960b5b | [] | no_license | thestupendous/dp-class | e04f55cca5395a3405818fca7610dd8340f7734b | df3b25a17c4642e7202e6f78a3494c7bb5c40fc4 | refs/heads/master | 2020-06-13T05:46:42.719373 | 2019-08-04T06:12:54 | 2019-08-04T06:12:54 | 194,558,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,020 | cpp |
#include <iostream>
#include<algorithm>
#define un unsigned long long
using namespace std;
bool valid(un *a,int n,int ans,int no_of_cows)
{
un last_pos = a[0];
int current_cows=1;
for(int i=1;i<n;i++)
{
if(a[i]-last_pos >= ans)
{
current_cows++;
last_pos = a[i];
... | [
"anandk683@gmail.com"
] | anandk683@gmail.com |
6b93506d24d928ca8b9e59e928c6eb3c8ef030ed | 0b6530ec3938127f4422815fd01f59b72f0b92d6 | /Project 9/CompilerCommands/tSTOP.h | 231391e2287ee8c74860b9327e6a8d0209fa879a | [] | no_license | brenthompson2/Compiler-Construction | c9160921b48252b63981388c6fcc82d38af46eb0 | 1f239285515d49d241c10d3aad42e6e89d9bcd9f | refs/heads/master | 2021-08-29T19:05:26.702578 | 2017-12-14T18:10:36 | 2017-12-14T18:10:36 | 107,502,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,211 | h | /*
==============================================================================
File: tSTOP.h
Author: Brendan Thompson
Updated: 10/01/17
Description: Interface for Functions for processing STOP command for Compiler object made for Transylvania University University Fall Term 2017 Compiler Construction class
... | [
"brenthompson2@gmail.com"
] | brenthompson2@gmail.com |
50ef1816b8bac6fd9eb4b91430ecc0a4bd076e18 | 2050c401dd32a72d1e3a4b87af0c5bd2fcf67b6e | /algorithms/algs4-cpp/LinkedQueue.h | 979fe7b6f7947023a7d2a4ee190aecc36ce4496b | [
"MIT"
] | permissive | jlyu/ps-algorithms-and-ds | 835598ac1859352ca94cdc3221b0758d12ceebcb | 04a7f8f48b2aa1bc5405f22ef2af8dd748a3f955 | refs/heads/master | 2020-03-19T06:43:02.966971 | 2018-10-17T07:37:32 | 2018-10-17T07:37:32 | 136,048,664 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,036 | h | #include "Queue.h"
#include <iostream>
using namespace std;
template <class T>
struct LinkNode { //单链表结点结构
T data;
LinkNode<T> *next;
LinkNode<T> (LinkNode<T> *ptr = NULL) { next = ptr; }
LinkNode<T> (T item, LinkNode<T> *ptr= NULL) { data = item; next = ptr; }
};
template <class T>
class LinkedQueue : public Qu... | [
"chain.yu@sap.com"
] | chain.yu@sap.com |
ace19aecd1e7e92c05628b84a9ef740f4384bbba | 7bda8eed3ea18c45411a66595e060585d982fe83 | /graphicdraw.cpp | 87e2f7141437b7d1d0bb80b3285f5aa0789d30db | [] | no_license | elect-gombe/3d_maze_machikania | 9252f0277580f765ba1ea4efa9033a41a25fa77b | f35fc52a5ff959a5b5e7cb57eb1d33392b36d583 | refs/heads/master | 2021-01-18T19:32:17.900662 | 2017-04-22T21:44:38 | 2017-04-22T21:44:38 | 86,899,046 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,203 | cpp | #include "graphiclib.hpp"
#include <assert.h>
#include "videoout.h"
void graphiclib::screenclear(void){
video::clearscreen();
}
void graphiclib::setPoint(vector2 v){
pv = v;
}
void graphiclib::fillcircle(const vector2& vin,int r){
vector2 v;
v.x = r;
int f = -2 * r + 3;
while ( v.x >= v.y ) {
Hline(... | [
"kenicecandy0141@yahoo.co.jp"
] | kenicecandy0141@yahoo.co.jp |
a3b9b82ab8f606262c42b03b91d787c270810fc4 | 32719ef9c26fcf2ebafdaa87a8cec3cb87339352 | /src/app/widget_home_files.cpp | 9a6e612a38718b1a1eeef1363fbd22b261846691 | [
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | 0000duck/mayo | ece1dbbbd947b3d2043e82c872ae790a717e8c57 | 6ad7c5c108823da98362821b0e876cd570f59a37 | refs/heads/master | 2023-07-19T02:21:18.703328 | 2021-06-04T07:57:13 | 2021-06-04T07:57:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,781 | cpp | /****************************************************************************
** Copyright (c) 2021, Fougue Ltd. <http://www.fougue.pro>
** All rights reserved.
** See license at https://github.com/fougue/mayo/blob/master/LICENSE.txt
****************************************************************************/
#includ... | [
"delorme.hugues@fougue.pro"
] | delorme.hugues@fougue.pro |
9cafc378aaa1b92639c9b0c6d4014ced3a536468 | 8ae6c9207813b2aec529ecee7b2ee76cfcd5ab2a | /udp_server.cpp | 4f7538086dda488290b447d784e2db5d4b23c970 | [] | no_license | wshy1121/NetApp | fa82c698352dc999aa9bbe986892d5d7d6057d55 | 225fa24d5a3f41c73d91b67643157d750c68ed75 | refs/heads/master | 2021-01-17T13:29:17.189778 | 2016-05-19T05:21:47 | 2016-05-19T05:21:47 | 35,817,251 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,787 | cpp | #include <sys/types.h>
#include <sys/socket.h>
#include "udp_server.h"
#include "data_work.h"
IUdpServer::IUdpServer()
:m_maxBufferSize(4096)
{ trace_worker();
return ;
}
IUdpServer::~IUdpServer()
{ trace_worker();
if(m_hListenThread != NULL)
{ trace_printf("NULL");
m_hListenThread->in... | [
"wshy1121@qq.com"
] | wshy1121@qq.com |
0cda932256bdd51a5eef4f545d1d20764c65f278 | dce52b0bb24f086f13bcca3fc40e4a9e8eecb43b | /shape.cpp | 422dbf2a58c885fd12ae6e79199d7e99b6b0ced4 | [
"MIT"
] | permissive | dockerian/cpp-coding | 5dbb6ece562901cae1a7d385c290908510cdca34 | 743626a10d8989b04c637262273c3fa1da657aea | refs/heads/master | 2020-07-03T10:16:29.304893 | 2016-09-09T21:32:52 | 2016-09-09T21:32:52 | 67,833,566 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,298 | cpp | #include<iostream>
using namespace std;
class point{
public:
point(int x=0,int y=0){X=x;Y=y;}
setx(int x){X=x;}
sety(int y){Y=y;}
private:
int X,Y;
};
class shape{
public:
shape(int x=0,int y=0):center(point(x,y)){}
virtual int draw()=0;
void set_center(int x,int y... | [
"jason.zhuyx@gmail.com"
] | jason.zhuyx@gmail.com |
c0b5f892e515ce0d0ada5f88d0595d70467fa6ce | 1d334fe9e24bda9a53f470eb72f80c4645d171bc | /Excercise/CoordinateSYstem_Exercise1_2/CoordinateSYstem_Exercise1_2.cpp | 7c6f20d458e22d15d003a7eafa3668a22018db2f | [] | no_license | carlself/LearnOpenGL | 9b15126fb7a05d1290c0f05909a6daa551cc8904 | 6d219adbe30f05a60ab6ea974f69c80def63b71a | refs/heads/master | 2022-11-05T06:21:17.857058 | 2020-06-20T07:07:41 | 2020-06-20T07:07:41 | 205,188,563 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,437 | cpp | // Textures.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include "pch.h"
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <Shader.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#define STB_IMAGE_IMPLEMENTATION
#inc... | [
"carlwang20150101@gmail.com"
] | carlwang20150101@gmail.com |
bb368f5942fe508a45354b1ab97195a41eb25f70 | 27fbce7c075cd9f4cee7e1250e82cd56a7699c02 | /tao/x11/valuetype/abstractbase_traits_t.h | 069c7ee71de62a4f0c1b1b7e13b37dcdbd459a81 | [
"MIT"
] | permissive | jwillemsen/taox11 | fe11af6a7185c25d0f236b80c608becbdbf3c8c3 | f16805cfdd5124d93d2426094191f15e10f53123 | refs/heads/master | 2023-09-04T18:23:46.570811 | 2023-08-14T19:50:01 | 2023-08-14T19:50:01 | 221,247,177 | 0 | 0 | MIT | 2023-09-04T14:53:28 | 2019-11-12T15:14:26 | C++ | UTF-8 | C++ | false | false | 9,774 | h | /**
* @file abstractbase_traits_t.h
* @author Martin Corino
*
* @brief CORBA C++11 AbstractBase traits template
*
*
* @copyright Copyright (c) Remedy IT Expertise BV
*/
#ifndef TAOX11_ABSTRACTBASE_TRAITS_T_H_INCLUDED
#define TAOX11_ABSTRACTBASE_TRAITS_T_H_INCLUDED
#include /**/ "ace/config-all.h"
#incl... | [
"jwillemsen@remedy.nl"
] | jwillemsen@remedy.nl |
5db067e8fa8ea70e390687fcc87d56a949b37bfd | 341bf0310edc4c11535a536032ee904c0977946f | /src/uint256.h | e58b38e7d694cfc59841f6382eab35d752ea78fa | [
"MIT"
] | permissive | Cryptonoz/Madeit- | 09d07735479b5b1de03935e774b9b575f531e80f | b33a35868905fc498cfe4d3b8951c7552dec4fbf | refs/heads/master | 2023-09-06T09:50:25.824363 | 2021-09-14T12:16:10 | 2021-09-14T12:16:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,299 | 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 BITCOIN_UINT256_H
#define BITCOIN_UINT256_H
#include <string>
#include <v... | [
"dmitriy@korniychuk.org.ua"
] | dmitriy@korniychuk.org.ua |
bcb8c2eeefe92d8ce394f4d06c50fa64f1a5769f | 0919f58e78f114c465f37a32df71f42c2e7223db | /ProjectCloud/Source/ProjectCloud/ProjectCloudGameMode.h | e65abb4dad759e1b46ba70f4cc25fc2747f8205d | [] | no_license | GimmickPouch/ProjectCloud | 6eb2a7e614300699f2246f9af4e9a955cf6bf7f6 | 5dc5bc7367ef4a24ac664ed9e900ded3a44a0c76 | refs/heads/master | 2020-03-26T07:01:44.977900 | 2018-08-22T13:03:40 | 2018-08-22T13:03:40 | 144,633,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 317 | h | // Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameModeBase.h"
#include "ProjectCloudGameMode.generated.h"
UCLASS(minimalapi)
class AProjectCloudGameMode : public AGameModeBase
{
GENERATED_BODY()
public:
AProjectCloudGameMode();
};
| [
"luke.alexander.perry@gmail.com"
] | luke.alexander.perry@gmail.com |
186a4e278c8ba0fd2b93aede455dfc09233884b0 | a59fafaf5fa62b8f7501cafd96c8e977ee530660 | /ch8 位运算/寻找奇数出现练习题/OddAppearanc.cpp | 583eb01763c377388ee78ef52ceff57bdfefc5af | [] | no_license | owenbupt/-BAT- | 6f82e76345b4bfe55e75b9a52c8070496a89b8ac | a827e4d1a6c27ef1f5c72c0639c15ebf5b36f6b5 | refs/heads/master | 2021-05-08T12:14:39.631623 | 2016-08-17T12:46:42 | 2016-08-17T12:46:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 202 | cpp | #include<iostream>
#include<vector>
using namespace std;
class OddAppearance {
public:
int findOdd(vector<int> A, int n)
{
int temp=0;
for(int i=0;i<n;i++)
temp=temp^A[i];
return temp;
}
}; | [
"418867269@qq.com"
] | 418867269@qq.com |
ea81166eb67ee5a1f00ce344b974b2e06b3fa646 | ce98f281dbf9f742f266cf005314bd3f541d5692 | /Dreamoon and WiFi/main.cpp | 5d200a9af4fe97a6433d8f6d3633c9bc6e5eb221 | [] | no_license | BkGbKgBkG/CodeSports | 98ecad22651efde46865c51b2dc84ae8ecbc8499 | 718f0ac3391761dd6df2f4f8248651355ac1de6b | refs/heads/master | 2020-12-05T11:13:49.356146 | 2020-02-26T04:42:20 | 2020-02-26T04:42:20 | 232,091,676 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 609 | cpp | #include <bits/stdc++.h>
using namespace std;
string s1, s2;
float ans;
int main()
{
freopen("a.inp", "r", stdin);
freopen("a.out", "w", stdout);
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
cin>>s1>>s2;
int n= s1.size(), h=0, h2=0, ques=0;
for(int i=0; i<n;i++){
if(s1[i]... | [
"BkGbKgBkG1230@gmail.com"
] | BkGbKgBkG1230@gmail.com |
c0433d140f03ad67814e8612e8f9be72094ab16b | 1c142e64a360edec4531b7f7e01731e328462414 | /src/BatatiteColorite/Tarefas.h | cc5404bc841db9f964266b0b33b5e1c77ef76a66 | [] | no_license | lipeph99/BatatiteColorite_TP3 | dcb8be5416f6f38e0c1c8401cffbae87c12debc6 | c45b762bd016ca51b20ee878a000811c7f73817a | refs/heads/master | 2020-05-30T16:56:41.675133 | 2019-06-01T21:05:38 | 2019-06-01T21:05:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 227 | h | #ifndef __TAREFAS_TP3_ROB__
#define __TAREFAS_TP3_ROB__
namespace Tarefas {
void AlinhaComLampada();
void PercorreLinha();
void PercorreQuadrado();
void PercorreTriangulo();
void ExploraAmbiente();
}
#endif | [
"gabriel.becker@dtidigital.com.br"
] | gabriel.becker@dtidigital.com.br |
1d6b5d46ac9206ca909b07ea57cc8728f4ef0c53 | 0ac34430582e9353f08ea1cdadca41d98c4a29c0 | /LeetCode_Solutions/Best_TIme_To_Buy_And_Sell_Stock.cpp | 9d86c9e277e09cd13759de8f003923735df72ff8 | [] | no_license | sayands/competitive-programming | c401fb1de2a6bdb341826b897b054e5a08d22d8b | e057a6581e5f644f8734abf6c28c770ebe31dc44 | refs/heads/master | 2021-04-25T05:40:18.031068 | 2018-08-15T15:18:08 | 2018-08-15T15:18:08 | 113,752,370 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | cpp | //121 - Best Time To Buy and Sell Stock
#include <iostream>
#include <bits/stdc++.h>
using namespace std;
class Solution
{
public:
int maxProfit(vector<int> &prices)
{
int buy = INT_MAX;
int sell = 0;
for (int i = 0; i < prices.size(); i++)
{
buy = min(buy, prices[... | [
"sayandsarkar.1997@gmail.com"
] | sayandsarkar.1997@gmail.com |
f46433614b8c48346d6a546241bf7c3783396e3f | 5612609a79242cea8926c1ff04bb992a946f2cdf | /Borderlands2/SDK_HEADERS/AkAudio_structs.h | 3cd448c40b49a1a4a75fd6edc591e701b0117589 | [] | no_license | Coober-Ding/Borderlands2 | adb6b30a3e2c623fe7a406285f4fb03124695094 | f8bf37492537d3b1aaa4b7c4874de66c764f149b | refs/heads/master | 2022-02-22T10:20:50.864310 | 2019-09-18T15:52:05 | 2019-09-18T15:52:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,920 | h | /*
#############################################################################################
# Borderlands2 (1.0.228.55487) SDK
# Generated with KK UE3 SDK Generator v1.7.3.0 Fix by:KK QQ:2217936322
# ========================================================================================= #
# File: AkAudio_structs... | [
"2217936322@qq.com"
] | 2217936322@qq.com |
9af7120a1586cb2c92a8dfbc37fbe06814293fa4 | df0430607999330760345d1d322911cea29790f0 | /devel/include/dji_sdk/MissionWpSetSpeedRequest.h | 01e84ec5633591f0e292491523375b18340a163e | [] | no_license | jwwangchn/WiSAR-ROS-M100 | 3d1c49c5779c9b0a8550b69c87fb644b10e9697a | f19a4532ce6f2d4b71d933640733cf4ae989a638 | refs/heads/master | 2021-06-22T13:08:46.468083 | 2017-08-15T08:27:12 | 2017-08-15T08:27:12 | 100,265,585 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,464 | h | // Generated by gencpp from file dji_sdk/MissionWpSetSpeedRequest.msg
// DO NOT EDIT!
#ifndef DJI_SDK_MESSAGE_MISSIONWPSETSPEEDREQUEST_H
#define DJI_SDK_MESSAGE_MISSIONWPSETSPEEDREQUEST_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_... | [
"jwwangchn@outlook.com"
] | jwwangchn@outlook.com |
f506f5c5c66edb7119a875fd4f22844c8af3725f | dfa45f156a34d1e40e26a9beb0a757f1ddfeff63 | /Cpp/diamondProblem_withFunctions.cpp | 1771967a75f49591cb83dda2a15aa2036419bc0c | [] | no_license | madhura11-1/ProblemSolving | f860a5df7e5abac5649096ebecdd800adad48dd7 | d6da6a0f104d603bb2ddb907de967b2cf1949685 | refs/heads/master | 2023-01-21T01:19:00.354203 | 2020-11-30T05:30:01 | 2020-11-30T05:30:01 | 282,243,096 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 447 | cpp | #include<iostream>
using namespace std;
class A{
int x = 90;
public:
void takex(){
cout<<x;
}
};
class B : virtual public A{
public:
void hello(){
cout<<"give this";
}
};
class C : virtual public A{
public:
void abc(){
cout<<"abc";
}
};
class D : publ... | [
"madhurakunjir2611@gmail.com"
] | madhurakunjir2611@gmail.com |
3b3ebb8ac504bb7e6eac7c6f3896b3bbf3d5b31f | 5a25d05923d17dd56df81ae482ffe7c43c769cff | /Source/DungeonMathster/HighscoreSave.cpp | 60b5bc83bb2c94a52cc4d0e16491d73ca8572342 | [] | no_license | skypekitten9/Dungeon-Query | 2a9bfcd44308d2fbe0964e87c67165c98ebfbf95 | 16626605648e1fd18fc85194ec3bd11f6b28a8fd | refs/heads/master | 2023-04-03T12:09:50.566832 | 2021-04-15T15:24:37 | 2021-04-15T15:24:37 | 351,754,354 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 158 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "HighscoreSave.h"
UHighscoreSave::UHighscoreSave()
{
Score = 0;
}
| [
"victor.enhorning@gmail.com"
] | victor.enhorning@gmail.com |
8d73c9b8fd29effa85afa0cb409d4ff40734db68 | 9c6f5fbb43a00fdd4838d78b4299cdf2c34e279b | /tdt/cvs/apps/enigma1-hd/include/lib/dvb/dvrloop.h | 03bd56a2733f301ef168bbe24d70ac46c7e755c6 | [] | no_license | TitanNit/tdt | 90ac830771170abc96255457ef59780687ff0a47 | 22a09713b68c881fd1d4e4f6247b314cd52f4d7a | refs/heads/master | 2021-01-17T09:50:39.729337 | 2016-05-06T13:26:53 | 2016-05-06T13:26:53 | 34,450,580 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 286 | h | #ifndef __dvrloop_h
#define __dvrloop_h
#include <lib/base/ebase.h>
class eDVRLoop: public Object
{
static eDVRLoop *instance;
public:
void dvrLoop(int);
void playStream(int);
eDVRLoop();
~eDVRLoop();
static eDVRLoop *getInstance() { return instance; }
};
#endif
| [
"kju@here"
] | kju@here |
0fff63dfba3af59625db39619804a7f6b36db7d8 | 3a32acf28569ee5e28a712812cae39826641cd68 | /examples/async_client/testobject.h | 24b7bf79ca971d66f03930f58ebe89fc2478f528 | [] | no_license | examyes/QtRpc2 | 24f07caa19a350449c394676b7c7e9ed3d0671e5 | d7669d70a0cf6d72583d2173aaeb83bcac71f589 | refs/heads/master | 2021-04-15T10:05:10.424241 | 2016-02-12T20:19:42 | 2016-02-12T20:19:42 | 126,905,687 | 2 | 1 | null | 2018-03-27T00:22:20 | 2018-03-27T00:22:20 | null | UTF-8 | C++ | false | false | 329 | h | #ifndef TESTOBJECT_H
#define TESTOBJECT_H
#include <QObject>
#include <ReturnValue>
class TestObject : public QObject
{
Q_OBJECT
public:
explicit TestObject(QObject *parent = 0);
public slots:
void pause(uint id, ReturnValue ret);
void pauseAsync(uint id, ReturnValue ret);
};
#endif // TEST... | [
"bpowers@ics.com"
] | bpowers@ics.com |
63527886334fa57c9a19f2ce1c87f6aa5b24c8be | c868ac828458980c87cf81eabd62f577ab876f48 | /abc164/a/a.cpp | 8236c81cb1ca2fcda3d73b650fef282365a977f7 | [] | no_license | Naotchi/AtCoder | efdd717620adc7ed3adf57449aef99ef0980398c | 9273fc992c5c444971fd0882a9869ca0cce70481 | refs/heads/master | 2022-11-27T23:09:43.191242 | 2020-07-26T09:05:52 | 2020-07-26T09:05:52 | 282,609,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 601 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int MM = 1000000000;
const int MOD = MM + 7;
const int MAX = 510000;
#define rep(i, n) for(ll i=0; i<n; i++)
#define Rep(i, j, n) for(ll i=j; i<n; i++)
#define all(vec) vec.begin(), vec.end()
template<class T> inline bool chmin(T& a, T b) {if(a >... | [
"n.shiba0101@gmail.com"
] | n.shiba0101@gmail.com |
b7b3a996664d6ba53922c999a95c10df6dc4a227 | 01a42b69633daf62a2eb3bb70c5b1b6e2639aa5f | /SCUM_Salted_meat_barrel_01_parameters.hpp | 1df31e932ea9450d0ef39b32e3cef8ffbd8a3005 | [] | no_license | Kehczar/scum_sdk | 45db80e46dac736cc7370912ed671fa77fcb95cf | 8d1770b44321a9d0b277e4029551f39b11f15111 | refs/heads/master | 2022-07-25T10:06:20.892750 | 2020-05-21T11:45:36 | 2020-05-21T11:45:36 | 265,826,541 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,469 | hpp | #pragma once
// Scum 3.79.22573 (UE 4.24)
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace Classes
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Function Co... | [
"65712402+Kehczar@users.noreply.github.com"
] | 65712402+Kehczar@users.noreply.github.com |
4ac8e8a95c14e48b7d39404e9b5b5947951d560a | abdf582554090a4d48abda2cd5a87f15f785f6e1 | /test/Utility/Test_GeometricPrimitives.cpp | cac99e45a3b95bc08b1ffc99d15d21f6a7e952e7 | [
"MIT"
] | permissive | KIKI007/RigidBodyEquilibrium | f882447d867eb904cb6be99c9dd7e38617830bd8 | 4137a0a9e947a6324cd75603495899fdb82e731c | refs/heads/main | 2023-07-03T14:07:14.947607 | 2021-08-10T10:05:59 | 2021-08-10T10:05:59 | 393,399,775 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,638 | cpp | #include <catch2/catch.hpp>
#include <iostream>
#include "Utility/GeometricPrimitives.h"
using Eigen::Vector3d;
TEST_CASE("GeometricPrimitives Point"){
Point<double> pt;
SECTION("initialization"){
REQUIRE(pt.pos[0] == 0);
}
SECTION("copy and construct"){
pt.pos = Vector3d(1, 2, 3);
... | [
"qiqiustc@gmail.com"
] | qiqiustc@gmail.com |
4cc3d75a5a1e0727e9a38d5bd1a9a3a8caea6bf1 | dc81c76a02995eb140d10a62588e3791a8c7de0d | /PTv3/PTCommunication/StrategyItem.cpp | ad93a6344c7b0f42d3e6198ae21d504c7aff04bb | [] | no_license | xbotuk/cpp-proto-net | ab971a94899da7749b35d6586202bb4c52991461 | d685bee57c8bf0e4ec2db0bfa21d028fa90240fd | refs/heads/master | 2023-08-17T00:52:03.883886 | 2016-08-20T03:40:36 | 2016-08-20T03:40:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,927 | cpp | #include "StdAfx.h"
#include "StrategyItem.h"
namespace PTEntity {
StrategyItem::StrategyItem(void)
{
_triggers = gcnew List<TriggerItem^>();
_maxPosition = 1; // default to 1
}
void StrategyItem::To( entity::StrategyItem* pNativeStrategyItem )
{
pNativeStrategyItem->set_type(static_cast<entity::Stra... | [
"zxiaoyong@163.com"
] | zxiaoyong@163.com |
d5f054c7279fb5ccd8357d93fec348ae7da8831b | 69ae892e8954f56d9d765029cd484e4882d2b743 | /country capital.cpp | 2e36cfdb4dc3173c1428d26a61fde88f78ff4f72 | [] | no_license | Tanish74/Code-and-Compile | 3145922ed1d06bbb762cba10008f7157a133d376 | 28f2b51f8217a19f3d525cc333ebcaf62636c641 | refs/heads/master | 2022-12-29T15:28:43.741924 | 2020-10-19T07:08:10 | 2020-10-19T07:08:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 409 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(int argc, char** argv)
{
int n,flag=0;
cin>>n;
char country[n][100],capital[n][100];
for(int i=0;i<n;i++)
{
scanf("%s %s\n",country[i],capital[i]);
}
char a[100];
scanf("%s",a);
int i;
for(i=0;i<n;i++)
{
if(strcmp(country[i],a)==0)
{
flag=1;
... | [
"63157339+nivedha-ravi@users.noreply.github.com"
] | 63157339+nivedha-ravi@users.noreply.github.com |
1b7f20aebbff99cd4dddfe6c104564adb553bf94 | 12079dda7db51590a5e43c2849a9874f2133e543 | /content/renderer/media/rtc_certificate_generator.cc | 5344feda4a87478be93fe06c585f7a3f85c4cf9f | [
"BSD-3-Clause"
] | permissive | bbuecherl/chromium | 6497798dc8778ed7505367e3eb04f9382c6c9e68 | 4d237e3b85e855b9620ba3e94df06095ad3ecc07 | refs/heads/master | 2023-03-18T08:41:26.503021 | 2016-05-09T12:13:24 | 2016-05-09T12:15:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,916 | 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 "content/renderer/media/rtc_certificate_generator.h"
#include <string>
#include <utility>
#include "base/macros.h"
#include "base/memory/pt... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
3f97c6ef987426dc0e53f672186c325efcccb7a7 | 8c207323f2bdcf62880a42a08e8b4fc5a4748261 | /Tercer Capitulo/EjerciciosCapitulo3/EjerciciosCapitulo3.cpp | f7d744c1cde715415346fe0a90c500d97c7a3849 | [] | no_license | SebasMagno98/Programacion-Seg-Parcial | 544df801caea3c079a9ec796fdb288ef8c5fb5a3 | 6620e926a010f71b4a143a4c24513204dbe64b2f | refs/heads/master | 2020-04-22T20:04:38.702718 | 2019-04-03T09:20:16 | 2019-04-03T09:20:16 | 170,629,730 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 9,942 | cpp | #include "Includes.h"
#include <iostream>
int main()
{
std::cout << "Hola, elige un numero del 0 al 10 para ingresar a alguno de los ejercicios del tercer capitulo del libro:"
<< "\nElige 0 para ver el Drill."
<< "\nElige 1 para ver el primer ejercicio que convierte millas a kilometros."
<< "\nElige 2 para ver ... | [
"idv18c.sgutierrez@uartesdigitales.edu.mx"
] | idv18c.sgutierrez@uartesdigitales.edu.mx |
bd14996469229c3893a6172709a0b45bc570d260 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /ui/views/animation/test/test_ink_drop_host.cc | f1bc3af97365dcea03083915990ff8d54711ede1 | [
"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 | 3,918 | cc | // Copyright 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 "ui/views/animation/test/test_ink_drop_host.h"
#include "base/memory/ptr_util.h"
#include "ui/gfx/geometry/size.h"
#include "ui/views/animation/... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
d9dbd9aaca6a3645f7b7f8cdf6d268647a6b1b67 | 46c55b3df6f72e28bb43db90e7302afd718e68e3 | /ch-5/palindrome.cpp | e1c0b8fd77884ac8182003d2ed04f8a4e4418e0f | [] | no_license | rrichajalota/EPI | 0a971bc713ec4ec625840981f4d905a4014f99aa | d84a93eacd0d1da13ae99c94de34718b8dc9020c | refs/heads/master | 2021-01-18T18:39:55.563951 | 2016-11-12T14:52:14 | 2016-11-12T14:52:14 | 60,746,576 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 815 | cpp | /* Palindrome of a Number.
A Palindrome is a string that reads the same forwards and backwards,eg, "redivider". In this question, we need to check if a decimal representation of an integer is a palindrome string.
*/
#include <bits/stdc++.h>
using namespace std;
bool palindrome(int x);
int main() {
// your code goe... | [
"rrichajalota@gmail.com"
] | rrichajalota@gmail.com |
857ad1733762e6c43b77bbc958d3ee417f7baf3f | 55f873d07051e184e5244c8dba2cd303fea7e65b | /hphp/runtime/vm/jit/irlower-bespoke.cpp | b67531dc2840d6a75dbd9b13fc4903ffe2a47c3a | [
"MIT",
"Zend-2.0",
"PHP-3.01"
] | permissive | tysoncung/hhvm | e665e796966356234e61b98aedb55c311085a588 | d2b95f862e9862a849d82277e7c214d55a10feb5 | refs/heads/master | 2023-01-15T00:49:15.335073 | 2020-11-16T19:22:55 | 2020-11-16T19:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,950 | cpp | /*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) |
+--------------... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
446a043e1e91145285a604f095294fca0ec5d075 | 9af280a562af6f02d849848a2fc5b8d3c99f8a09 | /src/common/packet/VNLWorldStatusMessage.h | 19d0ddba1c3c927f7b171356e410f16b30e58676 | [] | no_license | psdeathkill/psemu | 621b87cb07c95b0343a62b581579636770c247bb | aaed7c2bf47d24a5bf169e60a57cecccc2227a76 | refs/heads/master | 2021-01-01T05:12:46.298298 | 2016-12-30T01:27:49 | 2016-12-30T01:27:49 | 77,650,339 | 0 | 0 | null | 2016-12-30T01:22:23 | 2016-12-30T01:22:23 | null | UTF-8 | C++ | false | false | 1,649 | h | #pragma once
#include <array>
#include <string>
#include <vector>
#include "opcodes.h"
#include "common/bitstream.h"
#include "common/util.h"
class VNLWorldStatusMessage {
public:
enum WorldStatus {
WS_Up,
WS_Down,
WS_Locked,
WS_Full
};
enum ServerType {
ST_Develop... | [
"tfarleygithub@gmail.com"
] | tfarleygithub@gmail.com |
4331c17d9d8b285a8155154286e484a77f727691 | dac49d0bf515c6524626c0a04ebabeb1727cd702 | /Texture.h | 5c39fccf801aa2d6008a8522733e251c938df376 | [] | no_license | HafisCZ/ZPG | 5f3cfd0f8a57359798c1113aa3de8a3721db5827 | aa0e42d64bfb1366c91ea979ca5902f43fc4eb27 | refs/heads/master | 2020-03-29T10:25:43.194872 | 2018-12-18T12:07:24 | 2018-12-18T12:07:24 | 149,804,759 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,396 | h | #pragma once
#include <GL/glew.h>
#include <memory>
#include <vector>
#include <string>
#include <unordered_map>
#include <functional>
#include "vendor/stb_image.h"
#include <iostream>
class Texture;
class TextureGuard {
private:
std::unordered_map<unsigned int, Texture*> _slotAlloc;
std::unordered_map<unsig... | [
"HafisCZ@users.noreply.github.com"
] | HafisCZ@users.noreply.github.com |
dbf8d0b4e37cd827f15a43be6dc9ad05055102dd | 89e5cb118913d041a3ecd6010829640dbb69784d | /Samples/JTSP/TSP/Agent.cpp | 389d7e30f47475d1175f21e43f84a97a3a03c150 | [
"MIT"
] | permissive | garlic17/tsplib3 | a8fe59f6b266592d13f2d176cf26796f90e6a307 | f58a281ce43f4d57ef10e24d306fd46e6febcc41 | refs/heads/master | 2023-03-17T04:14:22.602905 | 2018-07-09T13:06:53 | 2018-07-09T13:06:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,017 | cpp | /***************************************************************************
//
// AGENT.CPP
//
// JulMar Sample TAPI Service provider for TSP++ version 3.00
// Agent management (from proxy) and event handling
//
// Copyright (C) 1998 JulMar Entertainment Technology, Inc.
// All rights reserved
//
// This source code i... | [
"mark@julmar.com"
] | mark@julmar.com |
a3367359a8415adea982dcbfbd9aa19298c85e2b | c827bfebbde82906e6b14a3f77d8f17830ea35da | /Development3.0/TeevraNative/eurex13_Headers/eurex/Messages/SubStratOrdrConf.hxx | 07c2bdfeeac7a9dc21284a8ac98818a24c0e866d | [] | no_license | GiovanniPucariello/TeevraCore | 13ccf7995c116267de5c403b962f1dc524ac1af7 | 9d755cc9ca91fb3ebc5b227d9de6bcf98a02c7b7 | refs/heads/master | 2021-05-29T18:12:29.174279 | 2013-04-22T07:44:28 | 2013-04-22T07:44:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,475 | hxx | /* Generated by Xgen from: E120.23.01 SIR 132470 on: 2009-06-02 16:47 */
/*******************************************************************************
* 2009 (c) Copyright Eurex (R) Zuerich AG, Eurex (R) Frankfurt AG
********************************************************************************
*
* FILE NAME: S... | [
"ritwik.bose@headstrong.com"
] | ritwik.bose@headstrong.com |
9cf318ba687916c61a02ec574b53167289277103 | bc8e83e8f447e84cd5bb03e9872347e8893e1ead | /codeforces/Edinburgh Contest 2019/E.cpp | 3cdee9b279287e72d35a955b20d5f7b89e0e4c31 | [] | no_license | plasmatic1/other-judge-solutions | c04861f843f9122b7b69f1bc00fd4a5a839c8473 | 4702e0ddaa9243acd71a1ac241fe8dd3e72ce06a | refs/heads/master | 2022-09-30T08:39:54.284860 | 2022-08-29T03:41:32 | 2022-08-29T03:41:32 | 214,307,016 | 1 | 1 | null | 2021-04-06T16:56:43 | 2019-10-11T00:00:25 | C++ | UTF-8 | C++ | false | false | 5,409 | cpp | #pragma region
#include <bits/stdc++.h>
using namespace std;
// Common Type shorteners and int128
using ll = long long; using ull = unsigned long long; using ld = long double;
using pii = pair<int, int>; using pll = pair<ll, ll>;
template <typename T> using vec = vector<T>;
template <typename K, typename V> using umap ... | [
"moses@mosesxu.net"
] | moses@mosesxu.net |
af91e9cb4b884a670e66899ce6c8edbd9e1e354f | 6f90b19191415e7a30914069cc019aeef88fc450 | /book-source/ch03/richter.cpp | bec8dad43d684a0ba1490a60158b287df686e0ef | [] | no_license | script0Brand/cis202-examples | 250d557584c6bba4e16a67fe50163afb748c6f76 | ea3b96506b0adcd366e6c06efb15a3d89bbd7fc1 | refs/heads/master | 2020-05-18T21:21:22.949611 | 2019-04-16T23:40:52 | 2019-04-16T23:40:52 | 184,659,515 | 1 | 0 | null | 2019-05-02T22:16:47 | 2019-05-02T22:16:47 | null | UTF-8 | C++ | false | false | 764 | cpp | #include <iostream>
#include <string>
using namespace std;
int main()
{
cout << "Enter a magnitude on the Richter scale: ";
double richter;
cin >> richter;
if (richter >= 8.0)
cout << "Most structures fall\n";
else if (richter >= 7.0)
cout << "Many buildings destroyed\n";
... | [
"paul.tonning@student.vvc.edu"
] | paul.tonning@student.vvc.edu |
6e34bd62c3bd1ba2182518616be624346643c90a | 95dcf1b68eb966fd540767f9315c0bf55261ef75 | /build/pc/Javascript_v8/v8/src/version.cc | b0fe59e9279015a4c3d6aef04cc597d68878d0e1 | [
"BSD-3-Clause",
"bzip2-1.0.6"
] | permissive | quinsmpang/foundations.github.com | 9860f88d1227ae4efd0772b3adcf9d724075e4d1 | 7dcef9ae54b7e0026fd0b27b09626571c65e3435 | refs/heads/master | 2021-01-18T01:57:54.298696 | 2012-10-14T14:44:38 | 2012-10-14T14:44:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,503 | cc | // Copyright 2012 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of ... | [
"wisbyme@yahoo.com"
] | wisbyme@yahoo.com |
8765643342b9fba35d396eacce05f3cf1555090b | a9c12a1da0794eaf9a1d1f37ab5c404e3b95e4ec | /CTSServer/CTSNewOrder.cpp | 5a09a144e53ed4e5820bdfb319698c0e17ed0453 | [] | no_license | shzdtech/FutureXPlatform | 37d395511d603a9e92191f55b8f8a6d60e4095d6 | 734cfc3c3d2026d60361874001fc20f00e8bb038 | refs/heads/master | 2021-03-30T17:49:22.010954 | 2018-06-19T13:21:53 | 2018-06-19T13:21:53 | 56,828,437 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,979 | cpp | /***********************************************************************
* Module: CTSNewOrder.cpp
* Author: milk
* Modified: 2015年12月9日 18:33:58
* Purpose: Implementation of the class CTSNewOrder
***********************************************************************/
#include "CTSNewOrder.h"
#include "CTSAPIW... | [
"rainmilk@gmail.com"
] | rainmilk@gmail.com |
c1c54617d4f56c4e40c70ab6dd2f0165785a4bce | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /ens/include/alibabacloud/ens/model/DescribePrePaidInstanceStockRequest.h | 582914ed4f4c9dccf020cb2b8161a7d8c34589e3 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 1,771 | h | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
5756697124db5b75d7a5718b60e208b2e1bcb7e1 | 1bd9e3cda029e15d43a2e537663495ff27e317e2 | /buoyantPimpleFoam_timevaryingBC/timevaryingCavityFoam/62/k | f4b9e9110c65bdd37a0a6c0bef4ce711c02f1346 | [] | no_license | tsam1307/OpenFoam_heatTrf | 810b81164d3b67001bfce5ab9311d9b3d45b5c9d | 799753d24862607a3383aa582a6d9e23840c3b15 | refs/heads/main | 2023-08-10T23:27:40.420639 | 2021-09-18T12:46:01 | 2021-09-18T12:46:01 | 382,377,763 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 986,598 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
... | [
"tsinghsamant@gmail.com"
] | tsinghsamant@gmail.com | |
32007f2c4e6980f51f4ac1ac949a067db80b3f23 | 6630df9b6b2bdc52e561be2059a432a36a3271be | /source-code/restart.cc | e5fc15c82a8856a7435a654c453f70d5f5a06815 | [
"MIT"
] | permissive | elailai94/SquareSwapper5000 | b7ab7009938f988dede701d6406ad2a7a7ff8bda | 97836be966d8e38864a0283094a64fb033cadeed | refs/heads/master | 2021-06-11T10:10:29.727877 | 2017-05-10T03:03:17 | 2017-05-10T03:03:17 | 29,205,345 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 790 | cc | //==============================================================================
// SquareSwapper 5000
//
// @author: Elisha Lai & Laxman Sooriyathas
// @description: Module for providing functions to work with Restart objects
// @version: 1.0 21/11/2014
//===============================================================... | [
"elisha.lai@outlook.com"
] | elisha.lai@outlook.com |
f0f93f967f17b8d492c165805be58cde1ad3306b | 0dd97a2b3d9f2c8980b6134f582d6c0c56b1a6c4 | /CH1/ITERATE/MODULAR/src/execute.cpp | 8f42ea88e88891ebcaeb404219f0d2b0da9d98c9 | [
"MIT"
] | permissive | acastellanos95/AppCompPhys | 26a59d78750272621b3b9324c99ffebcbb93dc8b | 920a7ba707e92f1ef92fba9d97323863994f0b1a | refs/heads/master | 2020-07-25T12:40:16.362809 | 2019-09-13T15:48:41 | 2019-09-13T15:48:41 | 208,292,470 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 342 | cpp | #include "iterate.h"
#include <iostream>
#include <unistd.h>
//
// execute:
//
void execute(Control *control) {
if (control) {
for (int i=0;i<control->iterations;i++) {
sleep(control->seconds);
std::cout << i << " sleeping for " << control->seconds << " seconds" << std::endl; ... | [
"acastellanosaldama@gmail.com"
] | acastellanosaldama@gmail.com |
28683c2a36fbba682fcdbb39f08be3e8106d87a7 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /third_party/blink/renderer/core/layout/custom/custom_layout_constraints.cc | 1583624017d544eeb2e56d7bc05eed2dded72e78 | [
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 2,261 | cc | // Copyright 2018 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 "third_party/blink/renderer/core/layout/custom/custom_layout_constraints.h"
#include "third_party/blink/renderer/bindings/core/v8/script_value.h... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
6b6256dfd05a4a03e51043ed56eadc5fe99aee44 | bd3bbe85e6652f13090ffd729a6bd8a50e0015a7 | /PayOffFactory.cpp | 52fe01ad489f019dbc6bb5e05d6c80f4ec4b211c | [] | no_license | PPPW/Financial-Simulations | c299784e6eae92af6e601e0775209e586933352f | cf4839974a7f6b360df275e8833b7ccd70d16764 | refs/heads/master | 2021-01-10T15:59:16.488523 | 2016-01-02T22:34:23 | 2016-01-02T22:34:23 | 43,526,114 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 963 | cpp | /**
@author Pei Wang
*/
#include "PayOffFactory.hpp"
#include <iostream>
using namespace std;
void PayOffFactory::RegisterPayOff(string PayOffId,
CreatePayOffFunction CreatorFunction)
{
TheCreatorFunctions.insert(pair<string,CreatePayOffFunction>
(PayOf... | [
"pei.wang.fudan@gmail.com"
] | pei.wang.fudan@gmail.com |
0494f5b1e562cf08882d59a4f6f8c727527be1be | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/libtorrent/2018/8/file.cpp | 187058779bb599191e368ae162eeafce621f2021 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 57,010 | cpp | /*
Copyright (c) 2003-2018, Arvid Norberg
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
4ef5ce2fc5c06c761cfcea5abacc651ce9682c71 | d65b2974850874ebb3d2a0b7a0f1f3464731b94f | /src/qt/bitcoin.cpp | 70b54146bd7ec1b0b235272f01de786889d29b80 | [
"MIT"
] | permissive | CityCoinTeam/CityCoin | faf328ecb2575e4d3a58c577fcc5c6abd4a345ab | 93311a073960dd59f625f1e91608ddbe9d1d7c6e | refs/heads/master | 2020-05-17T07:03:22.483926 | 2014-07-23T09:50:35 | 2014-07-23T09:50:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,147 | cpp | /*
* W.J. van der Laan 2011-2012
*/
#include "bitcoingui.h"
#include "clientmodel.h"
#include "walletmodel.h"
#include "optionsmodel.h"
#include "guiutil.h"
#include "guiconstants.h"
#include "init.h"
#include "ui_interface.h"
#include "qtipcserver.h"
#include <QApplication>
#include <QMessageBox>
#include <QTextCo... | [
"CityCoinTeam@gmail.com"
] | CityCoinTeam@gmail.com |
6025304d37fc607063db844584ef8d21bab7c826 | 9f8138ef7c6994521ab0142f961e245301bb5c0b | /chapter 5/ex5.11/main.cpp | f631ad52c6ba5c43a91512a2517a11cbe21e2397 | [] | no_license | OrigenesZhang/cppprimer | 39f046748bf761b46cf8197e8abf4710eab06277 | f2a9f0ec8940ff612eca165d7d2cbdec824661c0 | refs/heads/master | 2022-08-26T04:29:18.766139 | 2022-08-21T16:57:57 | 2022-08-21T16:57:57 | 117,434,632 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,452 | cpp | #include <iostream>
int main() {
unsigned aCnt = 0, eCnt = 0, iCnt = 0, oCnt = 0, uCnt = 0;
unsigned spaceCnt = 0, tabCnt = 0, lineCnt = 0;
char ch;
while (std::cin.get(ch)) {
switch (ch) {
case 'a':
case 'A':
aCnt++;
break;
ca... | [
"zhangbin199807@gmail.com"
] | zhangbin199807@gmail.com |
8541218b62152358b74b92b03249daea481328a7 | 06f9e2b5403009219bb84efa3fa4838f78e0e619 | /include/garbageCollector.hpp | 7e8231e590b11f98c506e42e436f6e8065963390 | [] | no_license | jakubveverka/sJVM | 31c1c692cd5b56587d4ca5ba89093be311c6e4fb | 97119359c040d990435f2f78e8e123c1021ff6e2 | refs/heads/master | 2021-01-10T10:35:32.913854 | 2015-12-31T21:10:47 | 2015-12-31T21:10:47 | 47,267,048 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 681 | hpp | #ifndef GC_HPP_
#define GC_HPP_
#include "frame.hpp"
#include "objectTable.hpp"
#include "objectHeap.hpp"
#include "ref.hpp"
#include "operands/refOperand.hpp"
class ObjectTable;
class ObjectHeap;
class GarbageCollector {
private:
public:
ObjectHeap* objectHeap;
ObjectTable* objectTable;... | [
"jveverka@oldanygroup.cz"
] | jveverka@oldanygroup.cz |
3606dad230fc455c09f5c036221c56e47acaa6c2 | 33cb74df7b3fa922a18453a01cf1040e9b0f40bb | /TPLparser/src/runtime/rtmodel/RFSMtreenode.cpp | a0693529064d202770b0df1ea9b4f6e4ac8e9514 | [] | no_license | OPRoS/TaskEngine | 8f9f7a65ac38127a796f0f258aa7f95644937d5f | cfc703a23f31865220a9f66e82188fc05d14d9a9 | refs/heads/master | 2021-01-21T23:33:51.611221 | 2013-08-27T05:39:16 | 2013-08-27T05:39:16 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 4,671 | cpp | /*************************************************************************************************
** Project: OPRoS
** Package: OPRoS Task Executor
** Date: 2010.10.30
** Author: Rockwon Kim (rwkim@etri.re.kr)
** Copyright: Copyright (C) 2010 ETRI
** License: OPRoS Source Codes License (www.o... | [
"yudonguk@naver.com"
] | yudonguk@naver.com |
e94d899ed66182f23d9b154a1e980c029175e531 | 304035297e83d6f1834b7b421c001aee7a807c9f | /BoggleSolver/BoggleSolver.cpp | a98a3a1b21f1867ad040dc5ad9ed4e8227218e2d | [] | no_license | Humanphyti/BoggleSolver | af1b3f941ec98eae8daa3ebb66ec6e7b098708b7 | 6218823029f426c468335f6be4f69d8c940d28e3 | refs/heads/master | 2021-02-09T14:41:06.121747 | 2020-03-02T06:09:36 | 2020-03-02T06:09:36 | 244,293,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 111 | cpp | #include "pch.h"
#include <iostream>
#include "c_boggle.h"
int main()
{
std::cout << "Hello World!\n";
}
| [
"humanphyti@gmail.com"
] | humanphyti@gmail.com |
b030f56cec6076d1f2ff482b7573492503ef9e84 | 7cbd0df6c616fe9bd9d978aea1be6817eb3c8e9f | /Calculator/src/array.h | 1f39533722f6324602575ec58af7a71c8531a313 | [] | no_license | analityk/Calculator_1 | c3342798637e886bd2f19e89a52820234c6e7186 | 0d81265636d0ffd032d625dc23ef35d6380645d2 | refs/heads/master | 2020-04-11T03:58:19.085548 | 2018-12-21T11:40:37 | 2018-12-21T11:40:37 | 161,496,564 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,719 | h | #ifndef array_h__
#define array_h__
#include <avr/io.h>
#include <stdlib.h>
template < class T > class array{
private:
bool _full;
bool _destroy;
public:
T* data;
uint8_t rozm;
uint8_t poz;
array(uint8_t tsize){
data = (T*)malloc(sizeof(T)*tsize);
if( data == NULL){
while(1){};
};
for(uint8_t ... | [
"romanowskis1at@interia.pl"
] | romanowskis1at@interia.pl |
2ad002d413eee5e4f3285a42283d13dd4c470ddd | 6772d6815b80b4f5b13a004b1105ee4f26bcfa3b | /tensorflow/core/profiler/convert/hlo_to_tools_data.cc | 51bb2bdf17ecc2df3eb8d816cffca41c971c09fd | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | alpa-projects/tensorflow-alpa | b9e5dfde4e19798e7600013803b80f4eabeb2de8 | c079cc2805a0c3ba57be8eb5e4bf95840bd6e08b | refs/heads/master | 2023-05-23T03:22:32.201790 | 2023-02-05T23:29:37 | 2023-02-05T23:29:37 | 353,536,264 | 21 | 25 | Apache-2.0 | 2023-05-10T15:00:05 | 2021-04-01T01:24:18 | C++ | UTF-8 | C++ | false | false | 4,266 | cc | /* Copyright 2022 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
5f59c7a655d46974fa610ef96b93f5105531a073 | 8c9067f3ac24e3957e753e141227d9a484f8002b | /src/pr_sensors_actuators/src/simulated/sim_exe.cpp | d462d3ca5615c938ebdd209a8434d2077ddddbfe | [] | no_license | jeferal/parallel_robot | e85c46cf7254e35e17e94f1f8290ada7ed1e9ce5 | abf245b3a2f757d78165c2187e9019b54937ab49 | refs/heads/master | 2023-08-18T08:17:41.842623 | 2021-03-15T09:57:00 | 2021-03-15T09:57:00 | 318,600,668 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 464 | cpp | #include "rclcpp/rclcpp.hpp"
#include "pr_sensors_actuators/simulated/simulink_socket_interface.hpp"
int main(int argc, char* argv[])
{
rclcpp::init(argc, argv);
//Multithread executor
rclcpp::executors::MultiThreadedExecutor executor;
rclcpp::NodeOptions options;
auto nh = std::make_shared<pr_s... | [
"jeferrandiz98@gmail.com"
] | jeferrandiz98@gmail.com |
fbc58360b469e4b0eed797f2c4f08415559d55e1 | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir521/dir3871/dir4221/dir4929/dir4930/file5081.cpp | 5aaff11aa5b215628f2316f2e20624196ce03dc4 | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 111 | cpp | #ifndef file5081
#error "macro file5081 must be defined"
#endif
static const char* file5081String = "file5081"; | [
"tgeng@google.com"
] | tgeng@google.com |
235b1bac9bf6b2d449c0a59f233655f752abcc36 | d998115bcc7c8e4cf67b241d43ca77503a2d9c20 | /potd/potd-q5/Food.cpp | 3f34908290ab35059fa4519d5f896a54cd6319b1 | [] | no_license | wennan-er/CS225 | 0683aab8dfca6c116ae484629ddc95147e933afa | 0472a154ae82ecb0a4658f78fd03dd6e71d2cebe | refs/heads/master | 2021-02-04T10:20:54.214491 | 2020-02-27T12:02:06 | 2020-02-27T12:02:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 371 | cpp | // Your code here
#include <string>
#include "Food.h"
using namespace std;
Food::Food(){
name_ = "apples";
quantity_ = 5;
};
string Food::get_name(){
return name_;
};
void Food::set_name(string name){
name_ = name;
};
int Food::get_quantity(){
return quantity_;
};
void Food::set_quant... | [
"wennanh2@illinois.edu"
] | wennanh2@illinois.edu |
1657e1ec25af676e86aca0b7d4d7b5653cf0d709 | bb5d482dfc966c62f3e2e5f58635aa545e90bb96 | /src/cc/emulator/ChunkServerEmulator.h | d54d672ca30ceab5e8d5ade874e1b98273ccb8c0 | [
"Apache-2.0"
] | permissive | brinkqiang/kfs | 41d7c5d64acee2c62a872e0a111b05a88ad07650 | 8fd1389009554e76823cf1a2aa196577016da99f | refs/heads/master | 2022-04-15T13:01:25.119233 | 2020-04-12T14:57:37 | 2020-04-12T14:57:37 | 255,105,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,980 | h | //---------------------------------------------------------- -*- Mode: C++ -*-
// $Id: ChunkServerEmulator.h 385 2010-05-27 15:58:30Z sriramsrao $
//
// Created 2008/08/27
//
//
// Copyright 2008 Quantcast Corp.
//
// This file is part of Kosmos File System (KFS).
//
// Licensed under the Apache License, Version 2.0
//... | [
"brink.qiang@gmail.com"
] | brink.qiang@gmail.com |
f9b98e0e28df819268a19e5e4af03c82cf89540e | 09dd5623b92a1e7aa3a4a673226bf2453f1bdfae | /Source/States/StateSetting.cpp | 3b400e369d11e638996a2e68c6aeb9322f25537a | [
"MIT"
] | permissive | messier12/hoecard | 0061438ca048c1485aaa5166177a7667d9046f0c | 188196ea3b08067c8a2b5aab8c3ac550b568e75c | refs/heads/master | 2023-02-04T18:16:57.497470 | 2020-12-29T11:04:09 | 2020-12-29T11:04:09 | 323,043,051 | 0 | 0 | MIT | 2020-12-29T11:04:10 | 2020-12-20T10:12:27 | C++ | UTF-8 | C++ | false | false | 67 | cpp | //
// Created by dion on 14/12/2020.
//
#include "StateSetting.h"
| [
"messier12@github.com"
] | messier12@github.com |
0ad54cb3644c4cb7505b22e6d12f7875214bf29c | de7e771699065ec21a340ada1060a3cf0bec3091 | /analysis/common/src/java/org/apache/lucene/analysis/core/LowerCaseFilterFactory.h | 1122c7cbe9a15bd88e1ffe501718eb35fe138caa | [] | no_license | sraihan73/Lucene- | 0d7290bacba05c33b8d5762e0a2a30c1ec8cf110 | 1fe2b48428dcbd1feb3e10202ec991a5ca0d54f3 | refs/heads/master | 2020-03-31T07:23:46.505891 | 2018-12-08T14:57:54 | 2018-12-08T14:57:54 | 152,020,180 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,856 | h | #pragma once
#include "../util/MultiTermAwareComponent.h"
#include "../util/TokenFilterFactory.h"
#include "stringhelper.h"
#include <memory>
#include <stdexcept>
#include <string>
#include <unordered_map>
// C++ NOTE: Forward class declarations:
#include "core/src/java/org/apache/lucene/analysis/core/LowerCaseFilter... | [
"smamunr@fedora.localdomain"
] | smamunr@fedora.localdomain |
d06d2ce4808d6f35af75b8214a69ea78c54ef766 | 9f1f5d7cb7b0dce7e94dda35dd1eaac725535273 | /ClubTracker/ClubTracker/MyClass.cpp | f6e278968c7cae3e7baee0e4042323075ca12302 | [] | no_license | princetonpku/hccl-sprots | 12c944186eb7f9645605a7754a40650c060b8ea7 | 1400e47b6bce0e03262c9ac7e68660d2eb59a533 | refs/heads/master | 2016-09-10T19:59:50.405979 | 2012-11-26T03:18:02 | 2012-11-26T03:18:02 | 38,921,905 | 1 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 46,171 | cpp | #include "MyClass.h"
#include "myQGLViewer.h"
#include <QTimer>
#include <QFileDialog>
#include <QMessageBox>
#include <QLabel>
#include <QMouseEvent>
#include <fstream>
#include <Windows.h>
#include <ctime>
using namespace cv;
using namespace std;
static const int timerate = 10;
#define DATA_PATH "d... | [
"hounhoun@00176fda-516b-5969-14ad-d274d720b38e"
] | hounhoun@00176fda-516b-5969-14ad-d274d720b38e |
c3ebf3479265cff1eedbe42a13b27b43555a31bb | f5ecd45ff4c65f4805a580cfe9f58426bc610511 | /tests/UnitTests/MulDiv.cpp | 99b1fa7c6e9001486aed550fbd71ced7e0bc1199 | [
"MIT"
] | permissive | JacopoDT/numerare-core | 3d0f115f4f557439ce821842abb32e5a22fd99af | a98b32150a9b2e6ea7535d12b7e8e1aac0589e2f | refs/heads/master | 2021-06-28T08:32:45.221794 | 2020-08-30T23:50:22 | 2020-08-30T23:50:22 | 131,741,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,218 | cpp | /***
MIT License
Copyright (c) 2018 NUMERARE
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publis... | [
"38866023+numerare@users.noreply.github.com"
] | 38866023+numerare@users.noreply.github.com |
68789513d64382315829bc5c16a5bf995937819d | c1b351ad1d2c06598ee96261c60df3fb93724536 | /Arihon/chapter_2/section_5/Warshall-Floyd.cpp | ded93443f9468afe17e70d49daad5168a27777b1 | [] | no_license | r0snet/arihon | 51e67f71613d9ddbb417cc80b8e71c40203b5f07 | e3dc308eff73928209cc1546d41b36734d9a09d1 | refs/heads/master | 2023-03-07T09:27:59.456532 | 2021-02-24T14:19:53 | 2021-02-24T14:19:53 | 293,494,516 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,490 | cpp | #include <bits/stdc++.h>
#include <atcoder/all>
using namespace atcoder;
using namespace std;
typedef long long int ll;
typedef long double ld;
#define fi first
#define se second
#define rep(i, n) for (ll i = 0; i < (n); ++i)
#define rep0(i, n) for (ll i = 0; i <= (n); ++i)
#define rep1(i, n) for (ll i = 1; i <= (n); +... | [
"{{Unzen.zn49@gmail.com}}"
] | {{Unzen.zn49@gmail.com}} |
db863d696ce7d8571081f09d577651f312696790 | b8ce859b04c66d6872c6ffb86d1329b30f8b4f6d | /Examples/GuiStyle/customstyle.h | f373cbc76760cf24c633ed8994c5e2549b464dca | [
"MIT"
] | permissive | enotio/Tempest | fc8cca311ae10b1cf7825202296cdbabec373834 | 1a7105cfca3669d54c696ad8188f04f25159c0a0 | refs/heads/master | 2023-02-04T11:38:58.829324 | 2020-12-26T12:49:34 | 2020-12-26T12:49:34 | 8,636,507 | 5 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,570 | h | #ifndef CUSTOMSTYLE_H
#define CUSTOMSTYLE_H
#include <Tempest/Style>
#include <Tempest/Color>
#include <Tempest/Font>
class CustomStyle : public Tempest::Style {
public:
CustomStyle(const Tempest::Color& prime);
CustomStyle(const Tempest::Color& prime,const Tempest::Color& second);
protected:
UIIntef... | [
"try9998@gmail.com"
] | try9998@gmail.com |
1823590317492ec0b51b93fabc070646162b353e | 561c9259f47f272683be19cfc09f064fe823ec6b | /src/qt/askpassphrasedialog.cpp | 0ef246ef5084e679033dfde4266034d9b8588561 | [
"MIT"
] | permissive | crecentcoin/crecentcoin | 87fb549f1a8ddd6a7104e46cefaae10b90daf9d4 | cca37496b73e8a921fe1bc9018346ab40e79998d | refs/heads/master | 2021-04-30T13:30:35.797686 | 2018-02-18T07:51:08 | 2018-02-18T07:51:08 | 121,294,839 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,926 | cpp | // Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "askpassphrasedialog.h"
#include "ui_askpassphrasedialog.h"
#include "guiconstants.h"
#include "walletmodel.h"
#inc... | [
"tometou@hanmail.,net"
] | tometou@hanmail.,net |
5ac885e7503fc6321a11674135f527f614894726 | e65ad30810b50cc6d0f019ebc7335790df0021c3 | /week-04/day-3/Ex_04_Devices/copier.h | 201bfa920533c59da61a3971fdc00aa573fdb773 | [] | no_license | green-fox-academy/tothlilla | 1e4956d1cbb47e2311e244a5a5fdddc8c79cc8a8 | d547baad4b447df8c12bf212e63f49164bc1cf1f | refs/heads/master | 2020-04-16T18:57:25.033817 | 2019-04-08T18:20:13 | 2019-04-08T18:20:13 | 165,841,394 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 305 | h | //
// Created by Lilla on 2019. 02. 06..
//
#ifndef EX_04_DEVICES_COPIER_H
#define EX_04_DEVICES_COPIER_H
#include "scanner.h"
#include "printer2d.h"
class Copier : public Scanner, public Printer2D
{
public:
Copier(int sizeX, int sizeY, int speed);
void copy();
};
#endif //EX_04_DEVICES_COPIER_H
| [
"45636466+tothlilla@users.noreply.github.com"
] | 45636466+tothlilla@users.noreply.github.com |
f4bb34b63772e6830e677ca05658111f9d13a6c4 | 438abef9bc7d1a19829c1c75524a3c4ebd45df97 | /Insertion Sort Advanced Analysis.cpp | 93c0b676b6eb22b53704054760a1065d509a6c68 | [
"Unlicense"
] | permissive | michaelarakel/hackerrank-solutions | 2c28350d9b0ea33ad5a149080ccc35851a8c3bcb | 77ba66a5d81c53b32c59d7547eba67a12349a2f0 | refs/heads/master | 2021-03-24T12:49:31.691346 | 2017-10-08T18:18:04 | 2017-10-08T18:18:04 | 106,198,839 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,425 | cpp | //
// Insertion Sort Advanced Analysis.cpp
// Hackerrank
//
// Created by Mikael Arakelian on 6/11/17.
// Copyright © 2017 Mikael Arakelian. All rights reserved.
//
#include <cmath>
#include <cstdio>
#include <vector>
#include <cstring>
#include <iostream>
#include <algorithm>
using namespace std;
const int maxn... | [
"michaelarakel@ezhome.com"
] | michaelarakel@ezhome.com |
afb71288e627d8d8831937c611f66505611c24ab | a6e5cf74625be18d7516f277ca3c1948cd2ecbae | /src/modules/utils/gcodemetadata/Slic3rDialect.h | 82cbaf9507b7c6d63d34a6fa6e33fdcf30955b3f | [] | no_license | paucus/Smoothie-KL | e0bd8550bebbbdafa0a9ad9a2d2fcb646eec3de6 | 2e1ca9fb4df783ed66fae9e34a4a83dd1a786f17 | refs/heads/master | 2021-01-20T11:36:09.941263 | 2017-08-28T17:50:17 | 2017-08-28T17:50:17 | 101,670,927 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,293 | h | /*
* Slic3rDialect.h
*
* Created on: Jan 15, 2016
* Author: eai
*/
#ifndef SLIC3RDIALECT_H_
#define SLIC3RDIALECT_H_
#include "SlicerDialect.h"
/*
Sample Slic3r comments v0.9:
; generated by Slic3r 0.9.10b on 2014-08-27 at 11:04:43
; layer_height = 0.2
; perimeters = 2
; top_solid_layers = 3
; bottom_sol... | [
"mruizcamauer@gmail.com"
] | mruizcamauer@gmail.com |
e27575d2098198547b15f119f7b937a4737a4a20 | 2e3d9d4b286b7b3d0b367181f5d1c2c154fb9b28 | /excise/test/main.cpp | 15c3d25b9cf74cafae3d65943cdcecb1ba3a1874 | [] | no_license | squirrelClare/algorithm_cplusplus | 8237baf5cea6f79889eaad6360b2dadd7a1b3624 | 312a63851182962d014b6b5fba28bdd51decb033 | refs/heads/master | 2021-01-10T03:38:40.434217 | 2015-10-22T17:36:57 | 2015-10-22T17:36:57 | 44,685,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 743 | cpp | #include <QCoreApplication>
#include<Demo.h>
#include<SetDemo.h>
#include<qlistdemo.h>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
// SetDemo *sd=new SetDemo();
// sd->demo1();
// Demo *d=new Demo();
// d->Demo3();
// d->Demo1();
// d->Demo2();
//Demo::Demo4();
//Demo::Dem... | [
"zcc136314853@hotmail.com"
] | zcc136314853@hotmail.com |
6d8af8914ed10232429cdd3368a51a5dd7b3f945 | 66476eb7b8a452a8bd4e1e8a57dd272e8971cf45 | /main/xmerge/source/activesync/XMergeFilter.h | d9090a95f21edc1d8243356c028ded9901fa1917 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"HPND-sell-variant",
"ICU",
"LicenseRef-scancode-warranty-disclaimer",
"PSF-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"IJG",
"Zlib",
"NTP",
"W3C",
"GPL-1.0-or-later",
"LicenseRef-scancode-python-cwi",
"Bitstream-Vera",
"LicenseRef-scan... | permissive | ECSE437-Fall2019/OpenOffice | 36d6fb9830ceadc2f48ebab617b38b33c09cfd14 | b420a30da4cb79c4d772ac2797aefce603e3a17b | refs/heads/master | 2020-09-16T15:30:56.625335 | 2019-11-25T03:44:52 | 2019-11-25T03:44:52 | 223,813,824 | 0 | 5 | Apache-2.0 | 2019-11-25T04:52:31 | 2019-11-24T21:37:39 | C++ | UTF-8 | C++ | false | false | 5,782 | h | /**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to y... | [
"boury.mbodj@mail.mcgill.ca"
] | boury.mbodj@mail.mcgill.ca |
4d64a0327ad52f1198db70e5f84f66fc11b53ab1 | 60ab98d6b070de84df070a68dcce12a915f5b815 | /src/server/fn.h | 4f3325d76295168ee3d1c5ca6862b43595263444 | [
"ISC",
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | KaseMaster/Krypto-trading-bot | 9f89e6077a93b58de69c807c9dee9fe9343af16c | 91396f53a0133810e4773b59b9646d7f64f9066a | refs/heads/master | 2020-03-22T16:27:28.944159 | 2018-07-09T12:42:57 | 2018-07-09T12:42:57 | 140,328,164 | 1 | 0 | null | 2018-07-09T18:42:50 | 2018-07-09T18:42:50 | null | UTF-8 | C++ | false | false | 11,037 | h | #ifndef K_FN_H_
#define K_FN_H_
#define _numsAz_ "0123456789" \
"ABCDEFGHIJKLMNOPQRSTUVWXYZ" \
"abcdefghijklmnopqrstuvwxyz"
namespace K {
class FN {
public:
static unsigned long long int64() {
static random_device rd;
static mt19937_64 gen(... | [
"ctubio@users.noreply.github.com"
] | ctubio@users.noreply.github.com |
aae00b977a3867d59967170a835ad535363580d3 | d4be41e84df38586deba21b4212f57f5ee81d412 | /Competitive Codes/B_Barrels.cpp | bf8412dcd86313088a8b12c6d788aa3ae40f49fc | [] | no_license | YogenderTanwar/Competitive-Coding | 1296fb08220a410f21567472079a58c06d2e4057 | 5b83a3e750252ae7d33c3a641b2dd9edccfc60df | refs/heads/master | 2023-01-02T00:45:32.801764 | 2020-10-22T06:51:11 | 2020-10-22T06:51:11 | 304,602,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,100 | cpp | #include<bits/stdc++.h>
using namespace std;
#define ll long long
#define F first
#define dbg(x) cout<<#x<<" "<<x<<endl;
#define S second
#define setbit(n) __builtin_popcount(n)
#define all(x) x.begin() , x.end()
#define clr(x) memset(x,0,sizeof(x))
#define fast ios_base::sync_with_stdio(0); cin.tie(0);
#define endl ... | [
"ritiktanwar70@gmail.com"
] | ritiktanwar70@gmail.com |
346da67bacdc3e2e61df0ca77acf3b6ab953f855 | 4f3d25e1d55ccb1abbaf5bf57d45466244e17cc0 | /MainClass.cpp | 9e147684039271d8584546dadfa5d00ee3deb6c1 | [] | no_license | apdapd/OnlyClusters | d229f3424e8396c5138bb52ec465ce0d7469d0be | c0f3eb0dfe216dd36a89a9a2b76e0bc0dd14e0ec | refs/heads/master | 2021-01-22T17:33:27.098035 | 2016-08-07T10:03:43 | 2016-08-07T10:03:43 | 65,126,873 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 8,497 | cpp | //---------------------------------------------------------------------------
#pragma hdrstop
#include <memory>
//#include "stdafx.h"
#include <math.h>
#include <algorithm>
#include <fstream>
#include <iostream>
#include "MainClass.h"
using namespace std;
//------------------------------------------------------------... | [
"apdapdapdapdapd@gmail.com"
] | apdapdapdapdapd@gmail.com |
0b23edb730d26e525f54fa2a4dd683a0c687617c | 097007b435b1bf420a19ce33aabee32f0789f145 | /leetcode/binary_search.cpp/first_bad_version.cpp | d82b8c809c461bfd413a10d31b8c1a170f9ea11e | [] | no_license | Anshit01/Competitive-Programming | 71f84a85dde49278f8c3318d00db70616d8ea470 | 13911ec7f622abc061fea1ccc1f35d34118641f7 | refs/heads/master | 2023-06-11T12:06:11.722865 | 2021-06-30T11:51:01 | 2021-06-30T11:51:01 | 266,321,296 | 5 | 2 | null | 2020-10-19T09:47:06 | 2020-05-23T11:21:40 | C++ | UTF-8 | C++ | false | false | 750 | cpp | /* *>>>>>Anshit_Bhardwaj<<<<<* */
#include <bits/stdc++.h>
#define ll long long
#define f(i, x, n) for(int i = x; i < n; i++)
#define dbg(x) cout << x << endl
#define dbg2(x, y) cout << x << ' ' << y << endl
#define dbg3(x, y, z) cout << x << ' ' << y << ' ' << z << endl
#define mod 1000000007
using namespace std;
boo... | [
"bhardwaj.anshit1379@gmail.com"
] | bhardwaj.anshit1379@gmail.com |
726758ddb2fce954ae4c80b949da7be56b62c0fe | ef9a782df42136ec09485cbdbfa8a56512c32530 | /tags/FASSETv2.1/src/products/pplantit.cpp | 80c7f34f934dc96e7f9b2c5ba89163d0b8d271a0 | [] | no_license | penghuz/main | c24ca5f2bf13b8cc1f483778e72ff6432577c83b | 26d9398309eeacbf24e3c5affbfb597be1cc8cd4 | refs/heads/master | 2020-04-22T15:59:50.432329 | 2017-11-23T10:30:22 | 2017-11-23T10:30:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,697 | cpp | /****************************************************************************\
$URL$
$LastChangedDate$
$LastChangedRevision$
$LastChangedBy$
\****************************************************************************/
#include <common.h>
#include "pplantit.h"
#ifdef _STANDALONE
#include <message.h>
#endif
/****... | [
"sai@agro.au.dk"
] | sai@agro.au.dk |
8aacfab7c067f677275b731771a5302ed42e4012 | b5abd48d4751853cf84d46ed808f4206c03dade6 | /kriegsspieldie.cpp | 0e4db2560878ff40e4b68b44d961435814be8ea8 | [] | no_license | erickveil/KriegsspielDice | e1cf0e90a61be916d9821e0af01e165a2d162604 | 715a104151297835203c5e5581fe2d1abe5d1a8b | refs/heads/master | 2020-07-02T14:31:19.323038 | 2019-09-02T16:53:37 | 2019-09-02T16:53:37 | 201,557,632 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,975 | cpp | #include "kriegsspieldie.h"
KriegsspielDie::KriegsspielDie()
{
}
void KriegsspielDie::initAsI()
{
_odds = "1:1";
_dieNumber = 1;
// face 1
_faceList[0].LeftRow1 = 30;
_faceList[0].LeftRow2 = 20;
_faceList[0].LeftRow3 = 10;
_faceList[0].LeftRow4 = 4;
_faceList[0].RightRow1 = 25;
... | [
"erick@erickveil.net"
] | erick@erickveil.net |
b696c1d029581d1341d41c562e5851374fa699a9 | 32f9807703baf6581493553a3269ff702622edfb | /ios/aiai/aiai/srcCode/Tool/Network/ContactPbFile/ContactsParamsPOJO.pb.h | 6ea6845d4ff13337f03d1a12c4edbf36b3078cbe | [] | no_license | dafengchuixiaoshu/aiai | 8684deaa71fdd1b21d9784231edea2e66ba9a03b | d366f1489d4e805653e247603873b090639f1dfe | refs/heads/master | 2021-05-10T08:30:17.332605 | 2018-01-25T09:20:47 | 2018-01-25T09:20:47 | 118,889,963 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 57,918 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ContactsParamsPOJO.proto
#ifndef PROTOBUF_ContactsParamsPOJO_2eproto__INCLUDED
#define PROTOBUF_ContactsParamsPOJO_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 2005000
#error This fi... | [
"qiuan@mogujie.com"
] | qiuan@mogujie.com |
846a0e83e811be160fceca62db16ea6aa07ce5b5 | 0dad41db39977f612497f654f6629a011b3cadf0 | /A1107.cpp | 29757186b05f66303ba4eda01172aa8a119a548e | [] | no_license | irisocean/patexercises | 70a10a23ae97677e098c75ce92e6bfeeadcaa6f6 | ced82f8dd94bdd3460f86d72b6e4779805e82e17 | refs/heads/master | 2021-07-06T19:48:22.569931 | 2019-02-25T02:52:57 | 2019-02-25T02:52:57 | 137,294,557 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 147 | cpp | // A1107.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
| [
"xushan123"
] | xushan123 |
a37ed3a4456fed78b485f6a0fbdbdd927e3d4c49 | f70135a1c55265e286b08a0bbec885a8d33d94ca | /src/Main.cpp | 397b22755e7a11398c069a5886d990543f04ce05 | [] | no_license | eduardopietre/Mp4ToPDF | 9391e08805bb4ab555f0d89d0a2c15c43968bec7 | 73e13d00645b444af61a5677a501b982cc092595 | refs/heads/main | 2023-04-21T14:34:01.668074 | 2021-05-14T14:11:48 | 2021-05-14T14:11:48 | 366,452,932 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 721 | cpp | #include "Mp4ToPDF.h"
int main(int argc, char* argv[]) {
ArgParser args = ArgParser(argc, argv);
if (!args.isValid) {
return 1;
}
cv::utils::logging::setLogLevel(cv::utils::logging::LogLevel::LOG_LEVEL_SILENT);
std::cout << "Started conversion of \"" << args.filename << "\", will be exported as \"" << args.o... | [
"pietre.eduardo@gmail.com"
] | pietre.eduardo@gmail.com |
115c53aad536a3a78695cf14f0f472f27b2cca86 | 8d90bded90275b4df5f64b3b3f562ea1a345e9b8 | /arcade/includes/Fruit.hh | 4c45dc9ca9b74abe53964da28f62ee04fa48c7ef | [] | no_license | Sfourtou/Arcade | d98b90cb18259ae08119755cd6fb602e244501c9 | 3b457865d1ebf49944500c6e44bb42cfd89440c2 | refs/heads/master | 2021-01-12T12:21:37.990956 | 2016-10-31T17:45:11 | 2016-10-31T17:45:11 | 72,428,112 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 258 | hh | #ifndef FRUIT_HH_
# define FRUIT_HH_
#include "ACharacter.hh"
class Fruit : public ACharacter
{
public:
Fruit();
~Fruit();
private:
int state;
public:
void setState(int);
int getState() const;
virtual std::string getSprite() const;
};
#endif
| [
"sebastien.fourtou@epitech.eu"
] | sebastien.fourtou@epitech.eu |
b546f5fc5334fa872892af429ca607f21ba89dc8 | aeacffa686a38f961dd29b469845a8ea91fc4a9c | /codeforces/EduRo62/b.cpp | 938415739eff91c0b19ef81cfe4f05e7b4d4bd59 | [] | no_license | winlp4ever/cpp_exs | 422155bac51ce2a460c27facc09bed68394acabb | 5aaf6e12ec883902b83a308182475a8ff284b57c | refs/heads/master | 2020-04-19T14:23:10.969839 | 2019-04-23T18:27:03 | 2019-04-23T18:27:03 | 168,243,241 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 601 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <list>
#include <string>
#include <sstream>
#include <math.h>
using namespace std;
int cas(int l, std::string s) {
int b = 0, e = 0;
while (b < l - 1 && s[b] == '<') b++;
while (e < l - 1 && s[l - 1 - e] == '>') e++;
return (b > e)? e... | [
"winlp4ever@gmail.com"
] | winlp4ever@gmail.com |
dadee39d179836055ff9bddeb9ee6af212ef2d95 | f22aa7dac1f66458df1bf9ec67d8ba7597c67370 | /GTEngine/Include/Graphics/GteBspNode.h | 2215f7d96eb78571f94daf95599c3c132dd5a7e9 | [] | no_license | itfanr/GeometricTools | 017c5ffb31c2d042ee72969db078847f85c95ad8 | ce3ab90efa67a8cead8339b0b5dbe8e2e7bc6b88 | refs/heads/master | 2020-04-01T16:14:48.515540 | 2018-10-17T00:39:17 | 2018-10-17T00:39:17 | 153,372,643 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,613 | h | // David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2018
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// File Version: 3.0.0 (2016/06/19)
#pragma once
#include <Graphic... | [
"bjq1016@126.com"
] | bjq1016@126.com |
b6102a437e1eebe8e859189b21455171f3397694 | 9be32206c25d6b94a93c2ed9b9ff707c8061f800 | /examples/esp8266/esp8266.ino | 56bda70978922120b464c1e927c396d19dc1f90d | [] | no_license | mattfelsen/spacebrew-esp8266 | 5e2290d2c647b95db76803eb1d4df2e64f528ed8 | 7caf02c28d4a9307137eb9655e0e893a404e4876 | refs/heads/master | 2020-12-30T19:58:31.856991 | 2016-04-11T02:35:06 | 2016-04-11T02:35:06 | 49,791,769 | 4 | 2 | null | 2016-04-11T02:35:06 | 2016-01-16T21:30:18 | C++ | UTF-8 | C++ | false | false | 3,676 | ino | #include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
#include <WebSocketsClient.h>
#include <Spacebrew.h>
const char* ssid = "wifi network";
const char* password = "wifi password";
char host[] = "sandbox.spacebrew.cc";
char clientName[] = "esp8266";
char description[] = "";
ESP8266WiFiMulti wifi;
Spacebrew sb;... | [
"mattfelsen@gmail.com"
] | mattfelsen@gmail.com |
d10bfebc5e566c947e01de48c6587a43dae629ce | 82c7f9180a00ac57bc4c76ab1cdb06c4da02c07a | /importantArea/clientAndserver/IFF2_ClientonlyClient/criticalareamanagerclient.h | b5467a864d863c8d5ccfa52803433afabc5e0422 | [] | no_license | zhengyangtuo/test | 9e2109164729c3e3145b2a3b32a99496687aa5b6 | 3b04f097dc1347da796276b5a55569937b32c904 | refs/heads/master | 2022-11-12T04:04:58.035539 | 2020-07-06T09:48:40 | 2020-07-06T09:48:40 | 274,817,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 853 | h | #ifndef CRITICALAREAMANAGERCLIENT_H
#define CRITICALAREAMANAGERCLIENT_H
#include"criticalareaclient.h"
#include<QMap>
class CriticalAreaManagerClient
{
public:
CriticalAreaManagerClient();
//新建重点区域
bool AddNewArea(CriticalAreaClient criticalArea);
//删除重点区域
bool DeleteArea(QString name);
//更... | [
"zhengxinyao@126.com"
] | zhengxinyao@126.com |
f042b437b757cf56f7044e1ec177d88edf24df2f | f50d58638653daf90b4a74470fb250dbe45fee2d | /REFLEC~1.CPP | 8cad6e37401e9e77af7d6322349c3458076026a5 | [] | no_license | solankivaibhav789/computer-graphics-c-program | db55faed8ecc05be3f45cd7ea1c2ff2676ff877f | 417c69f539b642fbce73acfc1dd2bf928b92bbd7 | refs/heads/master | 2021-08-27T21:27:37.643422 | 2017-12-10T11:39:13 | 2017-12-10T11:39:13 | 113,727,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,007 | cpp | //reflection of polygon
#include<stdio.h>
#include<conio.h>
#include<graphics.h>
struct point
{
float x;
float y;
};
int main()
{
int gdriver = DETECT , gmode;
//matrix
float m1[4][2]={{0,0},{0,0},{0,0},{0,0},};
float m2[2][2]={{0,0},{0,0}};
float m[4][2]={{0,0},{0,0},{0,0},{0,0}};
m2[0][0]=0;
m2[0][1]=... | [
"solankivaibhav789.sv@gmail.com"
] | solankivaibhav789.sv@gmail.com |
3f9f0e3d80252cce29443064ca37c4a7e38e5058 | 3b9fd47e2a23311bff5ef62669052fdf178ad0cf | /src/CSVWriter.cpp | 447c441a9e3a8c2b5af9b6b8b47132fdfec55c19 | [] | no_license | DavidECerda/XML_To_CSV | 059b10aaa061d4a15f699459caf01f8b6b0caef8 | bbb9a6b98f1356620f2601fda00d42958591985b | refs/heads/master | 2022-09-18T13:35:16.781303 | 2020-06-06T07:29:09 | 2020-06-06T07:29:09 | 257,407,160 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 654 | cpp | #include "CSVWriter.h"
#include <iostream>
CCSVWriter::CCSVWriter(std::ostream &ou) : OutFile(ou){
}
CCSVWriter::~CCSVWriter(){
}
bool CCSVWriter::WriteRow(const std::vector< std::string > &row){
if(OutFile.tellp() != 0){
OutFile << "\r\n";
}
for (unsigned int i = 0; i < row.size(); i++){
std::str... | [
"david5cerda@gamil.com"
] | david5cerda@gamil.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.