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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
913ab983ef1ff4c4254ca5eae1e95b721e268386 | 7969164c2b9f3f12f99a7df28e83551c8b6e5db8 | /sorce/fish/Ecole.h | d82da72dec051892a6bfda3cfc1a524ea9c2c5a5 | [
"MIT"
] | permissive | montoyamoraga/shbobo | 9e9ab91e0ab8b8404d63fa71b15bfb446ade11ea | 48246bbc29f2aa5b55644241b369d74e37e9f916 | refs/heads/main | 2023-07-04T19:02:16.494183 | 2008-08-14T01:42:07 | 2008-08-14T01:42:07 | 326,004,619 | 1 | 1 | MIT | 2021-04-11T23:47:58 | 2021-01-01T15:27:42 | C | UTF-8 | C++ | false | false | 1,524 | h |
#include <map>
class Ecole : public Component, public DragAndDropContainer {
// std::map<String,Skul*> mymap;
// std::map<int,Skul*> urmap;
public:
Ecole() : Component() {
setSize(100,400);
Grub * saintePierre;
#define MEXPTOKE(a,b,c,d,e) \
saintePierre = new Grub(a,b,c,d,e); \
addAndMakeVisibl... | [
"pete@ciat-lonbarde.net"
] | [
[
[
1,
60
]
]
] |
326cf5561c09ceedfba5aec78bd18a706f11062f | 44d499cacf286b033ce08eeceec1002e5ce782c9 | /hardware/at91/cortex-m3/eefc.cpp | 1656cff9d98f6664542adc08ce517040ba2e15b6 | [] | no_license | thumbos/tmos | ef134ecc57b44e029ded14f957d7a23c982a4fae | 756c2bc513288bfe1be96331a9e388ed0d744c83 | refs/heads/master | 2021-03-12T22:56:14.235818 | 2010-12-04T16:25:26 | 2010-12-04T16:25:26 | 1,137,841 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,927 | cpp | /* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------------------
* Copyright (c) 2009, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in sou... | [
"m.kostadinov@informabg.com"
] | [
[
[
1,
257
]
]
] |
d207dcb013c909c813226215214e440d8e33e0b0 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Application/SysCAD/ScdOptions.cpp | 51316859b21ec8490165cf6c7715729ad7ca8d05 | [] | no_license | abcweizhuo/Test3 | 0f3379e528a543c0d43aad09489b2444a2e0f86d | 128a4edcf9a93d36a45e5585b70dee75e4502db4 | refs/heads/master | 2021-01-17T01:59:39.357645 | 2008-08-20T00:00:29 | 2008-08-20T00:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 633 | cpp | // ScdOptions.cpp : Implementation of CScdOptions
#include "stdafx.h"
#include "SysCAD_i.h"
#include "ScdOptions.h"
/////////////////////////////////////////////////////////////////////////////
// CScdOptions
STDMETHODIMP CScdOptions::InterfaceSupportsErrorInfo(REFIID riid)
{
static const IID* arr[] =
{... | [
"paul.hannah@syscad.net"
] | [
[
[
1,
29
]
]
] |
d46e15fc508aeb61a1ed9b8c5f0bd4e3421172ed | 3856c39683bdecc34190b30c6ad7d93f50dce728 | /LastProject/Source/Tree.cpp | fdac1612160fef8fdd5bed6f3374c1fa22e27ff1 | [] | 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 | UTF-8 | C++ | false | false | 6,308 | cpp | #include "stdafx.h"
#include <assert.h>
CTree::CTree()
: m_pRoot( NULL )
, m_pCurr( NULL )
{
}
CTree::CTree( NODE* _pRoot )
: m_pRoot ( _pRoot )
, m_pCurr( NULL )
{
}
CTree::~CTree()
{
m_pCurr = m_pRoot;
Release();
}
HRESULT CTree::Create( FLOAT fRange, INT nDeep )
{
if (m_pRoot)
... | [
"kopan84@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0",
"yoonhada@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0"
] | [
[
[
1,
188
],
[
190,
239
]
],
[
[
189,
189
],
[
240,
271
]
]
] |
57255c6eff11faf7b0ba2fd69fa6810247340951 | b8ac0bb1d1731d074b7a3cbebccc283529b750d4 | /Code/controllers/RecollectionBenchmark/main.cpp | 95193a8d11c6ef8c40d787c7c89ec1b702e005a3 | [] | no_license | dh-04/tpf-robotica | 5efbac38d59fda0271ac4639ea7b3b4129c28d82 | 10a7f4113d5a38dc0568996edebba91f672786e9 | refs/heads/master | 2022-12-10T18:19:22.428435 | 2010-11-05T02:42:29 | 2010-11-05T02:42:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 705 | cpp | #include <cstdlib>
#include <iostream>
#include <robotapi/real/RealRobot.h>
#include <GarbageCleaner.h>
#include <WorldInfo.h>
#include <time.h>
#include <cv.h>
#include <highgui.h>
// define this to save to disk slots visited
// SAVE_CHANGED
using namespace std;
int main(int argc, char *argv[])
... | [
"nachogoni@d69ea68a-f96b-11de-8cdf-e97ad7d0f28a"
] | [
[
[
1,
31
]
]
] |
dc2615426c8c8de2529200ab356cb83f5c7cd6bf | da32684647cac4dcdbb60db49496eb8d10a8ea6d | /Deadbeef/Classes/Box2D/Dynamics/b2Body.h | 176f02dce0113dbffad66f1ee1cfde1c1607c6dd | [] | no_license | jweinberg/deadbeef | a1f10bc37de3aee5ac6b5953d740be9990083246 | 8126802454ff5815a7a55feae82e80d026a89726 | refs/heads/master | 2016-09-06T06:13:46.704284 | 2010-06-18T21:51:07 | 2010-06-18T21:51:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,184 | h | /*
* Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com
*
* 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 software for any pur... | [
"bhelgeland@9c1d8119-421d-44e4-8328-69b580a11e1d"
] | [
[
[
1,
819
]
]
] |
324fe172a16ae1f487414738dde34be21bd66920 | fd792229322e4042f6e88a01144665cebdb1c339 | /src/hermite.cpp | d2e7115f930c3b3ff6f21d7d8729f0c3cd90dd79 | [] | no_license | weimingtom/mmomm | 228d70d9d68834fa2470d2cd0719b9cd60f8dbcd | cab04fcad551f7f68f99fa0b6bb14cec3b962023 | refs/heads/master | 2021-01-10T02:14:31.896834 | 2010-03-15T16:15:43 | 2010-03-15T16:15:43 | 44,764,408 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,970 | cpp | #include "hermite.h"
#include <cassert>
HermiteInterpolation::HermiteInterpolation()
: _initialTime()
, _finalTime()
, _initialPosition()
, _finalPosition()
, _initialVelocity()
, _finalVelocity()
{
}
HermiteInterpolation::HermiteInterpolation(double initialTime, double finalTime,
const Vector2D& initi... | [
"nagelbagel@gmail.com"
] | [
[
[
1,
77
]
]
] |
8910528dc03b895e3d82890f0af63113b2e2d505 | f4e20d6ad5d3a6ef3406d66d3eb4bb1fdc6c1088 | /CarMP_OpenGL/Utils.cpp | ca7bcef12e3f19c520d9c91a1cf2164844d0fa2c | [] | no_license | WildGenie/carmp | c19cfbac3dda7dfcdc6ca7de8c0fb274e07efe5b | 7d1e41acabbafa87298de745563a16b9ce7cd9b0 | refs/heads/master | 2021-01-12T07:31:33.858240 | 2011-10-05T23:31:31 | 2011-10-05T23:31:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,052 | cpp | #include "Utils.h"
using namespace std;
Utils::Utils(void)
{
}
Utils::~Utils(void)
{
}
/* Doesn't work lol */
void *Utils::file_contents(const char *filename, GLint *length)
{
FILE *f = fopen(filename, "r");
void *buffer;
if (!f) {
fprintf(stderr, "Unable to open %s for... | [
"efess@d4bd84e2-f980-fb58-ec8a-1c4e3f86fd2c",
"efessel@gmail.com@d4bd84e2-f980-fb58-ec8a-1c4e3f86fd2c"
] | [
[
[
1,
38
]
],
[
[
39,
56
]
]
] |
e5c31fdabd3b919969a911cef6b41f63ec4964f2 | 814b49df11675ac3664ac0198048961b5306e1c5 | /Code/Engine/PhysX/PhysicFixedJoint.cpp | 718738d72bce223edce2b93cb9ab299e01b1f21f | [] | 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 | 936 | cpp | #define __DONT_INCLUDE_MEM_LEAKS__
#include "PhysicFixedJoint.h"
#include "NxFixedJointDesc.h"
#include "PhysicActor.h"
#include "base.h"
#include "Utils/MemLeaks.h"
CPhysicFixedJoint::CPhysicFixedJoint()
: m_pJoint(NULL)
, m_pFixedDesc(NULL)
{
m_pFixedDesc = new NxFixedJointDesc;
}
CPhysicFixedJoi... | [
"galindix@576ee6d0-068d-96d9-bff2-16229cd70485",
"atridas87@576ee6d0-068d-96d9-bff2-16229cd70485"
] | [
[
[
1,
7
],
[
10,
48
]
],
[
[
8,
9
]
]
] |
dc6cbe98f722c1e6104bdcd8df50fcaa167f1c62 | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2005-10-27/pcbnew/zones.cpp | 7955610490ba5f3667b05837d144a3b2bb2dd6c0 | [] | no_license | BackupTheBerlios/kicad-svn | 4b79bc0af39d6e5cb0f07556eb781a83e8a464b9 | 4c97bbde4b1b12ec5616a57c17298c77a9790398 | refs/heads/master | 2021-01-01T19:38:40.000652 | 2006-06-19T20:01:24 | 2006-06-19T20:01:24 | 40,799,911 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 34,763 | cpp | /******************************/
/* Routines de trace de Zones */
/******************************/
#include "fctsys.h"
#include "gr_basic.h"
#include "common.h"
#include "pcbnew.h"
#include "autorout.h"
#include "cell.h"
#include "trigo.h"
#include "protos.h"
/* Routines Locales */
static vo... | [
"bokeoa@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
1138
]
]
] |
4ecf6addb03d5d14a80e3d4bd4ba67af65823130 | 58cda2daf1b9b27a1177c9dd45b27f195fa85ee1 | /trunk/KTV/interface/headers/Template.h | 517e018435741ff316d13bed09839274ecde7d7e | [] | no_license | sinojelly/disklvp | 25329e063a611a19ca8e7e4bfc7df297535132bd | d6f6ce24e8aab0588e071a3fb8dc320d306d8c1f | refs/heads/master | 2016-09-06T17:34:09.243481 | 2010-05-17T15:44:30 | 2010-05-17T15:44:30 | 33,052,355 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 929 | h | #ifndef GENERALSCREENTEMPLATE_H_
#define GENERALSCREENTEMPLATE_H_
#include "BaseTemplate.h"
#include "../../baselib/headers/GlobalData.h"
#include <QFont>
#include <QPen>
#include <QList>
#include <QString>
#include <QWidget>
class Template : public QWidget, public BaseTemplate{
Q_OBJECT;
protected:
int... | [
"root@localhost.localdomain",
"liulanggoukk@localhost"
] | [
[
[
1,
8
],
[
10,
10
],
[
12,
21
],
[
23,
25
],
[
29,
30
],
[
33,
34
]
],
[
[
9,
9
],
[
11,
11
],
[
22,
22
],
[
26,
... |
47dab626c4408ef35fc495fcb0ad821f7ccbb364 | 9df2486e5d0489f83cc7dcfb3ccc43374ab2500c | /src/core/math/size.h | 4813ac18c6b7e707e659443cb2d62c62e7fd5679 | [] | 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 | 2,173 | h | /***************************************************************************
* size.h - header for the corresponding cpp file
*
* Copyright (C) 2008 - 2009 Florian Richter
***************************************************************************/
/*
This program is free software; you can redistribute i... | [
"renardchien@gmail.com"
] | [
[
[
1,
78
]
]
] |
6411b5a7087a5c02c5e4447fd86a2d2845d137bf | a0de58fc332fb03adc139946006d9e4f472870eb | /raytracer/src/cmaterial.cxx | c0257e2392056a942d2a188dd19dc80b46f37941 | [] | no_license | BackupTheBerlios/flashphoto-svn | 7679f76e378a5d35353f606d218e38fd62243ee6 | 8feffa2b721489b6fa83fbd08f44e1c751b37837 | refs/heads/master | 2020-06-04T01:58:28.579762 | 2006-10-30T23:12:06 | 2006-10-30T23:12:06 | 40,673,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,281 | cxx | #include "raytracer.h"
#include "cmaterial.hxx"
bool CCheckerMaterial::is_white(const VECTOR &loc) const
{
VECTOR dloc=loc;
dloc.x=std::abs(dloc.x)+side_size/2;
dloc.y=std::abs(dloc.y)+side_size/2;
dloc.z=std::abs(dloc.z)+side_size/2;
bool bx=(((int)
(((float)dloc.x/(float)side_size))
%2)==0);
... | [
"rutdaun@697c275a-9409-0410-946e-c1ffe88a986e",
"gmiranda@697c275a-9409-0410-946e-c1ffe88a986e"
] | [
[
[
1,
7
],
[
9,
11
],
[
13,
21
],
[
23,
26
],
[
28,
33
],
[
35,
37
],
[
39,
64
]
],
[
[
8,
8
],
[
12,
12
],
[
22,
2... |
cbdf4c0d5272f016fd7e3fa482c252d0cb5cd43a | 3a577d02f876776b22e2bf1c0db12a083f49086d | /vba-minimum/trunk/src/win32/BIOSDialog.h | a15632fa0bca2aa42d5900b97b0717c3bbf6f1ad | [] | no_license | xiaoluoyuan/VisualBoyAdvance-2 | d19565617b26e1771f437842dba5f0131d774e73 | cadd2193ba48e1846b45f87ff7c36246cd61b6ee | refs/heads/master | 2021-01-10T01:19:23.884491 | 2010-05-12T09:59:37 | 2010-05-12T09:59:37 | 46,539,728 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 561 | h | #pragma once
// BIOSDialog dialog
class BIOSDialog : public CDialog
{
DECLARE_DYNAMIC(BIOSDialog)
public:
BIOSDialog(CWnd* pParent = NULL); // standard constructor
virtual ~BIOSDialog();
// Dialog Data
enum { IDD = IDD_BIOS };
protected:
virtual void DoDataExchange(CDataExchange* pDX); ... | [
"spacy51@5a53c671-dd2d-0410-9261-3f5c817b7aa0"
] | [
[
[
1,
29
]
]
] |
bc141a9072001e93fdd84cc0da61691b21e4f0ce | 2514632f2787fd4cba7396f60e49f5968884c688 | /BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h | 63842930d70e99812c11ed9d29ac5665ede26d8f | [] | no_license | sabotage3d/pukak | 936555b001ac738f80c69d99e3e99b5ba16c3e11 | f84f5f683de5a454e233002c9c8a9ae7f2faab6c | refs/heads/master | 2021-01-01T15:41:08.973658 | 2010-04-30T16:43:04 | 2010-04-30T16:43:04 | 35,413,544 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,365 | h | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org
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... | [
"seth.holladay@b0b181a8-020e-11df-8f7b-bfe16de6f99b"
] | [
[
[
1,
197
]
]
] |
d134485f10b7d961ddc68d5622e4d62cad2b8225 | ee065463a247fda9a1927e978143186204fefa23 | /Src/Engine/Script/WrapObjectManager.h | b960ca0e525ff44ab65aa07d3014f3eec37bdc98 | [] | no_license | ptrefall/hinsimviz | 32e9a679170eda9e552d69db6578369a3065f863 | 9caaacd39bf04bbe13ee1288d8578ece7949518f | refs/heads/master | 2021-01-22T09:03:52.503587 | 2010-09-26T17:29:20 | 2010-09-26T17:29:20 | 32,448,374 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 914 | h | #pragma once
#include <Lua/LuaPlus.h>
#include <vector>
#include <Engine/Events/EngineEventContainer.h>
#include <Engine/Events/EngineEvent.h>
namespace Engine
{
namespace Core { class CoreManager; }
namespace Script
{
class WrapObject;
class WrapObjectManager
{
public:
WrapObjectManager(Core::Core... | [
"PTrefall@gmail.com@28a56cb3-1e7c-bc60-7718-65c159e1d2df"
] | [
[
[
1,
41
]
]
] |
8a2efb0aa670292e42270367e53c54a361d66654 | f6d5124e131c83f7b64dbeeb6b0d8a4bcaa09fdd | /traumlibcheck/TraumCheck/TraumDb.h | 75fc150c4ba198fecdd82b3909c5c3b832f8d680 | [] | no_license | 5k0rp/traumlibcheck | 40bb4f16c533022f12c408c02e949f179e16cdfc | d20b56ad4f739bc867954dac2afd02e2caf2cb7a | refs/heads/master | 2021-01-01T06:54:05.354831 | 2010-12-13T23:08:39 | 2010-12-13T23:08:39 | 32,864,050 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 150 | h | #pragma once
#include "LibNode.h"
class TraumDb : public LibNodeCatalog<LibNode>
{
public:
TraumDb();
bool add(const wchar_t* path);
}; | [
"rakunov@f8c17eb4-c337-11de-8983-4d3ad078cb47"
] | [
[
[
1,
11
]
]
] |
9664f1f818519048dc50ef352159bb7ce334a5e2 | 10bac563fc7e174d8f7c79c8777e4eb8460bc49e | /act/detail/ArActionFollowTarget.hpp | ceadd631dd4e0ee9a967f4c7866858dc316fd4c6 | [] | 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,645 | hpp | #pragma once
#include "Aria.h"
#include <cmath>
inline int my_sign(double x) {return (x<0)? (-1) : (1) ;};
class ArActionFollowTarget: public ArAction
{
public:
// constructor, sets myMaxSpeed and myStopDistance
ArActionFollowTarget(double speed_limit);
// destructor. does not need to do anything... | [
"andrea.carbone@1c7d64d3-9b28-0410-bae3-039769c3cb81",
"giorgio.ugazio@1c7d64d3-9b28-0410-bae3-039769c3cb81"
] | [
[
[
1,
7
],
[
9,
224
]
],
[
[
8,
8
]
]
] |
1062cee04395f21a44c977acbb372a1bc353f6a1 | e192bb584e8051905fc9822e152792e9f0620034 | /tags/sources_0_1/base/implantation/noeud_association.cxx | 44fbf4f7f1a0951db09da0e03f06a80ef434e70b | [] | no_license | BackupTheBerlios/projet-univers-svn | 708ffadce21f1b6c83e3b20eb68903439cf71d0f | c9488d7566db51505adca2bc858dab5604b3c866 | refs/heads/master | 2020-05-27T00:07:41.261961 | 2011-07-31T20:55:09 | 2011-07-31T20:55:09 | 40,817,685 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,622 | cxx | /***************************************************************************
* Copyright (C) 2004 by Equipe Projet Univers *
* rogma.boami@free.fr *
* *
* Thi... | [
"rogma@fb75c231-3be1-0310-9bb4-c95e2f850c73"
] | [
[
[
1,
25
]
]
] |
8d88c983ccb0bc7d13d975ee0c31ae3ee4da0f56 | 1eb8863bc5f0ce755c55e6bf89768574e34cfece | /Graphics/src/Renderer_Interface.cpp | 571a4f1ba1556c26b3219017ad42f7bfdd5dc7b6 | [] | no_license | jmainpri/electromag-with-cuda | a6699c1df6197f1bfdcc828c5e1f4e33f8643329 | cd19c87ffb9d8f7d8e49cc5f21823363a51db871 | refs/heads/master | 2021-01-10T09:50:56.361062 | 2011-09-11T09:15:36 | 2011-09-11T09:15:36 | 43,094,533 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,248 | cpp | /*
* Copyright (C) 2010 - Alexandru Gagniuc - <mr.nuke.me@gmail.com>
* This file is part of ElectroMag.
*
* ElectroMag is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the Licens... | [
"mr.nuke.me@8eae5a90-4648-11de-84a6-839b6ed6c72e",
"mr.nuke.me@gmail.com"
] | [
[
[
1,
28
],
[
31,
32
],
[
34,
45
],
[
47,
55
],
[
61,
61
],
[
63,
64
],
[
66,
66
],
[
72,
72
],
[
74,
78
],
[
91,
92
... |
6bd28cabd3e422602dba2f8c50a8a17d7989ce38 | 41371839eaa16ada179d580f7b2c1878600b718e | /UVa/Volume CII/10201.cpp | a50951e33350e1612351ec4631a6cb90782a16cf | [] | no_license | marinvhs/SMAS | 5481aecaaea859d123077417c9ee9f90e36cc721 | 2241dc612a653a885cf9c1565d3ca2010a6201b0 | refs/heads/master | 2021-01-22T16:31:03.431389 | 2009-10-01T02:33:01 | 2009-10-01T02:33:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,694 | cpp | /////////////////////////////////
// 10201 - Adventures in Moving - Part IV
/////////////////////////////////
#include<cstdio>
#include<cstring>
#define MAX_POSTOS 101
int candidato,custo,i,litros,mais_barato,n,npostos,pos_atual,pos_final;
int pos[MAX_POSTOS];
int preco[MAX_POSTOS];
char ch;
bool possivel,ach... | [
"mistermarin@gmail.com"
] | [
[
[
1,
59
]
]
] |
52b8484d7c32912ec2688345d0d150bf55d35a05 | 2112057af069a78e75adfd244a3f5b224fbab321 | /branches/refactor/src_root/include/map_splitter/MapEqualizer.h | 40bf6f0e186b94cb038e18336fa94128032e95fc | [] | 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 | 14,921 | h | /***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Lesser General Public License as *
* publish... | [
"psavichev@gmail.com"
] | [
[
[
1,
388
]
]
] |
3a970c80d04ef55a9b6f786b9ab17696869934c7 | c1a2953285f2a6ac7d903059b7ea6480a7e2228e | /deitel/ch20/Fig20_15/List.h | 025eead80ebf6427d117ac1f58245cc8c88928eb | [] | no_license | tecmilenio/computacion2 | 728ac47299c1a4066b6140cebc9668bf1121053a | a1387e0f7f11c767574fcba608d94e5d61b7f36c | refs/heads/master | 2016-09-06T19:17:29.842053 | 2008-09-28T04:27:56 | 2008-09-28T04:27:56 | 50,540 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 6,270 | h | // Fig. 20.4: List.h
// Template List class definition.
#ifndef LIST_H
#define LIST_H
#include <iostream>
using std::cout;
#include <new>
#include "ListNode.h" // ListNode class definition
template< typename NODETYPE >
class List
{
public:
List(); // constructor
~List(); // destructor
void... | [
"sebastianavina@gmail.com"
] | [
[
[
1,
197
]
]
] |
ab6af839cfb28bfba714bb4ea4527bcdc6ffbac6 | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/filesystem/src/path_posix_windows.cpp | b89c7ba857369edf09e85aeff413d1668393e429 | [] | 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 | WINDOWS-1252 | C++ | false | false | 20,997 | cpp | // path implementation -----------------------------------------------------//
// © Copyright Beman Dawes 2002-2003
// Use, modification, and distribution is subject to 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)
/... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
692
]
]
] |
29ca9b887b17c4bf481de676add85d06e768664d | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/trunk/engine/core/src/TimeSource.cpp | 7f0508a771b0303a68c03e6e2f282c9637c0c096 | [
"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 | 6,689 | cpp | /* This source file is part of Rastullahs Lockenpracht.
* Copyright (C) 2003-2008 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 Clarified Artistic License.
*
* This program is distributed in the hope that i... | [
"blakharaz@4c79e8ff-cfd4-0310-af45-a38c79f83013",
"timm@4c79e8ff-cfd4-0310-af45-a38c79f83013",
"melven@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
123
],
[
125,
126
],
[
138,
139
],
[
143,
167
],
[
169,
177
],
[
185,
186
],
[
188,
188
],
[
191,
191
],
[
203,
203
],
[
... |
043c991b6b06c58ea9f90c626dd622e8609606ec | 51c035f61d4412c90fc44a0fb5b43cbd0f17761f | /NetworkController.h | f76b0c6dfd91d1cda164229f41ae5560a0a06e57 | [] | no_license | OldSchoolTeam/GalconGameServer | a62b85d6493d25f34ba90906232cabbc218f27d7 | 78413dcd04fc3f2fe563f31a88414a4069f87484 | refs/heads/master | 2021-01-23T02:58:51.938016 | 2011-06-15T11:22:23 | 2011-06-15T11:22:23 | 1,832,012 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,316 | h | #ifndef CNETWORKCONTROLLER_H
#define CNETWORKCONTROLLER_H
#include <QObject>
#include <QTimer>
#include "Player.h"
#include "Socket.h"
#include "Parser.h"
#include "Game.h"
#include "FinishMsg.h"
#include "StepMsg.h"
class CNetworkController : public QObject
{
Q_OBJECT
public:
CNetworkCont... | [
"artem@artem-R480.(none)"
] | [
[
[
1,
61
]
]
] |
771e73706cbb360d2c42478741563bfd36c16477 | 3ec3b97044e4e6a87125470cfa7eef535f26e376 | /darkbits-secret_of_fantasy_2/src/PlayerCharacter.cpp | 28974d3480f01ba1990872f4fe9ae2fe3a0b7e81 | [] | no_license | strategist922/TINS-Is-not-speedhack-2010 | 6d7a43ebb9ab3b24208b3a22cbcbb7452dae48af | 718b9d037606f0dbd9eb6c0b0e021eeb38c011f9 | refs/heads/master | 2021-01-18T14:14:38.724957 | 2010-10-17T14:04:40 | 2010-10-17T14:04:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,317 | cpp | #include "Precompiled.hpp"
#include "PlayerCharacter.hpp"
#include "ActionTrigger.hpp"
PlayerCharacter::PlayerCharacter(const std::string &name,int homeX, int homeY, int level, int hp, int mp, float speed )
: Character(Faction_Player, name, homeX, homeY, level, hp, mp, speed)
, myFighting(true)
, myAttackAn... | [
"martijn.vaniersel@bigcat.unimaas.nl"
] | [
[
[
1,
220
]
]
] |
087133c33a42429da2278d8c6434bf5f9a02977e | 52dd8bdffaa5d7e450477b7f3955dbe0d26b7473 | /list-operation/merge-linear-list-test.cpp | 9b36ab4f1f13484e3b855e97667cb1dc04e04e23 | [] | no_license | xhbang/algorithms | 7475a4f3ed1a6877a0950eb3534edaeb2a6921a1 | 226229bc77e2926246617aa4a9db308096183a8c | refs/heads/master | 2021-01-25T04:57:53.425634 | 2011-12-05T09:57:09 | 2011-12-05T09:57:09 | 2,352,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,663 | cpp | //******************************************************************************************************************************
//
// 合并有序线性表
//
// 张明烁编写于2008年6月7日
// 谢行2009年来此一游,张明烁我觉得你写的很麻烦,所以我给你改了
//
//********************************************************************************... | [
"sonicisdreaming@gmail.com"
] | [
[
[
1,
57
]
]
] |
9c2322bd924b1b072de0bb82b412e9c532b8788d | c5ecda551cefa7aaa54b787850b55a2d8fd12387 | /src/UILayer/DlgMaintabDownload.h | 5cb9f0f5fbcfcecec9b612c17f51dda03375fd6d | [] | no_license | firespeed79/easymule | b2520bfc44977c4e0643064bbc7211c0ce30cf66 | 3f890fa7ed2526c782cfcfabb5aac08c1e70e033 | refs/heads/master | 2021-05-28T20:52:15.983758 | 2007-12-05T09:41:56 | 2007-12-05T09:41:56 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,856 | h | #pragma once
// CDlgMaintabDownload 对话框
#include "resource.h"
#include "DownloadTabCtrl.h"
#include "SplitterControlEx.h"
#include "DownloadedListCtrl.h"
#include "WebBrowserWnd.h"
#include "DetailInfo.h"
#include "Localizee.h"
#include "ResizableLib\ResizableDialog.h"
#include "TabWnd_Cake.h"
#include "Pe... | [
"LanceFong@4a627187-453b-0410-a94d-992500ef832d"
] | [
[
[
1,
99
]
]
] |
8297718c5613e151b2d3e8be0fc4dc65254b1a3a | 6a98ab1a4800e6f169b75c17e01c2fa491989a79 | /Crosshair.h | eebf6ae547837c4a9e792df8dab6b7fc281e923b | [] | no_license | OpenEngineDK/branches-Prototype | 966eccfb9ddb0e4a3a68f8fb6a1c1a0d0314dd5c | 1364da5ca25a6eb00c829a63db8e083b2e03cc8b | refs/heads/master | 2021-01-01T05:18:26.599471 | 2008-08-13T09:52:42 | 2008-08-13T09:52:42 | 58,077,163 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,238 | h | // Rigid body rendering.
// -------------------------------------------------------------------
// Copyright (C) 2007 (See AUTHORS)
//
// This program is free software; It is covered by the GNU General
// Public License version 2 or any later version.
// See the GNU General Public License for more details (se... | [
"jfblaa@gmail.com"
] | [
[
[
1,
45
]
]
] |
d80115e07d079ee8d9a155f45779648c7af6cfe9 | 11916febd7cf1bf31f029791171ed60ad8bbefcb | /routing_engine.cpp | 5e252c5a2dcc8059de10e2aba0447c938ce236df | [] | no_license | guopengwei/worm_sim | 18d8b321744ed32c2ab4ca38f89723c835ef40de | 260a7288fca3731fd082684ea3ca2ba243c951a2 | refs/heads/master | 2021-01-25T08:55:28.133828 | 2011-01-19T02:10:01 | 2011-01-19T02:10:01 | 1,269,438 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 21,423 | cpp | /************************************************************************
Author: Jingcao Hu (jingcao@ece.cmu.edu)
File name: routing_engine.cpp
Date Created: <Mon Oct 13 11:48:06 2003>
Last Modified: <Wed Jan 19 15:49:42 2005>
Description: Implementation of the routing engine class. Currently it does not
... | [
"danielwei314@gmail.com"
] | [
[
[
1,
642
]
]
] |
aecbed0a438706ddb428741515ca6607493fb027 | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/tags/techdemo2/engine/ui/src/ContainerContentWindow.cpp | 514774f5f635f088db7d23a6cec6ac8ee7314fdb | [
"ClArtistic",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | 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 | 2,813 | 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 Clarified Artistic License.
*
* This program is distributed in the hope that i... | [
"tanis@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
83
]
]
] |
0bf2d2255712fe036204fb623a9774aa79d614da | 288b16c1ed1f982722a897e9a4adae35bdbf1824 | /Step6/BoundedQueueTest.cpp | 4e718a7fbb2ba4adf8ff93e36b96dc0bde9d6477 | [] | no_license | yohei1126/boundedqueue | 2c12e10ebe3e0128710c9c36c39332aaebcdc33e | 8fbae4f0a529a9be1bc225952de46d3d35d9732b | refs/heads/master | 2020-05-09T21:55:44.168713 | 2011-10-02T08:43:08 | 2011-10-02T08:43:08 | 2,494,631 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,100 | cpp | #include "BoundedQueue.h"
#include <gmock/gmock.h>
class MockQueueControl : public QueueControl {
public:
MOCK_METHOD0(Resume, void());
MOCK_METHOD0(Pause, void());
};
class BoundedQueueTest : public ::testing::Test {
public:
MockQueueControl producer;
MockQueueControl consumer;
BoundedQueue... | [
"vivre214@gmail.com"
] | [
[
[
1,
46
]
]
] |
6ec417f5faf60c974ec7a4104be2bbd9576aa497 | ab41c2c63e554350ca5b93e41d7321ca127d8d3a | /glm/gtx/comparison.hpp | 1f071b431723a4f4e37b78e9a12672b08ca68175 | [] | no_license | burner/e3rt | 2dc3bac2b7face3b1606ee1430e7ecfd4523bf2e | 775470cc9b912a8c1199dd1069d7e7d4fc997a52 | refs/heads/master | 2021-01-11T08:08:00.665300 | 2010-04-26T11:42:42 | 2010-04-26T11:42:42 | 337,021 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,578 | hpp | ///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2009 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2008-06-22
// Updated ... | [
"realburner@gmx.de"
] | [
[
[
1,
50
]
]
] |
1a086b27824a721adde08812b1c951217d61f746 | a0d4f557ddaf4351957e310478e183dac45d77a1 | /src/TilePattern.h | d87ba68c9f5994961ed9f4df33d85a0ed473357c | [] | no_license | houpcz/Houp-s-level-editor | 1f6216e8ad8da393e1ee151e36fc37246279bfed | c762c9f5ed064ba893bf34887293a73dd35a06f8 | refs/heads/master | 2016-09-11T11:03:34.560524 | 2011-08-09T11:37:49 | 2011-08-09T11:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 901 | h | #ifndef _TILEPATTERN_H_
#define _TILEPATTERN_H_
class TilePattern
{
private :
int ***pattern;
int width;
int height;
int layer;
void RotateOneTileRight(int *** matrix, int x, int y, int z);
void MirrorHorizontalGlobal();
void MirrorHorizontalLocal... | [
"beranlukas@gmail.com"
] | [
[
[
1,
33
]
]
] |
d9fade1f83ec7b51ac692f40cb87b8644d34b31f | 4b30b09448549ffbe73c2346447e249713c1a463 | /Sources/html_form/html_tag.cpp | bbfcdc45e5f6ff3b7a042a07d951a160f04f7794 | [] | no_license | dblock/agnes | 551fba6af6fcccfe863a1a36aad9fb066a2eaeae | 3b3608eba8e7ee6a731f0d5a3191eceb0c012dd5 | refs/heads/master | 2023-09-05T22:32:10.661399 | 2009-10-29T11:23:28 | 2009-10-29T11:23:28 | 1,998,777 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,402 | cpp | #include <agnespch.hpp>
#ifndef HTML_TAG_CPP
#define HTML_TAG_CPP
const html_tag html_("html", 0);
const html_tag head_("head", 0);
const html_tag body_("body", 0);
const html_tag title_("title", 0);
const html_tag base_("base",
"HREF", "",
"TARGET", "", 0);
const html_tag div_("div",
"ALIGN"... | [
"dblock@dblock.org"
] | [
[
[
1,
120
]
]
] |
6cc6ce449a26a16a5ff84ccf5e21cf9ad00115c5 | fc7dbcb3bcdb16010e9b1aad4ecba41709089304 | /BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp | cae0479ad360a340e96421d63405ecd36230a4c7 | [] | no_license | Itomyl/loongson-uefi | 5eb0ece5875406b00dbd265d28245208d6bbc99a | 70b7d5495e2b451899e2ba2ef677384de075d984 | refs/heads/master | 2021-05-28T04:38:29.989074 | 2010-05-31T02:47:26 | 2010-05-31T02:47:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 70,500 | cpp | /** @file
Vfr common library functions.
Copyright (c) 2004 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD L... | [
"xiangy@lemote.com"
] | [
[
[
1,
2820
]
]
] |
3c1dbbb3d144cb40961c2d9c0ad26fe5e7cfafca | 28aa23d9cb8f5f4e8c2239c70ef0f8f6ec6d17bc | /mytesgnikrow --username hotga2801/Project/MotionAdaboost/Develop/hbp/hbp.h | de7238c99d2e45c35156ad44d1d810407d53f4a6 | [] | no_license | taicent/mytesgnikrow | 09aed8836e1297a24bef0f18dadd9e9a78ec8e8b | 9264faa662454484ade7137ee8a0794e00bf762f | refs/heads/master | 2020-04-06T04:25:30.075548 | 2011-02-17T13:37:16 | 2011-02-17T13:37:16 | 34,991,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,007 | h | /***************************************************************************
segment.h
Image segmentation and detection of human body forms. The segmentation
code is freeware and was written by Chris M. Christoudias and Bogdan Georgescu.
begin : Thu Jan 01 2... | [
"hotga2801@ecd9aaca-b8df-3bf4-dfa7-576663c5f076"
] | [
[
[
1,
124
]
]
] |
1429ece28391beb75c6db51ec2a089adcbcd293b | f6c641b102ebbffb48e93dd554a0b7eb7e639be7 | /Source/Test/Metaballs [OCL]/Source.cpp | a391e3d6123a7aa68cadf105ba6c8d8cd6912a69 | [] | no_license | ZAsprose/rtrt-on-gpu | e3ca4921a3429cbc72e0cee8afd946200b83573d | 4949e373c273f963467658ca25d39244da7fb4e6 | refs/heads/master | 2021-01-10T14:42:45.293509 | 2010-08-25T18:37:19 | 2010-08-25T18:37:19 | 53,016,647 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,213 | cpp | /*
---------------------------------------------------------------------------
| M E T A B A L L S D E M O ( OCL ) |
---------------------------------------------------------------------------
Copyright (c) 2009 - 2010 Denis Bogolepov... | [
"denisbogol@gmail.com"
] | [
[
[
1,
527
]
]
] |
578861509a63b164fc8284d50a9652f3e3e03e6b | d38dd2b4c110cdc21724977a5e7546e32fee80a4 | /mahanabolis/metric_factory.hpp | e734ccef455c4f35c4588d6af14b2f483c61f241 | [] | no_license | arm2arm/mstgraph | ae306f17e216dc5be06f79263a776f7cb9451f92 | b9b8c1af1a56fbfabc9f7ecc34dcb7af23e4fd4e | refs/heads/master | 2020-12-24T19:46:21.823308 | 2010-06-25T13:58:42 | 2010-06-25T13:58:42 | 56,456,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,859 | hpp | #ifndef _METRIC_ND_
#define _METRIC_ND_
#undef BOOST_UBLAS_TYPE_CHECK
//we should define this to be able
#define BOOST_UBLAS_TYPE_CHECK 0
#include <boost/numeric/ublas/vector.hpp>
#include <vector>
#include <algorithm>
#include "matrix_tools.h"
namespace Metrics{
////////////////////////////////////////... | [
"arm2arm@06a51f3c-712f-11de-a0a7-fb2681086dbc"
] | [
[
[
1,
208
]
]
] |
b94ef0f2a5f8b93b608e3a0c5a5f3011d40cbb62 | 913f43ef4d03bd5d6b42b9e31b1048ae54493f59 | /CraterRacer/CraterRacer/Source_Code/Subsystem Files/GameCamera.h | 15549f17f603deda9aaa2eb822d993628317cd4a | [] | no_license | GreenAdept/cpsc585 | bfba6ea333c2857df0822dd7d00768df6a010a73 | c66745e77be4c78e435da1a59ae94ac2a61228cf | refs/heads/master | 2021-01-10T16:42:03.804213 | 2010-04-27T00:13:52 | 2010-04-27T00:13:52 | 48,024,449 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 815 | h | #pragma once
#ifndef GAME_CAMERA_H
#define GAME_CAMERA_H
//-------------------------------------------------
// Include files
//-------------------------------------------------
#include "Constants.h"
#include "Entity.h"
//-------------------------------------------------
// Class: GameCamera
// Imp... | [
"tfalders@b92cab1e-0213-11df-804c-772d9fe11005",
"amber.wetherill@b92cab1e-0213-11df-804c-772d9fe11005"
] | [
[
[
1,
8
],
[
10,
39
]
],
[
[
9,
9
]
]
] |
da9077f42e60bc014abc305b686c551976ba3366 | 677f7dc99f7c3f2c6aed68f41c50fd31f90c1a1f | /SolidSBCTestLib/SolidSBCTestLib.cpp | 5aa1735a9048f90d90de6b124dbd3eb4cfff460d | [] | no_license | M0WA/SolidSBC | 0d743c71ec7c6f8cfe78bd201d0eb59c2a8fc419 | 3e9682e90a22650e12338785c368ed69a9cac18b | refs/heads/master | 2020-04-19T14:40:36.625222 | 2011-12-02T01:50:05 | 2011-12-02T01:50:05 | 168,250,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,097 | cpp | // SolidSBCTestLib.cpp : Defines the exported functions for the DLL application.
//
#include "stdafx.h"
#include "SolidSBCTestLib.h"
#include "SolidSBCTestManagerImpl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
static CSolidSBCTestManagerImpl g_cSolidTestInstance;
// The one and only application obje... | [
"admin@bd7e3521-35e9-406e-9279-390287f868d3"
] | [
[
[
1,
53
]
]
] |
2496965e3a61473cc8a4fb7fddae25019067198a | b7c505dcef43c0675fd89d428e45f3c2850b124f | /Src/ControllerQt/Views/ModuleView.h | fa08d70e91b0c7d670cf7fb6c885a1165a6b55ee | [
"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 | ISO-8859-1 | C++ | false | false | 2,817 | h | /**
* @file ControllerQt/ModuleView.h
* Declaration of a class to represent a view displaying the module layout of the process.
* @author <a href="mailto:Thomas.Roefer@dfki.de">Thomas Röfer</a>
*/
#ifndef ModuleView_H
#define ModuleView_H
#include <SimRobotCore/Controller/DirectView.h>
class RobotConsole;... | [
"alon@rogue.(none)"
] | [
[
[
1,
89
]
]
] |
9152f481cce4aa3778086ab00ee76411d4b7fe81 | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SERenderers/SE_OpenGL_Renderer/SEOpenGLRendering/SEOpenGLResources.h | dfc22b129380f111c6a564eea4048b39632e0875 | [] | no_license | pizibing/swingengine | d8d9208c00ec2944817e1aab51287a3c38103bea | e7109d7b3e28c4421c173712eaf872771550669e | refs/heads/master | 2021-01-16T18:29:10.689858 | 2011-06-23T04:27:46 | 2011-06-23T04:27:46 | 33,969,301 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,068 | h | // Swing Engine Version 1 Source Code
// Most of techniques in the engine are mainly based on David Eberly's
// Wild Magic 4 open-source code.The author of Swing Engine learned a lot
// from Eberly's experience of architecture and algorithm.
// Several sub-systems are totally new,and others are re-implimented or
... | [
"hide106@163.com@876e9856-8d94-11de-b760-4d83c623b0ac"
] | [
[
[
1,
79
]
]
] |
71c206dd4f24f8d3708949a4715f7881acb9c4c8 | cfa6cdfaba310a2fd5f89326690b5c48c6872a2a | /Sources/Tutorials/Simple Chat/ServerTest/ServerTest/ServerTest.h | aff39113f90091e22dc96364cb69a15708b287d9 | [] | no_license | asdlei00/project-jb | 1cc70130020a5904e0e6a46ace8944a431a358f6 | 0bfaa84ddab946c90245f539c1e7c2e75f65a5c0 | refs/heads/master | 2020-05-07T21:41:16.420207 | 2009-09-12T03:40:17 | 2009-09-12T03:40:17 | 40,292,178 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 585 | h | // ServerTest.h : PROJECT_NAME 응용 프로그램에 대한 주 헤더 파일입니다.
//
#pragma once
#ifndef __AFXWIN_H__
#error PCH에서 이 파일을 포함하기 전에 'stdafx.h'를 포함하십시오.
#endif
#include "resource.h" // 주 기호
// CServerTestApp:
// 이 클래스의 구현에 대해서는 ServerTest.cpp을 참조하십시오.
//
class CServerTestApp : public CWinApp
{
public:
CSe... | [
"ibillkim@yahoo.com"
] | [
[
[
1,
31
]
]
] |
88009c4c65d9f6b2cce308707003508cdb603cc5 | 25233569ca21bf93b0d54ca99027938d65dc09d5 | /common.h | fb405fb1d3000248144d9f979a2d9671abb7084f | [] | no_license | jugg/litestep-module-label | 6ede7ff5c80c25e1dc611d02ba5dc13559914ddc | a75ef94a56d68c2a928bde5bab60318e609b9a10 | refs/heads/master | 2021-01-18T09:20:42.000147 | 2004-10-07T12:28:00 | 2004-10-07T12:28:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,007 | h | #if !defined(__COMMON_H)
#define __COMMON_H
#include <fstream>
#include <string>
#include <list>
#include <vector>
#include <map>
using namespace std;
class Label;
typedef list<string> StringList;
typedef list<string>::iterator StringListIterator;
//typedef vector<string> StringVector;
typedef list<... | [
"jugg@hotmail.com"
] | [
[
[
1,
48
]
]
] |
a09a99bef01e9d30561be88b276f508a3bd227de | 1736474d707f5c6c3622f1cd370ce31ac8217c12 | /PseudoUnitTest/TestDictionary.hpp | a58b48982e26867433ad1820a53a0488012912b1 | [] | 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,271 | hpp | #include <Pseudo\Dictionary.hpp>
BEGIN_TEST_CLASS(TestDictionary)
BEGIN_TEST_METHODS
TEST_METHOD(Test)
TEST_METHOD(TestStress)
END_TEST_METHODS
void Test()
{
Pseudo::Dictionary<int, const Char *> dict;
const Char* pCarrot = L"Carrot";
dict.Add(1, L"Apple");
dict.Add(2, L"Banana");
... | [
"40727305+Lyon-Smith@users.noreply.github.com"
] | [
[
[
1,
53
]
]
] |
cebd4ebc3e1fbcfc425c14466ed88184f7112c59 | 1b75922773bf9e61f5c9c8572ffcdae73d34a158 | /examples/testbed/RendererGL.h | 567f7dbb2fbd5aec013eb1f847eb665ffe8cc2eb | [] | no_license | warvair/bulletscript | a6db7ad4caa661e830373f4953e35053852008bc | 3f499c3afba07c251fa95cb012801ef820705f7f | refs/heads/master | 2021-01-10T20:46:53.665684 | 2010-07-03T18:50:43 | 2010-07-03T18:50:43 | 35,000,416 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,391 | h | #ifndef __RENDERERGL_H__
#define __RENDERERGL_H__
#include <vector>
#include "Main.h"
#include "bsPrerequisites.h"
#include "BulletSystem.h"
#if BS_PLATFORM == BS_PLATFORM_WIN32
# include <windows.h>
#endif
#include <gl/gl.h>
#include <gl/glu.h>
#include <SDL.h>
class TGALoader
{
std::string ... | [
"spam@occupymars.com@fe84ce02-70a6-11de-8b73-c1edde54a3c7"
] | [
[
[
1,
115
]
]
] |
9bb65ae74aa9dacbf59f26a017e22388abfedd4b | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/UrbanExtreme/src/properties/ueplayercameraproperty.cc | 35e21959c902791b8ffc2d582f3cb2852fdb655c | [] | 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 | 3,271 | cc | //----------------------------------------------------------------------------
// tway_main.cc
//
// (C)2007 kaikai
//----------------------------------------------------------------------------
#include "foundation/ptr.h"
#include "graphics/server.h"
#include "kernel/nfileserver2.h"
#include "manager... | [
"ldw9981@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
120
]
]
] |
e1ff873b16ecf254e8b6f4b0e8540e5b0a7bf14b | df7f75e3289b4eee692438c627b21a5563d66db1 | /segd_operators.cpp | 788d5f26f9133f522be974602ad72f34bed26ee4 | [] | no_license | arnar/falskur_fjolnir | 3ec6c9bd11c6faf8c902de0569ad38bd02825285 | 23f69832bebf8843dd9aa910f99b4644520ae82c | refs/heads/master | 2016-09-10T19:03:03.558066 | 2010-06-03T11:20:26 | 2010-06-03T11:20:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,757 | cpp | #include "segdir.h"
#include "smali.h"
using namespace ff;
BinOpSegd::~BinOpSegd() {
delete _left;
delete _right;
}
void BinOpSegd::setUmlykjandiStef(Stef* stef) {
Segd::setUmlykjandiStef(stef);
_right->setUmlykjandiStef(stef);
_left->setUmlykjandiStef(stef);
}
void OgSegd::generateAXDX(ostream... | [
"arnarbi@gmail.com"
] | [
[
[
1,
77
]
]
] |
c71999a41a119734f8ea50d188c83a23f65b8ae8 | 276a89682066266de78e0e2a3fcacb1bb47578da | /tags/7pre1/corbautil/cxx/gsp/dce_gsp_mutex.h | 87ce2506abf611f5f5b8f3422ead56989dee9e2f | [] | no_license | BackupTheBerlios/v-q-svn | e886b6e5945f9cc760a526aff8a36c2f59db35ea | c8f787e77272d5da15ef5d91a596b64ce1cf4d36 | refs/heads/master | 2020-05-31T15:14:58.511327 | 2006-03-20T20:27:23 | 2006-03-20T20:27:23 | 40,824,182 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,575 | h | //-----------------------------------------------------------------------
// Copyright IONA Technologies 2002-2004. All rights reserved.
// This software is provided "as is".
//
// File: dce_gsp_mutex.h
//
// Policy: GSP_Mutex[Op] // non-recursive mutex
//---------------------------------------------------------... | [
"new@36831980-ddd6-0310-a275-bfd50d89a3dc"
] | [
[
[
1,
110
]
]
] |
fb36b577b0b24475fa42273f6c59e50ee051b4b1 | 011359e589f99ae5fe8271962d447165e9ff7768 | /ps3/drv.cpp | fe405f620eafe305ca91f934d7106c925f08c279 | [] | 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 | 4,308 | cpp | // Driver Init module
#include "burner.h"
#include "tracklst.h"
#ifndef NO_IPS
//#include "patch.h"
#endif
#ifndef NO_COMBO
#include "combo.h"
#endif
#include "audio_driver.h"
int bDrvOkay = 0; // 1 if the Driver has been inited okay, and it's okay to use the BurnDrv functions
static bool bSaveRAM = false... | [
"twinaphex1@gmail.com",
"Test@.(none)"
] | [
[
[
1,
9
],
[
11,
215
]
],
[
[
10,
10
]
]
] |
e44af02a88e2330095164b1c437a8e9cb5ffb2e6 | 3201bc35622102fe99b50e5f7d1351ad0d89b2f2 | /design/repository/models/dsp/c_adc_frontend.cpp | fa3e620866351886922b373069416dd1babfdf98 | [] | no_license | embisi-github/embisi_gip | 1f7e8ce334ae9611f52a2cd6e536ef71fb00cec4 | dd6dfe8667b28f03dba2ac605d67916cb4483005 | refs/heads/master | 2021-01-10T12:33:55.917299 | 2006-11-27T09:43:39 | 2006-11-27T09:43:39 | 48,285,426 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 37,275 | cpp | /*a Copyright Gavin J Stark
*/
/*a Examples
*/
/*a Includes
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "be_model_includes.h"
#include "sl_general.h"
#include "sl_token.h"
/*a Defines
*/
#define MAX_INT_WIDTH (8)
#define CIC_WIDTH (40)
#define CLOC... | [
""
] | [
[
[
1,
886
]
]
] |
d133934a30131b830c1847de7384e3ccb352cdfe | af260b99d9f045ac4202745a3c7a65ac74a5e53c | /trunk/engine/src/persistance/StrInputStream.h | f32e564a59dfe0f8685619c954c0ab93a53fc67a | [] | no_license | BackupTheBerlios/snap-svn | 560813feabcf5d01f25bc960d474f7e218373da0 | a99b5c64384cc229e8628b22f3cf6a63a70ed46f | refs/heads/master | 2021-01-22T09:43:37.862180 | 2008-02-17T15:50:06 | 2008-02-17T15:50:06 | 40,819,397 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,539 | h | #ifndef _SeedSearcher_Persistance_StrInputStream_h
#define _SeedSearcher_Persistance_StrInputStream_h
#include "InputStream.h"
#include <string>
BEGIN_NAMESPACE (Persistance);
class FixedBufferInputStream : public InputStream {
public:
FixedBufferInputStream (const char* inBuffer, int inCapacity) {
... | [
"aviadr1@1f8b7f26-7806-0410-ba70-a23862d07478"
] | [
[
[
1,
53
]
]
] |
e04c64e9b1509b3396173e7b44c74bebc19173ea | fca81f35295cceafd1525f0c40910bce7d4880af | /Source/ProductionManager.cpp | 4d71796c95374e99f02592bbbc28e3bb97b58e46 | [] | no_license | armontoubman/massexpand | b324da674cd5013ba1076865d33fc16bfac4f01f | 4daec6bd7d5799de1019e341917c1179158daaa4 | refs/heads/master | 2021-01-10T13:55:47.067590 | 2011-11-20T16:20:48 | 2011-11-20T16:20:48 | 50,496,084 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 50,644 | cpp | #pragma once
#include "ProductionManager.h"
#include <BWAPI.h>
#include "HighCommand.h"
#include "ProductList.h"
#include "Util.h"
ProductionManager::ProductionManager(HighCommand* h)
{
this->hc = h;
this->step = 1;
}
ProductList* ProductionManager::getWantList()
{
return &(this->wantList);
}
... | [
"armon.toubman@gmail.com"
] | [
[
[
1,
1379
]
]
] |
c58e389f79e10408b6746f3b9641625cff330102 | b6a6fa4324540b94fb84ee68de3021a66f5efe43 | /Duplo/Modules/Compressor.h | ab76b3cc5759d5b0684a7d9ad60a2d67164071d8 | [] | no_license | southor/duplo-scs | dbb54061704f8a2ec0514ad7d204178bfb5a290e | 403cc209039484b469d602b6752f66b9e7c811de | refs/heads/master | 2021-01-20T10:41:22.702098 | 2010-02-25T16:44:39 | 2010-02-25T16:44:39 | 34,623,992 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,937 | h |
#ifndef _DUPLO_COMPRESSOR_
#define _DUPLO_COMPRESSOR_
#include "Dup_Module.h"
#include "Dup_WaveFile.h"
class Compressor : public Dup::Dup_Module
{
private:
// internal states
dup_val currentMax;
dup_val goalMax;
// constant modifiers
dup_uint32 rate; // length of attack/release... | [
"t.soderberg8@2b3d9118-3c8b-11de-9b50-8bb2048eb44c"
] | [
[
[
1,
223
]
]
] |
7aabb0fda228992a785c731296d9fa099da07e3f | 1c4a1cd805be8bc6f32b0a616de751ad75509e8d | /jacknero/src/pku_src/1080/3573318_AC_0MS_512K.cc | 47817af225864e4ccffc54170a19aef887307098 | [] | 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 | 1,314 | cc | #include <iostream>
#include <string>
#include <algorithm>
#include <cstdio>
#include <map>
using namespace std;
#define w(a,b) W[mm[a]][mm[b]]
int W[5][5] = {
{ 5, -1, -2, -1, -3 },
{-1, 5, -3, -2, -4 },
{-2, -3, 5, -2, -2 },
{-1, -2, -2, 5, -1 },
{-3, -4, -... | [
"jack_nero2000@yahoo.co.jp"
] | [
[
[
1,
48
]
]
] |
df0a5626766592cfad4bc07382413dfc42cb1226 | 537a1202fe3c72f286101fa7f9e92ed59c3e731d | /hw/libraries/ENC28J60/etherShield.cpp | 8af7718916cf485f11155127168bb1126d552753 | [] | no_license | ribalda/anymot.es | 9cc1138c56f0273684ebe4a70df6c2d87da3b31c | 79167237188d70a8ce72056e070c3ad55b23b62e | refs/heads/master | 2021-01-18T06:36:33.581002 | 2011-06-26T14:48:08 | 2011-06-26T14:48:08 | 1,955,954 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,461 | cpp | // a wrapper class for EtherShield
extern "C" {
#include "enc28j60.h"
#include "ip_arp_udp_tcp.h"
#include "websrv_help_functions.h"
#include "wiring.h"
}
#include "EtherShield.h"
//constructor
EtherShield::EtherShield(){
}
void EtherShield::ES_enc28j60Init(uint8_t* macaddr){
/*initialize ... | [
"ricardo.ribalda@gmail.com"
] | [
[
[
1,
194
]
]
] |
c15c417995c2b12eb0d8c5f0bacacc2bedbf0cf9 | 2c1e5a69ca68fe185cc04c5904aa104b0ba42e32 | /src/common/LzmaDecode.cpp | ec0db139c590f552f7d8f4720747396bba8ab845 | [] | no_license | dogtwelve/newsiderpg | e3f8284a7cd9938156ef8d683dca7bcbd928c593 | 303566a034dca3e66cf0f29cf9eaea1d54d63e4a | refs/heads/master | 2021-01-10T13:03:31.986204 | 2010-06-27T05:36:33 | 2010-06-27T05:36:33 | 46,550,247 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 17,141 | cpp | /*
LzmaDecode.c
LZMA Decoder
LZMA SDK 4.01 Copyright (c) 1999-2004 Igor Pavlov (2004-02-15)
*/
#include "LzmaDecode.h"
#ifndef Byte
#define Byte unsigned char
#endif
#define kNumTopBits 24
#define kTopValue ((UInt32)1 << kNumTopBits)
#define kNumBitModelTotalBits 11
#define kBitModelTotal (1 << kNum... | [
"secret5374@hotmail.com"
] | [
[
[
1,
648
]
]
] |
36dac821551c69ca833c21a08e3da9e01dee9775 | 208475bcab65438eed5d8380f26eacd25eb58f70 | /QianExe/yx_PhoneBook.cpp | 7c4422c169dd7332956b174c75e0c8d14ee93d5a | [] | no_license | awzhang/MyWork | 83b3f0b9df5ff37330c0e976310d75593f806ec4 | 075ad5d0726c793a0c08f9158080a144e0bb5ea5 | refs/heads/master | 2021-01-18T07:57:03.219372 | 2011-07-05T02:41:55 | 2011-07-05T02:46:30 | 15,523,223 | 1 | 2 | null | null | null | null | GB18030 | C++ | false | false | 2,722 | cpp | #include "yx_QianStdAfx.h"
#if USE_TELLIMIT == 1
//------------------------------------------------------------------------------
// 处理中心协议
void CPhoneBook::hdl_cent(byte datype, char *dat, ulong len)
{
for(ulong i=0; i<len; i++)
{
if(0x7f==*(dat+i))
*(dat+i) = 0;
}
switch(datype)
{
case ... | [
"wdgvip@gmail.com"
] | [
[
[
1,
124
]
]
] |
1892c70185477782e621e3be3064e19a341235f6 | e31046aee3ad2d4600c7f35aaeeba76ee2b99039 | /trunk/tests/Schakal/Lua Plugin/src/lua_obj.cpp | 46b6f51e69487f0d02c5df70a0fe622b84b5526f | [] | no_license | BackupTheBerlios/trinitas-svn | ddea265cf47aff3e8853bf6d46861e0ed3031ea1 | 7d3ff64a7d0e5ba37febda38e6ce0b2d0a4b6cca | refs/heads/master | 2021-01-23T08:14:44.215249 | 2009-02-18T19:37:51 | 2009-02-18T19:37:51 | 40,749,519 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 700 | cpp |
/*
* Copyright 2007 by Trinitas. All rights reserved.
* Distributed under the terms of the BSD License.
*
* @autor David Jablonski, davidjablonski@web.de
* @date 14.02.2009
*/
#include "lua_engine.h"
const char* LuaObj::GetTypeName(const char* sShort)
{
int id = GetTypeId();
glPl... | [
"der_schakal@ab3bda7c-5b37-0410-9911-e7f4556ba333"
] | [
[
[
1,
29
]
]
] |
9d7c06e65ae1afa87afba017bf73e0d458100dd7 | 9f0a8126509f7042590f7830d3374369455bfda3 | /c++/pfms/src/pfms.h | cff595838202b931326b29d67ad72447f77ae6ee | [] | no_license | ArnCarveris/qut-pfms | 396512644ada6b01becc055c59d8ed9da847c4e6 | 6346d60952565750c7b94317f2bf8ed8fb38b2dc | refs/heads/master | 2020-06-08T13:36:27.525838 | 2009-09-19T15:54:12 | 2009-09-19T15:54:12 | 39,303,430 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 866 | h | #include <iostream>
#include <FGFDMExec.h>
#include <models/FGPropulsion.h>
#include <FGState.h>
#include <input_output/FGXMLParse.h>
#include <input_output/FGXMLFileRead.h>
//#include <input_output/FGXMLFileRead.h>
using namespace std;
#if !defined(__GNUC__) && !defined(sgi) && !defined(_MSC_VER)
# inclu... | [
"N.A.Rutherford@ac7fd53a-2cbc-11de-a3db-a5b3f7bb893a"
] | [
[
[
1,
32
]
]
] |
4660eff3b373285bccaac699e3882dd18c8eccec | 6bdb3508ed5a220c0d11193df174d8c215eb1fce | /Codes/Halak/UISimpleDomain.cpp | 9fbcf9f6fbdebac8b3a9b929cfc065cc35322291 | [] | 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 | 627 | cpp | #include <Halak/PCH.h>
#include <Halak/UISimpleDomain.h>
#include <Halak/UIWindow.h>
namespace Halak
{
UISimpleDomain::UISimpleDomain()
{
}
UISimpleDomain::UISimpleDomain(UIWindow* root)
: UIDomain(root)
{
}
UISimpleDomain::UISimpleDomain(UIWindow* root, UIVisual* f... | [
"halakshin@gmail.com"
] | [
[
[
1,
35
]
]
] |
ad8577e53bbc2bbc1a7f3409d145a1cee399e244 | ef23e388061a637f82b815d32f7af8cb60c5bb1f | /src/mame/includes/gaiden.h | 825c72b35326ef6691bbe5ac80fc31fea909b4a7 | [] | no_license | marcellodash/psmame | 76fd877a210d50d34f23e50d338e65a17deff066 | 09f52313bd3b06311b910ed67a0e7c70c2dd2535 | refs/heads/master | 2021-05-29T23:57:23.333706 | 2011-06-23T20:11:22 | 2011-06-23T20:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,068 | h | /***************************************************************************
Ninja Gaiden
***************************************************************************/
class gaiden_state : public driver_device
{
public:
gaiden_state(running_machine &machine, const driver_device_config_base &config)
:... | [
"Mike@localhost"
] | [
[
[
1,
76
]
]
] |
276390f34f654421323520fa936ae30ca709f051 | bd72991991f999ffc721e7ff51099312e10bbab3 | /StkUI/Dialog/MyExcelReadDlg.cpp | ab55c590377bc772f608f7ec83b8c9351cb3040f | [] | no_license | alexfordc/my-st-king | 1c36ddc7830817ea007f81f565579a01045b4b8e | 8ffd0df93fb067013abcd808c24c23a068523ab7 | refs/heads/master | 2021-05-31T21:01:12.028462 | 2011-10-03T15:08:12 | 2011-10-03T15:08:12 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,549 | cpp | // MyExcelReadDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "..\stkui.h"
#include "MyExcelReadDlg.h"
#include "afxdialogex.h"
#include "memory.h"
#include <time.h>
#include <atlbase.h>
// CMyExcelReadDlg 对话框
IMPLEMENT_DYNAMIC(CMyExcelReadDlg, CDialogEx)
CMyExcelReadDlg::CMyExcelReadDlg(CWnd* pPare... | [
"lchao5424@gmail.com"
] | [
[
[
1,
131
]
]
] |
badfdc268abe63e27870f325f49ee1f6b02919f8 | 0b66a94448cb545504692eafa3a32f435cdf92fa | /tags/0.8/cpp-object.sourceforge.net/src/cpp_object/arguments/out.test.cpp | e4c59cbede7550b0d6839ff8a93d241d87420186 | [] | no_license | 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 | 61 | cpp | #include <cpp_object/arguments/out.hpp>
int main()
{
}
| [
"sergey_shandar@e6e9985e-9100-0410-869a-e199dc1b6838"
] | [
[
[
1,
5
]
]
] |
ed69d7341e1bc6d22ced480fe9416eb34e495c30 | 79636d9a11c4ac53811d55ef0f432f68ab62944f | /smart-darkgdk/include/Limb.h | 11578f9b405fa1dba0df283a1eb172e1365a4a08 | [
"MIT"
] | permissive | endel/smart-darkgdk | 44d90a1afcd71deebef65f47dc54586df4ae4736 | 6235288b8aab505577223f9544a6e5a7eb6bf6cd | refs/heads/master | 2021-01-19T10:58:29.387767 | 2009-06-26T16:44:15 | 2009-06-26T16:44:15 | 32,123,434 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 824 | h | #pragma once
#include "commonobject.h"
#include "Object.h"
#include "Image.h"
class Limb :
public CommonObject
{
public:
Limb(void);
Limb(Object *linked, Object *top);
~Limb(void);
void glueObject(Object* o, int mode=NULL);
void hide();
void show();
void offset( float fX, float fY, float fZ,... | [
"endel.dreyer@0995f060-2c81-11de-ae9b-2be1a451ffb1"
] | [
[
[
1,
33
]
]
] |
b84338c8cba1b4703472c604c83c91c038880af7 | 9f00cc73bdc643215425e6bc43ea9c6ef3094d39 | /OOP/ex1/Equiangular.h | 3ca0a41afea8efa2d6600123ff8aa59f0bf0e303 | [] | no_license | AndreyShamis/oopos | c0700e1d9d889655a52ad2bc58731934e968b1dd | 0114233944c4724f242fd38ac443a925faf81762 | refs/heads/master | 2021-01-25T04:01:48.005423 | 2011-07-16T14:23:12 | 2011-07-16T14:23:12 | 32,789,875 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 686 | h | //
// @ Project : Paint
// @ File Name : Equiangular.h
// @ Date : 3/3/2011
// @ Author : Andrey Shamis Ilia Gaysinski
// @ Description : A class that reprisen "Equiangular" shape at glut window
//
#pragma once
#define _USE_MATH_DEFINES
#include "shape.h"
#include <math.h>
#define DEFAULT_SIZE_R 0.2 /... | [
"lolnik@gmail.com@c8aee422-7d7c-7b79-c2f1-0e09d0793d10"
] | [
[
[
1,
23
]
]
] |
45de82ff72962bf4801c077f2d202483e2042c58 | e7788311c515f48118df40d1fd9f72d457bebff5 | /3DLIB/C3Dlib.cpp | e6ae8cdd4c44b47622d06c0279a465a6e3b59607 | [] | no_license | jbreslin33/dreamsock | 3af9131bd8437a2996e37b8413c6c85adfe5dbb1 | b6ee1bc1552266aef16970994493cc88fd172848 | refs/heads/master | 2021-01-02T09:31:59.704311 | 2010-12-21T05:28:21 | 2010-12-21T05:28:21 | 37,391,262 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 17,143 | cpp | // Simple 3D openGL Library
// Version 2.0
#include <windows.h>
#include <stdio.h>
#include <gl/gl.h>
#include <gl/glu.h>
#include <gl/glaux.h>
#include <vector>
using namespace std;
#include "C3Dmodel.h"
#include "C3Dlib.h"
using namespace std;
C3Dlib::C3Dlib()
{
hWnd=NULL;
hRC=NULL;
hDC=N... | [
"jbreslin33@localhost"
] | [
[
[
1,
589
]
]
] |
41fedc175e08450e21a65432e87fa2419f6d457d | 0c84ebd32a2646b5582051216d6e7c8283bb4f23 | /wxButtonDialog.h | df695b04be79246001282aa2ddb5593417f76140 | [] | no_license | AudioAnecdotes/wxWizApp | 97932d2e6fd2c38934c16629a5e3d6023e0978ac | 129dfad68be44581c97249d2975efca2fa7578b7 | refs/heads/master | 2021-01-18T06:36:29.316270 | 2007-01-02T06:02:13 | 2007-01-02T06:02:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,141 | h | // wxButtonDialog.h: interface for the wxButtonDialog class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_WXBUTTONDIALOG_H__948E50EC_600C_445F_BA37_DAA83347BF90__INCLUDED_)
#define AFX_WXBUTTONDIALOG_H__948E50EC_600C_445F_BA37_DAA83347BF90__INCLUDED_
#if _MSC_VER >... | [
"gsilber"
] | [
[
[
1,
37
]
]
] |
2e69f8816e0dec7054431f61635f3e9f460bb491 | 01fa6f43ad536f4c9656be0f2c7da69c6fc9dc1c | /mainfrm.h | 76868dcf10627b473c5a3d9e760931531a0cbd05 | [] | no_license | akavel/wed-editor | 76a22b7ff1bb4b109cfe5f3cc630e18ebb91cd51 | 6a10c167e46bfcb65adb514a1278634dfcb384c1 | refs/heads/master | 2021-01-19T19:33:18.124144 | 2010-04-16T20:32:17 | 2010-04-16T20:32:17 | 10,511,499 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,430 | h | // MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__87F3F488_DE8E_11D2_BEED_002078105E2C__INCLUDED_)
#define AFX_MAINFRM_H__87F3F488_DE8E_11D2_BEED_002078105E2C__INCLUDED_
#if _MSC_VER >= 1000
#pragma onc... | [
"none@none"
] | [
[
[
1,
79
]
]
] |
ba10ade6b24878492c1603414e614add26f8e15d | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/boost/range/concepts.hpp | 929062c07a6cbbbd636062ee7248af280bc7d311 | [
"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 | 5,020 | hpp | // Boost.Range library concept checks
//
// Copyright Daniel Walker 2006. Use, modification and distribution
// are subject to 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)
//
// For more information, see http://www.boos... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
155
]
]
] |
03d051af8600e4164747c0e0caf68ffe49c8245a | bef7d0477a5cac485b4b3921a718394d5c2cf700 | /dingus/tools/MeshTexer/src/demo/Demo.cpp | 4a2d666c2804fcb837689079b81d257044835f78 | [
"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 | 19,443 | cpp | #include "stdafx.h"
// Demo application.
// Most of stuff is just kept in global variables :)
#include "Demo.h"
#include "DemoResources.h"
#include <dingus/resource/IndexBufferFillers.h>
#include <dingus/gfx/gui/Gui.h>
#include <dingus/math/MathUtils.h>
#include <dingus/gfx/geometry/DynamicVBManager.h>
#... | [
"aras@unity3d.com"
] | [
[
[
1,
709
]
]
] |
ea1205806f12cc9c2b82449820d0a6628faf51ea | d425cf21f2066a0cce2d6e804bf3efbf6dd00c00 | /Strategic/Campaign Init.cpp | b7a7767c6f644cc48b63d340c3c88064661847b4 | [] | 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 | 19,363 | cpp | #ifdef PRECOMPILEDHEADERS
#include "Strategic All.h"
#include "XML.h"
#else
#include "types.h"
#include "Campaign Init.h"
#include "Random.h"
#include "Campaign Types.h"
#include "Queen Command.h"
#include "overhead.h"
#include "Strategic Movement.h"
#include "Strategic Status.h"
#include "GameSe... | [
"jazz_ja@b41f55df-6250-4c49-8e33-4aa727ad62a1"
] | [
[
[
1,
661
]
]
] |
358dd5605767c158f603d34ff66c6e4cec5a9bd0 | 5ed707de9f3de6044543886ea91bde39879bfae6 | /ASFootball/ASFIsOrb/Source/ASFootballLineupUpdateRqst.h | f36cc4b4090b4b3c63a49af5e2fc8f5e2a66b44a | [] | no_license | grtvd/asifantasysports | 9e472632bedeec0f2d734aa798b7ff00148e7f19 | 76df32c77c76a76078152c77e582faa097f127a8 | refs/heads/master | 2020-03-19T02:25:23.901618 | 1999-12-31T16:00:00 | 2018-05-31T19:48:19 | 135,627,290 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,042 | h | /* ASFootballLineupUpdateRqst.h */
/******************************************************************************/
/******************************************************************************/
#ifndef ASFootballLineupUpdateRqstH
#define ASFootballLineupUpdateRqstH
#include "ASFantasyLineupUpdateRqst.h"
#i... | [
"grtvd@users.noreply.github.com"
] | [
[
[
1,
33
]
]
] |
8dc4c69236b0336949704320870b0bfb8c8f2e04 | 2d4221efb0beb3d28118d065261791d431f4518a | /OIDE源代码/OLIDE/Controls/TreePropSheet/PropPageFrameOffice2003.cpp | a9bb6e0ecfefe2c71a03493db843885e1e1ce91f | [] | no_license | ophyos/olanguage | 3ea9304da44f54110297a5abe31b051a13330db3 | 38d89352e48c2e687fd9410ffc59636f2431f006 | refs/heads/master | 2021-01-10T05:54:10.604301 | 2010-03-23T11:38:51 | 2010-03-23T11:38:51 | 48,682,489 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,370 | cpp | // PropPageFrameOffice2003.cpp: implementation of the CPropPageFrameOffice2003 class.
//
//////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2004 by Yves Tkaczyk
// (http://www.tkaczyk.net - yves@tkaczyk.net)
//
// The contents of this file are subject to the Artistic Licen... | [
"olanguage@163.com"
] | [
[
[
1,
172
]
]
] |
0abcfcda65d95d349ca3c3073a258adb09a10e64 | c7120eeec717341240624c7b8a731553494ef439 | /src/cplusplus/freezone-samp/src/core/messages/messages_storage.hpp | 5b5f3ea0a3f3080e961aa90ffc4590670dd090e7 | [] | no_license | neverm1ndo/gta-paradise-sa | d564c1ed661090336621af1dfd04879a9c7db62d | 730a89eaa6e8e4afc3395744227527748048c46d | refs/heads/master | 2020-04-27T22:00:22.221323 | 2010-09-04T19:02:28 | 2010-09-04T19:02:28 | 174,719,907 | 1 | 0 | null | 2019-03-09T16:44:43 | 2019-03-09T16:44:43 | null | UTF-8 | C++ | false | false | 1,202 | hpp | #ifndef MESSAGES_STORAGE_HPP
#define MESSAGES_STORAGE_HPP
#include <memory>
#include "core/container/application_item.hpp"
#include "core/createble_i.hpp"
#include "core/buffer/buffer.hpp"
#include "core/serialization/configuradable.hpp"
#include "messages_sender.hpp"
#include "messages_params.hpp"
class s... | [
"dimonml@19848965-7475-ded4-60a4-26152d85fbc5"
] | [
[
[
1,
50
]
]
] |
005ee4d355ae3466728a408578f07a6d726f869e | 2c1e5a69ca68fe185cc04c5904aa104b0ba42e32 | /src/common/Stream.cpp | 74ba495a662ad1049a0ae3f0a727621b04ceb343 | [] | no_license | dogtwelve/newsiderpg | e3f8284a7cd9938156ef8d683dca7bcbd928c593 | 303566a034dca3e66cf0f29cf9eaea1d54d63e4a | refs/heads/master | 2021-01-10T13:03:31.986204 | 2010-06-27T05:36:33 | 2010-06-27T05:36:33 | 46,550,247 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,433 | cpp | // Copyright (C) 2005 GameWG. All rights reserved.
// GAMELOFT PROPRIETARY/CONFIDENTIAL.
//
// Author: Qiu Wei Min
#include "Stream.h"
#include "SysUtil.h"
#include "ResFile.h"
#include "Engine.h"
#include "Memory.h"
CFileStream::CFileStream()
{
#ifdef _LZMA_IN_CB
m_pFileBuffer = NULL;
#endif
}
CF... | [
"secret5374@hotmail.com"
] | [
[
[
1,
464
]
]
] |
c4e2f94235827f4e0048ebdddc33b50400f63657 | 81e051c660949ac0e89d1e9cf286e1ade3eed16a | /quake3ce/code/q3_ui/ui_splevel.cpp | f7d2e93f3275102c41ea073b8d7ecdc7a58e7f79 | [] | no_license | crioux/q3ce | e89c3b60279ea187a2ebcf78dbe1e9f747a31d73 | 5e724f55940ac43cb25440a65f9e9e12220c9ada | refs/heads/master | 2020-06-04T10:29:48.281238 | 2008-11-16T15:00:38 | 2008-11-16T15:00:38 | 32,103,416 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,163 | cpp | /*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
... | [
"jack.palevich@684fc592-8442-0410-8ea1-df6b371289ac",
"crioux@684fc592-8442-0410-8ea1-df6b371289ac"
] | [
[
[
1,
128
],
[
131,
133
],
[
138,
171
],
[
173,
737
],
[
739,
1010
]
],
[
[
129,
130
],
[
134,
137
],
[
172,
172
],
[
738,
738
]
... |
dd236e19c6fb99fcca3f3778c0069f21ae2a829c | ab41c2c63e554350ca5b93e41d7321ca127d8d3a | /glm/gtx/statistics_operation.hpp | 65429e3470eca37e8b58ddc55e2c94c49e1b6fe5 | [] | no_license | burner/e3rt | 2dc3bac2b7face3b1606ee1430e7ecfd4523bf2e | 775470cc9b912a8c1199dd1069d7e7d4fc997a52 | refs/heads/master | 2021-01-11T08:08:00.665300 | 2010-04-26T11:42:42 | 2010-04-26T11:42:42 | 337,021 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,758 | hpp | ///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2009 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2007-11-21
// Updated ... | [
"realburner@gmx.de"
] | [
[
[
1,
70
]
]
] |
77c7784beeeb97e4c2b20b2dd3d00e32f87d8319 | d6e0f648d63055d6576de917de8d6f0f3fcb2989 | /ddv/win/src/udp_datetime.h | a7c7b8b758f41c57a23daa3ec2be4fc196467996 | [] | no_license | lgosha/ssd | 9b4a0ade234dd192ef30274377787edf1244b365 | 0b97a39fd7edabca44c4ac19178a5c626d1efea3 | refs/heads/master | 2020-05-19T12:41:32.060017 | 2011-09-27T12:43:06 | 2011-09-27T12:43:06 | 2,428,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,090 | h | #ifndef DATETIMESPECIALDEFENITION
#define DATETIMESPECIALDEFENITION
#include <QDateTime>
class DateTime {
public:
static long int timetoint(QTime t) {
long int ti = t.msec();
ti += 1000 * t.second();
ti += 60000 * t.minute();
ti += 3600000 * t.hour();
return ti;
}
static QTi... | [
"llepekhin@gmail.com"
] | [
[
[
1,
66
]
]
] |
b3d00d5b44b1155cfa2a2111cd9e5e06315c5ec1 | 80716d408715377e88de1fc736c9204b87a12376 | /TspLib3/Src/DISPLAY.CPP | a6012a44bce37ce1815b924900b7f1eb3eca2cd7 | [] | no_license | junction/jn-tapi | b5cf4b1bb010d696473cabcc3d5950b756ef37e9 | a2ef6c91c9ffa60739ecee75d6d58928f4a5ffd4 | refs/heads/master | 2021-03-12T23:38:01.037779 | 2011-03-10T01:08:40 | 2011-03-10T01:08:40 | 199,317 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,303 | cpp | /******************************************************************************/
//
// DISPLAY.CPP - Source code for the CPhoneDisplay class.
//
// Copyright (C) 1994-2004 ... | [
"Owner@.(none)"
] | [
[
[
1,
164
]
]
] |
32af374dc1f5a87250e9c64c54ffc8f3542a73f1 | b1c7510cfc5d90397bf9aef111cf9906dc278251 | /src/RapidXmlParser.hpp | 689f6ba27901b8e2f8319abc9308b1f0cfbc5d86 | [] | no_license | mkb218/fs1rgen | f50482b5938a08ec7e8a2ad835d333ad069ae4cb | 0747041b967b8807bbdc11e4d4846ad85162df33 | refs/heads/master | 2020-04-01T13:19:56.509972 | 2010-01-24T04:48:28 | 2010-01-24T04:48:28 | 210,589 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 491 | hpp | #ifndef FS1RGEN_RAPIDXMLPARSE
#define FS1RGEN_RAPIDXMLPARSE
#include "XmlParser.hpp"
#include "rapidxml.hpp"
using namespace rapidxml;
using namespace std;
namespace fs1rgen {
class RapidXmlParser {
public:
RapidXmlParser();
virtual ~RapidXmlParser();
virtual void parse(const char *rawD... | [
"makane@USMA1CL-L3B4872.kendall.corp.akamai.com",
"mkb-prime@hydrogenproject.com"
] | [
[
[
1,
6
],
[
8,
22
]
],
[
[
7,
7
]
]
] |
543872a6bde30e50d4d2d39cc212f10e89e19a9c | cbe040d6c5be2241d61c706f3c112f5da1b25006 | /Calculator/RuntimeException.h | 829f02f53e021036e1563e3fcfe12d1a96823a78 | [] | no_license | ilh19/315-calculator | d95346684cb7a63d803d5fd370243f0e216a3faa | c6762d277d07177a34f50bf28a16438f86664572 | refs/heads/master | 2020-06-05T00:17:13.711126 | 2011-04-05T02:45:46 | 2011-04-05T02:45:46 | 32,126,597 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 439 | h | #ifndef RUNTIMEEXCEPTION_H_
#define RUNTIMEEXCEPTION_H_
#include <string>
// generic run-time exception
class RuntimeException {
private:
std::string errorMsg;
public:
RuntimeException(const std::string& err) { errorMsg = err; }
std::string getMessage() const { return errorMsg; }
};
inline std::os... | [
"irms19@7330a5c5-07fc-53ea-e431-edd981856d35",
"csoon03@gmail.com@7330a5c5-07fc-53ea-e431-edd981856d35"
] | [
[
[
1,
9
],
[
11,
22
]
],
[
[
10,
10
]
]
] |
af7698da7754d509083252849bfbed4d0f80c58c | fcdddf0f27e52ece3f594c14fd47d1123f4ac863 | /terralib/src/DSDK/include/support/lt_ioSubStream.h | 0240ffa580f34dfda3a4c77383d33daa99505c85 | [] | 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 | 7,039 | h | /* $Id: lt_ioSubStream.h 5124 2006-10-27 11:40:40Z lubia $ */
/* //////////////////////////////////////////////////////////////////////////
// //
// This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue, //
// Suite 200, Seattl... | [
"rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec"
] | [
[
[
1,
233
]
]
] |
e9c5fb7fe18277e6933063894566a81f9841d52d | cfc9acc69752245f30ad3994cce0741120e54eac | /bikini/include/bikini/base/quat.hpp | db6cc4b37bc155edee100bd8027867bb60b563d4 | [] | no_license | Heartbroken/bikini-iii | 3b7852d1af722b380864ac87df57c37862eb759b | 93ffa5d43d9179b7c5e7f7c2df9df7dafd79a739 | refs/heads/master | 2020-03-28T00:41:36.281253 | 2009-04-30T14:58:10 | 2009-04-30T14:58:10 | 37,190,689 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 833 | hpp | /*---------------------------------------------------------------------------------------------*//*
Binary Kinematics 3 - C++ Game Programming Library
Copyright (C) 2008 Viktor Reutzky
reutzky@bitchingames.com
*//*---------------------------------------------------------------------------------------------*/... | [
"my.mass.storage@f4697e32-284f-0410-9ba2-936c71724aef"
] | [
[
[
1,
30
]
]
] |
c7329d1978add4f60e23e256ea6796c494ee6e2b | 4d838ba98a21fc4593652e66eb7df0fac6282ef6 | /CaveProj/GameScreen.cpp | 6f93cb32e0544eee6ae9f18d86a7f25035df1041 | [] | 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 | 2,870 | cpp | #include "GameScreen.h"
#include "RenderWindow.h"
#include "Input.h"
#include "MenuScreen.h"
GameScreen::GameScreen(const std::wstring& level) :
_player(_environment),
_level(level)
{
}
void GameScreen::Load(RenderWindow& renderWindow)
{
_player.Load(renderWindow);
_environment.Load(renderWindow.G... | [
"david.hart555@googlemail.com"
] | [
[
[
1,
108
]
]
] |
d9530535b477524daa554652d9d40dd37fdee7d9 | 89dbc6ceab3e4e43aeaf0a5a5517b63fcf0c1c39 | /extras/symbian/SymbianSockets.cpp | 4852553a11b9a09c90d3b74e49276458625b98bc | [] | no_license | fredreichbier/io | e3dd55d957e96d2fd5292db2c680d511c7f36617 | 299956aaf6ab035865e955d849367ef4eeb8c009 | refs/heads/master | 2021-01-18T08:50:23.962379 | 2009-04-11T00:18:06 | 2009-04-11T00:18:06 | 97,877 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,038 | cpp | #include <e32base.h>
#include <f32file.h>
#include <in_sock.h>
extern "C"
{
#include "IoState.h"
#include "IoNIL.h"
#include "IoMessage.h"
#include "IoNumber.h"
}
#include "SymbianMain.h"
#include "SymbianSockets.h"
#define min(a,b) ((a) < (b) ? (a) : (b))
#define SOCKET_BUFFER_SIZE 2048
class Int... | [
"steve@dekorte.com"
] | [
[
[
1,
917
]
]
] |
7f46f5ea210cb09f1f1a1db57cb372045b8c9527 | 8a3fce9fb893696b8e408703b62fa452feec65c5 | /AutoBall/AutoBall/App/FootBallPitch.cpp | 536d636f4feab1cf0f8da47253b31935fd774b7e | [] | no_license | win18216001/tpgame | bb4e8b1a2f19b92ecce14a7477ce30a470faecda | d877dd51a924f1d628959c5ab638c34a671b39b2 | refs/heads/master | 2021-04-12T04:51:47.882699 | 2011-03-08T10:04:55 | 2011-03-08T10:04:55 | 42,728,291 | 0 | 2 | null | null | null | null | GB18030 | C++ | false | false | 6,852 | cpp | #include "Stdafx.h"
#include "FootBallPitch.h"
#include "FootBallTeam.h"
#include "Goal.h"
#include "TimeCount.h"
#include "SpotCalculator.h"
#include "Steering.h"
#include "Entity/BasePlayer.h"
#include "Entity/FootBall.h"
#include "Entity/GoalKeeper.h"
#include "Entity/FootBaller.h"
#include "Entity/Entity... | [
"tangpeng918@126.com"
] | [
[
[
1,
191
]
]
] |
ef1b35b052b8d8e5e0cd3c64c30d2a6f736791a6 | f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0 | /Depend/MyGUI/MyGUIEngine/include/MyGUI_WidgetToolTip.h | 7152b05f5f2a6c4edec6fe8a0d919ffc8290e181 | [] | 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 | 1,337 | h | /*!
@file
@author Albert Semenov
@date 07/2008
*/
/*
This file is part of MyGUI.
MyGUI 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 3 of the License, or
(at your opti... | [
"albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c"
] | [
[
[
1,
54
]
]
] |
9eed549349d38e64bfc3773cc924f1b7e9deb5b3 | 6520b2b1c45e5a9e5996a9205142de6e2e2cb7ea | /AHL/slynxlair/src/lib/GL.h | 067b1523e0a8f7215c43fbeb64cf1317c2fe74bd | [] | no_license | xpierro/ahl | 6207bc2c309a7f2e4bf659e86fcbf4d889250d82 | 8efd98a6ecc32d794a1e957b0b91eb017546fdf1 | refs/heads/master | 2020-06-04T00:59:13.590942 | 2010-10-21T04:09:48 | 2010-10-21T04:09:48 | 41,411,324 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,305 | h | /*
* GL.h
*
* Created on: 10 oct. 2010
* Author: Pierre
*/
#ifndef GL_H_
#define GL_H_
#include <psgl/psgl.h>
#include <psgl/psglu.h>
#include <list>
using namespace std;
namespace PS3 {
class GL {
protected:
static unsigned int width;
static unsigned int height;
public:
stat... | [
"gamersjd2002@gmail.com"
] | [
[
[
1,
66
]
]
] |
f44c6c409ac998ab7c9a1866f49d4655c9f6f2c9 | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2006-01-16/gerbview/controle.cpp | 2f3a84844cf6a44245baf201a7154bff45a2bba8 | [] | no_license | BackupTheBerlios/kicad-svn | 4b79bc0af39d6e5cb0f07556eb781a83e8a464b9 | 4c97bbde4b1b12ec5616a57c17298c77a9790398 | refs/heads/master | 2021-01-01T19:38:40.000652 | 2006-06-19T20:01:24 | 2006-06-19T20:01:24 | 40,799,911 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,077 | cpp | /********************************************************/
/* Routines generales de gestion des commandes usuelles */
/********************************************************/
/* fichier controle.cpp */
/*
Routines d'affichage grille, Boite de coordonnees, Curseurs, marqueurs ...
*/
#include "fctsys... | [
"bokeoa@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
170
]
]
] |
3c02b64ddf1221ce237b0792bcec920e7158981b | 3bfc30f7a07ce0f6eabcd526e39ba1030d84c1f3 | /BlobbyWarriors/Source/BlobbyWarriors/Model/Entity/Ground.cpp | bca634389d937a5d32c32d0ca12ffcbf53c436f1 | [] | no_license | visusnet/Blobby-Warriors | b0b70a0b4769b60d96424b55ad7c47b256e60061 | adec63056786e4e8dfcb1ed7f7fe8b09ce05399d | refs/heads/master | 2021-01-19T14:09:32.522480 | 2011-11-29T21:53:25 | 2011-11-29T21:53:25 | 2,850,563 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 74 | cpp | #include "Ground.h"
void Ground::draw()
{
AbstractEntity::draw();
} | [
"visus@visusnet.de"
] | [
[
[
1,
6
]
]
] |
d6e98ffc34cba09cd2ab101c91a0cb76d7e68d80 | eaa64a4b73fe76125d34177c33e1aadedfaf4e46 | /src/MessageReceiver.hpp | bf53cb256df28c1a52b1fec6595ccc84b50eb8bd | [
"Apache-2.0"
] | permissive | brianfcoleman/libvideocapture | 1d856f3f8658a7d834fad5d094927783092897bc | 3357c0d31603c94890960676a38253275a52c1b3 | refs/heads/master | 2020-04-28T01:55:24.483921 | 2010-10-10T20:23:32 | 2010-10-10T20:23:32 | 35,434,467 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,547 | hpp | #ifndef VIDEO_CAPTURE_MESSAGE_RECEIVER_H
#define VIDEO_CAPTURE_MESSAGE_RECEIVER_H
#include "boost/utility.hpp"
#include "boost/thread.hpp"
#include "boost/function.hpp"
#include "boost/bind.hpp"
#include "boost/shared_ptr.hpp"
#include "boost/weak_ptr.hpp"
#include "MessageQueue.hpp"
namespace VideoCapture... | [
"brianfcoleman@gmail.com"
] | [
[
[
1,
106
]
]
] |
e0bc121ae84a5dfda989be1e0defa6cfac85beb9 | 24adabaec8e7b0c8bb71366fea2b02e4e8b34203 | /db-builder/lib/src/texturefilters/flattexturefilter.cpp | eba42007fdc0908c2354327fbe244828e509e354 | [] | no_license | weimingtom/db-verkstan | 246fb8ce2890b3833a2a84f2369e8e0e5495390f | 9101195975ec48f4eed33e65e33c83b2dd9ba8c0 | refs/heads/master | 2021-01-10T01:36:39.787220 | 2009-02-23T22:36:09 | 2009-02-23T22:36:09 | 43,455,399 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 271 | cpp | #include "db-util.hpp"
#include "builder.hpp"
#include "filters.hpp"
#include "texture.hpp"
Texture* TextureFilters::flat(D3DXCOLOR color)
{
Texture* newTexture = new Texture();
newTexture->fillRectangle(0, 0, 256, 256, color);
return newTexture;
} | [
"olof.naessen@75511648-93a4-11dd-b566-b74dd1c53f51"
] | [
[
[
1,
11
]
]
] |
03d8d1311796577538213e73ff4d3c5cea0f3cb8 | 8a8873b129313b24341e8fa88a49052e09c3fa51 | /src/HelpWindow.cpp | b767f8a114db05edb2eacc4797c685a4ae8a5a05 | [] | 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,077 | cpp | /*
============================================================================
Name : HelpWindow.cpp
Author : 浮生若茶
Version :
Copyright : Your copyright notice
Description : CHelpWindow implementation
============================================================================
*/
#incl... | [
"sungrass.xp@37a08ede-ebbd-11dd-bd7b-b12b6590754f"
] | [
[
[
1,
120
]
]
] |
0df1ed3b7454effa93468fa90ebb4aee7297534b | 5d3c1be292f6153480f3a372befea4172c683180 | /trunk/Hardware Proxies/iStuff Mobile/Symbian/iStuffMobile/inc/iStuffMobileContainer.h | 9850276629df7ab35c61d3ac52e91e34c9682410 | [
"Artistic-2.0"
] | permissive | BackupTheBerlios/istuff-svn | 5f47aa73dd74ecf5c55f83765a5c50daa28fa508 | d0bb9963b899259695553ccd2b01b35be5fb83db | refs/heads/master | 2016-09-06T04:54:24.129060 | 2008-05-02T22:33:26 | 2008-05-02T22:33:26 | 40,820,013 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,094 | h | /*
* Copyright (c) 2006
* Media informatics Department
* RWTH Aachen Germany
* http://media.informatik.rwth-aachen.de
*
* Redistribution and use of the source code and binary, with or without
* modification, are permitted under OPI Artistic License
* (http://www.opensource.org/licenses/artistic-license... | [
"faraz@2a53cb5c-8ff1-0310-8b75-b3ec22923d26"
] | [
[
[
1,
115
]
]
] |
cfc87cecca467fcb66e2a1d3e10683a5354ed046 | accd6e4daa3fc1103c86d245c784182e31681ea4 | /HappyHunter/Core/CrossPlane.h | 3af1e1489c39a05b44c40724c902a3bfa43ae54a | [] | no_license | linfuqing/zero3d | d87ad6cf97069aea7861332a9ab8fc02b016d286 | cebb12c37fe0c9047fb5b8fd3c50157638764c24 | refs/heads/master | 2016-09-05T19:37:56.213992 | 2011-08-04T01:37:36 | 2011-08-04T01:37:36 | 34,048,942 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 944 | h | #pragma once
#include "Sprite.h"
#include "VertexBuffer.h"
#include "RenderMethod.h"
namespace zerO
{
class CCrossPlane :
public CSprite
{
typedef struct
{
D3DXVECTOR3 Position;
D3DXVECTOR2 UV;
}VERTEX, * LPVERTEX;
typedef struct
{
VERTEX Vertices[4];
}PLANE, * LPPLANE;
... | [
"linfuqing@126.com"
] | [
[
[
1,
53
]
]
] |
520b30449b53ab3bd5d138a5cb227407a3febc70 | 011359e589f99ae5fe8271962d447165e9ff7768 | /src/burn/taito/pc080sn.cpp | 0bcee4ea356704d7a5bbacee7f12c239f50d3c2d | [] | 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 | 11,459 | cpp | // PC080SN
#include "tiles_generic.h"
#include "taito_ic.h"
unsigned char *PC080SNRam = NULL;
static UINT16 PC080SNCtrl[8];
static int BgScrollX;
static int BgScrollY;
static int FgScrollX;
static int FgScrollY;
static int PC080SNNumTiles;
static int PC080SNXOffset;
static int PC080SNYOffset;
static int... | [
"twinaphex1@gmail.com"
] | [
[
[
1,
449
]
]
] |
b1573054ee1ad2cfa7b3923624fbcae7f28da521 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /libs/STLPort-4.0/stlport/stl/debug/_debug.h | 5f4400f04f8216186fc1877c5483ef5399e2a7f7 | [
"LicenseRef-scancode-stlport-4.5"
] | permissive | 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 | 12,781 | h | /*
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use or copy this software for any purpose is hereby gra... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
399
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.