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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
41d436ec07a16f7473cadb94983709a947fc79f5 | 41c264ec05b297caa2a6e05e4476ce0576a8d7a9 | /OpenHoldem/OpenHoldemDoc.cpp | 35fe0e3e37b48dfdfa1e6eea4432eb93963c477b | [] | no_license | seawei/openholdem | cf19a90911903d7f4d07f956756bd7e521609af3 | ba408c835b71dc1a9d674eee32958b69090fb86c | refs/heads/master | 2020-12-25T05:40:09.628277 | 2009-01-25T01:17:10 | 2009-01-25T01:17:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,934 | cpp | // OpenHoldemDoc.cpp : implementation of the COpenHoldemDoc class
//
#include "stdafx.h"
#include "OpenHoldemDoc.h"
#include "OpenHoldem.h"
#include "MainFrm.h"
#include "CPreferences.h"
#include "CDllExtension.h"
#include "DialogFormulaScintilla.h"
// COpenHoldemDoc
IMPLEMENT_DYNCREATE(COpenHoldemDoc... | [
"time.in.world@gmail.com"
] | [
[
[
1,
189
]
]
] |
27b76ce66aa7c2976176af89b3cf60e5110bbf43 | aab4c401149d8cdee10094d4fb4de98f490be3b6 | /src/gui/cLuaGL.cpp | e6f15c87c6b8533c01e4302c0b4eca49077944cf | [] | no_license | soulik/quads | a7a49e32dcd137fd32fd45b60fa26b5c0747bd03 | ce440c5d35448908fd936797bff0cb7a9ff78b6e | refs/heads/master | 2016-09-08T00:18:28.704939 | 2008-09-01T14:18:42 | 2008-09-01T14:18:42 | 32,122,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 40,785 | cpp | #include "gui/cGL.h"
#include "gui/cLuaGL.h"
#include <SDL/SDL_opengl.h>
#include "modules/renderer.h"
#include "modules/qTexturer.h"
#include "modules/script.h"
#include "common.h"
#include "base.h"
#define SELECT_BUF_SIZE 512
extern cBase * __parent;
GLuint selectBuffer[SELECT_BUF_SIZE];
static voi... | [
"soulik42@89f801e3-d555-0410-a9c1-35b9be595399"
] | [
[
[
1,
1436
]
]
] |
399edd63c3c537bd555c246837582fd69b199992 | 6bdb3508ed5a220c0d11193df174d8c215eb1fce | /Codes/Halak/Vector2.inl | eda44616345079a1f9b749d5bb172544f85c9cfc | [] | no_license | halak/halak-plusplus | d09ba78640c36c42c30343fb10572c37197cfa46 | fea02a5ae52c09ff9da1a491059082a34191cd64 | refs/heads/master | 2020-07-14T09:57:49.519431 | 2011-07-09T14:48:07 | 2011-07-09T14:48:07 | 66,716,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,225 | inl | namespace Halak
{
Vector2::Vector2()
: X(0.0f), Y(0.0f)
{
}
Vector2::Vector2(int x, int y)
: X(static_cast<float>(x)), Y(static_cast<float>(y))
{
}
Vector2::Vector2(float x, float y)
: X(x), Y(y)
{
}
Vector2::Vector2(const Vector2& orig... | [
"halakshin@gmail.com"
] | [
[
[
1,
107
]
]
] |
351b0d8c3d55ef5e653c00edc34f726a3eb1cd6a | f76e8eb54d95cedcc6c4e35d753a4690b8ead68e | /OnePlayer/OnePlayer.cpp | 0325b6eb030eb1554189b404f0a73130eec591f9 | [] | no_license | Henry-T/one-player | 42701d290359adf3ff3545efa0b8514a3929f704 | a0b549d3a87290ad4eae07cf6e1fc0a29cade511 | refs/heads/master | 2021-01-10T17:50:03.155313 | 2011-04-20T09:59:46 | 2011-04-20T09:59:46 | 50,159,785 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,988 | cpp | // OnePlayer.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "OnePlayer.h"
#include "OnePlayerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// COnePlayerApp
BEGIN_MESSAGE_MAP(COnePlayerApp, CWinApp)
ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
END_MESSAGE_MAP()
// COnePlayerApp 构造
COnePlaye... | [
"tang.hy@live.com"
] | [
[
[
1,
78
]
]
] |
510eb05e2e21cd82faa96b9b90ade9d889e12c1d | 1c9f99b2b2e3835038aba7ec0abc3a228e24a558 | /Projects/elastix/elastix_sources_v4/src/Components/Optimizers/AdaptiveStochasticGradientDescent/elxAdaptiveStochasticGradientDescent.cxx | 0091e632ad371fd6f1af39e1515601fb55983d1a | [] | 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 | 684 | 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,
17
]
]
] |
35c118f4cae12a26ae5f275b99182ca3236cdbd5 | 08d0c8fae169c869d3c24c7cdfb4cbcde4976658 | /Timer.cpp | f580b50094b78f43c785ed0a8e01e514a9e7c913 | [] | no_license | anelson/asynciotest | 6b24615b69007cb4fa4b1a5e31dd933b638838ff | e79cea40e1595468401488accc27229a4aedd899 | refs/heads/master | 2016-09-09T19:35:15.153615 | 2010-11-07T18:40:56 | 2010-11-07T18:40:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 774 | cpp | #include "StdAfx.h"
#include ".\timer.h"
Timer::Timer()
{
LARGE_INTEGER zero = {0};
m_value = zero;
}
Timer::Timer(const LARGE_INTEGER& value)
{
m_value = value;
}
Timer::Timer(const Timer& src)
{
m_value = src.m_value;
}
Timer::~Timer(void)
{
}
// Computes the time between two timers
... | [
"anelson@apocryph.org"
] | [
[
[
1,
41
]
]
] |
4f72859d9d2de2329cc18d3f786bf4a8633f24f1 | 7dd19b99378bc5ca4a7c669617a475f551015d48 | /openclient/rtsp_stack/DvrWnd.cpp | 2b4f7b03cca189ae24f87793b33198882d2ef1cc | [] | no_license | Locnath/openpernet | 988a822eb590f8ed75f9b4e8c2aa7b783569b9da | 67dad1ac4cfe7c336f8a06b8c50540f12407b815 | refs/heads/master | 2020-06-14T14:32:17.351799 | 2011-06-23T08:51:04 | 2011-06-23T08:51:04 | 41,778,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,921 | cpp | #include <stdio.h>
#include <wtypes.h>
#include <string.h>
#include "HikData.h"
//extern
HINSTANCE hookInst;
static LRESULT CALLBACK WndProc(HWND hWnd, UINT message,WPARAM wParam, LPARAM lParam)
{
char msg[256];
switch (message)
{
case WM_DVR_MSG:
sprintf(msg, "WM_DVR_MSG, lPa... | [
"xiezhengwei@starv.tv"
] | [
[
[
1,
88
]
]
] |
fca3d4d830b27b45c0d49af971f20eb73dfe3a79 | 5750620062af54ed24792c39d0bf19a6f8f1e3bf | /src/crypter.cpp | 439a38cebf6db48e3dd0ec6f9f8a0d8a76f10afa | [] | no_license | makomk/soldcoin | 4088e49928efe7436eee8bae40b0b1b9ce9e2720 | f964acdd1a76d58f7e27e386fffbed22a1916307 | refs/heads/master | 2021-01-17T22:18:53.603480 | 2011-09-04T19:29:57 | 2011-09-04T19:29:57 | 2,344,688 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,692 | cpp | // Copyright (c) 2011 The SolidCoin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <openssl/aes.h>
#include <openssl/evp.h>
#include <vector>
#include <string>
#include "headers.h"
#ifdef __WXMS... | [
"root@waka.site40.net"
] | [
[
[
1,
132
]
]
] |
04e33a957b61b1ec25ea6828934dd8e895c35481 | ed9ecdcba4932c1adacac9218c83e19f71695658 | /CJEngine_2010/CJEngine/CJEngine/Texture.cpp | 63df89827419d5ca26e99ac2ce58dfabc6861df5 | [] | no_license | karansapra/futurattack | 59cc71d2cc6564a066a8e2f18e2edfc140f7c4ab | 81e46a33ec58b258161f0dd71757a499263aaa62 | refs/heads/master | 2021-01-10T08:47:01.902600 | 2010-09-20T20:25:04 | 2010-09-20T20:25:04 | 45,804,375 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,180 | cpp | #include "./Texture.h"
#include "./Core.h"
Texture::Texture(const char * filename)
{
data_ = NULL;
format_ = 0;
size_t size;
wchar_t wfilename[256];
mbstowcs_s(&size,wfilename,256,filename,256);
Gdiplus::Bitmap bmp(wfilename);
width_ = bmp.GetWidth();
height_ = bmp.GetHeight();
if (width_==0 |... | [
"clems71@52ecbd26-af3e-11de-a2ab-0da4ed5138bb"
] | [
[
[
1,
49
]
]
] |
3c8f0bbfa5ed151cb291319601189d5d51217895 | ffa46b6c97ef6e0c03e034d542fa94ba02d519e5 | /qpropertydialog.h | 0fa72f2801264cdd49f8fe2664d5096c3acc1e24 | [] | no_license | jason-cpc/chmcreator | 50467a2bc31833aef931e24be1ac68f5c06efd97 | 5da66666a9df47c5cf67b71bfb115b403f41b72b | refs/heads/master | 2021-12-04T11:22:23.616758 | 2010-07-20T23:50:15 | 2010-07-20T23:50:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | h | #ifndef TABDIALOG_H
#define TABDIALOG_H
#include <QtGui>
QT_BEGIN_NAMESPACE
class QDialogButtonBox;
class QFileInfo;
class QTabWidget;
QT_END_NAMESPACE
//! [0]
class GeneralTab : public QWidget
{
Q_OBJECT
public:
GeneralTab(const QFileInfo &fileInfo, QWidget *parent = 0);
};
//! [0]
... | [
"zhurx4g@35deca34-8bc2-11de-b999-7dfecaa767bb"
] | [
[
[
1,
64
]
]
] |
fb575a3160406ec68ce0c398467a08022a015791 | ad9f0e8b1b5ffae0685027b897032272a4b55acd | /hex grid node crafter/hex grid node crafter/unitClass.h | ee01fbc60c6a3adecdf42c16465991ddb06d5af4 | [] | no_license | robertmcconnell2007/chickamauga | 33c36f61f9a467f0cca56c0ea9914ab57da98556 | 1883d055482973ba421e303661ce0acd529ca886 | refs/heads/master | 2021-01-23T00:14:57.431579 | 2010-08-31T19:36:15 | 2010-08-31T19:36:15 | 32,115,025 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,988 | h | #pragma once
#include "sdl/SDL.h"
#include "GraphicsLoader.h"
#include <fstream>
struct vector2d
{
int x;
int y;
};
enum terrainTypes;
struct map_node;
struct node_edge;
class mapSuperClass;
class unitClass
{
private:
int power;
SDL_Rect unitRect;
vector2d position;
public:
unitClass();
... | [
"ignatusfordon@40b09f04-00bc-11df-b8ab-b3eb4b1fa784",
"robertmcconnell2007@40b09f04-00bc-11df-b8ab-b3eb4b1fa784"
] | [
[
[
1,
1
],
[
3,
300
]
],
[
[
2,
2
]
]
] |
537b76b828d4205f52322838f5d424c22d93a44b | 2f77d5232a073a28266f5a5aa614160acba05ce6 | /01.DevelopLibrary/03.Code/UI/SmsFindResultWnd.cpp | f6bb4bddc4a74fd6618cea606625463adeb33978 | [] | no_license | radtek/mobilelzz | 87f2d0b53f7fd414e62c8b2d960e87ae359c81b4 | 402276f7c225dd0b0fae825013b29d0244114e7d | refs/heads/master | 2020-12-24T21:21:30.860184 | 2011-03-26T02:19:47 | 2011-03-26T02:19:47 | 58,142,323 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,577 | cpp | #include "stdafx.h"
#include "resource.h"
#include "SmsFindResultWnd.h"
#include "SmsLookMsgDetailWnd.h"
class ListItemData
{
public:
CMzString StringTitle; // 项的主文本
CMzString StringDescription; // 项的描述文本
BOOL Selected; // 项是否被选中
};
///////////////////CSmsLookCtorWnd////////////////////////... | [
"saviola0830@gmail.com"
] | [
[
[
1,
155
]
]
] |
2bf47a0549b8c6d388ba418b846d3ba7ff22047c | cecdfda53e1c15e7bd667440cf5bf8db4b3d3e55 | /Map Editor/MyFont.h | e1528f1c513c4848e2cc465479f4b8284d749406 | [] | no_license | omaskery/mini-stalker | f9f8713cf6547ccb9b5e51f78dfb65a4ae638cda | 954e8fce9e16740431743f020c6ddbc866e69002 | refs/heads/master | 2021-01-23T13:29:26.557156 | 2007-08-04T12:44:52 | 2007-08-04T12:44:52 | 33,090,577 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 897 | h | #include <string>
class Text
{
SDL_Surface *font;
public:
Text(const std::string &font_file)
{
font = SDL_LoadBMP(font_file.c_str());
if(font) SDL_SetColorKey(font,SDL_SRCCOLORKEY|SDL_RLEACCEL,SDL_MapRGB(font->format,0,0,0));
}
void draw(SDL_Surface *s, int x, int y, const std::string &text, int al... | [
"ollie.the.pie.lord@823218a8-ad34-0410-91fc-f9441fec9dcb"
] | [
[
[
1,
44
]
]
] |
af37b8c93e528498883a0a3d0983948237c22dd8 | 7cf0bc0c3120c2040c3ed534421082cd93f0242f | /ab_mfc/ab_mfc/serversocket.cpp | abb6d6d024cd6ac976abacab177b926bb4b0fbde | [] | no_license | zephyrer/ab-mfc | 3d7be0283fa3fff3dcb7120fc1544e60a3811d88 | f228b27a6fdbcb55f481155e9e9d77302335336a | refs/heads/master | 2021-01-13T02:15:55.470629 | 2010-12-10T12:16:23 | 2010-12-10T12:16:23 | 40,066,957 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,881 | cpp | #include "stdafx.h"
#include "serversocket.h"
ServerSocket::ServerSocket()
{
if(WSAStartup(MAKEWORD(2,2), &WSAData) != 0) //³õʼ»¯Ì×½Ó×Ö
{
printf("sock init fail!\n");
}
else printf("sock init success!\n");
}
ServerSocket::~ServerSocket()
{
Close();
closesocket(sockfd); ... | [
"whitefirer@gmail.com"
] | [
[
[
1,
142
]
]
] |
f2dab7a5de95acf1ebe086a4d5654798c192d7b3 | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SERenderers/SE_DX10_Renderer/SEDX10RendererRegister.cpp | 8392caa9452cf6d85381cda14886fb232936ea41 | [] | no_license | pizibing/swingengine | d8d9208c00ec2944817e1aab51287a3c38103bea | e7109d7b3e28c4421c173712eaf872771550669e | refs/heads/master | 2021-01-16T18:29:10.689858 | 2011-06-23T04:27:46 | 2011-06-23T04:27:46 | 33,969,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,898 | cpp | // Swing Engine Version 1 Source Code
// Most of techniques in the engine are mainly based on David Eberly's
// Wild Magic 4 open-source code.The author of Swing Engine learned a lot
// from Eberly's experience of architecture and algorithm.
// Several sub-systems are totally new,and others are re-implimented or
... | [
"hide106@163.com@876e9856-8d94-11de-b760-4d83c623b0ac"
] | [
[
[
1,
51
]
]
] |
64f9fbd8d7f732a3c6f0c0b8dbf3e9a9603be3e7 | de0881d85df3a3a01924510134feba2fbff5b7c3 | /addons/ofxGui/ofxGuiButton.cpp | d9daa81423acc00f411e710aa5d68389f3fef7a9 | [] | no_license | peterkrenn/ofx-dev | 6091def69a1148c05354e55636887d11e29d6073 | e08e08a06be6ea080ecd252bc89c1662cf3e37f0 | refs/heads/master | 2021-01-21T00:32:49.065810 | 2009-06-26T19:13:29 | 2009-06-26T19:13:29 | 146,543 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,265 | cpp | /*
* ofxGuiButton.cpp
* openFrameworks
*
* Created by Stefan Kirch on 18.06.08.
* Copyright 2008 alphakanal. All rights reserved.
*
*/
// ----------------------------------------------------------------------------------------------------
#include "ofxGuiButton.h"
// --------------------------------------... | [
"meta.rb@gmail.com"
] | [
[
[
1,
170
]
]
] |
bddf8ce7075524676b5d8a5e7d6d2a77cab9fdde | c0bd82eb640d8594f2d2b76262566288676b8395 | /src/shared/Database/DBC.cpp | 2a74d538d6c4b6ac6529fe25324f97072b20e5c7 | [
"FSFUL"
] | permissive | vata/solution | 4c6551b9253d8f23ad5e72f4a96fc80e55e583c9 | 774fca057d12a906128f9231831ae2e10a947da6 | refs/heads/master | 2021-01-10T02:08:50.032837 | 2007-11-13T22:01:17 | 2007-11-13T22:01:17 | 45,352,930 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,039 | cpp | #include "DBC.h"
#include <math.h>
class DBC;
DBC::DBC() {
tbl = NULL;
db = NULL;
loaded = false;
format = NULL;
}
void DBC::Load(const char *filename) {
FILE *f = fopen(filename, "rb");
if(!f)
{
printf("DBC %s Doesnt exist!\n",filename);
return;
}
... | [
"tdiddi@web.de"
] | [
[
[
1,
215
]
]
] |
1aa8dbf0a37ca00d2ef37626ab20aaefa129134b | 83da738aa8446efa499555e0073a7215b3f874a3 | /code/MyFrame.cpp | b8082645bdabc4c4bbeb70908ad188b45903aaa5 | [] | no_license | duponamk/wxawesomium | 38a65d1b775d8c8a2071740324c433ec6bfdce81 | 05bd19bd9f6abe2d998c1039f7da06b6e76b434e | refs/heads/master | 2016-08-11T09:13:37.429058 | 2009-09-18T12:30:16 | 2009-09-18T12:30:16 | 44,711,453 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,382 | cpp | ///////////// Copyright © 2009 DesuraNet. All rights reserved. /////////////
//
// Project : wxAwesomium
// File : MyFrame.cpp
// Description :
// [TODO: Write the purpose of MyFrame.cpp.]
//
// Created On: 9/18/2009 2:48:33 PM
// Created By: Mark Chandler <mailto:mark@moddb.com>
////... | [
"lodle.05@87dc4f06-a44e-11de-b1fe-bba1d6bec496"
] | [
[
[
1,
76
]
]
] |
82eb31e81092371a94a39efb434c78816a2d0a29 | d8f64a24453c6f077426ea58aaa7313aafafc75c | /utils/BR5Viewer/TextureLoader.h | 7995dc63ddf993e6b4b31c880b76fcb6425830e4 | [] | no_license | dotted/wfto | 5b98591645f3ddd72cad33736da5def09484a339 | 6eebb66384e6eb519401bdd649ae986d94bcaf27 | refs/heads/master | 2021-01-20T06:25:20.468978 | 2010-11-04T21:01:51 | 2010-11-04T21:01:51 | 32,183,921 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,294 | h | #ifndef TEXTURE_LOADER_H
#define TEXTURE_LOADER_H
namespace loaders
{
class CTextureLoader
{
public:
CTextureLoader();
~CTextureLoader();
struct sLoaderResult
{
POINT texture_dimensions;
bool done;
sLoaderResult()
{
done=false;
}
};
struct sRgbPixel
{
... | [
"bo@bxd.dk"
] | [
[
[
1,
81
]
]
] |
428cc15741cdba55e8a116c4b195402f6dc49132 | 48ab31a0a6a8605d57b5e140309c910f46eb5b35 | /Root/Implementation/BerkeleyDatabase/BerkeleyManualIndexCursor.cpp | 0da2b242a2d07ecfb75109daedbbc21119b3a783 | [] | no_license | firebreath/indexeddb | 4c3106027a70e233eb0f91c6e0b5d60847d75800 | 50136d2fadced369788a42d249157b8a0d06eb88 | refs/heads/master | 2023-08-31T11:28:42.664028 | 2011-01-03T23:29:46 | 2011-01-03T23:29:46 | 1,218,008 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,692 | cpp | /**********************************************************\
Copyright Brandon Haynes
http://code.google.com/p/indexeddb
GNU Lesser General Public License
\**********************************************************/
#include "BerkeleyManualIndexCursor.h"
#include "BerkeleyManualIndex.h"
#include "BerkeleyDatab... | [
"brandon.haynes@everysport.net"
] | [
[
[
1,
81
]
]
] |
7dfb190f63616c8380378291c401b51d3d6bb3cc | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Common/Internal/GeometryProcessing/ConvexHull/hkgpConvexHull.h | d596bf79f0c5db7714b210a84be93b6b9fa21985 | [] | 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 | 19,056 | 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,
443
]
]
] |
015bbf4127c8fc23dad3811d0fd62a863923c98a | 2e5fd1fc05c0d3b28f64abc99f358145c3ddd658 | /deps/quickfix/src/C++/ThreadedSocketConnection.cpp | 7af5c4e504483e51a681b40202ed9cd5e8feeeb4 | [
"BSD-2-Clause"
] | permissive | indraj/fixfeed | 9365c51e2b622eaff4ce5fac5b86bea86415c1e4 | 5ea71aab502c459da61862eaea2b78859b0c3ab3 | refs/heads/master | 2020-12-25T10:41:39.427032 | 2011-02-15T13:38:34 | 2011-02-15T20:50:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,467 | cpp | /****************************************************************************
** Copyright (c) quickfixengine.org All rights reserved.
**
** This file is part of the QuickFIX FIX Engine
**
** This file may be distributed under the terms of the quickfixengine.org
** license as defined by quickfixengine.org and ap... | [
"nikolas.bowe@gmail.com"
] | [
[
[
1,
219
]
]
] |
4d25b672ebdea70a2d0adcf67eb4d2c378338fcd | 967868cbef4914f2bade9ef8f6c300eb5d14bc57 | /platform/defines.hpp | a346cffb735ea853f748c9fdafd89f8b1485dd2b | [] | no_license | saminigod/baseclasses-001 | 159c80d40f69954797f1c695682074b469027ac6 | 381c27f72583e0401e59eb19260c70ee68f9a64c | refs/heads/master | 2023-04-29T13:34:02.754963 | 2009-10-29T11:22:46 | 2009-10-29T11:22:46 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 5,939 | hpp | /*
© Vestris Inc., Geneva, Switzerland
http://www.vestris.com, 1994-1999 All Rights Reserved
______________________________________________
written by Daniel Doubrovkine - dblock@vestris.com
Revision history:
17.09.1999: OSF1 does not support usleep (or has it well hidden, didn't look fo... | [
"dblock@dblock.org"
] | [
[
[
1,
225
]
]
] |
a24c8b7391c8ebac439f36f74084f44b0a9a1d38 | 9613f6e0e67d5955c3baca0665f3b1f2694171ad | /SAND/trunk/SAND DX 1/sand_phys.cpp | 72b81ce6dd7ef40ca1df6410959379755ecd0eb7 | [] | no_license | EraYaN/reSAND | a5f674dab6b26de178a705df06a31ae73d70da7c | 21dc29e5822020f19433b7f550313972dec3fcf8 | refs/heads/master | 2016-08-04T18:57:28.858572 | 2010-02-18T17:23:20 | 2010-02-18T17:23:20 | 32,873,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,148 | cpp | #include "sand_phys.h"
#include "main.h"
SAND start_sands = {100,100,1};
SAND_TYPE Water = {0.0f,0.0f,255.0f,3,1.0f};
sand_phys::sand_phys()
{
sands.push_back(start_sands);
}
sand_phys::~sand_phys(void)
{
}
int sand_phys::calculate(float xPos, float yPos, float &newXpos, float &newYpos, int sa... | [
"git@erayan.eu"
] | [
[
[
1,
53
]
]
] |
3f0919b2c10df3efd83db95aa77c54a54de43d93 | a86ab590320fbbf2c3d8cac5cea9622bef28944b | /include/xmlUtils.hpp | dce2b69d88a092a76a2b7ebac0b319858dcab6c7 | [] | no_license | wumingbo/itunes-habit | c6318344f8fa9ceded030a7b2bb7cbae36fb9032 | 79670b45ad253ab3f5d2c5c07547844ca49d283b | refs/heads/master | 2021-01-22T15:21:37.165310 | 2010-06-30T06:15:48 | 2010-06-30T06:15:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,068 | hpp | #pragma once
#include <xercesc/util/XMLString.hpp>
#include <xercesc/sax/ErrorHandler.hpp>
#include <xercesc/dom/DOMErrorHandler.hpp>
#include <xercesc/dom/DOMNodeFilter.hpp>
XERCES_CPP_NAMESPACE_USE
class
StrX
{
public:
StrX(const XMLCh * const toTranscode) :
l(XMLString::transcode(t... | [
"colin.diesh@37d2c1db-bb2f-0410-a901-09a4849b322f",
"cplusnerd@gmail.com"
] | [
[
[
1,
17
],
[
20,
20
],
[
25,
26
],
[
31,
46
],
[
49,
49
],
[
54,
54
],
[
59,
86
],
[
88,
103
],
[
105,
105
],
[
109,
1... |
86d453118fc39285ea81983731b67bc72a9adbd4 | be2e23022d2eadb59a3ac3932180a1d9c9dee9c2 | /NpcServer/NpcKernel/SynManager.cpp | 5526c44214cbe25169de611692f002b8419fdd06 | [] | 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 | UTF-8 | C++ | false | false | 2,153 | cpp | #include "windows.h"
#include "SynManager.h"
#include "NpcWorld.h"
#include <algorithm>
bool CSyndicate::Create(IRecordset* pRes)
{
m_id = pRes->GetInt(SYNDATA_ID);
m_idFealty = pRes->GetInt(SYNDATA_FEALTY);
for(int i = 0; i < MAX_SYNENEMYSIZE; i++)
{
OBJID id = pRes->GetInt((SYNDATA)(SYNDATA_ALLY0 + ... | [
"rpgsky.com@cc92e6ba-efcf-11de-bf31-4dec8810c1c1"
] | [
[
[
1,
119
]
]
] |
c8fcd5a51cf89423bdaf75280f0a055800e0af9e | 81e051c660949ac0e89d1e9cf286e1ade3eed16a | /quake3ce/code/pvr/pvr_snd.cpp | 811c7c6295d586c6bfbe1f7a53dc65fd029f877b | [] | no_license | crioux/q3ce | e89c3b60279ea187a2ebcf78dbe1e9f747a31d73 | 5e724f55940ac43cb25440a65f9e9e12220c9ada | refs/heads/master | 2020-06-04T10:29:48.281238 | 2008-11-16T15:00:38 | 2008-11-16T15:00:38 | 32,103,416 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,553 | cpp | /*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
... | [
"crioux@684fc592-8442-0410-8ea1-df6b371289ac"
] | [
[
[
1,
293
]
]
] |
40ad1ccfb1c7bf8e87d9026f75b5e8e5dce760aa | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/tags/v0-1/engine/dialog/include/Match.h | 26f3b545764ddb77b2657657cef58f9ea7cdd365 | [
"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,546 | 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,
57
]
]
] |
12bc561bab288e0c7c9b3e252188f82b3e9cc173 | bf7d05c055c5686e4ded30f9705a28a396520d48 | /Core/CoreAttribute.h | 2828a3e4b9d8a49f554cc4bf1633cd8aaa2b864d | [] | no_license | ghemingway/mgalib | f32438d5abdbeb5739c298e401a0513f91c8d6d0 | c8cf8507a7fe73efe1da19abcdb77b52e75e2de0 | refs/heads/master | 2020-12-24T15:40:33.538434 | 2011-02-04T16:38:09 | 2011-02-04T16:38:09 | 32,185,568 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 12,489 | h | #ifndef __CORE_ATTRIBUTE_H__
#define __CORE_ATTRIBUTE_H__
/*** Included Header Files ***/
#include "CoreMetaAttribute.h"
#include "CoreStorage.h"
/*** Namespace Declaration ***/
namespace MGA {
/*** Class Predefinitions ***/
class CoreObjectBase;
// --------------------------- CoreAttributeBase... | [
"graham.hemingway@8932de9b-a0df-7518-fb39-9aee4a96b462"
] | [
[
[
1,
379
]
]
] |
9f68edb36eb3c16275e5db5c6ea830ee6db6907e | 7b7a3f9e0cac33661b19bdfcb99283f64a455a13 | /Engine/dll/Core/flx_logger.h | 238e1b8a160452cf11ccf55750bb58ddabbbd312 | [] | no_license | grimtraveller/fluxengine | 62bc0169d90bfe656d70e68615186bd60ab561b0 | 8c967eca99c2ce92ca4186a9ca00c2a9b70033cd | refs/heads/master | 2021-01-10T10:58:56.217357 | 2009-09-01T15:07:05 | 2009-09-01T15:07:05 | 55,775,414 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,056 | h | /*---------------------------------------------------------------------------
This source file is part of the FluxEngine.
Copyright (c) 2008 - 2009 Marvin K. (starvinmarvin)
This program is free software.
---------------------------------------------------------------------------*/
#ifndef Logger_H
#define ... | [
"marvin.kicha@e13029a8-578f-11de-8abc-d1c337b90d21"
] | [
[
[
1,
56
]
]
] |
e8b6797fec12f6c7b43cc06f4bdcf7dcb88d999d | c6f4fe2766815616b37beccf07db82c0da27e6c1 | /CameraCollisionResponse.cpp | 2b36f6449fd5a313b604d5c1e83fa0919b7eabbb | [] | no_license | fragoulis/gpm-sem1-spacegame | c600f300046c054f7ab3cbf7193ccaad1503ca09 | 85bdfb5b62e2964588f41d03a295b2431ff9689f | refs/heads/master | 2023-06-09T03:43:53.175249 | 2007-12-13T03:03:30 | 2007-12-13T03:03:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 391 | cpp | #include "SpaceshipCollisionResponse.h"
#include "VitalsHealth.h"
#include "Object.h"
using tlib::Object;
using tlib::OCVitalsHealth;
void SpaceshipCollisionResponse::respond( const Vector3f &vCollVector ) const
{
m_oOwner->setPos( m_oOwner->getPos() + vCollVector );
OCVitalsHealth *cVitals = (OCVital... | [
"john.fragkoulis@201bd241-053d-0410-948a-418211174e54"
] | [
[
[
1,
12
]
]
] |
2dd04f1deb71b82944d2916cc243e5c18c48ae45 | 222bc22cb0330b694d2c3b0f4b866d726fd29c72 | /src/brookbox/wm2/WmlTriangle2.h | 6edbb61b3fed4277e7538041abb39db2ede42c12 | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | darwin/inferno | 02acd3d05ca4c092aa4006b028a843ac04b551b1 | e87017763abae0cfe09d47987f5f6ac37c4f073d | refs/heads/master | 2021-03-12T22:15:47.889580 | 2009-04-17T13:29:39 | 2009-04-17T13:29:39 | 178,477 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,429 | h | // Magic Software, Inc.
// http://www.magic-software.com
// http://www.wild-magic.com
// Copyright (c) 2003. All Rights Reserved
//
// The Wild Magic Library (WML) source code is supplied under the terms of
// the license agreement http://www.magic-software.com/License/WildMagic.pdf
// and may not be copied or ... | [
"antonin@hildebrand.cz"
] | [
[
[
1,
56
]
]
] |
0e653cda442d0131a9a217a916119978291a73d4 | f241b6224086eaba2de42d674e2f189a66419a63 | /old/cs4280/GroupWork/Game/Game/texture.cpp | cda51fea1bbcc4a19a9e16b7c2bc55e86c7bde27 | [] | no_license | davidwiggy/Joshs-School | 17c78dc953ffdc5db5fc0524248f1638b64a082c | 87937141406847adcff18741882f53f1a5c44007 | refs/heads/master | 2020-04-08T01:25:17.915887 | 2011-09-24T03:51:44 | 2011-09-24T03:51:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,996 | cpp | #include "texture.h"
// LoadBitmapFile
// desc: Returns a pointer to the bitmap image of the bitmap specified
// by filename. Also returns the bitmap header information.
// No support for 8-bit bitmaps.
unsigned char *CTexture::LoadBitmapFile(char *filename, BITMAPINFOHEADER *bitmapInfoHeader)
{
FILE ... | [
"arnie@67c49fff-0526-0410-8e7c-b4c1397322bd"
] | [
[
[
1,
442
]
]
] |
ace3e3505072073726cbb4889a01f32aac727760 | 51e1cf5dc3b99e8eecffcf5790ada07b2f03f39c | /FileAssistant++/Source/CUSBManager.cpp | 21152ebe932b53f25584e7668384cf83a8ffc4ea | [] | no_license | jdek/jim-pspware | c3e043b59a69cf5c28daf62dc9d8dca5daf87589 | fd779e1148caac2da4c590844db7235357b47f7e | refs/heads/master | 2021-05-31T06:45:03.953631 | 2007-06-25T22:45:26 | 2007-06-25T22:45:26 | 56,973,047 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,205 | cpp | /***********************************************************************************
Module : CUSBManager.cpp
Description :
Last Modified $Date: $
$Revision: $
Copyright (C) 01 August 2005 T Swann
***********************************************************************************/
//****... | [
"71m@ff2c0c17-07fa-0310-a4bd-d48831021cb5"
] | [
[
[
1,
163
]
]
] |
93416ec1875325ccf73e052877f5aa540ecdac69 | f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0 | /Depend/MyGUI/Tools/FontViewer/FontView.h | 067a1fb9b2180ad68d27e1cb913e0f5e98330638 | [] | 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 | 411 | h | /*!
@file
@author Albert Semenov
@date 09/2008
*/
#ifndef __FONT_VIEW_H__
#define __FONT_VIEW_H__
#include <MyGUI.h>
#include "BaseLayout/BaseLayout.h"
namespace demo
{
class FontView : public wraps::BaseLayout
{
public:
FontView();
void setFontName(const std::string& _value);
pri... | [
"albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c"
] | [
[
[
1,
28
]
]
] |
7856a2193c956335302d46dbef84192934e4d801 | d6a28d9d845a20463704afe8ebe644a241dc1a46 | /source/Irrlicht/CGUIEnvironment.h | 16ca8ea6fce310ff02ec46d4eec0c1baf012893e | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive",
"Zlib"
] | permissive | marky0720/irrlicht-android | 6932058563bf4150cd7090d1dc09466132df5448 | 86512d871eeb55dfaae2d2bf327299348cc5202c | refs/heads/master | 2021-04-30T08:19:25.297407 | 2010-10-08T08:27:33 | 2010-10-08T08:27:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,233 | h | // Copyright (C) 2002-2009 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifndef __C_GUI_ENVIRONMENT_H_INCLUDED__
#define __C_GUI_ENVIRONMENT_H_INCLUDED__
#include "IrrCompileConfig.h"
#ifdef _IRR_COMPILE_WITH_GUI... | [
"hybrid@dfc29bdd-3216-0410-991c-e03cc46cb475",
"bitplane@dfc29bdd-3216-0410-991c-e03cc46cb475",
"irrlicht@dfc29bdd-3216-0410-991c-e03cc46cb475",
"engineer_apple@dfc29bdd-3216-0410-991c-e03cc46cb475",
"cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475"
] | [
[
[
1,
1
],
[
5,
6
],
[
40,
40
],
[
43,
43
],
[
46,
46
],
[
49,
49
],
[
59,
59
],
[
62,
62
],
[
74,
75
],
[
78,
78
]... |
9c4250d22daf21d273c5f25d433994487f094102 | 8e4d21a99d0ce5413eab7a083544aff9f944b26f | /src/NthContourProcess.cpp | b24301c009f1a9da2ba284ef4991a55a62eb267a | [] | no_license | wangjunbao/nontouchsdk | 957612b238b8b221b4284efb377db220bd41186a | 81ab8519ea1af45dbb7ff66c6784961f14f9930c | refs/heads/master | 2021-01-23T13:57:20.020732 | 2010-10-31T12:03:49 | 2010-10-31T12:03:49 | 34,656,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 316 | cpp | /*
* NthContourProcess.cpp
* CopyRight @South China Institute of Software Engineering,.GZU
* Author:
* 2010/10/20
*/
#ifndef DLL_FILE
#define DLL_FILE
#endif
#include "NthContourProcess.h"
NthContourProcess::NthContourProcess(void)
{
}
NthContourProcess::~NthContourProcess(void)
{
}
| [
"tinya0913@6b3f5b0f-ac10-96f7-b72e-cc4b20d3e213"
] | [
[
[
1,
21
]
]
] |
f0617ad3d23e747293fe7e66da44c3d137520a79 | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/Bowling/trunk/Source/LethalBowling/Drawer.cpp | c3fc5a0a3640062ea2986039bb8d5d7af4367446 | [] | 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 | 463 | cpp | #include "Drawer.h"
#include <gl/GL.h>
namespace Virgin
{
Drawer::Drawer(void)
: translateX_(0.0)
, translateY_(0.0)
, translateZ_(0.0)
{
}
Drawer::~Drawer(void)
{
}
void Drawer::TranslateTo(float x, float y, float z)
{
translateX_ = x;
translateY_ = y;
translateZ_ = z... | [
"sic_1234@naver.com"
] | [
[
[
1,
31
]
]
] |
40f2095384d381156bbe17b6dfff2fe7bab3f62b | eeb949f6fe65b1177ac7426a937ef96b0d4d1e22 | /srcanamdw/appdep/src/appdep.cpp | a90a486ffe5b7ec189bbb03ec181f74d851b9cd9 | [] | no_license | SymbianSource/oss.FCL.sftools.ana.staticanamdw | bd2d6b6208f473aa03e2a23c1f7d8679c235c11d | f2f134dfc41d34af79e682c1d78a6c45a14206b0 | refs/heads/master | 2020-12-24T12:28:54.126034 | 2010-02-18T06:59:02 | 2010-02-18T06:59:02 | 72,998,870 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,910 | cpp | /*
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/ep... | [
"none@none"
] | [
[
[
1,
278
]
]
] |
d90c913480ef89a821fa8870ef78e60a264f1312 | 800b5ac63b77e8db5ae4d5ad29bc3e1b2ba8ad44 | /battletamagotchi/src/gambi.cpp | d92e39664b9bc4c474a843de07a2d4ae0caafb04 | [] | no_license | Juanma-lach/battletamagotchi | acf248e89a081b1bdcfb215ff7a635e166a61dd2 | b73c0013e243fdf5a4ff12faedcafabe57f5da6d | refs/heads/master | 2021-01-10T15:54:05.781544 | 2008-11-09T04:00:10 | 2008-11-09T04:00:10 | 44,135,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 351 | cpp | #include <e32base.h> // for Symbian classes.
#include "base/gambi.h"
static TInt stack_counter = 0;
void stack_push(void* ptr){
CleanupStack::PushL(ptr);
stack_counter++;
}
void stack_pop(void* ptr){
CleanupStack::Pop(ptr);
stack_counter--;
}
void stack_clean(void){
CleanupStack::PopAndD... | [
"desadoc@f8173780-9f05-11dd-9dc9-65bc890fb60a"
] | [
[
[
1,
23
]
]
] |
d7bd2208de0e389ddc145d7844ac28522d91f2fa | e9944cc3f8c362cd0314a2d7a01291ed21de19ee | / xcommon/HWPenIme/immex.cpp | 89ee0e4f4a21fe9c7a288cf483a3ce4ace73416b | [] | no_license | wermanhme1990/xcommon | 49d7185a28316d46992ad9311ae9cdfe220cb586 | c9b1567da1f11e7a606c6ed638a9fde1f6ece577 | refs/heads/master | 2016-09-06T12:43:43.593776 | 2008-12-05T04:24:11 | 2008-12-05T04:24:11 | 39,864,906 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 123 | cpp | //实现输入法中不常用的接口,一般只有定义,不具体实现
#include "stdafx.h"
#include "HWPenIme.h"
| [
"jtxuee@gmail.com"
] | [
[
[
1,
3
]
]
] |
6f88729e16bc8e2a14ffa38bb2d92d95bdc09c79 | d8f64a24453c6f077426ea58aaa7313aafafc75c | /Logger.cpp | 0c3b5e376c23c288ce1d72e16743db2f55930165 | [] | no_license | dotted/wfto | 5b98591645f3ddd72cad33736da5def09484a339 | 6eebb66384e6eb519401bdd649ae986d94bcaf27 | refs/heads/master | 2021-01-20T06:25:20.468978 | 2010-11-04T21:01:51 | 2010-11-04T21:01:51 | 32,183,921 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,480 | cpp | #include <windows.h>
#include <gl\gl.h>
#include <stdio.h>
#include <fstream>
#include "Logger.h"
using namespace std;
namespace utils
{
GLint CLogger::indices = 0;
CLogger::CLogger()
{
}
CLogger::~CLogger()
{
}
DWORD st[100];
GLvoid CLogger::setEntryStart()
{
st[getNextFreeInd... | [
"bo@bxd.dk"
] | [
[
[
1,
153
]
]
] |
931978f5fcdc1ef4e7ff00d2ac13e95b21fc6afb | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/iostreams/test/write_output_seq_test.hpp | 8d0f0ac9c98ab690ac51a25d23b0c7f89f8d21e9 | [
"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 | 2,711 | hpp | // (C) Copyright Jonathan Turkanis 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 http://www.boost.org/libs/iostreams for documentation.
#ifndef BOOST_IOSTREAMS_TEST_WRITE_OUTPUT_SEQUENCE_HPP_I... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
77
]
]
] |
d6079ebaa5897e22db417bdc6249be63ee9f3fff | 13f30850677b4b805aeddbad39cd9369d7234929 | / astrocytes --username gavrilov86@gmail.com/CT_tutorial/stereo.cpp | 1b0ca13c80963f0b47eee430f7e300d24d0706ff | [] | no_license | hksonngan/astrocytes | 2548c73bbe45ea4db133e465fa8a90d29dc60f64 | e14544d21a077cdbc05356b05148cc408c255e04 | refs/heads/master | 2021-01-10T10:04:14.265392 | 2011-11-09T07:42:06 | 2011-11-09T07:42:06 | 46,898,541 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,515 | cpp | #include "Shader.h"
void SetAnag(ShaderProgram*ps,int s, bool left)
{
vec3 anag[3];
switch(s)
{
case 0: // no stereo
anag[0].set(1,0,0);
anag[1].set(0,1,0);
anag[2].set(0,0,1);
break;
case 1: // True anaglyh
if(left)
{
anag[0].set(0.299,0.587,0.114);
anag[1].set(0,0,0);
ana... | [
"gavrilov86@gmail.com"
] | [
[
[
1,
86
]
]
] |
a670926ff6690620efbb51be2ad04a6db017c6e2 | 2c20a15d007954eea3edb9081fe4ce2faa0301dc | /trunk/libk2/source/addr.cpp | 8ce6099efd694401df30022a9dc9bda8327f76b7 | [
"BSD-2-Clause"
] | permissive | BackupTheBerlios/libk2-svn | fa5a34ba718ef531b6cd782ca6dbcee85961b4bc | a9c0a26043bf99349373742c181783aa2e1a2871 | refs/heads/master | 2016-09-06T05:33:13.985171 | 2005-02-06T16:59:58 | 2005-02-06T16:59:58 | 40,746,872 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,252 | cpp | /*
* Copyright (c) 2003, 2004, 2005,
* Kenneth Chang-Hsing Ho <kenho@bluebottle.com> All rights reterved.
*
* 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 abov... | [
"kenho@7c6f2ee2-65e6-0310-8e79-8af021538eec"
] | [
[
[
1,
413
]
]
] |
7b41000bba1802b9da1d363d4f6afe287c9ef8da | 24d5129750a11b8e94d1d6a8d8a45cf5492f40e0 | /open-ldb/LuaDebugger.h | d3c972edb3fed2a216bdf642796977c043981cce | [] | no_license | zhuhongbozhuhongbo/lua-eclipse-ide | 0f39374e487c55f02b0f4a807364d1faa8c3c66e | 29d3ac023ee0e02edbdc2c9907073bc64ab62e97 | refs/heads/master | 2021-12-03T04:00:19.389112 | 2008-11-27T00:00:40 | 2008-11-27T00:00:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,069 | h | /**********************************************************
Copyright (c) 2007 VeriSign, Inc. All rights reserved.
This software is provided solely in connection with the terms of
the license agreement. Any other use without the prior express
written permission of VeriSign is completely prohibi... | [
"rodinsc@luaforge.net"
] | [
[
[
1,
133
]
]
] |
2ae30de5e020d7604bb1949cb06915a9313770b1 | d1dc408f6b65c4e5209041b62cd32fb5083fe140 | /src/gameobjects/structures/cStarPort.h | ff00d02006631e52b713f445e2b307d481bd2f68 | [] | no_license | dmitrygerasimuk/dune2themaker-fossfriendly | 7b4bed2dfb2b42590e4b72bd34bb0f37f6c81e37 | 89a6920b216f3964241eeab7cf1a631e1e63f110 | refs/heads/master | 2020-03-12T03:23:40.821001 | 2011-02-19T12:01:30 | 2011-02-19T12:01:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 609 | h | // Structure class
class cStarPort : public cAbstractStructure
{
private:
void think_deployment();
bool frigateDroppedPackage;
// TIMERs
int TIMER_deploy;
public:
cStarPort();
~cStarPort();
// overloaded functions
void think();
void think_animation();
void think... | [
"stefanhen83@52bf4e17-6a1c-0410-83a1-9b5866916151"
] | [
[
[
1,
31
]
]
] |
e2c7334b9a32f9c552424a44684795966b5ca340 | 1e8b8f8441f9bc7847415f0a01a7d285198b0526 | /BCB6_Heap/clases/HeapObject.h | 224af0738967ae2c6cc4c5679c56e96fb2433540 | [] | 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 | ISO-8859-1 | C++ | false | false | 1,878 | h | //~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
//
// Unidad: HeapObject.h
//
// Propósito:
// Interfaz de la clase CHeapObject, que representa un objeto que será almacenado
// en un montón dedicado a los objetos de su clase.
//
// Las clases definida... | [
"jmnavarro@gmail.com"
] | [
[
[
1,
56
]
]
] |
8302e9686c29af3943b8f38dd57628906f92fe70 | df238aa31eb8c74e2c208188109813272472beec | /Include/CDataContainer.h | 44f444be802f79fc0157b0ff0fc7ce4ab0d6d00e | [] | 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 | GB18030 | C++ | false | false | 1,943 | h | // Copyright (C) 1991 - 1999 Rational Software Corporation
#if defined (_MSC_VER) && (_MSC_VER >= 1000)
#pragma once
#endif
#ifndef _INC_CDATACONTAINER_4C5E26180115_INCLUDED
#define _INC_CDATACONTAINER_4C5E26180115_INCLUDED
#include "CDataElement.h"
const String PLUGIN_CONTAINER_GUID = "{4D0FF8C1-1022-40ed... | [
"myme5261314@ec588229-7da7-b333-41f6-0e1ebc3afda5",
"myme5261314@gmail.com"
] | [
[
[
1,
12
],
[
14,
14
],
[
16,
17
],
[
19,
21
],
[
23,
23
],
[
25,
27
],
[
29,
29
],
[
31,
33
],
[
35,
35
],
[
37,
41
... |
e6e5b2e981b630f1eeab40781623f00dc5ac09aa | 0b039565382fe5cf8a9abe90a2999396d79ca37f | /GrpInformative/dumpGetFeatures_r10b.h | b61ce32c774ecd61817d4fe383591dd601f33935 | [
"Apache-2.0"
] | permissive | cornsea/tnvme | 989cf26233e05f816b7d64d4bb402124efd7d4e6 | 9e6100b771cd3d0ee7c497e27db391fca626d245 | refs/heads/master | 2021-01-16T18:14:35.269183 | 2011-12-23T20:56:25 | 2011-12-23T20:56:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,975 | h | /*
* Copyright (c) 2011, Intel Corporation.
*
* 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 required by applicable ... | [
"sravan.kumar.thokala@intel.com",
"todd.rentmeester@intel.com"
] | [
[
[
1,
16
]
],
[
[
17,
59
]
]
] |
20bfc9afe7112cdbdfa5479af3f7b0e32465d08d | a22826defa63e9c1487cfea12a295b1427befe9c | /software/neek/LCDTouchscreen.cpp | e5b735e46682fb752008fd98d8e5a0880104355f | [] | no_license | cadenass/neek-klondike | 5107726c3edc8957ae8ec8b06d08ef0f2f4ad648 | 29a0a0b65e689db7517cc3417eaa3ed50713c6db | refs/heads/master | 2021-04-12T04:50:27.476316 | 2010-09-17T12:56:22 | 2010-09-17T12:56:22 | 33,462,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,445 | cpp | /*
* Nios II Klondike Solitaire (Altera Neek Edition)
*/
#include "LCDTouchscreen.hpp"
#include <list>
#include <algorithm>
#include "Graphics.hpp"
#include "Touchable.hpp"
#include "Displayable.hpp"
#include "HardwareMalfunction.hpp"
extern "C" {
/*
* LCD's libraries.
*/
#include "altera_... | [
"anthony.grytsenko@gmail.com@7300451d-d64f-7b9e-e916-f946393f26c1"
] | [
[
[
1,
154
]
]
] |
ed5350322106b1270fc20d53e8c176e165346839 | 97f1be9ac088e1c9d3fd73d76c63fc2c4e28749a | /3dc/avp/win95/gadgets/textexp.hpp | 81191e37152ce342438f4cc374f0c9d25a885384 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | SR-dude/AvP-Wine | 2875f7fd6b7914d03d7f58e8f0ec4793f971ad23 | 41a9c69a45aacc2c345570ba0e37ec3dc89f4efa | refs/heads/master | 2021-01-23T02:54:33.593334 | 2011-09-17T11:10:07 | 2011-09-17T11:10:07 | 2,375,686 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,248 | hpp | /*
textexp.hpp
Text Expansions for typing
*/
#ifndef _textexp
#define _textexp 1
#ifndef _scstring
#include "scstring.hpp"
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* Version settings *****************************************************/
/* Constants **************************... | [
"a_jagers@ANTHONYJ.(none)"
] | [
[
[
1,
103
]
]
] |
3adaf130d14e3ee7883b5689e81dfc8ca6e4865d | fcdddf0f27e52ece3f594c14fd47d1123f4ac863 | /terralib/src/DSDK/include/base/lti_rawImageReader.h | b6a95b75cac4aa4aa7684c2244ccc28e0b5cb1d6 | [] | 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 | 10,033 | h | /* $Id: lti_rawImageReader.h 5124 2006-10-27 11:40:40Z lubia $ */
/* //////////////////////////////////////////////////////////////////////////
// //
// This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue, //
// Suite 200, Se... | [
"rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec"
] | [
[
[
1,
308
]
]
] |
72fee4e2af330711d04d8d7a15e8b5c8ecf10996 | c60f02a60d94fb5ca4d8a185e055df4addca519c | /src/Distance.cpp | 50b14d78ee345b1d6c72c94a42e6429ca59e7965 | [] | no_license | kbeyerlein/kDFA | 9b4f48afba43bd2fc730b8d5889b23c247051ff2 | c075b85629ff53dfe1e2f51f61c656fe7d032429 | refs/heads/master | 2020-03-29T12:29:01.244581 | 2011-08-22T23:28:14 | 2011-08-22T23:28:14 | 2,067,600 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 16,936 | cpp | #include "Distance.h"
Distance::Distance(char *_fileName)
{
fileName=_fileName;
shell=0;
f=0;
kappa=0;
nDist=0;
dist=0;
mult=0;
nextDist=0;
}
Distance::Distance()
{
fileName="";
shell=0;
f=0;
kappa=0;
nDist=0;
dist=0;
mult=0;
nextDist=0;
}
Distance::~Distance(void)
{
dele... | [
"ken.beyerlein@gmail.com"
] | [
[
[
1,
784
]
]
] |
8be5ccf7518f8551b76ca3d39ab256a4a5e37544 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/OggVorbisLib/symbian/tremor/res012.cpp | 3c967d0e6cd814907dbaab024fa9864406407e44 | [
"BSD-3-Clause"
] | permissive | ravustaja/Wayfinder-S60-Navigator | ef506c418b8c2e6498ece6dcae67e583fb8a4a95 | 14d1b729b2cea52f726874687e78f17492949585 | refs/heads/master | 2021-01-16T20:53:37.630909 | 2010-06-28T09:51:10 | 2010-06-28T09:51:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,428 | cpp | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE. *
* *
* USE, DISTRIBUTION AND REPRODUCTIO... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
336
]
]
] |
1bf97b3e75ae46b4acdc2a8e81af55073f38a5d1 | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2006-04-24/pcbnew/board.cpp | 2af463d6e2df970fbffb93042e0b0b507fe7e629 | [] | no_license | BackupTheBerlios/kicad-svn | 4b79bc0af39d6e5cb0f07556eb781a83e8a464b9 | 4c97bbde4b1b12ec5616a57c17298c77a9790398 | refs/heads/master | 2021-01-01T19:38:40.000652 | 2006-06-19T20:01:24 | 2006-06-19T20:01:24 | 40,799,911 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,180 | cpp | /************************************************/
/* EDITEUR de PCB: AUTOROUTAGE: routines d'init */
/************************************************/
/* Fichier BOARD.CC */
#include "fctsys.h"
#include "gr_basic.h"
#include "common.h"
#include "pcbnew.h"
#include "autorout.h"
#include "cell.h"
... | [
"fcoiffie@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
520
]
]
] |
aede764822c14dc3199236bfebd4d6b3f9170511 | 05f4bd87bd001ab38701ff8a71d91b198ef1cb72 | /TPTaller/TP3/src/Escenario.cpp | d747685d5534fad4c38c15e0b066123db8528e73 | [] | no_license | oscarcp777/tpfontela | ef6828a57a0bc52dd7313cde8e55c3fd9ff78a12 | 2489442b81dab052cf87b6dedd33cbb51c2a0a04 | refs/heads/master | 2016-09-01T18:40:21.893393 | 2011-12-03T04:26:33 | 2011-12-03T04:26:33 | 35,110,434 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 19,512 | cpp | #include <stdio.h>
#include <list>
#include <windows.h>
#include "Escenario.h"
#include <utility>
#include "archivoTexto.h"
#include "Posicion.h"
#include "Teclado.h"
#include "Pad.h"
#include "Tejo.h"
#include "Define.h"
#include "GraficadorPuntajes.h"
const string configDefaultEscenario = "config Defa... | [
"rdubini@a1477896-89e5-11dd-84d8-5ff37064ad4b",
"caceres.oscar7@a1477896-89e5-11dd-84d8-5ff37064ad4b"
] | [
[
[
1,
35
],
[
37,
587
],
[
589,
600
],
[
602,
775
]
],
[
[
36,
36
],
[
588,
588
],
[
601,
601
]
]
] |
c93073fc29b598f092e1db39ea05395a5ee89539 | 463c3b62132d215e245a097a921859ecb498f723 | /lib/dlib/test/thread_pool.cpp | 00b5667308d83f5808c202e7557f82cdf0fc4ef2 | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | athulan/cppagent | 58f078cee55b68c08297acdf04a5424c2308cfdc | 9027ec4e32647e10c38276e12bcfed526a7e27dd | refs/heads/master | 2021-01-18T23:34:34.691846 | 2009-05-05T00:19:54 | 2009-05-05T00:19:54 | 197,038 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,766 | cpp | // Copyright (C) 2008 Davis E. King (davisking@users.sourceforge.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <sstream>
#include <string>
#include <cstdlib>
#include <ctime>
#include <dlib/misc_api.h>
#include <dlib/threads.h>
#include "tester.h"
namespace ... | [
"jimmy@DGJ3X3B1.(none)"
] | [
[
[
1,
224
]
]
] |
826a61130d9573415740965ba83020b02686d119 | cbe040d6c5be2241d61c706f3c112f5da1b25006 | /Calculator/Lexer.h | 9c798a40c6803ec84be037d95c2b60c301a98bc8 | [] | no_license | ilh19/315-calculator | d95346684cb7a63d803d5fd370243f0e216a3faa | c6762d277d07177a34f50bf28a16438f86664572 | refs/heads/master | 2020-06-05T00:17:13.711126 | 2011-04-05T02:45:46 | 2011-04-05T02:45:46 | 32,126,597 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | h | #ifndef LEXER_H
#define LEXER_H
#include "Token.h"
#include "RuntimeException.h"
#include <string>
#include <vector>
using namespace std;
class Lexer{
public:
Lexer(string str);
vector<Token*> v;
vector<Token*> get_v()const ;
string get_s()const ;
void break_into_tokens();
void pr... | [
"csoon03@gmail.com@7330a5c5-07fc-53ea-e431-edd981856d35",
"irms19@7330a5c5-07fc-53ea-e431-edd981856d35"
] | [
[
[
1,
2
],
[
4,
4
],
[
6,
11
],
[
16,
16
],
[
18,
23
]
],
[
[
3,
3
],
[
5,
5
],
[
12,
15
],
[
17,
17
]
]
] |
4fc8f2ac8263e394f69d8504931c2693b8ef7256 | 87d4429333abecd325727ccf81ae8102dbbaefc6 | /loginForm.h | 4dd70ddd57c6b3fb026db59967599c54c84dc2aa | [] | no_license | jonrohan/SMTPemailclient | 499f58539276de739a27771dd7211e6e5c7c43c5 | bcc22f898eddbd2c327ca3a1c9a388147c3b3957 | refs/heads/master | 2020-05-16T23:45:52.764827 | 2005-03-28T18:40:26 | 2005-03-28T18:40:26 | 5,825,153 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,603 | h | #pragma once
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
extern "C++"
{
void setSmtpServerAddress(String*,int);
void setPop3ServerAddress(String... | [
"rohan@github.com"
] | [
[
[
1,
297
]
]
] |
a7d2071aa7c6390e173b44e92026dfdd8fbd4d97 | b0f91e945e4a3be58548385c3f6e3fa702a2b6ef | /ACE/ENTROPIA/entropia.cpp | 57f0ad06f855a033558311c7a41fffb713b7ce72 | [] | no_license | ismafc/fisicacomputacionaluned | 11f651a2953f6ba427e32e62585383f0653ef293 | e3ea421a9b5c294766d4ce7cf58dc8925cac5cf3 | refs/heads/master | 2020-05-17T10:17:59.294210 | 2011-07-19T08:33:34 | 2011-07-19T08:33:34 | 35,503,402 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 5,956 | cpp | #include "libguardaimagen.h"
#include "libACE.h"
#pragma warning ( disable: 4996 ) // Evita los warnings del compilador de funciones obsoletas
#define REGLA 54 // regla a aplicar por defecto
#define PASOS 20 // número de pasos de evolución por defecto
#define TODAS_LAS_REGLAS -1 // valor de ... | [
"ismafc@gmail.com@654a2211-555d-b977-7330-fc5d5f669db8"
] | [
[
[
1,
138
]
]
] |
a29d706f288b1c66c94faa85a0540257f889d143 | cd0987589d3815de1dea8529a7705caac479e7e9 | /webkit/WebKit2/WebProcess/Plugins/Plugin.h | f694ff0cf0db820385c548781430771cd3fe2115 | [] | 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 | 6,564 | h | /*
* Copyright (C) 2010 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condi... | [
"sdevitt@rim.com"
] | [
[
[
1,
142
]
]
] |
25dc5c3c28469df8a355a3bf432e87b816381b50 | 6e4f9952ef7a3a47330a707aa993247afde65597 | /PROJECTS_ROOT/WireChanger/WCHtmlViewer/Idispimp.cpp | c8b2379bc12ab0033fc1ac3b716cfcedc35fb5f8 | [] | 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 | 3,464 | cpp | /*
* idispimp.CPP
* IDispatch for Extending Dynamic HTML Object Model
*
* Copyright (c)1995-1999 Microsoft Corporation, All Rights Reserved
*/
#include "stdafx.h"
#include "idispimp.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
// Hardcoded... | [
"wplabs@3fb49600-69e0-11de-a8c1-9da277d31688"
] | [
[
[
1,
159
]
]
] |
8b528724a202580e2312ffb2dc54a46ce72e249c | 9cc347d44d6465eb6c7f03fadc6c0652cfb572cb | /kod/SVM-Face_Recognition/Greska.cpp | ea9ce0c43229d732efebecb1191a1ec0d29f2f87 | [] | no_license | PetaPowerGroup/pattern-recognition-lab | 0979ae29de4d1645d6fcec5a35cfa4a133bfd9cb | dd9d1fb042a23ef3de9d6ec43a55bdcf84523c7b | refs/heads/master | 2016-08-07T01:05:11.347524 | 2010-01-19T10:12:32 | 2010-01-19T10:12:32 | 7,590,036 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 755 | cpp |
#include "Greska.h"
#include <iostream>
#include <fstream>
#include <string>
#include <time.h>
using namespace std;
Greska::Greska(char* poruka)
{
strcpy(porukaGreske,poruka);
}
void Greska::ispisGreske()
{
cout<<porukaGreske<<endl;
}
void Greska::ispisGreske(streamEnum stream)
{
if (stre... | [
""
] | [
[
[
1,
45
]
]
] |
203d7ed16824fcd2063f253e6df6aa288dee3bdf | 57d74ff818cabf449d3ad457bcc54c5d78550352 | /8.0/SpiraTestCompletePlugIn/atlsiface.h | 8ff4ba9dc0b52722e843167b00e79de7e52f619d | [] | no_license | Inflectra/spira-testing-test-complete | f6e28f558b97689331ee2107501eb121341aabdb | 9bcf5d3286dd3bba492bc432511be193becca547 | refs/heads/main | 2023-04-09T07:14:02.796898 | 2010-08-05T17:39:00 | 2010-08-05T17:39:00 | 359,174,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,641 | h | // This is a part of the Active Template Library.
// Copyright (C) Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Active Template Library Reference and related
// electronic documentation provided with the library.
// See these sources for detailed... | [
"asandman@5d4b435c-4d46-d949-aab2-e601ca53af14"
] | [
[
[
1,
802
]
]
] |
b8bfe379dc941a6d36c6f098c4ec9113fd7b47dd | ea613c6a4d531be9b5d41ced98df1a91320c59cc | /FingerSuite/Common/AboutView.h | 04a1704ca8577f9860d3645eb34f2f0625ac74d0 | [] | no_license | f059074251/interested | 939f938109853da83741ee03aca161bfa9ce0976 | b5a26ad732f8ffdca64cbbadf9625dd35c9cdcb2 | refs/heads/master | 2021-01-15T14:49:45.217066 | 2010-09-16T10:42:30 | 2010-09-16T10:42:30 | 34,316,088 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,609 | h | // Test99View.h : interface of the CTest99View class
//
/////////////////////////////////////////////////////////////////////////////
#pragma once
#ifndef __cplusplus
#error ATL requires C++ compilation (use a .cpp suffix)
#endif
#ifndef __ATLMISC_H__
#error AboutView.h requires atlmisc.h to be includ... | [
"jtxuee@gmail.com@8d1da77e-e9f6-11de-9c2a-cb0f5ba72f9d"
] | [
[
[
1,
138
]
]
] |
dcb5287ce96eac2bf24da508bd6a6d94bf0f1a4c | df5277b77ad258cc5d3da348b5986294b055a2be | /Spaceships/View.h | 7493ed2b04d90adb8af8ee62231da71401683da0 | [] | no_license | beentaken/cs260-last2 | 147eaeb1ab15d03c57ad7fdc5db2d4e0824c0c22 | 61b2f84d565cc94a0283cc14c40fb52189ec1ba5 | refs/heads/master | 2021-03-20T16:27:10.552333 | 2010-04-26T00:47:13 | 2010-04-26T00:47:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,905 | h | /*
the base view class. This is what actually is responsible for drawing to the screen. I really need to
do some refactoring to extract the actual rendering responsibility away from the view. the view is
only a place to gather and present the objects and actually doing the rendering is an additional responsibil... | [
"ProstheticMind43@af704e40-745a-32bd-e5ce-d8b418a3b9ef"
] | [
[
[
1,
66
]
]
] |
7d264144738ea7ff654f8c2ebe276034dda49bfd | 36bf908bb8423598bda91bd63c4bcbc02db67a9d | /Library/CDirDialog.cpp | 9de031b8e19d56380199ff846d2b086ecf17f7c9 | [] | 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 | UTF-8 | C++ | false | false | 4,549 | cpp | /*
CDirDialog.cpp
Classe base per la selezione della directory (SDK/MFC).
Riadattata e modificata dall'originale di James Spibey per essere usata senza MFC.
Luca Piergentili, 14/07/00
lpiergentili@yahoo.com
*/
#include "env.h"
#include "pragma.h"
#include "macro.h"
#include <stdio.h>
#include <stdlib.h>... | [
"luca.pierge@gmail.com"
] | [
[
[
1,
175
]
]
] |
ce67da91e005c431537ea2cef5718ae33d2c9f02 | 5ed707de9f3de6044543886ea91bde39879bfae6 | /ASBaseball/Shared/Source/ASBaseballType.h | 395e2cbf93c3a928609a9237c3ce016bb73502d7 | [] | no_license | grtvd/asifantasysports | 9e472632bedeec0f2d734aa798b7ff00148e7f19 | 76df32c77c76a76078152c77e582faa097f127a8 | refs/heads/master | 2020-03-19T02:25:23.901618 | 1999-12-31T16:00:00 | 2018-05-31T19:48:19 | 135,627,290 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,176 | h | /* ASBaseballType.h */
/******************************************************************************/
/******************************************************************************/
#ifndef ASBaseballTypeH
#define ASBaseballTypeH
#include "ASFantasyType.h"
using namespace asfantasy;
namespace asbaseba... | [
"grtvd@users.noreply.github.com"
] | [
[
[
1,
575
]
]
] |
2f7d3fb85175631593474e0744247c4f2c79285e | b308f1edaab2be56eb66b7c03b0bf4673621b62f | /Code/Game/GameDll/SPAnalyst.cpp | 49246814e5e809a1ba3dd6168521625484c35a5f | [] | no_license | blockspacer/project-o | 14e95aa2692930ee90d098980a7595759a8a1f74 | 403ec13c10757d7d948eafe9d0a95a7f59285e90 | refs/heads/master | 2021-05-31T16:46:36.814786 | 2011-09-16T14:34:07 | 2011-09-16T14:34:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,139 | cpp | ////////////////////////////////////////////////////////////////////////////
//
// Crytek Engine Source File.
// Copyright (C), Crytek Studios, 2007.
// -------------------------------------------------------------------------
// File name: SPAnalyst.cpp
// Version: v1.00
// Created: 07/07/2006 by... | [
"joe.marty@foreverinteractive.com"
] | [
[
[
1,
192
]
]
] |
1ea6339b7f6d7662cadd892f19768446582a6238 | 3182b05c41f13237825f1ee59d7a0eba09632cd5 | /add/GUI/GuiCellArray.cpp | b0810e7ae68e411d3be1c093e8609ee2dbfaa0a3 | [] | no_license | adhistac/ee-client-2-0 | 856e8e6ce84bfba32ddd8b790115956a763eec96 | d225fc835fa13cb51c3e0655cb025eba24a8cdac | refs/heads/master | 2021-01-17T17:13:48.618988 | 2010-01-04T17:35:12 | 2010-01-04T17:35:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,707 | cpp | #include "GuiCellArray.h"
#include "../RPGPack/RPGBook.h"
#include "console/consoleTypes.h"
#include "gfx/gfxDrawUtil.h"
#include "gui/core/guiCanvas.h"
#include "../RPGPack/RPGBaseData.h"
IMPLEMENT_CONOBJECT(guiCellArray);
bool guiCellArray::isValidPosition( U8 page,U8 slot )
{
return page >= 0 && page <... | [
"johnalan@qq.com"
] | [
[
[
1,
462
]
]
] |
0c9842207fc79de210d4db15e3ed1a3e5f56d6cb | 1e299bdc79bdc75fc5039f4c7498d58f246ed197 | /stdobj/ThreadPool.cpp | 44f6d6937f4f181a9c1d5e21d34e4f7422cc62c9 | [] | no_license | moosethemooche/Certificate-Server | 5b066b5756fc44151b53841482b7fa603c26bf3e | 887578cc2126bae04c09b2a9499b88cb8c7419d4 | refs/heads/master | 2021-01-17T06:24:52.178106 | 2011-07-13T13:27:09 | 2011-07-13T13:27:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,857 | cpp | //--------------------------------------------------------------------------------
//
// Copyright (c) 1999 MarkCare Solutions
//
// Programming by Rich Schonthal
//
//--------------------------------------------------------------------------------
#include "stdafx.h"
#include "ThreadPool.h"
#ifdef _DEBUG
... | [
"rich@schonthal.com"
] | [
[
[
1,
220
]
]
] |
c73f89f6675fcb7610aa2cab596db73fa315b329 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/boost/algorithm/string/predicate.hpp | f58c7feae9e954f6ae3bb55f7251bb38c38b36e3 | [
"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 | 16,003 | hpp | // Boost string_algo library predicate.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is 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)
... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
463
]
]
] |
22bb3099bc55e541dd9cc882d8c2336d2857442a | b6cdddcfcd908188888a3864b1f0becf0ee2ceee | /QtApp/SaWatch/src/SaWatch.cpp | 42fa3fa2d6bad8d9ff11bce3e598b74300bb14e1 | [] | no_license | himanshu2090/syncany | 698c37c51a72309154dd454365ffc498e767d450 | f60bb2266fc1e99de390171edea890292beee467 | refs/heads/master | 2021-01-21T07:53:47.966909 | 2009-05-18T13:13:44 | 2009-05-18T13:13:44 | 34,249,471 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,884 | cpp | // SaWatch.cpp : Defines the entry point for the console application.
//
#pragma warning(disable:4786)
#pragma warning(disable:4996)
#include "SaWatch.h"
#include "DWLib.h"
#include <windows.h>
#include "../3part/NTServiceLib/NTService.cpp"
#include "../3part/sqllite3/sqlite3.h"
#include <stdio.h>
#incl... | [
"ttylikl@1da26e48-1f5d-11de-b56b-c9554f25afe1"
] | [
[
[
1,
121
]
]
] |
8e921be83abc3efcdae7b6648d11c970a2e84e99 | 968aa9bac548662b49af4e2b873b61873ba6f680 | /imgtools/imgcheck/libimgutils/inc/imagereader.h | ff654456237f1954dbc3baed5e6dc5311ffffcfe | [] | no_license | anagovitsyn/oss.FCL.sftools.dev.build | b3401a1ee3fb3c8f3d5caae6e5018ad7851963f3 | f458a4ce83f74d603362fe6b71eaa647ccc62fee | refs/heads/master | 2021-12-11T09:37:34.633852 | 2010-12-01T08:05:36 | 2010-12-01T08:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,601 | h | /*
* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.ecli... | [
"none@none"
] | [
[
[
1,
63
]
]
] |
92f4ab08fdc694c099319714de94b92750fd500b | fad6f9883d4ad2686c196dc532a9ecb9199500ee | /NXP-LPC/CommTest/CommTest/LogData.cpp | 779ae4b4181171ae3ed7b1e42623f2a1702511b5 | [] | 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 | 5,663 | cpp |
#include "stdafx.h"
#include "LogData.h"
#include "LogDataApi.h"
#include "LogDataExtApi.h"
#pragma comment(lib,"..\\lib\\LogEx.lib")
CLogStrMgr g_LogStrMgr;
CLogStrMgr::CLogStrMgr()
{
m_bWriteDB = true;
}
CLogStrMgr::~CLogStrMgr()
{
FreeMem( );
}
void CLogStrMgr::FreeMem( )
{
std:... | [
"lijin.unix@13de9a6c-71d3-11de-b374-81e7cb8b6ca2"
] | [
[
[
1,
249
]
]
] |
5d218ca1ba7bd6a4dc6187f343a0bd07f15488ac | 20777f7a9f3d2f82fd9e0b66826458e2ac42a0b0 | /mila/lexan.cpp | 066f56dc598c09778b70cb41434e7cd25851b1eb | [] | no_license | cejkato2/MI-GEN | bd85751a8d3fc771363d2ea7c99580b6beec5c79 | cc7ddb9bd717a977fbd9e611a1daf4a72386b287 | refs/heads/master | 2020-05-03T16:42:41.988574 | 2011-06-03T07:49:25 | 2011-06-03T07:49:25 | 1,828,430 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,719 | cpp | /* lexan.cpp */
#include "lexan.h"
#include "vstup.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
LexSymbol Symb;
char Ident[MaxLenIdent]; /* atribut symbolu IDENT */
int Cislo; /* atribut symbolu NUMB */
static int Znak; // vstupni znak
static char Vstup; // v... | [
"tomas@kassoft.eu"
] | [
[
[
1,
189
]
]
] |
83deacfcdf42cae36c9fc8a7f3b539a14959a433 | 629e4fdc23cb90c0144457e994d1cbb7c6ab8a93 | /lib/graphics/texture/texture.cpp | 758432c314b4741df084ecf66f462b7cdc28976e | [] | no_license | akin666/ice | 4ed846b83bcdbd341b286cd36d1ef5b8dc3c0bf2 | 7cfd26a246f13675e3057ff226c17d95a958d465 | refs/heads/master | 2022-11-06T23:51:57.273730 | 2011-12-06T22:32:53 | 2011-12-06T22:32:53 | 276,095,011 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,339 | cpp | /*
* Texture.cpp
*
* Created on: 25.7.2011
* Author: akin
*/
#include "texture.h"
namespace ice
{
Texture::Texture()
: parent(NULL)
{
}
Texture::Texture( const Texture& other )
: parent( other.parent ),
pixelDimension( other.pixelDimension ),
pixelPosition( other.pixelPositi... | [
"akin@lich"
] | [
[
[
1,
90
]
]
] |
40d651f8d8acc6bd550152ca71e25cd5c4059635 | 6f796044ae363f9ca58c66423c607e3b59d077c7 | /source/GuiBase/TextRender.h | b1ec6eb765ff06dcd126971ce3660f2873baeb38 | [] | no_license | Wiimpathy/bluemsx-wii | 3a68d82ac82268a3a1bf1b5ca02115ed5e61290b | fde291e57fe93c0768b375a82fc0b62e645bd967 | refs/heads/master | 2020-05-02T22:46:06.728000 | 2011-10-06T20:57:54 | 2011-10-06T20:57:54 | 178,261,485 | 2 | 0 | null | 2019-03-28T18:32:30 | 2019-03-28T18:32:30 | null | UTF-8 | C++ | false | false | 2,045 | h | /***************************************************************
*
* Copyright (C) 2008-2011 Tim Brugman
*
* Based on code of "DragonMinded"
*
* This file may be licensed under the terms of of the
* GNU General Public License Version 2 (the ``GPL'').
*
* Software distributed under the License is distr... | [
"timbrug@gmail.com",
"timbrug@c2eab908-c631-11dd-927d-974589228060"
] | [
[
[
1,
20
],
[
30,
31
],
[
40,
40
],
[
42,
49
],
[
52,
54
],
[
56,
68
]
],
[
[
21,
29
],
[
32,
39
],
[
41,
41
],
[
50,
... |
0394245aed860563f77130d03acafb5221493bfc | d54d8b1bbc9575f3c96853e0c67f17c1ad7ab546 | /hlsdk-2.3-p3/Quake 4 SDK/Quake 4 SDK/source/mpgame/mp/GameState.cpp | 566e436c4b3a5eea7b9c5899017d322056863def | [] | no_license | joropito/amxxgroup | 637ee71e250ffd6a7e628f77893caef4c4b1af0a | f948042ee63ebac6ad0332f8a77393322157fa8f | refs/heads/master | 2021-01-10T09:21:31.449489 | 2010-04-11T21:34:27 | 2010-04-11T21:34:27 | 47,087,485 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 97,027 | cpp | //----------------------------------------------------------------
// GameState.cpp
//
// Copyright 2002-2005 Raven Software
//----------------------------------------------------------------
#include "../../idlib/precompiled.h"
#pragma hdrstop
#include "GameState.h"
/*
==================================... | [
"joropito@23c7d628-c96c-11de-a380-73d83ba7c083"
] | [
[
[
1,
3133
]
]
] |
fcbe7f1412dc4210451d07e89ab086e2d184266b | 651639abcfc06818971a0296944703b3dd050e8d | /Pool.cpp | a2c9b3a2c57b97293dd22cdce75d8f0280dff703 | [] | no_license | reanag/snailfight | 5256dc373e3f3f3349f77c7e684cb0a52ccc5175 | c4f157226faa31d526684233f3c5cd4572949698 | refs/heads/master | 2021-01-19T07:34:17.122734 | 2010-01-20T17:16:36 | 2010-01-20T17:16:36 | 34,893,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,552 | cpp | #ifndef POOL
#define POOL
#include <iostream>
#include <vector>
#include <SFML/Network.hpp>
#include <SFML/System.hpp>
#include "Event.hpp"
#include "TargetPointChangeEvent.hpp"
#include "MoveLeftEvent.hpp"
#include "MoveRightEvent.hpp"
#include "MoveUpEvent.hpp"
#include "RollLeftEvent.hpp"
#include "Rol... | [
"andika.nagy.c@gmail.com@96fa20d8-dc45-11de-8f20-5962d2c82ea8",
"gergely.bacso@96fa20d8-dc45-11de-8f20-5962d2c82ea8"
] | [
[
[
1,
21
],
[
23,
24
],
[
26,
33
],
[
36,
53
],
[
55,
186
]
],
[
[
22,
22
],
[
25,
25
],
[
34,
35
],
[
54,
54
]
]
] |
57f4d243238226abece6ac291d86a602dd1f3ba0 | a0155e192c9dc2029b231829e3db9ba90861f956 | /MFInstWizard/MFInstWizard.cpp | a5daf500f41ba54ed8f31b90292f2861044ff7cb | [] | no_license | zeha/mailfilter | d2de4aaa79bed2073cec76c93768a42068cfab17 | 898dd4d4cba226edec566f4b15c6bb97e79f8001 | refs/heads/master | 2021-01-22T02:03:31.470739 | 2010-08-12T23:51:35 | 2010-08-12T23:51:35 | 81,022,257 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 25,817 | cpp | // MFInstWizard.cpp : Definiert das Klassenverhalten für die Anwendung.
//
#include "stdafx.h"
#include "MFInstWizard.h"
#include "ServerDlg.h"
#include "FoldersDlg.h"
#include "DomainDetailsDlg.h"
#include "SmtpHomeDlg.h"
#include "WelcomeDlg.h"
#include "ProgressDlg.h"
#include "LicenseDlg.h"
#include "I... | [
"ch@zeha.at"
] | [
[
[
1,
750
]
]
] |
2b27ce6806199e0ae239fa01a92544dfb2e5aba4 | 580738f96494d426d6e5973c5b3493026caf8b6a | /Include/Vcl/idcodermessagedigest.hpp | d683e8228b1925f6bd7ee685c6f774c6ce369c18 | [] | no_license | bravesoftdz/cbuilder-vcl | 6b460b4d535d17c309560352479b437d99383d4b | 7b91ef1602681e094a6a7769ebb65ffd6f291c59 | refs/heads/master | 2021-01-10T14:21:03.726693 | 2010-01-11T11:23:45 | 2010-01-11T11:23:45 | 48,485,606 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,623 | hpp | // Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'IdCoderMessageDigest.pas' rev: 6.00
#ifndef IdCoderMessageDigestHPP
#define IdCoderMessageDigestHPP
#pragma delphiheader begin
#pragma option push -w-
#prag... | [
"bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b"
] | [
[
[
1,
124
]
]
] |
8f8089275798bf6d3f93903e3bca72fa5e12b7f4 | b22c254d7670522ec2caa61c998f8741b1da9388 | /dependencies/OpenSceneGraph/include/osg/Vec2d | b5a8e6d3bdd1e36766142b446a4b8d725ddb537a | [] | no_license | ldaehler/lbanet | 341ddc4b62ef2df0a167caff46c2075fdfc85f5c | ecb54fc6fd691f1be3bae03681e355a225f92418 | refs/heads/master | 2021-01-23T13:17:19.963262 | 2011-03-22T21:49:52 | 2011-03-22T21:49:52 | 39,529,945 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,792 | /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* included ... | [
"vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13"
] | [
[
[
1,
190
]
]
] | |
65a9130319239943b976a2efc9245f8cdefa808c | 19cc679323aee582f207a701a543f7ac5e87e2b1 | /util/eagle-fu/awtools.inc | 53f5d8cd1beffaecfc2dc40968ccd8750e3e801f | [] | no_license | machinaut/circuits | 3d17f8c3438aeeba69bf6ad897245e53a1c3f015 | adcd36a22dd9f38650f94722821231ed8f767307 | refs/heads/master | 2020-04-14T19:15:27.070115 | 2011-08-30T22:14:32 | 2011-08-30T22:14:32 | 1,357,703 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 61,402 | inc | //"awtools.ulp" - include file containing useful procedures and functions
//(C) 2011-06-14 Andreas Weidner
#require 5.0303
//Earlier EAGLE versions (from 5.0 upwards) MAY be able to run these functions,
//but were not properly tested
#usage "en:---<br>\n"
"<font color=red><b>Include-File:</b></font> "
... | [
"ajray@us.ibm.com"
] | [
[
[
1,
1797
]
]
] |
bc88b247707154e9b1059512b445cafe54baa280 | 6c8c4728e608a4badd88de181910a294be56953a | /RexLogicModule/RexLogicModule.h | bc88c723795d89d52cc3920e2d9eff868a463e07 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | caocao/naali | 29c544e121703221fe9c90b5c20b3480442875ef | 67c5aa85fa357f7aae9869215f840af4b0e58897 | refs/heads/master | 2021-01-21T00:25:27.447991 | 2010-03-22T15:04:19 | 2010-03-22T15:04:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,192 | h | // For conditions of distribution and use, see copyright notice in license.txt
#ifndef incl_RexLogicModule_h
#define incl_RexLogicModule_h
#include "ModuleInterface.h"
#include "ModuleLoggingFunctions.h"
#include "RexLogicModuleApi.h"
#include "ForwardDefines.h"
#include "NetworkEvents.h"
#include "Quaterni... | [
"sempuki@5b2332b8-efa3-11de-8684-7d64432d61a3",
"tuco@5b2332b8-efa3-11de-8684-7d64432d61a3",
"jujjyl@5b2332b8-efa3-11de-8684-7d64432d61a3",
"cadaver@5b2332b8-efa3-11de-8684-7d64432d61a3",
"jaakkoallander@5b2332b8-efa3-11de-8684-7d64432d61a3",
"cmayhem@5b2332b8-efa3-11de-8684-7d64432d61a3",
"jonnenau@5b2... | [
[
[
1,
2
],
[
5,
6
],
[
21,
21
],
[
36,
36
],
[
329,
330
]
],
[
[
3,
4
],
[
35,
35
],
[
37,
38
],
[
53,
53
],
[
55,
... |
7aeb24db39a6563ac12574a5563b797a905e749c | 40b507c2dde13d14bb75ee1b3c16b4f3f82912d1 | /core/systems/HandleSys.cpp | 41cc361f2bff0c57042269f1b60bd066794c961b | [] | no_license | Nephyrin/-furry-octo-nemesis | 5da2ef75883ebc4040e359a6679da64ad8848020 | dd441c39bd74eda2b9857540dcac1d98706de1de | refs/heads/master | 2016-09-06T01:12:49.611637 | 2008-09-14T08:42:28 | 2008-09-14T08:42:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,459 | cpp | /**
* vim: set ts=4 :
* =============================================================================
* SourceMod
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================================
*
* This program is free software; you can re... | [
"dvander@alliedmods.net",
"ds@alliedmods.net"
] | [
[
[
1,
1
],
[
4,
5
],
[
7,
7
],
[
11,
11
],
[
16,
16
],
[
19,
19
],
[
28,
1078
]
],
[
[
2,
3
],
[
6,
6
],
[
8,
10
... |
5e9e37c9976f08f8dc0c41af0e100c90982d64f3 | 10dae5a20816dba197ecf76d6200fd1a9763ef97 | /src/lce_disperse.cpp | a9597f85f65cb1d5508576af1a2b315ca7603a28 | [] | no_license | peterdfields/quantiNEMO_Taylor2010 | fd43aba9b1fcf504132494ff63d08a9b45b3f683 | 611b46bf89836c4327fe64abd7b4008815152c9f | refs/heads/master | 2020-02-26T17:33:24.396350 | 2011-02-08T23:08:34 | 2011-02-08T23:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 60,875 | cpp | /** @file LCEdisperse.cpp
*
* Copyright (C) 2006 Frederic Guillaume <guillaum@zoology.ubc.ca>
* Copyright (C) 2008 Samuel Neuenschwander <samuel.neuenschwander@unil.ch>
*
* quantiNEMO:
* quantiNEMO is an individual-based, genetically explicit stochastic
* simulation program. It was developed ... | [
"ma5ke@virginia.edu"
] | [
[
[
1,
1305
]
]
] |
e4dbe9cdf4ba5c424280b3472d9460dcc8b6ec06 | cbb40e1d71bc4585ad3a58d32024090901487b76 | /trunk/tokamaksrc/src/ne_interface.cpp | 750cdfbf0e729435ac817222bb6cb54abefc128b | [] | no_license | huangleon/tokamak | c0dee7b8182ced6b514b37cf9c526934839c6c2e | 0218e4d17dcf93b7ab476e3e8bd4026f390f82ca | refs/heads/master | 2021-01-10T10:11:42.617076 | 2011-08-22T02:32:16 | 2011-08-22T02:32:16 | 50,816,154 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 90,656 | cpp | /*************************************************************************
* *
* Tokamak Physics Engine, Copyright (C) 2002-2007 David Lam. *
* All rights reserved. Email: david@tokamakphysics.com *
* ... | [
"liang.huang@transmension.com"
] | [
[
[
1,
3844
]
]
] |
a41489028fd9b36b55a0678ae1b488997aea4c3d | 12203ea9fe0801d613bbb2159d4f69cab3c84816 | /Export/cpp/windows/obj/src/nme/utils/ByteArray.cpp | e3d6384131e0f0f34a930d17d7f53cfced869ab4 | [] | no_license | alecmce/haxe_game_of_life | 91b5557132043c6e9526254d17fdd9bcea9c5086 | 35ceb1565e06d12c89481451a7bedbbce20fa871 | refs/heads/master | 2016-09-16T00:47:24.032302 | 2011-10-10T12:38:14 | 2011-10-10T12:38:14 | 2,547,793 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 40,338 | cpp | #include <hxcpp.h>
#ifndef INCLUDED_cpp_Lib
#include <cpp/Lib.h>
#endif
#ifndef INCLUDED_cpp_zip_Compress
#include <cpp/zip/Compress.h>
#endif
#ifndef INCLUDED_cpp_zip_Uncompress
#include <cpp/zip/Uncompress.h>
#endif
#ifndef INCLUDED_haxe_io_Bytes
#include <haxe/io/Bytes.h>
#endif
#ifndef INCLUDED_nme_L... | [
"alec@alecmce.com"
] | [
[
[
1,
1029
]
]
] |
4b093a4bec862a4644cdb986a860cc2931da9bfa | 444a151706abb7bbc8abeb1f2194a768ed03f171 | /trunk/ENIGMAsystem/SHELL/Graphics_Systems/OpenGL/GSfont.cpp | a07d5e8b8936c040d9c1a2674280730ead654a36 | [] | no_license | amorri40/Enigma-Game-Maker | 9d01f70ab8de42f7c80af9a0f8c7a66e412d19d6 | c6b701201b6037f2eb57c6938c184a5d4ba917cf | refs/heads/master | 2021-01-15T11:48:39.834788 | 2011-11-22T04:09:28 | 2011-11-22T04:09:28 | 1,855,342 | 1 | 1 | null | null | null | null | ISO-8859-13 | C++ | false | false | 44,854 | cpp | /** Copyright (C) 2011 Josh Ventura, Harijs Grīnbergs
***
*** This file is a part of the ENIGMA Development Environment.
***
*** ENIGMA is free software: you can redistribute it and/or modify it under the
*** terms of the GNU General Public License as published by the Free Software
*** Foundation, version 3 of th... | [
"amorri40@gmail.com"
] | [
[
[
1,
1145
]
]
] |
558929ca6c93deca1c2c6287c92415495384e0a4 | cfa667b1f83649600e78ea53363ee71dfb684d81 | /code/render/coregraphics/d3d9/d3d9renderdevice.cc | 8ce471f2390697ecb05c0150a86eeea2f8ce30f0 | [] | no_license | zhouxh1023/nebuladevice3 | c5f98a9e2c02828d04fb0e1033f4fce4119e1b9f | 3a888a7c6e6d1a2c91b7ebd28646054e4c9fc241 | refs/heads/master | 2021-01-23T08:56:15.823698 | 2011-08-26T02:22:25 | 2011-08-26T02:22:25 | 32,018,644 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 27,176 | cc | //------------------------------------------------------------------------------
// d3d9renderdevice.cc
// (C) 2007 Radon Labs GmbH
//------------------------------------------------------------------------------
#include "stdneb.h"
#include "coregraphics/config.h"
#include "coregraphics/d3d9/d3d9renderdevice.h... | [
"Administrator@JOEYXIONG-PC4.epi.com"
] | [
[
[
1,
819
]
]
] |
7629d7c813ef6ef931fcaf9fc29266edeea1ab60 | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Physics/Vehicle/VelocityDamper/hkpVehicleVelocityDamper.h | 7d1a21a3878decf6024d9ddb21a8537c9b8e8006 | [] | 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,923 | 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,
48
]
]
] |
2e3fa5cff60dca0a38198b75d21d3ed985101772 | 6477cf9ac119fe17d2c410ff3d8da60656179e3b | /Projects/openredalert/src/game/SnowMissionTheater.h | e50fc0c1bec59073be0abbbcabc4a1f6c6535ba7 | [] | no_license | crutchwalkfactory/motocakerteam | 1cce9f850d2c84faebfc87d0adbfdd23472d9f08 | 0747624a575fb41db53506379692973e5998f8fe | refs/heads/master | 2021-01-10T12:41:59.321840 | 2010-12-13T18:19:27 | 2010-12-13T18:19:27 | 46,494,539 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 935 | h | // SnowMissionTheater.h
// 1.0
// This file is part of OpenRedAlert.
//
// OpenRedAlert is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, version 2 of the License.
//
// OpenRedAlert i... | [
"cepiperez@gmail.com"
] | [
[
[
1,
28
]
]
] |
d9d350ce0a2793207f3d32962e9b97eb666a8c68 | d34246d8eb3d75e4ab8a500711eafda0af18dcd2 | /project/sensorInterface/DenseStereo/StereoVision.h | 51cedef3dc6ad207936d5b0b99964eb1442e7009 | [] | no_license | edrisfattahi/MasterThesis | 51899d783048726d357539369f5588d28a740241 | 8cd06c0b494092aa43eb080feac385191d710a31 | refs/heads/master | 2021-01-18T01:19:59.174873 | 2010-06-13T20:42:16 | 2010-06-13T20:42:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,997 | h | /*
* StereoVision.h
*
* Created on: 17. apr. 2010
* Author: anderga
*/
#ifndef STEREOVISION_H_
#define STEREOVISION_H_
#include <opencv/cv.h>
#include <opencv/cxmisc.h>
#include <opencv/cvaux.h>
#include <opencv/highgui.h>
using namespace std;
#include <vector>
enum{
STEREO_CALIBRATE_... | [
"anderga@lynx.stud.ntnu.no.stud.ntnu.no"
] | [
[
[
1,
79
]
]
] |
fde66b5f66e41d4c0dc90a1a7bd686d0b167edca | 555ce7f1e44349316e240485dca6f7cd4496ea9c | /DirectShowFilters/TsReader/source/VideoPin.h | 9844eb56fed9e95f6b0c2023f26c0691d95aa76f | [] | no_license | Yura80/MediaPortal-1 | c71ce5abf68c70852d261bed300302718ae2e0f3 | 5aae402f5aa19c9c3091c6d4442b457916a89053 | refs/heads/master | 2021-04-15T09:01:37.267793 | 2011-11-25T20:02:53 | 2011-11-25T20:11:02 | 2,851,405 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,749 | h | /*
* Copyright (C) 2005 Team MediaPortal
* http://www.team-mediaportal.com
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any late... | [
"yamp@team-mediaportal.com",
"ambass@team-mediaportal.com",
"tony@owlsroost.org.uk",
"tourettes@team-mediaportal.com"
] | [
[
[
1,
1
],
[
4,
25
],
[
28,
30
],
[
33,
33
],
[
35,
35
],
[
40,
40
],
[
42,
43
],
[
51,
51
],
[
53,
56
],
[
59,
62
... |
546ca6043401a12bbfea68817a2a8e9f238bcd42 | 011359e589f99ae5fe8271962d447165e9ff7768 | /src/burner/win32/favorites.cpp | 01d2db1ea343191035b353361f3eb8887fc7b0ec | [] | 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 | 2,619 | cpp | // favorites module, added by regret
/* changelog:
update 1: create
*/
#include "burner.h"
map<string, int> favoriteMap;
static bool favLoaded = false;
static bool favChanged = false;
int initFavorites()
{
if (favLoaded) {
return 0;
}
favoriteMap.clear();
//parse ips dat and update the ... | [
"twinaphex1@gmail.com"
] | [
[
[
1,
144
]
]
] |
ad005ce7631737774830b01e13cf4d71fd934367 | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/Code/Flosti Engine/PhysX/PhysicCookingMesh.cpp | a00bec26563b8c09282e752f4a5a05b628854110 | [] | 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 | 5,837 | cpp | #include "__PCH_PhysX.h"
#include "PhysicCookingMesh.h"
//---PhysX includes----
#undef min
#undef max
#include "NxPhysics.h"
#include "NxCooking.h"
#include "PhysicUserAllocator.h"
#include "PhysXLoader.h"
#include "PhysicStream.h"
//--------------------------
//----------------------------------------... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
189
]
]
] |
03bbb99961af358a468ec879acdbfdd312af6218 | cb621dee2a0f09a9a2d5d14ffaac7df0cad666a0 | /http/parsers/message_state.hpp | 72874a5fc016ae854cf92bc69384b605a9f74e92 | [
"BSL-1.0"
] | permissive | ssiloti/http | a15fb43c94c823779f11fb02e147f023ca77c932 | 9cdeaa5cf2ef2848238c6e4c499ebf80e136ba7e | refs/heads/master | 2021-01-01T19:10:36.886248 | 2011-11-07T19:29:22 | 2011-11-07T19:29:22 | 1,021,325 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,345 | hpp | //
// message_state.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2010 Steven Siloti (ssiloti@gmail.com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef HTTP_PARSERS_MESSAGE_STATE_HPP
#... | [
"ssiloti@gmail.com"
] | [
[
[
1,
186
]
]
] |
de9b64354221fb9310049be52a74f31ff8856be7 | 2b32433353652d705e5558e7c2d5de8b9fbf8fc3 | /Dm_new_idz/Mlita/Exam/ExamDlg.cpp | f2c2b17f9dfe5d52c9be8464a0bb3faadbcee922 | [] | no_license | smarthaert/d-edit | 70865143db2946dd29a4ff52cb36e85d18965be3 | 41d069236748c6e77a5a457280846a300d38e080 | refs/heads/master | 2020-04-23T12:21:51.180517 | 2011-01-30T00:37:18 | 2011-01-30T00:37:18 | 35,532,200 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,697 | cpp | // ExamDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Exam.h"
#include "ExamDlg.h"
#include "graph.h"
#include "MSFlexGrid.h"
#include "AlhoritmsDlg.h"
#include "SearchDlg.h"
#include "PathDlg.h"
#include "FloydDlg.h"
#include "KraskalDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef T... | [
"super.denis@gmail.com"
] | [
[
[
1,
395
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.