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
7eff5d0c0c1303a69b8bb751dd7c7158d79b0fd2
3417f701c2b84776b300cb827604a94f286dd048
/legacy-trunk/src/scopeclient/main.cpp
79601c612c808d77332bf2843387e3269f759027
[]
no_license
azonenberg-hk/antikernel
adbf2f69fb72e27aa0f007f117932441e7713bb0
914aff1f869f45c01b8e0eb9ecbf8cbd95025a15
refs/heads/master
2020-06-15T23:10:27.684786
2016-11-30T04:26:56
2016-11-30T04:26:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,765
cpp
/*********************************************************************************************************************** * * * ANTIKERNEL v0.1 ...
[ "azonenberg@drawersteak.com" ]
azonenberg@drawersteak.com
bb51085f478b4da1e87338cfe3a8611b72404e31
84f3a4a858afa1a1f494556643b29aa706292261
/OpenMoCap/src/Gui/Widgets/POIsImageWidget.h
8d262d9b53132a43682d087dd8abfb3bb7e58078
[]
no_license
jamieforth/OpenMoCap
ac44a86554983030ed0448855720084e4488d73b
45eaa1347d3160719147e52a20279937cc199837
refs/heads/master
2020-03-07T00:12:16.479130
2014-08-02T21:50:53
2014-08-02T21:50:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
535
h
#ifndef POISIMAGEWIDGET_H_ #define POISIMAGEWIDGET_H_ #include "../../Tracking/AbstractPOIFinder.h" #include "ImageWidget.h" class POIsImageWidget: public ImageWidget { Q_OBJECT public: POIsImageWidget(QWidget* parent, int width, int height); ~POIsImageWidget(); void refreshImage(IplImage* image, ...
[ "davidflam@gmail.com@1b195e6b-c8d0-be63-1615-5224d025ebd8" ]
davidflam@gmail.com@1b195e6b-c8d0-be63-1615-5224d025ebd8
bee1e33be61b9b9a1f681931adc5749f090957b3
972e1f25b38856ee03ea966183bfa6e96d94e962
/src/globals.h
7975f05f8b8d8f94af7af161b4f25dfb5e0a0e7a
[ "Apache-2.0" ]
permissive
guoyu07/zan-thrift
0b0d58778f8096a507e9eeee98c726d310c64e0c
d6125cab364cbe72913a9aa53fce2e5cc93232c8
refs/heads/master
2021-06-21T03:33:18.118605
2017-08-18T02:40:22
2017-08-18T02:40:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,284
h
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
[ "david.dai@healthbok.com" ]
david.dai@healthbok.com
7dfc3145167ecfdeadb54aa63784479fad808693
5ac13fa1746046451f1989b5b8734f40d6445322
/minimangalore/Nebula2/code/contrib/nrubyserver/src/ruby/nrubyrun.cc
ac6268db5006208e762eca4832e1217480b1aa8e
[]
no_license
moltenguy1/minimangalore
9f2edf7901e7392490cc22486a7cf13c1790008d
4d849672a6f25d8e441245d374b6bde4b59cbd48
refs/heads/master
2020-04-23T08:57:16.492734
2009-08-01T09:13:33
2009-08-01T09:13:33
35,933,330
0
0
null
null
null
null
UTF-8
C++
false
false
7,316
cc
#define N_IMPLEMENTS nRubyServer //-------------------------------------------------------------------- // nrubyrun.cc -- Command evaluation and passing to ruby // // (C) 2003/4 Thomas Miskiewicz tom@3d-inferno.com //-------------------------------------------------------------------- #include <stdlib.h> #incl...
[ "BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c" ]
BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c
9879b56ea60860ded38f351c5831e9ddf4f3fdd5
81080d03310881ec497af7db96c8c67ac5f3a70d
/algorithms/16. 3Sum Closest/main.cpp
467dfb41547dd7d8da41099c0356e3387e2b42b1
[]
no_license
pz325/leetcode
230619b525b2cea003d581598243cd6cd4603b27
bcfa296100660ce48d58f8de8618a9157d854209
refs/heads/master
2021-09-07T23:53:12.341653
2018-03-03T17:45:53
2018-03-03T17:45:53
111,305,372
0
0
null
null
null
null
UTF-8
C++
false
false
2,914
cpp
/* Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. You may assume that each input would have exactly one solution. For example, given array S = {-1 2 1 -4}, and target = 1. The sum that is closest to the tar...
[ "sg71.cherub@gmail.com" ]
sg71.cherub@gmail.com
4e9acee0ae4e885fdb2af0da510e273fe42610b0
8a9a57e3fdda2edbff4ed3d1af82e7cb7317eaa6
/sqlite/sqlite_orm/dev/operators.h
9136e6a2c19472c2a4fe4c92216495bd7d16c961
[ "BSD-3-Clause" ]
permissive
javacommons/misc5
717b4b3e3b066b2b078e13255b10cee73385e42f
a266d4d21babe0ea182264fde0c60781c79ae6dc
refs/heads/main
2023-04-06T11:18:18.696402
2021-04-28T04:05:50
2021-04-28T04:05:50
314,198,390
0
0
null
null
null
null
UTF-8
C++
false
false
7,770
h
#pragma once #include <type_traits> // std::false_type, std::true_type #include "negatable.h" namespace sqlite_orm { namespace internal { /** * Inherit this class to support arithmetic types overloading */ struct arithmetic_t {}; template<class L, class R, class......
[ "javacommons@gmail.com" ]
javacommons@gmail.com
36cabe42bed37d41dc61cb43f357b2bac5e27de6
188dbc4be7773a160d4ae456d9822d278ed60ac4
/C++ primer plus/第二章/2.2/1.2.cpp
91c82667ea9ad7e97dd9a124fca3a57e4fef2159
[]
no_license
lyb1234567/C-plus-plus-
9ec8e66f460a158d9b7f51e0853a7019b19fcddc
11b06de5620d789d0df5be99f0800d4dd016e23b
refs/heads/master
2023-08-25T16:05:45.317462
2021-09-26T09:41:02
2021-09-26T09:41:02
386,282,954
0
0
null
null
null
null
UTF-8
C++
false
false
271
cpp
#include<iostream> using namespace std; int longmulti(int); int main() { int long_unit; cout << "Input a unit of long:"; cin >> long_unit; cout << "The output will be:" << longmulti(long_unit); return 0; } int longmulti(int long_unit) { return 220 * long_unit; }
[ "1536635817@qq.com" ]
1536635817@qq.com
e11a36841a8507cc212d327ca9aa8a0bb15e6892
a26aa08a21c299f0a5725b0c46f0321a88d2593d
/GRender/GRender/Render/Core/Image.cpp
b5ba73eb50f58c400930fd1e69201edede4fee94
[]
no_license
GavinZL/GRender
387c856ffa20cfd076111385740284574b8bbfa3
46b84801e867c446e3b8b6b7be235bc6d2f82380
refs/heads/master
2021-08-29T23:30:49.341942
2017-12-15T08:51:50
2017-12-15T08:51:50
113,120,953
0
0
null
null
null
null
UTF-8
C++
false
false
81,984
cpp
/**************************************************************************** Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation file...
[ "junee1122@163.com" ]
junee1122@163.com
08495046c052617a602a67918e3f54f87b4ced5a
24d34ec86dec261404c65a48f1bf8150f0348ac9
/AppViewer/InputManager.h
4e1d3d2ac0471d1db696da03c9cc129aaf061f7d
[]
no_license
mbanquiero/miniengine
4c57ef534e69b699beed6a7676d8e50e08c1c257
c4a1a692a47aa0c0fd6c634edbe83748fb29207c
refs/heads/master
2021-01-10T07:31:57.632406
2014-06-12T23:04:18
2014-06-12T23:04:18
53,662,835
0
0
null
null
null
null
UTF-8
C++
false
false
4,932
h
#pragma once #include <../Include/dinput.h> #include <math/vector3.h> enum DInputKey { Key_Escape = 1, Key_D1 = 2, Key_D2 = 3, Key_D3 = 4, Key_D4 = 5, Key_D5 = 6, Key_D6 = 7, Key_D7 = 8, Key_D8 = 9, Key_D9 = 10, Key_D0 = 11, Key_Minus = 12, Key_Equals = 13, Key_Back = 14, Key_BackS...
[ "martin.giachetti@gmail.com" ]
martin.giachetti@gmail.com
59ba5bab4c496a4a0eba7c2239cf395d4457b194
dc61ea4ccd68a64541978e7bff7b9a6b56440fb8
/src/BackPack.cpp
f51839fac2ed73fe19c1a8f184e04cc902263b84
[]
no_license
Glaz92/Shooter
b5277c2d75968e81e92b55fa41b94ef8a6adb9b8
cb49b9c536b4f7ac85d9b57d505a6fa313b0f835
refs/heads/master
2022-11-17T15:03:24.588168
2020-06-28T18:35:46
2020-06-28T18:35:46
263,388,397
0
0
null
null
null
null
UTF-8
C++
false
false
5,176
cpp
#include "BackPack.h" #include "Window.h" #include <sstream> #include <map> #include <tuple> BackPack::BackPack() : pistolAmmo(24), pistolMag(12), shotgunAmmo(0), shotgunMag(8), uziAmmo(30), uziMag(30), mgAmmo(0), mgMag(30), inHand(Weapon::Pistol), box(sf::Vector2f(230,120)), position(20, sf::VideoMode::ge...
[ "epglaz@gmail.com" ]
epglaz@gmail.com
9f39e8202df5d9b79756dad8f13d1f081f489908
ee5303492ad12df0bf2ac3090d88aefa27034796
/Server/Server/stdafx.cpp
51a8613b7bfc67439f2fd4fbee39693fc44b0e4a
[]
no_license
ernie0218e/Game-Server
be57422a0227dd1f7aa6388957bb3ed623d10c27
77bad3b68aefd8be9d592d529a1f004b0ac064d7
refs/heads/master
2016-09-06T09:51:54.703756
2014-12-20T12:05:46
2014-12-20T12:05:46
28,266,065
0
0
null
null
null
null
GB18030
C++
false
false
178
cpp
// stdafx.cpp : 僅包含標準 Include 檔的原始程式檔 // Server.pch 會成為先行編譯標頭檔 // stdafx.obj 會包含先行編譯型別資訊 #include "stdafx.h"
[ "ernie0218e@gmail.com" ]
ernie0218e@gmail.com
2f8aac3005175dd3b96986fbaf4fc0206c8ede37
b924f2af695a94e26208925e3f83819e3db9616b
/blocks/mail/src/Mail.cpp
011738c753b5938e99ea28c8d84b660411f998fa
[]
no_license
saithal/BanTheRewind
8f801ce15d6880aac1b1c0840ec6b47e6a2be71d
70a8c483cfedd998251d3547b156abe874bf5a48
refs/heads/master
2021-01-16T21:30:42.673263
2011-10-27T01:16:35
2011-10-27T01:16:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,901
cpp
/* * * Copyright (c) 2011, Ban the Rewind * 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...
[ "bantherewind@gmail.com" ]
bantherewind@gmail.com
75094c22c202fe090fdc4941644ff82ccbb3b7a9
4fc3e83dc068bf2281120a6495c93d55a6b20b18
/src/XLUEExtObject/Illumination/IlluminationObjectRegister.cpp
ca9aa4d2d3ac654daf9e8031b64759fe941e7c80
[]
no_license
tsukasaCJ/BXF
b77dcfa4207e2caef10ca6de2852cd9df11528b3
2f49376446f8359f132b535c6fd466c81ac21fa1
refs/heads/master
2021-01-15T14:58:50.956659
2013-11-09T08:47:35
2013-11-09T08:47:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,099
cpp
#include "stdafx.h" #include "./IlluminationObjectRegister.h" #include "./IlluminationObjectCreater.h" #include "./IlluminationObjectParser.h" #include "./LuaIlluminationObject.h" bool IlluminationObjectRegiter::RegiterIlluminationSessionObject() { return ExtObjRegisterHelper<ExtObjType_layoutObj, IlluminationSes...
[ "sichangjun@xunlei.com" ]
sichangjun@xunlei.com
4f966ad2cacc818cdf74e92811c821a1e868cea8
7f98f218e3eb50c7020c49bfe15d9dbb6bd70d0b
/ch10/ex10_27.cpp
237ef51b2e8922af40121fb189bd7dfb448c69c6
[]
no_license
MonstarCoder/MyCppPrimer
1917494855b01dbe12a343d4c3e08752f291c0e9
3399701bb90c45bc0ee0dc843a4e0b93e20d898a
refs/heads/master
2021-01-18T10:16:37.501209
2017-11-09T13:44:36
2017-11-09T13:44:36
84,318,673
0
0
null
null
null
null
UTF-8
C++
false
false
285
cpp
#include<iostream> #include<vector> #include<list> #include<algorithm> using namespace std; int main() { vector<int> vec{1, 1, 2, 2, 3, 3}; list<int> lst; unique_copy(vec.cbegin(), vec.cend(), back_inserter(lst)); for (auto i : lst) cout << i << " "; cout << endl; return 0; }
[ "652141046@qq.com" ]
652141046@qq.com
f593ca022eebe80abf5819d6e3b12e1016ac4626
8eeb53487472a9992233f2335815773c2a42e474
/04_04_12_EdgeWeightedCycleFinderTopological.cpp
4c0fd92352f48800a7239334197e4fdf0a5902c0
[ "MIT" ]
permissive
kanlihu/Algos_4th_Solutions
2ba29ae8d0332552063615f644568657f7322a94
049e8b2082414ac544458f211748c9b2bd95f43e
refs/heads/master
2023-05-14T15:01:03.583116
2020-01-27T03:06:24
2020-01-27T03:06:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,072
cpp
// // Created by Phong Cao on 2019-04-01. // // uncomment to disable assert() // #define NDEBUG #include <cassert> #include <iostream> #include <cstdio> #include <iomanip> #include <ios> #include <sstream> #include <fstream> #include <string> #include <cmath> #include <cstdlib> #include <ctime> #include <functional> #...
[ "phongvcao@phongvcao.com" ]
phongvcao@phongvcao.com
c22cfb4b1d5aa510dbfa66f41aac631d81efef23
e217eaf05d0dab8dd339032b6c58636841aa8815
/external/Oklabi/Kern-C++/OklabiBucketStore.h
5e20593a9e9d47137ab32cd1d126ace23e78fd84
[]
no_license
bigdoods/OpenInfraPlatform
f7785ebe4cb46e24d7f636e1b4110679d78a4303
0266e86a9f25f2ea9ec837d8d340d31a58a83c8e
refs/heads/master
2021-01-21T03:41:20.124443
2016-01-26T23:20:21
2016-01-26T23:20:21
57,377,206
0
1
null
2016-04-29T10:38:19
2016-04-29T10:38:19
null
UTF-8
C++
false
false
2,099
h
/* Change-Log: * * */ #include "OklabiPackaging.h" #ifdef OKLABI_KERN #ifndef DEFOklabiBucketStore #define DEFOklabiBucketStore #ifdef OKLABI_PACK #pragma pack(push,4) #endif #include <string> #include <list> #include "OklabiMemoryChunk.h" #include "OklabiMemoryChunkStore.h" #include "OklabiKern.h" namespace ...
[ "planung.cms.bv@tum.de" ]
planung.cms.bv@tum.de
f996ece3939714817182350a92396a84cff5c639
17cc994a886599a9f99d7d678fd965fa73f9382e
/ShimCity/Boatplane.cpp
eaf88a3f6fdafba6d6558c636c49603f06ead3c4
[]
no_license
hsshimde/justExperiments
a53ca960f14e84b1fb6e38021fcf787146a38131
6a0573fea79ddf49bbb41a09acb1fb246755f6e4
refs/heads/master
2023-04-02T20:19:13.517315
2021-03-30T11:01:58
2021-03-30T11:01:58
296,870,856
0
0
null
null
null
null
UTF-8
C++
false
false
1,525
cpp
#include <cmath> #include "Boatplane.h" namespace assignment2 { Boatplane::Boatplane(unsigned int maxPassengersCount) : Vehicle{maxPassengersCount} { } Boatplane::Boatplane(const Boatplane& rhs) : Vehicle{ rhs } { } Boatplane& Boatplane::operator=(const Boatplane& rhs) { Vehicle::operator=(rhs); r...
[ "hsshimde@outlook.com" ]
hsshimde@outlook.com
5c85ea742fddb54a4639498525642b71985940c1
73f5267f6c087c5a1c63d67229a46d0379be2335
/include/mapping_msgs/CollisionObjectOperation.h
30396290071d34f186f594094d6664bb6425d1de
[]
no_license
zphilip/handDetect
a4cc74ef3659f765b836a69dbdd061bdb64a1d10
7114f54198b748dacf64dfdcfe90e09c05f903c1
refs/heads/master
2016-09-05T15:00:14.950589
2012-10-11T06:38:22
2012-10-11T06:38:22
5,794,632
1
2
null
null
null
null
UTF-8
C++
false
false
8,139
h
/* Software License Agreement (BSD License) * * Copyright (c) 2011, Willow Garage, 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...
[ "zphilip2000@hotmail.com" ]
zphilip2000@hotmail.com
9225671fd42e2730e21212ed269c8bca8b7c0deb
e1694830058a721d2a6605f60a53c805d679a337
/DynamicProjectionMapping/rbf.h
5a35f81bd1780de19d0517701780200e032897aa
[]
no_license
smygw72/Dynamic-Projection-Mapping
b5074eaeef23e6c186f189129da1c2636e53ae21
62a8ccb05ed9f2be3dc4cc15bc6588ec67f992e4
refs/heads/main
2023-08-07T23:54:53.755405
2021-09-12T02:32:23
2021-09-12T02:32:23
350,939,830
2
0
null
null
null
null
SHIFT_JIS
C++
false
false
644
h
#pragma once #include "head.h" /////////////////////////////////////////////////////////////////////////////// //   マーカ部分の明度を補間するためにRBF補間を用いる     // /////////////////////////////////////////////////////////////////////////////// using namespace std; class RBF { private: int N; // データの...
[ "smygw72@gmail.com" ]
smygw72@gmail.com
7cbc99ac4ebd08fbc69f2643be6d70c22c6edec7
0d74161c499ac2287b1d0ecb444aa92b220cda11
/httpserver/hostMapper.cpp
3051cf48779f5c70a06592116327238ec7059cc0
[ "MIT" ]
permissive
ondra-novak/jsonrpcserver
70e19c7d1f269c109412764e7ac18706479f98cb
878f5f7a981a326dcb39d43d0bb5c4eac213a65c
refs/heads/master
2020-04-04T07:34:52.097615
2019-12-13T08:42:59
2019-12-13T08:42:59
27,509,171
1
0
null
null
null
null
UTF-8
C++
false
false
6,321
cpp
#include "hostMapper.h" #include "lightspeed/base/text/textParser.tcc" #include "lightspeed/base/memory/smallAlloc.h" #include "lightspeed/base/containers/map.tcc" namespace BredyHttpSrv { void HostMapper::registerUrl(ConstStrA baseUrlFormat) { processUrl(baseUrlFormat, false); } void HostMapper::processUrl(Con...
[ "ondra-novak@email.cz" ]
ondra-novak@email.cz
106597b836f7295535759780b637505f33f25960
2cfd7cf75080d921dfde9c0a1842bf63be685d01
/algocoding/algocoding/CountingSort.cpp
01755869e1c19753e638317a175be25f8f176003
[]
no_license
rahulnairiit/VisualStudiocodes
26f9304e56036d97c0673195358e3e5c5acbacc3
f77c2bdbfbfb23398f8f15c710f0e7977ccf5b13
refs/heads/master
2021-01-19T09:23:46.745700
2012-04-26T01:02:48
2012-04-26T01:02:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,658
cpp
#include <iostream> using namespace std; // Input of n integers which fall in the range of 0 to k.. // we can efficiently use cout sort wen k is O(n) void countsort(int * ,int * , int , int ); void main() { int i; int inpta[10] = { 1,2,3,7,2,9,2,6,1,5 }; int outpta[10] = { 0 }; cout<< " input arr is "<<inpta<<en...
[ "rahul.banglre@gmail.com" ]
rahul.banglre@gmail.com
2a41fa71d58b876c3e5c709c8ca45c400a6687b6
cd11d2e3aa7e050554cd745dcf713abb7a11e929
/XGames/Prince/Classes/TowerModule/LayerTreasure.h
c2577896b7a99fabf0cff3b4d3dd1bd2f1adcee1
[]
no_license
daxingyou/XGame
3cdc2c9ab06be55ed80aed6c99cb6aa77073b139
5fd0140bc398edc374306067bb258b323604b9cb
refs/heads/main
2023-04-16T21:23:20.368638
2021-04-20T16:35:17
2021-04-20T16:35:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,048
h
/******************************************************************* * Copyright(c) 2015 zcjoy All rights reserved. * * FileName: LayerTreasure * Description: 发现宝藏界面; * Version: 1.0 * Author: Phil * Date: 04/20/2015 * Others: * ****************************************************************...
[ "635459675@qq.com" ]
635459675@qq.com
2f419e18c1a8c203456bb5175ef0a560f2c2e7ed
53d4a4ed468941ace04d92da75bdac2285c377fe
/Part-III/Ch16/16.2.2/16.37.cc
665e07d4c79dabd5eb295aeb26683bf7c805f996
[ "MIT" ]
permissive
RingZEROtlf/Cpp-Primer
c937cad3342950d4f211907b7fb7044260bc09cc
bde40534eeca733350825c41f268415fdccb1cc3
refs/heads/master
2022-12-22T18:52:01.163191
2020-09-25T07:45:13
2020-09-25T07:45:13
285,617,317
1
0
null
null
null
null
UTF-8
C++
false
false
102
cc
#include <iostream> #include <algorithm> int main() { std::cout << std::max(1, 2.0) << std::endl; }
[ "RingZEROtlf@outlook.com" ]
RingZEROtlf@outlook.com
b960c8dd32401c799f46b22b8b0d930060abf570
c005bbc7525f6810d01cedcd56495482ba375f2f
/method.cc
78a31c3ac4bc423b0729bf50ed8387081f3a040a
[ "MIT", "LicenseRef-scancode-public-domain" ]
permissive
Chungzuwalla/ici
a8d9ae2ad3bc4f6c1754765126c7186df442b184
8240fbe36ef8c9f67f101e9798f9d6d36dd27d27
refs/heads/master
2020-04-20T06:23:34.743227
2019-01-18T08:57:31
2019-01-18T08:57:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,802
cc
#define ICI_CORE #include "fwd.h" #include "method.h" #include "exec.h" #include "buf.h" #include "null.h" #include "primes.h" #include "str.h" #ifndef NOPROFILE #include "profile.h" #endif namespace ici { /* * Returns a new ICI method object that combines the given 'subject' object * (typically a struct) with the ...
[ "an@atrn.org" ]
an@atrn.org
9386112279a34ba09bfa38248c7026f03ea4a31d
b7549e543dea772774f92bb09e4af77a25cd3220
/makefile/test/make-p/sub/subd.cxx
1764932f5cf08dc133a760cb6b8d431350d462eb
[]
no_license
snoopspy/template
f6856fd24f5c39878dc4c4c8c540fd9f5fe6ebd5
f23fbea5bd177bd43dd7e9b06b44cc8c20312787
refs/heads/master
2020-04-25T15:07:16.246326
2015-04-22T06:08:29
2015-04-22T06:08:29
31,304,345
0
1
null
null
null
null
UTF-8
C++
false
false
71
cxx
#include <stdio.h> extern "C" void subd() { printf("subd.cxx\n"); }
[ "gilgil@gilgil.net" ]
gilgil@gilgil.net
74a1d205205e9d05bac1144009ea9ec65aa9e71c
0bc4186fee113a3c9e740f47a82ddb79b8dbe7ad
/Weekly Assignments/Week1/Box2D Demo/src/Game.cpp
36e5ce609bcec41c3e52a38476c954bf93624976
[]
no_license
uhhgoat/AngryBirdsPrototype
8080db3f2115eff777c9a93b81c13c47dc9934ba
4c7ba585386da70a0fe3f6f2ceb9589828f5e184
refs/heads/master
2020-12-28T14:41:41.463088
2020-02-05T05:33:51
2020-02-05T05:33:51
238,374,827
0
0
null
null
null
null
UTF-8
C++
false
false
12,591
cpp
#include <sb6.h> #include <sb6ktx.h> #include <math.h> #include <assert.h> #include "DebugOut.h" #include "GameObject.h" #include "MathEngine.h" #include "Game.h" #include "GraphicsObject.h" #include "GraphicsObject_Sprite.h" #include "GraphicsObject_Circle.h" #include "GraphicsObject_Box.h" #include "GraphicsObject_T...
[ "matyas@fenyves.net" ]
matyas@fenyves.net
d9d0607a1a28bc9fbd5b3882dc965b9247030d70
4df46993262e19afb957380b6ca1828e5b1fafec
/source/FileManagement.h
9b3303eec2a0a42e7f0362d374ac32b875f1b749
[ "MIT" ]
permissive
fallscameron01/List_Manager
2386ae6501670b83972fcae9954065d6db89a415
7025eff39cf1da0786d51a3b5371fdc482298d88
refs/heads/master
2022-10-20T21:14:52.717915
2020-06-02T21:25:06
2020-06-02T21:25:06
253,299,863
0
0
null
null
null
null
UTF-8
C++
false
false
899
h
/* Programmer: Cameron Falls File: FileManagement.h Purpose: This file contains the declarations for file related functions. */ #ifndef FILEMANAGEMENT_H #define FILEMANAGEMENT_H #define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING #include <experimental/filesystem> #include <string> #include <vector> ...
[ "camfalls0201@gmail.com" ]
camfalls0201@gmail.com
32cc265b5a3395b08626ae2392529a82d3c7b617
7fc9ca1aa8c9281160105c7f2b3a96007630add7
/977F.cpp
55ecfec4da5955c4e19b1af82a59a05d8755508b
[]
no_license
PatelManav/Codeforces_Backup
9b2318d02c42d8402c9874ae0c570d4176348857
9671a37b9de20f0f9d9849cd74e00c18de780498
refs/heads/master
2023-01-04T03:18:14.823128
2020-10-27T12:07:22
2020-10-27T12:07:22
300,317,389
2
1
null
2020-10-27T12:07:23
2020-10-01T14:54:31
C++
UTF-8
C++
false
false
1,192
cpp
/*May The Force Be With Me*/ #include <bits/stdc++.h> #define ll long long #define MOD 1000000007 #define endl "\n" #define vll vector<long long> #define pll pair<long long, long long> #define all(c) c.begin(),c.end() #define f first #define s second #define inf INT_MAX #define size 10000000 #define size_2d 10000 #defi...
[ "helewrer3@gmail.com" ]
helewrer3@gmail.com
43e057c2de4703917a61d9591b38cd3865538385
ecfdfa7b306cfa60f5f4336666c4ba8a612823f9
/GeneratedFiles/ui_opencontestwidget.h
cd932056d3883af3549526d40898420a219afbee
[]
no_license
fangjyshanghai/LemonJudger
c573d603717922ab9aadf3cec2abd2c8bb9be30b
88bc6f190a98b720116c5f62e528e2197734e479
refs/heads/master
2020-04-27T16:59:31.928442
2018-09-18T14:38:28
2018-09-18T14:38:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,022
h
/******************************************************************************** ** Form generated from reading UI file 'opencontestwidget.ui' ** ** Created by: Qt User Interface Compiler version 5.8.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! *********************************...
[ "2470196889@qq.com" ]
2470196889@qq.com
abf51ab80dd2586acb0ff5990f6852f6f541fc8d
cb5ee802d85e40428ed556fafb31b951ff517557
/IS/Agenda/Agenda.cpp
0726a2c09b599e0d6cac89a1bab849857693667b
[]
no_license
i22safed/AsignaturasIngenier
04bbe62d23f166e65d039f7cd400b30663d9c0c4
331638f1d766e7ac8dea45643a1a7e50a62c14f2
refs/heads/master
2021-01-18T02:34:20.010445
2015-04-20T15:41:18
2015-04-20T15:41:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,109
cpp
/* * Agenda.cpp * * Created on: 13/12/2014 * Author: jose */ #include "Agenda.h" using namespace std; Agenda::Agenda() { // TODO Auto-generated constructor stub } Agenda::~Agenda() { // TODO Auto-generated destructor stub } bool Agenda::esvacia() { return agenda.empty(); } int Agenda::longitud() { r...
[ "ceox1992@gmail.com" ]
ceox1992@gmail.com
3972bec008579b1add6d3b3f64f2721fcb3f8b6e
3d9027550e8c9c93acbd987e9212661438fe1438
/arduino-tinywebserver-20100617/Fat16/SdCard.cpp
b13003b8e3ac6f903f9dc63a3a97c64cf4bd2243
[]
no_license
kutch2001/arduinobykutch
ff92d676172bab87b700aff9d3fc2b4f169c130a
0f5851380640b6138d072229fdf5c7277ed02dd5
refs/heads/master
2021-05-04T11:35:34.708999
2021-04-14T20:30:23
2021-04-14T20:30:23
49,112,164
0
0
null
null
null
null
UTF-8
C++
false
false
8,960
cpp
/* Arduino FAT16 Library * Copyright (C) 2008 by William Greiman * * This file is part of the Arduino FAT16 Library * * This Library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either v...
[ "kutch2001@localhost" ]
kutch2001@localhost
5b91e898ac6e03b79f63566b05192533b318c059
675799331c7b3812ec286ec6786a3020d9bdac3d
/CPP/AtCoder/other/CodeFestival2016TR3/a.cpp
4807b922e7669260a2ec559f2bb3ebcd43b79991
[]
no_license
kkisic/Procon
07436574c12ebb01347b92d98c7aebb31404085a
30f394c237369a7d706fe46b53dc9d0313ce053e
refs/heads/master
2021-10-24T17:29:13.390016
2021-10-04T14:03:51
2021-10-04T14:03:51
112,325,136
1
1
null
null
null
null
UTF-8
C++
false
false
1,808
cpp
#include <cmath> #include <iostream> #include <vector> #include <queue> #include <deque> #include <map> #include <set> #include <stack> #include <tuple> #include <bitset> #include <algorithm> #include <functional> #include <utility> #include <iomanip> #define int long long int #define rep(i, n) for(int i = 0; i < (n);...
[ "amareamo.pxhxc@gmail.com" ]
amareamo.pxhxc@gmail.com
7c4436b2a5a58359bc6c99ebcb3f3b9b642c3434
e2c48e041d2983164cf04bc49d37f3bc7324f2d3
/Cplusplus/_1049_Last_Stone_Weight_II/_1049_main.cpp
c3b2a8fb7805d0dc53015b74012827a73704bb9a
[]
no_license
ToLoveToFeel/LeetCode
17aff7f9b36615ccebe386545440f921d8fdf740
de7a893fc625ff30122899969f761ed5f8df8b12
refs/heads/master
2023-07-12T07:35:09.410016
2021-08-23T02:33:00
2021-08-23T02:33:00
230,863,299
2
0
null
null
null
null
UTF-8
C++
false
false
746
cpp
// Created by WXX on 2021/6/8 9:34 #include <iostream> #include <vector> using namespace std; /** * 执行用时:0 ms, 在所有 C++ 提交中击败了100.00%的用户 * 内存消耗:8.1 MB, 在所有 C++ 提交中击败了49.56%的用户 */ class Solution { public: int lastStoneWeightII(vector<int> &stones) { int sum = 0; for (auto x : stones) sum += x; ...
[ "1137247975@qq.com" ]
1137247975@qq.com
d03cd7344e3f86076cd3e9f24c3c5f0247a92a76
1e006c14837be0e7b6ed9a0f5870907638dfd402
/usr/local/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/sys-root/usr/include/boost/geometry/algorithms/expand.hpp
fca638a0a49a4a508ac191bbecf30551d03094e5
[]
no_license
slowfranklin/synology-ds
b9cd512d86ffc4d61949e6d72012b8cff8d58813
5a6dc5e1cfde5be3104f412e5a368bc8d615dfa6
refs/heads/master
2021-10-24T01:38:38.120574
2019-03-20T13:01:12
2019-03-20T13:01:12
176,933,470
1
1
null
null
null
null
UTF-8
C++
false
false
9,142
hpp
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. // Copyright (c) 2014 Samuel Debionne, Grenoble, France. // Parts of Boost.Geomet...
[ "slow@samba.org" ]
slow@samba.org
350f086c92631211ef00a4c1fcd8455289a009d5
6157455a8627e82d77254289050bd04162d552ba
/PiFcp/pifcp/spc.cp
976f719a34bd92486905eadb776ea8c5f720de22
[]
no_license
shapirolab/Logix
f769e6ab3fec12dcf5e4b59a3d172ed667291ead
6960cb3ff7dfef9885383b62b7996ae1d7e42538
refs/heads/master
2022-11-11T07:52:49.814029
2020-06-30T07:17:08
2020-06-30T07:17:08
275,871,063
1
0
null
null
null
null
UTF-8
C++
false
false
6,457
cp
/* Precompiler for Pi Calculus procedures - Stochastic Pi Calculus Phase. Bill Silverman, February 1999. Last update by $Author: bill $ $Date: 2000/05/07 09:05:50 $ Currently locked by $Locker: $ $Revision: 2.1 $ $Source: /home/qiana/Repository/PiFcp/pifcp/spc.cp,v $ Copyright (C) 2000, Weizmann I...
[ "bill" ]
bill
08a84fd1d3b1e74aaad9fbbb16dce75c938832f3
ebd5c4632bb5f85c9e3311fd70f6f1bf92fae53f
/PORMain/panda/include/openalAudioManager.h
2a95aba405c98f71f6cdcc902a0ca462dfd94408
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
BrandonAlex/Pirates-Online-Retribution
7f881a64ec74e595aaf62e78a39375d2d51f4d2e
980b7448f798e255eecfb6bd2ebb67b299b27dd7
refs/heads/master
2020-04-02T14:22:28.626453
2018-10-24T15:33:17
2018-10-24T15:33:17
154,521,816
2
1
null
null
null
null
UTF-8
C++
false
false
8,322
h
// Filename: openalAudioManager.h // Created by: Ben Buchwald <bb2@alumni.cmu.edu> // // //////////////////////////////////////////////////////////////////// // // PANDA 3D SOFTWARE // Copyright (c) Carnegie Mellon University. All rights reserved. // // All use of this software is subject to the terms of the revised ...
[ "brandoncarden12345@gmail.com" ]
brandoncarden12345@gmail.com
1a11b56527548a5aedaa4695012bdda84e33a476
ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c
/out/release/gen/third_party/blink/renderer/bindings/modules/v8/unsigned_long_or_unsigned_long_sequence.h
6446382b66f49cd04bdbd8938900e946c710eadc
[ "BSD-3-Clause" ]
permissive
xueqiya/chromium_src
5d20b4d3a2a0251c063a7fb9952195cda6d29e34
d4aa7a8f0e07cfaa448fcad8c12b29242a615103
refs/heads/main
2022-07-30T03:15:14.818330
2021-01-16T16:47:22
2021-01-16T16:47:22
330,115,551
1
0
null
null
null
null
UTF-8
C++
false
false
4,210
h
// 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. // This file has been auto-generated from the Jinja2 template // third_party/blink/renderer/bindings/templates/union_container.h.tmpl // by the script cod...
[ "xueqi@zjmedia.net" ]
xueqi@zjmedia.net
546fbd84a1d4a1de6d33a6959fc8043e8246d9c2
05d5ccee626b6c2b606f3a284d9c13121c1160ff
/data_compression/L3/benchmarks/lz4_p2p_decompress/src/host.cpp
443e51d8b376807b327547c4d40e6d9e94a63f27
[ "Apache-2.0", "Zlib", "BSD-2-Clause" ]
permissive
classmate7/Vitis_Libraries
a6407508bd6aa1a92bb82db2c590e0e0c00dbcff
40b98f7a20d4f9d181642104f74d797a94315024
refs/heads/master
2021-01-02T15:45:36.347010
2019-11-12T18:05:06
2019-11-12T18:05:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,720
cpp
/* * Copyright 2019 Xilinx, Inc. * * 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 agreed to...
[ "tianyul@xilinx.com" ]
tianyul@xilinx.com
1268ac2c24e30d3cffa9b03a0070bfc96d0a916e
b2f17cca26922b7fc6268cca284b6cf6e85c602c
/src/Script/xtal_manager.cpp
16baec5ecac5b356018f7d5b52b8eca3bca6b5e4
[ "MIT" ]
permissive
katze7514/ManaGameFramework
e3e0e8699d95bef1258f5f0e8a5950b55e8f2eb0
f79c6032cd9b3a522a7560272801a51ced2a6b83
refs/heads/master
2020-04-28T22:42:30.208249
2017-01-31T15:11:30
2017-01-31T15:11:30
41,914,237
1
0
null
null
null
null
UTF-8
C++
false
false
2,532
cpp
#include "../mana_common.h" #include <xtal_lib/xtal_winthread.h> #include <xtal_lib/xtal_chcode.h> #include <xtal_lib/xtal_errormessage.h> #include "xtal_lib.h" #include "xtal_code.h" #include "xtal_manager.h" namespace mana{ namespace script{ xtal_manager::~xtal_manager() { fin(); } void xtal_manager::init(cons...
[ "katze.s2k@gmail.com" ]
katze.s2k@gmail.com
2614f1522f30d5eddcb4df4ae31498239029772c
7ebae5ec0378642a1d2c181184460e76c73debbd
/USACO/barn1/barn1/stdafx.cpp
83ce18922bcb1988e209fed1cb83f000fea42139
[]
no_license
tonyli00000/Competition-Code
a4352b6b6835819a0f19f7f5cc67e46d2a200906
7f5767e3cb997fd15ae6f72145bcb8394f50975f
refs/heads/master
2020-06-17T23:04:10.367762
2019-12-28T22:08:25
2019-12-28T22:08:25
196,091,038
0
0
null
null
null
null
UTF-8
C++
false
false
284
cpp
// stdafx.cpp : source file that includes just the standard includes // barn1.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "tonyli2002@live.com" ]
tonyli2002@live.com
98f6b3e89c1a4c07c2596bceeb879efb3be9ca59
4627f3e31411cd2669161c63bb7a744eb1087a7f
/catch.hpp
b8ecab4a9185405640a37b6ba7be58b0bce9a04b
[ "MIT" ]
permissive
kosta2456/Huffman_Algorithm
727cfbe77aac16dbe3c2d1ae3b1fe53c662bee90
01948f27422c6914aefe5ce021050e1d02b3eb3c
refs/heads/master
2020-05-21T12:51:49.728586
2019-05-02T19:51:38
2019-05-02T19:51:38
186,052,962
0
0
null
null
null
null
UTF-8
C++
false
false
424,346
hpp
/* * Catch v2.6.0 * Generated: 2019-01-31 22:25:55.560884 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2019 Two Blue Cubes Ltd. All rights reserved. * * Distributed under the Boost Software Lice...
[ "kevinkosta@Kevins-MacBook-Pro-2.local" ]
kevinkosta@Kevins-MacBook-Pro-2.local
661ffda6c50388e81844b52da4dda9f6d9531058
e1ba0eb26a14be38c1b2fdf0902417d2552be913
/REM/Tool/IDA 7.3/plugins/hexrays_sdk/plugins/vds14/hexrays_sample14.cpp
309510a74eca15d21c8e16174728b1eb7c9c4266
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
dodieboy/Np_class
db7fb9d4f4eb0fe4d5bb38dc05e69a9cbd485cf0
5c6e517599a20658ee23bdbdd76f197f2f4a1b63
refs/heads/master
2022-11-15T10:29:30.587639
2022-06-24T12:25:45
2022-06-24T12:25:45
181,395,891
0
2
MIT
2020-05-30T06:22:17
2019-04-15T02:07:40
C#
UTF-8
C++
false
false
11,183
cpp
/* * Hex-Rays Decompiler project * Copyright (c) 2007-2019 by Hex-Rays, support@hex-rays.com * ALL RIGHTS RESERVED. * * Sample plugin for Hex-Rays Decompiler. * It shows xrefs to the called function as the decompiler output. * All calls are displayed with the call arguments. * ...
[ "dodieboy@users.noreply.github.com" ]
dodieboy@users.noreply.github.com
9acb242b748f9aed82609ba3d3ffce6a64b63d69
fc987ace8516d4d5dfcb5444ed7cb905008c6147
/third_party/aria2/src/ReceiverMSEHandshakeCommand.h
98857a2bcdaff5d3cfc5370eedcdd4f5c111da47
[ "BSD-3-Clause", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "OpenSSL", "GPL-1.0-or-later", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "FSFAP", "GPL-2.0-only", "LicenseRef-scancode-public-domain", "MIT", "Apache-2.0" ]
permissive
nfschina/nfs-browser
3c366cedbdbe995739717d9f61e451bcf7b565ce
b6670ba13beb8ab57003f3ba2c755dc368de3967
refs/heads/master
2022-10-28T01:18:08.229807
2020-09-07T11:45:28
2020-09-07T11:45:28
145,939,440
2
4
BSD-3-Clause
2022-10-13T14:59:54
2018-08-24T03:47:46
null
UTF-8
C++
false
false
2,705
h
/* <!-- copyright */ /* * aria2 - The high speed download utility * * Copyright (C) 2006 Tatsuhiro Tsujikawa * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Lice...
[ "hukun@cpu-os.ac.cn" ]
hukun@cpu-os.ac.cn
be95119743225ffb5994c826d33604fea7ff3ef9
af0ecafb5428bd556d49575da2a72f6f80d3d14b
/CodeJamCrawler/dataset/08_8146_40.cpp
34d9b6ecd6b609eaa58bbd910798932127c2a09a
[]
no_license
gbrlas/AVSP
0a2a08be5661c1b4a2238e875b6cdc88b4ee0997
e259090bf282694676b2568023745f9ffb6d73fd
refs/heads/master
2021-06-16T22:25:41.585830
2017-06-09T06:32:01
2017-06-09T06:32:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,074
cpp
#include<stdio.h> #include<string.h> #define maxn 3000 #define maxint 999999999 bool p[maxn][maxn]; bool output[maxn]; int q[maxn],last[maxn]; int i,j,n,m; int make(){ bool changed; int ans=0; memset(output,0,sizeof(output)); do{ changed=0; for(i=1;i<=m;i++)if(q[i]==0){ if(last[i]=...
[ "nikola.mrzljak@fer.hr" ]
nikola.mrzljak@fer.hr
d275c1345fc4738474a26907a8a2df7b8d2b4e96
08948ee7b7239bfc09b274082f52db4f832433cb
/src/Common/Color.h
ac46b9ac81cb130092e3c1a033b85bdfee5b18f5
[ "MIT" ]
permissive
Tobaloidee/rainbow
4d738953403c40046055409ea6df722456bfd050
7bbac9405ae9e519c6496f2a5fa957a073cce563
refs/heads/master
2020-05-02T16:51:13.265175
2019-03-27T22:09:40
2019-03-27T22:09:40
178,011,578
0
0
MIT
2019-03-27T14:29:51
2019-03-27T14:29:51
null
UTF-8
C++
false
false
1,264
h
// Copyright (c) 2010-present Bifrost Entertainment AS and Tommy Nguyen // Distributed under the MIT License. // (See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT) #ifndef COMMON_COLOR_H_ #define COMMON_COLOR_H_ #include <cstdint> namespace rainbow { /// <summary>Structure for storing ...
[ "tn0502@gmail.com" ]
tn0502@gmail.com
89afebb4fa545370fcf0cb4a53778e1cd625a09b
9a9d28bb2195b4cf81bc2da8265135ec079e9147
/Grid.cpp
befcf9241aeff4fcf5e4dc5e61a15547bfc8749f
[]
no_license
meghnaraswan/CPSC350Assignment2
e15e19daab32766e20ea85599adc7f419133048c
7399d21650327e3c244a6ade2ef3f81714224aea
refs/heads/main
2023-01-02T14:37:09.956385
2020-10-29T00:52:43
2020-10-29T00:52:43
302,977,727
0
0
null
null
null
null
UTF-8
C++
false
false
6,691
cpp
// // Grid.cpp // FirstCPP // // Created by iMan on 10/4/20. // Copyright © 2020 iMan. All rights reserved. // #include "Grid.hpp" #include "Cell.hpp" #include <iostream> #include <fstream> #include <string> using namespace std; //Grid //default constructor //default values of rows and columns of grid will be 5...
[ "raswan@chapman.edu" ]
raswan@chapman.edu
bea4a9598825f17d8b4df2f15de6cff71a2254b2
dca653bb975528bd1b8ab2547f6ef4f48e15b7b7
/tags/wxPy-2.8.11.0/src/gtk/window.cpp
bbedb09eece2245a8602078a15cfcad11805a12f
[]
no_license
czxxjtu/wxPython-1
51ca2f62ff6c01722e50742d1813f4be378c0517
6a7473c258ea4105f44e31d140ea5c0ae6bc46d8
refs/heads/master
2021-01-15T12:09:59.328778
2015-01-05T20:55:10
2015-01-05T20:55:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
135,666
cpp
///////////////////////////////////////////////////////////////////////////// // Name: src/gtk/window.cpp // Purpose: // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling, Julian Smart // Licence: wxWindows licence /////////////////////////////////////////////////////...
[ "RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775" ]
RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2c74d2ceccf63b588480926d80c55bef57f168a8
b945071e088837d70ce8bf8c57ec59be6fadca0b
/compiler/model.cc
cb768d53df0ae0b4bd8afd187f708d46fc7e7a3c
[ "MIT" ]
permissive
vermashresth/chainer-compiler
8649ed4c6e4b8325bef2456ef5a484260f834291
5f5ad365d14398d6ae0214fa012eb10360db8e7e
refs/heads/master
2020-05-04T13:05:19.621839
2019-10-17T13:03:14
2019-10-17T13:03:14
179,147,105
0
0
MIT
2019-10-17T13:03:16
2019-04-02T19:43:25
Python
UTF-8
C++
false
false
2,030
cc
#include "compiler/model.h" #include <compiler/onnx.h> #include <common/log.h> #include <compiler/graph.h> #include <compiler/serializer_util.h> namespace chainer_compiler { Model::Model(const onnx::ModelProto& xmodel) : ir_version_(xmodel.ir_version()), opset_import_(xmodel.opset_import().begin(), xmodel...
[ "shinichiro.hamaji@gmail.com" ]
shinichiro.hamaji@gmail.com
88477193d17f8360a0db28c0aa0fa18c446a79e7
f784bdbd0d342a2287a4fc6dabf25d7143c2edde
/include/EmpericalStrategy.h
f999a68977eca6bd34d7ac796308eef6b191570f
[]
no_license
LeonardLi/vNAMS
d6b9893b11e98c1fc9f9c83b7d255043d772e29a
933a0ba40d719b44e1d9a295d60f03ab4aa80140
refs/heads/master
2021-01-12T07:48:49.583680
2017-04-26T16:04:45
2017-04-26T16:04:45
77,027,268
0
0
null
2016-12-21T07:06:39
2016-12-21T07:06:39
null
UTF-8
C++
false
false
946
h
#ifndef _EMPERICAL_STRATEGY_ #define _EMPERICAL_STRATEGY_ #include "ScheduleStrategy.h" #include "VirtualFunction.h" #include <vector> #include <utility> #include <fstream> #include <sstream> #include <iostream> #include <string> class EmpericalStrategy :public ScheduleStrategy{ public: EmpericalStrategy(){}; virt...
[ "liyangde66@gmail.com" ]
liyangde66@gmail.com
0b154a7477aba8cce10dbe49485ccd9ae5b8b30b
cf6868b214e6a2c380f2b2e2d8a14a70cc1d8b0c
/Player/KIB_Player/Kiblet.cpp
290276eb807604b9b7b9a66c610678764dd2a418
[]
no_license
kyzyx/KIB
5d5304a73c5a91733d62946d9b5eb68e4cdd49f1
1cc51d3597d73e953c55becd018cf4677b961a3c
refs/heads/master
2021-01-10T18:26:48.697281
2013-04-26T22:49:12
2013-04-26T22:49:12
7,301,329
0
1
null
null
null
null
UTF-8
C++
false
false
1,846
cpp
#include "Kiblet.h" #include "ArcKidget.h" #include "BackgroundKidget.h" #include "BallKidget.h" #include "BodyKidget.h" #include "ClapKidget.h" #include "HandsKidget.h" #include "KibletKidget.h" #include "PunchKidget.h" #include "WaveKidget.h" using namespace std; Kiblet::Kiblet(void) { } Kiblet::~Kiblet(void) { ...
[ "edward64@gmail.com" ]
edward64@gmail.com
b7dca72e37f114c8484e2f39f9bf486755addd7f
39d592f89bdc0383b58996c224d40b464297d478
/158a.cpp
ad1471d9f5a25cbc8a3bdba544c37922af60c35c
[]
no_license
NoshinTahsin/Codeforces
c276776c8d819846a24efaa04a16c567836f97e9
fd4f770ad9eb36c841aa191609c87c2eb8142891
refs/heads/master
2020-12-14T10:09:39.499288
2020-07-24T13:40:49
2020-07-24T13:40:49
234,705,053
0
0
null
null
null
null
UTF-8
C++
false
false
374
cpp
#include<iostream> using namespace std; int main() { int n,k; cin>>n>>k; int arr[n]; for(int i=0;i<n;i++) { cin>>arr[i]; } int st=arr[k-1]; int cnt=0; for(int i=0;i<n;i++) { if(arr[i]>0 && arr[i]>=st) cnt++; ...
[ "noreply@github.com" ]
NoshinTahsin.noreply@github.com
2343fb05cff6fb4c450c6e099be8ada33bd4b9d8
38d297718d0252a595e2954243c5a7026b54f844
/proj6/static_lib2/src/sublib2.cpp
64f22a157cb6383744a065cb459093cc4476791b
[]
no_license
deltavoid/cmake_examples
16bfdc2791fdde13681e2b754877742fee0ca2b9
8dac6cfbf2a07dd4dcbdbb44d504029f64ccbbef
refs/heads/master
2023-04-07T07:48:24.983060
2021-04-20T13:47:35
2021-04-20T13:47:35
277,831,884
0
0
null
null
null
null
UTF-8
C++
false
false
131
cpp
#include <iostream> #include "sublib2/sublib2.h" void sublib2::print() { std::cout << "Hello sub-library 2!" << std::endl; }
[ "zhangqianyu.sys@bytedance.com" ]
zhangqianyu.sys@bytedance.com
bdae8b10336b432a75b0b506447c9d697e8a8314
ef98d98431ff8a324863cc26302f16ac1f1e9151
/SINRGE2 Core/sin_kconv.h
1fc7cd652236ba2da45812f39cae9b10d97a785d
[ "Zlib" ]
permissive
orochi2k/SINRGE2
41542dc295a8ef475160a45bfa81d9cf401270ec
66ca171f21c042ad4c978c2965b06ed918af5f24
refs/heads/master
2023-03-18T00:41:19.460037
2018-09-01T03:35:23
2018-09-01T03:35:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
554
h
#ifndef __K_CONV_H__ #define __K_CONV_H__ class CAutoBuffer; namespace Kconv { wchar_t * AnsiToUnicode(const char * str, CAutoBuffer * pAutoBuffer = 0); wchar_t * UTF8ToUnicode(const char * str, CAutoBuffer * pAutoBuffer = 0); char * UnicodeToAnsi(const wchar_t * str, CAutoBuffer * pAutoBuffer = 0); char * Uni...
[ "Gernischt@gmail.com" ]
Gernischt@gmail.com
f4091d54b549689022183ab1192140b3df88b2b2
d002ed401cba924074e021d22347b84334a02b0f
/export/windows/obj/src/lime/net/_HTTPRequest_Bytes.cpp
36c46feec0f11403511087f6e9bdf9970227c889
[]
no_license
IADenner/LD47
63f6beda87424ba7e0e129848ee190c1eb1da54d
340856f1d77983da0e7f331b467609c45587f5d1
refs/heads/master
2022-12-29T13:01:46.789276
2020-10-05T22:04:42
2020-10-05T22:04:42
301,550,551
1
0
null
null
null
null
UTF-8
C++
false
true
6,034
cpp
// Generated by Haxe 4.1.2 #include <hxcpp.h> #ifndef INCLUDED_haxe_io_Bytes #include <haxe/io/Bytes.h> #endif #ifndef INCLUDED_lime__internal_backend_native_NativeHTTPRequest #include <lime/_internal/backend/native/NativeHTTPRequest.h> #endif #ifndef INCLUDED_lime_app_Future #include <lime/app/Future.h> #endif #ifnde...
[ "theiadstudios@gmail.com" ]
theiadstudios@gmail.com
1c4ff16ab7918c891ff75d7c398d7e3197391108
90047daeb462598a924d76ddf4288e832e86417c
/base/task_scheduler/task_unittest.cc
fb076d761bea261f68d378bc428aa373c7290bc8
[ "BSD-3-Clause" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
2,692
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 "base/task_scheduler/task.h" #include "base/bind.h" #include "base/location.h" #include "base/task_scheduler/task_traits.h" #include "base/time/...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
7508fbed7e64d2afdb563f07d9255f0ec8f844d2
5c74203db583750843c70142f1a9d7166e942d63
/boost/memory/memory.cpp
35d228c7eb35a1785436015d1fe1b86334b7bb88
[]
no_license
shiqi-lu/Learn-CPP
fd49704192c3983dd81ba5d690f909ba0968e116
169a383a9078b3fc1e6fffa5be79f068f10f9b0e
refs/heads/master
2021-05-30T10:18:24.371296
2015-11-30T23:27:51
2015-11-30T23:27:51
25,058,280
1
0
null
null
null
null
UTF-8
C++
false
false
3,456
cpp
#include <iostream> #include <vector> #include <string> #include <boost/smart_ptr.hpp> using namespace boost; using namespace std; struct posix_file { posix_file(const char * file_name) { cout << "open file: " << file_name << endl; } ~posix_file() { cout << "close file" << endl; ...
[ "traumlou@gmail.com" ]
traumlou@gmail.com
9cdb8357ac8fb471092cf387f6fc6ab6ef18e401
1fea1b1bcb283931afea6aa3103795236f12fb6d
/rta-dq-lib/execution_strategies/include/HDF5ReadingCompoundScalarFieldStrategy.hpp
12033e5265ad86cdf593f928aa0a2e8a0df88980
[]
no_license
LeoBaro/rtadqlibcpp_proto
09b3ec479117fec37ce5a5dd6441a16316a3bc8f
9802c180e29a3aecc9bfbee4735ec51c8328f755
refs/heads/master
2022-12-06T13:10:59.449412
2020-08-22T09:21:49
2020-08-22T09:21:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,337
hpp
#ifndef HDF5_READING_COMPOUND_SCALAR_FIELD_STRATEGY_HPP #define HDF5_READING_COMPOUND_SCALAR_FIELD_STRATEGY_HPP #include "H5Cpp.h" using namespace H5; #include "HDF5ReadingCompoundFieldStrategy.hpp" template <class T> class HDF5ReadingCompoundScalarFieldStrategy: public HDF5ReadingCompoundFieldStrategy<T> { p...
[ "leonardo.baroncelli@inaf.it" ]
leonardo.baroncelli@inaf.it
a3cbf53db181b2f87bded32893d2c93bbb24a633
c377b266f74f9c835cf3534728e38ab17116c650
/src/StockAverager.cpp
2b0f256cd47ca97e8907a29c80b92f20b522dee3
[ "MIT" ]
permissive
gigs94/qlft
68abb41cb93938d9b08fa7965e51dcf738bf3106
738c35e9dd9230375370bba4f9cf7ccf5f85c7f3
refs/heads/master
2021-01-20T17:02:35.867226
2016-07-14T22:45:28
2016-07-14T22:45:28
63,359,371
0
0
null
null
null
null
UTF-8
C++
false
false
924
cpp
#include <iostream> #include <fstream> #include <sstream> #include <string> #include <unordered_map> #include <StockAverager.h> #include <StocksProcessor.h> int main() { std::ifstream infile{"input.csv"}; std::ofstream outfile{"output.csv"}; StocksProcessor processor{}; while (infile) { ...
[ "dagregor@us.ibm.com" ]
dagregor@us.ibm.com
ca9c086027352c6712602de83ae27ef556e62ed7
bd1a8d3157793f97ac0e4340cf51e09412b8717d
/src/config/file/filebasedconfig.h
314ea0cdc51c3fe103b5809f6f0a115f794248be
[]
no_license
zaic/cavis
198e070c32fe48d238680450a408cbb2c90eb3a7
d8d91fe34d7fba83ef3eb2b80413bb9aae6c03d4
refs/heads/master
2020-04-08T12:12:40.880402
2013-06-06T01:55:15
2013-06-06T01:55:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,160
h
#pragma once #include <cstddef> #include <fstream> #include <iostream> #include <sstream> #include <cassert> #include <cstdlib> #include "../config.h" using std::ifstream; using std::cerr; using std::endl; using std::stringstream; using std::string; class FileBasedConfig : public Config { FileBasedConfig(); ...
[ "zaic101@gmail.com" ]
zaic101@gmail.com
620e8d7f0809dd7044efad7772103a50ce5cc41c
0fba517f10d2179a8aa838b9da9b789d4e203598
/Codeforces/CF 166/D.cpp
42df798894fe4eec6de5301cea17d8a7e550d95c
[]
no_license
hdi-superuser/Codes
e7923975b4656a09b211710d659cd2ea7859bcbb
2ca9d777d6ecce59c0ed26e8db83b475b73b192a
refs/heads/master
2021-01-21T00:36:34.855984
2016-06-15T20:27:28
2016-06-15T20:27:28
61,238,394
0
0
null
2016-06-15T20:22:04
2016-06-15T20:22:04
null
UTF-8
C++
false
false
1,601
cpp
#include <iostream> #include <algorithm> #include <cstdio> #include <cstdlib> #include <vector> #include <cstring> #include <string> #include <cmath> #include <ctime> #include <utility> #include <map> #include <set> #include <queue> #include <stack> #include <sstream> #define FOR(a,b,c) for (int a=b,_c=c;a<=_c;a++) #de...
[ "yenthanh.t7@gmail.com" ]
yenthanh.t7@gmail.com
8fd2096354f5669460ad43455052aa9db76d9f87
c164deecf14db1b3f09e9e89dcaf45c993a35897
/include/lwiot/ipaddress.h
39fff4add5764d0bb51cec12012e3ebd3e02191e
[ "Apache-2.0" ]
permissive
michelmegens/lwIoT
16135aadc53079b03b49cef002daf5df19f94cd2
345d7d7705b1c2f639c4b19fe608ae54e3b7cde1
refs/heads/master
2021-10-15T23:19:00.065109
2018-10-02T13:17:20
2018-10-02T13:17:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,077
h
/* * IP address object definition. * * @author Michel Megens * @email dev@bietje.net */ #pragma once #include <lwiot/types.h> #include <lwiot/string.h> namespace lwiot { class IPAddress { public: explicit IPAddress(); explicit IPAddress(uint8_t first, uint8_t second, uint8_t third, uint8_t forth); exp...
[ "dev@bietje.net" ]
dev@bietje.net
46388f2039a1bf63c355098e4e528281be71a454
92468dc69a005e9b640093c9be2db2465130a57d
/Sources/Log.cpp
e6099ea0ecee10a3fc9af5518e633d5655c7b029
[]
no_license
wingrime/ShaderTestPlatform
8bf32922d16b95d8f57bbd53942b0a2080cbda5a
d531b90415946a4c0608d2eb3eb37317a9739ecd
refs/heads/master
2021-01-10T02:18:49.350009
2017-01-05T19:01:11
2017-01-05T19:01:11
47,027,076
1
0
null
null
null
null
UTF-8
C++
false
false
1,720
cpp
#include "Log.h" #include <iostream> #include <stdarg.h> #include "MAssert.h" #include "ErrorCodes.h" #include "string_format.h" Log::~Log() { d_logfile_stream.flush(); d_logfile_stream.close(); } Log::Log(Log::Verbosity _v, const std::string &s) :d_logfile_stream(s), v(_v) { } in...
[ "wingrime@gmail.com" ]
wingrime@gmail.com
78095d438f3ba8ffccfb37c4fcda643fe886a4a8
642630fc1f6747663f08c6357e3b2c3ecaa994a5
/libraries/SmartRC-CC1101-Driver-Lib/examples/CC1101 default examples/cc1101_Receive/cc1101_Receive.ino
d91f0c585e29034f8bb0faed2b9168e199093e28
[ "CC-BY-4.0" ]
permissive
whid-injector/EvilCrow-RF
e099644a4248484c8d4276e496f2e4d6f8025e7f
d47ac1204fcd2fea070a1d9e80f12f9e15c3a64a
refs/heads/main
2023-04-09T16:09:40.864399
2021-04-20T09:04:22
2021-04-20T09:04:22
359,750,025
3
1
CC-BY-4.0
2021-04-20T08:59:59
2021-04-20T08:59:59
null
UTF-8
C++
false
false
1,548
ino
// These examples are from the Electronics Cookbook by Simon Monk //https://github.com/LSatan/SmartRC-CC1101-Driver-Lib // mod by Little_S@tan #include <ELECHOUSE_CC1101_SRC_DRV.h> const int n = 61; void setup(){ Serial.begin(9600); Serial.println("Rx"); ELECHOUSE_cc1101.setGDO(6,2); ...
[ "jserna@phoenixintelligencesecurity.com" ]
jserna@phoenixintelligencesecurity.com
5d86b1013fd9c4e4a17b0806e4ccb097926cfdeb
414af5807da676c87967d47132654c08238b9b2e
/part-3/09-priority-queues-heapsort/program_09_06.cpp
44beddbff2ce042b0f72457ea49443c3e42ebae6
[]
no_license
jthommen/algorithms-cpp
bfcd77ba90af1df1dfac00d8ceeb3239e8a11db3
c20149ac0e7c4ea8452c39b975f757e05e3438c8
refs/heads/master
2020-04-15T01:57:18.051712
2019-12-22T12:55:22
2019-12-22T12:55:22
164,297,665
0
0
null
null
null
null
UTF-8
C++
false
false
1,791
cpp
/* ### Program 9.6: Heapsort ### Description: Using fixDown directly gives the classical heapsort algorithm. The for loop constructs the heap, then the while loop exchanges the largest element with the final element in the array and repairs the heap, continuing until the heap is empty. The pointer pq to a[l...
[ "23640912+jthommen@users.noreply.github.com" ]
23640912+jthommen@users.noreply.github.com
eaa1ac8e8532257ebc955bc7754a230c2b5c1f2f
0a1d33de260573d68b8d02926a92a52530ec7d74
/tile.cpp
cf09389a4eac5c984069eb139bf79effb6ce87b2
[]
no_license
Chuvvie/Final-Project
9a2598f8ef9fe74a936c88c7ea952447bae9a207
960b168327dcd0a55dc11ca6e74f6b68c7d96789
refs/heads/master
2021-01-21T16:48:43.616845
2016-05-06T06:49:32
2016-05-06T06:49:32
58,185,767
0
0
null
2016-05-06T06:26:46
2016-05-06T06:26:46
null
UTF-8
C++
false
false
1,462
cpp
#include "Tile.h" #include "SFML/System/Vector2.hpp" #include "SFML/Graphics/Color.hpp" Tile::Tile(float cx, float cy, int type, bool passability) { this->cx = cx; this->cy = cy; this->type = type; this->passability = passability; this->shape = sf::RectangleShape(sf::Vector2f(Tile::tileSize, Tile::tileSize)); ...
[ "giansalay@yahoo.com" ]
giansalay@yahoo.com
70f52cde87541f0d1c88c0a92d555d6e9a3629c5
cd5610dd6fcb7803d1ea1883dec3d8b36a8c7c7e
/src/primitives/block.h
e0a0ce225f4adb3a019daad9af53fe4c9a13bf9e
[ "MIT" ]
permissive
malandante/Commercium-TESTNET
39f62f83bd61c9206a6ebafe77d354c61081ffd5
91ad12511d89b8357540c8208093098419f5e9ff
refs/heads/master
2020-04-04T18:51:48.191375
2018-07-21T01:03:40
2018-07-21T01:03:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,811
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_PRIMITIVES_BLOCK_H #define BITCOIN_PRIMITIVES_BLOCK_H #include "...
[ "anthony19114@gmail.com" ]
anthony19114@gmail.com
61c8e314a1cf9d70e70a1b46be5c4808a1c5f633
19ee8a8f3ca7c378ee3b463721f494b23991cce7
/1_spring/code.cpp
9eeebe4f2a1d593f2605bbf4aa83b2e3ea944f4a
[]
no_license
sahsinevgen/MIPT_algorithms
1fb2694f161ff6da2f349e426cdbea363bf755d4
642db51d15f4a7479925c776af6705ddedb1b066
refs/heads/master
2023-02-02T10:16:35.477866
2020-12-20T18:13:12
2020-12-20T18:13:12
320,849,527
0
0
null
null
null
null
UTF-8
C++
false
false
702
cpp
#include <list> #include <vector> #include <iostream> using namespace std; int last_digit(list<int> array, int Mod = 10) { if (array.size() == 0) return 1; vector<int> anss; int x = array.front(); int x_ = x; while (true) { x_ = (x * x_) % Mod; anss.push_back(x_); if...
[ "sasha@darkmastersin.net" ]
sasha@darkmastersin.net
f01765970cd0b13a8a88bafbd4ba60d039e33a89
44d4d6c1049685d2ce103edd72e5885f79ea6988
/练习2/7.cpp
b9cd97c407785405083f04c0d007ece4de676c5f
[]
no_license
ClaraShar/LANQIAO
f269e33570ac7fd60c090158533079eece972281
2b09d9ed8058a07eda360ce2bbe4ce6342faef82
refs/heads/master
2020-04-08T17:59:41.696027
2019-02-26T11:20:25
2019-02-26T11:20:25
159,307,832
0
0
null
null
null
null
UTF-8
C++
false
false
717
cpp
#include <iostream> #include <string> #include <map> #include <queue> using namespace std; map<string,queue<string>> m; map<string,int> death; void DFS(string s) { while(!m[s].empty()) { string name=m[s].front(); if(death[name]!=1) cout<<name<<endl; DFS(name); m[s].pop(); } } int main() { int n; str...
[ "179800587@qq.com" ]
179800587@qq.com
9a18b4bf77a8c0140e5095ea4ce872e8c9ae1b72
64b487be42dbc38f1915fca72e338f158506598b
/hw10/cleaner.cpp
4447eaac7454f08063f340800bcf849fdf7b6cd7
[]
no_license
DLobosky/CS53-Intro-to-Programming-C-Plus-Plus
250ad090178587e0a906feb7d66d2d39162e6fad
08b8a3b28e958ea10b5e95df417ded2187005af7
refs/heads/master
2021-01-10T18:44:02.222047
2016-12-01T21:40:20
2016-12-01T21:40:20
75,326,900
0
0
null
null
null
null
UTF-8
C++
false
false
4,848
cpp
//Programmers: Jason Beard, Dalton Lobosky, Carl Garrett Herrmann //Date: 05/07/2013 //File: cleaner.cpp //Class: CS 53 //Purpose: class definition for cleaner object. #include "cleaner.h" #include "house.h" #include <cstdlib> #include <ctime> cleaner::cleaner(string obj_name, int x_coor, int y_coor...
[ "d.lobosky@gmail.com" ]
d.lobosky@gmail.com
ddb9478162a6a635c9663b7f6204670a2b578aa7
8489aae0a1b1f546a14c1719717c5184feb8e36c
/MotorbikeArduino/ino/Gps_TinyGps.ino
f88e5afb3947329892e495b2b8ab0a77c66cfc1a
[]
no_license
lentzlive/MotorbikeArduino
16df093b368fd4114d15b52e8396bcc830d5e085
425a9e3ba88b70edabfeb00b38cc9124289e9f93
refs/heads/master
2021-01-17T17:59:53.052448
2016-07-30T11:14:33
2016-07-30T11:14:33
61,470,971
9
0
null
null
null
null
UTF-8
C++
false
false
4,581
ino
#include <TinyGPS++.h> #include <SoftwareSerial.h> #include <Wire.h> #include <ADXL345.h> const float alpha = 0.5; double fXg = 0; double fYg = 0; double fZg = 0; double refXg = 0; double refYg = 0; double refZg = 0; int i = 0; ADXL345 acc; /* This sample sketch demonstrates the normal use of a TinyGPS++ (Tin...
[ "Davide@DAVIDE-PC" ]
Davide@DAVIDE-PC
ee409057a329511267903b5149eabec557ecc878
1cb28e7f237ff6ca9c3ce7e4cc530185aa98e3de
/DepthSkin.cpp
57ab1707afb179d3cbb44151601d0c2d44b16295
[]
no_license
jonathanvdc/computer-graphics
1aa40c7b90ff7dbe5aa2185953eb67f28daa189c
62b9f518026b4e75b7fcaac6f7048617369c816f
refs/heads/master
2021-05-06T04:22:43.616582
2017-12-21T10:37:27
2017-12-21T10:37:27
114,994,232
0
0
null
null
null
null
UTF-8
C++
false
false
424
cpp
#include "DepthSkin.h" #include <memory> #include "DepthSkinBase.h" #include "ITexture.h" #include "ProjectedPolygonTexture.h" using namespace Engine; DepthSkin::DepthSkin() { } /// \brief Creates a texture based on the given projected polygon /// depth texture. std::shared_ptr<ITexture> DepthSkin::Cr...
[ "jonathan.vdc@outlook.com" ]
jonathan.vdc@outlook.com
79b2d2c02cd6a5478a788d4fe91af92f95b51698
f0da2d7171782433b308348d62a0ce510aa87a66
/main.cpp
2b6da7dc8fc825f2393b74f27c4754e6daddef89
[]
no_license
AhsanSN/Paint-Graphic-Editor
4f4aa4375659ddd8ec42a4a80fe2b1f6e1f29d0e
19cc8af22e001b422a343e465ace3a8ee130b33b
refs/heads/master
2020-03-07T18:55:34.637027
2019-06-25T08:43:19
2019-06-25T08:43:19
127,656,813
1
0
null
null
null
null
UTF-8
C++
false
false
32,896
cpp
#include <SDL.h> #include <stdio.h> #include <string> #include <windows.h> #include <time.h> #include <cstdlib> #include <unistd.h> #include <cmath> #include <iostream> #include"Rect.h" #include"Line.h" #include"Stack.h" #include"Stack_redo.h" #define fps 60 /* Important notes: - the whole main program (main.cpp)is d...
[ "sa02908@st.habib.edu.pk" ]
sa02908@st.habib.edu.pk
3f9aebca05ac0ed9fe43f7226283f7d254cab2e6
1e9c38783db1e2b7e9d96cccec3e38d0dff497ad
/IronManRing/IronManRing.ino
251e3cd6275d27c11311bde7cf0eb9a2e0495636
[ "MIT" ]
permissive
simonemarra/IronManRing_Arduino
6f6293a7b268ecf3900c8d4e2c1d30227af3df61
3126aca2e80d3511edd583bfeff3b861cd9f59a4
refs/heads/master
2020-12-30T08:38:11.594374
2020-02-07T13:51:54
2020-02-07T13:51:54
238,933,008
0
0
null
null
null
null
UTF-8
C++
false
false
1,950
ino
#include <Adafruit_NeoPixel.h> #define RING_PIN 2//6 // How many NeoPixels are attached to the Arduino? #define LED_COUNT 36//16//60 Adafruit_NeoPixel strip(LED_COUNT, RING_PIN, NEO_GRB + NEO_KHZ800); // Argument 1 = Number of pixels in NeoPixel strip // Argument 2 = Arduino pin number (most are valid) // Argument ...
[ "simone.marra.electronics@gmail.com" ]
simone.marra.electronics@gmail.com
97bbaa709661277e41808d4f9db04febbd1d6dd8
33ac633b566c21f00a6073fba2f896020cd7f62c
/WA/BackStageMgrDef.h
d801e44e97dc856954dcc2f04ca0f90182a8e259
[]
no_license
orichisonic/GMServer_20091221
ef4d454d4b78d01b49b8752eed2170c3419af22a
19847f86a45a2706ddf645a2ca9e98f80affb198
refs/heads/master
2020-03-13T04:33:08.253747
2018-04-25T07:29:55
2018-04-25T07:29:55
130,965,261
0
0
null
null
null
null
GB18030
C++
false
false
440
h
#pragma once // // 服务器后台管理相关定义 // #pragma pack(push, 1) namespace BACKSTAGEMGR { const int MSG_BASE_BSTRS = 25000; const int MSG_BASE_RSTBS = 26000; const int MAX_ID_LENGTH = 20; const int MAX_PASSWORD_LENGTH = 21; const int MAX_CHARACTER_NAME_LENGTH = 13; struct TCP_MSG_BASE { unsigned shor...
[ "wanglin36@CENTALINE.COM.CN" ]
wanglin36@CENTALINE.COM.CN
e89f0a7dfc8e1af5d2fa8190e5fb6ebe755c5b4d
6b6e7606ea14bd3ee22f5fbfab90bf86220d36a2
/appseed/axis/axis/node/_node.cpp
ee4ee3198a47cf1675634a815e7d0eb8ba0123e9
[]
no_license
mediabuff/app
b51e1d21e8b244af09e3d3f78ab38d8e80cd4bba
12f8aeacce1b2649977d4c7ce61a4415c636fa6c
refs/heads/master
2021-08-06T15:57:12.573775
2017-11-06T12:24:35
2017-11-06T12:24:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
151
cpp
#include "framework.h" #ifdef ANDROID #include "android/_node_android.cpp" #elif defined(WINDOWSEX) #include "windows/_windows_node.cpp" #endif
[ "camilo@ca2.email" ]
camilo@ca2.email
cae5a64397dc6248eeaac0a059c6f49981f372bc
f0a2b390fac20afa243e46a9f73d4e754ae713fa
/msquare/msquare.cpp
226ab3aac19152289ae6a0a4f6e6d43235fd2f38
[]
no_license
OneStig/usaco
647b0df1830563a0d4df46f57a27b135acb1eb54
bbbeedc5836a15cd3239ab47091baa58cae236b4
refs/heads/master
2023-07-13T06:15:35.660474
2021-08-26T04:17:37
2021-08-26T04:17:37
256,059,713
3
2
null
null
null
null
UTF-8
C++
false
false
1,943
cpp
/* ID: stevenh6 TASK: msquare LANG: C++ */ #include <fstream> #include <string> #include <map> #include <vector> #include <algorithm> #include <queue> #include <set> using namespace std; ofstream fout("msquare.out"); ifstream fin("msquare.in"); struct Magic { string tran, str; int sh; Magic(string tr, s...
[ "therealonestig@gmail.com" ]
therealonestig@gmail.com
63561ba48482888dad5f075b063409f52bd3e352
9030ce2789a58888904d0c50c21591632eddffd7
/SDK/ARKSurvivalEvolved_HoverSkiffHudWidget_functions.cpp
1686a36aebcd541322c02cd534f34e0f2ec0d879
[ "MIT" ]
permissive
2bite/ARK-SDK
8ce93f504b2e3bd4f8e7ced184980b13f127b7bf
ce1f4906ccf82ed38518558c0163c4f92f5f7b14
refs/heads/master
2022-09-19T06:28:20.076298
2022-09-03T17:21:00
2022-09-03T17:21:00
232,411,353
14
5
null
null
null
null
UTF-8
C++
false
false
28,114
cpp
// ARKSurvivalEvolved (332.8) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_HoverSkiffHudWidget_parameters.hpp" namespace sdk { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
7ecaf59537605026de714a5a1bb94bcc900272fa
a9e308c81c27a80c53c899ce806d6d7b4a9bbbf3
/engine/xray/editor/world/sources/particle_links_manager.h
ec147d0c01c54167c47f09f2a9dffd42f87f6b27
[]
no_license
NikitaNikson/xray-2_0
00d8e78112d7b3d5ec1cb790c90f614dc732f633
82b049d2d177aac15e1317cbe281e8c167b8f8d1
refs/heads/master
2023-06-25T16:51:26.243019
2020-09-29T15:49:23
2020-09-29T15:49:23
390,966,305
1
0
null
null
null
null
UTF-8
C++
false
false
1,639
h
//////////////////////////////////////////////////////////////////////////// // Created : 26.01.2010 // Author : // Copyright (C) GSC Game World - 2010 //////////////////////////////////////////////////////////////////////////// #ifndef PARTICLE_LINKS_MANAGER_H_INCLUDED #define PARTICLE_LINKS_MANAGER_H_INCLUDED us...
[ "loxotron@bk.ru" ]
loxotron@bk.ru
fc3ad073b9f6bf2876203c42952c26bb67b091c8
9795b3fdc47ce0aa91c9f2443168f4cbbe8d9c3c
/simulation/extern_include/mex.hpp
54a9ce7107daf360cfc9ae63f8d3dcf65d7517a7
[ "MIT" ]
permissive
seanny1986/gym-aero
badf540a230adab0c85ef2f9c6f76fcc189e8aff
bb8e7f299ca83029c300fa85e423be90fc9c11e1
refs/heads/master
2021-06-18T13:01:44.804786
2021-01-06T11:24:52
2021-01-06T11:24:52
143,800,401
5
4
MIT
2018-10-26T07:59:00
2018-08-07T01:04:18
Python
UTF-8
C++
false
false
1,721
hpp
/** * Published header for C++ MEX * * Copyright 2017-2018 The MathWorks, Inc. */ #if defined(_MSC_VER) # pragma once #endif #if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 3)) # pragma once #endif #ifndef mex_hpp #define mex_hpp #endif #ifndef __MEX_CPP_PUBLISHED_API_HPP__ #define ...
[ "s3251350@student.rmit.edu.au" ]
s3251350@student.rmit.edu.au
911923642e3dc4fe52fca389503b191d3359aa05
9634f7e331592b99fc98e0665e3b915105e3b56c
/ödevvvv.cpp
1762072893b21d76dd71d10c34c8735a3b341d36
[]
no_license
betulayyb/Continuation_of_C_codes
2af2bafdc9176a8807f7aa983cc22938a9c7857c
70b45d0175803657706bcb0485ba151028882994
refs/heads/main
2023-03-31T02:01:30.180129
2021-04-09T12:27:52
2021-04-09T12:27:52
356,262,208
0
0
null
null
null
null
ISO-8859-9
C++
false
false
2,086
cpp
#include<stdio.h> int main() { int dizi[4]={119,121,45,140}; // 4*1 lik değerleri belirli bir dizi tanımladık int esiklenmis_dizi[4]; //4*1 lik değerleri belirsiz bir dizi tanımladık printf(" \n\t ***DIZI*** \n\n"); int i; // i karakterini int kullanarak atadık for ( i=0;i<4;i++) // i değerini for döngüsü...
[ "noreply@github.com" ]
betulayyb.noreply@github.com
f19fd447cce1fdac00226e25af66221ed7a28805
5a2349399fa9d57c6e8cc6e0f7226d683391a362
/src/qt/qtwebkit/Source/WebCore/platform/sql/SQLiteDatabase.cpp
2418fc12c458544a79ea5888e2e00f0a6d3c033c
[ "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-only", "BSD-3-Clause" ]
permissive
aharthcock/phantomjs
e70f3c379dcada720ec8abde3f7c09a24808154c
7d7f2c862347fbc7215c849e790290b2e07bab7c
refs/heads/master
2023-03-18T04:58:32.428562
2023-03-14T05:52:52
2023-03-14T05:52:52
24,828,890
0
0
BSD-3-Clause
2023-03-14T05:52:53
2014-10-05T23:38:56
C++
UTF-8
C++
false
false
15,350
cpp
/* * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. * Copyright (C) 2007 Justin Haygood (jhaygood@reaktix.com) * * 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...
[ "ariya.hidayat@gmail.com" ]
ariya.hidayat@gmail.com
c69bbb914d82072687a805c65971399163f06097
df2b251a2d00fff294270ebb3fa5ff4e8f82a23a
/WebSocketAPIPlugin/MessageHandling.cpp
711b1e7c9b567ede3a4484405297abc9af87f0af
[]
no_license
sKeLeTr0n/OBSRemote
93ca4ba79e37000225ae85cbe61f61f8739c56e3
031df3ad70b3b379eeb8399c0b7d4ed42ebf35ac
refs/heads/master
2021-01-17T22:29:31.172773
2013-03-10T19:34:44
2013-03-10T19:34:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,028
cpp
/******************************************************************************** Copyright (C) 2013 Hugh Bailey <obs.jim@gmail.com> Copyright (C) 2013 William Hamilton <bill@ecologylab.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as...
[ "luin.uial@gmail.com" ]
luin.uial@gmail.com
c1fa0e8cd45d9d837e55570cb75b796d9f104535
627d4d432c86ad98f669214d9966ae2db1600b31
/src/script/bridge/qscriptdeclarativeclass_p.h
8c7328685365f9c0a7ee344c4f16e5a9f0d9fc4d
[]
no_license
fluxer/copperspice
6dbab905f71843b8a3f52c844b841cef17f71f3f
07e7d1315d212a4568589b0ab1bd6c29c06d70a1
refs/heads/cs-1.1
2021-01-17T21:21:54.176319
2015-08-26T15:25:29
2015-08-26T15:25:29
39,802,091
6
0
null
2015-07-27T23:04:01
2015-07-27T23:04:00
null
UTF-8
C++
false
false
5,045
h
/*********************************************************************** * * Copyright (c) 2012-2015 Barbara Geller * Copyright (c) 2012-2015 Ansel Sermersheim * Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). * Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved....
[ "ansel@copperspice.com" ]
ansel@copperspice.com
f8c3231a602cc458b78b358f7071cd937c7ce6ee
47924dd44a8e071aa113f0f2b9e8700e21a5d934
/Marlin/Marlin_main.cpp
12ae360d66e22665a5349ff03a75a53687abc1e3
[]
no_license
masterzion/Marlin1.4
4cf585b0b47811517a12296c43e2c1db7b72e1b0
fd079a5d81484bb66699937bfe6dfb9d4ebc2531
refs/heads/main
2023-04-18T23:59:31.678600
2021-05-03T14:56:49
2021-05-03T14:56:49
363,965,174
0
0
null
null
null
null
UTF-8
C++
false
false
537,086
cpp
/** * Marlin 3D Printer Firmware * Copyright (C) 2016, 2017 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of t...
[ "master.zion@gmail.com" ]
master.zion@gmail.com
e294a7391cdd3b9404ae9192be99939b65fcd67b
8d9b42dfc3bdae1bc6e47c07326db3e4e3ab3ccb
/Src/Global/monsters.cpp
c1df0c6e0d0058d36ec4c62647056b153e474197
[]
no_license
Zacktamondo/HeartOfDarkness-SDL
bfd49a443a0d947b34f8772168710f3ddd7bb763
8df295e56bcea14d8923fc68735844b79d40d7cb
refs/heads/master
2022-11-26T01:50:12.988709
2020-08-03T08:17:59
2020-08-03T08:17:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
203,072
cpp
/* * Heart of Darkness engine rewrite * Copyright (C) 2009-2011 Gregory Montoir (cyx@users.sourceforge.net) */ #include "game.h" #include "level.h" #include "resource.h" #include "util.h" // (lut[x] & 1) indicates a diagonal direction static const uint8_t _mstLut1[] = { // 0 0x08, 0x00, // kDirectionKeyMaskUp ...
[ "maxim.lopez.02@gmail.com" ]
maxim.lopez.02@gmail.com
44147b89c9cee4d1d6642e62ce54bcf4971ffd3c
7e5aae473ced56a9cff5cb9cda8527d1c5b0ce79
/Module_3/dragons/src/main.cpp
df75d08c5bc34f7d940d4a9f2ebe9ced025369cb
[]
no_license
linroad123/AaltoCpp2021
985f37951ecb7ff7117bdd5a3aacab30ab9d9437
1ddff42b00c3c148d6514096357eac2852d477d5
refs/heads/master
2023-08-29T14:22:31.513281
2021-10-08T12:13:25
2021-10-08T12:13:25
414,680,160
0
0
null
null
null
null
UTF-8
C++
false
false
3,631
cpp
#include <vector> #include <list> #include <iostream> #include <cstdlib> #include "dragon.hpp" #include "fantasy_dragon.hpp" #include "magic_dragon.hpp" #include "dragon_cave.hpp" std::list<Treasure> CreateRandomTreasures(size_t count) { std::list<Treasure> treasures; // Jewellery std::vector<std::string...
[ "linroad@hotmail.com" ]
linroad@hotmail.com
df059699b9e9ec764308e615ee2eb9948a0638b5
328d2b96ad70e360f49c49e7e8399d0c1ad5d96c
/src/systems/StateSwitchButtonSystem.h
b38c237ebd89da588629c005691090f369000543
[]
no_license
vasylbo/ecs_lemmings
b60096927e4673d2b6852ee7c383aaabc66592fb
15b81f86bf911f466d24f44b550fbd0e2c17196a
refs/heads/master
2021-01-19T03:02:02.391392
2017-04-01T21:51:20
2017-04-01T21:51:20
51,010,782
2
2
null
2017-04-01T21:21:11
2016-02-03T15:55:26
C++
UTF-8
C++
false
false
823
h
// // Created by Vasyl. // #ifndef LEMMINGS_BUTTONSYSTEM_H #define LEMMINGS_BUTTONSYSTEM_H #include <entityx/System.h> #include "../components/StateSwitchButtonC.h" class StateSwitchButtonSystem : public entityx::System<StateSwitchButtonSystem>, public entityx::Receiver<StateSwitchButtonSystem> { pu...
[ "vasylbo@gmail.com" ]
vasylbo@gmail.com
c3c80d49da67557e4f30808f39bf80c4dbef722e
359741b841c2bdee997891b36363128bb8522964
/win9x/subwnd/skbdwnd.h
9f36f8c62dfac652c1bfb0b8a839980560a4d8b2
[ "BSD-3-Clause" ]
permissive
libretro/xmil-libretro
4686acb22c521b2414eb9524748d58f2fa5e7f5c
4cb1e4eaab37321904144d1f1a23b2830268e8df
refs/heads/master
2022-05-01T12:04:23.292954
2022-04-14T16:39:02
2022-04-14T16:39:02
244,228,236
3
9
BSD-3-Clause
2022-04-14T06:05:46
2020-03-01T21:42:20
C
SHIFT_JIS
C++
false
false
1,696
h
/** * @file skbdwnd.h * @brief ソフトウェア キーボード クラスの宣言およびインターフェイスの定義をします */ #pragma once #if defined(SUPPORT_SOFTKBD) #include "dd2.h" #include "subwnd.h" /** * @brief ソフトウェア キーボード */ class CSoftKeyboardWnd : public CSubWndBase { public: static CSoftKeyboardWnd* GetInstance(); static void Initialize(); static v...
[ "yui@afe8d728-ceca-4c4c-a723-f8cfeda826dd" ]
yui@afe8d728-ceca-4c4c-a723-f8cfeda826dd
f2ac358a2f8fe7761eeea8b19e847c6f577be315
6cffc6e9f6b4c434262a096a6847e315f76c0bc9
/atcoder/abc214/C.cpp
25430213b441bbf8a45d21f70127342a1d7de491
[]
no_license
nishgpt/competitive_programming
c0cd15663d36dec6132bd615cdd3e0b4ba0c64cd
38535bb57081f2065dfe4170c9c87a981163fb0f
refs/heads/master
2023-08-16T14:19:42.746680
2021-10-22T04:29:33
2021-10-22T04:29:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,826
cpp
/* Author : Nishant Gupta 2.0 */ #include<bits/stdc++.h> using namespace std; #define LL long long int #define getcx getchar_unlocked #define X first #define Y second #define PB push_back #define MP make_pair #define MAX 100005 #define LOG_MAX 20 #define MOD 1000000007 #define INF 0x3f3f3f3f #define INFL (LL(1e18)) #...
[ "nishant141077@gmail.com" ]
nishant141077@gmail.com
f58273eebab81f61cb853ccfe7316810375a60a2
1f6578736dac2b14aee2b790867c09980a72f697
/src/ClientPatch/HookMgr.cpp
b2a9957bf3a8e4b811f00b4567c81e412cc5e3f7
[]
no_license
gabrielbsx/wyd-spirit-destiny
c1899c76f55a10595b9c9ce8333d210e9b8c7654
ba0fb01cf511c7a54ae302c5dc9d8456f6b44ca4
refs/heads/master
2023-09-06T05:38:59.671009
2021-03-28T22:29:38
2021-03-28T22:29:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,400
cpp
#include "pch.h" #include "HookMgr.h" #include <exception> #include "pe_Hook.h" #include "Naked.h" void HookMgr::ChangeWindowName() { const char* windowName = "Spirit Destiny - https://spirit-destiny.com/"; PEHook::SETDWORD((int)windowName, 0x05494FC + 1); } void HookMgr::FixAutoTradeName() { PEHook:...
[ "patrikveloso@gmail.com" ]
patrikveloso@gmail.com
db14a84cf3819da14d03c362537e7efb7e9da5f0
a1ffe4ed85bfaa2f67325ed324b119ed9a1b93c1
/CookieSync.cpp
4c948c020fd44bb7b5152b84e10aa5c77e2d84e4
[ "Apache-2.0" ]
permissive
lhn200835/watchman
ff621b1b95f5e127a2970e19daf4cc3921d6216b
ce4f339e15a7aa13d37b6128835db19d7a6d85a2
refs/heads/master
2020-06-11T03:04:21.997001
2016-12-08T20:43:49
2016-12-08T20:48:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,823
cpp
/* Copyright 2012-present Facebook, Inc. * Licensed under the Apache License, Version 2.0 */ #include "watchman.h" namespace watchman { CookieSync::CookieSync(const w_string& dir) { setCookieDir(dir); } void CookieSync::setCookieDir(const w_string& dir) { cookieDir_ = dir; char hostname[256]; gethostname(...
[ "facebook-github-bot-bot@fb.com" ]
facebook-github-bot-bot@fb.com
e0ccb701f2f9bf1550bb8d7bc1339c91c15b303c
3051d1fe583be3d2b89b9ebf3694790d54db24df
/tarjan/cut-vertex.cpp
3321b892e55c8a426680d0775e955cc9546b88df
[]
no_license
zzzcd0x/Data-Structres
9c6bdda6d14c0e61d6da910ed8a5516cab33ec70
f4128e218e3925f8e718381ad1a999a95458869c
refs/heads/master
2022-12-27T07:44:16.146204
2020-10-04T04:00:35
2020-10-04T04:00:35
293,036,020
0
0
null
null
null
null
UTF-8
C++
false
false
1,648
cpp
#include<cstdio> #include<string.h> #include<algorithm> using namespace std; struct Edge{ int from; int to; int next; }edge[200005]; int sum; int tot; int head[20005]; int n, m; int dfscnt; int dfn[20005]; int low[20005]; bool cut[20005]; inline int read(){ int x = 0; char c = getchar(); w...
[ "1055820620@qq.com" ]
1055820620@qq.com
7ccb1c01ee84d1cb9de985605b21f28629dc17bf
30584da3a22b076c463d3363811543202db8d63a
/leetcode-problems/medium/91-decode-ways.cpp
6dad01884bf33941426c3fc3e62a19be8f2a6d27
[ "Unlicense" ]
permissive
formatkaka/dsalgo
30ad7521ea68f9b43f29ba54cd6aa0f0c00e1959
a7c7386c5c161e23bc94456f93cadd0f91f102fa
refs/heads/master
2020-07-13T19:59:45.617443
2019-12-04T12:35:46
2019-12-04T12:35:46
205,143,874
0
0
null
null
null
null
UTF-8
C++
false
false
763
cpp
// // Created by Siddhant on 2019-11-17. // #include "iostream" #include "vector" #include "string" using namespace std; int find(string &s, int i, vector<int>& memo) { if (i <= 0) { return 1; } int l1 = 0, l2 = 0; if(memo[i] != -1){ return memo[i]; } if (s[i] != '0') { ...
[ "formatkaka@gmail.com" ]
formatkaka@gmail.com
ec87cd25bff562aaa71e23b8a14d22753513c05c
f1fd5b8854f5c43424f524e4326cec664a943262
/charm/Mesytec.config.hpp
c92e445ab70c2e03816e50c458d5df717f338bac
[]
no_license
zweistein22/CHARMing
771fd89fcfb2926ae2fe220eff0b80cc4a5ab082
1c19002db7f18e729e050dcec969c23b6e404745
refs/heads/master
2023-07-30T23:23:12.315525
2021-10-07T08:20:51
2021-10-07T08:20:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,147
hpp
/* _ _ _ ___ __ __ __ ___ (_) ___ | |_ ___ (_) _ _ |_ / \ V V / / -_) | | (_-< | _| / -_) | | | ' \ _/__| \_/\_/ \___| _|_|_ /__/_ _\__| \___| _|_|_ |_||_| _|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|...
[ "andreas.langhoff@frm2.tum.de" ]
andreas.langhoff@frm2.tum.de
ecc849a7a6ca2ffca86cc49eeca1d59722aeff86
75f9da31883b36375475f86dddf4a72750d3b2ee
/src/chem/energyChiralRestraint.cc
d9f3ae9f7aec52fbd69de478fab68e9364604f24
[]
no_license
salewski/cando
b5a4e7ef94260c29771dcabec80854e0495ca88f
118320d70c5fab2c5fba7692f3d684ebda903520
refs/heads/master
2020-06-09T13:13:57.069065
2019-03-29T20:07:02
2019-03-29T20:07:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,510
cc
/* File: energyChiralRestraint.cc */ /* Open Source License Copyright (c) 2016, Christian E. Schafmeister Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without ...
[ "chris.schaf@verizon.net" ]
chris.schaf@verizon.net
cbc177da949f030601cb44cfcbe853d5bfbd554e
7f32af244fe223aeb25dd3416419da6475c4b20d
/stdafx.cpp
92662b150c86092b0d586608ccedb06a6a1ff1d1
[]
no_license
ashishgithubbce/Speech-Based-Vowel-Recognition-System
49f21721413b5b19fc2f88e13a6d69bb16eeb6cc
70f0659e7f3dfdd5cf3b22d7fa82b58a66942b42
refs/heads/main
2023-07-28T14:40:41.609121
2021-09-12T09:45:07
2021-09-12T09:45:07
405,602,264
0
0
null
null
null
null
UTF-8
C++
false
false
303
cpp
// stdafx.cpp : source file that includes just the standard includes // VowelRecognition.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "noreply@github.com" ]
ashishgithubbce.noreply@github.com
bb8d2289dff1c8e735fb5a11c13df57e4c92ac53
a4171fa29f00b405ce8b9954ea8e67a0c35cdb05
/ConsoleApplication5/ConsoleApplication5/Utility.h
12871fb052ec9f3ed01f89daaa4586af9f8da461
[]
no_license
CyanogenMod13/PracticeWorks
5cfc0cd31a8f3f258f07785988478e389878db0c
d51d04517265355c3895cdd9c751080f114f76fb
refs/heads/master
2023-03-20T02:49:38.385107
2021-03-15T21:05:46
2021-03-15T21:05:46
316,980,307
0
0
null
null
null
null
UTF-8
C++
false
false
937
h
#ifndef _Utility_ #define _Utility_ #include <iostream> #include <cmath> inline long random(long start, long end) { return start + (rand() + 1) % (end - start + 1); } inline long min(long a, long b) { return a > b ? b : a; } inline void print(long** arr, long N, long M) { for (int i = 0; i < N;...
[ "noreply@github.com" ]
CyanogenMod13.noreply@github.com
dc8f539c94db1d1ffc3deda08aaa44dc3f4b1942
9da899bf6541c6a0514219377fea97df9907f0ae
/Runtime/Engine/Private/Components/BillboardComponent.cpp
8e819a4a1c60c44a1784abeedaf4e1732fe7d9d2
[]
no_license
peichangliang123/UE4
1aa4df3418c077dd8f82439ecc808cd2e6de4551
20e38f42edc251ee96905ed8e96e1be667bc14a5
refs/heads/master
2023-08-17T11:31:53.304431
2021-09-15T00:31:03
2021-09-15T00:31:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,785
cpp
// Copyright Epic Games, Inc. All Rights Reserved. #include "Components/BillboardComponent.h" #include "UObject/ConstructorHelpers.h" #include "EngineGlobals.h" #include "PrimitiveViewRelevance.h" #include "PrimitiveSceneProxy.h" #include "Components/LightComponent.h" #include "Engine/CollisionProfile.h" #include "UOb...
[ "ouczbs@qq.com" ]
ouczbs@qq.com
7ca67e2e5f3b841a8b8aa8673118bc2de24031a9
6b57df76567fc391ba3f7e9f741a742d792b606b
/fundcomp/lab10/board.h
a6d16cb6356ff34a33bc1ff2572d803b1f1b9fb1
[]
no_license
nolan-downey/SchoolCodingWork
66393a9839c807a1a7ba5f1de6fe4a4fe8562da0
4592791d67a7191b9bfc2cb78232fef230b36c39
refs/heads/master
2022-04-13T12:30:24.494405
2020-04-06T00:22:30
2020-04-06T00:22:30
253,351,666
0
0
null
null
null
null
UTF-8
C++
false
false
870
h
//Nolan Downey //board.h #include <vector> #include <string> using namespace std; const bool ACROSS = 1; const bool DOWN = 0; const int SZ = 15; const string END = "."; struct Word { string a_word; string s_word; int down; int across; bool orientation; bool placed; }; class Board { public: Board(); ~Boa...
[ "ndowney@student12.cse.nd.edu" ]
ndowney@student12.cse.nd.edu
221e74256591a93e0bb9aaed4e9e3d6bb1eadbe3
9a9e511d4881edaa293b6378e3f81ab853fa8b31
/src/libs/gui/swfruntime/utils.cpp
a28730ceae422f2d74ea69b22bdf544339a68c64
[]
no_license
DeanoC/old_yolk
d14a4c02da1841f83e919915bd62bfd51d6a309b
3d413320c2a0e53e3ddc9c76a801b5b91abe2028
refs/heads/master
2021-07-14T02:17:44.062551
2017-08-01T16:17:31
2017-08-01T16:17:31
208,746,200
0
0
null
2020-10-13T16:04:18
2019-09-16T08:15:54
C++
UTF-8
C++
false
false
1,145
cpp
// // SwfRuntimeUtils.cpp // Projects // // Created by Deano on 2008-09-27. // Copyright 2012 Cloud Pixies Ltd. All rights reserved. // #include "swfruntime.h" #include "gui/swfparser/SwfMatrix.h" #include "gui/swfparser/SwfColourTransform.h" #include "utils.h" namespace Swf { Math::Matrix4x4 C...
[ "deano@cloudpixies.com" ]
deano@cloudpixies.com