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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11514055b86115190c0ce5f8a46bbc64e427a6fd | 3472e587cd1dff88c7a75ae2d5e1b1a353962d78 | /test/TestBoost/src/common.h | 5ae940d6f6450fe6e503b413e2023e786ac6cd41 | [] | no_license | yewberry/yewtic | 9624d05d65e71c78ddfb7bd586845e107b9a1126 | 2468669485b9f049d7498470c33a096e6accc540 | refs/heads/master | 2021-01-01T05:40:57.757112 | 2011-09-14T12:32:15 | 2011-09-14T12:32:15 | 32,363,059 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 157 | h | #include <string>
#include <iostream>
#include <iomanip>
#include <numeric>
#include <assert.h>
#include <boost/foreach.hpp>
using namespace std;
| [
"yew1998@5ddc4e96-dffd-11de-b4b3-6d349e4f6f86"
] | [
[
[
1,
9
]
]
] |
279c739faf21a301891ea2c72914f76187ab5925 | c4001da8f012dfbc46fef0d9c11f8412f4ad9c6f | /allegro/examples/ex_pixelformat.cpp | fbaf600ce632f9e689cd1066f9c2238a24b2c487 | [
"Zlib",
"BSD-3-Clause"
] | permissive | sesc4mt/mvcdecoder | 4602fdfe42ab39706cfa3c749282782ca9da73c9 | 742a5c0d9cad43f0b01aa6e9169d96a286458e72 | refs/heads/master | 2021-01-01T17:56:47.666505 | 2010-11-02T12:36:52 | 2010-11-02T12:36:52 | 40,896,775 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,835 | cpp | /*
* Simple (incomplete) test of pixel format conversions.
*
* This should be made comprehensive.
*/
#include <stdio.h>
#include "allegro5/allegro5.h"
#include "allegro5/allegro_font.h"
#include "allegro5/allegro_image.h"
#include "allegro5/allegro_primitives.h"
#include "nihgui.hpp"
#include "... | [
"edwardtoday@34199c9c-95aa-5eba-f35a-9ba8a8a04cd7"
] | [
[
[
1,
253
]
]
] |
ea39e93827468f6105b21a1308131f553c34a94a | 38d9a3374e52b67ca01ed8bbf11cd0b878cce2a5 | /trunk/tbeta/OSX/addons/ofxNCore/src/Communication/TUIO.cpp | b6db6ffe2465753a6d91f136f8b6cd259b36ec47 | [] | no_license | hugodu/ccv-tbeta | 8869736cbdf29685a62d046f4820e7a26dcd05a7 | 246c84989eea0b5c759944466db7c591beb3c2e4 | refs/heads/master | 2021-04-01T10:39:18.368714 | 2011-03-09T23:05:24 | 2011-03-09T23:05:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,630 | cpp | /*
* TUIO.h
*
*
* Created on 2/2/09.
* Copyright 2009 NUI Group\Inc.. All rights reserved.
*
*/
#include "TUIO.h"
TUIO::TUIO() {
}
TUIO::~TUIO() {
// this could be useful for whenever we get rid of an object
}
void TUIO::setup(const char* host, int port, int flashport) {
localHost = ho... | [
"ss@463ed9da-a5aa-4e33-a7e2-2d3b412cff85"
] | [
[
[
1,
165
]
]
] |
e69ee3b7b54f40a2ff6943eadfa4c55f154dea75 | d93e3b7dd398e3aef0588fad27eafb23585bec6b | /Server/ServerDlg.h | 2de3791da0765d2d18e764a3eabd49b40a5adf8c | [] | no_license | uwitec/ihcs | 9c7168efff68922372272b1627dd7118cafcc675 | 8418d36a4a072f7a26d81f0c3939b9b214a6d7cc | refs/heads/master | 2020-07-07T22:25:24.245803 | 2011-10-07T08:28:09 | 2011-10-07T08:28:09 | 41,098,207 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,739 | h | // ServerDlg.h : header file
//
#if !defined(AFX_SERVERDLG_H__96531D59_ED78_42A4_811A_C40982E2B13B__INCLUDED_)
#define AFX_SERVERDLG_H__96531D59_ED78_42A4_811A_C40982E2B13B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define WM_RECVDATA WM_USER+1
///////////////////////////... | [
"liuhualuo@163.com"
] | [
[
[
1,
66
]
]
] |
9b5d5b4a2886dc2c8bacce592a86cb5a611df64b | 5bd189ea897b10ece778fbf9c7a0891bf76ef371 | /BasicEngine/BasicEngine/Input/KeyBoard.cpp | 2b6de5041fda6480a026dcdb537e8a4f26eb0c38 | [] | no_license | boriel/masterullgrupo | c323bdf91f5e1e62c4c44a739daaedf095029710 | 81b3d81e831eb4d55ede181f875f57c715aa18e3 | refs/heads/master | 2021-01-02T08:19:54.413488 | 2011-12-14T22:42:23 | 2011-12-14T22:42:23 | 32,330,054 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,497 | cpp | #include <assert.h>
#include "KeyBoard.h"
#include "InputManager.h"
//Inicialicación
//Lo primero que se hace es inicializar el array de booleanos a false. Después se crea el objeto teclado y por último se registran los callbacks
void cKeyboard::Init()
{
// Clear the input buffer
memset(mabInputB... | [
"yormanh@f2da8aa9-0175-0678-5dcd-d323193514b7"
] | [
[
[
1,
66
]
]
] |
d24ee4dc41deba8a77338e2d05faa517adef9dba | 8fcf3f01e46f8933b356f763c61938ab11061a38 | /Interface/sources/main.cpp | 25b8a1c7f8ed35bb22dff56037e73c55d4ff6561 | [] | no_license | jonesbusy/parser-effex | 9facab7e0ff865d226460a729f6cb1584e8798da | c8c00e7f9cf360c0f70d86d1929ad5b44c5521be | refs/heads/master | 2021-01-01T16:50:16.254785 | 2011-02-26T22:27:05 | 2011-02-26T22:27:05 | 33,957,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | cpp | #include <QApplication>
#include "Windows/MainWindow.h"
int main(int argc, char* argv[])
{
QApplication application(argc, argv);
application.setApplicationName("Effex");
application.setOrganizationName("HEIG-VD");
MainWindow mainWindow;
mainWindow.show();
return application.... | [
"jonesbusy@fa255007-c97c-c9ae-ff28-e9f0558300b6"
] | [
[
[
1,
17
]
]
] |
7947d6cfd48bf0a30fb9a3b5083323a826f3c3d8 | 1736474d707f5c6c3622f1cd370ce31ac8217c12 | /Pseudo/Stream.hpp | cb839418af4ea99927ee72da5a0dceff3d6b6ee6 | [] | no_license | arlm/pseudo | 6d7450696672b167dd1aceec6446b8ce137591c0 | 27153e50003faff31a3212452b1aec88831d8103 | refs/heads/master | 2022-11-05T23:38:08.214807 | 2011-02-18T23:18:36 | 2011-02-18T23:18:36 | 275,132,368 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 460 | hpp | // Copyright (c) John Lyon-Smith. All rights reserved.
#pragma once
#pragma warning(push)
#include <Pseudo\Compiler.hpp>
#include <Pseudo\ValueType.hpp>
namespace Pseudo
{
class Stream
{
public: Stream()
{
}
public: virtual ~Stream()
{
}
public: virtual void Read(Byte* pBu... | [
"40727305+Lyon-Smith@users.noreply.github.com"
] | [
[
[
1,
27
]
]
] |
47aa4ba1a4448a928456895fe05e91b768627888 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/tutorials/src/signals_tutorial/emitter_main.cc | ba0e5f566ac97e396631fa5a2d07ab46b1576fe2 | [] | no_license | ugozapad/TheZombieEngine | 832492930df28c28cd349673f79f3609b1fe7190 | 8e8c3e6225c2ed93e07287356def9fbdeacf3d6a | refs/heads/master | 2020-04-30T11:35:36.258363 | 2011-02-24T14:18:43 | 2011-02-24T14:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cc | #include "signals_tutorial/emitter.h"
#include "kernel/nkernelserver.h"
nNebulaScriptClass( Emitter, "nroot" ); | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
4
]
]
] |
08008dedd6830741bde7887cffb9225a4538e07d | 6fff0baf3ce6fe5f83b064a92c9aae42a7a0f570 | /vetor.h | 53ea44dc7d9492d5c4d1a317ade870259127bb3d | [] | no_license | fernandolins/3projetopg | d7bb33db8a768a2ff3b925f8a713ee7243a258b6 | ac5f59fdef119c1b20f7431dcb74517192bbcac3 | refs/heads/master | 2016-09-06T10:48:49.763027 | 2010-12-16T14:49:50 | 2010-12-16T14:49:50 | 32,118,561 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 319 | h | #ifndef VETOR_H_INCLUDED
#define VETOR_H_INCLUDED
#define GLUT_DISABLE_ATEXIT_HACK
#include <windows.h>
#include <GL/glut.h>
class vetor {
public:
GLdouble x;
GLdouble y;
GLdouble z;
vetor(){};
vetor(GLdouble x, GLdouble y, GLdouble z);
};
#endif // VETOR_H_INCLUDED
| [
"isa.dora786@gmail.com@ef6f675b-d43c-f87a-2b51-aa3ec2201cfb"
] | [
[
[
1,
21
]
]
] |
8facff91adfd49ebc7087eabae5b61b5a6747ec8 | 8be41f8425a39f7edc92efb3b73b6a8ca91150f3 | /MFCOpenGLTest/MyPolygon.cpp | b99b9bd262c00dfef00a7ced97a874b148886457 | [] | no_license | SysMa/msq-summer-project | b497a061feef25cac1c892fe4dd19ebb30ae9a56 | 0ef171aa62ad584259913377eabded14f9f09e4b | refs/heads/master | 2021-01-23T09:28:34.696908 | 2011-09-16T06:39:52 | 2011-09-16T06:39:52 | 34,208,886 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,714 | cpp | // MyPolygon.cpp: implementation of the CMyPolygon class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MFCOpenGLTest.h"
#include "MyPolygon.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
///////... | [
"shiqingma@gmail.com@551f4f89-5e81-c284-84fc-d916aa359411"
] | [
[
[
1,
261
]
]
] |
7242d3af087972e60d8d9133b5eee1aa9a4f30c0 | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/tutorials/mtutorial06/mtestapp.cc | 8757d09effc6ad04c30242e62ec56e731af82c8b | [] | no_license | moltenguy1/minimangalore | 9f2edf7901e7392490cc22486a7cf13c1790008d | 4d849672a6f25d8e441245d374b6bde4b59cbd48 | refs/heads/master | 2020-04-23T08:57:16.492734 | 2009-08-01T09:13:33 | 2009-08-01T09:13:33 | 35,933,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,943 | cc | //------------------------------------------------------------------------------
// mTutorial06/mTestapp.cc
// (C) 2007 je.a.le@wanadoo.fr for nebula2
//------------------------------------------------------------------------------
#include "mtutorial06/mtestapp.h"
#include "scene/nsceneserver.h"
#include "m... | [
"ldw9981@gmail.com@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
323
]
]
] |
16d068d68b87660c8d8d3108c943227f346dfc05 | 899e3440cda769c6a4b7649065dee47bc0516b6c | /topcoder/topcoder/two.cpp | cc0622a6fbe0e10d1b206a2b017c5eced2d43ce9 | [] | no_license | karanjude/snippets | 6bf1492cb751a206e4b403ea7f03eda2a37c6892 | a1c7e85b8999214f03b30469222cb64b5ad80146 | refs/heads/master | 2021-01-06T20:38:17.017406 | 2011-06-06T23:37:53 | 2011-06-06T23:37:53 | 32,311,843 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 3,070 | cpp | /*
Problem Statement
Consider 26 different substances, labeled 'A' through 'Z' (quotes for clarity only). Some of these substances can be created from the others by an alchemical reaction. Each alchemical reaction takes at least two different substances. Exactly 1 gram of each input substance is combined, causi... | [
"karan.jude@737fc9ef-4d2d-0410-97ed-4d0c502f76d2"
] | [
[
[
1,
78
]
]
] |
2953ae4aae5054ee10817734c9100191e69ff197 | 99c9bf812e25e951f043ebded998a9118051c5e4 | /box2d-read-only/Box2D/Box2D/Collision/.svn/text-base/b2BroadPhase.cpp.svn-base | b9e155d2886fa9f73b9926c3324c57d09ec79d9b | [
"Zlib"
] | permissive | BigBadOwl/iPhone-Physics | b20cb1991394de0e19c52f314d92cabda50a23ec | ff7f5e98ea5828f0f5388ac5306ea4099a3f0d1d | refs/heads/master | 2016-09-03T07:13:16.938271 | 2011-03-11T13:30:35 | 2011-03-11T13:30:35 | 1,467,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,261 | /*
* Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any pur... | [
"colinb@Colin-iMac.local"
] | [
[
[
1,
122
]
]
] | |
93cf8ba2ab0d279a62470a82dfac5cbca8693dbe | 55196303f36aa20da255031a8f115b6af83e7d11 | /private/external/gameswf/gameswf/gameswf_environment.cpp | 660118be6d2818875800da87d7dea43d0d032a19 | [] | no_license | Heartbroken/bikini | 3f5447647d39587ffe15a7ae5badab3300d2a2ff | fe74f51a3a5d281c671d303632ff38be84d23dd7 | refs/heads/master | 2021-01-10T19:48:40.851837 | 2010-05-25T19:58:52 | 2010-05-25T19:58:52 | 37,190,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,948 | cpp | // gameswf_value.cpp -- Thatcher Ulrich <tu@tulrich.com> 2003
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
#include "gameswf/gameswf.h"
#include "gameswf/gameswf_value.h"
#include "gameswf/gameswf_character.h"
#include "gameswf/gameswf_sprite.h"
#include "games... | [
"viktor.reutskyy@68c2588f-494f-0410-aecb-65da31d84587"
] | [
[
[
1,
700
]
]
] |
b4aa789ba3cf4abdfbe04c8a264fe138df1c517e | f4b649f3f48ad288550762f4439fcfffddc08d0e | /eRacer/Source/Graphics/MeshNode.cpp | 4015452e77683224690735490bdbc6c5ced93d8f | [] | no_license | Knio/eRacer | 0fa27c8f7d1430952a98ac2896ab8b8ee87116e7 | 65941230b8bed458548a920a6eac84ad23c561b8 | refs/heads/master | 2023-09-01T16:02:58.232341 | 2010-04-26T23:58:20 | 2010-04-26T23:58:20 | 506,897 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,381 | cpp | /**
* @file MeshNode.cpp
* @brief Implementation of the MeshNode class
*
* @date 12.01.2010
* @author: Ole Rehmsen
*/
#include "MeshNode.h"
#include "GraphicsLayer.h"
#include "d3d9types.h"
#include <iostream>
using namespace std;
namespace Graphics {
MeshNode::MeshNode(const string& name, ... | [
"ole@rehmsen.de",
"theknio@gmail.com",
"had@ucalgary.ca"
] | [
[
[
1,
18
],
[
20,
29
],
[
34,
48
],
[
50,
50
],
[
52,
53
],
[
55,
58
],
[
60,
60
],
[
62,
63
],
[
65,
67
],
[
69,
86
... |
31d718c5f92c27678cbf5c910f29e973d5068d11 | 0a69372d2ad5a8c3236097d182e50f13a4bd2f66 | /tlibc/isctype.cpp | a2d29e73b6488181cd343c8787912ee8bbb52a6b | [] | no_license | Tobbe/tvol | 4f13d587fa016e95ba17fc08fd33559092b4bcd7 | 9f46410acd903d829371e3b4b6d417b2e74159a7 | refs/heads/master | 2021-04-26T06:31:52.992034 | 2009-03-02T22:20:21 | 2009-03-02T22:20:21 | 139,994 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,576 | cpp | // isctype.cpp
// based on:
// LIBCTINY - Matt Pietrek 2001
// MSDN Magazine, January 2001
// 08/12/06 (mv)
#include <windows.h>
#include <ctype.h>
#include "libct.h"
BEGIN_EXTERN_C
int iswctype(wint_t c, wctype_t type)
{
WORD ret;
GetStringTypeW(CT_CTYPE1, (LPCWSTR)&c, 1, &ret);
if ((ret & ty... | [
"tobbesweden@gmail.com"
] | [
[
[
1,
52
]
]
] |
32c3925b51b86c2feb58144e8a016bf03a0e60aa | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/validators/schema/XercesAttGroupInfo.hpp | f46e1531782937cf92c4067dc970094222443362 | [] | no_license | svn2github/ngene | b2cddacf7ec035aa681d5b8989feab3383dac012 | 61850134a354816161859fe86c2907c8e73dc113 | refs/heads/master | 2023-09-03T12:34:18.944872 | 2011-07-27T19:26:04 | 2011-07-27T19:26:04 | 78,163,390 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,970 | hpp | /*
* Copyright 2001-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... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
256
]
]
] |
6d61faff33c97b04ba1cc59ab3236ae4f8dfc42a | 5da9d428805218901d7c039049d7e13a1a2b1c4c | /Vivian/libFade/GDISurface.h | ee8d29d172a143f489b9f19c6fd27a4ec1bf25c9 | [] | no_license | SakuraSinojun/vivianmage | 840be972f14e17bb76241ba833318c13cf2b00a4 | 7a82ee5c5f37d98b86e8d917d9bb20c96a2d6c7f | refs/heads/master | 2021-01-22T20:44:33.191391 | 2010-12-11T15:26:15 | 2010-12-11T15:26:15 | 32,322,907 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,279 | h |
//////////////////////////////////////////////////////////////////
//
// FileName : GDISurface.h
// Author : SakuraSinojun
// Description : this is the cavans on which we draw use GDI.
//
// Version : 1.0.0.1
// Date : 2009.9.6
//
// Copyright(c): 2009-2010 Sakura
//
//////////////////////////////////... | [
"SakuraSinojun@c9cc3ed0-94a9-11de-b6d4-8762f465f3f9"
] | [
[
[
1,
168
]
]
] |
d70b44ac7345ace7c19303ac3e00ad921a36c9bc | 1e8b8f8441f9bc7847415f0a01a7d285198b0526 | /BCB6_Heap/Prueba/PruebaHeapObject.cpp | f61bceb7feed9a175c8a05075dddccbdd82237ff | [] | no_license | jmnavarro/BCB_LosRinconesDelAPIWin32 | 8d5ecde4c2b60795b0cd7f69840bae48612c1fce | e3f03ccf706caf1a99c53eae2994d051b6513c17 | refs/heads/master | 2020-05-18T11:43:03.637385 | 2011-06-30T23:24:23 | 2011-06-30T23:24:23 | 1,980,854 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 974 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
//---------------------------------------------------------------------------
USEFORM("main.cpp", MainForm);
//---------------------------------------------------------------------------
WINAPI WinMain... | [
"jmnavarro@gmail.com"
] | [
[
[
1,
34
]
]
] |
68a8903b845a83431256d128f90ded2beb49ed2f | 2d22825193eacf3669ac8bd7a857791745a9ead4 | /HairSimulation/HairSimulation/src/World.cpp | 07ef5ae4b893fe8ff96e49e1875159dbc9cc83f6 | [] | no_license | dtbinh/com-animation-classprojects | 557ba550b575c3d4efc248f7984a3faac8f052fd | 37dc800a6f2bac13f5aa4fc7e0e96aa8e9cec29e | refs/heads/master | 2021-01-06T20:45:42.613604 | 2009-01-20T00:23:11 | 2009-01-20T00:23:11 | 41,496,905 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,029 | cpp |
#include "World.h"
#include "AppUtilities.h"
using namespace std;
float World::TRI_AREA_THRESHOLD = 9999.0;
float World::TIME_STEP = 0.001;
//-----------------------------------------------------------
World::World(SceneManager* sceneMgr)
: mSceneMgr(sceneMgr)
{
mProcessState = PS_INITIAL;
mAllHairs... | [
"grahamhuang@73147322-a748-11dd-a8c6-677c70d10fe4"
] | [
[
[
1,
429
]
]
] |
6fae7be200ab2c6b26c80bbef44318f9e38049b8 | d8a93d1a0152abf719b6d614a1871f7a65a940ba | /MovieVis/src/include/Movie.hpp | 4c36131ac0082dd312368b9342e65bd5ff4885c2 | [] | no_license | awshepard/movievis | be0d732e2e54d60ed1a31cd7c67e4ea6d26b0f5a | 079432ec45baa98d67d976b28c14cd96116760c6 | refs/heads/master | 2021-01-18T22:35:58.479908 | 2010-07-09T04:48:33 | 2010-07-09T04:48:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,528 | hpp | /**
* \file Movie.hpp
* \author Douglas W. Paul and Adam Shepard
*
* Declares the Movie class
*/
#pragma once
#include "Person_pre.hpp"
#include <vector>
#include <string>
#include <boost\smart_ptr\shared_ptr.hpp>
#include <boost\smart_ptr\weak_ptr.hpp>
#include <boost\date_time\gregorian\gregorian... | [
"douglyuckling@483a7388-aa76-4cae-9b69-882d6fd7d2f9"
] | [
[
[
1,
123
]
]
] |
2b4b746261ba02893e3134d086a28365f3101de3 | 8902879a2619a8278c4dd064f62d8e0e8ffb4e3b | /dui2/UIElem.cpp | 3d6ef51896148cd30cf5e3925464b66e62de5495 | [
"BSD-2-Clause"
] | permissive | ArnCarveris/directui | 4d9911143db125dfb114ca97a70f426dbd89dd79 | da531f8bc7737f932c960906cc5f4481a0e162b8 | refs/heads/master | 2023-03-17T00:59:28.853973 | 2011-05-19T02:38:42 | 2011-05-19T02:38:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,414 | cpp | #include "UIElem.h"
#include "WinUtf8.h"
namespace dui {
static Graphics *SetupGraphics(Graphics *g)
{
g->SetPageUnit(UnitPixel);
g->SetCompositingMode(CompositingModeSourceOver);
g->SetInterpolationMode(InterpolationModeHighQualityBicubic);
g->SetSmoothingMode(SmoothingModeHighQuality);
... | [
"kkowalczyk@gmail.com"
] | [
[
[
1,
280
]
]
] |
006ca5418bb264256b1455cf43680f9b954c59bb | 8f816734df7cb71af9c009fa53eeb80a24687e63 | /RenderSystem/src/Texture.cpp | 37001dd0e378fc5ad02c390ce94a3ce2714f8625 | [] | no_license | terepe/rpgskyengine | 46a3a09a1f4d07acf1a04a1bcefff2a9aabebf56 | fbe0ddc86440025d9670fc39fb7ca72afa223953 | refs/heads/master | 2021-01-23T13:18:32.028357 | 2011-06-01T13:35:16 | 2011-06-01T13:35:16 | 35,915,383 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 8,834 | cpp | #include "Texture.h"
#include "IORead.h"
#include "Color.h"
#include "ddslib.h"
#include "RenderSystem.h"
void DecompressDXTC(int formatDXT, int w, int h, size_t size, unsigned char *src, unsigned char *dest)
{
// sort of copied from linghuye
int bsx = (w<4) ? w : 4;
int bsy = (h<4) ? h : 4;
/*
if (... | [
"rpgsky.com@97dd8ffa-095c-11df-8772-5d79768f539e"
] | [
[
[
1,
373
]
]
] |
6b5a532e4ea9a1c001b42c773c1ba5140383b017 | 59166d9d1eea9b034ac331d9c5590362ab942a8f | /osgViewerSL/main.cpp | faf8a483e846ad1843a711c24834942c29c97d5a | [] | no_license | seafengl/osgtraining | 5915f7b3a3c78334b9029ee58e6c1cb54de5c220 | fbfb29e5ae8cab6fa13900e417b6cba3a8c559df | refs/heads/master | 2020-04-09T07:32:31.981473 | 2010-09-03T15:10:30 | 2010-09-03T15:10:30 | 40,032,354 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 10,147 | cpp | /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield
*
* This application is open source and may be redistributed and/or modified
* freely and without restriction, both in commericial and non commericial applications,
* as long as this copyright notice is maintained.
*
* This application is ... | [
"asmzx79@3290fc28-3049-11de-8daa-cfecb5f7ff5b"
] | [
[
[
1,
225
]
]
] |
80555588bf97f0f2783b435cfcf4aae103e365c9 | be7df324d5509c7ebb368c884b53ea9445d32e4f | /GUI/dicomConvert/ui_dcmDlg.h | 6e9bee7552a7b24497048d6dc91a425aea45c685 | [] | no_license | shadimsaleh/thesis.code | b75281001aa0358282e9cceefa0d5d0ecfffdef1 | 085931bee5b07eec9e276ed0041d494c4a86f6a5 | refs/heads/master | 2021-01-11T12:20:13.655912 | 2011-10-19T13:34:01 | 2011-10-19T13:34:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,353 | h | /********************************************************************************
** Form generated from reading ui file 'dcmDlg.ui'
**
** Created: Mon Nov 24 15:37:26 2008
** by: Qt User Interface Compiler version 4.4.0
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
***... | [
"hari.sundar@siemens.com"
] | [
[
[
1,
174
]
]
] |
169c5b9eddae42199a6520ce28bbb36450cb1023 | 299a1b0fca9e1de3858a5ebeaf63be6dc3a02b48 | /tags/051101/dingus/dingus/renderer/RenderableSkin.cpp | 43f08316bcb0b0659d0df028d3844b0bc1225a77 | [] | no_license | BackupTheBerlios/dingus-svn | 331d7546a6e7a5a3cb38ffb106e57b224efbf5df | 1223efcf4c2079f58860d7fa685fa5ded8f24f32 | refs/heads/master | 2016-09-05T22:15:57.658243 | 2006-09-02T10:10:47 | 2006-09-02T10:10:47 | 40,673,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,169 | cpp | // --------------------------------------------------------------------------
// Dingus project - a collection of subsystems for game/graphics applications
// --------------------------------------------------------------------------
#include "stdafx.h"
#include "RenderableSkin.h"
#include "RenderContext.h"
#in... | [
"nearaz@73827abb-88f4-0310-91e6-a2b8c1a3e93d"
] | [
[
[
1,
93
]
]
] |
7c32ac277513adb2e82ab8c53a73f89f1b389b6a | 74ab29ea3cd50efbbedda148d1e575756c624699 | /passageiro.h | c24c055c4aafb2ce9c71814ed4c6fc473c39c22b | [] | no_license | Highvolt/AEDA-Projecto-Parte2 | 04db8301222989e316ad740ef3bba2c1d1514986 | 0f6f10ecf329c286bdf01281599574c5354e32f9 | refs/heads/master | 2021-01-18T14:28:43.210862 | 2010-12-21T22:06:52 | 2010-12-21T22:06:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,410 | h | #ifndef PASSAGEIRO_H_
#define PASSAGEIRO_H_
#include <iostream>
#include <vector>
#include "Plano_de_voo.h"
#include <list>
#include <hash_set.h>
using namespace std;
class passageiro {
string name;
unsigned long int n_BI;
vector<Plano_de_voo> viagens_realizadas;
public:
/**
* creates a new pass... | [
"highvolt16@gmail.com"
] | [
[
[
1,
207
]
]
] |
382a34fba5fe7727965c8d4f4a4b1f75bd760f56 | 6581dacb25182f7f5d7afb39975dc622914defc7 | /CodeProject/ExcelAddinInEasyIF/ColPList.h | fbb30f2ff3b89dd7db70644eba3c60b77cea0fec | [] | no_license | dice2019/alexlabonline | caeccad28bf803afb9f30b9e3cc663bb2909cc4f | 4c433839965ed0cff99dad82f0ba1757366be671 | refs/heads/master | 2021-01-16T19:37:24.002905 | 2011-09-21T15:20:16 | 2011-09-21T15:20:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,371 | h | #if !defined(AFX_COLPLIST_H__58C88277_A5AA_4ABA_ABA6_EAAD94427918__INCLUDED_)
#define AFX_COLPLIST_H__58C88277_A5AA_4ABA_ABA6_EAAD94427918__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ColPList.h : header file
//
#include "matrix.h"
////////////////////////////////////////////////... | [
"damoguyan8844@3a4e9f68-f5c2-36dc-e45a-441593085838"
] | [
[
[
1,
54
]
]
] |
b614b9aa0f75e52f271e135116fd8a7ca9127ecd | 9176b0fd29516d34cfd0b143e1c5c0f9e665c0ed | /CS_153_Data_Structures/assignment5/btn.h | c809265308eef4b0bb3f74a4f0b913e5eb5742db | [] | no_license | Mr-Anderson/james_mst_hw | 70dbde80838e299f9fa9c5fcc16f4a41eec8263a | 83db5f100c56e5bb72fe34d994c83a669218c962 | refs/heads/master | 2020-05-04T13:15:25.694979 | 2011-11-30T20:10:15 | 2011-11-30T20:10:15 | 2,639,602 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 995 | h | #ifndef BTN_H
#define BTN_H
//////////////////////////////////////////////////////////////////////
/// @file btn.h
/// @author James Anderson CS 153 Section A
/// @brief Heder file for node class for assignment 6
//////////////////////////////////////////////////////////////////////
/////////////////////////... | [
"jra798@mst.edu"
] | [
[
[
1,
31
]
]
] |
dfd8914afa8df18fdfb877ee952ace6a8e00889b | c1eae8224c4d3d380cc83ff6b218ba2a9df8d687 | /Source Codes/MeshUI/MeshLib/MeshModelAdvancedOp.h | c3eb318e29798bd44c85923738d5bdbeeda78d0d | [] | no_license | pizibing/noise-removal | 15bad5c0fe1b3b5fb3f8b775040fc3dfeb48e49b | c087356bfa07305ce7ac6cce8745b1e676d6dc42 | refs/heads/master | 2016-09-06T17:40:15.754799 | 2010-03-05T06:47:59 | 2010-03-05T06:47:59 | 34,849,474 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,974 | h | /* ================== Library Information ================== */
// [Name]
// MeshLib Library
//
// [Developer]
// Xu Dong
// State Key Lab of CAD&CG, Zhejiang University
//
// [Date]
// 2005-08-05
//
// [Goal]
// A general, flexible, versatile and easy-to-use mesh library for research purpose.
// Support... | [
"weihongyu1987@f7207f0a-2814-11df-8e46-3928208ddfa0"
] | [
[
[
1,
82
]
]
] |
6077274751079606de3ee70991e000e9d2678d00 | 12732dc8a5dd518f35c8af3f2a805806f5e91e28 | /trunk/CodeLite/variable.cpp | 48563ff2c110f43c9411294a6d27e5fc8d25877a | [] | no_license | BackupTheBerlios/codelite-svn | 5acd9ac51fdd0663742f69084fc91a213b24ae5c | c9efd7873960706a8ce23cde31a701520bad8861 | refs/heads/master | 2020-05-20T13:22:34.635394 | 2007-08-02T21:35:35 | 2007-08-02T21:35:35 | 40,669,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cpp | #include "variable.h"
Variable::Variable()
{
Reset();
}
Variable::~Variable()
{
}
Variable::Variable(const Variable &src)
{
*this = src;
}
Variable & Variable::operator =(const Variable &src)
{
m_type = src.m_type;
m_templateDecl = src.m_templateDecl;
m_name = src.m_name;
m_isTemplate = s... | [
"eranif@b1f272c1-3a1e-0410-8d64-bdc0ffbdec4b"
] | [
[
[
1,
51
]
]
] |
b251dbe70457b53a67f308a77bd232f898ccdac8 | 45c0d7927220c0607531d6a0d7ce49e6399c8785 | /GlobeFactory/src/game/menu.cc | 44c3494f192ff4f7161521d42efc19a44fd38694 | [] | 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 | 4,892 | cc | #include "menu.hh"
/* FIXME (TEST) */
#include "../gfx/vertex_writer.hh"
#include "../gfx/vertex.hh"
#include "../gfx/gfx_engine.hh"
#include "../gfx/renderer_2D.hh"
#include "../gfx/texture_mng.hh"
#include "../gfx/render_string.hh"
#include "../ui/interface_mng.hh"
#include "../ui/ui_button.hh"
#include "... | [
"creteur.c@8e971d8e-9cf3-0c36-aa0f-a7c54ab41ffc"
] | [
[
[
1,
114
]
]
] |
da154576593e6ae32838ba456c4bd998e105a767 | a36d7a42310a8351aa0d427fe38b4c6eece305ea | /core_billiard/CameraMatrix.h | 9dcbd0c8b3a4398c194e832fb828ff3f8f05eed8 | [] | no_license | newpolaris/mybilliard01 | ca92888373c97606033c16c84a423de54146386a | dc3b21c63b5bfc762d6b1741b550021b347432e8 | refs/heads/master | 2020-04-21T06:08:04.412207 | 2009-09-21T15:18:27 | 2009-09-21T15:18:27 | 39,947,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,133 | h | #pragma once
namespace my_render {
MY_INTERFACE CameraMatrix {
virtual ~CameraMatrix() {}
virtual NxVec3 getPosition() PURE;
virtual void setPosition( const NxVec3 & newPosition ) PURE;
virtual NxVec3 getRightVector () PURE;
virtual NxVec3 getUpVector () PURE;
virtual NxVec3 getD... | [
"wrice127@af801a76-7f76-11de-8b9f-9be6f49bd635"
] | [
[
[
1,
36
]
]
] |
31ec858863f8972839a7a01591a77eaceecfcefb | 6e4f9952ef7a3a47330a707aa993247afde65597 | /PROJECTS_ROOT/SmartWires/SystemUtils/Pop3.h | 76861b9628458f78a6138e5cc19af1faf8f135da | [] | no_license | meiercn/wiredplane-wintools | b35422570e2c4b486c3aa6e73200ea7035e9b232 | 134db644e4271079d631776cffcedc51b5456442 | refs/heads/master | 2021-01-19T07:50:42.622687 | 2009-07-07T03:34:11 | 2009-07-07T03:34:11 | 34,017,037 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,863 | h | /*
Module : POP3.H
Purpose: Defines the interface for a MFC class encapsulation of the POP3 protocol
Created: PJN / 04-05-1998
Copyright (c) 1998 - 2001 by PJ Naughter. (Web: www.naughter.com, Email: pjna@naughter.com)
All rights reserved.
Copyright / Usage Details:
You are allowed to incl... | [
"wplabs@3fb49600-69e0-11de-a8c1-9da277d31688"
] | [
[
[
1,
385
]
]
] |
4017b243ae1134b9c0473384261d062554913092 | 899e3440cda769c6a4b7649065dee47bc0516b6c | /topcoder/topcoder/BomberMan.cpp | 7d3c6088ecb1d07ae253bc302c2b3dd3b643461c | [] | no_license | karanjude/snippets | 6bf1492cb751a206e4b403ea7f03eda2a37c6892 | a1c7e85b8999214f03b30469222cb64b5ad80146 | refs/heads/master | 2021-01-06T20:38:17.017406 | 2011-06-06T23:37:53 | 2011-06-06T23:37:53 | 32,311,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,974 | cpp | #include "stdafx.h"
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <queue>
#include <string>
#include <stack>
#include <map>
#include <algorithm>
#include <utility.cpp>
using namespace std;
int bomber_man_dx[4] = {0 ,1,0,-1};
int bomber_man_dy[4] = {-1,0,1,0};... | [
"karan.jude@737fc9ef-4d2d-0410-97ed-4d0c502f76d2"
] | [
[
[
1,
194
]
]
] |
36bd2cdd5430d7431c099ae800743bfd6f65ea2f | e87cea8c829923b1adedb7e9b28e13988ea848a7 | /oberon/Scanner.cpp | aa1070f04c0a20867bc5a761a730d993f8c948a7 | [] | no_license | joycode/oberon-0 | cd2bedf0aa835061aaf11fc8e7685f97374a6d5f | 92c4806d8eaf3c294dd6a8c3b5be93026836ccf6 | refs/heads/master | 2021-01-25T08:48:15.103032 | 2011-06-02T09:47:59 | 2011-06-02T09:47:59 | 1,970,532 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,705 | cpp | #include <cstdio>
#include <cassert>
#include <string>
#include "scanner.h"
#include "KeywordTable.h"
using namespace std;
Scanner::Scanner(FILE *fp)
: m_sourceLocation()
{
m_fp = fp;
m_currentSymbolKind = SymbolKind::ERROR;
m_peekChar = '\0';
m_number = 0;
m_ident = "";
m_sourceLocation.m_x = ... | [
"lethway@gmail.com"
] | [
[
[
1,
242
]
]
] |
98e9ccdf7eefb03d1ebdb465260527badc1d76fd | 9a33169387ec29286d82e6e0d5eb2a388734c969 | /TreeHierarchy/ServerSocket.cpp | 5f72092ae56c64ac1770036c53d9802f4037d64b | [] | no_license | cecilerap/3dbipedrobot | a62773a6db583d66c80f9b8ab78d932b163c8dd9 | 83c8f972e09ca8f16c89fc9064c55212d197d06a | refs/heads/master | 2021-01-10T13:28:09.532652 | 2009-04-24T03:03:13 | 2009-04-24T03:03:13 | 53,042,363 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,493 | cpp | //////////////////////////////////////////////////////////////////////////
// ServerSocket.cpp
//////////////////////////////////////////////////////////////////////////
#include <winsock2.h>
#include <assert.h>
#include "ServerSocket.h"
CServerSocket::CServerSocket(void)
: m_sock(INVALID_SOCKET)
{
}
CS... | [
"t2wish@463fb1f2-0299-11de-9d1d-173cc1d06e3c"
] | [
[
[
1,
66
]
]
] |
fabb518410ff2694073ec00bbfe47178bf5f2f7c | b1cc5fbe3a6ee5ff0e7536e5725e7cc5f8ab392e | /HW3/main.cpp | d9fdd1c73e33fb6105bfc27ddafbde0c96872b19 | [] | no_license | adirzim/HW3 | f234fcf951021663f2f22bce2c799b3e94b5516f | 412400b01e0e9034a95e3c40938aad3962087499 | refs/heads/master | 2020-08-06T16:08:04.204842 | 2011-04-13T09:34:41 | 2011-04-13T09:34:41 | 1,575,957 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,099 | cpp | /*
* main.cpp
*
*/
#include "memPool_t.h"
#include <iostream>
using namespace std;
//********** Class Person**********/
class Person {
public:
Person ();
Person (int age, double height);
int age;
double height;
};
Person::Person(int age, double height) {
this->age = ag... | [
"nitzanbar@gmail.com",
"adirzim@gmail.com"
] | [
[
[
1,
9
],
[
11,
30
],
[
32,
32
],
[
34,
34
],
[
36,
36
],
[
38,
38
],
[
40,
40
],
[
42,
42
],
[
45,
45
],
[
47,
47
... |
17f564d68e7865fd9e4437dbae429aa36821b968 | e02fa80eef98834bf8a042a09d7cb7fe6bf768ba | /TEST_MyGUI_Source/MyGUIEngine/src/MyGUI_VScrollFactory.cpp | f15e7493434892a6b58011e33bcedba9addd94df | [] | no_license | MyGUI/mygui-historical | fcd3edede9f6cb694c544b402149abb68c538673 | 4886073fd4813de80c22eded0b2033a5ba7f425f | refs/heads/master | 2021-01-23T16:40:19.477150 | 2008-03-06T22:19:12 | 2008-03-06T22:19:12 | 22,805,225 | 2 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 2,427 | cpp | /*!
@file
@author Albert Semenov
@date 11/2007
@module
*/
#include "MyGUI_VScrollFactory.h"
#include "MyGUI_VScroll.h"
#include "MyGUI_SkinManager.h"
#include "MyGUI_WidgetManager.h"
namespace MyGUI
{
namespace factory
{
VScrollFactory::VScrollFactory()
{
// регестрируем себя
MyGU... | [
"my.name.post@gmail.com"
] | [
[
[
1,
71
]
]
] |
e9dc82c72d96866cdad6d29c94a6ad51ef33745e | 92c233548950eb0d8474151a1e9c4b4f7bddd450 | /src/Tests/testRoundTrip1.cpp | 83b3c0a8ed8d9b19aff6b11ef6619c4081e001f6 | [] | no_license | alepharchives/quickfast | f989e431d1faaacc4404d26bb1c28f8380dc2e70 | 53c1834b6a8552fa491d139a41ecf2c91ce44ca6 | refs/heads/master | 2020-04-11T03:00:09.627113 | 2011-04-01T13:57:07 | 2011-04-01T13:57:07 | 6,812,133 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 32,455 | cpp | // Copyright (c) 2009, Object Computing, Inc.
// All rights reserved.
// See the file license.txt for licensing information.
#include <Common/QuickFASTPch.h>
#define BOOST_TEST_NO_MAIN QuickFASTTest
#include <boost/test/unit_test.hpp>
#include <boost/filesystem.hpp>
#include <Codecs/XMLTemplateParser.h>
#in... | [
"dai_y@ociweb.com@d6d8e96c-ed78-11dd-ab07-b19b4dad1b3d",
"dale.wilson@d6d8e96c-ed78-11dd-ab07-b19b4dad1b3d"
] | [
[
[
1,
13
],
[
15,
15
],
[
18,
38
],
[
41,
111
],
[
113,
116
],
[
118,
151
],
[
153,
156
],
[
158,
191
],
[
193,
196
],
[
198,... |
ec02cc9d60782791429d58e9c14edafe973e1fd4 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/util/XMLMsgLoader.hpp | 4dbaea93a81a3b56f78c3e28bba8d0de079b4bff | [
"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 | 8,576 | hpp | /*
* Copyright 1999-2000,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
*
* Unle... | [
"aburke@bitflood.org"
] | [
[
[
1,
242
]
]
] |
46e9446a60ef5a02169126206ed3e7ae3cbeb983 | 0b66a94448cb545504692eafa3a32f435cdf92fa | /tags/0.7/cbear.berlios.de/windows/com/static/iclassfactory.hpp | 8ed640a20e6a6ddeaa637706bde806468594afc2 | [
"MIT"
] | permissive | BackupTheBerlios/cbear-svn | e6629dfa5175776fbc41510e2f46ff4ff4280f08 | 0109296039b505d71dc215a0b256f73b1a60b3af | refs/heads/master | 2021-03-12T22:51:43.491728 | 2007-09-28T01:13:48 | 2007-09-28T01:13:48 | 40,608,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,067 | hpp | #ifndef CBEAR_BERLIOS_DE_WINDOWS_COM_STATIC_ICLASSFACTORY_HPP_INCLUDED
#define CBEAR_BERLIOS_DE_WINDOWS_COM_STATIC_ICLASSFACTORY_HPP_INCLUDED
#include <cbear.berlios.de/c/in.hpp>
#include <cbear.berlios.de/c/cpp_in.hpp>
#include <cbear.berlios.de/c/out.hpp>
#include <cbear.berlios.de/c/cpp_out.hpp>
#include <cb... | [
"sergey_shandar@e6e9985e-9100-0410-869a-e199dc1b6838"
] | [
[
[
1,
48
]
]
] |
2622531db3c0281aa1832a006bd3fe1643dbca5f | 73bba167d83aec20fc0664b5df15d2b8c6f20003 | /factorial/src/factorial/timer.cpp | e7bb6f1ea72a35d3eaa58b12a4908ba91c8c169d | [] | no_license | rnarozniak/fastfactorial | a473603fa4a91a96fcef5ef4b80787c19901819a | dd23732068a17e283c697afe2553579201bf28ae | refs/heads/master | 2020-04-01T18:38:55.854345 | 2010-01-13T18:05:56 | 2010-01-13T18:05:56 | 35,261,166 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 616 | cpp | //////////////////////////////////////////////////////////////////////////
#ifndef _TIMER_H_
#include "timer.h"
#endif
//////////////////////////////////////////////////////////////////////////
#include <boost/date_time/posix_time/posix_time.hpp>
///////////////////////////////////////////////////////////... | [
"beemasterz@065cf898-fc4d-11de-be56-c15834921611"
] | [
[
[
1,
21
]
]
] |
7d490b54737ee6f308c84ea539c537dd7fb0816b | 110f8081090ba9591d295d617a55a674467d127e | /tests/RegexTest.cpp | 37528c4168b6c8559979c5effbb7c7769aa3c162 | [] | 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 | 29,417 | cpp | #include <cppunit/extensions/HelperMacros.h>
#include <text/regex/RegexCompile.hpp>
#include <typeinfo>
#include <iostream>
#include <fstream>
#include <iterator>
#include <typeinfo>
#include <limits>
class RegexScannerTest : public CppUnit::TestFixture
{
private:
CPPUNIT_TEST_SUITE(RegexScannerTest);
C... | [
"alfeim@287b3242-7fab-264f-8401-8509467ab285",
"bpokazakijr@287b3242-7fab-264f-8401-8509467ab285"
] | [
[
[
1,
1
],
[
5,
8
],
[
79,
79
],
[
81,
81
],
[
84,
84
],
[
88,
149
],
[
155,
155
],
[
164,
164
],
[
173,
174
],
[
177,
... |
4e8f6611e39b84932f68f3f46305e926893abba0 | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/numeric/ublas/test7/test7.hpp | 07fd8ba0e69b022849c7f2ddf057f81701a62fa8 | [] | no_license | bugbit/cipsaoscar | 601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4 | 52aa8b4b67d48f59e46cb43527480f8b3552e96d | refs/heads/master | 2021-01-10T21:31:18.653163 | 2011-09-28T16:39:12 | 2011-09-28T16:39:12 | 33,032,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,275 | hpp | //
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appear in all copies and
// that both that copyright notic... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
45
]
]
] |
64317ab9cf8e71893edd46668b2fd5e9346e6c1a | f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0 | /Depend/MyGUI/UnitTests/UnitTest_Canvas/GraphNodeSimple.h | c4aab88cef237356fce3e5cee616edab6fba14ca | [] | no_license | lxinhcn/starworld | 79ed06ca49d4064307ae73156574932d6185dbab | 86eb0fb8bd268994454b0cfe6419ffef3fc0fc80 | refs/heads/master | 2021-01-10T07:43:51.858394 | 2010-09-15T02:38:48 | 2010-09-15T02:38:48 | 47,859,019 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,155 | h | /*!
@file
@author Albert Semenov
@date 01/2009
@module
*/
#ifndef __GRAPH_NODE_SIMPLE_H__
#define __GRAPH_NODE_SIMPLE_H__
#include <MyGUI.h>
#include "BaseGraphNode.h"
namespace demo
{
class GraphNodeSimple : public wraps::BaseGraphNode
{
public:
GraphNodeSimple(const std::string& _name)... | [
"albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c"
] | [
[
[
1,
54
]
]
] |
cec490355133287fb77cda1c42cd7e02a20a9378 | 610c7fab24418c124efa4f224f61fee1076c851b | /opensurf/integral.h | 8b9541d72131e400707612b6cd43ad24203943dc | [] | no_license | julapy/ofxOpenSurf | 3c2478729ad05d5fa3612620a8fd78ab8dfd3f27 | 9875b6189360983c6a770bc8a91ed00b0e5c1938 | refs/heads/master | 2016-08-04T04:35:06.588986 | 2011-10-11T09:50:06 | 2011-10-11T09:50:06 | 2,131,676 | 13 | 3 | null | 2015-02-01T14:42:29 | 2011-07-31T08:17:22 | C++ | UTF-8 | C++ | false | false | 1,836 | h | /***********************************************************
* --- OpenSURF --- *
* This library is distributed under the GNU GPL. Please *
* contact chris.evans@irisys.co.uk for more information. *
* *
* C. Eva... | [
"julapy@googlemail.com"
] | [
[
[
1,
54
]
]
] |
56e4ae3e96ce94bb273501d3185f651dcc26924e | 65f587a75567b51375bde5793b4ec44e4b79bc7d | /stepEditSysex.h | ade3dd15e6b1a4452f59e240bc369413f19200c0 | [] | no_license | discordance/sklepseq | ce4082074afbdb7e4f7185f042ce9e34d42087ef | 8d4fa5a2710ba947e51f5572238eececba4fef74 | refs/heads/master | 2021-01-13T00:15:23.218795 | 2008-07-20T20:48:44 | 2008-07-20T20:48:44 | 49,079,555 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,707 | h | /*
==============================================================================
This is an automatically generated file created by the Jucer!
Creation date: 2 Jul 2008 4:05:42 pm
Be careful when adding custom code to these files, as only the code within
the "//[xyz]" and "//[/xyz]" sections will... | [
"kubiak.roman@0c9c7eae-764f-0410-aff0-6774c5161e44"
] | [
[
[
1,
79
]
]
] |
4f92ab8a4dd523cc501bb04c0a4f418141cb1fa0 | 9a5db9951432056bb5cd4cf3c32362a4e17008b7 | /CamController/trunk/Src/CamControl/stdafx.cpp | 153f12dcc1eba876a4ac9446d47d6231c56731db | [] | no_license | miaozhendaoren/appcollection | 65b0ede264e74e60b68ca74cf70fb24222543278 | f8b85af93f787fa897af90e8361569a36ff65d35 | refs/heads/master | 2021-05-30T19:27:21.142158 | 2011-06-27T03:49:22 | 2011-06-27T03:49:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 210 | cpp | // stdafx.cpp : source file that includes just the standard includes
// CamControl.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"shenbinsc@cbf8b9f2-3a65-11de-be05-5f7a86268029"
] | [
[
[
1,
7
]
]
] |
a88c3cbf1e58e56d8eabb512be3ae9f45c559ce0 | a2904986c09bd07e8c89359632e849534970c1be | /topcoder/completed/StairClimb.cpp | 39403fa95367c111e84f542304665c42f1b12312 | [] | 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 | 1,973 | cpp | // BEGIN CUT HERE
// END CUT HERE
#line 5 "StairClimb.cpp"
#include <iostream>
#include <string>
#include <vector>
#include <sstream>
using namespace std;
class StairClimb {
public:
int stridesTaken(vector <int> flights, int stairsPerStride) {
if(flights.size()==0) return 0;
int steps = 0;
in... | [
"shin@CF-7AUJ41TT52JO.(none)"
] | [
[
[
1,
50
]
]
] |
9c5f2d641d8fd0865e0249d8e5d30e654c0fd12a | 41154e2ebb7d5e67fb3666bab82e4a0795b185ba | /block.h | 1891400ce8ed825f1650d36b5039b0fafa2e4937 | [] | no_license | webstorage119/collapsible | 2e76923a05f8117a94abb19ba65288fc6969ad88 | c9f27c84cc50105d9fa558c9bfa9566a08842819 | refs/heads/master | 2021-05-27T09:39:22.100569 | 2011-05-03T21:14:55 | 2011-05-03T21:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 337 | h | #pragma once
class Block
{
public:
Block(int *structure, int w, int h);
~Block();
Block *clone();
void rotate();
int getWidth()
{
return m_width;
}
int getHeight()
{
return m_height;
}
int *getStructure()
{
return m_structure;
}
private:
int m_width, m_height;
int *m... | [
"emil@b768d8da-b7b4-46c8-b9a4-691b94f9d7b2"
] | [
[
[
1,
29
]
]
] |
22c98640d22c8598e7d5ba65a21660fd3c2f5e37 | f95341dd85222aa39eaa225262234353f38f6f97 | /Dreams/Dreams/CrystalMorph/fractalobject.cpp | eee49a8d0acf04b6fb6707d9dae9b081599ab2e8 | [] | no_license | Templier/threeoaks | 367b1a0a45596b8fe3607be747b0d0e475fa1df2 | 5091c0f54bd0a1b160ddca65a5e88286981c8794 | refs/heads/master | 2020-06-03T11:08:23.458450 | 2011-10-31T04:33:20 | 2011-10-31T04:33:20 | 32,111,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,161 | cpp | //////////////////////////////////////////////////////////////////
// FRACTAL.CPP
//
//////////////////////////////////////////////////////////////////
#include "fractalobject.h" // also includes glu and gl correctly
//#include "materials.h"
extern LPDIRECT3DDEVICE9 g_pd3dDevice;
// stuff for the env... | [
"julien.templier@ab80709b-eb45-0410-bb3a-633ce738720d"
] | [
[
[
1,
299
]
]
] |
3501a3d63e136fb6546ad98ee2ebdccc91904397 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/renaissance/rnsgameplay/src/ncagentmemory/ncagentmemory_cmds.cc | 7154485d5d24dca8aea859f45e09e29995e2435e | [] | no_license | ugozapad/TheZombieEngine | 832492930df28c28cd349673f79f3609b1fe7190 | 8e8c3e6225c2ed93e07287356def9fbdeacf3d6a | refs/heads/master | 2020-04-30T11:35:36.258363 | 2011-02-24T14:18:43 | 2011-02-24T14:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,037 | cc | #include "precompiled/pchrnsgameplay.h"
//------------------------------------------------------------------------------
// ncagentmemory_cmds.cc
// (C) 2005 Conjurer Services, S.A.
//------------------------------------------------------------------------------
#include "ncagentmemory/ncagentmemory.h"
//----... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
34
]
]
] |
0552ae0858092dca68e42f52cc500fd146504d4f | eb8a27a2cc7307f0bc9596faa4aa4a716676c5c5 | /WinEdition/browser-lcc/jscc/src/v8/v8/test/cctest/test-unbound-queue.cc | f4c6d44491d74658cb1d9babccf548e37bdf6cec | [
"BSD-3-Clause",
"bzip2-1.0.6",
"LicenseRef-scancode-public-domain",
"Artistic-2.0",
"Artistic-1.0"
] | permissive | baxtree/OKBuzzer | c46c7f271a26be13adcf874d77a7a6762a8dc6be | a16e2baad145f5c65052cdc7c767e78cdfee1181 | refs/heads/master | 2021-01-02T22:17:34.168564 | 2011-06-15T02:29:56 | 2011-06-15T02:29:56 | 1,790,181 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,054 | cc | // Copyright 2010 the V8 project authors. All rights reserved.
//
// Tests of the unbound queue.
#include "v8.h"
#include "unbound-queue-inl.h"
#include "cctest.h"
namespace i = v8::internal;
using i::UnboundQueue;
TEST(SingleRecord) {
typedef int Record;
UnboundQueue<Record> cq;
CHECK(cq.IsE... | [
"baxtree@163.com"
] | [
[
[
1,
54
]
]
] |
4801d338ccb8358df44a6a8b35db473d93430b13 | de1e5905af557c6155ee50f509758a549e458ef3 | /src/code/taps_featurelibrary.cpp | 58ece149184e12f3180d9374d9f24ebda5b36617 | [] | no_license | alltom/taps | f15f0a5b234db92447a581f3777dbe143d78da6c | a3c399d932314436f055f147106d41a90ba2fd02 | refs/heads/master | 2021-01-13T01:46:24.766584 | 2011-09-03T23:20:12 | 2011-09-03T23:20:12 | 2,486,969 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,058 | cpp | /*----------------------------------------------------------------------------
TAPESTREA: Techniques And Paradigms for Expressive Synthesis,
Transformation, and Rendering of Environmental Audio
Engine and User Interface
Copyright (c) 2006 Ananya Misra, Perry R. Cook, and Ge Wang.
ht... | [
"tom@alltom.com"
] | [
[
[
1,
181
]
]
] |
0ba7c910687b76355311270378558095a96286bc | c440e6c62e060ee70b82fc07dfb9a93e4cc13370 | /src/gui2/guis/gfeedbackdelay.cpp | 14cd45ac929da039d72f5aa5f062b46c782b74a8 | [] | no_license | BackupTheBerlios/pgrtsound-svn | 2a3f2ae2afa4482f9eba906f932c30853c6fe771 | d7cefe2129d20ec50a9e18943a850d0bb26852e1 | refs/heads/master | 2020-05-21T01:01:41.354611 | 2005-10-02T13:09:13 | 2005-10-02T13:09:13 | 40,748,578 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 1,212 | cpp | #include "gfeedbackdelay.h"
GFeedbackDelay::GFeedbackDelay( Module* mod ) :
Gui( mod )
{
delayEntry.AttachFloatParameter( (ParameterFloat*)module->GetParameter( 0 ) );
slFeedback.SetParameter( (ParameterFloat*)module->GetParameter( 1 ),
0, 0.99, 0.01 );
delayButton.signal_clicked().connect(
sigc::... | [
"ad4m@fa088095-53e8-0310-8a07-f9518708c3e6"
] | [
[
[
1,
43
]
]
] |
f5f6ab8596123bc831734fb0e6bb95d42b0ef5d3 | 14a00dfaf0619eb57f1f04bb784edd3126e10658 | /Lab3/main.cpp | b713300d1df9f6ef474765f34fbaa679b8ddb069 | [] | no_license | SHINOTECH/modanimation | 89f842262b1f552f1044d4aafb3d5a2ce4b587bd | 43d0fde55cf75df9d9a28a7681eddeb77460f97c | refs/heads/master | 2021-01-21T09:34:18.032922 | 2010-04-07T12:23:13 | 2010-04-07T12:23:13 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 3,008 | cpp | /*************************************************************************************************
*
* Modeling and animation (TNM079) 2007
* Code base for lab assignments. Copyright:
* Gunnar Johansson (gunnar.johansson@itn.liu.se)
* Ken Museth (ken.museth@itn.liu.se)
* Michael Bang Nielsen (bang@dai... | [
"jpjorge@da195381-492e-0410-b4d9-ef7979db4686"
] | [
[
[
1,
101
]
]
] |
d84b7a966b14e3b085ea3f885c2cf7d21e2ba954 | 1ad310fc8abf44dbcb99add43f6c6b4c97a3767c | /samples_c++/cpp/ConstDevice/ConstDevice.h | eedb500098dcb73e5e162cf372dcc6816375888d | [] | no_license | Jazzinghen/spamOSEK | fed44979b86149809f0fe70355f2117e9cb954f3 | 7223a2fb78401e1d9fa96ecaa2323564c765c970 | refs/heads/master | 2020-06-01T03:55:48.113095 | 2010-05-19T14:37:30 | 2010-05-19T14:37:30 | 580,640 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 583 | h | //
// ConstDevice.h
//
#ifndef CONSTDEVICE_H_
#define CONSTDEVICE_H_
// ECRobot++ API
#include "LightSensor.h"
#include "SonarSensor.h"
#include "SoundSensor.h"
#include "TouchSensor.h"
#include "Motor.h"
using namespace ecrobot;
// Constant(read-only) devices
extern const LightSensor& crLight; // L... | [
"jazzinghen@Jehuty.(none)"
] | [
[
[
1,
23
]
]
] |
16065dbffa522cd95f403944e02e8c6819208d55 | b73f27ba54ad98fa4314a79f2afbaee638cf13f0 | /projects/FilterSetting/stdafx.cpp | 50dafb4d6a6a594c081f8e04c124015bd3ef9565 | [] | no_license | weimingtom/httpcontentparser | 4d5ed678f2b38812e05328b01bc6b0c161690991 | 54554f163b16a7c56e8350a148b1bd29461300a0 | refs/heads/master | 2021-01-09T21:58:30.326476 | 2009-09-23T08:05:31 | 2009-09-23T08:05:31 | 48,733,304 | 3 | 0 | null | null | null | null | GB18030 | C++ | false | false | 170 | cpp | // stdafx.cpp : 只包括标准包含文件的源文件
// FilterSetting.pch 将成为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
| [
"ynkhpp@1a8edc88-4151-0410-b40c-1915dda2b29b"
] | [
[
[
1,
5
]
]
] |
5b34b52b7fac88a71f38033b81154bec2a75d766 | fdf457fb3f4e68b4a9631e19540e4de2ea5dd4c2 | /brollyflock_centipede/Centipede.cpp | 1ea5300b0e318dcc9938a89910cbc6d529c8fc58 | [] | no_license | poe/brollyflock | 29dae03b834f8e926316b6d2bf4b6748ed1815f3 | 1442771f93a9e3a7587f25798eef1562af05aab3 | refs/heads/master | 2021-01-23T11:09:05.457344 | 2011-08-12T01:48:34 | 2011-08-12T01:48:34 | 1,868,090 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,163 | cpp | // Centipede Shield Library
// Controls MCP23017 16-bit digital I/O chips
#include "WProgram.h"
#include "Centipede.h"
#include <Wire.h>
uint8_t CSDataArray[2] = {0};
#define CSAddress 0b0100000
Centipede::Centipede()
{
// no constructor tasks yet
}
// Set device to default values
void Centipede... | [
"pshowalter@apple.com"
] | [
[
[
1,
166
]
]
] |
c957bffe69d4a760281698f365802e8eb5f705c0 | dc4b6ab7b120262779e29d8b2d96109517f35551 | /Dialog/SizeListCtrl.h | df50851cbfe95fc83a13e6555cb8488fca2f3822 | [] | no_license | cnsuhao/wtlhelper9 | 92daef29b61f95f44a10e3277d8835c2dd620616 | 681df3a014fc71597e9380b0a60bd3cd23e22efe | refs/heads/master | 2021-07-17T19:59:07.143192 | 2009-05-18T14:24:48 | 2009-05-18T14:24:48 | 108,361,858 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,700 | h | ////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2004 Sergey Solozhentsev
// Author: Sergey Solozhentsev e-mail: salos@mail.ru
// Product: WTL Helper
// File: SizeListCtrl.h
// Created: 13.01.2005 14:32
//
// Using this software in commercial applica... | [
"free2000fly@eea8f18a-16fd-41b0-b60a-c1204a6b73d1"
] | [
[
[
1,
106
]
]
] |
c4619b457eb1a3fd318a4ecaa5f9a4669165f161 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ObjectDLL/ObjectShared/Fire.h | a02660d17bd648591cb75ebb080d656023d44fbc | [] | no_license | rickyharis39/nolf2 | ba0b56e2abb076e60d97fc7a2a8ee7be4394266c | 0da0603dc961e73ac734ff365bfbfb8abb9b9b04 | refs/heads/master | 2021-01-01T17:21:00.678517 | 2011-07-23T12:11:19 | 2011-07-23T12:11:19 | 38,495,312 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,364 | h | // ----------------------------------------------------------------------- //
//
// MODULE : Fire.h
//
// PURPOSE : Fire - Definition
//
// CREATED : 5/6/99
//
// (c) 1999 Monolith Productions, Inc. All Rights Reserved
//
// ----------------------------------------------------------------------- //
#ifnd... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
57
]
]
] |
6d560c0ade1c0af3cc696228ab8ae353934c8d1b | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/config/test/has_sgi_type_traits_fail.cpp | 0900b6d3547c1d904a58101f9f76d16661ae3905 | [] | no_license | bugbit/cipsaoscar | 601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4 | 52aa8b4b67d48f59e46cb43527480f8b3552e96d | refs/heads/master | 2021-01-10T21:31:18.653163 | 2011-09-28T16:39:12 | 2011-09-28T16:39:12 | 33,032,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,208 | cpp |
// This file was automatically generated on Sun Jul 25 11:47:49 GMTDT 2004,
// by libs/config/tools/generate
// Copyright John Maddock 2002-4.
// 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.b... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
39
]
]
] |
b03136abc0ff1e39f01e199be92f31b2ebf8521d | d37848c528fe70a9ed6ede4737b93196c855d04e | /ParallelMergeSort/Randomizer.cpp | e8ab7f9782ce44413fa0b60535930365c4b927a9 | [] | no_license | chuanran/parallel-merge-sort | 74991cae0ad398f7d7d021a4bd62b5c16b2bb52e | 9c88ef5507aa800fc31d52b1bcd09058f742488c | refs/heads/master | 2021-01-10T13:38:33.531256 | 2011-03-21T13:57:03 | 2011-03-21T13:57:03 | 48,393,723 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 709 | cpp | #include "Randomizer.h"
#include <stdlib.h>
#include <time.h>
int* Randomizer::GenerateArray(int N, int min /* = 0 */, int max /* = 10 */)
{
srand((unsigned int)time(NULL));
int* A = new int[N];
for (int i = 0; i < N; i++)
{
A[i] = (rand() % (max - min)) + min;
}
return A;
}
int* Randomizer::Cr... | [
"shay.markanty@018be4eb-6b87-c2f0-6375-72b8ba19d606"
] | [
[
[
1,
42
]
]
] |
0b81dc764c674cc79028a5479c9be022896d16fa | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Depend/Foundation/Distance/Wm4DistLine3Rectangle3.h | f785db5ce57a05b54b33db7407b1df06679c9aaa | [] | no_license | daleaddink/flagship3d | 4835c223fe1b6429c12e325770c14679c42ae3c6 | 6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a | refs/heads/master | 2021-01-15T16:29:12.196094 | 2009-11-01T10:18:11 | 2009-11-01T10:18:11 | 37,734,654 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,067 | h | // Geometric Tools, Inc.
// http://www.geometrictools.com
// Copyright (c) 1998-2006. All Rights Reserved
//
// The Wild Magic Version 4 Foundation Library source code is supplied
// under the terms of the license agreement
// http://www.geometrictools.com/License/Wm4FoundationLicense.pdf
// and may not be ... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
66
]
]
] |
a1f4ef34bae97a569380397fef2c8b63425cdd19 | 2dbbca065b62a24f47aeb7ec5cd7a4fd82083dd4 | /OUAN/OUAN/Src/Graphics/RenderComponent/RenderComponentLight.h | b4db8aba59f9d92c8870162faf357cc5be027948 | [] | no_license | juanjmostazo/once-upon-a-night | 9651dc4dcebef80f0475e2e61865193ad61edaaa | f8d5d3a62952c45093a94c8b073cbb70f8146a53 | refs/heads/master | 2020-05-28T05:45:17.386664 | 2010-10-06T12:49:50 | 2010-10-06T12:49:50 | 38,101,059 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 931 | h | #ifndef RenderComponentLightH_H
#define RenderComponentLightH_H
#include "RenderComponent.h"
namespace OUAN
{
class RenderComponentLight : public RenderComponent
{
private:
Ogre::Light * mLight;
public:
RenderComponentLight(const std::string& type="");
~RenderComponentLight();
Ogre::Ligh... | [
"juanj.mostazo@1610d384-d83c-11de-a027-019ae363d039",
"wyern1@1610d384-d83c-11de-a027-019ae363d039",
"ithiliel@1610d384-d83c-11de-a027-019ae363d039"
] | [
[
[
1,
18
],
[
26,
45
]
],
[
[
19,
22
],
[
24,
25
]
],
[
[
23,
23
]
]
] |
316dbf1ccf591955118f7f7c708053979bcbdfcc | 3d9e738c19a8796aad3195fd229cdacf00c80f90 | /src/geometries/power_crust_3/Classified_vertex_base_3.h | c696423d07560c4fd90339b89ff2b2718126be42 | [] | no_license | mrG7/mesecina | 0cd16eb5340c72b3e8db5feda362b6353b5cefda | d34135836d686a60b6f59fa0849015fb99164ab4 | refs/heads/master | 2021-01-17T10:02:04.124541 | 2011-03-05T17:29:40 | 2011-03-05T17:29:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,340 | h | /* This source file is part of Mesecina, a software for visualization and studying of
* the medial axis and related computational geometry structures.
* More info: http://www.agg.ethz.ch/~miklosb/mesecina
* Copyright Balint Miklos, Applied Geometry Group, ETH Zurich
*
* $Id: Classified_vertex_base_3.h 365 200... | [
"balint.miklos@localhost"
] | [
[
[
1,
82
]
]
] |
461e7cf5e66973304ec9cd57d1b44cf80f5b6eab | e1d76663bb020dc27abb53c8f8bb979b4738373f | /source/support/library/stdlib.cc | b1e44b69484066ba7313823b23ee9d739eef79e4 | [] | no_license | fanopi/autoFloderSync | 97e29f9aa24bc8bf78aa8325996e176572f46f8a | 5232e01f43c9cc31df349a8b474c5d35a1e92ac5 | refs/heads/master | 2020-06-03T15:28:13.583695 | 2011-09-19T13:52:25 | 2011-09-19T13:52:25 | 2,338,869 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 7,504 | cc | /*
* stdlib.cc
* 增强的内存分配器
* 1)当开启__MEMORY_DEBUG__时,可以自动记录内存分配的对象和文件,判断其是否成功的释放了所分配的内存。
* 2)采用类似于SGI STL 的内存分配方式来对内存进行管理,当分配的内存较小时,可以有效的避免内存碎片。
* Created on: 2011-4-11
* Author: FanOpi
*/
#include <stdlib.h>
#include "stdlib.h"
#include <assert.h>
#define __MEMORY_DEBUG__
#ifdef __MEMORY_D... | [
"fanpeijian@gmail.com"
] | [
[
[
1,
234
]
]
] |
2447eaa9fdb916e9410cbd7845de1525eb2e52f5 | 4a2b2d6d07714e82ecf94397ea6227edbd7893ad | /Curl/TMOC/TestLogonDlg.cpp | 1deb28362b1bdf0a337d1d0cc02284476849eaf1 | [] | no_license | intere/tmee | 8b0a6dd4651987a580e3194377cfb999e9615758 | 327fed841df6351dc302071614a9600e2fa67f5f | refs/heads/master | 2021-01-25T07:28:47.788280 | 2011-07-21T04:24:31 | 2011-07-21T04:24:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,427 | cpp | // TestLogonDlg.cpp : implementation file
//
#include "stdafx.h"
#include "TalkMasterConsole.h"
#include "TalkMasterConsoleDlg.h"
#include "TestLogonDlg.h"
#include ".\testlogondlg.h"
// CTestLogonDlg dialog
IMPLEMENT_DYNAMIC(CTestLogonDlg, CDialog)
CTestLogonDlg::CTestLogonDlg(CWnd* pParent /*=NULL*/)... | [
"intere@8c6822e2-464b-4b1f-8ae9-3c1f0a8e8225"
] | [
[
[
1,
207
]
]
] |
244e9ef728910b67b9c52c284d1796160073409c | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/regex/performance/time_pcre.cpp | 22139e668c4cb99fd55cb85f47952b9b3673f18d | [
"BSL-1.0"
] | permissive | bugbit/cipsaoscar | 601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4 | 52aa8b4b67d48f59e46cb43527480f8b3552e96d | refs/heads/master | 2021-01-10T21:31:18.653163 | 2011-09-28T16:39:12 | 2011-09-28T16:39:12 | 33,032,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,220 | cpp | /*
*
* Copyright (c) 2002
* Dr John Maddock
*
* 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)
*
*/
#include <cassert>
#include <cfloat>
#include "regex_compar... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
176
]
]
] |
662dde3e3450af118f487ddd3920747a0e6d212c | d4ba9775ead602c9f41e7859b956c0ac1efa2cfb | /src/framework-ActiveX/Js2nPropPage.h | a7c10da0eae144f602a72f4e64fbc6dc43908f18 | [] | no_license | xgc820313/js2n | 2460938a47e00a225e5c9a810285950b2d808756 | 77cec2ea39d465f98added96b61eab1ee30fd53a | refs/heads/master | 2016-09-06T07:05:03.475054 | 2007-09-04T21:08:49 | 2007-09-04T21:08:49 | 38,345,093 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 548 | h | #pragma once
// Js2nPropPage.h : Declaration of the CJs2nPropPage property page class.
// CJs2nPropPage : See Js2nPropPage.cpp for implementation.
class CJs2nPropPage : public COlePropertyPage
{
DECLARE_DYNCREATE(CJs2nPropPage)
DECLARE_OLECREATE_EX(CJs2nPropPage)
// Constructor
public:
CJs2nPropPa... | [
"amnon.david@a65ff7ae-d338-0410-b7a2-59eabbc4e8c3"
] | [
[
[
1,
28
]
]
] |
558fc85eb9ccfc13dc4fa88cf6a5c61945ee0a9c | 57787ed92809cc6327f9e5d702d8e7a7d78060ee | /Image.h | 41729066f8331fb54171f879823e987001078482 | [] | no_license | oneamtu/CG1 | beda02fad6549ec59d5998dbf0ded9345ee96305 | 3939f3129872174c29b858b714eea06f4dcc7db5 | refs/heads/master | 2021-01-02T08:10:15.985793 | 2010-11-10T13:48:30 | 2010-11-10T13:48:30 | 946,008 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,610 | h | /*
* Image.h
*
* where all the projection magic happens
*
* Created on: Sep 30, 2010
* Author: oneamtu
*/
#ifndef IMAGE_H_
#define IMAGE_H_
#include "Common.h"
#include <vector>
#include <fstream>
class Image;
#include "Color.h"
#include "Geometry.h"
#include "Vector.h"
#include ... | [
"oneamtu89@gmail.com",
"s0839022@mansell.inf.ed.ac.uk",
"s0839022@walther.inf.ed.ac.uk"
] | [
[
[
1,
2
],
[
6,
61
],
[
63,
66
],
[
73,
75
]
],
[
[
3,
5
],
[
62,
62
]
],
[
[
67,
72
]
]
] |
c89809ab5de8083f591eb0fed0e97918483cc273 | bad6dfe35e27195461f9a9606de4d9979d7ba000 | /ocelot/ocelot/ir/test/SamplePTX.cpp | 7dbc3c4a02a2c6eb7590ebe9fe08173610569b40 | [] | no_license | antmanler/Benchmarking-CUDA | 96e069151e9c87afedae806957e96d18fcf29a06 | 640232ac26e7610569cf3287831719310b8e05d1 | refs/heads/master | 2020-03-09T23:07:56.672057 | 2011-03-16T19:47:22 | 2011-03-16T19:47:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,456 | cpp | /*!
\file SamplePTX.cpp
\author Andrew Kerr <arkerr@gatech.edu>
\brief defines PTX programs useful for testing
\date 24 Jan 2009
*/
#include <string>
#include <ocelot/ir/test/SamplePTX.h>
using namespace std;
using namespace ir;
/////////////////////////////////////////////////////////////////////////////////... | [
"fccoelho@tiamat.(none)"
] | [
[
[
1,
165
]
]
] |
bafb1ec85de104cd0744e1d3c712bd31d8c42c38 | 7c4e18dc769ebc3b87d6f45d82812984b7eb6608 | /source/convert.h | 1dc5c942ac2574027897aa39b807e18a0f4d80e7 | [] | no_license | ishahid/smartmap | 5bce0ca5690efb5b8e28c561d86321c8c5dcc794 | 195b1ebb03cd786d38167d622e7a46c7603e9094 | refs/heads/master | 2020-03-27T05:43:49.428923 | 2010-07-06T08:24:59 | 2010-07-06T08:24:59 | 10,093,280 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 850 | h | #ifndef CONVERT_H
#define CONVERT_H
#include "point.h"
#include <qpainter.h>
#include <qcolor.h>
#include <qmessagebox.h>
class Convert {
protected:
static int screenx;
static int screeny;
static int xmax;
static int xmin;
static int ymax;
static int ymin;
static int dx;
static int dy;
stat... | [
"none@none"
] | [
[
[
1,
36
]
]
] |
92f4862d308702f13d15ad1316c9960200a81134 | 63d8291850783397b2149b4f38d0b1919bf87e5c | /PobotKey/Projects/Processing/libraries/rainbowduino/firmware/rainbowduino/Rainbowduino.h | 640aabf6743fd8a697f22c42aafd83ece1a62795 | [] | no_license | JulienHoltzer/Pobot-Playground | 8d0cb50edc5846d7fe717f467d5a9f07ad7e7979 | a4a9c6af9c8b2fec8e5782be86427620843f38df | refs/heads/master | 2021-05-28T04:54:03.737479 | 2011-11-11T10:32:43 | 2011-11-11T10:32:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,371 | h | /*
* Rainbowduino.h version 2.0 - A driver to run Seeedstudio 8x8 RBG LED Matrix
* Based on Rainbow.h by Seedstudio.com -> http://www.seeedstudio.com/depot/rainbowduino-led-driver-platform-plug-and-shine-p-371.html
* Copyright (c) 2009 Tobias Bielohlawek -> http://www.rngtng.com
*
*/
#ifndef RAINBOWDUINO_h... | [
"julien.holtzer@c631b436-7905-11de-aab9-69570e6b7754"
] | [
[
[
1,
85
]
]
] |
f0d3fe4cee6ba4b044251321e9307cd619098a04 | cd0987589d3815de1dea8529a7705caac479e7e9 | /webkit/WebKitTools/QtTestBrowser/webinspector.h | cecdb32bc8aec0669b3f488a047252dd830db3c4 | [] | no_license | azrul2202/WebKit-Smartphone | 0aab1ff641d74f15c0623f00c56806dbc9b59fc1 | 023d6fe819445369134dee793b69de36748e71d7 | refs/heads/master | 2021-01-15T09:24:31.288774 | 2011-07-11T11:12:44 | 2011-07-11T11:12:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,001 | h | /*
* Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies)
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the a... | [
"sdevitt@rim.com"
] | [
[
[
1,
56
]
]
] |
97adcb0df260ec40890065e81542713bfe202ed4 | a0bc9908be9d42d58af7a1a8f8398c2f7dcfa561 | /SlonEngine/src/Log/Detail/Stream.cpp | e59de2ac29eb9581298ddf76af35a64ba4958199 | [] | no_license | BackupTheBerlios/slon | e0ca1137a84e8415798b5323bc7fd8f71fe1a9c6 | dc10b00c8499b5b3966492e3d2260fa658fee2f3 | refs/heads/master | 2016-08-05T09:45:23.467442 | 2011-10-28T16:19:31 | 2011-10-28T16:19:31 | 39,895,039 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,172 | cpp | #include "stdafx.h"
#include "Log/Detail/Stream.h"
namespace slon {
namespace log {
log::ostream& operator << (log::ostream& os, const indent& it)
{
os.flush();
(*os).set_indent(it);
return os;
}
std::ostream& operator << (std::ostream& os, const indent& it)
{
if ( log::ostream* fos = dynamic_cas... | [
"devnull@localhost"
] | [
[
[
1,
61
]
]
] |
336238f9f3621fe67f6851f7f38cf7787d31aff3 | bdb1e38df8bf74ac0df4209a77ddea841045349e | /CapsuleSortor/Version 1.0 -2.0/CapsuleSortor-10-11-14-1/ImageCard/GenieCard.h | c5f04d0560574d07b5fd6a9de128176ac4cf91d3 | [] | no_license | Strongc/my001project | e0754f23c7818df964289dc07890e29144393432 | 07d6e31b9d4708d2ef691d9bedccbb818ea6b121 | refs/heads/master | 2021-01-19T07:02:29.673281 | 2010-12-17T03:10:52 | 2010-12-17T03:10:52 | 49,062,858 | 0 | 1 | null | 2016-01-05T11:53:07 | 2016-01-05T11:53:07 | null | GB18030 | C++ | false | false | 2,445 | h | // GenieCard.h : Interface of the ProciliCard class
//
// Copyright (c) 2007 zhao_fsh Zibo Creative Computor CO.,LTD
//////////////////////////////////////////////////////////////////////////
//
// Module :ImageCard
// Create Date : 2008.01.24
//
////////////////////////////////////////////////////////////////... | [
"vincen.cn@66f52ff4-a261-11de-b161-9f508301ba8e"
] | [
[
[
1,
98
]
]
] |
c3b252541c3deca776378bc15df49c7231db372a | 4108f81fe388a13f5b17db9210a0477db30162e7 | /capixx/capimsg.hxx | 64d6d667158ee2aee9d15cab60a445af6fbf54bd | [] | no_license | BackupTheBerlios/capircvd | e8edb52809131ffcc8d755f7ad85b9f6b66ffdd7 | 6cdc97f3b87811116127276a4a6ba3aac1f178d5 | refs/heads/master | 2016-09-05T12:50:28.804944 | 2001-04-03T18:44:12 | 2001-04-03T18:44:12 | 40,044,021 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,226 | hxx | #ifndef CAPIMSG_H
#define CAPIMSG_H
#define UNUSED__ALERT_CONF 0x0181
#define UNUSED__ALERT_REQ 0x0180
#define UNUSED__CONNECT_ACTIVE_IND 0x0382
#define UNUSED__CONNECT_ACTIVE_RESP 0x0383
#define UNUSED__CONNECT_B3_ACTIVE_IND 0x8382
#define UNUSED__CONNECT_B3_ACTIVE_RESP 0x8383
#... | [
"alexbrickwedde"
] | [
[
[
1,
367
]
]
] |
3a5cf7837b241a87a7ad078ef7825a7a22ad1232 | 36bf908bb8423598bda91bd63c4bcbc02db67a9d | /WallPaper/WallPaperDoNotAskMore.cpp | d4ced8d173e91e0d00b8c6bb4584fe32602b73ad | [] | no_license | code4bones/crawlpaper | edbae18a8b099814a1eed5453607a2d66142b496 | f218be1947a9791b2438b438362bc66c0a505f99 | refs/heads/master | 2021-01-10T13:11:23.176481 | 2011-04-14T11:04:17 | 2011-04-14T11:04:17 | 44,686,513 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 5,052 | cpp | /*
WallPaperDoNotAskMore.cpp
Luca Piergentili, 13/03/04
lpiergentili@yahoo.com
WallPaper (alias crawlpaper) - the hardcore of Windows desktop
http://www.crawlpaper.com/
copyright © 1998-2004 Luca Piergentili, all rights reserved
crawlpaper is a registered name, all rights reserved
This is a free sof... | [
"luca.pierge@gmail.com"
] | [
[
[
1,
117
]
]
] |
03f8fee1b2e373fb377b235996c8ebd7ae4798ac | e1d76663bb020dc27abb53c8f8bb979b4738373f | /source/support/datastruct/tree.hpp | 6f0b5f893d688a1b9907811234c6d744f62f20fd | [] | no_license | fanopi/autoFloderSync | 97e29f9aa24bc8bf78aa8325996e176572f46f8a | 5232e01f43c9cc31df349a8b474c5d35a1e92ac5 | refs/heads/master | 2020-06-03T15:28:13.583695 | 2011-09-19T13:52:25 | 2011-09-19T13:52:25 | 2,338,869 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 13,251 | hpp | /*
* tree.h
* 为系统提供树形结构的抽象
* Created on: 2011-5-4
* Author: 代码基于 TinyXML项目 重构 原作者Lee Thomason
*/
#ifndef TREE_HPP_
#define TREE_HPP_
#include <assert.h>
#include "../../typedef.h"
namespace YF{
/* Nodes have siblings, a parent, and children. A node can be in a document, or stand on its own... | [
"fanpeijian@gmail.com"
] | [
[
[
1,
465
]
]
] |
14a73065b8022469648d692b812204265ccae76c | 28aa23d9cb8f5f4e8c2239c70ef0f8f6ec6d17bc | /mytesgnikrow --username hotga2801/Experiment/Source/Apllication/LedsCtrlApp/LedsCtrlApp/LedsCtrlApp.h | 128e3a4c25373722743338e099ac5a6f1e6761c8 | [] | no_license | taicent/mytesgnikrow | 09aed8836e1297a24bef0f18dadd9e9a78ec8e8b | 9264faa662454484ade7137ee8a0794e00bf762f | refs/heads/master | 2020-04-06T04:25:30.075548 | 2011-02-17T13:37:16 | 2011-02-17T13:37:16 | 34,991,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 534 | h | // LedsCtrlApp.h : main header file for the PROJECT_NAME application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// CLedsCtrlAppApp:
// See LedsCtrlApp.cpp for the implementation of this class
//
... | [
"hotga2801@ecd9aaca-b8df-3bf4-dfa7-576663c5f076"
] | [
[
[
1,
31
]
]
] |
e6c39b563577993e3ecb861cd48504374eb9c07f | cfcd2a448c91b249ea61d0d0d747129900e9e97f | /thirdparty/OpenCOLLADA/COLLADAFramework/include/COLLADAFWPass.h | dc2b9758e1ee0d19289be1285c8098e8f04876f6 | [] | 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 | 3,745 | h | /*
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
*/
#ifndef __COLLADAFW_PASS_H__
#define __COLLADAFW_PAS... | [
"jiva@crazycoder.co.za"
] | [
[
[
1,
107
]
]
] |
040ec2d69d99df81e3a2a9f4091f3c9477be4ffa | 36d0ddb69764f39c440089ecebd10d7df14f75f3 | /プログラム/Ngllib/include/Ngl/EffectParameter.h | cc24785006ef162a6b6ca38502f8e5f90fb87c70 | [] | 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 | 7,958 | h | /*******************************************************************************/
/**
* @file EffectParameter.h.
*
* @brief エフェクトパラメータクラスヘッダファイル.
*
* @date 2008/07/10.
*
* @version 1.00.
*
* @author Kentarou Nishimura.
*/
/************************************************************************... | [
"rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33"
] | [
[
[
1,
276
]
]
] |
e0a3805cf23fcccde0ed59f06811db903d45fea7 | 25f79693b806edb9041e3786fa3cf331d6fd4b97 | /include/core/cal/Buffer.h | 0b32780e11c927b7a5f2c7cf61c97d14bcb7289c | [] | no_license | ouj/amd-spl | ff3c9faf89d20b5d6267b7f862c277d16aae9eee | 54b38e80088855f5e118f0992558ab88a7dea5b9 | refs/heads/master | 2016-09-06T03:13:23.993426 | 2009-08-29T08:55:02 | 2009-08-29T08:55:02 | 32,124,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,794 | h | #ifndef AMDSPL_BUFFER_H
#define AMDSPL_BUFFER_H
//////////////////////////////////////////////////////////////////////////
//!
//! \file Buffer.h
//! \date 27:2:2009 15:51
//! \author Jiawei Ou
//!
//! \brief Contain declaration of Buffer class.
//!
/////////////////////////////////////////////////... | [
"jiawei.ou@1960d7c4-c739-11dd-8829-37334faa441c",
"probing@1960d7c4-c739-11dd-8829-37334faa441c"
] | [
[
[
1,
14
],
[
16,
146
]
],
[
[
15,
15
]
]
] |
d2ccd7af7efa794a8a7930e998f49cb440af2c6d | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/util/Platforms/OS390/FileHandleImpl.cpp | ed84cdb7ca0d5b47e0f88d7d4ecce537adf639e3 | [] | no_license | svn2github/ngene | b2cddacf7ec035aa681d5b8989feab3383dac012 | 61850134a354816161859fe86c2907c8e73dc113 | refs/heads/master | 2023-09-03T12:34:18.944872 | 2011-07-27T19:26:04 | 2011-07-27T19:26:04 | 78,163,390 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,340 | cpp | /*
* Copyright 2002,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... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
75
]
]
] |
3a351bc7f6c7b4fbadcf35f062454b69e9c4340b | 3f6ce98c5baf86e2b8518143bfcbeab2c8f5d712 | /final/src/drawengine.h | e193ae72a036d408ef8e92c10e1a778c91a50fcd | [] | no_license | mprice1/cs123_final | 4d8cdb6ddf8c0a89ff75823b4d4218f3823b316e | b23b571336364de335bb7097e03463eee013b716 | refs/heads/master | 2020-04-01T18:04:21.262870 | 2010-12-11T06:54:11 | 2010-12-11T06:54:11 | 1,139,252 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,903 | h | #ifndef DRAWENGINE_H
#define DRAWENGINE_H
#include <QHash>
#include <QList>
#include <QString>
#include <qgl.h>
#include "glm.h"
#include "common.h"
#include "glwidget.h"
/*
Common shader and texture names are defined as constants
For all shots to use!
*/
#define ROPE_SHADER "ropetest"
#define ROPE... | [
"michael_price@brown.edu",
"jsatrian@cs.brown.edu"
] | [
[
[
1,
9
],
[
11,
19
],
[
21,
48
],
[
50,
61
],
[
63,
65
],
[
68,
87
],
[
90,
90
],
[
93,
110
]
],
[
[
10,
10
],
[
20,
... |
562d9909d43577917e2ae9c953d9e0c2747d4836 | fd518ed0226c6a044d5e168ab50a0e4a37f8efa9 | /iAuthor/Author/SlideListWnd.h | 38bdd24e4edf69cbe71248dff26451c50dc5acdb | [] | no_license | shilinxu/iprojects | e2e2394df9882afaacfb9852332f83cbef6a8c93 | 79bc8e45596577948c45cf2afcff331bc71ab026 | refs/heads/master | 2020-05-17T19:15:43.197685 | 2010-04-02T15:58:11 | 2010-04-02T15:58:11 | 41,959,151 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,597 | h | #if !defined(AFX_SLIDELISTWND_H__EB404B07_8AC7_4FC8_9729_0EF01D4C2D10__INCLUDED_)
#define AFX_SLIDELISTWND_H__EB404B07_8AC7_4FC8_9729_0EF01D4C2D10__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SlideListWnd.h : header file
//
#include "ListWnd.h"
/////////////////////////////////... | [
"gomtos@gmail.com"
] | [
[
[
1,
62
]
]
] |
b96af63bf835b9b2fe0492637cad01ee6a937f09 | 737638e4d2496de8656a23e093f40ef74eca6ca8 | /palette.cpp | 130da13bd25b8d7a8caeeb83957a2129b9c173cf | [] | no_license | ianperez/x-com-reloaded | edbd06f3d78b833a21b0b0effed5a887d93f071f | e581b56479233943ae8c7c572eca2a51abb36f2d | refs/heads/master | 2021-01-21T23:16:50.031442 | 2010-12-18T05:52:45 | 2010-12-18T05:52:45 | 32,757,272 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,010 | cpp | #include "palette.h"
#include "util.h"
#include <fstream>
namespace ufo
{
void Palette::load(string filename, Uint8 index, Uint16 paletteSize)
{
ifstream infile(filename.c_str(), ios::binary);
if (!infile)
throw runtime_error("error opening " + filename);
Uint8 bufferSize = paletteSize == 256 ?... | [
"ianrobertperez@687bc148-feef-c4d9-3bcb-ab45cd3def04",
"ianrobertperez@gmail.com@687bc148-feef-c4d9-3bcb-ab45cd3def04"
] | [
[
[
1,
67
],
[
69,
69
],
[
71,
71
],
[
73,
84
]
],
[
[
68,
68
],
[
70,
70
],
[
72,
72
]
]
] |
89322d0c6ccc61293133ba1704df8cbf83ab05de | 12a0adc508dd5a2589339986047defcc6a850bef | /trunk/TCam - Recorder/TCam - Recorder/DatReader.cpp | cd35246ef95c6f5a4ce93e3ac77a286f998f74b9 | [] | no_license | 3dElf/tcam | d16880399afab78e941fa23e3dc558ddc4798aee | 92771d884d17db4736140080a74323e7790c53e8 | refs/heads/master | 2023-03-24T10:38:35.279756 | 2008-09-13T19:59:33 | 2008-09-13T19:59:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,877 | cpp | #include "DatReader.h"
#include <string>
/*************************************************************************************************
Constructor
*************************************************************************************************/
CDatReader::CDatReader(string fileName)
{
byteOffset = 0;... | [
"oskari.virtanen@8ce3f949-4e55-0410-954e-bd4972fa1158",
"jeremic.dd@8ce3f949-4e55-0410-954e-bd4972fa1158"
] | [
[
[
1,
3
],
[
7,
28
],
[
30,
177
],
[
181,
184
],
[
191,
200
],
[
207,
213
],
[
220,
226
],
[
233,
309
]
],
[
[
4,
6
],
[
... |
54bc10f0e32278587470835fd61a9b63dda824d7 | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/branches/newton20/engine/common/include/WriteableDataStreamFormatTarget.h | aad9f51341ed21960870d5817ec4fee3a1541e48 | [
"ClArtistic",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | jacmoe/dsa-hl-svn | 55b05b6f28b0b8b216eac7b0f9eedf650d116f85 | 97798e1f54df9d5785fb206c7165cd011c611560 | refs/heads/master | 2021-04-22T12:07:43.389214 | 2009-11-27T22:01:03 | 2009-11-27T22:01:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,217 | h | /* This source file is part of Rastullahs Lockenpracht.
* Copyright (C) 2003-2008 Team Pantheon. http://www.team-pantheon.de
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Clarified Artistic License.
*
* This program is distributed in the hope that it will... | [
"melven@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
33
]
]
] |
0020c2c3d66712a5cd070a225dc92b6f2ea74e08 | 9420f67e448d4990326fd19841dd3266a96601c3 | / mcvr/mcvr/Put.h | 1a556d494b05320ab22542a43b9ffe375ed713c0 | [] | no_license | xrr/mcvr | 4d8d7880c2fd50e41352fae1b9ede0231cf970a2 | b8d3b3c46cfddee281e099945cee8d844cea4e23 | refs/heads/master | 2020-06-05T11:59:27.857504 | 2010-02-24T19:32:21 | 2010-02-24T19:32:21 | 32,275,830 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 248 | h | #pragma once
#include "PathIndependantPayoff.h"
#include "DegeneratedTrajectory.h"
class Put :
public PathIndependantPayoff
{
public:
double K; //Strike
Put(double=90);
~Put(void);
double operator()(DegeneratedTrajectory*);
};
| [
"romain.rousseau@fa0ec5f0-0fe6-11df-8179-3f26cfb4ba5f"
] | [
[
[
1,
14
]
]
] |
6ac591dd841dcf0d21a0b16fb7c0f753bc066d64 | 335783c9e5837a1b626073d1288b492f9f6b057f | /source/fbxcmd/daolib/Model/PHY/PIPJ.cpp | 38fcaae72655e8b6b5346700b56ae721a60de2cb | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | code-google-com/fbx4eclipse | 110766ee9760029d5017536847e9f3dc09e6ebd2 | cc494db4261d7d636f8c4d0313db3953b781e295 | refs/heads/master | 2016-09-08T01:55:57.195874 | 2009-12-03T20:35:48 | 2009-12-03T20:35:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 689 | cpp |
/**********************************************************************
*<
FILE: PIPJ.h
DESCRIPTION: PHY File Format
HISTORY:
*> Copyright (c) 2009, All Rights Reserved.
**********************************************************************/
#include <stdafx.h>
#include "GFF/GFFCommon.h"
#include "GFF/GF... | [
"tazpn314@ccf8930c-dfc1-11de-9043-17b7bd24f792"
] | [
[
[
1,
26
]
]
] |
40c67b5debb8355c16738fd55166caa90198f76e | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Physics/Dynamics/Constraint/Chain/BallSocket/hkpBallSocketChainData.h | 477bd00356006570a9514402d55ddb38e9ae7fc2 | [] | 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 | 5,041 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
133
]
]
] |
02b3a17f010eafcb327596b9eddb710d6166e396 | 0c1f669f3dfdab47085bf537348b0354f836abea | / qtremotedroid/QTNavigator_oldcode/QTNavigator/Server/moc_UDPClient.cpp | 52965ddb1e87ec8fe4ccdbc294165fa5781d738a | [] | no_license | harlentan/qtremotedroid | fc5fc96d4374c39561aea73470a88d1f0a68b637 | d07dd045213711538b38c7ced2fd6d5a8edcf241 | refs/heads/master | 2021-01-10T11:37:59.331004 | 2010-12-12T09:55:39 | 2010-12-12T09:55:39 | 54,114,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,532 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'UDPClient.h'
**
** Created: Fri Jul 2 18:37:30 2010
** by: The Qt Meta Object Compiler version 62 (Qt 4.6.2)
**
** WARNING! All changes made in this file will be lost!
*******************... | [
"feiyinzilgd@sina.com"
] | [
[
[
1,
82
]
]
] |
1ca8eb18916f88745ff3f28930818de18aae9026 | 77d0b0ac21a9afdf667099c3cad0f9bbb483dc25 | /src/tscroll.cpp | 4fce00bd98c36ea8e86d49b9b84c0ff907d46fa5 | [] | no_license | martinribelotta/oneshot | 21e218bbdfc310bad4a531dcd401ad28625ead75 | 81bde2718b6dac147282cce8a1c945187b0b2ccf | refs/heads/master | 2021-05-27T23:29:43.732068 | 2010-05-24T04:36:10 | 2010-05-24T04:36:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,549 | cpp | /*
* IGLU Iterfaz Grafica Libre del Usuario. (libre de usuarios) (Graphics user interface "free of users")
* Copyright (C) 2005 Martin Alejandro Ribelotta
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by... | [
"martinribelotta@gmail.com"
] | [
[
[
1,
182
]
]
] |
0decaea1f65ee71e4b6ee192afee48ab0053cddf | fad6f9883d4ad2686c196dc532a9ecb9199500ee | /NXP-LPC/CommTest/CommTest/SvrListView.cpp | e4d69224154eb2e972f56beba0db32609cecca8b | [] | 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 | 7,712 | cpp | // SvrListView.cpp : 实现文件
//
#include "stdafx.h"
#include "CommTest.h"
#include "SvrListView.h"
#include "SvrCommDoc.h"
#include <algorithm>
typedef enum SVR_GRID_COL
{
SVR_GRID_COLUMN_IDX, // 序号
SVR_GRID_COLUMN_IP, //
SVR_GRID_COLUMN_PORT , //
SVR_GRID_COLUMN_STATUS , //在线状态
SVR_GRID_COLU... | [
"lijin.unix@13de9a6c-71d3-11de-b374-81e7cb8b6ca2"
] | [
[
[
1,
329
]
]
] |
13bcc032c6bfca0ffa7c35a3b4ac10ca77e347b5 | 22b6d8a368ecfa96cb182437b7b391e408ba8730 | /engine/include/qvGameLogic.h | a2d05762454a56731e6d2fe9fb94bdf006eb8e86 | [
"MIT"
] | permissive | drr00t/quanticvortex | 2d69a3e62d1850b8d3074ec97232e08c349e23c2 | b780b0f547cf19bd48198dc43329588d023a9ad9 | refs/heads/master | 2021-01-22T22:16:50.370688 | 2010-12-18T12:06:33 | 2010-12-18T12:06:33 | 85,525,059 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,226 | h | /**************************************************************************************************
//This code is part of QuanticVortex for latest information, see http://www.quanticvortex.org
//
//Copyright (c) 2009-2010 QuanticMinds Software Ltda.
//
//Permission is hereby granted, free of charge, to any pers... | [
"drr00t@users.noreply.github.com"
] | [
[
[
1,
157
]
]
] |
44bfab10c466e0c39a2066fcc4fd38a7ba87ea58 | 2fdbf2ba994ba3ed64f0e2dc75cd2dfce4936583 | /spectre/nodepropertiesdialog.h | 0f07bdd6d974707359f9895ce0477eed1702bb9e | [] | no_license | TERRANZ/terragraph | 36219a4e512e15a925769512a6b60637d39830bf | ea8c36070f532ad0a4af08e46b19f4ee1b85f279 | refs/heads/master | 2020-05-25T10:31:26.994233 | 2011-01-29T21:23:04 | 2011-01-29T21:23:04 | 1,047,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 391 | h | #ifndef NODEPROPERTIESDIALOG_H
#define NODEPROPERTIESDIALOG_H
#include <QDialog>
namespace Ui {
class NodePropertiesDialog;
}
class NodePropertiesDialog : public QDialog
{
Q_OBJECT
public:
explicit NodePropertiesDialog(QWidget *parent = 0);
~NodePropertiesDialog();
private:
Ui... | [
"vterranz@gmail.com"
] | [
[
[
1,
23
]
]
] |
6235b23d975a93abea9d1f2369e00ef90b2f3b3f | 36bf908bb8423598bda91bd63c4bcbc02db67a9d | /WallPaperUni/WallPaperUni.cpp | 2f49bf6dac67a07050f46e4ac7a1fd37915e710e | [] | no_license | code4bones/crawlpaper | edbae18a8b099814a1eed5453607a2d66142b496 | f218be1947a9791b2438b438362bc66c0a505f99 | refs/heads/master | 2021-01-10T13:11:23.176481 | 2011-04-14T11:04:17 | 2011-04-14T11:04:17 | 44,686,513 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 4,321 | cpp | /*
WallPaperUni.cpp
Eseguibile per la disinstallazione di WallPaper (SDK).
Usato durante la disinstallazione per eliminare la directory base del programma.
Luca Piergentili, 29/05/01
lpiergentili@yahoo.com
http://www.geocities.com/crawlpaper/
WallPaper (alias crawlpaper) - the hardcore of Windows deskto... | [
"luca.pierge@gmail.com"
] | [
[
[
1,
106
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.