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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cfde32c39df32a5d43edac377b68c49d63a50d75 | 63fe87c14c1271ff66a83b3fc2527e5983bc3f30 | /include/test_case.hpp | 166f5379f0b8ea7623ffac4a6ffd7952fdb61744 | [] | no_license | jjureta/cpp.test | 78219210b0ce7b45e37cfaf35638cdabee97e1c2 | 400138cf0ed3d41de2ae85f3bd0352926476d80b | refs/heads/master | 2021-01-17T19:57:43.261967 | 2016-06-16T11:52:23 | 2016-06-16T11:52:23 | 61,250,610 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 631 | hpp | /*
* test_case.hpp
*
* Created on: 2016-06-15
* Author: j_jur_000
*/
#ifndef TEST_CASE_HPP_
#define TEST_CASE_HPP_
#include <string>
#include <iostream>
class test_case {
public:
test_case(const std::string& tn) : test_case_name(tn) {
std::cout << "Start test case: " << test_case_name << std::endl;
}
... | [
"josip.jureta@gmail.com"
] | josip.jureta@gmail.com |
ca1613982233d026a4c6ad848ff4e254a147446b | 91211d13b54a99104740aaa3abea85016005e523 | /2021-NFM/Results/TankFilling/No_trim_No_repair/FigaroModelTankFilling_No_trim_No_repair.cpp | 01e6bbe104a71239b0894c56e8842c8bab190f05 | [] | no_license | moves-rwth/dft-bdmp | 3b832110153581a31b0c1ea7e01337bab71836b1 | 7bbae90c0fa79b2fb62a8e55a01d24e905932344 | refs/heads/master | 2022-06-15T22:10:31.504812 | 2022-06-09T15:03:16 | 2022-06-09T15:03:16 | 196,187,409 | 1 | 1 | null | 2022-06-09T15:03:17 | 2019-07-10T10:48:31 | C++ | UTF-8 | C++ | false | false | 31,058 | cpp | #include <iostream>
#include "FigaroModelTankFilling_No_trim_No_repair.h"
using namespace std;
namespace storm{
namespace figaro{
/* ---------- DECLARATION OF OCCURRENCE RULES FIRING FLAGS ------------ */
// storm::figaro::FigaroProgram_"+program_name+"::... | [
"59087346+shahid-khan@users.noreply.github.com"
] | 59087346+shahid-khan@users.noreply.github.com |
ac8ad1e065f7df0a7a62b05a2651c7f0a2d6264d | 2127dbabfaa4eec4e3ef7b6451ce40def60fc0c0 | /04/uva512.cpp | 4df02ab234b72d9b82eeddda7c529280ab6eddfd | [
"MIT"
] | permissive | ericxie/aoapc | c836ce68e45aed0ccbe0d7d18962913c71e815f6 | 10092cebbc5b47364680ffecb5269d94349330e8 | refs/heads/master | 2021-08-04T06:27:34.383221 | 2021-07-18T09:05:42 | 2021-07-18T09:05:42 | 207,291,878 | 10 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,573 | cpp | #include <cstdio>
int ops[11111][55];
void solve(int x, int y, int n){
int i,j,m,cx=x,cy=y;
for(i=0;i<n;i++){
m = ops[i][1];
switch(ops[i][0]){
case 0:
for(j=0;j<m;j++){
if(ops[i][2+j]<cy) y--;
else if(ops[i][2+j] == cy){
puts("GONE");
return;
}
}
break;
case 1:
... | [
"ericxieforever@gmail.com"
] | ericxieforever@gmail.com |
f77c01a61aa5b08e21c6111ebd2c6845fa9422d8 | 5fc19aa0f7940c7d96dbf4feb994c3d9839a8332 | /src/render.cpp | 25295f9d8f2d72008026b527ef594271d09bce37 | [] | no_license | AIV5/proj-game | 64e2b75e3539614039d7f75ec501df5e8855bbdf | 3edd4cb1521edec33ece2eecc1b384ce54ad6dd7 | refs/heads/master | 2023-03-27T01:00:55.554832 | 2021-03-31T12:57:04 | 2021-03-31T12:57:04 | 351,522,098 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,664 | cpp | #include <glm/glm.hpp>
#include <iostream>
#include "render.h"
#include "figure.h"
#include "shaderManager.h"
glm::dvec2 hr = {.5 * PGS_START_WINDOW_WIDTH, .5 * PGS_START_WINDOW_HEIGHT};
GLFWwindow* window;
GLuint VAO, prog;
void renderLoad () {
if (!glfwInit())
exit(-1);
window = glfwCreateWindow(PG... | [
"aaivanov2002@mail.ru"
] | aaivanov2002@mail.ru |
92f4faefd0b9bf388e362c6d8f2d3aa40d83f985 | 7f1f772271560776681334f00d7eacb35094386e | /tp4/TP4_EJ1.cpp | ffe8e21a4d4146a636399ab3e7052206bf877767 | [] | no_license | AgustinPeralta18/PRACTICA_C- | 2d1403a9f6922131b8caccfb0c63d24259287a6e | c3330a6574dd341112787ee6307e38951c36dbdf | refs/heads/main | 2023-07-13T00:42:50.955022 | 2021-08-26T01:00:18 | 2021-08-26T01:00:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,833 | cpp | /*1.Realizar una calculadora que realice suma, resta, multiplicación y división.
Cada cálculo se debe realizar en funciones pasando los números por valor.
/*/
#include <iostream>
#include <stdlib.h>
#include <cmath>
#include <time.h>
using namespace std;
//Una variable de tipo "double" puede almacenar valores decima... | [
"81267543+AgustinPeralta18@users.noreply.github.com"
] | 81267543+AgustinPeralta18@users.noreply.github.com |
25ce20c42b773d4cb1f41739291c1fddea7e8f9e | 3eb180a2400c7b1829664a39375f69cc24d1f0b8 | /deps/v8/src/mips/code-stubs-mips.cc | 89981fdb193f3abaa76be880be78c463b7b0f2f2 | [] | no_license | skifcorp/amigo | 86b3ca3190f9951178ce3be641f1e6b05c7dec8f | e1c417286b0bd0077e97f6dd856ad5bca489987b | refs/heads/master | 2021-01-10T03:22:20.551290 | 2016-02-15T06:27:40 | 2016-02-15T06:28:06 | 51,735,393 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239,887 | cc | // Copyright 2011 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 ... | [
"amotsok@gmail.com"
] | amotsok@gmail.com |
dc00c06ff9cd380c666dac33e3593ec673e54a82 | 0deb187582752608ac6ca27f43936200cf016001 | /ProcessNode.h | 1bbde79ae71169a0bee716b8873958d499cf169a | [] | no_license | cainiao2hao/cmonitor | c8880eea0b716480380ed9f29f3b9e6c3ec3dbbe | d90d867d7a00f26f0052aedec6a4278462378805 | refs/heads/master | 2016-09-05T11:55:15.202929 | 2013-06-20T03:32:20 | 2013-06-20T03:32:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 659 | h | #pragma once
#include <stdio.h>
#include <cstring>
#include <iostream>
#include <unistd.h>
#include <pwd.h>
#include<sys/time.h>
#include<sys/resource.h>
#include <map>
#include "grab-packet.h"
#include <dirent.h>
using namespace std;
#define SYS 0
#define PRO 1
extern int TOTALMEM;
class ProcessNode
{
public:
ch... | [
"Mr.cainiao2hao@gmail.com"
] | Mr.cainiao2hao@gmail.com |
b35b32127d2a85c17ce8aa48c7de451eff316eea | 2203f9e82de6157d337aae1fdffcbb11def70a62 | /testdata/samplecdp/config/catering/submissions/wrong_answer/bad2.cpp | 7aa0c9e70d3926e633e9ae09b32b31d2dc60b103 | [] | no_license | Kamo98/DIPLOM_NEW | c55b59ccd0610d4d2867619ca40c9fed0957a786 | 4434a43acedc44fc7b041214f66204a4936ffe6b | refs/heads/master | 2023-04-27T18:22:32.869058 | 2020-05-21T13:21:30 | 2020-05-21T13:21:30 | 265,855,486 | 0 | 0 | null | 2021-05-12T00:29:54 | 2020-05-21T13:27:35 | Java | UTF-8 | C++ | false | false | 1,282 | cpp | #include<iostream>
using namespace std;
const int MAXN = 100;
const int MAXK = 100;
long table[MAXN+1][MAXN+1][MAXK+1]; // table[i][k][k] = optimal cost for first i events
// with one set a event j using k sets of equipment
long cost[MAXN+1][MAXN+1];
int main()
{
int n, nSets;
cin >> n >> nSets;
if (nSe... | [
"avanesjan.k@gmail.com"
] | avanesjan.k@gmail.com |
9ce4fc49f60536c2a77b14e7a2ba3bd572f4eebc | bbcaaebddba6c2c422c75e7fa6614e75db033d1c | /Qt/Examples/Qt-5.9/multimediawidgets/camera/videosettings.h | 416761d06f64083e569056102f509c600f575481 | [] | no_license | heatherThida/CS10 | 178862a55adb35bb1ba22004d401010a93046e9b | b05d1c30359943470cbbd348d58d2bd4b5148fae | refs/heads/master | 2020-12-03T04:01:23.896399 | 2017-07-26T19:12:38 | 2017-07-26T19:12:38 | 95,803,381 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,003 | h | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license a... | [
"shellthakhin@gmail.com"
] | shellthakhin@gmail.com |
8623d4da501f0c21e9bed544ccaf0ef47e7e7aaa | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-cloudsearch/source/model/DeleteExpressionRequest.cpp | 13106a38db60363a77f77a18f9010476fa6847eb | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 1,477 | cpp | /*
* 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... | [
"henso@amazon.com"
] | henso@amazon.com |
77d9b790211f89ea93a21bb6249feb8ec78dc73c | ad5f0634b87cfec512664edc1cd57202ab97544d | /logger.cc | 3f43421bc64676dcf0132c1ce4cd24431978cb81 | [] | no_license | WarEric/tinylog | 1cd830da17cad4b6614ab6f5257699c9fe0bd74e | ad0152680997f63adb235635c13db306edb056ce | refs/heads/master | 2020-04-05T04:17:04.801830 | 2019-01-05T02:26:00 | 2019-01-05T02:26:00 | 156,545,046 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,634 | cc | /**
* by wareric@163.com 2018-10-21
**/
#include <iostream>
#include <stdlib.h>
#include <cstring>
#include <sstream>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>
#include "logger.h"
namespace tinylog{
Logger::Logger():clilevel(INFO)
{... | [
"wareric@163.com"
] | wareric@163.com |
55b73631cb31b77a3d28fe32c14665298a2c51bd | bcf138c82fcba9acc7d7ce4d3a92618b06ebe7c7 | /rdr2/0x159EF5B6EDCE00E8.cpp | c00896df97a49e32b9f22b789d4ace1640e0001c | [] | no_license | DeepWolf413/additional-native-data | aded47e042f0feb30057e753910e0884c44121a0 | e015b2500b52065252ffbe3c53865fe3cdd3e06c | refs/heads/main | 2023-07-10T00:19:54.416083 | 2021-08-12T16:00:12 | 2021-08-12T16:00:12 | 395,340,507 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 724 | cpp | // beat_outlaw_transport.ysc @ L13071
void func_335()
{
if (ENTITY::DOES_ENTITY_EXIST(iLocal_818))
{
if (!func_50(iLocal_819, 16777216))
{
if (AITRANSPORT::_0x159EF5B6EDCE00E8(uLocal_801[6], iLocal_818))
{
if (ENTITY::HAS_ANIM_EVENT_FIRED(uLocal_801[6], 1403772282))
{
f... | [
"jesper15fuji@live.dk"
] | jesper15fuji@live.dk |
13127c03476a26d115c3716239057cf5c0293d20 | bf925ff377f37a33d20b357c1c8b1a7882cd4baf | /DNSRelay/DNSRelay.cpp | 9e52e91577498f26ad85a6afd2de71eea7f52ad4 | [] | no_license | PowerCui/DNSRelay | 5811c474a7c51c71ffcf9fabfd1fbcab077a6b51 | 02dcff0ca94c60a9f21c297191d6e3f878a35d3e | refs/heads/main | 2023-05-10T09:51:28.613578 | 2021-06-02T10:12:09 | 2021-06-02T10:12:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,161 | cpp | #include <iostream>
#include <WS2tcpip.h>
#include "DNSRelay.h"
#include "cache.h"
#define _WINSOCK_DEPRECATED_NO_WARNINGS
int main(int argc, char **argv)
{
if (parseArgu(argc, argv))
{
init();
fd_set fdread;
while (true)
{
FD_ZERO(&fdread);
FD_SET(clientSock, &fdread);
FD_SET(servSock, &fdread);... | [
"51550574+Yhuiest@users.noreply.github.com"
] | 51550574+Yhuiest@users.noreply.github.com |
d04021c66e7c55e4cf009a97a611945d7b1b0c42 | 1d7bcd5276db86c939077bf279bcd1486407b427 | /Stats/StatsDLL.h | e951996c561f588941c39f76b8ff9375fe8acbc9 | [] | no_license | jvansanten/xylo-pulse-counter | 3630b39839d75c86f126cdda8ee77af56a4fcd2c | e6acc518440a6e5630d7ee8ecb8670bcc8577d12 | refs/heads/master | 2021-01-21T10:34:26.746250 | 2020-03-03T14:30:41 | 2020-03-03T14:30:41 | 83,456,564 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,265 | h | // StatsDLL.cpp : FPGA-based Fast Multisource Pulse Registration System
// Simple .dll for LabVIEW or C++ program API.
// by Sergey Polyakov & Joffrey Peters
// This dll provides USB connectivity to the Xylo-EM board, allowing the user to pull single pulse and coincidence statistics,
// or time-tagged events from the... | [
"jakob.van.santen@desy.de"
] | jakob.van.santen@desy.de |
814117ed7179f0bb7540540389e2a3a49b4c8006 | e8bd00c6904a163024783cb31403a5ff668750e3 | /libs/bcg_opengl/systems/bcg_mesh_system.cpp | af5ff68f263a7ecab4536fa3f806430abced37da | [] | no_license | intrinsicD/basics_lab | 165f53d9420de7ab7abd8bde5f3f32b9824f5762 | 109afca04014275015efc93e0472412d8f3feb13 | refs/heads/basics_lab | 2023-04-14T04:54:25.658721 | 2021-04-13T05:52:09 | 2021-04-13T05:52:09 | 343,719,615 | 0 | 3 | null | 2021-04-13T05:52:09 | 2021-03-02T09:37:53 | C++ | UTF-8 | C++ | false | false | 20,721 | cpp | //
// Created by alex on 28.10.20.
//
#include "bcg_mesh_system.h"
#include "bcg_viewer_state.h"
#include "bcg_entity_info.h"
#include "bcg_property_map_eigen.h"
#include "geometry/aligned_box/bcg_aligned_box.h"
#include "geometry/mesh/bcg_mesh_factory.h"
#include "geometry/mesh/bcg_mesh_vertex_normals.h"
#include "ge... | [
"dieckman@cs.uni-bonn.de"
] | dieckman@cs.uni-bonn.de |
35404a8e47e46e792742ebff224791e844cd2b38 | 3abec2a3286f58162e9ed57f47ae069fc9847c60 | /acmicpc/2252.cpp | 3a042da7f90384b16f7655b3cce1788cf13260d4 | [] | no_license | bongster/algospot | e0adba4142c2a3b0809755100669a142a20d0f4f | e4685d6ab378c65c04b67d53c3c31e20d8813b8f | refs/heads/master | 2021-05-24T02:56:52.406705 | 2019-06-17T00:04:42 | 2019-06-17T00:04:42 | 37,861,163 | 0 | 0 | null | 2021-03-25T21:39:30 | 2015-06-22T14:47:20 | C++ | UTF-8 | C++ | false | false | 569 | cpp | #include <iostream>
#include <vector>
#include <queue>
using namespace std;
vector<int> a[32001];
int idn[32001];
int main() {
int n,m, x, y;
scanf("%d %d", &n, &m);
for (int i=0; i<m; i++) {
scanf("%d %d", &x, &y);
idn[y] +=1;
a[x].push_back(y);
}
queue<int> q;
for (int i=1;i<=n;i++) {
if (idn[i] == 0) ... | [
"bongster88@gmail.com"
] | bongster88@gmail.com |
99299cecb96ce473290f5aac6236fc4d6b8eb177 | fc12dde31f918d342c4efa75e6a37f23cbbfc1f3 | /OS_2018_2019/ex3/ShuffleThreadContext.h | e6fa20fe4b07844e1d2bcfc56c097503c955ece7 | [] | no_license | DanielMagen/University-exercises | 4f9bbef566b14326d4006f0deae3fd3de2ab303a | c8502459edad916079550bc0704a0b7f69c9df1f | refs/heads/master | 2022-12-03T04:27:37.802675 | 2020-08-15T10:15:05 | 2020-08-15T10:15:05 | 287,717,481 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,642 | h | //
// Created by on 5/5/19.
//
#ifndef EX3_SHUFFLETHREADCONTEXT_H
#define EX3_SHUFFLETHREADCONTEXT_H
#include "ThreadContext.h"
/**
* A special type of thread -The thread that shuffles
*/
class ShuffleThreadContext : public ThreadContext {
private:
/**
* A pointer to all the existing threads
*/
... | [
"daniel.magen1@mail.huji.ac.il"
] | daniel.magen1@mail.huji.ac.il |
394ae4896140e56f14fe452027e51cd69f31472e | 788da62dce9041878fd098e5347408fbf0679ace | /qcom/proprietary/data/dss_new/src/utils/src/ds_Utils_CritSect.h | 358df893725d4df13ead5ca37aff806b72acb5a8 | [] | no_license | Snapdragon-Computer-Vision-Engine-Team/msm8974-sources2 | e7daa0bf3096e09286fd6e9f3a4e078774e49565 | 8e8a1d7b8b840a7c93e39634d61614665974acb1 | refs/heads/master | 2021-12-15T03:28:26.619350 | 2017-07-25T06:50:38 | 2017-07-25T06:50:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,198 | h | #ifndef DS_UTILS_CRIT_SECT_H
#define DS_UTILS_CRIT_SECT_H
/*=========================================================================*/
/*!
@file
ds_Utils_CritSect.h
@brief
This class provides critical section facility to objects in a platform
independent manner. It implements the ds::Utils::ICritSect interf... | [
"xinhe.jiang@itel-mobile.com"
] | xinhe.jiang@itel-mobile.com |
8d90847cb1f50ece431b8524a21395ba581dc6c1 | 52b1a2650d5ee7c52c82a1de8413e6a12f5d675b | /itgclient/client/modules/VS_INFYTSS/src/VS_TSS_Hash.cpp | 6863683bc211adcec6b99bc1ec6f5a0c28de1237 | [] | no_license | classic130/processing_center_additional | 89fc9367ad12649416d972a0af2a8a925fedc9e5 | efe745ff6780abc7c83a5f6cf1ac0166926e355d | refs/heads/master | 2022-03-05T12:23:47.955954 | 2019-10-18T10:12:31 | 2019-10-18T10:12:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,386 | cpp | #include <stdio.h>
#include <assert.h>
#include <windows.h>
// TSS specific includes
#include "tcpa_defines.h"
#include "tcpa_struct.h"
#include "tssapi_error.h"
#include "tss_values.h"
#include "tss_helpers.h"
#include <VS_TSS_Context.h>
#include <VS_TSS_Key.h>
#include <VS_TSS_Hash.h>
// XXX From cspglobals.h
#de... | [
"buildman@digicert.com"
] | buildman@digicert.com |
5614d274424681d54ff9e8909f51b5b1f6bd2cf0 | 4ca0884f1492cbab6e06a5174dbaaa09238434ad | /template_context.hpp | 60cc518c5aba69823680f8656a517ff9e4cfab20 | [] | no_license | JeffGarland/liaw2014 | 5be8f54bd292ce165b30097696a19e2a29faca4c | edfc0285f9d705f25a48f5bdf74ef267a9f7b612 | refs/heads/master | 2020-05-18T01:38:47.961337 | 2015-01-25T10:31:28 | 2015-01-25T10:31:28 | 19,574,272 | 7 | 0 | null | 2014-05-21T21:41:53 | 2014-05-08T13:25:31 | C++ | UTF-8 | C++ | false | false | 3,331 | hpp | #ifndef _TEMPLATE_CONTEXT_HPP_
#define _TEMPLATE_CONTEXT_HPP_ 0x100
#include <list>
#include <map>
#include <string>
#include <vector>
#include "template_object_interface.hpp"
// Context is an example of how we could create a class that can be used by boostache
class Context;
class Context
{
// mapping of availab... | [
"richard.powell@apple.com"
] | richard.powell@apple.com |
1726fae1e0741f77de18797e84f6a0d0091a3b6d | af5932039d97ac69b794bd591c2bf32946c34e5e | /Main.cpp | 2a4e63e42b8746309811060a612bf22be1d1671a | [] | no_license | ManneMoquist/BITMAP-Header-Remover | 3818b2cdcbcaa80f4dc600fbaac85d291cd3cb37 | 5cb518d6cfeb2a957cbe65e211fcbe4a16e2a796 | refs/heads/master | 2021-01-19T13:50:15.974144 | 2017-02-18T23:31:53 | 2017-02-18T23:31:53 | 82,422,216 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,348 | cpp | #include<fstream>
#include<string.h>
#include<stdio.h>
#include<stdlib.h>
#include<iostream>
#include<windows.h>
using namespace std;
char* AppendString(char* in, char* append)
{
char* ret = (char*)malloc(sizeof(in) + sizeof(append) + 4);
strcpy(ret, in);
strcat(ret, append);
return ret;
}
int main(int argc, ch... | [
"ManneMoquist@gmail.com"
] | ManneMoquist@gmail.com |
5c5bb1baefa491bd4353055064127b7368d441f2 | 1bb6a0b3692b5468f7d148788298320ac3ba2a23 | /Real_Contests/PAC_NW_2022/i.cpp | bd499eaf5f404d8b9dc50af9f58370105de229ad | [] | no_license | ablondal/comp-prog | ee6ea5c0b32d7fbe0321a4b9919a9cec23fe85f6 | 725e369476993307874f9f5d6e2e7299918251a0 | refs/heads/master | 2022-10-08T05:40:39.206721 | 2022-09-25T22:29:49 | 2022-09-25T22:29:49 | 243,620,860 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,894 | cpp | #include <bits/stdc++.h>
using namespace std;
// incomplete
#define rep(i, a, b) for(int i = a; i < (b); ++i)
#define all(x) begin(x), end(x)
#define sz(x) (int)(x).size()
typedef long long ll;
typedef pair<int, int> pii;
typedef vector<int> vi;
typedef vector<ll> vll;
typedef complex<double> cd;
struct Dinic {
struc... | [
"ari.blondal@gmail.com"
] | ari.blondal@gmail.com |
9584aa7839fdb74769040cad2aa8356e63af0677 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/pdfium/xfa/fxfa/parser/cxfa_soapaddress.cpp | 6dae6a108bd0a5cf4bd9c9525feb212ca3d2960c | [
"BSD-3-Clause",
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 1,210 | cpp | // Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "xfa/fxfa/parser/cxfa_soapaddress.h"
#include "fxjs/xfa/cjx_textnode.h"
#include "xfa/... | [
"jengelh@inai.de"
] | jengelh@inai.de |
7d1307fc656bb255b7eaf20e966332cf906e452c | 1a043849bbbbd7ed218a9dc2caf14fa26cb2e863 | /Prueba_EDII/DelimiterVarSize_Register.cpp | 718347732f10b4fc3280629e2b2569b4cffaa460 | [] | no_license | Oscarluiis/API | 16efb1dbbdfff8895fbc4db2a8ee102b4fae65ec | 4b2f0acdff301283b06570d1a488ca5e12a26386 | refs/heads/master | 2020-03-25T01:41:18.144904 | 2018-08-12T20:03:42 | 2018-08-12T20:03:42 | 143,251,185 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,196 | cpp | #include "stdafx.h"
#include "DelimiterVarSize_Register.h"
DelimiterVarSize_Register::DelimiterVarSize_Register()
{
this->code = code;
this->name = name;
this->salary = salary;
this->job = job;
this->file = new DataFile();
}
DelimiterVarSize_Register::~DelimiterVarSize_Register()
{
}
void De... | [
"tinocoscar11@unitec.edu"
] | tinocoscar11@unitec.edu |
9b521663e2c9d976986f50a4135b8dc69bde6596 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_2755486_1/C++/Echo80313/c.cpp | 7680ada553da7f59f4aa4451360ff2f451d4c4f7 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,266 | cpp | #include <cstdio>
#include <vector>
#include <queue>
#include <string>
#include <cstring>
#include <list>
#include <map>
#include <set>
#include <stack>
#include <bitset>
#include <climits>
#include <utility>
#include <cstdlib>
#include <algorithm>
#include <iostream>
#include <cmath>
#define REP(i,n) for( int (i)=0;(i... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
0ac209ab9e008fcdc9acc0c229e11adf38c975ee | d6c8853843fd02ebb996390dacd55f0af6a4b0b4 | /src/hnmodel.cpp | 8151280f226f314834df4a01fdc727583ed20bcc | [
"MIT"
] | permissive | RobertMe/SailHN | 159d19eeafcb642a4ef80940b790de45ea460d31 | 3ad227b6e9d2ab5cbef194798f5c1d976f1912ca | refs/heads/master | 2021-01-01T05:48:09.632196 | 2014-10-15T16:45:36 | 2014-10-15T16:45:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,284 | cpp | #include "hnmodel.h"
#include <QJsonObject>
#include <QJsonValue>
#include "hnconnection.h"
HnModel::HnModel(QObject *parent) :
QAbstractItemModel(parent)
{
}
void HnModel::setItemIds(const QList<int> &itemIds)
{
beginResetModel();
m_itemIds = itemIds;
qDeleteAll(m_items);
m_items.clear();
m... | [
"robert.meijers@gmail.com"
] | robert.meijers@gmail.com |
033f5aa1fb99e60d5de05af9465ef488b248a9cf | 77ea81061e529e2efd5817654de22e482873da07 | /face-pipeline/features-speakers/src/vgg_ssd_aux.cxx | 9e7b0f50a158c53ac6dbf0f7e042aaa7014d9857 | [
"MIT"
] | permissive | gbouritsas/cvpr18_multimodal_weakly_supervised_learning | 8eaac8903bb74d83cfd6d85219257a1c2d2d6b81 | f63a84ac228ee92c6170f7bda1651da496187647 | refs/heads/master | 2018-07-13T06:54:40.482611 | 2018-06-01T10:50:29 | 2018-06-01T10:50:29 | 123,573,601 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,711 | cxx | /* Compute ssd_image of image wrt mask
*
*
*
*/
#include <mex.h>
#include <stdlib.h>
#include <math.h>
#include <memory.h>
#define for if(0);else for
static void nssd_dispatch(double const* I, int w, int h,
double const* M, int mw, int mh,
int method, double* out);
static double compare(double* a, double c... | [
"gbouritsas@gmail.com"
] | gbouritsas@gmail.com |
e8e5887c0635f4ce87ae927aa36c5393325ad678 | 6342487fd7437b7c777f79603f179b1c3a7bc5cf | /Arduino/microController/schienale-multi/schienale-multi.ino | 0c76ccc5133b4b9ead69acf68ff6ecd364da84dc | [
"MIT"
] | permissive | maxmuffin/SmartSeat | 6d3d1cd0d271be30ac35c1fda803b363d31b083c | b9178b6b9960f258f60a3d713feb97559145ff82 | refs/heads/master | 2020-09-11T07:04:13.249791 | 2019-11-15T20:34:46 | 2019-11-15T20:34:46 | 221,981,508 | 1 | 1 | MIT | 2019-11-15T20:34:47 | 2019-11-15T18:29:56 | JavaScript | UTF-8 | C++ | false | false | 1,230 | ino | #include <HX711-multi.h>
// Pins to the load cell amp
#define DOUT1 1 // data pin to the 1 sensor
#define DOUT2 3 // data pin to the 2 sensor
#define DOUT3 4 // data pin to the 3 sensor
#define CLK 5 // clock pin to the load cell amp
#define TARE_TIMEOUT_SECONDS 4
byte DOUTS[3] = {DOUT1, DOUT2, DOUT3};
... | [
"massimilia.gualtier3@studio.unibo.it"
] | massimilia.gualtier3@studio.unibo.it |
14d7ba2d8f34e4d81cbb64bbbcd1b17e23344e21 | 95990e5be338229fdd5732a96ddc9d829b23e8cb | /src/p_spec.h | 32bb784c9b5f162bf3c77be6c8d29a9a5758b19c | [] | no_license | DooMJunkie/wii-doom | 5e65eef1f6928729d653f6df8dc4daf4e1a4bd17 | f603cc6006ee6568ae264456793830020ad52bea | refs/heads/master | 2021-01-17T17:07:15.198046 | 2015-01-07T13:23:04 | 2015-01-07T13:23:04 | 35,858,038 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,821 | h | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General P... | [
"vermillion57@cb9b8005-22f9-ec2e-6a47-6c8965c50df9"
] | vermillion57@cb9b8005-22f9-ec2e-6a47-6c8965c50df9 |
31c3475fd9fd55e51c91c26a929882e524c6d46c | 7c3080a2bb960941b2931905971d9373de4c46bd | /ConsoleClock/DigitalClock.cpp | afbad3409a373ecccdbe321f12fce2e5eeb62d27 | [] | no_license | joonkid/ConsoleClock | c5019ec5d6f79115ace4208ac8453345ce144f05 | da77cbfa7d719fd3a0f4c93e9522dc033832b152 | refs/heads/master | 2020-04-04T13:04:47.584648 | 2018-11-09T03:55:59 | 2018-11-09T03:55:59 | 155,947,882 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 513 | cpp | #include"pch.h"
#include<stdio.h>
#include<time.h>
#include<Windows.h>
#include"DigitalClock.h"
void DigitalClock_GetTime()
{
time_t now = time(NULL);
struct tm time;
localtime_s(&time, &now);
printf("%04d-%02d-%02d %02d:%02d:%02d\n",
time.tm_year + 1900,
time.tm_mon + 1,
time.tm_mday,
time.tm_hour,
time... | [
"sonol02@DESKTOP-914S3J4"
] | sonol02@DESKTOP-914S3J4 |
9bd6a4dfbe0e4a22ad3e3e949f6b4bfb7999d01c | 7a53e66bfb582e734661ba0d0cbf4684182b39b9 | /InputComponent.cpp | a3b713e08c25beaa532bd76db902d5dd430b464c | [] | no_license | MHSHM/Asteroids | 14340472ed4f71e3f423a33ae03b26bd339f3b3b | e8a305b19ee9ac6fe95fb23ceb752577d6ac24c5 | refs/heads/master | 2021-03-26T09:42:27.058756 | 2020-03-16T12:35:07 | 2020-03-16T12:35:07 | 247,693,432 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 663 | cpp | #include "pch.h"
#include "InputComponent.h"
#include "Actor.h"
InputComponent::InputComponent(Actor *owner):
MoveComponent(owner)
{
}
void InputComponent::ProcessInput(const uint8_t* keyState)
{
float forwardSpeed = 0.0f;
if (keyState[mForwardKey])
{
forwardSpeed += mMaxForwardSpeed;
}
if (keyState[mBac... | [
"mh68774@gmail.com"
] | mh68774@gmail.com |
41315920ea5c0dd13950dae232a9d4ec32d0a9cc | d3adda0004132175f0a9cbfc603dbd3496f7ff08 | /debugger/QT/SkDebuggerGUI.h | 72f03c5b402c8284cd96e8416db722d2493bebbc | [
"BSD-3-Clause"
] | permissive | zhangyongfei/StudySkia | 20f76c619e976b8ce324800c036cb6640671d7f0 | 296eec438bdbd8a5a1abcd4e5987129513618f6a | refs/heads/master | 2016-09-06T20:12:00.459057 | 2014-07-16T09:43:55 | 2014-07-16T09:43:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,448 | h |
/*
* Copyright 2012 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SKDEBUGGERUI_H
#define SKDEBUGGERUI_H
#include "SkCanvas.h"
#include "SkCanvasWidget.h"
#include "SkDebugger.h"
#include "SkGLWidget.h"
#include "SkListWidget.h"
#i... | [
"zhang13730865557@fmkj.com"
] | zhang13730865557@fmkj.com |
da17eccbfb00ca80b95c724b813e92bc2ad664c6 | 377cc88e079d7f6ae2599fd437125eb5a81e50d7 | /SpectroHelp/DemoPixelDiagram.cpp | 97abcee842aff8dd6c859fbd41b13bc0dadc6696 | [] | no_license | neurocod/SpectroHelp | 5d1c2227cd7fd257c689c57546e83c8adf207070 | 6132ed9243dc8cf7adad0753da9999a3c530239f | refs/heads/master | 2021-04-11T14:03:26.483646 | 2014-05-04T11:58:57 | 2014-05-04T11:58:57 | 249,025,982 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,672 | cpp | //DemoPixelDiagram.cpp by Kostya Kozachuck as neurocod
#include "pch.h"
#include "TextWithBorderGraphicsItem.h"
#include "GridItemsLayout.h"
#include "DemoPixelDiagram.h"
#include "DemoScene.h"
DemoPixelDiagram::DemoPixelDiagram(ColorProfile pr, Mode mode, QString str):
m_layout(this),
r0("Red"), g0("Gree... | [
"neurocod@gmail.com"
] | neurocod@gmail.com |
aff5df2c727119140f26b33e4fe950f3816a1877 | 4b36550e781dc52c4778ee3b79abed2a23764f33 | /bench/BenchMain.cpp | 01c9aff7941ad363c4e10042afe86e3c59a63140 | [
"BSD-3-Clause"
] | permissive | rafgitdz/bimodal-scheduler-rstm | c1ab80bca9990fb0912f48c6a00fc51802d6ce66 | 7d6f795e6a2820a4c59cdc195bcea4d13c5d20c8 | refs/heads/master | 2016-09-16T02:30:04.118997 | 2015-09-24T09:30:01 | 2015-09-24T09:30:01 | 42,301,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,945 | cpp | ///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2005, 2006
// University of Rochester
// Department of Computer Science
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | [
"foucault.matthieu@532f2ef2-ef11-80ae-07eb-e5a816fadd2e"
] | foucault.matthieu@532f2ef2-ef11-80ae-07eb-e5a816fadd2e |
86e4233798e3039f73b36bebeb7e609ea6eb0000 | 09e5cfe06e437989a2ccf2aeecb9c73eb998a36c | /modules/cctbx_project/mmtbx/secondary_structure/ext.cpp | 3ae4b13a8d5bac535e23b21e4c7ffbedc2076293 | [
"BSD-3-Clause",
"BSD-3-Clause-LBNL"
] | permissive | jorgediazjr/dials-dev20191018 | b81b19653624cee39207b7cefb8dfcb2e99b79eb | 77d66c719b5746f37af51ad593e2941ed6fbba17 | refs/heads/master | 2020-08-21T02:48:54.719532 | 2020-01-25T01:41:37 | 2020-01-25T01:41:37 | 216,089,955 | 0 | 1 | BSD-3-Clause | 2020-01-25T01:41:39 | 2019-10-18T19:03:17 | Python | UTF-8 | C++ | false | false | 719 | cpp | #include <boost/python/module.hpp>
#include <boost/python/def.hpp>
#include <boost/python/args.hpp>
#include <mmtbx/secondary_structure/identify.hpp>
namespace mmtbx { namespace secondary_structure {
namespace {
void wrap_identification ()
{
using namespace boost::python;
def("delta_distance_squared", del... | [
"jorge7soccer@gmail.com"
] | jorge7soccer@gmail.com |
616d72bebe7bfbaecefca1b85b60e7e5fd22f5ee | 3da7c1cd3ec52ba1a8fb060808fb492f0d8ac1fd | /src/basis_function/Cutoff_cusp_2D.h | 0e5f99d18ae7c5931a1378637ba0479c60ad5b2b | [] | no_license | guoshi1984/qwalk_spin | afb1cfc5bf0c2c255a66feb44c2ce8114d5ab7de | 837f8e3ad5d0ce1f0f98487b3c319f44959b81be | refs/heads/master | 2020-04-25T17:29:43.937755 | 2019-02-27T22:19:22 | 2019-02-27T22:19:22 | 172,950,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,042 | h | /*
Copyright (C) 2007 Lucas K. Wagner
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hop... | [
"shiguo@Shi-Guos-MacBook-Air.local"
] | shiguo@Shi-Guos-MacBook-Air.local |
0ad16a779b8522c65d6112dfa190432271997a6d | ce1a15e57fe4e6dc3f3aa0ee32479367c31a0bf8 | /Math/Sphere.cpp | 4f330eb18c92370ddec49253c831aad5c4626377 | [
"MIT"
] | permissive | saggita/cryphous | 579aaa6745223d372a0b2a28a1972c37f2a8a790 | da8e777b06970a88ed6b20ac6fa7f249bac4cd9a | refs/heads/master | 2021-01-21T00:18:01.292073 | 2014-02-17T05:56:27 | 2014-02-17T05:56:27 | 32,535,752 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 626 | cpp | #include "Sphere.h"
using namespace Crystal::Math;
std::vector<Vector3d> Sphere::createPoints(const float divideLength ) const
{
std::vector<Vector3d> points;
Box box( center, center );
box.outerOffset( radius );
for( float x = box.getMinX(); x <= box.getMaxX(); x+= divideLength ) {
for( float y =... | [
"cryphous@gmail.com@c4768a9b-8396-9c1e-e381-6b4412480993"
] | cryphous@gmail.com@c4768a9b-8396-9c1e-e381-6b4412480993 |
bb89824708988dbd56f788fc28d090a09930d4e7 | 80ed71415caf00c62bb7d9a3728979e20abb3a40 | /NextEngine/src/graphics/pass/shadow.cpp | b370738d47eec6a87146f7ea90de086a9fb887b1 | [
"MIT"
] | permissive | CompilerLuke/NextEngine | 352aee5428a0ec662c0fe77546335faff9e8d51b | 1ffaad76ec2d574927612da325404e7c247eecec | refs/heads/master | 2022-09-10T19:50:11.490827 | 2022-08-22T08:38:29 | 2022-08-22T08:38:29 | 194,880,130 | 18 | 5 | null | 2021-09-02T10:14:06 | 2019-07-02T14:31:30 | C++ | UTF-8 | C++ | false | false | 9,184 | cpp | #include "graphics/rhi/frame_buffer.h"
#include "graphics/pass/shadow.h"
#include "graphics/assets/assets.h"
#include "components/lights.h"
#include "components/transform.h"
#include "components/camera.h"
#include "graphics/rhi/draw.h"
#include "graphics/rhi/primitives.h"
#include "graphics/renderer/renderer.h"
#includ... | [
"lgoetz@islux.lu"
] | lgoetz@islux.lu |
f0d330f46187de0c8da995319cf6fed77c58c6c6 | 11a8bde3ba3799f406f9c4bf7619094c6f936d06 | /vuforia_build/include/Vuforia/PositionalDeviceTracker.h | 02926644e5ee4dde0a12bde34cc4e1958b85c84d | [] | no_license | cheethath/cuboid2 | ea097c7fd2dae162feedd8a29c4a869bf493c31e | 1ebb5b16a8d77c0b44e9e83c1bbf10667caf600c | refs/heads/master | 2020-03-25T07:03:50.151592 | 2018-09-26T10:10:02 | 2018-09-26T10:10:02 | 143,539,331 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,576 | h | /*==============================================================================
Copyright (c) 2015-2018 PTC Inc. All Rights Reserved.
Copyright (c) 2015 Qualcomm Connected Experiences, Inc. All Rights Reserved.
Vuforia is a trademark of PTC Inc., registered in the United States and other
countries.
\file
Positional... | [
"sreenath.s@gmail.com"
] | sreenath.s@gmail.com |
b05a3b0ad7df0ab9287a7014c0fa5399e205492a | 3c55ad828e43d9ef7cf04c7b1d115cb59c4436f1 | /Algorithms/Implementation/Angry-Professor.cpp | 7502401b0c708a307808924cf42cb848821785fb | [] | no_license | Yagrini/HackerRank-Solutions | 85db73e549c14feac28f17378e2fe7d182b03250 | 95669551180b84a5f1a791874e0f2aa057945605 | refs/heads/master | 2020-03-09T01:39:03.744276 | 2018-04-07T11:08:00 | 2018-04-07T11:08:00 | 128,520,319 | 11 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 511 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
int main() {
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
int t , n , k , arrival;
cin >> t ;
while(t--){
int count = 0;
cin >> n >> k;
... | [
"you@example.com"
] | you@example.com |
06dca63d6cd1d42560092d722a00b0c59ba6bcc5 | afc311930f8eba3aabac84becd1b4895408a5af8 | /sdf_play/SDFPlay/VertexModel.h | b85706ef9ef4972368ed52b338a7d528df82a8b1 | [] | no_license | nosnickid/sdf_play | 26275f4c63f48b20630c6aa6ccf66487911b8c40 | fe8892806840b63f97c3bcc09eb98babe2c1d87d | refs/heads/master | 2021-01-19T09:49:30.341969 | 2012-11-03T14:48:59 | 2012-11-03T14:48:59 | 2,295,076 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | h | #ifndef SDF_PLAY_VERTEX_MODEL_H__
#define SDF_PLAY_VERTEX_MODEL_H__
#include "Sys.h"
class VertexModel
{
public:
VertexModel(GLfloat *vertices, int vertCount, GLint vertTriIdx, int triCount);
protected:
};
#endif
| [
"steven.dickinson@gmail.com"
] | steven.dickinson@gmail.com |
09ef4458c972af67dd5caa95f44585152181908b | 5389410ce4795c371dbf1ad64006221d06f46c7d | /Rx/CPP/src/cpprx/operators/Where.hpp | d0089bda4f8003ba060773006ec6621e6262752e | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | Herdinger/RxCpp | 395facd4e100aecfac81c4b6a5e1cbfe955cc921 | 59d9d055fe64e4f9b56e0ed125b985e319004bb0 | refs/heads/master | 2020-12-25T06:45:10.417386 | 2014-05-04T08:13:29 | 2014-05-04T08:13:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,973 | hpp | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
#pragma once
#include "../rx-operators.hpp"
#if !defined(CPPRX_RX_OPERATORS_WHERE_HPP)
#define CPPRX_RX_OPERATORS_WHERE_HPP
namespace rxcpp
{
namespace detail
{
templa... | [
"kirk.shoop@microsoft.com"
] | kirk.shoop@microsoft.com |
d89f5a8fd610b0a79770b34e3e55fac9ebd27181 | a6e29d648e5ea15cd060a5eefd5022ba36c0588a | /rt.h | 8a52c079332186027da4c8424b10090b022b9bf9 | [] | no_license | paulhuangkm/ICG_Final_Project | 976bd41862d5396cf2cff30fc0277ce779466107 | 9dfb52ac414a30db9bd18a7705c1ac36c0acbcaa | refs/heads/master | 2023-05-10T11:25:59.292101 | 2021-06-19T11:37:16 | 2021-06-19T11:37:16 | 374,116,994 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 770 | h | #ifndef RT_H
#define RT_H
#include <cmath>
#include <limits>
#include <memory>
#include <random>
// Usings
using std::shared_ptr;
using std::make_shared;
using std::sqrt;
// Constants
const double infinity = std::numeric_limits<double>::infinity();
const double pi = 3.1415926535897932385;
// Utility Functions
in... | [
"paulpaul@gmail.com"
] | paulpaul@gmail.com |
f9965bf17cd894c5281301b9c93edfed201e831a | 282d37eb162dfc84e51dcea6d738cfb3ea700531 | /angelscript/stl_containers/aatc_enginestorage.cpp | bc98099cefd14e947c2055ade07b5fe7b913bad8 | [] | no_license | Sephirothbahamut/Graph-Maker | 180eff977c76b2f6d47dfd8529040903f5a08fa5 | f8d5558c02f9b2380948c827b69b489e07ab68da | refs/heads/master | 2020-05-07T19:54:28.353314 | 2019-07-18T11:43:36 | 2019-07-18T11:43:36 | 180,833,044 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,354 | cpp | #include "stdafx.h"/*
The zlib/libpng License
http://opensource.org/licenses/zlib-license.php
Angelscript addon Template Containers
Copyright (c) 2014 Sami Vuorela
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the ... | [
"sephirothbahamut@live.it"
] | sephirothbahamut@live.it |
51d01fb496f054e0d34b6a54c1b47550ba662c18 | e9d6b85cb8f16678e45f2493922b9ef53dd0197a | /sources/trabajo_practico_01/consigna_01/src/Complejo.h | a0dd94dde7bdb713f65738984a0bdb60bb41795f | [] | no_license | dqmdz/Computacion.2018.Quinteros.Daniel | 2c1e0fe725ceb454e954d2bde128907c24cd469f | 8bcd56dbd6db5f95d9878d8c0da78b9913187b0d | refs/heads/master | 2021-04-06T08:52:02.223958 | 2018-06-28T18:36:24 | 2018-06-28T18:36:24 | 125,375,003 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 330 | h | /*
* Complejo.h
*
* Created on: 15 mar. 2018
* Author: dquinteros
*/
#ifndef COMPLEJO_H_
#define COMPLEJO_H_
class Complejo {
private:
int real;
int imag;
public:
int getImag() const;
void setImag(int imag);
int getReal() const;
void setReal(int real);
void input();
void show();
};
#endif /* COMPL... | [
"daniel.quinterospinto@gmail.com"
] | daniel.quinterospinto@gmail.com |
c3dc683eafc33d7f70bfd8dfca03b093111e7a28 | 6e112573830a54c6baff30bd94e36994117e9aa1 | /src/pane/BattleShipMap.h | 3214b339ba324e9cf03f80bef6e371f57e676ba0 | [
"WTFPL"
] | permissive | brightface/battleship-game | 9dc3e729f2dd3dc49947ef2a874644d8f46dd38f | 4b61049b75a03e66d66da7174a5e01be26bbd8a6 | refs/heads/master | 2020-03-19T10:05:32.324896 | 2018-06-06T14:33:37 | 2018-06-06T14:33:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 857 | h | /*
* Copyright 2018 MinChul Lee.
*
* Use of this source code is governed by a WTFPL license that can be
* found in the LICENSE file.
*
* C++ BattleShip Project
* 2018-06-02
* 20163137 이민철
*/
#ifndef BATTLESHIP_PANE_BATTLESHIPMAP_H_
#define BATTLESHIP_PANE_BATTLESHIPMAP_H_
#include "Pane.h"
#include "../ship/... | [
"2_minchul@naver.com"
] | 2_minchul@naver.com |
0e8da51dbcee9c139057170060c6baa2f9357043 | 3c6f78340a66112492908b02c214f59465056b47 | /CoolProp/FluidClass.cpp | 5b2ace7b1b9edcc533a0069b9a42cbed7b53c5e5 | [
"MIT"
] | permissive | ashuraj25/coolprop | 5865a6deb7c9f71eef7f38acc6bbc8fbfe7fca75 | d1995c7cb5e0ed3aef2d7bd4b65f4cafdc919b95 | refs/heads/master | 2021-01-10T19:24:58.126896 | 2014-02-23T22:30:09 | 2014-02-23T22:30:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 116,327 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include "rapidjson_CoolProp.h"
#include <stdlib.h>
#include <string>
#include <vector>
#include <map>
#include <algorithm>
#include <list>
#include <exception>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <stdio.h>
#include "math.h"
#include <cmath>
#include "M... | [
"ian.h.bell@gmail.com"
] | ian.h.bell@gmail.com |
429ba668b6f7d185afdbd6261656a56e71e8a693 | b51a16b9dd3d481f20f505ec520eac473db3fe56 | /at/53_Ak/D.cc | 3aa5ca8504a2283be3f30289c888fc76aeb9ca9e | [
"MIT"
] | permissive | xsthunder/acm | 18b0d23c7456b1f57a9c68f94b8b6c0ce5580349 | 3c30f31c59030d70462b71ef28c5eee19c6eddd6 | refs/heads/master | 2021-06-03T23:52:27.140081 | 2019-05-25T05:38:49 | 2019-05-25T05:38:49 | 69,569,543 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,263 | cc | const bool TEST=1;
#include<iostream>
#include<cctype>
#include<algorithm>
#include<cstdio>
#include<cstdlib>
#include<vector>
#include<map>
#include<queue>
#include<set>
#include<cctype>
#include<cstring>
#include<utility>
#include<cmath>
#include<sstream>
#include<stack>
const int inf=0x7fffffff;
#define IF if(TEST)
... | [
"xsthunder@outlook.com"
] | xsthunder@outlook.com |
539ed183eabbbc454a377c0aaa4642145ae800cb | 6337193bf59c2f60491166bc399dffeee26ede37 | /include/hash_multi_classifier.hpp | ae02791c19222f31fbec75e6f1348911de353de0 | [] | no_license | gpzhang7/LSH | 4cd22a70fde6dbb38d73b85ae7fe929a47eda284 | 5a07efa0cc73a986dbdf2093a7af1d7b5f377388 | refs/heads/master | 2020-09-05T22:31:07.344204 | 2012-12-30T16:17:38 | 2012-12-30T16:17:38 | 220,232,395 | 1 | 0 | null | 2019-11-07T12:30:17 | 2019-11-07T12:30:17 | null | UTF-8 | C++ | false | false | 2,603 | hpp | /**
* @file hash_multi_classifier.hpp
* @author Mitsuhisa Ohta
* @brief
*
* @date Fri Sep 24 18:09:10 2010 last updated
* @date Fri Sep 24 15:35:20 2010 created
*/
#ifndef COLFIL_HASH_MULTI_CLASSIFIER__
#define COLFIL_HASH_MULTI_CLASSIFIER__
#include "array.hpp"
#include "container_traits.hpp"
#include "random... | [
"ohtamans@gmail.com"
] | ohtamans@gmail.com |
ead772b0d1a8926eea9f3c5decfa0f08ecf88d3c | 20617a5d85d4758918d5ef73b6c4b10a58be6078 | /RawToMetric/src/RawToMetric.cpp | 9fcd475dc8126e03974d900446db6c311a4c0560 | [] | no_license | techmc/MoPred | 5ee88d8b6e7ca3c4783a3185a256ae81c6c73ccf | 2d6a5cf5a837d3db8a356d793bc5295b5b016014 | refs/heads/master | 2016-09-06T15:58:04.201240 | 2013-01-30T12:03:53 | 2013-01-30T12:03:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,559 | cpp | //============================================================================
// Name : RawToMetric.cpp
// Author : Zassa Kavuma
// Version : 0.2
// Copyright : Released under the GNU General Public License
// Description : Program for saving metric data
//============================================... | [
"zaskav@hotmail.com"
] | zaskav@hotmail.com |
fb209ffec7ee1b500c8e7aa34a6f79706a3732f0 | 69edc451cdb4bf23de322c9d8335af39d583cc82 | /UVa/011764.cpp | 9960499869fa80c144534d85d1086ee47c126077 | [] | no_license | jesusmoraleda/competitive-programming | cbd90384641565b651ac2694f98f5d10870b83a9 | 97511d4fd00e90fe6676bfd134c0eb56be3c7580 | refs/heads/master | 2020-09-04T17:09:37.607768 | 2017-08-13T10:06:04 | 2017-08-13T10:06:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,177 | cpp | #include <iostream>
#include <iomanip>
#include <sstream>
#include <cstdlib>
#include <cstdio>
#include <vector>
#include <queue>
#include <map>
#include <set>
#include <stack>
#include <algorithm> // max...
#include <utility> // pair
#include <complex>
#include <climits> // int, ll...
#include <limits> // double...
#i... | [
"hallaplay835@gmail.com"
] | hallaplay835@gmail.com |
37098662b556e0dd745fe87e0eab739911aa171b | 01ab791f54e388c62209ce0af66219bfbc030c3c | /250th/7/bwmaze.cpp | fdf5c4aecc1331d3521be0502a97e87af21234a7 | [] | no_license | warpdev/koi-exercise-2011-2016 | d2335696d33fa23bcc9a3f5f33b0a1610d530989 | d948f978a6d32e2e01aa1fdf8dc272e2a4c0384a | refs/heads/master | 2023-04-06T06:58:51.031574 | 2021-04-14T07:27:32 | 2021-04-14T07:27:32 | 357,812,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 340 | cpp | #include <stdio.h>
#define N 500
FILE *fp1,*fp2;
int a[N*5+1][N*5+1]
int w,h,a,b,c,d;
void input(void)
{
int i,j;
fscanf(fp1,"%d %d %d %d %d %d",&w,&h,&a,&b,&c,&d);
for(i=1; i<=2h+1; i++)
{
if(i%2==1)
{
for(j=1; j<=w; j++)
}
int main(void)
{
fp1=fopen("input.txt","r");
fp2=fopen("output.txt","w");
i... | [
"98dngus@gmail.com"
] | 98dngus@gmail.com |
ca0997fb5d7c8f52354978626a3d6bb54b5e10dc | e79fc7914f92f8f7ac349f65b1468deb521f2801 | /Game/source/Demo7/Demo7.h | 21a22be04320f0e5eb0d479b4ec7a1f75a3c3650 | [] | no_license | Fabmaur/Hyperion-Engine | c8d2525f3d4ed86ce1e158efc397a957af8ec8bf | 8829356b823f01449ec86de62ab88e43a20ff833 | refs/heads/master | 2022-02-24T15:59:26.879852 | 2019-04-05T08:48:29 | 2019-04-05T08:48:29 | 153,529,422 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 585 | h | #pragma once
#include "graphics/renderer/Layer.h"
#include "graphics/renderer/Shader.h"
#include "graphics/renderer/Mesh.h"
#include "graphics/renderer/Texture.h"
#include "graphics/renderer/CameraFPS.h"
#include "graphics/renderer/Renderer2D.h"
#include "graphics/renderer/Text.h"
class Demo7 : public graphics::Laye... | [
"fabmaur2013@gmail.com"
] | fabmaur2013@gmail.com |
ffbbf744abd1989485ce1013514fc5c94b67d5e2 | 0dd9cf13c4a9e5f28ae5f36e512e86de335c26b4 | /LeetCode/leetcode_max-value-of-equation.cpp | 120cbf5713114f683b88fdf4ba39352670f6e40c | [] | no_license | yular/CC--InterviewProblem | 908dfd6d538ccd405863c27c65c78379e91b9fd3 | c271ea63eda29575a7ed4a0bce3c0ed6f2af1410 | refs/heads/master | 2021-07-18T11:03:07.525048 | 2021-07-05T16:17:43 | 2021-07-05T16:17:43 | 17,499,294 | 37 | 13 | null | null | null | null | UTF-8 | C++ | false | false | 1,058 | cpp | /*
*
* Tag: Sliding Window + Heap (Data Structure)
* Time: O(nlgn)
* Space: O(n)
*/
class Solution {
private:
struct node {
int id, val;
bool operator < (const node &a)const{
return val < a.val;
}
};
public:
int findMaxValueOfEquation(vector<vector<int>>& points, int k) ... | [
"noreply@github.com"
] | yular.noreply@github.com |
63243d5f7639407e9022cdf2ed7bfbd9580edc0b | 9791a7a24160c3acacb1d0bb1b5b4453361b2151 | /WinDDK/7600.16385.1/src/network/ndis/mux/notifyob/notify.h | c6a3b7663c18465a8d69d9917416f35736bc5de5 | [] | no_license | kcrazy/winekit | fedc7bfa3fa702423f93447a8a19e2a4d358241e | 7948f5f42a60225d9f94930be539f0a1d6202dbc | refs/heads/master | 2021-01-10T08:18:48.598427 | 2017-02-17T05:34:15 | 2017-02-17T05:34:15 | 50,400,541 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,513 | h | //+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992-2001.
//
// File: N O T I F Y . H
//
// Contents: Header file for sample notify object.
//
// Notes:
//
// Author: Alok Sinha
//
//----------... | [
"thekcrazy@gmail.com"
] | thekcrazy@gmail.com |
e1bcf65ed35329da87f9cb80946b058464d57d8c | 2c4498b999b205e457c4d60d4e8426316e9f89a6 | /aaa.cpp | 517331fac8a7f6adb251e676159a33cd87ce9322 | [] | no_license | wsnbb163/text | e4be6339fc994540b114bc4cd67795b7192ad17f | 993eb30b928c38c7581b93f6b8c77171ddf02d58 | refs/heads/master | 2021-01-10T19:31:21.296452 | 2015-07-22T03:04:07 | 2015-07-22T03:04:07 | 39,482,424 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22 | cpp | asgduiagdsagvcbhgdasjg | [
"wsnbb163@126.com"
] | wsnbb163@126.com |
720b6489ed29c52d7fbcf12ef8f8fe2918159c34 | 959190a719f81a4dee1a50a3a47ddae2cbd010f9 | /Source/ShooterGame/Private/UI/Widgets/SChatWidget.cpp | 2f7cea46f1ce5e39e0e61ab6304f71e90d5575ce | [] | no_license | denfrost/UE4ShooterGame | ba0c0b4ed88bc4da09138e1204a0e3cbbfba7911 | 6c68cb097fdcff86878279b8bda91b7bb521722f | refs/heads/master | 2020-03-26T05:14:21.439512 | 2018-03-26T11:57:10 | 2018-03-26T12:02:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,359 | cpp | // Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
#include "ShooterGame.h"
#include "SChatWidget.h"
#include "ShooterStyle.h"
#include "ShooterChatWidgetStyle.h"
#define CHAT_BOX_WIDTH 576.0f
#define CHAT_BOX_HEIGHT 192.0f
#define CHAT_BOX_PADDING 20.0f
void SChatWidget::Construct(const FArgume... | [
"sebastien.rombauts@gmail.com"
] | sebastien.rombauts@gmail.com |
a1d5b7205c1a8f7c41dc9d47d747d34ccb54a4fe | c03bf1c42039e3ef9af073328f199546d26db146 | /BackuleleBluetooth.ino | 4da7ba09f31c08abffb64d4e0f26ee80c4052d94 | [] | no_license | trunk-studio/backulele-arduino | e74a73794307d07014fc3636ab11e38363db59c9 | eedb978ba6c4f83a3b585fa089ada9c287f1b476 | refs/heads/master | 2021-01-20T21:11:54.082538 | 2016-07-31T07:55:13 | 2016-07-31T07:55:13 | 64,583,150 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 430 | ino | #include <SoftwareSerial.h>
SoftwareSerial BT(10, 11); //RX, TX
void setup() {
// pinMode(9, OUTPUT);
// digitalWrite(8, HIGH);
Serial.begin(9600);
Serial.println("Bluetooth ready to go.");
//Options: 115200, 38400, 9600
BT.begin(9600);
}
void loop() {
if (BT.available()) {
Serial.write(BT.read()... | [
"lyhcode@gmail.com"
] | lyhcode@gmail.com |
b204375426954ad8e34771811bdd250c2d3e26be | 0c7dba57fe7c76634d4776d8d3969d159ab845eb | /practice/17/gen.cpp | ce45062278c739bf6a509008ad61f0fe4a2c928f | [] | no_license | ccwu0918/JG-testdata | 093511152a98a1038b3ecde3249f19ea8b3a4861 | 4ce2ec45560e18d2c1829d0bb71643b21dd565f4 | refs/heads/master | 2022-04-03T09:13:50.517843 | 2016-01-13T05:49:52 | 2016-01-13T05:49:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 374 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
srand(time(NULL));
int n = rand()%100+1, m = rand()%100+1;
printf("%d %d\n", n, m);
for (int i = 0; i < n; i++) {
for (int j = 0; j < m; j++) {
int x = rand()%1000 + 1;
printf("%d%c", x, i == ... | [
"morris821028@gmail.com"
] | morris821028@gmail.com |
902ad7ee3a503ad05eed36aa11177d875f768ca1 | b392c81ac2462ef8c06c89e56630e5f3e3d46b65 | /GALPROP_56.0.2870_Source/source/store_bremss_HIR_skymap.cc | e33b9a0152ead19982768fff8e11b2970d65e97b | [] | no_license | sadkoeni/galprop | a577cde365008297dca13b241b1ce3ebff60a124 | 002838850041b2d560a0926e2bf810acc433e6ee | refs/heads/master | 2023-01-08T22:38:59.428165 | 2020-11-16T15:08:39 | 2020-11-16T15:08:39 | 312,309,109 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,928 | cc | #include <cassert>
#include <string>
#include <cstring>
#include <valarray>
using namespace std;//AWS20050624
#include "galprop_classes.h"
#include "galprop_internal.h"
#include "fitsio.h"
#include <ErrorLogger.h>
#include <BaseSkyFitsIO.h>
int Galprop::store_bremss_HIR_skymap() {
INFO("Entry");
int status = ... | [
"stephan.koenigstorfer@cern.ch"
] | stephan.koenigstorfer@cern.ch |
71367c5ee1d455869fa46f6b7357c0f94a0b5b38 | 74212aa37999516a0aeba7ba1e71620a217f8e9d | /GameDemonstrator/helper/MapToVectorSorter.cpp | 4f5ef314a9711cb0cab7ced0ad16a18b52d14a3c | [] | no_license | raubwuerger/StrategicGameProject | 21729192518baa541f2c74f35cb0558a64292c2b | ce3e4c31383c44809e970996091067b94602fd92 | refs/heads/master | 2022-04-30T18:31:55.283915 | 2021-11-08T19:14:43 | 2021-11-08T19:14:43 | 19,796,707 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | cpp | #include "stdafx.h"
#include "MapToVectorSorter.h"
#include <algorithm>
#include <functional>
std::vector<float> MapToVectorSorter::TransformAndSort(std::vector< std::vector<float> >& map)
{
std::vector<float> unsortedVector;
for (int rowIndex = 0; rowIndex < map.size(); rowIndex++)
{
for (int colIndex = 0; colIn... | [
"hannuschka@web.de"
] | hannuschka@web.de |
0a0d586fb7c0bd5abe72acbb030ec01ba2839116 | cb3ccc721b48175edffd8136738d8ce10fa1a9c2 | /src/engine/model/obj.cpp | 93538fb0a4aa955fe4e467ffe3d2e82ee1bb5acf | [
"BSD-3-Clause"
] | permissive | stuhacking/SGEngine-Cpp | 3dc9aae7a16a926b47e28c9e10f8142a4d8d33cc | bf531b7ba02a20a2c0d756f6422b68461095664a | refs/heads/master | 2020-12-20T22:34:35.779695 | 2018-04-26T08:49:05 | 2018-04-27T15:53:54 | 48,138,333 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,763 | cpp | //
// Wavefront .obj Importer
//
#include "../engine.h"
#include <iostream>
#include <fstream>
namespace sge {
static inline
void logParseError (const std::string &file, const u32 line, const std::string &el) {
gConsole.errorf("Malformed %s in %s at line: %u.\n",
el.c_str(),
... | [
"stuhacking@gmail.com"
] | stuhacking@gmail.com |
f414216741659265a978489577479f4a98d62ab3 | 12f441018818dc2dcb1a8a89bccd946d87e0ac9e | /cppwinrt/winrt/Windows.UI.Xaml.Core.Direct.h | 96588a212df795d1d96dc70b4ec22280ae70da8c | [
"MIT"
] | permissive | dlech/bleak-winrt | cc7dd76fca9453b7415d65a428e22b2cbfe36209 | a6c1f3fd073a7b5678304ea6bc08b9b067544320 | refs/heads/main | 2022-09-12T00:15:01.497572 | 2022-09-09T22:57:53 | 2022-09-09T22:57:53 | 391,440,675 | 10 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 60,384 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220608.4
#pragma once
#ifndef WINRT_Windows_UI_Xaml_Core_Direct_H
#define WINRT_Windows_UI_Xaml_Core_Direct_H
#include "winrt/base.h"
static_assert(winrt::check_version(CPPWINRT_VERSION, "2.0.220608.4"), "Mismatched C++/WinRT headers.");
#defi... | [
"david@lechnology.com"
] | david@lechnology.com |
fca6f8db75dd6827d629162804acd21897589298 | f712a65139113f637a0d854989ed2f931c02d79d | /P3/Carreres-Pablo-2305/readfile.cpp | 93b7d8defd93a15f892c9cfed8a88b4e031a41c9 | [] | no_license | alsolanes/Carreres | 865679de291fb69c116574a2df4ab65106514eb8 | bad09aa608425e1a0745860f36c85ae34e16c36e | refs/heads/master | 2021-01-10T14:30:09.671738 | 2014-05-28T07:53:39 | 2014-05-28T07:53:39 | 17,371,003 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,785 | cpp | #include"readfile.h"
//read files functions
#include<QString>
/*
Lectura d'un fitxer OBJ
Fragments de codi de obj_2_ply.c (C) Greg Turk
-----------------------------------------------------------------------
Copyright (c) 1998 Georgia Institute of Technology. All rights reserved.
Permission to use, copy, modify and... | [
"al.solanes@gmail.com"
] | al.solanes@gmail.com |
52b8c268c3540eb7f69fba78150b060700d36c35 | 290e9dd635cf50634c93a95625dd23b909cafc3b | /C++/ChannelService_server.skeleton.cpp | ef71d6c4883ce65f5f3a530cb5eb74277c36fc5b | [] | no_license | chimerakang/linethrift | a10546198bf8d677e5f2793a27e58af8a8f7b408 | 3cade23b470ed4e80162bcccc97ad3cdab1e0928 | refs/heads/master | 2022-04-18T11:47:14.065158 | 2020-03-22T15:39:15 | 2020-03-22T15:39:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,482 | cpp | // This autogenerated skeleton file illustrates how to build a server.
// You should copy it to another filename to avoid overwriting it.
#include "ChannelService.h"
#include <thrift/protocol/TBinaryProtocol.h>
#include <thrift/server/TSimpleServer.h>
#include <thrift/transport/TServerSocket.h>
#include <thrift/transp... | [
"tikuwakunn@icloud.com"
] | tikuwakunn@icloud.com |
97154f718b7cbec52430edcd9c82009974d55d23 | 74dccff173c78b4939458cdb47064f5fba3caaa4 | /common/video/mpeg4/vtc/zte/ztscan_dec.cpp | 861a84554958b779556a6692de2cd8da92beed77 | [] | no_license | weltion158/MPEG-4IP | f1f3f963017a5cb6a1adc08b669202eb93908bdc | b0b93c12773077ca29f5a1c00ae421fd4850a239 | refs/heads/master | 2021-01-12T13:26:17.560247 | 2016-09-25T11:22:15 | 2016-09-25T11:22:15 | 69,160,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41,305 | cpp | /* $Id: ztscan_dec.cpp,v 1.3 2001/04/30 20:51:45 dmackie Exp $ */
/****************************************************************************/
/* MPEG4 Visual Texture Coding (VTC) Mode Software */
/* */
/* This softwar... | [
"670441817@qq.com"
] | 670441817@qq.com |
72718007839cc1150f155b664ac0cb9e227465f0 | a688b843b561a08cf0bcd45fb9d082deac745dc9 | /lib/SEM/Scope.cpp | 69c7eb45e9f908daad9ae666aaca57aa20ebfb5f | [
"MIT"
] | permissive | mna/locic | 5c3abc94910ec01c0a0f7be7a23e856a85924c10 | abb06380bfc88732b4427ae909f1c8c616593ef4 | refs/heads/master | 2023-06-08T23:56:47.499047 | 2015-06-27T03:28:57 | 2015-06-27T03:28:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,397 | cpp | #include <string>
#include <locic/Support/Array.hpp>
#include <locic/Support/String.hpp>
#include <locic/SEM/ExitStates.hpp>
#include <locic/SEM/Scope.hpp>
#include <locic/SEM/Statement.hpp>
#include <locic/SEM/Var.hpp>
namespace locic {
namespace SEM {
std::unique_ptr<Scope> Scope::Create() {
return std::u... | [
"scross@scross.co.uk"
] | scross@scross.co.uk |
da6f7e8b52a2400cf45500ae2dda260ead593830 | 98d15649a2ca98cfb9c882fb5bab74a343be6cfb | /source/Plugins/Process/MacOSX-User/source/MacOSX/MachVMRegion.h | b12353df823ecca80d3dbee361fd87f38c710e09 | [
"NCSA"
] | permissive | eightcien/lldb | ce63522fb4fdcd09e5cad312364571eb9ca00ab2 | 211925ad15468061135882005efd9d17e9ce8193 | refs/heads/master | 2016-09-02T15:48:36.938782 | 2011-03-04T01:54:19 | 2011-03-04T01:54:19 | 1,169,442 | 2 | 0 | null | 2013-07-12T20:37:29 | 2010-12-14T22:03:51 | C++ | UTF-8 | C++ | false | false | 2,158 | h | //===-- MachVMRegion.h ------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"spyffe@91177308-0d34-0410-b5e6-96231b3b80d8"
] | spyffe@91177308-0d34-0410-b5e6-96231b3b80d8 |
3390ade8cf5f53fac6de4f24f135839763b79daf | 665943f321d8c5647ab4eeadb687508d2de08de3 | /ZeroLeptonRun2/ZeroLeptonDataDrivenQCD.h | 0d4a147a3815fed0e9e9bd4ad03e1a05a5425d98 | [] | no_license | lawrenceleejr/ZeroLeptonRun2 | 15672575d1765d342c8c903c04ba0553e5a7c4a4 | 67042394b0bca205081175f002ef3fb44fd46b98 | refs/heads/master | 2021-01-19T04:45:06.991785 | 2015-11-18T12:01:42 | 2015-11-18T12:01:42 | 36,355,758 | 0 | 2 | null | 2015-09-29T14:21:02 | 2015-05-27T09:05:35 | C++ | UTF-8 | C++ | false | false | 2,238 | h | #ifndef ZeroLeptonRun2_ZeroLeptonDataDrivenQCD_H_
#define ZeroLeptonRun2_ZeroLeptonDataDrivenQCD_H_
#include "cafe/Processor.h"
#include "ZeroLeptonRun2/Counter.h"
#include "ZeroLeptonRun2/QCDSeedSelection.h"
#include "ZeroLeptonRun2/PhysObjProxyFiller.h"
#include "ZeroLeptonRun2/PhysObjProxyUtils.h"
#include "ZeroLep... | [
"lduflot@4525493e-7705-40b1-a816-d608a930855b"
] | lduflot@4525493e-7705-40b1-a816-d608a930855b |
7258196ac025d6fc89f017435238d87c95a246b2 | 0f552fefd0c0c1c72e540c8a6d3809eee164cd06 | /test/pmem_alloc_performance_tests.cpp | b336ff89eb34acd43c75cf5bd44e7db4f1b551d4 | [
"BSD-3-Clause"
] | permissive | JohnSully/memkind | 7fda961101f7e2e4bfdc0a2ec9965991e6d5e331 | 7c11836a9b0262ff23ef7f45b47a44996f25ab36 | refs/heads/master | 2020-06-30T05:27:22.770001 | 2019-08-05T23:22:51 | 2019-08-05T23:22:51 | 200,741,573 | 0 | 0 | NOASSERTION | 2019-08-05T23:16:24 | 2019-08-05T23:16:24 | null | UTF-8 | C++ | false | false | 13,580 | cpp | /*
* Copyright (C) 2019 Intel Corporation.
* 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(s),
* this list of conditio... | [
"michal.biesek@intel.com"
] | michal.biesek@intel.com |
8d6c9354d8e0507a46ad79f5069c7929ec03369f | 2d926da3a7e99582bcc09e9a61e70a0d7175e8f8 | /src/Magnum/Audio/Audio.cpp | 3c8ab8a19ce1d83b0475a8012715545a0844d4a4 | [
"MIT"
] | permissive | black6816/magnum | 5879fdf569b19bd835c1db87d3d5ce2f211e6c9f | a49602987499379e4a2d155472961d99ddfc75ba | refs/heads/master | 2022-12-12T23:11:44.387207 | 2022-11-16T16:53:06 | 2022-11-19T14:26:39 | 155,795,059 | 0 | 0 | null | 2018-11-02T01:01:51 | 2018-11-02T01:01:51 | null | UTF-8 | C++ | false | false | 2,781 | cpp | /*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021, 2022 Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files ... | [
"mosra@centrum.cz"
] | mosra@centrum.cz |
a8cc3f11464f167cb35b9fa3adda8d2b8cde53b7 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/76/b2b6b0efbe6ed7/main.cpp | 75d2cc8f4cc10a5f6e776d18ad0dec234e7e6ec0 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 214 | cpp | #include <iostream>
using namespace std;
int main(int argc, char* argv[]) {
cout << argc << endl;
if (argc>0) {
main(argc-1, argv+1);
cout << "My arguments in reverse are: " << argv[0] << endl;
}
}
| [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
9e88c5b768ea9f88d777efabfc67e794fb24c3c3 | 9c80d39d5c3d0420e9476da0e8dadb5dca365b0e | /repetier/Printer.cpp | 27b1fa8d42bbc5e8952b1a486b9781e94b390be6 | [] | no_license | cgspeck/theBeastFirmware | ca0b7c7973db2172518da563c1be3daa09c0389b | ea2706114d0e74ae284aaf84079bf3d96462c159 | refs/heads/master | 2021-01-01T17:25:50.376213 | 2017-07-23T03:03:46 | 2017-07-23T03:03:46 | 98,070,888 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 93,605 | cpp | /*
This file is part of Repetier-Firmware.
Repetier-Firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Repeti... | [
"cgspeck@gmail.com"
] | cgspeck@gmail.com |
780e60b36509274bff1befb15f1a5e544e1f89ba | 767fbd64895f6a308ec4d14cc01b66053242774b | /src/MScene.h | 820498f2c02cb37494206b7ff6a85bf5f7cd68d5 | [] | no_license | barmaxence/RT | 7d8835e6d5a310c3c05c341cae241b6a5d63fe69 | 1e992f4fa39b76ce86422f2be80b5afe5a43fb91 | refs/heads/master | 2020-04-09T09:04:07.202316 | 2018-12-03T16:21:45 | 2018-12-03T16:21:45 | 160,219,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 703 | h | #pragma once
#include "MWindow.h"
#include "MCamera.h"
#include "MObject.h"
#include "MLight.h"
#include "MSmartPointer.h"
#include <list>
#include <memory>
class MScene
{
public:
MScene(void);
MScene(const MScene& src);
MScene(MScene&& src);
MScene(const MWindow& window, const MCamera& camera);
... | [
"bar@agueris.com"
] | bar@agueris.com |
0057393d554ca88ddbb2b18fc44741205f630f76 | b799c972367cd014a1ffed4288a9deb72f590bec | /project/NetServices/if/net/nettcpsocket.cpp | 810408c9e6c6639e06e461e8b7491614042926cd | [] | no_license | intervigilium/csm213a-embedded | 647087de8f831e3c69e05d847d09f5fa12b468e6 | ae4622be1eef8eb6e4d1677a9b2904921be19a9e | refs/heads/master | 2021-01-13T02:22:42.397072 | 2011-12-11T22:50:37 | 2011-12-11T22:50:37 | 2,832,079 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,165 | cpp |
/*
Copyright (c) 2010 Donatien Garnier (donatiengar [at] gmail [dot] com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy... | [
"intervigil@gmail.com"
] | intervigil@gmail.com |
a67e66a019b1cce0cea356c7672eacfa80a994e9 | b58d467ded99f268f0c1ebc4957ddb30d8271494 | /srcs/InputBlock.class.cpp | 1e5084db60f532a8320e531217a8941eb0da15b2 | [] | no_license | mdufaud/gomoku | 77d9beca7d55a7b1fd52c05ae5da3ec5ac362fcc | 1d01901bdcbb97b4bd0dfd751578b5b45c7d21bc | refs/heads/master | 2022-03-20T02:41:05.518900 | 2019-12-19T22:14:36 | 2019-12-19T22:14:36 | 197,841,725 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,714 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* InputBlock.class.cpp :+: :+: :+: ... | [
"mdufaud@student.42.fr"
] | mdufaud@student.42.fr |
d80d605fd8d55ef3dab3bd974803f3ea829c56db | 42059e1bb5eda9013c1db41deee389f5726c7867 | /CLSD/data.h | 0c890b882e06832c836c88819918f5c44fffd32e | [] | no_license | dbuw/master | 89d756bc28f8b7aeed69d2601e31af8d514b02e4 | e7e2d194afb0b779f5608a79c2046d4381738fa1 | refs/heads/master | 2021-01-22T09:54:59.468029 | 2014-05-25T20:36:05 | 2014-05-25T20:36:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,930 | h | #ifndef DATA_H_INCLUDED
#define DATA_H_INCLUDED
#include "../util/util.h"
class Data {
public:
typedef std::vector<int> container;
typedef container::const_iterator const_iterator;
Data() {}
//setters
void setJ(int i) {J = i;};
void setT(int i) {T = i;};
void setD(const container& i){d = i;};
void se... | [
"bbd4zn@gmx.de"
] | bbd4zn@gmx.de |
5993cc917a28ff35659490eec600d263161ed015 | 5fb4409abe9e4796c8dc17cc51233c779b9e24bc | /app/src/main/cpp/wechat/zxing/common/decoder_result.hpp | cb7ee144a1455719b2054e180b2c389c49989470 | [] | no_license | BlackSuns/LearningAndroidOpenCV | 6be52f71cd9f3a1d5546da31f71c04064f0c7cac | 79dc25e383c740c73cae67f36027abf13ab17922 | refs/heads/master | 2023-07-10T02:08:10.923992 | 2021-08-09T02:09:19 | 2021-08-09T02:09:34 | 297,529,216 | 0 | 0 | null | 2021-08-09T14:06:05 | 2020-09-22T03:52:46 | C++ | UTF-8 | C++ | false | false | 2,665 | hpp | // This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
//
// Tencent is pleased to support the open source community by making WeChat QRCode available.
// Copyright (C) 2020 THL A29... | [
"onlyloveyd@gmail.com"
] | onlyloveyd@gmail.com |
07220aa7aed588200c8584ae88c606f2b8177a8d | 0179363e16864f8c9fa5445898c1237ef2e83901 | /Linked List(Day 3)/remove duplicates from LL.cpp | ffdc3e51d5e766efbcd676d6ba2d52ae2950a0a6 | [] | no_license | himanshu-sagar/CP_CipherSchools | 4a051efe010e10a0745e6561f9268d5075a8dfaf | 1c824f06d8d5d78330e5b509bf24a486c7102796 | refs/heads/master | 2023-03-10T21:06:35.063386 | 2021-02-22T17:22:17 | 2021-02-22T17:22:17 | 338,584,675 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,083 | cpp | #include <iostream>
using namespace std;
class Node
{
public:
int data;
Node *next;
Node(int data)
{
this->data = data;
this->next = NULL;
}
};
Node *removeDuplicates(Node *head)
{
if(head==NULL)
{
return head;
}
Node *temp1=head;
while(head->next!=NULL)
{
if(head->ne... | [
"49094337+sagar-ML-Developer@users.noreply.github.com"
] | 49094337+sagar-ML-Developer@users.noreply.github.com |
b2b111c53329b6a15b2db419d803f047b5d0f330 | f0a044b13e89aa41f5ea7c85d772873d33f7bd94 | /XTypo/blendersplitter.h | 2cde6c4dce64c6161abdff67d7a69b5040138904 | [] | no_license | peterkiss/QtProjects | 40881c51f8b62354ebd2793a0a61a549bc4aa5fd | 97c42273e38e14d7ec9e4a6b4c2483968aa85852 | refs/heads/master | 2016-09-06T08:30:39.082337 | 2015-03-31T16:06:40 | 2015-03-31T16:06:40 | 33,254,212 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 867 | h | #ifndef BLENDERSPLITTER_H
#define BLENDERSPLITTER_H
#include <QSplitter>
#include "drawarea.h"
#include <QDebug>
class BlenderSplitter : public QSplitter
{
Q_OBJECT
public:
explicit BlenderSplitter(QWidget *parent = 0);
void reOrganize(QPointF dif, WorkFrame *frame);
void addWidget(QWidget *widget) ;
... | [
"kp.peter.kiss@gmail.com"
] | kp.peter.kiss@gmail.com |
7edd0e26aabb5311381bdf51bfe4c02b43503743 | f8e754dc3969b9d9540edb72263b9547cec7231f | /ofApp.h | 7db34d557d2d6835df66d556f01c5b3caf33edc2 | [] | no_license | junkiyoshi/Insta20180302 | e6e10f5935c3ffbb0d7f903f3de0eb0ecbbbc73b | 4caa39cf9a25cd395e98b5283a3e10fe97dbf595 | refs/heads/master | 2021-01-25T13:19:18.498006 | 2018-03-02T09:26:50 | 2018-03-02T09:26:50 | 123,559,033 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 580 | h | #include "ofMain.h"
class ofApp : public ofBaseApp {
public:
void setup();
void update();
void draw();
void keyPressed(int key) {};
void keyReleased(int key) {};
void mouseMoved(int x, int y) {};
void mouseDragged(int x, int y, int button) {};
void mousePressed(int x, int y, int button) {};
void mouseReleas... | [
"nakauchi.k@g-hits.co.jp"
] | nakauchi.k@g-hits.co.jp |
7dfb1de9258cb3170a674add6440b70e686c0e5a | 70418d8faa76b41715c707c54a8b0cddfb393fb3 | /12215.cpp | c7e08cffdeca3037e5e21b3ed541bf319da82fbe | [] | no_license | evandrix/UVa | ca79c25c8bf28e9e05cae8414f52236dc5ac1c68 | 17a902ece2457c8cb0ee70c320bf0583c0f9a4ce | refs/heads/master | 2021-06-05T01:44:17.908960 | 2017-10-22T18:59:42 | 2017-10-22T18:59:42 | 107,893,680 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,989 | cpp | #include <bits/stdc++.h>
using namespace std;
// 1,2,...,N: to form a matrix of R * N by stacking R stage permutation of N
// Find a single matrix when the maximum value of R.
// However, the matrix have to satisfy the following constraints:
// D[i][j] := (the number of j placed on the i-th column)
// E[i][j] := ma... | [
"yleewei@dso.org.sg"
] | yleewei@dso.org.sg |
e4cf7d3d1e3471569dcd6a7597c0552b9d24ceb1 | 1f7e760a50b25c64a723bf7d4d1931bc2caa0a87 | /moc_CPictureFlowWidget.cpp | 935f9d5317d5f4145b961914e8e1e4d0b2e0caad | [] | no_license | an4rchy/Gallery-Misc | d8b7fda7f2169b058cc503a72615b61502f43c9c | b23b195ba6d3ef918755f474ea4bb2ce0ee7a0d6 | refs/heads/master | 2021-01-02T14:46:41.544523 | 2012-05-14T13:19:38 | 2012-05-14T13:19:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,483 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'CPictureFlowWidget.hpp'
**
** Created: Thu Apr 5 07:01:47 2012
** by: The Qt Meta Object Compiler version 62 (Qt 4.7.4)
**
** WARNING! All changes made in this file will be lost!
***************... | [
"razar87@gmail.com"
] | razar87@gmail.com |
5a167e2c2cffee6a5f920382572b040f2463950f | 132f349e01e0cc8b526b01ddcf6f3199be9e06d1 | /Challenges/NotSoMobile.cpp | 70e43c2ca5edf0a28f11aa9a1d92cfad9bb5e27a | [] | no_license | vkstrm/prog-challenges | dad4b2cec399ab78c914004e999383800e0b62a8 | 91c6e8b0486cf3d41a31ec698f4df97f77aa5837 | refs/heads/master | 2020-03-23T10:00:28.655175 | 2019-04-26T11:30:13 | 2019-04-26T11:30:13 | 141,420,599 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 864 | cpp | /*
ID: 839
*/
#include <iostream>
#include <string>
bool same;
int foo()
{
int wl, dl, wr, dr;
int left, right;
std::cin >> wl >> dl >> wr >> dr;
left = wl;
right = wr;
if(!wl)
{
left = foo();
}
if(!wr)
{
right = foo();
}
//std::cout << "l * dl: " <... | [
"mongomoves@gmail.com"
] | mongomoves@gmail.com |
f233213db831e7760f329351ac23b692a4124f5e | c76b8156b33a702dc1a282f87e7ffed9d5975671 | /AndroidC++/jni/SpaceGame.cpp | 936c3779e2c1846ed17bfbcdc4077530713d7f6d | [
"Apache-2.0"
] | permissive | BenjaminNitschke/MobileCourse | 17247a2699f3c22f8b43e44e62861893acb9eda8 | 802ce81f7cd9ee44b35f13e4da302a9fbd29a2b6 | refs/heads/master | 2016-09-05T18:59:35.632999 | 2015-06-20T14:10:15 | 2015-06-20T14:10:15 | 37,622,478 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,147 | cpp | #include "SpaceGame.h"
#include <functional>
#include <algorithm>
using namespace SpaceInvaders;
SpaceGame::SpaceGame(AAssetManager* assets)
: assets(assets)
{
CreateBackground();
CreateShip();
CreateEnemies();
}
void SpaceGame::CreateBackground()
{
background = std::make_shared<Sprite>(std::make_shared<Texture... | [
"Benjamin@DeltaEngine.net"
] | Benjamin@DeltaEngine.net |
ed097021d4ab2abf3ce995d793405d27bad24551 | 08550fda2375beec7bcc515c5e2df66197728e6f | /td4/td4.cpp | 1d0141d5a33a9ae2641517d180b6e674e69cede3 | [] | no_license | mihaelatalpos/Td4test | 0beb63676ba525d4e6f0dc486d98bea379442430 | 45c75df4bb94cd0d964043fd88efee42ed821c86 | refs/heads/master | 2020-04-04T12:05:51.188575 | 2018-11-02T20:11:57 | 2018-11-02T20:11:57 | 155,914,046 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 6,839 | cpp | /*
* Programme qui affiche 5 images fractales produites par systèmes de fonctions itérées.
* \file TD4.cpp
* \author Sofia Alvarez (1894016) et Mihaela Talpos (1894329)
* \date 30 octobre 2018
* Créé le 22 octobre 2018
*/
#include <iostream>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include "ecrireimag... | [
"mihaela.talpos@outlook.com"
] | mihaela.talpos@outlook.com |
b44beb3c6f6ec0ff0dc5a37c7488b0e1e3d40e10 | 4ae933888b37a6969475d3a1f6d8020bcd4e315a | /mp2/robotest_work.cc | a766fa0627e2100f9a3d74300fe66377322998a3 | [] | no_license | mcguiremichael/CS424 | 3ea31552963bae8b14489a632bad0128f42aca58 | b134d288b301da63b9c1f766e9c5656c3f35b9ac | refs/heads/master | 2020-11-29T18:54:06.974584 | 2019-12-26T04:22:43 | 2019-12-26T04:22:43 | 230,193,976 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,072 | cc | #include <chrono>
#include <iostream>
#include <opencv2/calib3d.hpp>
#include <opencv2/core.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/opencv.hpp>
#include <opencv2/xfeatures2d.hpp>
#include <SerialStream.h>
#include "irobot-create.hh"
#include <ctime>
#include <thread>
#inc... | [
"mcguiremichael1998@gmail.com"
] | mcguiremichael1998@gmail.com |
e16581b0fc08194d88021eb65236f21bc1eaa0d3 | 17bfead5d654d6b71d3b2c70bf053fac0d9d6ff3 | /collectives/AllgathervBench.h | 57626462e82b15925634f5dd5ca403c8615dee73 | [] | no_license | jgphpc/jub1 | 763a2e22f5520511e159a33e42e17dfebd1ce601 | ab98a74077b2ea9774a3b170d325d0b57dc04d21 | refs/heads/master | 2016-09-09T18:22:31.960327 | 2015-01-07T15:01:22 | 2015-01-07T15:01:22 | 28,918,764 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 601 | h | #ifndef __Allgatherv_BENCH_H__
#define __Allgatherv_BENCH_H__
#include "CollectivesBench.h"
namespace CMSB {
/**
* Represents Allgatherv benchmark.
*/
class AllgathervBench : public CMSB::CollectivesBench {
public:
AllgathervBench (unsigned int messageSize);
virtual ~AllgathervBench ();
virtual ... | [
"jgp@cscs.ch"
] | jgp@cscs.ch |
d195874ce03d59b94b2b89845fa0d168657922e0 | 7605544c28082e1a1f1f5e61645fc23ecafc930f | /src/ipuerta_comp/ArgParser.h | 637b5ec4af5ea24cf39d979d556aea16de12ecac | [] | no_license | diegonc/Sistemas-Distribuidos-TP-Museo | 46ed94d280685139b8192f2e07b74b9674881ce1 | 35cad26e8136bad1f5793dbf71a8b9e5fd70964a | refs/heads/master | 2021-01-20T19:48:58.702778 | 2015-08-04T02:36:00 | 2015-08-04T02:36:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 672 | h | #ifndef ARGPARSER_H
#define ARGPARSER_H
#include <argp.h>
#include <string>
#include <utils/NonCopyable.h>
class ArgParser : private NonCopyable
{
private:
std::string _idServer;
std::string _broker;
std::string _recursos;
int _idLocal;
ArgParser();
~ArgParser();
friend int parserFunc (int key, char ... | [
"pablo.23.32.23@gmail.com"
] | pablo.23.32.23@gmail.com |
875fd04293dc4437a12c9f21d97492a8fbd1a305 | 9f647e28ca39804e11bb2c1dac8e780de1d0e2b3 | /src/game/main.cpp | aff01187836538943a08c2ae8eb0420c6d3d0bb7 | [] | no_license | AshMagorian/ComputeShaderParticles | 128782c56c7399e184b47c24676af91a1789177f | 775547de1609de067671b820ccd22231ac7f6ed7 | refs/heads/master | 2022-10-21T20:21:48.399913 | 2020-06-16T14:41:43 | 2020-06-16T14:41:43 | 272,299,977 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 169 | cpp | #include <CSEngine/CSEngine.h>
int main(int argc, char *argv[])
{
std::shared_ptr<Application> application = Application::Init();
application->Run();
return 0;
}
| [
"ashmagorian@gmail.com"
] | ashmagorian@gmail.com |
41eb0090a66d6c7635b2b83bfe9065c2ead8ac98 | 4fe4d00c0c9a98d888d1626dedfbf8bd06451e2a | /computorv1/src/token.cpp | 49f3bf140009c9dd5bcde36bcc135d95c7ab9137 | [] | no_license | gguichard/42-workspace | 00234e3e1108d1e0f2b7de067b875713df6b6362 | 9fafb1f3f536f2277cb454cb96a306504dd178b4 | refs/heads/master | 2021-07-10T13:02:37.527351 | 2020-06-25T07:40:59 | 2020-06-25T07:40:59 | 156,335,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 449 | cpp | #include <string>
#include <ostream>
#include "token.hpp"
Token::Token(Token::Type type, std::string lexeme) : m_type(type), m_lexeme(lexeme)
{
}
Token::Type Token::type() const
{
return m_type;
}
const std::string &Token::lexeme() const
{
return m_lexeme;
}
bool Token::isType(Token::Type tokenType) const
{
retu... | [
"gguichar@student.42.fr"
] | gguichar@student.42.fr |
276bc6026877dcc5f23b7a7ad566f4bef699a634 | 91d6c82cf7e7c86f1770786033f91edc039535fa | /PlayBox/dev/prj/PlayBox/src/AppConfig/config/SetBaseCtrls/SetBaseButton.cpp | 94d303558867c02d9ebf9e6f966aa01cabea203a | [] | no_license | linjianbjfu/PlayBox | 147c23ab304e9cc94d7b5a430c97fdc847e1819d | 83672444459b21d91ad68a9e6c1b4b9c04b18da8 | refs/heads/master | 2020-05-19T11:03:33.892941 | 2013-03-25T16:01:28 | 2013-03-25T16:01:28 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 624 | cpp | #include "stdafx.h"
#include "SetBaseButton.h"
// SetBaseButton
IMPLEMENT_DYNAMIC(SetBaseButton, CButton)
SetBaseButton::SetBaseButton()
{
}
SetBaseButton::~SetBaseButton()
{
}
BEGIN_MESSAGE_MAP(SetBaseButton, CButton)
//ON_WM_CTLCOLOR_REFLECT()
//ON_WM_ERASEBKGND()
END_MESSAGE_MAP()
HBRUSH SetBaseButton::C... | [
"chaohua.gao@qq.com"
] | chaohua.gao@qq.com |
bd346bc97c33325f7e9aaf3495630b3704d31d07 | 6802c917823fa477961958f7b23eb6c94a31977e | /2d matrix search.cpp | 3e2c3edf5189f60b9d0c6ae90c697c6389c1fc03 | [] | no_license | seothichowdhury/my-codes | 1506839ee4bc8318a06be73487693e7f9e66b522 | f8fc55c186afcd095c9ea47f43afa7ab22585fe2 | refs/heads/main | 2023-07-15T06:38:07.432467 | 2021-08-30T11:37:51 | 2021-08-30T11:37:51 | 401,320,786 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 431 | cpp | #include<iostream>
using namespace std;
int main()
{
int n, m; cin >> n >> m;
int target; cin >> target;
int mat[n][m];
for (int i = 0; i < n; i++) {
for (int j = 0; j < m; j++) {
cin >> mat[i][j];
}
}
bool found = false;
int r = 0, c = n - 1;
while (r < n && c >= 0) {
if (mat[r][c] == target) {
found ... | [
"noreply@github.com"
] | seothichowdhury.noreply@github.com |
d69c217f195c2d9a85e2ef4ec29eb06f82e331aa | ec68c973b7cd3821dd70ed6787497a0f808e18e1 | /Cpp/SDK/Emote_Storytelling_classes.h | eb4177a941af99502d6336847065e97afe3e47c1 | [] | no_license | Hengle/zRemnant-SDK | 05be5801567a8cf67e8b03c50010f590d4e2599d | be2d99fb54f44a09ca52abc5f898e665964a24cb | refs/heads/main | 2023-07-16T04:44:43.113226 | 2021-08-27T14:26:40 | 2021-08-27T14:26:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 688 | h | #pragma once
// Name: Remnant, Version: 1.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//------------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
d98e638425382a14eee850733a999b9f378d3ba0 | e740520065b12eb15e0e59b16362679464b69c42 | /LintCode/LintCode/RotateString.cpp | 06e130329a06237b10c7c625b05639f17cc460ad | [] | no_license | watsonyanghx/algorithm | ad8fa73ec1672129879bd761e8990a20919106bf | afea8ea4f9f22ac049e9229e64de4905f6939668 | refs/heads/master | 2021-06-18T08:31:54.164042 | 2017-03-13T10:57:41 | 2017-03-13T10:57:41 | 53,142,005 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 774 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <vector>
using namespace std;
class Solution {
public:
/**
* @param str: a string
* @param offset: an integer
* @return: nothing
*/
void rotateString(string &str, int offset) {
//wirte your code here
string s = trim(str);
... | [
"hxy_mail@163.com"
] | hxy_mail@163.com |
51f963a89bf62fc52fc7ccc5dbe6fe79ace608e6 | 24a0e0b288ee1e30f9285d1719a13fabef0e320b | /inheritance 1.cpp | 8844c284ab23c35ef7ccb50bb30c5cf92ef0358b | [] | no_license | utkarsh235/CPP-Programming | db3569a8ad5e6605462147583346566245ddaa56 | d8faa7089d7fbb4ef6a7bb328c10fa78a7ed1751 | refs/heads/main | 2023-03-05T21:07:07.952797 | 2021-02-13T19:28:35 | 2021-02-13T19:28:35 | 330,452,704 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | cpp | #include<iostream>
using namespace std;
class stud1
{
public :
int a;
void getdata()
{
cout << "enter the value of a ";
cin >> a;
}
};
class stud2 : public stud1
{
public :
int b;
void showdata()
{
cout << "the value of a entered is " << a;
b = a;
}
};
cl... | [
"noreply@github.com"
] | utkarsh235.noreply@github.com |
c6774f9e646b3b2a8a2a4f7ea27e19ac111f67c6 | bc1584aa5dbd7d7dac2dd895c92ee2b0dcf581fc | /src/Mixer.cc | 80d1a13aeb4dcfaa99dd9bf165b4c6d19b1d0ca1 | [] | no_license | ColinKinloch/Muzak | e00a770c56ca19b1d94574d8f43d9b659fbcbaec | ad777d3c4df2de4d96e18985a326f7151651a09c | refs/heads/master | 2018-12-28T17:35:21.375538 | 2014-10-29T01:16:52 | 2014-10-29T01:16:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 886 | cc | // Copyright © 2014 Colin Kinloch <colinmkinloch@gmail.com> - All Rights Reserved
// Licence in LICENSE
#include <Muzak/Mixer.hh>
#include <cstdio>
Muzak::Mixer::Mixer(): Muzak::Mixer::Mixer(0.f)
{}
Muzak::Mixer::Mixer(double Rate): Muzak::Node::Node(Rate)
{
tempSize = 0;
tempBuff = new float[tempSize]();
}
Muzak... | [
"colinmkinloch@gmail.com"
] | colinmkinloch@gmail.com |
94ff011e7624f50caab788a85da5f6ae315d049b | e2f17433b6cf978ad98b7a1277375a8b1c44aff3 | /libboost_actor_core/src/singletons.cpp | f68f883a88ee82cf5bc7e1e5d97487b6777278a0 | [
"BSL-1.0"
] | permissive | nk0leg/boost.actor | dd01bc36704e560660981fefcd0e2370fad15111 | 6b39bbf859007308cf4e20e62d3d31b1dae56b84 | refs/heads/master | 2021-01-12T08:22:01.320872 | 2015-08-31T15:44:29 | 2015-08-31T15:44:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,818 | cpp | /******************************************************************************\
* *
* ____ _ _ _ *
* | __ ) ___ ___ ___| |_ / \ ___| |_ ___ _ __ *... | [
"dominik.charousset@haw-hamburg.de"
] | dominik.charousset@haw-hamburg.de |
700a47e940c26c8af1162a68109ed281c5d349bd | 5bccf2d2118008c0af6a51a92a042e967e4f2abe | /Support/Modules/RapidJSON/stringbuffer.h | cc7501561fc5481fc76be25262e3385effdeb016 | [
"Apache-2.0",
"MIT"
] | permissive | graphisoft-python/DGLib | fa42fadebedcd8daaddde1e6173bd8c33545041d | 66d8717eb4422b968444614ff1c0c6c1bf50d080 | refs/heads/master | 2020-06-13T21:38:18.089834 | 2020-06-12T07:27:54 | 2020-06-12T07:27:54 | 194,795,808 | 3 | 0 | Apache-2.0 | 2020-06-12T07:27:55 | 2019-07-02T05:45:00 | C++ | UTF-8 | C++ | false | false | 1,323 | h | #ifndef RAPIDJSON_STRINGBUFFER_H_
#define RAPIDJSON_STRINGBUFFER_H_
#include "rapidjson.h"
#include "internal/stack.h"
namespace rapidjson {
//! Represents an in-memory output stream.
/*!
\tparam Encoding Encoding of the stream.
\tparam Allocator type for allocating memory buffer.
\implements Stream
*/
template <... | [
"445212619@qqcom"
] | 445212619@qqcom |
338588698db1d56a25b6d73e5d20a6770043f809 | 1b5f95f026c7df33209c3176ab35a89c00af4161 | /mt_2.hpp | 11cd62f79de8f3e827e924a5ce45bd0b9be7841b | [
"BSL-1.0"
] | permissive | alexey-malov/course-nimble_cpp | 40aaf5487e25fda01067e1f4729e51d24161e7e4 | 8059da2a78b958b108c9e1ada1b7dc1f17126c69 | refs/heads/master | 2020-03-19T01:25:46.716786 | 2018-04-19T15:53:24 | 2018-04-19T15:53:24 | 135,544,607 | 1 | 0 | null | 2018-05-31T06:55:29 | 2018-05-31T06:55:29 | null | UTF-8 | C++ | false | false | 2,072 | hpp | #include "util.hpp"
//////////////////////////// TASK 2 ////////////////////////////
struct naive_read_write_var_t {
std::atomic<int> variable{0};
int load() const {
return variable;
}
void store(int i) {
variable = i;
}
} naive_read_write_var;
struct optim_read_write_var_t {
... | [
"antoshkka@gmail.com"
] | antoshkka@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.