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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0543d157fc4c3dce2d5fb5d180a7e64021652b86 | 49340251ce63c14e953a82fd7d7f06de458f25b3 | /vm2/clnt/main.cpp | d90d765dee5a5bfade421853170a06035c1e9a6b | [] | no_license | umegaya/pfm | aa104fc9ec04a60d5096fdafd9f20d4e4f735343 | 40d40bd6346dc9dccb20558e69b64a90f591bae4 | refs/heads/master | 2021-01-25T12:09:25.296418 | 2010-09-06T21:25:33 | 2010-09-06T21:25:33 | 86,939 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,059 | cpp | #include "clnt.h"
#include "nbr.h"
#include "common.h"
#include "serializer.h"
#include "cp.h"
const char *
find_config_path(int argc, char *argv[]) {
for (int i = 0; i < argc; i++) {
if (nbr_str_cmp_tail(argv[i], ".conf", 5, 256) == 0) {
return argv[i];
}
}
return NULL;
}
static int g_clien... | [
"iyatomi@gmail.com"
] | [
[
[
1,
74
]
]
] |
dbd13f9a1f8d33a91d7dc5a7e8ea3e33d91fb669 | 1cc5720e245ca0d8083b0f12806a5c8b13b5cf98 | /v103/10374/d.cpp | 6250d67c491affa664ec4f6e2e3a159366413494 | [] | 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,137 | cpp | #include <stdio.h>
#include <string.h>
int main() {
int i,j,k,l,m,n,o,p;
char part[30][100];
char cand[30][100];
bool val[30];
int capa[30];
int voto[30];
int cand_c;
char s[100];
scanf("%d\n",&p);
while(p--) {
scanf("%d\n",&cand_c);
for(i=0;i!=cand_c;i++) {
gets(cand[i]);
... | [
"guilherme.silveira@caelum.com.br"
] | [
[
[
1,
71
]
]
] |
27b19aa01233f269ce260b61a1b48ade2a651e94 | cf8b742c4d6401386db95ddbe2e81a5c4c35f1ee | /src/dialogkernel3.h | fa4b3d6d50917b6bd098efa68802b7fe224d65fe | [] | no_license | jandernascimento/imageprocessing-umanipulator | 3467f30b671bfa6701e050c88d19e0fd6642e095 | 20364c69b2d532c1309e9e0d136a2476f2b2f82a | refs/heads/master | 2021-01-02T08:52:10.734338 | 2011-01-27T21:52:40 | 2011-01-27T21:52:40 | 32,868,567 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 664 | h | #ifndef DIALOGKERNEL3_H
#define DIALOGKERNEL3_H
#include <QDialog>
namespace Ui {
class dialogkernel3;
}
class dialogkernel3 : public QDialog
{
Q_OBJECT
public:
explicit dialogkernel3(QWidget *parent = 0);
~dialogkernel3();
public slots:
void okpressed(void);
signals:
void... | [
"hamid.mirisaee@04d00976-414e-c661-e2ab-a3a293d51e39"
] | [
[
[
1,
34
]
]
] |
a680b0f5344364b28ad9a494ad0b70a9d1bdd2d4 | 317f62189c63646f81198d1692bed708d8f18497 | /contrib/orion/Util.h | 1cc83996d1cacd7cc055ad5d84123269c7c040bd | [
"MIT"
] | permissive | mit-carbon/Graphite-Cycle-Level | 8fb41d5968e0a373fd4adbf0ad400a9aa5c10c90 | db3f1e986ddc10f3e5f3a5d4b68bd6a9885969b3 | refs/heads/master | 2021-01-25T07:08:46.628355 | 2011-11-23T08:53:18 | 2011-11-23T08:53:18 | 1,930,686 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 222 | h | #ifndef __UTIL_H__
#define __UTIL_H__
#include <cmath>
using namespace std;
#ifdef _WIN32
inline double log2(double x)
{
static const double xxx = 1.0/log(2.0);
return log(x)*xxx;
}
#endif
#endif
| [
"gkurian@mit.edu"
] | [
[
[
1,
17
]
]
] |
4293c8574864022077b6109f3518d9823c10022e | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ClientShellDLL/ClientShellShared/CMoveMgr.h | 3f2e1f4585e7a838c0f157633f5264b96d2c994f | [] | 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 | 7,684 | h | // ----------------------------------------------------------------------- //
//
// MODULE : CMoveMgr.cpp
//
// PURPOSE : Client side player movement mgr - Definition
//
// CREATED : 10/2/98
//
// (c) 1998-2002 Monolith Productions, Inc. All Rights Reserved
//
// --------------------------------------------... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
280
]
]
] |
c7f582cc41dc452e07f8a72584031f0b1f905d71 | 3aafc3c40c1464fc2a32d1b6bba23818903a4ec9 | /TagControlTest/TagControlTest/TagControlTest.cpp | 333dbc6ae56902e788c0af5a5c9991361bef1eb2 | [] | no_license | robintw/rlibrary | 13930416649ec38196bfd38e0980616e9f5454c8 | 3e55d49acba665940828e26c8bff60863a86246f | refs/heads/master | 2020-09-22T10:31:55.561804 | 2009-01-24T19:05:19 | 2009-01-24T19:05:19 | 34,583,564 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 448 | cpp | // TagControlTest.cpp : main project file.
#include "stdafx.h"
#include "Form1.h"
using namespace TagControlTest;
[STAThreadAttribute]
int main(array<System::String ^> ^args)
{
// Enabling Windows XP visual effects before any controls are created
Application::EnableVisualStyles();
Application::SetComp... | [
"r.t.wilson@rmplc.co.uk@02cab514-f24f-0410-a9ea-a7698ff47c65"
] | [
[
[
1,
18
]
]
] |
cde38fde0d80446b28398137724a08e26d8df4d5 | 138a353006eb1376668037fcdfbafc05450aa413 | /source/ogre/OgreNewt/boost/mpl/aux_/test/assert.hpp | b76479205651c99cc00e8f375933e58502252f27 | [] | no_license | sonicma7/choreopower | 107ed0a5f2eb5fa9e47378702469b77554e44746 | 1480a8f9512531665695b46dcfdde3f689888053 | refs/heads/master | 2020-05-16T20:53:11.590126 | 2009-11-18T03:10:12 | 2009-11-18T03:10:12 | 32,246,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,058 | hpp |
#ifndef BOOST_MPL_AUX_TEST_ASSERT_HPP_INCLUDED
#define BOOST_MPL_AUX_TEST_ASSERT_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2002-2004
//
// 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)
//
// See htt... | [
"Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e"
] | [
[
[
1,
29
]
]
] |
03fdfea3f6eae0b2af1a0da7ec636462d8c7c69b | 38763b01d06c87ff1164877f57fc22d0da2927e4 | /src/imageb/module/modulePushButton.cpp | 3b562f510f7101c2ec095fda3e10b01d7160a32b | [] | no_license | JPSGoncalves/ImageB | 48b31b83bb1c032394c14e1df5ed90e2a285a521 | 135ccb9847f9e3394f2391417885d753a5b3a930 | refs/heads/master | 2023-03-17T03:57:10.299812 | 2011-07-20T16:59:41 | 2011-07-20T16:59:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 282 | cpp | #include "modulePushButton.h"
modulePushButton::modulePushButton()
{
}
modulePushButton::~modulePushButton()
{
delete(mod);
}
void modulePushButton::setModuleBase(moduleBase *m)
{
mod = m;
}
moduleBase *modulePushButton::getModuleBase()
{
return mod;
}
| [
"eitikimura@gmail.com"
] | [
[
[
1,
23
]
]
] |
c5202d223d4afbca29fad89544e8ccd6bb917040 | ce105c9e4ac9b1b77a160793e0c336826b936670 | /c++/classworkx/classworkx/employee.h | 0825e079bc2a02cc0856e6e1b9d073a68acff141 | [] | no_license | jmcgranahan/jusall-programinghw | a32909655cec085d459c2c567c2f1bed2b947612 | d6c5b54d0300a784dee0257364cd049f741cee81 | refs/heads/master | 2020-08-27T03:27:24.013332 | 2011-04-25T06:30:27 | 2011-04-25T06:30:27 | 40,640,139 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,370 | h | namespace Employees //new namespace
{
int string_length(char* str)
{
int i = 0;
while (i < 9999)
{
if(str[i] == '\0') return i;
++i;
}
return -1;
}
class Employee // new class
{
private://private sections
char* name;
char* jobTitle;
float wage;
float hoursWorked;
... | [
"biga05@c0f360ae-aefd-11de-b8dd-ab4b6ce6d521"
] | [
[
[
1,
131
]
]
] |
55ddfa3de21bae0c32a5072f243d2421ccd57ac4 | 535d66763ae4d6957b7ca38f1c940720ed34fcfe | /ExecProcess.h | ca3d3d8f3c97e1592a1d47b7d527f5de4be840ce | [] | no_license | beru/pngquant_gui | b038ed2d47417beb9b310274b236d96f7585d922 | f883848b1fd14c5c30fdc0683739f3cbfa412499 | refs/heads/master | 2021-01-01T18:07:45.246457 | 2011-10-16T14:06:38 | 2011-10-16T14:06:38 | 2,585,340 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 152 | h | #pragma once
#include <vector>
bool ExecProcess(
LPCTSTR cmdLine,
const std::vector<uint8_t>& inData,
std::vector<uint8_t>& outData
);
| [
"berupon@gmail.com"
] | [
[
[
1,
10
]
]
] |
eeeaa760b407345e3e580e07460bad14cdc70e24 | 011359e589f99ae5fe8271962d447165e9ff7768 | /src/burner/win32/miscpaths.cpp | 0a10b64173e5a2191d319d83f288114a7551f30a | [] | no_license | PS3emulators/fba-next-slim | 4c753375fd68863c53830bb367c61737393f9777 | d082dea48c378bddd5e2a686fe8c19beb06db8e1 | refs/heads/master | 2021-01-17T23:05:29.479865 | 2011-12-01T18:16:02 | 2011-12-01T18:16:02 | 2,899,840 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,033 | cpp | // custom misc paths, by regret
#include "burner.h"
#include <shlobj.h>
TCHAR szMiscPaths[PATH_SUM][MAX_PATH] = {
_T("previews\\"), _T("cheats\\"), _T("screenshots\\"), _T("savestates\\"), _T("recordings\\"),
_T("skins\\"), _T("ips\\"), _T("titles\\"), _T("flyers\\"),
_T("scores\\"), _T("selects\\"), _T("gam... | [
"twinaphex1@gmail.com"
] | [
[
[
1,
306
]
]
] |
fd2ad45f9e551ba7bf278337037f9d9fc366c7cc | b5ad65ebe6a1148716115e1faab31b5f0de1b493 | /maxsdk2008/include/ifnpub.h | 51a7b602589e16b605a6fa73896f35acded2551a | [] | no_license | gasbank/aran | 4360e3536185dcc0b364d8de84b34ae3a5f0855c | 01908cd36612379ade220cc09783bc7366c80961 | refs/heads/master | 2021-05-01T01:16:19.815088 | 2011-03-01T05:21:38 | 2011-03-01T05:21:38 | 1,051,010 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 135,139 | h | //**************************************************************************/
// Copyright (c) 1998-2006 Autodesk, Inc.
// All rights reserved.
//
// These coded instructions, statements, and computer programs contain
// unpublished proprietary information written by Autodesk, Inc., and are
// protected by Feder... | [
"gasbank@gmail.com"
] | [
[
[
1,
3301
]
]
] |
92cf1195518a8cfdf968e5a32549a84b37f3771a | f6a8ffe1612a9a39fc1daa4e7849cad56ec351f0 | /ChromaKeyer/trunk/ChromaKeyer/ImageObject.h | 09cc585f5722dbae079c72dd2fd898e9ac176e35 | [] | no_license | comebackfly/c-plusplus-programming | 03e097ec5b85a4bf1d8fdd47041a82d7b6ca0753 | d9b2fb3caa60459fe459cacc5347ccc533b4b1ec | refs/heads/master | 2021-01-01T18:12:09.667814 | 2011-07-18T22:30:31 | 2011-07-18T22:30:31 | 35,753,632 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 476 | h | #pragma once
class ImageObject
{
public:
ImageObject(void);
ImageObject(unsigned char* pix, int width, int height, int bpp);
~ImageObject(void);
int* getPixelValue(int index);
int getWidth();
int getHeight();
int getBytesPerPixel();
unsigned char* getImageContent();
void setPixelValue(int ind... | [
"samsalabim@live.de@5f9f56c3-fb77-04ef-e3c5-e71eb3e36737"
] | [
[
[
1,
24
]
]
] |
dd985c94ac92e07b45e91bd57f808de351b87971 | 5d35825d03fbfe9885316ec7d757b7bcb8a6a975 | /src/CheckBox.cpp | b7b9bf8543b923b69e7406c98bb78bcba9854c2f | [] | no_license | jjzhang166/3D-Landscape-linux | ce887d290b72ebcc23386782dd30bdd198db93ef | 4f87eab887750e3dc5edcb524b9e1ad99977bd94 | refs/heads/master | 2023-03-15T05:24:40.303445 | 2010-03-25T00:23:43 | 2010-03-25T00:23:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,633 | cpp | #include "CheckBox.h"
CheckBox::CheckBox(int x, int y, int width, int height,
int layout, QString title)
{
this->x = x;
this->y = y;
this->width = width;
this->height = height;
this->layout = layout;
this->spacing = 5;
this->title = title;
this->title... | [
"jmfairlie@gmail.com"
] | [
[
[
1,
160
]
]
] |
88cd0e3dccade3104762f6a5dffccab9970feb8c | fcdddf0f27e52ece3f594c14fd47d1123f4ac863 | /terralib/src/terralib/image_processing/TePDIPrincipalComponentsFusion.hpp | 5887f45b265770523e7f2525da3d50e41d469b19 | [] | no_license | radtek/terra-printer | 32a2568b1e92cb5a0495c651d7048db6b2bbc8e5 | 959241e52562128d196ccb806b51fda17d7342ae | refs/heads/master | 2020-06-11T01:49:15.043478 | 2011-12-12T13:31:19 | 2011-12-12T13:31:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,540 | hpp | /*
TerraLib - a library for developing GIS applications.
Copyright 2001, 2002, 2003 INPE and Tecgraf/PUC-Rio.
This code is part of the TerraLib library.
This library 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 Soft... | [
"rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec"
] | [
[
[
1,
95
]
]
] |
893a8640c23c918c8921af5231160194e516a296 | 6dac9369d44799e368d866638433fbd17873dcf7 | /src/branches/01032005/include/sound/ISoundBuffer.h | 48a88d4461e117e22d310e4083e5aac86629997c | [] | 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 | 1,509 | h | #ifndef _ISOUNDBUFFER_H_
#define _ISOUNDBUFFER_H_
#include <vector>
/** @ingroup Sound_Group
* @brief The base class for all Sound buffers
*/
class ISoundBuffer{
protected:
/** @var unsigned int m_channel
* @brief The id of the sound channel
*/
unsigned int m_channel;
public:
/** @var unsi... | [
"chris_a_thomas@1bf15c89-c11e-0410-aefd-b6ca7aeaabe7"
] | [
[
[
1,
60
]
]
] |
3f51993149101d41e79b06ec8e7878928f55582a | f177993b13e97f9fecfc0e751602153824dfef7e | /ImProSln/OSCSender/stdafx.cpp | c3e5bf1e73dca822ff88a3f82c8cb84402bf484e | [] | no_license | svn2github/imtophooksln | 7bd7412947d6368ce394810f479ebab1557ef356 | bacd7f29002135806d0f5047ae47cbad4c03f90e | refs/heads/master | 2020-05-20T04:00:56.564124 | 2010-09-24T09:10:51 | 2010-09-24T09:10:51 | 11,787,598 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | cpp | // stdafx.cpp : source file that includes just the standard includes
// OSCSender.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a"
] | [
[
[
1,
8
]
]
] |
44ce5a4862bc66d2a0cc8df14d366f1b202306ea | 2982a765bb21c5396587c86ecef8ca5eb100811f | /util/wm5/LibMathematics/ComputationalGeometry/Wm5Delaunay3.cpp | 8a27cbc560af93bb7886ab9d75c87f7f9afabcf9 | [] | no_license | evanw/cs224final | 1a68c6be4cf66a82c991c145bcf140d96af847aa | af2af32732535f2f58bf49ecb4615c80f141ea5b | refs/heads/master | 2023-05-30T19:48:26.968407 | 2011-05-10T16:21:37 | 2011-05-10T16:21:37 | 1,653,696 | 27 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 39,082 | cpp | // Geometric Tools, LLC
// Copyright (c) 1998-2010
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 5.0.4 (2010/12/22)
#include "Wm5MathematicsPCH.h"
#include "Wm5Delaunay3.h... | [
"evan_wallace@brown.edu"
] | [
[
[
1,
1217
]
]
] |
c40b1f7c26ca8e3718787a8b552c48385fd255fc | 3ec3b97044e4e6a87125470cfa7eef535f26e376 | /darkbits-secret_of_fantasy_2/src/Mother.cpp | f9cae8027aa5025e2be132f3d3195f71dfe48d84 | [] | no_license | strategist922/TINS-Is-not-speedhack-2010 | 6d7a43ebb9ab3b24208b3a22cbcbb7452dae48af | 718b9d037606f0dbd9eb6c0b0e021eeb38c011f9 | refs/heads/master | 2021-01-18T14:14:38.724957 | 2010-10-17T14:04:40 | 2010-10-17T14:04:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 362 | cpp | #include "Precompiled.hpp"
#include "Mother.hpp"
Mother::Mother(int homeX, int homeY )
:PlayerCharacter("MOTHER",homeX, homeY, 1, 1, 400, 3.0f)
, myRemoveMyself(false)
{
}
void Mother::remove()
{
myRemoveMyself = true;
}
bool Mother::isToBeDestroyed()
{
if (myRemoveMyself)
return true;
retur... | [
"martijn.vaniersel@bigcat.unimaas.nl"
] | [
[
[
1,
21
]
]
] |
477b2a344a4a7ab7fe0f3ef0e9c76f1cd8a676ec | de75637338706776f8770c9cd169761cec128579 | /Out-Of-Date/Source/GUI/SkinLoader.cpp | 37e96b1d52a2fcfd778d6b6ea6bf4faf6c39658d | [] | no_license | huytd/fosengine | e018957abb7b2ea2c4908167ec83cb459c3de716 | 1cebb1bec49720a8e9ecae1c3d0c92e8d16c27c5 | refs/heads/master | 2021-01-18T23:47:32.402023 | 2008-07-12T07:20:10 | 2008-07-12T07:20:10 | 38,933,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,797 | cpp | #include "SkinLoader.h"
#include <IFileSystem.h>
#include "CConfigMap.h"
#include "CConfigReader.h"
#include <IReadFile.h>
#include <IVideoDriver.h>
namespace irr
{
core::stringc GetContextPathFromFilename( const core::stringc& filename )
{
core::stringc path;
s32 i=filename.size()-1;
while ... | [
"doqkhanh@52f955dd-904d-0410-b1ed-9fe3d3cbfe06"
] | [
[
[
1,
92
]
]
] |
dbb8ba038a4275a322262dc981987a041d76cf2f | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/WildMagic2/Source/Intersection/WmlIntrInterval.cpp | a28b80e74ac86ad0620c6267a30ee709ee7792dc | [] | no_license | argapratama/kucgbowling | 20dbaefe1596358156691e81ccceb9151b15efb0 | 65e40b6f33c5511bddf0fa350c1eefc647ace48a | refs/heads/master | 2018-01-08T15:27:44.784437 | 2011-06-19T15:23:39 | 2011-06-19T15:23:39 | 36,738,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,599 | 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,
94
]
]
] |
92b511b1f356fa269bc2d60a529c2ccba8966785 | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/branches/persistence2/engine/core/include/GameEventManager.h | 5cc0cf954919e232a672add0b6b7d726b2a56a33 | [
"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 | ISO-8859-1 | C++ | false | false | 6,013 | 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 i... | [
"timm@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
149
]
]
] |
ed48f4bf15d81ab50afcada88d58a6e62675de10 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/Shared/WeaponMgr.h | 0c010c60a8678f9cc2f2e447a9217e3f042116f9 | [] | 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 | 20,621 | h | // ----------------------------------------------------------------------- //
//
// MODULE : WeaponMgr.h
//
// PURPOSE : WeaponMgr definition - Controls attributes of all weapons
//
// CREATED : 12/02/98
//
// (c) 1998-2002 Monolith Productions, Inc. All Rights Reserved
//
// -------------------------------... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
845
]
]
] |
a5a431809fe41cf57e10ef9fb36ac8b0f38423fc | 57574cc7192ea8564bd630dbc2a1f1c4806e4e69 | /Poker/Cliente/Panel.h | 4fd7403b05fdecf1a865c01ea13b1253d07c7a55 | [] | no_license | natlehmann/taller-2010-2c-poker | 3c6821faacccd5afa526b36026b2b153a2e471f9 | d07384873b3705d1cd37448a65b04b4105060f19 | refs/heads/master | 2016-09-05T23:43:54.272182 | 2010-11-17T11:48:00 | 2010-11-17T11:48:00 | 32,321,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,111 | h | #ifndef _PANEL_H__
#define _PANEL_H__
#include "SDL.h"
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <string.h>
#include "Contenedor.h"
#include "ComponentePanel.h"
#include "TextBox.h"
#include "Color.h"
#define PANEL_SEPARACION_BOTONES_H 10
#define PANEL_SEPARACION_BOTONES_V ... | [
"natlehmann@gmail.com@a9434d28-8610-e991-b0d0-89a272e3a296",
"pablooddo@a9434d28-8610-e991-b0d0-89a272e3a296"
] | [
[
[
1,
11
],
[
15,
27
],
[
31,
51
],
[
55,
55
],
[
57,
57
]
],
[
[
12,
14
],
[
28,
30
],
[
52,
54
],
[
56,
56
]
]
] |
8709fd0747e971838eddee91a9798d85bc41ca4d | 508bfb3220be28811600a2cbf0aabae382f78775 | /AcademicCrawler-sdk/Qt/Qt-4.6.2/include/QtGui/qitemselectionmodel.h | d200655f456771e449c6285de1a184b2e0c6e41b | [] | no_license | darkbtf/academic-crawler | 295f3bd74b18e700402bc2be59f15694d6195471 | 5dfcb0f1b88b93aa7545ef233344a41570011532 | refs/heads/master | 2021-01-01T19:21:00.162442 | 2011-03-10T16:29:25 | 2011-03-10T16:29:25 | 42,468,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,040 | h | /****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:L... | [
"ulmonkey1987@7c5ce3f8-edad-37de-be84-b98c484540b5"
] | [
[
[
1,
229
]
]
] |
23fa2e3e02a50187bd9563b39ffbadcd6a052ab6 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Common/Base/DebugUtil/DeterminismUtil/hkCheckDeterminismUtil.h | 9f914ef8c39bf1390ea23767f949bcc850263030 | [] | 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 | 10,808 | 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... | [
"olinord@gmail.com"
] | [
[
[
1,
256
]
]
] |
98c0e3ee65c36f6f630f3feaf90ba2f8459cca6c | d2996420f8c3a6bbeef63a311dd6adc4acc40436 | /src/graviator_client.cpp | 0488cdf40e7810b66d132bcf26d4136e87d72a1d | [] | no_license | aruwen/graviator | 4d2e06e475492102fbf5d65754be33af641c0d6c | 9a881db9bb0f0de2e38591478429626ab8030e1d | refs/heads/master | 2021-01-19T00:13:10.843905 | 2011-03-13T13:15:25 | 2011-03-13T13:15:25 | 32,136,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,728 | cpp | /*
-----------------------------------------------------------------------------
Filename: graviator_client.cpp
-----------------------------------------------------------------------------
This source file is generated by the
___ _ __ __ _ _
/___\__... | [
"nightwolve@gmail.com@c8d5bfcc-1391-a108-90e5-e810ef6ef867"
] | [
[
[
1,
210
]
]
] |
69d628b76a44e7ff5b63864a9971958fe2f27d74 | 4b0f51aeecddecf3f57a29ffa7a184ae48f1dc61 | /CleanProject/OgreMaxLoader/Include/OgreMaxScene.cpp | 0bb51823eb4e5c97b093b6eb9d7007affba35462 | [] | 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 | 129,980 | cpp | /*
* OgreMaxViewer - An Ogre 3D-based viewer for .scene and .mesh files
* Copyright 2008 Derek Nedelman
*
* This code is available under the OgreMax Free License:
* -You may use this code for any purpose, commercial or non-commercial.
* -If distributing derived works (that use this source code) in binar... | [
"pablosn@06488772-1f9a-11de-8b5c-13accb87f508"
] | [
[
[
1,
3146
]
]
] |
773899abecc4a50ccd3a7cbe2a49a9d791af5876 | 5e0422794380a8f3bf06d0c37ac2354f4b91fefb | /fastnet/session_acceptor.h | e8f95852fa93805a5a298ae8d57e50ee5254d292 | [] | no_license | OrAlien/fastnetwork | 1d8fb757b855b1f23cc844cda4d8dc7a568bc38e | 792d28d8b5829c227aebe8378f60db17de4d6f14 | refs/heads/master | 2021-05-28T20:30:24.031458 | 2010-06-02T14:30:04 | 2010-06-02T14:30:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 701 | h | #pragma once
#include "net_io_service.h"
#include "session_type.h"
namespace fastnet
{
class session_accept_handler;
class session_acceptor;
typedef shared_ptr<session_acceptor> session_acceptor_ptr;
class session_acceptor :
public net_io_service, enable_shared_from_this<session_acceptor>
{
p... | [
"everwanna@8b0bd7a0-72c1-11de-90d8-1fdda9445408"
] | [
[
[
1,
27
]
]
] |
d4b7543477a7455987ee9cbfb3ee50a879732e3c | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/tags/v0-1/engine/rules/include/DsaDataLoader.h | c4fd0d4fa764ec4a825005f140dafb67c9b2d9bb | [
"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,769 | h | /* This source file is part of Rastullahs Lockenpracht.
* Copyright (C) 2003-2005 Team Pantheon. http://www.team-pantheon.de
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Clarified Artistic License.
*
* This program is distributed in the hope that i... | [
"blakharaz@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
55
]
]
] |
771e9d58fb6f67c08e514737b2edbf76205c240e | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/wave/samples/waveidl/idllexer/idl.re | 8eb632aeec945d1ac796ce99abc343673b532915 | [
"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 | 18,555 | re | /*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
Sample: IDL lexer
http://www.boost.org/
Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost
Software License, Version 1.0. (See accomp... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
583
]
]
] |
29071b28cdea5e70b024d0351b6c023e4d7569a6 | 559770fbf0654bc0aecc0f8eb33843cbfb5834d9 | /haina/codes/beluga/client/symbian/BelugaDb/inc/CppSQLite3.h | 9f6987dfc99e3344b7402f4cc0605a8bfb31526b | [] | no_license | CMGeorge/haina | 21126c70c8c143ca78b576e1ddf352c3d73ad525 | c68565d4bf43415c4542963cfcbd58922157c51a | refs/heads/master | 2021-01-11T07:07:16.089036 | 2010-08-18T09:25:07 | 2010-08-18T09:25:07 | 49,005,284 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,181 | h | ////////////////////////////////////////////////////////////////////////////////
// CppSQLite3 - A C++ wrapper around the SQLite3 embedded database library.
//
// Copyright (c) 2004 Rob Groves. All Rights Reserved. rob.groves@btinternet.com
//
// Permission to use, copy, modify, and distribute this software and i... | [
"shaochuan.yang@6c45ac76-16e4-11de-9d52-39b120432c5d"
] | [
[
[
1,
306
]
]
] |
c9eaea6f0003803cbe224443b5dde0cde1ecc31b | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/appsupport/flash_viewer_framework_api/inc/saflash.h | 9f5fc5032ccea136f4ef6c50b14dff7bb46529e3 | [] | 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 | 837 | h | /*
* Copyright (c) 2005 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,
35
]
]
] |
da36526e0532df82ed7e2fc22fae73c6618aa51d | bfe8eca44c0fca696a0031a98037f19a9938dd26 | /libjingle-0.4.0/talk/xmpp/xmppengineimpl.h | 866595510936681a19c1d010a7d472b603890eea | [
"BSD-3-Clause"
] | permissive | luge/foolject | a190006bc0ed693f685f3a8287ea15b1fe631744 | 2f4f13a221a0fa2fecab2aaaf7e2af75c160d90c | refs/heads/master | 2021-01-10T07:41:06.726526 | 2011-01-21T10:25:22 | 2011-01-21T10:25:22 | 36,303,977 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,409 | h | /*
* libjingle
* Copyright 2004--2005, Google Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of cond... | [
"greatfoolbear@gmail.com@756bb6b0-a119-0410-8338-473b6f1ccd30"
] | [
[
[
1,
276
]
]
] |
a40bb25633303232f3d7100c3b028625fe64fcce | 073dfce42b384c9438734daa8ee2b575ff100cc9 | /RCF/src/RCF/Heap.cpp | 7b76d70bee04e0fc069b2c347a7c94717f115405 | [] | no_license | r0ssar00/iTunesSpeechBridge | a489426bbe30ac9bf9c7ca09a0b1acd624c1d9bf | 71a27a52e66f90ade339b2b8a7572b53577e2aaf | refs/heads/master | 2020-12-24T17:45:17.838301 | 2009-08-24T22:04:48 | 2009-08-24T22:04:48 | 285,393 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 398 | cpp |
//******************************************************************************
// RCF - Remote Call Framework
// Copyright (c) 2005 - 2009, Jarl Lindrud. All rights reserved.
// Consult your license for conditions of use.
// Version: 1.1
// Contact: jarl.lindrud <at> gmail.com
//*****************************... | [
"r0ssar00@gmail.com"
] | [
[
[
1,
10
]
]
] |
e0f6429ad4d79848fb3bcef05e82b1823bd1284a | 7d6597b8619a63f65b8a6cfcae721da7592b92aa | /spiral-core/include/spiral/internet/boostreactor/SocketCloser.h | 8a12c74f29a22b07f66bb5d139e6ab4c599ae30d | [
"MIT"
] | permissive | RangelReale/spiral-io | 51eb976a1def7959d364a57921cab527d30ea428 | cf8dbdfcfbef5dc8092fd7ea0ce8d052edf2f35d | refs/heads/master | 2023-07-06T22:39:19.708949 | 2009-12-10T21:00:22 | 2009-12-10T21:00:22 | 37,156,634 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 525 | h | #ifndef _SPIRAL_INTERNET_BOOSTREACTOR_SOCKETCLOSER_H__
#define _SPIRAL_INTERNET_BOOSTREACTOR_SOCKETCLOSER_H__
#include <boost/asio.hpp>
namespace spiral {
namespace internet {
namespace boostreactor {
namespace ba=boost::asio;
namespace bs=boost::system;
using ba::ip::tcp;
class SocketCloser
{
publ... | [
"hitnrun@6cb40615-3296-4dc8-bcc4-269c24c2e8c1"
] | [
[
[
1,
28
]
]
] |
652a90e8e1ab17b02e687cd48de72db0e5e8dedc | da47cbee4935d18bfdc9e5150a5a71bd3b1a77fd | /acb2xml.cpp | c2d642c34a956ab0b84f1c40bc9b9036530cc636 | [] | no_license | atesgoral/acb2xml | 21863621e6533aa8f72915554f6d2a1619957e5f | f45173682c573bec7a77f8710ae2980f2bdb245a | refs/heads/master | 2020-05-24T12:14:57.206267 | 2010-08-08T05:34:56 | 2015-04-22T05:27:49 | 34,370,704 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,053 | cpp | #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <stdio.h>
#include <tchar.h>
#include "stdlib.h"
#include "math.h"
#define COLOR_BOOK_HEADER "8BCB"
/* Color space IDs */
#define COLOR_SPACE_RGB 0
#define COLOR_SPACE_HSB 1
#define COLOR_SPACE_CMYK 2... | [
"ates@magnetiq.com"
] | [
[
[
1,
426
]
]
] |
e5c5527420755823bd7016e88619cf7c0e20480f | 8f5d0d23e857e58ad88494806bc60c5c6e13f33d | /Models/cKeyFrameModel.cpp | 17f96032e1b7315fe5c9b4a64cd0cf9879b6844a | [] | no_license | markglenn/projectlife | edb14754118ec7b0f7d83bd4c92b2e13070dca4f | a6fd3502f2c2713a8a1a919659c775db5309f366 | refs/heads/master | 2021-01-01T15:31:30.087632 | 2011-01-30T16:03:41 | 2011-01-30T16:03:41 | 1,704,290 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 218 | cpp | #include "ckeyframemodel.h"
cKeyFrameModel::cKeyFrameModel(void)
{
m_t = 0;
m_currFrame = 0;
m_currVertex = 0;
}
cKeyFrameModel::~cKeyFrameModel(void)
{
if (m_currVertex)
delete[] m_currVertex;
}
| [
"markglenn@gmail.com"
] | [
[
[
1,
14
]
]
] |
c687badcc3f1760cfe882511b2fe68df2304765a | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Depend/Foundation/Intersection/Wm4Intersector1.cpp | eb593b31fd794d748895016a53785397d6794e3f | [] | 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 | 9,104 | cpp | // Geometric Tools, Inc.
// http://www.geometrictools.com
// Copyright (c) 1998-2006. All Rights Reserved
//
// The Wild Magic Version 4 Foundation Library source code is supplied
// under the terms of the license agreement
// http://www.geometrictools.com/License/Wm4FoundationLicense.pdf
// and may not be ... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
290
]
]
] |
c2f824791392af74faf307bf524f1c9a98ef4200 | 03d1f3dd8c9284b93890648d65a1589276ef505f | /VisualSPH/Render/For_Color.cpp | 1e4bb769b497d21d01cae9e00782eeef8fab315b | [] | no_license | shadercoder/photonray | 18271358ca7f20a3c4a6326164d292774bfc3f53 | e0bbad33bc9c03e094036748f965100023aa0287 | refs/heads/master | 2021-01-10T04:20:14.592834 | 2011-05-07T21:09:43 | 2011-05-07T21:09:43 | 45,577,179 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,254 | cpp | #include "DXUT.h"
#include "For_Color.h"
int For_color::InitSpectr(char* filename)
{
FILE *input;
fopen_s(&input, filename,"r");
D3DXCOLOR first[10];
D3DXCOLOR last[10];
fscanf_s(input, "%d\n", &N);
int i = 0;
while ( i < N )
{
fscanf_s(input,"%f %f %f %f %f %f %f %f\n", &this->start[i], &this... | [
"Alexandr.Naplavkov@gmail.com",
"IlyaKrukov@f2d442f5-4fb6-3e1e-f2a6-32ff9b5dcf3a",
"ilyakrukov@f2d442f5-4fb6-3e1e-f2a6-32ff9b5dcf3a"
] | [
[
[
1,
6
],
[
9,
10
],
[
14,
14
],
[
16,
17
],
[
20,
21
],
[
23,
23
],
[
27,
27
],
[
29,
30
],
[
32,
34
],
[
36,
40
... |
e7051bf1bbbaf22a5f8be8762305d9b78388d9f7 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /SMDK/Kenwalt/KW_SMDK1/ExampleTankDyn.cpp | 50a8140e4cd85f7e0993d762cfc2c6bd049ba019 | [] | no_license | abcweizhuo/Test3 | 0f3379e528a543c0d43aad09489b2444a2e0f86d | 128a4edcf9a93d36a45e5585b70dee75e4502db4 | refs/heads/master | 2021-01-17T01:59:39.357645 | 2008-08-20T00:00:29 | 2008-08-20T00:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,173 | cpp | //================== SysCAD - Copyright Kenwalt (Pty) Ltd ===================
// $Nokeywords: $
//===========================================================================
#include "stdafx.h"
#define __EXAMPLETANKDYN_CPP
#include "exampletankdyn.h"
//========================================================... | [
"paul.hannah@syscad.net",
"keith.armstrong@syscad.net"
] | [
[
[
1,
9
],
[
14,
17
],
[
20,
22
],
[
43,
43
],
[
45,
65
],
[
69,
83
],
[
85,
86
],
[
89,
109
],
[
112,
144
]
],
[
[
10,
... |
7a565c7faacd8cc8c32d91b9ed35490cd66ea040 | e09dfcc817c731587fd756f7611aacb19b17018a | /inc/AnaLogDoc.h | 054fe9aa5f8438660912db19198ca3b87e1de977 | [] | no_license | jweitzen/analogqct | cb77f50f2682ee46325cafd738fcf1299d2710aa | 535bcf32fd615815d640b06c860cfec9acb7f983 | refs/heads/master | 2021-01-10T09:31:14.808743 | 2009-06-12T16:46:03 | 2009-06-12T16:46:03 | 50,674,838 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,798 | h | // AnaLogDoc.h : interface of the CAnaLogDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_ANALOGDOC_H__B79C8CCA_79AC_4520_A6B7_DB18DD203414__INCLUDED_)
#define AFX_ANALOGDOC_H__B79C8CCA_79AC_4520_A6B7_DB18DD203414__INCLUDED_
#if _MSC_VER > 1000
#pragm... | [
"giulio.inbox@6d061dfa-575b-11de-9a1b-6103e4980ab8"
] | [
[
[
1,
72
]
]
] |
50e9af260c120db4be9fe2393e814fc4b31dd3a2 | b411e4861bc1478147bfc289c868b961a6136ead | /tags/DownhillRacingMapCreator/Main.cpp | 7e88f9aac64105d644bbce96904ad304340102e8 | [] | no_license | mvm9289/downhill-racing | d05df2e12384d8012d5216bc0b976bc7df9ff345 | 038ec4875db17a7898282d6ced057d813a0243dc | refs/heads/master | 2021-01-20T12:20:31.383595 | 2010-12-19T23:29:02 | 2010-12-19T23:29:02 | 32,334,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,177 | cpp | #include <windows.h>
#include <gl\glut.h>
#include <iostream>
#include <vector>
#include "Point.h"
using namespace std;
bool finish = false;
vector<Point> input;
int wheigth = 600;
Point Bezier(Point p0, Point p1, Point p2, double t)
{
double t1 = 1 - t;
return (t1*t1*p0 + 2*t*t1*p1 + t*t*p2);
}
v... | [
"mvm9289@06676c28-b993-0703-7cf1-698017e0e3c1"
] | [
[
[
1,
132
]
]
] |
35be3cd1d4fc84ae38f7456d015ccca6c2dec435 | cd0987589d3815de1dea8529a7705caac479e7e9 | /webkit/WebKit/gtk/webkit/webkitwebwindowfeatures.cpp | 495d7ee115b6377b8ccae8246e2ea32a0b00ccab | [
"BSD-2-Clause"
] | permissive | azrul2202/WebKit-Smartphone | 0aab1ff641d74f15c0623f00c56806dbc9b59fc1 | 023d6fe819445369134dee793b69de36748e71d7 | refs/heads/master | 2021-01-15T09:24:31.288774 | 2011-07-11T11:12:44 | 2011-07-11T11:12:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,472 | cpp | /*
* Copyright (C) 2008 Gustavo Noronha Silva <gns@gnome.org>
* Copyright (C) 2008 Holger Hans Peter Freyther
*
* 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 the Free Software Foundation; either
* ver... | [
"sdevitt@rim.com"
] | [
[
[
1,
445
]
]
] |
3ae2b535ea2305f325e236a7eef2fe719f2bb5c9 | e2e49023f5a82922cb9b134e93ae926ed69675a1 | /tools/aoslcpp/source/aosl/box.cpp | 7d007a5cd2ef3795b7b4b7b4fba2d8520aa722eb | [] | no_license | invy/mjklaim-freewindows | c93c867e93f0e2fe1d33f207306c0b9538ac61d6 | 30de8e3dfcde4e81a57e9059dfaf54c98cc1135b | refs/heads/master | 2021-01-10T10:21:51.579762 | 2011-12-12T18:56:43 | 2011-12-12T18:56:43 | 54,794,395 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,653 | cpp | // Copyright (C) 2005-2010 Code Synthesis Tools CC
//
// This program was generated by CodeSynthesis XSD, an XML Schema
// to C++ data binding compiler, in the Proprietary License mode.
// You should have received a proprietary license from Code Synthesis
// Tools CC prior to generating this code. See the license ... | [
"klaim@localhost"
] | [
[
[
1,
344
]
]
] |
7191d619e917203fe6fd9ef29a11567e66277da6 | bc9e5f6ea5f873951814e4da5c06c329e661f59b | /server/socket.cpp | 0824ed305a1909d13513b7213d6fd168f456117d | [] | no_license | maxnovak/hfoss-retrieve | 4a0bfbeb7a8e46ba78bb01e2870291707f97d867 | 23dba87e987592a557bf187f94639668e288a3e7 | refs/heads/master | 2020-04-05T23:03:51.463978 | 2011-07-28T19:43:13 | 2011-07-28T19:43:13 | 33,632,700 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 5,838 | cpp | /*
Socket.cpp
Copyright (C) 2002-2004 René Nyffenegger
This source code is provided 'as-is', without any express or implied
warranty. In no event will the author be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for ... | [
"novak.max@gmail.com"
] | [
[
[
1,
278
]
]
] |
944d453603bedb7947c5e2a6bafa7d72b42ba443 | 12ea67a9bd20cbeed3ed839e036187e3d5437504 | /tpl/codemodel/src/CodeParameter.cpp | efa1caaa6bd98227d4a4a183028d76860692e78b | [] | 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 | 212 | cpp | // src\CodeParameter.cpp : Implementation of CCodeParameter
#include "stdafx.h"
#include "CodeParameter.h"
/////////////////////////////////////////////////////////////////////////////
// CCodeParameter
| [
"xushiweizh@86f14454-5125-0410-a45d-e989635d7e98"
] | [
[
[
1,
7
]
]
] |
b0173133996a264c01e8c7f3a39f3fb66b63fcb4 | 0dbad0e8b4c67526d985d2e57a714132e8faeb36 | /src/Tiles.cpp | ba5bb579b04a195dd76348c1cef59d6a2eb89578 | [] | no_license | kenjasi75202/libegl | 272834ab37bf77d46adeee95ee988019626cbf7d | b266a89036e7b4f3bdbaedba2fea41155020ec33 | refs/heads/master | 2021-01-10T08:52:15.146443 | 2009-06-26T13:43:02 | 2009-06-26T13:43:02 | 45,255,022 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 697 | cpp | #include <iostream>
#include <string>
#include <sstream>
#include "engcomp_glib.h"
using namespace std;
#include "TileEngine.h"
Tiles::Tiles(void)
{
inOpen = false;
inClosed = false;
cost = 0;
}
Tiles::~Tiles(void)
{
}
void Tiles::setTile(int num_tile, int largura, int altura)
{
sprite = ... | [
"farleih@38162229-2249-0410-8976-db8ea7608f86"
] | [
[
[
1,
60
]
]
] |
4a82600cb9938fcf515543e8d0fe80620bc3be8b | cd69369374074a7b4c4f42e970ee95847558e9f0 | /Versao FIX/Exame.h | e4bf56b8d9a50161ba586e387933bf7f3de3f4f6 | [] | no_license | miaosun/aeda-trab1 | 4e6b8ce3de8bb7e85e13670595012a5977258a2a | 1ec5e2edec383572c452545ed52e45fb26df6097 | refs/heads/master | 2021-01-25T03:40:21.146657 | 2010-12-25T03:35:28 | 2010-12-25T03:35:28 | 33,734,306 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 810 | h | ///////////////////////////////////////////////////////////
// Exame.h
// Implementation of the Class Exame
// Created on: 24-Out-2010 20:04:10
// Original author: Answer
///////////////////////////////////////////////////////////
#if !defined(EA_C770FA25_5477_45dd_BD95_171CA4C42559__INCLUDED_)
#defin... | [
"gasparlafurtado@9ca0f86a-2074-76d8-43a5-19cf18205b40",
"miaosun88@9ca0f86a-2074-76d8-43a5-19cf18205b40"
] | [
[
[
1,
19
],
[
21,
31
]
],
[
[
20,
20
]
]
] |
ede1e1a365903e0e9b4865658de2c601da59fd23 | 36d0ddb69764f39c440089ecebd10d7df14f75f3 | /プログラム/Game/Object/GameScene/AI/NormalAI.cpp | 127b4872293f6476ab0b2c4cbcd8749621fe375d | [] | no_license | weimingtom/tanuki-mo-issyo | 3f57518b4e59f684db642bf064a30fc5cc4715b3 | ab57362f3228354179927f58b14fa76b3d334472 | refs/heads/master | 2021-01-10T01:36:32.162752 | 2009-04-19T10:37:37 | 2009-04-19T10:37:37 | 48,733,344 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,914 | cpp | /*******************************************************************************/
/*
* @file NormalAI.cpp.
*
* @brief com.ノーマルクラス定義.
*
* @date 2009/04/17.
*
* @version 1.00.
*
* @author Thubasa Uragami.
*/
/*******************************************************************************/
/*====... | [
"rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33"
] | [
[
[
1,
81
]
]
] |
d1e3338a20d1a5d9fd8aaa1951bd0fe610fd6e9b | 6dac9369d44799e368d866638433fbd17873dcf7 | /src/branches/01032005/include/maths/Quaternion.h | f39dc09aa8600203597afb6c4535441bd5c36533 | [] | 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 | 1,488 | h | #ifndef _QUATERNION_H_
#define _QUATERNION_H_
#if defined (WIN32)
#pragma warning (disable:4244) // disable conversion warnings (dbl -> fl)
#endif
namespace Maths{
#define M(x, y) m_matrix[ x + y * 4 ] // Accessing a matrix element
/** @ingroup Maths_Helper_Group
* @brief Class to deal with Quater... | [
"chris_a_thomas@1bf15c89-c11e-0410-aefd-b6ca7aeaabe7"
] | [
[
[
1,
55
]
]
] |
d946cc5cd8ef6902c72f7bc150335e6bbfd39ac3 | 55720ae980772088614509c3ede9a5d88069366c | /hoge.cpp | a9cce6363d0ce68e5af998c4776457c97388f04f | [] | no_license | imagire/TDDBC1.6CPP | 86cdbd7f9a9da75d5bcc8ddea435aff23f90d1b0 | 627628fa39afc379e9ce85b951250e2060f80f6e | refs/heads/master | 2020-05-30T15:07:19.775763 | 2011-07-31T07:50:09 | 2011-07-31T07:50:09 | 2,130,922 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 4,682 | cpp | #include <gtest/gtest.h>
typedef struct {
int key;
int value;
} KeyValue;
class CKeyValue{
private:
int m_count;
KeyValue* values;
public:
CKeyValue():m_count(0){
values = NULL;
}
~CKeyValue() {
if(values != NULL)
delete[] (values);
}
KeyValue *find(int key){
for(int i = ... | [
"imagire@gmail.com",
"hchiyama@gmail.com"
] | [
[
[
1,
2
],
[
12,
13
],
[
24,
30
],
[
32,
38
],
[
58,
58
],
[
60,
60
],
[
63,
63
],
[
65,
65
],
[
69,
75
],
[
85,
85
... |
e73fea4e7bb066151ccf14323c69df5c859771f4 | f7d8a85f9d0c1956d64efbe96d056e338b0e0641 | /Src/LanguageManager.h | a64e683cbf290f2cef3fd115d9188f7ad6bc4449 | [] | 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 | 1,640 | h | #include "Config.h"
#ifndef _LANGUAGEMANAGER_
#define _LANGUAGEMANAGER_
#define LAGNUAGEMANAGERVAR _Language_
#define DECLARE_SETUP_LOC void SetupLocalisationCaption();
#define BEGIN_SETUP_LOC extern LanguageManager *LAGNUAGEMANAGERVAR = new LanguageManager(); \
void LanguageManager::SetupLocalisationCapti... | [
"CameleonTH@0c2b0ced-2a4c-0410-b056-e1a948518b24"
] | [
[
[
1,
48
]
]
] |
8c0a012906ad67c83122d41ab3e3b5f273442d6d | 3fb88529ec63d45506d159bee677695698e690ee | /rrdinfo.cpp | abd5b52eb025be4e42478d42a6f9a654fbe599c2 | [] | no_license | cristifalcas/qt-rrd | 588f1d51555b146590dd84d969052123700a5217 | 249c1cb702020bcfe79465381053430e9e6f4e80 | refs/heads/master | 2021-01-14T13:20:53.669503 | 2009-11-12T22:16:08 | 2009-11-12T22:16:08 | 34,001,301 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,069 | cpp | #include "rrdinfo.h"
#define RELATIVE_HEARTBEAT 3
RRDInfo *RRDInfo::m_instance = 0;
//normal, 10 minutes. 1 hour, 12 hours, 1 day, weekly
const unsigned int nr_rra = 6;
RRDInfo::RRDInfo()
{
MY_DEBUG;
rra = new typeRRA[nr_rra];
datasource = NULL;
datasourcesize = 0;
overwritedb =... | [
"cristi.falcas@gmail.com"
] | [
[
[
1,
365
]
]
] |
8486100400dcbcac3f619d32f7fb1fbae4f01ded | 3643bb671f78a0669c8e08935476551a297ce996 | /W_Sector_Render.cpp | 72a61ff76d59c08e7466c02630bbd64f8610d9aa | [] | no_license | mattfischer/3dportal | 44b3b9fb2331650fc406596b941f6228f37ff14b | e00f7d601138f5cf72aac35f4d15bdf230c518d9 | refs/heads/master | 2020-12-25T10:36:51.991814 | 2010-08-29T22:53:06 | 2010-08-29T22:53:06 | 65,869,788 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,753 | cpp | #include "W_Sector.h"
#include "W_Surface.h"
#include "W_Thing.h"
#include "R_Frame.h"
#include "R_Model.h"
#include "JK_Flags.h"
#include "JK_Level.h"
#include <gl/gl.h>
#include <gl/glu.h>
extern bool updateThings;
extern bool drawThings;
namespace World
{
void Sector::Draw( Render::Frustum... | [
"devnull@localhost"
] | [
[
[
1,
73
]
]
] |
f43a2f8fe8f0b427520040558cd2cd1f1bb41073 | c2a70374051ef8f96105d65c84023d97c90f4806 | /bin/src/loadBmp/common/Filter/plfilterresizebilinear.cpp | 59c0c823a8d6a008a5a76fecf152ccfa6bb93706 | [] | no_license | haselab-net/SpringheadOne | dcf6f10cb1144b17790a782f519ae25cbe522bb2 | 004335b64ec7bea748ae65a85463c0e85b98edbd | refs/heads/master | 2023-08-04T20:27:17.158435 | 2006-04-15T16:49:35 | 2006-04-15T16:49:35 | 407,701,182 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,403 | cpp | /*
/--------------------------------------------------------------------
|
| $Id: plfilterresizebilinear.cpp,v 1.9 2004/06/15 10:26:13 uzadow Exp $
|
| Copyright (c) 1996-2002 Ulrich von Zadow
|
\--------------------------------------------------------------------
*/
#include "plstdpch.h"
#include... | [
"jumius@05cee5c3-a2e9-0310-9523-9dfc2f93dbe1"
] | [
[
[
1,
100
]
]
] |
82f45df4818a9f1469c41afe8679341a73316b7a | a36d7a42310a8351aa0d427fe38b4c6eece305ea | /core_billiard/MouseEventListenerNull.hpp | 5f819a64d2790d32397417c81457e28ee36a5662 | [] | 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 | 354 | hpp | #pragma once
namespace my_render {
NULL_OBJECT( MouseEventListener ) {
virtual void onMouseEvent(
int xPos,
int yPos,
bool bLeftButton,
bool bRightButton,
bool bMiddleButton,
bool bSideButton1,
bool bSideButton2,
int nMouseWheelDel... | [
"wrice127@af801a76-7f76-11de-8b9f-9be6f49bd635"
] | [
[
[
1,
20
]
]
] |
489ee397d45f49d41bc32f65d0ebe9b7496f7b00 | b822313f0e48cf146b4ebc6e4548b9ad9da9a78e | /KylinSdk/Core/Source/NpcObject.h | ae09f13627859bf98343619d58fbd085bfd18b9e | [] | no_license | dzw/kylin001v | 5cca7318301931bbb9ede9a06a24a6adfe5a8d48 | 6cec2ed2e44cea42957301ec5013d264be03ea3e | refs/heads/master | 2021-01-10T12:27:26.074650 | 2011-05-30T07:11:36 | 2011-05-30T07:11:36 | 46,501,473 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 634 | h | #pragma once
#include "AI.h"
#include "Character.h"
namespace Kylin
{
class NpcObject : public Character
{
public:
BtDeclareRTTI
Declare_Event_Handler(NpcObject, Character)
Declare_Entity_Creator(NpcObject)
NpcObject();
virtual KBOOL Init(const PropertySet& kProp);
virtual KVOID Ti... | [
"apayaccount@gmail.com",
"apayaccount@5fe9e158-c84b-58b7-3744-914c3a81fc4f"
] | [
[
[
1,
26
],
[
30,
32
],
[
34,
36
]
],
[
[
27,
29
],
[
33,
33
]
]
] |
768fd3f5c5e1e4b45e5dee543b2ca8c0eaa1019c | 1c9f99b2b2e3835038aba7ec0abc3a228e24a558 | /Projects/elastix/elastix_sources_v4/src/Components/ImageSamplers/RandomSparseMask/elxRandomSamplerSparseMask.cxx | be9d152c8e81b7af21e8eb4f3d2ad48f2ba8b301 | [] | no_license | mijc/Diploma | 95fa1b04801ba9afb6493b24b53383d0fbd00b33 | bae131ed74f1b344b219c0ffe0fffcd90306aeb8 | refs/heads/master | 2021-01-18T13:57:42.223466 | 2011-02-15T14:19:49 | 2011-02-15T14:19:49 | 1,369,569 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 666 | cxx | /*======================================================================
This file is part of the elastix software.
Copyright (c) University Medical Center Utrecht. All rights reserved.
See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
details.
This software is distributed W... | [
"maik.stille@gmail.com"
] | [
[
[
1,
18
]
]
] |
a61cfadf66ff8debc81f1c2cee8264330935beee | ef25bd96604141839b178a2db2c008c7da20c535 | /src/src/CrockRising/Levels/LevelVictory.h | 7d9d1816a30660fb8f0098fd81837bf469cf5101 | [] | no_license | OtterOrder/crock-rising | fddd471971477c397e783dc6dd1a81efb5dc852c | 543dc542bb313e1f5e34866bd58985775acf375a | refs/heads/master | 2020-12-24T14:57:06.743092 | 2009-07-15T17:15:24 | 2009-07-15T17:15:24 | 32,115,272 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 872 | h | #ifndef _LevelVictory_H_
#define _LevelVictory_H_
//******************************************************************
#include <Game/Level.h>
#include <Core/Math.h>
//******************************************************************
#define LEVEL_victory 0x70bb005a
//****************************... | [
"mathieu.chabanon@7c6770cc-a6a4-11dd-91bf-632da8b6e10b",
"berenger.mantoue@7c6770cc-a6a4-11dd-91bf-632da8b6e10b"
] | [
[
[
1,
6
],
[
8,
15
],
[
17,
30
],
[
33,
38
]
],
[
[
7,
7
],
[
16,
16
],
[
31,
32
]
]
] |
ff65fdcbe8e66177138d40e85f644f4da17927b0 | df238aa31eb8c74e2c208188109813272472beec | /BCGInclude/BCGPPropList.h | 6e980d2564147a52bd4766b2c0a16cf76c8bd46a | [] | 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 | 27,046 | h | #if !defined(AFX_BCGPPROPLIST_H__F6054FED_0317_4829_B7BF_4EBBDC27DF01__INCLUDED_)
#define AFX_BCGPPROPLIST_H__F6054FED_0317_4829_B7BF_4EBBDC27DF01__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//*******************************************************************************
// COPYRIGH... | [
"myme5261314@ec588229-7da7-b333-41f6-0e1ebc3afda5"
] | [
[
[
1,
996
]
]
] |
0e07dd2873f724d4b3a6725cabca34e7d4a2a7a9 | 382b459563be90227848e5125f0d37f83c1e2a4f | /Schedule/include/obsolete/typeid.h | edc07dd5bc9525e79e01dde7a2470ca9173e792b | [] | no_license | Maciej-Poleski/SchoolTools | 516c9758dfa153440a816a96e3f05c7f290daf6c | e55099f77eb0f65b75a871d577cc4054221b9802 | refs/heads/master | 2023-07-02T09:07:31.185410 | 2010-07-11T20:56:59 | 2010-07-11T20:56:59 | 392,391,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 235 | h | #ifndef TYPEID_H
#define TYPEID_H
#include "abstractreservedid.h"
namespace obsolete
{
/** Klasa reprezentująca identyfikator typu wydarzenia **/
class TypeID : public AbstractReservedID
{
};
}
#endif // TYPEID_H
| [
"Maciej-Poleski@users.noreply.github.com"
] | [
[
[
1,
16
]
]
] |
568069a8e161810283032b45f59fa6471705f144 | f2b4a9d938244916aa4377d4d15e0e2a6f65a345 | /gxlib/gxl.input.cpp | 07d6d6e72c1127bf9726f4ff72561fbf3b088b7e | [
"Apache-2.0"
] | permissive | notpushkin/palm-heroes | d4523798c813b6d1f872be2c88282161cb9bee0b | 9313ea9a2948526eaed7a4d0c8ed2292a90a4966 | refs/heads/master | 2021-05-31T19:10:39.270939 | 2010-07-25T12:25:00 | 2010-07-25T12:25:00 | 62,046,865 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,059 | cpp | /*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use ... | [
"palmheroesteam@2c21ad19-eed7-4c86-9350-8a7669309276"
] | [
[
[
1,
336
]
]
] |
578087cb0cd3184c836448053b998b1fc99b0fc1 | ccc3e2995bc64d09b9e88fea8c1c7e2029a60ed8 | /SE1/workplace/code/src/include/iomanip.h | a05a4cef5bff20d1e1cb984796b4806bd4fb56a0 | [] | no_license | masterzdran/semestre5 | e559e93017f5e40c29e9f28466ae1c5822fe336e | 148d65349073f8ae2f510b5659b94ddf47adc2c7 | refs/heads/master | 2021-01-25T10:05:42.513229 | 2011-02-20T17:46:14 | 2011-02-20T17:46:14 | 35,061,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,994 | h | #ifndef IOMANIP_H
#define IOMANIP_H
#include <iostream.h>
template <class T> class smanip {
ios & (* f)(ios &, T);
T a;
public:
smanip(ios & (* ff)(ios &, T), T aa)
: f(ff), a(aa) { }
friend istream & operator>>(istream & is, const smanip<T> & m)
{ m.f(is, m.a); return is; }
friend ostream & ... | [
"nuno.cancelo@b139f23c-5e1e-54d6-eab5-85b03e268133"
] | [
[
[
1,
79
]
]
] |
22a3856194fff6092b19140fbee3874b7a3279f3 | 341177e66545bcf17545e3b9a655183cdb689a30 | /CONSOLE.CPP | ff079b9fbb7b0ff39172fb1f3a33b1a9c10f29a6 | [] | no_license | pnedunuri/Swings | e4964d2b29753f883a08a2526d3bc126e19c861c | 3d6d589da01205005efc33c33f0347bfacca91c1 | refs/heads/master | 2021-01-18T10:15:26.341013 | 2011-07-30T03:46:12 | 2011-07-30T03:46:12 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 12,015 | cpp | //Console.cpp - Definição das funções de console
#include "console.h"
/*----------------------------------------------------------------------------*\
| clrscr |
| |... | [
"ellisonleao@gmail.com"
] | [
[
[
1,
223
]
]
] |
706ae0555095d9d678750bdf103b02bbad3942c4 | 12732dc8a5dd518f35c8af3f2a805806f5e91e28 | /trunk/CodeLite/calltip.h | 1121665db66b05d6d7a6f79750fd6645487d6020 | [] | 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,677 | h | #ifndef CODELITE_CALLTIP_H
#define CODELITE_CALLTIP_H
#include "tokenizer.h"
#include "smart_ptr.h"
#ifdef WXMAKINGDLL_CODELITE
# define WXDLLIMPEXP_CL WXEXPORT
#elif defined(WXUSINGDLL_CODELITE)
# define WXDLLIMPEXP_CL WXIMPORT
#else /* not making nor using FNB as DLL */
# define WXDLLIMPEXP_CL
... | [
"eranif@b1f272c1-3a1e-0410-8d64-bdc0ffbdec4b"
] | [
[
[
1,
87
]
]
] |
8eb441c710634a2d96598cb68c5122bd84b33866 | f2cbdee1dfdcad7b77c597e1af5f40ad83bad4aa | /MyC++/hardwareId/test.cpp | 1cb41858cf260dd0e0a968d060c7b841471cfce0 | [] | no_license | jdouglas71/Examples | d03d9effc414965991ca5b46fbcf808a9dd6fe6d | b7829b131581ea3a62cebb2ae35571ec8263fd61 | refs/heads/master | 2021-01-18T14:23:56.900005 | 2011-04-07T19:34:04 | 2011-04-07T19:34:04 | 1,578,581 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,404 | cpp | #include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
long GetHardwareId(char* id_string);
int main(int argc, char* argv[])
{
long hardwareId = 0;
if( argc > 1 )
{
hardwareId = GetHardwareId(argv[1]);... | [
"jdouglas71@gmail.com"
] | [
[
[
1,
65
]
]
] |
916386cd620d003c0973adcac584fceea28f4151 | 4b0f51aeecddecf3f57a29ffa7a184ae48f1dc61 | /CleanProject/MyGUI/include/MyGUI_Guid.h | 46befd6acca1ae076394be198ec34dc325d3d91e | [] | no_license | bahao247/apeengine2 | 56560dbf6d262364fbc0f9f96ba4231e5e4ed301 | f2617b2a42bdf2907c6d56e334c0d027fb62062d | refs/heads/master | 2021-01-10T14:04:02.319337 | 2009-08-26T08:23:33 | 2009-08-26T08:23:33 | 45,979,392 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,491 | h | /*!
@file
@author Albert Semenov
@date 09/2008
@module
*//*
This file is part of MyGUI.
MyGUI is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at ... | [
"pablosn@06488772-1f9a-11de-8b5c-13accb87f508"
] | [
[
[
1,
131
]
]
] |
b6c1f3813b913d4eeb6c89d5cb475037868f2147 | 9ef88cf6a334c82c92164c3f8d9f232d07c37fc3 | /Libraries/RakNet/include/ReliabilityLayer.h | 85b22886a3d0330cbb228eff7428819659beea8e | [] | no_license | Gussoh/bismuthengine | eba4f1d6c2647d4b73d22512405da9d7f4bde88a | 4a35e7ae880cebde7c557bd8c8f853a9a96f5c53 | refs/heads/master | 2016-09-05T11:28:11.194130 | 2010-01-10T14:09:24 | 2010-01-10T14:09:24 | 33,263,368 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,877 | h | /// \file
/// \brief \b [Internal] Datagram reliable, ordered, unordered and sequenced sends. Flow control. Message splitting, reassembly, and coalescence.
///
/// This file is part of RakNet Copyright 2003 Jenkins Software LLC
///
/// Usage of RakNet is subject to the appropriate license agreement.
/// Creativ... | [
"gustav@sohtell.se@aefdbfa2-c794-11de-8410-e5b1e99fc78e"
] | [
[
[
1,
500
]
]
] |
153623e4be3aa0ceef33589a193093dcf63574a9 | 05869e5d7a32845b306353bdf45d2eab70d5eddc | /soft/application/thirdpartylibs/jwidgets/src/jddex_image.cpp | 670494664098a1069f4ddd6d15fb075709ae4c3e | [] | no_license | shenfahsu/sc-fix | beb9dc8034f2a8fd9feb384155fa01d52f3a4b6a | ccc96bfaa3c18f68c38036cf68d3cb34ca5b40cd | refs/heads/master | 2020-07-14T16:13:47.424654 | 2011-07-22T16:46:45 | 2011-07-22T16:46:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,964 | cpp | /***************************************************************************
*
* File Name : jdd_image.cpp
*
* IMPORTANT NOTICE
*
* Please note that any and all title and/or intellectual property rights
* in and to this Software or any part of this (including without limitation
* any images, photographs, animat... | [
"windyin@2490691b-6763-96f4-2dba-14a298306784"
] | [
[
[
1,
220
]
]
] |
a28c876fbeb63aa85d02c914f51baa951e208ff3 | 8bbbcc2bd210d5608613c5c591a4c0025ac1f06b | /nes/mapper/100.cpp | adfc8eecaddb5d86bb1518c4f845fd327a094489 | [] | no_license | PSP-Archive/NesterJ-takka | 140786083b1676aaf91d608882e5f3aaa4d2c53d | 41c90388a777c63c731beb185e924820ffd05f93 | refs/heads/master | 2023-04-16T11:36:56.127438 | 2008-12-07T01:39:17 | 2008-12-07T01:39:17 | 357,617,280 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,768 | cpp |
/////////////////////////////////////////////////////////////////////
// Mapper 100
void NES_mapper100_Init()
{
g_NESmapper.Reset = NES_mapper100_Reset;
g_NESmapper.MemoryWrite = NES_mapper100_MemoryWrite;
g_NESmapper.HSync = NES_mapper100_HSync;
}
void NES_mapper100_Reset()
{
int i;
// clear regist... | [
"takka@e750ed6d-7236-0410-a570-cc313d6b6496"
] | [
[
[
1,
302
]
]
] |
f1e5c5c778d95db4874eb742b18d5cd62070f886 | 74e7667ad65cbdaa869c6e384fdd8dc7e94aca34 | /MicroFrameworkPK_v4_1/BuildOutput/public/debug/Client/stubs/corlib_native_System_Reflection_PropertyInfo.cpp | 348f888ff675f497cfe2e71c8539fce516c379fe | [
"BSD-3-Clause",
"OpenSSL",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | gezidan/NETMF-LPC | 5093ab223eb9d7f42396344ea316cbe50a2f784b | db1880a03108db6c7f611e6de6dbc45ce9b9adce | refs/heads/master | 2021-01-18T10:59:42.467549 | 2011-06-28T08:11:24 | 2011-06-28T08:11:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,011 | cpp | //-----------------------------------------------------------------------------
//
// ** WARNING! **
// This file was generated automatically by a tool.
// Re-running the tool will overwrite this file.
// You should copy this file to a custom location
// before adding any customizat... | [
"psampaio.isel@gmail.com"
] | [
[
[
1,
28
]
]
] |
63ea2209d79d2dddf789677d3a415fcfd10a71c9 | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Physics/Utilities/VisualDebugger/Viewer/Dynamics/Constraint/Drawer/hkpLimitedHingeDrawer.h | 159f67d5a7dfc77b2ecab804cd5fbe285983ce87 | [] | 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 | 1,856 | 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,
45
]
]
] |
662e64402242ffb355fdcd1d3f50963747abd290 | 5dd0d48b279823c791ba070e1db53f0137055c29 | /BTDialog.cpp | 717927e84d38cea60b80285c13a451f30cbae8ec | [] | no_license | ralex1975/pstviewtool | 4b93349cf54ac7d93abbe199462f7eada44c752e | 52f59893ad4390358053541b0257b4a7f2767024 | refs/heads/master | 2020-05-22T01:53:13.553501 | 2010-02-16T22:52:47 | 2010-02-16T22:52:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,679 | cpp | // BTDialog.cpp : implementation file
//
#include "stdafx.h"
#include "NDBView.h"
#include "BTDialog.h"
// CBTDialog dialog
IMPLEMENT_DYNAMIC(CBTDialog, CDialog)
CBTDialog::CBTDialog(NDBViewer * pNDBViewer, CNDBViewDlg * pNDBViewDlg, CWnd* pParent /*=NULL*/)
: CNDBViewChildDlg(pNDBViewDlg, CBTDialog:... | [
"terrymah@localhost"
] | [
[
[
1,
195
]
]
] |
e639c0fabe74e1f1697a12450572d9436c5c4482 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/dynamic_bitset/example/timing_tests.cpp | 29c5a1cf88d9d2e58468d373b95a1f58f8149799 | [
"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,732 | cpp | // -----------------------------------------------------------
// boost::dynamic_bitset timing tests
// (C) Copyright Gennaro Prota 2003 - 2004.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENS... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
137
]
]
] |
d88ca8482716b8414171d151205e4623cae78c4a | c1a2953285f2a6ac7d903059b7ea6480a7e2228e | /deitel/ch21/Fig21_19/fig22_19.cpp | fe7607c383f3f42ebb52b029985a3e12f55e1dd0 | [] | no_license | tecmilenio/computacion2 | 728ac47299c1a4066b6140cebc9668bf1121053a | a1387e0f7f11c767574fcba608d94e5d61b7f36c | refs/heads/master | 2016-09-06T19:17:29.842053 | 2008-09-28T04:27:56 | 2008-09-28T04:27:56 | 50,540 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,597 | cpp | // Fig. 21.19: fig21_19.cpp
// Using functions islower, isupper, tolower and toupper.
#include <iostream>
using std::cout;
using std::endl;
#include <cctype> // character-handling function prototypes
using std::islower;
using std::isupper;
using std::tolower;
using std::toupper;
int main()
{
cout << ... | [
"sebastianavina@gmail.com"
] | [
[
[
1,
59
]
]
] |
f67d13fe30477178651b3189ea72088c81c87d4e | 88b55445b6b4779563cfe98ceee1dcc9fe7b0d9b | /modtools/CI BTW AI Source Pack/Cossacks_I_BTW_AI_Source/AI_0995/AI/Vengria/Vengria.cpp | 2be7e6575b9a60931e3e1c2a72a74581a342d56d | [] | no_license | Avatarchik/1cb-cossacks-gow-mod | 88bc5497459a46062b82a62d65ae3d461558a0b0 | 5a066dfc24a532a359f8e597625a70e4710abd57 | refs/heads/master | 2021-01-13T00:55:57.671554 | 2011-06-21T03:03:48 | 2011-06-21T03:03:48 | 50,180,899 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 13,624 | cpp | #include "..\Ai.h"
#include "..\Europe.h"
#include "..\Script.h"
#include "..\Processes.h"
#include "..\Scripts.h"
// Registration upgrades, units and buildings for Austria AI
void RegisterAustria(){
int v=GetRandomIndex();
if(v&1){
strcpy(MainUnit, "Pikiner_evro(VG)"); //"Rundashir_Avstria(VG)"
... | [
"christian.genthner@bazzline.eu"
] | [
[
[
1,
350
]
]
] |
dd3193f57840d3d25f2b39f97883965f7b0c6a43 | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Depend/Foundation/Interpolation/Wm4IntpBSplineUniform3.cpp | 133f11a870787ace124c6cfe2d762a95a2b086f9 | [] | 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 | 7,152 | cpp | // Geometric Tools, Inc.
// http://www.geometrictools.com
// Copyright (c) 1998-2006. All Rights Reserved
//
// The Wild Magic Version 4 Foundation Library source code is supplied
// under the terms of the license agreement
// http://www.geometrictools.com/License/Wm4FoundationLicense.pdf
// and may not be ... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
236
]
]
] |
d6c6a7eccd561248ff855385c249c7b78cabb66f | 0ce35229d1698224907e00f1fdfb34cfac5db1a2 | /Conducteur.cpp | 4ca283fd736e6d03d87ee0dce14d4e41efa83bc2 | [] | no_license | manudss/efreiloca | f7b1089b6ba74ff26e6320044f66f9401ebca21b | 54e8c4af1aace11f35846e63880a893e412b3309 | refs/heads/master | 2020-06-05T17:34:02.234617 | 2007-06-04T19:12:15 | 2007-06-04T19:12:15 | 32,325,713 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,673 | cpp | #include "StdAfx.h"
#include "Conducteur.h"
Conducteur::Conducteur(void)
{
this->nom = "";
this->prenom = "";
this->permis_moto = false;
this->permis_voiture = false;
this->num_permis = "";
}
Conducteur::~Conducteur(void)
{
}
//Setteurs :
void Conducteur::set_nom (std::string chaine)
{
nom... | [
"manu.dss@65b228c9-682f-0410-abd1-c3b8cf015911",
"pootoonet@65b228c9-682f-0410-abd1-c3b8cf015911"
] | [
[
[
1,
14
]
],
[
[
15,
96
]
]
] |
6446728e6675ba07ae674918ad4994211fb44bbc | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Physics/Utilities/Dynamics/SaveContactPoints/hkpSaveContactPointsEndianUtil.h | 5463f1128fb8e290535697a74049029737fc28d9 | [] | 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 | 3,531 | 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... | [
"olinord@gmail.com"
] | [
[
[
1,
89
]
]
] |
1d6fd8becea948d3898e94230f46875bbdbc3f0d | 744e9a2bf1d0aee245c42ee145392d1f6a6f65c9 | /branches/remove_qt3_support_branch/common/ttcut.cpp | 65ebbed3ab6135edb114b5e2a28097296ef7e93d | [] | no_license | BackupTheBerlios/ttcut-svn | 2b5d00c3c6d16aa118b4a58c7d0702cfcc0b051a | 958032e74e8bb144a96b6eb7e1d63bc8ae762096 | refs/heads/master | 2020-04-22T12:08:57.640316 | 2009-02-08T16:14:00 | 2009-02-08T16:14:00 | 40,747,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,576 | cpp | /*----------------------------------------------------------------------------*/
/* COPYRIGHT: TriTime (c) 2003/2005 / www.tritime.org */
/*----------------------------------------------------------------------------*/
/* PROJEKT : TTCUT 2005 ... | [
"tritime@7763a927-590e-0410-8f7f-dbc853b76eaa"
] | [
[
[
1,
188
]
]
] |
dd81e8535c1ac1777bd97f6d409318dfafecf019 | 17083b919f058848c3eb038eae37effd1a5b0759 | /SimpleGL/sgl/GL/GLRasterizerState.h | 241b480f773394734bf763128c1d162ed41210a4 | [] | no_license | BackupTheBerlios/sgl | e1ce68dfc2daa011bdcf018ddce744698cc7bc5f | 2ab6e770dfaf5268c1afa41a77c04ad7774a70ed | refs/heads/master | 2021-01-21T12:39:59.048415 | 2011-10-28T16:14:29 | 2011-10-28T16:14:29 | 39,894,148 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 642 | h | #ifndef SIMPLE_GL_GL_RASTERIZER_STATE_H
#define SIMPLE_GL_GL_RASTERIZER_STATE_H
#include "GLForward.h"
#include "../RasterizerState.h"
namespace sgl {
class GLRasterizerState :
public ReferencedImpl<RasterizerState>
{
public:
GLRasterizerState(GLDevice* device, const DESC& desc);
~GLRasterizerState()... | [
"devnull@localhost"
] | [
[
[
1,
31
]
]
] |
a466f1b3ed384efee6d61f2471489012c0e09fd0 | a30b091525dc3f07cd7e12c80b8d168a0ee4f808 | /EngineAll/Math/GeometryAlgorithms.h | 058a72511b298858d48ea030953702daea7ed35f | [] | no_license | ghsoftco/basecode14 | f50dc049b8f2f8d284fece4ee72f9d2f3f59a700 | 57de2a24c01cec6dc3312cbfe200f2b15d923419 | refs/heads/master | 2021-01-10T11:18:29.585561 | 2011-01-23T02:25:21 | 2011-01-23T02:25:21 | 47,255,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 403 | h | /*
GeometryAlgorithms.h
Written by Matthew Fisher
Geometric algorithms that do not fit anywhere else.
*/
#pragma once
namespace GeometryAlgorithms
{
struct RigidCorrespondenceEntry
{
Vec3f Source, Target;
float Weight;
};
void ComputeRigidCorrespondenceTransform(Matrix4 &Sou... | [
"zhaodongmpii@7e7f00ea-7cf8-66b5-cf80-f378872134d2"
] | [
[
[
1,
18
]
]
] |
e88f97929a5810726ab33c556dc8fb31cbf8508f | b26957d6f3a64b19cda1d76b265d93047c114891 | /StudentDetection/StudentDetection/vector_space.cpp | fb4d2300a6c9abd8de2072578386d855ba2121b1 | [] | no_license | SachinTS/khoa-luan-tot-nghiep | 58e7efbd51d5f807f08b62a641672b4fc62f7990 | 7200721aded827731232c49aeade804febfba086 | refs/heads/master | 2016-09-06T13:46:12.228528 | 2010-08-07T06:47:45 | 2010-08-07T06:47:45 | 33,529,631 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,095 | cpp | #include "StdAfx.h"
#include "vector_space.h"
VectorSpace::VectorSpace(void) {
}
VectorSpace::VectorSpace(Snake *init)
{
this->origin_snake = init;
}
VectorSpace::~VectorSpace(void)
{
if (this->snakes.size()) {
for (vector<Snake*>::iterator it = this->snakes.begin();
it != this->snakes.end();
... | [
"hvu.nguyen2007@b0713345-de22-efb3-841d-461946120171"
] | [
[
[
1,
165
]
]
] |
108608688ad074dd5aa68faefbe3f35ee80f56da | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/nebula2/src/microtcl/tclHash.cc | 7f367ffb797af03ac521d9178c94daa354b30d86 | [] | 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 | 34,104 | cc | /*
* tclHash.c --
*
* Implementation of in-memory hash tables for Tcl and Tcl-based
* applications.
*
* Copyright (c) 1991-1993 The Regents of the University of California.
* Copyright (c) 1994 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
1196
]
]
] |
4d5ddb003964da070c9a46023d7afde058e0b0c9 | 48c6de8cb63cf11147049ce07b2bd7e020d0d12b | /gcc/opencollada/include/COLLADAStreamWriter/include/COLLADASWLibraryImages.h | cd0959a08480b4deebbf5c052b3dff4854111180 | [] | no_license | ngbinh/libBlenderWindows | 73effaa1aab8d9d1745908f5528ded88eca21ce3 | 23fbaaaad973603509b23f789a903959f6ebb560 | refs/heads/master | 2020-06-08T00:41:55.437544 | 2011-03-25T05:13:25 | 2011-03-25T05:13:25 | 1,516,625 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,214 | h | /*
Copyright (c) 2008-2009 NetAllied Systems GmbH
This file is part of COLLADAStreamWriter.
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 __COLLADASTREAMWRITER_LIBRARY_IMAGES_H_... | [
"ngbinh@gmail.com"
] | [
[
[
1,
45
]
]
] |
ac810333320820162428a9033ac71d9d25b6516d | 81a38f1f0e77081746812a7f76a52dd0290fde81 | /minicurso-glsl/05.Extensoes1/src/Modelo.cpp | 0795cf189a09fc40332fcef07d8a1c2cad2617cc | [] | no_license | tamiresharumi/cg_project | 500f437977465264460cd345f484c83feae95454 | 5c4027b3ae749f57f676ae830f2140cd72b51898 | refs/heads/master | 2021-01-20T12:16:41.916754 | 2011-06-20T02:00:23 | 2011-06-20T02:00:23 | 1,761,107 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 648 | cpp | #include "Modelo.h"
#include <cassert>
#include <GL/gl.h>
void Modelo::carrega(const Vertices &vertices, const Indices &indices)
{
m_vertices = vertices;
m_indices = indices;
}
void Modelo::desenha()
{
unsigned numVerts = m_indices.size() / 3;
//Tem que ser múltiplo de três pra formar triângulos
... | [
"tamiresharumi@gmail.com"
] | [
[
[
1,
30
]
]
] |
fe3269c11135081ad6e47e739c7d2bd810d4293e | d826e0dcc5b51f57101f2579d65ce8e010f084ec | /post/postug.cpp | 4197832adb07fd411d75c5ffaa37912472d37c93 | [] | no_license | crazyhedgehog/macro-parametric | 308d9253b96978537a26ade55c9c235e0442d2c4 | 9c98d25e148f894b45f69094a4031b8ad938bcc9 | refs/heads/master | 2020-05-18T06:01:30.426388 | 2009-06-26T15:00:02 | 2009-06-26T15:00:02 | 38,305,994 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,405 | cpp | #include ".\postug.h"
#include <iostream>
#include <uf.h>
#include "Part.h"
#include "Definition.h"
using namespace std;
TransCAD::IApplicationPtr g_spApplication; // TransCAD Application Pointer
int main ( int argc, char *argv[] )
{
// Usage
if ( argc > 2 ) {
cout << "Usage: postug [filen... | [
"surplusz@2d8c97fe-2f4b-11de-8e0c-53a27eea117e"
] | [
[
[
1,
66
]
]
] |
266175a7828c7993e13d5c62eb69737e36b6dd95 | fd196fe7f1a57a3d589dd987127391b6428dbc9f | /Projects/Platform2DGameTest/Engine/GWColor.cpp | e9da975673c0a2db9302147cf82ac9db9b6f5bd5 | [] | no_license | aosyang/Graphic-Workbench | 73651b597b7ad9f759618bad30313bfad12a35b5 | 48c3b4b034ea332fb926ac0a0bd1f7c1fc1a2bb1 | refs/heads/master | 2021-01-22T23:25:48.330855 | 2011-11-29T09:27:52 | 2011-11-29T09:27:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 563 | cpp | /********************************************************************
created: 2011/10/31
filename: GWColor.cpp
author: Mwolf
purpose:
*********************************************************************/
#include "GWColor.h"
GWColor GWColor::WHITE = GWColor(1.0f, 1.0f, 1.0f);
GWColor GWColor::BLA... | [
"aosyang@gmail.com@b4c0308a-e464-ec88-fcea-6ff8c68c914a"
] | [
[
[
1,
16
]
]
] |
c71754d3ee014c9b24a16aeb9c7b4e9f68d34e6e | 7f4230cae41e0712d5942960674bfafe4cccd1f1 | /code/LWOLoader.h | 60260e11ee7dedcfad5af37207c1c03f2ecb755b | [
"BSD-3-Clause"
] | permissive | tonttu/assimp | c6941538b3b3c3d66652423415dea098be21f37a | 320a7a7a7e0422e4d8d9c2a22b74cb48f74b14ce | refs/heads/master | 2021-01-16T19:56:09.309754 | 2011-06-07T20:00:41 | 2011-06-07T20:00:41 | 1,295,427 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,074 | h | /*
Open Asset Import Library (ASSIMP)
----------------------------------------------------------------------
Copyright (c) 2006-2010, ASSIMP Development Team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the ... | [
"aramis_acg@67173fc5-114c-0410-ac8e-9d2fd5bffc1f",
"alil@67173fc5-114c-0410-ac8e-9d2fd5bffc1f"
] | [
[
[
1,
227
],
[
229,
241
],
[
243,
391
],
[
393,
490
]
],
[
[
228,
228
],
[
242,
242
],
[
392,
392
]
]
] |
c8a86a3fcbdc342971c10eb122c7fa5afe49272e | 975d45994f670a7f284b0dc88d3a0ebe44458a82 | /logica/WarBugsLogic/LWarBugsLib/CCenario.h | ed97609d1eec9dbd12e42e74f5273c619f89bb1b | [] | no_license | phabh/warbugs | 2b616be17a54fbf46c78b576f17e702f6ddda1e6 | bf1def2f8b7d4267fb7af42df104e9cdbe0378f8 | refs/heads/master | 2020-12-25T08:51:02.308060 | 2010-11-15T00:37:38 | 2010-11-15T00:37:38 | 60,636,297 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 2,865 | h | #pragma once
#ifndef _CCENARIO_H_
#include <iostream>
using namespace std;
#include "Enumerators.h"
#include "C3DObject.h"
#include "CBolsaList.h"
//#include "CBolsa.h"
//#include "CItem.h"
#include "CPeopleList.h"
//#include "CPersonagem.h"
#include "CPersonagemJogador.h"
#ifndef _CINIMIGO_H_
#include... | [
"edragon975@gmail.com"
] | [
[
[
1,
104
]
]
] |
4fb613b1fbcaade2b549ddd4d657718bda5a4b31 | b0252ba622183d115d160eb28953189930ebf9c0 | /Source/CCity.cpp | 8ba4be20b37291be6675e890ba0b8e4b92d41a13 | [] | no_license | slewicki/khanquest | 6c0ced33bffd3c9ee8a60c1ef936139a594fe2fc | f2d68072a1d207f683c099372454add951da903a | refs/heads/master | 2020-04-06T03:40:18.180208 | 2008-08-28T03:43:26 | 2008-08-28T03:43:26 | 34,305,386 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,579 | cpp | //////////////////////////////////////////////////////
// File : "CCity.cpp"
//
// Author : Sean Hamstra (SH)
//
// Purpose : Store all information and functionality
// of a city.
//////////////////////////////////////////////////////
#include "CCity.h"
CCity::CCity()
{
PROFILE("CCity::CCity()");
m_... | [
"sean.hamstra@gmail.com@631b4192-2952-0410-9426-c5ed74a7d3ec",
"slewicki@fullsail.edu@631b4192-2952-0410-9426-c5ed74a7d3ec"
] | [
[
[
1,
12
],
[
14,
20
],
[
22,
24
],
[
26,
26
],
[
28,
31
],
[
33,
65
],
[
67,
67
]
],
[
[
13,
13
],
[
21,
21
],
[
25,
... |
3034c87d9965cd73086d21573658f2056ae364d3 | 3e6ac11a78ca7c997e9048a0069589ad38148ae5 | /mapsModeling/Geometry/Geometry.h | 2547a43f9607b29f4f13579face6e41327b0c377 | [] | no_license | Warhate/wpas | c147dca008fff0367963474badcf882a774e035b | 3b6819b857577bff4aae328d2a16fbd4aa1f45e0 | refs/heads/master | 2021-01-01T18:08:05.650000 | 2011-04-19T17:17:07 | 2011-04-19T17:17:07 | 32,133,661 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 562 | h | // Geometry.h: главный файл заголовка для DLL Geometry
//
#pragma once
#ifndef __AFXWIN_H__
#error "включить stdafx.h до включения этого файла в PCH"
#endif
#include "resource.h" // основные символы
// CGeometryApp
// Про реализацию данного класса см. Geometry.cpp
//
class CGeometryApp : public ... | [
"wildex1@gmail.com@ab12fe6d-bf48-fcdd-0e91-272aff1f9dad"
] | [
[
[
1,
27
]
]
] |
bb3de2bbe3e3e2e372063a6021ed9a29305211e2 | 9df55ed98688ff13caec3061237a2a0895914577 | /Game.h | c4cf78b6a58010fda7c3741a0902468f65719a3e | [] | no_license | tiashaun/sdl_tetris | f625ee0f06e642411f7a04b18b470aa0df61c1ca | 4799cfa4b28cd21b8431f8b6a00bacfb89e794f0 | refs/heads/master | 2020-11-30T23:32:43.812813 | 2009-12-06T20:33:43 | 2009-12-06T20:33:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 863 | h | #ifndef GAME_H
#define GAME_H
#include "IO.h"
#include "Board.h"
#include "Piece.h"
#include "Pieces.h"
#define BOARD_ROWS 30 // in array
#define BOARD_COLS 10
#define PADDING 1 // in pixels
#define BLOCK_H 15
#define BLOCK_W 15
#define BOARD_W (BLOCK_W*BOARD_COLS)
#define BOARD_H (BLOCK_H*BOARD_ROWS)... | [
"jarod.luebbert@gmail.com"
] | [
[
[
1,
50
]
]
] |
c5737e9bd570ea42b8d7da8cf1b7e282934c0d7e | be2e23022d2eadb59a3ac3932180a1d9c9dee9c2 | /NpcServer/NpcKernel/User.h | 81ca344b09f780d2739c6f0e155d55ffb23d5dd5 | [] | no_license | cronoszeu/revresyksgpr | 78fa60d375718ef789042c452cca1c77c8fa098e | 5a8f637e78f7d9e3e52acdd7abee63404de27e78 | refs/heads/master | 2020-04-16T17:33:10.793895 | 2010-06-16T12:52:45 | 2010-06-16T12:52:45 | 35,539,807 | 0 | 2 | null | null | null | null | GB18030 | C++ | false | false | 4,138 | h |
#pragma once
#include "GameObj.h"
#include "define.h"
#include "Npc.h"
#include "I_Role.h"
#include "TimeOut.h"
const int PLAYERACTIVE_SECS = 30; // 每30秒检查一次玩家是否存在
const int MASK_CHANGELOOK = 10000000; // 变身时LOCKFACE的掩码,face=face + new_face*10000000
struct ST_USERINFO
{
OBJID id;
... | [
"rpgsky.com@cc92e6ba-efcf-11de-bf31-4dec8810c1c1"
] | [
[
[
1,
121
]
]
] |
0df2b9d8bae5d53e04d112c910b0a32d3f983873 | 14a00dfaf0619eb57f1f04bb784edd3126e10658 | /Lab3/Sphere.cpp | 6bfa208afade0450961df615558ded0c439c57fa | [] | 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 | 909 | 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",
"onnepoika@da195381-492e-0410-b4d9-ef7979db4686"
] | [
[
[
1,
23
],
[
26,
29
]
],
[
[
24,
25
]
]
] |
9c2cb87ed979dde686104a6c5b6b357ffd3c10fa | b73f27ba54ad98fa4314a79f2afbaee638cf13f0 | /test/testSetting/contentSettingTest.cpp | ec962bb7e21aec0da163340a8350d3f37b47a2ef | [] | 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 | UTF-8 | C++ | false | false | 4,671 | cpp | #include "StdAfx.h"
#include ".\contentsettingtest.h"
#include <setting\contentchecksetting.h>
#include <webcontenttype.h>
#include <boost\test\test_tools.hpp>
using namespace boost::unit_test;
//===========================
//
void TestEnableCheck() {
}
void TestTwoWrong() {
BOOST_CHECK(SettingItem::MODE_... | [
"ynkhpp@gmail.com"
] | [
[
[
1,
108
]
]
] |
c99bff7b8d12f33cd937f62a9cd452a18e84bfd9 | 016774685beb74919bb4245d4d626708228e745e | /iOS/GLEssentials/ozcollide/aabbtree_aabb.h | 6ab8e28c3a49dd131d6f3cafee6e4b2ff00ff6c9 | [] | no_license | sutuglon/Motor | 10ec08954d45565675c9b53f642f52f404cb5d4d | 16f667b181b1516dc83adc0710f8f5a63b00cc75 | refs/heads/master | 2020-12-24T16:59:23.348677 | 2011-12-20T20:44:19 | 2011-12-20T20:44:19 | 1,925,770 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,066 | h | /*
OZCollide - Collision Detection Library
Copyright (C) 2006 Igor Kravtchenko
This library 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 2.1 of the License, or (at your option) an... | [
"sutuglon@gmail.com"
] | [
[
[
1,
133
]
]
] |
3149e6f61cf3c58811d0bb87d3580b13228fc311 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Application/SysCAD/ScdOPCServer.h | f0862260bf682c3b639e8ee4627b6fa963744a72 | [] | no_license | abcweizhuo/Test3 | 0f3379e528a543c0d43aad09489b2444a2e0f86d | 128a4edcf9a93d36a45e5585b70dee75e4502db4 | refs/heads/master | 2021-01-17T01:59:39.357645 | 2008-08-20T00:00:29 | 2008-08-20T00:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,867 | h | // ScdOPCServer.h : Declaration of the CScdOPCServer
#pragma once
#include "resource.h" // main symbols
#include "SysCAD.h"
#include "_IScdOPCServerEvents_CP.h"
// CScdOPCServer
class ATL_NO_VTABLE CScdOPCServer :
public CScdCOCmdBase,
public CComObjectRootEx<CComMultiThreadModel>,
publi... | [
"paul.hannah@syscad.net"
] | [
[
[
1,
71
]
]
] |
ea4f925357e068b89c15193e2ea883c27b4e78e5 | cd787383f4b4ffad1c6a1d45899ed16a8d12a18a | /CHoboCopyException.h | 3f469ca24abe943db5dcf83e2a74d19561ea743c | [
"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,396 | h | /*
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,
41
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.