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
7fae950e12253834ca48d6e89deb6ab7e4cabb6d
9df2486e5d0489f83cc7dcfb3ccc43374ab2500c
/src/enemies/static.h
3bf5159cba6ddfc7e15e0c1ae796e51421fe6bb1
[]
no_license
renardchien/Eta-Chronicles
27ad4ffb68385ecaafae4f12b0db67c096f62ad1
d77d54184ec916baeb1ab7cc00ac44005d4f5624
refs/heads/master
2021-01-10T19:28:28.394781
2011-09-05T14:40:38
2011-09-05T14:40:38
1,914,623
1
2
null
null
null
null
UTF-8
C++
false
false
4,154
h
/*************************************************************************** * static.h - headers for the corresponding cpp file * * Copyright (C) 2007 - 2009 Florian Richter ***************************************************************************/ /* This program is free software; you can redistribut...
[ "renardchien@gmail.com" ]
[ [ [ 1, 127 ] ] ]
f90b904aef44f3f7892a410417bbea1bc5f18390
c86338cfb9a65230aa7773639eb8f0a3ce9d34fd
/MNStatContainer.h
69230499825f9fba77641fe316569edcfef7a996
[]
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
17,965
h
//////////////////////////////////////////////////////////////////////////////////////////////////// // MNRT License //////////////////////////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2010 Mathias Neumann, www.maneumann.com. // All rights reserved. // // Redi...
[ "webmaster@maneumann.com" ]
[ [ [ 1, 481 ] ] ]
f7547cb0de496f0b4c745f6777c78f838ca36ef5
f246dc2a816ccd5acd0776a48c2c24cdb1f4178f
/include/PigletOpSys.h
7017a5794f36af22272a3558f2ac1d33377d6c60
[]
no_license
profcturner/pigletlib
3f2c4b1af000d73cf4a176a8463c16aaeefde99a
b2ccbb43270a5e8d3a0f8ae6bd3d3cb82a061fec
refs/heads/master
2021-07-24T07:23:10.577261
2007-08-26T22:36:47
2007-08-26T22:36:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,255
h
/** ** Piglet Productions ** ** FileName : OpSys.h ** ** Defines : Piglet_OpSys ** ** Description ** ** Operating System detection and time slicing. ** ** ** Initial Coding : Colin Turner ** ** Date : 3rd Febuary 1999 ** ** ** Copyright applies on this file, and distribution may ...
[ "c.turner@ulster.ac.uk" ]
[ [ [ 1, 91 ] ] ]
2d3984aa15b46009d1a4e34f5e7f3ba75ed42e0d
16052d8fae72cecb6249372b80fe633251685e1d
/distances/complete_link.h
93fab641cb2977097c562a2cc40a7a523e596242
[]
no_license
istrandjev/hierarhical-clustering
7a9876c5c6124488162f4089d7888452a53595a6
adad22cce42d68b04cca747352d94df039e614a2
refs/heads/master
2021-01-19T14:59:08.593414
2011-06-29T06:07:41
2011-06-29T06:07:41
32,250,503
0
0
null
null
null
null
UTF-8
C++
false
false
449
h
#ifndef FURTHEST_NEIGHBOUR_HPP #define FURTHEST_NEIGHBOUR_HPP #include "distance.h" class HierarchicalClustering; class Cluster; class CompleteLink: public Distance { public: virtual double mergedDistance(const Cluster& leftFromCluster, const Cluster& rightFromCluster, const Cluster& toCluster, Hiera...
[ "istrandjev@gmail.com@c0cadd32-5dbd-3e50-b098-144b922aa411", "bstrandjev@gmail.com@c0cadd32-5dbd-3e50-b098-144b922aa411" ]
[ [ [ 1, 8 ], [ 10, 17 ] ], [ [ 9, 9 ] ] ]
2b42ed53c5baa89ae3c5d9f159692bf4b26df56a
2cc9dbb2786ff544a3604e1a9089692fea43af85
/include/taiju/memory-buf.h
9a6de588cabd75f4cc365cb8c1a1562a476dc4c2
[ "BSD-3-Clause" ]
permissive
pombredanne/taiju
eb2470693e91ad9ca852f91665e7248bdecf17f8
90f152d5e66b1741d35b9d871f7a5db68699d48d
refs/heads/master
2021-01-10T04:37:27.053375
2010-03-05T13:06:12
2010-03-05T13:06:12
47,940,472
0
0
null
null
null
null
UTF-8
C++
false
false
562
h
#ifndef TAIJU_MEMORY_BUF_H #define TAIJU_MEMORY_BUF_H #include <streambuf> namespace taiju { class MemoryBuf : public std::streambuf { public: MemoryBuf(void *buf, std::size_t size); #ifdef _MSC_VER std::streamsize _Xsgetn_s(char *s, std::size_t, std::streamsize n); #else std::streamsize xsgetn(char *s, std::s...
[ "susumu.yata@d5d7bd1e-2453-11df-8055-cfab390f4384" ]
[ [ [ 1, 28 ] ] ]
a07a231c52228c917f9b5f3636c50eefe16e4aff
74c8da5b29163992a08a376c7819785998afb588
/NetAnimal/Game/Hunter/NewGameNeedle/GameNeedleComponent/include/GameBaseComponent.h
6b25dd8f03b115811fd831b47bff3368886f246d
[]
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
WINDOWS-1252
C++
false
false
896
h
#ifndef __Orz_GameBaseComponent__ #define __Orz_GameBaseComponent__ #include "CGameBaseInterface.h" namespace Ogre { class SceneNode; class Entity; } namespace Orz { class CGameBaseInterface; class GameBaseComponent: public Component//ÍâȦ { public : GameBaseComponent(void); virtual ~GameBase...
[ "ogre3d@yeah.net" ]
[ [ [ 1, 34 ] ] ]
215ec024f860eaf8c2dec23b89a4d769b1dc6009
d9f1cc8e697ae4d1c74261ae6377063edd1c53f8
/src/tools/RoofExtractor/main.cpp
6c3c035da1067bd65cd3f4838749d09beeb0ec30
[]
no_license
commel/opencombat2005
344b3c00aaa7d1ec4af817e5ef9b5b036f2e4022
d72fc2b0be12367af34d13c47064f31d55b7a8e0
refs/heads/master
2023-05-19T05:18:54.728752
2005-12-01T05:11:44
2005-12-01T05:11:44
375,630,282
0
0
null
null
null
null
UTF-8
C++
false
false
7,269
cpp
#include <direct.h> #include <stdio.h> #include <misc\Array.h> /** * This file parses and extracts roof tile images from close combat * .rfm files. */ struct Point { int x, y; }; struct Roof { // A boundary for collision detection Array<Point> Boundary; // The upper left corner for rendering ...
[ "opencombat" ]
[ [ [ 1, 231 ] ] ]
9f439352d0df8a194ace40cf6b57b9f55a0dfc7a
23e9e5636c692364688bc9e4df59cb68e2447a58
/Dream/include/YGERenderer.h
e283bc2821d6dbb2292ac5941977ce092e95f9d2
[]
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
1,752
h
/************************************************************************ Copyright (c) Yu Lei. All rights reserved. filename: YGERender.h created: 2010/3/23 author: Yu Lei(nl-nl-@163.com) <change list> 1. create file (Yu Lei) purpose: Create a Render **********************************************...
[ "yestein86@6bb0ce84-d3d1-71f5-47c4-2d9a3e80541b" ]
[ [ [ 1, 61 ] ] ]
3f50697fe7e498df376c1bdbeec06e86020e98ab
c1c3866586c56ec921cd8c9a690e88ac471adfc8
/Practise_2005/dshow.texture.3d9/DShowTextures.h
483c37e95ce6d154fe181d15c57c0befae7a631b
[]
no_license
rtmpnewbie/lai3d
0802dbb5ebe67be2b28d9e8a4d1cc83b4f36b14f
b44c9edfb81fde2b40e180a651793fec7d0e617d
refs/heads/master
2021-01-10T04:29:07.463289
2011-03-22T17:51:24
2011-03-22T17:51:24
36,842,700
1
0
null
null
null
null
UTF-8
C++
false
false
1,725
h
//----------------------------------------------------------------------------- // File: DShowTextures.h // // Desc: DirectShow sample code - adds support for DirectShow videos playing // on a DirectX 8.0 texture surface. Turns the D3D texture tutorial into // a recreation of the VideoTex sample from...
[ "laiyanlin@27d9c402-1b7e-11de-9433-ad2e3fad96c5" ]
[ [ [ 1, 45 ] ] ]
cb9c0276a8ab140989e3841b4797334f20bd9168
1736474d707f5c6c3622f1cd370ce31ac8217c12
/Pseudo/Lock.hpp
bc5a3b652a4de5eb5c04e4a6f38edb2aca7868b5
[]
no_license
arlm/pseudo
6d7450696672b167dd1aceec6446b8ce137591c0
27153e50003faff31a3212452b1aec88831d8103
refs/heads/master
2022-11-05T23:38:08.214807
2011-02-18T23:18:36
2011-02-18T23:18:36
275,132,368
0
0
null
null
null
null
UTF-8
C++
false
false
1,145
hpp
// Copyright (c) John Lyon-Smith. All rights reserved. #pragma once #include <Pseudo\Compiler.hpp> #include <Pseudo\Exception.hpp> namespace Pseudo { class Lock { public: Lock(int spinCount = 0) { if (!InitializeCriticalSectionAndSpinCount(&m_cs, (DWORD)spinCount)) throw Win32Excepti...
[ "40727305+Lyon-Smith@users.noreply.github.com" ]
[ [ [ 1, 62 ] ] ]
82a5cb5ee0a9ef9204e9c9977fb84608dc0336e6
91b964984762870246a2a71cb32187eb9e85d74e
/SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/spirit/test/actor/erase_at_test.cpp
d5b52a797b6211d87e35eb0394f1dc240de26de2
[ "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,704
cpp
/*============================================================================= Copyright (c) 2003 Jonathan de Halleux (dehalleux@pelikhan.com) http://spirit.sourceforge.net/ Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_...
[ "66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278" ]
[ [ [ 1, 54 ] ] ]
edd29ce7ea189d7ab98e2fbfc3feec5fb0813fd0
d71665b4e115bbf0abc680bb1c7eb31e69d86a1d
/SpacescapePlugin/include/ticpprc.h
278297e77a31168313def8116b9847d353bd05ab
[ "MIT" ]
permissive
svenstaro/Spacescape
73c140d06fe4ae76ac1a613295f1e9f96cdda3bb
5a53ba43f8e4e78ca32ee5bb3d396ca7b0b71f7d
refs/heads/master
2021-01-02T09:08:59.624369
2010-04-05T04:28:57
2010-04-05T04:28:57
589,597
7
6
null
null
null
null
UTF-8
C++
false
false
3,155
h
/* http://code.google.com/p/ticpp/ Copyright (c) 2006 Ryan Pusztai, Ryan Mulder 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 t...
[ "sh@lutzhaase.com" ]
[ [ [ 1, 122 ] ] ]
7ece752a44f8e3c589f3da61715b49855a527cf0
91b964984762870246a2a71cb32187eb9e85d74e
/SRC/OFFI SRC!/WORLDSERVER/MiniGameStopwatch.h
a912336117ec44c91212c3c9bff58899405b41bd
[]
no_license
willrebuild/flyffsf
e5911fb412221e00a20a6867fd00c55afca593c7
d38cc11790480d617b38bb5fc50729d676aef80d
refs/heads/master
2021-01-19T20:27:35.200154
2011-02-10T12:34:43
2011-02-10T12:34:43
32,710,780
3
0
null
null
null
null
UHC
C++
false
false
501
h
#pragma once #if __VER >= 13 // __RAINBOW_RACE #include "minigamebase.h" class CMiniGameStopwatch : public CMiniGameBase { public: CMiniGameStopwatch(void); CMiniGameStopwatch( CMiniGameBase* pMiniGame ); virtual ~CMiniGameStopwatch(void); virtual BOOL Excute( CUser* pUser, __MINIGAME_PACKET* pMiniGa...
[ "66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278" ]
[ [ [ 1, 22 ] ] ]
26e93b12d0d01e3f9476f4606e309cb08c75d69d
b2d46af9c6152323ce240374afc998c1574db71f
/cursovideojuegos/theflostiproject/3rdParty/boost/libs/thread/src/recursive_mutex.cpp
c32c171ab7fdd2b8de5e00855e8fb671b1074944
[]
no_license
bugbit/cipsaoscar
601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4
52aa8b4b67d48f59e46cb43527480f8b3552e96d
refs/heads/master
2021-01-10T21:31:18.653163
2011-09-28T16:39:12
2011-09-28T16:39:12
33,032,640
0
0
null
null
null
null
UTF-8
C++
false
false
22,836
cpp
// Copyright (C) 2001-2003 // William E. Kempf // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted without fee, // provided that the above copyright notice appear in all copies and // that both that copyright notice and this permissio...
[ "ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a" ]
[ [ [ 1, 1043 ] ] ]
d11fb3bb5012d932ffbab9138106ba6382a66c22
bbc02822aeffdfaa8050907c1d9bd41ff4e9f3f3
/MinecraftPSP/MinecraftPSP/World.cpp
1d0f7fb7bb6a145082e10290cf0ee22d87d13ccb
[]
no_license
DragonNeos/minecraft-psp
5184361c0beab2a4a25d789ba24a5cf185ef18cf
fde4e012c8ecc94f52bf222738f29e5efac47d0e
refs/heads/master
2020-03-26T15:06:44.654834
2011-03-01T09:38:49
2011-03-01T09:38:49
40,795,370
0
0
null
null
null
null
UTF-8
C++
false
false
2,556
cpp
//Author: Mouhamad Abdallah //Date: Tuesday 8th February 2011 //Description: Loads and manages an entire world - The blocks of the world are created here #include <stdlib.h> //Header File for standard library #include "World.h" //Header File for 'World' class #include "GLLib.h" World::World() //Default...
[ "mouhamad.abdallah.92@gmail.com" ]
[ [ [ 1, 79 ] ] ]
0ef9b7d15033afd83c016e006b7fa48c44e9b38c
33f59b1ba6b12c2dd3080b24830331c37bba9fe2
/Depend/Foundation/NumericalAnalysis/Wm4Minimize1.h
21a9fa853355763ec99d72228f0546f210115bc4
[]
no_license
daleaddink/flagship3d
4835c223fe1b6429c12e325770c14679c42ae3c6
6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a
refs/heads/master
2021-01-15T16:29:12.196094
2009-11-01T10:18:11
2009-11-01T10:18:11
37,734,654
1
0
null
null
null
null
UTF-8
C++
false
false
1,436
h
// Geometric Tools, Inc. // http://www.geometrictools.com // Copyright (c) 1998-2006. All Rights Reserved // // The Wild Magic Version 4 Foundation Library source code is supplied // under the terms of the license agreement // http://www.geometrictools.com/License/Wm4FoundationLicense.pdf // and may not be ...
[ "yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa" ]
[ [ [ 1, 56 ] ] ]
5b6dc2c5e2581c8e08391dc702bb0a3f6100cdd2
d425cf21f2066a0cce2d6e804bf3efbf6dd00c00
/TileEngine/physics.h
4597337410a2992bb07d4159bc3670db0d44b7ed
[]
no_license
infernuslord/ja2
d5ac783931044e9b9311fc61629eb671f376d064
91f88d470e48e60ebfdb584c23cc9814f620ccee
refs/heads/master
2021-01-02T23:07:58.941216
2011-10-18T09:22:53
2011-10-18T09:22:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,760
h
#ifndef __PHYSICS_H #define __PHYSICS_H #include "phys math.h" #include "sgp.h" #include "worlddef.h" #include "items.h" #include "Soldier Control.h" extern UINT32 guiNumObjectSlots; class OLD_REAL_OBJECT_101 { public: BOOLEAN fAllocated; BOOLEAN fAlive; BOOLEAN fApplyFriction; BOOLEAN ...
[ "jazz_ja@b41f55df-6250-4c49-8e33-4aa727ad62a1" ]
[ [ [ 1, 185 ] ] ]
b3ca7b6dbd4f960d6619290711a309f8b5c94125
ffd731ace66892b070eac3abe27169bcb53cc989
/Rendering/Raytracer/raytrace/Accelerator.cpp
d807ccdfa1ecb9bc5624372de9b544daeb1356c0
[]
no_license
nical/DTU-school-projetcs
5496666a0de67312befc094ec070ce2897eaebc7
b9b4b6921838968e0f7370320f87244992f03989
refs/heads/master
2021-01-23T21:33:37.659374
2011-09-19T18:37:38
2011-09-19T18:37:38
2,361,393
0
0
null
null
null
null
UTF-8
C++
false
false
4,526
cpp
// 02562 Rendering Framework // Written by Jeppe Revall Frisvad, 2011 // Copyright (c) DTU Informatics 2011 #include <vector> #include <optix_world.h> #include "AccObj.h" #include "Object3D.h" #include "Plane.h" #include "HitInfo.h" #include "Accelerator.h" using namespace std; using namespace optix; ...
[ "nical.silva@gmail.com" ]
[ [ [ 1, 159 ] ] ]
0525d5c4babfd0c51dcd0c79c51db295dd2a9e5a
c5534a6df16a89e0ae8f53bcd49a6417e8d44409
/trunk/nGENE Proj/Matrix3x3.cpp
723100d2f1b5a9604f0494402d8195cea168227e
[]
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
1,745
cpp
/* --------------------------------------------------------------------------- This source file is part of nGENE Tech. Copyright (c) 2006- Wojciech Toman This program is free software. File: Matrix3x3.cpp Version: 0.01 --------------------------------------------------------------------------- */ #inc...
[ "Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57" ]
[ [ [ 1, 69 ] ] ]
69b6253fd02a63b498f1f6e237657ef76913e650
b7c505dcef43c0675fd89d428e45f3c2850b124f
/Src/SimulatorQt/Util/qt/Win32/include/QtGui/qgridlayout.h
84dbd014ea91b2b17cbabdbadd0ddf14edf02e15
[ "BSD-2-Clause" ]
permissive
pranet/bhuman2009fork
14e473bd6e5d30af9f1745311d689723bfc5cfdb
82c1bd4485ae24043aa720a3aa7cb3e605b1a329
refs/heads/master
2021-01-15T17:55:37.058289
2010-02-28T13:52:56
2010-02-28T13:52:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,490
h
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial...
[ "alon@rogue.(none)" ]
[ [ [ 1, 176 ] ] ]
74386634e2c63c56270a026b1eea8880c070974f
b407e323eb85b469258b0c30892dc70b160ecdbc
/pinger/ping_result.h
59f5c591fd7dc06e35d510c5ba4f81cbad244c34
[]
no_license
vi-k/whoisalive.fromsvn
7f8acf1cc8f5573008327fb61b419ed0f1676f42
c77b9619d470291389c8938e7cab87674a09f654
refs/heads/master
2021-01-10T02:13:41.786614
2010-05-30T23:18:47
2010-05-30T23:18:47
44,526,121
0
0
null
null
null
null
UTF-8
C++
false
false
4,147
h
#ifndef PING_RESULT_H #define PING_RESULT_H #include "../common/my_time.h" #include "../common/my_http.h" #include "icmp_header.hpp" #include "ipv4_header.hpp" #include "string.h" #include <string> #include <sstream> #define PING_RESULT_VER 1 namespace pinger { /* Результат отдельного ping'а *...
[ "victor.dunaev@localhost" ]
[ [ [ 1, 173 ] ] ]
076a6966611131847e1db678119cfe81ed5f23ec
0ce35229d1698224907e00f1fdfb34cfac5db1a2
/voiture.h
0ce16999c317a0c50de997d72e9b449617d1df5f
[]
no_license
manudss/efreiloca
f7b1089b6ba74ff26e6320044f66f9401ebca21b
54e8c4af1aace11f35846e63880a893e412b3309
refs/heads/master
2020-06-05T17:34:02.234617
2007-06-04T19:12:15
2007-06-04T19:12:15
32,325,713
0
0
null
null
null
null
UTF-8
C++
false
false
148
h
#pragma once #include "vehicule.h" class voiture : public vehicule { public: voiture(void); public: ~voiture(void); private: };
[ "pootoonet@65b228c9-682f-0410-abd1-c3b8cf015911" ]
[ [ [ 1, 14 ] ] ]
71d9ff4afd2200d89904849620f3b0a2fe43a631
b22c254d7670522ec2caa61c998f8741b1da9388
/FinalClient/LogHandler.cpp
4cd4d51a47067c157c3db676df3f3fd2bd157a4e
[]
no_license
ldaehler/lbanet
341ddc4b62ef2df0a167caff46c2075fdfc85f5c
ecb54fc6fd691f1be3bae03681e355a225f92418
refs/heads/master
2021-01-23T13:17:19.963262
2011-03-22T21:49:52
2011-03-22T21:49:52
39,529,945
0
1
null
null
null
null
UTF-8
C++
false
false
2,613
cpp
/* ------------------------[ Lbanet Source ]------------------------- Copyright (C) 2009 Author: Vivien Delage [Rincevent_123] Email : vdelage@gmail.com -------------------------------[ GNU License ]------------------------------- This program is free software: you can redistribute it and/or modify it under ...
[ "vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13" ]
[ [ [ 1, 88 ] ] ]
7c480534b75e45828eeed2333e26dad4888f0ca0
709cd826da3ae55945fd7036ecf872ee7cdbd82a
/Term/WildMagic2/Source/Graphics/WmlTriMesh.cpp
bc0e4e3a2f36e4963f306e13186d8d77581f5f47
[]
no_license
argapratama/kucgbowling
20dbaefe1596358156691e81ccceb9151b15efb0
65e40b6f33c5511bddf0fa350c1eefc647ace48a
refs/heads/master
2018-01-08T15:27:44.784437
2011-06-19T15:23:39
2011-06-19T15:23:39
36,738,655
0
0
null
null
null
null
UTF-8
C++
false
false
11,695
cpp
// Magic Software, Inc. // http://www.magic-software.com // http://www.wild-magic.com // Copyright (c) 2003. All Rights Reserved // // The Wild Magic Library (WML) source code is supplied under the terms of // the license agreement http://www.magic-software.com/License/WildMagic.pdf // and may not be copied or ...
[ "pocatnas@gmail.com" ]
[ [ [ 1, 332 ] ] ]
cc80c02d1575a890473b7ffd67bd6fe55fadd5e2
59ce53af7ad5a1f9b12a69aadbfc7abc4c4bfc02
/src/SkinResEditor_Old/SkinResMenuView.h
e44dd0bf701a9ad2b6f3905d9e6ded7d046e38f2
[]
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
GB18030
C++
false
false
15,507
h
#pragma once #include "SkinItemIdMgt.h" class SkinResMenuView : public CDialogImpl<SkinResMenuView>, public SkinTreeItemControl, public SkinPropertyView::PropertyEditNotify { public: enum { IDD = IDD_EDITMENU_DIALOG }; SkinResMenuView() { } ~SkinResMenuView() ...
[ "wgkujgg@163.com" ]
[ [ [ 1, 522 ] ] ]
8801036d7486d8be8c4c9dcc0b1949370446c378
cd0987589d3815de1dea8529a7705caac479e7e9
/webkit/WebKit2/Platform/WorkItem.h
02a50736dbff241566564006461a97ee4daa4e70
[]
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
4,525
h
/* * 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, 161 ] ] ]
2559d78d636c3a72c014a42c1b3a0de01fe5c91e
29f0a6c56e3c4528f64c3a1ad18fc5f074ae1146
/Praktikum Info2/Aufgabenblock_3/Fahrrad.h
bcca28c8c498ca33b2eade672b3fa1bfb734cc97
[]
no_license
JohN-D/Info-2-Praktikum
8ccb0348bedf38a619a39b17b0425d6b4c16a72d
c11a274e9c4469a31f40d0abec2365545344b534
refs/heads/master
2021-01-01T18:34:31.347062
2011-10-19T20:18:47
2011-10-19T20:18:47
2,608,736
0
0
null
null
null
null
UTF-8
C++
false
false
638
h
#pragma once #include "fahrzeug.h" #include <math.h> #include <iostream> #include <iomanip> class Weg; using namespace std; class Fahrrad : public Fahrzeug { public: Fahrrad(void) : Fahrzeug() {} Fahrrad(string sName) : Fahrzeug(sName) {} Fahrrad(string sName, double dMaxGeschwindigkeit) : Fahrzeug...
[ "mac@mbp.fritz.box" ]
[ [ [ 1, 27 ] ] ]
205d3f6ecf44c40a14226e830e54d1485ca34fe8
e5ded38277ec6db30ef7721a9f6f5757924e130e
/Cpp/SoSe10/Blatt02.Aufgabe01/stdafx.cpp
9dcebecf3fb874f14edbe91f4870fbd3bf1ce5c4
[]
no_license
TetsuoCologne/sose10
67986c8a014c4bdef19dc52e0e71e91602600aa0
67505537b0eec497d474bd2d28621e36e8858307
refs/heads/master
2020-05-27T04:36:02.620546
2010-06-22T20:47:08
2010-06-22T20:47:08
32,480,813
0
0
null
null
null
null
ISO-8859-1
C++
false
false
324
cpp
// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet. // Blatt02.Aufgabe01.pch ist der vorkompilierte Header. // stdafx.obj enthält die vorkompilierten Typinformationen. #include "stdafx.h" // TODO: Auf zusätzliche Header verweisen, die in STDAFX.H // und nicht in dieser Datei erforderlich sind....
[ "johannes.korrek@rwth-aachen.de@f2f8bf26-27bb-74d3-be08-1e18597623ec" ]
[ [ [ 1, 8 ] ] ]
b6e8809584c85b3459a82ff15cbf8a8c4d534803
925e7b0a9f5757cad97981b37c6af180c30b2f6e
/nntpServer/nntpServerDataAccess/OpenDs/LdapWrapper/Ldap.cpp
b2ad247799f92b7018a1e2633b9cc3bd83181c9d
[]
no_license
jmg/nttp-server
08c2b6be2183b00989c8e4ea35dffaef3947385a
0308abe74e793fe0c16676e797ae16150566e1d6
refs/heads/master
2016-09-05T10:53:25.116857
2011-07-16T01:28:32
2011-07-16T01:28:32
2,739,107
0
0
null
null
null
null
UTF-8
C++
false
false
3,928
cpp
/* Api que actua de wrapper sobre la api original de openLDAP */ #include <stdio.h> #include "LdapWrapper.h" /* Esta funcion muestra como insertar una nueva entry con nuevos atributos y valores */ void insertEntry(PLDAP_SESSION session, PLDAP_SESSION_OP sessionOp, PLDAP_ENTRY_OP entryOp, PLDAP_ATTR...
[ "jmg.utn@208282a9-e914-21dd-f66b-6e6d9519d739" ]
[ [ [ 1, 128 ] ] ]
04ab3614fc4cd6a10e3dace351295a9bd066d287
2112057af069a78e75adfd244a3f5b224fbab321
/branches/refactor/src_root/src/common/OgreTypes/OgrePlane.cpp
6a8cd342db2494b76acc2d1b7fbb2f7954493eb1
[]
no_license
blockspacer/ireon
120bde79e39fb107c961697985a1fe4cb309bd81
a89fa30b369a0b21661c992da2c4ec1087aac312
refs/heads/master
2023-04-15T00:22:02.905112
2010-01-07T20:31:07
2010-01-07T20:31:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,480
cpp
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2005 The OGRE Team Also see acknowledgements in Readme.html This program is free...
[ "psavichev@gmail.com" ]
[ [ [ 1, 92 ] ] ]
60a98d05d2da95a21814576e8827985502804a9d
a8e78ee1cae74946b8b68aaaf0447d745d6fbaf3
/CPPUnitBCB6/samples/Multicaster/MulticasterTest.cpp
dfbbd93579cdd4cb26badf0d5436b578054fd8d8
[]
no_license
jmnavarro/BCB_CPPUnit
66c155026bd8445ca016e1327b0d222e3f4a10ad
7de1560d537db56d265fde482420bc6f66f01c32
refs/heads/master
2021-01-23T13:58:57.815624
2011-07-01T08:47:23
2011-07-01T08:47:23
1,982,570
0
0
null
null
null
null
UTF-8
C++
false
false
5,239
cpp
#include "MulticasterTest.h" #include "TestSuite.h" MulticasterTest::MulticasterTest (std::string name) : TestCase (name) { } MulticasterTest::~MulticasterTest() { } void MulticasterTest::setUp () { m_multicaster = new Multicaster; m_o1 = new Observer; m_o2 = new...
[ "jmnavarro@gmail.com" ]
[ [ [ 1, 181 ] ] ]
85e9466b00797b69aab026437df61dd9bd5cbf65
68bfdfc18f1345d1ff394b8115681110644d5794
/Examples/Example01/ModelLoader.h
f22ffd3844ee548ab73b543812c6fcf5a3925f67
[]
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
952
h
#pragma once //+----------------------------------------------------------------------------- //| Included files //+----------------------------------------------------------------------------- #include "Model.h" //+----------------------------------------------------------------------------- //| Model lo...
[ "sihan6677@deb3bc48-0ee2-faf5-68d7-13371a682d83" ]
[ [ [ 1, 30 ] ] ]
cbed16de4d9b05854b2233ee1cb403a256430ab5
61bcb936a14064e2a819269d25b5c09b92dad45f
/Reference/EDK_project/code/GUI/HIO/HIO.cpp
ae771292debe0dc4bd761355bfb5d31de80f6449
[]
no_license
lanxinwoaini/robotic-vision-631
47fe73588a5b51296b9ac7fbacd4a553e4fd8e34
fdb160a8498ec668a32116c655368d068110aba7
refs/heads/master
2021-01-10T08:06:58.829618
2011-04-20T15:19:06
2011-04-20T15:19:06
47,861,917
1
0
null
null
null
null
UTF-8
C++
false
false
3,641
cpp
// HIO.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "HIO.h" #include "MainFrm.h" #include "HIODoc.h" #include "HIOView.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CHIOApp BEGIN_MESSAGE_MAP(CHIOApp, CWinApp) ON_COMMAND(ID_APP_ABOUT, &CHIOApp::OnAppA...
[ "bossrunner@gmail.com" ]
[ [ [ 1, 144 ] ] ]
6d7cbdb8c1ab32c998268649d77cc9dea2debf17
ef25bd96604141839b178a2db2c008c7da20c535
/src/src/AIToolkit/AStar.h
5156739a9adb9bc4d7be76fc316248f390cb491b
[]
no_license
OtterOrder/crock-rising
fddd471971477c397e783dc6dd1a81efb5dc852c
543dc542bb313e1f5e34866bd58985775acf375a
refs/heads/master
2020-12-24T14:57:06.743092
2009-07-15T17:15:24
2009-07-15T17:15:24
32,115,272
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,681
h
#ifndef _ASTAR_H_ #define _ASTAR_H_ #include "AIMap.h" #include <map> #include <math.h> #include <iostream> #include <stdlib.h> #include <time.h> #include <vector> using namespace std; //----------------------------------- struct node { pair<int,int> parent; // Son node parent... float costG; // C...
[ "olivier.levaque@7c6770cc-a6a4-11dd-91bf-632da8b6e10b" ]
[ [ [ 1, 66 ] ] ]
f436fdb81261732ef928a8b25b2624f0a38a4ae0
f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0
/GameSDK/SLB/src/Hybrid.cpp
7b77aca92039f7a631f88e711ba47b97c353e66c
[]
no_license
lxinhcn/starworld
79ed06ca49d4064307ae73156574932d6185dbab
86eb0fb8bd268994454b0cfe6419ffef3fc0fc80
refs/heads/master
2021-01-10T07:43:51.858394
2010-09-15T02:38:48
2010-09-15T02:38:48
47,859,019
2
1
null
null
null
null
UTF-8
C++
false
false
13,620
cpp
/* SLB - Simple Lua Binder Copyright (C) 2007 Jose L. Hidalgo Valiño (PpluX) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, o...
[ "albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c" ]
[ [ [ 1, 441 ] ] ]
a6f0986b3e267b0fac625d1fce908c59a00b9f60
82afdf1a0de48235b75a9b6ca61c9dbcfefcfafa
/ParseLiteral.h
9ecf59897ff508abfdd4b6f0c0876df48fe4c1de
[]
no_license
shilrobot/shilscript_plus_plus
eec85d01074ec379da63abe00562d7663c664398
09dbdbdadc28d131fa3c8026b14015336a55ed62
refs/heads/master
2021-01-25T00:17:10.004698
2009-12-16T22:45:52
2009-12-16T22:45:52
2,589,159
0
0
null
null
null
null
UTF-8
C++
false
false
239
h
#ifndef SS_PARSELITERAL_H #define SS_PARSELITERAL_H #include "Prereqs.h" namespace SS { i4 ParseDecimal(const String& str); i4 ParseHex(const String& str); i4 ParseOctal(const String& str); } #endif // SS_PARSELITERAL_H
[ "shilbert@6dcb506c-49f4-8c44-b148-53dce8eab73e" ]
[ [ [ 1, 14 ] ] ]
525f672171138eb14844e4da5c63360bcaefa5ec
74c8da5b29163992a08a376c7819785998afb588
/NetAnimal/Game/Hunter/NewGameNeedle/GameNeedleComponent/src/RotationComponent.cpp
217dfbaabce86b0c5104fd860cc71809d6660913
[]
no_license
dbabox/aomi
dbfb46c1c9417a8078ec9a516cc9c90fe3773b78
4cffc8e59368e82aed997fe0f4dcbd7df626d1d0
refs/heads/master
2021-01-13T14:05:10.813348
2011-06-07T09:36:41
2011-06-07T09:36:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,507
cpp
#include "GameNeedleComponentStableHeaders.h" #include "RotationComponent.h" #include "CRotationInterface.h" #include <orz/View_OGRE3D/OgreRenderingQueuedListener.h> namespace Orz { class _UpdateInOgreRenderingQueued : public OgreRenderingQueuedListener { public: _UpdateInOgreRenderingQueued(RotationCompo...
[ "ogre3d@yeah.net" ]
[ [ [ 1, 234 ] ] ]
d8dbbac783893709e190710bd52d8779b91e070b
fbe2cbeb947664ba278ba30ce713810676a2c412
/iptv_root/skin_lite/include/SkinLite/ReceiveFilesFrame.h
701388755777ebe84285dfd26fa9be42236d786b
[]
no_license
abhipr1/multitv
0b3b863bfb61b83c30053b15688b070d4149ca0b
6a93bf9122ddbcc1971dead3ab3be8faea5e53d8
refs/heads/master
2020-12-24T15:13:44.511555
2009-06-04T17:11:02
2009-06-04T17:11:02
41,107,043
0
0
null
null
null
null
UTF-8
C++
false
false
4,782
h
///////////////////////////////////////////////////////////////////////////// // Name: ReceiveFilesFrame.h // Purpose: // Author: // Modified by: // Created: 20/05/2008 10:01:06 // RCS-ID: // Copyright: // Licence: ///////////////////////////////////////////////////////////...
[ "heineck@c016ff2c-3db2-11de-a81c-fde7d73ceb89" ]
[ [ [ 1, 150 ] ] ]
a90e5dafcc5a8dc4924d3f66fe43ddecee4df13c
580738f96494d426d6e5973c5b3493026caf8b6a
/Include/Vcl/ibgeneratoreditor.hpp
856b5c5574b2fd75987d069123b68ca030d71a56
[]
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
2,607
hpp
// Borland C++ Builder // Copyright (c) 1995, 2002 by Borland Software Corporation // All rights reserved // (DO NOT EDIT: machine generated header) 'IBGeneratorEditor.pas' rev: 6.00 #ifndef IBGeneratorEditorHPP #define IBGeneratorEditorHPP #pragma delphiheader begin #pragma option push -w- #pragma option...
[ "bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b" ]
[ [ [ 1, 76 ] ] ]
b6fb3eb56771da6396f167420768c889d11d74fd
0f8559dad8e89d112362f9770a4551149d4e738f
/Wall_Destruction/Havok/Source/Animation/Animation/Deform/Skinning/Fpu/hkaFPUSkinningDeformer.h
d3213886104481f9264a744e0711cd7bd3bcd427
[]
no_license
TheProjecter/olafurabertaymsc
9360ad4c988d921e55b8cef9b8dcf1959e92d814
456d4d87699342c5459534a7992f04669e75d2e1
refs/heads/master
2021-01-10T15:15:49.289873
2010-09-20T12:58:48
2010-09-20T12:58:48
45,933,002
0
0
null
null
null
null
UTF-8
C++
false
false
4,377
h
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
[ "olinord@gmail.com" ]
[ [ [ 1, 99 ] ] ]
774face7dd467b5c91ab1f835023e43ca876abf3
4d5ee0b6f7be0c3841c050ed1dda88ec128ae7b4
/src/nvimage/openexr/src/IlmImf/ImfTiledOutputFile.cpp
e670086864b2b192473862aeecead979d01cf0c9
[]
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
43,756
cpp
/////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2004, Industrial Light & Magic, a division of Lucas // Digital Ltd. LLC // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided th...
[ "castano@0f2971b0-9fc2-11dd-b4aa-53559073bf4c" ]
[ [ [ 1, 1692 ] ] ]
84507050eb9743dd705c6f3c7f757f399802c043
c3531ade6396e9ea9c7c9a85f7da538149df2d09
/Param/src/Param/ParamDrawer.h
644b9cd595d2838a971c3723e584441d809da44b
[]
no_license
feengg/MultiChart-Parameterization
ddbd680f3e1c2100e04c042f8f842256f82c5088
764824b7ebab9a3a5e8fa67e767785d2aec6ad0a
refs/heads/master
2020-03-28T16:43:51.242114
2011-04-19T17:18:44
2011-04-19T17:18:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,237
h
#ifndef PARAMDRAWER_H_ #define PARAMDRAWER_H_ #include "../Common/BasicDataType.h" #include "Barycentric.h" namespace PARAM { class Parameter; class SurfaceCoord; class ParamDrawer { public: enum DrawMode { DRAWNOTHING = 0x00000000, //! draw patch info DRAWLAYOUT = 0x00000001, ...
[ "weihongyu1987@gmail.com" ]
[ [ [ 1, 117 ] ] ]
b21e1fa4c8a3196ffdcbf17284660545cf0f505c
2fb8c63d1ee7108c00bc9af656cd6ecf7174ae1b
/src/decomp/lzham_platform.cpp
ef2d4fbc3f679127ad5a6576f1eee7746f10f096
[ "MIT" ]
permissive
raedwulf/liblzham
542aca151a21837c14666f1d16957e61ba9c095d
01ce0ec2d78f4fda767122baa02ba612ed966440
refs/heads/master
2021-01-10T19:58:22.981658
2011-08-24T11:55:26
2011-08-24T11:55:26
2,227,012
3
0
null
null
null
null
UTF-8
C++
false
false
3,182
cpp
// File: platform.cpp // See Copyright Notice and license at the end of include/lzham.h #include "lzham_core.h" #include "lzham_timer.h" #if LZHAM_PLATFORM_X360 #include <xbdm.h> #endif #ifndef _MSC_VER int sprintf_s(char *buffer, size_t sizeOfBuffer, const char *format, ...) { if (!sizeOfBuffer) ...
[ "tcmreastwood@gmail.com" ]
[ [ [ 1, 146 ] ] ]
caa7d4e6b8018adec9ed2ca62423487c3d42cee3
6bdb3508ed5a220c0d11193df174d8c215eb1fce
/Codes/Halak/GameNode.inl
7e6f41c271b59271c65da84e1bc71254334ed409
[]
no_license
halak/halak-plusplus
d09ba78640c36c42c30343fb10572c37197cfa46
fea02a5ae52c09ff9da1a491059082a34191cd64
refs/heads/master
2020-07-14T09:57:49.519431
2011-07-09T14:48:07
2011-07-09T14:48:07
66,716,624
0
0
null
null
null
null
UTF-8
C++
false
false
846
inl
namespace Halak { template <typename T> T* GameNode::CreateAndAttachChild() { T* component = new T(); AttachChild(component); return component; } template <typename T> T* GameNode::FindChild(bool searchAllChildren) const { return static_cast<T*>(FindC...
[ "halakshin@gmail.com" ]
[ [ [ 1, 40 ] ] ]
e1b83f11842e40c97eb10143661ff3d0c1f90787
5acd6b1bc0becbf091304800765644058b047899
/airplay/PartitionMain.cpp
150b9ba1e70bd1622c60fa376bfaad253367f699
[]
no_license
malfmalf/partition_old
0c53e6642aa512e411f580a2c8b88085f9483887
bb0dd7a3f362313e319da75fd2f13805ddae5db0
refs/heads/master
2022-11-08T18:36:52.830760
2011-02-14T14:55:07
2011-02-14T14:55:07
276,804,239
0
0
null
null
null
null
UTF-8
C++
false
false
4,035
cpp
/* * This file is part of the Airplay SDK Code Samples. * * Copyright (C) 2001-2010 Ideaworks3D Ltd. * All Rights Reserved. * * This source code is intended only as a supplement to Ideaworks Labs * Development Tools and/or on-line documentation. * * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHO...
[ "8544522+malfmalf@users.noreply.github.com" ]
[ [ [ 1, 123 ] ] ]
d8ad3303c18c4e8356aac9246c36f012b2701ac6
5ff30d64df43c7438bbbcfda528b09bb8fec9e6b
/kcore/mem/impl/LowFragHeap/LowFragHeap.h
9b1c3f1da11daabfc4883a773cadef7c462a34e6
[]
no_license
lvtx/gamekernel
c80cdb4655f6d4930a7d035a5448b469ac9ae924
a84d9c268590a294a298a4c825d2dfe35e6eca21
refs/heads/master
2016-09-06T18:11:42.702216
2011-09-27T07:22:08
2011-09-27T07:22:08
38,255,025
3
1
null
null
null
null
UTF-8
C++
false
false
1,397
h
#pragma once #include <new> namespace gk { /** * @class LowFragHeap * * @brief Allocator implementation that makes use of Low-fragmentation Heap * available on Windows XP & 2003 Server. */ class LowFragHeap { public: LowFragHeap(); void* Alloc(size_t size); void Free(v...
[ "darkface@localhost" ]
[ [ [ 1, 67 ] ] ]
4fc4718d9b3e3546cfbbeb421d910c22aacb242b
028d79ad6dd6bb4114891b8f4840ef9f0e9d4a32
/src/drivers/pooyan.cpp
a2d2f19a00afd84689384b1cda24e922abb486aa
[]
no_license
neonichu/iMame4All-for-iPad
72f56710d2ed7458594838a5152e50c72c2fb67f
4eb3d4ed2e5ccb5c606fcbcefcb7c5a662ace611
refs/heads/master
2020-04-21T07:26:37.595653
2011-11-26T12:21:56
2011-11-26T12:21:56
2,855,022
4
0
null
null
null
null
UTF-8
C++
false
false
12,630
cpp
#include "../vidhrdw/pooyan.cpp" /*************************************************************************** Notes: - Several people claim that colors are wrong, but the way the color PROMs are used seems correct. Pooyan memory map (preliminary) driver by Allard Van Der Bas Thanks must go to Mike ...
[ "boris@icculus.org" ]
[ [ [ 1, 370 ] ] ]
d387c207714645391fd8e46756945905351317c8
f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0
/Depend/MyGUI/Tools/LayoutEditor/PanelUserData.cpp
ea3cc34b113d5106762c3500fa326aa46c8ac1b1
[]
no_license
lxinhcn/starworld
79ed06ca49d4064307ae73156574932d6185dbab
86eb0fb8bd268994454b0cfe6419ffef3fc0fc80
refs/heads/master
2021-01-10T07:43:51.858394
2010-09-15T02:38:48
2010-09-15T02:38:48
47,859,019
2
1
null
null
null
null
UTF-8
C++
false
false
5,743
cpp
/*! @file @author Georgiy Evmenov @date 09/2008 */ #include "precompiled.h" #include "Common.h" #include "Localise.h" #include "PanelUserData.h" #include "EditorWidgets.h" #include "UndoManager.h" namespace tools { PanelUserData::PanelUserData() : BasePanelViewItem("PanelUserData.layout"), ...
[ "albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c" ]
[ [ [ 1, 156 ] ] ]
4fa1c71a565e99440e8cde78d776bb05a104cf49
33f59b1ba6b12c2dd3080b24830331c37bba9fe2
/Graphic/Material/D3D9Metal.cpp
74107e2f17fa7f6cc672c69f94d399e93f057d6e
[]
no_license
daleaddink/flagship3d
4835c223fe1b6429c12e325770c14679c42ae3c6
6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a
refs/heads/master
2021-01-15T16:29:12.196094
2009-11-01T10:18:11
2009-11-01T10:18:11
37,734,654
1
0
null
null
null
null
GB18030
C++
false
false
3,807
cpp
#include "D3D9Metal.h" #include "../Main/DataCenter.h" #include "../Main/ResourceManager.h" #include "../Renderer/D3D9RenderWindow.h" #include "../Renderer/D3D9Renderer.h" #include "../Renderer/D3D9Effect.h" #include "../Renderer/D3D9RenderCubeTexture.h" namespace Flagship { D3D9Metal::D3D9Metal() { m_...
[ "yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa" ]
[ [ [ 1, 111 ] ] ]
4502e87b013a78481c27d68bbe0e3a3a3ecb9001
5b3221bdc6edd8123287b2ace0a971eb979d8e2d
/Fiew/Tool.h
a4dafe4d555ec215cc9d30cdb270b9cfd3a2df0b
[]
no_license
jackiejohn/fedit-image-editor
0a4b67b46b88362d45db6a2ba7fa94045ad301e2
fd6a87ed042e8adf4bf88ddbd13f2e3b475d985a
refs/heads/master
2021-05-29T23:32:39.749370
2009-02-25T21:01:11
2009-02-25T21:01:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,135
h
class FwCHAR; class ChildCore; class Tool { protected: Core *core; // application Core ChildCore *chicore; // current Tool owner FwCHAR *name; // Tool name HCURSOR cursor, // publicly accessible Tool cursor cursorBackup; // private backup cursor UINT id; // Tool id (same as the Tool ico...
[ "dev@fapplication.org" ]
[ [ [ 1, 755 ] ] ]
de9de218e68141aaa0f853b4dc413f5fc59dff86
9c62af23e0a1faea5aaa8dd328ba1d82688823a5
/rl/tags/v0-1/engine/dialog/src/AimlNodeImplXerces.cpp
3ba3a3f02caede05d1c72af00c9cac75f5971ef7
[ "ClArtistic", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-public-domain" ]
permissive
jacmoe/dsa-hl-svn
55b05b6f28b0b8b216eac7b0f9eedf650d116f85
97798e1f54df9d5785fb206c7165cd011c611560
refs/heads/master
2021-04-22T12:07:43.389214
2009-11-27T22:01:03
2009-11-27T22:01:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,745
cpp
/* This source file is part of Rastullahs Lockenpracht. * Copyright (C) 2003-2005 Team Pantheon. http://www.team-pantheon.de * * This program is free software; you can redistribute it and/or modify * it under the terms of the Perl Artistic License. * * This program is distributed in the hope that it will be u...
[ "blakharaz@4c79e8ff-cfd4-0310-af45-a38c79f83013" ]
[ [ [ 1, 61 ] ] ]
d8329abf3be32b84cf9e8b4ddc2cc95545ad65a1
480c44ff4e052723caa9326457921ea1eada5b25
/judge/src/JudgeSubmission.cpp
09b6fcc0fcf9c86bf238d5fba9b8f4bf362791df
[]
no_license
kevinhs1150/open-online-judge
cd898329cf039e0d07835eb98f45b8bd87cff609
979e3bffd2965eb21904a73e84cd5bb12a48dbb8
refs/heads/master
2020-12-25T18:17:15.013425
2011-07-16T13:15:49
2011-07-16T13:15:49
32,213,625
0
0
null
null
null
null
UTF-8
C++
false
false
6,811
cpp
#include "JudgeMain.h" #include "JudgeSubmission.h" #include "JudgeCompare.h" #include "JudgementConfirm.h" #include "judge_tool.h" extern "C" { #include "judgeproto.h" } JudgeCompareFrame *compareFrame; JudgementConfirmFrame *confirmFrame; extern JudgeSubmissionFrame *submissionFrame; JudgeSubm...
[ "h85164@e3896563-57da-0129-da3f-310c26432eee", "eternity79831.unknown@gmail.com@e3896563-57da-0129-da3f-310c26432eee" ]
[ [ [ 1, 4 ], [ 7, 95 ], [ 97, 112 ], [ 114, 125 ], [ 127, 155 ], [ 157, 163 ], [ 167, 171 ], [ 173, 173 ], [ 176, 177 ], [ 185,...
130dc713b865459dca13c23ec579a6cc7c4cbf52
7ba7440b6a7b6068c900d561ad03c3ff86439c09
/GalDemo/GalDemo/Action.cpp
893a5049e1d34bdaa2545d9e6dc78748cb968646
[]
no_license
weimingtom/gal-demo
96dc06f8f02b4c767412aac7fcf050e241b40c04
f2b028591a195516af3ce33d084b7b29cbea84aa
refs/heads/master
2021-01-20T11:47:07.598476
2011-08-10T23:48:43
2011-08-10T23:48:43
42,379,726
2
0
null
null
null
null
UTF-8
C++
false
false
42
cpp
#include "stdafx.h" #include "Action.h"
[ "sixwingsok@gmail.com" ]
[ [ [ 1, 2 ] ] ]
79db6022a29583be6b9db49c3eb4d5d3f3c07ec4
353bd39ba7ae46ed521936753176ed17ea8546b5
/src/layer1_system/raster_gl/test/axrt_test.cpp
2047984b89acd0d3a6d70afe8e17579fccaa69bd
[]
no_license
d0n3val/axe-engine
1a13e8eee0da667ac40ac4d92b6a084ab8a910e8
320b08df3a1a5254b776c81775b28fa7004861dc
refs/heads/master
2021-01-01T19:46:39.641648
2007-12-10T18:26:22
2007-12-10T18:26:22
32,251,179
1
0
null
null
null
null
UTF-8
C++
false
false
1,726
cpp
/** * @file * Axe 'raster' test code * @see axe_raster.h */ #include "axrt_test.h" #define AXRT_NO_AUTOLINK #include "axe_raster.h" /// Version of this test code #define AXE_RASTER_TEST_VERSION 1 // Use proper library -------- #ifdef _DEBUG #pragma comment( lib, "../../../output_debug/lib/axe_raster...
[ "d0n3val@2cff7946-3f3c-0410-b79f-f9b517ddbf54" ]
[ [ [ 1, 76 ] ] ]
66f99ae24910ede1e71ea85caa23939629714bcc
00c36cc82b03bbf1af30606706891373d01b8dca
/OpenGUI/OpenGUI_ObjectAccessor.h
adc32e0fafeb2c2ebbb8969a5edcc806ce05425e
[ "BSD-3-Clause" ]
permissive
VB6Hobbyst7/opengui
8fb84206b419399153e03223e59625757180702f
640be732a25129a1709873bd528866787476fa1a
refs/heads/master
2021-12-24T01:29:10.296596
2007-01-22T08:00:22
2007-01-22T08:00:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,755
h
// OpenGUI (http://opengui.sourceforge.net) // This source code is released under the BSD License // See LICENSE.TXT for details #ifndef E278D21F_0B04_437C_8A77_E84A74699F89 #define E278D21F_0B04_437C_8A77_E84A74699F89 #include "OpenGUI_PreRequisites.h" #include "OpenGUI_Exports.h" #include "OpenGUI_String.h...
[ "zeroskill@2828181b-9a0d-0410-a8fe-e25cbdd05f59" ]
[ [ [ 1, 111 ] ] ]
f24c61ae8ea02383ec7c09ca100c5ae4b603ef1f
fac8de123987842827a68da1b580f1361926ab67
/inc/physics/Physics/Collide/Agent/hkpProcessCollisionData.h
bddc56f2c8082b275c8057eb4da80eb6023a9bb1
[]
no_license
blockspacer/transporter-game
23496e1651b3c19f6727712a5652f8e49c45c076
083ae2ee48fcab2c7d8a68670a71be4d09954428
refs/heads/master
2021-05-31T04:06:07.101459
2009-02-19T20:59:59
2009-02-19T20:59:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,625
h
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
[ "uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4" ]
[ [ [ 1, 128 ] ] ]
becf0dc555b2768e0b51a77a0e22f2e40aa84c23
bd37f7b494990542d0d9d772368239a2d44e3b2d
/client/src/SalidaPacMan.cpp
66206b2262d050db1b8d586f0428ea8f310c62d7
[]
no_license
nicosuarez/pacmantaller
b559a61355517383d704f313b8c7648c8674cb4c
0e0491538ba1f99b4420340238b09ce9a43a3ee5
refs/heads/master
2020-12-11T02:11:48.900544
2007-12-19T21:49:27
2007-12-19T21:49:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
842
cpp
/////////////////////////////////////////////////////////// // SalidaPacMan.cpp // Implementation of the Class SalidaPacMan // Created on: 21-Nov-2007 23:40:21 /////////////////////////////////////////////////////////// #include "SalidaPacMan.h" SalidaPacMan::SalidaPacMan( int posicion, Orientacion ...
[ "nicolas.suarez@5682bcf5-5c3f-0410-a8fd-ab24993f6fe8" ]
[ [ [ 1, 40 ] ] ]
825c3ef20776c00264cdbc465bdab4389f765e9d
dbd5275ab1172bcc6693b0e39bdb9cac9a8aa654
/src/mainwindow.cpp
b3419886956076af9933518f671b8d8ff3cdd50f
[]
no_license
aarontc/acdj
bb6d148a3c75abad97dd5b0a3d55f628694cea13
f0166dee780833f7cde1703265676322268fcc21
refs/heads/master
2016-09-10T18:51:13.291503
2010-08-16T17:32:32
2010-08-16T17:32:32
32,116,033
0
0
null
null
null
null
UTF-8
C++
false
false
1,140
cpp
#include "mainwindow.h" #include "musicmodewidget.h" #include <QtGui> MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { musicMode = new MusicModeWidget; setCentralWidget(musicMode); CreateActions(); CreateMenu(); } void MainWindow::AddFile() { QStringList files = QFileDialog::ge...
[ "aarontc@gmail.com@e443b260-af5b-3101-41d7-9d022bc9ec3b", "jazzguitarfreak@e443b260-af5b-3101-41d7-9d022bc9ec3b" ]
[ [ [ 1, 1 ], [ 3, 6 ], [ 49, 49 ] ], [ [ 2, 2 ], [ 7, 48 ] ] ]
14c93155d772cff7ba053e8f9ffac40406cc9127
b2b90e37fbf0e11a04c52ab695fda35fa466904f
/Whiteboard/GUI/whiteboard.cpp
d270b7c358f6c2119960d6dc04fb0ddba82af8f8
[]
no_license
robalan11/teamwhiteboard
670733682fdf0559a719e69f6e576ff8476bddd2
d428a33c62709f7c0bbb9907f70d67aa26a7aeca
refs/heads/master
2021-01-01T19:34:58.977424
2009-04-26T16:34:47
2009-04-26T16:34:47
32,401,000
0
0
null
null
null
null
UTF-8
C++
false
false
3,088
cpp
#include "whiteboard.h" // ISA whiteboard window WhiteboardWindow::WhiteboardWindow(const wxString& title, TextWindow* parent) : wxFrame(NULL, -1, title, wxPoint(650, 50), wxSize(640, 480), wxMINIMIZE_BOX | wxSYSTEM_MENU | wxCAPTION | wxCLIP_CHILDREN) { mpParent = parent; CreateStatusBar(2); ...
[ "robalan@ab1a795a-e8e4-11dd-9059-71fac19e68c6", "tim@campbellcastle.com@ab1a795a-e8e4-11dd-9059-71fac19e68c6" ]
[ [ [ 1, 3 ], [ 5, 85 ], [ 87, 89 ], [ 92, 92 ], [ 94, 105 ] ], [ [ 4, 4 ], [ 86, 86 ], [ 90, 91 ], [ 93, 93 ] ] ]
155a5686623388ef46c79c2fb01a74fc743ca9ca
27b8c57bef3eb26b5e7b4b85803a8115e5453dcb
/branches/flatRL/lib/include/Utility/PhysicsDebug.h
8e087bfd72fdb518275432cac8ea57f16b525b93
[]
no_license
BackupTheBerlios/walker-svn
2576609a17eab7a08bb2437119ef162487444f19
66ae38b2c1210ac2f036e43b5f0a96013a8e3383
refs/heads/master
2020-05-30T11:30:48.193275
2011-03-24T17:10:17
2011-03-24T17:10:17
40,819,670
0
0
null
null
null
null
UTF-8
C++
false
false
409
h
#ifndef __WALKER_YARD_UTILITY_PHYSICS_DEBUG_H__ #define __WALKER_YARD_UTILITY_PHYSICS_DEBUG_H__ #include <slon/Scene/Visitors/NodeVisitor.h> using namespace slon; class PhysicsDebugVisitor : public scene::NodeVisitor { public: typedef scene::NodeVisitor base_type; public: void visitTransfo...
[ "red-haired@9454499b-da03-4d27-8628-e94e5ff957f9" ]
[ [ [ 1, 18 ] ] ]
f24dc0ed2c8465d5f793114158c32dbedd10c68e
ea12fed4c32e9c7992956419eb3e2bace91f063a
/zombie/code/nebula2/src/tools/nimagetool.cc
0e73684144ce2225ce49756f104b1a1a38cdf0ac
[]
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
13,711
cc
#include "precompiled/pchntoollib.h" //------------------------------------------------------------------------------ /** @page NebulaToolsnimagetool nimagetool nimagetool Nebula image processing tool. <dl> <dt>-in</dt> <dd>filename of input file</dd> <dt>-out</dt...
[ "magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91" ]
[ [ [ 1, 461 ] ] ]
e470adf6d50db7dd03bdd31e874fb28020809abe
bdb1e38df8bf74ac0df4209a77ddea841045349e
/CapsuleSortor/ImageCard/SimularCard.cpp
490ac08fe753ebcc4b7a95b3c3bf6d3ced404e75
[]
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
3,134
cpp
// A simple tool for Simular Image card. #include "SimularCard.h" SimularCard::SimularCard() : RegisteredFunc(0), m_regFuncParam(0), m_grabTimeout(10000), m_frameInterval(1500) { m_thread.SetThreadFunc(SimularCard::CreateImage, this); } SimularCard::~SimularCard() { Close(); } bool Simu...
[ "vincen.cn@66f52ff4-a261-11de-b161-9f508301ba8e" ]
[ [ [ 1, 185 ] ] ]
1847c868ba090c0aaf0132b3e8ff292345a148e5
9426ad6e612863451ad7aac2ad8c8dd100a37a98
/ULLib/include/ULDC.h
be8c3c2b1bb428f329d21466de235c3a5bd499f1
[]
no_license
piroxiljin/ullib
61f7bd176c6088d42fd5aa38a4ba5d4825becd35
7072af667b6d91a3afd2f64310c6e1f3f6a055b1
refs/heads/master
2020-12-28T19:46:57.920199
2010-02-17T01:43:44
2010-02-17T01:43:44
57,068,293
0
0
null
2016-04-25T19:05:41
2016-04-25T19:05:41
null
WINDOWS-1251
C++
false
false
15,193
h
///\file ULDC.h ///\brief Заголовочный файл классов контекстов(08.10.2007) #include <windows.h> #pragma once #ifndef __ULDC__H_ #define __ULDC__H_ namespace ULGDI { ///\namespace ULGDI::ULDC ///\brief пространство имён классов контекстов(08.10.2007) namespace ULDC { ///\class CULDC ///\brief Класс ...
[ "UncleLab@a8b69a72-a546-0410-9fb4-5106a01aa11f" ]
[ [ [ 1, 276 ] ] ]
5a2d58ab383ace6352c47c671e480a56ce326930
c95a83e1a741b8c0eb810dd018d91060e5872dd8
/Game/ObjectDLL/ObjectShared/AIHumanStateObstruct.h
0b3085642b6ffefca24e227ff93db369ffdb9de8
[]
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
3,048
h
//---------------------------------------------------------------------------- // // MODULE: AIHumanStateObstruct.h // // PURPOSE: CAIHumanStateObstruct declaration // // CREATED: 12.12.2001 // // (c) 2001 Monolith Productions, Inc. All Rights Reserved // // // COM...
[ "vytautasrask@gmail.com" ]
[ [ [ 1, 111 ] ] ]
ea1479c880a8718607e2a1276e3904b3dd067e17
448ef6f020ff51ef3c4266e2504a49e18c032d04
/CppTest/CppTest/AsFoo.cpp
5153875e6c9307f8c06cdea7c330b749d2435187
[]
no_license
weeeBox/oldies-cpp-template
f0990a1832e0f441db8523932a19a6addf16d620
00223721d33f95b396dc698a5596199224291e8b
refs/heads/master
2020-05-20T07:33:33.792823
2011-12-09T16:45:10
2011-12-09T16:45:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
753
cpp
#include "AsFoo.h" #include "AsFoo.h" AsFoo_ref AsFoo::__createAsFoo(int value) { AsFoo_ref __reference(new AsFoo()); __reference->__internalConstructAsFoo(value); return __reference; } void AsFoo::__internalConstructAsFoo(int value) { __internalConstructAsObject(); __internalInitialiseAsFoo();...
[ "a.lementuev@gmail.com@29e91505-0bf5-f861-a13c-499aeb2b9760" ]
[ [ [ 1, 38 ] ] ]
30e8ab165a9402554ea37b4e0aae65b8156b5704
9152cb31fbe4e82c22092bb3071b2ec8c6ae86ab
/tests/729/sft/TalkDll/MixOut.h
9b2bca6b96011dbe83e1c07e65d594687985264c
[]
no_license
zzjs2001702/sfsipua-svn
ca3051b53549066494f6264e8f3bf300b8090d17
e8768338340254aa287bf37cf620e2c68e4ff844
refs/heads/master
2022-01-09T20:02:20.777586
2006-03-29T13:24:02
2006-03-29T13:24:02
null
0
0
null
null
null
null
GB18030
C++
false
false
1,551
h
/*------------------------------------------------------------------------------*\ [模块名称] CMixOut [文件名称] MixOut.h [相关文件] MixOut.cpp [目的] 控制混音输出 [描述] 封装 mixer api [注意] 你只应该使用本类一次,是由于窗口消息引起的 设置,获取音量没有做 数据质量为 1 channel,16bit,8000 sample [依赖性] winmm.lib ...
[ "yippeesoft@5dda88da-d10c-0410-ac74-cc18da35fedd" ]
[ [ [ 1, 83 ] ] ]
f9abff227ee46bb760fb0d1b10f88c8f6446202b
7b7a3f9e0cac33661b19bdfcb99283f64a455a13
/Engine/dll/MathLib/flx_plane.h
44c0fb5b0135f1d9aa96a3c0b2408aa1e428723f
[]
no_license
grimtraveller/fluxengine
62bc0169d90bfe656d70e68615186bd60ab561b0
8c967eca99c2ce92ca4186a9ca00c2a9b70033cd
refs/heads/master
2021-01-10T10:58:56.217357
2009-09-01T15:07:05
2009-09-01T15:07:05
55,775,414
0
0
null
null
null
null
UTF-8
C++
false
false
2,016
h
/*--------------------------------------------------------------------------- This source file is part of the FluxEngine. Copyright (c) 2008 - 2009 Marvin K. (starvinmarvin) This program is free software. ---------------------------------------------------------------------------*/ #ifndef PLANE_H #define P...
[ "marvin.kicha@e13029a8-578f-11de-8abc-d1c337b90d21" ]
[ [ [ 1, 115 ] ] ]
b2b7319a5f2fa9ac9fa27ad640d0428d8462716d
6eef3e34d3fe47a10336a53df1a96a591b15cd01
/ASearch/Config/ConfigBase.cpp
65c6807c05102734590e6446e4615735ed6d3731
[]
no_license
praveenmunagapati/alkaline
25013c233a80b07869e0fdbcf9b8dfa7888cc32e
7cf43b115d3e40ba48854f80aca8d83b67f345ce
refs/heads/master
2021-05-27T16:44:12.356701
2009-10-29T11:23:09
2009-10-29T11:23:09
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
12,657
cpp
/* © Vestris Inc., Geneva, Switzerland http://www.vestris.com, 1994-1999 All Rights Reserved _____________________________________________________ written by Daniel Doubrovkine - dblock@vestris.com */ #include <alkaline.hpp> #include "ConfigBase.hpp" CConfigBase :: CConfigBase(void) : m...
[ "dblock@dblock.org" ]
[ [ [ 1, 345 ] ] ]
ae27fb8172c6b1ecc9ac1f8aec78d04aabf5b755
b822313f0e48cf146b4ebc6e4548b9ad9da9a78e
/KylinSdk/Engine/Source/ScriptVM.cpp
fd0eb1cf51ed0c9959cc0c7eb670046527a58708
[]
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
11,970
cpp
#include "engpch.h" #include ".\scriptvm.h" extern "C" { #include "lua.h" #include "lualib.h" #include "lauxlib.h" } #include "tolua++.h" #include "log_t.h" #define DEBUG_STACK 0 //end of tolua bind declare extern KVOID tolua_open_binding(lua_State * L); static KVOID stackDump(lua_State *L); //erro...
[ "apayaccount@gmail.com" ]
[ [ [ 1, 510 ] ] ]
79ca8837f501a86ff61cfff8d3e2084ed35fc974
314fa4d6839de9abfdedb72a521a156c06522761
/neckGirthTest/neckGirthTest/stdafx.cpp
c178c3f76521d8bbb410a9046fc6a60e616bea28
[]
no_license
moonjuice/moonjuice
7b87f5a36cc696dc232cb8257e91aa60a0b5cca8
262bbf8e3e487191160566adf0f28771bccb375e
refs/heads/master
2021-01-10T20:33:50.474152
2011-11-24T00:52:29
2011-11-24T00:52:29
32,118,070
0
0
null
null
null
null
BIG5
C++
false
false
194
cpp
// stdafx.cpp : 僅包含標準 Include 檔的原始程式檔 // neckGirthTest.pch 會成為先行編譯標頭檔 // stdafx.obj 會包含先行編譯型別資訊 #include "stdafx.h"
[ "moon80362@gmail.com@8026b7c3-d9ae-87c5-0fde-12bd377d1155" ]
[ [ [ 1, 8 ] ] ]
b7c39f1de340a235d06bef3f410e1d1e2c0514a7
5210c96be32e904a51a0f32019d6be4abdb62a6d
/LinkedList.h
65e0f6edb2db023df78e4adac2e70673659f0aac
[]
no_license
Russel-Root/knot-trying-FTL
699cec27fcf3f2b766a4beef6a58176c3cbab33e
2c1a7992855927689ad1570dd7c5998a73728504
refs/heads/master
2021-01-15T13:18:35.661929
2011-04-02T07:51:51
2011-04-02T07:51:51
1,554,271
1
0
null
null
null
null
IBM852
C++
false
false
4,813
h
#ifndef __LinkedList_h__ #define __LinkedList_h__ #ifndef NULL #define NULL 0 #endif // NULL // MyLinkedList, MyLinkedListIterator, ListNode╗ą╬¬friend class template<typename T> class MyLinkedList; template<typename T> class MyLinkedListIterator; template<typename T> class ListNode{ public: ListNode(){ ...
[ "usamgalpha@yeah.net" ]
[ [ [ 1, 215 ] ] ]
08d0524377f6f92acd7a6f063e087cc51aac19cd
b505ef7eb1a6c58ebcb73267eaa1bad60efb1cb2
/source/graphics/core/win32/direct3d10/drawcommandexecuted3d10_3.cpp
2b7778ae3070f14efaa3a4c9632fe2433e849a5e
[]
no_license
roxygen/maid2
230319e05d6d6e2f345eda4c4d9d430fae574422
455b6b57c4e08f3678948827d074385dbc6c3f58
refs/heads/master
2021-01-23T17:19:44.876818
2010-07-02T02:43:45
2010-07-02T02:43:45
38,671,921
0
0
null
null
null
null
UTF-8
C++
false
false
1,858
cpp
#include"drawcommandexecuted3d10.h" #include"deviced3d10_0.h" #include"bufferd3d10.h" #include"texture2dd3d10.h" #include"rendertargetd3d10.h" #include"depthstencild3d10.h" #include"materiald3d10.h" #include"inputlayoutd3d10.h" #include"rasterizerstated3d10.h" #include"samplerstated3d10.h" #include"blendst...
[ "renji2000@gmail.com", "renji2000@471aaf9e-aa7b-11dd-9b86-41075523de00" ]
[ [ [ 1, 63 ], [ 71, 72 ] ], [ [ 64, 70 ] ] ]
0c582d47f67a60719c25f3275ae36f4869de7178
a9afa168fac234c3b838dd29af4a5966a6acb328
/CppUTest/tests/TestHarness_cTest.cpp
bb1187355cb059c67964f6fffa44509f088ad24d
[]
no_license
unclebob/tddrefcpp
38a4170c38f612c180a8b9e5bdb2ec9f8971832e
9124a6fad27349911658606392ba5730ff0d1e15
refs/heads/master
2021-01-25T07:34:57.626817
2010-05-10T20:01:39
2010-05-10T20:01:39
659,579
8
5
null
null
null
null
UTF-8
C++
false
false
4,989
cpp
/* * Copyright (c) 2007, Michael Feathers, James Grenning and Bas Vodde * 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 cop...
[ "unclebob@objectmentor.com" ]
[ [ [ 1, 190 ] ] ]
5c8c97ab692ad60ba421f39e97310aac9b5d797b
2ddfcde074b05e9a154c2ddecf172c2633902ee9
/CMPSC458Raytracer/triangle.cpp
256748f97fb8f742d7ca1ef62f348168d37362e8
[]
no_license
dtbinh/OpenGL-RayTracer
ad044b4c05738679dba6204f81a9fe10a7cc5b3f
bb504f61488698b9449409e17e23a4ccd03ebf4d
refs/heads/master
2020-04-05T19:00:17.399706
2011-12-23T03:17:53
2011-12-23T03:17:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,561
cpp
#include "triangle.h" //constructor given center, radius, and material triangle::triangle(Vec3f p0, Vec3f p1, Vec3f p2, float tx0, float tx1, float tx2, float ty0, float ty1, float ty2, int m, scene* s) : rtObject(s) { point0 = p0; point1 = p1; point2 = p2; texX0 = tx0; texX1 = tx1; texX2 = tx2; t...
[ "paulsilvis@gmail.com" ]
[ [ [ 1, 53 ] ] ]
f0d2c81a26620bd3b9bf632678060196394744b8
45901972d53b88c968dc09e88d8241bf18fcba7a
/tools/rospack/include/rospack/rospack.h
621832d13494e2a173c8ef9cd5e406ade40412df
[]
no_license
lubosz/rosstacks
d5a99b7794b265cb981a6873074dabdbf4de5ff8
67ca37234eaba02ca05d1d0136d7023711d16e34
refs/heads/master
2021-01-19T12:58:32.411499
2011-11-07T20:43:00
2011-11-07T20:43:00
2,735,039
0
0
null
null
null
null
UTF-8
C++
false
false
12,761
h
/* * Copyright (C) 2008, Morgan Quigley and Willow Garage, Inc. * * 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 cond...
[ "kwc@61973afe-1cd6-434e-a0a9-934cb0052259", "gerkey@61973afe-1cd6-434e-a0a9-934cb0052259", "jfaust@61973afe-1cd6-434e-a0a9-934cb0052259", "mquigley@61973afe-1cd6-434e-a0a9-934cb0052259" ]
[ [ [ 1, 134 ], [ 147, 148 ], [ 150, 163 ], [ 166, 169 ], [ 171, 174 ], [ 180, 194 ], [ 206, 209 ], [ 211, 224 ], [ 226, 239 ], [ ...
cc455ac18edc821817d78b4222c338c02b83bdfe
2f77d5232a073a28266f5a5aa614160acba05ce6
/01.DevelopLibrary/03.Code/UI/SmsPassConfirmWnd.h
cb73d5cc03ea2787354cc7be9884b871c55a0929
[]
no_license
radtek/mobilelzz
87f2d0b53f7fd414e62c8b2d960e87ae359c81b4
402276f7c225dd0b0fae825013b29d0244114e7d
refs/heads/master
2020-12-24T21:21:30.860184
2011-03-26T02:19:47
2011-03-26T02:19:47
58,142,323
0
0
null
null
null
null
UTF-8
C++
false
false
766
h
#ifndef __SMSPASSCONFIRMWND_h__ #define __SMSPASSCONFIRMWND_h__ #include "UiEditControl.h" #include "NewSmsWnd.h" #include "EasySmsUiCtrl.h" #include "EasySmsWndBase.h" class CSmsPassConfirmWnd : public CEasySmsWndBase { MZ_DECLARE_DYNAMIC( CSmsPassConfirmWnd ); public: CSmsPassConfirmWnd(voi...
[ "saviola0830@gmail.com" ]
[ [ [ 1, 47 ] ] ]
ed01ae8c6eca402b6755ff2e802cacf6ea90bacd
12732dc8a5dd518f35c8af3f2a805806f5e91e28
/trunk/LiteEditor/envvar_table.h
0478f4616f7c76ccfe0b940666f9d61284b04be5
[]
no_license
BackupTheBerlios/codelite-svn
5acd9ac51fdd0663742f69084fc91a213b24ae5c
c9efd7873960706a8ce23cde31a701520bad8861
refs/heads/master
2020-05-20T13:22:34.635394
2007-08-02T21:35:35
2007-08-02T21:35:35
40,669,327
0
0
null
null
null
null
UTF-8
C++
false
false
1,512
h
/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version May 5 2007) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __envvar_table__ ...
[ "eranif@b1f272c1-3a1e-0410-8d64-bdc0ffbdec4b" ]
[ [ [ 1, 50 ] ] ]
abd6e6173067565f526c134fd25e554a44cee692
567dddbf32b225a4b9e9c74a87ebcaf93731abc4
/Compo_Caracoles/KeyConfig_Menu.h
a4ced7e17ec526b7b6747e33e2eb3b50ffe05111
[]
no_license
miguelSantirso/AlertaCaracol2
be1ce518602386e59a72139fe19154000a022266
b25dc09d103a974d10e624483867eb03629369d7
refs/heads/master
2020-03-30T19:18:18.405213
2007-10-20T15:32:29
2007-10-20T15:32:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
787
h
#pragma once #include <string> #include <vector> struct BITMAP; class KeyBox_Menu; class Menu; class KeyConfig_Menu { public: /* struct Key_Struct { std::string Nombre; std::string Label; int Id_Tecla; };*/ struct Key_Struct { char Nombre[50]; char Label[200]; int Id_Tecla; };...
[ "TiRSO!@df780914-b739-dc11-ac19-00188b745eb1" ]
[ [ [ 1, 46 ] ] ]
8e4276e259b6eafb576202a02d8baa8f2e4029d1
022d2957a29fe5054263a406bbdd85289cf17ee0
/GontrolPC/ConfigMgr/stdafx.h
249805598acb64d77fb7b76b38f24c321ada8478
[]
no_license
amanuelg3/remote-control-with-android
aa6705da5c76311515ef6c4c972b7e64745be76d
5e51aff7d1727608c615a0027c746592ebc4ba92
refs/heads/master
2016-09-03T01:07:29.047261
2011-06-11T16:25:32
2011-06-11T16:25:32
35,783,127
1
0
null
null
null
null
UTF-8
C++
false
false
723
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #include "targetver.h" #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Fil...
[ "wzmvictor@5d9a875e-b1a7-14b0-4603-314cddc6b85c" ]
[ [ [ 1, 30 ] ] ]
6df3b2513fa857fbb062ee7a498166908bffcd25
299a1b0fca9e1de3858a5ebeaf63be6dc3a02b48
/tags/051101b/dingus/dingus/visibility/VisibilityLeaf.cpp
6ed7c0e5565aed8197a4f6a4f5d73f467b67e730
[]
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
710
cpp
// -------------------------------------------------------------------------- // Dingus project - a collection of subsystems for game/graphics applications // -------------------------------------------------------------------------- #include "stdafx.h" #include "VisibilityLeaf.h" using namespace dingus; DE...
[ "nearaz@73827abb-88f4-0310-91e6-a2b8c1a3e93d" ]
[ [ [ 1, 21 ] ] ]
2f9c3069fefdb739375d74abd7cc4f83d864930b
cdd119cd2a3c24982bf5f75197e5da1258924478
/mq/src/queue.cpp
205536d194396af7140c7ee01f923310c0b3ba49
[]
no_license
xuxiandi/DOMQ
12bbbd477ce75152c1b5acb8731ddb1833067c62
3a28ebed6323292a1e264b80d969cd94324538b8
refs/heads/master
2020-12-31T02:33:22.791616
2011-05-17T06:01:01
2011-05-17T06:01:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,114
cpp
#include "queue.h" #include "msg/msgqueuemsg.h" #include <string> #include <sstream> std::string Queue::ToString() const { std::stringstream st; st << "queuename:[" << option.msgQueueName <<"]," << "msgType:[" << option.msgType << "]," << "duration:[" << option.duration << "]," ...
[ "codetuita@gmail.com" ]
[ [ [ 1, 36 ] ] ]
ae499890769dd7ca24679fd0f4831f4268357ade
5819b1347738ccba8330a63b993cc9de5b155cf3
/lasvm-source/la_svm.cpp
0c310715c86f379fdeb1f430767f47e65794b01f
[]
no_license
claytontey/libmachinelearning
7cf667725507251c1773085a89f1f2413765e123
613771bcf736d82cceba93d2e8204ccd3f703a1b
refs/heads/master
2021-01-10T19:22:16.031001
2010-11-12T11:12:25
2010-11-12T11:12:25
39,838,615
1
0
null
null
null
null
UTF-8
C++
false
false
25,571
cpp
// -*- Mode: c++; c-file-style: "stroustrup"; -*- using namespace std; #include <stdio.h> #include <vector> #include <cmath> #include <ctime> #include <cstring> #include <iostream> #include <fstream> #include <algorithm> #include "OPF.h" #include "vector.h" #include "lasvm.h" #define LINEAR 0 #define POLY 1 #de...
[ "papa.joaopaulo@ab71ce65-3dec-350d-c851-0c893010dbb2" ]
[ [ [ 1, 905 ] ] ]
e2a02db464b1f6c6883b10362bb7aa3db299111f
fcdddf0f27e52ece3f594c14fd47d1123f4ac863
/terralib/src/qwt/qwt_knob.cpp
7419b13fe9809481c1838ec3d43edc1f2791b867
[]
no_license
radtek/terra-printer
32a2568b1e92cb5a0495c651d7048db6b2bbc8e5
959241e52562128d196ccb806b51fda17d7342ae
refs/heads/master
2020-06-11T01:49:15.043478
2011-12-12T13:31:19
2011-12-12T13:31:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,467
cpp
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- ***************************** * Qwt Widget Library * Copyright (C) 1997 Josef Wilgen * Copyright (C) 2002 Uwe Rathmann * * This library is free software; you can redistribute it and/or * modify it under the terms of the Qwt License, Version 1.0 *******...
[ "rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec" ]
[ [ [ 1, 524 ] ] ]
ce88f35533843b015282e1ed325e4a27e25f2688
11da90929ba1488c59d25c57a5fb0899396b3bb2
/Src/FormGadget.hpp
3a7b0a6296207c234d82f9531d9021cfe0707387
[]
no_license
danste/ars-framework
5e7864630fd8dbf7f498f58cf6f9a62f8e1d95c6
90f99d43804d3892432acbe622b15ded6066ea5d
refs/heads/master
2022-11-11T15:31:02.271791
2005-10-17T15:37:36
2005-10-17T15:37:36
263,623,421
0
0
null
2020-05-13T12:28:22
2020-05-13T12:28:21
null
UTF-8
C++
false
false
1,947
hpp
#ifndef ARSLEXIS_FORM_GADGET_HPP__ #define ARSLEXIS_FORM_GADGET_HPP__ #include <FormObject.hpp> class Graphics; class FormGadget: public FormObjectWrapper<FormGadgetType> { static Boolean gadgetHandler(FormGadgetTypeInCallback* gadget, UInt16 cmd, void* param); void setupGadget(FormType*...
[ "andrzejc@10a9aba9-86da-0310-ac04-a2df2cc00fd9", "kjk@10a9aba9-86da-0310-ac04-a2df2cc00fd9" ]
[ [ [ 1, 5 ], [ 7, 7 ], [ 17, 17 ], [ 19, 19 ], [ 39, 39 ], [ 53, 53 ], [ 56, 56 ], [ 66, 66 ], [ 70, 70 ], [ 79, 80 ]...
90c69323b96ef34314bc1de05a3f33d6a5a8dc4f
e3ac0562b84b5bd135c5d94157167f3982875858
/Laig3/MenuS.h
467583ac9ecda9075b6556202f80a3b7de53fee4
[]
no_license
marcoamador/LAIGP3
505851170ff71a037468cfd3bde44dc8bf751116
85fce3aadd2d9c348b9344d634d5dcdc4d5d93ff
refs/heads/master
2016-09-06T06:23:35.290290
2011-12-20T18:06:40
2011-12-20T18:06:40
2,932,026
0
0
null
null
null
null
UTF-8
C++
false
false
539
h
#pragma once #ifdef __APPLE__ #include <GLUI/GLUI.h> #else #include <gl/glui.h> #endif #include <string> #include <vector> #include <iostream> using namespace std; #ifndef Laig3_menu_h #define Laig3_menu_h class MenuS { vector<string> menu_strings; int tex_id; int height, width; public: ...
[ "highvolt16@gmail.com" ]
[ [ [ 1, 33 ] ] ]
0dd9f9217a128f626aa95df38fe34c628042ffd0
cd1ae676922aee247543ce364b4ec59b2750fdef
/Externals/dolphin-emu/Source/Blob.h
780029a57a4952c6190af665302f8b410c8383d9
[]
no_license
jordan-woyak/wii-banner-player
18dc4e3877a1ea3f76f3a5af0967063716eacf58
64587570f2ee70999ac880a2fab085a34f67cb01
refs/heads/master
2021-01-10T09:59:51.321166
2011-11-09T12:20:44
2011-11-09T12:20:44
44,923,314
1
1
null
null
null
null
UTF-8
C++
false
false
3,142
h
// Copyright (C) 2003 Dolphin Project. // 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, version 2.0. // This program is distributed in the hope that it will be useful, // but WITHOUT ...
[ "jordan.woyak@gmail.com" ]
[ [ [ 1, 92 ] ] ]
bc74e070f738373a5e66670fc0e4256c9a1129c2
f6a8ffe1612a9a39fc1daa4e7849cad56ec351f0
/ChromaKeyer/trunk/ChromaKeyer/Form1.h
88922a5adeeb8bbf47d9c676800fed54af427b7c
[]
no_license
comebackfly/c-plusplus-programming
03e097ec5b85a4bf1d8fdd47041a82d7b6ca0753
d9b2fb3caa60459fe459cacc5347ccc533b4b1ec
refs/heads/master
2021-01-01T18:12:09.667814
2011-07-18T22:30:31
2011-07-18T22:30:31
35,753,632
0
0
null
null
null
null
UTF-8
C++
false
false
35,334
h
#pragma once #include "graphlibHTW.h" #include <windows.h> #pragma comment(lib, "gdi32.lib") #pragma comment(lib, "User32.lib") #include <WinDef.h> #include <iostream> #include <string> #include "ImageLoader.h" #include "ChromaKey.h" #include "HTWStringConverter.h" namespace ChromaKeyer { using namespa...
[ "samsalabim@live.de@5f9f56c3-fb77-04ef-e3c5-e71eb3e36737" ]
[ [ [ 1, 802 ] ] ]
a3127c355f9fd6a86e8b36ba49f939727a43c52b
b04f65deafef481d6e0f22c26085735a3c275d3a
/mod/applications/mod_cari_ccp_server/CModule_NEManager.cpp
19eac14199e9059445a2782a2eabf72691c05181
[]
no_license
gujun/sscore
d28d374f09d40aa426282538416ae16023d8a7a6
295d613473a554e4de9f8c203fae961f587555ac
refs/heads/master
2021-01-02T22:57:21.404133
2011-06-21T06:19:57
2011-06-21T06:19:57
1,927,509
2
0
null
null
null
null
GB18030
C++
false
false
51,581
cpp
#include "CModule_NEManager.h" #include "mod_cari_ccp_server.h" #include "cari_net_event_process.h" #define MIN_NEID 1 #define MAX_NEID 1000 //不同类型的设备名称 #define CCP "CCP" //cari core platform #define SW "SW" //swi...
[ "pub@cariteledell.(none)" ]
[ [ [ 1, 1584 ] ] ]
2bbf58221b6cadaf684f1a34a557fda7d3f89785
cb621dee2a0f09a9a2d5d14ffaac7df0cad666a0
/http/parsers/media_type.hpp
272d89221a929f6701bea229ff1558c701ec54e4
[ "BSL-1.0" ]
permissive
ssiloti/http
a15fb43c94c823779f11fb02e147f023ca77c932
9cdeaa5cf2ef2848238c6e4c499ebf80e136ba7e
refs/heads/master
2021-01-01T19:10:36.886248
2011-11-07T19:29:22
2011-11-07T19:29:22
1,021,325
0
1
null
null
null
null
UTF-8
C++
false
false
1,937
hpp
// // media_type.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2011 Steven Siloti (ssiloti@gmail.com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef HTTP_PARSERS_MEDIA_TYPE_HPP #define...
[ "ssiloti@gmail.com", "Steven.Siloti@wdc.com" ]
[ [ [ 1, 19 ], [ 21, 33 ], [ 37, 60 ] ], [ [ 20, 20 ], [ 34, 36 ] ] ]
c25461f405fc95afaaf3e71a2fb6e78ad3ccf352
979297bfdce893c7e656c406a8a522c079fe0291
/TuioListener.h
0b5c2f421acbc62084e26e9930dd588fa8cf5a8a
[]
no_license
berkus/tuiobleep
709134c95e7d17da58b071db9136f256c6d8161e
baab983d87c0d7f842090170437cf5d33472f009
refs/heads/master
2023-07-11T00:00:21.357510
2006-12-16T03:14:12
2006-12-16T03:14:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,951
h
/* TUIO C++ backend - part of the reacTIVision project http://www.iua.upf.es/mtg/reacTable Copyright (c) 2006 Martin Kaltenbrunner <mkalten@iua.upf.es> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to de...
[ "berkus@madfire.net" ]
[ [ [ 1, 44 ] ] ]
d5c2967a3a938ba0fe0fcc5c50afae78cf8335d3
3971d26cbdfd1ca41e84754bdf21ff6fbc53182e
/trunk/include/BitmapDistance.h
21310ecf5359edfbc408afefc122396897688dad
[]
no_license
ppershing/mosaic-from-images
bd998004de1555f76777047000ac0642ace0c860
54a2f6c9cd3c37f118a133d4fce1eaf5678581d2
refs/heads/master
2020-04-25T00:26:40.707089
2011-01-06T17:59:11
2011-01-06T17:59:11
32,278,829
0
0
null
null
null
null
UTF-8
C++
false
false
323
h
// created and maintained by ppershing // please report any bug or suggestion to ppershing<>fks<>sk #ifndef H_BITMAP_DISTANCE #define H_BITMAP_DISTANCE #include "Bitmap.h" #include "ColorAdjust.h" class BitmapDistance { public: double distance(Bitmap* b1, Bitmap* b2, ColorAdjust* adjust); }; #endi...
[ "ppershing@967e5cf6-af39-6869-9469-1a2409c1b03c" ]
[ [ [ 1, 14 ] ] ]
e893620f78bbb0f6453c0f2a8b05d142b6c7a90d
c2153dcfa8bcf5b6d7f187e5a337b904ad9f91ac
/depends/ClanLib/src/API/Core/XML/xml_writer.h
f5af45d0d7d073d732ae07e0bdad6f710689b142
[]
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
2,302
h
/* ** ClanLib SDK ** Copyright (c) 1997-2010 The ClanLib Team ** ** This software is provided 'as-is', without any express or implied ** warranty. In no event will the authors be held liable for any damages ** arising from the use of this software. ** ** Permission is granted to anyone to use this softwa...
[ "PTrefall@gmail.com@c628178a-a759-096a-d0f3-7c7507b30227" ]
[ [ [ 1, 92 ] ] ]
7c7c368631c328ea74ad55613ba3b01838e3909b
e028013b5dfe8262af326be861b344e36752b4a3
/Intf/SerialConnection.h
9a2593374319ff47bd8081f5452fc072f3ecee68
[]
no_license
HappyHunter/LD130
3a769300e331213da8a64d341e30269dd0afb961
60a2a25c4f4388915814f59d9c47930b39f4d10d
refs/heads/master
2019-01-02T04:34:29.521971
2011-08-15T12:37:30
2011-08-15T12:37:30
1,172,890
0
0
null
null
null
null
UTF-8
C++
false
false
1,094
h
//////////////////////////////////////////////////////////////////// // // Alexandr Filenkov 2010 // //////////////////////////////////////////////////////////////////// #ifndef SerialConMan_201012141650 #define SerialConMan_201012141650 #include "CommonCmd.h" #include "Parser.h" /* * NOT THREAD SAFE...
[ "afilenkov@gmail.com" ]
[ [ [ 1, 50 ] ] ]
4a50112880d64c660a4c481aae98517a15f7b827
5927f0908f05d3f58fe0adf4d5d20c27a4756fbe
/examples/chrome/tab_strip_model.h
46010af67233fbeea0a0660afb5333abdf25f17f
[]
no_license
seasky013/x-framework
b5585505a184a7d00d229da8ab0f556ca0b4b883
575e29de5840ede157e0348987fa188b7205f54d
refs/heads/master
2016-09-16T09:41:26.994686
2011-09-16T06:16:22
2011-09-16T06:16:22
41,719,436
0
1
null
null
null
null
UTF-8
C++
false
false
28,731
h
#ifndef __tab_strip_model_h__ #define __tab_strip_model_h__ #pragma once #include <vector> #include "base/observer_list.h" #include "tab_strip_model_observer.h" #include "tab_strip_selection_model.h" class NavigationController; class TabContents; class TabContentsWrapper; class TabStripModelDelega...
[ "wlwlxj@gmail.com" ]
[ [ [ 1, 635 ] ] ]
3da99187d1a4fdf9932a4f232c7b8d31a40da650
17558c17dbc37842111466c43add5b31e3f1b29b
/device/serialgps.cpp
bd193f515f6dfc33440e8a042a3d119ac9da066c
[]
no_license
AeroWorks/inav
5c61b6c7a5af1a3f99009de8e177a2ceff3447b0
5a97aaca791026d9a09c2273c37e237b18b9cb35
refs/heads/master
2020-09-05T23:45:11.561252
2011-04-24T01:53:22
2011-04-24T01:53:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
56
cpp
#include "serialgps.h" SerialGPS::SerialGPS() { }
[ "eduardo.a20@gmail.com" ]
[ [ [ 1, 5 ] ] ]
d1e05389f1d48f2f464a233d217cb011d052632b
0f8559dad8e89d112362f9770a4551149d4e738f
/Wall_Destruction/Havok/Source/Common/Base/Memory/Allocator/FreeList/FixedMemoryBlockServer/hkFixedMemoryBlockServer.h
73eaef5a286c8f5394c0c3834c24fa22681e9d76
[]
no_license
TheProjecter/olafurabertaymsc
9360ad4c988d921e55b8cef9b8dcf1959e92d814
456d4d87699342c5459534a7992f04669e75d2e1
refs/heads/master
2021-01-10T15:15:49.289873
2010-09-20T12:58:48
2010-09-20T12:58:48
45,933,002
0
0
null
null
null
null
UTF-8
C++
false
false
3,155
h
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
[ "olinord@gmail.com" ]
[ [ [ 1, 68 ] ] ]
9bb9ebc31a7f6731b4d65c5975fe89b9c2820338
aa5491d8b31750da743472562e85dd4987f1258a
/Main/server/vehiclepool.h
39882acd1b292934e366b16f8ba9df997ddffa5c
[]
no_license
LBRGeorge/jmnvc
d841ad694eaa761d0a45ab95b210758c50750d17
064402f0a9f1536229b99cf45f6e7536e1ae7bb5
refs/heads/master
2016-08-04T03:12:18.402941
2009-05-31T18:40:42
2009-05-31T18:40:42
39,416,169
2
0
null
null
null
null
UTF-8
C++
false
false
1,964
h
//---------------------------------------------------- // // GPL code license: // 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) an...
[ "jacks.mini.net@45e629aa-34f5-11de-82fb-7f665ef830f7" ]
[ [ [ 1, 66 ] ] ]
6f8695707b2aa3b437992a8071a45691410a830d
86ba0e8b9e5cc221460413e6efdc9cfcd4e8b618
/lista_pokazivaci.cpp
667d03fac9ea6de048a4e3012dfb4f46c9221426
[]
no_license
program/Programski-kod
f1398e3e9bc6c8e74460bc1dc0e88071b0473e69
6a3bcc10bd88e1b8e8a1001fc4e541d0fc41338e
refs/heads/master
2016-09-05T14:31:24.208963
2010-10-22T19:24:19
2010-10-22T19:24:19
1,015,787
0
1
null
null
null
null
UTF-8
C++
false
false
4,595
cpp
#include<iostream> #include<cstring> #include<iomanip> using namespace std; typedef int element; struct lista{ char maticni[14]; char iprez[30]; int godina; lista *sljedeci; }; typedef lista *liste; int br=0; liste FirstL(lista *L){ L=new lista; L->sljedeci=NULL; ...
[ "renata_mesaros@hotmail.com" ]
[ [ [ 1, 126 ] ] ]
57a71147f5bd9ec0918aaa62d54790a51595ef05
0f8559dad8e89d112362f9770a4551149d4e738f
/Wall_Destruction/Havok/Source/Common/Base/System/Error/hkError.h
5d68c8895a1e6df2274a2c9fb3d2b08a3f4f8cf5
[]
no_license
TheProjecter/olafurabertaymsc
9360ad4c988d921e55b8cef9b8dcf1959e92d814
456d4d87699342c5459534a7992f04669e75d2e1
refs/heads/master
2021-01-10T15:15:49.289873
2010-09-20T12:58:48
2010-09-20T12:58:48
45,933,002
0
0
null
null
null
null
UTF-8
C++
false
false
11,759
h
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
[ "olinord@gmail.com" ]
[ [ [ 1, 273 ] ] ]
8b8f5fc2e9f5a53a5f1623a814ed305c60e25f69
deb8ef49795452ff607023c6bce8c3e8ed4c8360
/Projects/UAlbertaBot/Source/Dll.cpp
bc5c3cd0c9090aa4fd7b6336b03a959fc506aaf4
[]
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
718
cpp
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include <windows.h> #include <stdio.h> #include <tchar.h> #include <BWAPI.h> #include <BWTA.h> #include "UAlbertaBotModule.h" namespace BWAPI { Game* Broodwar; } BOOL APIENTRY DllMain( HANDLE hModule, ...
[ "tim.r.burr@gmail.com@ce23f72d-95c0-fd94-fabd-fc6dce850bd1" ]
[ [ [ 1, 35 ] ] ]