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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2282802d840ac9a8360ada11458c6f5e421ac21b | 789bfae90cbb728db537b24eb9ab21c88bda2786 | /source/GameWonNotVisibleWaitStateClass.h | da89d3d3933f7e50b00594a9f1a91d6ffedc8428 | [
"MIT"
] | permissive | Izhido/bitsweeper | b89db2c2050cbc82ea60d31d2f31b041a1e913a3 | a37902c5b9ae9c25ee30694c2ba0974fd235090e | refs/heads/master | 2021-01-23T11:49:21.723909 | 2011-12-24T22:43:30 | 2011-12-24T22:43:30 | 34,614,275 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 455 | h | #ifndef GAMEWONNOTVISIBLEWAITSTATECLASS_H
#define GAMEWONNOTVISIBLEWAITSTATECLASS_H
#include "StateClass.h"
#define GAME_WON_NOT_VISIBLE_WAIT_STATE 33
class GameWonNotVisibleWaitStateClass
: public StateClass
{
public:
GameWonNotVisibleWaitStateClass();
void Start(class CommonDataClass* CommonData);
... | [
"heribertod@gmail.com@66f87ebb-1a6f-337b-3a26-6cadc16acdcf"
] | [
[
[
1,
25
]
]
] |
f62a2351c162461f4e8bebcc4711745aed708d97 | cd0987589d3815de1dea8529a7705caac479e7e9 | /webkit/WebKit/win/WebView.cpp | 4331147370abbdab49522ffd5b5dafe5514a162b | [
"BSD-2-Clause"
] | permissive | azrul2202/WebKit-Smartphone | 0aab1ff641d74f15c0623f00c56806dbc9b59fc1 | 023d6fe819445369134dee793b69de36748e71d7 | refs/heads/master | 2021-01-15T09:24:31.288774 | 2011-07-11T11:12:44 | 2011-07-11T11:12:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 209,901 | cpp | /*
* Copyright (C) 2006, 2007, 2008, 2009, 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
* ... | [
"sdevitt@rim.com"
] | [
[
[
1,
6539
]
]
] |
76d82eec0a1e9ebd70cfeaff3fb5ac730c1393ff | faaac39c2cc373003406ab2ac4f5363de07a6aae | / zenithprime/src/controller/BattleBoard/BBControler.cpp | 4687e9edb7d2a0e539debdfd4d2afdb12fa37888 | [] | no_license | mgq812/zenithprime | 595625f2ec86879eb5d0df4613ba41a10e3158c0 | 3c8ff4a46fb8837e13773e45f23974943a467a6f | refs/heads/master | 2021-01-20T06:57:05.754430 | 2011-02-05T17:20:19 | 2011-02-05T17:20:19 | 32,297,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 712 | cpp | #include <iostream>
#include "BBControler.h"
BBControler::BBControler(BBModel* battleBoard1){
battleBoard = battleBoard1;
currentState = BBNullState::getState();
}
void BBControler::setState(BBState* nextState)
{
currentState = nextState;
}
void BBControler::LeftMouseClick(NxRaycastHit& hit){
current... | [
"ElderGrimes@2c223db4-e1a0-a0c7-f360-d8b483a75394",
"MHSmith01@2c223db4-e1a0-a0c7-f360-d8b483a75394",
"mhsmith01@2c223db4-e1a0-a0c7-f360-d8b483a75394"
] | [
[
[
1,
4
],
[
12,
12
],
[
18,
19
],
[
26,
26
],
[
29,
29
]
],
[
[
5,
6
],
[
13,
17
],
[
20,
25
],
[
27,
28
]
],
[
[
7,... |
0d47b9de3b4872584926b463c178093d59e9f59f | f13f46fbe8535a7573d0f399449c230a35cd2014 | /JelloMan/RotateGizmo.h | 6e36d496cfb5a5e294aaec4fdcd5cd4793d4f5d3 | [] | no_license | fangsunjian/jello-man | 354f1c86edc2af55045d8d2bcb58d9cf9b26c68a | 148170a4834a77a9e1549ad3bb746cb03470df8f | refs/heads/master | 2020-12-24T16:42:11.511756 | 2011-06-14T10:16:51 | 2011-06-14T10:16:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,257 | h | #pragma once
#include "Blox2D.h"
#include "Vector3.h"
#include "RenderContext.h"
#include "ITransformable.h"
#include "ILevelObject.h"
#include "ObjectSelecter.h"
#include "Axis.h"
class RotateGizmo
{
public:
// CONSTRUCTOR - DESTRUCTOR
RotateGizmo(ObjectSelecter* pObjectSelecter);
virtual ~RotateGi... | [
"seebsprengers@hotmail.com",
"bastian.damman@0fb7bab5-1bf9-c5f3-09d9-7611b49293d6"
] | [
[
[
1,
5
],
[
10,
18
],
[
20,
20
],
[
23,
32
],
[
42,
46
],
[
50,
54
],
[
56,
57
],
[
60,
63
]
],
[
[
6,
9
],
[
19,
... |
3daa7e410a170ec9b9d6ec5866cd0375684dbb56 | 9089a2927b27a193070b041a4c169de9b99eb444 | /logistics.h | 9097958d1008a7b05bb59ad2d0c41c407ac62dbd | [] | no_license | Alyanorno/Message-system | f58d9a3a8b40611daff1fb27a4ced1f15309b45b | 5aa6a238a6da45b4a784202d5614432a7531ef05 | refs/heads/master | 2020-06-06T21:09:43.922219 | 2011-12-17T12:46:11 | 2011-12-17T12:46:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,424 | h | #pragma once
#include <vector>
#include <string>
#include <typeinfo>
#include <map>
class Logistic
{
public:
Logistic();
~Logistic();
void Initialize();
struct Object
{
struct Id
{
Id( int _owner, int _id ) : owner(_owner), id(_id) {}
int owner, id;
};
std::vector< Id > ids;
}... | [
"Rickard.Fridvall@gmail.com"
] | [
[
[
1,
92
]
]
] |
ed9b13eea31e4f4cda9438122288c1ea9622aea7 | b7c505dcef43c0675fd89d428e45f3c2850b124f | /Src/SimulatorQt/Util/qt/Win32/include/Qt/qatomic_powerpc.h | eba67d4b4de0838958a6bdae6b2bdc6c7a181749 | [
"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 | 23,586 | 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 QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercia... | [
"alon@rogue.(none)"
] | [
[
[
1,
650
]
]
] |
786882edd461bae86af6cfa554d9bbaab4de9f7b | bfdfb7c406c318c877b7cbc43bc2dfd925185e50 | /stdlib/ffi/HSca_Random.cpp | e2b7246196b5e4f0ddc4ad7172d1ed1ab8403a08 | [
"MIT"
] | permissive | ysei/Hayat | 74cc1e281ae6772b2a05bbeccfcf430215cb435b | b32ed82a1c6222ef7f4bf0fc9dedfad81280c2c0 | refs/heads/master | 2020-12-11T09:07:35.606061 | 2011-08-01T12:38:39 | 2011-08-01T12:38:39 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,198 | cpp | /* -*- coding: sjis-dos; -*- */
/*
* copyright 2010 FUKUZAWA Tadashi. All rights reserved.
*/
#include "HSca_Random.h"
static hyu32 seed = 0x23456789;
namespace Hayat {
void genRand(void)
{
/* taps: 32 31 29 1; 帰還多項式: x^32 + x^31 + x^29 + x + 1 */
for (int i = 32; i > 0; -... | [
"applealien@nifty.com"
] | [
[
[
1,
73
]
]
] |
237accef9e67081ff8a2341566321bcacea4ed5e | 7dd2dbb15df45024e4c3f555da6d9ca6fc2c4d8b | /maelstrom/main.cpp | bdefee8a9122866d1284fd25c1988c40e77e6f68 | [] | no_license | wangscript/maelstrom-editor | c9f761e1f9e5f4e64d7e37834a7a63e04f57ae31 | 5bfab31bf444f44b9f8209f4deaed8715c305426 | refs/heads/master | 2021-01-10T01:37:00.619456 | 2011-11-21T23:17:08 | 2011-11-21T23:17:08 | 50,160,495 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 568 | cpp | #include <QtGui/QApplication>
#include <splashscreen.h>
#include <mainwindow.h>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
QCoreApplication::setOrganizationName("Vortex");
QCoreApplication::setApplicationName("Maelstrom");
SplashScreen splash;
MainWindow mainWindow;
... | [
"DynamiteAthe@gmail.com"
] | [
[
[
1,
24
]
]
] |
9ddda77bfd276737027ee5de3fb206a0c290ce84 | df238aa31eb8c74e2c208188109813272472beec | /BCGInclude/BCGPToolBar.h | e393d059fcf40640e19bd8268ea6bfe2c3bf0a7f | [] | no_license | myme5261314/plugin-system | d3166f36972c73f74768faae00ac9b6e0d58d862 | be490acba46c7f0d561adc373acd840201c0570c | refs/heads/master | 2020-03-29T20:00:01.155206 | 2011-06-27T15:23:30 | 2011-06-27T15:23:30 | 39,724,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,292 | h | //*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// This is a part of the BCGControlBar Library
// Copyright (C) 1998-2008 BCGSoft Ltd.
// All rights reserved.
//
// This source code can be used, distributed or modified
// only under terms a... | [
"myme5261314@ec588229-7da7-b333-41f6-0e1ebc3afda5"
] | [
[
[
1,
969
]
]
] |
d5c732652187c2ac56a4828fd0d454b9ff0abfb9 | e92a0b984f0798ef2bba9ad4199b431b4f5eb946 | /2009/simulateur/src/pc/webcam.cpp | 613b1bee68ddb0b5834dcd4cae901c85b812d01b | [] | no_license | AdamdbUT/mac-gyver | c09c1892080bf77c25cb4ca2a7ebaf7be3459032 | 32de5c0989710ccd671d46e0babb602e51bf8ff9 | refs/heads/master | 2021-01-23T15:53:19.383860 | 2010-06-21T13:33:38 | 2010-06-21T13:33:38 | 42,737,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,427 | cpp | #include "webcam.hpp"
webcam_t::webcam_t(const std::string& dev,size_t w,size_t h)
:m_width(w),m_height(h),m_image(image_t::yuv_format,0,0)
{
open(dev);
init();
}
webcam_t::~webcam_t()
{
deinit();
}
void webcam_t::start()
{
start_capturing();
m_image=image_t(image_t::yuv_format,m_width,m... | [
"vincent.delaitre@ens-lyon.org"
] | [
[
[
1,
533
]
]
] |
cd17dc2d53d7e1aa1d390bc73e70677f8a78fae2 | 516b78edbad95d6fb76b6a51c5353eaeb81b56d6 | /engine2/src/util/math/Matrix.cpp | 9891cd616c881ace765c7175e93c1c2e4e187a61 | [] | no_license | BackupTheBerlios/lutaprakct | 73d9fb2898e0a1a019d8ea7870774dd68778793e | fee62fa093fa560e51a26598619b97926ea9cb6b | refs/heads/master | 2021-01-18T14:05:20.313781 | 2008-06-16T21:51:13 | 2008-06-16T21:51:13 | 40,252,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,650 | cpp |
#include "Matrix.h"
void identity(Matrix4f& mat){
mat.m[0] = 1.0;
mat.m[1] = 0;
mat.m[2] = 0;
mat.m[3] = 0;
mat.m[4] = 0;
mat.m[5] = 1.0;
mat.m[6] = 0;
mat.m[7] = 0;
mat.m[8] = 0;
mat.m[9] = 0;
mat.m[10] = 1.0;
mat.m[11] = 0;
mat.m[12] = 0;
mat.m[13] = 0;
mat.m[14] = 0;
mat.m[15] ... | [
"gha"
] | [
[
[
1,
74
]
]
] |
8bb9d876f9574c74d879570318b1764d69a21fa3 | 85b0567a9928ad160159d30d585a9b6870735dc1 | /IFace/MainWindow.cpp | 91d371c875018aa4c6250ebe142b68ecc2df4056 | [] | no_license | bobrnor/IFace | 63d0e0b87dbb8f58a9d343a1304a97dc66dc70d4 | 1e9bb88346df28b6e14aa7d7f72b81334848bdcf | refs/heads/master | 2021-01-22T10:02:34.354097 | 2011-05-20T21:15:04 | 2011-05-20T21:15:04 | 1,436,014 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,184 | cpp | #include "MainWindow.h"
#include "ui_MainWindow.h"
#include <QDebug>
#include <QFileDialog>
#include <QStringList>
#include <QAction>
#include <QFile>
#include <QCloseEvent>
#include <QShortcut>
#include <QWidget>
#include <QColor>
#include <QVBoxLayout>
#include <QColorDialog>
#include <QPainter>
#include <QPi... | [
"bobrnor@gmail.com"
] | [
[
[
1,
1286
]
]
] |
bbfde0c67ec58de1d8aca6488f35eb543d336797 | 463c3b62132d215e245a097a921859ecb498f723 | /lib/dlib/memory_manager/memory_manager_kernel_1.h | 91db8286dbdc46c6a0e04c1b099f88c796a3b68e | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | athulan/cppagent | 58f078cee55b68c08297acdf04a5424c2308cfdc | 9027ec4e32647e10c38276e12bcfed526a7e27dd | refs/heads/master | 2021-01-18T23:34:34.691846 | 2009-05-05T00:19:54 | 2009-05-05T00:19:54 | 197,038 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,047 | h | // Copyright (C) 2004 Davis E. King (davisking@users.sourceforge.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MEMORY_MANAGER_KERNEl_1_
#define DLIB_MEMORY_MANAGER_KERNEl_1_
#include "../algs.h"
#include "memory_manager_kernel_abstract.h"
#include "../assert.h"
#... | [
"jimmy@DGJ3X3B1.(none)"
] | [
[
[
1,
305
]
]
] |
4c01cb30ae2c3af8368b61f7d9a2c1b629c51792 | 580738f96494d426d6e5973c5b3493026caf8b6a | /Include/Vcl/rtlconsts.hpp | 6a0acb6bc67c228464eceedb098611960150392f | [] | 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 | 17,196 | hpp | // Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'RTLConsts.pas' rev: 6.00
#ifndef RTLConstsHPP
#define RTLConstsHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Sys... | [
"bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b"
] | [
[
[
1,
242
]
]
] |
bfe5a94f785d42e66fa6216a716647eaab9b916f | 0841b965ef16edab738c260e2bb46dec5a44857d | /gadgets/skinnedgadgets/skinnedscreen.cpp | 407a33d9572c6facab8cb828c0d35cfa51705e68 | [] | no_license | ant512/WoopsiExtras | b73e399ebb3bd7685587e7e8b6051d336989354a | 45ea469a22827b737a361b5a5f73cbeffe2974c3 | refs/heads/master | 2021-01-08T22:13:16.196976 | 2010-09-03T08:28:31 | 2010-09-03T08:28:31 | 242,157,454 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,425 | cpp | #include "skinnedscreendepthbutton.h"
#include "skinnedscreenflipbutton.h"
#include "skinnedscreentitle.h"
#include "skinnedscreen.h"
using namespace WoopsiUI;
SkinnedScreen::SkinnedScreen(const char* title, u32 flags, u32 screenFlags, const ScreenSkin* skin) : Screen(title, flags, skin->style) {
_screenTi... | [
"devnull@localhost"
] | [
[
[
1,
173
]
]
] |
2c30acff282b1bcc2cc851aef4be999258c25984 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/Game/Hunter/NewGameNeedle/GameNeedleComponent/include/RotationComponent.h | 0d2f1db1765459acfbcd8012fddcde4cb613840e | [] | 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 | 1,465 | h | #ifndef __Orz_RotationComponent__
#define __Orz_RotationComponent__
#include "CRotationInterface.h"
namespace Ogre
{
class SceneNode;
}
namespace Orz
{
class CRotationInterface;
class _UpdateInOgreRenderingQueued;
class RotationComponent: public Component//Ðýת×é¼þ
{
friend class _UpdateInOgreRendering... | [
"ogre3d@yeah.net"
] | [
[
[
1,
73
]
]
] |
263b830fc2e3bd225a169340b9519b811572772e | ee065463a247fda9a1927e978143186204fefa23 | /Src/Application/QtExtensions/QDoubleSpinBoxWrapper.h | 07064ac2a13722a13519ba6203af5e5d4623d929 | [] | 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 | 1,178 | h | #pragma once
#include "IWrapper.h"
#include <ClanLib/core.h>
#include <QtGui/QDoubleSpinBox>
#include <Depends/Entity/Property.h>
class ObjectQtWrapper;
class QDoubleSpinBoxWrapper : public IWrapper
{
public:
QDoubleSpinBoxWrapper(ObjectQtWrapper *qObj, Engine::Entity::Property<double> property);
QDou... | [
"PTrefall@gmail.com@28a56cb3-1e7c-bc60-7718-65c159e1d2df"
] | [
[
[
1,
38
]
]
] |
04c2384ffaa7c8649336354dc5c3221d3b050e3e | ed6f03c2780226a28113ba535d3e438ee5d70266 | /src/eljpalette.cpp | 25a4b4dd2c3406603065c45af8e0184f8d422d38 | [] | no_license | snmsts/wxc | f06c0306d0ff55f0634e5a372b3a71f56325c647 | 19663c56e4ae2c79ccf647d687a9a1d42ca8cb61 | refs/heads/master | 2021-01-01T05:41:20.607789 | 2009-04-08T09:12:08 | 2009-04-08T09:12:08 | 170,876 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,675 | cpp | #include "wrapper.h"
extern "C"
{
EWXWEXPORT(void*,wxPalette_CreateDefault)()
{
return (void*)new wxPalette();
}
EWXWEXPORT(void*,wxPalette_CreateRGB)(int n,void* red,void* green,void* blue)
{
return (void*)new wxPalette(n, (unsigned char*)red, (unsigned char*)green, (unsigned char*)blue);
}
EWXWEX... | [
"snmsts@gmail.com"
] | [
[
[
1,
68
]
]
] |
efbb71fbdbc5b005d2249afd916c6e520ae95803 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Common/Scd/ScdLib/DBGMNGR.CPP | e0e2fc200543e39246ac24a467c2e8f0f1b53114 | [] | 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 | 16,070 | cpp | //================== SysCAD - Copyright Kenwalt (Pty) Ltd ===================
// $Nokeywords: $
//===========================================================================
// SysCAD Copyright Kenwalt (Pty) Ltd 1992,1994
#include "stdafx.h"
#define __DBGMNGR_CPP
#include <sys\stat.h>
//#include... | [
"paul.hannah@syscad.net",
"chris.moreton@syscad.net"
] | [
[
[
1,
128
],
[
130,
261
],
[
264,
424
],
[
426,
426
],
[
428,
428
],
[
430,
501
]
],
[
[
129,
129
],
[
262,
263
],
[
425,
425
],
... |
5fc486adfb6799b079019f10d31c299f4d023d02 | e52b0e0e87fbeb76edd0f11a7e1b03d25027932e | /src/Input.cpp | 9314c20a7d2fa3762d121601086953138d4345e1 | [] | no_license | zerotri/Maxwell_Game_old | d9aaa4c38ee1b99fe9ddb6f777737229dc6eebeb | da7a02ff25697777efe285973e5cecba14154b6c | refs/heads/master | 2021-01-25T05:22:45.278629 | 2008-02-07T03:11:01 | 2008-02-07T03:11:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,106 | cpp | #include "Input.h"
#define INPUT_LOOP_ITERATOR(funcname, ...)\
for(;vInputIterator!= vInputHandlers.end();vInputIterator++)\
{\
if((*vInputIterator)==NULL)\
continue;\
(*vInputIterator)->funcname(__VA_ARGS__);\
}
Input::Input()
{
vInputHandlers.reserve(8);
msgCount = 0;
}
Input::~Inpu... | [
"zerotri@gmail.com"
] | [
[
[
1,
92
]
]
] |
6eda48e5acc4c4bf37a63ae3599242100004951b | 2b32433353652d705e5558e7c2d5de8b9fbf8fc3 | /tp7/BIN/9372/Длинная арифметика/Теория/3/long_src/fhtmul.cpp | 596dfb500b8c1399d3934b2b62ab877c6aeb2283 | [] | no_license | smarthaert/d-edit | 70865143db2946dd29a4ff52cb36e85d18965be3 | 41d069236748c6e77a5a457280846a300d38e080 | refs/heads/master | 2020-04-23T12:21:51.180517 | 2011-01-30T00:37:18 | 2011-01-30T00:37:18 | 35,532,200 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,402 | cpp | #include <cmath>
#include "general.h"
#include "BigInt.h"
real MaxError;
real *LongNum1=NULL, *LongNum2=NULL;
extern void FHT_F(real*, ulong);
extern void FHT_T(real*, ulong);
extern void CreateSineTable(ulong);
void CarryNormalize(real *Convolution, ulong Len, BigInt &C) {
real inv = 0.5 / Len;
rea... | [
"super.denis@gmail.com"
] | [
[
[
1,
121
]
]
] |
4d16c5f362de4dc663d07211834d7962a799a1e9 | 2b0e9ad72bb37219446e14c3e69bfda6d226218a | /tests/unit/Test_Threading/SyncManyToOne.cpp | 49ce99a852b62e08afa9ef0778337c97e0ef547f | [
"MIT"
] | permissive | svn2github/cpp-events | 5a672372e564f14ffd776e7d8f6fcb5a37eb307a | 572af0c42ceb7cbd3ee27d9c6e65412896e88c85 | refs/heads/master | 2020-05-17T01:15:05.179670 | 2011-07-28T15:33:46 | 2011-07-28T15:33:46 | 30,379,625 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,593 | cpp | // Copyright (c) 2010 Nickolas Pohilets
//
// This file is a part of the unit test suit for the CppEvents library.
//
// 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 restrict... | [
"pohilets@67599820-88c8-11de-9c77-2f49170b69f2"
] | [
[
[
1,
170
]
]
] |
a2bdfa42dabd10f74856e5a1543494f3e02e219f | 968aa9bac548662b49af4e2b873b61873ba6f680 | /imgtools/romtools/rofsbuild/fatimagegenerator.h | a627d9d52e5621dae8f8dec9d6a054788e3b0a89 | [] | no_license | anagovitsyn/oss.FCL.sftools.dev.build | b3401a1ee3fb3c8f3d5caae6e5018ad7851963f3 | f458a4ce83f74d603362fe6b71eaa647ccc62fee | refs/heads/master | 2021-12-11T09:37:34.633852 | 2010-12-01T08:05:36 | 2010-12-01T08:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,997 | h | /*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.o... | [
"none@none",
"zheng.shen@nokia.com"
] | [
[
[
1,
54
],
[
57,
70
]
],
[
[
55,
56
]
]
] |
6c03ce187fe10a885c1fd7e1b9ca8b95dfe45ccd | 7a310d01d1a4361fd06b40a74a2afc8ddc23b4d3 | /src/DonutSecurityZone.cpp | 1a814fdd70081f355f7b2be6545d1585bdd22bf4 | [] | no_license | plus7/DonutG | b6fec6111d25b60f9a9ae5798e0ab21bb2fa28f6 | 2d204c36f366d6162eaf02f4b2e1b8bc7b403f6b | refs/heads/master | 2020-06-01T15:30:31.747022 | 2010-08-21T18:51:01 | 2010-08-21T18:51:01 | 767,753 | 1 | 2 | null | null | null | null | SHIFT_JIS | C++ | false | false | 846 | cpp | /**
* @file DonutSecurityZone.cpp
* @brief クッキーの扱いに関するコマンドメッセージをハンドリングするクラス
*/
#include "stdafx.h"
#include "DonutSecurityZone.h"
#if defined USE_ATLDBGMEM
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
void CDonutSecurityZone::OnCookieAllowAll(WORD /*wNotifyCode*/... | [
"ahya365@gmail.com"
] | [
[
[
1,
33
]
]
] |
61ee548eed40d4c87de68abe1875456d32906803 | 25233569ca21bf93b0d54ca99027938d65dc09d5 | /SystemInfo.cpp | 8ca19dba40ca69c87f91ea0b21d8ec90ca1ca362 | [] | 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 | WINDOWS-1250 | C++ | false | false | 37,319 | cpp | #include "common.h"
#include <stdio.h>
#include "processor.h"
#include "SystemInfo.h"
#include "Label.h"
const int unitsDefault = 0;
const int unitsKB = 1;
const int unitsMB = 2;
const int unitsGB = 3;
const int unitsPercent = 4;
// enum Bus
#define BusType char
#define ISA 0
#define SMB... | [
"jugg@hotmail.com"
] | [
[
[
1,
1577
]
]
] |
4e1dfb2464d8abfe5f86eed4cc738eff96f74fb2 | 5fb9b06a4bf002fc851502717a020362b7d9d042 | /developertools/GumpEditor/entity/GumpBorder.cpp | 843749a315cf8e8c91ba0c7132b89cbd321ce595 | [] | no_license | bravesoftdz/iris-svn | 8f30b28773cf55ecf8951b982370854536d78870 | c03438fcf59d9c788f6cb66b6cb9cf7235fbcbd4 | refs/heads/master | 2021-12-05T18:32:54.525624 | 2006-08-21T13:10:54 | 2006-08-21T13:10:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,066 | cpp | #include "StdAfx.h"
#include "GumpEditor.h"
#include "StdGrfx.h"
#include ".\gumpBorder.h"
#include "GumpEditorDoc.h"
CGumpBorder::CGumpBorder(CGumpPtr pGump) : CGumpPicture(NULL)
{
SetGump(pGump);
SetTitle("border");
SetType("border");
CString strName;
strName.Format("border_%x", pGump ? pGump... | [
"sience@a725d9c3-d2eb-0310-b856-fa980ef11a19"
] | [
[
[
1,
114
]
]
] |
28ab3899dd503523f98a7e93fcf65beea259afa0 | 3414945a21f778f467500c2ba0ae743fd6653565 | /src/gdx-cpp/graphics/Texture.cpp | 6a667588854d1b9053832e26d4336ff2e7b0f503 | [
"Apache-2.0"
] | permissive | fredmen/libgdx-cpp | 945fdd6ec9837230a19d65cc560f210627747600 | 3447a8fa2a4f5435a6f9fe8a6405327877c263b2 | refs/heads/master | 2021-01-16T00:17:10.413392 | 2011-09-30T12:44:25 | 2011-09-30T12:44:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,191 | cpp |
/*
Copyright 2011 Aevum Software aevum @ aevumlab.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless requi... | [
"victor.v.carvalho@gmail.com",
"henviso@gmail.com"
] | [
[
[
1,
354
],
[
356,
357
]
],
[
[
355,
355
]
]
] |
7975d28b2400dbb06ab65864824d2dffa83821ae | 2cb90fce964b78852ab83c27d81d3be5c3394281 | /src/edoo/Hora.cpp | 7d6e0660e116c70a9882fc8f9485a7c058b4d554 | [] | no_license | pauek/edoo | d103b9250170f56cc48cd2688d8e4d7ec8a25397 | 17c66e5ecb379131d98c5e98a4bb4f9662810448 | refs/heads/master | 2016-09-06T05:44:32.325766 | 2011-04-25T18:53:22 | 2011-04-25T18:53:22 | 1,397,972 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,788 | cpp |
#include "Hora.h"
Hora::Hora() {
_hores = 0; _minuts = 0; _segons = 0;
}
Hora::Hora(int h, int m, int s) {
_hores = h; _minuts = m; _segons = s;
_ajusta();
}
Hora::Hora(int segons) {
_hores = 0; _minuts = 0; _segons = segons;
_ajusta();
}
Hora::Hora(const Hora &h)... | [
"pau.fernandez@upc.edu"
] | [
[
[
1,
122
]
]
] |
2866d5791062f5b77c7e9978ae8eb6230003f9a9 | 4b116281b895732989336f45dc65e95deb69917b | /Code Base/GSP410-Project2/Quadrant.h | 861ece5a1bffb1b6f372b3ce0d0e4c4d446fbd2f | [] | no_license | Pavani565/gsp410-spaceshooter | 1f192ca16b41e8afdcc25645f950508a6f9a92c6 | c299b03d285e676874f72aa062d76b186918b146 | refs/heads/master | 2021-01-10T00:59:18.499288 | 2011-12-12T16:59:51 | 2011-12-12T16:59:51 | 33,170,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,599 | h | //Will Zepeda
//GSP-410
//Quadrant.h
//Class that holds all data a quadrant needs to init, update, and pass
//to renderer
#pragma once
#include "Structures.h"
#include "Sector.h"
#include "Unit.h"
#include "EnemyUnit.h"
#include "FriendlyUnit.h"
#include "Star.h"
#include "Station.h"
//MAKE INTO SING... | [
"willzep@gmail.com@7eab73fc-b600-5548-9ef9-911d97763ba7",
"cdcredninja@gmail.com@7eab73fc-b600-5548-9ef9-911d97763ba7",
"garys.gray@gmail.com@7eab73fc-b600-5548-9ef9-911d97763ba7"
] | [
[
[
1,
11
],
[
14,
14
],
[
17,
28
],
[
30,
30
],
[
32,
35
],
[
37,
37
],
[
41,
44
],
[
46,
117
]
],
[
[
12,
13
],
[
29,
... |
b01ab371fb9d9959e50c35dd477af116a617c0b4 | 7a310d01d1a4361fd06b40a74a2afc8ddc23b4d3 | /src/Thumbnail.h | f41620cfd7af3e9d02a0e5a9a20281767cf28b70 | [] | no_license | plus7/DonutG | b6fec6111d25b60f9a9ae5798e0ab21bb2fa28f6 | 2d204c36f366d6162eaf02f4b2e1b8bc7b403f6b | refs/heads/master | 2020-06-01T15:30:31.747022 | 2010-08-21T18:51:01 | 2010-08-21T18:51:01 | 767,753 | 1 | 2 | null | null | null | null | SHIFT_JIS | C++ | false | false | 11,643 | h | /**
* @file Thumbnail.h
* @brief サムネール表示.
* @note
* +++ 本家unDonut R5で実装 R10βで破棄されたルーチンを復活.
* +++ タブ数が多いとダイアログでるまでにかなり待ち時間発生する.... スレッドに分けるべきなんだろうなあ.
*/
#ifndef __THUMBNAIL_H_
#define __THUMBNAIL_H_
#define USE_THUMBNAIL
#include "resource.h"
//#include "MtlWin.h"
class CThumbnailDlg : public C... | [
"ahya365@gmail.com"
] | [
[
[
1,
488
]
]
] |
9d0d2d43f145e09c5b64dca843e0f68245fe3cf3 | 2c1e5a69ca68fe185cc04c5904aa104b0ba42e32 | /src/game/cui.cpp | 1094deecb32c48bca1f9624186ac1c537dbbfc67 | [] | no_license | dogtwelve/newsiderpg | e3f8284a7cd9938156ef8d683dca7bcbd928c593 | 303566a034dca3e66cf0f29cf9eaea1d54d63e4a | refs/heads/master | 2021-01-10T13:03:31.986204 | 2010-06-27T05:36:33 | 2010-06-27T05:36:33 | 46,550,247 | 0 | 1 | null | null | null | null | UHC | C++ | false | false | 73,618 | cpp | #include "Defines.h"
#include "../common/Engine.h"
#include "../common/Image.h"
#include "../common/Stream.h"
#include "../common/Graphics.h"
#include "ASprite.h"
#include "../wipi/Small_Font.h"
#include "cui.h"
#include "ENTITY.h"
#include "Command_Def.h"
#include "USER_Map.h"
#include "Module_Move.h"
... | [
"secret5374@hotmail.com"
] | [
[
[
1,
3088
]
]
] |
d6321d194475e8d055e0d44afce00465ff0178af | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/WildMagic2/Source/Curves/WmlSingleCurve2.cpp | dd4764ed008ddbb321b940e7ce77ec8f1365c0f1 | [] | 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 | 2,693 | 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,
78
]
]
] |
75ac511c80a4ad558c39977b77d5445aeaa112c7 | 382b459563be90227848e5125f0d37f83c1e2a4f | /Schedule/src/type.cpp | 3c08b6a0920ec34d7be9dbe2bee239782e96b3c2 | [] | no_license | Maciej-Poleski/SchoolTools | 516c9758dfa153440a816a96e3f05c7f290daf6c | e55099f77eb0f65b75a871d577cc4054221b9802 | refs/heads/master | 2023-07-02T09:07:31.185410 | 2010-07-11T20:56:59 | 2010-07-11T20:56:59 | 392,391,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32 | cpp | #include "../include/type.h"
| [
"Maciej-Poleski@users.noreply.github.com"
] | [
[
[
1,
2
]
]
] |
6426a06097c68862b7de72dff9aea11caa68da4e | 0bce46a5dd859d82824f4b74c4adecd7b4bc2387 | /sourcecode/level.cpp | 4955744e6a2668fd2ab903c2f21e7da2f9b245e2 | [] | no_license | xflash/moon-invaders | a08e00ddb590fa3bd395e65bb793a67166a27eb1 | 8124f4787a8b1b201e85c17010620488f51827a4 | refs/heads/master | 2021-01-25T08:38:05.896106 | 2009-02-19T09:41:38 | 2009-02-19T09:41:38 | 32,315,985 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,157 | cpp | #include "level.h"
#include "player.h"
#include "invader.h"
void NextLevel(void)
{
float spd;
int cnt;
word life;
float space;
if(NoInvaders() && player.life>0)
{
player.level++;
if(player.money+player.level/2<=160)
player.money+=player.level/2;
else
player.money=160;
cnt=playe... | [
"rcoqueugniot@19f3d9c2-fe69-11dd-a3ef-1f8437fb274a"
] | [
[
[
1,
55
]
]
] |
8c54759f77f45ccfcd59affa338329700dd189c5 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/ossrv/stdlibs/apps/libdl/src/tdlserver.cpp | 1c0db2755fe4704a809d00dd0327bb57e8014fb0 | [] | no_license | SymbianSource/oss.FCL.sftools.ana.compatanamdw | a6a8abf9ef7ad71021d43b7f2b2076b504d4445e | 1169475bbf82ebb763de36686d144336fcf9d93b | refs/heads/master | 2020-12-24T12:29:44.646072 | 2010-11-11T14:03:20 | 2010-11-11T14:03:20 | 72,994,432 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,649 | cpp | /*
* Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/lega... | [
"none@none"
] | [
[
[
1,
106
]
]
] |
589264f701d272a5ec51c487e0a30fe29f3cf639 | 4ab592fb354f75b42181d5375d485031960aaa7d | /src/core/graphics.cpp | 0ae0a82b28f587c09b876b9b4518b99a891e8a2f | [] | no_license | CBE7F1F65/cca610e2e115c51cef211fafb0f66662 | 806ced886ed61762220b43300cb993ead00949dc | b3cdff63d689e2b1748e9cd93cedd7e8389a7057 | refs/heads/master | 2020-12-24T14:55:56.999923 | 2010-07-23T04:24:59 | 2010-07-23T04:24:59 | 32,192,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 45,158 | cpp | /*
** Haaf's Game Engine 1.8
** Copyright (C) 2003-2007, Relish Games
** hge.relishgames.com
**
** Core functions implementation: graphics
*/
/************************************************************************/
/* Part of this file is modified by h5nc (h5nc@yahoo.com.cn) */
/* Changes of adj... | [
"CBE7F1F65@4a173d03-4959-223b-e14c-e2eaa5fc8a8b"
] | [
[
[
1,
1757
]
]
] |
9fcfcecf622131052de86621cbb2c78f74572d09 | 6fa6532d530904ba3704da72327072c24adfc587 | /SCoder/SCoder/coders/lsbsoundcoder.cpp | 17ca1f855e7f380717468a147e70a67b28cfc335 | [] | no_license | photoguns/code-hnure | 277b1c0a249dae75c66e615986fb1477e6e0f938 | 92d6ab861a9de3f409c5af0a46ed78c2aaf13c17 | refs/heads/master | 2020-05-20T08:56:07.927168 | 2009-05-29T16:49:34 | 2009-05-29T16:49:34 | 35,911,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,630 | cpp | ////////////////////////////////////////////////////////////////////////////////
#include "lsbsoundcoder.h"
#include <cassert>
////////////////////////////////////////////////////////////////////////////////
LSBSoundCoder::LSBSoundCoder()
{
}
//////////////////////////////////////////////////////////... | [
"beemasterz@gmail.com@8592428e-0b6d-11de-9036-69e38a880166"
] | [
[
[
1,
319
]
]
] |
639f4ca27acb23506ae51f7ce030de0884cb27f6 | bc748fecef580023b06779a36ba37f0b6375e16b | /code/source/powerups/PowerupReverse.cpp | 61913d6a53cb54c13b1f780fa2faba072c218d19 | [] | no_license | Zilor/tetricycle | 9c89e6c4b3a144873295ba642390ecc83049b965 | 0d34bbb1c4dc248db0586bf0a4ab24d0ce7a997c | refs/heads/master | 2016-09-06T07:52:04.401928 | 2010-10-21T00:23:23 | 2010-10-21T00:23:23 | 34,345,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,091 | cpp | /*
* TetriCycle
* Copyright (C) 2009, 2010 Cale Scholl
*
* This file is part of TetriCycle.
*
* TetriCycle 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... | [
"CaleScholl@ee772953-8931-6355-c94c-fe2f9a27bad4"
] | [
[
[
1,
65
]
]
] |
19c0e49baf1a47891bab7f36d5d144b13404d43f | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /libs/STLPort-4.0/stlport/stl/_string_hash.h | 228c7268ad0269e1843e88c84ffe427e7921efdd | [
"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 | 1,942 | h | /*
* Copyright (c) 1997-1999
* Silicon Graphics Computer Systems, Inc.
*
* 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 here... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
66
]
]
] |
68ad66c47f6d1d3f49d12df7302c285a3597476d | ac559231a41a5833220a1319456073365f13d484 | /src/old/server-jaus/cxutils/networking/tcpserver.h | 8c58b78198546358c94ab94cb0b1df2714125ea6 | [] | no_license | mtboswell/mtboswell-auvc2 | 6521002ca12f9f7e1ec5df781ed03419129b8f56 | 02bb0dd47936967a7b9fa7d091398812f441c1dc | refs/heads/master | 2020-04-01T23:02:15.282160 | 2011-07-17T16:48:34 | 2011-07-17T16:48:34 | 32,832,956 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,919 | h | ////////////////////////////////////////////////////////////////////////////////////
///
/// \file tcpserver.h
/// \brief This file contains software for the TcpServer. These
/// sockets are created by the TcpListenSocket and are used to handle
/// TCP connections from clients (TcpClientSocket).
///
/// <b... | [
"cdel@vt.edu"
] | [
[
[
1,
80
]
]
] |
ade47a0e15611d2138c61d98c2e2e63be6a1e980 | dc9d65f711d3507da390eefb57c7519c97e81c64 | /plugins/filetransfer/ftid.cpp | 8d740888c43a3a85e8635a1a37306c9e844a9e6b | [] | no_license | xjohncz/saje | 40cd6d3a11b07c7e4b0f205762aacbe7528e4906 | 7c8a6c1cfab57feacc2dd657c70380b38330e3ef | refs/heads/master | 2021-01-20T08:46:49.601271 | 2011-04-20T03:18:10 | 2011-04-20T03:18:10 | 35,888,997 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 333 | cpp | #include "ftid.h"
FTId::FTId()
{
}
bool FTId::operator==(const FTId &other) const {
return id == other.id && contact == other.contact && incoming == other.incoming;
}
bool FTId::operator<(const FTId &other) const {
return id < other.id || contact < other.contact || (incoming ? 1 : 0) < (other.incoming ?... | [
"sje397@200c22c1-0253-0410-a7cc-2773c7d12e9d"
] | [
[
[
1,
13
]
]
] |
d5fe1a23693b36c29bfae388c4cda8489be5ce55 | dba70d101eb0e52373a825372e4413ed7600d84d | /Demo/Demo_Beginning/Beginning.cpp | 82459d3c385430436915d6acd50b23071066d505 | [] | no_license | nustxujun/simplerenderer | 2aa269199f3bab5dc56069caa8162258e71f0f96 | 466a43a1e4f6e36e7d03722d0d5355395872ad86 | refs/heads/master | 2021-03-12T22:38:06.759909 | 2010-10-02T03:30:26 | 2010-10-02T03:30:26 | 32,198,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,658 | cpp | #include "Beginning.h"
int WINAPI WinMain ( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow )
{
App app;
app.start();
return 0;
}
void App::init(Renderer& renderer, const AppParam& param)
{
Matrix4X4 view, projection,world;
MatrixUtil::getViewSpace(view,Vector3(0,0,-3),Ve... | [
"nustxujun@yahoo.com.cn@c2606ca0-2ebb-fda8-717c-293879e69bc3"
] | [
[
[
1,
67
]
]
] |
aa5b7baf68b76c896d781645d22a863fd4673e04 | fd3f2268460656e395652b11ae1a5b358bfe0a59 | /srchybrid/StatisticsDlg.h | b9fcdca8a6689e16ad6285bea7f8fcacc1f808e2 | [] | no_license | mikezhoubill/emule-gifc | e1cc6ff8b1bb63197bcfc7e67c57cfce0538ff60 | 46979cf32a313ad6d58603b275ec0b2150562166 | refs/heads/master | 2021-01-10T20:37:07.581465 | 2011-08-13T13:58:37 | 2011-08-13T13:58:37 | 32,465,033 | 4 | 2 | null | null | null | null | ISO-8859-16 | C++ | false | false | 8,310 | h | //this file is part of eMule
//Copyright (C)2002-2008 Merkur ( strEmail.Format("%s@%s", "devteam", "emule-project.net") / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
//as published by the Free Softwa... | [
"Mike.Ken.S@dd569cc8-ff36-11de-bbca-1111db1fd05b"
] | [
[
[
1,
206
]
]
] |
02393b63692c4c76922fff24fbbae0304fb95cbb | ee2e06bda0a5a2c70a0b9bebdd4c45846f440208 | /word/CppUTest/tests/AllTests.cpp | ead0a1e432ad5726e82fa3a67896e1b81ee65413 | [] | no_license | RobinLiu/Test | 0f53a376e6753ece70ba038573450f9c0fb053e5 | 360eca350691edd17744a2ea1b16c79e1a9ad117 | refs/heads/master | 2021-01-01T19:46:55.684640 | 2011-07-06T13:53:07 | 2011-07-06T13:53:07 | 1,617,721 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,794 | 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... | [
"RobinofChina@43938a50-64aa-11de-9867-89bd1bae666e"
] | [
[
[
1,
36
]
]
] |
a93bec93f32ccadcf99d427fb28423f3bc5a84db | 8258620cb8eca7519a58dadde63e84f65d99cc80 | /sandbox/dani/open_GL_examples/robot/robot.cpp | df5c7c7f4148aea5c8f584dca47f79caf1ddf214 | [] | no_license | danieleferro/3morduc | bfdf4c296243dcd7c5ba5984bc899001bf74732b | a27901ae90065ded879f5dd119b2f44a2933c6da | refs/heads/master | 2016-09-06T06:02:39.202421 | 2011-03-23T08:51:56 | 2011-03-23T08:51:56 | 32,210,720 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,281 | cpp | #include "robot.h"
void PaintCylinder(GLfloat radius,GLfloat height);
void PaintDisk(GLfloat radius);
Robot::Robot(float x, float y, float theta)
{
radius = y;
this->x = x;
this->y = y;
this->theta = theta;
}
void Robot::Place(GLfloat new_x, GLfloat new_y,
GLfloat new_theta)
{
this->x ... | [
"loris.fichera@9b93cbac-0697-c522-f574-8d8975c4cc90",
"daniele.ferro86@9b93cbac-0697-c522-f574-8d8975c4cc90"
] | [
[
[
1,
5
],
[
7,
7
],
[
9,
13
],
[
16,
23
],
[
25,
26
],
[
28,
29
],
[
36,
36
],
[
38,
40
],
[
42,
49
],
[
52,
66
],... |
565f158c094984434566f5bbefe138e1a7f20f50 | 1960e1ee431d2cfd2f8ed5715a1112f665b258e3 | /src/com/coconnectionpoint.cpp | be228713aa3dec0cef04c0e16888b657d4231d6c | [] | no_license | BackupTheBerlios/bvr20983 | c26a1379b0a62e1c09d1428525f3b4940d5bb1a7 | b32e92c866c294637785862e0ff9c491705c62a5 | refs/heads/master | 2021-01-01T16:12:42.021350 | 2009-11-01T22:38:40 | 2009-11-01T22:38:40 | 39,518,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,941 | cpp | /*
* $Id$
*
* Connection point object that manages IUnknown pointers.
* This is a stand-alone object created from the implementation of IConnectionPointContainer.
*
* Copyright (C) 2008 Dorothea Wachmann
*
* This program is free software: you can redistribute it and/or modify
* it under the terms... | [
"dwachmann@01137330-e44e-0410-aa50-acf51430b3d2"
] | [
[
[
1,
312
]
]
] |
f030f21a8f3e3d0d9e83d8dcedfd50d783239674 | bf7d05c055c5686e4ded30f9705a28a396520d48 | /Meta/MetaFCO.h | 9c1a1752783b26c407681bf236833a4dfbd7d6ee | [] | no_license | ghemingway/mgalib | f32438d5abdbeb5739c298e401a0513f91c8d6d0 | c8cf8507a7fe73efe1da19abcdb77b52e75e2de0 | refs/heads/master | 2020-12-24T15:40:33.538434 | 2011-02-04T16:38:09 | 2011-02-04T16:38:09 | 32,185,568 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,146 | h | #ifndef __META_METAFCO_H__
#define __META_METAFCO_H__
/*** Included Header Files ***/
#include "MetaBase.h"
/*** Namespace Declaration ***/
namespace MGA {
/*** Class Predefinitions ***/
class MetaAttribute;
class MetaRole;
class MetaFolder;
// --------------------------- MetaFCO -------------... | [
"graham.hemingway@8932de9b-a0df-7518-fb39-9aee4a96b462"
] | [
[
[
1,
65
]
]
] |
670c4d2ed5ad07d082b59bea8a28734c316573f6 | 65da00cc6f20a83dd89098bb22f8f93c2ff7419b | /HabuGraphics/LPad/Source/Main.cpp | 3ff9b54a415035c9e9e5fd17b92ad3fd92be5ef3 | [] | no_license | skevy/CSC-350-Assignment-5 | 8b7c42257972d71e3d0cd3e9566e88a1fdcce73c | 8091a56694f4b5b8de7e278b64448d4f491aaef5 | refs/heads/master | 2021-01-23T11:49:35.653361 | 2011-04-20T02:20:06 | 2011-04-20T02:20:06 | 1,638,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,202 | cpp | //***************************************************************************//
// HabuGraphics Pad
// Written By Jeremy M Miller (Author of HabuGraphics Engine)
// Description: This is test platform for my OpenGL based graphics engine
// Version 0.01.103004
//
// Copyright (c) 2005-2010 Jeremy M Miller. All rig... | [
"adam.skevy@mac.com"
] | [
[
[
1,
28
]
]
] |
4d0c97591fee8446add8c6ea254a8e1cf9003ff4 | 4061b5e48204bf0ee878440a602d84c1d6623396 | /boilerplates/class.hpp | d24bdbf72c01bd9da0bdd1b1724be2cee244e520 | [] | no_license | m0tive/boil | 9863dabf39eedf34e932dea2f5c502da2c32cc6c | 115bb5cb15fed9805be56b3b395e25136ad52fc5 | refs/heads/master | 2020-04-05T09:19:57.514860 | 2010-12-01T22:50:11 | 2010-12-01T22:50:11 | 1,130,227 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 858 | hpp | // File Info {{{
//------------------------------------------------------------------------------
/// \file @FILENAME@.hpp
/// \date @DATE@
/// \author @AUTHOR@
/// \brief
/// \note Copyright (C) @YEAR@ - All Rights Reserved
//}}}---------------------------------------------------------------------------
// I... | [
"peter.dodds@gmail.com",
"peter@pddds.com"
] | [
[
[
1,
18
],
[
23,
40
]
],
[
[
19,
22
]
]
] |
119efb31aca8e2447318ac50f1c3466688d78cc3 | e59eeaca030f1fdf12cb79de0e646fafdaab2c64 | /stdafx.cpp | 4a590d3a2a524f75d872aa34bcef79f0bd5e7c43 | [] | no_license | jcccf/hepth | 5215c5056845efb06601ad20ea975587bfa8463d | 093ad00ec8e833be8b8a7501245be09489887371 | refs/heads/master | 2021-01-22T09:54:57.305488 | 2010-12-05T04:16:15 | 2010-12-05T04:16:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 292 | cpp | // stdafx.cpp : source file that includes just the standard includes
// hepth.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"jccccf@gmail.com"
] | [
[
[
1,
8
]
]
] |
679a78ead474d38baad794758485473d01d4287f | 7acbb1c1941bd6edae0a4217eb5d3513929324c0 | /GLibrary-CPP/sources/GPushButton.h | a4229f9b48b85e1cc726317d6117a3f7c6e1d891 | [] | no_license | hungconcon/geofreylibrary | a5bfc96e0602298b5a7b53d4afe7395a993498f1 | 3abf3e1c31a245a79fa26b4bcf2e6e86fa258e4d | refs/heads/master | 2021-01-10T10:11:51.535513 | 2009-11-30T15:29:34 | 2009-11-30T15:29:34 | 46,771,895 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 364 | h |
#ifndef __GPUSHBUTTON_H__
# define __GPUSHBUTTON_H__
#include "GWidget.h"
#include "GExport.h"
class GEXPORTED GPushButton : public GWidget
{
public:
GPushButton(GWidget *Parent);
GPushButton(const GString &Text, GWidget *Parent);
~GPushButton(void);
void SetText(const GString &Text);
... | [
"mvoirgard@34e8d5ee-a372-11de-889f-a79cef5dd62c",
"tincani.geoffrey@gmail.com"
] | [
[
[
1,
5
],
[
7,
7
],
[
9,
10
],
[
13,
18
],
[
20,
22
]
],
[
[
6,
6
],
[
8,
8
],
[
11,
12
],
[
19,
19
]
]
] |
4e46afceffeaea922af56d5cafb74e916ce3ef90 | 9756190964e5121271a44aba29a5649b6f95f506 | /SimpleParam/Param/src/MainWindow/CrossParamControl.cpp | fb464e02e985ef18646144af7bff98c9c3dd0ebd | [] | no_license | feengg/Parameterization | 40f71bedd1adc7d2ccbbc45cc0c3bf0e1d0b1103 | f8d2f26ff83d6f53ac8a6abb4c38d9b59db1d507 | refs/heads/master | 2020-03-23T05:18:25.675256 | 2011-01-21T15:19:08 | 2011-01-21T15:19:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,946 | cpp | #include "CrossParamControl.h"
#include "../Param/CrossParameter.h"
#include "../Param/Parameter.h"
#include "../Param/ParamDrawer.h"
#include "../ModelMesh/MeshModel.h"
#include <fstream>
CrossParamControl::CrossParamControl(QGLViewer* _gl_viewer_1, QGLViewer* _gl_viewer_2, QWidget* parent)
: QWidget(parent)
... | [
"weihongyu1987@gmail.com"
] | [
[
[
1,
491
]
]
] |
c27b9a6d6b9fdea59879e5ea73b83b7a7f4a6b4a | 5e61787e7adba6ed1c2b5e40d38098ebdf9bdee8 | /sans/models/c_models/models.hh | 54f7bc56f52a434ae3eef87ec23be5d2a2354f70 | [] | no_license | mcvine/sansmodels | 4dcba43d18c930488b0e69e8afb04139e89e7b21 | 618928810ee7ae58ec35bbb839eba2a0117c4611 | refs/heads/master | 2021-01-22T13:12:22.721492 | 2011-09-30T14:01:06 | 2011-09-30T14:01:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,426 | hh | /**
This software was developed by the University of Tennessee as part of the
Distributed Data Analysis of Neutron Scattering Experiments (DANSE)
project funded by the US National Science Foundation.
If you use DANSE applications to do scientific research that leads to
publication, we ask that you acknowled... | [
"doucetm@ornl.gov",
"galina@nist.gov",
"jhcho@nist.gov"
] | [
[
[
1,
20
],
[
25,
34
],
[
37,
46
],
[
48,
50
],
[
438,
442
],
[
445,
452
],
[
454,
456
],
[
783,
799
],
[
801,
803
],
[
831,
... |
17e7d1ddfd988c2429e2b27285acb233bf3d2ea6 | 21dd1ece27a68047f93bac2bdf9e6603827b1990 | /CppUTest/src/CppUTest/Extensions/OrderedTest.cpp | 4b5331ee6c810c2b3fd8de04d3b8f4a6773502d9 | [] | no_license | LupusDei/8LU-DSP | c626ce817b6b178c226c437537426f25597958a5 | 65860326bb89a36ff71871b046642b7dd45d5607 | refs/heads/master | 2021-01-17T21:51:19.971505 | 2010-09-24T15:08:01 | 2010-09-24T15:08:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,242 | 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... | [
"dougbradbury@doug-mbp15.local"
] | [
[
[
1,
130
]
]
] |
8930696700514c1402bd95951223561c0e97f835 | fd518ed0226c6a044d5e168ab50a0e4a37f8efa9 | /iAuthor/AmpSdk/wmvgen/src/Common/dshowutil.cpp | 98ee6f3f43858988b5b47920aab75be271472798 | [] | no_license | shilinxu/iprojects | e2e2394df9882afaacfb9852332f83cbef6a8c93 | 79bc8e45596577948c45cf2afcff331bc71ab026 | refs/heads/master | 2020-05-17T19:15:43.197685 | 2010-04-02T15:58:11 | 2010-04-02T15:58:11 | 41,959,151 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,837 | cpp | //------------------------------------------------------------------------------
// File: DShowUtil.cpp
//
// Desc: DirectShow sample code - utility functions.
//
// Copyright (c) 2000-2001 Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------... | [
"gomtos@gmail.com"
] | [
[
[
1,
711
]
]
] |
f12e85f46a29784ab528dae9c1ead5f9d53932f5 | 3414945a21f778f467500c2ba0ae743fd6653565 | /src/gdx-cpp/graphics/g2d/BitmapFontCache.cpp | 518d183a3c7a3ba162d3ef5241dd377d4509d7d6 | [
"Apache-2.0"
] | permissive | fredmen/libgdx-cpp | 945fdd6ec9837230a19d65cc560f210627747600 | 3447a8fa2a4f5435a6f9fe8a6405327877c263b2 | refs/heads/master | 2021-01-16T00:17:10.413392 | 2011-09-30T12:44:25 | 2011-09-30T12:44:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,030 | cpp |
/*
Copyright 2011 Aevum Software aevum @ aevumlab.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless requi... | [
"victor.v.carvalho@gmail.com"
] | [
[
[
1,
330
]
]
] |
9d30df56dd0865093da01edb500a846b683d36db | b8fe0ddfa6869de08ba9cd434e3cf11e57d59085 | /NxOgre/build/source/NxOgreMemoryResource.cpp | 4b23fa93ff26000dbf9d9c371e334e5dc7f30574 | [] | no_license | juanjmostazo/ouan-tests | c89933891ed4f6ad48f48d03df1f22ba0f3ff392 | eaa73fb482b264d555071f3726510ed73bef22ea | refs/heads/master | 2021-01-10T20:18:35.918470 | 2010-06-20T15:45:00 | 2010-06-20T15:45:00 | 38,101,212 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 10,564 | cpp | /** File: NxOgreMemoryResource.cpp
Created on: 17-Nov-08
Author: Robin Southern "betajaen"
© Copyright, 2008-2009 by Robin Southern, http://www.nxogre.org
This file is part of NxOgre.
NxOgre is free software: you can redistribute it and/or modify
it under the terms of the GNU L... | [
"ithiliel@6899d1ce-2719-11df-8847-f3d5e5ef3dde"
] | [
[
[
1,
454
]
]
] |
780fde75f7c2726547ced2ac0c7823680a9ab2e7 | 222bc22cb0330b694d2c3b0f4b866d726fd29c72 | /src/nv38box/Math/WmlGVector.h | 73150877eee39370f494f94af36adb215d35e6ed | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | darwin/inferno | 02acd3d05ca4c092aa4006b028a843ac04b551b1 | e87017763abae0cfe09d47987f5f6ac37c4f073d | refs/heads/master | 2021-03-12T22:15:47.889580 | 2009-04-17T13:29:39 | 2009-04-17T13:29:39 | 178,477 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,441 | h | // 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 ... | [
"antonin@hildebrand.cz"
] | [
[
[
1,
81
]
]
] |
b2c6a8f746a5f840cc8319341a7ea5dba042aa60 | dda0d7bb4153bcd98ad5e32e4eac22dc974b8c9d | /tests/crash_report_api_test.cpp | 34df857afef7fbda6e6561eba4140ac9b1bc9d10 | [
"BSD-3-Clause"
] | permissive | systembugtj/crash-report | abd45ceedc08419a3465414ad9b3b6a5d6c6729a | 205b087e79eb8ed7a9b6a7c9f4ac580707e9cb7e | refs/heads/master | 2021-01-19T07:08:04.878028 | 2011-04-05T04:03:54 | 2011-04-05T04:03:54 | 35,228,814 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,636 | cpp | /*************************************************************************************
This file is a part of CrashRpt library.
Copyright (c) 2003, Michael Carruth
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the ... | [
"yeshunping@gmail.com@9307afbf-8b4c-5d34-949b-c69a0924eb0b"
] | [
[
[
1,
933
]
]
] |
f4ffb9b22d2f864df9a93681aa294fc7f0cd8786 | 0c5fd443401312fafae18ea6a9d17bac9ee61474 | /code/engine/EventSystem/Core/ThreadingPolicy.cpp | 332923eeadf74fe8d8ef27b7b9d93cb4c57b1d1e | [] | no_license | nurF/Brute-Force-Game-Engine | fcfebc997d6ab487508a5706b849e9d7bc66792d | b930472429ec6d6f691230e36076cd2c868d853d | refs/heads/master | 2021-01-18T09:29:44.038036 | 2011-12-02T17:31:59 | 2011-12-02T17:31:59 | 2,877,061 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,462 | cpp | /* ___ _________ ____ __
/ _ )/ __/ ___/____/ __/___ ___ _/_/___ ___
/ _ / _// (_ //___/ _/ / _ | _ `/ // _ | -_)
/____/_/ \___/ /___//_//_|_, /_//_//_|__/
/___/
This file is part of the Brute-Force Game Engine, BFG-Engine
... | [
"wittus@gmx.de"
] | [
[
[
1,
46
]
]
] |
e7a8dbb7760185d454dc4c950454a43184d0c0cb | 30e4267e1a7fe172118bf26252aa2eb92b97a460 | /code/pkg_Example/Modules/MFCExtTempl/Module.cpp | 3ca6e4250de4c2a73a21aebe504950a2796d3e51 | [
"Apache-2.0"
] | permissive | thinkhy/x3c_extension | f299103002715365160c274314f02171ca9d9d97 | 8a31deb466df5d487561db0fbacb753a0873a19c | refs/heads/master | 2020-04-22T22:02:44.934037 | 2011-01-07T06:20:28 | 2011-01-07T06:20:28 | 1,234,211 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 235 | cpp | #include "stdafx.h"
#include <afxdllx.h>
#include <XModuleMacro.h>
#include <XModuleImpl.h>
#include "Cx_Example2.h"
XBEGIN_DEFINE_MODULE()
XDEFINE_CLASSMAP_ENTRY(CLSID_Example, Cx_Example2)
XEND_DEFINE_MODULE_MFCEXTDLL()
| [
"rhcad1@71899303-b18e-48b3-b26e-8aaddbe541a3"
] | [
[
[
1,
10
]
]
] |
541bf84d759bea49f83bd0b6241d335b75a476c0 | 3da0b0276bc8c3d7d1bcdbabfb0e763a38d3a24c | /zju.finished/1246.cpp | f80cdd411d5781ce34b50a2087b603f768aeb253 | [] | no_license | usherfu/zoj | 4af6de9798bcb0ffa9dbb7f773b903f630e06617 | 8bb41d209b54292d6f596c5be55babd781610a52 | refs/heads/master | 2021-05-28T11:21:55.965737 | 2009-12-15T07:58:33 | 2009-12-15T07:58:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,400 | cpp | #include<iostream>
#include<vector>
using namespace std;
// Wrong Answer
struct Node {
int c, e; // c是系数, e是指数
bool operator<(const Node&rhs)const{
return e>rhs.e;
}
};
char buf[100];
void output(vector<Node> &pro){
if(pro.size() == 0){
printf("0\n");
return;
... | [
"zhouweikuan@gmail.com"
] | [
[
[
1,
102
]
]
] |
ea035d6da3139c9da5e67be2c80593c95bd81f20 | 51c71b06d7fa1aa97df4ffe6782e9a4924480a33 | /Calibration/CameraManager.h | 6cddff60f90c8ae6db411269c89cf6c4b2b6c5b4 | [] | no_license | alonf01/open-light | 9eb8d185979cfa16797f9d2201cf192b3e91f270 | 685f974fcd7cc29b6bec00fa17804c5f2b7a83c3 | refs/heads/master | 2020-05-30T15:24:08.579565 | 2010-12-14T00:56:32 | 2010-12-14T00:56:32 | 35,759,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,195 | h | ////////////////////////////////////////////////////////////////////////////////////////////////////
// file: Calibration\CameraManager.h
//
// summary: Abstracted Camera SDK Interface Class.
// Virtual class that defines the interfaces for managing camera SDKs
//
// Brett Jones & Rajinder Sodhi 2010
//... | [
"b.jonessoda@8a600b9a-ddf7-11de-b878-c5ec750a8c44"
] | [
[
[
1,
49
]
]
] |
0e2db0a4be21b3e9e9d381ca7f0321f0f1dcb8b0 | 15e150276fe80a4a50c77826fad0270d87ffc706 | /ukol2/src/main.cpp | 897cefd0be9a203942a53614ae4040e9de137ebb | [] | no_license | dk1844/fit-par-batoh-ws2010 | 50c23b29ba86b3a45946858968d190550e488e87 | cb4b229c636019a533127ff01e05adcf5eed3154 | refs/heads/master | 2021-03-12T19:22:53.479227 | 2010-12-15T20:21:24 | 2010-12-15T20:21:24 | 32,389,454 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,700 | cpp | /*
* File: main.cpp
* Author: Daniel Kavan
*
* Created on 30. září 2010, 18:29
*
*
*
* **PERKS**
*
* * the current value of a bag used to be calculated when expanding (just as volume is).
* This has been changed, bc. we can save the time for computing value for variations of contents that ar... | [
"dk1844@a7112e55-00eb-d1e0-63ed-7a5e4b87212c",
"mvcelicka@a7112e55-00eb-d1e0-63ed-7a5e4b87212c"
] | [
[
[
1,
32
],
[
34,
57
],
[
60,
64
],
[
75,
75
],
[
77,
77
],
[
91,
114
],
[
126,
126
],
[
129,
129
],
[
132,
132
],
[
137,
... |
fe238f47f319c6bdabaee832aa5bdf8ba57530f4 | 1960e1ee431d2cfd2f8ed5715a1112f665b258e3 | /src/com/covariant.cpp | f83a6a431b6faaa852186fffe7fa1a29788989a8 | [] | no_license | BackupTheBerlios/bvr20983 | c26a1379b0a62e1c09d1428525f3b4940d5bb1a7 | b32e92c866c294637785862e0ff9c491705c62a5 | refs/heads/master | 2021-01-01T16:12:42.021350 | 2009-11-01T22:38:40 | 2009-11-01T22:38:40 | 39,518,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,751 | cpp | /*
* $Id$
*
* COM VARIANT and PROPVARIANT Helper.
*
* Copyright (C) 2008 Dorothea Wachmann
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License,... | [
"dwachmann@01137330-e44e-0410-aa50-acf51430b3d2"
] | [
[
[
1,
349
]
]
] |
c4c368f4661ead1bf5c8446e550071a41ecc3585 | bdb1e38df8bf74ac0df4209a77ddea841045349e | /CapsuleSortor/Version 1.0 -2.0/CapsuleSortor-10-11-12/CapsuleSortor-10-11-12/ToolSrc/TImgRowIter.h | bbd1ded1e34a79eda95a651b05e3506a01a51bd1 | [] | 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 | UTF-8 | C++ | false | false | 1,946 | h | // Image row Iterator class
#ifndef TIMGROWITER_H
#define TIMGROWITER_H
#include "PixelType.h"
template<class T>
class TImgRowIter
{
private:
struct current
{
T* p; // Pointer to start of row y
int x; // x coordinate of start of row
int y; // y coordinate of current row
int by... | [
"vincen.cn@66f52ff4-a261-11de-b161-9f508301ba8e"
] | [
[
[
1,
88
]
]
] |
4844a45aacea4cc15b8e54e8f579b31c327bc5a3 | 9df2486e5d0489f83cc7dcfb3ccc43374ab2500c | /src/objects/ball.cpp | 53d789f9839f81d115284e29da1a872c7c7ac20d | [] | 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 | 11,715 | cpp | /***************************************************************************
* ball.cpp - ball class
*
* Copyright (C) 2006 - 2009 Florian Richter
***************************************************************************/
/*
This program is free software; you can redistribute it and/or modify
it un... | [
"renardchien@gmail.com"
] | [
[
[
1,
500
]
]
] |
5c5a007bc9d6ba555b5723dcfc2f16bfed463e4a | dadae22098e24c412a8d8d4133c8f009a8a529c9 | /tp2/src/vector3.h | 84655c0c8c6251af6385eed27f8f6cf66edfb5fe | [] | no_license | maoueh/PHS4700 | 9fe2bdf96576975b0d81e816c242a8f9d9975fbc | 2c2710fcc5dbe4cd496f7329379ac28af33dc44d | refs/heads/master | 2021-01-22T22:44:17.232771 | 2009-10-06T18:49:30 | 2009-10-06T18:49:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,019 | h | #ifndef VECTOR3_H
#define VECTOR3_H
#include "common.h"
template <class Real>
class Vector3
{
public:
static const Vector3 ZERO;
static const Vector3 UNIT_X;
static const Vector3 UNIT_Y;
static const Vector3 UNIT_Z;
inline Vector3();
inline Vector3(Real x, Real y, Real z);
... | [
"matthieu.o.vachon@gmail.com"
] | [
[
[
1,
86
]
]
] |
e18b1f0514d43e32f06333a3f63a6ee873fecebf | 7c51155f60ff037d1b8d6eea1797c7d17e1d95c2 | /eJVM-Final/Loader.cpp | cd46caf56640c41401b60e86a154d69e7e5d081c | [] | no_license | BackupTheBerlios/ejvm | 7258cd180256970d57399d0c153d00257dbb127c | 626602de9ed55a825efeefd70970c36bcef0588d | refs/heads/master | 2020-06-11T19:47:07.882834 | 2006-07-10T16:39:59 | 2006-07-10T16:39:59 | 39,960,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,207 | cpp | #include "Loader.h"
#include "Heap.h"
#include <stdio.h>
#include <sys/stat.h>
//#include <unistd.h>
Loader * Loader::loaderInstance = NULL;
//--------------------------------------------------------------
Loader * Loader::getInstance()
{
if(loaderInstance == NULL)
loaderInstance = new Loader;
... | [
"ahmed_seddiq"
] | [
[
[
1,
126
]
]
] |
dfb169746018e4ce98a388dbbd86f5b88a0cc7ed | 5dfa2f8acf81eb653df4a35a76d6be973b10a62c | /trunk/Community_Core_Vision/addons/ofxNCore/src/Modules/ofxNCoreVision.h | 8975a1eeebdc587963ac98a5e3e29b66f7fa7cbd | [] | no_license | guozanhua/ccv-multicam | d69534ff8592f7984a5eadc83ed8b20b9d3df949 | 31206f0de7f73b3d43f2a910fdcdffb7ed1bf2c2 | refs/heads/master | 2021-01-22T14:24:52.321877 | 2011-08-31T14:18:44 | 2011-08-31T14:18:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,935 | h |
/*
* ofxNCoreVision.h
* NUI Group Community Core Vision
*
* Created by NUI Group Dev Team A on 2/1/09.
* Updated by Anatoly Churikov on 12/03/11
* Copyright 2011 NUI Group. All rights reserved.
*
*/
#ifndef _ofxNCoreVision_H
#define _ofxNCoreVision_H
//Main
#include "ofMain.h"
//Addons
#i... | [
"AChurikov89@gmail.com@da66ed7f-4d6a-8cb4-a557-1474cfe16edc"
] | [
[
[
1,
371
]
]
] |
f96d224a609663652b63ea4ec818d9bdaf6350b2 | 0531b270535a46f315ead3524e60fb70fd6055da | /Source/libkwl/Bot_Hybrid.cpp | c4fe0cc47da8d1eb9668bee57e08aceb609e00b2 | [] | no_license | jannispl/kwlbot | e7588283d395ea6d54f6a82d45f2f0577f66fde1 | a5c1ea65c38067747893eeccdae726faeedec0d5 | refs/heads/master | 2021-01-01T19:10:16.324535 | 2010-12-12T22:58:24 | 2010-12-12T22:58:24 | 33,863,720 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,466 | cpp | /*
kwlbot IRC bot
File: Bot_Hybrid.cpp
Purpose: Class which represents an IRC bot
IRCD-Hybrid service implementation
*/
#include "StdInc.h"
#include "Bot.h"
#include "WildcardMatch.h"
#include "IrcMessages.h"
#include <algorithm>
// Shortcut to call an event
#define CALL_EVENT_NOARG(w... | [
"mave1337@gmail.com@f9c66ffb-4930-c197-0f80-100fa691f586"
] | [
[
[
1,
50
]
]
] |
3abf2c640aef51e11e5993b4ac472208fec87ba0 | 5ff30d64df43c7438bbbcfda528b09bb8fec9e6b | /kgraphics/math/Triangle.cpp | 24da26db6ca54d635ebc0d4c7e15eef5a35578d4 | [] | 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 | 22,998 | cpp | #include <stdafx.h>
#include <kgraphics/math/Triangle.h>
#include <kgraphics/math/Vector3.h>
#include <kgraphics/math/Vector2.h>
#include <kgraphics/math/Ray3.h>
#include <kgraphics/math/math.h>
#include <kgraphics/math/Plane.h>
namespace gfx {
// helper functions
inline bool AdjustQ( const Vector3& P0, ... | [
"keedongpark@keedongpark"
] | [
[
[
1,
654
]
]
] |
a9b6834c4cca4e00533b4b336756980d474671a2 | 5e0422794380a8f3bf06d0c37ac2354f4b91fefb | /fastnet/session_acceptor_factory.h | e639226a3da3e67ab926f99d49afc284e198cd16 | [] | no_license | OrAlien/fastnetwork | 1d8fb757b855b1f23cc844cda4d8dc7a568bc38e | 792d28d8b5829c227aebe8378f60db17de4d6f14 | refs/heads/master | 2021-05-28T20:30:24.031458 | 2010-06-02T14:30:04 | 2010-06-02T14:30:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 444 | h | #pragma once
#include "session_type.h"
#include "datagram_acceptor.h"
namespace fastnet
{
class session_acceptor_factory
{
public:
session_acceptor_factory(void);
~session_acceptor_factory(void);
public:
static session_acceptor * new_session_acceptor( transport_type type ) {
switch( typ... | [
"everwanna@8b0bd7a0-72c1-11de-90d8-1fdda9445408"
] | [
[
[
1,
27
]
]
] |
4ab30d7265f94b61bc150ff596d3dc4955bb3840 | 2f77d5232a073a28266f5a5aa614160acba05ce6 | /01.DevelopLibrary/SaveSmsTest/InfoCenterOfSmartPhone/NewSmsWnd.h | 49fb8b168df1d67cc2eaa47cce53d0c3e39e222a | [] | 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 | GB18030 | C++ | false | false | 2,117 | h |
#ifndef __NewSmsWnd_h__
#define __NewSmsWnd_h__
//此代码演示了:
// 创建和初始化应用程序
// 创建和初始化窗体
// 按钮控件的使用及其命令消息的处理
// 单行文本编辑器
// 文字按钮工具条
// 响应屏幕旋转的消息以及处理旋转后ToolBarText的位置
#define MZ_IDC_SEND_SMS_BTN 101
#define IDC_PPM_OK 102
#define IDC_PPM_CANCEL 103
#define MZ_IDC_RECIEVERS_EDIT 104
#define MZ_... | [
"saviola0830@gmail.com"
] | [
[
[
1,
98
]
]
] |
50a8197b7cf43e63150fec2e95eef7597fd27560 | 3af6c2119743037b41eee8a46244ade56a2ac3e3 | /Cpp/Box2D/Joints/Box2dDistanceJointRef.h | a308a83c9bca1c0fea6be7e32cdb62e885dd583c | [
"MIT"
] | permissive | TheProjecter/tgb-box2d-integration | 16f848a8deb89d4ecbd4061712c385c19225b1b7 | 85cbc6e45f563dafc0b05e75a8f08338e1a5941a | refs/heads/master | 2021-01-10T19:20:19.741374 | 2009-05-02T12:35:20 | 2009-05-02T12:35:20 | 42,947,643 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,955 | h | //=============================================================================
// Box2dDistanceJointRef.h
//=============================================================================
/*
TGB-Box2D-Integration (http://code.google.com/p/tgb-box2d-integration/)
Copyright (c) 2009 Michael Woerister
Permission is... | [
"michaelwoerister@f3bf45be-f2fd-11dd-89c5-9df526a60542"
] | [
[
[
1,
48
]
]
] |
4713f34527b8a7c9db89ea6fd27ff8a3baa91310 | d8ee6216089aa884589ca9175d3bc191dcc1ea12 | /PostEffectProgram/Include/Utilities.h | 0d3779288c6cd7486a9803645a5d6d4b812f5226 | [] | no_license | OtterOrder/posteffectprogram | a15035eb96a107ec220f834baeb4c4db2573fd56 | ff713b71ba72984e74fc62e9a1f7b1fb8fb43198 | refs/heads/master | 2016-09-05T09:06:20.138050 | 2009-06-30T07:21:43 | 2009-06-30T07:21:43 | 32,115,407 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,343 | h | #pragma once
#include "Types.h"
//------------------------------------------------------------------------------------------------------------------------------
#define SAFE_DELETE(p) \
{ \
if (p) \
{ \
delete p; \
p = NULL; \
} \
}
//------------------------------------... | [
"alban.chagnoleau@7ea0d518-2368-11de-96a1-5542d1fc8aa6",
"germain.mazac@7ea0d518-2368-11de-96a1-5542d1fc8aa6"
] | [
[
[
1,
49
]
],
[
[
50,
51
]
]
] |
863ba5110999dd640e651d29173e5808566a94a0 | 9a48be80edc7692df4918c0222a1640545384dbb | /Libraries/Boost1.40/libs/spirit/test/qi/and_predicate.cpp | ddd2d13e52c4180cb1751b620833557cb90d6d0a | [
"BSL-1.0"
] | permissive | fcrick/RepSnapper | 05e4fb1157f634acad575fffa2029f7f655b7940 | a5809843f37b7162f19765e852b968648b33b694 | refs/heads/master | 2021-01-17T21:42:29.537504 | 2010-06-07T05:38:05 | 2010-06-07T05:38:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 839 | cpp | /*=============================================================================
Copyright (c) 2001-2007 Joel de Guzman
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)
====================================... | [
"metrix@Blended.(none)"
] | [
[
[
1,
27
]
]
] |
b514de08b0aebada84f35c618b1c8eb84f2d4b3c | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SEFoundation/SESceneGraph/SEUnculledObject.h | 963feb8c98ae624bffe0b6cd85644551c5a5bcdb | [] | no_license | pizibing/swingengine | d8d9208c00ec2944817e1aab51287a3c38103bea | e7109d7b3e28c4421c173712eaf872771550669e | refs/heads/master | 2021-01-16T18:29:10.689858 | 2011-06-23T04:27:46 | 2011-06-23T04:27:46 | 33,969,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,561 | 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,
52
]
]
] |
65eec260070d9ff4c9027baaca08d9fecf5ae6e3 | 93176e72508a8b04769ee55bece71095d814ec38 | /Utilities/otbliblas/include/liblas/external/property_tree/detail/xml_parser_write.hpp | 88c98fa8021efd707850e584e4614e5d94021632 | [
"MIT",
"BSL-1.0"
] | permissive | inglada/OTB | a0171a19be1428c0f3654c48fe5c35442934cf13 | 8b6d8a7df9d54c2b13189e00ba8fcb070e78e916 | refs/heads/master | 2021-01-19T09:23:47.919676 | 2011-06-29T17:29:21 | 2011-06-29T17:29:21 | 1,982,100 | 4 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 7,480 | hpp | // ----------------------------------------------------------------------------
// Copyright (C) 2002-2006 Marcin Kalicinski
//
// 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)
//
// For more information,... | [
"otmane.lahlou@c-s.fr"
] | [
[
[
1,
194
]
]
] |
730620c5a528cdb20916def16462ee67a45f779b | fc4946d917dc2ea50798a03981b0274e403eb9b7 | /gentleman/gentleman/WindowsAPICodePack/WindowsAPICodePack/DirectX/DirectX/DirectWrite/DWriteFontFace.h | e048433200ec00132f7cb87e6b8f10bb7b60c5e1 | [] | no_license | midnite8177/phever | f9a55a545322c9aff0c7d0c45be3d3ddd6088c97 | 45529e80ebf707e7299887165821ca360aa1907d | refs/heads/master | 2020-05-16T21:59:24.201346 | 2010-07-12T23:51:53 | 2010-07-12T23:51:53 | 34,965,829 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,914 | h | //Copyright (c) Microsoft Corporation. All rights reserved.
#pragma once
#include "DirectUnknown.h"
#include "DWriteStructs.h"
#ifdef GetGlyphIndices // make sure the ::GetGlyphIndices function is undefined
#undef GetGlyphIndices
#endif
using namespace Microsoft::WindowsAPICodePack::DirectX;
namespac... | [
"lucemia@9e708c16-f4dd-11de-aa3c-59de0406b4f5"
] | [
[
[
1,
152
]
]
] |
ed8f37c99553bb0505396e868ff227d371fda7e9 | fc4946d917dc2ea50798a03981b0274e403eb9b7 | /gentleman/gentleman/WindowsAPICodePack/WindowsAPICodePack/DirectX/DirectX/Direct2D/D2DGeometrySink.cpp | c39f2354ca73fb4e94feafe5e73122bb978ad1fc | [] | no_license | midnite8177/phever | f9a55a545322c9aff0c7d0c45be3d3ddd6088c97 | 45529e80ebf707e7299887165821ca360aa1907d | refs/heads/master | 2020-05-16T21:59:24.201346 | 2010-07-12T23:51:53 | 2010-07-12T23:51:53 | 34,965,829 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,293 | cpp | // Copyright (c) Microsoft Corporation. All rights reserved.
//+----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// File name:
// GeometrySink.cpp
//
// Description:
// Implements native geometry sink ... | [
"lucemia@9e708c16-f4dd-11de-aa3c-59de0406b4f5"
] | [
[
[
1,
295
]
]
] |
dff79c1d12983decadbd4b22c5d96490d61f72a4 | d9a78f212155bb978f5ac27d30eb0489bca87c3f | /PB/src/PbLib/GeneratedFiles/Release/moc_PBLauncher.cpp | 3efeec80f733ee1f8ddb649831896ff8f5947823 | [] | no_license | marchon/pokerbridge | 1ed4a6a521f8644dcd0b6ec66a1ac46879b8473c | 97d42ef318bf08f3bc0c0cb1d95bd31eb2a3a8a9 | refs/heads/master | 2021-01-10T07:15:26.496252 | 2010-05-17T20:01:29 | 2010-05-17T20:01:29 | 36,398,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,888 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'PBLauncher.h'
**
** Created: Fri 2. Apr 21:30:26 2010
** by: The Qt Meta Object Compiler version 61 (Qt 4.5.2)
**
** WARNING! All changes made in this file will be lost!
*****************... | [
"mikhail.mitkevich@gmail.com"
] | [
[
[
1,
64
]
]
] |
9fd774810bd05411c2e32fcdea146e8f6c886f52 | 08b064b3fb246f720b8d9727d690ca8c3b96d100 | /Nordwind/game/object/Mobile.cpp | 8704ea1b23e034d26bd828cebe4d4bc0f432a128 | [] | no_license | michalxl/nordwind | e901d2d211b5db70e7b04700458cfbf8a4f68134 | 271bce7f872678a74c7020863bef9f7a7f4854af | refs/heads/master | 2021-01-10T06:37:41.935726 | 2011-01-03T00:09:06 | 2011-01-03T00:09:06 | 43,566,147 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,949 | cpp | /*
* Mobile.cpp
*
* Created on: 25.12.2009
* Author: idstein
*/
#include "Mobile.hpp"
#include <qpainter.h>
using namespace game;
// West = 0, Right = 1, East = 2, Down = 3, South = 4, Left = 5, North = 6, Up = 7
const quint8 Mobile::sDirectionMap[8] = { 3, 2, 1, 0, 1, 2, 3, 4 };
// we need to... | [
"paulidstein@ae180d36-aaa7-11de-892d-7b2b76e7707e"
] | [
[
[
1,
196
]
]
] |
2908dc23a2baadd5086c72465c78e9883024ca40 | 43626054205d6048ec98c76db5641ce8e42b8237 | /source/CMainMenuState.h | c5931f8c319de82bbdf62d77dad5067129fd04e4 | [] | no_license | Wazoobi/whitewings | b700da98b855a64442ad7b7c4b0be23427b0ee23 | a53fdb832cfb1ce8605209c9af47f36b01c44727 | refs/heads/master | 2021-01-10T19:33:22.924792 | 2009-08-05T18:30:07 | 2009-08-05T18:30:07 | 32,119,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,391 | h | //////////////////////////////////////////////////////////////////////////
// File Name : "CMainMenuState.h"
//
// Author : Juno Madden (JM)
//
// Purpose : To encapsulate all code for the main menu.
//////////////////////////////////////////////////////////////////////////
#pragma once
#include "IGameSta... | [
"Juno05@1cfc0206-7002-11de-8585-3f51e31374b7",
"gameatronMC@1cfc0206-7002-11de-8585-3f51e31374b7"
] | [
[
[
1,
26
],
[
28,
80
]
],
[
[
27,
27
]
]
] |
79d790d6fa18c010da6124756cb9e5f76dd70b0c | 77aa13a51685597585abf89b5ad30f9ef4011bde | /dep/src/boost/boost/exception/detail/object_hex_dump.hpp | cc4037bc8c86e83b832e69bd174335c10dc5aa9b | [] | no_license | Zic/Xeon-MMORPG-Emulator | 2f195d04bfd0988a9165a52b7a3756c04b3f146c | 4473a22e6dd4ec3c9b867d60915841731869a050 | refs/heads/master | 2021-01-01T16:19:35.213330 | 2009-05-13T18:12:36 | 2009-05-14T03:10:17 | 200,849 | 8 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 1,245 | hpp | //Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
//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 UUID_6F463AC838DF11DDA3E6909F56D89593
#define UUID_6F463AC838DF11DDA3E6909F56D89593
... | [
"pepsi1x1@a6a5f009-272a-4b40-a74d-5f9816a51f88"
] | [
[
[
1,
40
]
]
] |
454d5601cb51ac0caf4e120fa75bf3385f505d13 | 9426ad6e612863451ad7aac2ad8c8dd100a37a98 | /ULLib/src/ULListCtrl.cpp | ab65db73504612ad0c15c2f1e0d60683a9df0a4f | [] | 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 | 4,508 | cpp | ///\file ULListCtrl.cpp
///\brief фаил реализации класса лист контрола
#include "..\..\ULLib\Include\ULListCtrl.h"
#include "..\..\ULLib\Include\ULRes.h"
namespace ULWnds
{
namespace ULControls
{
CULListCtrl::CULListCtrl():
ULWnds::CULSubClass()
{
}
BOOL CULListCtrl::Create(HWND hParent... | [
"UncleLab@a8b69a72-a546-0410-9fb4-5106a01aa11f"
] | [
[
[
1,
168
]
]
] |
56337df185682398662943d942bbf62d579a1254 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ObjectDLL/ObjectShared/GameServerShell.cpp | bbd894ac5f403146767aa7b5a8ebf430b33b72b7 | [] | 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 | 151,432 | cpp | // ----------------------------------------------------------------------- //
//
// MODULE : GameServerShell.cpp
//
// PURPOSE : The game's server shell - Implementation
//
// CREATED : 9/17/97
//
// (c) 1997-2002 Monolith Productions, Inc. All Rights Reserved
//
// -----------------------------------------... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
5491
]
]
] |
fee9c65bacbb1fc28e0022e45e88f7000a43d738 | 9ad9345e116ead00be7b3bd147a0f43144a2e402 | /Integration_WAH_&_Extraction/SMDataExtraction/SMPreprocessing/DiscretizeData.cpp | 8691ae95bfeeb0c6424a551b4c60c49266287e88 | [] | no_license | asankaf/scalable-data-mining-framework | e46999670a2317ee8d7814a4bd21f62d8f9f5c8f | 811fddd97f52a203fdacd14c5753c3923d3a6498 | refs/heads/master | 2020-04-02T08:14:39.589079 | 2010-07-18T16:44:56 | 2010-07-18T16:44:56 | 33,870,353 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,933 | cpp | #include "StdAfx.h"
#include "DiscretizeData.h"
#include "AttributeType.h"
DiscretizeData::DiscretizeData(void)
{
}
DiscretizeData::~DiscretizeData(void)
{
delete this->_ctsDs;
}
EncodedIntAttribute* DiscretizeData::DiscretizeCtsAttribute(EncodedDoubleAttribute* _ctsAtt)
{
EncodedDoubleAttribute* do... | [
"jaadds@c7f6ba40-6498-11de-987a-95e5a5a5d5f1",
"samfernandopulle@gmail.com@c7f6ba40-6498-11de-987a-95e5a5a5d5f1"
] | [
[
[
1,
2
],
[
4,
10
],
[
12,
13
],
[
15,
15
],
[
17,
17
],
[
19,
20
],
[
22,
49
],
[
51,
66
],
[
69,
70
]
],
[
[
3,
... |
e68d92f1a4cbb9925d5bf153840c56f08279d1b8 | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Depend/Foundation/NumericalAnalysis/Wm4Eigen.cpp | 01fdafce526b70bc34093341268138ffe6c98724 | [] | 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 | 19,211 | cpp | // 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,
647
]
]
] |
e7ab8494ea3d7b8e7de724560f616775658e8ff0 | 9773c3304eecc308671bcfa16b5390c81ef3b23a | /MDI AIPI V.6.92 2003 ( Correct Save Fired Rules, AM =-1, g_currentLine)/AIPI/Aipi_Tokenizer.h | f34edeca9ae103aa5ffb3e13c3cd860e7f9d3150 | [] | no_license | 15831944/AiPI-1 | 2d09d6e6bd3fa104d0175cf562bb7826e1ac5ec4 | 9350aea6ac4c7870b43d0a9f992a1908a3c1c4a8 | refs/heads/master | 2021-12-02T20:34:03.136125 | 2011-10-27T00:07:54 | 2011-10-27T00:07:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,001 | h | // Aipi_Tokenizer.h: interface for the CAipi_Tokenizer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_AIPI_TOKENIZER_H__FE42D69B_22B3_4936_A9B0_946C2F6734A6__INCLUDED_)
#define AFX_AIPI_TOKENIZER_H__FE42D69B_22B3_4936_A9B0_946C2F6734A6__INCLUDED_
#if _MSC_VER ... | [
"flexdeveloper@gmgs-iMac.local"
] | [
[
[
1,
155
]
]
] |
8e0f4fbb4b260fd71a371e7fe725b9777befe3cf | fcdddf0f27e52ece3f594c14fd47d1123f4ac863 | /terralib/src/qwt/qwt_plot_axis.cpp | c44c2caf3f01b5d51c15fe5ee92e1d948bf3670c | [] | 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 | 15,373 | 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,
603
]
]
] |
2a1d860354172ab1d91f73e964986481b5ca0635 | 7f30cb109e574560873a5eb8bb398c027f85eeee | /src/appData.h | b01b8bfee3216b439599bbea13e7c7eb5e9b3bd3 | [] | no_license | svn2github/MITO | e8fd0e0b6eebf26f2382f62660c06726419a9043 | 71d1269d7666151df52d6b5a98765676d992349a | refs/heads/master | 2021-01-10T03:13:55.083371 | 2011-10-14T15:40:14 | 2011-10-14T15:40:14 | 47,415,786 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 3,291 | h | /**
* \file appData.h
* \brief File per la gestione dei dati
* \author ICAR-CNR Napoli
*/
#ifndef _appData_h_
#define _appData_h_
#include <string>
using namespace std;
class wxArrayString;
/**
* \class appData
* \brief Classe astratta responsabile della gestione dei dati
*/
class appDa... | [
"kg_dexterp37@fde90bc1-0431-4138-8110-3f8199bc04de"
] | [
[
[
1,
136
]
]
] |
a246fd49e88dee57a6e5bbdce0c3d153d308aecd | 0b55a33f4df7593378f58b60faff6bac01ec27f3 | /Konstruct/Common/Utility/kpuRegistry.cpp | 505213c7f4d20e22c912d925a1472646159f5b80 | [] | no_license | RonOHara-GG/dimgame | 8d149ffac1b1176432a3cae4643ba2d07011dd8e | bbde89435683244133dca9743d652dabb9edf1a4 | refs/heads/master | 2021-01-10T21:05:40.480392 | 2010-09-01T20:46:40 | 2010-09-01T20:46:40 | 32,113,739 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,297 | cpp | #include "StdAfx.h"
#include "Common\Utility\kpuRegistry.h"
char kpuRegistry::sm_szBaseKey[512];
kpuRegistry::kpuRegistry(void)
{
}
kpuRegistry::~kpuRegistry(void)
{
}
void kpuRegistry::SetBaseKey(const char* szKey)
{
memcpy(sm_szBaseKey, szKey, sizeof(sm_szBaseKey));
}
bool kpuRegistry::GetNubm... | [
"acid1789@0c57dbdb-4d19-7b8c-568b-3fe73d88484e"
] | [
[
[
1,
51
]
]
] |
a9d152e5d853b8ce552feeb45a2f5ea33b647c35 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/ngrass/src/nvegetation/nvegetationnode_cmds.cc | 9b672c99145646733a433e26ca61755a55fdb73b | [] | 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 | 873 | cc | #include "precompiled/pchngrass.h"
//------------------------------------------------------------------------------
// nvegetationnode_cmds.cc
// (C) 2004 Conjurer Services, S.A.
//------------------------------------------------------------------------------
#include "nvegetation/nvegetationnode.h"
#include "n... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
31
]
]
] |
8c8dc0891f703038ea9d6b7fd07f4281e82c8830 | 55196303f36aa20da255031a8f115b6af83e7d11 | /private/bikini/flash/player.cpp | b9075f14bf68b660c2987bd2ccad067cfeb3acce | [] | no_license | Heartbroken/bikini | 3f5447647d39587ffe15a7ae5badab3300d2a2ff | fe74f51a3a5d281c671d303632ff38be84d23dd7 | refs/heads/master | 2021-01-10T19:48:40.851837 | 2010-05-25T19:58:52 | 2010-05-25T19:58:52 | 37,190,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,468 | cpp | /*---------------------------------------------------------------------------------------------*//*
Binary Kinematics 3 - C++ Game Programming Library
Copyright (C) 2008-2010 Viktor Reutskyy
viktor.reutskyy@gmail.com
*//*----------------------------------------------------------------------------------------... | [
"viktor.reutskyy@68c2588f-494f-0410-aecb-65da31d84587"
] | [
[
[
1,
436
]
]
] |
d364600903f9e490be95830aefaac5adb5e71cfd | be3d7c318d79cd33d306aba58a1159147cac91fd | /modules/wgd_models/src/modelx.cpp | 27d9b13ea71396e3fe73bb02b8e7a9632bf8a8b9 | [] | no_license | knicos/Cadence | 827149b53bb3e92fe532b0ad4234b7d0de11ca43 | 7e1e1cf1bae664f77afce63407b61c7b2b0a4fff | refs/heads/master | 2020-05-29T13:19:07.595099 | 2011-10-31T13:05:48 | 2011-10-31T13:05:48 | 1,238,039 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,861 | cpp | #include <wgd/modelx.h>
#include <vector>
#include <wgd/bone.h>
#include <wgd/mesh.h>
#include <wgd/material.h>
#include <wgd/colour.h>
#include <wgd/vertex.h>
#include <wgd/animationset.h>
using namespace wgd;
using namespace cadence;
using namespace cadence::token;
static const cadence::token::Char<1> ... | [
"nwpope@gmail.com"
] | [
[
[
1,
610
]
]
] |
07ca197fc4059be0305fa804ffccd350ae45cdc0 | 40920d4672465672653eb2c3c6f0c233a2b09a29 | /imgpack/uImagePlaner.cpp | 515b764ae628964b683fc64883b6e37770fe6253 | [] | no_license | Letractively/imgpack | 70c6786724b80bedbbe9c52813931fc2f4b8bdba | f0504c829d21f6d20e891f7b5208cb40cb5e1c8f | refs/heads/master | 2021-01-10T16:55:16.212558 | 2011-11-14T20:25:32 | 2011-11-14T20:25:32 | 46,196,516 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,033 | cpp | // ImagePacker by DAS ( dasannikov@gmail.com )
#include <algorithm>
#include "uImagePlaner.h"
///////////////////////////////////////////////////////////////////////////
void uImagePlaner::add(int x, int y, const std::string imgName)
{
uImageRect img;
img.sizeX = x;
img.sizeY = y;
img.name = imgName;... | [
"dasannikov@gmail.com"
] | [
[
[
1,
135
]
]
] |
fdbe7526bdfa0578c9635aaa7e952d341ef12360 | a2ba072a87ab830f5343022ed11b4ac365f58ef0 | / urt-bumpy-q3map2 --username twentyseven@urbanterror.info/libs/jpeg6/jdsample.cpp | a15e252c7a8c5684fc21824f95cb38e9cd94f2b1 | [] | no_license | Garey27/urt-bumpy-q3map2 | 7d0849fc8eb333d9007213b641138e8517aa092a | fcc567a04facada74f60306c01e68f410cb5a111 | refs/heads/master | 2021-01-10T17:24:51.991794 | 2010-06-22T13:19:24 | 2010-06-22T13:19:24 | 43,057,943 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,813 | cpp | /*
* jdsample.c
*
* Copyright (C) 1991-1994, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains upsampling routines.
*
* Upsampling input data is counted in "... | [
"twentyseven@urbanterror.info"
] | [
[
[
1,
956
]
]
] |
93cdd62be27168d09ec73c5e809390e2520bc36b | 893d8c9628e99dfe4412c400e626ad6fd08da6ee | /rtgen_client.cpp | e6afced7b408aa476b406815d56afc9d2949dff7 | [] | no_license | herzi/distrrtgen | 3db54ace872076c3cd609d0dbbad4fea9dbcc815 | 5cad3a168eedb11ab0288e0748294630d078c10e | refs/heads/master | 2021-01-13T02:31:21.060660 | 2007-12-19T18:56:48 | 2007-12-19T18:56:48 | 5,073 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,638 | cpp | // rtgen_client.cpp : Defines the entry point for the console application.
//
#ifdef _WIN32
#pragma warning(disable : 4786)
#endif
#include "config.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <time.h>
#include <stdio.h>
#include "ServerConnector.h"
#include "RainbowTableGenerato... | [
"alexis.dagues@14c93cb0-9641-0410-902e-89133d47d5d8"
] | [
[
[
1,
523
]
]
] |
a9f04decadb9d8ef50e3d511b80a876995d2745b | d2fc16640fb0156afb6528e744867e2be4eec02c | /src/ScriptProcs/ScriptDrawing.cpp | b66748442315314311081652269802117a8c8f2e | [] | no_license | wlschmidt/lcdmiscellany | 8cd93b5403f9c62a127ddd00c8c5dd577cf72e2f | 6623ca05cd978d91580673e6d183f2242bb8eb24 | refs/heads/master | 2021-01-19T02:30:05.104179 | 2011-11-02T21:52:07 | 2011-11-02T21:52:07 | 48,021,331 | 1 | 1 | null | 2016-07-23T09:08:48 | 2015-12-15T05:20:15 | C++ | UTF-8 | C++ | false | false | 7,701 | cpp | #include "ScriptDrawing.h"
#include "../Screen.h"
#include "../ScriptObjects/ScriptFont.h"
#include "../Unicode.h"
#include "../malloc.h"
#include "../vm.h"
void ClearScreen(ScriptValue &s, ScriptValue *args) {
activeScreen->Clear();
}
void DrawPixel(ScriptValue &s, ScriptValue *args) {
activeScreen->Co... | [
"mattmenke@88352c64-7129-11de-90d8-1fdda9445408"
] | [
[
[
1,
279
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.