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
6bb215bc22e7cd42a043f8155f64e4b72324319a
2821bd16a5e375893ee2733b9d6a5565edc46685
/SAXParser.h
0d089f29ac389add922344fff7d449e11e2344a9
[]
no_license
zephyrer/activelog
24eab2107dd11f3c1ecb7b8e78e87fb0a6dcb3b2
febf3a1080959c28215d84f0c2f92aff032f4240
refs/heads/master
2021-01-13T02:27:24.587560
2009-07-20T02:47:48
2009-07-20T02:47:48
40,067,861
0
0
null
null
null
null
UTF-8
C++
false
false
167
h
#pragma once class SAXParser { public: SAXParser(void); ~SAXParser(void); public: int ParseData(CString Data); private: ISAXXMLReader* pReader; };
[ "vatechsystems@85faade2-74d6-11de-ba67-499d525147dd" ]
[ [ [ 1, 12 ] ] ]
63bba1645065700dd60359ad3d80b7aecba8c17d
5750620062af54ed24792c39d0bf19a6f8f1e3bf
/src/net.cpp
16af8c569230fe9e9b69992f1ef20dcf4d1289f6
[]
no_license
makomk/soldcoin
4088e49928efe7436eee8bae40b0b1b9ce9e2720
f964acdd1a76d58f7e27e386fffbed22a1916307
refs/heads/master
2021-01-17T22:18:53.603480
2011-09-04T19:29:57
2011-09-04T19:29:57
2,344,688
0
0
null
null
null
null
UTF-8
C++
false
false
55,504
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2011 The SolidCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" #include "irc.h" #include "db.h" #include "net.h" #...
[ "root@waka.site40.net" ]
[ [ [ 1, 1750 ] ] ]
211d4d15ec5b4fc98a1519760f5b9c78b355cb12
048ab1167ffbc2e4e206c220265e729fad405545
/PROGRAMADA_INTENTO_2/triangle.cpp
cbfa4395bb4766cbb66d91e3e16a03881aa2aa8e
[]
no_license
rijoalvi/tarea4graficacion
2802c59352ea5fb7443ea9822dc4afe080c1d466
ed2eed4e6dcd92f5ba810f7e30cfe329d73f93fe
refs/heads/master
2020-06-02T23:49:27.178302
2011-10-29T01:28:08
2011-10-29T01:28:08
32,130,928
0
0
null
null
null
null
UTF-8
C++
false
false
4,945
cpp
/* * triangle.cpp * asrTracer * * Created by Petrik Clarberg on 2006-02-22. * Copyright 2006 __MyCompanyName__. All rights reserved. * */ #include "defines.h" #include "ray.h" #include "triangle.h" #include "mesh.h" /// Triangle overlap distance to avoid problems at edges. static const float...
[ "rijoalvi@gmail.com@5c4c3386-4ac9-2bb3-2425-1b8d11fe38ad" ]
[ [ [ 1, 189 ] ] ]
3e06254c25fdd38e941532b4348278580842b5bd
f8c850e4068e1c2684f082ed81541a0b175cb807
/Lab2March/Bradshaw_David_ComputeChange.cpp
800447cd8c407f763fef10366c6272031e6464d3
[]
no_license
dabrad26/programming-class-cpp
677738e9154de3bd103e41269a21dea21901b5d0
b1b23a187755400abeb9caebdf0ea0636cd2491b
refs/heads/main
2023-02-09T23:00:34.490541
2009-08-20T19:19:19
2009-08-20T19:19:19
327,986,006
0
0
null
null
null
null
UTF-8
C++
false
false
1,866
cpp
#include <iostream> using namespace std; int main() { // Receive the amount cout << "Enter an amount in double: "; double amount; cin >> amount; int remainingAmount = static_cast<int>(amount * 100); // Find the number of one dollars int numberOfOneDollars = remainingAmount / 100; remain...
[ "david.bradshaw@ibm.com" ]
[ [ [ 1, 83 ] ] ]
3cec80e0221efe57b388075149c51387b306f2a5
7ffee9a5beb93120007459707cced0ca592b251d
/readppm.cpp
b4cd919ab49aa7c86c59f33b94092a134938903d
[]
no_license
skabbes/cs418mp3
403119257f7971e1f7ad36954ea5043a50ee59b8
6fb8218bef4c44defa7a2dddbaaa6a9e1433b49f
refs/heads/master
2021-01-10T19:22:40.697264
2011-04-11T09:11:01
2011-04-11T09:11:01
1,588,687
0
2
null
null
null
null
UTF-8
C++
false
false
2,743
cpp
/* readppm.c Nate Robins, 1997, 2000 nate@pobox.com, http://www.pobox.com/~nate PPM File reader. */ #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #include "readppm.h" /* readPPM: read a PPM raw (type P6) file. The PPM f...
[ "stevenkabbes@gmail.com" ]
[ [ [ 1, 87 ] ] ]
01b6f81307898a3c3284a462d38903269cc8f655
814b49df11675ac3664ac0198048961b5306e1c5
/Code/Engine/Utilities/include/ComponentRotative.h
b0cb1586c9a2f785d2fe420a06022e10b01ec868
[]
no_license
Atridas/biogame
f6cb24d0c0b208316990e5bb0b52ef3fb8e83042
3b8e95b215da4d51ab856b4701c12e077cbd2587
refs/heads/master
2021-01-13T00:55:50.502395
2011-10-31T12:58:53
2011-10-31T12:58:53
43,897,729
0
0
null
null
null
null
UTF-8
C++
false
false
997
h
#pragma once #ifndef __COMPONENT_ROTATIVE__ #define __COMPONENT_ROTATIVE__ #include "base.h" #include "EntityDefines.h" class CComponentRenderableObject; class CComponentRotative: public CBaseComponent { public: ~CComponentRotative() {Done();} CBaseComponent::Type GetType() {return CBaseCom...
[ "mudarra@576ee6d0-068d-96d9-bff2-16229cd70485", "Atridas87@576ee6d0-068d-96d9-bff2-16229cd70485" ]
[ [ [ 1, 7 ], [ 9, 19 ], [ 21, 21 ], [ 23, 23 ], [ 25, 29 ], [ 32, 32 ], [ 34, 36 ] ], [ [ 8, 8 ], [ 20, 20 ], [ 22, 2...
181690d81856abc7c46e0f3921c35500249d9af2
5750620062af54ed24792c39d0bf19a6f8f1e3bf
/src/json/json_spirit_writer_template.h
d42b411e2d0e979e835915741eb91032caeadfdc
[ "MIT" ]
permissive
makomk/soldcoin
4088e49928efe7436eee8bae40b0b1b9ce9e2720
f964acdd1a76d58f7e27e386fffbed22a1916307
refs/heads/master
2021-01-17T22:18:53.603480
2011-09-04T19:29:57
2011-09-04T19:29:57
2,344,688
0
0
null
null
null
null
UTF-8
C++
false
false
7,100
h
#ifndef JSON_SPIRIT_WRITER_TEMPLATE #define JSON_SPIRIT_WRITER_TEMPLATE // Copyright John W. Wilkinson 2007 - 2009. // Distributed under the MIT License, see accompanying file LICENSE.txt // json spirit version 4.03 #include "json_spirit_value.h" #include <cassert> #include <sstream> #include <...
[ "root@waka.site40.net" ]
[ [ [ 1, 248 ] ] ]
0ae4d58f5f419309c6c0056b83bcf1a76c7110c8
b14d5833a79518a40d302e5eb40ed5da193cf1b2
/cpp/extern/xercesc++/2.6.0/src/xercesc/dom/deprecated/AttrMapImpl.cpp
02796bf829f30f0f7781735349351a8abab5e9c7
[ "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
2,780
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, 104 ] ] ]
f8260ff1ab46050afa4e5a54bafd952fad10f01b
508bfb3220be28811600a2cbf0aabae382f78775
/AcademicCrawler-sdk/Qt/Qt-4.6.2/include/Qt/qmatrix4x4.h
5786dbd3cffd9252f6199dc70a9066f02ff75c82
[]
no_license
darkbtf/academic-crawler
295f3bd74b18e700402bc2be59f15694d6195471
5dfcb0f1b88b93aa7545ef233344a41570011532
refs/heads/master
2021-01-01T19:21:00.162442
2011-03-10T16:29:25
2011-03-10T16:29:25
42,468,175
0
0
null
null
null
null
UTF-8
C++
false
false
34,404
h
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:L...
[ "ulmonkey1987@7c5ce3f8-edad-37de-be84-b98c484540b5" ]
[ [ [ 1, 1024 ] ] ]
1426fbd5d689f179ff7275d9832a1add60895d86
335783c9e5837a1b626073d1288b492f9f6b057f
/source/fbxcmd/daolib/Model/MAO/MAOFile.h
83a3e95d430b283b4fc8d2fb960d01a19bd59cc6
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
code-google-com/fbx4eclipse
110766ee9760029d5017536847e9f3dc09e6ebd2
cc494db4261d7d636f8c4d0313db3953b781e295
refs/heads/master
2016-09-08T01:55:57.195874
2009-12-03T20:35:48
2009-12-03T20:35:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
802
h
/********************************************************************** *< FILE: MAOFile.h DESCRIPTION: MAO File Format HISTORY: *> Copyright (c) 2009, All Rights Reserved. **********************************************************************/ #pragma once #include "MAOCommon.h" #include "MAO/Material...
[ "tazpn314@ccf8930c-dfc1-11de-9043-17b7bd24f792" ]
[ [ [ 1, 42 ] ] ]
ca320c3ea97e06eeff4334e6f236269299190074
59ce53af7ad5a1f9b12a69aadbfc7abc4c4bfc02
/src/SkinResEditor_Old/SkinStrResDoc.h
cd5d85a191a71ba94d2e1d1015f3d691c675ec8c
[]
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,784
h
/******************************************************************** * CreatedOn: 2008-2-17 12:25 * FileName: SkinStrResDoc.h * CreatedBy: lidengwang <lidengwang@kingsoft.net> * $LastChangedDate$ * $LastChangedRevision$ * $LastChangedBy$ * $HeadURL: $ * Purpose: ********************************************...
[ "wgkujgg@163.com" ]
[ [ [ 1, 118 ] ] ]
57de44697d54a3237ca19c9355e6e80796ffeee8
9ad9345e116ead00be7b3bd147a0f43144a2e402
/Integration_WAH_&_Extraction/SMDataExtraction/Algorithm/C45TreeNominal.h
cf5735b4bbc94dfc65d5890791dcc6ac5713beb0
[]
no_license
asankaf/scalable-data-mining-framework
e46999670a2317ee8d7814a4bd21f62d8f9f5c8f
811fddd97f52a203fdacd14c5753c3923d3a6498
refs/heads/master
2020-04-02T08:14:39.589079
2010-07-18T16:44:56
2010-07-18T16:44:56
33,870,353
0
0
null
null
null
null
UTF-8
C++
false
false
2,622
h
#pragma once #include "classifier.h" #include "modelselection.h" #include "classifiertree.h" #include "ewah.h" #include "boost/dynamic_bitset.hpp" #include "WAHStructure.h" #include "smalgorithmexceptions.h" using namespace CompressedStructure; /*************************************************************...
[ "jaadds@c7f6ba40-6498-11de-987a-95e5a5a5d5f1" ]
[ [ [ 1, 114 ] ] ]
f87d9f3b4fd7578bcd9d4bb5a451555b1545b732
d609fb08e21c8583e5ad1453df04a70573fdd531
/trunk/DiskMonitor/TimeTrace.h
1aa841bb473f465c1b2dc599ade258443c899bff
[]
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
2,989
h
#ifndef __TIMETRACE__H__ #define __TIMETRACE__H__ #pragma once #include <time.h> #include <fstream> #ifdef _WINDOWS //窗口项目 #include <Shlwapi.h> #else //控制台项目 #include <atlpath.h> #endif using namespace std; #define MAX_HTML_BUFFER 1024 enum enHTML { HTML_COLOR_NORMAL=0, //正常信息 HTML_C...
[ "o890402@gmail.com@f92b348d-55a1-4afa-8193-148a6675784b" ]
[ [ [ 1, 143 ] ] ]
dd07329a912a660bcd5667a42f24724c0e08c852
c5534a6df16a89e0ae8f53bcd49a6417e8d44409
/trunk/nGENE Proj/GUIComboBox.cpp
862b950f1504b53d491818a450ddee9145ed8762
[]
no_license
svn2github/ngene
b2cddacf7ec035aa681d5b8989feab3383dac012
61850134a354816161859fe86c2907c8e73dc113
refs/heads/master
2023-09-03T12:34:18.944872
2011-07-27T19:26:04
2011-07-27T19:26:04
78,163,390
2
0
null
null
null
null
UTF-8
C++
false
false
3,835
cpp
/* --------------------------------------------------------------------------- This source file is part of nGENE Tech. Copyright (c) 2006- Wojciech Toman This program is free software. File: GUIComboBox.cpp Version: 0.01 --------------------------------------------------------------------------- */ #i...
[ "Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57" ]
[ [ [ 1, 148 ] ] ]
29c6fde43e7636566f29c290a52103ed1c3bee82
299a1b0fca9e1de3858a5ebeaf63be6dc3a02b48
/tags/ic2005demo/dingus/dingus/resource/CubeTextureBundle.cpp
1fd62852a6a642890bffb2e609255b5a35928d27
[]
no_license
BackupTheBerlios/dingus-svn
331d7546a6e7a5a3cb38ffb106e57b224efbf5df
1223efcf4c2079f58860d7fa685fa5ded8f24f32
refs/heads/master
2016-09-05T22:15:57.658243
2006-09-02T10:10:47
2006-09-02T10:10:47
40,673,143
0
0
null
null
null
null
UTF-8
C++
false
false
3,934
cpp
// -------------------------------------------------------------------------- // Dingus project - a collection of subsystems for game/graphics applications // -------------------------------------------------------------------------- #include "stdafx.h" #include "CubeTextureBundle.h" #include "../utils/Errors.h"...
[ "nearaz@73827abb-88f4-0310-91e6-a2b8c1a3e93d" ]
[ [ [ 1, 130 ] ] ]
2d377f42140b34e4dceca40a8dba2df73e337222
9773c3304eecc308671bcfa16b5390c81ef3b23a
/MDI AIPI V.6.92 2003 ( Correct Save Fired Rules, AM =-1, g_currentLine)/AIPI/InfoCtrl.h
322bad652c40538915e6e1b53517db61174464a9
[]
no_license
15831944/AiPI-1
2d09d6e6bd3fa104d0175cf562bb7826e1ac5ec4
9350aea6ac4c7870b43d0a9f992a1908a3c1c4a8
refs/heads/master
2021-12-02T20:34:03.136125
2011-10-27T00:07:54
2011-10-27T00:07:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,554
h
#if !defined(AFX_INFOCTRL_H__52FA5733_7D5E_4752_B2CF_BA3BC8FBE5DD__INCLUDED_) #define AFX_INFOCTRL_H__52FA5733_7D5E_4752_B2CF_BA3BC8FBE5DD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // InfoCtrl.h : header file // #include "OXSizeCtrlBar.h" #include "OXEdit.h" //////////////////////...
[ "flexdeveloper@gmgs-iMac.local" ]
[ [ [ 1, 61 ] ] ]
9c048c0a1c039409ace8bb3d158c68ffcb32625a
c86338cfb9a65230aa7773639eb8f0a3ce9d34fd
/KernelDefs.h
ac779e4879c2be3cd95a0f77d7f51266bc5f591a
[]
no_license
jonike/mnrt
2319fb48d544d58984d40d63dc0b349ffcbfd1dd
99b41c3deb75aad52afd0c315635f1ca9b9923ec
refs/heads/master
2021-08-24T05:52:41.056070
2010-12-03T18:31:24
2010-12-03T18:31:24
113,554,148
0
0
null
null
null
null
UTF-8
C++
false
false
41,041
h
//////////////////////////////////////////////////////////////////////////////////////////////////// // MNRT License //////////////////////////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2010 Mathias Neumann, www.maneumann.com. // All rights reserved. // // Redi...
[ "webmaster@maneumann.com" ]
[ [ [ 1, 953 ] ] ]
29aecbda949f6ffc5bb74a2495159e8ef82fd0bd
b14d5833a79518a40d302e5eb40ed5da193cf1b2
/cpp/extern/xercesc++/2.6.0/src/xercesc/dom/deprecated/NamedNodeMapImpl.hpp
a06be573ff3013d277afed63bfa950175d5ecbe2
[ "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,135
hpp
#ifndef NamedNodeMapImpl_HEADER_GUARD_ #define NamedNodeMapImpl_HEADER_GUARD_ /* * 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...
[ "aburke@bitflood.org" ]
[ [ [ 1, 91 ] ] ]
13718114793b3c4ccfcc05c16f66c6939b43680a
27d5670a7739a866c3ad97a71c0fc9334f6875f2
/CPP/Shared/symbian-r7/Thread.cpp
4e6678a1d43366617b08884be34f72bb1266aef3
[ "BSD-3-Clause" ]
permissive
ravustaja/Wayfinder-S60-Navigator
ef506c418b8c2e6498ece6dcae67e583fb8a4a95
14d1b729b2cea52f726874687e78f17492949585
refs/heads/master
2021-01-16T20:53:37.630909
2010-06-28T09:51:10
2010-06-28T09:51:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,578
cpp
/* Copyright (c) 1999 - 2010, Vodafone Group Services Ltd All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of ...
[ "hlars@sema-ovpn-morpheus.itinerary.com" ]
[ [ [ 1, 13 ] ] ]
51465c079364f4dc694525722de0fed67354395c
804e416433c8025d08829a08b5e79fe9443b9889
/src/argss/classes/atable.h
4d29d6284103519621e9a9f01672f1fbde2fe815
[ "BSD-2-Clause" ]
permissive
cstrahan/argss
e77de08db335d809a482463c761fb8d614e11ba4
cc595bd9a1e4a2c079ea181ff26bdd58d9e65ace
refs/heads/master
2020-05-20T05:30:48.876372
2010-10-03T23:21:59
2010-10-03T23:21:59
1,682,890
1
0
null
null
null
null
UTF-8
C++
false
false
3,109
h
///////////////////////////////////////////////////////////////////////////// // ARGSS - Copyright (c) 2009 - 2010, Alejandro Marzini (vgvgf) // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // ar...
[ "vgvgf@a70b67f4-0116-4799-9eb2-a6e6dfe7dbda" ]
[ [ [ 1, 86 ] ] ]
7eb00352ca88fba8ebfc2a7c7400bc1be49f9fe3
699401c51bd407f32c4984faec2e4807fede97be
/Fractal.h
e2b41764acfcca5609edb3e819b8f9770a486e05
[]
no_license
NIA/Fractal
9c7d817d62b6f20a8309814a001f23bf90623d7c
c8b0eb622284d7ccbf3478422bc0a21ad6ee2a75
refs/heads/master
2021-04-26T16:48:07.242246
2009-12-17T19:30:40
2009-12-17T19:30:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
514
h
// Fractal.h : main header file for the PROJECT_NAME application // #pragma once #ifndef __AFXWIN_H__ #error "include 'stdafx.h' before including this file for PCH" #endif #include "resource.h" // main symbols // CFractalApp: // See Fractal.cpp for the implementation of this class // class CFr...
[ "nia.fti@mail.ru" ]
[ [ [ 1, 32 ] ] ]
5a8d4ab69ccb28c1097064d9a270685341a17d18
22d9640edca14b31280fae414f188739a82733e4
/Code/VTK/include/vtk-5.2/vtkInformationDataObjectKey.h
ba86e2687d60cb6549624ef7149e650b795d0d8d
[]
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,308
h
/*========================================================================= Program: Visualization Toolkit Module: $RCSfile: vtkInformationDataObjectKey.h,v $ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm fo...
[ "nnsmit@9b22acdf-97ab-464f-81e2-08fcc4a6931f" ]
[ [ [ 1, 62 ] ] ]
661c6ac8fce30bd4c7c9ed7f4288cf4d796b91e4
50f94444677eb6363f2965bc2a29c09f8da7e20d
/Src/EmptyProject/WorldStateManager.h
5a85a27a2af435c1e1fdf98a520e4c8c5c24c6ed
[]
no_license
gasbank/poolg
efd426db847150536eaa176d17dcddcf35e74e5d
e73221494c4a9fd29c3d75fb823c6fb1983d30e5
refs/heads/master
2020-04-10T11:56:52.033568
2010-11-04T19:31:00
2010-11-04T19:31:00
1,051,621
1
0
null
null
null
null
UTF-8
C++
false
false
924
h
#pragma once #include "StateManager.h" /** @brief PlayState 의 세부 상태를 관리하는 클래스 PlayState 는 특별히 게임을 플레이하고 있는 상태로서 세부적인 상태로 나눌 필요가 있다. 이러한 세부 상태를 WorldState라고 부르며 이러한 State 로는 BattleState 나 FieldState 등이 있다. */ class WorldStateManager : public StateManager, public Singleton<WorldStateManager> { public: ...
[ "gasbank@gmail.com", "luneride@hotmail.com" ]
[ [ [ 1, 1 ], [ 4, 11 ], [ 17, 26 ] ], [ [ 2, 3 ], [ 12, 16 ] ] ]
53a86a2a981a349da534707287934bffb7384abd
3eae8bea68fd2eb7965cca5afca717b86700adb5
/Engine/Project/Core/GnMesh/Source/GForcesController.cpp
3d2ac6245e48d587b24b9d8fee883c98ea25296e
[]
no_license
mujige77/WebGame
c0a218ee7d23609076859e634e10e29c92bb595b
73d36f9d8bfbeaa944c851e8a1cfa5408ce1d3dd
refs/heads/master
2021-01-01T15:51:20.045414
2011-10-03T01:02:59
2011-10-03T01:02:59
455,950
3
1
null
null
null
null
UTF-8
C++
false
false
2,609
cpp
#include "GnMeshPCH.h" #include "GnGamePCH.h" #include "GForcesController.h" #include "GInfoForcesBasic.h" #include "GCollectComponentHeader.h" #include "GActionStand.h" #include "GActionAttack.h" #include "GActionDamage.h" #include "GActionAttackCheck.h" #include "GActorInfoDatabase.h" #include "GActionFollo...
[ "mujige77@naver.com" ]
[ [ [ 1, 90 ] ] ]
396598e90ef166ba25783b22a42cd2f846df421e
9a6a9d17dde3e8888d8183618a02863e46f072f1
/Area.cpp
15649a51e01878c9f3db0c58181ca29b74f9a16a
[]
no_license
pritykovskaya/max-visualization
34266c449fb2c03bed6fd695e0b54f144d78e123
a3c0879a8030970bb1fee95d2bfc6ccf689972ea
refs/heads/master
2021-01-21T12:23:01.436525
2011-07-06T18:23:38
2011-07-06T18:23:38
2,006,225
0
0
null
null
null
null
UTF-8
C++
false
false
486
cpp
#include "stdafx.h" #include "Area.h" #include <vector> Area:: Area(){ my_dim = 2; my_area.reserve(2*my_dim); for (int i = 0; i < my_dim; ++i) { my_area.push_back(-10); my_area.push_back(10); } }; int Area::get_dim() {return my_dim;} Area::~Area() {}; bool Area::contain_point(vector<do...
[ "pritykovskaya@gmail.com" ]
[ [ [ 1, 27 ] ] ]
d653390582189bfe66e7687fdbb793c1a083c10b
3eae8bea68fd2eb7965cca5afca717b86700adb5
/Engine/Project/Core/GnMesh/Source/GnIInputEvent.h
cda1186a833c443589a6747356e7e5e870cba5d5
[]
no_license
mujige77/WebGame
c0a218ee7d23609076859e634e10e29c92bb595b
73d36f9d8bfbeaa944c851e8a1cfa5408ce1d3dd
refs/heads/master
2021-01-01T15:51:20.045414
2011-10-03T01:02:59
2011-10-03T01:02:59
455,950
3
1
null
null
null
null
UTF-8
C++
false
false
574
h
#ifndef __Core__GnIInputEvent__ #define __Core__GnIInputEvent__ class GnIInputEvent { public: enum eEventType { PUSH, PUSHUP, HOVER, MOVE, }; private: eEventType mEventType; float mPointX; float mPointY; public: GnIInputEvent(eEventType eType, float fPointX, float fPointY) : mEve...
[ "mujige77@naver.com" ]
[ [ [ 1, 36 ] ] ]
f0239ed23bb30b7ea29c26c1134d7f4d92f3b0b7
41371839eaa16ada179d580f7b2c1878600b718e
/SELETIVA/IME-USP2008-1/koch.cpp
7ee70d1d7531e0a445a8bc63023d547600fdd9be
[]
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
755
cpp
#include <cstdio> #include <cstring> #define NN 1500 int f[NN]; char k[1000024]; /* Bignum {{{ */ void rev(char v[]) { int l = strlen(v); int i; char cc; for(i = 0; i < l-1-i; i++) { cc = v[i]; v[i] = v[l-1-i]; v[l-i-1] = cc; } } int div(char v[], int q) { int i, l = strlen(v); int ...
[ "mistermarin@gmail.com" ]
[ [ [ 1, 48 ] ] ]
9ab6745ff858b700b7e51358d776b47d4c8bf541
4d39427e647851791cbd2be2f7b7e14428b983de
/case.h
cf07736927933cc2a5ba08e6a2b6f90bbaccd047
[]
no_license
elfumelfu/sandbox
dff76aa5f42659d08ad532e9c2dd17dbb453306a
8688489e14711234111abf858054ca0b332d8d0d
refs/heads/master
2021-01-22T09:26:49.570550
2011-12-06T19:11:18
2011-12-06T19:11:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,770
h
//--------------------------------------------------------------------------- #ifndef caseH #define caseH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include "ButtonWithColor.hpp" #i...
[ "Elfu@.(none)", "E_L_F_U@yahoo.com" ]
[ [ [ 1, 18 ], [ 21, 69 ], [ 71, 92 ] ], [ [ 19, 20 ], [ 70, 70 ] ] ]
208b4906951c8c0eac19b9d8660b990029468d7a
7f72fc855742261daf566d90e5280e10ca8033cf
/branches/full-calibration/ground/src/plugins/uavtalk/uavtalkplugin.h
0781fadea431a41b860451eb2eee17901dc10883
[]
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
1,951
h
/** ****************************************************************************** * * @file uavtalkplugin.h * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup UAVTalkPlugin UAVTalk Plugin * @{ * @brief The UAVTa...
[ "jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba" ]
[ [ [ 1, 60 ] ] ]
554dd25213228033a022af58ae3aea47ab9dd2b1
99d3989754840d95b316a36759097646916a15ea
/trunk/2011_09_07_to_baoxin_gpd/ferrylibs/src/ferry/ground_detection/VLinesBasedREstimator.h
66392ebcd5219b1d9e780ba1094835f1cd6fc422
[]
no_license
svn2github/ferryzhouprojects
5d75b3421a9cb8065a2de424c6c45d194aeee09c
482ef1e6070c75f7b2c230617afe8a8df6936f30
refs/heads/master
2021-01-02T09:20:01.983370
2011-10-20T11:39:38
2011-10-20T11:39:38
11,786,263
1
0
null
null
null
null
UTF-8
C++
false
false
4,666
h
#pragma once #include <algorithm> #include <iostream> #include <ferry/cv_geometry/CvMatUtil.h> using namespace std; using namespace ferry::cv_mat; //ztheta -> x = 0 //xtheta -> z = 0 class ToVerticalR { public: ToVerticalR(CvMat* vp) { double x0 = cvmGet(vp, 0, 0); double y0 = cvmGet(vp, 1, 0...
[ "ferryzhou@b6adba56-547e-11de-b413-c5e99dc0a8e2" ]
[ [ [ 1, 195 ] ] ]
8f4af20961a807d94a361146d4916628d257ac48
b822313f0e48cf146b4ebc6e4548b9ad9da9a78e
/KylinSdk/Engine/Source/EffectManager.h
3d095c914acf684210ef9fe44a0cab1e88b57212
[]
no_license
dzw/kylin001v
5cca7318301931bbb9ede9a06a24a6adfe5a8d48
6cec2ed2e44cea42957301ec5013d264be03ea3e
refs/heads/master
2021-01-10T12:27:26.074650
2011-05-30T07:11:36
2011-05-30T07:11:36
46,501,473
0
0
null
null
null
null
GB18030
C++
false
false
3,965
h
#pragma once #include "Singleton.h" //#include "ParticleUniverseSystem.h" #include "Property.h" namespace Kylin { // 特效类型 enum EffectType { ET_NONE, ET_PARTICLE, ET_COMPOSITOR, ET_CUSTROM, }; ////////////////////////////////////////////////////////////////////////// // 特效接口 class ...
[ "apayaccount@gmail.com", "apayaccount@5fe9e158-c84b-58b7-3744-914c3a81fc4f" ]
[ [ [ 1, 9 ], [ 19, 25 ], [ 28, 39 ], [ 41, 48 ], [ 55, 60 ], [ 63, 64 ], [ 67, 73 ], [ 75, 77 ], [ 80, 84 ], [ 86, 87 ...
8bcc917c95a465cc92055e266b9a110beb4e4296
2f72d621e6ec03b9ea243a96e8dd947a952da087
/lol4edit/include/EditGameLogic.h
797247aaabd9b945b6f400cd9cb9891e8ef455a2
[]
no_license
gspu/lol4fg
752358c3c3431026ed025e8cb8777e4807eed7a0
12a08f3ef1126ce679ea05293fe35525065ab253
refs/heads/master
2023-04-30T05:32:03.826238
2011-07-23T23:35:14
2011-07-23T23:35:14
364,193,504
0
0
null
null
null
null
ISO-8859-1
C++
false
false
16,379
h
#ifndef TESTGAMELOGIC_H_ #define TESTGAMELOGIC_H_ /* This class pretty much replaces the old EditFrameListener */ //#include "ChooseMeshWidget.h" #include "GameLogic.h" //#include "MainMenu.h" #include "Application.h" #include <OgrePrerequisites.h> #include "FwDec.h" #include <QtCore/QHash> #include "Og...
[ "praecipitator@bd7a9385-7eed-4fd6-88b1-0096df50a1ac" ]
[ [ [ 1, 557 ] ] ]
2ef1b052dff6f3a7124e776aaa1cc9f601e8a024
69eed80ee7eb670d957d2fe86e3044cab51e517a
/src/main/cpp/vision/finder.cpp
6d45150253a06c4cee5eaf7031a19f07c6dd2f3f
[]
no_license
lineCode/libsikuli
9a6e4a883362002be18741fdecb0e5fc0c32ec6d
b0e2f381375456561a2b4d87b1b2241c7e085b17
refs/heads/master
2021-01-16T07:19:19.254683
2011-01-04T01:34:15
2011-01-04T01:34:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,152
cpp
#include <stdio.h> #include <iostream> #include <fstream> #include "finder.h" #include "pyramid-template-matcher.h" #include "TimingBlock.h" using namespace cv; using namespace std; #define PYRAMID_MIM_TARGET_DIMENSION 6 #define PYRAMID_MIM_TARGET_DIMENSION_ALL 50 #define REMATCH_THRESHOLD 0.9 #define ...
[ "doubleshow@gmail.com", "vgod@vgod.tw" ]
[ [ [ 1, 593 ], [ 595, 599 ], [ 601, 605 ], [ 607, 626 ], [ 628, 647 ], [ 649, 665 ], [ 667, 674 ], [ 676, 687 ], [ 689, 704 ], [ ...
48829587b0017279034d4e485b170375419a145d
075043812c30c1914e012b52c60bc3be2cfe49cc
/src/ShokoRocket++lib/Animation.h
512d996e03dc06a6cf3c23dda6cfafc362ccb08d
[]
no_license
Luke-Vulpa/Shoko-Rocket
8a916d70bf777032e945c711716123f692004829
6f727a2cf2f072db11493b739cc3736aec40d4cb
refs/heads/master
2020-12-28T12:03:14.055572
2010-02-28T11:58:26
2010-02-28T11:58:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
962
h
#pragma once #include <vector> #include <string> using std::vector; using std::string; class AnimationFrame; class Animation { private: float total_length_; float frame_time_; AnimationFrame* current_frame_; int current_frame_index_; vector<AnimationFrame*> frames_; string name_; static in...
[ "danishcake@hotmail.com" ]
[ [ [ 1, 41 ] ] ]
bf6d34ace4a6da9772905c9d6591a1ca36d79092
b14d5833a79518a40d302e5eb40ed5da193cf1b2
/cpp/extern/xercesc++/2.6.0/src/xercesc/validators/common/ContentLeafNameTypeVector.cpp
41e006535617d5583679569ba92f3977c60c344b
[ "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
4,546
cpp
/* * Copyright 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 * * Unless re...
[ "aburke@bitflood.org" ]
[ [ [ 1, 154 ] ] ]
8c796ba952d21809f4d2964b9e3dfcb1e6e0742d
2c1e5a69ca68fe185cc04c5904aa104b0ba42e32
/src/game/BackLayer.cpp
dc1ea11a5662a855d29c532ab0af431d92b17c30
[]
no_license
dogtwelve/newsiderpg
e3f8284a7cd9938156ef8d683dca7bcbd928c593
303566a034dca3e66cf0f29cf9eaea1d54d63e4a
refs/heads/master
2021-01-10T13:03:31.986204
2010-06-27T05:36:33
2010-06-27T05:36:33
46,550,247
0
1
null
null
null
null
UHC
C++
false
false
6,554
cpp
#include "BackLayer.h" //-------------------------------------------------------------------------- BackLayer::BackLayer() //-------------------------------------------------------------------------- { pObjectList = GL_NEW List2<BackLayerObject*>(); m_nLayerSizeX = 0; m_nBaseYLine = 0; } //-----------...
[ "secret5374@hotmail.com" ]
[ [ [ 1, 209 ] ] ]
ddeb16fba2af66d939b5c79df8c78e237ecbcae5
6e563096253fe45a51956dde69e96c73c5ed3c18
/os/AX_Thread_Guard.h
65ec7d11071d150765209e759a22dd3b406d6432
[]
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,897
h
#ifndef _AX_THREAD_GUARD #define _AX_THREAD_GUARD #include "AX_OS.h" template <class AX_LOCK> class AX_Guard { public: // = Initialization and termination methods. AX_Guard (AX_LOCK &l); /// Implicitly and automatically acquire (or try to acquire) the /// lock. If @a block is non-0 then <acquire>...
[ "guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd" ]
[ [ [ 1, 154 ] ] ]
699fcf34f002f43e3f0afeb1fdde1288c61cf353
744e9a2bf1d0aee245c42ee145392d1f6a6f65c9
/tags/0.11.1-alpha/gui/ttcutccrwnd.cpp
3c7da97990adad46750d13c6fb68af416907ebcf
[]
no_license
BackupTheBerlios/ttcut-svn
2b5d00c3c6d16aa118b4a58c7d0702cfcc0b051a
958032e74e8bb144a96b6eb7e1d63bc8ae762096
refs/heads/master
2020-04-22T12:08:57.640316
2009-02-08T16:14:00
2009-02-08T16:14:00
40,747,642
0
0
null
null
null
null
UTF-8
C++
false
false
12,681
cpp
/*----------------------------------------------------------------------------*/ /* COPYRIGHT: TriTime (c) 2003/2005 / www.tritime.org */ /*----------------------------------------------------------------------------*/ /* PROJEKT : TTCUT 2005 ...
[ "tritime@7763a927-590e-0410-8f7f-dbc853b76eaa" ]
[ [ [ 1, 377 ] ] ]
56abbb0d8c28e7ab168c0f32e36f969c02908444
6477cf9ac119fe17d2c410ff3d8da60656179e3b
/Projects/MotoDesk/BaseDlg.cpp
22f5f4aa71f4fb000d964dee05d88a2ff4f5d4a9
[]
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
967
cpp
// // C++ Implementation: BaseDlg // // Description: // // // Author: root <root@andLinux>, (C) 2008 // // Copyright: See COPYING file that comes with this distribution // // #include "BaseDlg.h" #include <ZApplication.h> #include <ZSoftKey.h> #include <ezxres.h> MyBaseDlg::MyBaseDlg() :ZKbMainWidget( ZHeader::FU...
[ "cepiperez@gmail.com" ]
[ [ [ 1, 60 ] ] ]
af14f2acd1b9953936c0d7fd43ba799bcf5bdec8
3bf3c2da2fd334599a80aa09420dbe4c187e71a0
/textures.cpp
0eefeea2b265f273e703082243b4951fce3340d4
[]
no_license
xiongchiamiov/virus-td
31b88f6a5d156a7b7ee076df55ddce4e1c65ca4f
a7b24ce50d07388018f82d00469cb331275f429b
refs/heads/master
2020-12-24T16:50:11.991795
2010-06-10T05:05:48
2010-06-10T05:05:48
668,821
1
0
null
null
null
null
UTF-8
C++
false
false
7,146
cpp
#include "textures.h" Image *TextureImage; GLuint curTexId = 1; GLuint LoadMipMapTexture(char* image_file) { TextureImage = (Image *) malloc(sizeof(Image)); if (TextureImage == NULL) { printf("Error allocating space for image"); //exit(1); } cout << "trying to load " << image_file << e...
[ "tcasella@05766cc9-4f33-4ba7-801d-bd015708efd9", "jlangloi@05766cc9-4f33-4ba7-801d-bd015708efd9" ]
[ [ [ 1, 56 ], [ 58, 60 ], [ 62, 197 ] ], [ [ 57, 57 ], [ 61, 61 ] ] ]
47c402ac9df43fb9ee25b55cfe858a16739bf97e
b8ac0bb1d1731d074b7a3cbebccc283529b750d4
/Code/controllers/OdometryCalibration/robotapi/webts/WebotsTrashBin.cpp
d89bb8001ed0f696647818880280ec69cded9ec8
[]
no_license
dh-04/tpf-robotica
5efbac38d59fda0271ac4639ea7b3b4129c28d82
10a7f4113d5a38dc0568996edebba91f672786e9
refs/heads/master
2022-12-10T18:19:22.428435
2010-11-05T02:42:29
2010-11-05T02:42:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
549
cpp
#include "WebotsTrashBin.h" namespace robotapi { namespace webts { WebotsTrashBin::WebotsTrashBin( webots::TouchSensor & ts ) : WebotsDevice ( ts ){ this->myts = &ts; } int WebotsTrashBin::enable(int ms){ return 0; } int WebotsTrashBin::disable(){ return 0; } int WebotsTrashBin::ge...
[ "guicamest@d69ea68a-f96b-11de-8cdf-e97ad7d0f28a" ]
[ [ [ 1, 31 ] ] ]
5ce227e79d4acd31bc854b825ed242d59ed0f0b6
ca2395f4eec7e941d0d91d7e2913f8cc66b14472
/Net.cpp
6475f165856736d2e591046c55ca15dfb92b51cd
[]
no_license
EmilHernvall/chatclient
21a27de2e44bb25dd2acb34a8d75a79d8e7bd46a
47e16866992e4dd4ce3e5538b32b09ed2dfaef06
refs/heads/master
2021-01-15T22:28:44.465662
2008-04-16T16:12:48
2008-04-16T16:12:48
1,697,523
0
0
null
null
null
null
UTF-8
C++
false
false
3,095
cpp
#include "stdafx.h" #include "Chatclient.h" #include "String.h" #include "Net.h" BOOL Net::Initialize() { // Winsock variables WORD wVersionRequested; WSADATA wsaData; INT nErr; // Initialize winsock wVersionRequested = MAKEWORD(2, 2); nErr = WSAStartup(wVersionRequested, &wsaData); if (nEr...
[ "emil@2d89dd5f-9cc0-461d-8d4c-555c0e271dc8" ]
[ [ [ 1, 144 ] ] ]
8cde57ab437a1cf59cff513864cfd4a08641d868
2b80036db6f86012afcc7bc55431355fc3234058
/src/cube/BrowseView.cpp
bd0bb27db4e304a0f8c7e45f14b4c46cab30fd39
[ "BSD-3-Clause" ]
permissive
leezhongshan/musikcube
d1e09cf263854bb16acbde707cb6c18b09a0189f
e7ca6a5515a5f5e8e499bbdd158e5cb406fda948
refs/heads/master
2021-01-15T11:45:29.512171
2011-02-25T14:09:21
2011-02-25T14:09:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,218
cpp
////////////////////////////////////////////////////////////////////////////// // // License Agreement: // // The following are Copyright 2007, Casey Langen // // Sources and Binaries of: mC2, win32cpp // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // mo...
[ "onnerby@6a861d04-ae47-0410-a6da-2d49beace72e", "onnerby@gmail.com@6a861d04-ae47-0410-a6da-2d49beace72e", "andre@woesten.com@6a861d04-ae47-0410-a6da-2d49beace72e" ]
[ [ [ 1, 4 ], [ 6, 44 ], [ 46, 58 ], [ 60, 66 ], [ 70, 78 ], [ 80, 84 ] ], [ [ 5, 5 ], [ 45, 45 ], [ 59, 59 ], [ 79, 7...
e15772ad44c3f9c3ed8402dac405c16ff0baf3f1
48ab31a0a6a8605d57b5e140309c910f46eb5b35
/Root/Implementation/BerkeleyDatabase/BerkeleyDatabase.h
9f6fc1f2e77d484518ea61a553647f98916ee428
[]
no_license
firebreath/indexeddb
4c3106027a70e233eb0f91c6e0b5d60847d75800
50136d2fadced369788a42d249157b8a0d06eb88
refs/heads/master
2023-08-31T11:28:42.664028
2011-01-03T23:29:46
2011-01-03T23:29:46
1,218,008
2
1
null
null
null
null
UTF-8
C++
false
false
2,433
h
/**********************************************************\ Copyright Brandon Haynes http://code.google.com/p/indexeddb GNU Lesser General Public License \**********************************************************/ #ifndef BRANDONHAYNES_INDEXEDDB_IMPLEMENTATION_BERKELEYDB_BERKELEYDATABASE_H #define BRANDONHAYN...
[ "brandon.haynes@everysport.net" ]
[ [ [ 1, 72 ] ] ]
087971935bbefe710a12bf0116b339c51d28e1a5
2d212a074917aad8c57ed585e6ce8e2073aa06c6
/cgworkshop/src/fe/FeatureExtraction.h
47c675ad61b5774c05116d5cf1e23c060a178217
[]
no_license
morsela/cgworkshop
b31c9ec39419edcedfaed81468c923436528e538
cdf9ef2a9b2d9c389279fe0e38fb9c8bc1d86d89
refs/heads/master
2021-07-29T01:37:24.739450
2007-09-09T13:44:54
2007-09-09T13:44:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,833
h
#ifndef __FEATURE_EXTRACTION_H__ #define __FEATURE_EXTRACTION_H__ #include <stdio.h> #include <cv.h> #include <cxcore.h> #include <highgui.h> #define COLOR_CHANNEL_NUM 3 #define TEXTURE_CHANNEL_NUM 3 class CFeatureExtraction { public: CFeatureExtraction(IplImage * pSrcImg); virtual ~CFeatureExtraction(); ...
[ "ikirsh@60b542fb-872c-0410-bfbb-43802cb78f6e", "morsela@60b542fb-872c-0410-bfbb-43802cb78f6e" ]
[ [ [ 1, 7 ], [ 11, 15 ], [ 18, 18 ], [ 21, 27 ], [ 31, 43 ], [ 46, 52 ], [ 54, 64 ] ], [ [ 8, 10 ], [ 16, 17 ], [ 19, ...
91ed26b26979e675debc33c74a1f3ad145d81a87
8b3186e126ac2d19675dc19dd473785de97068d2
/bmt_prod/core/texturehandler.cpp
a6d23c09c787b9077574bff3e505c83f97b94c0e
[]
no_license
leavittx/revenge
e1fd7d6cd1f4a1fb1f7a98de5d16817a0c93da47
3389148f82e6434f0619df47c076c60c8647ed86
refs/heads/master
2021-01-01T17:28:26.539974
2011-08-25T20:25:14
2011-08-25T20:25:14
618,159
2
0
null
null
null
null
UTF-8
C++
false
false
13,141
cpp
#include "texturehandler.h" #ifndef _WIN32 #include <libgen.h> #endif TextureHandler::TextureHandler() { } TextureHandler::~TextureHandler() { } void TextureHandler::init() { g_debug << "starting up FBO manager" << endl; m_FBO = new FBOManager(); m_FBO->init(); for (int i = 0; i < MAX_TEXTURE...
[ "lev.panov@gmail.com", "na5672@gmail.com" ]
[ [ [ 1, 59 ], [ 61, 103 ], [ 105, 427 ] ], [ [ 60, 60 ], [ 104, 104 ] ] ]
5cfb5b206db35ad86dd6d2e663cabbd16c4e05f3
6ee200c9dba87a5d622c2bd525b50680e92b8dab
/Walkyrie Dx9/DoomeRX/Scenes/SceneTerrain.h
955f15c6da78fed7f59bd8f30bbc1ed6c059a66a
[]
no_license
Ishoa/bizon
4dbcbbe94d1b380f213115251e1caac5e3139f4d
d7820563ab6831d19e973a9ded259d9649e20e27
refs/heads/master
2016-09-05T11:44:00.831438
2010-03-10T23:14:22
2010-03-10T23:14:22
32,632,823
0
0
null
null
null
null
ISO-8859-1
C++
false
false
2,025
h
// Classe pour la gestion d'une scène 3D #pragma once #include "..\..\Valkyrie\Moteur\Scene.h" #include "..\MiniGames\InterfacesBattlefly.h" #include "..\..\Valkyrie\Moteur\CameraVolLibre.h" #include "..\Objects\CameraPremierePersonneTerrain.h" #include "..\..\Valkyrie\Moteur\MeshCollision.h" #include "....
[ "Colas.Vincent@ab19582e-f48f-11de-8f43-4547254af6c6" ]
[ [ [ 1, 71 ] ] ]
811d8eaab676d1a85a4a54540f6f3b35e7fa81c6
27d5670a7739a866c3ad97a71c0fc9334f6875f2
/CPP/Targets/MapLib/Shared/src/TileImportanceTable.cpp
2fd24ac3055e3d6378774925d12986613fcdb224
[ "BSD-3-Clause" ]
permissive
ravustaja/Wayfinder-S60-Navigator
ef506c418b8c2e6498ece6dcae67e583fb8a4a95
14d1b729b2cea52f726874687e78f17492949585
refs/heads/master
2021-01-16T20:53:37.630909
2010-06-28T09:51:10
2010-06-28T09:51:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,563
cpp
/* Copyright (c) 1999 - 2010, Vodafone Group Services Ltd All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list...
[ "hlars@sema-ovpn-morpheus.itinerary.com" ]
[ [ [ 1, 200 ] ] ]
d78c97432d91aa45b202650decd18feeedaef445
b4d726a0321649f907923cc57323942a1e45915b
/CODE/ImpED/ModifyVariableDlg.h
abe848c248b6312b533601c0877a3d89371d379f
[]
no_license
chief1983/Imperial-Alliance
f1aa664d91f32c9e244867aaac43fffdf42199dc
6db0102a8897deac845a8bd2a7aa2e1b25086448
refs/heads/master
2016-09-06T02:40:39.069630
2010-10-06T22:06:24
2010-10-06T22:06:24
967,775
2
0
null
null
null
null
UTF-8
C++
false
false
2,724
h
/* * Copyright (C) Volition, Inc. 1999. All rights reserved. * * All source code herein is the property of Volition, Inc. You may not sell * or otherwise commercially exploit the source or things you created based on the * source. * */ #if !defined(AFX_MODIFYVARIABLEDLG_H__710D45F1_ABBF_11D2_A89A_006...
[ "chief1983@yahoo.com" ]
[ [ [ 1, 88 ] ] ]
92d76dd0b83b63cb968751bb2786384179e2a3c3
65a392af0450708ed4fa26f66393e12bdf387634
/Package/Polynomial/ExternUnisolve.cpp
99a28cd13de67569fd6c9ee6ce36b4ee420850e0
[]
no_license
zhouxs1023/mU
d5abea6e883cb746aa28ff6ee2b3902babb053d8
c9ecc5f0a4fd13567b3c9ca24ff05ba149af743e
refs/heads/master
2021-05-27T11:37:59.464639
2011-06-17T22:39:25
2011-06-17T22:39:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,507
cpp
#include <mU/Kernel.h> #include "common.h" #include <fstream> namespace mU { ////////////////////////////////////// namespace { var ca,cb,cc,cd,ce; var solution1,solution2,solution3,solution4; var expr_minus,expr_root_of_uint; uint gcd_uint(uint a,uint b) { uint u=a,v=b,r; while(v!=0) { r=u%v; ...
[ "mulab@googlegroups.com" ]
[ [ [ 1, 289 ] ] ]
eb93ef484ce72c4b0d8ec6b7116d2604c7d38eba
b5ab57edece8c14a67cc98e745c7d51449defcff
/Captain's Log/MainGame/Source/GameObjects/CMarine.h
c70a5e4e75621b18974d91478da73fbd6c5441c0
[]
no_license
tabu34/tht-captainslog
c648c6515424a6fcdb628320bc28fc7e5f23baba
72d72a45e7ea44bdb8c1ffc5c960a0a3845557a2
refs/heads/master
2020-05-30T15:09:24.514919
2010-07-30T17:05:11
2010-07-30T17:05:11
32,187,254
0
0
null
null
null
null
UTF-8
C++
false
false
254
h
#ifndef CMarine_h__ #define CMarine_h__ #include "CPlayerUnit.h" class CMarine : public CPlayerUnit { int m_nCurFrame; public: CMarine(); void Update(float fElapsedTime); void Render(); void Initialize(); }; #endif // CMarine_h__
[ "notserp007@34577012-8437-c882-6fb8-056151eb068d" ]
[ [ [ 1, 17 ] ] ]
98aa6ea80af0891c9ca4871d276fdf266b9ccaed
5b6830ee6a50a80388b42c1ed3e857e02e08c672
/Source/FERmula_1/voziloInputDeviceStateType.h
1304442d3e8d519a330341f8d91400ae6d185119
[]
no_license
MarioVolarevic/projekt-irg-2011
930f7eb1e10a7c0784fec76b336d887b49fff442
c2c2724b7581e2f08b8f745ce886cdff75aa7a40
refs/heads/master
2021-01-02T08:57:34.512092
2011-11-29T17:43:22
2011-11-29T17:43:22
32,448,049
0
0
null
null
null
null
UTF-8
C++
false
false
324
h
class VoziloInputDeviceStateType { public: VoziloInputDeviceStateType::VoziloInputDeviceStateType() : moveFwdRequest(false),moveBcwRequest(false), rotLReq(false), rotRReq(false), resetReq(false), promijeniModel(0){} bool moveFwdRequest,moveBcwRequest,rotLReq,rotRReq,resetReq; int promijeniModel; ...
[ "mario.volarevic@86cc4e84-eea2-baa8-f4a2-eb7baa844040" ]
[ [ [ 1, 9 ] ] ]
27c28c9e9a9ebeea17e9ee08c08c11cbb5c538c1
ad80c85f09a98b1bfc47191c0e99f3d4559b10d4
/code/src/audio/ndsound_query.cc
eaad318b88f7750e39c0b46177b11810326eebca
[]
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
6,395
cc
#define N_IMPLEMENTS nDSoundServer //------------------------------------------------------------------- // ndsound_query.cc // (C) 2000 RadonLabs GmbH -- A.Weissflog //------------------------------------------------------------------- #include "kernel/nenv.h" #include "misc/nblob.h" #include "audio/ndsoundse...
[ "plushe@411252de-2431-11de-b186-ef1da62b6547" ]
[ [ [ 1, 168 ] ] ]
21b65166d383162a33c17ac672d5bf0351a807e6
66581a883c3eab4c6c7b7c1d5850892485a5cab8
/Action Bros Now/Enemy.cpp
5a8c1227acfdae2a7f4e212dffbcf8ec6ce024c5
[]
no_license
nrolando/d-m-seniorprojectgsp
9457841f43697a73d956b202541064022dd4a189
503f311142bf4995f3e5c6fc6110317babde08f9
refs/heads/master
2021-01-10T05:49:14.926897
2010-02-17T03:29:10
2010-02-17T03:29:10
49,738,324
0
0
null
null
null
null
UTF-8
C++
false
false
8,357
cpp
#include <cassert> #include <iostream> #include "EnemyOwnedStates.h" #include "Player.h" #include "Enemy.h" Enemy::Enemy(int ID):BaseGameEntity(ID), status(InRange), CurrentState(Idle::Instance()) { faceRight = false; miss = false; } //possible bug: idk if passing a char array will get th...
[ "nicklamort@2c89e556-c775-11de-bfbd-4d0f0f27293a", "DHeardjr@2c89e556-c775-11de-bfbd-4d0f0f27293a", "dheardjr@2c89e556-c775-11de-bfbd-4d0f0f27293a" ]
[ [ [ 1, 3 ], [ 5, 11 ], [ 13, 15 ], [ 18, 18 ], [ 20, 25 ], [ 27, 28 ], [ 30, 30 ], [ 32, 34 ], [ 51, 52 ], [ 55, 55 ...
1efa149e48676c9a41048a02a1c5420e2c9211c4
04fec4cbb69789d44717aace6c8c5490f2cdfa47
/include/wx/generic/splash.h
e7cf5cd22ab4ed66f74078777995abbb51174e75
[]
no_license
aaryanapps/whiteTiger
04f39b00946376c273bcbd323414f0a0b675d49d
65ed8ffd530f20198280b8a9ea79cb22a6a47acd
refs/heads/master
2021-01-17T12:07:15.264788
2010-10-11T20:20:26
2010-10-11T20:20:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,701
h
///////////////////////////////////////////////////////////////////////////// // Name: splash.h // Purpose: Splash screen class // Author: Julian Smart // Modified by: // Created: 28/6/2000 // RCS-ID: $Id: splash.h 41020 2006-09-05 20:47:48Z VZ $ // Copyright: (c) Julian Smart // Lice...
[ "smehta@aaryanapps.com" ]
[ [ [ 1, 92 ] ] ]
72010a97342ce5861be92a977275be30df55d2e0
16d6176d43bf822ad8d86d4363c3fee863ac26f9
/Submission/Submission/Source code/rayTracer/Camera.cpp
af7729c0027831e7819a798f343fbabc70e0099a
[]
no_license
preethinarayan/cgraytracer
7a0a16e30ef53075644700494b2f8cf2a0693fbd
46a4a22771bd3f71785713c31730fdd8f3aebfc7
refs/heads/master
2016-09-06T19:28:04.282199
2008-12-10T00:02:32
2008-12-10T00:02:32
32,247,889
0
0
null
null
null
null
UTF-8
C++
false
false
1,314
cpp
#include "StdAfx.h" #include "Camera.h" bool Camera::setArgs(char **args) { if( !args ) return false; for(int i=0; i<10; i++) { if(!args[i]) return false; } eye = vec3((float)atof(args[0]),(float)atof(args[1]),(float)atof(args[2])); center = vec3((float)atof(args[3]),(float)atof(args[4]),...
[ "preeths.narayan@gmail.com@074c0a88-b503-11dd-858c-a3a1ac847323" ]
[ [ [ 1, 71 ] ] ]
975a5112c5058014691552cb99ec80e56d2f9edc
c58f258a699cc866ce889dc81af046cf3bff6530
/include/qmlib/corelib/templates/patterns.hpp
2eb72c85e471ea96ce760ee37e7c02b99dea2561
[]
no_license
KoWunnaKo/qmlib
db03e6227d4fff4ad90b19275cc03e35d6d10d0b
b874501b6f9e537035cabe3a19d61eed7196174c
refs/heads/master
2021-05-27T21:59:56.698613
2010-02-18T08:27:51
2010-02-18T08:27:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,250
hpp
// /// @defgroup patterns /// \file /// \brief Definition of some generic Patterns /// \ingroup patterns // // #ifndef __PATTERNS_QM_H__ #define __PATTERNS_QM_H__ #include <qmlib/definitions.hpp> QM_NAMESPACE /** \brief The Curiously Recurring Template Pattern (CRTP). * * A class T h...
[ "luca.sbardella@gmail.com" ]
[ [ [ 1, 120 ] ] ]
9aac8d5ad5539a04667d358dc2f4172c2ae25d47
bef7d0477a5cac485b4b3921a718394d5c2cf700
/nanobots/src/demo/map/TriangleMesh.cpp
f8cd29fb3895be81f16611a183c06a28c5d9f0d2
[ "MIT" ]
permissive
TomLeeLive/aras-p-dingus
ed91127790a604e0813cd4704acba742d3485400
22ef90c2bf01afd53c0b5b045f4dd0b59fe83009
refs/heads/master
2023-04-19T20:45:14.410448
2011-10-04T10:51:13
2011-10-04T10:51:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,029
cpp
#include "stdafx.h" #include "TriangleMesh.h" #include <dingus/math/Plane.h> // -------------------------------------------------------------------------- void CTriangleMesh::initFromSubdivMesh( const CSubdivMesh& sm ) { int i, n; // copy verts mVerts.resize( sm.getVerts().size() ); n = sm.getVerts...
[ "aras@unity3d.com" ]
[ [ [ 1, 412 ] ] ]
902c2c6241267acb6391f3daa873ab7812f08417
36d0ddb69764f39c440089ecebd10d7df14f75f3
/プログラム/Framework/OpenGL/GraphicDeviceNglGL.h
cdf6afdfc9adbd36e21259582cb866c0e953934f
[]
no_license
weimingtom/tanuki-mo-issyo
3f57518b4e59f684db642bf064a30fc5cc4715b3
ab57362f3228354179927f58b14fa76b3d334472
refs/heads/master
2021-01-10T01:36:32.162752
2009-04-19T10:37:37
2009-04-19T10:37:37
48,733,344
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,453
h
/*******************************************************************************/ /** * @file GraphicDeviceNglGL.h.<br> * * @brief NGLライブラリOpenGLグラフィックデバイスクラスヘッダファイル.<br> * * @date 2008/10/27.<br> * * @version 1.00. * * @author Kentarou Nishimura. */ /*******************************************...
[ "rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33" ]
[ [ [ 1, 59 ] ] ]
f0261f91afaefca5417a07f705f7c8d6896fca3b
414125a8704145430a08fcd1a75016ecedbd2c70
/src/AMF3.h
9527be426995a54af96d09d3259fcac903b13791
[]
no_license
qykings/amf3cplusplus
0bfda6907b596d02900f374fcb4e1e607d59131d
7ad0adf0f7a87a4a3eff2e4290d9d6af1ef3d34c
refs/heads/master
2021-01-10T04:50:42.343277
2010-09-25T01:47:00
2010-09-25T01:47:00
43,055,238
1
0
null
null
null
null
UTF-8
C++
false
false
5,258
h
/* Copyright (c) 2010 , 6spring All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the follo...
[ "6spring@9f2118ee-182d-f051-378b-c06e471c1d7c" ]
[ [ [ 1, 197 ] ] ]
45ed0f14d73bdfb589a6ab0e6581bc4f8ad87dde
5d3c1be292f6153480f3a372befea4172c683180
/trunk/Event Heap/c++/Mac OS X/include/eh2_EventHeapProtocolException.h
d67ce59e19afa2691b39e277b1dbf5ae956e7e4e
[ "Artistic-2.0" ]
permissive
BackupTheBerlios/istuff-svn
5f47aa73dd74ecf5c55f83765a5c50daa28fa508
d0bb9963b899259695553ccd2b01b35be5fb83db
refs/heads/master
2016-09-06T04:54:24.129060
2008-05-02T22:33:26
2008-05-02T22:33:26
40,820,013
0
0
null
null
null
null
UTF-8
C++
false
false
934
h
/* Copyright (c) 2003 The Board of Trustees of The Leland Stanford Junior * University. All Rights Reserved. * * See the file LICENSE.txt for information on redistributing this software. */ /* $Id: eh2_EventHeapProtocolException.h,v 1.2 2003/06/02 08:02:05 tomoto Exp $ */ #ifndef _EH2_EVENTHEAPPROTOCOLEX...
[ "ballagas@2a53cb5c-8ff1-0310-8b75-b3ec22923d26" ]
[ [ [ 1, 29 ] ] ]
87d35654f35584501e748b52e4e28edcb5392276
be2e23022d2eadb59a3ac3932180a1d9c9dee9c2
/GameServer/MapGroupKernel/WeatherRegion.h
1e6877ee7b974a9b5caed28b1284da97aa18ad4a
[]
no_license
cronoszeu/revresyksgpr
78fa60d375718ef789042c452cca1c77c8fa098e
5a8f637e78f7d9e3e52acdd7abee63404de27e78
refs/heads/master
2020-04-16T17:33:10.793895
2010-06-16T12:52:45
2010-06-16T12:52:45
35,539,807
0
2
null
null
null
null
UTF-8
C++
false
false
854
h
#pragma once #include "Weather.h" class CWeatherRegion : IWeatherOwner { protected: CWeatherRegion(); virtual ~CWeatherRegion(); public: static CWeatherRegion* CreateNew() { return new CWeatherRegion; } void ReleaseByOwner() { delete this; } OBJID GetID() { return m_pData->GetID(); } bool ...
[ "rpgsky.com@cc92e6ba-efcf-11de-bf31-4dec8810c1c1" ]
[ [ [ 1, 35 ] ] ]
267af10a0045e512c99d61e1ee0196be95aa33e0
8cf9b251e0f4a23a6ef979c33ee96ff4bdb829ab
/src-ginga-editing/wac-editing-cpp/include/IFormatterAdapter.h
8ccbc2dd9700a486b19506c139b5b80be31fe6a5
[]
no_license
BrunoSSts/ginga-wac
7436a9815427a74032c9d58028394ccaac45cbf9
ea4c5ab349b971bd7f4f2b0940f2f595e6475d6c
refs/heads/master
2020-05-20T22:21:33.645904
2011-10-17T12:34:32
2011-10-17T12:34:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,622
h
/****************************************************************************** Este arquivo eh parte da implementacao do ambiente declarativo do middleware Ginga (Ginga-NCL). Copyright (C) 2009 UFSCar/Lince, Todos os Direitos Reservados. Este programa eh software livre; voce pode redistribui-lo e/ou modificah-lo sob...
[ "erickmelo@gmail.com" ]
[ [ [ 1, 282 ] ] ]
87f7b82c7041dea05c5b64821eb4dc5443a04539
2eda21938786de13a565903d8b2feab25ac9ccb8
/LevelManager.h
088d39538306764067305e31bb2fe1e49ba1a96b
[]
no_license
gbougard/NBK
d2ed27fc825a8919c716e7011e1a7631a6bc3be1
e8155adec2da3f333230b050fccc164e1e3c04fe
refs/heads/master
2021-01-15T21:39:58.541842
2011-11-21T20:36:38
2011-11-21T20:36:38
3,157,757
0
0
null
null
null
null
UTF-8
C++
false
false
4,453
h
#ifndef LEVEL_MANAGER_H #define LEVEL_MANAGER_H #include "Block.h" #include "Manager.h" #include "ConsoleListener.h" /* Level represents a logical brother to the level written on the disk. It gets loaded from a file. Then it gets in charge of drawing blocks, water, lava, ceiling in FPS mode, terrain ...
[ "bo@bxd.dk", "Evil.Nebster@gmail.com", "maxhayman@maxhayman.co.uk" ]
[ [ [ 1, 35 ], [ 37, 47 ], [ 67, 104 ], [ 108, 112 ], [ 120, 130 ] ], [ [ 36, 36 ], [ 48, 49 ], [ 53, 53 ], [ 56, 60 ], [ 11...
9f9e97c56b96d1dd10998daffc96e652bab3ca92
4dd44d686f1b96f8e6edae3769369a89013f6bc1
/ocass/libocs/cs_core.cpp
8686af87d3b8ad59c70d52249734adef597cff21
[]
no_license
bactq/ocass
e1975533a69adbd1b4d1f9fd1bd88647039fff82
116565ea7c554b11b0a696f185d3a6376e0161dc
refs/heads/master
2021-01-10T14:04:02.179429
2007-07-14T16:03:23
2007-07-14T16:03:23
45,017,357
0
0
null
null
null
null
UTF-8
C++
false
false
3,565
cpp
/* * OCASS - Microsoft Office Communicator Assistant * (http://code.google.com/p/ocass/) * * Copyright (C) 2007 Le Xiongjia * * 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 Found...
[ "lexiongjia@4b591cd5-a833-0410-8603-c1928dc92378" ]
[ [ [ 1, 145 ] ] ]
6dd9ad30bdf8fdd911a67562eb38f3e05731127c
43ba63c6de0dcfefab3bdc0bef7914b498f90eeb
/vrf/include/cThread.h
a11303f2e4cc99ad702f33f3363ddec3531604b5
[]
no_license
axelerator/Fluid
b074766c8820abdd56205903589c42aa0b02ab50
a23650142d2987a195f9ac86157e774023aaec3f
refs/heads/master
2021-01-20T09:01:49.865832
2010-12-28T20:19:41
2010-12-28T20:19:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
499
h
#ifndef CTHREAD_H #define CTHREAD_H #ifdef WIN32 #include <windows.h> #else #include <pthread.h> #endif class cThread { private: #ifdef WIN32 HANDLE pThread; static DWORD WINAPI pProc(LPVOID pPtr); #else pthread_t pThread; static void* pP...
[ "me@tbh.name" ]
[ [ [ 1, 27 ] ] ]
19f93af0673cdba11c2d73ed8fc3cb36341f7a78
3a577d02f876776b22e2bf1c0db12a083f49086d
/vba2/gba2/cartridgeinfo.cpp
e3bf0fc216558774eaeacfcd8c93980bb3b91db8
[]
no_license
xiaoluoyuan/VisualBoyAdvance-2
d19565617b26e1771f437842dba5f0131d774e73
cadd2193ba48e1846b45f87ff7c36246cd61b6ee
refs/heads/master
2021-01-10T01:19:23.884491
2010-05-12T09:59:37
2010-05-12T09:59:37
46,539,728
0
0
null
null
null
null
UTF-8
C++
false
false
4,783
cpp
/* VisualBoyAdvance 2 Copyright (C) 2009-2010 VBA development team 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...
[ "spacy51@5a53c671-dd2d-0410-9261-3f5c817b7aa0" ]
[ [ [ 1, 179 ] ] ]
17183318fb0fdf0af636254f0859dfdb596e01be
4d5ee0b6f7be0c3841c050ed1dda88ec128ae7b4
/src/nvimage/DirectDrawSurface.cpp
e5fdb10da0194fcd830ab76e0a231294687fd34d
[]
no_license
saggita/nvidia-mesh-tools
9df27d41b65b9742a9d45dc67af5f6835709f0c2
a9b7fdd808e6719be88520e14bc60d58ea57e0bd
refs/heads/master
2020-12-24T21:37:11.053752
2010-09-03T01:39:02
2010-09-03T01:39:02
56,893,300
0
1
null
null
null
null
UTF-8
C++
false
false
37,773
cpp
// Copyright NVIDIA Corporation 2007 -- Ignacio Castano <icastano@nvidia.com> // // 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 ...
[ "castano@0f2971b0-9fc2-11dd-b4aa-53559073bf4c" ]
[ [ [ 1, 1405 ] ] ]
0d564839f1f87efec43bdab12b4153ac5b5a6299
3e69b159d352a57a48bc483cb8ca802b49679d65
/tags/release-2006-01-19/eeschema/dangling_ends.cpp
cba1c73ac17801b314d2908f0131c0b19c571be4
[]
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
ISO-8859-1
C++
false
false
11,579
cpp
/*********************/ /* dangling_ends.cpp */ /*********************/ #include "fctsys.h" #include "gr_basic.h" #include "common.h" #include "program.h" #include "libcmp.h" #include "general.h" #include "netlist.h" /* Definitions generales liees au calcul de netliste */ #include "protos.h" enum En...
[ "bokeoa@244deca0-f506-0410-ab94-f4f3571dea26" ]
[ [ [ 1, 409 ] ] ]
25080d340009e4d75376340ec2203007863def55
b14d5833a79518a40d302e5eb40ed5da193cf1b2
/cpp/extern/xercesc++/2.6.0/src/xercesc/framework/psvi/XSIDCDefinition.cpp
53015e1d67becb309f4ed432276b69c793343ca5
[ "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
5,495
cpp
/* * Copyright 2003,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 * * Unless re...
[ "aburke@bitflood.org" ]
[ [ [ 1, 151 ] ] ]
0697dd53d9eb362939588a378f4c1469ae1ded8f
668dc83d4bc041d522e35b0c783c3e073fcc0bd2
/fbide-vs/Sdk/TypeManager.cpp
37a2207f1125d893bd4c31ee249311648904e890
[]
no_license
albeva/fbide-old-svn
4add934982ce1ce95960c9b3859aeaf22477f10b
bde1e72e7e182fabc89452738f7655e3307296f4
refs/heads/master
2021-01-13T10:22:25.921182
2009-11-19T16:50:48
2009-11-19T16:50:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,745
cpp
/* * This file is part of FBIde project * * FBIde 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. * * FBIde is distribu...
[ "vongodric@957c6b5c-1c3a-0410-895f-c76cfc11fbc7" ]
[ [ [ 1, 438 ] ] ]
244fab4627886c0cd1de43ea771e1606475329ba
fa134e5f64c51ccc1c2cac9b9cb0186036e41563
/GT/AirspeedIndicator.cpp
c900799c9236c0dc989c53e122bed8fa7d997b15
[]
no_license
dlsyaim/gradthes
70b626f08c5d64a1d19edc46d67637d9766437a6
db6ba305cca09f273e99febda4a8347816429700
refs/heads/master
2016-08-11T10:44:45.165199
2010-07-19T05:44:40
2010-07-19T05:44:40
36,058,688
0
1
null
null
null
null
UTF-8
C++
false
false
318
cpp
#include "stdafx.h" #include <stdio.h> #include <olectl.h> #include <math.h> #include <GL\gl.h> #include <string> #include <vector> #include "AirspeedIndicator.h" AirspeedIndicator::AirspeedIndicator(void) { } AirspeedIndicator::~AirspeedIndicator(void) { }
[ "Jingfei.Hu@gmail.com@3a95c3f6-2b41-11df-be6c-f52728ce0ce6" ]
[ [ [ 1, 17 ] ] ]
e704835c58ea6d5e6b56536fc30dff5fd324fdff
b3b0c727bbafdb33619dedb0b61b6419692e03d3
/Source/RSSPlugin/common/inc/RSSParse_VC6_com.h
97fe8204bd110768b0011a716a2130e45ed3d71b
[]
no_license
testzzzz/hwccnet
5b8fb8be799a42ef84d261e74ee6f91ecba96b1d
4dbb1d1a5d8b4143e8c7e2f1537908cb9bb98113
refs/heads/master
2021-01-10T02:59:32.527961
2009-11-04T03:39:39
2009-11-04T03:39:39
45,688,112
0
1
null
null
null
null
UTF-8
C++
false
false
36,353
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 5.01.0164 */ /* at Wed Jan 14 17:24:54 2009 */ //@@MIDL_FILE_HEADING( ) /* verify that the <rpcndr.h> version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ ...
[ "youxiaoitaly@hotmail.com" ]
[ [ [ 1, 1060 ] ] ]
2e292577f3ea844ff54e151ff48ff32dff955089
971b000b9e6c4bf91d28f3723923a678520f5bcf
/PaginationFormat/fop_format/Fo_Writter.cpp
999fc6062fed2e42ae17db176af27c957746d9af
[]
no_license
google-code-export/fop-miniscribus
14ce53d21893ce1821386a94d42485ee0465121f
966a9ca7097268c18e690aa0ea4b24b308475af9
refs/heads/master
2020-12-24T17:08:51.551987
2011-09-02T07:55:05
2011-09-02T07:55:05
32,133,292
2
0
null
null
null
null
UTF-8
C++
false
false
36,974
cpp
#include "Fo_Writter.h" #include "SessionManager.h" #include "Config.h" /* http://www.bessrc.aps.anl.gov/software/qt4-x11-4.2.2-browser/d0/dbc/qtextdocument_8cpp-source.html */ using namespace ApacheFop; FopDom::~FopDom() { } FopDom::FopDom( QTextDocument * docin , M_PageSize page , LEVEL e ) : ...
[ "ppkciz@9af58faf-7e3e-0410-b956-55d145112073" ]
[ [ [ 1, 1028 ] ] ]
beb1da18a5ece0b516c741e33f74e259a3256273
5ac13fa1746046451f1989b5b8734f40d6445322
/minimangalore/Nebula2/code/nebula2/src/gui/nguitextview_cmds.cc
411a9c628dee93831b7ed80760b0c4615516f86a
[]
no_license
moltenguy1/minimangalore
9f2edf7901e7392490cc22486a7cf13c1790008d
4d849672a6f25d8e441245d374b6bde4b59cbd48
refs/heads/master
2020-04-23T08:57:16.492734
2009-08-01T09:13:33
2009-08-01T09:13:33
35,933,330
0
0
null
null
null
null
UTF-8
C++
false
false
7,749
cc
//------------------------------------------------------------------------------ // nguitextview_cmds.cc // (C) 2004 RadonLabs GmbH //------------------------------------------------------------------------------ #include "gui/nguitextview.h" static void n_setfont(void* slf, nCmd* cmd); static void n_getfont(...
[ "BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c" ]
[ [ [ 1, 322 ] ] ]
60f6310f3268ef27ea3b42bfa32276c3499f0e3d
96fefafdfbb413a56e0a2444fcc1a7056afef757
/MQ2Main/MQ2DetourAPI.cpp
4b9d4f664631c55af5c3418d2e2ffc2799977d9b
[]
no_license
kevrgithub/peqtgc-mq2-sod
ffc105aedbfef16060769bb7a6fa6609d775b1fa
d0b7ec010bc64c3f0ac9dc32129a62277b8d42c0
refs/heads/master
2021-01-18T18:57:16.627137
2011-03-06T13:05:41
2011-03-06T13:05:41
32,849,784
1
3
null
null
null
null
UTF-8
C++
false
false
29,809
cpp
/***************************************************************************** MQ2Main.dll: MacroQuest2's extension DLL for EverQuest Copyright (C) 2002-2003 Plazmic, 2003-2005 Lax This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Lic...
[ "thansen1040@gmail.com@39408780-f958-9dab-a28b-4b240efc9052" ]
[ [ [ 1, 998 ] ] ]
831811a4b8253de4bf6655da87b302ca8e50f8e6
009dd29ba75c9ee64ef6d6ba0e2d313f3f709bdd
/S60_3rd_QT/moc_mainwindow.cpp
aee21caa04b76301abfef9e5ac078f9c0f9f538d
[]
no_license
AnthonyNystrom/MobiVU
c849857784c09c73b9ee11a49f554b70523e8739
b6b8dab96ae8005e132092dde4792cb363e732a2
refs/heads/master
2021-01-10T19:36:50.695911
2010-10-25T03:39:25
2010-10-25T03:39:25
1,015,426
3
3
null
null
null
null
UTF-8
C++
false
false
3,923
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'mainwindow.h' ** ** Created: Wed 2. Jun 21:45:25 2010 ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.2) ** ** WARNING! All changes made in this file will be lost! *****************...
[ "nystrom.anthony@gmail.com" ]
[ [ [ 1, 115 ] ] ]
7061218ead65224770e1179a1faea740d6cf61dd
f77f105963cd6447d0f392b9ee7d923315a82ac6
/Box2DandOgre/include/PickUpCreator.h
0c6dba851681405c8ede356d00a9d2789d4a6183
[]
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
1,260
h
/*============================================================================= PickUpCreator.h Author: Matt King =============================================================================*/ #ifndef PICKUP_CREATOR_H #define PICKUP_CREATOR_H #include "GameObjectCreator.h" #include "PickUp.h" /...
[ "mapeki@34afb35a-be5b-11de-bb5c-85734917f5ce" ]
[ [ [ 1, 55 ] ] ]
636b6beb2619993a097ba26d3a3565a573d6066b
a6a5c29ab75e58093e813afc951f08222001c38d
/TCC/core/ComponentInteract.cpp
f10a6226f3016cfb39790b95b6f7a27d171ff351
[]
no_license
voidribeiro/jogoshadow
b066bc75cc24c0f50b6243f91d91e286c0d997c7
946a4648ac420cb8988267f69c42688a0bc5ba6f
refs/heads/master
2016-09-05T23:42:09.869743
2010-02-25T12:17:06
2010-02-25T12:17:06
32,122,243
0
0
null
null
null
null
UTF-8
C++
false
false
2,825
cpp
#include "ComponentInteract.h" ComponentInteract::ComponentInteract(std::string script){ scriptObj = new ScriptObject(script.c_str()); } void ComponentInteract::Initialize(){ if (parent != NULL) scriptObj->AddGlobalVar("parentObject",parent->GetName().c_str()); else std::cout<<("Error parent o...
[ "rafarlira@17fd7b7e-20b4-11de-a108-cd2f117ce590" ]
[ [ [ 1, 92 ] ] ]
de95c0ca4dd97c119062ae0b720dbf7a30f05cc4
c9aadca497984acd4861ce258fd3b4288a8907a6
/koguryov2/monitor2808/std_h/stdio.h
3dd1c1c33646b1a9203b45a17971dc4339cf6253
[]
no_license
blesscdh/koguryov2
49c37a47cbff82af6519591eb5ac978daaf49d3d
68ef149f3206d5b24c9badf9f9dce351fe95fe09
refs/heads/master
2021-01-10T14:13:52.017052
2009-09-24T09:18:46
2009-09-24T09:18:46
47,096,120
0
0
null
null
null
null
UTF-8
C++
false
false
11,403
h
/*****************************************************************************/ /* STDIO.H v4.1.0 */ /* Copyright (c) 1993-2005 Texas Instruments Incorporated */ /****************************************************************************...
[ "hh2maze@25fd0372-cc2f-11dd-8772-d1b041bf0e37" ]
[ [ [ 1, 308 ] ] ]
9dae44c89941abc164685b1a4fc70dc0f650bfd2
4891542ea31c89c0ab2377428e92cc72bd1d078f
/GameEditor/InputManager.cpp
53e0099518f092e63ad52b7751c77297e73d3efc
[]
no_license
koutsop/arcanoid
aa32c46c407955a06c6d4efe34748e50c472eea8
5bfef14317e35751fa386d841f0f5fa2b8757fb4
refs/heads/master
2021-01-18T14:11:00.321215
2008-07-17T21:50:36
2008-07-17T21:50:36
33,115,792
0
0
null
null
null
null
UTF-8
C++
false
false
8,274
cpp
/* *author: koutsop */ //TODO na dw an mesa sthn collision xriazete telika h isotita h' oxi //An 8elw na mporw na paw kai na pana=ografw 8a prepei na paw sthn //CheckMouseButton kai na bgalw bgalw ton elegxo isActive apo thn //Deuterh else if #include "InputManager.h" InputManager::InputManager(void){ cur...
[ "koutsop@5c4dd20e-9542-0410-abe3-ad2d610f3ba4" ]
[ [ [ 1, 245 ] ] ]
34ea046d3fa820a0b1a5ca6451a80f92d5816f87
478570cde911b8e8e39046de62d3b5966b850384
/apicompatanamdw/bcdrivers/mw/classicui/uifw/apps/S60_SDK3.0/bctestlabelinfoindicators/inc/bctestsubeiklabel.h
8b9914756f00d722e98c546e3e6a34707b5755fb
[]
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
785
h
/* * Copyright (c) 2006 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, 34 ] ] ]
eaca2c9d509e5b851e2e9250df72a6009a9d90ba
c2153dcfa8bcf5b6d7f187e5a337b904ad9f91ac
/src/Engine/Script/ExposeComponentContainer.cpp
b5293bb16ae793bd7ea44bfd6beec29de6c525ac
[]
no_license
ptrefall/smn6200fluidmechanics
841541a26023f72aa53d214fe4787ed7f5db88e1
77e5f919982116a6cdee59f58ca929313dfbb3f7
refs/heads/master
2020-08-09T17:03:59.726027
2011-01-13T22:39:03
2011-01-13T22:39:03
32,448,422
1
0
null
null
null
null
UTF-8
C++
false
false
3,375
cpp
#include "precomp.h" #include "ExposeComponentContainer.h" #include "ExposeComponent.h" #include "ExposeIEntity.h" #include "ScriptMgr.h" #include <Core/CoreMgr.h> #include <Entity/IEntity.h> #include <Entity/Component.h> #include <Event/IEventManager.h> #include <Event/Event.h> using namespace Engine; u...
[ "PTrefall@gmail.com@c628178a-a759-096a-d0f3-7c7507b30227" ]
[ [ [ 1, 110 ] ] ]
a14fd217a10ffb4c26ad2e77f9ccf3a9d7638610
a405cf24ef417f6eca00c688ceb9008d80f84e1a
/trunk/parseactions.cpp
053c22053d1a921c9a3fbe281436be7d39c07dae
[]
no_license
BackupTheBerlios/nassiplugin-svn
186ac2b1ded4c0bf7994e6309150aa23bc70b644
abd9d809851d58d7206008b470680a23d0548ef6
refs/heads/master
2020-06-02T21:23:32.923994
2010-02-23T21:37:37
2010-02-23T21:37:37
40,800,406
0
0
null
null
null
null
UTF-8
C++
false
false
18,768
cpp
#ifdef __GNUG__ // #pragma implementation #endif // For compilers that support precompilation, includes "wx/wx.h". #include <wx/wxprec.h> #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRECOMP #include <wx/wx.h> #endif #include "parseactions.h" #include "bricks.h" AddSpace_to_collector::...
[ "danselmi@1ca45b2e-1973-0410-a226-9012aad761af" ]
[ [ [ 1, 528 ] ] ]
3da65e1fdd511e996da9f96fa6163568c4062449
34c65c99c538c020e4ed644d88b9b5095095425e
/CGame.cpp
a1f4808824407dc29c9b924b0b5721b3cd1ad1cf
[]
no_license
rpmessner/Marbles
c30947233fa25ad840f9a3ce308d5b88e367c516
d1108b5eb7f6b3ccde20b78803ad5b6b0a63041f
refs/heads/master
2016-09-06T01:50:35.745908
2011-02-24T23:47:39
2011-02-24T23:47:39
1,408,878
0
0
null
null
null
null
UTF-8
C++
false
false
8,809
cpp
#include "CGame.h" #include "CGLRender.h" #include "CObjectManager.h" #include "CMarble.h" #include "CInputManager.h" #include <windows.h> #include <gl\glut.h> #include <stdio.h> #include <cmath> #define NUM_MARBLES 25 #define LEFT_MB 0 #define RIGHT_MB 2 CGame::CGame() { CMessage* message = new ...
[ "theuglyamerican@ryan-messners-macbook-pro.local" ]
[ [ [ 1, 289 ] ] ]
1adfa3abe0a07a2a7f8a0c6c0e38be4648025e72
580738f96494d426d6e5973c5b3493026caf8b6a
/Include/Vcl/webcontnrs.hpp
75cf5a8099ba75b09bbdb1729fde008cf2eedd8c
[]
no_license
bravesoftdz/cbuilder-vcl
6b460b4d535d17c309560352479b437d99383d4b
7b91ef1602681e094a6a7769ebb65ffd6f291c59
refs/heads/master
2021-01-10T14:21:03.726693
2010-01-11T11:23:45
2010-01-11T11:23:45
48,485,606
2
1
null
null
null
null
UTF-8
C++
false
false
7,061
hpp
// Borland C++ Builder // Copyright (c) 1995, 2002 by Borland Software Corporation // All rights reserved // (DO NOT EDIT: machine generated header) 'WebContnrs.pas' rev: 6.00 #ifndef WebContnrsHPP #define WebContnrsHPP #pragma delphiheader begin #pragma option push -w- #pragma option push -Vx #include <...
[ "bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b" ]
[ [ [ 1, 170 ] ] ]
0ba9eb00cccf3787ec5851db1e232a028df799d1
adb2ebb4b7f74f62228c7dd9ca1441ee95297243
/UI/mainWindow.h
483329367f3e6b65ba7af39711fb8f6dc3192a63
[]
no_license
BackupTheBerlios/blazefilesearch-svn
5984480677ad0a7ae64c082e16dde4e7b2394c2c
b910de6af6f1ae8e018f06a484a8b6d9c4c2f280
refs/heads/master
2021-01-22T17:53:29.216195
2005-03-05T05:17:38
2005-03-05T05:17:38
40,608,509
0
0
null
null
null
null
UTF-8
C++
false
false
25,069
h
#pragma once #include "UI_global.h" #include "FeedbackForm.h" #include "UI_engineInterface.h" using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; // The...
[ "hyperfusion@8d202536-25f0-0310-b7fd-af1e855a3320" ]
[ [ [ 1, 616 ] ] ]
a07417b520fbb62e72bcf20697dcff2fd7ff61e5
cd0987589d3815de1dea8529a7705caac479e7e9
/webkit/WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp
a5680158601f6325fccb0035c69fa778d52aa642
[]
no_license
azrul2202/WebKit-Smartphone
0aab1ff641d74f15c0623f00c56806dbc9b59fc1
023d6fe819445369134dee793b69de36748e71d7
refs/heads/master
2021-01-15T09:24:31.288774
2011-07-11T11:12:44
2011-07-11T11:12:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
28,155
cpp
/* * Copyright (C) 2010 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condi...
[ "sdevitt@rim.com" ]
[ [ [ 1, 719 ] ] ]
554ad73b6e7411e1ee35cbbc137c7c8f5b1cb485
478570cde911b8e8e39046de62d3b5966b850384
/apicompatanamdw/bcdrivers/mw/web/favourites_api/src/FavouritesItemTestCases.cpp
b2582d6a28104f71b974801ea7413cb341e5b258
[]
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
42,826
cpp
/* * Copyright (c) 2006 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, 1546 ] ] ]
0ad1ef6d8d885f973a52cea3aef3625ee8bff283
2a47a0a9749be9adae403d99f6392f9d412fca53
/OpenGL/Puppet/IGUANA_animated_textured.cpp
c706692978959c941e449cce7a4b127b49b04995
[]
no_license
waseemilahi/waseem
153bed6788475a88d234d75a323049a9d8ec47fe
0bb2bddcc8758477f0ad5db85bfc927db2ae07af
refs/heads/master
2020-03-30T14:59:17.066002
2008-11-22T01:21:04
2008-11-22T01:21:04
32,640,847
0
0
null
null
null
null
UTF-8
C++
false
false
15,473
cpp
/*Puppet Program by Waseem Ilahi*/ #include <Windows.h> #include <GL/gl.h> #include <GL/glu.h> #include <GL/glut.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <math.h> //Prototypes. void DrawTail(void); void DrawLegs(void); void DrawNeck(void); void Dra...
[ "waseemilahi@b30cb682-9650-11dd-b20a-03c46e462ecf" ]
[ [ [ 1, 644 ] ] ]
6d4b3ef45947029a010cce8d6c0f950aa10475f8
f89e32cc183d64db5fc4eb17c47644a15c99e104
/pcsx2-rr/pcsx2/x86/iR3000A.cpp
48611e0a5949bb5e61e391d93919f913e1112dba
[]
no_license
mauzus/progenitor
f99b882a48eb47a1cdbfacd2f38505e4c87480b4
7b4f30eb1f022b08e6da7eaafa5d2e77634d7bae
refs/heads/master
2021-01-10T07:24:00.383776
2011-04-28T11:03:43
2011-04-28T11:03:43
45,171,114
0
0
null
null
null
null
UTF-8
C++
false
false
35,688
cpp
/* PCSX2 - PS2 Emulator for PCs * Copyright (C) 2002-2010 PCSX2 Dev Team * * PCSX2 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 Found- * ation, either version 3 of the License, or (at your option) ...
[ "koeiprogenitor@bfa1b011-20a7-a6e3-c617-88e5d26e11c5" ]
[ [ [ 1, 1409 ] ] ]
1374b9f020b5d9855788ed834e3b2a4288dd0270
fd3f2268460656e395652b11ae1a5b358bfe0a59
/srchybrid/SearchList.cpp
896f1ebfe69a4e7c6fe751f5f26ed7054ac7cdfe
[]
no_license
mikezhoubill/emule-gifc
e1cc6ff8b1bb63197bcfc7e67c57cfce0538ff60
46979cf32a313ad6d58603b275ec0b2150562166
refs/heads/master
2021-01-10T20:37:07.581465
2011-08-13T13:58:37
2011-08-13T13:58:37
32,465,033
4
2
null
null
null
null
UTF-8
C++
false
false
65,991
cpp
//this file is part of eMule //Copyright (C)2002-2008 Merkur ( strEmail.Format("%s@%s", "devteam", "emule-project.net") / http://www.emule-project.net ) // //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 Softwa...
[ "Mike.Ken.S@dd569cc8-ff36-11de-bbca-1111db1fd05b", "Mike.Ken.S@gmail.com@dd569cc8-ff36-11de-bbca-1111db1fd05b" ]
[ [ [ 1, 514 ], [ 516, 574 ], [ 594, 653 ], [ 657, 661 ], [ 676, 712 ], [ 718, 836 ], [ 838, 927 ], [ 953, 1822 ] ], [ [ 515, 515 ], ...
78d90046d8550cd06e1c43a3db7b55b018a9ea9a
bdb1e38df8bf74ac0df4209a77ddea841045349e
/CapsuleSortor/Version 1.0 -2.0/CapsuleSortor-10-12-17/Remain/TTransRemain.cpp
ab6c5833910d9ca894e3bc6672587c7b2da31cf3
[]
no_license
Strongc/my001project
e0754f23c7818df964289dc07890e29144393432
07d6e31b9d4708d2ef691d9bedccbb818ea6b121
refs/heads/master
2021-01-19T07:02:29.673281
2010-12-17T03:10:52
2010-12-17T03:10:52
49,062,858
0
1
null
2016-01-05T11:53:07
2016-01-05T11:53:07
null
GB18030
C++
false
false
18,454
cpp
// TTransRemain.cpp: implementation of the TTransRemain class. // ////////////////////////////////////////////////////////////////////// #include "TTransRemain.h" #include "TImgProcess.h" #include "afxwin.h" #include "ttimediff.h" #include <sstream> #include "TToInteger.h" #include "SortObserver.h " #includ...
[ "vincen.cn@66f52ff4-a261-11de-b161-9f508301ba8e" ]
[ [ [ 1, 637 ] ] ]
5df287954358099ea169ac8461f7f75e737193bd
b2184b7322d384ce5612c1fa480b4800f16646d1
/Src/Include/GLTools.cpp
8cb358c4b320c1eccd9651623180bf7b716571cb
[]
no_license
betner/3D-Scenegraph
a3bbc07866ad620fd2c481d8c8eea8cb8d37df67
fc0f870bf2385f9ed665f3d82cf324fde1e25936
refs/heads/master
2021-05-27T11:32:39.141183
2011-01-12T17:19:49
2011-01-12T17:19:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
51,858
cpp
/* * gltools.cpp * * Created by Richard Wright on 10/16/06. * OpenGL SuperBible, 5th Edition * */ /* Copyright (c) 2005-2010, Richard S. Wright Jr. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following condit...
[ "steve.eriksson@gmail.com", "patrick@eeepaddy.(none)" ]
[ [ [ 1, 35 ], [ 39, 49 ], [ 56, 1422 ], [ 1424, 1425 ], [ 1427, 1427 ], [ 1429, 1431 ], [ 1433, 1435 ], [ 1437, 1452 ], [ 1454, 1474 ], ...
77abc569cc710150ff9aece6b5b290fffd8f1366
58ef4939342d5253f6fcb372c56513055d589eb8
/LemonPlayer_2nd/Source/LPData/inc/LPSetting.h
e2c7eadcf8289eea9166706a39a3b3bdaff874c9
[]
no_license
flaithbheartaigh/lemonplayer
2d77869e4cf787acb0aef51341dc784b3cf626ba
ea22bc8679d4431460f714cd3476a32927c7080e
refs/heads/master
2021-01-10T11:29:49.953139
2011-04-25T03:15:18
2011-04-25T03:15:18
50,263,327
0
0
null
null
null
null
UTF-8
C++
false
false
527
h
#ifndef LPSETTING_H_ #define LPSETTING_H_ #include <e32std.h> #include <e32base.h> #include "FileOperate.h" class LPSetting : public MFileOperateNotify { public: ~LPSetting(); static LPSetting* GetInstance(); public: virtual void FileWriteData(RFileWriteStream& aStream); virtual void FileReadDat...
[ "zengcity@415e30b0-1e86-11de-9c9a-2d325a3e6494" ]
[ [ [ 1, 28 ] ] ]
61aac92fe964ce54cc09d07952a77d6b1545747c
74c8da5b29163992a08a376c7819785998afb588
/NetAnimal/Game/wheel/MyWheelController/include/Probability.h
90699463fc2d0ba2074f50322a6c67fbefb0bbdc
[]
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
294
h
#ifndef __Orz_Probability_h__ #define __Orz_Probability_h__ #include "WheelControllerConfig.h" #include "WheelEngineInterface.h" namespace Orz { class _OrzMyWheelControlleExport Probability { public: Probability(void); ~Probability(void); }; } #endif
[ "ogre3d@yeah.net" ]
[ [ [ 1, 23 ] ] ]
1da6a8e5780a281eedd4cdbd4ee2a40846e1d9a6
29c5bc6757634a26ac5103f87ed068292e418d74
/src/hook/Hook.cpp
6b661eb335f97660a4d5fd0da267fbd06a569dc4
[]
no_license
drivehappy/tlapi
d10bb75f47773e381e3ba59206ff50889de7e66a
56607a0243bd9d2f0d6fb853cddc4fce3e7e0eb9
refs/heads/master
2021-03-19T07:10:57.343889
2011-04-18T22:58:29
2011-04-18T22:58:29
32,191,364
5
0
null
null
null
null
UTF-8
C++
false
false
8,877
cpp
#include "Hook.h" using namespace TLAPI; // ----------------------------------------------------------------------- // // Meat of the code originally developed by dengus // Cleaned up - drivehappy // ----------------------------------------------------------------------- // PVOID TLAPI::HookGenerateEntry(PVOI...
[ "drivehappy@53ea644a-42e2-1498-a4e7-6aa81ae25522" ]
[ [ [ 1, 263 ] ] ]
5a16273327d55c3b9e62e727629e37d10f1edfa5
595820f3bb133f455252280a574023931a400660
/cac cau truc va bien toan cuc_TUNGNQ.cpp
e1deccbdcee80c6f0a606155d604cbaece1c50f9
[]
no_license
thinhhoanghuu/btlnhom3
3691b2debed870688cb5449fe8ee4660cfa96a4c
057bdfbf796f20ec8f7b29a8186a614b4e13cfb6
refs/heads/master
2020-12-24T20:43:00.249253
2007-11-07T17:59:39
2007-11-07T17:59:39
56,648,934
0
0
null
null
null
null
UTF-8
C++
false
false
316
cpp
typedef struct { char class_name[7]; char teacher[40]; char room_no[15]; char time[14]; int student_num; } class_information; typedef struct { char roll_no[7]; char full_name[40]; char birthday[11]; char address[50]; char class_name[7]; } student_information;
[ "tungnqc0707l.aiti@gmail.com" ]
[ [ [ 1, 23 ] ] ]
4b45d8b6fcd4e8eaf4a34215badb19a3c0723fe5
5236606f2e6fb870fa7c41492327f3f8b0fa38dc
/nsrpc/src/p2p/SystemService.h
6c7e0e2c2b3640b473133d5f71a5bf8061c78db8
[]
no_license
jcloudpld/srpc
aa8ecf4ffc5391b7183b19d217f49fb2b1a67c88
f2483c8177d03834552053e8ecbe788e15b92ac0
refs/heads/master
2021-01-10T08:54:57.140800
2010-02-08T07:03:00
2010-02-08T07:03:00
44,454,693
0
0
null
null
null
null
UHC
C++
false
false
3,302
h
#ifndef NSRPC_SYSTEMSERVICE_H #define NSRPC_SYSTEMSERVICE_H #ifdef _MSC_VER # pragma once #endif #include <nsrpc/p2p/detail/P2pProtocol.h> #include <nsrpc/p2p/detail/P2pRpcTypes.h> #include <nsrpc/p2p/Group.h> #include <srpc/RpcP2p.h> namespace nsrpc { namespace detail { /** @addtogroup p2p * @...
[ "kcando@6d7ccee0-1a3b-0410-bfa1-83648d9ec9a4" ]
[ [ [ 1, 121 ] ] ]
9eea027fdb0fa3a5112ecade078e7b8e25fd02ee
e7c45d18fa1e4285e5227e5984e07c47f8867d1d
/SMDK/Limn/LimnDW/LimnDW/BulkSplitter.cpp
616b6399ee87ec957e15cd1142d08d3f1d5c48cb
[]
no_license
abcweizhuo/Test3
0f3379e528a543c0d43aad09489b2444a2e0f86d
128a4edcf9a93d36a45e5585b70dee75e4502db4
refs/heads/master
2021-01-17T01:59:39.357645
2008-08-20T00:00:29
2008-08-20T00:00:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,878
cpp
//================== SysCAD - Copyright Kenwalt (Pty) Ltd =================== // $Nokeywords: $ //=========================================================================== #include "stdafx.h" #define __BULKSPLITTER_CPP #include "bulksplitter.h" #include "limnstream.h" #pragma optimize("", off) #define Do...
[ "chris.moreton@syscad.net" ]
[ [ [ 1, 342 ] ] ]