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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
74905fad8fcb9bb11a975615f2030d89ccc2f446 | c495b752e23e5879cddd6714a015aab5c67f09e0 | /ProjectSin/DXProject/gocCamera.cpp | c3b968601c678f3aaae1da4919847f09f268c8b8 | [] | no_license | zeno60/projectsin | 2c0d136995388de014ebaa6d70c0136b6ab43327 | a0d80a3da85cfeb683891eec0c9515a664cb4ce0 | refs/heads/master | 2021-01-02T23:06:37.648101 | 2008-08-09T07:39:51 | 2008-08-09T07:39:51 | 40,305,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,227 | cpp | #include "gocCamera.h"
#include "Application.h"
GOComponent::goc_id_type gocCamera::mComponentId = "gocCamera";
GOComponent::goc_id_type gocCamera::mFamilyId = "gocCamera";
gocCamera::gocCamera()
{
type = Type::LANDOBJECT;
position = vector3df(0.0f, 0.0f, -10.0f);
right = vector3df(1.0f, 0.0f, 0.0f);
... | [
"zeno60@5ee530d3-e753-0410-9a95-d5c3cf57bbea"
] | [
[
[
1,
192
]
]
] |
963be5446c05def0ea26ec0200dd41f2c2b06ee3 | f2b4a9d938244916aa4377d4d15e0e2a6f65a345 | /Game/GfxHlp.cpp | 12077d8799584c35b91eb466cccc411a89c12d47 | [
"Apache-2.0"
] | permissive | notpushkin/palm-heroes | d4523798c813b6d1f872be2c88282161cb9bee0b | 9313ea9a2948526eaed7a4d0c8ed2292a90a4966 | refs/heads/master | 2021-05-31T19:10:39.270939 | 2010-07-25T12:25:00 | 2010-07-25T12:25:00 | 62,046,865 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 23,602 | cpp | /*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use ... | [
"palmheroesteam@2c21ad19-eed7-4c86-9350-8a7669309276"
] | [
[
[
1,
679
]
]
] |
1183ed0533fecff701e82855d5fadbc22d1ed8a1 | be7eef50e21e11340134d150f78db8d6f5423e66 | /A14/A14.cpp | ead62b897169626a84e0cfb8aecbd6b942328007 | [] | no_license | Maciej-Poleski/Algorytmika | 8023aef976c1087e25a4f9079de65769cf690ae3 | 3a3818f82738d9ea42aba24dea89e9280d504f00 | refs/heads/master | 2023-07-06T03:57:54.430947 | 2011-05-26T15:57:11 | 2011-05-26T15:57:11 | 395,015,968 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,597 | cpp | #include <cstdio>
#include <stack>
using namespace std;
stack<int> stos;
inline bool tle(char a,char b)
{
if(b=='*' || b=='/')
return true;
if(a=='+' || a=='-')
return true;
return false;
}
inline void rpn()
{
int c;
while(c=getchar())
{
swit... | [
"Maciej-Poleski@users.noreply.github.com"
] | [
[
[
1,
82
]
]
] |
cd9f53ed559c00faee269633dbec3922440199db | 8a3fce9fb893696b8e408703b62fa452feec65c5 | /内存池/MemPool/MemFactory.cpp | 2e8d0e9f6b394ea62af3a1fa1c274c718202946f | [] | 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 | WINDOWS-1252 | C++ | false | false | 1,303 | cpp | #include "stdafx.h"
#include "App/Fun.h"
#include "MemFactory.h"
#define BINDTOFAC(Size,Alloc)\
m_memfactory->Register(Size, new Alloc(Size,CHUNKSIZE/Size) )
MemFactory::MemFactory()
{
/// ¾²Ì¬³õʼ»¯
m_alloc = &Chunk::Alloctor;
m_destory = &Chunk::Free;
m_memfactory = new Factory<long,Chunk*,... | [
"tangpeng918@126.com"
] | [
[
[
1,
66
]
]
] |
f9223e7123661e26a9380063a4223c858d6422b7 | ce1b0d027c41f70bc4cfa13cb05f09bd4edaf6a2 | / edge2d --username zmhn320@163.com/include/EdgeImageCodec.h | ffb4ef731330d840a7d93fcbe2ae92c2a2f64e9d | [] | no_license | ratalaika/edge2d | 11189c41b166960d5d7d5dbcf9bfaf833a41c079 | 79470a0fa6e8f5ea255df1696da655145bbf83ff | refs/heads/master | 2021-01-10T04:59:22.495428 | 2010-02-19T13:45:03 | 2010-02-19T13:45:03 | 36,088,756 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,093 | h | /*
-----------------------------------------------------------------------------
This source file is part of EDGE
(A very object-oriented and plugin-based 2d game engine)
For the latest info, see http://edge2d.googlecode.com
Copyright (c) 2007-2008 The EDGE Team
Also see acknowledgements in Readme.html
This... | [
"zmhn320@163.com@539dfdeb-0f3d-0410-9ace-d34ff1985647"
] | [
[
[
1,
78
]
]
] |
07a1279c0dcbead654246deba29ed4e50a0effb8 | 110f8081090ba9591d295d617a55a674467d127e | /Graphics/DrawObject.hpp | c71cc7265b6f14275fb63ec852fe5b62f847e0a3 | [] | no_license | rayfill/cpplib | 617bcf04368a2db70aea8b9418a45d7fd187d8c2 | bc37fbf0732141d0107dd93bcf5e0b31f0d078ca | refs/heads/master | 2021-01-25T03:49:26.965162 | 2011-07-17T15:19:11 | 2011-07-17T15:19:11 | 783,979 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | hpp | #ifndef DRAWOBJECT_HPP_
#define DRAWOBJECT_HPP_
#include <Graphics/Graphics.hpp>
class DrawObject :
public Drawable,
public Pickable
{
public:
DrawObject(int x, int y, int width, int height)
: Drawable(), Pickable(x, y, width, height)
{
plane.setWidth(width);
plane.setHeight(height);
plan... | [
"bpokazakijr@287b3242-7fab-264f-8401-8509467ab285",
"alfeim@287b3242-7fab-264f-8401-8509467ab285"
] | [
[
[
1,
3
],
[
5,
31
]
],
[
[
4,
4
]
]
] |
e657d38b834144cf5940e7b6710829d2fd3720ab | 102d8810abb4d1c8aecb454304ec564030bf2f64 | /TP2/Version 2/06Graficador/GraphicElement.cpp | 639173e25d1c127142b0124262f93cd8edf44ae0 | [] | no_license | jfacorro/tp-taller-prog-1-fiuba | 2742d775b917cc6df28188ecc1f671d812017a0a | a1c95914c3be6b1de56d828ea9ff03e982560526 | refs/heads/master | 2016-09-14T04:32:49.047792 | 2008-07-15T20:17:27 | 2008-07-15T20:17:27 | 56,912,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,890 | cpp | #include "GraphicElement.h"
#include "SDLHelper.h"
#include "Tag.h"
#ifndef GraphicElement_cpp
#define GraphicElement_cpp
void Circle::Print(SDLHelper * sdlHelper)
{
sdlHelper->DrawCircle(this->position.x, this->position.y, this->radius, this->color, this->textura, this->GetId());
}
void GraphicElemen... | [
"juan.facorro@6dff32cf-8f48-0410-9a2e-7b8b34aa6dfb"
] | [
[
[
1,
65
]
]
] |
7faba979f838f0b37cba65d21af357a1f0868d6d | 0841b965ef16edab738c260e2bb46dec5a44857d | /freetype/src/freetypefont.cpp | e7695c4ea97abf99e353202ff3d747dc0d905516 | [
"FTL"
] | permissive | 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 | 9,179 | cpp | #include "freetypefont.h"
#include "woopsistring.h"
#include "stringiterator.h"
using namespace WoopsiUI;
FreeTypeFont::FreeTypeFont(FreeTypeCache* fontCache, const FaceId* faceId, const u8 width, const u8 height, const u16 colour) : FontBase(height, 0) { // Don't need transparency
setColour(colour);
_fon... | [
"devnull@localhost"
] | [
[
[
1,
243
]
]
] |
ba5f5f7be8c830e4a754ccb20307d961e08fc2e1 | c2153dcfa8bcf5b6d7f187e5a337b904ad9f91ac | /depends/ClanLib/src/API/Core/Signals/signal_v5.h | 7385816b4a782e79bc1c65b006811dfe47adc774 | [] | no_license | ptrefall/smn6200fluidmechanics | 841541a26023f72aa53d214fe4787ed7f5db88e1 | 77e5f919982116a6cdee59f58ca929313dfbb3f7 | refs/heads/master | 2020-08-09T17:03:59.726027 | 2011-01-13T22:39:03 | 2011-01-13T22:39:03 | 32,448,422 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,561 | h | /*
** ClanLib SDK
** Copyright (c) 1997-2010 The ClanLib Team
**
** This software is provided 'as-is', without any express or implied
** warranty. In no event will the authors be held liable for any damages
** arising from the use of this software.
**
** Permission is granted to anyone to use this softwa... | [
"PTrefall@gmail.com@c628178a-a759-096a-d0f3-7c7507b30227"
] | [
[
[
1,
217
]
]
] |
35a9295ebe519fe9b1345005b32c7dade99356b3 | deb8ef49795452ff607023c6bce8c3e8ed4c8360 | /Projects/UAlbertaBot/Source/GameCommander.cpp | ed3fa6e608a4fc0be0c72c8c5a00e0b09f677293 | [] | no_license | timburr1/ou-skynet | f36ed7996c21f788a69e3ae643b629da7d917144 | 299a95fae4419429be1d04286ea754459a9be2d6 | refs/heads/master | 2020-04-19T22:58:46.259980 | 2011-12-06T20:10:34 | 2011-12-06T20:10:34 | 34,360,542 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,691 | cpp | #include "Common.h"
#include "GameCommander.h"
GameCommander::GameCommander() : numWorkerScouts(0), currentScout(NULL)
{
}
void GameCommander::update()
{
timerManager.startTimer(TimerManager::All);
// populate the unit vectors we will pass into various managers
populateUnitVectors();
// economy ... | [
"tim.r.burr@gmail.com@ce23f72d-95c0-fd94-fabd-fc6dce850bd1"
] | [
[
[
1,
322
]
]
] |
eb1ee268d75343fd602ca0a4d561786d9d317174 | c161e25ef2e951fac33d4dce91d9af8498f82631 | /raytracer.h | 02d17e5853308146e36cee4526dc1f316195e122 | [] | no_license | robalan11/ppccraytracer | ed99c4dcd7b448309623311f2bc8795ea10b63a8 | 86b4255d84c198ddfd5c7ab2944de0b356e0dbd3 | refs/heads/master | 2016-09-05T19:09:49.364994 | 2009-04-29T16:18:09 | 2009-04-29T16:18:09 | 32,401,067 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,868 | h | #ifndef _RAY_TRACER_
#define _RAY_TRACER_
#include <assert.h>
#include "argparser.h"
#include "ray.h"
#include "hit.h"
#include "camera.h"
#include <vector>
#include <math.h>
class Mesh;
class ArgParser;
// ====================================================================
// =====================... | [
"deemoney14@028394e8-2403-11de-b44d-8590aa00aed0",
"robalan@028394e8-2403-11de-b44d-8590aa00aed0"
] | [
[
[
1,
28
],
[
31,
32
],
[
36,
64
],
[
66,
72
]
],
[
[
29,
30
],
[
33,
35
],
[
65,
65
]
]
] |
ba29bacd50b6b677eddac69f667a52c2c2597b5b | 1feabd4308571795d0628355d9385ddb84f4334c | /common/rolade_properties.hpp | fd5cff899cf5de63f4a1af36d3aa03056c3d933f | [] | no_license | michalharakal/cheesboard.timer-modul | b7312156dafcaed35f12712899cbffc034ce65b7 | e83c2206f08929a5320952ac63d5d20dc0c148dd | refs/heads/master | 2021-01-01T19:06:32.758332 | 2011-12-29T22:04:23 | 2011-12-29T22:04:23 | 38,479,692 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 525 | hpp | /*
rolade.h
*/
#ifndef ROLADEDATA_HPP
#define ROLADEDATA_HPP
#include <stdio.h>
#include <inttypes.h>
extern "C" {
#include "rolade_properties.h"
};
class RoladeProperties:private RoladePropertiesData
{
public:
RoladeProperties();
~RoladeProperties();
void SetAutomaticInterval(... | [
"michal.harakal@googlemail.com"
] | [
[
[
1,
30
]
]
] |
0ee79d1f84fd13a05040c5fefc585526f506247d | c799faf4a4aaf9dd5ea5efd4d68a21f5dd02f12d | /SitStick/src/game/client/c_baseentity.h | 1a3235745870ad6d1f2e10db2fce8ac323d6b234 | [] | no_license | DreikVal/nicksproject | 05c1fb915ac492c569db126f742b88b77b644e6d | d57ed4d863d099b8bad8706d059c31309f05e256 | refs/heads/master | 2021-01-10T19:33:04.168437 | 2010-03-14T19:41:27 | 2010-03-14T19:41:27 | 34,276,127 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 73,195 | h | //===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======//
//
// Purpose: A base class for the client-side representation of entities.
//
// This class encompasses both entities that are created on the server
// and networked to the client AND entities that are created on the
// client.... | [
"chellsten@iinet.net.au@3ec673fc-a294-11de-9953-9d61583e2ada"
] | [
[
[
1,
2100
]
]
] |
2833f83fe29b6a2543bd65133a7e373886ae2093 | 944e19e1a68ac1d4c5f6e7ccde1061a43e791887 | /OBBDetection/OBBDetection/sky.cpp | cd54bd784868633e7a4fdf37916538061b0edd9b | [] | no_license | Fredrib/obbdetection | 0a797ecac2c24be1a75ddd67fd928e35ddc586f5 | 41e065c379ddfb7ec0ca4ec0616be5204736b984 | refs/heads/master | 2020-04-22T14:03:17.358440 | 2011-01-17T15:24:09 | 2011-01-17T15:24:09 | 41,830,450 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,984 | cpp | // File: sky.cpp
// Author: Jonathan Tompson
// e-mail: jjt2119@columbia.edu or jonathantompson@gmail.com
// Origional code taken from F. Luna's book.
//=============================================================================
// Sky.cpp by Frank Luna (C) 2004 All Rights Reserved.
//=====================... | [
"jonathantompson@5e2a6976-228a-6e25-3d16-ad1625af6446"
] | [
[
[
1,
105
]
]
] |
dad13caabf4ddc5c60320abd02280ba864f2b490 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/shortlinksrv/Bluetooth/T_BTSdpAPI/src/T_DataSdpIntBuf8.cpp | 913082922d141f86aecf1c574e5bfbd1d81bfc5a | [] | 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 | 3,094 | cpp | /*
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl... | [
"none@none"
] | [
[
[
1,
139
]
]
] |
551e491ef2f53091d5b7f4cd446d6fede1cdf690 | 9a48be80edc7692df4918c0222a1640545384dbb | /Libraries/Boost1.40/libs/date_time/test/posix_time/testtime_facet.cpp | d7b06972a2f49dc850df2a4b4020a380db84efbb | [
"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 | 17,405 | cpp |
/* Copyright (c) 2004 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
* Author: Jeff Garland, Bart Garst
* $Date: 2009-02-01 06:29:43 -0500 (Sun, 01 Fe... | [
"metrix@Blended.(none)"
] | [
[
[
1,
439
]
]
] |
213e61c45e4171f251334f30201f5c994768204b | 6c8c4728e608a4badd88de181910a294be56953a | /CommunicationModule/ChatMessageInterface.h | 941de5bca611bea5b0996181e9a9303e3be1687c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | caocao/naali | 29c544e121703221fe9c90b5c20b3480442875ef | 67c5aa85fa357f7aae9869215f840af4b0e58897 | refs/heads/master | 2021-01-21T00:25:27.447991 | 2010-03-22T15:04:19 | 2010-03-22T15:04:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 730 | h | // For conditions of distribution and use, see copyright notice in license.txt
#ifndef incl_Comm_ChatMessageInterface_h
#define incl_Comm_ChatMessageInterface_h
#include <QDateTime>
#include <QString>
namespace Communication
{
class ChatSessionParticipantInterface;
/**
* A message in chat s... | [
"jujjyl@5b2332b8-efa3-11de-8684-7d64432d61a3"
] | [
[
[
1,
27
]
]
] |
9b341fb4e6703775f129dc3a2d7d83d65372ae75 | 3321528d628e6ab430c3d0e76c83e5977a6c6257 | /glwidgettest2.h | 78d0864a6f98fde8f6a0e38ab8c099a035c583c2 | [] | no_license | LordN3mrod/OpenGLPlayaround | cbb5a0380ff7730c3a8f4550e046cf2607df9f13 | 5558d046d74b02b99798f50b1776206b98a867f9 | refs/heads/master | 2021-01-01T15:41:04.791016 | 2010-11-03T13:46:10 | 2010-11-03T13:46:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 393 | h | #ifndef GLWIDGETTEST2_H
#define GLWIDGETTEST2_H
#include <glwidget.h>
class GLWidgetTest2 : public GLWidget
{
Q_OBJECT
public:
explicit GLWidgetTest2(QWidget *parent = 0);
protected:
void resizeGL(int w, int h);
void paintGL();
void initializeGL();
void DrawScene();
privat... | [
"armen@.yerevan.cqg"
] | [
[
[
1,
24
]
]
] |
51804b81d3c14e454d044c46d248ee9166929b26 | fbe2cbeb947664ba278ba30ce713810676a2c412 | /iptv_root/sbVB/VBLib_6_2/src/test/VBCrossDll_test.cpp | 5f3172dc3cb53423e7f15a33f71e11c3ce4c2111 | [] | no_license | abhipr1/multitv | 0b3b863bfb61b83c30053b15688b070d4149ca0b | 6a93bf9122ddbcc1971dead3ab3be8faea5e53d8 | refs/heads/master | 2020-12-24T15:13:44.511555 | 2009-06-04T17:11:02 | 2009-06-04T17:11:02 | 41,107,043 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,527 | cpp | #include <string>
#include <deque>
#include <cmath>
#include <iostream>
#include <sstream> // istringstream
using namespace std;
#include "VBLib/VBLib.h"
using namespace br::com::sbVB::VBLib;
class Figure // abstract base class
{
public:
virtual void draw() = 0; // pure virtual
virtual const char *getNa... | [
"heineck@c016ff2c-3db2-11de-a81c-fde7d73ceb89"
] | [
[
[
1,
200
]
]
] |
d071f9c767f22f5f6eec08244261bd41fdc717b8 | 3464482d0516fe967133bce6e374b4993d426f35 | /WTL DragDropTutorial/mainfrm.cpp | 6b4316f3e5bcf2b3f203c70c4efa7ff6297a672a | [] | no_license | dannydraper/CedeCryptPortable | 75fc2cc0b17546469b9da7d0e82dcc150c6e24ab | e848915107597d1ada0c7de18a8ede46e9a44de1 | refs/heads/master | 2021-01-09T20:03:52.722661 | 2010-09-27T18:49:42 | 2010-09-27T18:49:42 | 63,583,875 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,683 | cpp | // MainFrm.cpp : implmentation of the CMainFrame class
/////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "resource.h"
#include "aboutdlg.h"
#include "WTLCabViewView.h"
#include "MainFrm.h"
#include "CabFuncs.h"
#include "MyDialogs.h"
#include "DragDrop... | [
"ddraper@06f4e086-0d69-e349-ad0a-cc76533d4475"
] | [
[
[
1,
510
]
]
] |
9bd544c96062a0d2b3500363c491625f9495700d | ad6a37b326227901f75bad781f2cbf357b42544f | /Effects/SimpleMotionBlur.cpp | 88687719b69c3c1f987a900ca56e4e5e2e1aabf9 | [] | no_license | OpenEngineDK/branches-PostProcessingEffects | 83b4e1dc1a390b66357bed6bc94d4cab16ef756a | c4f4585cbdbb905d382499bf12fd8bfe7d27812c | refs/heads/master | 2021-01-01T05:43:32.564360 | 2009-04-20T14:50:03 | 2009-04-20T14:50:03 | 58,077,144 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,472 | cpp | #include "SimpleMotionBlur.h"
SimpleMotionBlur::SimpleMotionBlur(Viewport* viewport, IEngine& engine) : PostProcessingEffect(viewport,engine,false) {
}
void SimpleMotionBlur::Setup() {
for (unsigned int i=0; i<numSavedFrames; i++)
colorBufferFrames[i] = ITexture2DPtr(new Texture2D(0, 0, TEX_RGBA, TEX_REPE... | [
"anissen@daimi.au.dk",
"cpvc@openengine.dk"
] | [
[
[
1,
2
],
[
4,
6
],
[
8,
19
],
[
21,
34
]
],
[
[
3,
3
],
[
7,
7
],
[
20,
20
]
]
] |
184d8b79ec090ff15c07b3c2c9297943fcddef33 | 12d2d19ae9e12973a7d25b97b5bc530b82dd9519 | /QtMobility/include/qnetworksession.h | 7b90d84dece3da5f1bdff1bf0a6ea14387eb637c | [] | no_license | gaoxiaojun/delicacymap | fe82b228e89d3fad48262e03bd097a9041c2a252 | aceabb664bbd6f7b87b0c9b8ffdad55bc6310c68 | refs/heads/master | 2021-01-10T11:11:51.412815 | 2010-05-05T02:36:14 | 2010-05-05T02:36:14 | 47,736,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,537 | h | /****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
**... | [
"colprog@d4fe8cd8-f54c-11dd-8c4e-4bbb75a408b7"
] | [
[
[
1,
140
]
]
] |
0c6baa0b5207c0cbf09e5f3b7dc81cfd5d77552e | a4bb94cfe9c0bee937a6ec584e10f6fe126372ff | /Drivers/PIT/PIT.cpp | e5425ba755d9dafe254b3ec77d9d206b9736d355 | [] | no_license | MatiasNAmendola/magneto | 564d0bdb3534d4b7118e74cc8b50601afaad10a0 | 33bc34a49a34923908883775f94eb266be5af0f9 | refs/heads/master | 2020-04-05T23:36:22.535156 | 2009-07-04T09:14:01 | 2009-07-04T09:14:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,071 | cpp | #include "Drivers\PIT\PIT.h"
#if !defined ( __PIT_CPP_ )
#define __PIT_CPP_
PIT::PIT()
{
;
}
PIT::~PIT()
{
;
}
int PIT::init(unsigned int freq)
{
cout<<endl<<"PIT:";
cout<<"\n\tInitiazing PIC . . .";
interrupts.enable_irq(0, PIT_irq, TRAP_GATE|BITS_32|PRESENT|RING_2);
setup_timer(freq);
... | [
"codemaster.snake@gmail.com"
] | [
[
[
1,
47
]
]
] |
2734a4f5bfe69bebb1f2100291bbab98252c866a | 877bad5999a3eeab5d6d20b5b69a273b730c5fd8 | /TestKhoaLuan/DirectShowTVSample/WinCap/CTunerProp.cpp | 43ec5488cca06423d63e91c435152f0af1cd7ad1 | [] | no_license | eaglezhao/tracnghiemweb | ebdca23cb820769303d27204156a2999b8381e03 | aaae7bb7b9393a8000d395c1d98dcfc389e3c4ed | refs/heads/master | 2021-01-10T12:26:27.694468 | 2010-10-06T01:15:35 | 2010-10-06T01:15:35 | 45,880,587 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,436 | cpp | #include "stdafx.h"
#include "CTunerProp.h"
//-----------------------------------------------------------------------------
// Name: InitDevice()
// Desc: Initialize this object.
//
// pF: Pointer to the capture filter
//-----------------------------------------------------------------------------
void ... | [
"nCoreNiceIT@gmail.com"
] | [
[
[
1,
304
]
]
] |
3f7192361e788238d89bc057d8b71068110709a0 | b5ab57edece8c14a67cc98e745c7d51449defcff | /CD - Sprint 1/Captain's Log - Code/MainGame/Source/GameObjects/CActive.h | 7418d1d75eade801680022b2ca7f473766db6438 | [] | no_license | tabu34/tht-captainslog | c648c6515424a6fcdb628320bc28fc7e5f23baba | 72d72a45e7ea44bdb8c1ffc5c960a0a3845557a2 | refs/heads/master | 2020-05-30T15:09:24.514919 | 2010-07-30T17:05:11 | 2010-07-30T17:05:11 | 32,187,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 195 | h | #ifndef CActive_h__
#define CActive_h__
#include "CItem.h"
class CActive : public CItem
{
public:
void AddEffect();
void RemoveEffect();
void Activate();
};
#endif // CActive_h__ | [
"dpmakin@34577012-8437-c882-6fb8-056151eb068d"
] | [
[
[
1,
13
]
]
] |
320c460ffaf1f3d6668cfa36bc660d9fb7d830db | 9fb229975cc6bd01eb38c3e96849d0c36985fa1e | /src/HG/neon.cpp | a3a7ee0f8d931dbbbf23b3bcb9845604fb7617e8 | [] | no_license | Danewalker/ahr | 3758bf3219f407ed813c2bbed5d1d86291b9237d | 2af9fd5a866c98ef1f95f4d1c3d9b192fee785a6 | refs/heads/master | 2016-09-13T08:03:43.040624 | 2010-07-21T15:44:41 | 2010-07-21T15:44:41 | 56,323,321 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,725 | cpp | #include "neon.h"
#include "devutil.h"
#include "texture.h"
#include "Lib3d.h"
using namespace Lib3D;
// ----------------------------------------------
// class CNeon
// ----------------------------------------------
CNeon::CNeon(int x_left,int x_right,int y_front,int y_back):
current_color(NONE),
NeonT... | [
"jakesoul@c957e3ca-5ece-11de-8832-3f4c773c73ae"
] | [
[
[
1,
265
]
]
] |
a768a34e714e7fb72c797ca0aa50f6a8c1462b89 | a352572bc22d863f72020118d8f5b94c69521f3f | /cs4620/src/Building.h | 6cbac71c15515bdd0361a60fc88f026147028963 | [] | no_license | mjs513/cs4620-1 | 63345a9a7774279d8d6ab63b1af64d65b14b0ae3 | 419da5df73c5a9c34387b3cd2f7f3c542e0a3c3e | refs/heads/master | 2021-01-10T06:45:47.809907 | 2010-12-10T20:59:46 | 2010-12-10T20:59:46 | 46,994,144 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 962 | h | /*
* Building.h
*
* Created on: Sep 25, 2010
* Author: Roberto
*/
#ifndef BUILDING_H_
#define BUILDING_H_
#include "Rectangle.h"
#include "OpenGL.h"
#include "Displayable.h"
#include "TexturePool.h"
class Building : public Displayable
{
public:
struct WindowMode
{
enum Which
... | [
"robertorfischer@ebbd4279-5267-bd07-7df5-4dafc36418f6",
"natorf@gmail.com"
] | [
[
[
1,
12
],
[
14,
42
],
[
47,
56
]
],
[
[
13,
13
],
[
43,
46
]
]
] |
a7ae8f8a848fe38be8b4e2dc9492fcf394d0350c | 75efbf3b8b0edcfb240590fa31ead2cb345e3205 | /Team.cpp | 5261211a0fa13497997d83f6df7724c6707be0fa | [] | no_license | swilson002/College-capstone-Project | 0db7a9bed29f79e5cc61a5f993bb7c9ec53e5245 | 35ab00ef780208a059224d1b25b65c809d39c323 | refs/heads/master | 2016-09-06T10:14:41.781096 | 2011-09-03T01:58:18 | 2011-09-03T01:58:18 | 2,086,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,088 | cpp | #include "Team.h"
Team::Team()
{
teamName = "\0";
seed = -1;
wins = -1;
losses = -1;
eliminated = false;
winCount = 0;
id = -1;
conference = "\0";
blank = true;
}
Team::Team(string newTeam, int TeamId, string conf, int newSeed,
int newWins, int newLosses)
{
teamName = newTea... | [
"wilsons002@msn.com"
] | [
[
[
1,
86
]
]
] |
17558dd474b79fcf9e661876ec329546b8ffb44e | 22d9640edca14b31280fae414f188739a82733e4 | /Code/VTK/include/vtk-5.2/vtkPExtractArraysOverTime.h | 9ea852b17c780c348e5a3682fc949152cdb9a6df | [] | no_license | tack1/Casam | ad0a98febdb566c411adfe6983fcf63442b5eed5 | 3914de9d34c830d4a23a785768579bea80342f41 | refs/heads/master | 2020-04-06T03:45:40.734355 | 2009-06-10T14:54:07 | 2009-06-10T14:54:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,432 | h | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkPExtractArraysOverTime.h,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for ... | [
"nnsmit@9b22acdf-97ab-464f-81e2-08fcc4a6931f"
] | [
[
[
1,
72
]
]
] |
809edf3ca468419280aeb03370aea856444a2af6 | 5f9f4be46c189fcb6708373c96fe8cb52ea4a0a9 | /include/portability.h | 9ff7d8849309e923ce9464616180029a27dd0ee2 | [] | no_license | pranith/mb-for-suitability | 5a50290bcfa3a1ecb4f56b16f25a158cc3cc6ef7 | 6510d6bde5424bdc7f17050e91f7935bf1e5465a | refs/heads/master | 2016-08-07T09:02:48.899038 | 2011-05-09T18:12:15 | 2011-05-09T18:12:15 | 32,114,412 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,214 | h | #ifndef _PORTABILITY_
#define _PORTABILITY_
#include <string>
#include <cstdio>
#include <cstdlib>
#include <iostream>
using namespace std;
#ifdef _WIN32
typedef __int64 int64_t;
#define atoll _atoi64
#include <time.h>
#include <windows.h>
#if defined(_MSC_VER) || defined(_MSC_EXTENSIONS)
#def... | [
"bobby.prani@gmail.com@81f0028f-6826-4683-6960-7041bff7aa30"
] | [
[
[
1,
90
]
]
] |
33cec8fb044bea5d7c289125b645c03e2370ed75 | 6630a81baef8700f48314901e2d39141334a10b7 | /1.4/Testing/Cxx/swWxGuiTesting/CapturedEvents/swCRTextUpdateEvent.h | a1f885100c8226744d78a93dca6dc4c0f5845f0d | [] | no_license | jralls/wxGuiTesting | a1c0bed0b0f5f541cc600a3821def561386e461e | 6b6e59e42cfe5b1ac9bca02fbc996148053c5699 | refs/heads/master | 2021-01-10T19:50:36.388929 | 2009-03-24T20:22:11 | 2009-03-26T18:51:24 | 623,722 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,640 | h | ///////////////////////////////////////////////////////////////////////////////
// Name: swWxGuiTesting/CaptureEvents/swCRTextUpdateEvent.h
// Author: Reinhold Füreder
// Created: 2004
// Copyright: (c) 2005 Reinhold Füreder
// Licence: wxWindows licence
/////////////////////////////////////... | [
"john@64288482-8357-404e-ad65-de92a562ee98"
] | [
[
[
1,
99
]
]
] |
b57e093494319eee056cacf50b88268ce3d84488 | f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0 | /Depend/MyGUI/UnitTests/UnitTest_MultiList/DemoKeeper.h | 51a17e7a96e295f7882cfb9b0c671535f6784a3b | [] | 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 | 437 | h | /*!
@file
@author Albert Semenov
@date 10/2008
*/
#ifndef __DEMO_KEEPER_H__
#define __DEMO_KEEPER_H__
#include "BaseManager.h"
namespace demo
{
class DemoKeeper : public base::BaseManager
{
public:
virtual void createScene();
virtual void destroyScene();
private:
virtual void setu... | [
"albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c"
] | [
[
[
1,
28
]
]
] |
8538782cd7f13ac215e87d31439a916c0af3f35d | 51574a600a87ecfaaec8ea0e46b3809884859680 | /MotionPlan/InterfaceForTest.cpp | 825df00e002e5f4870fe9e4f59c0350d0a359bcf | [] | no_license | suilevap/motion-plan | b5ad60a8448b118c3742c8c9c42b29fd5e41ef3e | d9f5693938287f2179ca2cb4eb75bda51b97bbb0 | refs/heads/master | 2021-01-10T03:29:50.373970 | 2011-12-20T22:39:55 | 2011-12-20T22:39:55 | 49,495,165 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,653 | cpp | #include "stdafx.h"
#include "InterfaceForTest.h"
#include "Interface.h"
#include <string>
#include <vector>
#ifdef USE_GMAPI
#define GMAPI_NO_D3D
#include "gmapi.h"
#endif
#include "Point.h"
#include "PathNode.h"
#include "BasePathFinder.h"
#include "BidirectionalPathFinder.h"
#include "GridMapV... | [
"suilevap@localhost",
"suilevap@gmail.com"
] | [
[
[
1,
104
],
[
106,
230
]
],
[
[
105,
105
]
]
] |
02a50695d2f18df94620198c852b1e9d2ec19ac1 | 08afd1531b4902e60767855d3bedef18ee46cb13 | /Camera/Prosilica/ProsilicaGigESDK_mac/examples/MultiStream/MultiStream.cpp | b3b880e0dd4dcb961975921a69b7d12953d331bb | [] | no_license | zoccolan/eyetracker | 9482e75580e4e26ae5a2074d82154e313859c1b0 | e648a6acd6230025e422f15b0a3573a5439d5ab4 | refs/heads/master | 2021-01-17T10:22:31.485349 | 2011-05-19T13:33:46 | 2011-05-19T13:33:46 | 1,463,280 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,785 | cpp | /*
| ==============================================================================
| Copyright (C) 2007 Prosilica. All Rights Reserved.
|
| Redistribution of this header file, in original or modified form, without
| prior written consent of Prosilica is prohibited.
|
|==========================================... | [
"david.daniel.cox@gmail.com"
] | [
[
[
1,
344
]
]
] |
dfabec0871a5f619750fcefe30f3c3bba2ec535a | 08cad47ac3b88c5decfef2020197a633c802985a | /src/inventory/minventory.cpp | c2cf6f00c48e24cfb218ece86a582c4f3f547af6 | [] | no_license | dieend/opeh | 6a6f270dd1168a3d37c8cf4072c173d40e9b601c | 8582f6c9675a2276ce48391223149ae89ae9e250 | refs/heads/master | 2016-09-06T17:18:37.859721 | 2011-04-08T11:59:09 | 2011-04-08T11:59:09 | 32,120,494 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,261 | cpp | #include <iostream>
#include "inventory.h"
using namespace std;
int main(){
Inventory I;
Grid_Plant* GP = new Grid_Plant(1);
I.addItem("kentang", 3);
I.addItem("lobak", 2);
I.addItem("timun", 1);
I.listDescription();
I.deleteItem(0,3);
cout <<"Penambahan Item ke dalam Inventory.\nIsi inventory adal... | [
"13509096@std.stei.itb.ac.id@88d9ccb5-13cd-afb7-92b0-0a47c0cce1aa"
] | [
[
[
1,
42
]
]
] |
3932dce3ce4a6c2ec557f08bfe330febbfcc07f8 | 23df069203762da415d03da6f61cdf340e84307b | /2009-2010/winter10/csci245/archive/lambda/environment.cpp | 94cb2ed4021fceb74a119446c40989ada46ec896 | [] | no_license | grablisting/ray | 9356e80e638f3a20c5280b8dba4b6577044d4c6e | 967f8aebe2107c8052c18200872f9389e87d19c1 | refs/heads/master | 2016-09-10T19:51:35.133301 | 2010-09-29T13:37:26 | 2010-09-29T13:37:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,542 | cpp | #include "environment.h"
#include <iostream>
#include "sexpr.h"
using namespace std;
Environment::Environment(Environment* lastenv)
{
next = lastenv;
}
void Environment::print(ostream& out)
{
if (!env.empty())
{
out << "Environment begin:" << endl;
map<string, Sexpr*>::iterator p;
for(p = ... | [
"Bobbbbommmbb@Bobbbbommmbb-PC.(none)"
] | [
[
[
1,
84
]
]
] |
5c92d4e9297de9245fd5b47212b9b4b49d90b54e | cd07acbe92f87b59260478f62a6f8d7d1e218ba9 | /src/DataListCtrl.h | 29fd84afb79a10b4e2ea566026dd20f06a0d89fd | [] | no_license | niepp/sperm-x | 3a071783e573d0c4bae67c2a7f0fe9959516060d | e8f578c640347ca186248527acf82262adb5d327 | refs/heads/master | 2021-01-10T06:27:15.004646 | 2011-09-24T03:33:21 | 2011-09-24T03:33:21 | 46,690,957 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,196 | h | #if !defined(AFX_DATALISTCTRL_H__46C42311_C88E_439A_A9D1_343B53E58649__INCLUDED_)
#define AFX_DATALISTCTRL_H__46C42311_C88E_439A_A9D1_343B53E58649__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DataListCtrl.h : header file
//
/////////////////////////////////////////////////////////... | [
"harithchen@e030fd90-5f31-5877-223c-63bd88aa7192"
] | [
[
[
1,
48
]
]
] |
f395192fde3cfe85f13e99ed429894b79e2c38f1 | 4b0f51aeecddecf3f57a29ffa7a184ae48f1dc61 | /CleanProject/Src/CellView.cpp | b743cd8f0d3680d3db6297050689e186b7dcc72d | [] | no_license | bahao247/apeengine2 | 56560dbf6d262364fbc0f9f96ba4231e5e4ed301 | f2617b2a42bdf2907c6d56e334c0d027fb62062d | refs/heads/master | 2021-01-10T14:04:02.319337 | 2009-08-26T08:23:33 | 2009-08-26T08:23:33 | 45,979,392 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,200 | cpp | /*!
@file
@author Albert Semenov
@date 07/2008
@module
*/
//#include "precompiled.h"
#include "CellView.h"
namespace Nebula
{
void CellView::getCellDimension(MyGUI::WidgetPtr _sender, MyGUI::IntCoord & _coord, bool _drop)
{
if (_drop) _coord.set(0, 0, 74, 74);
else _coord.set(0, 0, 74, 74);... | [
"pablosn@06488772-1f9a-11de-8b5c-13accb87f508"
] | [
[
[
1,
102
]
]
] |
10a9181ae04c8452b87b70876bf4284f1d3d3f20 | 98c8da921605c9f54f69a3d55504280e2cc77160 | /src/foo_autorating/string_resource.h | 3ea44186ba48dd620eadc0d3729ea3a5ef967982 | [] | no_license | lappdance/foo_autorating | 08bcf1a888dac1ea13aa875294938bb5664939a0 | d1ce17508ba9cd58dce8ef3b2486f6eab83ed660 | refs/heads/master | 2021-01-21T12:39:45.521664 | 2010-10-11T02:51:26 | 2010-10-11T02:51:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 406 | h | #ifndef FOO_DAR_INCLUDE_DAR_STRING_RESOURCE_H
#define FOO_DAR_INCLUDE_DAR_STRING_RESOURCE_H
#pragma once
namespace auto_rating {
std::wstring loadString(HINSTANCE instance, UINT id, LANGID lang=::GetUserDefaultLangID());
size_t getStringLength(HINSTANCE instance, UINT id, LANGID lang=::GetUserDefaultLangID... | [
"jlapp@d8a10105-fb75-0410-a675-bcd697018789"
] | [
[
[
1,
14
]
]
] |
73316fdb6f27fe5315afa04946f61bb205d81e26 | 7b4c786d4258ce4421b1e7bcca9011d4eeb50083 | /_统计专用/C++Primer中文版(第4版)/第一次-代码集合-20090414/第十一章 泛型算法/20090212_习题11.6_使用fill_n.cpp | 3c0c55cf985867fa3bddc01ee5ee9c9ba8c127e5 | [] | no_license | lzq123218/guoyishi-works | dbfa42a3e2d3bd4a984a5681e4335814657551ef | 4e78c8f2e902589c3f06387374024225f52e5a92 | refs/heads/master | 2021-12-04T11:11:32.639076 | 2011-05-30T14:12:43 | 2011-05-30T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 623 | cpp | #include <iostream>
#include <algorithm>
#include <numeric>
#include <deque>
using namespace std;
int main()
{
deque<int> idq(10,1);
//OR deque<int> idq(10);
//OR deque<int> idq;
// idq.resize(10);
cout << "deque container:" << endl;
deque<int>::iterator iter = idq.begin();
while (iter != id... | [
"baicaibang@70501136-4834-11de-8855-c187e5f49513"
] | [
[
[
1,
32
]
]
] |
61aaa49efe906ac4829333c3571e25664cec253d | 7f72fc855742261daf566d90e5280e10ca8033cf | /branches/full-calibration/ground/src/plugins/uavobjects/stabilizationsettings.cpp | 3d521aeacd16ef496bae5e647869480b93101216 | [] | no_license | caichunyang2007/my_OpenPilot_mods | 8e91f061dc209a38c9049bf6a1c80dfccb26cce4 | 0ca472f4da7da7d5f53aa688f632b1f5c6102671 | refs/heads/master | 2023-06-06T03:17:37.587838 | 2011-02-28T10:25:56 | 2011-02-28T10:25:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,778 | cpp | /**
******************************************************************************
*
* @file stabilizationsettings.cpp
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @see The GNU Public License (GPL) Version 3
* @addtogroup GCSPlugins GCS Plugins
* @{
* @ad... | [
"jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba"
] | [
[
[
1,
201
]
]
] |
b715559a327d1e727c5ed082471e1aa941f058a2 | 15732b8e4190ae526dcf99e9ffcee5171ed9bd7e | /INC/Clique1.h | 3f5fe6290a0be6185f0bde5c7d66bda613833215 | [] | no_license | clovermwliu/whutnetsim | d95c07f77330af8cefe50a04b19a2d5cca23e0ae | 924f2625898c4f00147e473a05704f7b91dac0c4 | refs/heads/master | 2021-01-10T13:10:00.678815 | 2010-04-14T08:38:01 | 2010-04-14T08:38:01 | 48,568,805 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,873 | h | //Copyright (c) 2010, Information Security Institute of Wuhan Universtiy(ISIWhu)
//Project Homepage:http://code.google.com/p/whutnetsim/
//corresponding author's email: guochi@mail.whu.edu.cn
//All rights reserved
//
//PLEASE READ THIS DOCUMENT CAREFULLY BEFORE UTILIZING THE PROGRAM
//BY UTILIZING THIS PROGRA... | [
"pengelmer@f37e807c-cba8-11de-937e-2741d7931076"
] | [
[
[
1,
86
]
]
] |
0c11d012c4336370bf772b955417fabc5293d6c3 | 2e5fd1fc05c0d3b28f64abc99f358145c3ddd658 | /deps/quickfix/src/.NET/MessageStore.h | d04f29460d423482136db96b80dee9fe5752e297 | [
"BSD-2-Clause"
] | permissive | indraj/fixfeed | 9365c51e2b622eaff4ce5fac5b86bea86415c1e4 | 5ea71aab502c459da61862eaea2b78859b0c3ab3 | refs/heads/master | 2020-12-25T10:41:39.427032 | 2011-02-15T13:38:34 | 2011-02-15T20:50:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,307 | h | /* -*- C++ -*- */
/****************************************************************************
** Copyright (c) quickfixengine.org All rights reserved.
**
** This file is part of the QuickFIX FIX Engine
**
** This file may be distributed under the terms of the quickfixengine.org
** license as defined by quic... | [
"nikolas.bowe@gmail.com"
] | [
[
[
1,
294
]
]
] |
d54789fedfd9b9922548b28998d1c614b79fbadb | 822ab63b75d4d4e2925f97b9360a1b718b5321bc | /knowurchallan/ui_widget.h | 16e9ba4c9f02ad0745fa82bbd43b4056a30f5347 | [] | no_license | sriks/decii | 71e4becff5c30e77da8f87a56383e02d48b78b28 | 02c58fbaea69c2448249710d13f2e774762da2c3 | refs/heads/master | 2020-05-17T23:03:27.822905 | 2011-12-16T07:29:38 | 2011-12-16T07:29:38 | 32,251,281 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,274 | h | /********************************************************************************
** Form generated from reading UI file 'widget.ui'
**
** Created: Fri Jun 25 21:22:18 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
***... | [
"srikanthsombhatla@016151e7-202e-141d-2e90-f2560e693586"
] | [
[
[
1,
50
]
]
] |
a9c99170f99e214e93ac93d234586704823761e9 | 7f6fe18cf018aafec8fa737dfe363d5d5a283805 | /ntk/storage/src/entrylist.cpp | e229f9d0bc61b5ed2081f189ab4c99016051fa65 | [] | no_license | snori/ntk | 4db91d8a8fc836ca9a0dc2bc41b1ce767010d5ba | 86d1a32c4ad831e791ca29f5e7f9e055334e8fe7 | refs/heads/master | 2020-05-18T05:28:49.149912 | 2009-08-04T16:47:12 | 2009-08-04T16:47:12 | 268,861 | 2 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,229 | cpp | /******************************************************************************
The NTK Library
Copyright (C) 1998-2003 Noritaka Suzuki
$Id: entrylist.cpp,v 1.4 2003/11/11 12:07:09 nsuzuki Exp $
******************************************************************************/
#define NTK_BUILD
#include "nt... | [
"nrtkszk@gmail.com"
] | [
[
[
1,
60
]
]
] |
874069ef64f43d116b5cb034447001195e5c42ce | a2904986c09bd07e8c89359632e849534970c1be | /topcoder/completed/ClockWalk.cpp | ded6d5aad8af4599615adf95b408418b6c2bc108 | [] | no_license | naturalself/topcoder_srms | 20bf84ac1fd959e9fbbf8b82a93113c858bf6134 | 7b42d11ac2cc1fe5933c5bc5bc97ee61b6ec55e5 | refs/heads/master | 2021-01-22T04:36:40.592620 | 2010-11-29T17:30:40 | 2010-11-29T17:30:40 | 444,669 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,003 | cpp | // BEGIN CUT HERE
// END CUT HERE
#line 5 "ClockWalk.cpp"
#include <iostream>
#include <string>
#include <vector>
#include <sstream>
using namespace std;
class ClockWalk {
public:
int finalPosition(string flips) {
int clock=0;
for(int i=1;i<=(int)flips.size();i++){
if(flips[i-1]=='h'){
c... | [
"shin@CF-7AUJ41TT52JO.(none)"
] | [
[
[
1,
53
]
]
] |
b490afae85b6320de97b54b59800b059350b4c94 | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/WildMagic2/Applications/Miscellaneous/BSplineLeastSquares/BSplineLeastSquares.cpp | 6dc67c1f62a4d067a92e6008d38a74fd32f7210a | [] | 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 | 5,542 | 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,
167
]
]
] |
daf92255f7d4614943cf50b158e0a2cbd83757bb | 4d01363b089917facfef766868fb2b1a853605c7 | /src/SceneObjects/Maps/Map.h | f01cc6ce948f859f07da8e3abc520bb14bd14856 | [] | no_license | FardMan69420/aimbot-57 | 2bc7075e2f24dc35b224fcfb5623083edcd0c52b | 3f2b86a1f86e5a6da0605461e7ad81be2a91c49c | refs/heads/master | 2022-03-20T07:18:53.690175 | 2009-07-21T22:45:12 | 2009-07-21T22:45:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 404 | h | #ifndef map_h
#define map_h
#include <string>
#include "MapObject.h"
#include "../SceneObject.h"
#include "../Meshes/Mesh.h"
#include "../Meshes/Hitbox.h"
class MapPool;
using std::string;
using std::vector;
class Map
{
private:
vector<Hitbox> hitboxes;
public:
Map(string& filename)
{
}... | [
"daven.hughes@92c3b6dc-493d-11de-82d9-516ade3e46db"
] | [
[
[
1,
32
]
]
] |
085e53b6418e97b4bd6db451b7f5b305eb758de3 | ae395aec108ca518a46a867842b9b83c0c39f8a2 | /cs2310/ICEditor/Gui/arrow.cpp | 772ebee4e75fd7fd5f4375c24973b609eb057f33 | [] | no_license | coolboy/iceditor | df8d580f32f77e7b67e2f48e84d3957b1ad8959d | ff1c626ee4f7038a7479b52f32d2585779390f46 | refs/heads/master | 2020-06-04T19:22:34.229941 | 2011-01-01T21:24:41 | 2011-01-01T21:24:41 | 32,131,682 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 3,740 | cpp | #include "StdAfx.h"
#include <QtGui>
#include "arrow.h"
#include <math.h>
const qreal Pi = 3.14;
//! [0]
Arrow::Arrow(DiagramItem *startItem, DiagramItem *endItem,
QGraphicsItem *parent, QGraphicsScene *scene)
: QGraphicsLineItem(parent, scene)
{
myStartItem = startItem;
myEndItem = end... | [
"angelucci.louis@8e7f2bb0-d97f-11de-8314-133c20781edd"
] | [
[
[
1,
137
]
]
] |
e30e330f27e4eebd4a6c6cff0db773eb8c70b6d3 | 07e88c109af86db6aa3194cbb71c41d449f1a805 | /Code/m3sensors/optimizer.cpp | 0126b33c9fda14c36d0dfa8a536b233809235c25 | [] | no_license | jbongard/ISCS | 2a7fe528140aa24631022807c5af34d7442a122d | a7f7196a2a729564bd033abc13cdf4acb172edfb | refs/heads/master | 2016-09-05T08:44:10.630025 | 2011-08-17T15:31:58 | 2011-08-17T15:31:58 | 2,222,304 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,315 | cpp | #include "math.h"
#include "stdio.h"
#ifndef _OPTIMIZER_CPP
#define _OPTIMIZER_CPP
#include "optimizer.h"
#include "robot.h"
extern int EVALUATION_TIME;
extern double MUTATION_PROBABILITY;
extern int EVALS_UNTIL_EVAL_TIME_EXTENDED;
extern int STARTING_EVALUATION_TIME;
extern int EVAL_TIME_EXTENSION_PERIOD;
exte... | [
"josh.bongard@uvm.edu"
] | [
[
[
1,
381
]
]
] |
151664d1b67d6b0a5b9007b534111ff9b4aeb947 | 7f6fe18cf018aafec8fa737dfe363d5d5a283805 | /ntk/interface/filepanel.h | 9827f582f47b7515664cb4edf9eb32491d786c6e | [] | no_license | snori/ntk | 4db91d8a8fc836ca9a0dc2bc41b1ce767010d5ba | 86d1a32c4ad831e791ca29f5e7f9e055334e8fe7 | refs/heads/master | 2020-05-18T05:28:49.149912 | 2009-08-04T16:47:12 | 2009-08-04T16:47:12 | 268,861 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,923 | h | /******************************************************************************
The NTK Library
Copyright (C) 1998-2003 Noritaka Suzuki
$Id: filepanel.h,v 1.5 2003/11/11 12:07:06 nsuzuki Exp $
******************************************************************************/
#pragma once
#ifndef __NTK_INTER... | [
"nrtkszk@gmail.com"
] | [
[
[
1,
98
]
]
] |
b9021c617d2cb3c6291fcf7f5aa461d4399bd926 | 38fa90e0adaf61d02802e77962075f6913a3cdfa | /src/window/window_unix.cpp | df0475623c59d1ed5d4382fa4d7ac5dc3ab3f67a | [] | no_license | r-englund/AoTK | 49097b39906c5f9cad1c79f3e22f867cbfe806e3 | 7a52b0788c25710b00fa5e582ef2fcbc4c839a8f | refs/heads/master | 2021-01-17T11:54:34.889565 | 2011-09-01T20:19:38 | 2011-09-01T20:19:38 | 1,339,861 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,020 | cpp | #include <AoTK/window_handler.h>
#ifdef AoTK_UNIX
#include <assert.h>
//static bool ctxErrorOccurred = false;
//static int ctxErrorHandler( Display *dpy, XErrorEvent *ev )
//{
// ctxErrorOccurred = true;
// return 0;
//}
namespace AoTK{
Window* Window::createWindow(uint16_t width,u... | [
"rickard@gmail.com"
] | [
[
[
1,
298
]
]
] |
957fc14a75cacc126dfa15f928652899fc8c8ebd | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SEFoundation/SERendering/SEStencilState.h | 621c6c178c12ca23a0d649d52eb832384e6d7e7c | [] | 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 | 2,638 | 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,
92
]
]
] |
6b8ff2ac9bd19e20675b5a1e13d70e38b525c86f | 5095bbe94f3af8dc3b14a331519cfee887f4c07e | /Shared/SEGReport/Regression.cpp | e6d48ec0876e73eee91dacb72b5840ae6cd0d833 | [] | no_license | sativa/apsim_development | efc2b584459b43c89e841abf93830db8d523b07a | a90ffef3b4ed8a7d0cce1c169c65364be6e93797 | refs/heads/master | 2020-12-24T06:53:59.364336 | 2008-09-17T05:31:07 | 2008-09-17T05:31:07 | 64,154,433 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,216 | cpp | //---------------------------------------------------------------------------
#include <general\pch.h>
#include <vcl.h>
#pragma hdrstop
#include "Regression.h"
#include "DataContainer.h"
#include "DataProcessor.h"
#include <general\db_functions.h>
#include <general\math_functions.h>
#include <general\string_... | [
"hol353@8bb03f63-af10-0410-889a-a89e84ef1bc8"
] | [
[
[
1,
111
]
]
] |
6c9a6a2096a01f70bbb2085f4dea8dfda4c952f2 | 5dfa2f8acf81eb653df4a35a76d6be973b10a62c | /branches/test/CCV_Select_Camera/addons/ofxDShow/src/ofxDShow.cpp | 54dcd0823a95a7a6ce93d4d75afccbff8ab36e9c | [] | 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 | 6,529 | cpp | /*
* ofxffmv.cpp
*
*
* Created on 12/03/11.
* Copyright 2011 NUI Group. All rights reserved.
* Author: Anatoly Churikov
* Edited by: Yishi Guo
*
*/
#include "ofxDShow.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
ofxDShow::ofxDShow()
{
cameraFrame = NULL;
VI = NULL;
dev... | [
"baicaibang@da66ed7f-4d6a-8cb4-a557-1474cfe16edc"
] | [
[
[
1,
274
]
]
] |
a205bc728ae71f90addb59ace6db33b46839d763 | 222bc22cb0330b694d2c3b0f4b866d726fd29c72 | /src/brookbox/wm2/WmlImage.inl | 286934fbe7a1def7c84e89b0397951925a0aaaad | [
"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 | 1,584 | inl | // 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,
46
]
]
] |
f0fc9bfb2ddaf5b65e5054518e57b83c7513c998 | f25e9e8fd224f81cefd6d900f6ce64ce77abb0ae | /Exercises/Old Solutions/OpenGL_Tests/OpenGL_Tests/camera.h | 534bf27bbd08d358ff2448ee0c08b9fcc1bd1e08 | [] | no_license | giacomof/gameengines2010itu | 8407be66d1aff07866d3574a03804f2f5bcdfab1 | bc664529a429394fe5743d5a76a3d3bf5395546b | refs/heads/master | 2016-09-06T05:02:13.209432 | 2010-12-12T22:18:19 | 2010-12-12T22:18:19 | 35,165,366 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 527 | h | class Camera {
public:
void camera() { builLoopUpTables(); };
double const PI = 3.14;
private:
void builLoopUpTables();
void position( float positionX, float positionY, float positionZ,
float viewX, float viewY, float viewZ,
float upX, float upY, float upZ );
void move(float speed);
... | [
"valeriodidonato@gmail.com@1a5f623d-5e27-cfcb-749e-01bf3eb0ad9d"
] | [
[
[
1,
19
]
]
] |
e5ce9f5bc731ac074e92b219579ffb53f181cee6 | 580738f96494d426d6e5973c5b3493026caf8b6a | /Include/Vcl/tabs.hpp | c5b158869dafb5960244f9ea69a3342b49d5aa0b | [] | 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 | 10,534 | hpp | // Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Tabs.pas' rev: 6.00
#ifndef TabsHPP
#define TabsHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Menus.hpp> // Pasc... | [
"bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b"
] | [
[
[
1,
268
]
]
] |
8773c68a9a229247ed4465c577d35d2305376371 | 6bdb3508ed5a220c0d11193df174d8c215eb1fce | /Codes/Halak.Toolkit/JSONStreamReader.cpp | cfc1085512d1bde02896916ac02140499d63cc2a | [] | 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 | 355 | cpp | #include <Halak.Toolkit/PCH.h>
#include <Halak.Toolkit/JSONStreamReader.h>
#include <Halak/Stream.h>
namespace Halak
{
namespace Toolkit
{
JSONStreamReader::JSONStreamReader(StreamPtr source)
: StreamReader(source)
{
}
JSONStreamReader::~JSONStreamReade... | [
"halakshin@gmail.com"
] | [
[
[
1,
18
]
]
] |
6a97ce81d6cda1d823776970680b0afe9aa21d9b | 2a47a0a9749be9adae403d99f6392f9d412fca53 | /OS simulation/store point/FinalFiles/os.cpp | e08486c51472b15e5bb0a305c1990b6bc14a0922 | [] | no_license | waseemilahi/waseem | 153bed6788475a88d234d75a323049a9d8ec47fe | 0bb2bddcc8758477f0ad5db85bfc927db2ae07af | refs/heads/master | 2020-03-30T14:59:17.066002 | 2008-11-22T01:21:04 | 2008-11-22T01:21:04 | 32,640,847 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 450 | cpp | /*The OS file (All the definitions are in the separate files)*/
# include "declarations.h"
# include "startup.cpp"
# include "Crint.cpp"
# include "Diskint.cpp"
# include "Drmint.cpp"
# include "Tro.cpp"
# include "Svc.cpp"
# include "sortqueue.cpp"
# include "swapin.cpp"
# include "swapout.cpp"
#... | [
"waseemilahi@b30cb682-9650-11dd-b20a-03c46e462ecf"
] | [
[
[
1,
17
]
]
] |
df598a66acd53c61250c2419268c9302bc184c3f | 3daaefb69e57941b3dee2a616f62121a3939455a | /mgllib/src/3d/mgl3d_work.cpp | 763cd172af45fa9b29bb6b6d1a01119e1327cc23 | [] | no_license | myun2ext/open-mgl-legacy | 21ccadab8b1569af8fc7e58cf494aaaceee32f1e | 8faf07bad37a742f7174b454700066d53a384eae | refs/heads/master | 2016-09-06T11:41:14.108963 | 2009-12-28T12:06:58 | 2009-12-28T12:06:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41 | cpp | #include "stdafx.h"
#include "mgl3d.h"
| [
"myun2@6d62ff88-fa28-0410-b5a4-834eb811a934"
] | [
[
[
1,
2
]
]
] |
b6f378dd0341b38d834e5de029edcc540bc445ef | 96f796a966025265020459ca2a38346c3c292b1e | /Ansoply/_Ansoply.h | 6524b2ae8006676ca9017af352fa0615a25251d9 | [] | no_license | shanewfx/ansoply | 222979843662ddb98fb444ce735d607e3033dd5e | 99e91008048d0c1afbf80152d0dc173a15e068ee | refs/heads/master | 2020-05-18T15:53:46.618329 | 2009-06-17T01:04:47 | 2009-06-17T01:04:47 | 32,243,359 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 95,027 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Wed Dec 24 08:57:38 2008
*/
/* Compiler settings for _Ansoply.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error checks:... | [
"Gmagic10@26f92a05-6149-0410-981d-7deb1f891687",
"gmagic10@26f92a05-6149-0410-981d-7deb1f891687"
] | [
[
[
1,
6
],
[
8,
208
],
[
215,
225
],
[
229,
263
],
[
269,
283
],
[
285,
285
],
[
287,
290
],
[
292,
338
],
[
341,
350
],
[
55... |
0de21a37da65d8431d8377b9f69a3cfb6a9fccc7 | 4931b908bdf78177bc6416bdd5984371441f4d57 | /src/particle/ParticleSystem.hpp | 54df23a6803c065dc88a80a4bcbb54ff601ca916 | [] | no_license | timesqueezer/OpenFala | 3c8f355d5ba8cf0a6de3764243b497da333da0f1 | d05697a6df0071130559f1ef0596d0ead8ba2b13 | refs/heads/master | 2020-06-09T06:25:42.476672 | 2010-05-17T05:04:45 | 2010-05-17T05:04:45 | 456,112 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,300 | hpp | ////////////////////////////////////////////////////////////
//
// sfml-particle - a particle systemn for the SFML library
// Copyright (C) 2007-2008 Jonas Erixon (jonas.erixon@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liab... | [
"sh@lutzhaase.com"
] | [
[
[
1,
70
]
]
] |
33e47f316515a143bad2deb726f53dc9d25a8085 | 89fd6b67aed5faaa48bdb198275323b433ae0a94 | /firemaster_linux_port/KeyDBCracker.cpp | c28e8498279cdad188cf4533b58ff399911fee3e | [] | no_license | derekfilyau/rainbowsandpwnies | 3217912c5a36aa14a65b09dbe8de17e097e5dffb | e4d1e4e77452ac58bf8801a3152fb46bc7b6c80a | refs/heads/master | 2016-08-11T12:05:16.112717 | 2010-10-07T11:36:38 | 2010-10-07T11:36:38 | 51,236,162 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,906 | cpp | /**************************************************************************************
FireMaster : Firefox Master Password Recovery Tool
Copyright (C) 2006 Nagareshwar Y Talekar ( tnagareshwar@gmail.com )
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU ... | [
"endeavormac@6d32eb27-d60d-8894-b0e1-8c47104f2c3a",
"christo.wheeler@6d32eb27-d60d-8894-b0e1-8c47104f2c3a"
] | [
[
[
1,
52
],
[
54,
56
],
[
58,
76
],
[
79,
116
],
[
118,
139
],
[
141,
144
],
[
156,
247
],
[
249,
251
]
],
[
[
53,
53
],
[
... |
9a4f58cce977b8112263665af958dfe903f5ce15 | 81e051c660949ac0e89d1e9cf286e1ade3eed16a | /quake3ce/code/game/g_mem.cpp | 99ed45765f17b8e698932d1aea19ae384f49a5a2 | [] | 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 | 1,764 | 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"
] | [
[
[
1,
63
]
]
] |
1bf1251bea3455fa883283acc23779812a3f2830 | d752d83f8bd72d9b280a8c70e28e56e502ef096f | /FugueDLL/Parser/Op Generation/MapReduce.cpp | 174b833d62a10162dbe68260a26c059d6904c034 | [] | no_license | apoch/epoch-language.old | f87b4512ec6bb5591bc1610e21210e0ed6a82104 | b09701714d556442202fccb92405e6886064f4af | refs/heads/master | 2021-01-10T20:17:56.774468 | 2010-03-07T09:19:02 | 2010-03-07T09:19:02 | 34,307,116 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,961 | cpp | //
// The Epoch Language Project
// FUGUE Virtual Machine
//
// Operation generation code - map and reduce functions
//
#include "pch.h"
#include "Parser/Parser State Machine/ParserState.h"
#include "Parser/Parse.h"
#include "Parser/Error Handling/ParserExceptions.h"
#include "Virtual Machine/Operations... | [
"don.apoch@gmail.com",
"don.apoch@localhost"
] | [
[
[
1,
37
],
[
40,
57
],
[
59,
59
],
[
61,
65
],
[
67,
75
],
[
77,
80
],
[
82,
89
],
[
91,
115
],
[
117,
117
],
[
119,
1... |
451555d0e340282f07c1bf3a1d1ccfa1d2efc779 | 6b75de27b75015e5622bfcedbee0bf65e1c6755d | /link-list/LL(c++ with template).cpp | d3496dbb8b6dbf7f0a269e824d33c430487732d5 | [] | no_license | xhbang/data_structure | 6e4ac9170715c0e45b78f8a1b66c838f4031a638 | df2ff9994c2d7969788f53d90291608ac5b1ef2b | refs/heads/master | 2020-04-04T02:07:18.620014 | 2011-12-05T09:39:34 | 2011-12-05T09:39:34 | 2,393,408 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,340 | cpp | //LL: A linked list developed by Sonic. It contains a Node class and a LL class template.
/*Node class
Basic operations:
Constructor: Constructs an empty Node
Constructor(Overload): Construct a Node with data
Private utility helper operations:
None
Other operations described in the exercises:
... | [
"sonicisdreaming@gmail.com"
] | [
[
[
1,
107
]
]
] |
ca661a4f6b8d9c77b91058b51d04abfea2313b05 | 447a1817531f5eff55925709ff1cdde37033cf79 | /src/core/sdlwindow.h | 223e6c895e9d198355801b83cc88def6c5a19e2e | [] | no_license | Kazade/kazengine | 63276feef92f7daae5ac10563589bb5b87233644 | 0723eb6f22e651f9ea2d110b00b3f4c5d94465d5 | refs/heads/master | 2020-03-31T12:12:58.501020 | 2008-08-14T20:14:44 | 2008-08-14T20:14:44 | 32,983 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 775 | h | #ifndef SDLWINDOW_H_INCLUDED
#define SDLWINDOW_H_INCLUDED
#include <boost/noncopyable.hpp>
#include "iwindow.h"
class SDLWindow : public IWindow {
public:
SDLWindow();
~SDLWindow();
virtual bool create(const Vec2& size, const BitDepth& depth, bool fullscreen);
virtual void setWindowCaption(const string& ... | [
"luke@helium.(none)"
] | [
[
[
1,
31
]
]
] |
d8fbbe535a700fde679e8af728f573b943ded10e | 021e8c48a44a56571c07dd9830d8bf86d68507cb | /build/vtk/vtkBar2.h | 49e7d74f3d8d1b85c902c5a71303f793085f1f8e | [
"BSD-3-Clause"
] | permissive | Electrofire/QdevelopVset | c67ae1b30b0115d5c2045e3ca82199394081b733 | f88344d0d89beeec46f5dc72c20c0fdd9ef4c0b5 | refs/heads/master | 2021-01-18T10:44:01.451029 | 2011-05-01T23:52:15 | 2011-05-01T23:52:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,087 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkBar2.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software i... | [
"ganondorf@ganondorf-VirtualBox.(none)"
] | [
[
[
1,
39
]
]
] |
e79195f12397a1112afc1b257dcc9da5a28f7122 | bf14adbb2db4b2d7f24025f6b367b20504aead32 | /ex10/counter.h | f044154be3ca8e5cff04eee30031a51e0137daf9 | [] | no_license | seongilp/zCpp | 52eac8b1dbdaa7c743541966d4d28be9afe86c39 | 49413b832e62b1dd6510c86ef172a4779496c61b | refs/heads/master | 2016-09-09T17:35:49.938632 | 2008-12-16T08:57:12 | 2008-12-16T08:57:12 | 76,232 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 431 | h | /* Header file of Counter Class*/
#include <iostream>
using namespace std;
//Class definition
class Counter {
friend ostream &operator<<(ostream &out, const Counter &c);
public:
Counter(int n0 = 0);
Counter &operator++();
Counter operator++(int);
bool operator<(const ... | [
"root@arch.(none)"
] | [
[
[
1,
19
]
]
] |
88d9fb56ef46fe3bc39d96149d116f34db6af8f9 | 188058ec6dbe8b1a74bf584ecfa7843be560d2e5 | /GodDK/io/FileOutputStream.cxx | 87650736d10d211f352f73b4df5c0f5431e3b5d8 | [] | no_license | mason105/red5cpp | 636e82c660942e2b39c4bfebc63175c8539f7df0 | fcf1152cb0a31560af397f24a46b8402e854536e | refs/heads/master | 2021-01-10T07:21:31.412996 | 2007-08-23T06:29:17 | 2007-08-23T06:29:17 | 36,223,621 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,559 | cxx |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#if HAVE_ERRNO_H
# include <errno.h>
#endif
#include "io/FileOutputStream.h"
#include "lang/String.h"
using goddk::lang::String;
#include "lang/NullPointerException.h"
using goddk::lang::NullPointerException;
#include <io.h>
#include <SYS/STAT.H>
#in... | [
"soaris@46205fef-a337-0410-8429-7db05d171fc8"
] | [
[
[
1,
117
]
]
] |
1e4f67e75bb422c2fe07a79d0edbaef620baab06 | 847cccd728e768dc801d541a2d1169ef562311cd | /src/Memory/FreeListConstructionPolicies.h | 08e7379ce28671b5a196a4cece133e2198d1e758 | [] | no_license | aadarshasubedi/Ocerus | 1bea105de9c78b741f3de445601f7dee07987b96 | 4920b99a89f52f991125c9ecfa7353925ea9603c | refs/heads/master | 2021-01-17T17:50:00.472657 | 2011-03-25T13:26:12 | 2011-03-25T13:26:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,291 | h | /// @file
/// Free lists / memory pooling implementation taken from Game Programming Gems 5. Edited to fit with our code and
/// comment style.
#ifndef FreeListConstructionPolicies_h__
#define FreeListConstructionPolicies_h__
#include "BasicTypes.h"
#include "FreeListPolicyHelpers.h"
namespace Memory
{
... | [
"ondrej.mocny@gmail.com"
] | [
[
[
1,
86
]
]
] |
4e3066fbcd514bbaa2bbea44a521a09c3237475e | 5504cdea188dd5ceec6ab38863ef4b4f72c70b21 | /pcsxrr/plugins/cdrTAScdrom/plg_fpse.cpp | 08cc610ff2c24370d0ddddd6763aef399df10900 | [] | no_license | mauzus/pcsxrr | 959051bed227f96045a9bba8971ba5dffc24ad33 | 1b4c66d6a2938da55761280617d288f3c65870d7 | refs/heads/master | 2021-03-12T20:00:56.954014 | 2011-03-21T01:16:35 | 2011-03-21T01:16:35 | 32,238,897 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,482 | cpp | // Plugin Defs
#include "Locals.h"
// FPSE SDK
#include "type.h"
#include "sdk.h"
#include "Win32Def.h"
// Dialog includes:
#include "resource.h"
// FPSE plugin interface structs (not included in 'sdk.h'):
typedef struct {
DWORD Type; // cdrom type
// Type: 0x00 = unknown, 0x01 = data, 0x02 = audio, ... | [
"mauzus@b38eb22e-9255-0410-b643-f940c3bf2d76"
] | [
[
[
1,
271
]
]
] |
b516e88a6598439b6f84fd5300d112e714853dd9 | 814b49df11675ac3664ac0198048961b5306e1c5 | /Code/Engine/Graphics/include/EmiterManager.h | 2ee00fbd7fbfc70cf2a884e2c8c9d75cddd85b87 | [] | 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 | 1,294 | h | #pragma once
#ifndef ___EMITER_MANAGER_H__
#define ___EMITER_MANAGER_H__
#include "base.h"
#include "Utils/MapManager.h"
#include "EmiterInstance.h"
#include "ParticleConstants.h"
#include "EmiterCoreManager.h"
// Forward declarations -------------
class CRenderManager;
// --------------------------------... | [
"Atridas87@576ee6d0-068d-96d9-bff2-16229cd70485"
] | [
[
[
1,
41
]
]
] |
2c0e403c2f1c550a534bdcc5ae618e990fe3e075 | 9b402d093b852a574dccb869fbe4bada1ef069c6 | /code/foundation/network/server.h | f061a4c175c002ea4c96a968dfcd1caa1c5276ea | [] | no_license | wangscript007/foundation-engine | adb24d4ccc932d7a8f8238170029de6d2db0cbfb | 2982b06d8f6b69c0654e0c90671aaef9cfc6cc40 | refs/heads/master | 2021-05-27T17:26:15.178095 | 2010-06-30T22:06:45 | 2010-06-30T22:06:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,081 | h | #if! defined(__F_SERVER_H_)
#define __F_SERVER_H_
// Foundation
#include "kernel/kernel.h"
// STL
#include <vector>
using std::vector;
#include <map>
using std::map;
// RakNet
#include "RakNetStatistics.h"
#include "RakNetworkFactory.h"
#include "RakPeerInterface.h"
#include "BitStream.h"
#include "... | [
"drivehappy@a5d1a9aa-f497-11dd-9d1a-b59b2e1864b6"
] | [
[
[
1,
199
]
]
] |
bf996d60e040ff8f0d9f9be7387b4b240b8311e5 | f3ed6f9abb7be30e410c733cbcf7923dbefdbc32 | /animation.cpp | 8b64504e45f55c071cf6793d3bcf918b36fe567b | [] | no_license | walle/exoudus | 8f045b534408034a513fe25fc97ba725df998ab3 | 344b79c44eeb2d1500e36cc0eefa972a7fe0d288 | refs/heads/master | 2018-12-29T02:00:46.191421 | 2010-11-16T22:48:39 | 2010-11-22T20:02:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,060 | cpp | #include "globals.h"
cAnimation::cAnimation()
{
frames.clear();
frametime = 0;
currFrame = 0;
name = "";
}
cAnimation::cAnimation( vector<cFrame> f, string n)
{
frames = f;
frametime = 0;
currFrame = 0;
name = n;
}
cAnimation::~cAnimation()
{
frames.clear();
}... | [
"fredrik.wallgren@gmail.com"
] | [
[
[
1,
70
]
]
] |
e495d0653156a16bb2e8b66fd53679d093cc433f | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/WildMagic2/Renderers/DX/WmlDxException.h | c4f3c91dedc5af0754b53f7d5df58c3a4fea8872 | [] | 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 | 1,557 | 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 ... | [
"pocatnas@gmail.com"
] | [
[
[
1,
60
]
]
] |
6761b04ce167ed46c44c568ad7fbd88abdfa19c6 | c1a2953285f2a6ac7d903059b7ea6480a7e2228e | /deitel/ch22/Fig22_32/Fig22_32.cpp | 7f05a1ca0ca91b1a08ba2ce47e0728f9eb89f970 | [] | 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 | 2,397 | cpp | // Fig. 22.32: Fig22_32.cpp
// Standard Library algorithms iter_swap, swap and swap_ranges.
#include <iostream>
using std::cout;
using std::endl;
#include <algorithm> // algorithm definitions
#include <iterator>
int main()
{
const int SIZE = 10;
int a[ SIZE ] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 };
... | [
"sebastianavina@gmail.com"
] | [
[
[
1,
55
]
]
] |
1ec929797aa113c48cbe9a6bb9220ef6b311f46a | a0155e192c9dc2029b231829e3db9ba90861f956 | /Libs/mwnlm/Libraries/MSL C++/Include/functional_ext.h | 0a39a2c37a4ec5bdc5bb45042ba0cac93918f592 | [] | no_license | zeha/mailfilter | d2de4aaa79bed2073cec76c93768a42068cfab17 | 898dd4d4cba226edec566f4b15c6bb97e79f8001 | refs/heads/master | 2021-01-22T02:03:31.470739 | 2010-08-12T23:51:35 | 2010-08-12T23:51:35 | 81,022,257 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,656 | h | /* Metrowerks Standard Library
* Copyright © 1995-2002 Metrowerks Corporation. All rights reserved.
*
* $Date: 2002/07/01 21:13:32 $
* $Revision: 1.2 $
*/
// functional_ext.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this so... | [
"ch+git@zeha.at"
] | [
[
[
1,
52
]
]
] |
78aa0ab02ea3d12a7ca33d8073a20db92780c197 | 36d0ddb69764f39c440089ecebd10d7df14f75f3 | /プログラム/Game/Object/GameScene/EnemyAI.h | d64337ddcdb1e01efb8b8724c75bf2bc986e714e | [] | no_license | weimingtom/tanuki-mo-issyo | 3f57518b4e59f684db642bf064a30fc5cc4715b3 | ab57362f3228354179927f58b14fa76b3d334472 | refs/heads/master | 2021-01-10T01:36:32.162752 | 2009-04-19T10:37:37 | 2009-04-19T10:37:37 | 48,733,344 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,308 | h | /*******************************************************************************/
/**
* @file PlayerAI.h
*
* @brief エネミーAI定義
*
* @date 2009/01/26
*
* @version 1.00
*
* @author Ryosuke Ogawa
*/
/*******************************************************************************/
#ifndef _ENEMY_AI_H_
... | [
"rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33"
] | [
[
[
1,
53
]
]
] |
8a52d87b5b8268d0d7bb5dd74fe2e1a196b402c4 | 8bdca3c7a80b5e92000f5a49af50c3565df210bf | /MarioBros/MarioBros/QBrick.h | 37020c85e3c1ff2890213b357d068d9d99ed63f7 | [] | no_license | NguyenMinhTri/mario-directx-laptringgame2d | d8e5bffd78ea321a0d51980ea4e72675390ce0c1 | 28becda2fbfb13a8c04358a50ce2f1f7b23db247 | refs/heads/master | 2021-01-10T15:52:48.275384 | 2011-11-29T03:34:06 | 2011-11-29T03:34:06 | 44,036,200 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 715 | h | #pragma once
#include "Animation.h"
#include "Sprite.h"
#include "Object.h"
#include <list>
using namespace std;
class QBrick:public Object
{
private:
char state;
float vy;
float ay;
float yOld;
public:
bool isChanged;
bool isBright;
QBrick();
QBrick(float _x, float _y,float width,float h... | [
"silentrain.3101@gmail.com"
] | [
[
[
1,
31
]
]
] |
74c23bfadf519ba19839a298315f826217ee38c2 | 2d1d1db23023ce078e2553cb088fed3d40e67afc | /TcpClientSocket.h | 93ed6d4efc913b67f0fb4114dca40f5034a289da | [] | no_license | liuxw7/ippyproxy | f964c8bfe8d4f710e320bdc5447c0414e3b15b08 | daab0f961c8fb4da239a71d7a106d39a5b682567 | refs/heads/master | 2021-06-15T02:34:44.071400 | 2008-05-13T21:28:30 | 2008-05-13T21:28:30 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,243 | h | ////////////////////////////////////////////////////////////////////////////////////////////////////
// IpPyProxy
//
// Copyright ©2008 Liam Kirton <liam@int3.ws>
////////////////////////////////////////////////////////////////////////////////////////////////////
// TcpClientSocket.h
//
// Created: 27/02/2008
/... | [
"liam@int3.ws"
] | [
[
[
1,
40
]
]
] |
e75d8441ef3fa894da30ce73795aa86a0e84d1c6 | 2a47a0a9749be9adae403d99f6392f9d412fca53 | /OpenGL/Puppet/IGUANA_animated.cpp | 091f0a414779400abe15bbec721eb4bacd2ebd07 | [] | no_license | waseemilahi/waseem | 153bed6788475a88d234d75a323049a9d8ec47fe | 0bb2bddcc8758477f0ad5db85bfc927db2ae07af | refs/heads/master | 2020-03-30T14:59:17.066002 | 2008-11-22T01:21:04 | 2008-11-22T01:21:04 | 32,640,847 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,463 | cpp | /*Puppet Program by Waseem Ilahi*/
#include <Windows.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
//Prototypes.
void DrawTail(void);
void DrawLegs(void);
void DrawNeck(void);
void Dra... | [
"waseemilahi@b30cb682-9650-11dd-b20a-03c46e462ecf"
] | [
[
[
1,
601
]
]
] |
1d69743f90410ae39469f9a59653073f61822fbd | b1c7510cfc5d90397bf9aef111cf9906dc278251 | /test/xmlParserTest.cpp | 7a3ed5777f021fa6c5c16ccde9f6f6d75b776167 | [] | 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 | 529 | cpp | #include "xmlParser.hpp"
#include <iostream>
#include <fstream>
#include <string>
#define BUFSIZE 1024*1024
using namespace::std;
int main() {
ifstream input("xmlParserTest/goodinput.xml", ifstream::in);
string xmlData;
char buffer[BUFSIZE];
while (input.good()) {
input.getline(buffer, BUFS... | [
"makane@USMA1CL-L3B4872.kendall.corp.akamai.com"
] | [
[
[
1,
26
]
]
] |
0ea59ea09642931867035765bdcbb64ed7c00fe0 | eec70a1718c685c0dbabeee59eb7267bfaece58c | /Sense Management Irrlicht AI/MessageSender.cpp | 78ea132da0a57be5298fb778b4090f4313e36d81 | [] | no_license | mohaider/sense-management-irrlicht-ai | 003939ee770ab32ff7ef3f5f5c1b77943a4c7489 | c5ef02f478d00a4957a294254fc4f3920037bd7a | refs/heads/master | 2020-12-24T14:44:38.254964 | 2011-05-19T14:29:53 | 2011-05-19T14:29:53 | 32,393,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,159 | cpp | #include "MessageSender.h"
#include "AIObject.h"
#include "Game.h"
#include "PrecisionTimer.h"
#undef SendMessage // <---- Worst error ever when this isn't here, took ages!!!!
bool MessageSender::LessThan::operator()(Message* a,Message* b)
{
return (a->DispatchTime < b->DispatchTime);
}
void MessageSend... | [
"shaunmitchell84@googlemail.com@2228f7ce-bb98-ac94-67a7-be962254a327"
] | [
[
[
1,
97
]
]
] |
92a472692253b84d39704b7e723aac9900f37beb | fac8de123987842827a68da1b580f1361926ab67 | /src/transporter/game/carSteering.cpp | fabcce083d5c8972934a95246aeb98be21d51c06 | [] | no_license | blockspacer/transporter-game | 23496e1651b3c19f6727712a5652f8e49c45c076 | 083ae2ee48fcab2c7d8a68670a71be4d09954428 | refs/heads/master | 2021-05-31T04:06:07.101459 | 2009-02-19T20:59:59 | 2009-02-19T20:59:59 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 6,699 | cpp | #include "transporter.h"
CarSteering::CarSteering( InputSystem* inputSystem )
: DebugRegistryBaseItem("steering")
{
this->inputSystem = inputSystem;
steering = 0.0f;
throttle = 0.0f;
braking = 0.0f;
handBrake= false;
gearShift= 0;
steeringSaturation = 0.0010f;
brakingSaturation = 0.0025f;
thr... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
235
]
]
] |
0a1ef4bab5dc0049faed96da8bb8ab83d912d373 | 547a31c6d098df866be58befd8642ab773b32226 | /vc/DataLogger/ExitDialog.cpp | 1ee0852889bbf3a4f5419c932ea88b83a6fa6303 | [] | no_license | neirons/pythondatalogger | 64634d97eaa724a04707e4837dced51bcf750146 | f1cd1aea4d63407c3d4156ddccd02339dc96dcec | refs/heads/master | 2020-05-17T07:48:33.707106 | 2010-08-08T13:37:33 | 2010-08-08T13:37:33 | 41,642,510 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,037 | cpp | // ExitDialog.cpp : implementation file
//
#include "stdafx.h"
#include "datalogger.h"
#include "ExitDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CExitDialog dia... | [
"shixiaoping79@5c1c4db6-e7b1-408c-73c2-e61316242a6a"
] | [
[
[
1,
43
]
]
] |
cc71d9064ae1fadd69090e1125ff132dfbc61109 | f7d5fcb47d370751163d253ac0d705d52bd3c5d5 | /tags/Sources/source/hapticgraphclasses/SpringForceEffect.h | 4295d70a78f036f80eda520025e946ac2569c986 | [] | no_license | BackupTheBerlios/phantom-graphs-svn | b830eadf54c49ccecf2653e798e3a82af7e0e78d | 6a585ecde8432394c732a72e4860e136d68cc4b4 | refs/heads/master | 2021-01-02T09:21:18.231965 | 2006-02-06T08:44:57 | 2006-02-06T08:44:57 | 40,820,960 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 3,200 | h | //*******************************************************************************
/// @file SpringForceEffect.h
/// @author Katharina Greiner, Matr.-Nr. 943471
/// @date Erstellt am 28.01.2006
/// @date Letzte Änderung 28.01.2006
//*******************************************************************************
... | [
"frosch@a1b688d3-ce07-0410-8a3f-c797401f78de"
] | [
[
[
1,
84
]
]
] |
90e145ef2dd2e76e14335f5ffc0d69b209b9eba7 | c5ecda551cefa7aaa54b787850b55a2d8fd12387 | /src/WorkLayer/ClientUDPSocket.h | f7c76fb55613a05dae024c8529a7fe3a67a00e55 | [] | 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 | UTF-8 | C++ | false | false | 2,391 | h | //this file is part of eMule
//Copyright (C)2002-2006 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... | [
"LanceFong@4a627187-453b-0410-a94d-992500ef832d"
] | [
[
[
1,
68
]
]
] |
a613a7a6a162451a3995f84e10f7c6af4164a88b | aefc3d630a28e054a438d13ab16d32f2d39ccb1e | /HWMSGThread.cpp | f7c8555f44d37f922742cc632382166fc75ed912 | [] | no_license | imcooder/publicwince | e64305d86496b550116c312d2e9a67e7fb33c6f8 | 58a337768161e1a10664b4d5edc2aadfb2ab1328 | refs/heads/master | 2021-05-28T10:40:35.786601 | 2010-06-27T06:25:09 | 2010-06-27T06:25:09 | 32,301,144 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,902 | cpp |
#include "stdafx.h"
#include "HWMSGThread.h"
#include "Thread.h"
#include "HWDebug.h"
CHWMSGThread::CHWMSGThread()
{
m_hStartEvent = NULL;
m_blExit = FALSE;
}
CHWMSGThread::~CHWMSGThread()
{
Release();
}
LRESULT CHWMSGThread::DefThreadProc(UINT message, WPARAM wParam, LPARAM lParam)
{
sw... | [
"jtxuee@gmail.com@a9ac5a9c-960a-11de-b8e1-0bcae535652c"
] | [
[
[
1,
146
]
]
] |
a13bc7b7536311531fefaafb718476ea9700dbc3 | 3ec3b97044e4e6a87125470cfa7eef535f26e376 | /darkbits-secret_of_fantasy_2/src/Game.hpp | fdcaa49daa412e372e32f9f6648fc5f2b4163647 | [] | 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 | 538 | hpp | #pragma once
#include <string>
#include <allegro.h>
class Game
{
public:
Game(const std::string& title, bool windowed = false);
virtual ~Game();
void run();
protected:
virtual void onLogic() = 0;
void halt();
void setTitle(const char* format, ...);
void toggleSlowMotion();
void togg... | [
"martijn.vaniersel@bigcat.unimaas.nl"
] | [
[
[
1,
32
]
]
] |
c8aeb61fd7fdc41cae3369086c774064f07fca58 | b4bff7f61d078e3dddeb760e21174a781ed7f985 | /Source/Contrib/UserInterface/src/Component/ComponentContainer/ColorChooser/OSGColorSelectionModel.h | fb4a97c1ed90feae58e786c62777491c071f322b | [] | no_license | Langkamp/OpenSGToolbox | 8283edb6074dffba477c2c4d632e954c3c73f4e3 | 5a4230441e68f001cdf3e08e9f97f9c0f3c71015 | refs/heads/master | 2021-01-16T18:15:50.951223 | 2010-05-19T20:24:52 | 2010-05-19T20:24:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,889 | h | /*---------------------------------------------------------------------------*\
* OpenSG ToolBox UserInterface *
* *
* *
... | [
"djkabala@gmail.com"
] | [
[
[
1,
76
]
]
] |
1a21e9f5a83f7359a491991bc09ab19cb052338b | 5e0422794380a8f3bf06d0c37ac2354f4b91fefb | /fastnet/abstract_session_handler.h | 34d761971efc9ac797eeacfbda5683942c51f232 | [] | 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 | 721 | h | #pragma once
#include "session_handler.h"
namespace fastnet
{
class abstract_session_handler :
public fastnet::session_handler
{
public:
abstract_session_handler(void);
virtual ~abstract_session_handler(void);
public:
virtual void session_created( io_session & session );
virtual void ses... | [
"everwanna@8b0bd7a0-72c1-11de-90d8-1fdda9445408"
] | [
[
[
1,
27
]
]
] |
325fefa5c610f5a4180fb9e878d213afde607aa4 | 3a53382dd8e6ea42b9347c4e505494efa808ef2e | /src/scale.h | bc84f1fc2fec62ed40600e23904d1078718a2fc2 | [] | no_license | zed0/aeolus | ca5dc6f06dcd6b59bc5623d7e48a289ca25a3e87 | 37ae7a1bbdf7c7fbd4ea6de51fd59cf60be72287 | refs/heads/master | 2020-05-29T15:16:45.760231 | 2011-11-24T19:39:33 | 2011-11-24T19:39:33 | 2,845,641 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 286 | h | #ifndef AEOLUS_SCALE_H
#define AEOLUS_SCALE_H
#include "preprocessor.h"
using namespace cv;
class scale: public preprocessor
{
public:
scale(Mat &image_,float scaleValue);
void run();
void setScale(float scaleValue);
private:
float scaleValue;
};
#endif
| [
"ben@falconers.me.uk"
] | [
[
[
1,
18
]
]
] |
f37b21623840167078fa848c6613b821e51b1350 | 3daaefb69e57941b3dee2a616f62121a3939455a | /mgllib-test/mgl_test/StdAfx.cpp | 5c7d68e0b82661825bcb41f42cf1978d498fd742 | [] | no_license | myun2ext/open-mgl-legacy | 21ccadab8b1569af8fc7e58cf494aaaceee32f1e | 8faf07bad37a742f7174b454700066d53a384eae | refs/heads/master | 2016-09-06T11:41:14.108963 | 2009-12-28T12:06:58 | 2009-12-28T12:06:58 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 423 | cpp | // stdafx.cpp : 標準インクルードファイルを含むソース ファイル
// mgl_test.pch 生成されるプリコンパイル済ヘッダー
// stdafx.obj 生成されるプリコンパイル済タイプ情報
#include "stdafx.h"
// TODO: STDAFX.H に含まれていて、このファイルに記述されていない
// ヘッダーファイルを追加してください。
| [
"myun2@6d62ff88-fa28-0410-b5a4-834eb811a934"
] | [
[
[
1,
8
]
]
] |
d37c1028fdd6e710883792b2efd8dadf1d699e86 | d9bf74086d94169f0e0c9e976965662f6639a9ae | /src/playercar.hpp | 5c5d38c736fb625a3073da62799ef402737e34ae | [] | no_license | th0m/projet-genie-logiciel-gstl | 75e77387b95c328f7e34428ca4f4b74198774d10 | c2d283897d36ba2e5bf4ec0bf3dbea6ab65884a8 | refs/heads/master | 2021-01-25T09:00:30.529804 | 2011-04-19T21:22:12 | 2011-04-19T21:22:12 | 32,145,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,953 | hpp | /**
* \file playercar.hpp
* \brief Gestion de la voiture du joueur.
* \author GSTL
* \version 0.1
* \date 19 avril 2011
*/
#ifndef PLAYERCAR_HPP
#define PLAYERCAR_HPP
#include "limit.hpp"
#include "flaque.hpp"
#include "iacar.hpp"
#include <list>
/**
* \class PlayerCar
* \brief Classe qui... | [
"axelscht@468702e1-5092-14fc-779a-dee4b53e0e13",
"Thomas.LEFEBVRE3@gmail.com@468702e1-5092-14fc-779a-dee4b53e0e13"
] | [
[
[
1,
12
],
[
16,
17
],
[
22,
27
],
[
29,
29
],
[
33,
33
],
[
35,
37
],
[
39,
43
],
[
45,
45
],
[
50,
50
],
[
52,
56
... |
49f0395efea6f7cee7014575f3a56d26a4a52884 | ad33a51b7d45d8bf1aa900022564495bc08e0096 | /DES/DES_GOBSTG/Core/DataMap.cpp | a9fce410d8b67b4f9fdeac52b13ac0041f7a2567 | [] | no_license | CBE7F1F65/e20671a6add96e9aa3551d07edee6bd4 | 31aff43df2571d334672929c88dfd41315a4098a | f33d52bbb59dfb758b24c0651449322ecd1b56b7 | refs/heads/master | 2016-09-11T02:42:42.116248 | 2011-09-26T04:30:32 | 2011-09-26T04:30:32 | 32,192,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,174 | cpp | #include "../Header/Data.h"
dataMapTable dataMap[] =
{
{"_DATASTART_", 0xffffffff},
{"_E", 0x00100000},
{"_N", 0x00200000},
{"_H", 0x00300000},
{"_D", 0x00400000},
{"_X1", 0x00500000},
{"_X2", 0x00600000},
{"_X3", 0x00700000},
{"_X4", 0x00800000},
{"_X5", 0x0090000... | [
"CBE7F1F65@b503aa94-de59-8b24-8582-4b2cb17628fa"
] | [
[
[
1,
158
]
]
] |
e3d042faf992cb2ad73f5e69039866d7903e963a | cfcd2a448c91b249ea61d0d0d747129900e9e97f | /thirdparty/OpenCOLLADA/COLLADAFramework/src/COLLADAFWTranslate.cpp | 69155ee7e95e7d4753befb9d7304edebfff37c4f | [] | no_license | fire-archive/OgreCollada | b1686b1b84b512ffee65baddb290503fb1ebac9c | 49114208f176eb695b525dca4f79fc0cfd40e9de | refs/heads/master | 2020-04-10T10:04:15.187350 | 2009-05-31T15:33:15 | 2009-05-31T15:33:15 | 268,046 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,150 | cpp | /*
Copyright (c) 2008 NetAllied Systems GmbH
This file is part of COLLADAFramework.
Licensed under the MIT Open Source License,
for details please see LICENSE file or the website
http://www.opensource.org/licenses/mit-license.php
*/
#include "COLLADAFWStableHeaders.h"
#include "COLLADAFWTranslate.h"
n... | [
"jiva@crazycoder.co.za"
] | [
[
[
1,
41
]
]
] |
97be0bac2bdd032d4be9cb4c5dc642aa603400bb | eafa9c8d8ab765faea768c1a89bdeb586d629591 | /Multiplayer Bomberman/StringUtils.h | a696f8813af766e9fa084318d52747b239127448 | [] | no_license | Norcinu/Demo | 1f5ec338ae9de269eb9dbfda7c787271eddfea9c | bf8f61d194b7f1435356a67671772692144ef27c | refs/heads/master | 2020-06-04T00:21:00.729640 | 2011-07-13T20:11:38 | 2011-07-13T20:11:38 | 2,043,916 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 417 | h | #ifndef STRING_UTILS_H
#define STRING_UTILS_H
#include <iostream>
#include <sstream>
namespace seg
{
template <class T>
bool FromString(T& t, const std::string& s, std::ios_base& (*f)(std::ios_base&))
{
std::istringstream iss(s);
return !(iss >> f >> t).fail();
}
template<typename T>
std::s... | [
"ledbybyson@gmail.com"
] | [
[
[
1,
25
]
]
] |
e0ed1088f289fab851357f13f2173c20b480dd7a | 619941b532c6d2987c0f4e92b73549c6c945c7e5 | /Source/Toxid/UI/UIServer.h | c94e9b14f8b20d3db16b0b9bf8f6aee8252be205 | [] | no_license | dzw/stellarengine | 2b70ddefc2827be4f44ec6082201c955788a8a16 | 2a0a7db2e43c7c3519e79afa56db247f9708bc26 | refs/heads/master | 2016-09-01T21:12:36.888921 | 2008-12-12T12:40:37 | 2008-12-12T12:40:37 | 36,939,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,950 | h | // //
// ##### # # #### -= Nuclex Library =- //
// # ## ## # # TitleScreen.h - Toxid title screen //
// # ### #... | [
"ctuomail@gmail.com"
] | [
[
[
1,
74
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.