blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
7f079d8828a3515a7f0ff9960abbac6e1bbfebde
d95dc1beb1f3681919bf787c9141b1119dc3e9ba
/supervisor/monitor/src/datasources/HostDataSource.h
bb25058e7e3fb2bf1f98fb6d4a7943b9f7bcf6ea
[]
no_license
ansartnl/GRANIT
ec26d53a291e98a098e7f1e6bb8812ed9983a8dd
5f687b47c52444d9f0801414cebe903658678a53
refs/heads/main
2022-12-30T14:04:40.779016
2020-10-16T09:12:22
2020-10-16T09:12:22
304,633,662
2
0
null
null
null
null
UTF-8
C++
false
false
2,404
h
#ifndef HOSTDATASOURCE_H #define HOSTDATASOURCE_H #include <QVariant> #include "IDatasource.h" #include "src/SupervisorWidget.h" #include "SpProto.h" class IConnection; class MonitoringSocket; class HostDataSource : public IDatasource { Q_OBJECT Q_PROPERTY(QString id READ id WRITE setID NOTIFY idChanged) ...
[ "50514882+dg-atmsys@users.noreply.github.com" ]
50514882+dg-atmsys@users.noreply.github.com
9c58c483c9bdb558f02357a0df804f023f15f30d
7ed641452ef59f901984af16832e3be69972e37f
/unittests/VMRuntime/GCSanitizeHandlesTest.cpp
491f3b6c5ef14272b7b748330297ef92e60d4a32
[ "MIT" ]
permissive
mrousavy/hermes
6e8e80b7f8fff30caf408c6b3b0a03251fd34d35
6e5868763b08eb80f4164a926abb92fa5c71117f
refs/heads/master
2023-08-07T20:35:27.370384
2021-09-02T20:09:21
2021-09-02T20:10:36
355,471,392
2
0
MIT
2021-04-07T08:54:03
2021-04-07T08:36:20
null
UTF-8
C++
false
false
3,874
cpp
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #ifdef HERMESVM_SANITIZE_HANDLES // TODO (T25686322): In non-Malloc GCs, handle sanitization doesn't fully move // the heap on eve...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
9307bef288a0b46db7816b92519e803fbc1e4127
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5766201229705216_0/C++/allocator64/B.cpp
d54ca76ac0ff221781d2c3bab5288beb1f8d9bef
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
1,681
cpp
#include <iostream> #include <vector> #include <string> #include <algorithm> using namespace std; vector<vector<int>> G; vector<int> cnt; int ans, dropped; void dfs_count(int v, int parent) { cnt[v] = 1; for (auto &to : G[v]) if (to != parent) { dfs_count(to, v); cnt[v] += cnt[to]; } } void dfs(int v, i...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
9a42c10199760df40be5df7ccadb5f9a99b0757c
8135afeabd4d04a01452f772fa87c1dc19351cc1
/Source/MyProject/Public/Zipline.h
913446787e875eebdcf89655371127369a18f4d7
[ "MIT" ]
permissive
drouja/parkourgame
288d952add95013ca3803df6e978e6705ea7a776
c7d7bcb0a9790b53546cb4758c45b8bdda1da621
refs/heads/main
2023-04-21T01:02:13.009931
2021-05-06T22:58:20
2021-05-06T22:58:20
360,005,359
6
2
null
null
null
null
UTF-8
C++
false
false
1,766
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "Zipline.generated.h" UCLASS() class MYPROJECT_API AZipline : public AActor { GENERATED_BODY() public: // Sets default values for this actor's properties...
[ "andrewdroujinine@gmail.com" ]
andrewdroujinine@gmail.com
b94779edc2c79bb5108af4ee1d66b06fe9373bcb
b38819bcc3b949bc5ee68b47aa42c41c6ec2c5e0
/DriftChamberPLUSVertex/simulation/g4GMC/SVX/include/SVXtrackerBuilder.hh
0e08bbe4d205b9d597756f0c259854d74a566c8d
[]
no_license
elfontan/IDEA
1a28b1242f5eefb37e45f63f6bad5c742f1e5a37
01e34ccbd867872ee674da7561c169de03a3cd0c
refs/heads/master
2021-07-25T10:55:30.299465
2020-06-17T13:28:16
2020-06-17T13:28:16
190,406,803
1
1
null
2019-06-05T14:08:07
2019-06-05T14:08:07
null
UTF-8
C++
false
false
672
hh
// // SVXtrackerBuilder builder class for the SVX in geant4 // // Original author G. Tassielli // #ifndef SVXrackerBuilder_hh #define SVXrackerBuilder_hh #include <VolumeInfo.hh> #include "SimpleConfig.hh" // G4 includes #include "G4LogicalVolume.hh" namespace svx { class Ladder; class SVXtrackerBuilder { pub...
[ "elisa.fontanesi@cern.ch" ]
elisa.fontanesi@cern.ch
05c3cc50c0876c171e9574760455f4a0e3ae2135
fd2cf1296585deb0e4c0145b7ae9cf6c662d8528
/libraries/Embedded_Template_Library/test/test_string_u16.cpp
09b932934e4cdc2d4ef929cca637bdf52452e503
[ "MIT" ]
permissive
maxi-k/bachelor-code-arduino
a9e87ba9b8fec51bf2b34d8c6a3e312e181bc8de
4bde918a03ccad367e74c9d895527773a232fab7
refs/heads/master
2021-01-03T07:10:01.647206
2018-09-19T09:38:02
2018-09-19T09:38:02
239,974,307
1
1
null
null
null
null
UTF-8
C++
false
false
105,625
cpp
/****************************************************************************** The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl http://www.etlcpp.com Copyright(c) 2016 jwellbelove Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associate...
[ "maxi.kuschewski@gmail.com" ]
maxi.kuschewski@gmail.com
594d28fc6eeb356e2b37e8097a5146864424d98b
1c80a726376d6134744d82eec3129456b0ab0cbf
/Project/C++/C++/练习/MFC_记事本/stdafx.cpp
3d744384e7ba93f2eb93965007abe5a57a94e0e2
[]
no_license
dabaopku/project_pku
338a8971586b6c4cdc52bf82cdd301d398ad909f
b97f3f15cdc3f85a9407e6bf35587116b5129334
refs/heads/master
2021-01-19T11:35:53.500533
2010-09-01T03:42:40
2010-09-01T03:42:40
null
0
0
null
null
null
null
GB18030
C++
false
false
174
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // MFC_记事本.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h"
[ "guocong89@gmail.com@592586dc-1302-11df-8689-7786f20063ad" ]
guocong89@gmail.com@592586dc-1302-11df-8689-7786f20063ad
a3cde43b85599aad28e622484101ffda106d4147
2910e77ea734a2490ec691fa3a1e9ee0e1e7f435
/4.30/main.cpp
c914dd92862b52f4e7c84695113c2b47cf4be832
[]
no_license
lixiaosong0716/li_xiaosong
652bc165c1981be778acd8dbc2a3dcb4483a362a
279672fd447b8203334272a8ec701dc3a1e4af80
refs/heads/master
2020-04-28T11:02:20.311950
2019-05-12T10:26:24
2019-05-12T10:26:24
175,222,084
0
0
null
null
null
null
UTF-8
C++
false
false
396
cpp
#include <iostream> using namespace std; int main() { double radius=0; double diameter=0; double circumference=0; double area=0; cin>>radius; cout << " Enter a integer: "<<endl; diameter=radius*2; circumference=radius*2*3.14159; area=radius*radius*3.14159; cout << diameter <...
[ "1834481128@qq.com" ]
1834481128@qq.com
b69430219bf9bd0d86822fb342d1cca1ac052d52
872770c5323aa17120f2f708a1f0be09e663c9a8
/Elastos/Samples/GettingStarted/HelloWorld3/HelloWorldServer/CHelloWorldServer.cpp
aa543df8634ffea556c7fae37d64e5a801e50da8
[]
no_license
xianjimli/Elastos
76a12b58db23dbf32ecbcefdaf6179510362dd21
f9f019d266a7e685544596b365cfbc05bda9cb70
refs/heads/master
2021-01-11T08:26:17.180908
2013-08-21T02:31:17
2013-08-21T02:31:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
213
cpp
#include "CHelloWorldServer.h" #include <stdio.h> ECode CHelloWorldServer::Hello() { printf("Hello\n"); return NOERROR; } ECode CHelloWorldServer::World() { printf("World\n"); return NOERROR; }
[ "huang.yukun@kortide.com.cn" ]
huang.yukun@kortide.com.cn
7f5ce2a868eb2743a3eaced71bf2ec872c9bbb2e
16fe3e325602fe58748bd76a2154186ea99a3a42
/30-07-2021/2nd.cpp
4b566b7174901ad30e66186e20540983c8b29e89
[]
no_license
shiwanshupandey/c-algorithm-practice
1c9d69c43e9548b9613e5f63dadbcc0e0a59536d
cb3957ace84f7594ba82f94473c4a1ab7c064f9f
refs/heads/master
2023-06-25T19:16:31.964621
2021-07-31T05:08:00
2021-07-31T05:08:00
391,258,606
0
0
null
null
null
null
UTF-8
C++
false
false
882
cpp
#include <iostream> #include <limits.h> #define I INT_MAX using namespace std; int cost[][8]= {{I,I,I,I,I,I,I,I}, {I,I,25,I,I,I,5,I}, {I,25,I,12,I,I,I,10}, {I,I,12,I,8,I,I,I}, {I,I,I,8,I,16,I,14}, {I,I,I,I,16,I,20,18}, {I,5,I,I,I,20,I,I}, {I,I,10,I,14,18,I,I}}; int near[8]={I,I,I,I,I,I,I,I}; int t[2][6]; int main() {...
[ "shiwanshuanooppandey@gmail.com" ]
shiwanshuanooppandey@gmail.com
ebbd815a745dbf49b205e6a72e89d20270fd1c80
ba450ec2ae67adfd8a880d264308c46c47276f88
/code/render/coregraphics/base/memoryindexbufferloaderbase.cc
5b2b11e995e42535715d90eefb5851eecd192816
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
RobertoMalatesta/nebula-trifid
50344ca3eca0b867fdf4bfed7af2ccf2d5ccb347
d2cf7231213011b37fb98e9b4733ab31b2bb8327
refs/heads/master
2020-12-14T08:54:32.138826
2015-06-27T14:05:59
2015-06-27T14:05:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,214
cc
//------------------------------------------------------------------------------ // memoryindexbufferloaderbase.cc // (C) 2007 Radon Labs GmbH // (C) 2013-2015 Individual contributors, see AUTHORS file //------------------------------------------------------------------------------ #include "stdneb.h" #include "core...
[ "johannes@gscept.com" ]
johannes@gscept.com
3406b479fdeae00a0c9619ed65e3fe227a10c33e
b879e7f898ae448e69a75b4efcc570e1675c6865
/src/PcscEvents/wxWidgets/include/wx/choicebk.h
60ff2a1e654f573b904644306776cfd36fd62083
[]
no_license
idrassi/pcsctracker
52784ce0eaf3bbc98bbd524bca397e14fe3cd419
5d75b661c8711afe4b66022ddd6ce04c536d6f1c
refs/heads/master
2021-01-20T00:14:28.208953
2017-04-22T16:06:00
2017-04-22T16:12:19
89,100,906
1
0
null
null
null
null
UTF-8
C++
false
false
4,731
h
/////////////////////////////////////////////////////////////////////////////// // Name: wx/choicebk.h // Purpose: wxChoicebook: wxChoice and wxNotebook combination // Author: Vadim Zeitlin // Modified by: Wlodzimierz ABX Skiba from wx/listbook.h // Created: 15.09.04 // Copyright: (c) Vadim ...
[ "mounir.idrassi@idrix.fr" ]
mounir.idrassi@idrix.fr
49228cd0ab9969ffc98ffd7bb01f1e3781906dab
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/contest/1542587521.cpp
dc7fdcc2e5f7fd69779b03e1afc1e311000cc957
[]
no_license
thegamer1907/Code_Analysis
0a2bb97a9fb5faf01d983c223d9715eb419b7519
48079e399321b585efc8a2c6a84c25e2e7a22a61
refs/heads/master
2020-05-27T01:20:55.921937
2019-11-20T11:15:11
2019-11-20T11:15:11
188,403,594
2
1
null
null
null
null
UTF-8
C++
false
false
454
cpp
#include<bits/stdc++.h> #define ll long long int using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(0); string s,s1,s2=""; cin>>s; int n; cin>>n; bool f=0,f1=0,f2=0; while(n--) { cin>>s1; if(s1==s) f=1; else {if(s1[...
[ "harshitagar1907@gmail.com" ]
harshitagar1907@gmail.com
12c786a2f4b735975680b8c53742853c06f39fa2
46d610496370c8900bb0e397a55e149b844dd7c0
/Lab3/include/characters/vampire.h
9d1d33cfc56518f16eb479f582e4ebcec4791216
[]
no_license
carlosgalvezp/DD2387_Advanced_Cpp
071ddd75fb7c50ea9f43ec2d915745f7a2584470
137b295ffa799f7a5edb80278ba2f7a18c3d01e2
refs/heads/master
2021-07-08T19:14:58.505650
2015-01-14T21:19:15
2015-01-14T21:19:15
106,003,493
0
0
null
null
null
null
UTF-8
C++
false
false
1,017
h
#ifndef VAMPIRE_H #define VAMPIRE_H #include <characters/animal.h> #include <characters/troll.h> #define POISON_REDUCE_TRY 0.4 // If it tries to poison, the value is reduced by this amount afterwards #define POISON_INCREASE_RATE 0.2 // The poison concentration increases by this amount after every tur...
[ "cgdpf@kth.se" ]
cgdpf@kth.se
7a24ad78e7f688fbe1934b4af11787b38e2e19b4
78918391a7809832dc486f68b90455c72e95cdda
/boost_lib/boost/compute/algorithm/detail/scan_on_gpu.hpp
1724d169f8e78fb86d72981910f11d0421d8e394
[ "MIT" ]
permissive
kyx0r/FA_Patcher
50681e3e8bb04745bba44a71b5fd04e1004c3845
3f539686955249004b4483001a9e49e63c4856ff
refs/heads/master
2022-03-28T10:03:28.419352
2020-01-02T09:16:30
2020-01-02T09:16:30
141,066,396
2
0
null
null
null
null
UTF-8
C++
false
false
10,314
hpp
//---------------------------------------------------------------------------// // Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com> // // Distributed under the Boost Software License, Version 1.0 // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt // // See http://boostorg.gi...
[ "k.melekhin@gmail.com" ]
k.melekhin@gmail.com
fb287a66899f2d266e93e65b337c989bf667127a
d88d4a7c08b68c27eec039ac03540c630df3ea3c
/src/yeti_radius.h
6d9b0e6445d742e86a03181b1d5d9f4cf2deda54
[]
no_license
ihabhamad/sems-yeti
2b3181e243924a21443610b92e82c2cc6003e201
87c8061cfbd1e7186bc00ddb1ba3179012dde448
refs/heads/master
2023-07-15T08:38:06.625497
2021-08-19T16:18:18
2021-08-19T16:18:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
406
h
#pragma once #include "ampi/RadiusClientAPI.h" #include "AmConfigReader.h" #include "yeti_base.h" class YetiRadius : virtual YetiBase { protected: YetiRadius(YetiBase &base) : YetiBase(base) { } int init_radius_module(AmConfigReader& cfg); int init_radius_auth_connections(AmDynInvoke* radi...
[ "m.furmur@gmail.com" ]
m.furmur@gmail.com
c50f9ee25ba0b95db602fb3ec406d6b44efeb7a8
b3241cb2d2761a084c219b6e854f8a65d0a6a59d
/tmp/OldAPI/vulkan_descriptor_sets.cpp
9467220a5a9fb5214997b325badc980318394c1f
[ "MIT" ]
permissive
ibvfteh/watersim
b88bae9d3aa078d923db9d8e16ba8103c90917ea
8a524f9290c49b84889785160ce875d524ed190b
refs/heads/master
2020-12-04T05:35:04.492335
2020-05-12T16:48:12
2020-05-12T16:48:12
231,634,106
0
0
null
null
null
null
UTF-8
C++
false
false
8,104
cpp
#include "renderer/material/DescriptorSets.h" #include "renderer/context/Device.h" //#include "renderer/context.h" namespace estun { VkDescriptorSetLayoutBinding VulkanDescriptorSets::UboBinding() { return Binding(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, VK_SHADER_STAGE_VERTEX_BIT); } VkD...
[ "ibvfteh@gmail.com" ]
ibvfteh@gmail.com
dd5926c1a7aca5a4b4b7f150a1c11f7d86c93cca
97a61c11b92d4e9d55a096ec56a163da0283d22f
/bak.cpp
711bb49cac0389159cb8ee3ff0d7420246d92220
[]
no_license
saksham2405/Share
a4f13695ce5663fd2a7696941adc68533c7ce249
e42b402b7e899b4fc4aff1a9c077fb29455b2942
refs/heads/master
2021-01-16T22:06:32.380577
2016-07-27T05:08:20
2016-07-27T05:08:20
64,278,802
0
0
null
null
null
null
UTF-8
C++
false
false
870
cpp
#include<stdio.h> #include<string.h> int main() { char s[20200],ch; int n=0,f=0; while(f==0) { scanf("%c",&ch); if(ch==' ') { continue; } if(ch=='=') { f=1; } s[n++]=ch; } int i,num; scanf("%d",&num); int que=0,minus=0,plus=0; for(i=0;i<n;i++) { if(s[i]=='-') minus++; else if(s[i]=...
[ "saksham2405@gmail.com" ]
saksham2405@gmail.com
faf734ecac053b39065ba0854c851c634c1f1805
081b54b77d99869ddd483847fe511db201e6b8f9
/p127/euler.h
44b524f6da1d9fee4d76ab9d8e79318c5221cb7b
[]
no_license
guigui2993/Euler
6e43eb7a6d810b861187d5d87f9142998e9c1e4c
3e594a23ef5cec93372037c772d675cb5a6618c7
refs/heads/master
2022-11-06T14:51:38.101296
2022-10-24T06:50:15
2022-10-24T06:50:15
72,674,719
0
0
null
null
null
null
UTF-8
C++
false
false
519
h
#include <utility> #include <cstring> class Divider{ public: std::pair<int,int> dividers[6]; int nbDiv = 0; Divider(){ } void addDiv(int divider, int exp){ dividers[nbDiv++] = std::make_pair(divider,exp); } }; // calcul a^n%mod size_t power(size_t a, size_t n, size_t mod); // n−1 = 2^s * d with d odd by fa...
[ "guigui2993@gmail.com" ]
guigui2993@gmail.com
e6a4cdde780c5a791dd94928a03de213095abb17
94bc6a0ad07a946969d8fce421373d5648e55566
/Mandelbrot final/PointDrawerGB.h
1c0efec4f10bc6a443857b66562c7554fb504482
[]
no_license
uiskam77/Mandelbrot_final
068f0b2eaae91e5a45f64cc1ab20a1f392e720b9
4f627915b26207ab4c3bf07c7645b6c30ca4263e
refs/heads/master
2023-02-25T14:13:47.508732
2021-02-01T11:02:10
2021-02-01T11:02:10
334,920,811
0
0
null
null
null
null
UTF-8
C++
false
false
180
h
#pragma once #include "PointDrawer.h" class PointDrawerGB : public PointDrawer { public: void drawPoints(const std::vector<Point>& points, SDL_Renderer* renderer) override; };
[ "szymmys059@student.polsl.pl" ]
szymmys059@student.polsl.pl
f68bd54e991ae89b3b1d5ae83a824aec58a80469
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/net/base/test_completion_callback_unittest.cc
a2bc49092ddd4b41004da6a4e38db924bfff8c90
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
4,526
cc
// Copyright (c) 2011 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. // Illustrates how to use worker threads that issue completion callbacks #include "base/bind.h" #include "base/location.h" #include "base/logging.h" ...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
9042f5f300d43e91119c15259b67411fd853fab8
b61e9149d01c2f0a4c44621369fd45d2c02f9175
/src/Connection/TCPConnection.h
ea2df855e8c944551682ca0de9dd5c7e97c76840
[]
no_license
ttki3n/SocketSamples
c67e4deaaad9fed7290a44f68a9d5a540a9b8143
20a79f03e0cdcd1af9ef0e818fc626cc8da6cbba
refs/heads/master
2021-01-23T12:33:23.675681
2017-06-12T04:07:18
2017-06-12T04:07:18
93,169,989
0
0
null
null
null
null
UTF-8
C++
false
false
1,218
h
#pragma once #include <string> #include "common.h" #include "Socket\Socket.h" class TCPConnection { public: enum ConnectionStates { TCP_CONNECTION_NONE, TCP_CONNECTION_READY, TCP_CONNECTION_CLOSED }; enum ErrorCodes { TCP_OPERATION_SUCCESSFULL, TCP_ERROR_RESOLVING_HOST, TCP_ERROR_CONNECT_FAIL, ...
[ "ttki3n@gmail.com" ]
ttki3n@gmail.com
7bdd156c263f898bd5ccb0cfb6b36736501deca6
0d4bd0d32a0761c7a46c2cb25746d24c48005eab
/engine/src/camera.cpp
7103a75b86e7b64f1d2c4dca7ace9d17f22f890e
[]
no_license
mattjohnruss/pano
37b8c9199d11364bc55c89ab27cc3f58f3c20074
746b50823ae8785b6c595039dd3827e58f0a26f0
refs/heads/master
2023-08-14T18:27:02.918674
2021-10-21T01:54:08
2021-10-21T01:54:38
419,546,390
0
0
null
null
null
null
UTF-8
C++
false
false
2,415
cpp
#include <camera.h> #include <glm/gtc/matrix_transform.hpp> Camera::Camera(const glm::vec3 &pos, const glm::vec3 &up, const GLfloat yaw, const GLfloat pitch) : pos_(pos), world_up_(up), yaw_(yaw), pitch_(pitch), front_(glm::vec3(0.0f, 0.0f, -1.0...
[ "matthewjohnrussell@gmail.com" ]
matthewjohnrussell@gmail.com
937f17eeb7d7ddddb2930744726bc723cc93df8d
7ab3757bde602ebe0b2f9e49d7e1d5f672ee150a
/easymodeling/src/easymodeling/SelectJointOP.cpp
63002725bc36449461d1c983f3ff2cb8f3269d87
[ "MIT" ]
permissive
brucelevis/easyeditor
310dc05084b06de48067acd7ef5d6882fd5b7bba
d0bb660a491c7d990b0dae5b6fa4188d793444d9
refs/heads/master
2021-01-16T18:36:37.012604
2016-08-11T11:25:20
2016-08-11T11:25:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,279
cpp
#include "SelectJointOP.h" #include "DrawUtils.h" #include "StagePanel.h" #include "JointPropertySetting.h" #include "WorldPropertySetting.h" #include <ee/panel_msg.h> #include <ee/EditPanelImpl.h> #include <ee/EditCMPT.h> #include <ee/SpriteSelection.h> #include <ee/PropertySettingPanel.h> #include <ee/Math2D.h> nam...
[ "zhuguang@ejoy.com" ]
zhuguang@ejoy.com
78ab40ebfef7ea46994a0a26959cf6b52df768c1
ecde4736e27b275b37bf1ccd7f375e31c1faf733
/2006old/DoWe/Control.cpp
1cafaf61085e95da2f3d2c0c58b3ad2aae770e13
[]
no_license
bahamut8348/xkcode
1d85ef9b806c13af7193c9fd2281c99f174357a3
41665e5601d6d555ae2633ac0aa8cc1108a6b6bf
refs/heads/master
2016-09-10T17:29:15.351377
2013-05-17T02:37:30
2013-05-17T02:37:30
34,992,677
1
1
null
null
null
null
UTF-8
C++
false
false
943
cpp
#include "StdAfx.h" #include "Control.h" CControl::CControl( ACE_HANDLE handle): handle_(handle), data_(1024) { rs_.open(*this); rs_.read(data_, 9); } CControl::~CControl(void) { } void CControl::handle_read_stream( const ACE_Asynch_Read_Stream::Result &result ) { size_t byte_to_read = result.by...
[ "netmud@gmail.com@3d467911-a1bc-f432-5061-063988b6f25e" ]
netmud@gmail.com@3d467911-a1bc-f432-5061-063988b6f25e
1d3b25b08959854bda899711d5a15ea91c185c08
2a8ab3656956003583f4aaa058b63c66840a8596
/camp19/3/trojkat.cpp
e4e470036297ba66f71060e695c1eb96d84db13f
[]
no_license
Soveu/algothings
35ce012ad8101f97d4cc63066504b0569db5716a
0beb87ebcb6d715983d7fb4755c99ea10881a467
refs/heads/master
2021-07-18T22:22:13.939135
2020-05-31T15:33:37
2020-05-31T15:33:37
173,794,318
0
0
null
null
null
null
UTF-8
C++
false
false
200
cpp
#include<iostream> using Int = long long int; int main() { std::ios_base::sync_with_stdio(false); std::cin.tie(0); /* wierzcholek -> waga */ std::map<int, int> wierzcholki; return 0; }
[ "panrosolek@gmail.com" ]
panrosolek@gmail.com
5871d1f98db0385905ed59211b9d740047de7d90
ab1f04b64e576a4b8819816e1541e109e9c172e8
/include/FFMpegFilterGraph.h
7f8055d4b25e9f46e2a8c2a2c1f77013a5075317
[]
no_license
blackStar1314/jagunmolu-player
1b99a33bef0d1ab761ba6b47f6ee205cfd1ec712
44f312ae615f158dbb4eb7c74db7c0b0da008a29
refs/heads/master
2023-02-07T07:47:10.474560
2020-12-29T04:35:07
2020-12-29T04:35:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,376
h
#ifndef FFMPEGFILTERGRAPH_H #define FFMPEGFILTERGRAPH_H #include "FFMpegFilter.h" #include <vector> #include "FFMpegFrame.h" extern "C" { #include <libavfilter/buffersink.h> #include <libavfilter/buffersrc.h> } namespace jp { /// This class contains the filters for a particular filter graph /// After adding and remo...
[ "hardebahyho@gmail.com" ]
hardebahyho@gmail.com
f9ddf06f12b2aff51794be12c01a6cb284e15711
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5751500831719424_1/C++/SeMeKh/a.cpp
3ee0fc9475217e18079f0321b93cae3f90a9f1b5
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
1,973
cpp
#include <iostream> #include <algorithm> #include <fstream> #include <map> #include <set> #include <utility> #include <string> #include <vector> #include <queue> #include <valarray> #include <numeric> #include <cstdlib> #include <cstring> #include <cmath> #include <sstream> #include <complex> #include <iomanip> #includ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
0ade4810bb33abff09dfc2874fad05d3be27bdfd
887f3a72757ff8f691c1481618944b727d4d9ff5
/third_party/gecko_1.9.1/linux/gecko_sdk/include/nsIUnicharStreamListener.h
aa99138cb27622446aa3640844127b9056643dc2
[]
no_license
zied-ellouze/gears
329f754f7f9e9baa3afbbd652e7893a82b5013d1
d3da1ed772ed5ae9b82f46f9ecafeb67070d6899
refs/heads/master
2020-04-05T08:27:05.806590
2015-09-03T13:07:39
2015-09-03T13:07:39
41,813,794
1
0
null
null
null
null
UTF-8
C++
false
false
3,855
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/moz2_slave/mozilla-1.9.1-linux-xulrunner/build/netwerk/base/public/nsIUnicharStreamListener.idl */ #ifndef __gen_nsIUnicharStreamListener_h__ #define __gen_nsIUnicharStreamListener_h__ #ifndef __gen_nsIRequestObserver_h__ #include "nsIRequestObserver.h" #endif...
[ "gears.daemon@fe895e04-df30-0410-9975-d76d301b4276" ]
gears.daemon@fe895e04-df30-0410-9975-d76d301b4276
35b74a4fc4a33ae19a71f97982dcd3c9f13ea9dd
603bfa81795a94c9a3e655e8fa60eceb09951c2e
/1043.cpp
55d4e7bcf9a3dc56653f87d2f716c09dab08b167
[]
no_license
sakibakon/LightOj
e61990d07f1c10ca522db0b2758e9961f419a460
c2477a2d6acc5112b6d2d0393a82c46288bfdf42
refs/heads/master
2020-08-24T02:08:58.329810
2019-10-25T06:18:31
2019-10-25T06:18:31
216,744,916
0
0
null
null
null
null
UTF-8
C++
false
false
940
cpp
#include<bits/stdc++.h> using namespace std; double ab, ac, bc, ade, bdec, ratioo, ad, de, ae, s1, s2, sq1, sq2, abc; int chack( ){ de=(bc*ad)/ab; ae=(de*ac)/bc; s1=(ad+de+ae)/2; s2=(ab+ac+bc)/2; ade=sqrt(s1*(s1-ad)*(s1-de)*(s1-ae)); abc=sqrt(s2*(s2-ab)*(s2-bc)*(s2-ac)); bdec=abc-ade; sq...
[ "sakibakon1@gmail.com" ]
sakibakon1@gmail.com
9ff1919d8d63bdbea4786bb653807df7f5dc9e35
7206873e4fb77399b57feeb46978c5d868252718
/BattleTank/Source/BattleTank/Public/TankTurret.h
25f487e8526a74f187c31930474bc6392aa7c6d9
[]
no_license
Wylie-Modro/Unreal_BattleTank
fac39ca7cd5f382d598307289fb6e245c1998ddd
3819b77ab175e4be7009de823627eeba02128509
refs/heads/master
2021-01-19T14:01:14.028913
2019-04-08T01:53:18
2019-04-08T01:53:18
100,876,965
4
0
null
null
null
null
UTF-8
C++
false
false
476
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "Components/StaticMeshComponent.h" #include "TankTurret.generated.h" UCLASS(meta=(BlueprintSpawnableComponent)) class BATTLETANK_API UTankTurret : public UStaticMeshComponent { private: GEN...
[ "williamwyliemodro@gmail.com" ]
williamwyliemodro@gmail.com
d270c1183baf5cb85676edc1f406637d04401287
a665874cafa47759e75d2f5e6ed9ebe6d65c4cc7
/opencascade/IGESGeom_ToolSplineCurve.hxx
6868faad3e8003a1188f55fd9db8b1281baeaee4
[ "Apache-2.0" ]
permissive
jwscook/OCP
d16e7a31d753916dc53fdda23a08ef7bbd3ce1b1
856c86f1bc3a795dda29b8a78ebd08f9845c43d6
refs/heads/master
2023-07-15T19:46:30.907242
2021-07-27T16:58:49
2021-07-27T16:58:49
399,790,991
0
0
Apache-2.0
2021-08-25T11:27:51
2021-08-25T11:17:41
null
UTF-8
C++
false
false
2,985
hxx
// Created on: 1993-10-14 // Created by: Christian CAILLET // Copyright (c) 1993-1999 Matra Datavision // Copyright (c) 1999-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the ...
[ "adam.jan.urbanczyk@gmail.com" ]
adam.jan.urbanczyk@gmail.com
14bbf9b33389a95b5bd4ed1ae853199d23e24cef
0ba1f65704a4b678f9705c5632daf32a9c67990d
/SLYZOJ/SLYZOJ80.cpp
3a77b471cf3303a03c92957a4e0e9b72320a480a
[]
no_license
Challestend/challestends-code-set
7f9e3a239ca32bc6424ac2a68ad46fb60b55ee43
bd7d6935216d56f3667a6f939298eb84fe44fa6a
refs/heads/master
2020-03-26T15:59:18.440653
2020-01-06T09:22:30
2020-01-06T09:22:30
145,075,894
0
0
null
2018-08-17T05:44:32
2018-08-17T05:30:09
null
UTF-8
C++
false
false
1,823
cpp
#include<cstdio> #define re register #define maxn 400 #define maxm 400 #define maxc 400 #define mod 1000000007 namespace cltstream{ #define size 1048576 char cltin[size+1],*ih=cltin,*it=cltin; inline char gc(){ #ifdef ONLINE_JUDGE if(ih==it){ it=(ih=cltin)+fread(cltin,1,size,stdin); if(ih==it) ret...
[ "624985391@qq.com" ]
624985391@qq.com
a32dd8dea702f110e75f8a96c3fc7b425cecc181
4c2065d16b29c3dc044f0cfbceb247d77c51b1ed
/RevB/DistanceRingRevB/DistanceRingRevB.ino
82317f63acfcc4072faa87ea5ef42c5420004ea3
[]
no_license
tomasero/distance-ring
7db4a14bc7a7e924d19cee4e8445e989e803b382
e977e397772eb30976e2b004638720551aa52c75
refs/heads/master
2021-01-10T19:27:58.052048
2015-02-26T09:37:07
2015-02-26T09:37:07
24,046,170
1
1
null
null
null
null
UTF-8
C++
false
false
983
ino
#include <DistanceGP2Y0A21YK.h> DistanceGP2Y0A21YK Dist; int distance; int ir = A0; int motors[3] = {3,5,6}; int power[3] = {0,0,0}; //float vBat = 9; //float vMax; void setup() { Serial.begin(115200); for(int i = 0; i< 3; i++){ pinMode(motors[i],OUTPUT); } Dist.begin(ir); // vMax = 255 * 3.7 / vBat; }...
[ "tomasvegagalvez@gmail.com" ]
tomasvegagalvez@gmail.com
347e80f33bcc181ac173f42aac61d508171761fc
718ef298b4f5983ba5623753d3d63dc56c95ca66
/iOS/Classes/Native/Il2CppInteropDataTable.cpp
aa40bd985b31c1e9536830225f6c3b8ebfb214a6
[]
no_license
aditya4812/ZIROInvasion
fab2116a4b46312146ba751fab8bdb171d1f936b
f10b7f8625c94d6640342d16c273c0345fd0761a
refs/heads/master
2020-12-20T23:23:52.659556
2020-05-06T02:21:04
2020-05-06T02:21:04
236,237,117
0
0
null
null
null
null
UTF-8
C++
false
false
131
cpp
version https://git-lfs.github.com/spec/v1 oid sha256:4891dfb4596438fd3aea1b7d1bc95e8da3ed639bc79443eaa5f0e8a0575f956d size 169478
[ "a7mehta@ucsd.edu" ]
a7mehta@ucsd.edu
b15e4be3143ca83851bc20820afa1e2140e4a92f
60bce102928ac00bef65acd4b7b808a02fc3f8fb
/src/UnaryExpression.h
9affbd947a9c77f754f3f0179bea13b052605705
[]
no_license
PatFin/CCompiler
d5e6855215e4087d9471c124bb2f3f0bbdb397af
dab2e9d8aeab7cb7df212c7a2cd28a7e4ad16f39
refs/heads/master
2021-05-07T08:49:43.011615
2017-11-03T06:59:19
2017-11-03T06:59:19
109,360,932
0
0
null
null
null
null
UTF-8
C++
false
false
1,164
h
#pragma once /** * @file * * @brief Class definition for UnaryExpression * * This file contains the class and friend functions definition for UnaryExpression. * */ #include <string> #include "Expression.h" #include "Operators.h" #include "Variable.h" #include "IR_InstructionType.h" #include...
[ "patrick.finnerty@insa-lyon.fr" ]
patrick.finnerty@insa-lyon.fr
00b554d9dda4f984fbd58f4bb98e1d6c5744c7e0
d4da3afbf0280e403bc83880233a2b817b9993b8
/include/menu.hpp
951189dc13a441edcb340ac38e24e32d0fb42404
[]
no_license
miyabi-satoh/msyk
a2f652a2f37f0a94641c68e83d4df79a3b5d7b5d
4bd9e0f6a54f52f23b321d7f350e5ad9dfe919f6
refs/heads/master
2016-09-06T17:17:38.500167
2014-08-13T08:33:46
2014-08-13T08:33:46
22,784,090
1
0
null
null
null
null
UTF-8
C++
false
false
4,273
hpp
/////////////////////////////////////////////////////////////////////////////// /// @file menu.hpp /// @date 2014/07/27 /// @author Masayuki /// @brief class mxMenu /////////////////////////////////////////////////////////////////////////////// #ifndef MSYK_MENU_HPP_ #define MSYK_MENU_HPP_ #include "common...
[ "miyabi.satoh@gmail.com" ]
miyabi.satoh@gmail.com
94622394c0e09e0723462ab448c8af3f36b948a6
52ca17dca8c628bbabb0f04504332c8fdac8e7ea
/boost/mpl/aux_/find_if_pred.hpp
29260328138e4c07a0358a877955910128f8dfe3
[]
no_license
qinzuoyan/thirdparty
f610d43fe57133c832579e65ca46e71f1454f5c4
bba9e68347ad0dbffb6fa350948672babc0fcb50
refs/heads/master
2021-01-16T17:47:57.121882
2015-04-21T06:59:19
2015-04-21T06:59:19
33,612,579
0
0
null
2015-04-08T14:39:51
2015-04-08T14:39:51
null
UTF-8
C++
false
false
67
hpp
#include "thirdparty/boost_1_58_0/boost/mpl/aux_/find_if_pred.hpp"
[ "qinzuoyan@xiaomi.com" ]
qinzuoyan@xiaomi.com
c1672a01b376e8d3b17f599371cdfb1c5c6d41b7
c56d9a935d83d84fd7eca0f8f28af13daa72a882
/src/matrix3x3.h
dcec500c77af64233417ca285b3201c1b65df23f
[]
no_license
fmor/fmormath
236e63b8ef6cf4f4d2b7c0a4af8258a3d6da3e9f
190e91b98546d283541f23706043852d301c7d14
refs/heads/master
2020-12-24T13:08:34.359790
2018-01-05T14:26:44
2018-01-05T14:26:44
67,773,759
0
0
null
null
null
null
UTF-8
C++
false
false
1,366
h
#pragma once #include "vector3f.h" #include "mathtypes.h" namespace fmormath { class Matrix3x3 { Real m_Reals[3][3]; public: inline Matrix3x3() {} Matrix3x3( Real r00, Real r01, Real r02, Real r10, Real r11, Real r12, Real r20, Real r21, Real r22 ); void set( Re...
[ "fmor314159@gmail.com" ]
fmor314159@gmail.com
1120383e6f8ddb98ab73b92899f0f9184a248a38
d10e9758e20a53529ade12e30714daca93ef5912
/ConsoleApplication1/ConsoleApplication1.cpp
fdbd55031833c08b42dd498663b521cc06c944c5
[]
no_license
monika-geo/Test--git-totoise
61e40a317c2794509f1519029ee95140d6752811
f90718d6eeecd80783056db4076ab077618ed398
refs/heads/master
2021-01-20T09:41:25.770647
2014-06-06T17:06:39
2014-06-06T17:06:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
233
cpp
// ConsoleApplication1.cpp : Defines the entry point for the console application. //this is a test for git //Look we changed a line //Look I added a comment #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; }
[ "Monika.Zillinger@gmail.com" ]
Monika.Zillinger@gmail.com
5f01ce5d0385814674e1c5ec22a9ce614cce2406
f7e8786b1e62222bd1cedcb58383a0576c36a2a2
/src/services/tracing/trace_recorder_impl.h
2f8aa3a5b05a7590eca126c23a8a427e004ee9b9
[ "BSD-3-Clause" ]
permissive
amplab/ray-core
656915553742302915a363e42b7497037985a91e
89a278ec589d98bcbc7e57e0b80d055667cca62f
refs/heads/master
2023-07-07T20:45:40.883095
2016-08-06T23:52:23
2016-08-06T23:52:23
61,343,320
4
5
null
2016-08-06T23:52:24
2016-06-17T03:35:34
C++
UTF-8
C++
false
false
1,393
h
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_TRACING_TRACE_RECORDER_IMPL_H_ #define SERVICES_TRACING_TRACE_RECORDER_IMPL_H_ #include "base/macros.h" #include "mojo/public/cpp/bindin...
[ "pcmoritz@gmail.com" ]
pcmoritz@gmail.com
6cfa62c31c4136afba31cfecbdf6998d70b88b5d
0de91db0d34bf3488a382097be095ed5e206866b
/HW3/functions.h
af61aad22950a96d10ebcd79126895744a6c3ef9
[]
no_license
haticesevra/CSE241-OBJECT-ORIENTED-PROGRAMMING
777c5051d8af11f7129803494c4280484ce05c34
a0df023b3912b3d76383a2375602e866fb9385d2
refs/heads/main
2023-07-13T08:46:56.416877
2021-08-24T13:43:02
2021-08-24T13:43:02
399,480,444
0
0
null
null
null
null
UTF-8
C++
false
false
3,025
h
#ifndef _FUNC_H #define _FUNC_H #include<iostream> #include<vector> #include<random> #include<fstream> #include<string> using namespace std; enum cell_states{empty='.', firstPlayer='x', secondPlayer ='o'}; class Hex{ public: Hex (int board_size, int user); // normal constructor Hex(int board_size, int u...
[ "83041983+haticesevra@users.noreply.github.com" ]
83041983+haticesevra@users.noreply.github.com
6519add08255214762531f9ab8952b9eba3cfc11
64e7dd8dffff0f2d76007760685d6865720babf8
/Progs/Pearls/Column 2/findnum.cpp
662d18d2de01c11775712afba6a78075aa5a1b07
[]
no_license
aranjan1002/code4life
96f7781d676e04adad59c38321027ac903f414fe
3415d1711f2269ea3965f0ec3b412d93c934b077
refs/heads/master
2021-01-16T21:24:26.817307
2018-03-01T12:54:05
2018-03-01T12:54:05
40,381,858
3
1
null
null
null
null
UTF-8
C++
false
false
1,193
cpp
#include <iostream> using namespace std; int main() { int a[65535], b[65535],i, cnt2, cnt1, bit, temp=1, count1, count2, flag; for(i=0; i<65535; i++) {cin >> a[i]; //cout << i << endl; } cnt1=0; cnt2=0; bit=15; temp = temp << bit; for(i=0; i<65535; i++) if(a[i] & (temp)) a[cnt1++]=a[i]; else {b[cnt2...
[ "anshu.ranjan1002@gmail.com" ]
anshu.ranjan1002@gmail.com
11ed1d9db09c03e2b871278d4c9e3deb8877483c
1af49694004c6fbc31deada5618dae37255ce978
/chrome/browser/bluetooth/chrome_bluetooth_delegate.h
2f88e9c8d4286d856da1e91272425e41ce020463
[ "BSD-3-Clause" ]
permissive
sadrulhc/chromium
59682b173a00269ed036eee5ebfa317ba3a770cc
a4b950c23db47a0fdd63549cccf9ac8acd8e2c41
refs/heads/master
2023-02-02T07:59:20.295144
2020-12-01T21:32:32
2020-12-01T21:32:32
317,678,056
3
0
BSD-3-Clause
2020-12-01T21:56:26
2020-12-01T21:56:25
null
UTF-8
C++
false
false
3,123
h
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_BLUETOOTH_CHROME_BLUETOOTH_DELEGATE_H_ #define CHROME_BROWSER_BLUETOOTH_CHROME_BLUETOOTH_DELEGATE_H_ #include <string> #include <v...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
8c0baadb5a429c07f15749f5fe27263d34319a1b
5cad8d9664c8316cce7bc57128ca4b378a93998a
/CI/rule/pclint/pclint_include/include_linux/c++/4.8.2/gnu/java/net/protocol/http/SimpleCookieManager.h
fc0b0bf32687275f76eb96579ab46a1015f70ecc
[ "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-only", "GPL-3.0-only", "curl", "Zlib", "LicenseRef-scancode-warranty-disclaimer", "OpenSSL", "GPL-1.0-or-later", "MIT", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "BSD-3-...
permissive
huaweicloud/huaweicloud-sdk-c-obs
0c60d61e16de5c0d8d3c0abc9446b5269e7462d4
fcd0bf67f209cc96cf73197e9c0df143b1d097c4
refs/heads/master
2023-09-05T11:42:28.709499
2023-08-05T08:52:56
2023-08-05T08:52:56
163,231,391
41
21
Apache-2.0
2023-06-28T07:18:06
2018-12-27T01:15:05
C
UTF-8
C++
false
false
1,228
h
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_java_net_protocol_http_SimpleCookieManager__ #define __gnu_java_net_protocol_http_SimpleCookieManager__ #pragma interface #include <java/lang/Object.h> #include <gcj/array.h> extern "Java" { namespace gnu { namespace java { ...
[ "xiangshijian1@huawei.com" ]
xiangshijian1@huawei.com
17b00f19f78a4d874824b8f454a4e8e773f4512d
ed2a0a3569e2f1cc117984a80b26b35512d62043
/Launchpad_C++/Prime.cpp
dfc0136db57370aae51b8493e5dac494246e3c07
[]
no_license
pradeepkr1007/Programs_on_Algorithms
9bfa13fe7a8aed6c01fce1ceb6755f36b0234dff
168aaabbfea248457a193ef5a3881d83f6ffd699
refs/heads/master
2021-08-09T01:07:50.998442
2020-09-06T18:42:22
2020-09-06T18:42:22
217,362,317
2
0
null
null
null
null
UTF-8
C++
false
false
305
cpp
#include<iostream> using namespace std; int main() { int n; cout<<"Enter number:\n"; cin>>n; int i=2; for (i;i<n;i++) { if (n%i==0) { cout<<"Not prime\n"; break; //return 0; } } if (n==i) //not required if return 0 above cout<<"Prime\n"; return 0; }
[ "1007pkumar@gmail.com" ]
1007pkumar@gmail.com
73ec09916c9cc05d51161252fa383de69e7d19e0
7decbb7170ea4b2f59a1744777b5e6f5b9009130
/boards/BMS_master/DC2259_test/LTC6811_daisy.cpp
d2418af81ab0142cc4a3a1c03b4a2a18f9c08f51
[ "MIT" ]
permissive
olin-electric-motorsports/MK_II-Code
a854fa3b31e723fb1191cb003eb99b7c30736aa9
ce791b23ff499509a20df6f0b80e2e460d45001f
refs/heads/master
2020-12-25T13:51:10.840418
2018-11-03T15:56:14
2018-11-03T15:56:14
64,024,689
2
8
MIT
2018-11-03T15:56:46
2016-07-23T16:18:51
C
UTF-8
C++
false
false
45,522
cpp
/*! ltc6811-1 Multicell Battery Monitor @verbatim The ltc6811 is a 3rd generation multicell battery stack monitor that measures up to 12 series connected battery cells with a total measurement error of less than 1.2mV. The cell measurement range of 0V to 5V makes the ltc6811 suitable for most battery chemis...
[ "rlychpmn@gmail.com" ]
rlychpmn@gmail.com
a1765e8c9a0b95bf2e2c7b7979e0a8313c7475a1
9fa292d97ceb374068d355bd41097d0407d68bd3
/src/rspf/support_data/rspfNitfTagInformation.cpp
bc7f0b5cfe780155848366f66885d8dcb4466d9f
[]
no_license
mfkiwl/rspf_v2.0
4d90153b92cc416663c798e05f87e348ad8792ef
f22d2707b775a4776fc8359a255f39c26ecc96a3
refs/heads/master
2021-05-27T04:36:34.132569
2013-07-16T04:04:12
2013-07-16T04:04:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,714
cpp
//******************************************************************* // // LICENSE: LGPL see top level LICENSE.txt // // Author: Garrett Potts // Description: Nitf support class // //******************************************************************** // $Id: rspfNitfTagInformation.cpp 22013 2012-12-19 17:37:20Z dbu...
[ "loongfee@gmail.com" ]
loongfee@gmail.com
bbb6fa7d92f64cbb62283356df4512e55b9d7fab
2cbe8234d56fa7b2224ef93d575dc8474772311c
/icenaive-235.cpp
3d079572a4307ac1f0215d4ab1662fbf15ff9123
[]
no_license
betamake/algorithm
7aa3dda8a51e0200dd77000864856cf61f1b4a78
1e5dad2a6995b0f9a799c4da3f254eb4246dc617
refs/heads/master
2020-04-10T21:21:16.745850
2019-11-27T08:40:37
2019-11-27T08:40:37
161,294,548
0
0
null
null
null
null
UTF-8
C++
false
false
1,403
cpp
/** * 2019:10:29 * leetcode-cn-235 * icenaive */ /** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ /* * 递归方法 * 利用二叉搜索树的特定 * 对于p和q如果他们都小于root,则他们都在左子树,如果都大于root,则在右子...
[ "annaglomma@qq.com" ]
annaglomma@qq.com
74d85d156f6b2877f27287b916c11c614ee9ed73
9ada6ca9bd5e669eb3e903f900bae306bf7fd75e
/case3/ddtFoam_Tutorial/0.006300000/OH
822802813c3e0d6d2ea69ccf2aadef22b336105b
[]
no_license
ptroyen/DDT
a6c8747f3a924a7039b71c96ee7d4a1618ad4197
6e6ddc7937324b04b22fbfcf974f9c9ea24e48bf
refs/heads/master
2020-05-24T15:04:39.786689
2018-01-28T21:36:40
2018-01-28T21:36:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
139,720
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | ...
[ "ubuntu@ip-172-31-45-175.eu-west-1.compute.internal" ]
ubuntu@ip-172-31-45-175.eu-west-1.compute.internal
be15304598c14a1729a620d745862507e784e48f
32b4b12ccf379082f8141a55d6c81b653e0ad61c
/manipulation_actions/src/ScoredPose.cpp
491e59fa5aae317d6e83008bdf43a9df2983e852
[]
no_license
GT-RAIL/derail-fetchit-public
0c68cf5d4a45f8894beee42e2e9fb46cc574e873
2ca824ea8a0d396586126fa42a46486a845eb424
refs/heads/master
2020-05-29T09:40:40.703247
2019-05-19T03:03:36
2019-05-19T03:03:36
189,068,485
8
2
null
null
null
null
UTF-8
C++
false
false
282
cpp
#include "manipulation_actions/ScoredPose.h" using namespace std; ScoredPose::ScoredPose(geometry_msgs::PoseStamped pose, double score) { this->pose = pose; this->score = score; } bool ScoredPose::operator < (const ScoredPose obj) const { return this->score < obj.score; }
[ "dekent90@gmail.com" ]
dekent90@gmail.com
da3160b9afc7a874de011cee537f168451a4d119
ab4c3283814d9ed8b7ea590aba28dd743d4f36ef
/MondX/Visitor.cpp
2b9fe614ba0bcbbab40d92be232c404574997a2e
[ "MIT" ]
permissive
dajoh/MondX
f5b76c3a32ddd5ec9b94aa06b9ca8ed6308b185c
63f60cae67a039b4106b4c4cdcbca83c04701d9c
refs/heads/master
2020-05-18T11:40:13.876783
2015-02-14T11:34:50
2015-02-14T11:34:50
30,276,688
8
1
null
2015-02-06T20:23:00
2015-02-04T02:19:14
C++
UTF-8
C++
false
false
4,677
cpp
#include "AST.hpp" using namespace Mond; // --------------------------------------------------------------------------- // Helpers // --------------------------------------------------------------------------- template<class T> void VisitSelf(Visitor *v, T t) { v->Visit((AstNode *)t); } void Mond::AcceptChild(Visi...
[ "dajoh10@gmail.com" ]
dajoh10@gmail.com
80de2054089183563889d3f4261c19fed88da6ca
13c501eefb5e44fb485d73cd3afbc5a57e6ffdf0
/MicrocontrollerComunication/MicrocontrollerComunication.ino
22b0d7598a9e2b72c9d8c6ce1da3e9cba02068a9
[]
no_license
MicroControllerTeamProject/ESP8266WebServer
840caf697f500c5ac43e13c689c3717ad45b134e
4ff9b0558fc27bb96ba0f9f20a5aff593007aa4a
refs/heads/master
2023-06-14T20:58:15.613233
2021-03-20T23:30:47
2021-03-20T23:30:47
169,326,106
0
0
null
2023-05-31T20:14:13
2019-02-05T22:57:31
JavaScript
UTF-8
C++
false
false
367
ino
/* Name: ExperimentProject3.ino Created: 2/3/2019 5:33:21 PM Author: luigi.santagada */ // the setup function runs once when you press reset or power the board void setup() { Serial.begin(115200); } // the loop function runs over and over again until power down or reset void loop() { if (Serial.available() > 0)...
[ "luigi.santagada@live.com" ]
luigi.santagada@live.com
4d75949167c42c67090f25bb6034fff6e276d07a
4698ee64c73c119b2282ccc8891756cddcba7e62
/SuperMarMan/myscene.h
32f5d87b069d3345525a245b7ecc7b99d76842b5
[]
no_license
QuentinBourdonnec/Mario_QT
91923bfc742781a2d42c8c818443539596b86c5c
6cce19bbc33ae692d503e3b71f71e5ca435b4274
refs/heads/master
2021-01-23T13:16:47.015891
2017-06-03T09:23:15
2017-06-03T09:23:15
93,239,999
0
0
null
null
null
null
UTF-8
C++
false
false
5,075
h
#ifndef MYSCENE_H #define MYSCENE_H #include <QObject> #include <QApplication> #include <QtWidgets> #include <QGraphicsScene> #include <QGraphicsItem> #include <QGraphicsRectItem> #include <QGraphicsTextItem> #include <QGraphicsPixmapItem> #include <QTimer> #include <QDebug> #include <QKeyEvent> #include <QDebug> #inc...
[ "quentin.bourdonnec@laposte.net" ]
quentin.bourdonnec@laposte.net
36b39333601d269a514b178afd1ca748ff98ee91
4231edbbe737280b4abbe75d703b389c3b883449
/pixelArray2/src/ofApp.cpp
2e50830bc1b7643209a9c6b9e031d0ad5d96dd4c
[]
no_license
Kerstinhovland/Tech3701week3Examples
637dd4da4fc109edb2af71e673afa7249925073e
05b36cad265e9978118595f9f27db0ca14efbd96
refs/heads/master
2021-01-19T12:33:24.585276
2014-09-12T22:09:23
2014-09-12T22:09:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,054
cpp
#include "ofApp.h" ofImage image; ofImage image2; //-------------------------------------------------------------- void ofApp::setup(){ image.loadImage("crystal.jpg"); image2.clone(image); } //-------------------------------------------------------------- void ofApp::update(){ float time = ofGetElapsedTim...
[ "kerstin.hovland@gmail.com" ]
kerstin.hovland@gmail.com
4c944e7f0a5115e7822a6b5ec8af58add58c870e
a211edb177726fc9a18160cfb3616d996808d5de
/Game/styles.cpp
64e16b57571b75c3c442c3d92b66b8aa647c4b2b
[]
no_license
villeh987/Pirkanmaa-Conquest-Game
d09f78581a4682d01c81610b69fee919d625ee69
7a823aea455b4cfda79350428f1d3d969b6209b6
refs/heads/master
2021-01-09T02:15:53.735927
2020-02-21T19:36:35
2020-02-21T19:36:35
242,213,702
0
0
null
null
null
null
UTF-8
C++
false
false
23,620
cpp
#include "styles.hh" namespace Game { void getStyle(int tile_x, int tile_y, std::string type, QPainter& painter, QRectF boundingRect, QColor player_color, std::vector<std::shared_ptr<Course::WorkerBase> > workers, std...
[ "jarvin46@tuni.fi" ]
jarvin46@tuni.fi
37ad845ea911c5978cd6fa1d4d7e58d6b802a3a0
4128e2821fe5a8a7e5090a74784a51bc1b7ad38e
/Source/SkookumScript/Public/SkookumScript/SkClassBindingAbstract.hpp
5da045b8e7786d54c51ac26223ccfdc322fcb2ce
[]
no_license
gwli/SkookumScript-UnrealEngine
10ae1db1279943b83e6025e9f2ff9cdb597030e2
9d6bd5cf1212826a9f44a17a45b8f0385d7b8a70
refs/heads/master
2021-01-24T16:48:28.638383
2016-02-03T02:35:20
2016-02-03T02:35:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,804
hpp
//======================================================================================= // SkookumScript C++ library. // Copyright (c) 2001-2015 Agog Labs Inc. All rights reserved. // // Binding class for objects that are the data themselves // // Author: Markus Breyer //==============================================...
[ "markus@agoglabs.com" ]
markus@agoglabs.com
94e58c7b8feef852c859cef031fc3908d5a01505
d3c3c796a1019ec886b7a43211c403fbd55357ef
/chapter4-1/grade.cpp
a1a04aa95157d3b0bced1301f8b388819281e2ba
[]
no_license
so-nakashima/c-learning
3d7c4f8ee3ff89eeddf7d84a1e164540d125ff1b
ed373c47847876aedba382f4d6e7918ad446d228
refs/heads/master
2021-01-25T10:21:07.153299
2014-12-28T13:52:39
2014-12-28T13:52:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
144
cpp
double grade(double midterm, double final, double homework){ return 0.2 * midterm + 0.4 * final + 0.4 * homework; //test gitf }
[ "naaso0510@gmail.com" ]
naaso0510@gmail.com
24c8297a8561a14be653d39ee868e0f9bbf2726c
e017afbf7f077682694b6926a333850b0eb3e4a4
/client/src/GameEndRender.hpp
8555ffbc8eb2780ec5022607f8d01ee91c56957b
[]
no_license
zheck/rtype
a1540b8c4dc9e818fa499c1328042caf2075b728
c4b3fbb23c3d7556052aee182b2d531b515e5e98
refs/heads/master
2021-01-10T01:48:20.049694
2015-10-01T15:05:42
2015-10-01T15:05:42
43,503,054
0
0
null
null
null
null
UTF-8
C++
false
false
1,210
hpp
// // GameEndRender.h // xCodeClient // // Created by Zhou Fong on 11/23/13. // Copyright (c) 2013 mo_r. All rights reserved. // #ifndef __xCodeClient__GameEndRender__ #define __xCodeClient__GameEndRender__ #include <iostream> #include <SFML/Graphics.hpp> #include "Vect2f.hpp" #include "InRoom.hpp" class GameEn...
[ "fong.zhou@wassa.fr" ]
fong.zhou@wassa.fr
a5eac7b61c72237ea463daf98653ba00fbb6c0fb
947339c5023c13f1c25d5eb53dbedec375cef232
/src/common/Common.h
def278183fedad392d292967d770381024994499
[ "BSD-3-Clause" ]
permissive
romanbtl/ConEmu
e83bd175f1f764d0f6367294c90e5925fb08cbb1
a0bdf1448b9d723242c68f4a6d8dd9ca17e94993
refs/heads/master
2022-12-02T17:57:21.443986
2020-08-15T09:56:57
2020-08-17T21:37:38
288,291,210
0
0
BSD-3-Clause
2020-08-17T21:35:38
2020-08-17T21:35:38
null
UTF-8
C++
false
false
96,906
h
 /* Copyright (c) 2009-present Maximus5 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the follo...
[ "ConEmu.Maximus5@gmail.com" ]
ConEmu.Maximus5@gmail.com
fee4be0b84cffbb4d4260b86c677c09c6cc9a6fe
41df1f94ee6c50903d5251d38398fa4f2cac9b45
/SampleService/SvcControl/SvcControl.cpp
3fd2224382e6997045d7ffaf6f7c8ceab7b0ed9a
[]
no_license
nosdod/windows-service-concept
eeac08d4636c9406eff9a99d521e52fb7b58c7d4
b46702e94a0a96408ff13633ed6bd418d269edc5
refs/heads/main
2023-08-01T05:50:32.744871
2021-09-16T15:34:36
2021-09-16T15:34:36
406,391,088
0
0
null
null
null
null
UTF-8
C++
false
false
19,955
cpp
#include <windows.h> #include <tchar.h> #include <strsafe.h> #include <aclapi.h> #include <stdio.h> #pragma comment(lib, "advapi32.lib") TCHAR szCommand[10]; TCHAR szSvcName[80]; SC_HANDLE schSCManager; SC_HANDLE schService; VOID __stdcall DisplayUsage(void); VOID __stdcall DoStartSvc(void); VOID __stdcall DoUpdat...
[ "mark.dodson@dodtech.co.uk" ]
mark.dodson@dodtech.co.uk
a64a0acae2c8b5103740cf0f6075b0718dbfadff
9c3a823dcbea34a52178243c14d9d69a19a6129f
/include/ros_lib/sensor_msgs/Imu.h
ea4faecd3ee8dd3e95ed51c7c4c2e7604a0b9c81
[]
no_license
team914/muphry
9dc6f45304204d3853a5d3877dd512cfa2a796e4
a2b85f7f0d857da57347e129b33e65af211b88e0
refs/heads/develop
2020-10-02T01:10:30.559742
2020-05-03T23:43:41
2020-05-03T23:43:41
227,664,967
2
1
null
2020-04-21T18:23:03
2019-12-12T17:52:06
C++
UTF-8
C++
false
false
2,872
h
#ifndef _ROS_sensor_msgs_Imu_h #define _ROS_sensor_msgs_Imu_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros_lib/ros/msg.h" #include "ros_lib/std_msgs/Header.h" #include "ros_lib/geometry_msgs/Quaternion.h" #include "ros_lib/geometry_msgs/Vector3.h" namespace sensor_msgs { class Imu : pu...
[ "acetousk@gmail.com" ]
acetousk@gmail.com
f8600da5d3a5b56262ceb9e4b7993cd71daa3ffc
e5621e438e30b73356d98c8b236f1b5f832c9a84
/Urho3D-master/Source/Urho3D/Core/Mutex.cpp
6f279b1d18b9501ee0adf27698218512b435676a
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
OasisGallagher/GL
ce2f3786a2b590ecd1c20ce97efa632478ae26f3
1e7a5f589aac27c3e1ec0e1a6c0224e3c9e8cd37
refs/heads/master
2020-05-24T01:55:59.185403
2018-12-20T08:58:27
2018-12-20T08:58:27
84,811,954
0
1
null
null
null
null
UTF-8
C++
false
false
2,669
cpp
// // Copyright (c) 2008-2017 the Urho3D project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, m...
[ "rainpatrol@live.com" ]
rainpatrol@live.com
c1b171376247178136bfeb602c1472420408a548
4db5f16f32f2860c3212eda2d1b154e43322201f
/vjudge/HDU5437_23.cpp
7598048df7a0f56fa4ea4f083af502e403416a4e
[]
no_license
shentr/Algorithm
ac9c14a98ed9f8987482fcc2122246fbe27abac3
71496209d9ded2f9862d1a2ef2fad506ed1eeadb
refs/heads/master
2021-01-12T05:34:15.453863
2017-02-25T05:51:57
2017-02-25T05:51:57
77,130,880
2
0
null
2016-12-22T09:38:20
2016-12-22T09:20:03
null
UTF-8
C++
false
false
2,233
cpp
// HDU5437 //http://acm.hdu.edu.cn/showproblem.php?pid=5437 #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> #include<queue> #include<vector> using namespace std; const int N=15e4+10; struct people { char name[210]; long long v; int come; //来的顺序 }a[N]; struct opendoor { i...
[ "jsnthmstr@outlook.com" ]
jsnthmstr@outlook.com
422ddb968b23dd0f3144bfb287bc5b789c751589
f20c33d6247cd7694a815f207eec086443256b5a
/Resouces/bound_shape.h
c4f838b39c60fcef4c9350b160b148c00b023265
[]
no_license
oklen/BallGame
4b976479ad8bc76a081facd289bd2adbacb39dd6
9ea3f14bc6d7257fbb9cd47e7eb05d54e93954e6
refs/heads/master
2020-05-01T04:28:44.348693
2020-01-04T04:06:44
2020-01-04T04:06:44
177,275,570
3
0
null
null
null
null
UTF-8
C++
false
false
225
h
#ifndef BOUND_SHAPE_H #define BOUND_SHAPE_H #include <QPainter> #include <QRect> class Bound_Shape { public: Bound_Shape(); QRect rect; QPixmap mp; void draw(QPainter& mpainter); }; #endif // BOUND_SHAPE_H
[ "3294005475a@gmail.com" ]
3294005475a@gmail.com
bc42522b78da1f79d1e96a94923b03a8acada82b
53275922f3c00936ed26a8ad28bf24111f2ffd3e
/src/serverconnectdialog.cpp
77391753cb3332aa2c7badc63ac54cf96607aad6
[ "Apache-2.0" ]
permissive
hbekel/vchar64
ada4d62d0ce77bb372b7ae723f657a4c290842ec
6ddf9642450a832353c3120cee5a3ddd06f173f1
refs/heads/master
2021-01-18T05:03:45.079974
2016-01-19T15:16:37
2016-01-19T15:16:37
38,804,654
2
0
null
2015-07-09T07:24:10
2015-07-09T07:24:09
null
UTF-8
C++
false
false
1,587
cpp
/**************************************************************************** Copyright 2015 Ricardo Quesada 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/LICEN...
[ "ricardoquesada@gmail.com" ]
ricardoquesada@gmail.com
b58658ed76809790d2c79c56390363b238008cb3
9f9660f318732124b8a5154e6670e1cfc372acc4
/Case_save/Case30/Case/case5/600/U
da0fa7bbdc918c3835bcd062d0d39ad4b9c0abb8
[]
no_license
mamitsu2/aircond5
9a6857f4190caec15823cb3f975cdddb7cfec80b
20a6408fb10c3ba7081923b61e44454a8f09e2be
refs/heads/master
2020-04-10T22:41:47.782141
2019-09-02T03:42:37
2019-09-02T03:42:37
161,329,638
0
0
null
null
null
null
UTF-8
C++
false
false
13,176
// -*- C++ -*- // File generated by PyFoam - sorry for the ugliness FoamFile { version 2.0; format ascii; class volVectorField; location "600"; object U; } dimensions [ 0 1 -1 0 0 0 0 ]; internalField nonuniform List<vector> 459 ( (0.0357644 0.0846129 0) (-0.164339 0.0247815 0) (-0.18748 0.0177581 0) (-...
[ "mitsuaki.makino@tryeting.jp" ]
mitsuaki.makino@tryeting.jp
c86d831b2b16f2ed074990cf530767a32b688829
da289d5f618b676def2ef5cda2f7e10042a3bb1a
/Bulk Club Project/AddPurchase.cpp
cc912723a391cc41b77516d85d63946a25b5e7e6
[]
no_license
stewartjustind/Bulk-Club-Project
9936537da18768d582be3914c2e46f5cfbb32dd0
2ae8aa590c22c68b3c1e7fad646f5a61ce93d642
refs/heads/master
2021-05-30T19:44:03.663058
2014-05-13T02:03:07
2014-05-13T02:03:07
19,219,967
0
1
null
null
null
null
UTF-8
C++
false
false
3,902
cpp
/************************************************************************* * AUTHOR : Andrea Velazquez & Justin Stewart * STUDENT ID : 994759 * FINAL PROJECT: Super Warehouse Store * CLASS : CS1C * SECTION : TTH: 8:30a - 9:50a * DUE DATE : May 13th, 2014 **********************************************...
[ "stew@scuba-stew.com" ]
stew@scuba-stew.com
2190a582dd2915c504512821c42772ce57863c4c
77a1d04f05adb2e406771d5d935ac1ce94acacdc
/addons/caf_units/AR/config.cpp
2a54bf43b280b24252e4f6fbd0dd5ecda8fa1a87
[]
no_license
mac7973/CAFMod
976f34847a0e8931a09bdb69c021c93db5ae9bf8
d3037525e3ac00449bab0d70e44ed9f40778ee5c
refs/heads/master
2021-09-15T02:11:38.738022
2018-03-05T02:25:19
2018-03-05T02:25:19
123,359,689
2
5
null
2018-03-03T01:37:51
2018-03-01T00:30:19
C++
UTF-8
C++
false
false
14,978
cpp
#include "cfgGroupsAR.hpp" class CfgPatches { class caf_inf_ar { units[] = {"CAF_RIFLEMAN_ar","CAF_GRENADIER_ar","CAF_C9GUNNER_ar","CAF_SECTIONIC_ar","CAF_SECTION2IC_ar","CAF_C6GUNNER_ar","CAF_84GUNNER_ar","CAF_RIFLEMAN_AT","CAF_MEDIC_ar","CAF_OFFICER_ar","CAF_SNIPER_ar","CAF_SPOTTER_ar","CAF_VEHTECH_ar","CAF_CBTE...
[ "adam.millsy@gmail.com" ]
adam.millsy@gmail.com
83a2ef642620697efef614338f959b5ef883362e
39719ced2451b97c266568e2d9364bfe90ab3498
/Source/PluginGameObject_All/CGameObjectLampPost.cpp
9fc36db53dac0f3c4d3bfc8a649a2f47d004e369
[ "MIT" ]
permissive
shanefarris/CoreGameEngine
74ae026cdc443242fa80fe9802f5739c1064fb66
5bef275d1cd4e84aa059f2f4f9e97bfa2414d000
refs/heads/master
2020-05-07T12:19:23.055995
2019-04-11T14:10:16
2019-04-11T14:10:16
180,496,793
3
2
null
null
null
null
UTF-8
C++
false
false
1,772
cpp
#include "CGameObjectLampPost.h" #include "CGameManager.h" #include "CPhysicsManager.h" #include "CPhysicsProfile.h" #include "IPhysicsStrategy.h" #include "OgreEntity.h" #include "OgreSceneNode.h" #include "OgreSceneManager.h" #include "OgreMaterialManager.h" using namespace Core; namespace Core { namespace Plugin...
[ "farris.shane@gmail.com" ]
farris.shane@gmail.com
9bcf01541a7d8f3ddd10eb68237b3e1bc0e7faa9
710ac923ad7aaaf3c59882a057a2ebbe159ef135
/Ogre-1.9a/OgreMain/include/OgreTextureManager.h
1e830cc23bc29bd97f34762195ebf7c7fa916ce2
[]
no_license
lennonchan/OgreKit
3e8ec4b0f21653cb668d5cd7d58acc8d45de6a96
ac5ca9b9731ce5f8eb145e7a8414e781f34057ab
refs/heads/master
2021-01-01T06:04:40.107584
2013-04-19T05:02:42
2013-04-19T05:02:42
9,538,177
1
3
null
null
null
null
UTF-8
C++
false
false
26,919
h
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2012 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person ...
[ "qinlong.mkl@gmail.com" ]
qinlong.mkl@gmail.com
4c61a3af8bf533f3e13135199efe285489315de2
7199393fa4c7b97fc0beab7d0d029b0584c2ba80
/CzujnikDolnegoPoziomuWody/main.cpp
ae3e7634189ef9cc7a53035517b310dab2a81387
[]
no_license
adriik/SymulatorZmywarki
35e46ff0c7c525acd83686dfea565f13140cd7ff
3f33e30f45f15acaf4be066ead55fdfb39bcf0ef
refs/heads/master
2020-04-19T13:09:22.849933
2019-01-29T19:02:31
2019-01-29T19:02:31
168,210,773
1
0
null
null
null
null
UTF-8
C++
false
false
5,847
cpp
#include <iostream> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> #include <errno.h> #include <err.h> #include <sys/shm.h> #include "pugixml.hpp" #include <ctime> using namespace std; #define SHM_SIZE 4 #define ID_ZMIENNEJ...
[ "adriik5@gmail.com" ]
adriik5@gmail.com
1f50bad03e723d523a5b08e771e69cf5258abc21
605184c8b38ca723f9317a0b85bca07a8568aa06
/assets/Characters/Ghost/Clyde/main.cpp
9e88f36fcb78ed9c4ca875d5f8215b118a59055f
[]
no_license
7e1ght/pacman
7963453224695a94a3c8c9cb6d96c8cc2d0ffd29
35c636fc762384664c87d8630ad996f541575fae
refs/heads/master
2022-04-02T23:54:24.286991
2020-02-02T23:29:22
2020-02-02T23:29:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
457
cpp
#include "Support.h" #include "Clyde.h" #include <chrono> #include <iostream> int main() { utilities_space::SHMHellper::connectSHM(shm_space::playerPrefix + shm_space::positionTag); utilities_space::SHMHellper::connectSHM(shm_space::gameShmStateName); Clyde clyde; while(utilities_space::SHMHellper::g...
[ "7e1ght.jm@gmail.com" ]
7e1ght.jm@gmail.com
5e37d60c4d15cada20d15728e4be45d81386e999
deb13ead03007de9c5243c0f672ca894e473d627
/EmployeeModify.h
16f04fc774741ed6ce5e8db5c62e312de2b0e06c
[]
no_license
tshwangq/call-center
5f7116af631e1437a6f72f28167860799aa307bd
cd22d72bfe67f0f336373aae16eee349133454f9
refs/heads/master
2020-12-06T22:03:43.650103
2012-12-01T02:43:16
2012-12-01T02:43:16
null
0
0
null
null
null
null
GB18030
C++
false
false
976
h
#pragma once #include "MySql.h" // CEmployeeModify 对话框 class CEmployeeModify : public CDialog { DECLARE_DYNAMIC(CEmployeeModify) public: CEmployeeModify(CWnd* pParent = NULL); // 标准构造函数 virtual ~CEmployeeModify(); // 对话框数据 enum { IDD = IDD_DIALOGMODIFYEMPLOYEE }; protected: virtual void DoD...
[ "cheng.donghui@gmail.com" ]
cheng.donghui@gmail.com
d861d2723e85a88dbbe5a644024ec48f0f72b1f4
cc1701cadaa3b0e138e30740f98d48264e2010bd
/extensions/browser/supervised_user_extensions_delegate.h
5d0b7282d85ea7228ba0856b4f3a6878c9b1d3c5
[ "BSD-3-Clause" ]
permissive
dbuskariol-org/chromium
35d3d7a441009c6f8961227f1f7f7d4823a4207e
e91a999f13a0bda0aff594961762668196c4d22a
refs/heads/master
2023-05-03T10:50:11.717004
2020-06-26T03:33:12
2020-06-26T03:33:12
275,070,037
1
3
BSD-3-Clause
2020-06-26T04:04:30
2020-06-26T04:04:29
null
UTF-8
C++
false
false
2,469
h
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_BROWSER_SUPERVISED_USER_EXTENSIONS_DELEGATE_H_ #define EXTENSIONS_BROWSER_SUPERVISED_USER_EXTENSIONS_DELEGATE_H_ #include "base/callba...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
34ff80b70209109d7382b49fcb55dc49a74fd1da
e5b98edd817712e1dbcabd927cc1fee62c664fd7
/Classes/module/arena/arenaData/ArenaExchangeDataManager.hpp
2aec5c17e80304136618673f7797646c17553849
[]
no_license
yuangu/project
1a49092221e502bd5f070d7de634e4415c6a2314
cc0b354aaa994c0ee2d20d1e3d74da492063945f
refs/heads/master
2020-05-02T20:09:06.234554
2018-12-18T01:56:36
2018-12-18T01:56:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
686
hpp
// // ArenaExchangeDataManager.hpp // FightPass // // Created by chenyanbin on 16/3/17. // // #ifndef ArenaExchangeDataManager_hpp #define ArenaExchangeDataManager_hpp #include "cocos2d.h" USING_NS_CC; #include "ArenaExchangeData.h" class ArenaExchangeDataManager { public: ArenaExchangeDataManager(); ...
[ "chenyanbin@ixianlai.com" ]
chenyanbin@ixianlai.com
4acb2196c7d5e02345c35f35f026ef0268b833bd
9e62a1aa56f8a7faf06029477bd16ae64b93e382
/Buils/WTF_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Generics7.cpp
90fd62e9759718ff305a9ee31ba9325578788eca
[]
no_license
arkatir/WTF
d606d30a976bae112ef4b82e54633a7bf201cb14
fd8b7fe497a930e7d32ccb8b8c9de694d251b00f
refs/heads/main
2022-12-27T12:22:28.055012
2020-10-08T15:40:05
2020-10-08T15:40:05
301,653,822
0
1
null
null
null
null
UTF-8
C++
false
false
1,485,854
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> template <typename R, typename T1, typename T2> struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, R...
[ "31660070+amblardalex@users.noreply.github.com" ]
31660070+amblardalex@users.noreply.github.com
18a2e8615784ba3111435e54c89f239d8b5341b3
beb34588b1cd5c7e92ce8b1d4eb8da8b2829afdb
/src/hadoop/yarn/Yarn.cc
39b58845874ce7f129806de0767ffe2cd99093c4
[]
no_license
decster/libhadoopclient
9dc89a09392f5e0e6a3a440b4983c5fbaff8bfad
2e99b307fc299bc1155cc5a4bd95945419ac685f
refs/heads/master
2020-12-24T13:44:39.832960
2014-07-10T03:11:36
2014-07-10T03:11:36
17,563,148
0
3
null
null
null
null
UTF-8
C++
false
false
8,600
cc
/** * 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...
[ "decstery@gmail.com" ]
decstery@gmail.com
26918cc13b21d3fa467f9e024934e37bfdf9d0e3
5de3f612df0dbda712b39403dbafb0617e597651
/devel/.private/pal_control_msgs/include/pal_control_msgs/RigidBodyTrajectoryGoal.h
6692219a23438971818b9847a08e06e4dc6a0d51
[]
no_license
AdriiTrujillo/tiago_public_ws
1bd62d51c2eb694d07db83738f7bebd582d8126c
6eaeabd1ec177df837b81fd9f42887318128766b
refs/heads/main
2023-04-03T13:09:09.749190
2021-04-01T10:05:43
2021-04-01T10:05:43
350,026,041
0
0
null
null
null
null
UTF-8
C++
false
false
9,788
h
// Generated by gencpp from file pal_control_msgs/RigidBodyTrajectoryGoal.msg // DO NOT EDIT! #ifndef PAL_CONTROL_MSGS_MESSAGE_RIGIDBODYTRAJECTORYGOAL_H #define PAL_CONTROL_MSGS_MESSAGE_RIGIDBODYTRAJECTORYGOAL_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h...
[ "adrii.trujillo@gmail.com" ]
adrii.trujillo@gmail.com
8b776c83a168ee417507a1ddeac26242b1ec8d19
5be10abbb8bdc34cac5aea06240f414066785ff2
/Assignment 0/More.cpp
3848c67c20465c0cfcf9d48c5f28d26d5023ba2a
[]
no_license
prabhakar9885/Operating-Systems
67fee898d456fd4193f78fb1c0f941b40304ff67
7ced3b2d19563994a4048b493897af33fcd79a65
refs/heads/master
2021-01-10T05:18:03.062275
2015-12-17T05:15:22
2015-12-17T05:15:22
48,153,382
0
0
null
null
null
null
UTF-8
C++
false
false
1,070
cpp
#include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> void displayFile(const char* fileName, int linesLimit){ int fd = open(fileName, O_RDONLY), linesCount = 0; char ch; while( read(fd, &ch, 1) > 0 ){ while(linesCount < linesLimit){ if(ch==...
[ "prabhakar.9885@gmail.com" ]
prabhakar.9885@gmail.com
2587400e4ebb33ddfab056ef8e223f336516d502
b0143c4a91ecc8ede8a4978ef1a12e6cdca5e116
/etw-dns-app/WinETWSensor.cpp
ea57faff7322c2446597e00e892076929c70b9b4
[]
no_license
fengjixuchui/etw-dns
85f10e10106fa3c99f8aa9ba89c1bd4943ad18fb
46d5827bf5e920ef0ba5f8019379228a8dcc09f3
refs/heads/master
2022-07-08T08:50:14.828964
2020-05-11T19:28:38
2020-05-11T19:28:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,530
cpp
#include "WinETWSensor.h" #include <evntcons.h> #pragma comment(lib, "tdh.lib") WinETWSensor::WinETWSensor(LPWSTR name, GUID guid) { _Name = name; _ProviderGuid = guid; _SessionTraceHandle = 0; _SessionProperties = NULL; _TraceOn = false; } WinETWSensor::~WinETWSensor() { if (...
[ "arturo.garcia@cyxtera.com" ]
arturo.garcia@cyxtera.com
4a9c6a87f87446a10de2944849e492cb614de582
3c471f5a9ac015c24c8166f9158804f11e8b4915
/mediatek/platform/mt6589/hardware/camera/hal/adapter/MtkAtv/inc/CaptureCmdQueThread.h
b6d9f3f855aa6e72cddc31bc52db2ebb092f6abd
[]
no_license
chrmhoffmann/android_kernel_fp_FP1
50580f946d4c63285c4837502ab0b6ed81ad4176
db3064c34e6e70e337bf98c278decc59b19b9104
refs/heads/master
2021-01-21T02:56:12.792406
2014-08-26T15:03:01
2014-08-26T15:10:58
23,490,109
5
3
null
null
null
null
UTF-8
C++
false
false
1,934
h
#ifndef _MTK_HAL_CAMADAPTER_MTKATV_INC_CAPTURECMDQUETHREAD_H_ #define _MTK_HAL_CAMADAPTER_MTKATV_INC_CAPTURECMDQUETHREAD_H_ // #include <utils/threads.h> #include <utils/StrongPointer.h> // namespace android { namespace NSMtkAtvCamAdapter { /**************************************************************************...
[ "kees.jongenburger@gmail.com" ]
kees.jongenburger@gmail.com
85413dd5065d9b71961d637ee1f8ff2fff29226a
8fa9e00a4085894737361fae837d353f894f5458
/mainSteerBlueTootButtonsEncoders/Button.cpp
836c3b48ebb6ddcba9f29ff8a16134fc7c2050cc
[ "Apache-2.0" ]
permissive
beastdjw/bluetoothGameControllerESP32
380f0e0b067f92a109c98d0c684418db22d26026
ef0ba39a7c44e6fe666259384db7ef46b13db766
refs/heads/main
2023-05-01T19:10:31.234088
2021-05-25T12:49:29
2021-05-25T12:49:29
325,558,896
22
1
Apache-2.0
2021-05-25T12:49:30
2020-12-30T13:33:24
C++
UTF-8
C++
false
false
1,279
cpp
#include "Button.h" //this class is assuming you use pullup resistance Button::Button(byte buttonId) { this->buttonId = buttonId; lastReading = HIGH; init(); } void Button::init() { pinMode(buttonId, INPUT_PULLUP); } bool Button::changed() { return changeFlag; } bool Button::pushed() { return changed()...
[ "beastdjw@veldt.it" ]
beastdjw@veldt.it
78dd006f0dc981f2bad38c90d7ff46398d81efb8
f24b175ed1ac3abfde655b4b3a54b5e86a41b44f
/eth_pairings/representation.cpp
caf55aca5db457cdaf77061227b0c0fedd432d40
[]
no_license
shamatar/eth_pairings_cpp
21c6c2627224311b06afba4174ea9fbf249aad4d
d8dada10b6485f15a4313990af8dcb3a6f217941
refs/heads/master
2020-06-17T22:00:08.095304
2019-07-09T19:35:09
2019-07-09T19:35:09
196,071,854
0
0
null
null
null
null
UTF-8
C++
false
false
174
cpp
// // representation.cpp // eth_pairings // // Created by Alexander on 09/07/2019. // Copyright © 2019 Alexander. All rights reserved. // #include "representation.hpp"
[ "alex.m.vlasov@gmail.com" ]
alex.m.vlasov@gmail.com
e7bf600c472b98ceaa24491611462a75ddbbf5dc
acbca0e045a351f157188031b964c704baca8470
/chapter_11_04.cpp
0bf8b0048b0705700e9a02670fd534f587b00d80
[]
no_license
xidianlina/cppprimer
7ae079b2262ba882bf843821fe804ab4cced6634
049c036f127dd6220f0bb3d51a8337ee58ba040b
refs/heads/master
2021-08-18T18:37:04.621975
2017-11-23T14:29:01
2017-11-23T14:29:01
98,739,739
0
0
null
null
null
null
UTF-8
C++
false
false
712
cpp
#include<iostream> #include<string> #include<fstream> #include<vector> #include<map> #include<cctype> #include<algorithm> using namespace std; int main() { map<string, size_t> word_count; fstream in("test.txt"); string word; while (in >> word) { string::iterator it; for (it = word.begin(); ...
[ "119827599@qq.com" ]
119827599@qq.com
ad7684a709f9aea2eaef10e80054c7574dc5295f
10fada8b62072770be0cc79d5131eeb03f2dd515
/rapidjson/rapidjson/VRInterpreterMap.cpp
2c70165bf83367348bfd9f63e2499c74fec797a0
[]
no_license
IMF0206/myrapidjson
073c7cf55fa239f6ec522505e4b17a29ff45a2da
e4f95f0796ead06e114a16d792cd17265385ea87
refs/heads/master
2021-08-30T14:10:33.245021
2017-12-18T08:40:41
2017-12-18T08:40:41
114,616,390
0
0
null
null
null
null
UTF-8
C++
false
false
445
cpp
#include "VRInterpreterMap.h" InterpreterMap::~InterpreterMap() { } void InterpreterMap::loadFunc() { m_interpreterMap.clear(); m_interpreterMap[VR_SERVICE] = &ResolutionIF::setService; m_interpreterMap[VR_TEXT] = &ResolutionIF::setText; m_interpreterMap[VR_OPERATION] = &ResolutionIF::setOperation; ...
[ "pengjialing@pset.suntec.net" ]
pengjialing@pset.suntec.net
7e8fc362e4dac74070564f044be488656725bb13
79f6d8040b52eac8772197a1b41276ab7034a78c
/uri.cpp
9fb64698e366e02b919aca6c2650e945d53196e2
[]
no_license
coinflex-exchange/common
50167834a95bf8745aaa330112e6ef46d2b03454
a1967f12b5963a286fc4381f388d67d16845bdf7
refs/heads/master
2020-07-19T03:43:19.807478
2019-08-29T14:49:48
2019-08-29T14:50:36
206,368,076
2
1
null
2019-09-04T16:50:25
2019-09-04T16:50:25
null
UTF-8
C++
false
false
4,864
cpp
#include "uri.h" #include <regex> #include <stdexcept> // https://tools.ietf.org/html/rfc3986#appendix-A #define _URI_ _scheme_ ":" _hier_part_ "(?:" "\\?" _query_ ")?" "(?:" "#" _fragment_ ")?" #define _hier_part_ "(?:" "//" _authority_ "(" _path_abempty_ ")" "|" "(" "/" "?" "(?:" _segment_nz_ _path_abempty_ ")?"...
[ "matt@whitlock.name" ]
matt@whitlock.name
a4fb5906f8e2bf36a0db0cc57937fe2dbc7ce27a
7df7d53f733b92e7cecde63faef45815d919da40
/CCScene.cpp
2952c2c65dae691b1ca4ee68467daa51c14a0957
[]
no_license
liujin1992112/ccsToLua
3b84e96de95012f369a7fa33d5715da71d4d11d0
8d03edebde0568dff36889402f7b95c42fcf2798
refs/heads/master
2021-05-28T22:41:03.801872
2015-05-11T00:57:29
2015-05-11T00:57:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,252
cpp
/**************************************************************************** Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2011 Zynga Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and asso...
[ "aa394215561@gmail.com" ]
aa394215561@gmail.com
0543f5c6a9fadeec68bc218369bd4332e9c7866a
0243d6f8f1cf6b141d1265d0bef6364d32658324
/my_project/src/leader.h
926a99c6102259ad028219a9a43a85065ffedd51
[ "MIT" ]
permissive
kah814/EE520-Project-New
466c60256c9506c61f9e585c93fd063b36ee8fa9
67cf2e0ce5ed5ac20a863e1b1ec7a71579e18728
refs/heads/master
2023-06-01T11:12:44.182928
2021-06-15T03:38:22
2021-06-15T03:38:22
374,198,867
0
0
null
null
null
null
UTF-8
C++
false
false
2,596
h
#ifndef __LEADER_AGENT__H #define __LEADER_AGENT__H #include <string> #include <math.h> #include "enviro.h" //Code for Kenneth Hurt - Final Project //Base code for the Leader was modeled off the in-class example for Wanderers. Credit: Klavins Lab namespace { using namespace enviro; //class from Wanderer ...
[ "kennethhurt1991@gmail.com" ]
kennethhurt1991@gmail.com
d08e3ebe302b85bc0bdead47bf8103b69a7c2e7a
879fb3581f03b5c17dd90c68b45751712fbcd671
/lib/g/g_homogeneous_point.h
fddb62b7b8c65e891d242fd34407982c75289af1
[]
no_license
ivilab/kjb
9f970e1ce16188f72f0edb34394e474ca83a9f2b
238be8bc3c9018d4365741e56310067a52b715f9
refs/heads/master
2020-06-14T07:33:17.166805
2019-07-30T16:47:29
2019-07-30T16:47:29
194,946,614
1
0
null
null
null
null
UTF-8
C++
false
false
1,727
h
/* ============================================================================= * * NOTE: This is a header file. * * The functions in this file are meant to offer a number of ways to homogenize, * vectors. All functions add error messages as appropriate, but * leave error-handling to the caller of the function. ...
[ "52473452+ivilab-sync@users.noreply.github.com" ]
52473452+ivilab-sync@users.noreply.github.com
435ba97a5e097f18d5dab19fcd3ae0de1b69b8b2
8a5f8dfdd038590a579d14a84558cce2bb930b22
/AICamera/app/src/main/cpp/ATen/templates/TypeExtendedInterface.h
5dcb7b0d49f05e0d50a54df289716a307389bbbb
[ "MIT" ]
permissive
blackxer/AICamera
ebc94c663e6f2ea6e8c81290a64bce4e7d369ed9
4f0a6a09a2288da2ec7140744b5c2862df114c78
refs/heads/master
2020-08-11T19:53:42.388828
2019-10-16T01:19:59
2019-10-16T01:19:59
214,616,987
1
1
null
null
null
null
UTF-8
C++
false
false
339
h
#pragma once #include <ATen/Type.h> namespace at { struct CAFFE2_API TypeExtendedInterface : public Type { explicit TypeExtendedInterface(TensorTypeId type_id, bool is_variable, bool is_undefined) : Type(type_id, is_variable, is_undefined) {} ${pure_virtual_extended_type_method_declarations} }; ...
[ "zhangwei@egova.com.cn" ]
zhangwei@egova.com.cn
d6752e95c47e2a6da7f609c42de561d715488a15
466d73b3e4cc53997918d7f4eae422e7f37d48d8
/c++/sandbox/seqan_read_fasta.cpp
ec19767bb97558c80d2874ecd89bd48e0098aa89
[]
no_license
JohnReid/STEME
0869659d6b8bbbacd9af7ec9c72680fd5eebb1de
08472c9440df9cc26a5e02c7a20671960be7539d
refs/heads/master
2021-01-17T15:07:06.432555
2018-12-11T10:45:42
2018-12-11T10:45:42
13,090,334
3
0
null
null
null
null
UTF-8
C++
false
false
1,033
cpp
/** * Copyright John Reid 2010 */ #include <seqan/file.h> #include <fstream> #include <vector> #include <string> #include <stdexcept> int main( int argc, char * argv[] ) { using namespace seqan; const char * fasta_filename = "/home/john/Dev/MyProjects/Bio/MotifSearch/python/test/fasta/find-best-w-mers-test.fa";...
[ "johnbaronreid@netscape.net" ]
johnbaronreid@netscape.net
e22af736a764392f1c022e44ac0174252781acb8
500a995006edc6d28def793271706c27a9e055cc
/src/qt/sendcoinsdialog.cpp
7172f245b6121f28c7c9b15d6305f930206f37e9
[ "MIT" ]
permissive
ckcoin/CKcoin
6c60b3dd6bd547033f47df9d376b9d9c2a65e43e
5e2089e9012fc6c7abd132a7b6a7cc8ffea75939
refs/heads/master
2020-12-25T19:14:44.312157
2014-08-05T23:41:26
2014-08-05T23:41:26
22,663,183
0
1
null
null
null
null
UTF-8
C++
false
false
17,892
cpp
#include "sendcoinsdialog.h" #include "ui_sendcoinsdialog.h" #include "init.h" #include "walletmodel.h" #include "addresstablemodel.h" #include "addressbookpage.h" #include "bitcoinunits.h" #include "addressbookpage.h" #include "optionsmodel.h" #include "sendcoinsentry.h" #include "guiutil.h" #include "askpassphrased...
[ "coin@carsencustoms.com" ]
coin@carsencustoms.com
d6a1be7537f1b5c1e010553687dca62d0ff0e484
1e59d40a86cf6d7f6b92f5e002dc21387656aec0
/JfF/CODE-JfF-M/0056.cpp
75f4e8c8398b2e54a07d85762d26937e6ac5d126
[]
no_license
Soplia/Codes
7bb0aecfec57d8bacb33bd1765038d0cffc19e54
3704f55b060877f61647b7a0fcf3d2eefe7fa47e
refs/heads/master
2020-04-20T14:06:36.386774
2019-02-02T23:37:21
2019-02-02T23:37:21
168,888,217
0
1
null
null
null
null
UTF-8
C++
false
false
196
cpp
#include <stdio.h> int main() { printf("Hello\ world\n"); char a[20] = {"Hello World"}; puts(a); //char b[20] {= "Hello World"}; //puts(b); return 0; }
[ "Soplia@github.com" ]
Soplia@github.com
5d0a3fb24ce91409c153c71964cc7531bc35f883
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/hunk_6823.cpp
a82d26b1a1a0c2ac7b0568e11a7df8932f9e8a5c
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
580
cpp
return clean_merge; } -int merge_trees(struct tree *head, +int merge_trees(struct merge_options *o, + struct tree *head, struct tree *merge, struct tree *common, - const char *branch1, - const char *branch2, struct tree **result) { int code, clean; - if (subtree_merge) { + if (o->subtree_merge) { ...
[ "993273596@qq.com" ]
993273596@qq.com
f884318740ad2b38c71498db1445dced99a1ff67
f352785cc49e6b754e2fa1281722dc072fc2b0f8
/NetworkingLibrary/IpAddress.hh
49477b58a57dfbbeab9c1f4c053507b24e158591
[]
no_license
iceShaver/not_a_trojan
ce06d7979da01666bfdc10ca764a4594350de4de
7538ed60afc2d034e19af7cb4997172886d8258e
refs/heads/master
2020-03-15T14:14:24.648317
2018-05-07T12:05:31
2018-05-07T12:05:31
132,186,118
1
0
null
null
null
null
UTF-8
C++
false
false
1,035
hh
#pragma once #ifdef NETWORKINGLIBRARY_EXPORTS #define NETWORKINGLIBRARY_API __declspec(dllexport) #else #define NETWORKINGLIBRARY_API __declspec(dllimport) #endif #ifndef UNICODE #define UNICODE #endif #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif #include <string> #include "IpAddress.hh" #inclu...
[ "kamil-krolikowski@outlook.com" ]
kamil-krolikowski@outlook.com
f13f24eaa0056a4ae4e7516175f8d23140896818
f66d46500b1c6bfd2a1ede4776193e071c74649e
/src/tmp/byTrack2.cpp
63e5b72be194152c5ea8ba3818edfc884889ac88
[]
no_license
CodeFarmsInc/Layout
89f83e76d0e15ad582af391bb30ca59ff3408fc0
7d2db4c69ebd3bb6b6c3402d96c827b139b2a110
refs/heads/master
2021-09-08T00:11:55.432111
2018-03-03T23:05:39
2018-03-03T23:05:39
123,725,640
0
0
null
null
null
null
UTF-8
C++
false
false
1,993
cpp
class Track; class Edge; void byTrack_Aggregate2::addHead(Track *p, Edge *c){ if(c->ZZds.ZZbyTrack.parent){ printf("byTrack.addHead() error: Child=%d already in byTrack_Aggregate2\n",c); return; } c->ZZds.ZZbyTrack.parent=p; byTrack_LinkedList2::addHead(p,c); }...
[ "ask@codefarms.com" ]
ask@codefarms.com
47cefff8b74d419c25705f0ba97c339f7e1884b8
630f30baf927d8b033d7900cbf97e869983c3f9e
/src/sm/smAPI.cpp
ed026c8c0bce804ea436a28bd449493e6ced84ed
[ "Apache-2.0" ]
permissive
jerryhanhuan/openssl_test
6455e1cb2394f2f19f93ded456ddee5b42475ba7
5075f7a58da13ff5c7517dcd118452e330d748f8
refs/heads/master
2020-04-01T17:51:13.639661
2018-12-23T11:17:08
2018-12-23T11:17:08
153,454,536
0
0
null
null
null
null
UTF-8
C++
false
false
3,740
cpp
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "smAPI.h" #include "sm3.h" #include "str.h" #include "sm4.h" int SoftSM4EncryptWithECB(unsigned char *key,unsigned char *data,int datalen,unsigned char *out) { int len = 0; if(datalen%16) len = (datalen/16+1)*16; else len = datalen; unsigne...
[ "dengfeng2012@163.com" ]
dengfeng2012@163.com
43eaf6928575001b64c8406e3b1f7a657c7d3fce
096783000d639925407e95336abb11ec1be03777
/maths/Kcc.cpp
61be46403f6679489016b27397bcd712635241b6
[]
no_license
Aardvajk/Game
0139ab2a82877f4a90432aa276a1cfe4445b8834
c3d3c431b90b00524caf12e8f23c453f0be117d6
refs/heads/master
2020-04-22T20:57:54.713304
2019-05-11T07:51:20
2019-05-11T07:51:20
170,657,931
0
0
null
null
null
null
UTF-8
C++
false
false
4,325
cpp
#include "Kcc.h" #include <GxMaths/GxMatrix.h> #include <GxMaths/GxQuaternion.h> #include <GxMaths/GxColor.h> #include <GxPhysics/GxPhysicsModel.h> #include <GxPhysics/GxBody.h> #include <pcx/optional.h> #include <utility> namespace { float sphericalDistanceToNormal(float radius, const Gx::Vec3 &n) { float d ...
[ "aardvajk@live.co.uk" ]
aardvajk@live.co.uk
c316a3e6d0e85aae30ab164e2d399d9f39ebe204
3f22c39b8d04be38aecb90fed9d58e6db95d4272
/src/physics/bounding/boundingSphere.hpp
2c96d8b5c664fb4bb9e5a510af3af80e094d70af
[]
no_license
V3RGANz/Newtonian-Physics-Sandbox
da7c13ba06b6764861d89362bb0cc3fb3d91f6a0
96ca0a18393f0a9532d6a209e44072e8044700ef
refs/heads/master
2020-03-14T13:31:45.213040
2018-08-21T21:18:21
2018-08-21T21:18:21
131,634,959
3
1
null
null
null
null
UTF-8
C++
false
false
838
hpp
#ifndef NEWTONIAN_PHYSICS_SANDBOX_BOUNDINGSPHERE_HPP #define NEWTONIAN_PHYSICS_SANDBOX_BOUNDINGSPHERE_HPP #include <libgeodecomp.h> #include "boundingObject.hpp" #include "physics/collision/collision.hpp" using namespace LibGeoDecomp; class BoundingSphere: BoundingObject { public: BoundingSphere() = default; ...
[ "evgggd@gmail.com" ]
evgggd@gmail.com