blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
908059cb794280535e5c9620b8b06170eceb3353
0377a14136dd2ef226b96b0fb55d5b30cf943135
/Cryptonite/logui.h
79c480e0478858cd28600d87c2bf1562f705139e
[]
no_license
FakeEmperor/Cryptonite
d406818a6abe446d0d08d48b0358d3240a7151bf
e1217ad81b3e16b5e9277fa129804c5274979aff
refs/heads/master
2021-01-13T02:37:18.022905
2014-05-30T00:24:39
2014-05-30T00:24:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
493
h
#ifndef LOGUI_H #define LOGUI_H #include <QWidget> #include <QStringList> #include <QMouseEvent> namespace Ui { class logui; } class logui : public QWidget { Q_OBJECT public: explicit logui(QWidget *parent = 0,const QStringList &lst = QStringList()); ~logui(); private slots: void on_closeBtn_clicke...
[ "fake_empire@mail.ru" ]
fake_empire@mail.ru
0ee3caa8c17cca668e90f4c031bfa94b49729fd6
9db1ec69814f02e20349ddf7ccd172d16dbc5e11
/CodeChef CCDSAP/A simple game.cpp
4f38edeb4b5293bfcb95990b1628bb6c4f083211
[]
no_license
sourabh-27/Competitive-Programming
652b4a5cd76cd262ff0c01f1845ac951624fb279
9689edc17e3c3f8c52233f6b4d9b568281ace7db
refs/heads/master
2021-01-07T12:14:30.713480
2020-05-28T21:19:38
2020-05-28T21:19:38
239,506,729
0
0
null
null
null
null
UTF-8
C++
false
false
1,113
cpp
#include<bits/stdc++.h> using namespace std; typedef long long int ll; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); ll t; cin >> t; while(t--) { ll n; cin >> n; vector<ll> vec; ll totalSum = 0; ll oddCount = 0; for(l...
[ "majumdars844@gmail.com" ]
majumdars844@gmail.com
09cf98845a99ad1bddd36fc35a3f9842ac0cc341
3a90ed41fdb31a294d471c3b43f53f7ef77b7fb7
/src/mixTX-relay.h
8191bd858b9c289634a0e75c60f6ac00ac5e5b73
[]
no_license
longestline/xando
30281430d871a278e614a43c0293f773ca393a2a
58ff5e58e88f580a83fb097267373b14fac79323
refs/heads/master
2020-03-21T12:25:45.392166
2018-06-24T12:04:41
2018-06-24T12:04:41
138,551,698
0
1
null
2018-06-25T06:20:43
2018-06-25T06:20:42
null
UTF-8
C++
false
false
1,343
h
// Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2018 The Xando developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef DARKSEND_RELAY_H #define DARK...
[ "root" ]
root
b3b9303e54e3320bffbf32740a5c7b77fa91df83
f5072b04d62be4297f546535e2ca1ed26d800695
/Utils/Model.h
c6446e4698c0ac0b00eb00c5a507e3c8db38c19c
[ "MIT" ]
permissive
jrouwe/RayCastTest
1ea4cfb034556f6c2dcc2399d7176f98002cab80
6f16eef819bd13f7f7bf063b076dab7091b1886a
refs/heads/master
2021-06-19T21:51:39.506924
2021-05-29T13:53:58
2021-05-29T13:53:58
209,984,894
8
2
null
null
null
null
UTF-8
C++
false
false
1,044
h
#pragma once #include <Geometry/AABox.h> #include <Geometry/Triangle.h> #include <Geometry/IndexedTriangle.h> // Simple model class Model { public: struct ModelHeaderV1 { static inline const uint32 sVersion = uint32('M') + (uint32('D') << 8) + (uint32('V') << 16) + (uint32('1') << 24); Mod...
[ "jrouwe@gmail.com" ]
jrouwe@gmail.com
ad940aeda12de59fd0d8f08e2c8183171708d6de
7691fb44d33b45eb9e1158f660fa94e4a24d32d3
/Wheel_encoder_DC_Motor.ino
b9302539f177eb85d0568ffe0be6c1ebddc799d2
[]
no_license
ahmedihabb2/Encoder-Motor-using-PID-Controller
c932dad8c0e0646fc71759afeb53c6ec57895077
a43c6b591dae65ca1cd65736e11d747800d0e2ed
refs/heads/main
2023-04-14T22:24:25.284953
2021-04-25T12:02:11
2021-04-25T12:02:11
361,416,337
2
0
null
null
null
null
UTF-8
C++
false
false
3,925
ino
/* PID Algorithm it automatically applies an accurate and responsive correction to a control function Is a control loop mechanism employing feedback */ //PID constants double Kp; // is the proportional gain, a tuning parameter double Ki; //is the integral gain, a tuning parameter double Kd; //is the d...
[ "ahmedbaz14@gmail.com" ]
ahmedbaz14@gmail.com
811aeb4b70ae1dbe417b4090015a1538f0441371
f33c3777289068e6b30e1305a246ae2fe84e0ad8
/include/game/scene.h
33368c8a277be1b336a977033057b9ae52099ce8
[ "BSD-2-Clause" ]
permissive
gamaral/marshmallow_h
c8fdade0082d2d7d50fe040016f4a5922055bbc1
267ba11a11a48ad1207e500c5bc7633a8c9093bc
refs/heads/staging
2021-01-17T12:10:18.853443
2016-01-01T23:23:07
2016-01-01T23:23:07
1,540,144
28
10
NOASSERTION
2020-07-07T18:22:06
2011-03-29T05:37:32
C
UTF-8
C++
false
false
3,249
h
/* * Copyright (c) 2011-2013, Guillermo A. Amaral B. (gamaral) <g@maral.me> * All rights reserved. * * This file is part of Marshmallow Game Engine. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redi...
[ "g@maral.me" ]
g@maral.me
1b3a1b1c59946bf372e73842b1e8d96f2eb06ee8
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/git/gumtree/git_new_log_2336.cpp
63ebec6bf3993778ac6d562e609d8c5117d31f77
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
91
cpp
die ("Can't find replacement commit for tag %s\n", oid_to_hex(&tag->object.oid));
[ "993273596@qq.com" ]
993273596@qq.com
40a0ce2470d6fa0dc231e3ffea61e88b36f8fde7
5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e
/main/source/src/protocols/simple_moves/rational_mc/RationalMonteCarlo.hh
d796127cbf089fd62bcc35cc7c4e1bfc0982c8e5
[]
no_license
MedicaicloudLink/Rosetta
3ee2d79d48b31bd8ca898036ad32fe910c9a7a28
01affdf77abb773ed375b83cdbbf58439edd8719
refs/heads/master
2020-12-07T17:52:01.350906
2020-01-10T08:24:09
2020-01-10T08:24:09
232,757,729
2
6
null
null
null
null
UTF-8
C++
false
false
4,473
hh
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*- // vi: set ts=2 noet: // // (c) Copyright Rosetta Commons Member Institutions. // (c) This file is part of the Rosetta software suite and is made available under license. // (c) The Rosetta software is developed by the co...
[ "36790013+MedicaicloudLink@users.noreply.github.com" ]
36790013+MedicaicloudLink@users.noreply.github.com
7ef3ec04dbbdd36c43a7e37eb752b84819f350ec
8006dbf08781d80a7e957af558e1e9bc1aa286ed
/opengl-books-code/OpenGL-ES-3.0-Cookbook/SourceRepository/Chapter10/SG6_withSG5+ButtonPicking/NativeTemplate.cpp
344ee5be1e708c04f10f7a255f1faefbef41a216
[]
no_license
criswonder/opengl-mix
fcebb42fbda672f2198234fd6db934b21ca962a6
7d96c6a475ec0dbf362d07b8e9ac077fa57a91bd
refs/heads/master
2022-07-28T16:45:44.954168
2020-05-15T12:33:23
2020-05-15T12:33:23
264,187,352
0
0
null
null
null
null
UTF-8
C++
false
false
6,093
cpp
// OpenGL ES 2.0 Cookcook code #include "NativeTemplate.h" #ifdef __IPHONE_4_0 #include "RendererEx.h" #include "ObjLoader.h" #include "Button.h" #else #include "../Scene/RendererEx.h" #include "../Scene/ObjLoader.h" #include "../Scene/Button.h" #endif // Icons used from // http://neurovit.dev...
[ "hongyun.mhy@alibaba-inc.com" ]
hongyun.mhy@alibaba-inc.com
2798a3e5d0a6c8e6c9d93760ff034a4ddd16ce4c
386fad5de6b1a6a9e5557947bd1aeffda8821656
/UVa/UVa_11974.cpp
e3d8cc96cfbbfb7376efcf84cc5e2b319f76ed7a
[]
no_license
xxyyzz/Competitive-Programming_Solutions
6c1f06232ab63f85d913bdd27a90eff892bfe18d
cca393f4330e784eb0f9edb44df290adc105ce3b
refs/heads/master
2021-06-02T13:33:48.530485
2016-09-25T14:15:37
2016-09-25T14:15:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
796
cpp
#include <cstdio> #include <cstring> #include <queue> using namespace std; int sw[102], mn[32769]; queue<int> q; int main() { int i, j, k, t, n, m, qi, tmp; scanf("%d", &t); for( k=1; k<=t; k++ ) { memset(mn, -1, sizeof(mn)); while( !q.empty() ) q.pop(); scanf("%d%d", &n, &m); for( i=0; i<m; i++ ) {...
[ "lnishan.cs01@g2.nctu.edu.tw" ]
lnishan.cs01@g2.nctu.edu.tw
480cc0d9cd47f5f83582945c9d04ef5be6e6dc09
b933af697e0eb4989c07070c644eaf9ce44441b1
/Third Party Files/gl_utils.cpp
b5a2845afe0fe6c5ef46df58eb050b72c73076f3
[]
no_license
sduignan/realTimePhysics
1ecc38e3ad620a254122a6e4da470a490f9c09d5
8a6ed46487ba9c2173810d5d58e4dbd4b17e2b4b
refs/heads/master
2021-07-11T18:17:07.623888
2017-10-15T17:24:04
2017-10-15T17:24:04
107,023,260
2
0
null
null
null
null
UTF-8
C++
false
false
10,372
cpp
/******************************************************************************\ | OpenGL 4 Example Code. | | Accompanies written series "Anton's OpenGL 4 Tutorials" | | Email: anton at antongerdelan dot net ...
[ "sduignan@tcd.ie" ]
sduignan@tcd.ie
f3a146189129f56d6a1adb029322146eca9342c2
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/Event/xAOD/xAODTrigCaloAthenaPool/src/xAODTrigCaloAthenaPoolTPCnv.cxx
96a9fac8b45931793e822b028710a06a324e780f
[]
no_license
rushioda/PIXELVALID_athena
90befe12042c1249cbb3655dde1428bb9b9a42ce
22df23187ef85e9c3120122c8375ea0e7d8ea440
refs/heads/master
2020-12-14T22:01:15.365949
2020-01-19T03:59:35
2020-01-19T03:59:35
234,836,993
1
0
null
null
null
null
UTF-8
C++
false
false
1,483
cxx
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ // $Id: xAODTrigCaloAthenaPoolTPCnv.cxx 713751 2015-12-09 20:24:00Z ssnyder $ // Gaudi/Athena include(s): #include "AthenaKernel/TPCnvFactory.h" // EDM include(s): #include "xAODTrigCalo/CaloClusterTrigAuxContainer.h" #include "xAODCaloE...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
1567106c2efc84316b8901fce05c73267493c9fe
3f16ab5a66a25c650a9b17b5dc8ded8134bc0e64
/blinkentree.ino
5be93991eb4eff62db7b3b31742e85b4a5ea13ae
[ "MIT" ]
permissive
Piets/blinkentree
d2d2c2ee2c29879948ca80ae5aace18a2bcfc89a
77f2a8acea8262505c01bb29e608d52b5513d09e
refs/heads/master
2020-04-17T12:02:37.524236
2014-03-06T13:44:04
2014-03-06T13:44:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,640
ino
#include "SPI.h" #include "Ethernet.h" #include "WebServer.h" #include "SD.h" static uint8_t mac[6] = { 0x90, 0xA2, 0xDA, 0x0D, 0x7A, 0x20 }; static uint8_t ip[4] = { 192, 168, 1, 3 }; WebServer webserver("", 80); #define RED_PIN 3 #define GREEN_PIN 5 #define BLUE_PIN 6 #define CS_PIN 10 #define SD_PIN 4 int red = ...
[ "piets@boinx.com" ]
piets@boinx.com
237a0a9d8da0753c19fde3324f624ddd2f3832c8
d39a1b052483521d4d55cbf6e6dde7e267f5f342
/p1028.cpp
e70aa939825e90141386494771853fedf067e852
[]
no_license
anan606/My-OI-Code
acde328f5854ce9ab97466c226f466c77a036a9b
de5cf105180ca18c1a89c763133e2c43bebddac6
refs/heads/master
2020-04-14T23:30:51.434286
2019-01-13T10:25:20
2019-01-13T10:25:20
164,204,886
0
0
null
null
null
null
UTF-8
C++
false
false
267
cpp
#include<iostream> using namespace std; int a[101],b[101],n; int main() { cin>>n; for (int i=1; i<=n; i++) cin>>a[i]; for (int i=1; i<=n; i++) for (int j=i; j>=1; j--) { if (a[j]<a[i]) b[i]++; } for (int i=1; i<=n; i++) cout<<b[i]<<" "; return 0; }
[ "anan606@163.com" ]
anan606@163.com
f2a3bca82d7ac36df51c67522bf5359a80ac1f6f
d70d4c624b5528810c914eab26ddc6a68715a9dc
/ESP8266/wemosbrewery_corrected_v3_PWM/e_loop.ino
22df558516e8ad8463ecc4d7dba90a979a5e814c
[]
no_license
saintsrule/arduino
2691b30cb56324999b1e0e3aa2cc4dc043fc39e5
20c5b7348c8f3bec50d81631ecfa0857c81d33d2
refs/heads/master
2021-08-30T06:06:10.071997
2017-12-16T10:36:16
2017-12-16T10:36:16
106,085,639
0
0
null
null
null
null
UTF-8
C++
false
false
16,448
ino
void loop() { Blynk.run(); blynkUpdate1 (); blynkUpdate2 (); blynkUpdate3 (); temperatureFunction2 (); //TEMPERATURE SETTINGS // temperature = message2; // MET get temperature direct from sensor now //Switch on the heaters if the function calls for this digitalWrite(heaterElement1, heater1); ...
[ "milestucker@ymail.com" ]
milestucker@ymail.com
8c3fbfd7878901ff7c67b8a8c20490e4352f5a12
c8ddfea14a0abcac2db30dbddb1efc9c39d45bef
/mindsystem/mindclient/source/easynvr_demo/include/opencv2/photo.hpp
9678982c88d84be33787d8e6903767896a7ede0d
[ "BSD-2-Clause" ]
permissive
ComakeOnline/mindproject
4f9fb3e1c8ba55f1ffb0cb0ebaa94e46202fd904
9ead6b9df7372f27a7c5c82d148f361aa97bab8b
refs/heads/main
2023-08-01T14:13:47.701416
2021-02-26T04:08:10
2021-02-26T04:08:10
342,451,286
5
2
BSD-2-Clause
2021-09-15T10:09:53
2021-02-26T03:26:17
C++
UTF-8
C++
false
false
39,633
hpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, i...
[ "jamesfan007@hotmail.com" ]
jamesfan007@hotmail.com
1f7dd79f45f2b488ffc10d52892286337eb65719
a8feb9e71181c7bcdeff08d84ccc9f637685f717
/arraysinglethread/old/complexsquaretiming.cpp
1c10a9a7ae37cdc89de062c747a5ad447bfdf214
[ "Apache-2.0" ]
permissive
ahbarnett/floatingspeed
b62081416677410f2f8ee115ba69a0a09156a009
633a62765554cb21236ac8a6700f675b72fe2c10
refs/heads/master
2022-01-03T22:50:46.487014
2021-12-31T00:38:20
2021-12-31T00:38:20
79,477,882
6
5
NOASSERTION
2020-09-07T14:09:35
2017-01-19T17:36:15
C++
UTF-8
C++
false
false
1,764
cpp
#include <math.h> #include <complex.h> #include <stdlib.h> #include <stdio.h> #include <vector> // C++ #include "../src/utils.h" #define BIGINT long long double rand01() { return (rand()%RAND_MAX)*1.0/RAND_MAX; } int main(int argc, char* argv[]) /* C complex type version speed test for squaring a big 1D array....
[ "ahb@math.dartmouth.edu" ]
ahb@math.dartmouth.edu
8ae61464cdc77477a05409b51894c56da5ef5a81
eac71e4c7f960160887ab5ce675f8b2903ed51bb
/Stack & Queue/X96935_ca/a.cpp
fc5e542aa9a1bc8e975d5ca74800ed3c9cf2a191
[ "Apache-2.0" ]
permissive
go3212/FIB-PRO2
14947931a37e9f52b154904b2d229785d3a76fbb
383cc7568583e164d740b87b9e7ad4eb06fee5d9
refs/heads/main
2023-06-02T02:34:23.503813
2021-06-14T10:20:48
2021-06-14T10:20:48
341,898,013
0
0
null
null
null
null
UTF-8
C++
false
false
504
cpp
#include <iostream> #include <stack> using namespace std; int main () { stack<int> mystack; int k; cin >> k; int n; bool is_palindrome = true; for (int i = 0; i < (k/2); ++i) cin >> n, mystack.push(n); if (k%2 != 0) cin >> n; while (is_palindrome and !mystack.empty()) { ...
[ "go3212@hotmail.com" ]
go3212@hotmail.com
3116e1051b1cac5c731c33cce19034c4695c69fa
4aa7e9a7905d28242ddf8b14755a36f26e79092c
/src/QtIntermediaryBase.h
d8a15be3b5fa7024e1c66d3e9d9de7cfdeb18b75
[]
no_license
rgrandin/CppClasses
6b0c654345611f3d19333ecc2623381b56fec129
65ee0fdbd4d41d128100de0056f639bce2fccb43
refs/heads/master
2020-04-06T04:30:45.192828
2014-05-28T19:56:09
2014-05-28T19:56:09
7,522,087
1
0
null
null
null
null
UTF-8
C++
false
false
10,570
h
/** * @file QtIntermediaryBase.h * @author Robert Grandin * @date 16 Nov 2012 * @brief Definition of QtIntermediaryBase class. * * * @section Revisions * * @date 16 November 2012 * - Creation date. * * * * * @section License * * Copyright (c) 2012, Robert Grandin * All rights reserved. * * Redistrib...
[ "rgrandin@iastate.edu" ]
rgrandin@iastate.edu
c17e29b278dfd274cc430b63718586639c2ac82d
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/chrome/browser/obsolete_system/obsolete_system_mac.cc
532d4f94c453237232481c22acc444a3af30addc
[ "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
C++
false
false
1,286
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/obsolete_system/obsolete_system.h" #include "base/system/sys_info.h" #include "chrome/common/chrome_features.h" #include "chrome...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
a49ab0d49019aa64e4b52952e754b72d8d74b3fa
0149a18329517d09305285f16ab41a251835269f
/Contest Volumes/Volume 101 (10100-10199)/UVa_10161_Ant_on_a_Chessboard.cpp
0fd4965f26bf42ce8d58eef16a461f67c6dd2169
[]
no_license
keisuke-kanao/my-UVa-solutions
138d4bf70323a50defb3a659f11992490f280887
f5d31d4760406378fdd206dcafd0f984f4f80889
refs/heads/master
2021-05-14T13:35:56.317618
2019-04-16T10:13:45
2019-04-16T10:13:45
116,445,001
3
1
null
null
null
null
UTF-8
C++
false
false
1,341
cpp
/* 12.6.1 Ant on a Chessboard PC/UVa IDs: 111201/10161, Popularity: B, Success rate: high Level: 1 To build using Visucal Studio 2008: cl -EHsc UVa_10161_Ant_on_a_Chessboard.cpp */ /* /* 7 | 49 48 47 46 45 44 43 6 | 26 27 28 29 30 31 42 5 | 25 24 23 22 21 32 41 4 | 10 11 12 13 20 33 40 3 | 9...
[ "keisuke.kanao.154@gmail.com" ]
keisuke.kanao.154@gmail.com
c4a612b61c9f19dc263a9199ebd8159867606317
604d1f93ec8ef4b5ff65af327ea54e8c75341b5b
/aint153pp_ws/devel/include/vrep_common/simRosGetUIEventButtonResponse.h
5d4e413578cb480197862999fbf8e7c3fdf6997e
[]
no_license
reecedavies/Autonomous_Mobile_Robotics
9b6a901e223a47f276729f32be02aedf8591fe17
19104ed02a7796535ffa3a929c57f231c91b2193
refs/heads/master
2020-05-03T06:26:55.907869
2019-03-29T20:54:28
2019-03-29T20:54:28
178,473,278
0
0
null
null
null
null
UTF-8
C++
false
false
6,246
h
// Generated by gencpp from file vrep_common/simRosGetUIEventButtonResponse.msg // DO NOT EDIT! #ifndef VREP_COMMON_MESSAGE_SIMROSGETUIEVENTBUTTONRESPONSE_H #define VREP_COMMON_MESSAGE_SIMROSGETUIEVENTBUTTONRESPONSE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serializa...
[ "reece.davies@students.plymouth.ac.uk" ]
reece.davies@students.plymouth.ac.uk
8ceaa3ebc9ce61a99d6099e3fb161b4880833be1
88ae8695987ada722184307301e221e1ba3cc2fa
/extensions/browser/test_extensions_browser_client.cc
0594906c37c46462788f1301db560a4833465068
[ "BSD-3-Clause" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
9,070
cc
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "extensions/browser/test_extensions_browser_client.h" #include "base/values.h" #include "build/build_config.h" #include "build/chromeos_buildflags.h" #include "conten...
[ "jengelh@inai.de" ]
jengelh@inai.de
b7b085b2fbc7a1bc8d478d83281e3f7624cb29b5
1962593b46b3638f9363a4ae3a0d72e69d744a8b
/gradient_descent.h
a269bd1f0d70c6188e6e3e2f6425f38a7eae1e5e
[]
no_license
elesinn/test_fredholm
4171d7f5c0c41c080566b7d83f9872b14bada2f8
f5a3525608a8655af2c27e8d9112c1a787fff729
refs/heads/master
2016-09-06T00:34:13.045563
2014-11-26T21:24:50
2014-11-26T21:24:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,381
h
#ifndef GRADIENT_DESCENT_H #define GRADIENT_DESCENT_H #include <iostream> #include <cmath> #include <QVector> #include <stdlib.h> #include <iomanip> using namespace std; const int snum = 50; const int xnum = 50; ///K(x,s) - ядро class kxs { public: double operator() (double x, double s) { return 1 ...
[ "elesinn@yandex.ru" ]
elesinn@yandex.ru
6c696d389a7d2b1d6a369732f5f3fca1651e104d
8f4a17d587fc39c8acd0fcb2146e4bbec75a1420
/SDK_WIN_x64_2020-1-229/samples/xml_to_skp/win/xmlpluginwin.h
bb664c8aade2aede173ca599d980035643be8aac
[]
no_license
Pseudopode/uniskpnet
fea2ffa35a45c46ddac4862a15915ea01a825257
3c9eefed608aafc36485c076f720c6789ec64095
refs/heads/master
2022-06-14T15:21:24.546130
2020-05-06T09:38:14
2020-05-06T09:38:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
661
h
// Copyright 2013-2019 Trimble, Inc. All Rights Reserved. #ifndef XMLTOSKP_WIN_XMLPLUGINWIN_H #define XMLTOSKP_WIN_XMLPLUGINWIN_H #include "../plugin/xmlplugin.h" class CXmlImporterPluginWin : public CXmlImporterPlugin { public: static CXmlImporterPluginWin *GetInstance(); static void DestroyInstance(); CXml...
[ "peguin_ku@126.com" ]
peguin_ku@126.com
6898f30bf9e28c2f4bc43a95f5a4de018bf09934
62d33fa0eca8c0145611cd0efe6e9c4d8bb8b378
/LeetCode/700.Search_in_a_Binary_Search_Tree.cpp
2050821fa97b4fea26f4a9b4701d2a55862ec445
[ "MIT" ]
permissive
yousefalaa2021/OJ
da085e3eba1c80b7998c471bd3aed71d774985f2
67d1d32770376865eba8a9dd1767e97dae68989a
refs/heads/master
2023-03-15T20:16:56.439701
2019-05-01T11:29:10
2019-05-01T11:29:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
473
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: TreeNode* searchBST(TreeNode* root, int val) { if(root == NULL) return NULL; if...
[ "w181496@gmail.com" ]
w181496@gmail.com
6016c31a02ed943611b32a063f796fc30bfe17fa
08ed38b70ccde334ddf6abbf6d740df559731e2b
/TRC2PMBUSTool/PBF003_00G_CBRaw.cpp
6b447ffe3ff205053f6d52c1e1f6e4e4c28be30d
[]
no_license
bingshiue/wxPSU
32ac806cdbada9c934b18ddd00c152d0eb433c3b
33d0bf9e3c324b69e2c9f22db8c5c9d9fb6ebd13
refs/heads/master
2021-01-23T21:37:41.981082
2018-02-05T03:42:46
2018-02-05T03:42:46
57,594,833
1
0
null
null
null
null
UTF-8
C++
false
false
4,490
cpp
/** * @file PBF003_00G_CBRaw.cpp */ #include "PBF003_00G_CBRaw.h" int PFB003_00G_Raw_Common(pmbuscmd_t* pmbuscmd, wchar_t* string, unsigned int dataBytesLength); int PFB003_00G_Raw_0900H(pmbuscmd_t* pmbuscmd, wchar_t* string, unsigned int dataBytesLength){ return PFB003_00G_Raw_Common(pmbuscmd, string, dataBytesLen...
[ "Ben_Hsieh@APITECT.com.tw" ]
Ben_Hsieh@APITECT.com.tw
895b72697ffd94265c14535cb6e250f864ab7538
602e3bfd906653f6a02d9a78fecece2a5d7a6384
/src/Code_Mouse_Quick.cpp
71c5d352fd34b305cd4a71beab9703d66b18b4b5
[ "MIT" ]
permissive
wolfv6/keybrd_DH
1b1146e4a10a503327c15c4bd6546da767165f4a
71d8f4b2fb32cf40db35c21f45484d0a1800ea61
refs/heads/master
2021-01-09T20:53:04.653628
2016-11-17T01:56:42
2016-11-17T01:56:42
58,384,593
4
0
null
null
null
null
UTF-8
C++
false
false
169
cpp
#include "Code_Mouse_Quick.h" void Code_Mouse_Quick::press() { speedByte |= speedBit; //set speedBit bit refMouseButtons.doNotUnstick(); }
[ "wolfv6@users.noreply.github.com" ]
wolfv6@users.noreply.github.com
5c811a62d2fe67ef7f3d196102179bff15d9cfe4
a40907aa0b4acdf66ac9f842504528e10c911687
/Project Framework/CHexagon.h
2ba3dbb74dd2d65d6736e5817dd4f2bd6f381a25
[]
no_license
CPP0Project/Drawing-for-Kids
6b9f94e328fb3402b37037b446773bac5476c4a8
17384b09d304afe101721bdef2228c71c43d1599
refs/heads/master
2020-03-15T20:30:25.484095
2018-05-04T22:15:08
2018-05-04T22:15:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
260
h
#ifndef CHEXAGON_H #define CHEXAGON_H #include "..\Project Framework New\Figures\CFigure.h" class CHexagon : public CFigure { private: int* PX; int* PY; public: CHexagon(int*, int*, GfxInfo FigureGfxInfo); virtual void DrawMe(GUI* pOut) const; }; #endif
[ "s.mahaezzat@gmail.com" ]
s.mahaezzat@gmail.com
c9a46ad8bb0912b03443868c0dc34327364964ee
47082a3068a44ecc207251d69d744f913305f3d9
/输出100-200之间的素数/输出100-200之间的素数/输出100-200之间的素数.cpp
bcfbb7c11ab9cff059e3ec6fad4bd312314be947
[]
no_license
BingXxx12623/Helloworld.c
223273bf5e543b569c63ced652c3aa9f9b3ff979
a087e4c946e9996391b283fcc4c978744268aedc
refs/heads/master
2020-03-29T20:00:02.871972
2018-09-26T16:44:26
2018-09-26T16:44:26
150,290,600
0
0
null
null
null
null
GB18030
C++
false
false
683
cpp
//要输出100-200之间的素数就必须要理解素的概念 //素数指的就是你只能够被1和本身整除的数 //假设这个素数的值为x,那么就需要达到让这个数去除2-(x-1)的数,进而判断它是否为素数 #include<stdio.h> #include<windows.h> int isprime(int x)//这儿prime的意思为素数,x为形式参数 { int num = 2;//用num来一个一个被整除 while (num < x) { if (x%num == 0) { return 0;//在c语言中一般用不满足来返回0,满足一般返回1 } num++; } return 1; } int m...
[ "919056493@qq.com" ]
919056493@qq.com
64d1607dad75e8fe3476cb136313dad6ce607700
46dc804fbf0baa48de6bed82b775e57be2cb06f1
/archive/robot_client/V0.5/robot_client/Telnet.cpp
eda1b33987d46ec5e6c441fabfc63468c245e51e
[]
no_license
f4deb/QT_Application
234662405f16af2c83adeb2efc26e5bdcdd1db70
7c7ade7d3d7685a0cd3ea46aa56dd03a5a232e63
refs/heads/master
2023-03-14T14:56:18.315716
2021-02-20T22:09:19
2021-02-20T22:09:19
311,795,334
0
0
null
null
null
null
UTF-8
C++
false
false
3,386
cpp
#include <QtCore/QDebug> #include "mainwindow.h" #include "Telnet.h" #include "ui_mainwindow.h" void MainWindow::serverInit(){ socket = new QTcpSocket(this); connect(socket, SIGNAL(readyRead()), this, SLOT(donneesRecues())); connect(socket, SIGNAL(connected()), this, SLOT(connecte())); con...
[ "f4deb1@gmail.com" ]
f4deb1@gmail.com
3a2af76433d1c35fa6c7bd192f78d78d6f8edd36
22d2f1d09062627cad3725aead1c3f80ae8f14a6
/codeforces/1516/a/a.cpp
104b3c4c90a80054cf90083fcea7362988e99343
[]
no_license
Koki-Yamaguchi/competitive-programming
48f3f0318f7c33f564561a124cb7627b915d5822
5a2a6daec6388fbd39e5fcd100b82f0b27966b5a
refs/heads/master
2023-04-26T07:23:57.001422
2021-05-24T17:09:46
2021-05-24T17:09:46
275,280,563
0
0
null
null
null
null
UTF-8
C++
false
false
1,387
cpp
#include <bits/stdc++.h> using namespace std; #define rep(i, n) for (int i = 0; (i) < (int) (n); (i) ++) #define all(a) (a).begin(), (a).end() #define rall(a) (a).rbegin(), (a).rend() #define dump(x) cerr << #x << " = " << x << '\n'; using ll = long long; template<typename T, typename U> ostream& operator << (ostream& ...
[ "yk49at21@gmail.com" ]
yk49at21@gmail.com
5da1f4456df5cbda8cbf4269b7e4e4fd20692f6e
9ed2d8088884bf7a40173bc8f3509bc0c259a43f
/sail/csrc/test/init_test.cpp
811f6377baf2fd7c77b4b0b3d4854520dcc2825d
[ "BSD-3-Clause" ]
permissive
sail-ml/sail
6f78c369527dc9a90abcf130d5307b7784ae284e
e261ef22661aa267bcf32d1552be95d8b7255220
refs/heads/master
2023-06-24T21:13:36.736287
2021-07-29T01:14:01
2021-07-29T01:14:01
361,764,627
1
0
BSD-3-Clause
2021-07-29T01:14:02
2021-04-26T13:41:36
C++
UTF-8
C++
false
false
597
cpp
#include "core/Tensor.h" #include "core/dtypes.h" #include "core/factories.h" #include "core/initializers/utils.h" #include "core/kernels/Kernel.h" #include "core/modules/modules.h" #include "core/ops/ops.h" #include "core/ops/tools.h" #include "core/tensor_shape.h" #include "gtest/gtest.h" #include <iostream> #defin...
[ "noreply@github.com" ]
noreply@github.com
64224d029ea62deaf63f988d69b16c4fedecbd76
671080c547a48d571bd444ed5b72dd0eb4c03704
/233_Number_of_Digit_One.cpp
25a9b03f7cf389674f3ff61ac221800be95eea0b
[]
no_license
gKevinK/LeetCode
dc42b7dd4d83a5a4b4aacfe6066fbca23900584b
193eba041625a501b1578cf37fba819f9dbd17d4
refs/heads/master
2021-06-07T07:42:52.114362
2020-08-29T11:57:57
2020-08-29T11:57:57
115,308,104
0
0
null
null
null
null
UTF-8
C++
false
false
777
cpp
class Solution { public: int tenExp(int x) { const int arr[10] = {1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000}; return arr[x]; } int countDigitOne(int n) { int res = n, l = 0, t1; int t[10] = {0}; if (n <= 0) return 0; for (l...
[ "gkangkai@gmail.com" ]
gkangkai@gmail.com
c55375889f12cf125c11bb3b2b74507db5138507
d8ac31ea897f5dee083e0823a78f53d7b61ddd15
/src/mov/src/MovDetector.cpp
7c222d02af48f17b4d201c9f0cebf4f852717476
[]
no_license
tianxiejack/qr_pro_360pano_main
51a7974b569747b2baf8d167c3e4aa5c7eeac9b7
d924573b25e4f316407d6da9a1e90f2dfc38bc85
refs/heads/master
2020-06-02T23:46:32.783513
2019-11-11T01:49:57
2019-11-11T01:49:57
191,347,495
1
1
null
null
null
null
UTF-8
C++
false
false
18,649
cpp
#include <stdio.h> #include <stdlib.h> #include <opencv2/video/background_segm.hpp> #include <opencv2/highgui/highgui.hpp> #include "MovDetector.hpp" using namespace cv; using namespace std; CMoveDetector_mv::CMoveDetector_mv() { int i; m_bExit = FALSE; for(i=0; i<DETECTOR_NUM; i++){ m_warnRoiV...
[ "lizf@rc.com" ]
lizf@rc.com
abc71b4bb1d80b7ce8eaa6ceb9b6be51b3d31723
058aead2a638f554bc57fe95a2abd3f63f2e14eb
/Tools/stl2obj/libStl2Obj/dllCppTest/dllCppTest/UtilString.h
d721d1c1f654fc5539fd29d8a91496fad112ef42
[]
no_license
seenen/VR
4da6bf946de13e6f0d3a5c56ac148e20e9b74046
59a3287630c235920d2005396ad4bd5784cc3f1a
refs/heads/master
2021-01-10T04:57:36.179545
2017-05-30T16:36:59
2017-05-30T16:36:59
53,755,894
1
0
null
null
null
null
WINDOWS-1252
C++
false
false
285
h
#pragma once #include <Windows.h> #include <iostream> /// ¶Ô×Ö·û´®µÄ²Ù×÷Àà class UtilString { public: UtilString(); ~UtilString(); static char* w2c(char *pcstr, const wchar_t *pwstr, size_t len); static void c2w(wchar_t *pwstr, size_t len, const char *str); };
[ "44057536@qq.com" ]
44057536@qq.com
a03c0c90e582a5933be29e2018e943154b62848a
4959f2669434a8f42f229e4d5f5f638f51a0ceec
/Array/136_Single_Number.cpp
046755d441b1cfbf98f3d98146cf372968612eba
[]
no_license
bruce1408/Alogrithm_Datastruct
5425642afd6cdada6bd12968d832dcbf9dd526ab
04d94b5bbf6680f689d22d15134e9a870d6a452e
refs/heads/master
2023-07-08T03:27:13.051414
2023-06-24T13:00:51
2023-06-24T13:00:51
128,039,673
2
0
null
null
null
null
UTF-8
C++
false
false
923
cpp
#include <iostream> #include <vector> #include <unordered_map> #include <string> #include <algorithm> using namespace std; /** * 136. Single Number,找出一个重复数组中出现一次的数字 * Input: [2,2,1] * Output: 1 * Example 2: * 不重复的数字 * Input: [4,1,2,1,2] * Output: 4 */ /** * 方法 1,使用hash表 */ int singleNum...
[ "summer56567@163.com" ]
summer56567@163.com
da8e85706d4d6f9d8a620a8ae97c127c51e37804
a0809c6843b3292cf3e6a32740ef368495df9e9a
/Source/ProjectA/NPCs/NPC_Base.cpp
50742dd6a4bc31faa7d4598712cee0d4738db43c
[]
no_license
szm429006/-UE4-ProjectA
e6882cf1b2dfa38a0bfe0fac9b08c9ee7ab34bfb
47226775473b52e85318b8ced659434132bd6ca1
refs/heads/master
2020-03-30T06:22:52.363098
2018-09-20T09:47:07
2018-09-20T09:47:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,168
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "NPC_Base.h" #include"ProjectA.h" #include <Components/ArrowComponent.h> #include <Components/SkeletalMeshComponent.h> #include <Components/CapsuleComponent.h> // Sets default values ANPC_Base::ANPC_Base() { // Set this actor ...
[ "36883951+DybBug@users.noreply.github.com" ]
36883951+DybBug@users.noreply.github.com
5399e9a02962636211b99778a70b28da8231ca6a
668482ada465e512a0af5d5eb9afdb28a912fd6c
/sdu/buildinclude.h
07abc12a58da52b452d068c3f6239902b61a27f4
[]
no_license
liutaihua/simpleGameGateWay
93b39dbbbeb2de9c5a2c9ecf01e618393b6291ba
1e1028b0b732d95a723e71e0f415b244368793e2
refs/heads/master
2020-05-17T03:55:33.463692
2015-10-19T06:35:53
2015-10-19T06:35:53
42,847,366
3
1
null
null
null
null
UTF-8
C++
false
false
1,162
h
#pragma once /* * 编译环境的include */ #ifndef buidinclude_h__ #define buidinclude_h__ #include "buildconfig.h" #ifdef WIN #ifdef WIN32 #ifndef VC_EXTRALEAN #define VC_EXTRALEAN #endif #ifndef WINVER #define WINVER 0x0501 #endif #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0501 #endif #ifndef _WIN3...
[ "defage@gmail.com" ]
defage@gmail.com
efeb889cd05687505b09d98832cf4daaea4b723c
675d16f95685d572d8cbb1f143c4707e12e23816
/Lab7/AbstractHardware/Registers/STM32F407/fsmcregisters.hpp
b978fb5e06761c1e7b662eead14e9e4ffff9959b
[]
no_license
lamer0k/stm32Labs
25f8606bdc74f56b5bfc18a12fac9e827dbae703
871b95e85866c7a074bf6eaed1d0a76e9007d92b
refs/heads/master
2023-04-09T08:27:37.411268
2023-03-31T12:14:40
2023-03-31T12:14:40
131,148,022
1
11
null
2023-03-31T12:14:41
2018-04-26T11:49:54
C++
UTF-8
C++
false
false
25,713
hpp
/******************************************************************************* * Filename : fsmcregisters.hpp * * Details : Flexible static memory controller. This header file is * auto-generated for STM32F407 device. * * *********************************************************************...
[ "sergey.kolody@gmail.com" ]
sergey.kolody@gmail.com
fefe34d304f01e12021afec9d9e1232d3d9c393e
36313fcf4d1c685232234b1c22b55978d5542823
/src/st_units/store/store_unit_tb.cpp
138df1b27a3caba03670ef007dc2cb5f8dc5b696
[]
no_license
diedricm/libramen
cb65f158bb43c8f1304a041378990ddf03e0fd96
fce5575ab77b4653e682a1f9dbbb4c933758c400
refs/heads/master
2022-02-27T06:38:33.844811
2019-10-11T07:16:25
2019-10-11T07:16:25
200,956,011
0
0
null
null
null
null
UTF-8
C++
false
false
2,973
cpp
#include "store_unit.h" int main (int argc, char** argv) { hls::stream<flit_quad> data_input; hls::stream<flit_quad> conf_input; flit_quad new_flit; new_flit.user = TLAST_MASK_HARDEND_3INVALID; new_flit.dest = 0; new_flit.last = 1; //set buffer high tuple set_tag(new_flit, TUPLE_BUFFER_HIGH_REG_ADDR, 0); se...
[ "max.diedrich@labbuild003.swarm64.com" ]
max.diedrich@labbuild003.swarm64.com
561441c80e3332e843f2beec4050f98823f8742f
382b1248a0c1675cad79679dc0b0f3cf7bd0a026
/src/filters/sinc.h
3adc6b4dbddbb957d2fca0281e826806a98c02f5
[]
no_license
dragly/photonflow
45ea64eb5dfddb6e414f95c334b1f4a6b98987a8
0a0357ea368c469ef05b27f22f7859f5aa49ae55
refs/heads/master
2020-05-22T04:03:44.000968
2016-10-05T11:24:09
2016-10-05T11:24:09
45,928,225
1
0
null
null
null
null
UTF-8
C++
false
false
2,273
h
/* pbrt source code Copyright(c) 1998-2012 Matt Pharr and Greg Humphreys. This file is part of pbrt. 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...
[ "s@dragly.com" ]
s@dragly.com
9ffcee9cc0316bb7d1211872e7ad2e2bec54b6ac
aaaf8787e378a0f623214495b219d1f7130091a6
/src/libsass/src/operation.hpp
47285aa2f37d06aca316f099cefbb6f63b6c9699
[ "LicenseRef-scancode-unknown-license-reference", "MIT", "BSL-1.0" ]
permissive
citizenfx/node-sass
2ba3c59f531afbd835bd48821ab0a518d7ff34cb
0ebdd8e98753fef3bca04f354ec94b842a6b0659
refs/heads/master
2023-08-11T13:28:33.627025
2019-02-06T14:01:45
2019-02-06T14:01:45
169,415,074
0
0
MIT
2019-02-06T14:02:07
2019-02-06T14:02:07
null
UTF-8
C++
false
false
13,617
hpp
#ifndef SASS_OPERATION_H #define SASS_OPERATION_H // base classes to implement curiously recurring template pattern (CRTP) // https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern #include <stdexcept> #include "ast_fwd_decl.hpp" #include "ast_def_macros.hpp" namespace Sass { #define ATTACH_ABSTRACT_...
[ "f@fivem.net" ]
f@fivem.net
a4bf0244b926637ee8e813c9bacd20b304518adf
a3b2e723c98239e893a414415fdd247dc6b320c8
/Source/ActionRPGGame/Items/ARItem.cpp
bcb67e2fe423fbcb26358323b7035621a0969d70
[ "MIT" ]
permissive
Whag/ActionRPGGame
f01dd337117e694ec431696acc84507f5a5d40dc
e7adc827be467ec7c170eeebd527bf79796b2051
refs/heads/master
2021-01-14T14:32:32.047985
2014-11-16T22:31:07
2014-11-16T22:31:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
635
cpp
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. #include "ActionRPGGame.h" #include "../Types/ARStructTypes.h" #include "Net/UnrealNetwork.h" #include "ARItem.h" AARItem::AARItem(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { bReplicates = true; bNetUseOwnerRelevancy = tru...
[ "xeavien@gmail.com" ]
xeavien@gmail.com
a9f8da82e1bb203792960efc84d1689d059d1a56
88226b0ad9605a51b5f63d0fad72bca0c33d7e2b
/Sesi 1/20_soal uts teori nomor 1.cpp
f2d31f8907cfdd32f0797ed92ecf03d36db350ec
[]
no_license
AkhdanFirdaus/belajarCpp
a944eeba9439163dbc387dcd742ee07c4ce1ad70
7f0b39c925f224d0792f49142706588b1351b16f
refs/heads/master
2022-11-11T14:46:06.950866
2020-06-30T08:48:56
2020-06-30T08:48:56
276,042,792
0
0
null
null
null
null
UTF-8
C++
false
false
359
cpp
#include <iostream> using namespace std; int main() { int F, C; cout << " SELAMAT DATANG DI APLIKASI KONVERSI SUHU INI \n"; cout << "==============================================\n"; cout << "masukkan nilai suhu Fahrenheit= "; cin >> F; C = 5 * (F - 32) / 9; cout << "Suhu dalam derajat Celsius adalah= " << ...
[ "akhdan.musyaffa.firdaus@gmail.com" ]
akhdan.musyaffa.firdaus@gmail.com
568e185cc9cfa8f810feac84cc87b9b405731a5d
7646fe65456247379c1a12da54be1e1f7cc1821d
/examples/xornn.cpp
3b730546f1376cd826c2e7d97c977be6a8187586
[]
no_license
doralikesmath/CppDeepLearning
eb13f405d94319b4debf752ef8b9673fa4e9a13c
498a7c2a582dcfba33c9db074e2463189cd8446f
refs/heads/master
2022-01-06T17:10:32.022934
2019-06-07T09:49:38
2019-06-07T09:49:38
165,674,719
0
0
null
null
null
null
UTF-8
C++
false
false
6,892
cpp
/* ╔═════════════════════════════════════════════╗ ║ .-') _ ║ ║ ( OO) ) ║ ║ ,(_)----. .---. .-----. ...
[ "bachmap2003@gmail.com" ]
bachmap2003@gmail.com
e087b3c2fcddf4fcc43c5b859d07ad343483b910
5562147e7f80dfd61c0757f3270f94343bf4e9db
/HDU/2049/main.cpp
40c55406a37d5c705a92fe46b6701880a7720475
[]
no_license
PillVic/ACM
f11e6f809eed5ff0a54b6988ecc9d52405a61de5
0adbee9ce65370688e4a01e1608eb6944e26363b
refs/heads/master
2023-08-10T06:20:19.013000
2023-07-20T12:46:16
2023-07-20T12:46:16
107,392,422
0
0
null
null
null
null
UTF-8
C++
false
false
1,062
cpp
#include<bits/stdc++.h> using namespace std; /** * 对于长度为N的序列, M个元素错排的方案数 * 可以这样理解步骤: * 1. 选择M个元素 range(N, M) * 2. 对M个元素进行全错排 * 问题就归约成计算全排列问题 * 全排列有如下的公式 dp[i] = (dp[i-1] + dp[i-2]) * (i-1) * */ const char ENDLINE = '\n'; const int LEN = 21; long long dp[LEN]; void initDp(){ dp[0] = dp[1] = 0; dp[2] ...
[ "16205111@hdu.edu.cn" ]
16205111@hdu.edu.cn
856f418bd21208d7caace210a08ecc3e78edae9a
8b769cb0fe89d3aeb23b74373e8c0f010af9a4be
/Classes/Game/End/EndLayer.cpp
4f83c43f8f3e078043e0d290375c58ff059847ba
[]
no_license
ruoqi/poputar
5248f1c1c995e28fd908ae4a6c01e3a4aac2536e
3e74db49cff16bdf1637a6f7f4900623755615ef
refs/heads/master
2021-01-01T17:58:06.280384
2015-06-04T03:23:54
2015-06-04T03:23:54
36,843,458
0
0
null
2015-06-04T03:17:20
2015-06-04T02:35:31
C++
UTF-8
C++
false
false
2,179
cpp
// // EndLayer.cpp // poputar // // Created by allen on 15-4-12. // // #include "../../Base/POPTBaseDefine.h" EndLayer* EndLayer::createEndLayer(bool gameResult,bool isPassLevel){ EndLayer *item = new EndLayer(); if(item && item->initWithColor(Color4B(0, 0, 0, 200))){ item->autorelease(); i...
[ "poputar@poputar.com" ]
poputar@poputar.com
de518e13378ecf2805934bc3588a7dae6b5b1c7d
9f6a6ea3dcf25a9a9e75b5ff525a236ccecf6b82
/LinkedList.h
29d54b77e11312f1ab9b85b8e0c953510673c974
[]
no_license
nathand777/Assignment-3-UNO
334542b34126878fb039659a68f3d5e7f9377eda
18e5c5d9e9fb79c5fef030a895df0c2613509890
refs/heads/master
2021-03-22T04:30:40.846406
2017-04-29T17:17:07
2017-04-29T17:17:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,246
h
#pragma once #include <assert.h> template <class T> class LinkedList //singly-linked { public: class Node { // singly-linked nodes (basic containers of a linked list) public: Node(T val, Node * nx = nullptr) : value(val), next(nx) { } T value; Node * next; }; public: LinkedList(); // construct an empty...
[ "natha@DESKTOP-BAGU637" ]
natha@DESKTOP-BAGU637
f4800d1cacb93b1ada00ece58f3ee5e0ed72a751
eeaae0db125e09a775e036b33bf2cff1a06ee6c2
/src/jniutility/ExceptionNameMan.cpp
c3045a343ac62dcc8c53cf9203a0c708a473d491
[ "Apache-2.0" ]
permissive
ipride-jp/excat-dumpstack
18f17aff51a35e6ede167f63903f415d47ac82fe
7685122e420a797b46be0eab22af0b85fa28ddeb
refs/heads/master
2020-03-08T02:37:00.780061
2018-04-05T14:42:18
2018-04-05T14:42:18
127,865,302
1
0
null
null
null
null
SHIFT_JIS
C++
false
false
7,214
cpp
#pragma warning(disable : 4503) #pragma warning(disable : 4786) // ExceptionNameMan.cpp: ExceptionNameMan クラスのインプリメンテーション // ////////////////////////////////////////////////////////////////////// #include <jvmti.h> #include "../common/Define.h" #include "../common/Global.h" #include "../common/Logger.h" #i...
[ "guan@ipride.co.jp" ]
guan@ipride.co.jp
76f84733696363765db8b20d8fdbe8ea6e05203e
d92eae74f04788f978db61fa41d873ccb7df5a93
/Externals/include/Mathter/Geometry.hpp
05e71be001a7019271ad49b3516e923633ac1f36
[]
no_license
Almahmudrony/Inline-Engine
8bd56900e98a04d68d9c1cd894b39e7f00616f0d
c95536624cb2811cb30f6c699ebf8d86e8443b7f
refs/heads/master
2021-01-01T18:58:17.535207
2017-07-22T00:08:56
2017-07-22T00:08:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,752
hpp
//============================================================================== // This software is distributed under The Unlicense. // For more information, please refer to <http://unlicense.org/> //============================================================================== #pragma once #include <cmath> #includ...
[ "kardospeter1994@hotmail.com" ]
kardospeter1994@hotmail.com
500a4aeebe92e423d2c3521420be54c0ff674e87
cda3a791ec8b98a8edf15dbc8ec728c856c7fe93
/include/jam/JAMReader.h
937d50e92e193a950cc2982f090e6474b50e5d57
[]
no_license
eugene274/mcini
0ebe5b14df91fe822c015390579bd6a3cb26c903
bcafe05293cc19d65ef9a7ee994821be23a98b97
refs/heads/master
2022-05-08T17:30:03.456861
2022-04-11T13:01:43
2022-04-11T13:01:43
199,667,099
4
1
null
null
null
null
UTF-8
C++
false
false
602
h
// // Created by eugene on 8/6/19. // #ifndef MCINIDATA_JAMREADER_H #define MCINIDATA_JAMREADER_H #include <URun.h> #include <UEvent.h> #include <EventInitialState.h> enum class EParseStatus : ushort { kSuccess = 0, kNotInitialized, kNoInputFile, kMalformedInput, }; template<typename T> T *getEntity() { ...
[ "evgeny.kashirin@cern.ch" ]
evgeny.kashirin@cern.ch
83f768b7380a9f2416f4a9ab4bb54c4e16bad176
9d4ecb1734b9f1dc8d17d6c246bb16a81d2bfb34
/Plugins/PlayStation4/PS4Frame.h
74b649de2442b4a56966d0a4a09c92c71c125f98
[]
no_license
Another-Ghost/3D-Collision-Detection-and-Resolution-Using-GJK-and-EPA
434d29e553b36c794ba461cc331379e8e9d934e6
9beb26eee527a36c7211ad07ce3221f66f019056
refs/heads/master
2023-02-26T19:36:58.923837
2021-01-29T11:31:31
2021-01-29T11:31:31
333,995,645
8
0
null
null
null
null
UTF-8
C++
false
false
452
h
#pragma once #ifdef _ORBIS #include "PS4MemoryAware.h" #include <gnmx.h> namespace NCL { namespace PS4 { class PS4Frame : public PS4MemoryAware { public: PS4Frame(); ~PS4Frame(); sce::Gnmx::GnmxGfxContext& GetCommandBuffer() { return commandBuffer; } void BlockUntilReady(); void Star...
[ "lb284542@gmail.com" ]
lb284542@gmail.com
93f7416d14059b1b6b549e033b183326ec129db0
d7061cb5b91e568447bb36e65767f5d7be374d41
/fh3.cpp
daab18569e96b4d661a394e71e3ea0abfbe6c6d8
[]
no_license
Prakhar824/6_feb_2018
a614def1eabfd9c380ea2e89ad6c82a572319370
96db7341d557cee9003f7be33f1e8728f13d399f
refs/heads/master
2021-05-03T15:58:27.685179
2018-03-23T05:52:19
2018-03-23T05:52:19
120,433,020
0
0
null
null
null
null
UTF-8
C++
false
false
705
cpp
#include<iostream> #include<fstream> using namespace std; class bill { public: int bill_no; float bill_amt; void getdata() { cout<<"enter bill number"<<endl; cin>>bill_no; cout<<"enter bill amount"<<endl; cin>>bill_amt; } void showdata() { cout<<"Bill number "<<bill_no<<endl; cout<<"Bill amount "<<bill_amt<<end...
[ "agarwal.prakhar824@gmail.com" ]
agarwal.prakhar824@gmail.com
abacd14e24f8ee6f311f453484b82d388160be04
e92e011e43f6e2eaa1e14c1ddeed4a2dd5351245
/tools/cmake-3.20.3/Bootstrap.cmk/cmsys/Directory.hxx
4f10ed9cda1ee2105a43a3b729fc50c388f4d115
[ "BSD-3-Clause" ]
permissive
wangnan2021/tool-function
9214f7fa71ab682204a227da08c3db1ac68de4ca
a1a33f93f0286cbe3d5c3bea826592e93d9b9dbb
refs/heads/master
2023-08-29T01:28:17.442683
2021-10-09T02:09:06
2021-10-09T02:09:06
415,178,861
0
0
null
null
null
null
UTF-8
C++
false
false
1,898
hxx
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing#kwsys for details. */ #ifndef cmsys_Directory_hxx #define cmsys_Directory_hxx #include <cmsys/Configure.h> #include <string> namespace cmsys { class DirectoryInternals; /** \class Dir...
[ "wangnan411570@gmail.com" ]
wangnan411570@gmail.com
f8a53375f238851c07afcea3913d71c1abfc1a2c
a1304f1f689a560565e5446105c988d82e1f79a1
/src/hash/extendible_hash.cpp
2645cf1cc6383062bf9a1fb878d9bf258f1b6319
[]
no_license
Nov11/15-445
4e63939fc89b5349e07303c7b3f6611df2b48489
06b241b704b4e42300aaef0268ab3847358f2a3c
refs/heads/master
2021-05-06T03:34:08.117061
2017-11-22T04:07:54
2020-02-27T12:19:32
114,902,520
68
31
null
null
null
null
UTF-8
C++
false
false
2,013
cpp
#include <list> #include "hash/extendible_hash.h" #include "page/page.h" namespace cmudb { /* * constructor * array_size: fixed array size for each bucket */ template <typename K, typename V> ExtendibleHash<K, V>::ExtendibleHash(size_t size) {} /* * helper function to calculate the hashing address of input key ...
[ "529079634@qq.com" ]
529079634@qq.com
758124cd85b2461dcfe185a9462e7c3c03c8d801
67577a19959ff878dc4c4f9eafd116865070c6ee
/Project17/Project17/suanfa.cpp
53ade6c1811f14c22913a5cccb607288cc95b6f9
[]
no_license
lylovelx/luoyi
f9096b5872af293a4317892e3e0eb42ab7a4702c
1c37d15a0b06d9831b9d611d9cdee48fb285ea7f
refs/heads/master
2020-04-14T02:41:19.453544
2019-08-26T15:44:04
2019-08-26T15:44:04
163,589,085
2
0
null
null
null
null
UTF-8
C++
false
false
648
cpp
#include<iostream> #include <vector> #include <climits> #include <algorithm> using namespace std; int main() { int N, M; while (cin >> N >> M) { vector<int> steps(M + 1, INT_MAX); steps[N] = 0; for (int i = N; i <= M; i++) { if (steps[i] == INT_MAX) { continue; } for (int j = 2; (j*j) <= i; j++)...
[ "13669181392@163.com" ]
13669181392@163.com
1d7e143e8ea4a7d029b5fc1de1b2d50be0dd24ed
6a2b4985c84b79ea21d782098305730aa1c52405
/listagens-old/CHelmholtzEtano.cpp
23d05fb54df9e4c88860658619bb3a3a46156941
[]
no_license
ldsc/ProjetoEngenharia-SPTSP-Helmholtz
4b3d2382faa9ce1ffc48e343f41564b74c4d0e0a
ccd8dc0dd2fb3461ec82aa82091a2962c3c9dac6
refs/heads/master
2023-03-05T00:17:48.875972
2023-03-01T18:47:52
2023-03-01T18:47:52
31,064,102
0
0
null
null
null
null
UTF-8
C++
false
false
2,752
cpp
#include "CHelmholtzAgua.h" CHelmholtzEtano::CHelmholtzEtano() { tCritica=305.322; dCritica=206.18; rEspecifico=0.27651272; int a[5]={4,5,34,5,0}; for(int i=0;i<5;i++)numeroCoeficientes[i]=a[i]; double b[3]={9.212802589,-4.682248550,3.003039265}; coeficientesIdeais1 = new double[3]; for(int i=0;i<3;i++)coeficie...
[ "thomasmenegazzo@gmail.com" ]
thomasmenegazzo@gmail.com
cf6d8b0e835b08a89d4d785e2ad301c42fbe3508
09eb81fac8e958181848d97e8c6de90faaae2cce
/C++/class_TIME.cpp
1ad5c317e3fe33cafac881170f619adf8564da95
[]
no_license
khanhth999/File
1aa3c49fbb1e8e45e899f821ad89fc4e34a645e9
25bf829ad35ba9c06d042f69cd81439cc77cf183
refs/heads/master
2020-04-05T06:40:09.986790
2018-11-08T03:41:09
2018-11-08T03:41:09
156,645,904
0
0
null
null
null
null
UTF-8
C++
false
false
547
cpp
#include<iostream> #include<iomanip> using namespace std; class time{ private: int gio,phut,giay; public: void nhap(); void xuat(); }; void time::nhap(){ do{ cout<<"Nhap gio: "; cin>>gio; }while(gio>=24||gio<0); do{ cout<<"Nhap phut: "; cin>>phut; }while(phut>60||phut<0); do{ cout<<"Nhap giay: ";...
[ "41186298+khanhth99@users.noreply.github.com" ]
41186298+khanhth99@users.noreply.github.com
54f36f453ec6ad83168fb3cab4287db5e673b709
9055b70b920c95c2413f046d8e25d51eeafb6b99
/stackintan.cpp
777d73128486554d886bc81e4171881d0b5670eb
[]
no_license
intaniarr/petruk
cfcf34efe2d6a8f56620b8bddadcdd15362018f8
6d365feb4f009a48c0fe7e55156fe39d9b5de0c9
refs/heads/master
2020-05-09T17:40:46.030373
2019-04-14T14:16:40
2019-04-14T14:16:40
181,315,681
0
0
null
null
null
null
UTF-8
C++
false
false
1,703
cpp
#include <iostream> #define MAX_STACK_SIZE 10 using namespace std; struct Element { int data, top; Element *next; }; class MyStack { private: Element stack; Element *head = NULL; public: void stacktop(){ stack.top = -1; } bool isEmpty(){ if(stack.top == -1){ re...
[ "noreply@github.com" ]
noreply@github.com
276b974992fd73d46f74930c04581f4b898b15b7
18fe5ae8775c5eea2cde715319ec7e31e67e5d9a
/week4/day4/Counter/main.cpp
4aa6af1e94f947ef648a517d163ac0cc2c56b354
[]
no_license
green-fox-academy/gjudit
3090a2166d8ad9d320651887445d3945c9144fd6
bfe7e21b9867d873c78b80877ff9212e43aa9706
refs/heads/master
2020-04-02T17:25:23.271890
2018-11-20T16:53:06
2018-11-20T16:53:06
154,656,980
0
0
null
null
null
null
UTF-8
C++
false
false
317
cpp
#include <iostream> // Write a recursive function that takes one parameter: n and counts down from n. void counter(int n); int main() { int num; std::cin >> num; counter(num); return 0; } void counter(int n) { if (n >= 1) { std::cout << n << std::endl;Ł counter(n - 1); } }
[ "gulyas.judit.el@gmail.com" ]
gulyas.judit.el@gmail.com
341938686b7447860a37b5938f005cd731e2b824
8743613cdbf89c3457d2ddd65ecbb48959ef1585
/CArray.h
435dc75fe6ee11bf79201e6a797a8e98bfd17125
[]
no_license
tcolussi/Cambrian-src
e17334730d6cc38fb44d9d8a3db0c35fc1e05853
ecc61a5f4748be4cf97533313f7cb017f7c52f26
refs/heads/master
2021-01-09T07:18:40.883883
2014-10-31T18:46:12
2014-10-31T18:46:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,289
h
///////////////////////////////////////////////////////////////////// // CArray.h // // Storage for efficient high-perforformance dynamic array with wrappers for commonly used array operations. ///////////////////////////////////////////////////////////////////// #ifndef CARRAY_H #define CARRAY_H #ifndef PRECOMPILEDHE...
[ "daniel@cambrian.org" ]
daniel@cambrian.org
46f828c05832155c06b983ac5fbefea320e2c9fc
8b28be34ce4eefcee6a5eb458465553001f5b46b
/modules/core/include/nv_node/addon.hpp
fe14579bf83fc640c69d7ed4468b5ec6f0a220ce
[ "Apache-2.0", "BSL-1.0" ]
permissive
love-lena/node-rapids
a5432885c62a9944a22f2021059eeb7e44b2821b
27c9e2468372df4fae3779d859089b54c8d32c4f
refs/heads/main
2023-08-15T14:27:56.936591
2021-08-05T04:46:15
2021-08-05T04:46:15
379,412,977
1
0
Apache-2.0
2021-08-05T21:02:25
2021-06-22T22:10:15
TypeScript
UTF-8
C++
false
false
2,627
hpp
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
[ "noreply@github.com" ]
noreply@github.com
3880b627a087e31fcf709571905a9ce517712cdd
e28904bcedc4c610b3dab2c0fa687188c569212d
/Source/GameObject/Character/Enemy/Chrysalis/Chrysalis.h
807fbe73b006752fec008761b788873f3fcebdf1
[]
no_license
YuukiReiya/Yuuki-no-kuseniNamaikida-
c65ce94989593e6a27156b0bbcd523c30a770cea
da56954760a72965c12bf03d32b7d3f9a11d5326
refs/heads/master
2020-03-21T07:12:19.193380
2018-06-22T07:00:25
2018-06-22T07:00:25
138,266,771
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
860
h
/* @file Chrysalis.h @brief 蛹 @author 番場 宥輝 */ #pragma once #include "../Enemy.h" #include "../Adult/Adult.h" #include "../../../Manager/EnemyManager/EnemyManager.h" /* @brief 蛹 */ class Chrysalis : public Enemy { public: /*! コンストラクタ */ Chrysalis(); /*! デストラクタ */ ~Chrysalis(); /*! 関数 */ void Init(INT2 pos,...
[ "YuukiBamba@gmail.com" ]
YuukiBamba@gmail.com
addae2f044a45672fb1d8b527df5ab8d585dc57c
3635df8d74077ff1d51e468f545d21a7a73a584e
/Anima/OS/Linux/AnimaOSWindowManagerLinux.h
5b6cbcb2241871ae5fff1d6ee71f51b427a736dd
[]
no_license
edamiani/Anima-Engine
2615ee632b10e35dceb82b902661acd988aa9396
14b99b71bf5ea5c4b19d08037ca56298a36f6288
refs/heads/master
2021-12-14T10:38:18.883495
2021-12-02T20:08:08
2021-12-02T20:08:08
18,024,642
4
0
null
null
null
null
UTF-8
C++
false
false
771
h
#ifndef __AE_OS_WINDOW_MANAGER_LINUX__ #define __AE_OS_WINDOW_MANAGER_LINUX__ #include "AnimaOSWindowManager.h" #include "AnimaPlatform.h" #include <X11/Xlib.h> #include <list> namespace AE { namespace OS { class WindowManagerLinux: public AE::OS::WindowManager { public: WindowManagerLinux(); virtual...
[ "edamiani@gmail.com" ]
edamiani@gmail.com
62e4a7d56de422fa48cf09c4cdb533cb02c59dc9
e76ea38dbe5774fccaf14e1a0090d9275cdaee08
/src/chrome/browser/extensions/extension_keybinding_apitest.cc
4a376f11aba7d6bcd81d6662b6e9daea3f8231a5
[ "BSD-3-Clause" ]
permissive
eurogiciel-oss/Tizen_Crosswalk
efc424807a5434df1d5c9e8ed51364974643707d
a68aed6e29bd157c95564e7af2e3a26191813e51
refs/heads/master
2021-01-18T19:19:04.527505
2014-02-06T13:43:21
2014-02-06T13:43:21
16,070,101
1
3
null
null
null
null
UTF-8
C++
false
false
9,885
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/extensions/active_tab_permission_granter.h" #include "chrome/browser/extensions/browser_action_test_util.h" #include "chrome/...
[ "ronan@fridu.net" ]
ronan@fridu.net
9483304b8bb8971d1362d1d6d4a19bb9b2b05b28
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_repos_function_527_curl-7.51.0.cpp
7c7d54eccfb710d265c62c44ed1b35fc9f5d91ea
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
524
cpp
int test(char *URL) { int errors = 0; (void)URL; /* not used */ errors += test_weird_arguments(); errors += test_unsigned_short_formatting(); errors += test_signed_short_formatting(); errors += test_unsigned_int_formatting(); errors += test_signed_int_formatting(); errors += test_unsigned_long_for...
[ "993273596@qq.com" ]
993273596@qq.com
6e8e92108aa6c94b3b027fea41add7e0b2bf4398
dd62d3fa8077a794f9f6a99ef05efeca678fd36f
/Contest/Multi2-2013-7-25/标程/E.cpp
e4235523c4080cc06fceae523104c94a99853e03
[]
no_license
feiTian/algo
f96eedc12c05ce85a130efee1ccb680ebe9b1cf5
fab7283382ece43e55548ecabdcd21b5413c8972
refs/heads/master
2021-01-20T22:35:19.171340
2013-09-15T03:00:28
2013-09-15T03:00:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,380
cpp
#include <iostream> #include <cstdio> #include <cstring> #include <string> #include <cmath> #include <algorithm> #include <sstream> #include <vector> using namespace std; typedef __int64 LL; const int N = 1100; int n; int mtx[2][N][N]; int d[N]; int ans[N * N][4], an; void work() { memset...
[ "zjsxzy@gmail.com" ]
zjsxzy@gmail.com
ebc62da1c3e9a917c0c522e7c358401f62c3acf9
4d42762ddb5034b84585170ca320f9903024fa7f
/build/iOS/Debug/include/Fuse.Motion.Simulation.PointerVelocity-1.h
251f9457079a322d765489cd425dd5ef82d92000
[]
no_license
nikitph/omkareshwar-ios
536def600f378946b95362e2e2f98f8f52b588e0
852a1d802b76dbc61c2c45164f180004b7d667e6
refs/heads/master
2021-01-01T18:58:16.397969
2017-08-01T18:53:20
2017-08-01T18:53:20
98,473,502
0
0
null
null
null
null
UTF-8
C++
false
false
3,138
h
// This file was generated based on '/Users/Omkareshwar/Library/Application Support/Fusetools/Packages/Fuse.Motion/1.1.1/simulation/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Fuse{namespace Internal{struct Blender;}}} namespace g...
[ "nikitph@gmail.com" ]
nikitph@gmail.com
482cdc0665f2bc2ebb7ef2d7f530f7c3b8c025f6
293d62b2afbcfe0ca3f06f21320022afd802cafe
/RenderCore/render/core/rendering/RenderTexture.h
d42893f66198262e2e5c5083f409d616b60b8a86
[ "Apache-2.0" ]
permissive
pouloghost/weexuikit
9b2e911a3cc34f3b8ab9cf0b3c9e57d245583a4e
2eaf54e4c1f4a1c94398b0990ad9767e3ffb9213
refs/heads/master
2022-02-20T05:49:23.025281
2019-08-14T03:17:52
2019-08-14T03:17:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
498
h
#ifndef WEEX_UIKIT_RENDERTEXTURE_H #define WEEX_UIKIT_RENDERTEXTURE_H #include <third_party/skia/include/core/SkImage.h> #include "RenderReplaced.h" namespace blink{ class RenderTexture : public RenderReplaced{ public: RenderTexture(); ~RenderTexture(); public: vo...
[ "jianbai.gbj@taobao.com" ]
jianbai.gbj@taobao.com
0d7e50109e2fbc3cb2c884c6b4d1e118efa680c6
619b7cac0448dd8faa72dad2bcde6aaf7ce22512
/Wk4_InClass_ToneTest/Wk4_InClass_ToneTest.ino
5416e0700788f8ce280127f0da44bfe3f65bd560
[]
no_license
compagnb/compagnb_pcomp
4138f0174ca0503c2339c3a0ae934f5dbf5979cd
155743ff4b2f5abfa03ba66f5397464f045da98d
refs/heads/master
2016-09-06T10:20:29.801104
2014-10-22T17:36:35
2014-10-22T17:36:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
441
ino
//Barbara Compagnoni & Nadine Razzouk //P-Comp //Fall 2014 //In Class Assignment : Tones 1 void setup() { // nothing to do here } void loop() { // get a sensor reading: int sensorReading = analogRead(A0); // map the results from the sensor reading's range // to the desired pitch range: float fr...
[ "compagnb@newschool.edu" ]
compagnb@newschool.edu
f380f4525514bddae493ad795e8db7dd532c258e
349fe789ab1e4e46aae6812cf60ada9423c0b632
/Forms/SprNom/UFormaViborNomSpr.cpp
8321fc191f6bcc2e2090cfffd55aaf535fd1f6d5
[]
no_license
presscad/ERP
a6acdaeb97b3a53f776677c3a585ca860d4de980
18ecc6c8664ed7fc3f01397d587cce91fc3ac78b
refs/heads/master
2020-08-22T05:24:15.449666
2019-07-12T12:59:13
2019-07-12T12:59:13
216,326,440
1
0
null
2019-10-20T07:52:26
2019-10-20T07:52:26
null
WINDOWS-1251
C++
false
false
9,382
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "UFormaViborNomSpr.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TFormaViborNomSpr *FormaViborNomSpr; //-----...
[ "sasha@kaserv.ru" ]
sasha@kaserv.ru
c852ead9ad525060bb043416d362a812ec931aee
e51c02b485d8ba14e483f4cc9c427bf743f85944
/cs202/Homeworks/Class/si/Momma.cpp
436deb8ee66a5a6304476f954ade068f8d367365
[]
no_license
larson3/GL
2d441ef0161ebd5ea3a97e984a61b82fe52ddf44
344d5f8ff273fefdf116b4774c7aa1251bae631b
refs/heads/master
2021-01-22T06:18:33.963336
2019-11-21T16:02:11
2019-11-21T16:02:11
92,536,016
0
0
null
null
null
null
UTF-8
C++
false
false
281
cpp
#include <string> using namespace std; class Momma { public: Momma(); virtual ~Momma(); void SayName(); private: //string m_name = "Momma"; }; Momma::Momma(){} Momma::~Momma() { cout << "Destructing..."<<endl; } void Momma::SayName() { cout<<"My name is Momma"<<endl; }
[ "larson3@umbc.edu" ]
larson3@umbc.edu
37496705e5283daae7acd86eb3b51e7b9a5efd52
8f9ab2d77e114c600d0cda55ab3362ec34675034
/my_player_A.cpp
784ae3c5ae001e3460bbc108375f5703eb40f4f9
[]
no_license
AnAppleCore/poker-project
d903bea91740dfc3b2313ff782a3eb1411807485
5407373aa69f9b92d48d4111ec63f48dd040957c
refs/heads/master
2022-11-11T22:20:59.237752
2020-06-28T08:40:20
2020-06-28T08:40:20
275,542,206
0
0
null
null
null
null
UTF-8
C++
false
false
16,544
cpp
#include <stdlib.h> #include <stdio.h> #include <assert.h> #include <string.h> #include <unistd.h> #include <netdb.h> #include <sys/socket.h> #include <sys/time.h> #include <netinet/in.h> #include <netinet/tcp.h> #include <getopt.h> #include <string> #include <cstring> #include "game.h" #include "rng.h" ...
[ "noreply@github.com" ]
noreply@github.com
078f446d3c59d31ee629369b500df1eb3ad08f42
cf8ddfc720bf6451c4ef4fa01684327431db1919
/SDK/ARKSurvivalEvolved_StructureSettings_BrokenByStone_parameters.hpp
12880be910f662636758629bf28552b1ed8b9a37
[ "MIT" ]
permissive
git-Charlie/ARK-SDK
75337684b11e7b9f668da1f15e8054052a3b600f
c38ca9925309516b2093ad8c3a70ed9489e1d573
refs/heads/master
2023-06-20T06:30:33.550123
2021-07-11T13:41:45
2021-07-11T13:41:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
788
hpp
#pragma once // ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_StructureSettings_BrokenByStone_classes.hpp" namespace sdk { //--------------------------------------------------------------------------- //Parameters //--------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
172ec5506809d822f899ff741e2656ce4c1b6b59
dea4275cb962e81bc198d50e20125aa0df89c126
/g4_mario1/B4b/src/B4DetectorConstruction.cc
ad819d63ee4e95fffb480cc93508b13d606e2a1d
[]
no_license
Sympky/g4_amrio
54a4f6d400895eb03dce6ad899798967db4cc4c5
ce4f64b993022a8999d320b19006c60ae187cbe1
refs/heads/master
2020-09-12T13:33:13.992630
2019-11-18T11:49:00
2019-11-18T11:49:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,963
cc
#include "B4DetectorConstruction.hh" #include "G4Material.hh" #include "G4NistManager.hh" #include "G4Box.hh" #include "G4LogicalVolume.hh" #include "G4PVPlacement.hh" #include "G4PVReplica.hh" #include "G4GlobalMagFieldMessenger.hh" #include "G4AutoDelete.hh" #include "G4RotationMatrix.hh" #include "G4ThreeVector.h...
[ "noreply@github.com" ]
noreply@github.com
0beb603a7360862b3e4796cfc003ce4ede2832c7
d5b52ba8dcfe50b45c24a2c50a453b5881a584d5
/dev/sample/hello_world_delayed/main.cpp
e737dd1a494f4dfbd496e00e209a5829c2f08e48
[ "BSD-3-Clause", "Zlib", "BSL-1.0", "MIT" ]
permissive
binarytrails/restinio
b7385b31a27f77f490483c2b07f4c34bf94c5bd7
3a3d6ed6c2185166e30679ab5cae8a51aea1a2f0
refs/heads/master
2020-06-30T17:10:08.507831
2019-08-07T17:50:16
2019-08-07T17:50:16
200,893,215
0
0
NOASSERTION
2019-08-06T17:09:16
2019-08-06T17:09:16
null
UTF-8
C++
false
false
1,431
cpp
#include <iostream> #include <restinio/all.hpp> // Actual request handler. restinio::request_handling_status_t handler( restinio::asio_ns::io_context & ioctx, restinio::request_handle_t req) { if( restinio::http_method_get() == req->header().method() && req->header().request_target() == "/" ) { // Delay reque...
[ "eao197@gmail.com" ]
eao197@gmail.com
cb9f0cb3af6725642ea608dbdc6f000bd3e26928
3923e45d4e5e6cb85dcbf3716ccda5cc9366b37f
/dialog.cpp
ed5ed2c60632a0f725b155aab2cebed67e25b7e5
[]
no_license
LiHanyang/LittleSecret
7d81aa98d6e9f13f71943c42438ace289877b02b
8153efe13f10b558de638355057f02229da552ae
refs/heads/master
2021-01-19T17:36:26.241711
2017-08-24T08:01:21
2017-08-24T08:01:21
101,072,345
0
0
null
null
null
null
UTF-8
C++
false
false
2,123
cpp
#include "dialog.h" #include "widget.h" #include "ui_dialog.h" extern int id; Dialog::Dialog(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog) { setUi(); setWindow(); } Dialog::~Dialog() { delete ui; } QString Dialog::getAccount() { return account; } QString Dialog::getPassword() { ...
[ "3279862626@qq.com" ]
3279862626@qq.com
8be4a2cdc45620c035d90e21d9d19de42d070b74
849bd3b8c939c00e2dce6e5c0f57a7390eebe2af
/src/emulator/interrupt/InterruptManager.hpp
b7450ca463fe947a75e3349ecd093f0f99b657d2
[ "MIT" ]
permissive
m4tx/nsfgbe
d913ac06609032f3c38e1b5652012811560c0034
7e19319a50c0e8554ff1df2857bc8debb15e9183
refs/heads/master
2020-03-30T20:20:50.374830
2018-10-08T07:01:42
2018-10-08T07:01:42
151,584,406
1
0
null
null
null
null
UTF-8
C++
false
false
961
hpp
#ifndef GAMEBOY_EMULATOR_INTERRUPTMANAGER_H #define GAMEBOY_EMULATOR_INTERRUPTMANAGER_H #include <bitset> #include <emulator/mmu/MMIORegister.hpp> namespace nsfgbe { class InterruptManager { private: int enableTicks = 0; int disableTicks = 0; bool enabled = false; bool interruptFired = false; ...
[ "m4tx@m4tx.pl" ]
m4tx@m4tx.pl
f088f46c4134d507a0ac25d2bf37545bddc2c182
0633539db49fa370765fb2c14c9f8b7b6c367c93
/KWAKAKWRAKGNKAL/KWAKAKWRAKGNKAL/main.cpp
718007da2ec0918637f29218b0dfac71fcc5a082
[]
no_license
raidoxin/PA9-FINAL-VERSION
fccca9a3b3acb6f1a47de3391e05eec5707c0082
fcf990920165659ba703bda0bbbd0b14374e4eda
refs/heads/master
2021-08-23T19:11:52.536103
2017-12-06T05:30:56
2017-12-06T05:30:56
113,272,953
1
0
null
null
null
null
UTF-8
C++
false
false
4,967
cpp
#include"gamedata.h" #include"IDcard.h" #include <chrono> #include <thread> #include <SFML/Network.hpp> std::string ip; const int port = 550000; sf::TcpSocket socket; sf::Mutex mutex; bool gat = false; sf::Font normal; sf::Font bold; bool client(void) { std::cout << "input port"; std::cin >> ip; if ...
[ "noreply@github.com" ]
noreply@github.com
69bd71282307aee850182afad38b76e289c4a780
e17143acf0204d8a8b8e6e8f61893b9fc18e9d34
/include/PostFlowController.h
aa455b07907a25b435f2ad88f7623b7ab72fac9f
[ "Zlib" ]
permissive
nullpointer2017/mod_uploader
2b8654c847bfa87c7664828deb1c6bde02a9eecc
31632a29138b18b7adbf533416a0ec660f1b07ac
refs/heads/master
2022-07-26T15:25:00.829263
2022-06-27T00:42:39
2022-06-27T00:42:39
110,597,596
0
0
null
2017-11-13T20:21:31
2017-11-13T20:21:31
null
UTF-8
C++
false
false
2,819
h
/****************************************************************************** * Copyright (C) 2007 Tetsuya Kimata <kimata@acapulco.dyndns.org> * * All rights reserved. * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any *...
[ "kimata@green-rabbit.net" ]
kimata@green-rabbit.net
874734fcb2ad610e35de2408c304420ea3abf89b
44227276cdce0d15ee0cdd19a9f38a37b9da33d7
/arcane/src/arcane/core/IServiceInfo.h
9cb7bb446d22d663f677b6f1a1d98a7da895be43
[ "Apache-2.0", "LGPL-2.1-or-later" ]
permissive
arcaneframework/framework
7d0050f0bbceb8cc43c60168ba74fff0d605e9a3
813cfb5eda537ce2073f32b1a9de6b08529c5ab6
refs/heads/main
2023-08-19T05:44:47.722046
2023-08-11T16:22:12
2023-08-11T16:22:12
357,932,008
31
21
Apache-2.0
2023-09-14T16:42:12
2021-04-14T14:21:07
C++
UTF-8
C++
false
false
3,950
h
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*- //----------------------------------------------------------------------------- // Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com) // See the top-level COPYRIGHT file for details. // SPDX-License-Identifier: Apache-2...
[ "Gilles.Grospellier@cea.fr" ]
Gilles.Grospellier@cea.fr
eb0e34ce88b18ea2c841ff9d8fb06544c3d2b060
8cf32b4cbca07bd39341e1d0a29428e420b492a6
/contracts/libc++/upstream/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock.pass.cpp
bc24c3f9d13e0585c53b69fc24e0585ef84604b2
[ "NCSA", "MIT" ]
permissive
cubetrain/CubeTrain
e1cd516d5dbca77082258948d3c7fc70ebd50fdc
b930a3e88e941225c2c54219267f743c790e388f
refs/heads/master
2020-04-11T23:00:50.245442
2018-12-17T16:07:16
2018-12-17T16:07:16
156,970,178
0
0
null
null
null
null
UTF-8
C++
false
false
1,264
cpp
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===---------------------------------...
[ "1848@shanchain.com" ]
1848@shanchain.com
85207a25001d30eef14df388d280fb5c16b669f6
97bf1f77db111c5761d361cb098a2bb539a4c464
/map/Map.cpp
b8a4af39e00af024370dab7e81f2a4bd993b6120
[]
no_license
njugunabrain301/cppProjects
91303457b80de9cbfdf46e8bb332e8ec20692539
b7a1cf3dd966e8d501a212b4e65c52abdebc4db4
refs/heads/master
2020-09-08T16:11:34.309697
2019-11-12T09:45:35
2019-11-12T09:45:35
221,180,490
0
0
null
null
null
null
UTF-8
C++
false
false
1,619
cpp
#include "MapSize.h" #include "Map.h" #include "Shape.h" #include "RawMap.h" void mapSetAt (Shape map[][MAP_SIZE_EAST], int south, int east, Shape shape){ map[south][east] = shape; } void mapSetAt (Shape map[][MAP_SIZE_EAST], int south, int east, Shape shape); void mapSetRectangle (Shape map[][MAP_SIZE_...
[ "noreply@github.com" ]
noreply@github.com
0806868a5bdb0d0716bfb4bbf6a68e32ac6ac78e
77c866079345756aaeca16b60a0881ef57f2711c
/LightCTR/distribut/paramserver.h
58260b4c9e65e2cbe8287fc5e8e6f339956e4592
[ "Apache-2.0" ]
permissive
alionkun/LightCTR_commented
464ed40e0c60227572cbeed0ef49700e821bfc85
7ac607bbe8029f2d1f1ab7bfe7901cf85a540855
refs/heads/master
2023-03-01T22:34:01.969544
2021-02-10T23:15:47
2021-02-10T23:15:47
336,985,594
0
0
null
null
null
null
UTF-8
C++
false
false
15,295
h
// // paramserver.h // LightCTR // // Created by SongKuangshi on 2017/12/5. // Copyright © 2017年 SongKuangshi. All rights reserved. // #ifndef paramserver_h #define paramserver_h #include "../common/network.h" #include "../common/barrier.h" #include "../common/lock.h" #include "../common/avx.h" #include <unordere...
[ "kuangshi@kuangshi.info" ]
kuangshi@kuangshi.info
db92cabf9183899e04cba3e1442d956a6f04baf0
1b47fd7877bc49870eba64d424bcd2a607072b8f
/node_modules/kerberos/lib/win32/wrappers/security_buffer_descriptor.cc
0b396e5070d63fc540fd73f88419cac0a080d46b
[ "Apache-2.0", "MIT" ]
permissive
neurom-iot/naide
a7cc7d821f6dbfd0467aa801e4526e0a78099723
3e92134c970cf87c800a6ac91482d6b1ab6e681d
refs/heads/master
2023-03-11T02:47:10.033264
2022-02-26T10:32:43
2022-02-26T10:32:43
175,844,919
12
5
MIT
2023-03-07T11:56:13
2019-03-15T15:22:22
JavaScript
UTF-8
C++
false
false
6,362
cc
#include <node.h> #include <assert.h> #include <string.h> #include <stdlib.h> #include <v8.h> #include <node_buffer.h> #include <cstring> #include <cmath> #include <cstdlib> #include <iostream> #include <limits> #define SECURITY_WIN32 1 #include "security_buffer_descriptor.h" #include "security_buffer.h" Nan::Persis...
[ "kskim.hci@gmail.com" ]
kskim.hci@gmail.com
b8ef485ba6fa89558d38b8e932d3b2da2b8a8e1b
9cdc10ee37d1807ba8a86ded8d51749950f0a901
/icpc7307.cpp
5a3431b082f65b9b0534cd18b5590257e3eabda7
[]
no_license
KitFung/competitive-programming
c65136d8cf96df11eda4a23ad529a62325586cb5
ad3c8cbf976fb075f4d355ab8e3f39988f1c04e5
refs/heads/master
2020-04-12T02:32:39.599439
2017-01-07T09:59:57
2017-01-07T09:59:57
61,204,806
0
0
null
null
null
null
UTF-8
C++
false
false
2,750
cpp
#include <cstdio> #include <cstring> #include <cmath> #include <vector> using namespace std; const int CGPA_R_END = 150; const int CGPA_R_START = 1; const int CGPA_END = 400; const int CGPA_START = 250; int accum_gpa[401]; int presum[401]; int __cnt; vector<int> p_alloc(int gs, int gr) { vector<int> v; int...
[ "sa9510@gmail.com" ]
sa9510@gmail.com
2ad9010a0d6a6192f7a56345fe37bf9fdb52d731
df6c3d7d95507bf452ce8eda24e779a82049fcad
/final-project/simulationNonInertial/20/nut
6dd9e06f0ae0c764cdcda3da02aedd3f68301db5
[]
no_license
aeronau/CFD-course
5c555e7869f0170f90e9d3532b06f7e78683b770
e891eb94950cfa0992d6ff003dbe45315af377c5
refs/heads/master
2021-09-01T04:18:32.111694
2017-12-24T18:18:44
2017-12-24T18:18:44
104,058,197
0
0
null
null
null
null
UTF-8
C++
false
false
54,362
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.1 | ...
[ "[arnau.prat.gasull@estudiant.upc.edu]" ]
[arnau.prat.gasull@estudiant.upc.edu]
3139943606fc233e353d4f9e90c9ed40f667c484
20805224c698e9260cc5b9f3f51a3290fafec386
/plt/hu/src/bussiness/process_account.h
08ecc80d96e14be87503c3b418ed89b9bbbb0c84
[]
no_license
jyqiu1216/bob
bacd14472a3b5f19b52fbf9747c1e2d5b0f29ee2
5a58c17deaa953a48df512c29ed1557276ef3608
refs/heads/master
2020-06-18T17:56:26.416382
2017-01-03T01:16:49
2017-01-03T01:16:49
74,750,647
0
0
null
null
null
null
GB18030
C++
false
false
1,193
h
#ifndef _PROCESS_ACCOUNT_H_ #define _PROCESS_ACCOUNT_H_ #include "session.h" class CProcessAccount { public: /***********************************充值相关的操作************************************/ // function ==> 客户端正常的重置操作 static TINT32 ProcessCmd_GemRecharge(SSession *pstSession, TBOOL &bNeedResponse); ...
[ "jyqiu1216@163.com" ]
jyqiu1216@163.com
b523a3a8d72a8305b25f2a9f1d6b8a8120a96886
afeacb29771604150b1cc14d6e5c105c19bc4bef
/src/PhysicsComponent.cpp
5fc4593f35b718bcf786ea26ae1356fcfd0e9685
[]
no_license
miron178/flock
c94684f59927a4c65fa974d51fec43b9e50208e2
7353a9de120d5c641eebcfcd2587ce652eb6aa6d
refs/heads/master
2023-05-15T02:01:56.019474
2021-06-10T23:57:23
2021-06-10T23:57:23
365,848,149
0
0
null
null
null
null
UTF-8
C++
false
false
1,520
cpp
#include "PhysicsComponent.h" #include "Entity.h" #include "TransformComponent.h" PhysicsComponent::PhysicsComponent(Entity* a_pOwner) : Component(a_pOwner, COMPONENT_TYPE::PHYSICS) , m_pTransformComponent(reinterpret_cast<TransformComponent*>(a_pOwner->FindComponentOfType(COMPONENT_TYPE::TRANSFORM))) , m_v3Force(0...
[ "miron.bury@gmail.com" ]
miron.bury@gmail.com
f40ab45449a5614cbde2859087ef70d77a77041e
b33a9177edaaf6bf185ef20bf87d36eada719d4f
/qtmultimedia/src/plugins/gstreamer/mediacapture/qgstreamervideoencode.cpp
543603c6d2d2d558eb277d0baf7635ac002378ef
[ "Qt-LGPL-exception-1.1", "LGPL-2.1-only", "LGPL-2.0-or-later", "LGPL-3.0-only", "GPL-3.0-only", "LGPL-2.1-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-only", "GFDL-1.3-only", "LicenseRef-scancode-digia-qt-preview", "LicenseRef-scancode-warranty-discl...
permissive
wgnet/wds_qt
ab8c093b8c6eead9adf4057d843e00f04915d987
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
refs/heads/master
2021-04-02T11:07:10.181067
2020-06-02T10:29:03
2020-06-02T10:34:19
248,267,925
1
0
Apache-2.0
2020-04-30T12:16:53
2020-03-18T15:20:38
null
UTF-8
C++
false
false
11,841
cpp
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may ...
[ "p_pavlov@wargaming.net" ]
p_pavlov@wargaming.net
8e2f7a3af2a72c6e96bb71a04d2696c05d469f2c
bc8a89a4911fc31c1ae50944889f5a81c0e4832f
/10006.cpp
a32f58862d490486a87ecdc4bd4929c7d7fa849c
[]
no_license
thierrychou/uva_online_judge
44616c1368176b16871a3cecbaff8c220e53680e
8a8a1493dec163c46a816785c66cfc65af6abc65
refs/heads/master
2023-03-28T12:12:10.499713
2021-03-21T12:23:33
2021-03-21T12:23:33
349,991,527
0
0
null
null
null
null
UTF-8
C++
false
false
1,015
cpp
#include <bitset> #include <cmath> #include <cstdio> int n; std::bitset<65001> is_prime; bool is_carmichael[65001]; void sieve(int n) { is_prime.set(); int length = sqrt(n); for(int i=2; i<=length; ++i) { if(is_prime[i]) { for(int j=i*i; j<=n; j+=i) { is_prime[j] = fals...
[ "65820919+thierrychou@users.noreply.github.com" ]
65820919+thierrychou@users.noreply.github.com
dd33da91abb671364bcfc6a23335de6c1727c3a9
eb12920aee0d39c485eab76d998d9ebdcc475ca6
/Grammar.h
3196ce363bfa2f61ffb3d87d3c18a9cbb4d48dfc
[]
no_license
LewisSean/SEU-compilers-project
ec501bca5205785153437cd90dea43eb4afbf9ba
d3a64ba836e2b9e165a305b50be64168186a22d6
refs/heads/master
2022-11-05T21:53:02.346738
2020-06-28T09:27:36
2020-06-28T09:27:36
275,549,075
2
0
null
null
null
null
GB18030
C++
false
false
1,828
h
#pragma once #include<vector> #include<map> #include<set> #include<string> using namespace std; const string myEpsilon = "#"; /* class MyOperator { public: int prior; bool LorR; //左结合0 右结合1 MyOperator(int p, bool L) { prior = p;LorR = L; } }; */ class Grammar { public: map<string, v...
[ "noreply@github.com" ]
noreply@github.com
345c3e215db467e8809f9311dec7ef18c109d1c3
a69a8ae5ecc0a7c234884ab7011ef21c890e5892
/MyQtProjects/PuzzlePath/cppSrc/pathfinder.cpp
a9fb3b342dbcd20abee50913f097d508652e7c3f
[]
no_license
scumpyt/WaynesStuff
54c75bce6bd7c5762aafc2c325f85184c8417fbd
9b3c9909885d241d82390040900e11746a51fb0f
refs/heads/master
2021-01-11T02:38:11.181430
2018-01-07T03:54:22
2018-01-07T03:54:22
70,950,282
1
0
null
2017-08-10T03:47:58
2016-10-14T22:02:28
C++
UTF-8
C++
false
false
7,578
cpp
#include "pathfinder.h" #include <set> #include <map> #include <iostream> #include <array> PathFinder::PathFinder(const std::vector<std::string>& inTextLines) : myInFile(inTextLines), myNRows(0), myNCols(0), myTotalLength(0) , mySourceNode(std::make_pair(-1,-1)) , myTargetNode(std::make_pair(-1,-1)) { ...
[ "waynevdavies@yahoo.com" ]
waynevdavies@yahoo.com
862a81c0ff663130d4eaba154179a8ad39330548
799d21efc423e5b8ea223afcf43a0ee67aa6bdbd
/client/includes/systems/Window.hpp
cb37ce55f788c3e3896bbb08f838b369d9a3a6ec
[]
no_license
brucelevis/CPP-RType
8af517a1a167bbc39cf0cc8d45a8eba1468c2b69
ffe247694cdc61677c1546a3f5ac6ec336a44570
refs/heads/main
2023-02-08T09:29:23.594952
2021-01-05T15:36:41
2021-01-05T15:36:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,350
hpp
/* ** EPITECH PROJECT, 2020 ** B-CPP-501-PAR-5-1-rtype-aurele.auboin ** File description: ** Systems */ #ifndef COMMONSYSTEMWINDOW_HPP #define COMMONSYSTEMWINDOW_HPP #include <map> #include <iostream> #include "systems/Exception.hpp" #include "systems/ASystem.hpp" #include "entities/ComponentManager.hpp" // for Compo...
[ "46068106+AntoinePoisson@users.noreply.github.com" ]
46068106+AntoinePoisson@users.noreply.github.com
8e29f3cb2c929c56607e041972f4807f24aefcbc
81d8ab167d1b236abb3752b0ab111339ae30f151
/vxsig/yara_signature_formatter.h
c3b9257a56ff88aa5c6e3a8f97ff12d9786f9a35
[ "Apache-2.0" ]
permissive
chubbymaggie/vxsig
40ddb09e8cfaf36e1397dce12bc9ec2f05c5e6fb
1abd19c800e286ef6a9e551b37122c445d331b6b
refs/heads/master
2020-05-24T09:41:23.677798
2019-11-14T11:06:56
2019-11-14T11:06:56
187,212,019
0
0
Apache-2.0
2019-11-14T11:06:58
2019-05-17T12:24:56
C++
UTF-8
C++
false
false
1,267
h
// Copyright 2011-2019 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appli...
[ "cblichmann@google.com" ]
cblichmann@google.com
e96dd8a03653dec548dfeded273083e5ce00c912
04b02fcfc6bee1d5d89380ddac45954bf6530a90
/Code/Classes/BaseSkill.cpp
a491d717f32c082e9a925d845c9ef8ea7ec6eed5
[]
no_license
uvbs/Elemental_legend
0e23a138cfef18b9327a3d34801a427d6a47b717
8e81731eb1427f13e86431042c33a44624db9177
refs/heads/master
2021-06-21T16:03:39.878160
2017-08-03T15:45:01
2017-08-03T15:45:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
201
cpp
// // BaseSkill.cpp // NewGame // // Created by 胡可 on 15/10/9. // // #include "BaseSkill.h" BaseSkill::BaseSkill() { } BaseSkill::~BaseSkill() { } void BaseSkill::Cast() { }
[ "hu-coco@qq.com" ]
hu-coco@qq.com
322859fcfcb829d118196a1d49709a71a97d7702
25abd807ca135a5c268255515f6d493c229903be
/cppwinrt/impl/Windows.Globalization.PhoneNumberFormatting.1.h
1a35eaed5cd8d507f49ebca60aab844bffc230be
[ "Apache-2.0" ]
permissive
RakeshShrestha/C-Calendar-Library
670924ae3204d8737d8f43c47e54fe113d202265
6525707089891b0710e34769f7aeaea0c79271a1
refs/heads/master
2022-05-16T15:26:37.102822
2022-04-28T08:45:58
2022-04-28T08:45:58
33,488,761
2
0
null
null
null
null
UTF-8
C++
false
false
2,271
h
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.200117.5 #ifndef WINRT_Windows_Globalization_PhoneNumberFormatting_1_H #define WINRT_Windows_Globalization_PhoneNumberFormatting_1_H #include "winrt/impl/Windows.Globalization.PhoneNumberFormatting.0.h" WINRT_EXPORT namespace winrt::Windows::G...
[ "rakesh.shrestha@gmail.com" ]
rakesh.shrestha@gmail.com
48a2c9a748b33560a0fd55bed99d24988f37cc81
eda0aa1e172285968d075ff018d2620dce0c34e2
/B_AGAGA_XOOORRR.cpp
77f24420ba08bb9c510a83737efe62a945b6aabf
[]
no_license
AbhJ/some-cp-files-2
bb12596453010a5e2f60329cbb397b2dc42c151d
8d3dbf726939fbd3ae4a952f5049ab3ab40e7917
refs/heads/master
2023-07-30T23:17:28.150149
2021-09-26T13:16:29
2021-09-26T13:16:29
402,768,725
0
0
null
null
null
null
UTF-8
C++
false
false
2,187
cpp
//Coded by Abhijay Mitra (AbJ) on 2021 / 04 / 21 in 19 : 20 : 04 //title - B_AGAGA_XOOORRR.cpp #include <iostream> #include <stdlib.h> #include <algorithm> #include <cstdio> #include <numeric> #include <cstring> #include <numeric> #include <vector> #include <iterator> #include <map> #include <set> #include <climits> #i...
[ "mitraabhijay@gmail.com" ]
mitraabhijay@gmail.com
906ded27de27d8f8eb115832faeed8d92263ec99
1f68636232e489e19b7b937f75f04f01e833ce3f
/mfc_source/VS2017/Chapter04/MetaFileDC/ChildView.h
09a8b523bdfd3ceeda313053968195ffdbd65cbc
[]
no_license
SKARTEI/OOP_MFC_lecture
41de5922df2a607a688af8df5c79f7704cf7fb50
d18d2ed3cac8ebb7dff0c27be66cacfcc71dcc70
refs/heads/master
2023-04-11T19:37:19.817736
2021-05-07T03:30:54
2021-05-07T03:30:54
347,792,292
3
0
null
null
null
null
UTF-8
C++
false
false
633
h
 // ChildView.h: CChildView 클래스의 인터페이스 // #pragma once // CChildView 창 class CChildView : public CWnd { // 생성입니다. public: CChildView(); // 특성입니다. public: HENHMETAFILE m_hmf; // 메타파일 핸들 // 작업입니다. public: // 재정의입니다. protected: virtual BOOL PreCreateWindow(CREATESTRUCT& cs); // 구현입니다. public: virtual ~CChild...
[ "skarte223@koreatech.ac.kr" ]
skarte223@koreatech.ac.kr