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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4de421a27789e0f9b566285cd2eccc22b36f64a8 | 474ca3fbc2b3513d92ed9531a9a99a2248ec7f63 | /ThirdParty/boost_1_63_0/libs/hana/test/tuple/auto/remove_range.cpp | 3f3982dc7e711b96704a45ca4abca26c9358d52d | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LazyPlanet/MX-Architecture | 17b7b2e6c730409b22b7f38633e7b1f16359d250 | 732a867a5db3ba0c716752bffaeb675ebdc13a60 | refs/heads/master | 2020-12-30T15:41:18.664826 | 2018-03-02T00:59:12 | 2018-03-02T00:59:12 | 91,156,170 | 4 | 0 | null | 2018-02-04T03:29:46 | 2017-05-13T07:05:52 | C++ | UTF-8 | C++ | false | false | 260 | cpp | // Copyright Louis Dionne 2013-2016
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
#include "_specs.hpp"
#include <auto/remove_range.hpp>
int main() { }
| [
"1211618464@qq.com"
] | 1211618464@qq.com |
a938bbd39c9e759f5a70f9583b0b1826d3328a60 | 8ad7a692130161bac7b07135326dd7cad63144fb | /Práctica 7/Main.cpp | 9fbbf44eca0905a465465298e7546deddc518426 | [] | no_license | Javi96/EDA | c5bb31e14a6d62dd1c71e31bae0becb82ba30582 | 2ebc755d0a3be7db14287d0849f20951f045c76d | refs/heads/master | 2021-01-13T14:45:19.159531 | 2017-06-28T15:22:47 | 2017-06-28T15:22:47 | 76,579,268 | 1 | 1 | null | 2017-03-06T21:27:01 | 2016-12-15T17:02:18 | C++ | UTF-8 | C++ | false | false | 1,380 | cpp | #include "Arbin.h"
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
void busquedaEnProfundidad(const Arbin<char>& falda, int & cuenta, int & cuentaParcial) {
Arbin<char> der = falda.hijoDer();
Arbin<char> izq = falda.hijoIz();
if (falda.raiz() == 'X') {
cuenta = cuenta + cuentaParcia... | [
"josejaco@ucm.es"
] | josejaco@ucm.es |
4c1db2d1db314e65ec1fcf7326f22436041a6b87 | ee0af171e0fac50c041560aa8c58150cd80d73ef | /CSES/Dynamic Programming/Min.cpp | 79747e682ba3ed2bf0d3f6eb1aec4467d25a5ef5 | [] | no_license | Linter97/Algorithm | fdcc094fd7c327a3721d62bf7714f1029deccb8c | 8e3d72466da715cf0399bc748eb3d3f6fbb892b3 | refs/heads/master | 2021-04-01T07:57:09.273240 | 2020-09-28T06:13:04 | 2020-09-28T06:13:04 | 248,170,460 | 0 | 0 | null | 2020-04-08T05:57:44 | 2020-03-18T07:56:29 | C++ | UTF-8 | C++ | false | false | 514 | cpp | #include <bits/stdc++.h>
#define INF 987654321
#define MOD 1000000007
using namespace std;
typedef long long ll;
typedef pair<int, int> pii;
typedef pair<ll, ll> pll;
int c[101], dp[1000001];
int main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
int n, x;
cin >> n >> x;
for (int i = 0; i < n; i++) cin >> c[i];
... | [
"noreply@github.com"
] | Linter97.noreply@github.com |
d921bfc61639abbf0ea5ef515f5a472657a8150c | a3bbea953d7b999f31e15a05e5c60fdfaf6f59c5 | /C/0311/helloo.cpp | 18afc37bd3202dd7c8fdf84a7333a78e6d16ea82 | [] | no_license | YaolinGe/KTH_MSc_Matlab_Scripts_for_Beacon_Transmitter | c08d279c6b50821cd3ef1825b1267accdfcfc2ee | a2bfba9479c5e845fc5c04c17cacaf676ef85a66 | refs/heads/master | 2022-09-02T15:43:41.001247 | 2020-05-24T20:28:45 | 2020-05-24T20:28:45 | 266,617,530 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 128 | cpp | // #include<stdio.h>
#include<iostream>
using namespace std;
int main()
{
int a = 3.9;
cout<<"the out is "<< a<<endl;
} | [
"YL@users.noreply.github.com"
] | YL@users.noreply.github.com |
b11c3aadd34f395a0e6b9c23f14133a1cd392159 | a5aaa2cf1a4f31662a9f25bdb065882189ce1b4e | /Cylcops/Cylcops.ino | 0c04ce275d8537af072bb7e1a46859daed495c53 | [] | no_license | snersnasskve/Arduino | ee56836d142a9d83ac56c127618298c958d53f1f | 21c46ef2381e99e611b5be2eed78ee39c1e4d854 | refs/heads/master | 2021-01-17T11:32:21.136164 | 2018-02-25T06:29:10 | 2018-02-25T06:29:10 | 84,039,170 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,613 | ino | #include <Adafruit_NeoPixel.h>
#include <Ultrasonic.h>
// This example drives the stepper motors directly
// It makes the robot perform the "HullPixelBot Dance"
// See if you can change the moves.
// www.robmiles.com/hullpixelbot
////////////////////////////////////////////////
//declare variables for the motor pins
... | [
"sners_nass@yahoo.co.uk"
] | sners_nass@yahoo.co.uk |
0b4237d4663fce11ccfb7b82522b4d7b34287cf4 | ed590edd688d0ece038a14fba91dfd718a6f002b | /Group 14 QuickSort/QuickSort.cpp | a495f98bdb3d31167b5cbf8afde1cd227714c541 | [] | no_license | humayoonrafei/structureWork | 5f9bae8fbf6e816460ac624776544b1cbba15bed | 1af56b9477b9dc52ae47b82abbed0799baeb7e4d | refs/heads/master | 2022-12-16T02:25:58.521373 | 2020-09-06T03:34:43 | 2020-09-06T03:34:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,734 | cpp | #include <iostream>
#include <fstream>
#include <string>
using namespace std;
void quickSort(int arr[], int low, int high);
int getPartition(int arr[], int low, int high);
void addDigit(int arr[], int counter);
void countSort(int arr[], int n, int exp);
void radixSort(int arr[], int n);
int getMax(int arr[], int n);
v... | [
"hormoz_halimi@yahoo.com"
] | hormoz_halimi@yahoo.com |
43b7e87795844a6262b4426d132049c6518cda6c | 5add8458e6ea2af3c5ec1b87718b9e9e9f733974 | /GraphicsProject/shapes.h | f362b4a6aab2c49bddc852bd39b652544346af02 | [] | no_license | sean-h/graphics-project | cc436619e7acee87f88fecd178b59ede09d07312 | a0ca0107411bb57b1078218d8fbc179ce6c899ad | refs/heads/master | 2021-01-19T10:03:25.023018 | 2014-01-26T19:34:02 | 2014-01-26T19:34:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,091 | h | /***********
* shapes.h
***********/
#ifndef __SHAPES_H__
#define __SHAPES_H__
#include "Angel.h"
#include <vector>
class Shape {
protected:
vec2 position;
int vertexCount;
vec2 *vertices;
vec2 *transformedVertices;
vec3 *colors;
GLuint buffer;
void draw(GLenum, GLuint);
public:
Shape();
void draw(GLuint);
... | [
"seanhumeniuk@gmail.com"
] | seanhumeniuk@gmail.com |
b2c60c32c917cf469e211e93410aadf0e12b7809 | 8c0c4f9f3ecb00a671b595b9e3ac0b4498ef93ac | /CellToy/Source/Genome.cpp | bcfc8cd3c49ca3befb83266eea9995b6974a6fdf | [] | no_license | nstearns96/CellToy | b1ae3967fb90362f0759298a41177af71fc458b3 | 4d0fdfdae5e7b7d919a4db11193962c72385f013 | refs/heads/master | 2020-09-16T03:42:00.748112 | 2019-12-15T19:26:21 | 2019-12-15T19:26:21 | 223,640,631 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 66 | cpp | #include "Genome.h"
Genome::Genome()
{
}
Genome::~Genome()
{
}
| [
"nstearns96@gmail.com"
] | nstearns96@gmail.com |
d07558ab14323f534eae17ace7df7c19ec74c425 | bc079fad03beef5bfbeaadcf82ac772172c27246 | /ArikaraSkinEditor/Editor/SkinDataWidget.cpp | 0ca526a91ffaae7fcad0bbd06bdd2c46c6f42f8e | [] | no_license | JonasOuellet/Arikara | 7b9dc9dd982162169bd8e77bb9101dee4a1ce961 | d2937b045c85cc7f5c9a212196acbee71857da4d | refs/heads/master | 2020-03-28T18:01:57.880720 | 2020-03-12T20:00:22 | 2020-03-12T20:00:22 | 148,846,154 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 9,411 | cpp | #include "../ArikaraMaya/command/ArikaraSkinDataCmd.h"
#include "SkinDataWidget.h"
#include "qtwidgets/qhboxlayout"
#include "qtwidgets/qVboxlayout"
#include "qtwidgets/QLabel"
#include "qtwidgets/qpushbutton"
#include <qtcore/qfileinfo>
#include <maya/MString.h>
#include <maya/MGlobal.h>
#include <maya/MStringArray.... | [
"ouelletjonathan@hotmail.com"
] | ouelletjonathan@hotmail.com |
79dadd42d0e8f6354ba013a9d114b61c0b9be1be | 12d83468a3544af4e9d4f26711db1755d53838d6 | /cplusplus_basic/Qt/boost/icl/type_traits/is_element_container.hpp | 698fd95e1aaaf4fe940a3a09bfedb5936e1f5834 | [] | no_license | ngzHappy/cxx17 | 5e06a31d127b873355cab3a8fe0524f1223715da | 22d3f55bfe2a9ba300bbb65cfcbdd2dc58150ca4 | refs/heads/master | 2021-01-11T20:48:19.107618 | 2017-01-17T17:29:16 | 2017-01-17T17:29:16 | 79,188,658 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,801 | hpp | /*-----------------------------------------------------------------------------+
Copyright (c) 2008-2009: Joachim Faulhaber
+------------------------------------------------------------------------------+
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENCE.txt or copy... | [
"819869472@qq.com"
] | 819869472@qq.com |
527a6ee8adc2580846f7a796d5fa5993ca442ce9 | 64058e1019497fbaf0f9cbfab9de4979d130416b | /c++/include/serial/objectiter.hpp | f799755e7e47dcb07d48be5193db428cbaf2a490 | [
"MIT"
] | permissive | OpenHero/gblastn | 31e52f3a49e4d898719e9229434fe42cc3daf475 | 1f931d5910150f44e8ceab81599428027703c879 | refs/heads/master | 2022-10-26T04:21:35.123871 | 2022-10-20T02:41:06 | 2022-10-20T02:41:06 | 12,407,707 | 38 | 21 | null | 2020-12-08T07:14:32 | 2013-08-27T14:06:00 | C++ | UTF-8 | C++ | false | false | 18,648 | hpp | #ifndef OBJECTITER__HPP
#define OBJECTITER__HPP
/* $Id: objectiter.hpp 358154 2012-03-29 15:05:12Z gouriano $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This softwa... | [
"zhao.kaiyong@gmail.com"
] | zhao.kaiyong@gmail.com |
0401b0ca7e1e016f8afecb761b08ebad586cc868 | 12b377946d78de96d4096e55874933fe9bb38619 | /ash/wm/common/wm_globals.h | 28823ef7a353b1fa32000dd0ab02e00a2b0a3bb0 | [
"BSD-3-Clause"
] | permissive | neuyang/chromium | 57c0c6ef86e933bc5de11a9754e5ef6f9752badb | afb8f54b782055923cadd711452c2448f3f7b5b4 | refs/heads/master | 2023-02-20T21:47:59.999916 | 2016-04-20T21:38:20 | 2016-04-20T21:41:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,670 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_WM_COMMON_WM_GLOBALS_H_
#define ASH_WM_COMMON_WM_GLOBALS_H_
#include <stdint.h>
#include <vector>
#include "ash/ash_export.h"
namespace gf... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e22024e90544695e52c4c9ee9c3d9a5f5e6ed563 | 1bf7bfc7a7f4653fe0e956459b23d0ffd9d8e479 | /tmplanner_continuous/include/tmplanner_continuous/stats/rand/rlogis.ipp | 5e44ad82ba027e9ffed179dc4235842ee0c3a724 | [] | no_license | ajitham123/IPP-SaR | e063d9bf1bc0d4e065d8d6c1992f9e87f128cd61 | f434bfaeff7ca5e9b0e7bb34b6d5d1c63566ea53 | refs/heads/master | 2021-07-16T04:30:55.263886 | 2021-07-09T12:39:54 | 2021-07-09T12:39:54 | 121,274,735 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,291 | ipp | /*################################################################################
##
## Copyright (C) 2011-2018 Keith O'Hara
##
## This file is part of the StatsLib C++ library.
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance... | [
"ajitham1994@gmail.com"
] | ajitham1994@gmail.com |
b403511eed2c7dd4f534293d79691760f108a899 | 462d34de5ba1db166757b4dcf1bd54b61556fb37 | /IllegalCharException.h | e55137af94423c65bce9d7035d32c4cbbb7452bd | [] | no_license | Meyt3893/TickTackToe | 30b96698b151934c6d68ebcade7c33a9880272fa | 5927611f84744c777cd412cdf7bf9d1e81704bc2 | refs/heads/master | 2020-03-14T15:55:09.074434 | 2018-06-20T06:20:21 | 2018-06-20T06:20:21 | 131,687,198 | 0 | 1 | null | 2018-06-20T07:39:53 | 2018-05-01T07:26:20 | C++ | UTF-8 | C++ | false | false | 213 | h |
#include <string>
#include <exception>
using namespace std;
class IllegalCharException : public exception
{
public:
char c;
IllegalCharException(char c);
char IllegalChar()const;
char theChar()const;
};
| [
"noreply@github.com"
] | Meyt3893.noreply@github.com |
3c9da29f1b78e7493e9464525db1c484d20f3d1b | 0b95ece2228853e93506c9177359c7251bfacc65 | /Arduino_code/calibration/MatlabSerial_forverification/MatlabSerial_forverification.ino | fa41ef6c488c07336a435ca4b99d086240e8088c | [] | no_license | RoshanPasupathy/Smartwing_GDP1617 | 81a974f67bf30f102d7d6c2e51c036e941b937e0 | 198d2ff8297d7e053cf7434dfc2572e14e285bd3 | refs/heads/master | 2021-01-22T19:22:01.900476 | 2017-03-16T12:15:31 | 2017-03-16T12:15:31 | 85,193,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,198 | ino | #include "HX711.h"
//function definition
void send_routine(void);
volatile byte state = LOW;
int switchPin = 2;
int ledPin = 14;
int redledPin = 15;
HX711 l1;
HX711 l2;
HX711 l3;
HX711 d1;
HX711 d2;
//Number of loading conditions
//int N = 5;
void setup() {
// Initialise loadcells
l1.begin(11,12);
l2.begin(9... | [
"roshan.pasupathy@gmail.com"
] | roshan.pasupathy@gmail.com |
412e29c23e0939fc655b65b98dafd6a969ac41aa | f68a5f06ad64f31e09f7b86862e9437a389dd464 | /Src/Window/Blackman.cpp | 769f02f32f23c7c28347353daacc10b5e0df043e | [] | no_license | LiuPeiqi/DSP | 68ec54bcbb20add77d4ba94ff338e2cde492aac5 | 09d3efa1713d868c7595f7eff9a9a2a67e5f8095 | refs/heads/master | 2021-01-19T07:17:50.652006 | 2016-06-21T15:43:35 | 2016-06-21T15:43:35 | 61,643,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 317 | cpp | #include <cmath>
#include "WindowConstNumber.h"
double BlackmanItem(size_t n, size_t N)
{
double f = n / (N - 1);
return 0.42 - 0.5 * cos(M_2_PI * f) + 0.08 * cos(M_4_PI * f);
}
void Blackman(double *blackman, size_t N)
{
for (size_t i = 0; i < N; ++i) {
blackman[i] = BlackmanItem(i, N);
}
} | [
"liu_peiqi@163.com"
] | liu_peiqi@163.com |
54c3f666cf1e686aa89142cc5e7304c6a0c77fd5 | ff7f4d1db50802fff5ef30dbc070deae61562ac2 | /RecoBTag/SecondaryVertex/src/CombinedSVSoftLeptonComputer.cc | 7e80ce45d90fefeceaa37cc85a7a22d2e221be04 | [] | no_license | chenxvan/cmssw | c76aaab6b7529ddcea32c235999207d98cdac3f7 | 5a62631dbbe35410e816ca1b35682203ceaa64f9 | refs/heads/CMSSW_7_1_X | 2021-01-09T07:33:32.267995 | 2017-06-01T20:05:26 | 2017-06-01T20:05:26 | 19,713,080 | 0 | 0 | null | 2017-06-01T20:05:27 | 2014-05-12T19:54:48 | C++ | UTF-8 | C++ | false | false | 20,599 | cc | #include <iostream>
#include <cstddef>
#include <string>
#include <cmath>
#include <vector>
#include <Math/VectorUtil.h>
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Math/interface/Vector3D.h"
#include "DataFormats/Math/interface/Lore... | [
"pvmulder@cern.ch"
] | pvmulder@cern.ch |
eea9422c602d78b76b7f74034eeff2b3448e2925 | 11c5c16b77857f163fbb8bd6e6ba4fa79886d696 | /NameEntry.h | c96b3d668ed37c250ffc4094ad7a1c41808d7dd8 | [] | no_license | LucasLu2000/NamesDemo | 075106a18e84e3e78f3cf498b63798e23ec0ad48 | a1407c5a6eef6555eba5d49fddda4d02a8bd97da | refs/heads/master | 2022-12-09T07:13:45.226856 | 2020-09-15T03:59:38 | 2020-09-15T03:59:38 | 295,569,956 | 0 | 0 | null | 2020-09-15T00:19:55 | 2020-09-15T00:19:55 | null | UTF-8 | C++ | false | false | 888 | h | /***************************************************************************
* NameEntry.h - Object to store name data for a single name
*
* copyright : (C) 2018 by Jim Skon, Kenyon College
*
* This is part of a program create an index US Census name
* Data on the frequency of names in response to requestes.
... | [
"skonjp@kenyon.edu"
] | skonjp@kenyon.edu |
b3af205822e80b8955eed3a86dbd7ff82952de5e | d0e0745ca2c2fd1fd096114596cefa42498b6d59 | /vhodno_nivo/Veselin_Dechev_11a/Veselin_Dechev_4.cpp | 54f3ecda53e2b78ce13d37d1b544d59804031393 | [] | no_license | thebravoman/software_engineering_2014 | d7fde1b2a31c07bceb2b6f76f6c200379a69d04d | e63968236ff2d8ab5b4a31515223097dc8d1e486 | refs/heads/master | 2021-01-25T08:55:25.431767 | 2015-06-19T08:34:43 | 2015-06-19T08:34:43 | 24,090,881 | 5 | 0 | null | 2016-05-01T21:20:09 | 2014-09-16T08:05:57 | Ruby | UTF-8 | C++ | false | false | 383 | cpp | #include<iostream>
using namespace std;
int main(){
int x,y,first=0,second=1,next;
do{
cin>>x>>y;
}while(x>y && x<=0);
for (int a=0;a!=y+1;a++){
if (a<=1){
next=a;
}else{
next = first + second;
first = second;
second = next;
}
if(a>x-1){
... | [
"ahhak123@gmail.com"
] | ahhak123@gmail.com |
7ba71d7740cf727cbcf08eacd2933f8381589ef7 | d829d426e100e5f204bab15661db4e1da15515f9 | /src/EnergyPlus/ChillerExhaustAbsorption.cc | 8b60e724e57e2eb958734d912682f6b098c74bb6 | [
"BSD-2-Clause"
] | permissive | VB6Hobbyst7/EnergyPlus2 | a49409343e6c19a469b93c8289545274a9855888 | 622089b57515a7b8fbb20c8e9109267a4bb37eb3 | refs/heads/main | 2023-06-08T06:47:31.276257 | 2021-06-29T04:40:23 | 2021-06-29T04:40:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 124,684 | cc | // EnergyPlus, Copyright (c) 1996-2020, The Board of Trustees of the University of Illinois,
// The Regents of the University of California, through Lawrence Berkeley National Laboratory
// (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge
// National Laboratory, managed by UT-Batt... | [
"ffeng@tamu.edu"
] | ffeng@tamu.edu |
702b20b69c3ee60389cf28284cc5e4ff5bd2a9c5 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_1482492_0/C++/dkorduban/B.cpp | 5aa2199fb40cfbc965e2fd75778d21a4415490c2 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | cpp | // MS Visual Studio
#include<cstdio>
#include<cstring>
#include<cstdio>
#include<cmath>
#include<iostream>
#include<map>
#include<vector>
using namespace std;
#define REP(i,n) FOR(i,0,n)
#define FOR(i,s,n) for(int i=(s); i<(n); ++i)
#define sz(X) int((X).size())
#define pb push_back
#define X first
#def... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
c08db733302eeede19438e16b701641ac7b4b750 | 84491309d9aa15f1da13e7cbbc2486dd95b2e5a1 | /Data Structures Implementation/Stack/stack.cpp | 95a8df587974f6a453e11870052f4367387adfc7 | [] | no_license | iksanov/algorithms_data-structures_OOP | d8befe4df618994ff505a0e44f73601ccd69ccb5 | 0967c7179699fbb888e1cc22b6497951fc53342b | refs/heads/master | 2021-08-20T02:53:24.387581 | 2017-11-28T02:26:31 | 2017-11-28T02:26:31 | 111,935,555 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,090 | cpp | #include "stack.h"
#include <new>
#include <stdexcept>
#include <iostream>
using std::runtime_error;
using std::cout;
using std::endl;
Stack::Stack(int init_size)
{
cout << "I'm inside the constructor\n";
arr = new int[init_size];
capacity = init_size;
count = 0;
}
Stack::Stack(const Stack &stack)
{
... | [
"iksanov@yahoo.com"
] | iksanov@yahoo.com |
ff4b323fa550e8e80ee150d8cab5eff75eaf8090 | bd836081502105e472df1d0a99881deed61ce048 | /marketlink/MKLrmdsRecordHandler.cpp | 7a79094ed070f321f6e2db050170512476431b86 | [] | no_license | mitkatch/BPE | 9f34064778c25cc8dcb8225ed9f2252a3d431fb3 | 27985cb5da5045b797e67ec8c2a93e0f50ee6c09 | refs/heads/master | 2020-03-30T22:18:51.194908 | 2018-10-05T02:48:32 | 2018-10-05T02:48:32 | 151,662,346 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,440 | cpp |
/************************************************************************
||
|| DATE: $Date:$
|| SOURCE: $Source:$
|| STATE: $State:$
|| ID: $Id:$
|| REVISION: $Revision:$
|| LOG: $Log:$
|| LOG:
**************************************... | [
"mikhail_tkatchenko@yahoo.com"
] | mikhail_tkatchenko@yahoo.com |
bbe68f9c3beaf69a463ad6cdd31f93e1e8781bd9 | 4015f8bd0d1bd8306f6ec80524a891df369544c0 | /11/11/11.cpp | 8399b2a042dd6a06cb01604e7087b0c7b3002532 | [] | no_license | andyyin15/forthrepository | b18834c46d81c565e0d932cba70a1d260c9325cb | 85c3c4fad188ce5391eed1aa880117098e51cc90 | refs/heads/master | 2020-11-27T16:41:14.621627 | 2020-06-30T13:17:25 | 2020-06-30T13:17:25 | 229,530,174 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 262 | cpp | // 11.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include<stdio.h>
#include"iostream"
int main(void)
{
int a[5] = { 1,2,3,4,5 };
int *ptr = (int *)(a + 1);
printf("%d,%d", *(a + 1), *(ptr - 1));
system("pause");
return 0;
} | [
"3223939902@qq.com"
] | 3223939902@qq.com |
b4ec4973a91c039ff99aee9c5c045c954dc0994f | 3dd41434dbf7f11f4ef99aa55c72607ac78dd3b2 | /server/server/src/im/db_proxy_server/business/AudioModel.cpp | c5ba404f2b8d0d77d57779c70857db51147b6b16 | [] | no_license | JCGit/ttchat | 963561885546702d9468282702004dcf032bb8c1 | e4bb2e631ac2cba4542674f406be74f144b11889 | refs/heads/master | 2020-03-09T04:49:39.966293 | 2018-07-20T10:51:31 | 2018-07-20T10:51:31 | 128,596,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,690 | cpp | /*================================================================
* Copyright (C) 2014 All rights reserved.
*
* 文件名称:AudioModel.cpp
* 创 建 者:Zhang Yuanhao
* 邮 箱:bluefoxah@gmail.com
* 创建日期:2014年12月15日
* 描 述:
*
================================================================*/
#include "../DBP... | [
"1027718562@qq.com"
] | 1027718562@qq.com |
1367b5a4e1fa6a10389b4082c8c9f332abe9f205 | 24213b3dd8e38426c9f8d7c86847c674a8874730 | /src/test/blockencodings_tests.cpp | 38ac06fe4b1d80c24de9506b9454465e047b8e70 | [
"MIT"
] | permissive | bitcoinrent/Source-code | cf0b3fafc745d62617801a32e9d0b2282b6b81ae | 53d70089aaf86b71eafc62bae35959485931e896 | refs/heads/master | 2020-04-02T09:14:09.032844 | 2019-02-16T23:57:12 | 2019-02-16T23:57:12 | 154,283,010 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 12,949 | cpp | // Copyright (c) 2011-2018 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <blockencodings.h>
#include <consensus/merkle.h>
#include <chainparams.h>
#include <pow.h>
#include <random.h>
#inc... | [
"noreply@github.com"
] | bitcoinrent.noreply@github.com |
e219e2f2618a14e11cc7156a0aa4a05d004bbc58 | 6c4f73b08cd78cd45245ae8f32cf05ecd45a4f08 | /src/align.cc | 9a48e338c963ce6979aa72518f5621b19e09af35 | [
"MIT"
] | permissive | alexeden/realsense-node | 14b69feae201afd427d07e1a162ea54806a91efc | a4060c8fdcc091d933fb4c895f04e72f44328e63 | refs/heads/develop | 2023-01-08T23:08:26.214863 | 2020-08-04T04:01:16 | 2020-08-04T04:01:16 | 200,130,817 | 0 | 0 | MIT | 2023-01-06T00:50:27 | 2019-08-01T23:18:33 | C++ | UTF-8 | C++ | false | false | 3,100 | cc | #ifndef ALIGN_H
#define ALIGN_H
#include "frame_callbacks.cc"
#include "frameset.cc"
#include <librealsense2/hpp/rs_types.hpp>
#include <napi.h>
using namespace Napi;
class RSAlign : public ObjectWrap<RSAlign> {
public:
static Object Init(Napi::Env env, Object exports) {
Napi::Function func = DefineClass(
e... | [
"alexandereden91@gmail.com"
] | alexandereden91@gmail.com |
32dabf2ee39da9d74c615b92c49120440752c85b | 36e453a9ec047e38b54690b7c3a50d00d1c042e6 | /src/RE/ExtraTextDisplayData.cpp | ed02b6be2da8dbc3c3928190126641bc87947262 | [
"MIT"
] | permissive | powerof3/CommonLibVR | 9200ca84d4866eaf18a92f23ef5dd375b5c69db8 | c84cd2c63ccba0cc88a212fe9cf86b5470b10a4f | refs/heads/master | 2023-07-12T04:56:36.970046 | 2021-08-21T18:08:34 | 2021-08-21T18:08:34 | 398,626,573 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,256 | cpp | #include "RE/ExtraTextDisplayData.h"
#include "REL/Relocation.h"
namespace RE
{
ExtraTextDisplayData::ExtraTextDisplayData() :
BSExtraData(),
displayName(""),
displayNameText(nullptr),
ownerQuest(nullptr),
ownerInstance(DisplayDataType::kUninitialized),
temperFactor(1.0F),
customNameLength(0),
pad32... | [
"32599957+powerof3@users.noreply.github.com"
] | 32599957+powerof3@users.noreply.github.com |
89c7b18dd07bb4c63dd253b046e64a943211191e | e94e8d8c7ae6be06c82d7e8abdef7f0260ff9ad5 | /234tree/234tree/node.cpp | 288e4e92beff53ec940c503928ba92f5a2cf99db | [] | no_license | KookHoiKim/Sorting | 32c6a1f5ffb98915514ba0b25020d47496967d66 | cb43856bad344855801de99e8110a7b885416413 | refs/heads/master | 2020-04-03T15:43:29.646618 | 2018-11-21T01:53:27 | 2018-11-21T01:53:27 | 155,374,378 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 4,146 | cpp | #include "node.h"
node::node() {}
node::node(int val) {
value[1] = val;
value[SIZE] = 1;
}
node::node(int* val, node** cd) {
value[SIZE] = val[SIZE];
for (int i = 1; i <= val[SIZE]; i++) {
value[i] = val[i];
}
for (int j = 0; j <= val[SIZE]; j++) {
child[j] = cd[j];
}
}
node::~node() {}
void node::getNo... | [
"rlarnrghlapz@gmail.com"
] | rlarnrghlapz@gmail.com |
322462cfca9134c90fd7923c21992ad6c8d56b45 | 75c952df608927b957f7969383d1e7f0f5e71d4e | /Busca/include/Griffon.h | 7ba7f16db74e5d7dddfe9647156e968225912992 | [] | no_license | igmsantos/AIcutter | b281b77d8f28f5172e0bbfa76cad2b349117a2d0 | 4d614c8779a21ccf3831f6da27c4ac97625dfdf6 | refs/heads/master | 2021-01-10T20:49:31.208887 | 2015-08-25T15:35:01 | 2015-08-25T15:35:01 | 41,368,391 | 1 | 1 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,250 | h | #ifndef GRIFFON_H_
#define GRIFFON_H_
/** TODO
*
* buscaCadernos
* leCadernos
* leCaderno
* analisaLayout
* identificaLinhas
* separaRecortes
* IdentificaRecortes
*
*/
/**
*
* A classe Griffon é responsavel por englobar as funções do ator (usuário) ao realizar as tarefas necessárias
* de identificação ... | [
"ivanmunix@gmail.com"
] | ivanmunix@gmail.com |
7fbb6b91b8277188815990b954070751907ddf09 | d9169bed9c9ecad89932b0e05f979f9bb1922c37 | /Part-2/include/file_system_interface.h | 0854b6b6dd9367d604c272519b4665e873454c1c | [] | no_license | Moridi/AP-Spring-98-CA-6-Inheritance | 7d15cb1005a353401c360028e2bdfa2bf3fda7df | 1922206b4c63595f80ae865ca7696560e69249b7 | refs/heads/master | 2020-05-15T03:13:04.869687 | 2019-05-14T11:25:23 | 2019-05-14T11:25:23 | 182,064,437 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 917 | h | #ifndef FILE_SYSTEM_H_
#define FILE_SYSTEM_H_
#include <string>
#include <vector>
#include <memory>
class Element;
class FileSystemInterface
{
public:
typedef std::shared_ptr<Element> ElementSharedPointer;
inline FileSystemInterface();
void add_directory(int id, std::string title, int parent_id);
v... | [
"m.moridi.2009@gmail.com"
] | m.moridi.2009@gmail.com |
755371f7155df1fe5940933b1e2b2f32a54d626a | 2c642ac5e22d15055ebf54936898a8f542e24f14 | /Example/Pods/Headers/Public/boost/boost/container/flat_map.hpp | 8e441b3d3439ee1422da0f7fa696fd2cfb772e6f | [
"Apache-2.0"
] | permissive | TheClimateCorporation/geofeatures-ios | 488d95084806f69fb6e42d7d0da73bb2f818f19e | cf6a5c4eb2918bb5f3dcd0898501d52d92de7b1f | refs/heads/master | 2020-04-15T05:34:06.491186 | 2015-08-14T20:28:31 | 2015-08-14T20:28:31 | 40,622,132 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 61 | hpp | ../../../../../boost/Pod/Classes/boost/container/flat_map.hpp | [
"tony@mobilegridinc.com"
] | tony@mobilegridinc.com |
0aa8d2d589ee89357104b9cb63600e370bf3e445 | dd07992b73261436174e493ba6bf9cdd46d3297a | /src/nxdraw/NxDIBImageSaver.cpp | 19dc8e43ddfb1c00339c83a2538cc6be02dd1c9d | [
"Apache-2.0"
] | permissive | doyaGu/nxlib | d898473ef5c9357cdbcf1acc3c400dcfe7c179ff | bfb07fc7357e80e40f0a4678fd295e3ef9de1c0a | refs/heads/master | 2022-04-08T14:05:00.387618 | 2020-03-05T02:39:37 | 2020-03-05T02:39:37 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,227 | cpp | // NxDIBImageSaver.cpp: CNxDIBImageSaver クラスのインプリメンテーション
// Copyright(c) 2000 S.Ainoguchi
//
// 概要: 画像(CNxDIBImage) の保存を行う為のプロトコルクラス
//
//////////////////////////////////////////////////////////////////////
#include "NxDraw.h"
#include <NxStorage/NxStorage.h>
#include <NxStorage/NxFile.h>
#include "NxDIBImag... | [
"noreply@github.com"
] | doyaGu.noreply@github.com |
96cb419b2c776ee59933338c05d72172917d09ce | 914a83057719d6b9276b1a0ec4f9c66fea064276 | /test/cpp/accumulator/accum_lazy0.cpp | 52750f426feb2e461de7f8746989baa2e2b16701 | [
"BSD-2-Clause"
] | permissive | jjwilke/hclib | e8970675bf49f89c1e5e2120b06387d0b14b6645 | 5c57408ac009386702e9b96ec2401da0e8369dbe | refs/heads/master | 2020-03-31T19:38:28.239603 | 2018-12-21T20:29:44 | 2018-12-21T20:29:44 | 152,505,070 | 0 | 0 | Apache-2.0 | 2018-10-11T00:02:52 | 2018-10-11T00:02:51 | null | UTF-8 | C++ | false | false | 2,683 | cpp | /* Copyright (c) 2013, Rice University
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2.... | [
"jmaxg3@gmail.com"
] | jmaxg3@gmail.com |
1432004e909b981c63d8660a4c74696ec914f0eb | a495da70ed1f0450059f83e6163b9c011f3e3798 | /csUtil/src-Core/include/cs/Core/Endian.h | 44444c62e4ff111d7654747cefbf74835ba601fc | [] | no_license | CaSchmidt/csUtil | 20e58545edb09d5fdab55eb097d4b4c9e254ca53 | 9b8f1d5bbfd578f1f11d2e34eb94ddde2b3f3ae8 | refs/heads/master | 2023-08-18T06:35:21.274808 | 2023-08-09T18:50:54 | 2023-08-09T18:50:54 | 151,853,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,751 | h | /****************************************************************************
** Copyright (c) 2016, Carsten Schmidt. 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 o... | [
"CaSchmidt@users.noreply.github.com"
] | CaSchmidt@users.noreply.github.com |
afa27aac4fe5729d7addff9efcc6f44c5d70ec75 | b82d54e98101e2cd6278ef014fe97b2b2e10a181 | /grid.h | b08704a13e498e4c2d5ae2a8cdf97e98f2c8730f | [
"MIT"
] | permissive | binarydream01/reversAI | ebf192e219b4e1a5ce5f431a7d723226e8c8646e | 1e990605aa99c0596910e227625ad418f06e497d | refs/heads/master | 2021-01-18T21:42:42.067287 | 2017-04-03T01:40:28 | 2017-04-03T01:40:28 | 87,020,094 | 0 | 0 | null | 2017-04-02T22:23:26 | 2017-04-02T22:23:26 | null | UTF-8 | C++ | false | false | 839 | h | //Name: Tobias Hughes
//Purpose: An abstract representation of the reversi game board. Is an 8x8 grid
//that can be one of three states, E, W, B which represent 'empty',
//'white', and 'black'
//Date: 3/22/17
#ifndef GRID_H
#define GRID_H
#include <string>
using namespace std;
#define GRID_SIZE 64
class grid{
pr... | [
"tobywhughes@gmail.com"
] | tobywhughes@gmail.com |
6b4f39fca4ae3bd2667ce60c26ddd692b5235f66 | 4432c7fad4af2925a0b3dd26c5236d1c22997551 | /src/main/interpreted_vm.h | 78590199bf3143a281540a9ee2e1d6622cf0bfda | [] | no_license | gitter-badger/otherside | 53025be2b0c985451ec5977641375aebc1c49283 | 5178b934a110a41bcdddfb74a154e1eff44e34e6 | refs/heads/master | 2021-01-16T20:51:35.674343 | 2015-08-03T12:47:00 | 2015-08-03T12:47:00 | 40,125,819 | 0 | 0 | null | 2015-08-03T13:19:52 | 2015-08-03T13:19:51 | null | UTF-8 | C++ | false | false | 1,524 | h | #pragma once
#include "vm.h"
#include <memory>
#include <vector>
#include "parser_definitions.h"
struct Function;
class InterpretedVM : public VM {
private:
Program& prog;
Environment& env;
std::map<uint32, uint32> TypeByteSizes;
std::vector<std::unique_ptr<byte>> VmMemory;
byte* VmAlloc(uint32 typeId) ove... | [
"dario.seyb@gmail.com"
] | dario.seyb@gmail.com |
837d4550a31dc6aeb97aa44a29c00ba4ddc2427a | 74c1a55594ac409d505a96eb57a3ce02c2dd7d93 | /leetcode/remove-duplicates-from-sorted-array/Accepted/5-11-2021, 9:16:37 PM/Solution.cpp | f89776ca8d6eb86f4c19ee78ee13850342ddb1db | [] | no_license | jungsu-kwon/ps-records | f9f201791c7a56b012d370569aba9eb1c5cb03a5 | cc909a871a0a72ce0a1c31586e9e65f969900a7b | refs/heads/master | 2023-06-28T20:52:43.492100 | 2021-08-06T04:45:21 | 2021-08-06T04:45:21 | 392,259,235 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 563 | cpp | // https://leetcode.com/problems/remove-duplicates-from-sorted-array
class Solution {
public:
int removeDuplicates(vector<int>& nums)
{
if (nums.size()<=1) return nums.size();
int write_ind = 0, read_ind = 0;
int cur = nums[0] - 1;
while (read_ind != nums.size())
{
... | [
"git@jungsu.io"
] | git@jungsu.io |
70f0e2dfac6172c3de53b93b6adca04cebb030d6 | d4faf4a70781a661ef6a1ef35f106dfee5f60bb0 | /ConsoleApplication1/src/game_object.h | b710ab4990c8696ae5aff79437ff16942b19b813 | [] | no_license | zqztxdi/Opengl_game | ee9b3da084b18ce7330d30dbc8f7a1a01520fac8 | b7131937d41bc5396d5014fb0d777fcd00c0f979 | refs/heads/master | 2022-11-16T19:50:33.288653 | 2020-07-11T10:28:11 | 2020-07-11T10:28:11 | 278,837,677 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 791 | h | #pragma once
#ifndef GAMEOBJECT_H
#define GAMEOBJECT_H
#include <GL/glew.h>
#include <glm/glm.hpp>
#include "texture.h"
#include "sprite_renderer.h"
// Container object for holding all state relevant for a single
// game object entity. Each object in the game likely needs the
// minimal of state as described withi... | [
"1139266767@qq.com"
] | 1139266767@qq.com |
cb2e6879706cf1c56bc33ee8877ed809dae40206 | f776316d0a7c44e887feaa675f030f27da2d022b | /4490/proj2/Parser.h | 25f8ad9de98c1a07a86cf3fbff4ebaa0578dabb0 | [] | no_license | taxilian/old_cs_vm | 647246e16e7d695833c5dc69b2c06eb9af24a739 | a83142afa8d52eb07c0a6d30ff57ffa7dbbc30de | refs/heads/master | 2016-09-06T16:45:12.267205 | 2011-04-27T19:03:20 | 2011-04-27T19:03:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,674 | h | /**
* Parser.h
*
* Richard Bateman
* Virtual Machine Assembly parser
*/
#pragma once
#ifndef H_PARSER
#define H_PARSER
#include <string>
#include <vector>
#include <fstream>
#include <deque>
#include <boost/shared_ptr.hpp>
#include <boost/tokenizer.hpp>
#include "VMConfig.h"
typedef boost::tokenizer< boost::es... | [
"taxilian@gmail.com"
] | taxilian@gmail.com |
323a8905e4929c45c8844048e65e5d53c80afaa3 | 09c19d3cc73fc8040451ea395d127009016041e2 | /check.cpp | 62ad1371b978fe62afff00046188f562bc0a2dcb | [] | no_license | imkalyan/KthSmallestelement | 5b722e9c046ecf1afd6fef7032396065ebd7091f | db563f0e9510b9267858f14eafb4108f56d52407 | refs/heads/master | 2021-07-18T21:23:01.889601 | 2017-10-29T10:06:30 | 2017-10-29T10:06:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,583 | cpp | #include<iostream>
#include<algorithm>
#include<climits>
#include<stdio.h>
void swap(int *a,int *b)
{
int l=*a;
*a=*b;
*b=l;
}
int partition(int arr[], int l, int r, int k);
int findMedian(int arr[], int n)
{
sort(arr, arr+n);
return arr[n/2];
}
int kthSmallest(int arr[], int l, int r, int k)
{
... | [
"noreply@github.com"
] | imkalyan.noreply@github.com |
95bd8196713248910ebb7a4be055fb36d21b554e | de0b00d9d18c7b7776ceee1163ab1b07b9e80ec8 | /Level 5_Inheritance_Generalisation_Specialisation/Section 3_5/Exercise 1/Exercise1/Point.cpp | a45dd4c808d5da47d454a2b01e961d37b3f72efd | [] | no_license | FinancialEngineerLab/quantnet-baruch-certificate-cpp | e4187dcc74d1c0521f5f071f980b4be274448f35 | 4f555a76f196fb392189574be23223350a317960 | refs/heads/master | 2023-03-15T16:13:07.671250 | 2016-10-20T05:19:58 | 2016-10-20T05:19:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,267 | cpp | // Point.cpp
// Function implementation for the functions in the header file Point.hpp(Point classs with x- and y- coordinates.)
// Implementation of added operators to the Point class.
#include "Point.hpp"
#include <cmath>
#include <sstream>
#
using namespace std;
namespace Shihan {
namespace CAD {
// Default c... | [
"shihanutb@gmail.com"
] | shihanutb@gmail.com |
37607c873e8f01e35a33a9d53472d130ddd8f6d5 | 6059ef7bc48ab49c938f075dc5210a19ec08538e | /src/plugins/poshuku/plugins/webkitview/settingsglobalhandler.cpp | 023c6b2f77f26edbeed138271583ff391d2779ff | [
"BSL-1.0"
] | permissive | Laura-lc/leechcraft | 92b40aff06af9667aca9edd0489407ffc22db116 | 8cd066ad6a6ae5ee947919a97b2a4dc96ff00742 | refs/heads/master | 2021-01-13T19:34:09.767365 | 2020-01-11T15:25:31 | 2020-01-11T15:25:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,011 | cpp | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Boost Software License - Version 1.0 - August 17th, 2003
*
* Permission is hereby granted, free of charge, to any person or organiz... | [
"0xd34df00d@gmail.com"
] | 0xd34df00d@gmail.com |
97ac5d0a0df6c589fc5552cf2c7f44baad4dcf25 | 14ce01a6f9199d39e28d036e066d99cfb3e3f211 | /Cpp/SDK/BP_USCG_MediumSkiff_Debris_LeftRear_Minion_classes.h | 711e67a9bfeb828ca98286884b5155be4f3c385b | [] | no_license | zH4x-SDK/zManEater-SDK | 73f14dd8f758bb7eac649f0c66ce29f9974189b7 | d040c05a93c0935d8052dd3827c2ef91c128bce7 | refs/heads/main | 2023-07-19T04:54:51.672951 | 2021-08-27T13:47:27 | 2021-08-27T13:47:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | h | #pragma once
// Name: ManEater, Version: 1.0.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
48ffa973b301c5db19996611da5709082d75230f | cbb120e86051a2ffa2368f4fa147d9172a3d7a05 | /src/miner.cpp | 85aac1480ec5445f46b56ee6e1d9511b830435f7 | [
"MIT"
] | permissive | forexcoins/Forexcoin | f08249d699b3a0e3a5ab00e820bd1c73f7bea0ce | bce90c0f4cf392b54400a58c93bde29b2741e97d | refs/heads/master | 2021-01-10T11:46:12.311526 | 2016-02-26T09:56:59 | 2016-02-26T09:56:59 | 52,595,250 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,937 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2013 The NovaCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "txdb.h"
#include "miner.h"... | [
"Adika.michael@hotmail.com"
] | Adika.michael@hotmail.com |
cced036998b4bbabb24f5a34f195574a9a25cdfc | 3abe45130d4f614f68c6551b59014a20d3470b58 | /src/primitives/deterministicmint.h | a2b03d4b5f596a6b86656af5394c0ef83383e4be | [
"MIT"
] | permissive | dre060/YAADI | faab94150263848ef16fe6a865cff7d2a7893e00 | cdb07c723f559ce883e33d64bce55b6ee5539142 | refs/heads/main | 2023-05-17T15:01:43.672809 | 2021-06-06T04:23:41 | 2021-06-06T04:23:41 | 374,243,648 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,473 | h | // Copyright (c) 2018 The PIVX developers
// Copyright (c) 2018 The yaadi developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef yaadi_DETERMINISTICMINT_H
#define yaadi_DETERMINISTICMINT_H
#include <libzerocoin/Deno... | [
"ipedrero84@gmail.com"
] | ipedrero84@gmail.com |
c04e2ae16f44fc11e3e9c69c81331416f8243b9d | ddad5e9ee062d18c33b9192e3db95b58a4a67f77 | /util/math/float2decimal.cc | afe0af6e4440f94d1819902e6bfb96eae54f0bf8 | [
"BSD-2-Clause"
] | permissive | romange/gaia | c7115acf55e4b4939f8111f08e5331dff964fd02 | 8ef14627a4bf42eba83bb6df4d180beca305b307 | refs/heads/master | 2022-01-11T13:35:22.352252 | 2021-12-28T16:11:13 | 2021-12-28T16:11:13 | 114,404,005 | 84 | 17 | BSD-2-Clause | 2021-12-28T16:11:14 | 2017-12-15T19:20:34 | C++ | UTF-8 | C++ | false | false | 23,547 | cc | // Copyright 2017, Beeri 15. All rights reserved.
// Author: Roman Gershman (romange@gmail.com)
//
#include "util/math/float2decimal.h"
#include "base/logging.h"
#define FAST_DTOA_UNREACHABLE() __builtin_unreachable();
namespace util {
namespace dtoa {
namespace {
//
// Given a (normalized) floating-point number v... | [
"roman@ubimo.com"
] | roman@ubimo.com |
15b24c8e73d1dc44bface0376f6f70e8a601f40b | dcfe1699c1f93cd1f6817f1ecd9886e568dad770 | /engine/core/memory/memory_manager.h | 68a0caecf322fa558f656a7b2a36249e8ef5d114 | [
"MIT"
] | permissive | RikoOphorst/Tremble-OLD | c96f8143a99eaa7467cf3f87398ad82e65ca5022 | 650fa53402f9c6114642e0cc8515b2ed517d40d6 | refs/heads/master | 2021-06-08T04:35:25.395741 | 2016-11-05T17:40:39 | 2016-11-05T17:40:39 | 72,647,196 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,123 | h | #pragma once
//#include "allocators/allocator.h"
#include "allocators/free_list_allocator.h"
//#include "allocators/linear_allocator.h"
//#include "allocators/pool_allocator.h"
//#include "allocators/proxy_allocator.h"
//#include "allocators/stack_allocator.h"
#include "pch.h"
namespace engine
{
/**
* @brief An ov... | [
"riko_ophorst@hotmail.com"
] | riko_ophorst@hotmail.com |
12a8dc8b21bf5a6be9512e13ba9475a311df092d | ef3a7391b0a5c5d8e276355e97cbe4de621d500c | /venv/Lib/site-packages/torch/include/ATen/core/LegacyDeviceTypeInit.h | dd3a5529a488994bf65ba816c4e25b31a5f13322 | [
"Apache-2.0"
] | permissive | countBMB/BenjiRepo | 143f6da5d198ea6f06404b4559e1f4528b71b3eb | 79d882263baaf2a11654ca67d2e5593074d36dfa | refs/heads/master | 2022-12-11T07:37:04.807143 | 2019-12-25T11:26:29 | 2019-12-25T11:26:29 | 230,090,428 | 1 | 1 | Apache-2.0 | 2022-12-08T03:21:09 | 2019-12-25T11:05:59 | Python | UTF-8 | C++ | false | false | 1,015 | h | #pragma once
// The legacy mechanism for initializing device types; this is used by
// LegacyTypeDispatch.
#include <c10/core/DeviceType.h>
#include <c10/macros/Macros.h>
#include <c10/util/Registry.h>
#include <ATen/core/ScalarType.h>
namespace at {
struct CAFFE2_API LegacyDeviceTypeInitInterface {
virtual ~Lega... | [
"bengmen92@gmail.com"
] | bengmen92@gmail.com |
ecebfc74e19004d0eec21147d3968103330a8091 | 70022f7e5ac4c229e412b51db248fdd08a0a5b28 | /src/tests/frontend/Linux-g++_(GCC)_4.8.1/cpp/spec-smithwa/getUserParameters.c.pre.transformed.cpp | 32c5d74b78a32895a2d2704ccbff545434cd59a5 | [] | no_license | agrippa/chimes | 6465fc48f118154e9d42fbd26d6b87a7dce7c5e9 | 695bb5bb54efbcd61469acda79b6ba6532e2d1d9 | refs/heads/master | 2020-12-25T14:02:17.752481 | 2016-07-04T02:20:59 | 2016-07-04T02:20:59 | 23,259,130 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 57,949 | cpp | # 1 "getUserParameters.c.pre.transformed.cpp"
# 1 "<command-line>"
# 1 "/gpfs-biou/jmg3/gcc-install/lib/gcc/powerpc64-unknown-linux-gnu/4.8.1/include/stddef.h" 1 3 4
# 147 "/gpfs-biou/jmg3/gcc-install/lib/gcc/powerpc64-unknown-linux-gnu/4.8.1/include/stddef.h" 3 4
typedef long int ptrdiff_t;
# 212 "/gpfs-biou/jmg3/gcc-... | [
"jmaxg3@gmail.com"
] | jmaxg3@gmail.com |
96a460d878a94ab50b6cf78fade83ccc3f946e86 | e1230a4aba63635e6bc2371e97f1d9a2ac069921 | /Server/SinBaram/sinSOD2.cpp | d9cacee443edc55ea50ec701ed867ac6d817e212 | [] | no_license | tobiasquinteiro/HonorPT | d900c80c2a92e0af792a1ea77e54f6bcd737d941 | 4845c7a03b12157f9de0040443a91e45b38e8ca0 | refs/heads/master | 2021-12-09T08:14:33.777333 | 2016-05-04T03:32:23 | 2016-05-04T03:32:23 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 87,806 | cpp | /*----------------------------------------------------------------------------*
* 파일명 : sinSOD2.cpp
* 하는일 : 현재 Test 용으로 쓰이고 있따
* 작성일 : 최종업데이트 4월
* 적성자 : 박상열
*-----------------------------------------------------------------------------*/
#include "sinLinkHeader.h"
#include "..\\tjboy\\clanmenu\\tjclan.h... | [
"cainankk@outlook.com"
] | cainankk@outlook.com |
cee5c3c5f2b47f2a22fae989d8970b2a2962544e | fdc522072a2a998b40ca5695e387a428f0a2ad5a | /Link/Windows Kits/8.0/Include/winrt/Windows.Media.Streaming.h | c5677922c020bf216a42b53adf11a9374faf5023 | [] | no_license | fajaralmu/kufi-sqr-open-gl | 876d163ef4edc7d2a278ace42a9505659f13a2ca | da30611f55e29e75094a9e085c1adc6dbe9d34ee | refs/heads/master | 2021-07-12T01:41:00.349589 | 2020-10-20T06:21:48 | 2020-10-20T06:21:48 | 203,924,499 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 357,600 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.00.0595 */
/* @@MIDL_FILE_HEADING( ) */
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef ... | [
"fajaralmunawwar@yahoo.com"
] | fajaralmunawwar@yahoo.com |
6622f687135a37e169893824b05b87dd56fefc25 | 04ecdf08a159fd9b469cf357657f46ec98517be7 | /sorting/squares-sorted-arr.cpp | d4b913c053fda696c0c78f0948cfaea4e6e99597 | [] | no_license | rjt007/LeetCode-Problems | d9cc890c2492d084e6035a69883a950c5985e976 | b0c02dcc6cb58439b8b94f40dcb3968cd6dfbcf1 | refs/heads/master | 2023-08-17T04:33:57.379783 | 2021-09-22T17:54:11 | 2021-09-22T17:54:11 | 382,655,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 901 | cpp | //https://leetcode.com/problems/squares-of-a-sorted-array/
#include <bits/stdc++.h>
using namespace std;
//T.C->O(N), S.C->O(1)
vector<int> sortedSquares(vector<int> &nums)
{
vector<int> ans;
int n = nums.size();
int i = 0, j = n - 1;
while (i <= j)
{
if (nums[j] * nums[j] >= nums[i] * nums[... | [
"rajatagrawal007.ra@gmail.com"
] | rajatagrawal007.ra@gmail.com |
60aded838c8cc6c71aed5d44e81214d53f8d2ad8 | 20fffb1bc2795021c4612ad4b408d96fa5b761cf | /POJ/POJ 1679.cpp | e6ab19d1e4057b51a3b3a461e6ad236324edbcfd | [] | no_license | myk502/ACM | 244c0a614ab2454332d11fd9afd7a5434d22b090 | 7c4d55a4655e58de89307965a322dd862758adbd | refs/heads/master | 2021-01-01T16:42:05.678466 | 2018-10-01T14:31:57 | 2018-10-01T14:34:42 | 97,893,148 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,200 | cpp | #include<cstdio>
#include<iostream>
#include<cstring>
#include<queue>
#include<climits>
#include<cmath>
#include<string>
#include<map>
#include<algorithm>
using namespace std;
int n,m,pre[110];
struct Edge
{
int from;
int to;
int cost;
};
Edge a[10010];
int indexx;
int find_ancestor(int... | [
"525039107@qq.com"
] | 525039107@qq.com |
264d4ff635befc5c138c817b264b9d8c88c85957 | f7b2758ba036bf7a817f21fa4f909bee2890c521 | /source/hpp/ovcxfer.hpp | 37539d8a61c855c322af11a30d306bc8219c4257 | [] | no_license | kputy/Orpheus | 4f47d9d3c7fa22af10aa8d4fce05054038f1148c | 5b5186fb59c2f791952a9c1f563eed335b6ea01c | refs/heads/master | 2021-01-18T07:00:34.402335 | 2015-03-07T11:01:08 | 2015-03-07T11:01:08 | 41,523,922 | 0 | 1 | null | 2015-08-28T03:03:48 | 2015-08-28T03:03:48 | null | UTF-8 | C++ | false | false | 4,918 | hpp | // CodeGear C++Builder
// Copyright (c) 1995, 2014 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'ovcxfer.pas' rev: 28.00 (Windows)
#ifndef OvcxferHPP
#define OvcxferHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All war... | [
"romankassebaum@users.noreply.github.com"
] | romankassebaum@users.noreply.github.com |
2962dfb266039935205f03324b4b97e97167277a | 7446390f0213548cebe1362b2953438de8420d9e | /Analysis/MssmHbb/interface/HbbLimits.h | adf9b03b4bc4d0094433c08360955b866391f3c5 | [] | no_license | desy-cms/analysis | c223db1075dc7b21414e039501965438c1b3b031 | e1bd297c8ac1db4cdd2855caa7d652308196eaa8 | refs/heads/develop | 2021-04-09T17:12:11.830400 | 2017-05-16T13:07:25 | 2017-05-16T13:07:25 | 43,806,324 | 6 | 18 | null | 2017-04-18T12:57:01 | 2015-10-07T09:30:16 | C++ | UTF-8 | C++ | false | false | 4,568 | h | /*
* HbbLimits.h
*
* Created on: Dec 13, 2016
* Author: shevchen
*/
#include <string>
#include <iostream>
#include <map>
#include "Analysis/MssmHbb/interface/Luminosity.h"
#include "Analysis/MssmHbb/macros/Drawer/HbbStyle.cc"
#include "TH3.h"
#include <TH2.h>
#include <TH1.h>
#include "TLegend.h"
#include... | [
"shevchenko.rostislav@gmail.com"
] | shevchenko.rostislav@gmail.com |
34b7d5f9d3a973dc39e0686fc64f1fbf1e033850 | 9ed70c97db0f8c7c5b28dc80da19e3101186d573 | /goggles/goggles.ino | 290bb1fca0030e8c17bc5c47ab7eed96c61181fc | [] | no_license | adgedenkers/arduino | c832bb0478cd43fd348daefc0f873d8df06d9c74 | 7a7ace2e9a293559f258dfbd8d8c99867ec13a14 | refs/heads/master | 2021-06-09T09:37:51.880555 | 2021-05-04T23:56:58 | 2021-05-04T23:56:58 | 157,988,204 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,659 | ino | // Low power NeoPixel goggles example. Makes a nice blinky display // with just a few LEDs on at any time.
#include <Adafruit_NeoPixel.h>
#ifdef __AVR_ATtiny85__ // Trinket, Gemma, etc.
#include <avr/power.h> #endif
#define PIN 0
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(32, PIN);
uint8_t mode = 0; // Current anim... | [
"adge.denkers@gmail.com"
] | adge.denkers@gmail.com |
90c22297fe7915a6bb6e33f8139d68b38a1cf059 | 5125535717f1f4c2123c666ea90e7041a9ac98dd | /_rings.ino | 2de79e36cfc3ddc9e3eb6813ed8be39af4debbc5 | [] | no_license | Jaharmi/pixelated | d07ee1cb5db684a08dd22c4f307da70814f9c377 | 88a3df2a44e49c79898d7c5b39d813a7bf664a58 | refs/heads/master | 2022-03-01T21:22:08.788118 | 2019-10-22T10:07:54 | 2019-10-22T10:07:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,680 | ino | float noiseScale =0.2;
float fractalNoise (float x, float y, float z) {
float r=0;
float amp=1.0;
for (int octave=0; octave<4;octave ++){
r+=noise(x)+noise(y)+noise(z) * amp;
amp /=2;
x*=2;
y*=2;
z*=2;
}
return r;
}
float noise (float val) {
return (float (random( 0,1000... | [
"lawrence@computersolutions.cn"
] | lawrence@computersolutions.cn |
56795db6803647e622651c3290f9a661c5f33633 | 0dca3325c194509a48d0c4056909175d6c29f7bc | /dbfs/include/alibabacloud/dbfs/model/GetDbfsResult.h | b1402893f34c2b06d80e37d3840bb2a8debc0439 | [
"Apache-2.0"
] | permissive | dingshiyu/aliyun-openapi-cpp-sdk | 3eebd9149c2e6a2b835aba9d746ef9e6bef9ad62 | 4edd799a79f9b94330d5705bb0789105b6d0bb44 | refs/heads/master | 2023-07-31T10:11:20.446221 | 2021-09-26T10:08:42 | 2021-09-26T10:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,242 | 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... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
651f3d786cbf2c8d8d47551b185e498446daa760 | 366e3a877c42869d17ab85c2384c3d98da2b579b | /Student_OMP/src/cpp/core/omp/02_Slice/07_pi_for_promotionTab.cpp | d331e77efb190956b03ca28f3ceb6ce3e9a57b85 | [] | no_license | sylvain1811/WCuda | 21ff9b66e87058d25b5cda27d41f893350c40f8d | 080fda79e74c695809dc71bb361cee34b9862c11 | refs/heads/master | 2021-05-05T14:29:09.478535 | 2018-04-30T17:16:46 | 2018-04-30T17:16:46 | 118,453,141 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,260 | cpp | #include <omp.h>
#include "MathTools.h"
#include "OmpTools.h"
#include "../02_Slice/00_pi_tools.h"
/*----------------------------------------------------------------------*\
|* Declaration *|
\*---------------------------------------------------------------------*/
/*--------------------------------... | [
"sylvain.renaud@he-arc.ch"
] | sylvain.renaud@he-arc.ch |
fb4fa5d46fe3c809f531f6e6efb9ca55c6e3d726 | 49e150b4bf0655743d88d30c127183044e318889 | /bg.hpp | e707cb3425bed8ac38490ef42c6f910daa863fd1 | [] | no_license | jonigata/pasta_webgl | d79b2c26ca55ea94370a5e3acaf9cd5fcf9b6787 | 773836c7dc83d8dc65801402a16316919751913b | refs/heads/master | 2021-09-03T13:52:17.189813 | 2018-01-09T14:56:29 | 2018-01-09T14:56:29 | 116,162,456 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 789 | hpp | // 2014/09/20 Naoyuki Hirayama
#ifndef BG_HPP_
#define BG_HPP_
#include "textured_piece.hpp"
class BG {
public:
BG() {
piece_.set_texture("city_night002.png");
add_vertex(0, 0);
add_vertex(1, 0);
add_vertex(0, 1);
add_vertex(1, 1);
piece_.add_index(0... | [
"naoyuki.hirayama@gmail.com"
] | naoyuki.hirayama@gmail.com |
84441d0b3b3bacda5501967f40afeaaa4b7218ea | 073484a15c53c891074bfa612b19bc7c7cbe9937 | /pizza2.cpp | b2bc299de05579619e599c656ae879e6dbb1e2aa | [] | no_license | KarthikNarla/MapReduce-programs | bfbe59ee1e7de5ca5914ed986a581c4098ef75ee | 8671fc3a2a1a1f8953870424de3af5b73182eefd | refs/heads/master | 2021-01-15T16:51:41.706504 | 2017-08-14T09:19:12 | 2017-08-14T09:19:12 | 99,730,159 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 287 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
double tradius, cradius;
cin>>tradius>>cradius;
double presult= tradius*tradius;
double result = (((tradius - cradius)* (tradius-cradius))/presult);
printf("%.6f\n", (result*100));
return 0;
}
| [
"karthiknarla22@gmail.com"
] | karthiknarla22@gmail.com |
0363f9df19b5f586af5adedd1252fb730a4786d2 | 8fa7f86ed5db77a122469c4e6c16adf700002cd6 | /separ.h | cf10a7b785f24907dead3e625bd144d1c2da416b | [] | no_license | longway34/Separator | 71dd4fea38e1a38f6a4bdca1d5a946fd0a6a96a4 | 73614df4f5116d6d7f3bd99029c6ef2ff14632dc | refs/heads/master | 2021-08-10T12:05:32.768563 | 2017-11-12T14:52:26 | 2017-11-12T14:52:26 | 110,437,384 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,810 | h | /***************************************************************************
* Copyright (C) 2006 by and *
* and@andrey *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU... | [
"longway34@gmail.com"
] | longway34@gmail.com |
c23aab76666a81798c67aada0566ccc41acb48b6 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /components/security_interstitials/core/ssl_error_ui.cc | 320fbbe0447a1c34ec725e93fb25dfb188b2f28a | [
"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 | 7,560 | 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 "components/security_interstitials/core/ssl_error_ui.h"
#include "base/i18n/time_formatting.h"
#include "components/security_interstitials/core/... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
c2713e277e51cda2ab3044319311c7a44bab8cad | e6407f3ac4a3bfda7d930c4319c10028189a76c7 | /include/CollisionTile.h | e790cc37cd3b2ecf87975299654da731e47bd3d8 | [] | no_license | SuperTails/ProjectTails | 55dd0930b593539c14fb81234243e55b54bd80f4 | d5815a77d47a0c4c818b5eb0912dca40ccc5b79c | refs/heads/master | 2021-07-02T06:20:12.753406 | 2020-01-19T22:00:55 | 2020-01-19T22:00:55 | 91,393,663 | 2 | 0 | null | 2017-05-17T23:13:37 | 2017-05-15T23:32:14 | C++ | UTF-8 | C++ | false | false | 1,803 | h | #pragma once
#include "DataReader.h"
#include "Player.h"
#include <array>
#include <json.hpp>
class CollisionTile {
public:
static const std::size_t heightMapSize = 16;
CollisionTile() = default;
CollisionTile(int idx, int fl) : dataIndex(idx), flags(fl) {};
void setHeights(const std::array< int, heightMapSize >... | [
"sciencedude2003@gmail.com"
] | sciencedude2003@gmail.com |
a32cab94dc2b4c2387b69d4e87acdc370dd46a20 | 5b46f96a2eda33e39913d3aacb304d229dbcd8ce | /engine/Source/SpriteComponent.cpp | 1529603e364fd983b395d8d892803615abafdc5e | [] | no_license | Valakor/CSCI-580 | 6ad1da58caa603344ca10bdeba24afc94c1e0c58 | 6f4f69074bd26850bf549035e3f157a422c9d6da | refs/heads/master | 2021-01-10T15:23:43.785683 | 2015-12-02T00:09:42 | 2015-12-02T00:09:42 | 45,649,738 | 0 | 0 | null | 2015-12-03T11:27:06 | 2015-11-06T00:49:44 | C++ | UTF-8 | C++ | false | false | 521 | cpp | #include "SpriteComponent.h"
#include "Actor.h"
#include <SDL/SDL.h>
#include "Renderer.h"
IMPL_COMPONENT(SpriteComponent, DrawComponent);
SpriteComponent::SpriteComponent(Actor& owner)
:DrawComponent(owner)
{
}
void SpriteComponent::Draw(Renderer& render)
{
if (!mTexture)
{
return;
}
... | [
"pohlmann@usc.edu"
] | pohlmann@usc.edu |
0e88745dfe16e809ced21778879e0008d20fa71a | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /chrome/browser/ui/views/device_chooser_content_view.cc | dfd5cc57b1b4e88f8bc35db266db3e6db5c29a7e | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 14,421 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/views/device_chooser_content_view.h"
#include "base/numerics/safe_conversions.h"
#include "base/stl_util.h"
#include "chrome/... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
77db58ddf4a4724b2d9a867623da09091472e475 | d3f6b5f34e00f6e69297b8c0f93abda4ece9f55b | /leituraEEscrita/leituraEEscrita/Source.cpp | d9e3e5d8b42fd297eccb46264f19152e92b6307e | [] | no_license | carlosfl11/P3D | db489fdf312b85ea8292b281b35582827d0688d9 | c263a03f88feacf8737c5a54c58c6b6dcec9518b | refs/heads/master | 2020-04-25T21:30:41.500307 | 2018-05-11T15:22:35 | 2018-05-11T15:22:35 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,084 | cpp | #include <iostream>
#include <fstream>
#include <string>
using namespace std;
int escrita() {
ofstream ficheiro("meuficheiro.txt");
if (ficheiro.is_open()) {
cout << "Ficheiro criado e alterado!\n";
ficheiro << "Primeira linha.\n";
ficheiro << "Segunda linha.\n";
ficheiro.close();
}
else {
cout << "Erro ... | [
"32069840+ninjanazal@users.noreply.github.com"
] | 32069840+ninjanazal@users.noreply.github.com |
e35a8760738e4b965046e19ffc23493b073092a8 | c3a758c536c82e3def0a714445a4e40b27787180 | /Babe/Command/Commands/Plugin/BabeLoadPluginCmd.cpp | b5aec0d336ae715ea5b5e3bdabf458ad810956a1 | [] | no_license | catuss-a/SkypeLIKE | fefe9670a6e8a364bdabc321f95e73bab7db8fc4 | d9cb175db408c7635fc24e67b1c3096b11c215c4 | refs/heads/master | 2020-04-14T16:18:04.821689 | 2014-03-13T16:49:05 | 2014-03-13T16:49:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,892 | cpp | //
// BabeLoadPluginCmd.cpp for in /home/champi_d//AdvancedCPP/Babel/Mercurial/babel-2014-champi_d/Babe
//
// Made by alexandre champion
// Login <champi_d@epitech.net>
//
// Started on Mon Nov 28 17:26:45 2011 alexandre champion
// Last update Sat Dec 3 15:19:45 2011 alexandre champion
//
#include "BabeLoadPlu... | [
"axel.catusse@gmail.com"
] | axel.catusse@gmail.com |
f1b6ce1ee35e8c1a2e7f391611a7b07edeb53154 | 717cfbb815d7232f69b7836e6b8a19ab1c8214ec | /sstd_qt_and_qml_library/application/sstd_application_environment.hpp | 45ffa96bc94fb8cd2093a86546ead6be632ca5fd | [] | no_license | ngzHappy/QtQmlBook | b1014fb862aa6b78522e06ec59b94b13951edd56 | 296fabfd4dc47b884631598c05a2f123e1e5a3b5 | refs/heads/master | 2020-04-09T04:34:41.261770 | 2019-02-26T13:13:15 | 2019-02-26T13:13:15 | 160,028,971 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 485 | hpp | #pragma once
#include <sstd_library.hpp>
#include "../global/sstd_qt_and_qml_global.hpp"
namespace sstd {
/*用于在QApplication构造之前构造*/
class EXPORT_SSTD_QT_AND_QML_LIBRARY ApplicationEnvironment :
SSTD_BEGIN_DEFINE_VIRTUAL_CLASS(ApplicationEnvironment) {
public:
ApplicationEnvironment();
... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
480cf87e09fc61af9318b075628a2acdeefc24e4 | 3e52a128b8ffa42e097ae290171d39c5244fa04d | /Console/Win32Project1/AllocCon.cpp | 595ae8fe2480511550c913c2cd13996914b344a1 | [] | no_license | awakening95/BoB_Study | 74331348301e65d48c080ad11e6b3109624df6cb | 82805e026b95d0d48eb3a04b9f5bcad6528a1d1e | refs/heads/master | 2020-03-26T16:20:33.347056 | 2018-09-01T08:25:31 | 2018-09-01T08:25:31 | 145,095,493 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,011 | cpp | #include "stdafx.h"
#include <stdio.h>
#include <tchar.h>
LRESULT CALLBACK WndProc(HWND hWnd, UINT iMessage, WPARAM wParam, LPARAM lParam)
{
HDC hdc;
PAINTSTRUCT ps;
DWORD dw;
TCHAR *str = "New Console is created";
TCHAR *Mes = TEXT("마우스 왼쪽 버튼을 누르면 새로운 콘솔 윈도우를 만듭니다");
switch (iMessage) {
case WM_LBUTTONDOWN:
... | [
"gusdnr420@naver.com"
] | gusdnr420@naver.com |
a4b19c619881ada9ce1a46b85629b25c2b9cb9d2 | d77d525bcf0b94c5f552e782390236113049183d | /simple spaceship/ADXL345/ADXL345.ino | 790850f008415b20bba0a8ee227367a847bfa0d5 | [] | no_license | ravi94/Repo | 1a5400f444ddcabb7b187c91856dcdef1c762a8e | cec4de248227e946c1f4cb696f49f08f4b56de2d | refs/heads/master | 2021-01-19T02:13:28.692202 | 2013-04-19T09:04:58 | 2013-04-19T09:04:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,533 | ino | #include <Wire.h>
#define DEVICE (0x53)
#define TO_READ (6)
byte buff[TO_READ] ;
char str1[512], str2[512];
void setup()
{
Wire.begin();
Serial.begin(9600);
writeTo(DEVICE, 0x2D, 0);
writeTo(DEVICE, 0x2D, 16);
writeTo(DEVICE, 0x2D, 8);... | [
"ravibhushan94@gmail.com"
] | ravibhushan94@gmail.com |
09fc815c8853470103e6932f929d1cb39a23efa8 | aab2b891bdb9f3d431e56c997b35bb3e0ead56a3 | /untitled1/multiplyByTwo.cpp | c7c453ad323e7f199d70378c6c56d829e39ab4f3 | [] | no_license | marcinbielinski/CLion | ed2bf76a6b4332b2ead64abb8a38b2b4bfa032d5 | e12c4cdae9c21b59c776c87d3399ce76a788ab6a | refs/heads/master | 2022-12-19T03:52:25.911739 | 2020-09-14T10:43:16 | 2020-09-14T10:43:16 | 295,383,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,552 | cpp | // Standard library - allows printing and taking input
//#include <iostream>
//
//// Area of main function that is taken line by line upon building a program
//int main()
//{
// // Welcome prompt
// std::cout << "This program multiplies your number by 2! \n";
//
// // Zero initializing variable "x" temporary b... | [
"howlempyrean@gmail.com"
] | howlempyrean@gmail.com |
90197981f7766207bcd237d252e6d3be83d8569f | 82d8b01a5bd5a1fa7bcf1ae85d0a6445555c5cb1 | /cpp/gen/lib_fm_gen.cpp | c09ce0192aa34ce2c6db6829f5a168929b4af4b6 | [] | no_license | alexeilebedev/openacr | dbb7ddda18988ae2448d4e1eae188a0ac3d9d179 | 0b124c185b2be687650ec65056077ed32d5d7f76 | refs/heads/master | 2023-08-22T15:59:54.763217 | 2023-08-14T19:58:42 | 2023-08-14T19:58:42 | 184,338,252 | 31 | 17 | null | 2023-09-13T15:14:12 | 2019-04-30T22:10:24 | C++ | UTF-8 | C++ | false | false | 48,686 | cpp | //
// cpp/gen/lib_fm_gen.cpp
// Generated by AMC
//
// (C) AlgoEngineering LLC 2008-2013
// (C) NYSE | Intercontinental Exchange 2013-2016
//
#include "include/algo.h" // hard-coded include
#include "include/gen/lib_fm_gen.h"
#include "include/gen/lib_fm_gen.inl.h"
#include "include/gen/fmdb_gen.h"
#include "include... | [
"noreply@github.com"
] | alexeilebedev.noreply@github.com |
29d8934e1e60f634fc4d3c695603eda4f76c7e71 | 2348000ede440b3513010c29a154ca70b22eb88e | /src/CPP/src/leetcode/SimplifyPath.cpp | e7bbf493be9a39e3e79996d67633c96eeb5d00b9 | [] | no_license | ZhenyingZhu/ClassicAlgorithms | 76438e02ecc813b75646df87f56d9588ffa256df | 86c90c23ea7ed91e8ce5278f334f0ce6e034a38c | refs/heads/master | 2023-08-27T20:34:18.427614 | 2023-08-25T06:08:00 | 2023-08-25T06:08:00 | 24,016,875 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,700 | cpp | /*
* [Source] https://leetcode.com/problems/simplify-path/
* [Difficulty]: Medium
* [Tag]: Stack
* [Tag]: String
*/
#include <iostream>
using namespace std;
// [Solution]: Split string by '/'. Use a stack. If find "..", pop, if "." or empty, do nothing.
// [Corner Case]: only "/", then stack is empty.
class Sol... | [
"zz2283@columbia.edu"
] | zz2283@columbia.edu |
7a9b6c90531d20934106e46944dc4c4b56c9c4be | b4393b82bcccc59e2b89636f1fde16d82f060736 | /src/utils/CachePruning.cpp | 8fb7a2dfd559f1e62d4b621a8ffa601d96148f2b | [] | no_license | phpmvc/polarphp | abb63ed491a0175aa43c873b1b39811f4eb070a2 | eb0b406e515dd550fd99b9383d4b2952fed0bfa9 | refs/heads/master | 2020-04-08T06:51:03.842159 | 2018-11-23T06:32:04 | 2018-11-23T06:32:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,967 | cpp | // This source file is part of the polarphp.org open source project
//
// Copyright (c) 2017 - 2018 polarphp software foundation
// Copyright (c) 2017 - 2018 zzu_softboy <zzu_softboy@163.com>
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See http://polarphp.org/LICENSE.txt for license infor... | [
"zzu_softboy@163.com"
] | zzu_softboy@163.com |
556ff3965761c160303403e217af3a8ed6d54eb3 | 70fccd06fd08b99208aef7375aee90b019ae5f3e | /test/example_add.cpp | 6291ad2b6d991a2c5cc836a6de407764f4dd41d5 | [
"BSD-3-Clause"
] | permissive | ENCCS/catch2-demo | ab4b116fc174a27486d246216a26ee7aad0f9945 | e7d08ae42148f937888d741e67a07b905d81d8b6 | refs/heads/main | 2023-03-07T23:53:16.820462 | 2021-02-23T08:34:55 | 2021-02-23T08:34:55 | 341,190,630 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 211 | cpp | #include <catch2/catch.hpp>
#include "example.h"
using namespace Catch::literals;
TEST_CASE("Use the example library to add numbers", "[add]") {
auto res = add_numbers(1.0, 2.0);
REQUIRE(res == 3.0_a);
}
| [
"roberto.diremigio@gmail.com"
] | roberto.diremigio@gmail.com |
b294a9f321fc937919b1c2801d269b7680764283 | 2786713e782199d177dafe6d4d23b524533cf9e4 | /Source code/ICMPPacket.cpp | eaa10c7b29c2715bfd93b33deaef5d09a71bf29b | [] | no_license | AgachilyPaul/Sniffer | d22187d15a34480a0935b31866bc259e1f71c4fe | 72619db385cc0307da6dc0ae388c7988d2e25f62 | refs/heads/master | 2023-01-07T20:05:41.476282 | 2020-11-06T12:24:07 | 2020-11-06T12:24:07 | 289,703,302 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 566 | cpp | // ICMPPacket.cpp: implementation of the CICMPPacket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "CapturePacket.h"
#include "ICMPPacket.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
////... | [
"noreply@github.com"
] | AgachilyPaul.noreply@github.com |
2ef8ee7c55fe8df029aedf329a2c7c8971a88a41 | 553298299eed97e2c22835bb7c3912f5006c3c28 | /Common/Obj8/Global/PointsCounts.hpp | a9822f0e7af635e510464f9670f65e8ab0b2c1ab | [] | no_license | SchaichAlonso/StaticsMapping | 853d8f8bd6df0f02b755830902ba36199278d7f9 | 9b33139f853a45e3c1a3535d445e89ba6772f9e5 | refs/heads/master | 2022-11-03T03:09:14.964266 | 2022-10-19T17:02:10 | 2022-10-19T17:02:10 | 110,700,210 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 818 | hpp | #pragma once
#include <QtGlobal>
#include <Obj8/Parameter/Integer.hpp>
#include <Obj8/Record.hpp>
namespace Obj8
{
namespace Global
{
struct PointsCounts : Record
{
PointsCounts ();
PointsCounts (StringRef, Parser::LexerContext *);
virtual ~PointsCounts ();
virtual void ... | [
"alonso.schaich@sodgeit.de"
] | alonso.schaich@sodgeit.de |
27ddddc27c5f312d5dd39660bdfcb8c77ab8a90e | 7961eefb240e487f29b179f90a13d1aa2b3f005f | /CheckCapital.cpp | a97049099d2e880d901b3387297a2c6d91d7d91d | [] | no_license | MamataParab/C-programming | f8ccaae993bbee8974d4cd245ff1d7b68a737e2a | 92daf15d65d6d89892cacad8579b479c105447af | refs/heads/master | 2020-05-03T03:37:02.610337 | 2019-04-27T10:17:48 | 2019-04-27T10:17:48 | 178,402,629 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 464 | cpp | #include<stdio.h>
#define TRUE 1
#define FALSE 0
typedef int BOOL;
BOOL ChkCapital(char ch)
{
if((ch>='A')&&(ch<='Z'))
{
return TRUE;
}
else
{
return FALSE;
}
}
int main()
{
char ch='\0';
BOOL Bret=TRUE;
printf("Enter a character\n");
scanf("%c",&ch);
Bret=ChkCapital(ch);
... | [
"noreply@github.com"
] | MamataParab.noreply@github.com |
997e7eb87253f49ff5d5cedbbdd7d9fd9bb12ca5 | 98054c0fc0415cd7d7733ed63c69d1d25547b338 | /src/HTTP/HttpParserErrorCodes.cpp | 1ec7e8d415721ee5fc6658c29421149d29f0c3bf | [
"MIT"
] | permissive | freelacoin/freelabit | 18dc3f23f0671cb73d1df8a22baca43305549eae | f5a2fa5b9258e5e5688d3281e45503f14e0cb914 | refs/heads/freelabit | 2021-12-11T08:33:30.992223 | 2021-08-31T16:42:48 | 2021-08-31T16:42:48 | 102,800,887 | 3 | 6 | MIT | 2018-05-12T04:02:35 | 2017-09-08T01:01:08 | C++ | UTF-8 | C++ | false | false | 506 | cpp | // Copyright (c) 2011-2017 The Cryptonote developers
// Copyright (c) 2014-2017 XDN developers
// Copyright (c) 2016-2017 BXC developers
// Copyright (c) 2017 Royalties developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.ph... | [
"ericvesprini@yahoo.com"
] | ericvesprini@yahoo.com |
ed3d78b8f0700448ddcfa1dbdc7cf641a42b7a59 | 4060e2d9d840b23979530d88868f15de59fbaf2e | /src/epwing/library.h | c349db14506717539b8f68588e73d75df90be51a | [] | no_license | nellisdev/epwing-exporter | cc7c0d8231630d64ca4d84a8fdd6a6fea0627a40 | 694c9fee00ed1da6e3c69b2130c87951ae2f185f | refs/heads/master | 2023-07-13T15:32:07.235623 | 2021-08-16T14:48:16 | 2021-08-16T14:48:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 240 | h | #ifndef EPWING_EXPORTER_EPWING_LIBRARY_H
#define EPWING_EXPORTER_EPWING_LIBRARY_H
namespace epwing {
struct Library final {
Library() noexcept;
~Library() noexcept;
};
}
#endif // EPWING_EXPORTER_EPWING_LIBRARY_H
| [
"marc.szalkiewicz@gmail.com"
] | marc.szalkiewicz@gmail.com |
a8f5f9a279eb2edc89925a6aa421456d5f475487 | 0ad5d9520e4df29e3a9d700fb8a65bfd0c4da57f | /linux/algorithms/dsa/src/bintree/binnode_travinorder.h | 9cedfc22ca7b1ec27e8f16ea6ec9f914875ae109 | [] | no_license | joeysu33/codenotes | 5793330428348dc2ca022180cbf767d101bc705d | 5eb5296845aeeb8701741549b6d1fe718c323c48 | refs/heads/master | 2022-12-23T01:37:31.444324 | 2021-03-02T00:33:51 | 2021-03-02T00:33:51 | 115,995,226 | 0 | 0 | null | 2022-12-10T05:36:31 | 2018-01-02T08:56:44 | C++ | UTF-8 | C++ | false | false | 1,285 | h | /******************************************************************************************
* Data Structures in C++
* ISBN: 7-302-33064-6 & 7-302-33065-3 & 7-302-29652-2 & 7-302-26883-3
* Junhui DENG, deng@tsinghua.edu.cn
* Computer Science & Technology, Tsinghua University
* Copyright (c) 2006-2013. All rig... | [
"davidsu33@qq.com"
] | davidsu33@qq.com |
0c07da322b429edaf4e270493b9ef4b823077b1a | 5bcedc9c0b9c92f795cd04927bc1b752b8bbe6f3 | /gtkmm_examples/src/cairo_thin_lines/examplewindow.h | 0d9f4a961f6c4dc6e7e6e3d63437d925a0d4476b | [
"FSFAP"
] | permissive | hamedobaidy/gtkmm_eclipse_examples | 8d466523b8e680b3d77bf0026320321aa56a22e3 | 379c7b8e7640aef67ec189b10c54442251c2a2b8 | refs/heads/master | 2021-01-20T15:33:35.355311 | 2015-09-15T15:52:20 | 2015-09-15T15:52:20 | 38,481,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 524 | h | /*
* examplewindow.h
*
* Created on: Jul 3, 2015
* Author: hamed
*/
#ifndef EXAMPLEWINDOW_H_
#define EXAMPLEWINDOW_H_
#include <gtkmm/window.h>
#include <gtkmm/grid.h>
#include <gtkmm/checkbutton.h>
#include "myarea.h"
class ExampleWindow : public Gtk::Window
{
public:
ExampleWindow();
virtual ~Examp... | [
"hamed.obaidy@gmail.com"
] | hamed.obaidy@gmail.com |
4d40d48f2c78ab0682ab60ce160549df3da8a5a7 | 01345e25f8a9987d13c8776611a62a9b60380481 | /potd-q7/Bar.cpp | e7d30c88ea6bd3c82fe1edfe43a98fb710099de3 | [] | no_license | wenhaoz2/cs225-potd | 4c655e3196c389e0484ac4feb2d9c168e9488feb | d3075969b3724308892ec32a3701824c600ec8d9 | refs/heads/master | 2020-07-29T06:55:53.536377 | 2019-01-02T17:01:27 | 2019-01-02T17:01:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | cpp | // your code here
#include "Bar.h"
#include "Foo.h"
#include <string>
using namespace potd;
using namespace std;
Bar::Bar(string name) {
Foo * new_foo = new Foo(name);
this->f_ = new_foo;
}
Bar::Bar(const Bar & existing) {
string name = existing.f_->get_name();
Foo * new_foo = new Foo(name);
this->f_ = new_foo;... | [
"marcharvey1470@gmail.com"
] | marcharvey1470@gmail.com |
951ff7945f9b512ae6ffa2e0dc5f52e40dae1918 | 875b7e7fe1aac12b927c5f7177862d29d945ef25 | /extern/pybind/include/pybind11/numpy.h | 119e4fc50f6eca6c7ba1efd12be56da332b7d425 | [
"MIT",
"BSD-3-Clause"
] | permissive | horizon-research/SPlisHSPlasH_with_time | ea8bceb100a10596b45c6bec517a0f13bb644dc5 | 147ada04d35e354f9cb01675834c1bd80e1b1d23 | refs/heads/master | 2023-04-24T09:14:21.936180 | 2021-05-10T22:31:29 | 2021-05-10T22:31:29 | 366,188,051 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 71,005 | h | /*
pybind11/numpy.h: Basic NumPy support, vectorize() wrapper
Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
*/
#pragma once
#include "pybind11.h"
#include "comp... | [
"hanlinGao@outlook.com"
] | hanlinGao@outlook.com |
b78268754f00b66424597b2a609bf43e07b76ba9 | 73cfd700522885a3fec41127e1f87e1b78acd4d3 | /_Include/boost/random/detail/iterator_mixin.hpp | 8fd27c6c7fab3c9bc9536467b927e499ef2b441a | [] | no_license | pu2oqa/muServerDeps | 88e8e92fa2053960671f9f57f4c85e062c188319 | 92fcbe082556e11587887ab9d2abc93ec40c41e4 | refs/heads/master | 2023-03-15T12:37:13.995934 | 2019-02-04T10:07:14 | 2019-02-04T10:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,538 | hpp | /* boost random/detail/iterator_mixin.hpp header file
*
* Copyright Jens Maurer 2000-2001
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See http://www.boost.org for most recent version including ... | [
"langley.joshua@gmail.com"
] | langley.joshua@gmail.com |
ce6a3f9c1cdc98d25fcd93d1c24c8258968673d0 | 096961ee99272213aae979902aad0fed8b86a957 | /CodeForces/training/543A.cc | be30411908483f6ff4aed7aa4638a77bc3185ec3 | [] | no_license | yassin64b/competitive-programming | 2d92ee9878e33b5f40da4f0440e994beb595a21b | 180a309da3e12d00c9e4dc384a9aa95ec3e80938 | refs/heads/master | 2021-03-27T15:58:27.450505 | 2020-01-11T16:40:17 | 2020-01-11T16:40:17 | 53,347,417 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,565 | cc | /**
* code generated by JHelper
* More info: https://github.com/AlexeyDmitriev/JHelper
* @author yassin
*/
#include <fstream>
#include <iostream>
#include <vector>
#include <string>
#include <utility>
#include <algorithm>
#include <map>
#include <set>
#include <cmath>
#include <cstdlib>
#include <tuple>
#include ... | [
"yassin.bahloul@gmx.de"
] | yassin.bahloul@gmx.de |
89202e50e8a84e523bd96e5b577967538011a4ea | 7a2425190626dd2e75dd6cbca9fe47727afbad42 | /src/nstd/hidden_names/log_completion.hpp | 764243fdc39a84c93d8b4f98bc7e87fd7f2c3e78 | [] | no_license | dietmarkuehl/kuhllib | fadd4073c9b09992479e92112ef34c367cb90fad | 482ddc2b910870398a9a2bcaa0a77a145e081f78 | refs/heads/main | 2023-08-31T22:13:02.079530 | 2023-08-21T22:14:14 | 2023-08-21T22:14:14 | 3,148,966 | 71 | 7 | null | 2023-08-21T22:14:15 | 2012-01-10T21:49:09 | C++ | UTF-8 | C++ | false | false | 7,301 | hpp | // nstd/hidden_names/log_completion.hpp -*-C++-*-
// ----------------------------------------------------------------------------
// Copyright (C) 2022 Dietmar Kuehl http://www.dietmar-kuehl.de
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this... | [
"dietmar.kuehl@me.com"
] | dietmar.kuehl@me.com |
c6022d160c847bd2bea5a9dfb03cf0efd53957f5 | 961714d4298245d9c762e59c716c070643af2213 | /ThirdParty-mod/tinyxml/tinyxml.cpp | 615187f0924e6632e33e9cb1a49084ab4d6d836f | [
"MIT",
"Zlib"
] | permissive | blockspacer/HQEngine | b072ff13d2c1373816b40c29edbe4b869b4c69b1 | 8125b290afa7c62db6cc6eac14e964d8138c7fd0 | refs/heads/master | 2023-04-22T06:11:44.953694 | 2018-10-02T15:24:43 | 2018-10-02T15:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 38,381 | cpp | /*
www.sourceforge.net/projects/tinyxml
Original code by Lee Thomason (www.grinninglizard.com)
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 use of this software.
Permission is granted to anyone to use this soft... | [
"lehoangq@gmail.com"
] | lehoangq@gmail.com |
3f06e1fb3edcb8dc4bf252a371af5f4b5de86e75 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /third_party/android_ndk/sources/cxx-stl/stlport/stlport/typeinfo.h | 0cea71a57503e9923a20194ea544bc4c9fa742e2 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-mit-old-style",
"LicenseRef-scancode-stlport-4.5",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 2,665 | h | /*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use or copy this software for any purpose is hereby granted
* without fee, provided the above notices are retained on all copies.
*... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
0391591597f0f49dc5d0f273400b230a3164bb23 | db01d410b680ee860bfd3b60b877248f787e7bc5 | /src/particle_filter.cpp | 8dda45246293317f419beb4ab892b0892eca687e | [
"MIT"
] | permissive | usedlobster/CarND-T2-P3 | 3baf5a476b0e43eba78748820a60218c73ca35f0 | 4c373854d1670abbb4d9446278d58f1641d21e70 | refs/heads/master | 2021-04-30T00:03:50.069051 | 2018-02-19T22:14:00 | 2018-02-19T22:14:00 | 121,568,064 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,869 | cpp | /*
* particle_filter.cpp
*
* Created on: Dec 12, 2016
* Author: Tiffany Huang
*/
// completed by usedlobster Feburary 2018.
#include <random>
#include <algorithm>
#include <iostream>
#include <numeric>
#include <math.h>
#include <iostream>
#include <sstream>
#include <string>
#include <iterator>
#include ... | [
"usedlobster@gmail.com"
] | usedlobster@gmail.com |
00619d34417ee89a8e9f47a1c1f1783b9bf564ed | 915c02dfc0485d8d406fe9f8d7fa287676beda08 | /Physics.cpp | 9bd30cca35f9a5d3d7bd96e20a29106f88fb82df | [] | no_license | rfloyd01/Golf_Physics | 0e801c1ff7e0b7ff266217b182d5a5bd4b3e0da8 | 035f593b9f28759ff1d68d3976ddbec04c3edc37 | refs/heads/main | 2023-06-21T17:25:59.899205 | 2021-08-08T18:37:29 | 2021-08-08T18:37:29 | 389,198,797 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,295 | cpp | #include "Physics.h"
#include <iostream>
#include <vector>
#include <fstream>
#include <string>
#define PI 3.141592654
#define g 9.80665
#define MtoY 1.09361
std::pair<Vector_3d, Vector_3d> getBallVelocities(Golf_Club& club, Golf_Ball& ball, Golf_Swing& swing)
{
//This function takes club properties, ball properties... | [
"noreply@github.com"
] | rfloyd01.noreply@github.com |
8e8ad98d86052d1cccc0020065b31da96e811e90 | c0ddf9d6d7ec34872e061b87ef8ad0b603e54efe | /DaramLib/DaramLib/DaramInput.cpp | 44b006137d0cd344e4e3dfbc8ab1da299727fd3d | [] | no_license | daramkun/ProjectPavilion | 945a4f6956800dc28a07205a047b2201ac2a2faf | a112ba4551c821521700854d15642db64cbdefd6 | refs/heads/master | 2020-08-16T00:07:10.505436 | 2019-10-16T01:16:42 | 2019-10-16T01:16:42 | 215,427,712 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 6,875 | cpp | #define DLLEXPORT
#include "DaramInput.h"
void DaramInput::CreateInput(HWND Handle, bool ExclusiveMode, bool BackgroundMode, bool keyboardUse, bool mouseUse, bool joyUse)
{
HRESULT result;
DWORD exMode, bgMode;
win = Handle;
result = DirectInput8Create(GetModuleHandle(NULL), DIRECTINPUT_VERSION,
IID_IDirectIn... | [
"daramkun@live.com"
] | daramkun@live.com |
67d9aa3f8c76185ab9b5d752ccb7f20769039251 | 1ea09659821c663353ff3d23a91dfe62e5896022 | /examples/SimpleReceive.cpp | a170e68cf423b9109dfa6c14fa22bcaaa5ff855c | [
"MIT"
] | permissive | Multimedia-Orchestra/SimpleOSCMyoHack | de23dc21943c17b2e7781825b38d6d1ef1d0e1fb | efd0b1c52d1bb72a40e2108d9a5e9a877b64e272 | refs/heads/master | 2021-01-01T18:11:11.995894 | 2014-04-06T23:32:46 | 2014-04-06T23:32:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,011 | cpp | /*
Example of two different ways to process received OSC messages using oscpack.
Receives the messages from the SimpleSend.cpp example.
*/
#include <iostream>
#include <cstring>
#if defined(__BORLANDC__) // workaround for BCB4 release build intrinsics bug
namespace std {
using ::__strcmp__; // avoid error: ... | [
"niko@mcn.org"
] | niko@mcn.org |
0fc33f7ea56265adefed3695ae79dce132012ae5 | 1eb2cca85359013f47a476e91f48ab8d8e15dcae | /radion/MvaComputation.h | 4ec841ae11ec8f6f4c2ea20fa1ad4132f314bc01 | [] | no_license | hebda/ggAnalysis | 8acc293deebd63ff01b8662611f0bb697b1e21c2 | ddbaa495a6f5446b75ad993a9fe6c0a92edff553 | refs/heads/master | 2020-03-28T01:03:55.048680 | 2013-10-30T16:31:25 | 2013-10-30T16:31:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,775 | h | #include "xAna_allAna.h"
#include "VertexSelection.h"
#include "TMVA/Tools.h"
#include "TMVA/Reader.h"
#include <string>
float xAna::sumTrackPtInCone(int phoID, int vtxID, float minPt,
float outerConeRadius, float innerConeRadius,
float etaStripHalfWidth, float dzMax, float d0Max) {
if(vtxID < 0)ret... | [
"phebda@princeton.edu"
] | phebda@princeton.edu |
d90f1df8d6731e325e08a7057d4026cba8d0e347 | 4243054350a33a5cca74e8fdba792e62766d2380 | /src/abnf/Rule_decimal_uchar.cpp | 6d48b218b0003f814ab5273589a5d9d6eeaa3c17 | [
"MIT"
] | permissive | zhangfang/sdp-cpp | f40afb7f25ff2cbeb592f6e1dc12a037c5df4020 | 4bf23de4cf6ade65fedb68a8c8a5baf4bd6a3e6d | refs/heads/master | 2023-02-23T04:27:23.832845 | 2021-01-25T11:47:40 | 2021-01-25T11:47:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,850 | cpp | /* -----------------------------------------------------------------------------
* Rule_decimal_uchar.cpp
* -----------------------------------------------------------------------------
*
* Producer : com.parse2.aparse.Parser 2.5
* Produced : Mon Jan 08 13:30:55 CET 2018
*
* ------------------------------... | [
"sergio.garcia.murillo@gmail.com"
] | sergio.garcia.murillo@gmail.com |
1085c15742ca6bb41ba700eca87d2cb9c5a7d8d8 | 199620098f209fdfcb27313b540ffdf4073a9e03 | /sample_code/pngshow.cxx | 49c3c50d81167d456f03f86272d8527d5e75af20 | [] | no_license | marksun2015/fltk | d48011a3924a796d058cc6be09b58bcd4e078987 | 1f5280334dc595b5faa2d354bd94dc4661f25fca | refs/heads/master | 2021-06-02T23:03:57.479323 | 2018-09-11T07:28:20 | 2018-09-11T07:28:44 | 58,979,413 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 802 | cxx | /* makeinclude add $((LINKFLTKIMG))
* $(CXX) $(ARCHFLAGS) $(LDFLAGS) $< $(LINKFLTK) $(LINKFLTKIMG) $(LDLIBS) -o $@
*
*
*/
#include <FL/Fl_PNG_Image.H>
#include <FL/Fl_Box.H>
#include <FL/Fl.H>
#include <FL/Fl_Double_Window.H>
#include <FL/Fl_Button.H>
#include <FL/Fl_Image.H>
#include <stdio.h>
#include <stdlib.... | [
"mark@weintek.com"
] | mark@weintek.com |
48283814481c0ef9fcc8fbc10151aba205e1f9da | 7873fa1647bab7ecac2bc5a98367aa96f32fb94a | /AMR12D.cpp | 09132271150109e97624290e366f241b3481426d | [] | no_license | pegasus1/SPOJ | 81158badc827e978db0e9c429dc34181f0bfe1ee | eff901d039b63b6a337148dfbe37c1536918bbf8 | refs/heads/master | 2021-01-10T05:32:37.535098 | 2015-06-05T18:20:38 | 2015-06-05T18:20:38 | 36,937,530 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 511 | cpp | #include<stdio.h>
#include<string.h>
#include<algorithm>
int check(char * a,int l)
{
int s = 0;
int x = l-1;
while(s<x)
if(a[s]!=a[x])
return 0;
else
{
s++;
x--;
}
return 1;
}
int main()
{
int t,l;
char s[11];
scanf("%d",&t);
while(t--)
{
... | [
"ayush.rajoria@outlook.com"
] | ayush.rajoria@outlook.com |
2dbd5fde17b69c00dcaba318bc5ce1b0632b0461 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium_org/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp | 5d27780e99d586068c6249d6eff297fda1cbd7d9 | [
"BSD-3-Clause",
"MIT",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"Apache-2.0"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 2,103 | cpp | /*
* Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.