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
e5c764bd5b5965d8b1dae13a8ded4b3939fe6540
4d838ba98a21fc4593652e66eb7df0fac6282ef6
/CaveProj/RenderWindow.cpp
dbef3ba9503309637c7c49a7aa9cf4593b553dd5
[]
no_license
davidhart/ProceduralCaveEditor
39ed0cf4ab4acb420fa2ad4af10f9546c138a83a
31264591f2dcd250299049c826aeca18fc52880e
refs/heads/master
2021-01-17T15:10:09.100572
2011-05-03T19:24:06
2011-05-03T19:24:06
69,302,913
0
0
null
null
null
null
UTF-8
C++
false
false
7,718
cpp
#include "RenderWindow.h" #include "Application.h" #include <D3DX10.h> #include <iostream> const char* RenderWindow::WINDOW_CLASS_NAME = "DXWindow"; RenderWindow::RenderWindow() : _hwnd(0), _size(1280, 720), _isOpen(false), _windowTitle("RenderWindow") { _input.SetWindow(this); } bool RenderW...
[ "david.hart555@googlemail.com" ]
[ [ [ 1, 354 ] ] ]
55c036aa08d21bcd02d531d8c33814ef5167138e
a4756c3232fd88a74df199acc84ab70ec48d7875
/FileManagerClient/receivefilecommand.h
6f3dfb84ea351a0530343342afc24ae139c6df45
[]
no_license
raygray/filemanagermlf
a7a0cdd14cd558657116b6ae641bcb743084ba37
0648183e9c88d6e883861f1f1dcbe67550e5c11f
refs/heads/master
2021-01-10T05:03:12.702335
2010-07-14T13:31:02
2010-07-14T13:31:02
49,008,746
0
0
null
null
null
null
UTF-8
C++
false
false
446
h
#ifndef RECEIVEFILECOMMAND_H #define RECEIVEFILECOMMAND_H #include "clientcommand.h" #include "receivefilethread.h" class ReceiveFileCommand : public ClientCommand { public: explicit ReceiveFileCommand(const char *fileName, int transId); ~ReceiveFileThread(); QString getFileName() const; ...
[ "malongfei88@0a542be3-54de-31ef-7baa-42960c810bab" ]
[ [ [ 1, 23 ] ] ]
05ffae97a7c93f58fe2746177ebd4c93c31e7c23
bef7d0477a5cac485b4b3921a718394d5c2cf700
/nanobots/src/demo/GameInfo.cpp
2c08a9675ddbe9d2971d8735218fc266f98dd1cf
[ "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
3,961
cpp
#include "stdafx.h" #include "GameInfo.h" //#include "map/GameMap.h" #include "map/LevelMesh.h" #include "map/PointsMesh.h" #include "game/GameDesc.h" #include "game/GameState.h" #include "entity/EntityManager.h" #include "MinimapRenderer.h" #include "EntityInfoRenderer.h" #include "StreamImpostorsRenderer.h"...
[ "aras@unity3d.com" ]
[ [ [ 1, 158 ] ] ]
1ec4dfb38d15b720d76d6cd2553629341a5112b8
332b40f51efaafde525f2526b4b257639b569ce5
/src/algorithms/codebook.cpp
4e3d77058eace6a3419ce20d2f84e6488f6067ff
[]
no_license
kod3r/EagleEye
d62de5ed2ba8c84cb31555c6b34536e0dc8e4185
4fb48de8f46e675a18ab866b8ec262fcbe64911b
refs/heads/master
2020-12-24T12:47:26.509951
2010-01-13T21:00:41
2010-01-13T21:00:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,700
cpp
#include "codebook.h" CodeBook::CodeBook(IplImage* videoFrame) { initialModel(videoFrame); } CodeBook::~CodeBook() { if (model) cvReleaseBGCodeBookModel(&model); if (yuvFrame) cvReleaseImage(&yuvFrame); if (mask) cvReleaseImage(&mask); } void CodeBook::initialModel(IplImage* videoFrame) {...
[ "emailhy@gmail.com" ]
[ [ [ 1, 71 ] ] ]
6ae1083ce9e02f6a1cd83a25ee51144baf326658
10bac563fc7e174d8f7c79c8777e4eb8460bc49e
/core/detail/jpeg_decoder_impl.cpp
e6a3bf74470b5739b8a9f3656231992d8aca5011
[]
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
4,719
cpp
//######################################################################## #include "alcor/core/core.h" #include "alcor/core/image_utils.h" #include "alcor.extern/jpeg-c++/jpegDecompress.h" #include <sstream> using std::istringstream; //######################################################################## nam...
[ "andrea.carbone@1c7d64d3-9b28-0410-bae3-039769c3cb81", "stefano.marra@1c7d64d3-9b28-0410-bae3-039769c3cb81" ]
[ [ [ 1, 125 ], [ 129, 145 ] ], [ [ 126, 128 ] ] ]
a35625b91846ec084bd3344e7a1e0c5875cbd291
ddc9569f4950c83f98000a01dff485aa8fa67920
/naikai/windowing/src/win32/nkWindowingModule.cpp
b728346ef409ecd03d036689161e1c8c5f8ea474
[]
no_license
chadaustin/naikai
0a291ddabe725504cdd80c6e2c7ccb85dc5109da
83b590b049a7e8a62faca2b0ca1d7d33e2013301
refs/heads/master
2021-01-10T13:28:48.743787
2003-02-19T19:56:24
2003-02-19T19:56:24
36,420,940
0
0
null
null
null
null
UTF-8
C++
false
false
394
cpp
#include "nsIGenericFactory.h" #include "nkWindowingService.h" NS_GENERIC_FACTORY_CONSTRUCTOR(nkWindowingService) static nsModuleComponentInfo components[] = { { "Naikai Windowing System (Win32) Component", NK_WINDOWING_SERVICE_CID, NK_WINDOWING_SERVICE_CONTRACTID, nkWindowingServiceConstructo...
[ "aegis@ed5ae262-7be1-47e3-824f-6ab8bb33c1ce" ]
[ [ [ 1, 19 ] ] ]
90344ca2b8a7f5a4a8fedc92e132fe01e8f05abb
d6dbf57842d0b5121b3ece85f7b8ffc195519d51
/OgreMax/OgreMaxScene.cpp
122f73cdcd7f234a319978c09d0bb0ab89a9b9eb
[]
no_license
tunnuz/cel-language
3f0baddaa04a51afa10cf2fed4a47f4c93bb28a8
afaa3f201d56c33099e7787b1613daeab21cf027
refs/heads/master
2020-05-18T12:55:56.785687
2010-07-06T12:51:15
2010-07-06T12:51:15
32,117,063
0
0
null
null
null
null
UTF-8
C++
false
false
130,811
cpp
/* * OgreMaxViewer - An Ogre 3D-based viewer for .scene and .mesh files * Copyright 2008 Derek Nedelman * * This code is available under the OgreMax Free License: * -You may use this code for any purpose, commercial or non-commercial. * -If distributing derived works (that use this source code) in binar...
[ "tunnuz@5541800f-1273-12b8-a6ef-86c1fc29b7c3" ]
[ [ [ 1, 3164 ] ] ]
7a5d0716ec0c43d56be463b63f355276f12be4ab
fcdddf0f27e52ece3f594c14fd47d1123f4ac863
/TeCom/src/Graphics/Source Files/TdkGdiPoint.cpp
fb24c7898d068dca8aab17b2e13d2fbb25085744
[]
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
ISO-8859-2
C++
false
false
10,214
cpp
#include "TdkGdiPoint.h" /////////////////////////////////////////////////////////////////////////////// //Constructor //Author : Rui Mauricio Gregório //Date : 08/2009 /////////////////////////////////////////////////////////////////////////////// TdkGdiPoint::TdkGdiPoint() { _pointSize=10; _pointCha...
[ "rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec" ]
[ [ [ 1, 308 ] ] ]
e606303ce86c269689faa7a786585dc30dcae1db
fad23a4547e6708146e98b6661acf36f0b4adae4
/src/common/mograph.hpp
ec4042b475db1e89dfc4dd41cc5791808928b773
[]
no_license
mikolalysenko/skeletal-anim-838
dfd736b3dd28dc5bfd2bc41cc71609472e1bec9c
b3b007588f48a0dfb7b1a9d2329d75dd3c28ea93
refs/heads/master
2023-08-23T00:14:33.696992
2009-05-12T02:47:28
2009-05-12T02:47:28
32,553,630
0
0
null
null
null
null
UTF-8
C++
false
false
3,091
hpp
#ifndef MOGRAPH_H #define MOGRAPH_H //Vector arithmetic #include <Eigen/Core> #include <Eigen/StdVector> #include <Eigen/Geometry> //STL #include <iostream> #include <string> #include <vector> #include <cassert> //Project #include <misc.hpp> #include <skeleton.hpp> namespace Skeletal { using ...
[ "mikolalysenko@643bfc8c-1e2e-11de-b69a-45dc1c5e4070", "kongyang80@643bfc8c-1e2e-11de-b69a-45dc1c5e4070" ]
[ [ [ 1, 6 ], [ 8, 86 ], [ 94, 107 ] ], [ [ 7, 7 ], [ 87, 93 ] ] ]
168b0d03ec40edbca22ea1f87e8872b5edc44c1e
823afcea9ac0705f6262ccffdff65d687822fe93
/RayTracing/Src/Material.cpp
6474d22a96806d06de5b12f29caa981865cbafdb
[]
no_license
shourav9884/raytracing99999
02b405759edf7eb5021496f87af8fa8157e972be
19c5e3a236dc1356f6b4ec38efcc05827acb9e04
refs/heads/master
2016-09-10T03:30:54.820034
2006-10-15T21:49:19
2006-10-15T21:49:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
373
cpp
#include "Material.h" Material::Material( void ) { this->initBaseAttributes(); } Material::Material( const ColorRGBf& aDiffuseColor, const ColorRGBf& aSpecularColor, const ColorRGBf& aAmbientColor) : diffuseColor(aDiffuseColor), specularColor(aSpecularColor), ambientColor(aAmbientColor) { this->initBaseAt...
[ "saulopessoa@34b68867-b01b-0410-ab61-0f167d00cb52" ]
[ [ [ 1, 17 ] ] ]
078bd2b67a553eafaf8dcd8d5571ac5fb647cb33
47f89380f778b6ee8311678e48970ea710e8c1a8
/atask/Build.cpp
f534037004d577e7c6c1909fb90570b92d95a982
[]
no_license
hoijui/E323AI
f53a0fb388b67557fc92f38835343a85ef01135a
c4fcac72b77cff352350326c01ecab2d0ba9b388
refs/heads/master
2021-01-17T23:26:30.279240
2010-12-17T00:35:34
2010-12-17T00:35:34
358,032
0
0
null
null
null
null
UTF-8
C++
false
false
4,418
cpp
#include "Build.h" #include "../CUnit.h" #include "../CGroup.h" #include "../CUnitTable.h" #include "../CPathfinder.h" #include "../CEconomy.h" #include "../CTaskHandler.h" std::map<buildType, std::string> BuildTask::buildStr; BuildTask::BuildTask(AIClasses *_ai, buildType build, UnitType *toBuild, CGro...
[ "slspam@land.ru" ]
[ [ [ 1, 153 ] ] ]
046b51e56488a2ade5654b8ca1eb87dc642cc369
2a3952c00a7835e6cb61b9cb371ce4fb6e78dc83
/BasicOgreFramework/PhysxSDK/Samples/SampleRBHSM/src/SampleRBHSM.cpp
9db76aabf6b0d198e10f5b9aae1ca418281a3910
[]
no_license
mgq812/simengines-g2-code
5908d397ef2186e1988b1d14fa8b73f4674f96ea
699cb29145742c1768857945dc59ef283810d511
refs/heads/master
2016-09-01T22:57:54.845817
2010-01-11T19:26:51
2010-01-11T19:26:51
32,267,377
0
0
null
null
null
null
UTF-8
C++
false
false
11,870
cpp
// =============================================================================== // // AGEIA PhysX SDK Sample Program // // Title: Sample of RigidBody "Hardware Scene Manager" (HSM) // Description: This sample program shows how to create some simple dynamic objects // in a scene and in an attached ma...
[ "erucarno@789472dc-e1c3-11de-81d3-db62269da9c1" ]
[ [ [ 1, 454 ] ] ]
c15af21be3042f3b2e43f34b3cf4df1f9fd41f90
bef7d0477a5cac485b4b3921a718394d5c2cf700
/dingus/dingus/resource/SharedVolumeBundle.cpp
b28094061482a756c2426c647b7e87455c7a493c
[ "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
1,482
cpp
// -------------------------------------------------------------------------- // Dingus project - a collection of subsystems for game/graphics applications // -------------------------------------------------------------------------- #include "stdafx.h" #include "SharedVolumeBundle.h" #include "../utils/Errors.h...
[ "aras@unity3d.com" ]
[ [ [ 1, 55 ] ] ]
3bc994cdf7586ba84be0633cd222714f4ea6b0ec
21f3bb253e400e0e84c19b5013ddbce5f62a56c5
/WORLDcodes.cpp
2fe2d473500afcfa0cd13f03758935ace83cdb03
[]
no_license
imrehg/tvbgone-arduino
f348fb57f266f3fc69fb9a218d7b19823a90e69a
b8426d8569d96d7b8163baf4837f9ed312134e4c
refs/heads/master
2021-01-18T08:37:03.259918
2010-10-17T15:59:50
2010-10-17T15:59:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
132,080
cpp
/* TV-B-Gone for Arduino version 0.001 Ported to Arduino by Ken Shirriff, Dec 3, 2009 http://arcfn.com The original code is: TV-B-Gone Firmware version 1.2 for use with ATtiny85v and v1.2 hardware (c) Mitch Altman + Limor Fried 2009 */ #include "main.h" //Codes captured from Generation 3 TV-B-Gone by Limor Fried ...
[ "bh@udev.org" ]
[ [ [ 1, 8976 ] ] ]
13c912bd7beab2a434fdaeb09762cf41cb2da481
10dae5a20816dba197ecf76d6200fd1a9763ef97
/src/tree.h
a28e90bbe23936d0802de37c1147338dedabfd7f
[]
no_license
peterdfields/quantiNEMO_Taylor2010
fd43aba9b1fcf504132494ff63d08a9b45b3f683
611b46bf89836c4327fe64abd7b4008815152c9f
refs/heads/master
2020-02-26T17:33:24.396350
2011-02-08T23:08:34
2011-02-08T23:08:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,738
h
/** @file tree.h * * Copyright (C) 2006 Frederic Guillaume <guillaum@zoology.ubc.ca> * Copyright (C) 2008 Samuel Neuenschwander <samuel.neuenschwander@unil.ch> * * quantiNEMO: * quantiNEMO is an individual-based, genetically explicit stochastic * simulation program. It was developed to investigate t...
[ "ma5ke@virginia.edu" ]
[ [ [ 1, 77 ] ] ]
3bde5b3e48ac3adba717f8f0b816c36721d051ac
1ab9457b2e2183ec8275a9713d8c7cbb48c835d1
/Source/Common/BWAPI/include/BWTA/RectangleArray.h
44f774feeedbce0b0ca01fa61e555faa743f4906
[]
no_license
ianfinley89/emapf-starcraft-ai
0f6ca09560092e798873b6b5dda01d463fa71518
b1bf992dff681a7feb618b7a781bacc61d2d477d
refs/heads/master
2020-05-19T20:52:17.080667
2011-03-04T11:59:46
2011-03-04T11:59:46
32,126,953
1
0
null
null
null
null
UTF-8
C++
false
false
9,259
h
#pragma once namespace BWTA { /** * Template used for work with dynamically initialized array with dimension 2. */ template <class Type> class RectangleArray { public : /** * Creates the array with the specified proportions. * @param width Width of the new array....
[ "twsandberg@gmail.com@26a4d94b-85da-9150-e52c-6e401ef01510" ]
[ [ [ 1, 248 ] ] ]
b7fb40a704cab622fc7db2dde75bcddd3e7e274c
0c5fd443401312fafae18ea6a9d17bac9ee61474
/code/engine/AudioBlaster/StreamWatch.cpp
f270cd9edc385bfc906de181b5fc332cc70775ef
[]
no_license
nurF/Brute-Force-Game-Engine
fcfebc997d6ab487508a5706b849e9d7bc66792d
b930472429ec6d6f691230e36076cd2c868d853d
refs/heads/master
2021-01-18T09:29:44.038036
2011-12-02T17:31:59
2011-12-02T17:31:59
2,877,061
1
0
null
null
null
null
UTF-8
C++
false
false
5,715
cpp
/* ___ _________ ____ __ / _ )/ __/ ___/____/ __/___ ___ _/_/___ ___ / _ / _// (_ //___/ _/ / _ | _ `/ // _ | -_) /____/_/ \___/ /___//_//_|_, /_//_//_|__/ /___/ This file is part of the Brute-Force Game Engine, BFG-Engine ...
[ "wittus@gmx.de" ]
[ [ [ 1, 199 ] ] ]
9345fbbf8112612c105ad9b27c46553bb8d24fa3
fcdddf0f27e52ece3f594c14fd47d1123f4ac863
/TeCom/src/Tdk/Header Files/TdkAbstractClipboard.h
bf007e1caf4a17700f948a2978b3304a703db7a5
[]
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
ISO-8859-2
C++
false
false
1,527
h
/****************************************************************************** * FUNCATE - GIS development team * * TerraLib Components - TeCOM * * @(#) TdkAbstractClipboard.h * ******************************************************************************* * * $Rev$: * * $Author: rui.gregorio $: * * $D...
[ "rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec" ]
[ [ [ 1, 69 ] ] ]
1a7aa18822d8038c61c01849f30088c62e721e4b
4aadb120c23f44519fbd5254e56fc91c0eb3772c
/Source/opensteer/src/PluginRegistry.cpp
de6dcef728f96fb1f6f73844e25d329a6c49d7c1
[ "MIT" ]
permissive
janfietz/edunetgames
d06cfb021d8f24cdcf3848a59cab694fbfd9c0ba
04d787b0afca7c99b0f4c0692002b4abb8eea410
refs/heads/master
2016-09-10T19:24:04.051842
2011-04-17T11:00:09
2011-04-17T11:00:09
33,568,741
0
0
null
null
null
null
UTF-8
C++
false
false
8,879
cpp
//----------------------------------------------------------------------------- // Copyright (c) 2009, Jan Fietz, Cyrus Preuss // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Re...
[ "janfietz@localhost" ]
[ [ [ 1, 276 ] ] ]
c64800c58ce9b5fe8ab3905f9a52a78cb65e2cb8
dde32744a06bb6697823975956a757bd6c666e87
/bwapi/SCProjects/BTHAIModule/Source/AgentFactory.h
fc0a99143da3053d936bf5a5bccc784be6a4ba45
[]
no_license
zarac/tgspu-bthai
30070aa8f72585354ab9724298b17eb6df4810af
1c7e06ca02e8b606e7164e74d010df66162c532f
refs/heads/master
2021-01-10T21:29:19.519754
2011-11-16T16:21:51
2011-11-16T16:21:51
2,533,389
0
0
null
null
null
null
UTF-8
C++
false
false
1,240
h
#ifndef __AGENTFACTORY_H__ #define __AGENTFACTORY_H__ #include "BaseAgent.h" using namespace BWAPI; using namespace std; /** The agent system is built from a single base agent where all specific agents extends the base agent indirectly or directly. * The AgentFactory class is a factory that creates the cor...
[ "rymdpung@.(none)", "zarac@zarac.se" ]
[ [ [ 1, 25 ], [ 27, 42 ] ], [ [ 26, 26 ] ] ]
a6293a8054afdf8f948e0229aa2678dd0bf969c2
23e9e5636c692364688bc9e4df59cb68e2447a58
/Dream/src/Game/YGECEGUIAdapter.cpp
4aecd56c3be3b1206631b531a0591783eb192244
[]
no_license
yestein/dream-of-idle
e492af2a4758776958b43e4bf0e4db859a224c40
4e362ab98f232d68535ea26f2fab7b3cbf7bc867
refs/heads/master
2016-09-09T19:49:18.215943
2010-04-23T07:24:19
2010-04-23T07:24:19
34,108,886
0
0
null
null
null
null
UTF-8
C++
false
false
336
cpp
/************************************************************************ filename: YGECEGUIAdapter.h created: 2010/4/4 author: Yulei purpose: A Adapter for Cegui ************************************************************************/ #include "YGECEGUIAdapter.h" bool YGECEGUIAdpater::CEGUIInit( ) { ...
[ "yestein86@6bb0ce84-d3d1-71f5-47c4-2d9a3e80541b" ]
[ [ [ 1, 14 ] ] ]
2bc4547ae24f0a0c97820e47706774b16fa410d8
df238aa31eb8c74e2c208188109813272472beec
/BCGInclude/BCGPRibbonQuickAccessToolbar.h
81207f4bdf1f076d09a207dffcc78f0cc395167e
[]
no_license
myme5261314/plugin-system
d3166f36972c73f74768faae00ac9b6e0d58d862
be490acba46c7f0d561adc373acd840201c0570c
refs/heads/master
2020-03-29T20:00:01.155206
2011-06-27T15:23:30
2011-06-27T15:23:30
39,724,191
0
0
null
null
null
null
UTF-8
C++
false
false
3,113
h
//******************************************************************************* // COPYRIGHT NOTES // --------------- // This is a part of BCGControlBar Library Professional Edition // Copyright (C) 1998-2008 BCGSoft Ltd. // All rights reserved. // // This source code can be used, distributed or modified // o...
[ "myme5261314@ec588229-7da7-b333-41f6-0e1ebc3afda5" ]
[ [ [ 1, 112 ] ] ]
07e56d5d58c75231f74d34cfc63dac594121ce2a
0045750d824d633aba04e1d92987e91fb87e0ee7
/settings.h
3b62b5c9e201abd2ba3b3e46e053202c384824af
[]
no_license
mirelon/vlaciky
eaab3cbae7d7438c4fcb87d2b5582b0492676efc
30f5155479a3f3556199aa2d845fcac0c9a2d225
refs/heads/master
2020-05-23T15:05:26.370548
2010-06-16T18:55:52
2010-06-16T18:55:52
33,381,959
0
0
null
null
null
null
UTF-8
C++
false
false
684
h
#ifndef SETTINGS_H #define SETTINGS_H #include <QSettings> #include <QFile> class Settings { public: Settings(); void init(); void load(); QVariant getProp(QString propName,QVariant def=NULL); bool isset(QString propName); bool getBool(QString propName); int getInt(QString propName); QStrin...
[ "mirelon@a6d88fff-da04-0f23-7c93-28760c376c6a" ]
[ [ [ 1, 31 ] ] ]
4bb4d38f74de3bc69e8f0ec508738f4fd2d64b5c
2a3952c00a7835e6cb61b9cb371ce4fb6e78dc83
/BasicOgreFramework/Extensions/Graphic/RotatingSkyObject.cpp
6c6f763b9b9e0572a2ea9e21f9e09cb538f43ed4
[]
no_license
mgq812/simengines-g2-code
5908d397ef2186e1988b1d14fa8b73f4674f96ea
699cb29145742c1768857945dc59ef283810d511
refs/heads/master
2016-09-01T22:57:54.845817
2010-01-11T19:26:51
2010-01-11T19:26:51
32,267,377
0
0
null
null
null
null
UTF-8
C++
false
false
1,012
cpp
#include "RotatingSkyObject.h" using namespace Ogre; namespace CartoonCaelum { RotatingSkyObject::RotatingSkyObject ( SceneNode *pNode, int nDistance, Radian pitch ): m_pObjectNode(pNode), m_previousRotation(Radian(0)), m_nObjectDistance(nDistance), m_cyclePitch(pitch) { } R...
[ "gggg@student.chalmers.se@789472dc-e1c3-11de-81d3-db62269da9c1" ]
[ [ [ 1, 38 ] ] ]
06c3a242a4edb65b7ac5003beea2ee59611cce02
993635387a5f4868e442df7d4a0d87cc215069c1
/OMV/OMV/ReflectiveUI.cpp
0b58f6dce8ede468da56e879776d2b76326ffb4f
[]
no_license
windrobin/ogremeshviewer
90475b25f53f9d1aee821c150a8517ee4ee4d37d
679a2979320af09469894a6d99a90ec1adc5f658
refs/heads/master
2021-01-10T02:18:50.523143
2011-02-16T01:06:03
2011-02-16T01:06:03
43,444,741
0
2
null
null
null
null
UTF-8
C++
false
false
13,826
cpp
/* ----------------------------------------------------------------------------- This source file is part of Tiger Viewer(An Ogre Mesh Viewer) For the latest info, see http://code.google.com/p/ogremeshviewer/ Copyright (c) 2010 Zhang Kun(zhk.tiger@gmail.com) This program is free software; you can redistribute ...
[ "zhk.tiger@b3cfb0ba-c873-51ca-4d9f-db82523f9d23" ]
[ [ [ 1, 491 ] ] ]
8c0fbfca7f11d193efb01ad8f0949a3b37a5f123
5ac13fa1746046451f1989b5b8734f40d6445322
/minimangalore/Nebula2/code/contrib/nmax/src/pluginlibs/nmaxutilityobj.cc
6db39275acffd6efe7bc609d7e81b8b5591f8e88
[]
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
2,387
cc
//------------------------------------------------------------------------------ // nmaxutilityobj.cc // // (c)2004 Kim, Hyoun Woo //------------------------------------------------------------------------------ #include "pluginlibs/nmaxutilityobj.h" #include "pluginlibs/nmaxoptionparammapdlg.h" #include "../r...
[ "BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c" ]
[ [ [ 1, 78 ] ] ]
99c457a12125c433d33bc2da34d16218bef2ae86
ad0076b418469ad3433daa809acba5fd2a9410e9
/mersenne.h
1b948a88bde145f351ec452d3022bb0a602592f2
[]
no_license
PlumpMath/ergo
e3e8a4c43a81cb48671a13d6c7124e019b855fb7
dc2e9a96d23b46120af94aeedcbe81e8d602c640
refs/heads/master
2021-01-18T20:06:09.564888
2008-11-03T09:09:15
2008-11-03T09:09:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,844
h
#ifndef _MERSENNE_H #define _MERSENNE_H #include <time.h> #include <math.h> #include <limits.h> class Mersenne { private: typedef unsigned long uint32; // unsigned integer type, at least 32 bits enum { N = 624 }; // length of state vector enum { SAVE = N + 1 }; // length of array for save() ...
[ "ztellman@gmail.com" ]
[ [ [ 1, 144 ] ] ]
8ee65d7760bd090636ee0e8c1de95be73d4964dc
ea12fed4c32e9c7992956419eb3e2bace91f063a
/zombie/code/zombie/tutorials/src/signals_tutorial/nsignaltestemitter_main.cc
5a1b083132c6cc4e781201fcbd473ae990eb549f
[]
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
206
cc
#include "kernel/nkernelserver.h" #include "signals/nsignal.h" #include "signals/nsignalbinding.h" #include "signals_tutorial/nsignaltestemitter.h" nNebulaScriptClass(nSignalTestEmitter, "nroot");
[ "magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91" ]
[ [ [ 1, 7 ] ] ]
131e418a99be22d51e3018233c55dc961ef56693
7b4e708809905ae003d0cb355bf53e4d16c9cbbc
/JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.cpp
a5061bc1db5eebe386268ad3fed035a37cfef8c3
[]
no_license
sonic59/JulesText
ce6507014e4cba7fb0b67597600d1cee48a973a5
986cbea68447ace080bf34ac2b94ac3ab46faca4
refs/heads/master
2016-09-06T06:10:01.815928
2011-11-18T01:19:26
2011-11-18T01:19:26
2,796,827
0
0
null
null
null
null
UTF-8
C++
false
false
10,135
cpp
/* ============================================================================== This file is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-11 by Raw Material Software Ltd. ------------------------------------------------------------------------------ JUCE can be r...
[ "supermario30@gmail.com" ]
[ [ [ 1, 317 ] ] ]
612a45fb8b9add150026881c6381546c8825527b
1e976ee65d326c2d9ed11c3235a9f4e2693557cf
/Taggers/TagLibTagger.h
bbf9ac049fb3bb3b91a1415873d0f53c1ebec063
[]
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
1,413
h
// /* // * // * Copyright (C) 2003-2010 Alexandros Economou // * // * This file is part of Jaangle (http://www.jaangle.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 Found...
[ "outcast1000@dc1b949e-fa36-4f9e-8e5c-de004ec35678" ]
[ [ [ 1, 45 ] ] ]
e00f4595f390eb7b3bbe9960b59ad6626dbf1653
0b66a94448cb545504692eafa3a32f435cdf92fa
/tags/0.6/cbear.berlios.de/windows/lpstr.hpp
d7fa7a68c2662ea90349616455dcb0f3666700e9
[ "MIT" ]
permissive
BackupTheBerlios/cbear-svn
e6629dfa5175776fbc41510e2f46ff4ff4280f08
0109296039b505d71dc215a0b256f73b1a60b3af
refs/heads/master
2021-03-12T22:51:43.491728
2007-09-28T01:13:48
2007-09-28T01:13:48
40,608,034
0
0
null
null
null
null
UTF-8
C++
false
false
2,493
hpp
/* The MIT License Copyright (c) 2005 C Bear (http://cbear.berlios.de) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to u...
[ "sergey_shandar@e6e9985e-9100-0410-869a-e199dc1b6838" ]
[ [ [ 1, 82 ] ] ]
191a4447072190457b35690eecd74e8e08678b0a
90a4cfec47e3795acd3ce6e414f51d988193b48a
/VlcFaceReco.cpp
cf55b3d66210e94061fc56667c17d303e7989385
[]
no_license
zhouqilin/facereco
8f1cdea9607ece0fcf8dfe4ea6358c3f921ba8c4
206f6a25e716890f139bb7f6bc917d4efce27c0a
refs/heads/master
2021-01-24T22:36:10.340482
2011-02-28T07:54:20
2011-02-28T07:54:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,412
cpp
#include "VlcFaceReco.h" VlcFaceReco::~VlcFaceReco() {} VlcFaceReco::VlcFaceReco( const char *haarPath) : reco(haarPath) , state(NEUTRAL) , thresh(0.835f) , id(0) , name("") , confidence(0) {} cv::Mat VlcFaceReco::processImg( cv::Mat & img ) { cv::Mat frame; cv::resize( img, frame, cv::Si...
[ "p4p4p4@web.de" ]
[ [ [ 1, 60 ] ] ]
0a4a0543551e1f30cd88ff31fd492b0ac8fe8079
db4b7dac5ea1593f60229f4dd916e4d275d2f6ac
/MyStrUtil.h
0ff7c79ce1c991001b99b4476e2b044f33155ff5
[]
no_license
riyuexing/virtualdrafter
77337e757ea41bb2e3b184a123627a69cc47b5e6
1e8de27bb176b395c2220de71f8360424d85be9a
refs/heads/master
2022-04-05T12:19:08.060306
2009-05-09T11:21:02
2018-01-07T20:11:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
124
h
#ifndef MyStrUtilH #define MyStrUtilH #include <string> string ExtractWord(string& s, string Delimiters); #endif
[ "singalen@gmail.com" ]
[ [ [ 1, 8 ] ] ]
2666e20fa1e2c58fe0aa087bd1eb073c169eacb1
645201f7ea1b4234feb4510f61e7bdd757573175
/TestData.h
87c58932f0b08fa57cdbaf39986311cb0b5d3873
[]
no_license
mfantonidas/datafusion_new
ed62b9af8f3726c3ebcdf09d8190b7bc1735952c
6c637502200daf7dad0260e27a6a7410d666daee
refs/heads/master
2020-05-21T13:16:14.899257
2010-11-30T13:49:48
2010-11-30T13:49:48
697,420
0
0
null
null
null
null
UTF-8
C++
false
false
427
h
#ifndef TESTDATA_H #define TESTDATA_H #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/file.h> #include <sys/time.h> #include <errno.h> #include <unistd.h> #include <stdlib.h> #include <stdio.h> extern int tempdata[256]; class TestData{ public: TestData(); ~TestD...
[ "mfantonidas@gmail.com" ]
[ [ [ 1, 24 ] ] ]
03f2351d130cbdaa294ad5906e9720bcaf153047
6e563096253fe45a51956dde69e96c73c5ed3c18
/dhnetsdk/TPLayer_IOCP/ITPListener.h
5633b42548f13a572a24b4538ae6b410613d19e8
[]
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
GB18030
C++
false
false
1,465
h
/* * Copyright (c) 2008, 浙江亿蛙技术股份有限公司 * All rights reserved. * * 文件名称:ITPListener.h * 摘  要:传输层监听器接口 * * 取代版本:0.1 * 原作者 :Peng Dongfeng * 完成日期:2008年6月16日 * 修订记录:创建 */ ////////////////////////////////////////////////////////////////////// #ifndef _ITPLISTENER_H_ #define _ITPLISTENER_H_ class ITPListener...
[ "guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd" ]
[ [ [ 1, 44 ] ] ]
c411ee0d6ac70ad4ff1c4ad7ed505102b942a02c
eb0b8f9d3bb244ad033c052041b8189e0c1ac461
/iPhoneAugmentedVideo/Classes/NyARToolkitCPP-2.5.4/src/core/NyARColorPatt_O3.cpp
439d58f773022aae2bdb90be3be3d4be9aa1fbc7
[]
no_license
nickthedude/iPhone-Stuff
66bacc8eb89238b3f2852bb821348ecdad6fc590
b85111dec18a4fbd98f81240f37bd5b5b8efe141
refs/heads/master
2021-01-01T17:16:30.540264
2010-12-14T17:07:19
2010-12-14T17:07:19
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
10,651
cpp
/* * PROJECT: NyARToolkitCPP * -------------------------------------------------------------------------------- * * The NyARToolkitCPP is C++ version NyARToolkit class library. * Copyright (C)2008-2009 Ryo Iizuka * * This program is free software: you can redistribute it and/or modify * it under the terms of t...
[ "kamend@gmail.com" ]
[ [ [ 1, 330 ] ] ]
23c29db6d28d38fbe85781e876e419e8b14041ce
097c5aee657c0a538c001d7af10ed466a9d48bce
/miniBenchArm/cQueens.h
fa45a4d0e5de71794452c548a10f4ceed142d7ce
[]
no_license
sspeng/miniBench
711380a27c0a93960fb20a7d9ff902c6e40659cd
d37e76188beb9861106baee68d0a7f901b35c710
refs/heads/master
2020-03-20T09:05:52.929763
2011-08-15T05:29:11
2011-08-15T05:29:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
521
h
#ifndef CQUEENS_H_INCLUDED #define CQUEENS_H_INCLUDED #include "cShortTests.h" #include "cStopwatch.h" //#include <omp.h> #include "omp.h" class cQueens // from CLIBench { public: long DoQueen( long iterations ); private: void Attempt( int i ); bool a[9],b[17],c[15]; int x[9]; }; class ...
[ "rick@canalabs.com" ]
[ [ [ 1, 31 ] ] ]
4c0f3e30a25e7ff88e038a52ec31e90838766792
bef7d0477a5cac485b4b3921a718394d5c2cf700
/dingus/dingus/resource/SkinMeshBundle.h
2a62aef2a073b67c61a269822e33db1986026715
[ "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
1,463
h
// -------------------------------------------------------------------------- // Dingus project - a collection of subsystems for game/graphics applications // -------------------------------------------------------------------------- #ifndef __SKINMESH_BUNDLE_H #define __SKINMESH_BUNDLE_H #include "StorageReso...
[ "aras@unity3d.com" ]
[ [ [ 1, 52 ] ] ]
d536e3a5943e276fb9584cfae6b9a2568b41a5de
42b578d005c2e8870a03fe02807e5607fec68f40
/src/dockbar.h
02ae542e7e382aa5cf8bcedf125458fdbe5f4e82
[ "MIT" ]
permissive
hylom/xom
e2b02470cd984d0539ded408d13f9945af6e5f6f
a38841cfe50c3e076b07b86700dfd01644bf4d4a
refs/heads/master
2021-01-23T02:29:51.908501
2009-10-30T08:41:30
2009-10-30T08:41:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,353
h
#ifndef _dockbar_h_ #define _dockbar_h_ #ifndef TBSTYLE_FLAT #define TBSTYLE_FLAT 0x0800 #endif #ifndef TCS_BOTTOM #define TCS_BOTTOM 2 #define TCS_RIGHT 2 #define TCS_HOTTRACK 0x40 #define TCS_VERTICAL 0x80 #endif #include "xlist.h" class dock_frame; class dock_bar: public xlist_node <dock_bar> ...
[ "hylom@mbwhite.local" ]
[ [ [ 1, 441 ] ] ]
df49e5de6b26ef209f5b06a4300fa0c8476c2872
b4d726a0321649f907923cc57323942a1e45915b
/CODE/GAMEHELP/contexthelp.cpp
c17597eb68115366f24964bcf92a468eeb3ed8ea
[]
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
28,737
cpp
/* * 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. * */ /* * $Logfile: /Freespace2/code/GameHelp/ContextHelp.cpp $ *...
[ "chief1983@yahoo.com" ]
[ [ [ 1, 945 ] ] ]
2a9bdec9552e846e5198246d3200bb878dd271ac
21737c1ff12ead3baf7bcf8bedbadb69b5f7ff1a
/streamInfo.h
18b6b23fd57148ebfac04096de9ef52a4ae443f9
[]
no_license
abdo5520/RTGen
941272322e4d92b5b014a3154e53dbe6b1d7e8cf
8d0bf859a5e601b4df775f0a21eadc07820f4414
refs/heads/master
2020-12-25T08:50:56.058621
2011-04-07T19:22:15
2011-04-07T19:22:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,362
h
/** \file StreamInfo... **/ #include "packet.h" #include <iostream> #include <list> #include <fstream> #include "logger.h" #include <sstream> using namespace std; #ifndef STREAMINFO_H #define STREAMINFO_H enum PacketAction {ONTIME, LATE, DROP, OOO}; class StreamInfo { private: struct ti...
[ "mst008@linuxremote1.eg.bucknell.edu" ]
[ [ [ 1, 64 ] ] ]
f946113b9bdcf006d42d1a7af128a2e00b12136f
bf19f77fdef85e76a7ebdedfa04a207ba7afcada
/MainMenuState.h
9784d01fcde8b2715f19f0edd3045933bfbe1f00
[]
no_license
marvelman610/tmntactis
2aa3176d913a72ed985709843634933b80d7cb4a
a4e290960510e5f23ff7dbc1e805e130ee9bb57d
refs/heads/master
2020-12-24T13:36:54.332385
2010-07-12T08:08:12
2010-07-12T08:08:12
39,046,976
0
0
null
null
null
null
UTF-8
C++
false
false
2,368
h
////////////////////////////////////////////////////////////////////////// // Filename : MainMenuState.h // // Author : Ramon Johannessen (RJ) // // Purpose : The Main Menu will be the first menu loaded when the game // starts. It will display all menu selections available. ////////////////////////////////...
[ "AllThingsCandid@7dc79cba-3e6d-11de-b8bc-ddcf2599578a" ]
[ [ [ 1, 67 ] ] ]
29da18eebaec8d78a0dee93bfd8479b27634051a
9a48be80edc7692df4918c0222a1640545384dbb
/Libraries/Boost1.40/libs/asio/example/echo/async_tcp_echo_server.cpp
c6d25dd9a08f0bd76cde0406f688723c8931023f
[ "BSL-1.0" ]
permissive
fcrick/RepSnapper
05e4fb1157f634acad575fffa2029f7f655b7940
a5809843f37b7162f19765e852b968648b33b694
refs/heads/master
2021-01-17T21:42:29.537504
2010-06-07T05:38:05
2010-06-07T05:38:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,069
cpp
// // async_tcp_echo_server.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #includ...
[ "metrix@Blended.(none)" ]
[ [ [ 1, 134 ] ] ]
0ede12c2e8943aaba7799f4f543549ded8277792
bd89d3607e32d7ebb8898f5e2d3445d524010850
/adaptationlayer/tsy/nokiatsy_dll/src/cmmbroadmesshandler.cpp
0771f02b3b01044776d811d6c4b090c428430c91
[]
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
21,119
cpp
/* * Copyright (c) 2007-2010 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.ecli...
[ "dalarub@localhost", "mikaruus@localhost", "mika.a.ruuskanen@nokia.com" ]
[ [ [ 1, 1 ], [ 3, 13 ], [ 15, 30 ], [ 32, 32 ], [ 34, 72 ], [ 74, 83 ], [ 85, 86 ], [ 90, 105 ], [ 107, 136 ], [ 138, 155...
31d0e14ad58e154b38eb1814d9a30b9d8b0d95f1
d609fb08e21c8583e5ad1453df04a70573fdd531
/trunk/MMXCheck/MMXCheckDlg.h
a3b91b3cd7cec865e361930d581cddc53548cad9
[]
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
1,189
h
#pragma once #include "afxcmn.h" #include "afxwin.h" #include <map> using namespace std; typedef struct tagXML { TCHAR szName[260]; TCHAR szFunc[1024]; TCHAR szIntro[1024]; }Xml,*pXml; class CMMXCheckDlg : public CDialog { public: CMMXCheckDlg(CWnd* pParent = NULL); ~CMMXCheckDlg(); enum { ID...
[ "o890402@gmail.com@f92b348d-55a1-4afa-8193-148a6675784b" ]
[ [ [ 1, 52 ] ] ]
84d26bf521ddc8e358e1d198796f450fdf8b3eb9
36fea6c98ecabcd5e932f2b7854b3282cdb571ee
/mainwindow.h
751a8e5a3c2fdd6bab51232d664f8d464d08a2f4
[]
no_license
doomfrawen/visualcommand
976adaae69303d8b4ffc228106a1db9504e4a4e4
f7bc1d590444ff6811f84232f5c6480449228e19
refs/heads/master
2016-09-06T17:40:57.775379
2009-07-28T22:48:23
2009-07-28T22:48:23
32,345,504
0
0
null
null
null
null
UTF-8
C++
false
false
1,410
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QtGui/QMainWindow> #include "dialogsearch.h" #include <QPluginLoader> #include <QListWidgetItem> #include "globals.h" #include "qttreepropertybrowser.h" #include "arguments/argumentinterface.h" namespace Ui { class MainWindow; } class MainWindow...
[ "flouger@13a168e0-7ae3-11de-a146-1f7e517e55b8" ]
[ [ [ 1, 64 ] ] ]
4b0d7975f07382419dfbeba223a8392bd27a1e24
7d4527b094cfe62d9cd99efeed2aff7a8e8eae88
/TalkTom/TalkTom/stdafx.cpp
b99fa7578a2bf83b1a71b1b819ab80eba492e4ff
[]
no_license
Evans22/talktotom
a828894df42f520730e6c47830946c8341b230dc
4e72ba6021fdb3a918af1df30bfe8642f03b1f07
refs/heads/master
2021-01-10T17:11:10.132971
2011-02-15T12:53:00
2011-02-15T12:53:00
52,947,431
1
0
null
null
null
null
UTF-8
C++
false
false
294
cpp
// stdafx.cpp : source file that includes just the standard includes // TalkTom.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "aicrosoft1104@61e0f6aa-79d2-64b1-0467-50e2521aa597" ]
[ [ [ 1, 8 ] ] ]
516124d577537a2ba7fc440f6631efdb5a587838
91b964984762870246a2a71cb32187eb9e85d74e
/SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/serialization/test/test_derived_class.cpp
33720ef0dfea2eb02d508926f2340f5b0cf50731
[ "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,288
cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // test_derived_class.cpp // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at ...
[ "66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278" ]
[ [ [ 1, 50 ] ] ]
cf9930ba273c6b04d5592e1e4ec02cf692d59942
6397eabfb8610d3b56c49f7d61bfc6f8636e6e09
/classes/SMS20.h
fdf87da82bcc499f82d2ba10ed0c02cae989e214
[]
no_license
ForjaOMF/OMF-WindowsMFCSDK
947638d047f352ec958623a03d6ab470eae9cedd
cb6e6d1b6b90f91cb3668bc2bc831119b38b0011
refs/heads/master
2020-04-06T06:40:54.080051
2009-10-27T12:22:40
2009-10-27T12:22:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,592
h
// SMS20.h : header file // #ifndef _SMS20_ #define _SMS20_ #include <msxml2.h> class CInternetSession; class CHttpFile; ///////////////////////////////////////////////////////////////////////////// // Class CSMS20Contact class CSMS20Contact : public CObject { CString m_csUserID; CString m_csAli...
[ "Open@movilforum.com" ]
[ [ [ 1, 97 ] ] ]
fb57202c6979ebe950ae95b10ec52a452abec7ab
b56d3cd618f3c371f752da59ef2dbf4f55d0794a
/include/ray/opencl/ocl_device_properties.h
4c622377677e7811befcfeffe17dce0d438c694a
[ "MIT" ]
permissive
G-Node/opencl-toolbox
0ce4d0fbb2644d21c6b0076627d07324e0b0b9bf
41cea3ec9f244264552ae52c98db8d491d141613
refs/heads/master
2020-06-06T12:53:55.392313
2011-09-19T22:13:49
2011-09-19T22:13:49
2,404,786
5
6
null
null
null
null
UTF-8
C++
false
false
2,452
h
#ifndef _RAY_OPENCL_OCL_DEVICE_PROPERTIES_H_ #define _RAY_OPENCL_OCL_DEVICE_PROPERTIES_H_ /* * OpenCL Device object properties * Author: Radford Juang * Date: 4.28.2010 * Email: rayver /_at_/ hkn (dot) berkeley (dot) edu */ // Device information available: #include <ray/opencl/opencl.h> #include...
[ "rayver@hkn.berkeley.edu", "gicmo@gnome.org" ]
[ [ [ 1, 11 ], [ 14, 14 ], [ 16, 75 ] ], [ [ 12, 13 ], [ 15, 15 ] ] ]
da35da509e430e74fe74236aa995173b7f21b0d6
e2e49023f5a82922cb9b134e93ae926ed69675a1
/tools/aoslcpp/include/aosl/resource_type_generic.inl
03c2204ebf0709fbb24ad93eb68e43842985ce44
[]
no_license
invy/mjklaim-freewindows
c93c867e93f0e2fe1d33f207306c0b9538ac61d6
30de8e3dfcde4e81a57e9059dfaf54c98cc1135b
refs/heads/master
2021-01-10T10:21:51.579762
2011-12-12T18:56:43
2011-12-12T18:56:43
54,794,395
1
0
null
null
null
null
UTF-8
C++
false
false
1,679
inl
// Copyright (C) 2005-2010 Code Synthesis Tools CC // // This program was generated by CodeSynthesis XSD, an XML Schema // to C++ data binding compiler, in the Proprietary License mode. // You should have received a proprietary license from Code Synthesis // Tools CC prior to generating this code. See the license ...
[ "klaim@localhost" ]
[ [ [ 1, 76 ] ] ]
69dab18d2a8831a4c16ad6eaef1b81d453c54ff0
68bfdfc18f1345d1ff394b8115681110644d5794
/Examples/Example01/Reference.h
921e04e17c25dff1a6a6bd78c9e47adc20b2f078
[]
no_license
y-gupta/glwar3
43afa1efe475d937ce0439464b165c745e1ec4b1
bea5135bd13f9791b276b66490db76d866696f9a
refs/heads/master
2021-05-28T12:20:41.532727
2010-12-09T07:52:12
2010-12-09T07:52:12
32,911,819
1
0
null
null
null
null
UTF-8
C++
false
false
4,983
h
#pragma once //+----------------------------------------------------------------------------- //| Included files //+----------------------------------------------------------------------------- #include "ReferenceObject.h" //+----------------------------------------------------------------------------- //| ...
[ "sihan6677@deb3bc48-0ee2-faf5-68d7-13371a682d83" ]
[ [ [ 1, 163 ] ] ]
bdf825aefbfb99c06ccc9354a20f0a00f6909888
e8c9bfda96c507c814b3378a571b56de914eedd4
/engineTest/ktcGame.cpp
f8b1414b1a45dce77f744612bf38f2e2553ebbc0
[]
no_license
VirtuosoChris/quakethecan
e2826f832b1a32c9d52fb7f6cf2d972717c4275d
3159a75117335f8e8296f699edcfe87f20d97720
refs/heads/master
2021-01-18T09:20:44.959838
2009-04-20T13:32:36
2009-04-20T13:32:36
32,121,382
0
0
null
null
null
null
UTF-8
C++
false
false
17,220
cpp
#include "ktcGame.h" #include "player.h" //todo code //entities[1]->setPathList(this->generateDefenseArc(0,2*3.14, 120,8)); //#define COVER_OBJECT_GENERATOR using namespace irr; using namespace irr::scene; using namespace irr::core; using std::cout; //initializing the playerList std::vector<GamePlay...
[ "cthomas.mail@f96ad80a-2d29-11de-ba44-d58fe8a9ce33", "javidscool@f96ad80a-2d29-11de-ba44-d58fe8a9ce33", "chrispugh666@f96ad80a-2d29-11de-ba44-d58fe8a9ce33" ]
[ [ [ 1, 2 ], [ 4, 42 ], [ 44, 52 ], [ 55, 55 ], [ 57, 67 ], [ 70, 71 ], [ 73, 104 ], [ 106, 107 ], [ 121, 125 ], [ 127, 1...
7a6ef043e3fd242846c2b9e390410d22aa2c68ed
cd0987589d3815de1dea8529a7705caac479e7e9
/webkit/WebKit/chromium/src/WebElement.cpp
f4613d0b5af6ec7e0ccbb1984e6827e1598a3b80
[ "BSD-2-Clause" ]
permissive
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
3,427
cpp
/* * Copyright (C) 2009 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of ...
[ "sdevitt@rim.com" ]
[ [ [ 1, 109 ] ] ]
8b1e15fa23814d60e818abdbbbba324234cf3dba
ed8cbdeb94cdc3364586c6e73d48427eab3dd624
/benchmarks/win32/Programming Projects/Columbia/VC/include/EvtLogger.h
33ad73ef59a622214fc124f8a38a033b48c4cdec
[]
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
3,200
h
// EvtLogger.h: interface for the EvtLogger class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_EVTLOGGER_H__3398113C_542A_11D5_80B8_0050DAC00BBC__INCLUDED_) #define AFX_EVTLOGGER_H__3398113C_542A_11D5_80B8_0050DAC00BBC__INCLUDED_ #if _MSC_VER > 1000 #pragma once ...
[ "jjp32" ]
[ [ [ 1, 102 ] ] ]
49fa923431230021ae66efde5d67c355c2a32eba
0b66a94448cb545504692eafa3a32f435cdf92fa
/tags/0.3/cbear.berlios.de/range/iterator_range.hpp
e9dfc21b56141a931e69f40d930ab8510ec2164a
[ "MIT" ]
permissive
BackupTheBerlios/cbear-svn
e6629dfa5175776fbc41510e2f46ff4ff4280f08
0109296039b505d71dc215a0b256f73b1a60b3af
refs/heads/master
2021-03-12T22:51:43.491728
2007-09-28T01:13:48
2007-09-28T01:13:48
40,608,034
0
0
null
null
null
null
UTF-8
C++
false
false
4,209
hpp
/* The MIT License Copyright (c) 2005 C Bear (http://cbear.berlios.de) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to u...
[ "sergey_shandar@e6e9985e-9100-0410-869a-e199dc1b6838" ]
[ [ [ 1, 139 ] ] ]
e96df11fa06493532bb87703253700355f65c246
e580637678397200ed79532cd34ef78983e9aacd
/Grapplon/Hook.h
d613d393cd240fadb1fba32b7cbf9ac705f905f5
[]
no_license
TimToxopeus/grapplon2
03520bf6b5feb2c6fcb0c5ddb135abe55d3f344b
60f0564bdeda7d4c6e1b97148b5d060ab84c8bd5
refs/heads/master
2021-01-10T21:11:59.438625
2008-07-13T06:49:06
2008-07-13T06:49:06
41,954,527
0
0
null
null
null
null
UTF-8
C++
false
false
1,971
h
#pragma once #include "BaseObject.h" #include <ode/ode.h> class CPlayerObject; class CChainLink; class CAnimatedTexture; enum HookState { CONNECTED, EJECTING, HOMING, GRASPING, SWINGING, THROWING, RETRACTING }; class CHook : public CBaseObject { private: CPlayerObject *m_pOwner; // The player ...
[ "tim.toxopeus@gmail.com", "rikjansen@gmail.com" ]
[ [ [ 1, 24 ], [ 26, 31 ], [ 37, 42 ], [ 44, 54 ] ], [ [ 25, 25 ], [ 32, 36 ], [ 43, 43 ] ] ]
a24166f5768c5248b65e0388179e8a17370b0aed
89b720ca3097d4e5ca81f78500eca5ee83c23fdb
/3dGame/engine/MyView.cpp
7c15361fd90e570bdce9c72a12f62e491ad075b1
[]
no_license
BackupTheBerlios/vrrace-svn
3a95635c63b08cfa0bb26ae295d35d2f7b4f14e4
078b0fa532d84586be3ccd0535776686ed19f126
refs/heads/master
2021-01-19T15:40:47.631561
2005-03-30T17:09:07
2005-03-30T17:09:07
40,748,970
0
0
null
null
null
null
UTF-8
C++
false
false
2,341
cpp
#include "MyView.h" MyView::MyView(void) { m_pPosition = new MyVertex(); m_pLocalPos = new MyVertex(); m_pViewPoint = new MyVertex(); m_pUpVector = new MyVertex(); m_pDirection = new MyVertex(); m_pMaster = NULL; } MyVertex* MyView::getLP() { return m_pLocalPos; } MyVertex* MyView::getPos...
[ "lxorg@b1670157-89ef-0310-b5f9-fe94102b68b0", "eisbaer@b1670157-89ef-0310-b5f9-fe94102b68b0" ]
[ [ [ 1, 8 ], [ 10, 32 ], [ 38, 43 ], [ 45, 50 ], [ 52, 64 ], [ 69, 112 ] ], [ [ 9, 9 ], [ 33, 37 ], [ 44, 44 ], [ 51, ...
eacd40e3f31085c71bf03a3b5891ac2a5bad55ee
d37a1d5e50105d82427e8bf3642ba6f3e56e06b8
/DVR/HaohanITPlayer/private/DVR/StreamParser.cpp
ed6e7755a0884371a19ed32e933f7a1f79d10386
[]
no_license
080278/dvrmd-filter
176f4406dbb437fb5e67159b6cdce8c0f48fe0ca
b9461f3bf4a07b4c16e337e9c1d5683193498227
refs/heads/master
2016-09-10T21:14:44.669128
2011-10-17T09:18:09
2011-10-17T09:18:09
32,274,136
0
0
null
null
null
null
GB18030
C++
false
false
5,706
cpp
// StreamParser.cpp: implementation of the CStreamParser class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "StreamParser.h" #include <assert.h> ////////////////////////////////////////////////////////////////////// // Construction/Destruction ///////...
[ "shengang1978@gmail.com@27769579-7047-b306-4d6f-d36f87483bb3" ]
[ [ [ 1, 219 ] ] ]
193d9c514219af4695c1cc2463936d8106b1acee
021e8c48a44a56571c07dd9830d8bf86d68507cb
/build/vtk/vtkgl.h
3df5bb2abec1288ed8d1b597a6ceea338d51b8f7
[ "BSD-3-Clause" ]
permissive
Electrofire/QdevelopVset
c67ae1b30b0115d5c2045e3ca82199394081b733
f88344d0d89beeec46f5dc72c20c0fdd9ef4c0b5
refs/heads/master
2021-01-18T10:44:01.451029
2011-05-01T23:52:15
2011-05-01T23:52:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
839,145
h
// -*- c++ -*- //DO NOT EDIT! //This file was created with ../bin/vtkParseOGLExt //from /home/ganondorf/vsetgit/QdevelopVset/build/vtk/Rendering /home/ganondorf/vsetgit/QdevelopVset/build/vtk/Utilities/ParseOGLExt/headers/glext.h /home/ganondorf/vsetgit/QdevelopVset/build/vtk/Utilities/ParseOGLExt/headers/glxext.h /ho...
[ "ganondorf@ganondorf-VirtualBox.(none)" ]
[ [ [ 1, 18834 ] ] ]
b5f0d908471f3f6ba7a74b7198f5e68eefc01a02
7acbb1c1941bd6edae0a4217eb5d3513929324c0
/GLibrary-CPP/sources/GFileInfos.cpp
a17d38f0604c79dee5acaf44fd2f02438b155de9
[]
no_license
hungconcon/geofreylibrary
a5bfc96e0602298b5a7b53d4afe7395a993498f1
3abf3e1c31a245a79fa26b4bcf2e6e86fa258e4d
refs/heads/master
2021-01-10T10:11:51.535513
2009-11-30T15:29:34
2009-11-30T15:29:34
46,771,895
1
1
null
null
null
null
UTF-8
C++
false
false
4,435
cpp
#include "GFileInfos.h" #include "GMessageBox.h" #include <iostream> GFileInfos::GFileInfos(void) { } GFileInfos::GFileInfos(const GString &f) { this->_file = f; #if defined (GWIN) if (!GetFileAttributesEx(this->_file.ToChar(), GetFileExInfoStandard, &this->_stat)) GWarning::Warning("GFileInf...
[ "mvoirgard@34e8d5ee-a372-11de-889f-a79cef5dd62c", "tincani.geoffrey@gmail.com" ]
[ [ [ 1, 119 ], [ 121, 122 ], [ 126, 171 ] ], [ [ 120, 120 ], [ 123, 125 ] ] ]
63323375fd1c1a8ab57aba9edd68218a07da245e
bef7d0477a5cac485b4b3921a718394d5c2cf700
/dingus/dingus/gfx/geometry/DynamicIBManager.cpp
2ffad47e54b4a1d1b85814b2027a0a133e90ae93
[ "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
2,329
cpp
// -------------------------------------------------------------------------- // Dingus project - a collection of subsystems for game/graphics applications // -------------------------------------------------------------------------- #include "stdafx.h" #include "DynamicIBManager.h" #include "../../kernel/D3DDev...
[ "aras@unity3d.com" ]
[ [ [ 1, 97 ] ] ]
4af9fc97f2cb7fa91e7d1e9642d9e606148c7fab
8cf9b251e0f4a23a6ef979c33ee96ff4bdb829ab
/src-ginga-editing/gingancl-cpp/src/gingancl/adaptation/context/RuleAdapter.cpp
4d8c684636bab8292948b3344fffc98f4ea291c2
[]
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
13,701
cpp
/****************************************************************************** Este arquivo eh parte da implementacao do ambiente declarativo do middleware Ginga (Ginga-NCL). Direitos Autorais Reservados (c) 1989-2007 PUC-Rio/Laboratorio TeleMidia Este programa eh software livre; voce pode redistribui-lo e/ou modif...
[ "erickmelo@gmail.com" ]
[ [ [ 1, 521 ] ] ]
a1a4ddde7d920ed533c6607f7f0383c79a067795
deb8ef49795452ff607023c6bce8c3e8ed4c8360
/Projects/UAlbertaBot/Source/base/BuildOrderQueue.h
23e3210aa59237794a145858890fa0e42330a6de
[]
no_license
timburr1/ou-skynet
f36ed7996c21f788a69e3ae643b629da7d917144
299a95fae4419429be1d04286ea754459a9be2d6
refs/heads/master
2020-04-19T22:58:46.259980
2011-12-06T20:10:34
2011-12-06T20:10:34
34,360,542
0
0
null
null
null
null
UTF-8
C++
false
false
2,131
h
#pragma once #include "Common.h" #include <BWTA.h> #include "MetaType.h" #define PRIORITY_TYPE int template <class T> class BuildOrderItem { public: MetaType metaType; // the thing we want to 'build' T priority; // the priority at which to place it in the queue bool blocking; // whether...
[ "tim.r.burr@gmail.com@ce23f72d-95c0-fd94-fabd-fc6dce850bd1" ]
[ [ [ 1, 66 ] ] ]
051ed13fa38cb6cbd6bd9dc71fd62cc97fb1c13b
d115cf7a1b374d857f6b094d4b4ccd8e9b1ac189
/tags/pyplusplus_dev_1.0.0/unittests/data/constructors_bug_to_be_exported.hpp
2825f761b51ad5ca55c1d21989134580e75a1f7e
[ "BSL-1.0" ]
permissive
gatoatigrado/pyplusplusclone
30af9065fb6ac3dcce527c79ed5151aade6a742f
a64dc9aeeb718b2f30bd6a5ff8dcd8bfb1cd2ede
refs/heads/master
2016-09-05T23:32:08.595261
2010-05-16T10:53:45
2010-05-16T10:53:45
700,369
4
2
null
null
null
null
UTF-8
C++
false
false
715
hpp
// Copyright 2004-2007 Roman Yakovenko. // 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) #ifndef __constructors_bug_to_be_exported_hpp__ #define __constructors_bug_to_be_exported_hpp__ struct Joint{}; s...
[ "roman_yakovenko@dc5859f9-2512-0410-ae5c-dd123cda1f76" ]
[ [ [ 1, 28 ] ] ]
d82c997fb9b52209af8c6a6fa8c1014736567568
c2153dcfa8bcf5b6d7f187e5a337b904ad9f91ac
/src/Engine/Script/ExposeComponentManager.cpp
5f34a5b112faa98a6a5c2ffca6a833820b9676aa
[]
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
1,567
cpp
#include "precomp.h" #include "ExposeComponentManager.h" #include "ExposeComponent.h" #include "LuaComponent.h" #include "ScriptMgr.h" #include <Core/CoreMgr.h> #include <Entity/EntityManager.h> #include <Entity/IEntity.h> #include <Entity/Component.h> #include <Resource/ResMgr.h> using namespace Engine; ...
[ "PTrefall@gmail.com@c628178a-a759-096a-d0f3-7c7507b30227" ]
[ [ [ 1, 54 ] ] ]
32bc32185cf330899e107b849e1ebaf327e2a8a7
580738f96494d426d6e5973c5b3493026caf8b6a
/Include/Vcl/ibinstallheader.hpp
188f1f71f8a7178b8ebc3884eb780ee5cc25e363
[]
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
9,040
hpp
// Borland C++ Builder // Copyright (c) 1995, 2002 by Borland Software Corporation // All rights reserved // (DO NOT EDIT: machine generated header) 'IBInstallHeader.pas' rev: 6.00 #ifndef IBInstallHeaderHPP #define IBInstallHeaderHPP #pragma delphiheader begin #pragma option push -w- #pragma option push ...
[ "bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b" ]
[ [ [ 1, 184 ] ] ]
b01be73188e9208fe45957a8b57a5001a9a4f7bf
45229380094a0c2b603616e7505cbdc4d89dfaee
/CLROpenCV/CLROpenCV.h
f3c0c3b0a2f95efc1b8f58388a7cfffaa2194f13
[]
no_license
xcud/msrds
a71000cc096723272e5ada7229426dee5100406c
04764859c88f5c36a757dbffc105309a27cd9c4d
refs/heads/master
2021-01-10T01:19:35.834296
2011-11-04T09:26:01
2011-11-04T09:26:01
45,697,313
1
2
null
null
null
null
UHC
C++
false
false
7,390
h
//CLROpenCV.h /* 작성자 : 구본수 e-mail : perpet@hitel.net 닷넷과 opencv 를 연동하는 방식을 테스트함.. 최적화는 전혀 안되여있고 단지 어떤식으로 연동할지만 테스트한것입니다. 원래는 들어오는 이미지를 그레이 처리 하려 했지만 opencv 를 전혀 몰라 그냥 이미지 만드는 함수만 사용해봤습니다. 테스트 방법 우선 opencv과깔려 있어야합니다. 버전은 1.0입니다. opencv 관련 dll을 모두 C:\Microsoft Robotics Studio (1.5)\bin 에 깔아주시고요. 소스...
[ "perpet99@cc61708c-8d4c-0410-8fce-b5b73d66a671" ]
[ [ [ 1, 322 ] ] ]
8a6a5ddcaee658a322275b2a445dfaed45e251f2
c95a83e1a741b8c0eb810dd018d91060e5872dd8
/Game/ClientShellDLL/TO2/HUDRadio.cpp
f8b275656cdab057a4e036f3848f9d93c5324fdb
[]
no_license
rickyharis39/nolf2
ba0b56e2abb076e60d97fc7a2a8ee7be4394266c
0da0603dc961e73ac734ff365bfbfb8abb9b9b04
refs/heads/master
2021-01-01T17:21:00.678517
2011-07-23T12:11:19
2011-07-23T12:11:19
38,495,312
1
0
null
null
null
null
UTF-8
C++
false
false
5,428
cpp
// ----------------------------------------------------------------------- // // // MODULE : HUDRadio.cpp // // PURPOSE : Implementation of CHUDRadio to display messages // // (c) 2001 Monolith Productions, Inc. All Rights Reserved // // ----------------------------------------------------------------------- ...
[ "vytautasrask@gmail.com" ]
[ [ [ 1, 253 ] ] ]
be35e836728527e21dd8d44b8edd8630f6933ca1
952d78c7f43f694f2d676579ec9fa6e31211edaf
/aichallenge/ants/bots/KethBot/AI/Bug.h
da7741221d9d1d0b091c38b6d3d87f22a9865809
[]
no_license
pombreda/aichallenge-1
e991db57cc30d4a8115fd2e5232727c085ad4c1d
5cd69435673e417f5abf7ee99077fbb9138666b5
refs/heads/master
2020-12-31T03:55:51.292414
2011-09-25T05:14:45
2011-09-25T05:14:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,333
h
#ifndef BUG_H_ #define BUG_H_ #include <fstream> #include "globals.h" /* struct for debugging - this is gross but can be used pretty much like an ofstream, except the debug messages are stripped while compiling if DEBUG is false. example: Bug bug; bug.op...
[ "kenorb@gmail.com", "keth@kwketh.com" ]
[ [ [ 1, 4 ], [ 7, 16 ], [ 18, 20 ], [ 22, 42 ], [ 44, 49 ], [ 52, 58 ], [ 64, 67 ] ], [ [ 5, 6 ], [ 17, 17 ], [ 21, 2...
5562790f2b6cc77b94d777ce8799d56466a11ccf
27d5670a7739a866c3ad97a71c0fc9334f6875f2
/CPP/Shared/symbian-r6/TlsGlobalData.cpp
7aa0db38c5550d3a022b3957615318a6a95b4ca3
[ "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
3,220
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, 85 ] ] ]
06b2d271cfb13fe59a2ac5157d704ce914339367
4d39427e647851791cbd2be2f7b7e14428b983de
/spatii.cpp
ef2c318564f1b8fd9d3fdf8677301a3d166df166
[]
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
815
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "spatii.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "ButtonWithColor" #pragma link "JvCheckListBox" #pragma li...
[ "adrian.zaharia@windriver.com" ]
[ [ [ 1, 24 ] ] ]
41e1ae118926f34600b3769b4c1cbc097079135e
1493997bb11718d3c18c6632b6dd010535f742f5
/battleship/win32/stdafx.cpp
ab46bd0fd2bf9736cde069306ec25b8bdd059778
[]
no_license
kovrov/scrap
cd0cf2c98a62d5af6e4206a2cab7bb8e4560b168
b0f38d95dd4acd89c832188265dece4d91383bbb
refs/heads/master
2021-01-20T12:21:34.742007
2010-01-12T19:53:23
2010-01-12T19:53:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
297
cpp
// stdafx.cpp : source file that includes just the standard includes // battleship.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "kovrov@gmail.com" ]
[ [ [ 1, 8 ] ] ]
e818ba38a0f6095151803f3d75acf2241811025a
0c9171e35cd66a4bee56770d84dc7739788d4b7e
/SpamProtector/EditPatternDlg.cpp
69b66f3a313a1bba361e1e22394b91d0f18389fe
[]
no_license
stonewell/spamprotector
99303a010e0fe546b26db0d2fe19cc996919a4ff
22b0efe9fbf64cfe1695b23a02023ae5202e5676
refs/heads/master
2016-09-06T09:41:13.494694
2009-07-12T12:22:09
2009-07-12T12:22:09
32,113,905
0
0
null
null
null
null
UTF-8
C++
false
false
2,714
cpp
// EditPatternDlg.cpp : implementation file // #include "stdafx.h" #include "SpamProtector.h" #include "EditPatternDlg.h" // CEditPatternDlg dialog CEditPatternDlg::CEditPatternDlg(CPattern * pPattern, CWnd* pParent /*=NULL*/) : CDialog(CEditPatternDlg::IDD, pParent) , m_BackupPattern(*pPattern) , m_p...
[ "jingnan.si@c2d73aa4-6edd-11de-9ad3-cbed566d3045" ]
[ [ [ 1, 116 ] ] ]
cb962e71ecb7da1d3e1b7ff3e74bdf5966063f5c
fa134e5f64c51ccc1c2cac9b9cb0186036e41563
/GT/VerticalVelocityIndicator.cpp
21e5c70d0c2daeb5404ff0a33f701a06a726b10f
[]
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
358
cpp
#include "stdafx.h" #include <stdio.h> #include <olectl.h> #include <math.h> #include <GL\gl.h> #include <string> #include <vector> #include "VerticalVelocityIndicator.h" VerticalVelocityIndicator::VerticalVelocityIndicator(void) { } VerticalVelocityIndicator::~V...
[ "Jingfei.Hu@gmail.com@3a95c3f6-2b41-11df-be6c-f52728ce0ce6" ]
[ [ [ 1, 16 ] ] ]
3a0e1ded7ca63908d570172d46bdf8e435f36045
9448b8930b6bb3187e5d0f82c46cb37f854091de
/src/ghost/game_base.cpp
2dc4902f9ae6115dabd86746a26aa17a2e671786
[ "Apache-2.0" ]
permissive
jonasschneider/luaghost
7c5bfd51b17409d75f49166aa622eb028d78ba70
5abf9884ba8df470b59a660dcee55e10f59cb018
refs/heads/master
2021-01-10T09:55:26.184673
2010-06-28T20:44:34
2010-06-28T20:44:34
730,499
1
2
null
null
null
null
UTF-8
C++
false
false
158,255
cpp
/* Copyright [2008] [Trevor Hogan] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or ...
[ "jonas@titan.(none)" ]
[ [ [ 1, 4652 ] ] ]
4df2736440344135c210a67b91ef88acaee18fa3
21da454a8f032d6ad63ca9460656c1e04440310e
/src/wcpp/lang/ref/wscWeakReference.h
1d13a562f57205431d29d017926b3a020c7ad13e
[]
no_license
merezhang/wcpp
d9879ffb103513a6b58560102ec565b9dc5855dd
e22eb48ea2dd9eda5cd437960dd95074774b70b0
refs/heads/master
2021-01-10T06:29:42.908096
2009-08-31T09:20:31
2009-08-31T09:20:31
46,339,619
0
0
null
null
null
null
UTF-8
C++
false
false
906
h
#pragma once #include <wcpp/lang/wscObject.h> #include "wsiWeakReference.h" #include "wsiSupportsWeakReference.h" #include <wcpp/lang/wscString.h> class wsiWeakReferenceCtrl : public wsiWeakReference { public: static const ws_iid sIID; public: WS_METHOD( ws_result , Clear )(void) = 0; }; cl...
[ "xukun0217@98f29a9a-77f1-11de-91f8-ab615253d9e8" ]
[ [ [ 1, 42 ] ] ]
f9dcf2123d16d31245dacd5975e52ffcb17acef6
3856c39683bdecc34190b30c6ad7d93f50dce728
/LastProject/Source/ASEViewerBase.cpp
49716a1f74a3d793fff4a4058837c68fae2a879d
[]
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
3,439
cpp
#include "stdafx.h" #include "ASEViewerBase.h" VOID ASEViewerBase::Initialize() { } VOID ASEViewerBase::Release() { } HRESULT ASEViewerBase::CreateVB( LPDIRECT3DVERTEXBUFFER9* _ppVB, INT _nVertex, INT _Size, DWORD _FVF ) { if( FAILED( m_pD3dDevice->CreateVertexBuffer( _nVertex * _Size, 0,...
[ "redpjs@naver.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0", "yoonhada@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0" ]
[ [ [ 1, 13 ], [ 15, 43 ], [ 45, 75 ], [ 77, 96 ], [ 98, 101 ] ], [ [ 14, 14 ], [ 44, 44 ], [ 76, 76 ], [ 97, 97 ] ] ]
6e7a062b797d318f349f07f77a2f6c1ef8616f61
bef7d0477a5cac485b4b3921a718394d5c2cf700
/nanobots/src/demo/entity/StreamEntity.h
c4dd7455e53e4107446a057853a5733d223f9b84
[ "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
595
h
#ifndef __STREAM_ENTITY_H #define __STREAM_ENTITY_H #include "MeshEntity.h" #include "../game/GameMap.h" class CStreamImpostorsRenderer; class CStreamEntity : public CMeshEntity { public: CStreamEntity( const CGameMap::SStream& stream, float x, float y, int type ); virtual ~CStreamEntity(); // early...
[ "aras@unity3d.com" ]
[ [ [ 1, 28 ] ] ]
5cc7924d15c25b440d5bde85fd61e6ae2703a8d1
e744c4dacc3b9c4a44a725e2601c678f29826ace
/project/jni/materials.cpp
4000b2b05feb98a946a85e5a6073b62bac1495fd
[]
no_license
jcayzac/androido3d
298559ebbe657482afe6b3b616561a1127320388
3466ed0ec790d8cbfe24cb5a4e72f1b432726e81
refs/heads/master
2016-09-06T06:31:09.984535
2010-12-28T01:45:39
2010-12-28T01:45:39
1,816,466
6
0
null
null
null
null
UTF-8
C++
false
false
16,698
cpp
/* * Copyright (C) 2009 The Android Open Source Project * * 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 requir...
[ "gman@google.com" ]
[ [ [ 1, 450 ] ] ]
333d762373b1a880c8383164dd44afd1d122d8d7
1c4a1cd805be8bc6f32b0a616de751ad75509e8d
/jacknero/src/pku_src/2623/3573433_AC_266MS_2180K.cpp
52904770baccf09ac657d6b08c79b96301be9dfc
[]
no_license
jacknero/mycode
30313261d7e059832613f26fa453abf7fcde88a0
44783a744bb5a78cee403d50eb6b4a384daccf57
refs/heads/master
2016-09-06T18:47:12.947474
2010-05-02T10:16:30
2010-05-02T10:16:30
180,950
1
0
null
null
null
null
UTF-8
C++
false
false
361
cpp
#include <cstdio> #include <algorithm> using namespace std; __int64 a[250003]; int main() { int N; scanf("%d", &N); for(int i=1;i<=N;i++) scanf("%I64d", a+i); sort(a+1, a+N+1); if(N&1) { printf("%.1f\n", (double)a[(N+1)/2]); } else { __int64 tmp = (a[N/2]+a[N/2+1])*10 / 2; printf("%.1...
[ "jack_nero2000@yahoo.co.jp" ]
[ [ [ 1, 23 ] ] ]
387cf444f428ece864d946b3bd3a56f2c4188b2c
3e69b159d352a57a48bc483cb8ca802b49679d65
/branches/bokeoa-scons/gerbview/undelete.cpp
389df39242374fc089edaa2eff724d4fc3513818
[]
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
2,886
cpp
/********************************************************/ /* Effacements : Routines de sauvegarde et d'effacement */ /********************************************************/ #include "fctsys.h" #include "common.h" #include "gerbview.h" #include "protos.h" /* Routines externes : */ /* Routines Lo...
[ "bokeoa@244deca0-f506-0410-ab94-f4f3571dea26" ]
[ [ [ 1, 108 ] ] ]
52079a12ef36175bdaffda691998d310a7634f24
6d94a4365af81730ef597dfb22e5c35e51400ade
/Code/Libs/Hash/Hash.cpp
b8bf7e05a248a559631fb9896e5c7710692a61c2
[]
no_license
shaun-leach/game-riff
be57a59659d0fcb413dd75f51dae1bda8a9cdc98
8f649d06ce763bc828817a417d01f44402c93f7e
refs/heads/master
2016-09-08T00:30:27.025751
2011-07-16T05:31:31
2011-07-16T05:31:31
32,223,990
0
0
null
null
null
null
UTF-8
C++
false
false
5,195
cpp
/* GameRiff - Framework for creating various video game services Functions for hashing strings and data Copyright (C) 2011, Shaun Leach. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * ...
[ "shaun.leach@gmail.com@91311ff6-4d11-5f1f-8822-9f0e3032c885" ]
[ [ [ 1, 166 ] ] ]
e7b7b06748085faf7f5f5295a6b07234f4bf96f8
a0bc9908be9d42d58af7a1a8f8398c2f7dcfa561
/SlonEngine/slon/stdafx.h
3eb86ad7430cf9bb128ada3729bdae8c7666af6f
[]
no_license
BackupTheBerlios/slon
e0ca1137a84e8415798b5323bc7fd8f71fe1a9c6
dc10b00c8499b5b3966492e3d2260fa658fee2f3
refs/heads/master
2016-08-05T09:45:23.467442
2011-10-28T16:19:31
2011-10-28T16:19:31
39,895,039
0
0
null
null
null
null
UTF-8
C++
false
false
1,574
h
#ifndef __SLON_ENGINE_STDAFX_H__ #define __SLON_ENGINE_STDAFX_H__ // config #include "Config.h" #ifdef _MSC_VER // warns that classes not marked with SLON_EXPORT wouldn't be exported, // but there are lots of header only classes, e.g. matrices, vectors, signals, ... # pragma warning( disable : 4251 )...
[ "devnull@localhost", "DikobrAz@DikobrAz-PC" ]
[ [ [ 1, 42 ], [ 44, 62 ] ], [ [ 43, 43 ] ] ]
8d84d8991dd1e7dadc57d51af475d521dfe7050c
8a8873b129313b24341e8fa88a49052e09c3fa51
/inc/Dialog.h
4d24bfa86b829a49e2b9372149d0e7d2aba5a972
[]
no_license
flaithbheartaigh/wapbrowser
ba09f7aa981d65df810dba2156a3f153df071dcf
b0d93ce8517916d23104be608548e93740bace4e
refs/heads/master
2021-01-10T11:29:49.555342
2010-03-08T09:36:03
2010-03-08T09:36:03
50,261,329
1
0
null
null
null
null
UTF-8
C++
false
false
3,404
h
/* ============================================================================ Name : Dialog.h Author : 浮生若茶 Version : Copyright : Your copyright notice Description : CDialog declaration ============================================================================ */ #ifndef DIALOG_H #defi...
[ "sungrass.xp@37a08ede-ebbd-11dd-bd7b-b12b6590754f" ]
[ [ [ 1, 143 ] ] ]
95ec126522fcb09e0e16fc2a49ec00f5a1aa3d2a
729fbfae883f0f1a7330f62255656b5ed3d51ee6
/DisplacementRender/src/ofxShader/ofxShader.cpp
111ff690f5a777940130088a8bf30cdaf8b33d69
[]
no_license
jjzhang166/CreatorsProjectDev
76d3481f9c6d290485718b96d8e06c1df2676ceb
bf0250731d22a42d7b9b6821aff98fcd663d68c1
refs/heads/master
2021-12-02T03:12:33.528110
2010-09-02T23:33:55
2010-09-02T23:33:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,726
cpp
#include "ofxShader.h" ofxShader::ofxShader() : bLoaded(false) { } ofxShader::~ofxShader() { unload(); } void ofxShader::setup(string shaderName) { unload(); string fragmentName = shaderName + ".frag"; string vertexName = shaderName + ".vert"; setup(fragmentName, vertexName); } void ofxShader...
[ "kyle@kylemcdonald.net" ]
[ [ [ 1, 164 ] ] ]
eab58faeac33d473f788a32a746618c73f172e53
67ef91a4b3f47c6a844632594ed6863ad4ce59ba
/BamWriter.cpp
f5eeb2013bdb0dd8f91e0fe5184207df849fb74c
[]
no_license
ekg/bamquality
54b3925bae3b0116c00374ca314751baa68a8d99
cdfbe15b5a1a60c942ed0819212d921a8dc76274
refs/heads/master
2021-01-25T08:48:29.099820
2010-12-22T21:09:14
2010-12-22T21:09:14
1,175,700
1
0
null
null
null
null
UTF-8
C++
false
false
15,639
cpp
// *************************************************************************** // BamWriter.cpp (c) 2009 Michael Str�mberg, Derek Barnett // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- // Last modified: 16 S...
[ "erik.garrison@bc.edu" ]
[ [ [ 1, 432 ] ] ]
3f5e50a9dbab40611f0949dd04a6792dd7e8833d
e1b7e9b25db81b2f25088fd741e28fbc4efaf5fe
/tmp/socketSample_1/MulticastReceiver.cpp
2216a57b01a1b9ddb46fea012b4e7720e81c6d46
[]
no_license
AaronMR/AaronMR_Robotic_Stack
c00260cf1b992806e58838688702ab240bf34233
34d5449f9ca0ffc08fac4f5d48a7c4db03bb018a
refs/heads/master
2020-03-29T21:42:23.501525
2011-02-23T17:07:29
2011-02-23T17:07:29
1,364,684
6
0
null
null
null
null
UTF-8
C++
false
false
2,101
cpp
/* * C++ sockets on Unix and Windows * Copyright (C) 2002 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any l...
[ "aaronmartinezromero@gmail.com" ]
[ [ [ 1, 56 ] ] ]
8cd4658c0b79976f41f78a60ab3d7b9e0e42e800
de37068405e7fa8f7a4e43bfe8af9b23787f6926
/VectOps.h
e12813ef038d122fea392257df683620a6b5251e
[]
no_license
ssserenity/zbuffer-cpu
faf052c30ba77f88fc3140c478b59cb4e6bb24d8
e014c783a25bbd0ff19c7bfc6846d6997bee227e
refs/heads/master
2021-01-21T18:50:59.847444
2011-11-24T16:16:51
2011-11-24T16:16:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
976
h
#ifndef __VECTOPS_H_ #define __VECTOPS_H_ #include "MathDefs.h" class VectOps { public: ////////////////////////////////////////////// /*4x4 matrix m[16] structure 0 4 8 12 1 5 9 13 2 6 10 14 3 7 11 15 */ void static twist_to_mat(double omega[3], double theta, double rm[16]); ...
[ "lnychina@gmail.com" ]
[ [ [ 1, 34 ] ] ]
6a41d36911ab74f1d7d318a7933c1c3f1a0d126c
fa134e5f64c51ccc1c2cac9b9cb0186036e41563
/GT/AttitudeGyro.cpp
3e29b83eaadc00ce8187f5b227340cb538407175
[]
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
4,005
cpp
#include "stdafx.h" #include <stdio.h> #include <olectl.h> #include <math.h> #include <GL\gl.h> #include <string> #include <vector> #include <algorithm> #include "Util.h" #include "AttitudeGyro.h" AttitudeGyro::AttitudeGyro(void) { } AttitudeGyro::~AttitudeGyro...
[ "Jingfei.Hu@gmail.com@3a95c3f6-2b41-11df-be6c-f52728ce0ce6" ]
[ [ [ 1, 120 ] ] ]
7221a879564b5f50725f7d285aa765804b9cb65b
814b49df11675ac3664ac0198048961b5306e1c5
/Code/Tools/Test/Enemies/Camera.h
4bfd6762db72745a28d6278a53a86eaf7529016b
[]
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
917
h
#pragma once #include "EnemyInstance.h" class CCamera: public CEnemyInstance { private: void Release(); bool m_bIsOk; public: CCamera(void); virtual ~CCamera(void) {Done();}; bool Init( const Vect3f& _vPos, ...
[ "Atridas87@gmail.com" ]
[ [ [ 1, 35 ] ] ]
17e31f3580f9db63bb3526d45e10220cf3da183a
ea12fed4c32e9c7992956419eb3e2bace91f063a
/zombie/code/nebula2/inc/mathlib/vector.h
e2e4fd79d0d0d9b530630237c4bb20ae733a6e24
[]
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
1,578
h
#ifndef N_VECTOR_H #define N_VECTOR_H //------------------------------------------------------------------------------ /** Implement 2, 3 and 4-dimensional vector classes. (C) 2002 RadonLabs GmbH */ #include "kernel/ntypes.h" #ifndef __USE_SSE__ // generic vector classes #include "mathlib/_vector2...
[ "magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91" ]
[ [ [ 1, 63 ] ] ]
2a76ad306a8eac1ae3a3ee3649c25aff71d6dc12
ad80c85f09a98b1bfc47191c0e99f3d4559b10d4
/code/src/gfx/nchannelserver_main.cc
dace2e71e5ea0e69af4ad51ed45d041b1fd5180e
[]
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
11,476
cc
#define N_IMPLEMENTS nChannelServer //------------------------------------------------------------------------------ // nchannelserver_main.cc // (C) 2001 Andre Weissflog //------------------------------------------------------------------------------ #include "gfx/nchannelserver.h" #include "gfx/nchannelcontex...
[ "plushe@411252de-2431-11de-b186-ef1da62b6547" ]
[ [ [ 1, 375 ] ] ]
e180540f4fb4969b24c4589f1b0afe553c6d5b5a
102b11022aa5e7b2be4736b9d1be1162e7bf418f
/project_1/Control_Wifi/Mirf/Mirf.h
8bb2d8e59fc2658d54c5df60f9109157fca86599
[]
no_license
daudet/seng466-2011-hovercraft
52df9639a62c4a67c9129001fe959b11f36ebd09
46da8d0669de9dae71aa890f9349787a8756c3ad
refs/heads/master
2021-03-12T20:42:45.030618
2011-04-19T05:14:55
2011-04-19T05:14:55
32,120,852
0
0
null
null
null
null
UTF-8
C++
false
false
2,792
h
/* Copyright (c) 2007 Stefan Engelke <mbox@stefanengelke.de> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights ...
[ "david@b282a14c-f844-f624-09bc-e1946d22bf1e" ]
[ [ [ 1, 110 ] ] ]
44ba012612c5cf48cdf98498973505f70ec00387
011359e589f99ae5fe8271962d447165e9ff7768
/src/burn/sega/d_ybrd.cpp
c20682f0184f8e8968b5da08eebacf814c733f05
[]
no_license
PS3emulators/fba-next-slim
4c753375fd68863c53830bb367c61737393f9777
d082dea48c378bddd5e2a686fe8c19beb06db8e1
refs/heads/master
2021-01-17T23:05:29.479865
2011-12-01T18:16:02
2011-12-01T18:16:02
2,899,840
1
0
null
null
null
null
UTF-8
C++
false
false
80,713
cpp
#include "sys16.h" /*==================================================== Input Defs ====================================================*/ #define A(a, b, c, d) {a, b, (unsigned char*)(c), d} static struct BurnInputInfo Gforce2InputList[] = { {"Coin 1" , BIT_DIGITAL , System16InputPort0 + 6, ...
[ "twinaphex1@gmail.com" ]
[ [ [ 1, 1888 ] ] ]
4fae7bfe246034e4ec096b25c9158f01b12e2912
3e69b159d352a57a48bc483cb8ca802b49679d65
/branches/bokeoa-scons/cvpcb/dialog_display_options.cpp
50c18faf37e371ae0a31cf8ac0ad189d8fdf7030
[]
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
7,994
cpp
///////////////////////////////////////////////////////////////////////////// // Name: dialog_display_options.cpp // Purpose: // Author: jean-pierre Charras // Modified by: // Created: 17/02/2006 17:47:55 // RCS-ID: // Copyright: License GNU // Licence: //////////////////////...
[ "bokeoa@244deca0-f506-0410-ab94-f4f3571dea26" ]
[ [ [ 1, 266 ] ] ]
a0e763beb15e335b686dc30beb745ba86a4cf815
a36d7a42310a8351aa0d427fe38b4c6eece305ea
/TestDX9/RenderBufferFactoryDX9Test_VertexBuffer.cpp
ce960f620fe5176a3a827222a2977a38f44d3b71
[]
no_license
newpolaris/mybilliard01
ca92888373c97606033c16c84a423de54146386a
dc3b21c63b5bfc762d6b1741b550021b347432e8
refs/heads/master
2020-04-21T06:08:04.412207
2009-09-21T15:18:27
2009-09-21T15:18:27
39,947,400
0
0
null
null
null
null
UTF-8
C++
false
false
7,408
cpp
#include "stdafx.h" #include "test_dx9.h" #include "RenderBufferFactoryDX9Imp_Backdoor.hpp" using namespace System; using namespace System::Text; using namespace System::Collections::Generic; using namespace Microsoft::VisualStudio::TestTools::UnitTesting; namespace TestDX9 { const static float positio...
[ "wrice127@af801a76-7f76-11de-8b9f-9be6f49bd635" ]
[ [ [ 1, 184 ] ] ]
c00d1f39fe9b93c3df1b5dc0b54437f19b48a111
01acea32aaabe631ce84ff37340c6f20da3065a6
/factories.cpp
cee3f8258ae299bb73532ec52b6af9025cabe481
[]
no_license
olooney/pattern-space
db2804d75249fe42427c15260ecb665bc489e012
dcf07e63a6cb7644452924212ed087d45c301e78
refs/heads/master
2021-01-20T09:38:41.065323
2011-04-20T01:25:58
2011-04-20T01:25:58
1,638,393
0
0
null
null
null
null
UTF-8
C++
false
false
4,442
cpp
/* Factory functions. To build a Solid, you need to instantiate at least one Mass and at least one Image. You have to make several choices about which implementation class to use, and you have to provide a whole slew of parameters, so it's best to encapsulate those decisions here. This is the weakest module...
[ "olooney@gmail.com" ]
[ [ [ 1, 95 ] ] ]
afb250b9ec8fbf1c052a57bef5ddc6d571aa876e
d249c8f9920b1267752342f77d6f12592cb32636
/moteurGraphique/src/Math/Couleur.cpp
4872ee6680e108bceafd49816e6fe4394525c5c5
[]
no_license
jgraulle/stage-animation-physique
4c9fb0f96b9f4626420046171ff60f23fe035d5d
f1b0c69c3ab48f256d5ac51b4ffdbd48b1c001ae
refs/heads/master
2021-12-23T13:46:07.677761
2011-03-08T22:47:53
2011-03-08T22:47:53
33,616,188
0
0
null
2021-10-05T10:41:29
2015-04-08T15:41:32
C++
UTF-8
C++
false
false
2,111
cpp
/* * Couleur.cpp * * Created on: 6 f�vr. 2009 * Author: jeremie GRAULLE */ #include "Couleur.h" #include <assert.h> const Couleur Couleur::BLANC = Couleur(1.0f, 1.0f, 1.0f, 1.0f); const Couleur Couleur::NOIR = Couleur(0.0f, 0.0f, 0.0f, 1.0f); const Couleur Couleur::ROUGE = Couleur(1.0f, 0.0f,...
[ "jgraulle@74bb1adf-7843-2a67-e58d-b22fe9da3ebb" ]
[ [ [ 1, 105 ] ] ]
a1e22ba0aa85b53a20f803a69fea67dc263b56ae
138a353006eb1376668037fcdfbafc05450aa413
/source/ogre/OgreNewt/boost/mpl/vector/aux_/begin_end.hpp
a62012ed1a1bce5744261b694dd667c6294d8b52
[]
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,264
hpp
#ifndef BOOST_MPL_VECTOR_AUX_BEGIN_END_HPP_INCLUDED #define BOOST_MPL_VECTOR_AUX_BEGIN_END_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-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) // ...
[ "Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e" ]
[ [ [ 1, 49 ] ] ]