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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8f1e762f3385bb6c817d76999e5b6dcfeeb6611f | 9907be749dc7553f97c9e51c5f35e69f55bd02c0 | /FrameworkMenu/FrameworkMenu/engine.cpp | 3052f09f26d3f7ea6247d9720709de881b43ec27 | [] | no_license | jdeering/csci476winthrop | bc8907b9cc0406826de76aca05e6758810377813 | 2bc485781f819c8fd82393ac86de33404e7ad6d3 | refs/heads/master | 2021-01-10T19:53:14.853438 | 2009-04-24T14:26:36 | 2009-04-24T14:26:36 | 32,223,762 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 45,738 | cpp | #include "engine.h"
#include "GameFramework.h"
// Set inst to NULL to begin
Framework* Framework::inst = NULL;
Game Framework::games[MAXGAMES];
int Framework::gameCount = 0;
/******************************************************
Provides a pointer to the Singleton instance of the
Framework class. If ther... | [
"deeringj2@2656ef14-ecf4-11dd-8fb1-9960f2a117f8"
] | [
[
[
1,
1352
]
]
] |
4b5cf8858fa5591018258200c0f68eecba50b5e0 | 070c58893ddb68626557793241b4c9c960737d86 | /dEspresso/dEspresso/dEspresso.cpp | 092c0cc7743fff2b27d8a3ecc46f909b737503a3 | [] | no_license | jongha/despresso | f84f328f77b0a338b31e8cf8debcda07ef49154d | 8986bbd6e710ee68fa341218c02f9b2aa7d1866d | refs/heads/master | 2020-05-18T07:16:32.144386 | 2010-09-28T05:14:56 | 2010-09-28T05:14:56 | 32,111,969 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,217 | cpp | // dEspresso.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "dEspresso.h"
#include "dEspressoDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CdEspressoApp
BEGIN_MESSAGE_MAP(CdEspressoApp, CWinApp)
ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
END_MESSAGE_MAP()
... | [
"jongha.ahn@mrlatte.net"
] | [
[
[
1,
84
]
]
] |
4d7c998a0631fed05087790259f58d2337f76f60 | 90e001b00ae30ef22a3b07f6c9c374b0f2a1ee65 | /Computer Code/RobotPartProcessor.h | 9ba851425b3de762d66c100564b337cd00287c36 | [] | no_license | yazaddaruvala/2010W_UBC_EECE_375_450_Team6 | 6ca20eacef048a770e4422b45b49cedac8d6efe9 | e87918415ac41c7953f67247d6b9d3ce12f6e95a | refs/heads/master | 2016-09-11T04:20:55.171140 | 2011-05-29T08:32:43 | 2011-05-29T08:32:43 | 1,816,632 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 729 | h | /*
* Written by Yazad Daruvala
*/
#ifndef EECE375_ROBOTPARTPROCESSOR_H
#define EECE375_ROBOTPARTPROCESSOR_H
#include <cv.h>
#include <highgui.h>
#include <string>
#include <boost/thread.hpp>
#include "Processor.h"
class RobotPartProcessor: public Processor
{
public:
RobotPartProcessor( char* name_p, C... | [
"y.daruvala@gmail.com"
] | [
[
[
1,
33
]
]
] |
97373ad2b913080b6144ff55ffe9983af6aba2f6 | 9b575a11ef9652d78a93f71f5a61a01ae46ef7d0 | /Box2D2EngineReflexingBalls/sourcecode/MyContactListener.cpp | 901411e0e409ede87b1e9ee30735f35fe1d82361 | [] | no_license | vanminhle246/Physics2Engine | f9133786868a8c33d3919ef069372f4b1f9f6eb4 | cd6f0e6d90e02b16dcc397a1f99e0858812dc494 | refs/heads/master | 2021-01-10T19:09:09.757772 | 2011-12-22T10:43:32 | 2011-12-22T10:43:32 | 2,913,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,004 | cpp | #include "MyContactListener.h"
#include "LinkerAgent.h"
void HandleContact(LinkerAgent* la1, LinkerAgent* la2)
{
/**/
djbool isSeed = la1->m_isSeed;
la1->m_isSeed = la2->m_isSeed;
la2->m_isSeed = isSeed;
/**/
/**
if (la1->m_isSeed) la2->m_isSeed = la1->m_isSeed;
if (la2->m_isSeed) la1->m_isSeed = la2... | [
"vanminh.le246@gmail.com"
] | [
[
[
1,
39
]
]
] |
c0fb905765c2000522e63ac93a481445981a3fc9 | 967868cbef4914f2bade9ef8f6c300eb5d14bc57 | /Server/Connection.hpp | 5a87f45b2f3fba629384df670627dd6a1b02d82b | [] | no_license | saminigod/baseclasses-001 | 159c80d40f69954797f1c695682074b469027ac6 | 381c27f72583e0401e59eb19260c70ee68f9a64c | refs/heads/master | 2023-04-29T13:34:02.754963 | 2009-10-29T11:22:46 | 2009-10-29T11:22:46 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,404 | hpp | /*
© Vestris Inc., Geneva, Switzerland
http://www.vestris.com, 1994-1999 All Rights Reserved
______________________________________________
written by Daniel Doubrovkine - dblock@vestris.com
*/
#ifndef BASE_CONNECTION_HPP
#define BASE_CONNECTION_HPP
#include <platform/include.hpp>
#incl... | [
"dblock@dblock.org"
] | [
[
[
1,
37
]
]
] |
a35aae741446f44620439de4f87d4627599ad826 | 4b0f51aeecddecf3f57a29ffa7a184ae48f1dc61 | /CleanProject/Include/CSpecialEffect.h | 8acda2bface59a46ff76ae84f54bf2377facf457 | [] | 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 | ISO-8859-10 | C++ | false | false | 1,658 | h | /*!
@file
@author Pablo Nuņez
@date 13/2009
@module
*//*
This file is part of the Nebula Engine.
Nebula Engine 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 L... | [
"pablosn@06488772-1f9a-11de-8b5c-13accb87f508"
] | [
[
[
1,
72
]
]
] |
0b32ef58802afcac3f6e66dfd8117793ea8a87fb | 854ee643a4e4d0b7a202fce237ee76b6930315ec | /arcemu_svn/src/arcemu-shared/Auth/Sha1.cpp | 40fd2fed6d7614f45e8d2b574d2b3b01533af402 | [] | no_license | miklasiak/projekt | df37fa82cf2d4a91c2073f41609bec8b2f23cf66 | 064402da950555bf88609e98b7256d4dc0af248a | refs/heads/master | 2021-01-01T19:29:49.778109 | 2008-11-10T17:14:14 | 2008-11-10T17:14:14 | 34,016,391 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,465 | cpp | /*
* ArcEmu MMORPG Server
* Copyright (C) 2008 <http://www.ArcEmu.org/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later ver... | [
"Quastl96@gmail.com@3074cc92-8d2b-11dd-8ab4-67102e0efeef",
"minipc@hotmail.de@3074cc92-8d2b-11dd-8ab4-67102e0efeef"
] | [
[
[
1,
1
],
[
4,
66
]
],
[
[
2,
3
]
]
] |
47c88a64eee74b188a47a65552fb7925c93dabda | 80959be98b57106e6bd41c33c5bfb7dd5e9c88cd | /MD2Model.cpp | ab9ce54991539788c5d07389142ffbb7f5eddf46 | [] | no_license | dalorin/FPSDemo | e9ab067cfad73d404cc0ea01190212d5192405b0 | cf29b61a9654652a3f8d60d742072e1a8eaa3ca7 | refs/heads/master | 2020-07-26T17:42:10.801273 | 2010-12-27T00:16:55 | 2010-12-27T00:16:55 | 1,199,462 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,115 | cpp | #include "MD2Model.h"
#include <fstream>
#include <sstream>
#include "targa.h"
#include "Shader.h"
#include "Utils.h"
#include <map>
#define NUMVERTEXNORMALS 162
GLfloat vertexNormals[NUMVERTEXNORMALS][3] = {
#include "anorms.h"
};
using namespace std;
using namespace MD2;
MD2Model::MD2Model(void)... | [
"d@veschneider.com"
] | [
[
[
1,
363
]
]
] |
91af0fcfbc88661e6ff192fafd30001c64ef11c1 | d76a67033e3abf492ff2f22d38fb80de804c4269 | /src/box2d/PrismaticJoint.cpp | e0bce5e1b5dc524b8582fb14a8f19dd122ec4976 | [
"Zlib"
] | permissive | truthwzl/lov8 | 869a6be317b7d963600f2f88edaefdf9b5996f2d | 579163941593bae481212148041e0db78270c21d | refs/heads/master | 2021-01-10T01:58:59.103256 | 2009-12-16T16:00:09 | 2009-12-16T16:00:09 | 36,340,451 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,261 | cpp | #include "PrismaticJoint.h"
// Module
#include "Body.h"
namespace love_box2d
{
PrismaticJoint::PrismaticJoint(boost::shared_ptr<Body> body1, boost::shared_ptr<Body> body2, b2PrismaticJointDef * def)
: Joint(body1, body2)
{
def->Initialize(body1->body, body2->body, def->localAnchor2, def->localAxis1);
... | [
"m4rvin2005@8b5f54a0-8722-11de-9e21-49812d2d8162"
] | [
[
[
1,
112
]
]
] |
6cdced17cd2a24e273be842d1e44f9a30fcca4b0 | cdd5db763cad87ad5579ceb53a5fab002063bd73 | /Wirefree.h | a5cb0d2e12fce5b403a99640b3daaaf560ad4568 | [] | no_license | PersianP/Wirefree | 669ed6b842668aeee0ce307a6dad89bca2ed2622 | 74caf59c0f7be30067f4bd19be66770f446a74f9 | refs/heads/master | 2021-01-25T02:38:02.312629 | 2011-11-19T21:02:37 | 2011-11-19T21:02:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,983 | h | /*
Wirefree.h - interface class to talk with DIYSandbox Arduino devices
Copyright (C) 2011 DIYSandbox LLC
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or... | [
"hacker@diysandbox.com",
"vinod@diysandbox.com"
] | [
[
[
1,
41
],
[
45,
61
],
[
63,
78
]
],
[
[
42,
44
],
[
62,
62
]
]
] |
b4d4ddf34e18de7f6adf573b1e0d8c5524e48d2f | a7513d1fb4865ea56dbc1fcf4584fb552e642241 | /shiftable_files/osal/osal.hpp | 6ea57c04b279231517c7e1c94ff115aaadcc2568 | [
"MIT"
] | permissive | det/avl_array | f0cab062fa94dd94cdf12bea4321c5488fb5cdcc | d57524a623af9cfeeff060b479cc47285486d741 | refs/heads/master | 2021-01-15T19:40:10.287367 | 2010-05-06T13:13:35 | 2010-05-06T13:13:35 | 35,425,204 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,394 | hpp | ///////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2010, Universidad de Alcala //
// //
// See accompanying LICENSE.TXT ... | [
"martin@ROBOTITO"
] | [
[
[
1,
58
]
]
] |
da3a5cf2d4fab5d76d51e975023bcda6a27cccad | 85c93419769170bb411bb28e3ad4790bc5d98181 | /ui/guiparam.cpp | c3deb9bb8f8f8fb8c4dc5669fdd93ebd44ed1b8b | [] | no_license | hirikesh/gorgoneye | 68d6a5774474cf541a7870fe35d0893ad54e99dd | fb81a4a059839bdf2d070dbda0ecde1ec7599f3a | refs/heads/master | 2021-01-10T10:00:43.506555 | 2010-11-04T23:09:31 | 2010-11-04T23:09:31 | 49,187,180 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,047 | cpp | #include <QDebug>
#include <QCheckBox>
#include <QSpinBox>
#include <QGridLayout>
#include <QLabel>
#include <QSlider>
#include <QRadioButton>
#include "guiparam.h"
GUICheckBox::GUICheckBox(const std::string& title, bool* value) :
QCheckBox(title.c_str()),
pValue(value)
{
init();
}
GUICh... | [
"malcoholic@a09ac5dc-a04a-0975-72ff-3257ca587d63",
"justcme@a09ac5dc-a04a-0975-72ff-3257ca587d63"
] | [
[
[
1,
11
],
[
13,
18
],
[
20,
26
],
[
29,
48
],
[
50,
51
],
[
53,
55
],
[
62,
77
],
[
79,
81
],
[
83,
83
],
[
87,
100
... |
65ad0d51ccea3462a7f013f1ac762f06742bcb9a | 815c8fa070af9fc8914acc4d54fb27be54e5e14b | /Foundation/Singleton.h | 00a80306efbc88cfcb8a12b252461d5b4313e986 | [] | no_license | abhean/Braintonic | ec7c2aa309d4f082f4783d16b3716381488caee4 | 820bf671bd15de45608e8fc40fa6d4aaef8df1ef | refs/heads/master | 2020-12-24T13:20:12.591248 | 2010-11-27T21:41:17 | 2010-11-27T21:41:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 824 | h | #pragma once
#ifndef _SINGLETON_H_
#define _SINGLETON_H_
#include <boost/utility.hpp>
#include <cassert>
namespace Foundation
{
template <typename T>
class CSingleton : public boost::noncopyable
{
public:
virtual ~CSingleton() { assert(m_pInstance != NULL); m_pInstance = NULL; }
stat... | [
"Abhean13@hotmail.com"
] | [
[
[
1,
55
]
]
] |
92271417be2b42c4751478e7e52f0092e86024a3 | 1c4a1cd805be8bc6f32b0a616de751ad75509e8d | /jacknero/src/pku_src/1029/3584212_CE.c | 8bcd731ed44a22e80b4c5607237a18d69070e71d | [] | no_license | jacknero/mycode | 30313261d7e059832613f26fa453abf7fcde88a0 | 44783a744bb5a78cee403d50eb6b4a384daccf57 | refs/heads/master | 2016-09-06T18:47:12.947474 | 2010-05-02T10:16:30 | 2010-05-02T10:16:30 | 180,950 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,620 | c | #include <stdio.h>
#include <string.h>
#define maxn 1001
int main()
{
int tt,n;
int num,i,j,k,t,total;
char c[maxn];
int d[maxn];
int b[maxn];
int a[101][maxn];
int jg[maxn];
bool p;
int sign,sign1;
//freopen("in.txt","r",stdin);
while (scanf("%d%d",&n,&k)==2)
{
tt=0;
boo... | [
"jack_nero2000@yahoo.co.jp"
] | [
[
[
1,
117
]
]
] |
fd845d909fc9cf8ac73e3ffc4e7fe7e5e7f7fe7b | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/PatchClient/DlgOption.h | 88474783e39c981ea1a0d69a153954b26e622e8b | [] | no_license | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UHC | C++ | false | false | 1,810 | h | #if !defined(AFX_DLGOPTION_H__3D38DC06_76E7_4F5A_9F94_A49970837AF0__INCLUDED_)
#define AFX_DLGOPTION_H__3D38DC06_76E7_4F5A_9F94_A49970837AF0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgOption.h : header file
//
#include "BtnST.h"
#include "Picture.h"
////////////////////////... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
69
]
]
] |
6450b25197bcaff5414a040519b0fec8b8687a6b | 670c614fea64d683cd517bf973559217a4b8d4b6 | / mindmap-search/mindmap-search/SimpleIndexBuilder.h | a116ebd5d54d9d6e2c22142e8d20a58048d09b91 | [] | no_license | mcpanic/mindmap-search | 5ce3e9a75d9a91224c38d7c0faa4089d9ea2487b | 67fd93be5f60c61a33d84f18cbaa1c5dd7ae7166 | refs/heads/master | 2021-01-18T13:33:19.390091 | 2009-04-06T11:42:07 | 2009-04-06T11:42:07 | 32,127,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 200 | h | #pragma once
#include "indexbuilder.h"
class SimpleIndexBuilder: public IIndexBuilder
{
public:
SimpleIndexBuilder();
virtual ~SimpleIndexBuilder();
void Release();
void Build();
};
| [
"truepanic@ba4b31b2-0743-0410-801d-7d2edeec4cc6"
] | [
[
[
1,
12
]
]
] |
da59381ec35e99c60d8ee2c81df20a2ed0fa8dcf | a0949237db33b47ad927140915636d5c7221e5f1 | /Timer.h | a8edb9e12802a5797e5ebcbb4d6ab2d10ac4fd4a | [] | no_license | moozilla/mmbnonline | 6fa43595467c58bda8746027a950835949b1bdee | e5f74e84aab9775ab2d3b972466e40f458e51920 | refs/heads/master | 2021-01-10T06:10:21.527544 | 2007-08-17T23:31:14 | 2007-08-17T23:31:14 | 36,790,671 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,223 | h | #include <SDL/SDL.h>
class Timer
{
private:
//The clock time when the timer started
int startTicks;
//The ticks stored when the timer was paused
int pausedTicks;
//The timer status
bool paused;
bool started;
public:
//Initializes variables
Timer();
//... | [
"nareion@8bee0d91-8a1e-0410-b811-83a365e83f77"
] | [
[
[
1,
122
]
]
] |
ef870198125908897b1e4047245c063733d88c37 | 8a8873b129313b24341e8fa88a49052e09c3fa51 | /src/DownLoadNet.cpp | dac125e7e50a5a020538480e927ce6ef80c7ef99 | [] | no_license | flaithbheartaigh/wapbrowser | ba09f7aa981d65df810dba2156a3f153df071dcf | b0d93ce8517916d23104be608548e93740bace4e | refs/heads/master | 2021-01-10T11:29:49.555342 | 2010-03-08T09:36:03 | 2010-03-08T09:36:03 | 50,261,329 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 15,154 | cpp | // BrowserDownLoadState.cpp: implementation of the CDownLoadNet class.
//
//////////////////////////////////////////////////////////////////////
#include <COEMAIN.H>
#include "DownLoadNet.h"
#include "HTTPEngine.h"
#include "MainEngine.h"
#include "utf.h"
#include "StaticCommonTools.h"
//////////////////////... | [
"sungrass.xp@37a08ede-ebbd-11dd-bd7b-b12b6590754f"
] | [
[
[
1,
728
]
]
] |
15dc414a35ef01279e6b71fbfc36f059e42847f0 | fbe2cbeb947664ba278ba30ce713810676a2c412 | /iptv_root/skin_lite/src/SkinLite/PollStatsDialog.cpp | 850e95c894482eee3764238d51186231a3687182 | [] | 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 | 8,322 | cpp | #include <wx/wx.h>
#include <vector>
using namespace std;
#include "PollStatsDialog.h"
#include "PollGraphicFrame.h"
/** PollStatsDialog default constructor.
*
*/
PollStatsDialog::PollStatsDialog() : wxDialog()
{
m_controlsCreated = false;
}
/** PollStatsDialog constructor.
* @param[in] info. Receiv... | [
"heineck@c016ff2c-3db2-11de-a81c-fde7d73ceb89"
] | [
[
[
1,
236
]
]
] |
530b18031ed1faa03a76f95503abb1c7ed48ebd9 | 1e299bdc79bdc75fc5039f4c7498d58f246ed197 | /ServerLib/FileIndexObject.h | 7b3d1600a55f1bc16acf76d8a8e2b9506de6a706 | [] | no_license | moosethemooche/Certificate-Server | 5b066b5756fc44151b53841482b7fa603c26bf3e | 887578cc2126bae04c09b2a9499b88cb8c7419d4 | refs/heads/master | 2021-01-17T06:24:52.178106 | 2011-07-13T13:27:09 | 2011-07-13T13:27:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,585 | h | //--------------------------------------------------------------------------------
// Copyright (c) 2001 MarkCare Medical Solutions, Inc.
// Created...: 6/11/01
// Author....: Rich Schonthal
//--------------------------------------------------------------------------------
#if !defined(AFX_FILEINDEXOBJECT_H__B66... | [
"rich@schonthal.com"
] | [
[
[
1,
53
]
]
] |
91e42a8982a63d9d2e41ecd02aad37dff1d1b09a | df238aa31eb8c74e2c208188109813272472beec | /BCGInclude/BCGPPlannerViewMonth.h | 6632407a1a6c0cd8284e133a5f0339bb221df245 | [] | no_license | myme5261314/plugin-system | d3166f36972c73f74768faae00ac9b6e0d58d862 | be490acba46c7f0d561adc373acd840201c0570c | refs/heads/master | 2020-03-29T20:00:01.155206 | 2011-06-27T15:23:30 | 2011-06-27T15:23:30 | 39,724,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,660 | h | //*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// This is a part of BCGControlBar Library Professional Edition
// Copyright (C) 1998-2008 BCGSoft Ltd.
// All rights reserved.
//
// This source code can be used, distributed or modified
// o... | [
"myme5261314@ec588229-7da7-b333-41f6-0e1ebc3afda5"
] | [
[
[
1,
110
]
]
] |
943bd9129a475ef94a9d3dd67894b66634f97826 | 3d7fc34309dae695a17e693741a07cbf7ee26d6a | /aluminizer/ParameterGUI_Base.cpp | 772b2ea9ec9b771004850065147ce236d2e3c1eb | [
"LicenseRef-scancode-public-domain"
] | permissive | nist-ionstorage/ionizer | f42706207c4fb962061796dbbc1afbff19026e09 | 70b52abfdee19e3fb7acdf6b4709deea29d25b15 | refs/heads/master | 2021-01-16T21:45:36.502297 | 2010-05-14T01:05:09 | 2010-05-14T01:05:09 | 20,006,050 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,401 | cpp | #ifdef PRECOMPILED_HEADER
#include "common.h"
#endif
#include "ParameterGUI_Base.h"
#include "Widgets.h"
#include "dds_pulse_info.h"
using namespace std;
ParameterGUI_Base::ParameterGUI_Base(std::vector<ParameterGUI_Base*> * pv,
unsigned flags) :
Parameter_Base("")... | [
"trosen@814e38a0-0077-4020-8740-4f49b76d3b44"
] | [
[
[
1,
262
]
]
] |
7df380e888866ccbf4f1e969ff1e172a71d97615 | 0b55a33f4df7593378f58b60faff6bac01ec27f3 | /Konstruct/Common/Utility/kpuFixedArray.h | 421ed34146f7b74c035f4c54af498253271eda9c | [] | 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,632 | h | #pragma once
template <typename T>
class kpuFixedArray
{
public:
kpuFixedArray()
{
m_iNumElements = 0;
m_iNumUsedElements = 0;
m_pElements = 0;
}
kpuFixedArray(int iNumElements)
{
m_iNumElements = 0;
m_iNumUsedElements = 0;
m_pElements = 0;
SetSize(iNumElements);
}
~kpuFixed... | [
"acid1789@0c57dbdb-4d19-7b8c-568b-3fe73d88484e",
"bflassing@0c57dbdb-4d19-7b8c-568b-3fe73d88484e"
] | [
[
[
1,
53
],
[
59,
82
],
[
89,
93
]
],
[
[
54,
58
],
[
83,
88
]
]
] |
74e2043da29193d9069a3c9e1291e8b1287c1c4f | b6cdddcfcd908188888a3864b1f0becf0ee2ceee | /QtApp/SaWatch/src/DirectoryChanges.cpp | ab90ea89d08258c5e8eb9fe80d30d7d82e701f49 | [] | no_license | himanshu2090/syncany | 698c37c51a72309154dd454365ffc498e767d450 | f60bb2266fc1e99de390171edea890292beee467 | refs/heads/master | 2021-01-21T07:53:47.966909 | 2009-05-18T13:13:44 | 2009-05-18T13:13:44 | 34,249,471 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 74,939 | cpp | // DirectoryChanges.cpp: implementation of the CDirectoryChangeWatcher and CDirectoryChangeHandler classes.
//
///////////////////////////////////////////////////////////////////
///
/***********************************************************
Author: Wes Jones wesj@hotmail.com
File: DirectoryChanges.c... | [
"ttylikl@1da26e48-1f5d-11de-b56b-c9554f25afe1"
] | [
[
[
1,
2043
]
]
] |
5030dd853e4079c09a4b5d8bd7f1eb6949b5f4e6 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/WayFinder/symbian-r6/IAPObserver_old.h | 3fdac5e2c97a0e1d71eb7012fea33ac4e6d36313 | [
"BSD-3-Clause"
] | permissive | ravustaja/Wayfinder-S60-Navigator | ef506c418b8c2e6498ece6dcae67e583fb8a4a95 | 14d1b729b2cea52f726874687e78f17492949585 | refs/heads/master | 2021-01-16T20:53:37.630909 | 2010-06-28T09:51:10 | 2010-06-28T09:51:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,141 | h | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
33
]
]
] |
cd5c6fd58f76f0dd72a38de5ee9208dbf36b9ee1 | 7dd2dbb15df45024e4c3f555da6d9ca6fc2c4d8b | /maelstrom/maelstromproject.h | bc6e933bf2fd9b381964b43cb5a0298d495844d7 | [] | 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 | 1,274 | h | #ifndef MAELSTROMPROJECT_H
#define MAELSTROMPROJECT_H
#include <QObject>
#include <QString>
class MaelstromProject : public QObject
{
Q_OBJECT
private:
QString name;
QString projectPath;
QString assetDbPath;
QString databaseDriver;
bool synched;
MaelstromProject();
public:... | [
"DynamiteAthe@gmail.com"
] | [
[
[
1,
43
]
]
] |
5c018d3f0df0b534b4b974ab7430edbbaffc2cc4 | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/WildMagic2/Source/Graphics/WmlVersion.cpp | 34a8126dd7774667e4ea8c3604b1fe1bc9bc68b0 | [] | 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 | 3,523 | 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,
103
]
]
] |
eca3ad4a23067ba6542414e66af45d78dc298a57 | ffadac985f616b08e142033e7acb1aa240f82fd4 | /src/ProjectionMatrix.h | 24d2fb1303e513c44282625374da167c393dd719 | [] | no_license | jfischoff/obido_math | 9184aea6e975db4164b6e973d0e4fd5b21d024ba | 5b892bf5c0615912613ef9719cb4e9944ab2c444 | refs/heads/master | 2016-09-06T06:18:49.577093 | 2011-10-11T14:53:37 | 2011-10-11T14:53:37 | 2,555,941 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 827 | h | #ifndef PROJECTIONMATRIX_H
#define PROJECTIONMATRIX_H
#include "Matrix4x4.h"
#include "Vector3.h"
#include <iostream>
using namespace std;
class ProjectionMatrix
{
public:
static void* Constructor();
ProjectionMatrix();
ProjectionMatrix(const Vector3& near, const Vector3& far);
ProjectionMatrix... | [
"jonathan@fairauto.com"
] | [
[
[
1,
35
]
]
] |
83fe7661e3108545f4e074968d4987215e2be6c2 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/shortlinksrv/Bluetooth/T_BTSdpAPI/inc/T_DataSdpAttrValueString.h | f3a68b7a5b5416a8a9916ce1da40ab952b0bb5a7 | [] | 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,436 | h | /*
* 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,
106
]
]
] |
5545b327db53fa2dda6aac248efd4961fcd002ab | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2006-01-16/pcbnew/plothpgl.cpp | 27e7385dc04c323111f5aebd8c7fc36da26876b5 | [] | no_license | BackupTheBerlios/kicad-svn | 4b79bc0af39d6e5cb0f07556eb781a83e8a464b9 | 4c97bbde4b1b12ec5616a57c17298c77a9790398 | refs/heads/master | 2021-01-01T19:38:40.000652 | 2006-06-19T20:01:24 | 2006-06-19T20:01:24 | 40,799,911 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,295 | cpp | /*******************************/
/**** Routine de trace HPGL ****/
/*******************************/
#include "fctsys.h"
#include "common.h"
#include "plot_common.h"
#include "pcbnew.h"
#include "pcbplot.h"
#include "trigo.h"
#include "protos.h"
/* Variables locales : */
static int pen_rayon... | [
"bokeoa@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
869
]
]
] |
019210d192f978a18ae116f7259f33d1adec2e93 | 9907be749dc7553f97c9e51c5f35e69f55bd02c0 | /WordplaySingle/Wordplay/api_code/GFObject.h | ecfa80d14c8d48e1ee9ce99b208a060834c6f93c | [] | no_license | jdeering/csci476winthrop | bc8907b9cc0406826de76aca05e6758810377813 | 2bc485781f819c8fd82393ac86de33404e7ad6d3 | refs/heads/master | 2021-01-10T19:53:14.853438 | 2009-04-24T14:26:36 | 2009-04-24T14:26:36 | 32,223,762 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 889 | h | /**
* @file GFObject.h
* @brief A template for any Framework object (GFSprite, GFAudio, GFText)
*/
#pragma once
#include "GameFramework.h"
class GFObject
{
/* SO THAT THE FRAMEWORK CAN ACCESS PROTECTED MEMBERS */
friend class GameFramework;
public:
/*
A QUICK COMMENT ABOUT THIS OPERATOR:
... | [
"authorblues@2656ef14-ecf4-11dd-8fb1-9960f2a117f8",
"deeringj2@2656ef14-ecf4-11dd-8fb1-9960f2a117f8"
] | [
[
[
1,
5
],
[
20,
20
]
],
[
[
6,
19
],
[
21,
34
]
]
] |
9348cd04a3b20059fcb0f80326a8e72b637123b1 | accd6e4daa3fc1103c86d245c784182e31681ea4 | /HappyHunter/Effect/UnderWaterEffect.h | e073f011bc615e78a85169a4a7d4e669f8062b7c | [] | no_license | linfuqing/zero3d | d87ad6cf97069aea7861332a9ab8fc02b016d286 | cebb12c37fe0c9047fb5b8fd3c50157638764c24 | refs/heads/master | 2016-09-05T19:37:56.213992 | 2011-08-04T01:37:36 | 2011-08-04T01:37:36 | 34,048,942 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 500 | h | #pragma once
#include "FullScreenEffect.h"
#include "VertexBuffer.h"
#include "Texture.h"
namespace zerO
{
class CUnderWaterEffect :
public CFullScreenEffect
{
struct BUMPVERTEX
{
D3DXVECTOR4 p;
float tu1, tv1;
float tu2, tv2;
};
public:
CUnderWaterEffect(void);
~CUnderWater... | [
"linfuqing@126.com"
] | [
[
[
1,
31
]
]
] |
de55a1ac0f0c9f766993fb6a8dc9654759e8b623 | 5dc6c87a7e6459ef8e832774faa4b5ae4363da99 | /vis_avs/r_fadeout.cpp | 7b218e8a57c0f1c1077e69a3f71ec20786bd4093 | [] | no_license | aidinabedi/avs4unity | 407603d2fc44bc8b075b54cd0a808250582ee077 | 9b6327db1d092218e96d8907bd14d68b741dcc4d | refs/heads/master | 2021-01-20T15:27:32.449282 | 2010-12-24T03:28:09 | 2010-12-24T03:28:09 | 90,773,183 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,548 | cpp | /*
LICENSE
-------
Copyright 2005 Nullsoft, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list o... | [
"aidinabedi@gmail.com"
] | [
[
[
1,
277
]
]
] |
10232ff586058721b564699136fafcf4c778c226 | f90b1358325d5a4cfbc25fa6cccea56cbc40410c | /src/GUI/proRataMerge.cpp | c3599510c58a035635f3a8e7534032500aebbab9 | [] | no_license | ipodyaco/prorata | bd52105499c3fad25781d91952def89a9079b864 | 1f17015d304f204bd5f72b92d711a02490527fe6 | refs/heads/master | 2021-01-10T09:48:25.454887 | 2010-05-11T19:19:40 | 2010-05-11T19:19:40 | 48,766,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,398 | cpp |
#include "proRataMerge.h"
ProRataMerge::ProRataMerge( QWidget* qwParent )
: QDialog( qwParent )
/* : QWidget( qwParent, qwfFl ) */
{
buildUI();
setValues();
qsOutputDirectory = "";
setAttribute( Qt::WA_ShowModal );
setModal( true );
}
ProRataMerge::~ProRataMerge()
{
}
void ProRataMerge::bu... | [
"chongle.pan@c58cc1ec-c975-bb1e-ac29-6983d7497d3a"
] | [
[
[
1,
209
]
]
] |
bb06f43abcef168b445268f8d8861c287c83234a | f177b64040f6e70ff885ca6911babf647103ddaa | /source/Drawable.h | bd51dcf5df542ceaf9f1bc03407fb8d333cdae63 | [] | no_license | xflash/redraid | b7b662853a09e529e20b5ceee74b4f51ba6d6689 | 1d6b010bbadc2586232ec92df99be7ec49adb43d | refs/heads/master | 2016-09-10T03:57:18.746840 | 2008-06-07T16:11:18 | 2008-06-07T16:11:18 | 32,315,933 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,305 | h | #ifndef Drawable_h
#define Drawable_h
#include <ulib/ulib.h>
#include "ResourceLoader.h"
// Base class for Drawable objects
class Drawable {
private:
UL_IMAGE *img;
private:
int width, height;
protected:
u16 color;
public:
Drawable():img(NULL) { }
virtual ~Drawable() { }
void initDraw(int ... | [
"rcoqueugniot@c32521c4-154f-0410-b136-dfa89fbbf926"
] | [
[
[
1,
88
]
]
] |
83225004bbb6b353ec0c7bd00b5ba02a552c7583 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/ossrv/stdlibs/apps/libpthread/testsemwait/inc/tsemwaitserver.h | fe0691bc1703a64657fc319a9461c32c725f0582 | [] | 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 | 809 | h | /*
* Copyright (c) 2009 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,
36
]
]
] |
fc5bd84d31834a97db7146ff7cd83b647f71aaff | e4bad8b090b8f2fd1ea44b681e3ac41981f50220 | /trunk/Abeetles/Abeetles/StatisticsEnv.cpp | 42bd86b401377da35c1527909efbac1afa293ffa | [] | no_license | BackupTheBerlios/abeetles-svn | 92d1ce228b8627116ae3104b4698fc5873466aff | 803f916bab7148290f55542c20af29367ef2d125 | refs/heads/master | 2021-01-22T12:02:24.457339 | 2007-08-15T11:18:14 | 2007-08-15T11:18:14 | 40,670,857 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,056 | cpp | #include "StdAfx.h"
#include "StatisticsEnv.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "Grid.h"
#include "assert.h"
CStatisticsEnv::CStatisticsEnv(void)
{
MakeEmpty();
FILE * statTimeFile;
errno_t err;
if ((err= fopen_s(&statTimeFile,STAT_TIME_FILE,"w"))!=0)
... | [
"ibart@60a5a0de-1a2f-0410-942a-f28f22aea592"
] | [
[
[
1,
286
]
]
] |
73d2205040af51bd284190785ef5c0768fd231e6 | 282057a05d0cbf9a0fe87457229f966a2ecd3550 | /EIBStdLib/src/XGetopt.cpp | 25de3b7c57d03f40cb3458a3e0d83a44f6ba44ee | [] | no_license | radtek/eibsuite | 0d1b1c826f16fc7ccfd74d5e82a6f6bf18892dcd | 4504fcf4fa8c7df529177b3460d469b5770abf7a | refs/heads/master | 2021-05-29T08:34:08.764000 | 2011-12-06T20:42:06 | 2011-12-06T20:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,571 | cpp | #ifdef WIN32
#include "XGetopt.h"
///////////////////////////////////////////////////////////////////////////////
//
// X G e t o p t . c p p
//
//
// NAME
// getopt -- parse command line options
//
// SYNOPSIS
// int getopt(int argc, TCHAR *argv[], TCHAR *optstring)
//
// extern T... | [
"yosig81@gmail.com"
] | [
[
[
1,
184
]
]
] |
99ead24b6a09aac422c7e3005643fa95bc4ff7eb | 3da0b0276bc8c3d7d1bcdbabfb0e763a38d3a24c | /unpassed/1411.cpp | 2fbbee3c17af13c125ee983854f1c3a1683d132e | [] | 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 | 1,780 | cpp | #include<iostream>
#include<vector>
using namespace std;
enum {
SIZ = 41,
};
struct Rect{
int h,l;
bool operator<(const Rect &r)const{
if(h != r.h) return h<r.h;
return l<r.l;
}
};
vector<Rect> tab[SIZ];
int num, S, side[SIZ];
bool fun(){
int i, t;
Rect one,cur... | [
"zhouweikuan@gmail.com"
] | [
[
[
1,
78
]
]
] |
dc3000b3edd88c0fa331562f2cab55a2c4d8470d | 974a20e0f85d6ac74c6d7e16be463565c637d135 | /trunk/packages/dContainers/dRefCounter.h | 38d23be16bf86ca410ac9bf6b7a608e2a7f6b5d9 | [] | no_license | Naddiseo/Newton-Dynamics-fork | cb0b8429943b9faca9a83126280aa4f2e6944f7f | 91ac59c9687258c3e653f592c32a57b61dc62fb6 | refs/heads/master | 2021-01-15T13:45:04.651163 | 2011-11-12T04:02:33 | 2011-11-12T04:02:33 | 2,759,246 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 676 | h | /* Copyright (c) <2009> <Newton Game Dynamics>
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* inclu... | [
"jerezjulio@sbcglobal.net@b7a2f1d6-d59d-a8fe-1e9e-8d4888b32692"
] | [
[
[
1,
32
]
]
] |
e26490dc1c4684d1109a6dff40c30438f68952fb | d1382634d6e81672de95920a5a4bc8c275f1d512 | /NESOverFixUI/NESOverFixUI/NESOverFixUI.cpp | b61c5acb0f587bcd55373e8dc9b23315c1a0350d | [] | no_license | sinsinpub/nesoverfix | c963541918585ce499f1f1fe6e0b4ffbd7cad6e3 | ae2c0221915601d9a4737cc9a21339cdbe57de30 | refs/heads/master | 2021-01-10T03:20:05.336152 | 2007-11-23T01:38:47 | 2007-11-23T01:38:47 | 36,711,087 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 609 | cpp | // NESOverFixUI.cpp: 主项目文件。
#include "stdafx.h"
#include "frmDialog.h"
using namespace NESOverFixUI;
const unsigned long MaxRomFile = 4096;
//unsigned long RomFileCnt;
//array<System::String^> ^RomFileName[MaxRomFile];
//unsigned long RomFileSize[MaxRomFile];
[STAThreadAttribute]
int main(array<Sys... | [
"sinsinpub@2981e236-803f-0410-ade4-ab5c7a4432ec"
] | [
[
[
1,
25
]
]
] |
ae203fafbd0a43160f91852fed5931ab00de427e | 58ef4939342d5253f6fcb372c56513055d589eb8 | /SimulateMessage/Client/source/Views/inc/MainScreenContainer.h | 7d5894af0713378d336415ac87108e3d0ebff0f6 | [] | no_license | flaithbheartaigh/lemonplayer | 2d77869e4cf787acb0aef51341dc784b3cf626ba | ea22bc8679d4431460f714cd3476a32927c7080e | refs/heads/master | 2021-01-10T11:29:49.953139 | 2011-04-25T03:15:18 | 2011-04-25T03:15:18 | 50,263,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,873 | h | /*
============================================================================
Name : MainScreenContainer.h
Author : zengcity
Version : 1.0
Copyright : Your copyright notice
Description : CMainScreenContainer declaration
============================================================================
... | [
"zengcity@415e30b0-1e86-11de-9c9a-2d325a3e6494"
] | [
[
[
1,
85
]
]
] |
f2e8707b61a6563fefbc17a25a8e2fa03f129a83 | 34a68e61a469b94063bc98465557072897a9aa88 | /libraries/gameswf/gameswf_as_classes/as_netstream.cpp | 05e00157c99349622c71eb563b9e1497970419b5 | [] | no_license | CneoC/shinzui | f83bfc9cbd9a05480d5323a21339d83e4d403dd9 | 5a2b79b430b207500766849bd58538e6a4aff2f8 | refs/heads/master | 2020-05-03T11:00:52.671613 | 2010-01-25T00:05:55 | 2010-01-25T00:05:55 | 377,430 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,133 | cpp | // as_netstream.cpp -- Vitaly Alexeev <tishka92@yahoo.com> 2007
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gameswf/gameswf_as_classes/as_netstream.h"
#include "gameswf/gameswf_render.h"
#include "ga... | [
"the.eternal@gmail.com"
] | [
[
[
1,
802
]
]
] |
0593d60d598807d2dc9f7d4b32c2f37f972a0b26 | 62c9cb0899bbb36d3e742559831f84054b57d790 | /Test_MMCore_devkit/Test_MMCore_devkit.cpp | 13c249a8996473203b762c6c4ae078126f0928a3 | [] | no_license | astraw/micromanager1.3 | b1a245f676f32bbaf1cda7cecbaaf0a5c661ad6c | 6032a1916442dfd1847bef0ed1d5bd1895334c1d | refs/heads/master | 2020-06-05T02:37:31.526258 | 2009-04-28T16:58:58 | 2009-04-28T16:58:58 | 187,348 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,393 | cpp | ///////////////////////////////////////////////////////////////////////////////
// FILE: Test_MMCore_devkit.cpp
// PROJECT: Micro-Manager
// SUBSYSTEM: Device driver developer's kit
//-----------------------------------------------------------------------------
// DESCRIPTION: Command-line tes... | [
"nenad@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd",
"nico@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd"
] | [
[
[
1,
107
],
[
109,
184
]
],
[
[
108,
108
]
]
] |
ece48e7145c321315673a1b8e51f6d3de398caa1 | a84b143f40d9e945b3ee81a2e4522706a381ca85 | /PGR2project/src/Grass.h | a730301543a46889be13652dafe978028b53b1e2 | [] | no_license | kucerad/natureal | ed076b87001104d2817ade8f64a34e1571f53fc8 | afa143975c54d406334dc1ee7af3f8ee26008334 | refs/heads/master | 2021-01-01T05:38:08.139120 | 2011-09-06T07:00:36 | 2011-09-06T07:00:36 | 35,802,274 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 537 | h | #ifndef _GRASS_H
#define _GRASS_H
#include "Vegetation.h"
class Grass :
public Vegetation
{
public:
Grass(TextureManager *texManager, ShaderManager *shManager);
Grass(Grass* copy);
~Grass(void);
Vegetation* getCopy();
void draw();
void init();
void update(double time);
void bakeToV... | [
"kucera.ad@2c66c73b-3297-93fb-03e7-aeb916e281bd",
"kucera.ad@gmail.com@2c66c73b-3297-93fb-03e7-aeb916e281bd"
] | [
[
[
1,
22
],
[
24,
24
],
[
26,
38
]
],
[
[
23,
23
],
[
25,
25
]
]
] |
bd691ac465599a5809995b7976ed81efb7f8ed6d | bef7d0477a5cac485b4b3921a718394d5c2cf700 | /testLotsOfGuys/src/demo/IdlePlayer.h | 04d443e57c55e528fa20607b7bdcc05a75e75bd4 | [
"MIT"
] | permissive | TomLeeLive/aras-p-dingus | ed91127790a604e0813cd4704acba742d3485400 | 22ef90c2bf01afd53c0b5b045f4dd0b59fe83009 | refs/heads/master | 2023-04-19T20:45:14.410448 | 2011-10-04T10:51:13 | 2011-10-04T10:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 739 | h | #ifndef __IDLE_PLAYER_H
#define __IDLE_PLAYER_H
class CComplexStuffEntity;
struct IdleConfig {
std::vector<CAnimationBunch*> mAnims;
};
void InitIdleConfig( IdleConfig& cfg );
// --------------------------------------------------------------------------
class IdlePlayer {
public:
IdlePlayer( con... | [
"aras@unity3d.com"
] | [
[
[
1,
39
]
]
] |
2e18c3cd38b11b22a114dd12304a615e5351a902 | 12ea67a9bd20cbeed3ed839e036187e3d5437504 | /winxgui/VisualWinx/Connect.h | a34fdcb703551c310b72605727f2a943a975dc4a | [] | no_license | cnsuhao/winxgui | e0025edec44b9c93e13a6c2884692da3773f9103 | 348bb48994f56bf55e96e040d561ec25642d0e46 | refs/heads/master | 2021-05-28T21:33:54.407837 | 2008-09-13T19:43:38 | 2008-09-13T19:43:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,907 | h | // Connect.h : Declaration of the CConnect
#pragma once
#include "resource.h" // main symbols
using namespace AddInDesignerObjects;
using namespace Microsoft_VisualStudio_CommandBars;
/// <summary>The object for implementing an Add-in.</summary>
/// <seealso class='IDTExtensibility2' />
class ATL_NO_... | [
"xushiweizh@86f14454-5125-0410-a45d-e989635d7e98"
] | [
[
[
1,
98
]
]
] |
2f01c04ffee21ad98308c5c4226a89a275cf252b | fc4946d917dc2ea50798a03981b0274e403eb9b7 | /gentleman/gentleman/WindowsAPICodePack/WindowsAPICodePack/DirectX/DirectX/Direct3D10/D3D10Texture3D.cpp | eb3f2b5906162623d1ebfde30ef53f829c3eb4ed | [] | 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 | 933 | cpp | // Copyright (c) Microsoft Corporation. All rights reserved.
#include "stdafx.h"
#include "D3D10Texture3D.h"
using namespace Microsoft::WindowsAPICodePack::DirectX::Direct3D10;
Texture3DDescription Texture3D::Description::get()
{
Texture3DDescription desc;
pin_ptr<Texture3DDescription> ptr = &desc... | [
"lucemia@9e708c16-f4dd-11de-aa3c-59de0406b4f5"
] | [
[
[
1,
32
]
]
] |
31e0a208d3cea538f2926c0c362928327d286f65 | ebba8dfe112e93bad2be3551629d632ee4681de9 | /apps/examples/movieGrabberExample/src/testApp.h | a49d7a8aabe94bdeb341f58395b229aa76f9ea8e | [] | no_license | lucasdupin/28blobs | 8499a4c249b5ac4c7731313e0d418dc051610de4 | 5a6dd8a9b084468a38f5045a2367a1dbf6d21609 | refs/heads/master | 2016-08-03T12:27:08.348430 | 2009-06-20T04:39:03 | 2009-06-20T04:39:03 | 219,034 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 604 | h | #ifndef _TEST_APP
#define _TEST_APP
#include "ofMain.h"
class testApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void keyPressed(int key);
void keyReleased(int key);
void mouseMoved(int x, int y );
void mouseDragged(int x, int y, int button);
void... | [
"lucas@sala28.it"
] | [
[
[
1,
30
]
]
] |
aa0a4db4a479ebd2a0c3e8ee7d608cae30cd7e88 | f7d8a85f9d0c1956d64efbe96d056e338b0e0641 | /lib/wxvcl/classes.h | 79da2d0f239ed55dd04fef0a62b320ecdab9570a | [] | no_license | thennequin/dlfm | 6183dfeb485f860396573eda125fd61dcd497660 | 0b122e7042ec3b48660722e2b41ef0a0551a70a9 | refs/heads/master | 2020-04-11T03:53:12.856319 | 2008-07-06T10:17:29 | 2008-07-06T10:17:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,173 | h | /*
Authors : Guru Kathiresan - gururamnath@yahoo.com ,
FreePascal Team - http://www.freepascal.org
License :
Short Verion : wxVCL is distributed under Modified LGPL
(the same license used by FCL, LCL). In short,
this license allows you to use wxVCL in your application either
statically or dynam... | [
"CameleonTH@0c2b0ced-2a4c-0410-b056-e1a948518b24"
] | [
[
[
1,
80
]
]
] |
15946bed00f057097cf1d7ef495c0c3dff807acc | d752d83f8bd72d9b280a8c70e28e56e502ef096f | /Libraries/Random/Random.cpp | f285b5b4fe9342dad87d4130a6bc4e3208e83311 | [] | 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 | 1,701 | cpp | //
// The Epoch Language Project
// Auxiliary Libraries
//
// Library for working with random numbers
//
#include "stdlib.h"
#include "windows.h"
#include <vector>
#include "Utility/Types/IDTypes.h"
#include "Utility/Types/IntegerTypes.h"
#include "Utility/Types/RealTypes.h"
#include "Marshalling/Libr... | [
"don.apoch@gmail.com",
"don.apoch@localhost"
] | [
[
[
1,
42
],
[
44,
59
]
],
[
[
43,
43
]
]
] |
9fad2dedd4897842232a0538310c5fd1f5a85921 | 00b979f12f13ace4e98e75a9528033636dab021d | /branches/ziis/src/sys/win32/file.cc | b0d009fb611a54fad34924e0c91056beba7b0efd | [] | no_license | BackupTheBerlios/ziahttpd-svn | 812e4278555fdd346b643534d175546bef32afd5 | 8c0b930d3f4a86f0622987776b5220564e89b7c8 | refs/heads/master | 2016-09-09T20:39:16.760554 | 2006-04-13T08:44:28 | 2006-04-13T08:44:28 | 40,819,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,378 | cc | //
// file.cc for in
//
// Made by texane
// Login <texane@gmail.com>
//
// Started on Sun Jan 22 14:10:39 2006 texane
// Last update Wed Apr 05 14:27:16 2006 texane
//
#include <string>
#include <sys/sysapi.hh>
#include <windows.h>
using std::string;
void sysapi::file::reset_handle(hand... | [
"texane@754ce95b-6e01-0410-81d0-8774ba66fe44"
] | [
[
[
1,
245
]
]
] |
ec24290fb7c67c10f40cec08dd6322c17c807c5a | cd787383f4b4ffad1c6a1d45899ed16a8d12a18a | /CHoboCopyException.cpp | 38aa468c4c857c8c38f8068bd26e731b0732d928 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | brianly/hobocopy | f6d6277203422d0a757459bafa4856e47dab118d | 0450f1551a4df300829723048db0924b69ec7d96 | refs/heads/master | 2020-12-25T13:08:22.457084 | 2011-01-22T00:55:01 | 2011-01-22T00:55:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,171 | cpp | /*
Copyright (c) 2006 Wangdera Corporation (hobocopy@wangdera.com)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy,... | [
"candera@wangdera.com"
] | [
[
[
1,
25
]
]
] |
3fef533b18fdc4ad0dba535d4316637ea010a2ea | 1e976ee65d326c2d9ed11c3235a9f4e2693557cf | /InfoPaneCreator.h | cb33ab74266f6ae9e03893e6cc0147d5a75ec068 | [] | no_license | outcast1000/Jaangle | 062c7d8d06e058186cb65bdade68a2ad8d5e7e65 | 18feb537068f1f3be6ecaa8a4b663b917c429e3d | refs/heads/master | 2020-04-08T20:04:56.875651 | 2010-12-25T10:44:38 | 2010-12-25T10:44:38 | 19,334,292 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,231 | h | // /*
// *
// * Copyright (C) 2003-2010 Alexandros Economou
// *
// * This file is part of Jaangle (http://www.jaangle.com)
// *
// * This Program is free software; you can redistribute it and/or modify
// * it under the terms of the GNU General Public License as published by
// * the Free Software Found... | [
"outcast1000@dc1b949e-fa36-4f9e-8e5c-de004ec35678"
] | [
[
[
1,
37
]
]
] |
4b60d52692c7494d8b70f8c42dc68cbd6cb01b3b | 45c0d7927220c0607531d6a0d7ce49e6399c8785 | /GlobeFactory/src/useful/input_listener.hh | d2bca7606c7787a6ae4084891ea1f04e5d004687 | [] | no_license | wavs/pfe-2011-scia | 74e0fc04e30764ffd34ee7cee3866a26d1beb7e2 | a4e1843239d9a65ecaa50bafe3c0c66b9c05d86a | refs/heads/master | 2021-01-25T07:08:36.552423 | 2011-01-17T20:23:43 | 2011-01-17T20:23:43 | 39,025,134 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,672 | hh | ////////////////////////////////////////////////////////////////////////////////
// Filename : input_listener.hh
// Authors : Creteur Clement
// Last edit : 01/11/09 - 19h34
// Comment : This listener registers itself on creation time. Then, each time
// the InputManager is updated, it sends the e... | [
"creteur.c@8e971d8e-9cf3-0c36-aa0f-a7c54ab41ffc"
] | [
[
[
1,
46
]
]
] |
06025ea5da4393d84981b0064d9823bef705485b | 453607cc50d8e248e83472e81e8254c5d6997f64 | /packet/include/costbase.h | cf34b08b6403ebcf93efeae6bfef62ae1fa4e53d | [] | no_license | wbooze/test | 9242ba09b65547d422defec34405b843b289053f | 29e20eae9f1c1900bf4bb2433af43c351b9c531e | refs/heads/master | 2016-09-05T11:23:41.471171 | 2011-02-10T10:08:59 | 2011-02-10T10:08:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,606 | h |
#ifndef _COSTBASE_H_
#define _COSTBASE_H_
#include "packnode.h"
/** \file
The documentation in this file is formatted for doxygen
(see www.doxygen.org).
<h4>
Copyright and Use
</h4>
You may use this source code without limitation and without
fee as long as you include:
<blockquot... | [
"levgue@gmx.net"
] | [
[
[
1,
99
]
]
] |
661009b866e17b248878c7a3a39a73dd021ebbb7 | 99d3989754840d95b316a36759097646916a15ea | /trunk/2011_09_07_to_baoxin_gpd/ferrylibs/src/ferry/cv_geometry/RANSAC.cpp | 233301c804b88d45fc38596a64578da9a0dd9b29 | [] | no_license | svn2github/ferryzhouprojects | 5d75b3421a9cb8065a2de424c6c45d194aeee09c | 482ef1e6070c75f7b2c230617afe8a8df6936f30 | refs/heads/master | 2021-01-02T09:20:01.983370 | 2011-10-20T11:39:38 | 2011-10-20T11:39:38 | 11,786,263 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25 | cpp | #include ".\ransac.h"
| [
"ferryzhou@b6adba56-547e-11de-b413-c5e99dc0a8e2"
] | [
[
[
1,
2
]
]
] |
ed6fb4de8ed871543e49dee7ad7ea42ee31b53ab | fac8de123987842827a68da1b580f1361926ab67 | /inc/math/HMMatrix4.cpp | 216fe2f76075d85f1e7a644fffb148ab41420b35 | [] | no_license | blockspacer/transporter-game | 23496e1651b3c19f6727712a5652f8e49c45c076 | 083ae2ee48fcab2c7d8a68670a71be4d09954428 | refs/heads/master | 2021-05-31T04:06:07.101459 | 2009-02-19T20:59:59 | 2009-02-19T20:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,548 | cpp | #include "math/HMath.h"
namespace hmath
{
const m4 m4::ZERO(
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0 );
const m4 m4::IDENTITY(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1 );
const m4 m4::CLIPSPACE2DTOIMAGESPACE(
... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
609
]
]
] |
d8553e4432df1f97ba6f77b66917d978b66eb144 | c04ce4f22fc46c4d44fc425275403592bc6f067a | /wolf/src/game/engine/eWall.cpp | dba2d6b31647f3a37c52a184d5e4c691d24035f1 | [] | no_license | allenh1/wolfenstein-reloaded | 0161953173f053cc1ee4e03555def208ea98a34b | 4db98d1a9e5bf51f88c58d9acae6d7f6850baf1d | refs/heads/master | 2020-04-10T03:30:04.121502 | 2010-07-09T17:14:50 | 2010-07-09T17:14:50 | 32,124,233 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,163 | cpp | /*
**************************************************************************
Wolfenstein Reloaded
Developed by Hunter Allen <hunterallen40@gmail.com>
File Description: Wall engine. (Detects collision and stuff)
**************************************************************************
Copyright © 2010 Hunter... | [
"hunterallen40@14159fd0-a646-01e2-d422-a234b5f98ae5"
] | [
[
[
1,
38
]
]
] |
2dc49a22d86e85ee165b3f227e8d2c2f9877c7b7 | 1cc5720e245ca0d8083b0f12806a5c8b13b5cf98 | /archive/ok/2760/c.cpp | edc3b795820572d4817270defa60487b8cdda12d | [] | no_license | Emerson21/uva-problems | 399d82d93b563e3018921eaff12ca545415fd782 | 3079bdd1cd17087cf54b08c60e2d52dbd0118556 | refs/heads/master | 2021-01-18T09:12:23.069387 | 2010-12-15T00:38:34 | 2010-12-15T00:38:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,844 | cpp |
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <string.h>
#define FOR(a,b) for(a=0;a<b;a++)
using namespace std;
#define MAXI (110)
int n,p,c,tr;
int target,source;
int fila[MAXI];
int capa[MAXI][MAXI], flux[MAXI][MAXI];
int pai[MAXI];
int min[MAXI];
int resid(int tor, in... | [
"guilherme.silveira@caelum.com.br"
] | [
[
[
1,
108
]
]
] |
369481b7e5017328a7493644f681faa7ebc7918e | 4b0f51aeecddecf3f57a29ffa7a184ae48f1dc61 | /CleanProject/ParticleUniverse/include/ParticleUniverseRendererTokens.h | f4d33f1d884e972dbe943579fb9238bdf23319f9 | [] | 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 | 1,585 | h | /*
-----------------------------------------------------------------------------
This source file is part of the Particle Universe product.
Copyright (c) 2006-2008 Henry van Merode
Usage of this program is free for non-commercial use and licensed under the
the terms of the GNU Lesser General Public License.
... | [
"pablosn@06488772-1f9a-11de-8b5c-13accb87f508"
] | [
[
[
1,
47
]
]
] |
f6b4765fff0b525af6150e4df1e51d3a75004f3f | 08afd1531b4902e60767855d3bedef18ee46cb13 | /Camera/Prosilica/ProsilicaGigESDK_mac/examples/SampleViewer/src/Seeker.cpp | c128b6021df25e4f23679f80ddc9377a97a0fe74 | [] | 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 | 2,701 | cpp | /*
| ==============================================================================
| Copyright (C) 2006-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,
98
]
]
] |
ad7d0b436a23614a736d4941b8e6767720a262bd | 7b4c786d4258ce4421b1e7bcca9011d4eeb50083 | /_20090206_代码统计专用文件夹/C++Primer中文版(第4版)/第一章 快速入门/20081217_测试_注释对不可嵌套.cpp | 690478ae637861c2cc746e98228e7594996e635f | [] | 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 | 97 | cpp | #include <iostream>
/*
//meiyou
/* */meiyou
int v1,v2;
*/
int main()
{
return 0;
} | [
"baicaibang@70501136-4834-11de-8855-c187e5f49513"
] | [
[
[
1,
11
]
]
] |
75eca29c75d56d218f18537ce2f6e09ea4a43890 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/internal/XObjectComparator.cpp | 1cb62a0000cab967acaf0134d5059b869abc8f06 | [
"Apache-2.0"
] | permissive | andyburke/bitflood | dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf | fca6c0b635d07da4e6c7fbfa032921c827a981d6 | refs/heads/master | 2016-09-10T02:14:35.564530 | 2011-11-17T09:51:49 | 2011-11-17T09:51:49 | 2,794,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,910 | cpp | /*
* Copyright 2003,2004 The Apache Software Foundation.
*
* 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 re... | [
"aburke@bitflood.org"
] | [
[
[
1,
969
]
]
] |
32df17821f0d1b1714f218e09289650f4ddbdf5e | e06c28b396351593f75722bcd5b57ca7a6004868 | /ext/OutBuffer.h | 6d69a83fed75141e2b53cb36687c9e1ae09c2fc2 | [] | no_license | taf2/ruby-lzma | 5c78c403bde88d49527ee41a28c6045dfd94e971 | edd53fed204c6a05956d69396974665ce1246189 | refs/heads/master | 2020-12-25T03:20:24.879180 | 2010-02-23T02:53:15 | 2010-02-23T02:53:15 | 531,285 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,282 | h | // OutBuffer.h
#ifndef __OUTBUFFER_H
#define __OUTBUFFER_H
#include "IStream.h"
#include "MyCom.h"
#ifndef _NO_EXCEPTIONS
struct COutBufferException
{
HRESULT ErrorCode;
COutBufferException(HRESULT errorCode): ErrorCode(errorCode) {}
};
#endif
class COutBuffer
{
protected:
Byte *_buffer;
... | [
"ian@ianlevesque.org"
] | [
[
[
1,
64
]
]
] |
d14b06299464f18004519b0831e1af0f4dc5b5c9 | 6dac9369d44799e368d866638433fbd17873dcf7 | /a.i.wars/src/trunk/SimpleTank/botdll.cpp | 985ccae323afc281c9453a7952988ff430fb33d2 | [] | no_license | christhomas/fusionengine | 286b33f2c6a7df785398ffbe7eea1c367e512b8d | 95422685027bb19986ba64c612049faa5899690e | refs/heads/master | 2020-04-05T22:52:07.491706 | 2006-10-24T11:21:28 | 2006-10-24T11:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 353 | cpp | // TemplateBot.cpp : Defines the entry point for the DLL application.
//
#include "BotDLL.h"
#include <windows.h>
BOOL APIENTRY DllMain( HANDLE hModule,DWORD ul_reason_for_call,LPVOID lpReserved)
{
return TRUE;
}
TEMPLATEBOT_API ClientBot * CreateBot(char *name,GameServer *server,int key)
{
return ne... | [
"chris_a_thomas@1bf15c89-c11e-0410-aefd-b6ca7aeaabe7"
] | [
[
[
1,
15
]
]
] |
447ed4ba98cba5688938954ecdfc69e2319316b3 | fac8de123987842827a68da1b580f1361926ab67 | /src/transporter/game/gameScene.h | 3ad54b71db63294283b5bc43cd4961ce1be6703c | [] | no_license | blockspacer/transporter-game | 23496e1651b3c19f6727712a5652f8e49c45c076 | 083ae2ee48fcab2c7d8a68670a71be4d09954428 | refs/heads/master | 2021-05-31T04:06:07.101459 | 2009-02-19T20:59:59 | 2009-02-19T20:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 363 | h | #ifndef GAMESCENE_H
#define GAMESCENE_H
#include "transporter.h"
class GameScene
{
protected : Game* game;
Surface* surface;
CarEntity* car;
public : GameScene();
~GameScene();
virtual bit init(Game* game);
void cleanUp();
GameVisualScene visualWorld;
PhysicsScene physicsWorl... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
20
]
]
] |
5c540fffba0a450bdb79f6f165ccabfbb4c07260 | de98f880e307627d5ce93dcad1397bd4813751dd | /3libs/ut/include/OXTabView.h | a9b6321a8e2197530b9879c533079e8ce4e0e79e | [] | no_license | weimingtom/sls | 7d44391bc0c6ae66f83ddcb6381db9ae97ee0dd8 | d0d1de9c05ecf8bb6e4eda8a260c7a2f711615dd | refs/heads/master | 2021-01-10T22:20:55.638757 | 2011-03-19T06:23:49 | 2011-03-19T06:23:49 | 44,464,621 | 2 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 47,182 | h | // ==========================================================================
// Class Specification :
// COXTabViewContainer
// ==========================================================================
// Version: 9.3
// This software along with its related components, documentation and files ... | [
"andyweike@tom.com"
] | [
[
[
1,
1553
]
]
] |
8b2c3d49049db4500e58dd2d26af740706bf039e | 4ac19e8642b3005d702a1112a722811c8b3cc7c6 | /src/a_scarti.cpp | 6731f314e5451ed84d61ab55529455df4bce1e20 | [
"BSD-3-Clause"
] | permissive | amreisa/freeCGI | 5ab00029e86fad79a2580262c04afa3ae442e127 | 84c047c4790eaabbc9d2284242a44c204fe674ea | refs/heads/master | 2022-04-27T19:51:11.690512 | 2011-02-28T22:33:34 | 2011-02-28T22:33:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,285 | cpp |
#ifdef WIN32
#pragma message( "Compiling " __FILE__ )
#endif
#include "freeCGI.h"
#ifdef _DEBUG_DUMP_
void ASCartItem::dump(void)
{
//a_Only works if the _DEBUG_DUMP_ flag is set and MIME directive was sent (ie. Content-Type: text/html\n\n)
cout << endl << "---START: ASCartItem::dump()---";
APairIt... | [
"achacha@hotmail.com"
] | [
[
[
1,
62
]
]
] |
2832aee6fdeb5a825b34ce685092807137e7e875 | 188058ec6dbe8b1a74bf584ecfa7843be560d2e5 | /FLVGServer/MainFrm.h | 2aa573dc34aae17e4238f50edbc162b9e02029e9 | [] | 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 | 3,908 | h | // MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__F76F66F5_B040_44F2_92D9_5D3BC35D2C33__INCLUDED_)
#define AFX_MAINFRM_H__F76F66F5_B040_44F2_92D9_5D3BC35D2C33__INCLUDED_
#if _MSC_VER > 1000
#pragma once... | [
"soaris@46205fef-a337-0410-8429-7db05d171fc8"
] | [
[
[
1,
132
]
]
] |
7612d5214e6a3e3f616422d2b3464642d0be5eee | cfa1c9f0d1e0bef25f48586d19395b5658752f5b | /Proj_2/LightSoundSystem.cpp | efd6e3462fff031237c22402c706871f0383af92 | [] | no_license | gemini14/AirBall | de9c9a9368bb58d7f7c8fe243a900b11d0596227 | 5d41d3f2c5282f50e7074010f7c1d3b5a804be77 | refs/heads/master | 2021-03-12T21:42:26.819173 | 2011-05-11T08:10:51 | 2011-05-11T08:10:51 | 1,732,008 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,834 | cpp | #include "LightSoundSystem.h"
#include <iostream>
namespace Tuatara
{
void LightSoundSystem::DisplayError( const FMOD_RESULT& result )
{
#if defined(_DEBUG) | defined(DEBUG)
std::cout << "FMOD error: " << FMOD_ErrorString( result ) << "\n";
#endif
}
void LightSoundSystem::ErrorCheck( const FMO... | [
"devnull@localhost"
] | [
[
[
1,
92
]
]
] |
5571b89ae5b141acd450fb74b757634a4e760b07 | ad80c85f09a98b1bfc47191c0e99f3d4559b10d4 | /code/src/audio/ndsound_error.cc | 20ab73e596967aac3e5aa8a296d7895093e2df08 | [] | no_license | DSPNerd/m-nebula | 76a4578f5504f6902e054ddd365b42672024de6d | 52a32902773c10cf1c6bc3dabefd2fd1587d83b3 | refs/heads/master | 2021-12-07T18:23:07.272880 | 2009-07-07T09:47:09 | 2009-07-07T09:47:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,144 | cc | #define N_IMPLEMENTS nDSoundServer2
//-------------------------------------------------------------------
// ndsound_error.cc
// (C) 2000 RadonLabs GmbH -- A.Weissflog
//-------------------------------------------------------------------
#include "audio/ndsoundserver2.h"
//------------------------------------... | [
"plushe@411252de-2431-11de-b186-ef1da62b6547"
] | [
[
[
1,
44
]
]
] |
9220bfe28f42ca4a89c0cb37d309f401435f5d96 | b22c254d7670522ec2caa61c998f8741b1da9388 | /GameServer/PlayerInfoHandler.cpp | 82ae4568b0c2e0e26400b6e00ec16ee1a8fc89ac | [] | no_license | ldaehler/lbanet | 341ddc4b62ef2df0a167caff46c2075fdfc85f5c | ecb54fc6fd691f1be3bae03681e355a225f92418 | refs/heads/master | 2021-01-23T13:17:19.963262 | 2011-03-22T21:49:52 | 2011-03-22T21:49:52 | 39,529,945 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,579 | cpp | /*
------------------------[ Lbanet Source ]-------------------------
Copyright (C) 2009
Author: Vivien Delage [Rincevent_123]
Email : vdelage@gmail.com
-------------------------------[ GNU License ]-------------------------------
This program is free software: you can redistribute it and/or modify
it under ... | [
"vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13"
] | [
[
[
1,
76
]
]
] |
b5d858449695c335c4a7ce0c76884e77572a347c | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/ossrv/stdlibs/apps/libc/testsyssim/src/tsyssimblocks.cpp | b32bf8caf6b981842e473fb0710ca412d603aab4 | [] | 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 | 15,854 | cpp | /*
* Copyright (c) 2009 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,
422
]
]
] |
e249c87cc84ac8df5c21d3bb2bd4db30cecb6cb2 | c0bd82eb640d8594f2d2b76262566288676b8395 | /src/game/ItemInterface.cpp | 0668c8f27b9e899bf4d50ce1b3063b127cfd4dc3 | [
"FSFUL"
] | permissive | vata/solution | 4c6551b9253d8f23ad5e72f4a96fc80e55e583c9 | 774fca057d12a906128f9231831ae2e10a947da6 | refs/heads/master | 2021-01-10T02:08:50.032837 | 2007-11-13T22:01:17 | 2007-11-13T22:01:17 | 45,352,930 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 82,894 | cpp | // Copyright (C) 2004 WoW Daemon
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is dis... | [
"tdiddi@web.de"
] | [
[
[
1,
2486
]
]
] |
450a6d167db3d2154150a6e14a6189d90e1cf2ca | 4333d643613acfc1c84d8de951b53c451df995b3 | /moduled/dbfs/dbfs.cpp | 11cc55021c6f106da6a1339417d2012d90ae9613 | [] | no_license | BackupTheBerlios/forg-svn | c8f1c78135d4ff1a287fe92fe3c970a01fbaa685 | 95c4d86f47b31b00901fef71e232877fb95bf6a1 | refs/heads/master | 2016-09-06T08:18:48.279319 | 2006-05-11T11:57:36 | 2006-05-11T11:57:36 | 40,664,596 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 843 | cpp | // dbfs.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
struct
{
void* hello;
} dll_interface ;
void hello();
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
switch( ... | [
"jartur@31294a5a-bf12-0410-abdd-c0a4511ea72c"
] | [
[
[
1,
44
]
]
] |
5e048c725025176e7088305e7bc7b2046e870597 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/python/test/callbacks.cpp | b25136b2b02a3a7095537df2f35c98ed6566b870 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,856 | cpp | // Copyright David Abrahams 2002.
// 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)
#include <boost/python/module.hpp>
#include <boost/python/def.hpp>
#include <boost/python/class.hpp>
#include <boost/ref.... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
149
]
]
] |
fb737d0e084d5357e1ce1346ee786821816d1f71 | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SETools/SEToolsCommon/SECollada/SEColladaSceneEffectL.cpp | 6187fb36d22c2adcc191bd1600cb82676c7fb956 | [] | 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 | 19,402 | cpp | // 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,
553
]
]
] |
ecb40f4f172d2e4866766edecfc141687197c7ef | 898bce7e226fcd51aa6cacfa73ffbbecf9a8425b | /src/core/NppPluginMsgSender.h | 1609a02c8e8b86941abf4fdb8dfe66be7b3c4fe9 | [] | no_license | azhai/IndentByFold | a1b966255f34e97eb7940e165c67800a403c5a0a | 45e193ab4f8c413c0090633893eaad815181bfc2 | refs/heads/master | 2021-01-01T03:53:56.723994 | 2011-09-18T19:21:49 | 2011-09-18T19:21:49 | 58,097,931 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,151 | h | #ifndef _npp_plugin_msg_sender_h_
#define _npp_plugin_msg_sender_h_
//---------------------------------------------------------------------------
#include "base.h"
#include "npp_stuff/PluginInterface.h"
#include <string>
class CNppPluginMsgSender
{
protected:
HWND m_hNppWnd;
std::basic_string<TCHAR> m_src... | [
"ben1982@gmail.com"
] | [
[
[
1,
38
]
]
] |
54e34b782d65487cda78d2ae61dc1522b64b8573 | 282057a05d0cbf9a0fe87457229f966a2ecd3550 | /EIBStdLib/src/xml/xpath_expression.cpp | d753719a4527704cb9cfecb739526193213d1c2b | [] | no_license | radtek/eibsuite | 0d1b1c826f16fc7ccfd74d5e82a6f6bf18892dcd | 4504fcf4fa8c7df529177b3460d469b5770abf7a | refs/heads/master | 2021-05-29T08:34:08.764000 | 2011-12-06T20:42:06 | 2011-12-06T20:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,425 | cpp | /*
www.sourceforge.net/projects/tinyxpath
Copyright (c) 2002-2004 Yves Berquin (yvesb@users.sourceforge.net)
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 a... | [
"yosig81@gmail.com"
] | [
[
[
1,
178
]
]
] |
4bf59137351e79ea7662b32db2de1ba1e894a580 | 113b284df51a798c943e36aaa21273e7379391a9 | /RecycleBinGadget/RecycleBinDLL/recyclebin.h | 6b5772e1810e0437f4e65fa0235c366df30759cd | [] | no_license | ccMatrix/desktopgadgets | bf171b75b446faf16443202c06e98c0a4b5eef7c | f5fa36e042ce274910f62e5d3510072ae07acf5e | refs/heads/master | 2020-12-25T19:26:10.514144 | 2010-03-01T23:24:15 | 2010-03-01T23:24:15 | 32,254,664 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 991 | h | // recyclebin.h : Deklaration von Crecyclebin
#pragma once
#include "resource.h" // Hauptsymbole
#include "RecycleBinDLL.h"
// Crecyclebin
class ATL_NO_VTABLE Crecyclebin :
public CComObjectRootEx<CComSingleThreadModel>,
public CComCoClass<Crecyclebin, &CLSID_recyclebin>,
public IDispatchImpl<... | [
"codename.matrix@e00a1d1f-563d-0410-a555-bbce3309907e"
] | [
[
[
1,
50
]
]
] |
8f65ada32436e3524cf996e32ee2b4ca9f77b802 | fad6f9883d4ad2686c196dc532a9ecb9199500ee | /NXP-LPC/CommTest/CommTest/PacketDetailDlg.cpp | b06212a00f946d3775002e8e6062ed4f489c90ae | [] | no_license | aquarius20th/nxp-lpc | fe83d6a140d361a1737d950ff728c6ea9a16a1dd | 4abfb804daf0ac9c59bd90d879256e7a3c1b2f30 | refs/heads/master | 2021-01-10T13:54:40.237682 | 2009-12-22T14:54:59 | 2009-12-22T14:54:59 | 48,420,260 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,731 | cpp | // PacketDetailDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "CommTest.h"
#include "PacketDetailDlg.h"
#include "Packet.h"
typedef enum PACKET_COL
{
PACKET_COLUMN_IDX, //名称
PACKET_COLUMN_HEX, //
PACKET_COLUMN_DEC ,
PACKET_COLUMN_ASC
};
// CPacketDetailDlg 对话框
IMPLEMENT_DYNAMIC(CPacketDeta... | [
"lijin.unix@13de9a6c-71d3-11de-b374-81e7cb8b6ca2"
] | [
[
[
1,
183
]
]
] |
dc4a560afa9a0bc7e991067c231b2b8b207b4d57 | 854ee643a4e4d0b7a202fce237ee76b6930315ec | /arcemu_svn/src/arcemu-world/Player.cpp | b8c0d6d75c53ff0be8d59fe540993404bd77be9c | [] | no_license | miklasiak/projekt | df37fa82cf2d4a91c2073f41609bec8b2f23cf66 | 064402da950555bf88609e98b7256d4dc0af248a | refs/heads/master | 2021-01-01T19:29:49.778109 | 2008-11-10T17:14:14 | 2008-11-10T17:14:14 | 34,016,391 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 322,027 | cpp | /*
* ArcEmu MMORPG Server
* Copyright (C) 2005-2007 Ascent Team <http://www.ascentemu.com/>
* Copyright (C) 2008 <http://www.ArcEmu.org/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Softwa... | [
"Quastl96@gmail.com@3074cc92-8d2b-11dd-8ab4-67102e0efeef",
"minipc@hotmail.de@3074cc92-8d2b-11dd-8ab4-67102e0efeef"
] | [
[
[
1,
1
],
[
5,
26
],
[
29,
38
],
[
45,
45
],
[
47,
47
],
[
49,
49
],
[
51,
52
],
[
56,
56
],
[
72,
82
],
[
85,
85
... |
eed8a56b33c524d9429d5b063f0e9e44e35cca64 | a5cbc2c1c12b3df161d9028791c8180838fbf2fb | /Heimdall/heimdall/source/EndFileTransferPacket.h | 3f3d689250a4ea21e123eb17fcae6faabd0558ec | [
"MIT"
] | permissive | atinm/Heimdall | e8659fe869172baceb590bc445f383d8bcb72b82 | 692cda38c99834384c4f0c7687c209f432300993 | refs/heads/master | 2020-03-27T12:29:58.609089 | 2010-12-03T19:25:19 | 2010-12-03T19:25:19 | 1,136,137 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,467 | h | /* Copyright (c) 2010 Benjamin Dobell, Glass Echidna
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, me... | [
"benjamin.dobell+github@glassechidna.com.au"
] | [
[
[
1,
120
]
]
] |
7d26e46c9c3fd392c17db563baf3d38dc431afc6 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Physics/ConstraintSolver/Solve/hkpSolverResults.inl | ea82ce4a00e0cba12fa361879c4f6c335d07dd51 | [] | no_license | TheProjecter/olafurabertaymsc | 9360ad4c988d921e55b8cef9b8dcf1959e92d814 | 456d4d87699342c5459534a7992f04669e75d2e1 | refs/heads/master | 2021-01-10T15:15:49.289873 | 2010-09-20T12:58:48 | 2010-09-20T12:58:48 | 45,933,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,434 | inl | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"olinord@gmail.com"
] | [
[
[
1,
38
]
]
] |
0e77b1177ae2a631ca94b2184426d92914327650 | fd4f996b64c1994c5e6d8c8ff78a2549255aacb7 | / nicolinorochetaller --username adrianachelotti/trunk/tp2/Graficador/Figura.h | ce42372edebe4ab6f0c51ca2ea5f7f5bc2fe879a | [] | no_license | adrianachelotti/nicolinorochetaller | 026f32476e41cdc5ac5c621c483d70af7b397fb0 | d3215dfdfa70b6226b3616c78121f36606135a5f | refs/heads/master | 2021-01-10T19:45:15.378823 | 2009-08-05T14:54:42 | 2009-08-05T14:54:42 | 32,193,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,707 | h | // Figura.h: interface for the Figura class.
//
//////////////////////////////////////////////////////////////////////
#if !defined FIGURA_H
#define FIGURA_H
#define COLOR_VACIO 0xFF000000
#include <iostream>
#include <SDL.h>
typedef struct punto
{ int x;
int y;
}Punto;
using namespace std;
c... | [
"dmpstaltari@0b808588-0f27-11de-aab3-ff745001d230",
"adrianachelotti@gmail.com@0b808588-0f27-11de-aab3-ff745001d230"
] | [
[
[
1,
26
],
[
28,
71
],
[
78,
80
]
],
[
[
27,
27
],
[
72,
77
]
]
] |
c3afce88031e088f66e8af626290735a9e16ef8d | ce81d9179fa1c1867e4bb08a0840d366212fed63 | /thread_boost.cpp | a9cdd3f94297397894722a18e3e5429fbfa63922 | [] | no_license | CyberShadow/kwirk | 18613ac11bbbee1f8fd89216da467c40fecf398f | 48fce1f43e4a43aa5b80ace626f547e3659169f3 | HEAD | 2016-09-05T15:55:44.613775 | 2010-01-03T06:43:42 | 2010-01-03T06:43:42 | 392,870 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | cpp | #include <boost/thread/thread.hpp>
#define THREAD boost::thread*
#define THREAD_CREATE(delegate) new boost::thread(delegate)
#define THREAD_JOIN(thread) (thread)->join()
#define THREAD_DESTROY(thread) delete (thread)
| [
"vladimir@thecybershadow.net"
] | [
[
[
1,
7
]
]
] |
e60bd33bca069ecece3284ff52c80b524e83c29f | b8c3d2d67e983bd996b76825f174bae1ba5741f2 | /RTMP/projects/HttpPseudoStreaming/src/posix_main.cpp | 2676a58eda8a64f5a68613c78919e119dcab8fba | [] | no_license | wangscript007/rtmp-cpp | 02172f7a209790afec4c00b8855d7a66b7834f23 | 3ec35590675560ac4fa9557ca7a5917c617d9999 | refs/heads/master | 2021-05-30T04:43:19.321113 | 2008-12-24T20:16:15 | 2008-12-24T20:16:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,491 | cpp | #include <iostream>
#include <string>
#include <boost/asio.hpp>
#include <boost/thread.hpp>
#include <boost/bind.hpp>
#include "server.hpp"
#if !defined(_WIN32)
#include <pthread.h>
#include <signal.h>
int main(int argc, char* argv[])
{
try
{
// Check command line arguments.
if (argc != ... | [
"fpelliccioni@71ea4c15-5055-0410-b3ce-cda77bae7b57"
] | [
[
[
1,
66
]
]
] |
3fd0a5904314e93721f4712604ed520db1290335 | fbd2deaa66c52fc8c38baa90dd8f662aabf1f0dd | /totalFirePower/ta demo/code/3DOParser.cpp | 3e5369945eaae8a3f01a36bc6a055864e6787465 | [] | no_license | arlukin/dev | ea4f62f3a2f95e1bd451fb446409ab33e5c0d6e1 | b71fa9e9d8953e33f25c2ae7e5b3c8e0defd18e0 | refs/heads/master | 2021-01-15T11:29:03.247836 | 2011-02-24T23:27:03 | 2011-02-24T23:27:03 | 1,408,455 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,102 | cpp | // 3DOParser.cpp: implementation of the C3DOParser class.
//
//////////////////////////////////////////////////////////////////////
#include "3DOParser.h"
#include <math.h>
#include <iostream>
#include <ostream>
#include <fstream>
#include <windows.h>
#include "mygl.h"
//#include <gl\glu.h> // Header File... | [
"daniel@cybercow.se"
] | [
[
[
1,
391
]
]
] |
6a48962461e364b30b44e5b23e980b40979f488b | e5f7a02c92c5a60c924e07813bc0b7b8944c2ce8 | /8-event_serialization/8.6/win32thunk.cpp | cb18fe7d6a81e9f43e260703588d9324000d2d49 | [] | no_license | 7shi/thunkben | b8fe8f29b43c030721e8a08290c91275c9f455fe | 9bc99c5a957e087bb41bd6f87cf7dfa44e7b55f6 | refs/heads/main | 2022-12-27T19:53:39.322464 | 2011-11-30T16:57:45 | 2011-11-30T16:57:45 | 303,163,701 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,292 | cpp | // win32thunk.cpp : アプリケーションのエントリ ポイントを定義します。
//
#include "stdafx.h"
#include "win32thunk.h"
static tstring LoadTString(HINSTANCE hInstance, UINT uID) {
const int buflen = 256;
TCHAR buf[buflen];
LoadString(hInstance, uID, buf, buflen);
return buf;
}
class DragHandler {
Coroutine<bo... | [
"7shi@live.jp"
] | [
[
[
1,
175
]
]
] |
48063c9bec4f635753b8ac95de990eba48779d7d | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SETools/SEManagedFramework/SEManagedMath/SEManagedColorRGBA.cpp | e4edbac96f36006b270aed0604c3a0b11f48b552 | [] | 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 | 3,266 | cpp | // 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,
100
]
]
] |
7d057b8786399badbd94e031dabd2f3580a25db5 | 81b7033dd0d0203290795b51513a4014b084d39d | /rapidxml/RapidXMLWrapper.h | 28a17af486d89949a80abe936592e5b00531677c | [] | no_license | starcid/lua-binding-libraries | d27f5c2fccfeae2d667fdb60c86c3244d9ddc065 | e33c85f773d88d3b31b026464066264820e4c302 | refs/heads/master | 2016-08-04T19:57:05.839477 | 2010-11-15T12:02:08 | 2010-11-15T12:02:08 | 35,589,712 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,111 | h | /**
* \file RapidXMLWrapper.h
* \brief
* \author YangFan
* \date 2010-7-2 22:16:02
*/
#ifndef RapidXMLWrapper_H_
#define RapidXMLWrapper_H_
#include <locale>
#include <iostream>
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <string>
#include <sstream>
... | [
"missdeer@959521e0-e54e-11de-9298-fbd6a473cdd1"
] | [
[
[
1,
1313
]
]
] |
a64099bb4f78f022437bcaa1b9f6036792a35f05 | c9efecddc566c701b4b24b9d0997eb3cf929e5f5 | /OgreMetaballs/MetaballsAbstractScene.cpp | c704d3949774446972d15cb7443309a55706842e | [] | no_license | vlalo001/metaballs3d | f8ee9404f28cda009654f8edf2f322c72d5bfe8a | a24fddce4ec73fc7348287e2074268cc2920cc2f | refs/heads/master | 2021-01-20T16:56:20.721059 | 2009-07-24T16:33:36 | 2009-07-24T16:33:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 267 | cpp | #include "MetaballsAbstractScene.h"
//-----------------------------------
// MetaballsAbstractScene
//-----------------------------------
MetaballsAbstractScene::MetaballsAbstractScene(void)
{
}
MetaballsAbstractScene::~MetaballsAbstractScene(void)
{
} | [
"garry.wls@99a8374a-4571-11de-aeda-3f4d37dfb5fa"
] | [
[
[
1,
13
]
]
] |
eb7c7aed5b39a1cb0c0e4c2959e4103b973b60c5 | 2e5fd1fc05c0d3b28f64abc99f358145c3ddd658 | /mqfeeder/source/main.cpp | e39c759b92047303691bd660c97a3ff9c9d58124 | [] | no_license | 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 | 1,156 | cpp | #include <stdlib.h>
#include <iostream>
#include <quickfix/SocketInitiator.h>
#include <quickfix/SessionSettings.h>
#include <quickfix/FileStore.h>
#include <zmq.hpp>
#include <zmq_tick_publisher.h>
#include <MQFeederApplication.h>
using namespace fixlib;
int main() {
try{
FIX::SessionSettings s... | [
"nikolas.bowe@gmail.com"
] | [
[
[
1,
42
]
]
] |
c982df3ed8bea48fe5bb4e81744f335a6bf94528 | 3bf3c2da2fd334599a80aa09420dbe4c187e71a0 | /TrapTower.cpp | 39cde99a10adde094d6473b4a2b2ab15fe48703a | [] | no_license | xiongchiamiov/virus-td | 31b88f6a5d156a7b7ee076df55ddce4e1c65ca4f | a7b24ce50d07388018f82d00469cb331275f429b | refs/heads/master | 2020-12-24T16:50:11.991795 | 2010-06-10T05:05:48 | 2010-06-10T05:05:48 | 668,821 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,842 | cpp | #include "TrapTower.h"
#include "constants.h"
#include "models.h"
#include "Particles.h"
#include "shadow.h"
namespace tr_tower{
const int MAX_UPGRADES = 3;
const int MAX_HP[MAX_UPGRADES] = {12, 16, 18};
const int ATK[MAX_UPGRADES] = {1, 3, 5};
const int ATK_DT[MAX_UPGRADES] = {3000, 3000, 3000}; //M... | [
"agonza40@05766cc9-4f33-4ba7-801d-bd015708efd9",
"jlangloi@05766cc9-4f33-4ba7-801d-bd015708efd9",
"kehung@05766cc9-4f33-4ba7-801d-bd015708efd9",
"tcasella@05766cc9-4f33-4ba7-801d-bd015708efd9"
] | [
[
[
1,
2
],
[
6,
10
],
[
12,
32
],
[
41,
46
],
[
48,
50
],
[
81,
110
]
],
[
[
3,
3
],
[
5,
5
],
[
51,
51
],
[
58,
59... |
fb80e9bc02999d6911c99c4892b329e9e9843fe9 | f8b364974573f652d7916c3a830e1d8773751277 | /emulator/allegrex/instructions/VPFXS.h | 12c3216e6abd711c0a5ce701b10be18e16383b16 | [] | no_license | lemmore22/pspe4all | 7a234aece25340c99f49eac280780e08e4f8ef49 | 77ad0acf0fcb7eda137fdfcb1e93a36428badfd0 | refs/heads/master | 2021-01-10T08:39:45.222505 | 2009-08-02T11:58:07 | 2009-08-02T11:58:07 | 55,047,469 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,042 | h | template< > struct AllegrexInstructionTemplate< 0xdc000000, 0xff000000 > : AllegrexInstructionUnknown
{
static AllegrexInstructionTemplate &self()
{
static AllegrexInstructionTemplate insn;
return insn;
}
static AllegrexInstruction *get_instance()
{
return &AllegrexInstr... | [
"hlide@free.fr"
] | [
[
[
1,
41
]
]
] |
4e09fecb9f51a09526d73c628dcde62fce3b19bb | 93176e72508a8b04769ee55bece71095d814ec38 | /Utilities/BGL/boost/math/distributions/normal.hpp | e41594c20fb5393c378cdb2a0b002b1a39fe682f | [] | no_license | 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 | 10,158 | hpp | // Copyright John Maddock 2006, 2007.
// Copyright Paul A. Bristow 2006, 2007.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_STATS_NORMAL_HPP
#define... | [
"julien.malik@orfeo-toolbox.org"
] | [
[
[
1,
308
]
]
] |
e95fe5900d91c3ca7ea3372b023ce4c528a34197 | 741b36f4ddf392c4459d777930bc55b966c2111a | /incubator/deeppurple/lwplugins/lwwrapper/Panel/ControlPercent.h | fa5fa001d45149eec36365495242a6802f9d3412 | [] | no_license | BackupTheBerlios/lwpp-svn | d2e905641f60a7c9ca296d29169c70762f5a9281 | fd6f80cbba14209d4ca639f291b1a28a0ed5404d | refs/heads/master | 2021-01-17T17:01:31.802187 | 2005-10-16T22:12:52 | 2005-10-16T22:12:52 | 40,805,554 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 761 | h | // ControlPercent.h: interface for the ControlPercent class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CONTROLPERCENT_H__F4913AB0_2EAD_4FCF_931E_79C11DA9BD01__INCLUDED_)
#define AFX_CONTROLPERCENT_H__F4913AB0_2EAD_4FCF_931E_79C11DA9BD01__INCLUDED_
#if _MSC_VER >... | [
"deeppurple@dac1304f-7ce9-0310-a59f-f2d444f72a61"
] | [
[
[
1,
24
]
]
] |
c7c34f3a019b17962949662cb85b843252899f3d | 99527557aee4f1db979a7627e77bd7d644098411 | /utils/graphics.h | 94222ddf61f74e7c238b7ce52268024a46c8e3b7 | [] | no_license | GunioRobot/2deffects | 7aeb02400090bb7118d23f1fc435ffbdd4417c59 | 39d8e335102d6a51cab0d47a3a2dc7686d7a7c67 | refs/heads/master | 2021-01-18T14:10:32.049756 | 2008-09-15T15:56:50 | 2008-09-15T15:56:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,045 | h | #ifndef _SYD_GRAPHICS_H_
#define _SYD_GRAPHICS_H_
#include "utils/color.h"
#include "utils/types.h"
#include <memory>
namespace syd {
class bltparam {
uint16_t destX_, destY_,
srcX_, srcY_,
width_, height_;
public:
bltparam() {
destX_=destY_=
srcX_=srcY_=
width_=height_=0;
}
p... | [
"keigo.imai@gmail.com"
] | [
[
[
1,
76
]
]
] |
ddad2905f0c16371f23bc80a990ca745c3e4a898 | 024d621c20595be82b4622f534278009a684e9b7 | /WinClass.h | fce3cc9726906652ab48700f8869671253add620 | [] | no_license | tj10200/Simple-Soccer | 98a224c20b5e0b66f0e420d7c312a6cf6527069b | 486a4231ddf66ae5984713a177297b0f9c83015f | refs/heads/master | 2021-01-19T09:02:02.791225 | 2011-03-15T01:38:15 | 2011-03-15T01:38:15 | 1,480,980 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 649 | h | #include <windows.h>
class WinClass
{
private:
//initialize window settings
WNDCLASSEX wc;
public:
WinClass (string ClassName,
WNDPROC WinProc,
HINSTANCE hInst)
{
wc.cbSize = sizeof(WNDCLASSEX);
wc.style = CS_HREDRAW | CS_VREDRAW;
wc.lpfnWndProc = WinProc;
wc.... | [
"tjjohnson10200@gmail.com"
] | [
[
[
1,
28
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.