blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
5
146
content_id
stringlengths
40
40
detected_licenses
listlengths
0
7
license_type
stringclasses
2 values
repo_name
stringlengths
6
79
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
4 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.07k
426M
star_events_count
int64
0
27
fork_events_count
int64
0
12
gha_license_id
stringclasses
3 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
6 values
src_encoding
stringclasses
26 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
20
6.28M
extension
stringclasses
20 values
content
stringlengths
20
6.28M
authors
listlengths
1
16
author_lines
listlengths
1
16
394a9d7a2d21e7b9afabeaed130694d415dfd699
f0da2c3ab8426f8bcdd8c3625c805a25f04aa89d
/armagic/Tracker.h
48e828fed813f59d02883e90d4c27b9a1fc97476
[]
no_license
sanyaade-augmented-reality/armagic
81e557978936c396333be0261e45d869da680e6d
eb5132d280685e2f8db4ae1f3fbe624b1876bf73
refs/heads/master
2016-09-06T17:12:20.458558
2010-07-06T22:57:18
2010-07-06T22:57:18
34,191,493
0
0
null
null
null
null
UTF-8
C++
false
false
710
h
#ifndef ARMAGIC_TRACKER_H_ #define ARMAGIC_TRACKER_H_ #include <irrlicht.h> #include <AR/video.h> #include <AR/param.h> #include <AR/ar.h> // Tracker is the vision core of ARMagic // This class interfaces with ARTOOLKIT PLUS providing tracking information class Tracker { public: Tracker(); ~Tracker(); ...
[ "leochatain@22892e45-cd4f-0d29-0166-6a0decb81ae3", "pmdusso@22892e45-cd4f-0d29-0166-6a0decb81ae3" ]
[ [ [ 1, 4 ], [ 7, 35 ] ], [ [ 5, 6 ] ] ]
c348706498e1ff95119ef083730d8a2ce062bda7
de8f00c6db2403836a5296384cb129e39b3fd982
/src/controls/Slider.cpp
fe64a0877d16acbf44f44726510760bb569f8ce8
[ "MIT" ]
permissive
underdoeg/datasynth
61caaef790aec6de9e55783789aa948807d62cf7
eb1b03d927d496674d6f928d51775a2d66b1234a
refs/heads/master
2021-01-17T23:23:33.947597
2011-07-25T21:58:20
2011-07-25T21:58:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,762
cpp
#include "Slider.h" //some code stolen from here: https://github.com/openframeworks/openFrameworks/blob/master/apps/devApps/guiExample/src/ofSlider.h using namespace ds; Slider::Slider(float* _x, float* _y, string _name, float* _val, bool* _bIsNodeActive) { ofRegisterMouseEvents(this); bIsNodeActive = _bIsN...
[ "ben@nerdlabor.de" ]
[ [ [ 1, 96 ] ] ]
67ca8404802288e52d9c54284cf86c4141be6bf2
880e5a47c23523c8e5ba1602144ea1c48c8c8f9a
/CommonLibSrc/Math/CMathOperations.hpp
02b0e9a4c27ee37521bfe53e446a9feea032c0f8
[]
no_license
kfazi/Engine
050cb76826d5bb55595ecdce39df8ffb2d5547f8
0cedfb3e1a9a80fd49679142be33e17186322290
refs/heads/master
2020-05-20T10:02:29.050190
2010-02-11T17:45:42
2010-02-11T17:45:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,583
hpp
#ifndef COMMON_MATH_OPERATIONS_HPP #define COMMON_MATH_OPERATIONS_HPP #include "../Internal.hpp" #include "CVector3D.hpp" #include "CQuaternion.hpp" #include "cmath" namespace Common { class COMMONDLLIMPORTEXPORT CMathOperations { public: /** * Returns minimum of its two arguments. * This fu...
[ "kfazol@gmail.com" ]
[ [ [ 1, 161 ] ] ]
25e8d1368bbc50bbf1df170af64aebc43abe3a08
5095bbe94f3af8dc3b14a331519cfee887f4c07e
/apsim/Plant/source/Reproductive/FruitCohortFN.cpp
9342788358de603a1b14d5f75a922540e6fee3a5
[]
no_license
sativa/apsim_development
efc2b584459b43c89e841abf93830db8d523b07a
a90ffef3b4ed8a7d0cce1c169c65364be6e93797
refs/heads/master
2020-12-24T06:53:59.364336
2008-09-17T05:31:07
2008-09-17T05:31:07
64,154,433
0
0
null
null
null
null
UTF-8
C++
false
false
12,514
cpp
#include "StdPlant.h" #include "FruitCohortFN.h" #include "Environment.h" #include "ThingFactory.h" using namespace std; // ############################################################## // DPH: Most of this file can be removed by relying on // composite part to do the looping over parts for dmGreenVeg, // ...
[ "hol353@8bb03f63-af10-0410-889a-a89e84ef1bc8", "har297@8bb03f63-af10-0410-889a-a89e84ef1bc8" ]
[ [ [ 1, 1 ], [ 4, 5 ], [ 21, 22 ], [ 35, 35 ], [ 38, 38 ], [ 41, 41 ], [ 75, 75 ], [ 153, 153 ], [ 207, 207 ], [ 223, 223...
ae44c7f1af723827cdd7a3d030e392c346f80d5e
f38fce44b6b8faa614c5cc8ad112b0f2e74750ec
/Saber Graphic Engine/SaberGE_DirectX.cpp
7f4a744bde0c80f55f4051810bea574232d5fba2
[]
no_license
Eskat0n/Nebula
ac199ae8c7a807d99c6b8837a3bc52b079fbc6ee
8d47e83abc20b3abd98e49c4c4fcc1b74ba18f6d
refs/heads/master
2016-09-05T17:42:47.468149
2011-05-21T17:37:29
2011-05-21T17:37:29
1,779,667
0
0
null
null
null
null
UTF-8
C++
false
false
14,295
cpp
//------------------------------------------------------------- // Saber Graphic Engine main functions desciption file // Written by Eskat0n // Current engine version: 0.0.8 // Modified: 6 nov 2008 //------------------------------------------------------------- #include "SaberGE_DirectX.h" #include <boost/fore...
[ "muyou.prj@gmail.com" ]
[ [ [ 1, 576 ] ] ]
60741975643339ab6f1e0907cad975da4807a7cf
4b0f51aeecddecf3f57a29ffa7a184ae48f1dc61
/CleanProject/ParticleUniverse/include/ParticleRenderers/ParticleUniverseBillboard.h
791b64c83fe34d3c051727712d4b0d8493e71218
[]
no_license
bahao247/apeengine2
56560dbf6d262364fbc0f9f96ba4231e5e4ed301
f2617b2a42bdf2907c6d56e334c0d027fb62062d
refs/heads/master
2021-01-10T14:04:02.319337
2009-08-26T08:23:33
2009-08-26T08:23:33
45,979,392
0
1
null
null
null
null
UTF-8
C++
false
false
1,132
h
/* ----------------------------------------------------------------------------- This source file is part of the Particle Universe product. Copyright (c) 2006-2008 Henry van Merode Usage of this program is free for non-commercial use and licensed under the the terms of the GNU Lesser General Public License. ...
[ "pablosn@06488772-1f9a-11de-8b5c-13accb87f508" ]
[ [ [ 1, 36 ] ] ]
7337cf48238648d44b58695be3269049f06c283e
fb8ab028c5e7865229f7032052ef6419cce6d843
/patterndemo/src/ImageTable.h
bb7ee7ba7abd7396c4916474da1ae1852c3c1609
[]
no_license
alexunder/autumtao
d3fbca5b87fef96606501de8bfd600825b628e42
296db161b50c96efab48b05b5846e6f1ac90c38a
refs/heads/master
2016-09-05T09:43:36.361738
2011-03-25T16:13:51
2011-03-25T16:13:51
33,286,987
0
0
null
null
null
null
UTF-8
C++
false
false
2,030
h
#if !defined(AFX_IMAGETABLE_H__430D868D_4227_44E4_A419_6822438DE3D9__INCLUDED_) #define AFX_IMAGETABLE_H__430D868D_4227_44E4_A419_6822438DE3D9__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ImageTable.h : header file // #define NUM_IMAGE 10 class ImageObject { public: ImageO...
[ "Xalexu@59d19903-2beb-cf48-5e42-6f21bef2d45e" ]
[ [ [ 1, 86 ] ] ]
c241dc2e8510667696911f6d7b06c553e6915740
5ac13fa1746046451f1989b5b8734f40d6445322
/minimangalore/Nebula2/code/contrib/nxsi/src/nxsi/nxsi_mesh.cc
b7912e95e25586b3b6319a9f62766cb558dfedf8
[]
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
18,345
cc
//----------------------------------------------------------------------------- // Copyright (c) Ville Ruusutie, 2004. All Rights Reserved. //----------------------------------------------------------------------------- // See the file "nxsi_license.txt" for information on usage and redistribution // of this file, ...
[ "BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c" ]
[ [ [ 1, 543 ] ] ]
f243f68dd6c9eb5af76ade765b615f256afdf8f0
699746171f662df8923b8894e5178126285beb2d
/Software/C++/vrpn_07_26/vrpn/vrpn_Tracker_Android.h
a704ff2ef2e9feb0c20608c270c94ce5da8095b5
[ "LicenseRef-scancode-public-domain" ]
permissive
iurnah/tesis
4793b539bec676255e0f880dc6524b1e70b78394
652d6096e53a56123408d325921981b0ff6c39fd
refs/heads/master
2021-01-24T19:51:48.438405
2011-06-27T11:44:23
2011-06-27T11:44:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,089
h
#pragma once //#include <windows.h> #include <winsock.h> //#include <ws2tcpip.h> //#include "json/json.h" #include "vrpn_tracker.h" #include "vrpn_button.h" #include "vrpn_analog.h" namespace Json { class Reader; class Value; } class vrpn_Tracker_GTab : public vrpn_Tracker, public vrpn_Button, p...
[ "fpinzn@gmail.com" ]
[ [ [ 1, 54 ] ] ]
adce534bf0765035334e54a76a6a05a69c7e6542
ce28ec891a0d502e7461fd121b4d96a308c9dab7
/dbmerge/mergers/MatchMerger.cc
7f5e5132838c20d6449a28dd10810791a846f85b
[]
no_license
aktau/Tangerine
fe84f6578ce918d1fa151138c0cc5780161b3b8f
179ac9901513f90b17c5cd4add35608a7101055b
refs/heads/master
2020-06-08T17:07:53.860642
2011-08-14T09:41:41
2011-08-14T09:41:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,160
cc
#include "MatchMerger.h" #include <limits> #include "MergeItemSubclasses.h" using namespace thera; #define QT_USE_FAST_CONCATENATION #define QT_USE_FAST_OPERATOR_PLUS #define MERGE_DEEP_CHECK template <class T> static inline float frobeniusf(const XForm<T> &xf) { float norm = 0.0f; for (int i = ...
[ "nicolashillegeer@gmail.com" ]
[ [ [ 1, 183 ] ] ]
34f8cf8bcd7ba10c673bcb0a4739b39f5b3581a0
74c8da5b29163992a08a376c7819785998afb588
/NetAnimal/addons/pa/ParticleUniverse/include/ParticleAffectors/ParticleUniverseJetAffectorFactory.h
46159e24a55f304eeef8ac57e0b5150c389465ea
[]
no_license
dbabox/aomi
dbfb46c1c9417a8078ec9a516cc9c90fe3773b78
4cffc8e59368e82aed997fe0f4dcbd7df626d1d0
refs/heads/master
2021-01-13T14:05:10.813348
2011-06-07T09:36:41
2011-06-07T09:36:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,036
h
/* ----------------------------------------------------------------------------------------------- This source file is part of the Particle Universe product. Copyright (c) 2010 Henry van Merode Usage of this program is licensed under the terms of the Particle Universe Commercial License. You can find a copy of...
[ "ogre3d@yeah.net" ]
[ [ [ 1, 67 ] ] ]
696037d647b3b8c7cb5a0264710bc57449151b67
ea12fed4c32e9c7992956419eb3e2bace91f063a
/zombie/code/zombie/tutorials/src/esample/nesample.cc
34025b8e40aacadafd31bcd9e051140a3cfa5a09
[]
no_license
ugozapad/TheZombieEngine
832492930df28c28cd349673f79f3609b1fe7190
8e8c3e6225c2ed93e07287356def9fbdeacf3d6a
refs/heads/master
2020-04-30T11:35:36.258363
2011-02-24T14:18:43
2011-02-24T14:18:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
97
cc
#include "esample/nesample.h" nNebulaEntityObject(neSample,"nentityobject","nesampleclass");
[ "magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91" ]
[ [ [ 1, 3 ] ] ]
f950f502b9f4e6d14a59bcf13968b51432f9fc96
2112057af069a78e75adfd244a3f5b224fbab321
/branches/refactor/src_root/include/common/OgreOde/OgreOdeBody.h
be4db44726c3f35c5e62fdea9b707bd683988a01
[]
no_license
blockspacer/ireon
120bde79e39fb107c961697985a1fe4cb309bd81
a89fa30b369a0b21661c992da2c4ec1087aac312
refs/heads/master
2023-04-15T00:22:02.905112
2010-01-07T20:31:07
2010-01-07T20:31:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,900
h
#ifndef _OGREODEBODY_H_ #define _OGREODEBODY_H_ #include "OgreOdePreReqs.h" namespace OgreOde { class _OgreOdeExport Body: public MaintainedItem ,public MovableObject { friend class Joint; friend class World; friend class Geometry; public: Body(const String& name = StringUtil::BLANK);...
[ "psavichev@gmail.com" ]
[ [ [ 1, 131 ] ] ]
70079638359bc4d0df7c650c8ca8a6d7be6c09a7
138a353006eb1376668037fcdfbafc05450aa413
/source/ogre/OgreNewt/boost/mpl/aux_/config/has_apply.hpp
594e813e0742d14b92929dbbc4ef080e92746fb9
[]
no_license
sonicma7/choreopower
107ed0a5f2eb5fa9e47378702469b77554e44746
1480a8f9512531665695b46dcfdde3f689888053
refs/heads/master
2020-05-16T20:53:11.590126
2009-11-18T03:10:12
2009-11-18T03:10:12
32,246,184
0
0
null
null
null
null
UTF-8
C++
false
false
1,061
hpp
#ifndef BOOST_MPL_AUX_CONFIG_HAS_APPLY_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_HAS_APPLY_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2004 // // 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) // // Se...
[ "Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e" ]
[ [ [ 1, 32 ] ] ]
c38dd3a17675b951f0571eec11f88ad7690cc316
da9e4cd28021ecc9e17e48ac3ded33b798aae59c
/SRC/DRIVERS/HSMMC/HSMMCCh2/s3c6410_hsmmc_drv/s3c6410_hsmmc.cpp
d2cc77f4ba476dd985e6542fb6d13d98ed095bfe
[]
no_license
hibive/sjmt6410pm090728
d45242e74b94f954cf0960a4392f07178088e560
45ceea6c3a5a28172f7cd0b439d40c494355015c
refs/heads/master
2021-01-10T10:02:35.925367
2011-01-27T04:22:44
2011-01-27T04:22:44
43,739,703
1
1
null
null
null
null
UTF-8
C++
false
false
10,542
cpp
// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this sou...
[ "jhlee74@a3c55b0e-9d05-11de-8bf8-05dd22f30006" ]
[ [ [ 1, 290 ] ] ]
cf985ae46f29898d80642f804db70866a6d5ad4a
33f59b1ba6b12c2dd3080b24830331c37bba9fe2
/Depend/Foundation/Mathematics/Wm4Line3.h
123543159b7d9cdeef1e6b2e087ea568ca54a0d0
[]
no_license
daleaddink/flagship3d
4835c223fe1b6429c12e325770c14679c42ae3c6
6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a
refs/heads/master
2021-01-15T16:29:12.196094
2009-11-01T10:18:11
2009-11-01T10:18:11
37,734,654
1
0
null
null
null
null
UTF-8
C++
false
false
1,052
h
// Geometric Tools, Inc. // http://www.geometrictools.com // Copyright (c) 1998-2006. All Rights Reserved // // The Wild Magic Version 4 Foundation Library source code is supplied // under the terms of the license agreement // http://www.geometrictools.com/License/Wm4FoundationLicense.pdf // and may not be ...
[ "yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa" ]
[ [ [ 1, 42 ] ] ]
79375ec56d2db6436b622af3c7f29f0848c96fdc
b14d5833a79518a40d302e5eb40ed5da193cf1b2
/cpp/extern/xercesc++/2.6.0/src/xercesc/com/XMLDOMComment.h
1c88f467aef188e2d8f11bd8cc9e6319fb71381d
[ "Apache-2.0" ]
permissive
andyburke/bitflood
dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf
fca6c0b635d07da4e6c7fbfa032921c827a981d6
refs/heads/master
2016-09-10T02:14:35.564530
2011-11-17T09:51:49
2011-11-17T09:51:49
2,794,411
1
0
null
null
null
null
UTF-8
C++
false
false
3,310
h
/* * Copyright 1999-2001,2004 The Apache Software Foundation. * * 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 * * Unle...
[ "aburke@bitflood.org" ]
[ [ [ 1, 101 ] ] ]
d75e4c4e854d82db653df5145f970c5ad302a314
59ce53af7ad5a1f9b12a69aadbfc7abc4c4bfc02
/src/SkinResourceEditTool/EditStringDlg.h
9385d4e2f394d78cd021ea8348048825ecebda3e
[]
no_license
fingomajom/skinengine
444a89955046a6f2c7be49012ff501dc465f019e
6bb26a46a7edac88b613ea9a124abeb8a1694868
refs/heads/master
2021-01-10T11:30:51.541442
2008-07-30T07:13:11
2008-07-30T07:13:11
47,892,418
0
0
null
null
null
null
UTF-8
C++
false
false
2,072
h
#pragma once #include "resource.h" class CEditStringDlg : public CDialogImpl<CEditStringDlg> { public: CEditStringDlg(void); ~CEditStringDlg(void); public: enum { IDD = IDD_EDITSTRING_DIALOG }; BEGIN_MSG_MAP(CAboutDlg) MESSAGE_HANDLER(WM_INITDIALOG, OnInitDialog) COMMA...
[ "wgkujgg@163.com" ]
[ [ [ 1, 62 ] ] ]
d800f697d6e96d656d9775d28ca930dd09bb108f
5eb582292aeef7c56b13bc05accf71592d15931f
/include/raknet/DistributedNetworkObjectHeader.h
2816e3296754658dce47ae697586f0835c7660f9
[]
no_license
goebish/WiiBlob
9316a56f2a60a506ecbd856ab7c521f906b961a1
bef78fc2fdbe2d52749ed3bc965632dd699c2fea
refs/heads/master
2020-05-26T12:19:40.164479
2010-09-05T18:09:07
2010-09-05T18:09:07
188,229,195
0
0
null
null
null
null
UTF-8
C++
false
false
30,385
h
/* -*- mode: c++; c-file-style: raknet; tab-always-indent: nil; -*- */ /** * @ingroup RAKNET_DNO * @file * @brief Provide Macro for the Distributed Object System * * This file is part of RakNet Copyright 2003 Rakkarsoft LLC and Kevin Jenkins. * * Usage of Raknet is subject to the appropriate licence ag...
[ "1297665+goebish@users.noreply.github.com" ]
[ [ [ 1, 517 ] ] ]
4441057e42bd85a2c3fa5b69517ea7b726d83f62
d8f64a24453c6f077426ea58aaa7313aafafc75c
/PickingManager.cpp
1dca24c0dc465ee3502a55071b0f74e378c99ce6
[]
no_license
dotted/wfto
5b98591645f3ddd72cad33736da5def09484a339
6eebb66384e6eb519401bdd649ae986d94bcaf27
refs/heads/master
2021-01-20T06:25:20.468978
2010-11-04T21:01:51
2010-11-04T21:01:51
32,183,921
1
0
null
null
null
null
UTF-8
C++
false
false
3,830
cpp
#include "commons.h" #include "PickingManager.h" #include "utils.h" #include <cml/cml.h> #include "OGLUtils.h" #define _SECURE_SCL 0 using namespace std; using namespace utils; using namespace game_objects; using namespace cml; namespace game_utils { namespace managers { CPickingManager::CPick...
[ "bo@bxd.dk", "JezzaParker@gmail.com" ]
[ [ [ 1, 6 ], [ 10, 32 ], [ 34, 44 ], [ 47, 62 ], [ 67, 68 ], [ 70, 72 ], [ 74, 78 ], [ 121, 126 ], [ 142, 142 ], [ 149, 1...
261af1c58aef711aba3eec48738a01016380f6bc
a2904986c09bd07e8c89359632e849534970c1be
/topcoder/completed/LotteryTicket.cpp
61a9da9ef6d33c81d41fb4e653b6d8e01ea3f17c
[]
no_license
naturalself/topcoder_srms
20bf84ac1fd959e9fbbf8b82a93113c858bf6134
7b42d11ac2cc1fe5933c5bc5bc97ee61b6ec55e5
refs/heads/master
2021-01-22T04:36:40.592620
2010-11-29T17:30:40
2010-11-29T17:30:40
444,669
1
0
null
null
null
null
UTF-8
C++
false
false
3,754
cpp
// BEGIN CUT HERE // END CUT HERE #line 5 "LotteryTicket.cpp" #include <cstdio> #include <cstdlib> #include <cmath> #include <climits> #include <cfloat> #include <map> #include <utility> #include <set> #include <iostream> #include <memory> #include <string> #include <vector> #include <algorithm> #incl...
[ "shin@CF-7AUJ41TT52JO.(none)" ]
[ [ [ 1, 95 ] ] ]
11bbaef965c0ef267e55897514366a92ceb2f4ff
40b507c2dde13d14bb75ee1b3c16b4f3f82912d1
/public/IRootConsoleMenu.h
dd0da8c96b678afc10ee0e46ce7f85acef5a9977
[]
no_license
Nephyrin/-furry-octo-nemesis
5da2ef75883ebc4040e359a6679da64ad8848020
dd441c39bd74eda2b9857540dcac1d98706de1de
refs/heads/master
2016-09-06T01:12:49.611637
2008-09-14T08:42:28
2008-09-14T08:42:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,876
h
/** * vim: set ts=4 : * ============================================================================= * SourceMod * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. * ============================================================================= * * This program is free software; you can re...
[ "dvander@alliedmods.net", "ds@alliedmods.net", "faluco@alliedmods.net" ]
[ [ [ 1, 2 ], [ 4, 5 ], [ 7, 7 ], [ 11, 11 ], [ 16, 16 ], [ 19, 19 ], [ 28, 55 ], [ 57, 102 ], [ 104, 105 ] ], [ [ 3, ...
ab77a1c5383f11d43315e8350fae716586a043f8
1e976ee65d326c2d9ed11c3235a9f4e2693557cf
/CommonSources/TreePopSheet/PropPageFrame.cpp
c04ae763f73c2371f9b5d5b566b14e29303e09a3
[]
no_license
outcast1000/Jaangle
062c7d8d06e058186cb65bdade68a2ad8d5e7e65
18feb537068f1f3be6ecaa8a4b663b917c429e3d
refs/heads/master
2020-04-08T20:04:56.875651
2010-12-25T10:44:38
2010-12-25T10:44:38
19,334,292
3
0
null
null
null
null
UTF-8
C++
false
false
3,935
cpp
/******************************************************************** * * Copyright (c) 2002 Sven Wiegand <mail@sven-wiegand.de> * * You can use this and modify this in any way you want, * BUT LEAVE THIS HEADER INTACT. * * Redistribution is appreciated. * * $Workfile:$ * $Revision: 1.1 $ * $Modtime:$ * $Aut...
[ "outcast1000@dc1b949e-fa36-4f9e-8e5c-de004ec35678" ]
[ [ [ 1, 195 ] ] ]
ee38c5392b33e1059f7ec0a6d30ed3fe0dc1b6c4
c1a2953285f2a6ac7d903059b7ea6480a7e2228e
/deitel/ch07/Fig07_23_25/GradeBook.h
9804a69bf972c575284b723e8f99f0a23478d641
[]
no_license
tecmilenio/computacion2
728ac47299c1a4066b6140cebc9668bf1121053a
a1387e0f7f11c767574fcba608d94e5d61b7f36c
refs/heads/master
2016-09-06T19:17:29.842053
2008-09-28T04:27:56
2008-09-28T04:27:56
50,540
4
3
null
null
null
null
UTF-8
C++
false
false
2,426
h
// Fig. 7.23: GradeBook.h // Definition of class GradeBook that uses a // two-dimensional array to store test grades. // Member functions are defined in GradeBook.cpp #include <string> // program uses C++ Standard Library string class using std::string; // GradeBook class definition class GradeBook { public...
[ "sebastianavina@gmail.com" ]
[ [ [ 1, 46 ] ] ]
4784e2e52f5264447a43ced40c075b97a0b22c3f
0b55a33f4df7593378f58b60faff6bac01ec27f3
/Konstruct/Common/Utility/kpuVector.cpp
f9ceaea73945b2b086be702147cb0864cfbc5e9a
[]
no_license
RonOHara-GG/dimgame
8d149ffac1b1176432a3cae4643ba2d07011dd8e
bbde89435683244133dca9743d652dabb9edf1a4
refs/heads/master
2021-01-10T21:05:40.480392
2010-09-01T20:46:40
2010-09-01T20:46:40
32,113,739
1
0
null
null
null
null
UTF-8
C++
false
false
397
cpp
#include "StdAfx.h" #include "Common\Utility\kpuVector.h" const kpuVector kpuv_Zero(0.0f, 0.0f, 0.0f, 0.0f); const kpuVector kpuv_OneX(1.0f, 0.0f, 0.0f, 0.0f); const kpuVector kpuv_OneY(0.0f, 1.0f, 0.0f, 0.0f); const kpuVector kpuv_OneZ(0.0f, 0.0f, 1.0f, 0.0f); const kpuVector kpuv_OneW(0.0f, 0.0f, 0.0f, 1.0f);...
[ "acid1789@0c57dbdb-4d19-7b8c-568b-3fe73d88484e" ]
[ [ [ 1, 17 ] ] ]
fe5acbaaa8d5b0059f92a17f39a90168c2d997b7
555ce7f1e44349316e240485dca6f7cd4496ea9c
/DirectShowFilters/LiveMedia555/MediaPortal/MPTaskScheduler.cpp
c7be688184031a72b26a57b62fefc61f7b959410
[]
no_license
Yura80/MediaPortal-1
c71ce5abf68c70852d261bed300302718ae2e0f3
5aae402f5aa19c9c3091c6d4442b457916a89053
refs/heads/master
2021-04-15T09:01:37.267793
2011-11-25T20:02:53
2011-11-25T20:11:02
2,851,405
2
0
null
null
null
null
UTF-8
C++
false
false
1,414
cpp
/* * Copyright (C) 2006-2009 Team MediaPortal * http://www.team-mediaportal.com * * 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, or (at your option) * any later ve...
[ "misterd81-mp@yahoo.de" ]
[ [ [ 1, 49 ] ] ]
66a15be66999d269e8ca3e1a41b6f6e48fd41a22
9b402d093b852a574dccb869fbe4bada1ef069c6
/code/foundation/kernel/timer.h
142ee21ca36279a37d46e3d07f2aa7daef9b96dc
[]
no_license
wangscript007/foundation-engine
adb24d4ccc932d7a8f8238170029de6d2db0cbfb
2982b06d8f6b69c0654e0c90671aaef9cfc6cc40
refs/heads/master
2021-05-27T17:26:15.178095
2010-06-30T22:06:45
2010-06-30T22:06:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,288
h
#if !defined(__F_TIMER_H_) #define __F_TIMER_H_ #include "debug.h" #include "memoryManager.h" #if FOUNDATION_PLATFORM == FOUNDATION_PLATFORM_LINUX # include <sys/time.h> # include <unistd.h> #elif FOUNDATION_PLATFORM == FOUNDATION_PLATFORM_WIN # define WIN32_LEAN_AND_MEAN # include <windows.h> #en...
[ "drivehappy@a5d1a9aa-f497-11dd-9d1a-b59b2e1864b6" ]
[ [ [ 1, 127 ] ] ]
65630bfb62b9d73e434e159e636b78d56b9d6567
203f8465075e098f69912a6bbfa3498c36ce2a60
/motion_planning/planning_research/dynamic_planning/src/discrete_space_information/nav3ddyn/environment_nav3Ddyn.h
bddef35e15c4c70ba0ae8c8990769744e11a6827
[]
no_license
robcn/personalrobots-pkg
a4899ff2db9aef00a99274d70cb60644124713c9
4dcf3ca1142d3c3cb85f6d42f7afa33c59e2240a
refs/heads/master
2021-06-20T16:28:29.549716
2009-09-04T23:56:10
2009-09-04T23:56:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,174
h
/* * Copyright (c) 2008, Maxim Likhachev * 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, ...
[ "jeking@f5854215-dd47-0410-b2c4-cdd35faa7885" ]
[ [ [ 1, 323 ] ] ]
dc7fc2e4f08e27cebc98de4983431c7dc3247734
111599781f886c42099cb9f4ccadff397cab51e8
/RowContainer.cpp
c5e58c3ee0e447ea26f92b7d00ca84005ec8bd6a
[]
no_license
victorliu/ColumnViewBrowser
6fd5f02cc37b4834aec59c736d3b9006ba3fc183
a37b8bcf272c125041492b681bdb280f051fa478
refs/heads/master
2020-05-29T17:30:33.683440
2011-02-05T10:45:03
2011-02-05T10:45:03
528,279
2
0
null
null
null
null
UTF-8
C++
false
false
10,840
cpp
#include "StdAfx.h" #include "RowContainer.h" #include "CPidlMgr.h" #include <stack> /* BOOL CRowContainer::PreTranslateMessage(MSG* pMsg){ if(WM_MOUSEWHEEL == pMsg->message){ POINT p; p.x = GET_X_LPARAM(pMsg->lParam); p.y = GET_Y_LPARAM(pMsg->lParam); HWND hWndPt = WindowFromPoint(p); if(NULL != ...
[ "victor.liu@gmail.com" ]
[ [ [ 1, 377 ] ] ]
d5d1eb0ec99ea361cdf8d3ae7445df17b9607dc8
619941b532c6d2987c0f4e92b73549c6c945c7e5
/Source/Nuclex/Support/Cacheable.cpp
ad75226e7d264c6f532fff4ab1f2c26ee22bd0ba
[]
no_license
dzw/stellarengine
2b70ddefc2827be4f44ec6082201c955788a8a16
2a0a7db2e43c7c3519e79afa56db247f9708bc26
refs/heads/master
2016-09-01T21:12:36.888921
2008-12-12T12:40:37
2008-12-12T12:40:37
36,939,169
0
0
null
null
null
null
UTF-8
C++
false
false
1,129
cpp
//  // // # # ### # # -= Nuclex Library =-  // // ## # # # ## ## Cacheable.cpp - Cacheable object  // // ### # # ###  // // ...
[ "ctuomail@gmail.com" ]
[ [ [ 1, 23 ] ] ]
ea309fb7d6aac8a380a9bc723ded71d616115b25
ed8cbdeb94cdc3364586c6e73d48427eab3dd624
/benchmarks/win32/Programming Projects/Columbia/VC/EvtDisp/AMTSEvtDisp.h
861bdbf33b699c4ccd2ecad170a3640f715fb435
[]
no_license
Programming-Systems-Lab/archived-events
3b5281b1f3013cc4a3943e52cfd616d2daeba6f2
61d521b39996393ad7ad6d9430dbcdab4b2b36c6
refs/heads/master
2020-09-17T23:37:34.037734
2002-12-20T15:45:08
2002-12-20T15:45:08
67,139,857
0
0
null
null
null
null
UTF-8
C++
false
false
1,131
h
// AMTSEvtDisp.h : Declaration of the AMTSEvtDisp #ifndef __AMTSEVTDISP_H_ #define __AMTSEVTDISP_H_ #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // AMTSEvtDisp class ATL_NO_VTABLE AMTSEvtDisp : public CComObjectRootEx<CComMultiT...
[ "jjp32" ]
[ [ [ 1, 46 ] ] ]
efcd7d143dc78d201809ce71f538c2ab69d63f68
27550bf27ce87364642a29b350dfcecb740de34e
/dalek.h
29cad6e4527d850eb2437bbf9cd710ad8f11c18d
[]
no_license
clholgat/Asteroids
e3a1e17fa18d47a6658b8bd9274334fa41c7e7a5
a468ed28945c3a35f247ec79ecfc28248f3d52b2
refs/heads/master
2021-01-18T14:07:38.369932
2011-12-06T16:18:45
2011-12-06T16:18:45
2,925,994
0
0
null
null
null
null
UTF-8
C++
false
false
836
h
#ifndef DALEK_H #define DALEK_H #include "model.h" #include "shot.h" #include "tardis.h" class Dalek: public Model{ public: Dalek(); void draw(); void init(double scaleFactor); void modelInit(int num); bool update(); double scale; bool initialized; list<Shot*> shots; list<Shot*>::iterator itS; ...
[ "clholgat@ncsu.edu" ]
[ [ [ 1, 41 ] ] ]
a69c56105ce43b8c7cb3965bf55a9efe09c437ea
b654c48c6a1f72140ca14defd05b835d4dec5a75
/prog2/prog2.cpp
8ca00568bedb9686be22455dee0c70463f0b7c9a
[]
no_license
johntalton/cs470
036ca995c48712d2506665a337a6d814ab11d347
187c87a60e2b2fdacd038eddb683a68ecd9c711d
refs/heads/master
2021-01-22T17:57:09.139203
1999-06-28T17:32:00
2017-08-18T18:09:22
100,736,624
0
0
null
null
null
null
UTF-8
C++
false
false
1,137
cpp
#include "../glcontrol.h" //Include the basics for adding this into OpenGL #include "../globals.h" #include "../prog1/prog1.h" //Include OUR old basic code #include "prog2.h" // this is what we are now makeing #include <math.h> int Animate = TRUE; // Use this to tell user whater we want to constanly redraw or n...
[ "johntalton@gmail.com" ]
[ [ [ 1, 39 ] ] ]
6bc3396c709de5704b6e425df6b378d47cf8f36c
ce262ae496ab3eeebfcbb337da86d34eb689c07b
/SEFoundation/SEShaders/SEVertexShader.h
20ff77cc208179e786b50c6b8e31e319fab46bd2
[]
no_license
pizibing/swingengine
d8d9208c00ec2944817e1aab51287a3c38103bea
e7109d7b3e28c4421c173712eaf872771550669e
refs/heads/master
2021-01-16T18:29:10.689858
2011-06-23T04:27:46
2011-06-23T04:27:46
33,969,301
0
0
null
null
null
null
UTF-8
C++
false
false
1,745
h
// Swing Engine Version 1 Source Code // Most of techniques in the engine are mainly based on David Eberly's // Wild Magic 4 open-source code.The author of Swing Engine learned a lot // from Eberly's experience of architecture and algorithm. // Several sub-systems are totally new,and others are re-implimented or ...
[ "hide106@163.com@876e9856-8d94-11de-b760-4d83c623b0ac" ]
[ [ [ 1, 57 ] ] ]
8e125871f4e1d87593c57267f45ff557f29f1632
c436aa4235117da3d21fafeeafd96076ee8fea78
/exports.cpp
a88c533e90700ce7160008fdb364bf2638cb7739
[]
no_license
tinku99/ahkmingw
95bb91840b5b596f7c9c2e42b9fd6f554dc99623
8ee59d8a0c4262bab2069953514bda8ed116116d
refs/heads/master
2020-12-30T14:56:10.907187
2010-02-16T10:37:34
2010-02-16T10:37:34
290,514
3
1
null
null
null
null
UTF-8
C++
false
false
9,975
cpp
#include "stdafx.h" // pre-compiled headers #include "globaldata.h" // for access to many global vars #include "application.h" // for MsgSleep() #include "exports.h" #include "script.h" // Naveen: v1. ahkgetvar() EXPORT VarSizeType ahkgetvar(char *name, char *output) { Var *ahkvar = g_script.FindOrAddVar(name)...
[ "naveen.garg@gmail.com" ]
[ [ [ 1, 233 ] ] ]
d28c940476919abc0a2274045be0dae892179b6e
aa7df9e17e92eaa856ee823e76e154287f4068d4
/diagramtextitem.h
3538d39775b8bedd708bd09427dbc91b19cc7496
[]
no_license
andrey013/petri
9c5d5175c74c9b3fc040d1d263b6807ff48bfc18
de6c57e0e0f273b087a41cd7c7b433b475b591e1
refs/heads/master
2021-01-01T19:02:39.404438
2011-06-19T17:44:08
2011-06-19T17:44:08
1,920,063
0
0
null
null
null
null
UTF-8
C++
false
false
802
h
#ifndef DIAGRAMTEXTITEM_H #define DIAGRAMTEXTITEM_H #include <QGraphicsTextItem> #include <QPen> QT_BEGIN_NAMESPACE class QFocusEvent; class QGraphicsItem; class QGraphicsScene; class QGraphicsSceneMouseEvent; QT_END_NAMESPACE class DiagramTextItem : public QGraphicsTextItem { Q_OBJECT public: ...
[ "yankin013@gmail.com" ]
[ [ [ 1, 36 ] ] ]
c723ba366d6fc94c4944ffaec02b8e95bea18f78
fb8a3d68c676c977b9b6d3389debd785c2f25634
/Graphics/Library/Source/Graphics.cpp
34b61af4224d2c02f9ce06637f782a8e1e4f189b
[]
no_license
skevy/CSC-350-Assignment2
ef1a1e5fae8c9b9ab4ca2b97390974751ad1dedb
98811d2cbbc221af9cc9aa601a990e7969920f7e
refs/heads/master
2021-01-01T20:35:26.246966
2011-02-17T01:57:03
2011-02-17T01:57:03
1,376,632
0
0
null
null
null
null
UTF-8
C++
false
false
7,413
cpp
//***************************************************************************// // HabuGraphics Base Class Implementation // // Created Jan 01, 2005 // By: Jeremy M Miller // // Copyright (c) 2005-2010 Jeremy M Miller. All rights reserved. // This source code module, and all information, data, and algorithms ...
[ "adam.skevy@mac.com" ]
[ [ [ 1, 199 ] ] ]
72c7071a5767fe59755a545d12958b9368aa5184
91b964984762870246a2a71cb32187eb9e85d74e
/SRC/OFFI SRC!/WORLDSERVER/DPSrvrLux.cpp
e46b044c5fc8b4537de778f88ecc761d40442d34
[]
no_license
willrebuild/flyffsf
e5911fb412221e00a20a6867fd00c55afca593c7
d38cc11790480d617b38bb5fc50729d676aef80d
refs/heads/master
2021-01-19T20:27:35.200154
2011-02-10T12:34:43
2011-02-10T12:34:43
32,710,780
3
0
null
null
null
null
UHC
C++
false
false
5,995
cpp
#include "stdafx.h" #include "defineText.h" #include "defineItem.h" #include "defineSkill.h" #include "defineObj.h" #include "dpcoreclient.h" #include "dpdatabaseclient.h" #include "dpsrvr.h" #include "user.h" #include "worldmng.h" #include "misc.h" #include "guild.h" extern CGuildMng g_GuildMng; #in...
[ "66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278", "sheyajie@gmail.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278" ]
[ [ [ 1, 99 ], [ 101, 102 ], [ 116, 116 ], [ 118, 203 ] ], [ [ 100, 100 ], [ 103, 115 ], [ 117, 117 ] ] ]
7751ce9363a1e39001ad45377fb92788fcedb481
78fb44a7f01825c19d61e9eaaa3e558ce80dcdf5
/guidriverMyGUIOgre/include/guceMyGUIOgre_CFormBackendImp.h
0991882119751e58e628a89b58c81d9f97a0c047
[]
no_license
LiberatorUSA/GUCE
a2d193e78d91657ccc4eab50fab06de31bc38021
a4d6aa5421f8799cedc7c9f7dc496df4327ac37f
refs/heads/master
2021-01-02T08:14:08.541536
2011-09-08T03:00:46
2011-09-08T03:00:46
41,840,441
0
0
null
null
null
null
UTF-8
C++
false
false
5,718
h
/* * guceMyGUIOgre: glue module for the MyGUI+Ogre GUI backend * Copyright (C) 2002 - 2008. Dinand Vanvelzen * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either *...
[ "LiberatorUSA@users.noreply.github.com" ]
[ [ [ 1, 142 ] ] ]
a2bf5472e17f66d54e7350656b2f496e02186bf2
c497f6d85bdbcbb21e93ae701c5570f16370f0ae
/Sync/Lets_try_all_engine/backup/trrr/SatMedtypes.hpp
51fb799f0f296f40945ff2e39c52a6403f761f7d
[]
no_license
mfkiwl/gpsgyan_fork
91b380cf3cfedb5d1aac569c6284bbf34c047573
f7c850216c16b49e01a0653b70c1905b5b6c2587
refs/heads/master
2021-10-15T08:32:53.606124
2011-01-19T16:24:18
2011-01-19T16:24:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
973
hpp
#include "DayTime.hpp" #include "Position.hpp" #include "satdbtypes.hpp" #include "EngineFramework.hpp" #include "SatDgen.hpp" #include "SatDb.hpp" #ifndef SATMDEOSTRUCT #define SATMDEOSTRUCT using namespace gpstk; typedef struct { //std::vector<satDb_ostruct> *satDb_ref; SatDgen *satDgen; SatDb *...
[ "priyankguddu@6c0848c6-feae-43ef-b685-015bb26c21a7" ]
[ [ [ 1, 60 ] ] ]
730f5f077fd8a85acec717b30552bdb7831d2a86
83c85d3cae31e27285ca07e192cc9bbad8081736
/loger/Loger.cpp
469ed809dd87321a7da9f4466a8c7e40a4550321
[]
no_license
yjfcool/poitool
0768d7299a453335cbd1ae1045440285b3295801
1068837ab32dbb9c6df18bbab1ea64bc70942cbf
refs/heads/master
2016-09-05T11:37:18.585724
2010-04-09T06:16:14
2010-04-09T06:16:14
42,576,080
0
0
null
null
null
null
UTF-8
C++
false
false
79
cpp
#include "Loger.h" CLoger::CLoger() { } CLoger::~CLoger() { }
[ "dulton@370d939e-410d-02cf-1e1d-9a5f4ca5de21" ]
[ [ [ 1, 12 ] ] ]
cb492d367298dfd9f6655673b9030410a1a2b9ad
d9f1cc8e697ae4d1c74261ae6377063edd1c53f8
/src/graphics/ColorModifierManager.cpp
a7ece5dbf9d31c48c5ab33c5acec2394f54b06ec
[]
no_license
commel/opencombat2005
344b3c00aaa7d1ec4af817e5ef9b5b036f2e4022
d72fc2b0be12367af34d13c47064f31d55b7a8e0
refs/heads/master
2023-05-19T05:18:54.728752
2005-12-01T05:11:44
2005-12-01T05:11:44
375,630,282
0
0
null
null
null
null
UTF-8
C++
false
false
5,661
cpp
#include "ColorModifierManager.h" #import <msxml4.dll> raw_interfaces_only using namespace MSXML2; #include <misc\SAXContentHandlerImpl.h> #include <misc\Stack.h> #include <stdio.h> #include <direct.h> #include <misc\Array.h> // Instantiate the global color modifier ColorModifiers g_ColorModifiers[MAX_COLOR...
[ "opencombat" ]
[ [ [ 1, 238 ] ] ]
ecf98fa2bcd84107414d30bf96d1065fecf8e91d
a84b013cd995870071589cefe0ab060ff3105f35
/webdriver/branches/android/jobbie/src/cpp/InternetExplorerDriver/InternetExplorerDriver.cpp
0e03950113b5e43ef79c406975fcabd08d9f9e90
[ "Apache-2.0" ]
permissive
vdt/selenium
137bcad58b7184690b8785859d77da0cd9f745a0
30e5e122b068aadf31bcd010d00a58afd8075217
refs/heads/master
2020-12-27T21:35:06.461381
2009-08-18T15:56:32
2009-08-18T15:56:32
13,650,409
1
0
null
null
null
null
UTF-8
C++
false
false
13,846
cpp
/* Copyright 2007-2009 WebDriver committers Copyright 2007-2009 Google Inc. Portions copyright 2007 ThoughtWorks, 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...
[ "alexber@07704840-8298-11de-bf8c-fd130f914ac9" ]
[ [ [ 1, 479 ] ] ]
55c4d3c035c28c2c7eef1dc4b7ed5329768a7049
91b964984762870246a2a71cb32187eb9e85d74e
/SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/statechart/test/TuTest.hpp
dc37b2b343bf053f676cc318265d87c70a294826
[ "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
willrebuild/flyffsf
e5911fb412221e00a20a6867fd00c55afca593c7
d38cc11790480d617b38bb5fc50729d676aef80d
refs/heads/master
2021-01-19T20:27:35.200154
2011-02-10T12:34:43
2011-02-10T12:34:43
32,710,780
3
0
null
null
null
null
UTF-8
C++
false
false
1,290
hpp
#ifndef BOOST_STATECHART_TEST_TU_TEST_HPP_INCLUDED #define BOOST_STATECHART_TEST_TU_TEST_HPP_INCLUDED ////////////////////////////////////////////////////////////////////////////// // Copyright 2005-2006 Andreas Huber Doenni // Distributed under the Boost Software License, Version 1.0. (See accompany- // ing file ...
[ "66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278" ]
[ [ [ 1, 48 ] ] ]
c706b10d7e226e2dc120acb79a689ab97e67d315
6477cf9ac119fe17d2c410ff3d8da60656179e3b
/Projects/openredalert/src/game/ActionEventQueue.cpp
b8431bcb3bb0d28c0de6777ef4c793e4d8f6fbe3
[]
no_license
crutchwalkfactory/motocakerteam
1cce9f850d2c84faebfc87d0adbfdd23472d9f08
0747624a575fb41db53506379692973e5998f8fe
refs/heads/master
2021-01-10T12:41:59.321840
2010-12-13T18:19:27
2010-12-13T18:19:27
46,494,539
0
0
null
null
null
null
UTF-8
C++
false
false
2,094
cpp
// ActionEventQueue.cpp // 1.0 // This file is part of OpenRedAlert. // // OpenRedAlert 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, version 2 of the License. // // OpenRedAlert i...
[ "cepiperez@gmail.com" ]
[ [ [ 1, 86 ] ] ]
95fe1d1e54a89c79af9e962775bd587decf4db37
74c8da5b29163992a08a376c7819785998afb588
/NetAnimal/Game/Hunter/NewGame/SanController/src/OgreNodeDebuggerComponent.cpp
87ae7e83d67c8176bce1b0ce4455e3ec9e8faf99
[]
no_license
dbabox/aomi
dbfb46c1c9417a8078ec9a516cc9c90fe3773b78
4cffc8e59368e82aed997fe0f4dcbd7df626d1d0
refs/heads/master
2021-01-13T14:05:10.813348
2011-06-07T09:36:41
2011-06-07T09:36:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,987
cpp
#include "SanControllerBaseStableHeaders.h" #include "OgreNodeDebuggerComponent.h" #include "COgreNodeDebuggerInterface.h" #include "CUpdateInterface.h" using namespace Orz; inline void Left(Ogre::SceneNode * sn, TimeType i) { sn->translate(i * 500, 0.f, 0.f, Ogre::Node::TS_WORLD); } inline void Righ...
[ "ogre3d@yeah.net" ]
[ [ [ 1, 207 ] ] ]
613941140deb7af0e6c5852d28b06a38f4adb292
d0cf8820b4ad21333e15f7cec1e4da54efe1fdc5
/hgeParticleEditor/EditorUI.cpp
acc27885b98d46dbc2894dc4f7c21e499da45509
[]
no_license
CBE7F1F65/c1bf2614b1ec411ee7fe4eb8b5cfaee6
296b31d342e39d1d931094c3dfa887dbb2143e54
09ed689a34552e62316e0e6442c116bf88a5a88b
refs/heads/master
2020-05-30T14:47:27.645751
2010-10-12T16:06:11
2010-10-12T16:06:11
32,192,658
0
0
null
null
null
null
UTF-8
C++
false
false
59,106
cpp
#include "EditorUI.h" #include "EditorRes.h" #include "Data.h" EditorUI ui; EditorUI::EditorUI() { timer = 0; } EditorUI::~EditorUI() { } void EditorUI::SetupInit() { for(int i=UIITEM_ITEMBEGIN; i<UIITEMMAX; i++) { eres.iteminfo[i].state = 0; } } void EditorUI::SetupEB(bool updateList)...
[ "CBE7F1F65@e00939f0-95ee-11de-8df0-bd213fda01be" ]
[ [ [ 1, 2143 ] ] ]
c1b989ce49fb232b96b3cff256dc5462fe208a41
a92598d0a8a2e92b424915d2944212f2f13e7506
/PtRPG/PhotonLib/Common-cpp/inc/ValueObject.h
489df6ff5e94b8b38e0d8cf4f7c098915b7fd95a
[ "MIT" ]
permissive
peteo/RPG_Learn
0cc4facd639bd01d837ac56cf37a07fe22c59211
325fd1802b14e055732278f3d2d33a9577608c39
refs/heads/master
2021-01-23T11:07:05.050645
2011-12-12T08:47:27
2011-12-12T08:47:27
2,299,148
2
0
null
null
null
null
UTF-8
C++
false
false
16,721
h
/* Exit Games Common - C++ Client Lib * Copyright (C) 2004-2011 by Exit Games GmbH. All rights reserved. * http://www.exitgames.com * mailto:developer@exitgames.com */ #ifndef __VALUE_OBJECT_H #define __VALUE_OBJECT_H #include "ConfirmAllowed.h" #ifndef _EG_BREW_PLATFORM namespace ExitGames { #endi...
[ "95123bb@gmail.com" ]
[ [ [ 1, 501 ] ] ]
8f582918eaa9fd8e9d065fc029fdae5b8fbc7015
fac8de123987842827a68da1b580f1361926ab67
/inc/physics/Common/Base/Memory/hkDebugMemorySnapshot.h
58b922a321f025ee409439392b0764f3d8d664e7
[]
no_license
blockspacer/transporter-game
23496e1651b3c19f6727712a5652f8e49c45c076
083ae2ee48fcab2c7d8a68670a71be4d09954428
refs/heads/master
2021-05-31T04:06:07.101459
2009-02-19T20:59:59
2009-02-19T20:59:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,996
h
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
[ "uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4" ]
[ [ [ 1, 55 ] ] ]
c5b2aee847315e3a788ade0760ea0237d1f4dc07
f77f105963cd6447d0f392b9ee7d923315a82ac6
/Box2DandOgre/include/OgreGpuCommandBufferFlush.h
4f7f622521b79481996eea6f007c111c816af09d
[]
no_license
GKimGames/parkerandholt
8bb2b481aff14cf70a7a769974bc2bb683d74783
544f7afa462c5a25c044445ca9ead49244c95d3c
refs/heads/master
2016-08-07T21:03:32.167272
2010-08-26T03:01:35
2010-08-26T03:01:35
32,834,451
0
0
null
null
null
null
UTF-8
C++
false
false
945
h
#ifndef __GPUCOMMANDBUFFERFLUSH_H__ #define __GPUCOMMANDBUFFERFLUSH_H__ #include "OgrePrerequisites.h" #include "OgreFrameListener.h" namespace Ogre { /** Helper class which can assist you in making sure the GPU command buffer is regularly flushed, so in cases where the CPU is outpacing the GPU we d...
[ "mapeki@34afb35a-be5b-11de-bb5c-85734917f5ce" ]
[ [ [ 1, 41 ] ] ]
8e9040c4484d6ddb6a4abf2c0fe2d2827a456f3a
7f72fc855742261daf566d90e5280e10ca8033cf
/branches/full-calibration/ground/src/libs/opmapcontrol/src/core/opmaps.h
6389f03c1909597e3919696263f87312829ad0e2
[]
no_license
caichunyang2007/my_OpenPilot_mods
8e91f061dc209a38c9049bf6a1c80dfccb26cce4
0ca472f4da7da7d5f53aa688f632b1f5c6102671
refs/heads/master
2023-06-06T03:17:37.587838
2011-02-28T10:25:56
2011-02-28T10:25:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,886
h
/** ****************************************************************************** * * @file OPMaps.h * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @brief * @see The GNU Public License (GPL) Version 3 * @defgroup OPMapWidget * @{ * *********************...
[ "jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba" ]
[ [ [ 1, 92 ] ] ]
80927f12c0ed68ea816d0464d5704d161eba8d6f
3856c39683bdecc34190b30c6ad7d93f50dce728
/LastProject/Source/Input.h
846febecace5c4cf381aecdfd1a95e4e4ea14ea3
[]
no_license
yoonhada/nlinelast
7ddcc28f0b60897271e4d869f92368b22a80dd48
5df3b6cec296ce09e35ff0ccd166a6937ddb2157
refs/heads/master
2021-01-20T09:07:11.577111
2011-12-21T22:12:36
2011-12-21T22:12:36
34,231,967
0
0
null
null
null
null
UHC
C++
false
false
1,841
h
/** @file Input.h @date 2011/09/27 @author 백경훈 @brief 키보드, 마우스 처리 클래스 */ #ifndef _INPUT_H_ #define _INPUT_H_ class CInput : public CSingleton<CInput> { friend class CSingleton<CInput>; public: CInput(); virtual ~CInput(); VOID Clear(); HRESULT Create( HWND a_hWnd ); HRESULT Release()...
[ "kopan84@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0", "yoonhada@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0" ]
[ [ [ 1, 23 ], [ 25, 25 ], [ 31, 31 ], [ 46, 46 ], [ 48, 57 ], [ 60, 61 ], [ 66, 66 ], [ 71, 74 ] ], [ [ 24, 24 ], [ 26, ...
b7aa3a0a94276fffc44e8df69c7b20ceebc152fd
822ab63b75d4d4e2925f97b9360a1b718b5321bc
/History/History.cpp
0742b607189db1c1c166494a7e53245e953acffb
[]
no_license
sriks/decii
71e4becff5c30e77da8f87a56383e02d48b78b28
02c58fbaea69c2448249710d13f2e774762da2c3
refs/heads/master
2020-05-17T23:03:27.822905
2011-12-16T07:29:38
2011-12-16T07:29:38
32,251,281
0
0
null
null
null
null
UTF-8
C++
false
false
740
cpp
#include "History.h" #include "qmlapplicationviewer.h" #include "HistoryEngine.h" struct HistoryPrivate { HistoryEngine* engine; QmlApplicationViewer* qmlViewer; ~HistoryPrivate() { delete qmlViewer; qmlViewer = NULL; } }; History::History(QObject *parent) : QObject(par...
[ "srikanthsombhatla@016151e7-202e-141d-2e90-f2560e693586" ]
[ [ [ 1, 32 ] ] ]
0eb8567616ec89e4bb0a9386656ad84a3448b7bc
3e69b159d352a57a48bc483cb8ca802b49679d65
/tags/release-2006-04-24/pcbnew/class_module.h
86803b4c8b7d6f595d01d0ea60e8b0375924e4f1
[]
no_license
BackupTheBerlios/kicad-svn
4b79bc0af39d6e5cb0f07556eb781a83e8a464b9
4c97bbde4b1b12ec5616a57c17298c77a9790398
refs/heads/master
2021-01-01T19:38:40.000652
2006-06-19T20:01:24
2006-06-19T20:01:24
40,799,911
0
0
null
null
null
null
UTF-8
C++
false
false
4,135
h
/*******************************************************/ /* class_module.h : module description (excepted pads) */ /*******************************************************/ class Pcb3D_GLCanvas; class Struct3D_Master; /************************************/ /* Modules (footprints) description */ /* p...
[ "fcoiffie@244deca0-f506-0410-ab94-f4f3571dea26" ]
[ [ [ 1, 108 ] ] ]
87d0315bb843fb3ca6888525d114b9aa919e01a8
2139c9f6c7d201e394631dfd54a3e658269e9e68
/Resources/OpenGL/FramebufferObject.h
96d7e019202b2ed25a2c932c780378c808dbc535
[]
no_license
OpenEngineDK/branches-PostProcessing
294b87604d8d8e73b12ab7a6fd704a83ca33f3c9
2497ce3879973c410469618d2cf01b051bd4edbb
refs/heads/master
2020-12-24T21:10:50.209919
2009-04-27T10:12:37
2009-04-27T10:12:37
58,073,279
0
0
null
null
null
null
ISO-8859-15
C++
false
false
3,473
h
#ifndef __FRAMEBUFFEROBJECT_H__ #define __FRAMEBUFFEROBJECT_H__ #include <Resources/IFramebufferObject.h> #include <Resources/IRenderBuffer.h> #include <Resources/ITexture2D.h> //#include "RenderBuffer.h" //#include "Texture2D.h" #include <Resources/PPEResourceException.h> #include <Logging/Logger.h> #incl...
[ "anissen@daimi.au.dk" ]
[ [ [ 1, 92 ] ] ]
fa6e52d87ae3e0bda0e0477ccc67ff6562d74b28
d397b0d420dffcf45713596f5e3db269b0652dee
/src/Lib/PropertySystem/Array.hpp
8456b96b11b8095e077b21de156f76ba016dabdf
[]
no_license
irov/Axe
62cf29def34ee529b79e6dbcf9b2f9bf3709ac4f
d3de329512a4251470cbc11264ed3868d9261d22
refs/heads/master
2021-01-22T20:35:54.710866
2010-09-15T14:36:43
2010-09-15T14:36:43
85,337,070
0
0
null
null
null
null
UTF-8
C++
false
false
594
hpp
# pragma once # include "Base.hpp" # include <vector> namespace AxeProperty { typedef std::vector<BasePtr> TVectorElements; class Array : public Base { PROPERTY_VISITOR_DECLARE() public: Array( const TypePtr & _type ); public: void clearValue(); public: void addElement( co...
[ "yuriy_levchenko@b35ac3e7-fb55-4080-a4c2-184bb04a16e0" ]
[ [ [ 1, 35 ] ] ]
10d70c033d4b2d30647530bc8289e1a29f92e2f9
e2c533535bebf3b57db8e09f260ed65b5679f61c
/Touchy/Touchy.h
0dcd711aa34dbad9c3f6dcac1117a7b49f7fad7e
[]
no_license
richy486/drumkitsim
bbfb24e1a83cc09dd761b585e180219a0c42ec75
cdb27629aac834742a3638404f00f6ff073d8fab
refs/heads/master
2020-05-17T13:21:37.315947
2009-07-29T12:55:55
2009-07-29T12:55:55
32,398,859
0
0
null
null
null
null
UTF-8
C++
false
false
362
h
// Touchy.h #pragma once #include "SynKit.h" using namespace System; namespace Touchy { public ref class TouchyFeely { // TODO: Add your methods for this class here. public: TouchyFeely(); ~TouchyFeely(); !TouchyFeely(); System::Boolean InitializeTouchPad(); private: ISynAPI*...
[ "richy486@c710760a-7c2d-11de-acf3-6b2d83488292" ]
[ [ [ 1, 25 ] ] ]
2e3e1211eb204ea2170d240c5fc6b0a78fe9865f
10bac563fc7e174d8f7c79c8777e4eb8460bc49e
/sense/urg_server_t.hpp
39a9297b040887fb7d7041dbd21d35ea79cdcc3c
[]
no_license
chenbk85/alcordev
41154355a837ebd15db02ecaeaca6726e722892a
bdb9d0928c80315d24299000ca6d8c492808f1d5
refs/heads/master
2021-01-10T13:36:29.338077
2008-10-22T15:57:50
2008-10-22T15:57:50
44,953,286
0
1
null
null
null
null
UTF-8
C++
false
false
1,186
hpp
#ifndef urg_server_t_H_INCLUDED #define urg_server_t_H_INCLUDED #include <alcor/core/server_base_t.hpp> #include <alcor/core/iniWrapper.h> #include "urg_laser_t.hpp" #include "urg_server_data_t.hpp" namespace all { namespace sense { class urg_server_t:public server_base_t { public: urg_server_t(ch...
[ "stefano.marra@1c7d64d3-9b28-0410-bae3-039769c3cb81" ]
[ [ [ 1, 45 ] ] ]
c5d864dc03a29a952e3a71c85f034089b2a0e1b2
d609fb08e21c8583e5ad1453df04a70573fdd531
/trunk/开发库/include/HHtmlCtrl.h
19729d99604354a78a9457de891d77746324150a
[]
no_license
svn2github/openxp
d68b991301eaddb7582b8a5efd30bc40e87f2ac3
56db08136bcf6be6c4f199f4ac2a0850cd9c7327
refs/heads/master
2021-01-19T10:29:42.455818
2011-09-17T10:27:15
2011-09-17T10:27:15
21,675,919
0
1
null
null
null
null
GB18030
C++
false
false
774
h
#ifndef __HHTEMLCTRL__H__ #define __HHTEMLCTRL__H__ #pragma once #include <afxhtml.h> #include <afxadv.h> #include <afxcview.h> #define HTML_OPEN_VIEW 0x0001 //使用HtmlView在对话框中打开 #define HTML_OPEN_DEFAULT 0x0002 //使用默认浏览器打开 #define HTML_OPEN_DIALOG 0x0003 //使用HtmlDialog打开 class TEMPLATE_CONTROL_API ...
[ "o890402@gmail.com@f92b348d-55a1-4afa-8193-148a6675784b" ]
[ [ [ 1, 28 ] ] ]
847dd36c739e6c384c0f0d96476d2fa33c6c6219
01c236af2890d74ca5b7c25cec5e7b1686283c48
/Src/HumanPlayer.cpp
52462cc4d62f7b7538c28ac3e308b6797968373a
[ "MIT" ]
permissive
muffinista/palm-pitch
80c5900d4f623204d3b837172eefa09c4efbe5e3
aa09c857b1ccc14672b3eb038a419bd13abc0925
refs/heads/master
2021-01-19T05:43:04.740676
2010-07-08T14:42:18
2010-07-08T14:42:18
763,958
1
0
null
null
null
null
UTF-8
C++
false
false
544
cpp
#include "HumanPlayer.h" HumanPlayer::HumanPlayer() { } HumanPlayer::HumanPlayer(char c) : Player(c, "human") { } HumanPlayer::HumanPlayer(char c, CString name) : Player(c, name) { } HumanPlayer::~HumanPlayer() { } /* when human plays Card */ Boolean HumanPlayer::PickCard(Trick * trk) { ret...
[ "colin@muffinlabs.com" ]
[ [ [ 1, 29 ] ] ]
aca60575248a2b64bd1ddad1555aa0a532b969a1
ba200ae9f30b89d1e32aee6a6e5ef2c991cee157
/trunk/Gosu/WinUtility.hpp
b7338f309b6aa6d54efe729b5ada7bc0907a54cc
[ "MIT" ]
permissive
clebertavares/gosu
1d5fd08d22825d18f2840dfe1c53c96f700b665f
e534e0454648a4ef16c7934d3b59b80ac9ec7a44
refs/heads/master
2020-04-08T15:36:38.697104
2010-02-20T16:57:25
2010-02-20T16:57:25
537,484
1
0
null
null
null
null
UTF-8
C++
false
false
2,664
hpp
//! \file WinUtility.hpp //! Contains some functions which are used to implement Gosu on Windows and //! might be useful for advanced users who try to integrate Gosu in a Win32 //! application. #ifndef GOSU_WINUTILITY_HPP #define GOSU_WINUTILITY_HPP #include <windows.h> #include <Gosu/Platform.hpp> #include...
[ "julian@raschke.de" ]
[ [ [ 1, 76 ] ] ]
3ded980cd9a251365872889141a7cca02fffface
6e563096253fe45a51956dde69e96c73c5ed3c18
/Sockets/File.cpp
e8cc271754bef443fe20529197a64edb4116b0df
[]
no_license
15831944/phoebemail
0931b76a5c52324669f902176c8477e3bd69f9b1
e10140c36153aa00d0251f94bde576c16cab61bd
refs/heads/master
2023-03-16T00:47:40.484758
2010-10-11T02:31:02
2010-10-11T02:31:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,084
cpp
/** \file File.cpp ** \date 2005-04-25 ** \author grymse@alhem.net **/ /* Copyright (C) 2004-2009 Anders Hedstrom This library is made available under the terms of the GNU GPL, with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. If you would like to use this library...
[ "guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd" ]
[ [ [ 1, 169 ] ] ]
2ae1306d6fdbabb9c4ed763c8fe139244709f092
be7df324d5509c7ebb368c884b53ea9445d32e4f
/GUI/dicomConvert/dcmDialog.cpp
5c137d13836e9eccd4530880baff31285ecb720e
[]
no_license
shadimsaleh/thesis.code
b75281001aa0358282e9cceefa0d5d0ecfffdef1
085931bee5b07eec9e276ed0041d494c4a86f6a5
refs/heads/master
2021-01-11T12:20:13.655912
2011-10-19T13:34:01
2011-10-19T13:34:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
33,930
cpp
#include "dcmDialog.h" #include <QString> #include "dcmtk/config/osconfig.h" #include "dcmtk/dcmdata/dctk.h" // #include "dcmDataSeries.h" #include "saveVolumeDialog.h" // analyze support ... #include "dbh.h" dcmDialog::dcmDialog(QWidget *parent) : QDialog(parent) { ui.setupUi(this); ui.m_p...
[ "hari.sundar@siemens.com" ]
[ [ [ 1, 989 ] ] ]
a801db54c454ef33c8f03580936a628d1eac9639
65dee2b7ed8a91f952831525d78bfced5abd713f
/winmob/XfMobile_WM6/Gamepe/VividTree.cpp
8f1e468189d97dd061d92031cffec3f2be858912
[]
no_license
felixnicitin1968/XFMobile
0249f90f111f0920a423228691bcbef0ecb0ce23
4a442d0127366afa9f80bdcdaaa4569569604dac
refs/heads/master
2016-09-06T05:02:18.589338
2011-07-05T17:25:39
2011-07-05T17:25:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,238
cpp
/////////////////////////////////////////////////////////////////////////// // VividTree.cpp : Implementation of Class VividTree /////////////////////////////////////////////////////////////////////////// // // Copyright(C) 2005 Jim Alsup All rights reserved // email: ja.alsup@gmail.com // // Licen...
[ "moti@gamepe.com" ]
[ [ [ 1, 574 ] ] ]
076e50330768318e42061840399ce9e86b2b62db
3d7d8969d540b99a1e53e00c8690e32e4d155749
/IEBgps/inc/IEImageDecoder.h
12629f639b81fc89ebd3466317d8d4acf594f7e8
[]
no_license
SymbianSource/oss.FCL.sf.incubator.photobrowser
50c4ea7142102068f33fc62e36baab9d14f348f9
818b5857895d2153c4cdd653eb0e10ba6477316f
refs/heads/master
2021-01-11T02:45:51.269916
2010-10-15T01:18:29
2010-10-15T01:18:29
70,931,013
0
0
null
null
null
null
UTF-8
C++
false
false
1,822
h
/* * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl...
[ "none@none" ]
[ [ [ 1, 78 ] ] ]
96d9947464562701517fc64665df09c61015262a
cbf000c79b3e286b811a06068f160405ae637ed2
/src/CommandPanel.cpp
da390a7a063f052c00a63b95afbb92bc5d191ac1
[]
no_license
ajpalkovic/e
ee071fb89d8b55b014498858ea87bccdd7b8d1d0
adeb49928889e282c3851fba7d08222c9137b012
refs/heads/master
2021-01-18T11:00:39.166075
2011-02-16T01:23:59
2011-02-16T01:23:59
435,884
7
3
null
null
null
null
UTF-8
C++
false
false
2,572
cpp
#include "CommandPanel.h" #include "CloseButton.h" #include "EditorFrame.h" #include "EditorCtrl.h" // Ctrl id's enum { COMMANDP_CLOSE = 100, COMMANDP_BOX, }; BEGIN_EVENT_TABLE(CommandPanel, wxPanel) EVT_BUTTON(COMMANDP_CLOSE, CommandPanel::OnCloseButton) EVT_IDLE(CommandPanel::OnIdle) END_EVENT_TABLE(...
[ "stigsen@e-texteditor.com" ]
[ [ [ 1, 77 ] ] ]
121fb42fc229dcb5801c3643040b8f590fd81830
b22c254d7670522ec2caa61c998f8741b1da9388
/dependencies/OpenSceneGraph/include/osg/FrameBufferObject
76f9652beacc086cfefe09f04d0cef08649696f3
[]
no_license
ldaehler/lbanet
341ddc4b62ef2df0a167caff46c2075fdfc85f5c
ecb54fc6fd691f1be3bae03681e355a225f92418
refs/heads/master
2021-01-23T13:17:19.963262
2011-03-22T21:49:52
2011-03-22T21:49:52
39,529,945
0
1
null
null
null
null
UTF-8
C++
false
false
19,613
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * included ...
[ "vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13" ]
[ [ [ 1, 488 ] ] ]
2b6bd17b6a596a5081ea5a36f5ad7a37ed72d35d
33f59b1ba6b12c2dd3080b24830331c37bba9fe2
/Depend/Foundation/Mathematics/Wm4BSplineVolume.h
0fbc1d7b6975b75cca82dcf9a94dd9096bb72966
[]
no_license
daleaddink/flagship3d
4835c223fe1b6429c12e325770c14679c42ae3c6
6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a
refs/heads/master
2021-01-15T16:29:12.196094
2009-11-01T10:18:11
2009-11-01T10:18:11
37,734,654
1
0
null
null
null
null
UTF-8
C++
false
false
2,411
h
// Geometric Tools, Inc. // http://www.geometrictools.com // Copyright (c) 1998-2006. All Rights Reserved // // The Wild Magic Version 4 Foundation Library source code is supplied // under the terms of the license agreement // http://www.geometrictools.com/License/Wm4FoundationLicense.pdf // and may not be ...
[ "yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa" ]
[ [ [ 1, 68 ] ] ]
d7b0610903dd443555663abada448d890294a03a
b14d5833a79518a40d302e5eb40ed5da193cf1b2
/cpp/extern/xercesc++/2.6.0/src/xercesc/internal/XMLScanner.cpp
16325c74e368b7e9f3f713f02246893a2fc53cd0
[ "Apache-2.0" ]
permissive
andyburke/bitflood
dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf
fca6c0b635d07da4e6c7fbfa032921c827a981d6
refs/heads/master
2016-09-10T02:14:35.564530
2011-11-17T09:51:49
2011-11-17T09:51:49
2,794,411
1
0
null
null
null
null
UTF-8
C++
false
false
79,144
cpp
/* * Copyright 1999-2002,2004 The Apache Software Foundation. * * 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 * * Unle...
[ "aburke@bitflood.org" ]
[ [ [ 1, 2222 ] ] ]
18f3b1260419b665d059a032290207adae3f2687
f9351a01f0e2dec478e5b60c6ec6445dcd1421ec
/itl/src/itl/itl_date_time.hpp
4bb2e6471590d679335076df220cba1aeff3fa50
[ "BSL-1.0" ]
permissive
WolfgangSt/itl
e43ed68933f554c952ddfadefef0e466612f542c
6609324171a96565cabcf755154ed81943f07d36
refs/heads/master
2016-09-05T20:35:36.628316
2008-11-04T11:44:44
2008-11-04T11:44:44
327,076
0
1
null
null
null
null
UTF-8
C++
false
false
2,787
hpp
/*----------------------------------------------------------------------------+ Copyright (c) 2007-2008: Joachim Faulhaber +-----------------------------------------------------------------------------+ Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any p...
[ "jofaber@6b8beb3d-354a-0410-8f2b-82c74c7fef9a" ]
[ [ [ 1, 68 ] ] ]
fc9d784a85f1fde1b459fce773b21faa59f048a3
6fd162d2cade2db745e68f11d7e9722a3855f033
/Source/BetterVSM_2009_08_31_SAVSM_64BitFloatSAT/SoftShadowMap.h
ecf8627c3f8cc7d30df4db7c52b613a66d66e3c1
[]
no_license
SenichiFSeiei/oursavsm
8f418325bc9883bcb245e139dbd0249e72c18d78
379e77cab67b3b1423a4c6f480b664f79b03afa9
refs/heads/master
2021-01-10T21:00:52.797565
2010-04-27T13:18:19
2010-04-27T13:18:19
41,737,615
0
0
null
null
null
null
UTF-8
C++
false
false
3,801
h
//---------------------------------------------------------------------------------- // File: S3UTMesh.h // Author: Baoguang Yang // // Copyright (c) 2009 S3Graphics Corporation. All rights reserved. // // Contains code manipulating shadow map and // 1. HSM // 2. MSSM // 3. SAT // //--------------------...
[ "yang.nick.baoguang@gmail.com" ]
[ [ [ 1, 98 ] ] ]
0319d8212db88d21877b3ce944f8eba99422434b
6a925ad6f969afc636a340b1820feb8983fc049b
/librtsp/librtsp/inc/RTSPServer.h
8dc872cf040d2b19902ce993372b99060bf5b1a5
[]
no_license
dulton/librtsp
c1ac298daecd8f8008f7ab1c2ffa915bdbb710ad
8ab300dc678dc05085f6926f016b32746c28aec3
refs/heads/master
2021-05-29T14:59:37.037583
2010-05-30T04:07:28
2010-05-30T04:07:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,803
h
/*!@file RTSPServer.h @brief Copyright (c) 2009 HUST ITEC VoIP Lab. All rights reserved. @author Wentao Tang @date 2009.3.21 @version 1.0 */ #pragma once #include "RTSPSessionBase.h" #include "SocketBase.h" #include <pthread.h> class RTSPSessionBase; class RTSPListener; class ServerMediaSessio...
[ "TangWentaoHust@95ff1050-1aa1-11de-b6aa-3535bc3264a2" ]
[ [ [ 1, 119 ] ] ]
b4d05efb0f250be3426bf81d0e411aa1e86c3ff5
5f28f9e0948b026058bafe651ba0ce03971eeafa
/LindsayAR Client MultiMulti/ARToolkitPlus/src/core/paramDistortion.cpp
d9279e0cbcd42b806636dee442394432a7942ebc
[]
no_license
TheProjecter/surfacetoar
cbe460d9f41a2f2d7a677a697114e4eea7516218
4ccba52e55b026b63473811319ceccf6ae3fbc1f
refs/heads/master
2020-05-17T15:41:31.087874
2010-11-08T00:09:25
2010-11-08T00:09:25
42,946,053
0
0
null
null
null
null
UTF-8
C++
false
false
4,498
cpp
/** * Copyright (C) 2010 ARToolkitPlus Authors * * 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 3 of the License, or * (at your option) any later version. * * Th...
[ "jishuoyang@gmail.com" ]
[ [ [ 1, 149 ] ] ]
e3abfb31179ddc9c351500baf28ae4c65d9a138f
22d9640edca14b31280fae414f188739a82733e4
/Code/VTK/include/vtk-5.2/vtkInformationIdTypeKey.h
12d707b36b4d76d0054601f20e9d11aa95c51962
[]
no_license
tack1/Casam
ad0a98febdb566c411adfe6983fcf63442b5eed5
3914de9d34c830d4a23a785768579bea80342f41
refs/heads/master
2020-04-06T03:45:40.734355
2009-06-10T14:54:07
2009-06-10T14:54:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,423
h
/*========================================================================= Program: Visualization Toolkit Module: $RCSfile: vtkInformationIdTypeKey.h,v $ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for de...
[ "nnsmit@9b22acdf-97ab-464f-81e2-08fcc4a6931f" ]
[ [ [ 1, 65 ] ] ]
8ac5034dbf44e45858e1862bdffd4e1b2beec741
85d9531c984cd9ffc0c9fe8058eb1210855a2d01
/QxOrm/include/QxFunction/QxFunction_2.h
d9b58fcc2beca9853f77351fc4f3e68d68e0f028
[]
no_license
padenot/PlanningMaker
ac6ece1f60345f857eaee359a11ee6230bf62226
d8aaca0d8cdfb97266091a3ac78f104f8d13374b
refs/heads/master
2020-06-04T12:23:15.762584
2011-02-23T21:36:57
2011-02-23T21:36:57
1,125,341
0
1
null
null
null
null
UTF-8
C++
false
false
5,359
h
/**************************************************************************** ** ** http://www.qxorm.com/ ** http://sourceforge.net/projects/qxorm/ ** Original file by Lionel Marty ** ** This file is part of the QxOrm library ** ** This software is provided 'as-is', without any express or implied ** warranty. ...
[ "laurent.billonc@gmail.com" ]
[ [ [ 1, 149 ] ] ]
fe7316241ee15d56fcca856edb45d3bfc3982a7e
b7c505dcef43c0675fd89d428e45f3c2850b124f
/Src/SimulatorQt/Util/qt/Win32/include/Qt/qdbusabstractinterface.h
0601da3c52fb670c099991378153548d6a2094cb
[ "BSD-2-Clause" ]
permissive
pranet/bhuman2009fork
14e473bd6e5d30af9f1745311d689723bfc5cfdb
82c1bd4485ae24043aa720a3aa7cb3e605b1a329
refs/heads/master
2021-01-15T17:55:37.058289
2010-02-28T13:52:56
2010-02-28T13:52:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,036
h
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** ** This file is part of the QtDBus module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercia...
[ "alon@rogue.(none)" ]
[ [ [ 1, 146 ] ] ]
db5d1effd6872e43a5aa99209be8dfda011c7ee5
5506729a4934330023f745c3c5497619bddbae1d
/vst2.x/p_analog/p_analog.cpp
369b69dd010c1d34acd8237df4125e2383d0484f
[]
no_license
berak/vst2.0
9e6d1d7246567f367d8ba36cf6f76422f010739e
9d8f51ad3233b9375f7768be528525c15a2ba7a1
refs/heads/master
2020-03-27T05:42:19.762167
2011-02-18T13:35:09
2011-02-18T13:35:09
1,918,997
4
3
null
null
null
null
WINDOWS-1252
C++
false
false
38,410
cpp
/*----------------------------------------------------------------------------- © 2001, Ein Zwerg GmbH, All Rights Cracked -----------------------------------------------------------------------------*/ #ifndef __p_analog__ #include "p_analog.h" #endif static AudioEffect *_effect = 0; //bool oome = f...
[ "p4p4p4@web.de" ]
[ [ [ 1, 997 ] ] ]
85ef41060a4657df3e726d28cc6065dab27aeb9f
7b4c786d4258ce4421b1e7bcca9011d4eeb50083
/_代码统计专用文件夹/C++Primer中文版(第4版)/第十四章 重载操作符与转换/20090221_习题14.24_定义解引用操作符和下标操作符.cpp
efbf21bd97b9c56cfbe8c5d5ad178391d0d742d8
[]
no_license
lzq123218/guoyishi-works
dbfa42a3e2d3bd4a984a5681e4335814657551ef
4e78c8f2e902589c3f06387374024225f52e5a92
refs/heads/master
2021-12-04T11:11:32.639076
2011-05-30T14:12:43
2011-05-30T14:12:43
null
0
0
null
null
null
null
GB18030
C++
false
false
647
cpp
int& CheckedPtr::operator[](const size_t index) { if (beg + index >= end || beg + index < beg) //end指向数组最后一个元素的下一位置 throw out_of_range ("invalid index"); return *(beg + index); } const int& CheckPtr::operator[](const size_t index) { if (beg + index >= end || beg + index < beg) throw out_of_range ("inv...
[ "baicaibang@70501136-4834-11de-8855-c187e5f49513" ]
[ [ [ 1, 27 ] ] ]
3b055ad46dc3fb1a5d4fddab65e10c9711de562f
accd6e4daa3fc1103c86d245c784182e31681ea4
/HappyHunter/Core/Rectangle2D.h
184369312498e3f1dfba1d97a2f6e94dd38c1dc0
[]
no_license
linfuqing/zero3d
d87ad6cf97069aea7861332a9ab8fc02b016d286
cebb12c37fe0c9047fb5b8fd3c50157638764c24
refs/heads/master
2016-09-05T19:37:56.213992
2011-08-04T01:37:36
2011-08-04T01:37:36
34,048,942
0
1
null
null
null
null
WINDOWS-1252
C++
false
false
3,316
h
#pragma once #include "basicmath.h" namespace zerO { /// //2D¾ØÐÎÄ£°å /// template<typename T> class CBasicRectangle2D { public: CBasicRectangle2D(void) {} CBasicRectangle2D(const CBasicRectangle2D<T>& Rect); T GetSizeX()const; T GetSizeY()const; T GetMaxX()const; T GetMinX()c...
[ "linfuqing@126.com" ]
[ [ [ 1, 173 ] ] ]
ad351643b2a14f4ec33e405db72ba29baaae6047
3e6e5d5b2ec9b8616288ae20c55ea3a1f5900178
/3DTetris/source/TGameMenuOptions.cpp
f3c19fec7a1b2abaee42d47216234957afe960ca
[]
no_license
sanke/3dtetrisgame
8ad404dcdd764eb13db0bfc949edb34a77eb0f21
e5bcf219e4ee3b0995809d70a83d92e001e7e50d
refs/heads/master
2021-01-16T21:18:41.949403
2010-06-27T20:58:27
2010-06-27T20:58:27
32,506,729
0
0
null
null
null
null
UTF-8
C++
false
false
132
cpp
#include "TGameMenuOptions.h" TGameMenuOptions::TGameMenuOptions(void) { } TGameMenuOptions::~TGameMenuOptions(void) { }
[ "unocoder@localhost" ]
[ [ [ 1, 9 ] ] ]
ecf05a6ae6aa1b033c4e9081cbea6240fd1a0abd
41371839eaa16ada179d580f7b2c1878600b718e
/UVa/Volume II/00299.cpp
f6caea27c2888aff45e22410ab61a013eb2d4236
[]
no_license
marinvhs/SMAS
5481aecaaea859d123077417c9ee9f90e36cc721
2241dc612a653a885cf9c1565d3ca2010a6201b0
refs/heads/master
2021-01-22T16:31:03.431389
2009-10-01T02:33:01
2009-10-01T02:33:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
603
cpp
///////////////////////////////// // 00299 - Train Swapping ///////////////////////////////// #include<cstdio> #define MAX 50 int v[50]; int i, j,k,size, cases,swaps,aux; void bubble(){ for(j = 0; j < size; j++) for(k = 0; k < size-1-j; k++) if(v[k] > v[k+1]){ aux = v[k]; v[k] = v[k+1]; ...
[ "mistermarin@gmail.com" ]
[ [ [ 1, 28 ] ] ]
873f1531c8bddc57acc6f1e5a420bc80d683aa6b
23df069203762da415d03da6f61cdf340e84307b
/2009-2010/winter10/csci245/archive/eval/number.h
29a1a9840f7885b5c20734e85d242ed7f5ce322f
[]
no_license
grablisting/ray
9356e80e638f3a20c5280b8dba4b6577044d4c6e
967f8aebe2107c8052c18200872f9389e87d19c1
refs/heads/master
2016-09-10T19:51:35.133301
2010-09-29T13:37:26
2010-09-29T13:37:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,308
h
#ifndef NUMBER_H #define NUMBER_H #include "sexpr.h" #include <iostream> #include "bignum.h" class Number : public Sexpr { public: Number(){}; /** Stores an integer as a new bignum. @param b is the integer used to create the bignum. */ Number(int b); /** Creates a new bignum. @para...
[ "Bobbbbommmbb@Bobbbbommmbb-PC.(none)" ]
[ [ [ 1, 73 ] ] ]
902b681642adf7953e810252252e2cbb8c87bba7
5fa57a0bf6492f713b33847752d8be7059d7cd5f
/master.h
51872c4889045fa4d7f5a7df80b66543ce4f43ba
[]
no_license
smitec/workers
75bad36602ee3d341a7261612cd6e3e6d1a8d3e0
875dec02c7f604361838949972443c30243db3ea
refs/heads/master
2021-01-18T13:49:45.115527
2011-09-24T07:57:10
2011-09-24T07:57:10
2,261,180
0
0
null
null
null
null
UTF-8
C++
false
false
800
h
#ifndef MASTER_H #define MASTER_H #include "Worker.h" #include <pthread.h> /* Master starts and the tread is running until it is killed. A master is assigned a Worker, makes it execute its task After the task is collected it waits again for a new Worker Masters are designed to remove thread overhead */ vo...
[ "elliot.smith91@gmail.com" ]
[ [ [ 1, 41 ] ] ]
d008c9a51c8883358250fe5baeb530bf27109c69
ad80c85f09a98b1bfc47191c0e99f3d4559b10d4
/code/src/tools/wftools.cc
50902f3e350402a2e653ecbce1e89f0d48e1ba8a
[]
no_license
DSPNerd/m-nebula
76a4578f5504f6902e054ddd365b42672024de6d
52a32902773c10cf1c6bc3dabefd2fd1587d83b3
refs/heads/master
2021-12-07T18:23:07.272880
2009-07-07T09:47:09
2009-07-07T09:47:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,239
cc
//-------------------------------------------------------------------- // wftools.cc // // Allgemeine Support-Routinen fuer wf-Tools. // // (C) 1998 A.Weissflog //-------------------------------------------------------------------- #include "tools/wftools.h" #include <stdlib.h> #include <s...
[ "plushe@411252de-2431-11de-b186-ef1da62b6547" ]
[ [ [ 1, 338 ] ] ]
2eacc7677e38efa6d68dfe6f668bf89abc714acb
74c8da5b29163992a08a376c7819785998afb588
/NetAnimal/addons/pa/ParticleUniverse/src/ParticleObservers/ParticleUniverseOnCountObserverTokens.cpp
cb10e50bba1c3b6c57de3f451bb8a1bfea136dfe
[]
no_license
dbabox/aomi
dbfb46c1c9417a8078ec9a516cc9c90fe3773b78
4cffc8e59368e82aed997fe0f4dcbd7df626d1d0
refs/heads/master
2021-01-13T14:05:10.813348
2011-06-07T09:36:41
2011-06-07T09:36:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,294
cpp
/* ----------------------------------------------------------------------------------------------- This source file is part of the Particle Universe product. Copyright (c) 2010 Henry van Merode Usage of this program is licensed under the terms of the Particle Universe Commercial License. You can find a copy of...
[ "ogre3d@yeah.net" ]
[ [ [ 1, 90 ] ] ]
6f15b067d6f23c9fe44b186cb32f722ab9016015
441f38f6cec9ff04ea02ee4aa509bcb7d23fb59d
/src/DateManipulator.cpp
ee4c5be782a16e456bb0782faf18faceaa4bfce1
[]
no_license
ptrv/drawinglife_datemanipulator
4b5e4ce41f44534d6bc23ad1c2de21ceccb09c06
cc06254fbad5c135f5720b3e5025fca851128c11
refs/heads/master
2020-05-16T22:05:51.285772
2010-05-31T08:31:07
2010-05-31T08:31:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,888
cpp
/*========================================================== Copyright (c) avp::ptr, 2010 ==========================================================*/ #include "DateManipulator.h" #include <sstream> #include <limits> #include <cmath> #include <ctime> void DateManipulator::manipulate(const GpsPoint& reference,...
[ "mail@petervasil.net", "mail@rajkoamberg.de" ]
[ [ [ 1, 4 ], [ 31, 31 ] ], [ [ 5, 30 ], [ 32, 200 ] ] ]
64db563b2a0dff927e7b348fdd6f11a9b5938166
0ea3a623e3a514184649a087c636338c53e25d93
/src/Unknown.h
390d6417db11fb46a05ca728517faf583bfd83dd
[]
no_license
scottrick/rt
7c660f3ae2dd6bd51fd470f2f9830700632a1306
e3b3d31b4c56629a9cd8708e36e2de12be4a6486
refs/heads/master
2021-01-20T10:56:38.764827
2011-04-24T00:29:13
2011-04-24T00:29:13
1,647,923
0
0
null
null
null
null
UTF-8
C++
false
false
269
h
#ifndef _UNKNOWN_H_ #define _UNKNOWN_H_ class Unknown { public: Unknown() {}; ~Unknown() {}; virtual void Print() = 0; virtual void Refresh(int DeltaTime) = 0; private: }; #endif
[ "atki0090@umn.edu" ]
[ [ [ 1, 18 ] ] ]
730a8aaacedfc921a7ef87b79a6be29419c8a217
e01dc698db930a300bd6e27412cd027635151f6a
/rodador-de-mepa/rodador_mepa/mepa.h
d61dad5923790bc92a997d894febe6c7a5d193e8
[]
no_license
lucasjcastro/rodador-de-mepa
becda6a9cdb6bbbec6e339f7bb52ec1dda48a89f
933fe3f522f55c55e8056c182016f9f06280b3e0
refs/heads/master
2021-01-10T07:37:40.226661
2008-09-25T02:27:58
2008-09-25T02:27:58
46,521,554
0
0
null
null
null
null
ISO-8859-1
C++
false
false
689
h
/* * A função dessa classe é executar a traducao propriamente dita da MEPA * */ #ifndef MEPA_H_ #define MEPA_H_ #include <iostream> #include <fstream> #include <string> #include <vector> #include "node.h" class mepa{ public: //construtor mepa(); ...
[ "solenoide.spm@33f839a4-89d3-11dd-bc3c-d57f4316d18f" ]
[ [ [ 1, 31 ] ] ]
dd329ed25c4d55bffd3958d326d58b37cfabf958
fcdddf0f27e52ece3f594c14fd47d1123f4ac863
/terralib/src/terralib/functions/TeImportMIF.cpp
657f82eb7b3f67ff3e285bc12da7d5cd307ca73d
[]
no_license
radtek/terra-printer
32a2568b1e92cb5a0495c651d7048db6b2bbc8e5
959241e52562128d196ccb806b51fda17d7342ae
refs/heads/master
2020-06-11T01:49:15.043478
2011-12-12T13:31:19
2011-12-12T13:31:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
22,914
cpp
/************************************************************************************ TerraLib - a library for developing GIS applications. Copyright � 2001-2007 INPE and Tecgraf/PUC-Rio. This code is part of the TerraLib library. This library is free software; you can redistribute it and/or modify it under the ...
[ "rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec" ]
[ [ [ 1, 920 ] ] ]
737ebd0131a782b47a7dfd4f06108456ec606530
3970f1a70df104f46443480d1ba86e246d8f3b22
/imebra/src/base/include/stream.h
12615b4caaa2efae1d58bcd3ad6f72ea740a8a5c
[]
no_license
zhan2016/vimrid
9f8ea8a6eb98153300e6f8c1264b2c042c23ee22
28ae31d57b77df883be3b869f6b64695df441edb
refs/heads/master
2021-01-20T16:24:36.247136
2009-07-28T18:32:31
2009-07-28T18:32:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,449
h
/* 0.0.46 Imebra: a C++ dicom library. Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 by Paolo Brandoli This program is free software; you can redistribute it and/or modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 as published by the Free Software Foundation. This progr...
[ "nick@synergy-project.org" ]
[ [ [ 1, 132 ] ] ]
02a3d4eaa8bf8d301fd70ebdd0199060f1c5df72
6253ab92ce2e85b4db9393aa630bde24655bd9b4
/Sensors/ParkingMcGhee/ParkingMcGhee/Parker.h
48490aba35cdc3bca1373531d6a82b788245ab8e
[]
no_license
Aand1/cornell-urban-challenge
94fd4df18fd4b6cc6e12d30ed8eed280826d4aed
779daae8703fe68e7c6256932883de32a309a119
refs/heads/master
2021-01-18T11:57:48.267384
2008-10-01T06:43:18
2008-10-01T06:43:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,627
h
#ifndef _PARKER_H #define _PARKER_H #ifdef __cplusplus_cli #pragma managed(push,off) #endif #include "math.h" #include <iostream> using namespace std; struct VehicleParameters{ double back_bumper; // distance from back axle to back bumper double front_bumper; // distance from back axle to front bump...
[ "anathan@5031bdca-8e6f-11dd-8a4e-8714b3728bc5" ]
[ [ [ 1, 165 ] ] ]
4efaaaaa6cb8f8912c6381d67e26490dde0adbe0
4813a54584f8e8a8a2d541291a08b244640a7f77
/libxl/include/lockable.h
a90510bafb989557f16dd7e91c0680891e48e474
[]
no_license
cyberscorpio/libxl
fcc0c67390dd8eae4bb7d36f6a459ffed368183a
8d27566f45234af214a7a1e19c455e9721073e8c
refs/heads/master
2021-01-19T16:56:51.990977
2010-06-30T08:18:41
2010-06-30T08:18:41
38,444,794
0
0
null
null
null
null
UTF-8
C++
false
false
712
h
#ifndef XL_LOCKABLE_H #define XL_LOCKABLE_H /** * implements the ILockable interface */ #include <assert.h> #include <Windows.h> #include "common.h" #include "interfaces.h" XL_BEGIN ////////////////////////////////////////////////////////////////////////// /// user lock, use critical section in windows...
[ "doudehou@59b6eb50-eb15-11de-b362-3513cf04e977", "doudehou@gmail.com" ]
[ [ [ 1, 19 ], [ 21, 22 ], [ 24, 29 ], [ 31, 36 ] ], [ [ 20, 20 ], [ 23, 23 ], [ 30, 30 ] ] ]
0ee8163b428cdd536f9db5d199a7f7279ab48859
bd89d3607e32d7ebb8898f5e2d3445d524010850
/adaptationlayer/modematadaptation/modematcontroller_dll/inc/csignalindreq.h
2c29562922fc33229f0318a4f13a210adae12e79
[]
no_license
wannaphong/symbian-incubation-projects.fcl-modemadaptation
9b9c61ba714ca8a786db01afda8f5a066420c0db
0e6894da14b3b096cffe0182cedecc9b6dac7b8d
refs/heads/master
2021-05-30T05:09:10.980036
2010-10-19T10:16:20
2010-10-19T10:16:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
960
h
/* * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.o...
[ "dalarub@localhost" ]
[ [ [ 1, 47 ] ] ]
89a240f03a1033b42c0766347b7142a3ea2388d0
30e4267e1a7fe172118bf26252aa2eb92b97a460
/code/pkg_UnitTest/Modules/TestCore/TestConfigDB.h
d962efc1e51c95dc1ff0058717353337fb35ebf9
[ "Apache-2.0" ]
permissive
thinkhy/x3c_extension
f299103002715365160c274314f02171ca9d9d97
8a31deb466df5d487561db0fbacb753a0873a19c
refs/heads/master
2020-04-22T22:02:44.934037
2011-01-07T06:20:28
2011-01-07T06:20:28
1,234,211
2
0
null
null
null
null
UTF-8
C++
false
false
1,970
h
// Copyright 2008-2011 Zhang Yun Gui, rhcad@hotmail.com // https://sourceforge.net/projects/x3c/ // // 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/lic...
[ "rhcad1@71899303-b18e-48b3-b26e-8aaddbe541a3" ]
[ [ [ 1, 65 ] ] ]
e197d4f71128a031b4a680606fe59335ec81e1e4
bbbced1defe4a25cacd2e3e457c3f6a757682d92
/asteragy_server/stdafx.h
8639adc28472f3fda9591c3d8f6cecbbbfb77eb2
[]
no_license
ForestLight/asteragy
5409debae0660a33662b80fa2f1c99cf1e791d1c
1b497522a3669d78c7326598d999ca228ab1a5dd
refs/heads/master
2016-08-12T23:13:29.936709
2009-12-06T21:59:59
2009-12-06T21:59:59
36,563,577
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,192
h
#ifndef STDAFX_H_ #define STDAFX_H_ #ifdef _MSC_VER #if _MSC_VER >= 1020 #pragma once #endif #if _MSC_VER >= 1400 #define _CRT_SECURE_NO_WARNINGS #define _SCL_SECURE_NO_WARNINGS #endif #pragma warning(push) #pragma warning(disable: 4819 4127 4512 4510 4610 4100 4251) #else #define __assume(x) ((v...
[ "valp_ab@yahoo.co.jp", "yusuke.ichinohe@05ab3c7c-673e-0410-85c5-735cf5110427" ]
[ [ [ 1, 2 ], [ 4, 4 ], [ 8, 9 ], [ 21, 21 ], [ 26, 26 ], [ 36, 41 ], [ 43, 47 ], [ 49, 50 ], [ 53, 55 ], [ 57, 59 ] ...
0487802d7d93dff6a236051e80b9045b653df39d
d397b0d420dffcf45713596f5e3db269b0652dee
/src/Axe/Proxy.hpp
e4aa7f3abd740f5361e46e619d8023483177b42b
[]
no_license
irov/Axe
62cf29def34ee529b79e6dbcf9b2f9bf3709ac4f
d3de329512a4251470cbc11264ed3868d9261d22
refs/heads/master
2021-01-22T20:35:54.710866
2010-09-15T14:36:43
2010-09-15T14:36:43
85,337,070
0
0
null
null
null
null
UTF-8
C++
false
false
1,978
hpp
# pragma once # include <Axe/Connection.hpp> # include <Axe/Response.hpp> namespace Axe { typedef AxeHandle<class ProxyConnectionProvider> ProxyConnectionProviderPtr; typedef AxeHandle<class Response> ResponsePtr; class ArchiveDispatcher; class ArchiveInvocation; class Response_Servant_destroy ...
[ "yuriy_levchenko@b35ac3e7-fb55-4080-a4c2-184bb04a16e0" ]
[ [ [ 1, 78 ] ] ]
39edd47d23df93a574fcb3951ffbc529abe8b892
af260b99d9f045ac4202745a3c7a65ac74a5e53c
/trunk/gui/EngineWrapper/AssemblyInfo.cpp
617cb2cd02c6390466e561e9fc64b557a68972de
[]
no_license
BackupTheBerlios/snap-svn
560813feabcf5d01f25bc960d474f7e218373da0
a99b5c64384cc229e8628b22f3cf6a63a70ed46f
refs/heads/master
2021-01-22T09:43:37.862180
2008-02-17T15:50:06
2008-02-17T15:50:06
40,819,397
0
0
null
null
null
null
UTF-8
C++
false
false
1,324
cpp
#include "stdafx.h" using namespace System; using namespace System::Reflection; using namespace System::Runtime::CompilerServices; using namespace System::Runtime::InteropServices; using namespace System::Security::Permissions; // // General Information about an assembly is controlled through the following ...
[ "aviadr1@1f8b7f26-7806-0410-ba70-a23862d07478" ]
[ [ [ 1, 40 ] ] ]
25d23aff7e903f4d54ba61c868a1fa09b38765a5
478570cde911b8e8e39046de62d3b5966b850384
/apicompatanamdw/bcdrivers/mw/websrv/web_service_messaging_api/src/newsoapclassescases.cpp
b53238b34b8fcd8428d8adb2ba3466ee1a6f798c
[]
no_license
SymbianSource/oss.FCL.sftools.ana.compatanamdw
a6a8abf9ef7ad71021d43b7f2b2076b504d4445e
1169475bbf82ebb763de36686d144336fcf9d93b
refs/heads/master
2020-12-24T12:29:44.646072
2010-11-11T14:03:20
2010-11-11T14:03:20
72,994,432
0
0
null
null
null
null
UTF-8
C++
false
false
136,256
cpp
/* * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl...
[ "none@none" ]
[ [ [ 1, 3451 ] ] ]
21462cc49b05e9bec7e0aa2f8a79f33fc0ea57c6
138a353006eb1376668037fcdfbafc05450aa413
/source/ogre/OgreNewt/boost/mpl/aux_/has_key_impl.hpp
079f329975cb11b9b286b3a746f10a8e97f8fe13
[]
no_license
sonicma7/choreopower
107ed0a5f2eb5fa9e47378702469b77554e44746
1480a8f9512531665695b46dcfdde3f689888053
refs/heads/master
2020-05-16T20:53:11.590126
2009-11-18T03:10:12
2009-11-18T03:10:12
32,246,184
0
0
null
null
null
null
UTF-8
C++
false
false
1,010
hpp
#ifndef BOOST_MPL_AUX_HAS_KEY_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_HAS_KEY_IMPL_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2002-2004 // Copyright David Abrahams 2003 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost....
[ "Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e" ]
[ [ [ 1, 34 ] ] ]
b5b931b4b5a0bd47bd79aec47f4c866b5b422f04
fac8de123987842827a68da1b580f1361926ab67
/inc/physics/Physics/Dynamics/Constraint/Bilateral/StiffSpring/hkpStiffSpringConstraintData.h
00316e92bf8bfd5b9bb19dd7215f5e6aeff74c7f
[]
no_license
blockspacer/transporter-game
23496e1651b3c19f6727712a5652f8e49c45c076
083ae2ee48fcab2c7d8a68670a71be4d09954428
refs/heads/master
2021-05-31T04:06:07.101459
2009-02-19T20:59:59
2009-02-19T20:59:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,762
h
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
[ "uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4" ]
[ [ [ 1, 129 ] ] ]