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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
558544dd02eb61df665f69b2bc4c75b7eccbe1b3 | 4be39d7d266a00f543cf89bcf5af111344783205 | /PortableFileSystemWatcher/inotify-cxx-example.cpp | e8b0a273f0f5588d177abbe26abb3c438867d3cb | [] | no_license | nkzxw/lastigen-haustiere | 6316bb56b9c065a52d7c7edb26131633423b162a | bdf6219725176ae811c1063dd2b79c2d51b4bb6a | refs/heads/master | 2021-01-10T05:42:05.591510 | 2011-02-03T14:59:11 | 2011-02-03T14:59:11 | 47,530,529 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,315 | cpp | /* Simple inotify-cxx example which will output all events for /tmp. Exit via CTRL+C.
Author: Thomas Jarosch Licensed under the same licenses as inotify-cxx. */
#include
#include
#include "inotify-cxx.h"
using namespace std;
int main(void)
{
string watch_dir = "/tmp";
try
{
Inotify n... | [
"fpelliccioni@c29dda52-a065-11de-a33f-1de61d9b9616"
] | [
[
[
1,
60
]
]
] |
251d45c5bd88e65b6f1927232ee03b08f40e172d | 0b1a87e3aac9d80f719a34e5522796cdb061d64d | /mp4v2wrapper.h | 26fb4b617f6645f92c996d01a89e002b1f361ae1 | [] | no_license | xiangruipuzhao/qaac | 6769239471d920d42095a916c94ab0e706a76619 | ed2a1392a3c6c9df2046bd559b6486965928af53 | refs/heads/master | 2021-01-21T01:39:23.237184 | 2011-02-05T14:01:10 | 2011-02-05T14:01:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,374 | h | #ifndef MP4V2WRAPPER_H
#define MP4V2WRAPPER_H
#include <stdint.h>
#include <string>
#include <stdexcept>
#undef FindAtom
#include "impl.h"
std::string format_mp4error(const mp4v2::impl::MP4Error &e);
inline void handle_mp4error(mp4v2::impl::MP4Error *e)
{
std::runtime_error re(format_mp4error(*e));
... | [
"honeycomb77@gmail.com"
] | [
[
[
1,
40
]
]
] |
3d2d1c21a791f5c3be86bec5d439e05350ee1723 | c0a577ec612a721b324bb615c08882852b433949 | /englishplayer/EnTranscription/AudioProcess.h | d131f65cfec2a73846da6856544ff6272778f929 | [] | no_license | guojerry/cppxml | ca87ca2e3e62cbe2a132d376ca784f148561a4cc | a4f8b7439e37b6f1f421445694c5a735f8beda71 | refs/heads/master | 2021-01-10T10:57:40.195940 | 2010-04-21T13:25:29 | 2010-04-21T13:25:29 | 52,403,012 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 754 | h | #pragma once
#include "AudioDoc.h"
#include "Mfcc.h"
class CAudioProcess
{
public:
CAudioProcess(CAudioDoc* pParent);
virtual ~CAudioProcess(void);
public:
void Init(int nChannels);
void ProcessSample(char* pDataIn, DWORD dwSampleCounts);
void GetDrawData(int eType, float* pData, int& nLen);
pr... | [
"oeichenwei@0e9f5f58-6d57-11de-950b-9fccee66d0d9"
] | [
[
[
1,
29
]
]
] |
2933b61b088db75c660fd419ff48def2305d8e66 | a405cf24ef417f6eca00c688ceb9008d80f84e1a | /trunk/FileContent.cpp | 014b71e87b75b496c265aa18a7f49b7cd1ad4d69 | [] | no_license | BackupTheBerlios/nassiplugin-svn | 186ac2b1ded4c0bf7994e6309150aa23bc70b644 | abd9d809851d58d7206008b470680a23d0548ef6 | refs/heads/master | 2020-06-02T21:23:32.923994 | 2010-02-23T21:37:37 | 2010-02-23T21:37:37 | 40,800,406 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,863 | cpp |
#include "FileContent.h"
#include <wx/wfstream.h>
#include <wx/msgdlg.h>
#include <wx/cmdproc.h>
FileContentObserver::FileContentObserver(){}
FileContentObserver::~FileContentObserver(){}
FileContent::FileContent():
observers(),
m_modified(false),
m_cmdProc(NULL)
{
if ( m_cmdProc ... | [
"danselmi@1ca45b2e-1973-0410-a226-9012aad761af"
] | [
[
[
1,
75
]
]
] |
4419cab524ccee3b927b86e1acefa04588c7190d | bc0a05b60c7ef7180120c577e377a977abd4c725 | /ColorConfiguration.h | 7534fbb40acfd956fe2deafb8c7479930d4dadf1 | [] | no_license | swak/stonesense | 7f0b821d4dcd48ba02b4c0df2850cd7355b4f2fa | 54b791c019d4874c0880fc44903b26af2925231f | refs/heads/master | 2021-01-06T20:37:39.613771 | 2011-08-04T16:55:09 | 2011-08-04T16:55:09 | 42,753,526 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 527 | h | #pragma once
#include "common.h"
#include "dfhack/depends/tinyxml/tinyxml.h"
#include <map>
class ColorMaterialConfiguration
{
public:
ALLEGRO_COLOR color;
bool colorSet;
ColorMaterialConfiguration();
} ;
class ColorConfiguration
{
public:
vector<ColorMaterialConfiguration> colorMaterials;
ALL... | [
"Japa.Mala.Illo@4d48de78-bd66-11de-9616-7b1d4728551e"
] | [
[
[
1,
27
]
]
] |
31b98f9da2e4976a33c3cbf1bac33bea7384f8b6 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/MapLib/Shared/include/TileMapLayerInfo.h | 9e47e97870dbc66d9f899aad9f1916ed8d26d14b | [
"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 | 10,025 | h | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
303
]
]
] |
b9a0204c1f70ed7f1ded3584f674597fd16f9f3c | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/classicui/uifw/apps/S60_SDK3.0/bctestnote/src/bctestnotedocument.cpp | c7ca23f87e3df24ca14f8766711860d93101a383 | [] | no_license | SymbianSource/oss.FCL.sftools.ana.compatanamdw | a6a8abf9ef7ad71021d43b7f2b2076b504d4445e | 1169475bbf82ebb763de36686d144336fcf9d93b | refs/heads/master | 2020-12-24T12:29:44.646072 | 2010-11-11T14:03:20 | 2010-11-11T14:03:20 | 72,994,432 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,139 | cpp | /*
* Copyright (c) 2006 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,
63
]
]
] |
74603260b57e9831184d14d3cd3e917714305f0b | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Common/Models/BASIC1/BASIC1.CPP | 07ec222c0101a528afee34c7c4c0d076adf87726 | [] | 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 | 2,988 | cpp | // Basic1.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include <afxdllx.h>
#define __Basic1_CPP
#include "sc_defs.h"
#include "scdver.h"
#include "Basic1.h"
#include "Models.h"
#include "sfe_srvr.h"
//===================================================================... | [
"paul.hannah@syscad.net"
] | [
[
[
1,
117
]
]
] |
df806865e4f0050343d6c7abec53f5b0b2a8cd67 | 8a5788f252ecbe9c1a806b3ab82af618e075a122 | /sasdfasdf/iv_util.cpp | 1b4c852d99cf53d767a95a7bbce75240ab400f9f | [] | no_license | ivan4869/mydigger | 0ff29421268b4adbc960bd3dd123e4696b805c97 | 849b7e3129a2ec14f37e9a439ced099c1e02c781 | refs/heads/master | 2021-01-10T10:25:14.299264 | 2011-06-21T12:15:47 | 2011-06-21T12:15:47 | 36,677,468 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,112 | cpp | #include "iv_util.h"
namespace iv{
inline void staterr(void)
{
switch(errno)
{
case EBADF:
perror("Bad file descriptor!");
break;
case EIO:
perror("I/O error!");
break;
case EINVAL:
perror("Invalid parameter: buffer was NULL!");
break;
cas... | [
"shaoxul@16bbe4b2-c270-ae9f-36db-af6ef2b0ee23"
] | [
[
[
1,
383
]
]
] |
f80f111d149ba87a17f06ccd1f874ce659759864 | 6bdb3508ed5a220c0d11193df174d8c215eb1fce | /Codes/Halak/DirectoryInfo.cpp | 954855166cf77974a79edb6b2a6451f672f88ddd | [] | 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 | 81 | cpp | #include <Halak/PCH.h>
#include <Halak/DirectoryInfo.h>
namespace Halak
{
} | [
"halakshin@gmail.com"
] | [
[
[
1,
6
]
]
] |
012a90d3aad7674efe2f96fc48dfdd97c6f9fda6 | 33cdd09e352529963fe8b28b04e0d2e33483777b | /trunk/ReportAsistent/CSkeletonDoc.h | 46072945ab42999d0eb0cef5d7c1193cbbdd9bd9 | [] | no_license | BackupTheBerlios/reportasistent-svn | 20e386c86b6990abafb679eeb9205f2aef1af1ac | 209650c8cbb0c72a6e8489b0346327374356b57c | refs/heads/master | 2020-06-04T16:28:21.972009 | 2010-05-18T12:06:48 | 2010-05-18T12:06:48 | 40,804,982 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,333 | h | // CSkeletonDoc.h : interface of the CSkeletonDoc class
//
/////////////////////////////////////////////////////////////////////////////
/*
This file is part of LM Report Asistent.
Authors: Jan Dedek, Jan Kodym, Martin Chrz, Iva Bartunkova
LM Report Asistent is free software; you can redistribute it and/or mo... | [
"dedej1am@fded5620-0c03-0410-a24c-85322fa64ba0",
"chrzm@fded5620-0c03-0410-a24c-85322fa64ba0",
"ibart@fded5620-0c03-0410-a24c-85322fa64ba0",
"kodyj1am@fded5620-0c03-0410-a24c-85322fa64ba0"
] | [
[
[
1,
3
],
[
6,
6
],
[
23,
36
],
[
42,
49
],
[
51,
65
],
[
67,
83
],
[
87,
87
],
[
89,
89
],
[
92,
112
],
[
116,
126
... |
5a43293ef2d23e143f399eab4e17e5fb5dd8d52d | f71e82b7ed19200280b7164a2e959310d9bfa210 | /ExampleAIModule/ExampleAIModule/CompaniaDefensiva.h | 22ca19782866ba8b6f2603ecb0aeac5cbdabe3dd | [] | no_license | albertouri/manolobot | 05cf4ee217e85f1332e0e063fcc209da4b71c7b5 | 44e7fee46abcf4f1efa6d292ea8ec7cdc57eb7c8 | refs/heads/master | 2021-01-02T08:32:48.281836 | 2011-02-03T23:28:08 | 2011-02-03T23:28:08 | 39,591,406 | 1 | 0 | null | null | null | null | ISO-8859-10 | C++ | false | false | 1,935 | h | #pragma once
#include <BWAPI.h>
#include <BWTA.h>
#include "Graficos.h"
#include "Utilidades.h"
using namespace BWAPI;
using namespace BWTA;
class CompaniaDefensiva
{
public:
CompaniaDefensiva(Color ID);
~CompaniaDefensiva(void);
// Metodo que se ejecuta en cada frame del juego para realizar dist... | [
"marianomoreno3@82b963ee-1e64-6eb5-a9c5-6632919fd137"
] | [
[
[
1,
65
]
]
] |
786d3faacfd108897a9513948f97eded1c0120f3 | c5176b11a3c23df5f4d9d9788c325ba05aaef545 | /src/underTest/wpan/battery/Energy.h | 75cd61ccc0238519d3a8dc332a4a4d874585840c | [] | no_license | canthefason/inetmanet | 77711b5e42d6e80a68e132a2f525fa448f71ac19 | f8f3cdf1d5e139dc62cbc60e5e6e73de7ba30b0f | refs/heads/master | 2021-01-18T07:37:08.633900 | 2009-04-14T22:59:13 | 2009-04-14T22:59:13 | 176,460 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 558 | h | /**
* @short Class to hold the current energy level of the node.
* @author Isabel Dietrich
*/
#ifndef ENERGY_H
#define ENERGY_H
// SYSTEM INCLUDES
#include <omnetpp.h>
class Energy : public cPolymorphic
{
public:
// LIFECYCLE
Energy(double e=250) : cPolymorphic(), mEnergy(e) {};
// OPERATI... | [
"aarizaq_m@hotmail.com"
] | [
[
[
1,
30
]
]
] |
6dc6c4facd32a957e6dadee0206139499f2988bb | 4360326fcaad7f6d8349b676dc5f00cdf29f7144 | /src/simulator/packets/head_realloc.h | 3af27c3204afd943f02f680fe55f53a686758cab | [] | no_license | raxter/WSN_SWEB_sim | 04cfddaaaed05fed17822dcabb27dd2196744de8 | 545e7d1727d913d8b6b90990bda7023fbdd6370f | refs/heads/master | 2020-04-05T23:44:14.001375 | 2009-05-25T02:10:36 | 2009-05-25T02:10:36 | 199,714 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 559 | h | #ifndef __WSN_SIMULATOR_PACKET_HEAD_REALLOC_H__
#define __WSN_SIMULATOR_PACKET_HEAD_REALLOC_H__
#include "../base_packet.h"
namespace WSN
{
namespace Simulator
{
namespace Packet
{
class HeadReAlloc : public BasePacket {
public:
HeadReAlloc (int sendStrength, const Node::BaseNode& node, int srcGrpId, in... | [
"richard@richard-laptop-old.(none)"
] | [
[
[
1,
36
]
]
] |
d51422c531388957728de7833853d81492c251c3 | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/simon/Source/Board.h | dfdc6fb5e28341e853e745b1f1faed7c42399466 | [] | 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 | 542 | h | #ifndef _BOARD_H
#define _BOARD_H
#include "DebugPrintText2D.h"
#include <vector>
typedef enum ESymbols {SYMBOL_A, SYMBOL_B, SYMBOL_C, SYMBOL_D, SYMBOL_LAST};
class CBoard
{
public:
CBoard();
~CBoard();
void Init();
void ResetSymbols();
void Generate ();
ESymbols Show ();
bool Check... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
34
]
]
] |
cca71fdb3b2f97ed88371034eee9c23d3d01b5dd | 073dfce42b384c9438734daa8ee2b575ff100cc9 | /RCF/src/RCF/NamedPipeEndpoint.cpp | e640cc8e093d9ca2b04a5b487e387ad8ef0fcddf | [] | 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 | 2,249 | 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,
78
]
]
] |
19275865e6769f2d8f73ed1e114e28515c11c82d | e2e49023f5a82922cb9b134e93ae926ed69675a1 | /tools/aoslcpp/include/aosl/signal_source.hpp | 6ab97b796bf45f0367949ac4253f991b66ff8926 | [] | 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 | 6,061 | hpp | // 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,
235
]
]
] |
2762c8105f2caf3427fbfaf641454f9e052e5f0b | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ObjectDLL/ObjectShared/PolyGridModifier.h | 1d45fa237068f6e192c2570e1bb7db46531770af | [] | no_license | rickyharis39/nolf2 | ba0b56e2abb076e60d97fc7a2a8ee7be4394266c | 0da0603dc961e73ac734ff365bfbfb8abb9b9b04 | refs/heads/master | 2021-01-01T17:21:00.678517 | 2011-07-23T12:11:19 | 2011-07-23T12:11:19 | 38,495,312 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,346 | h | // ----------------------------------------------------------------------- //
//
// MODULE : PolyGridModifier.h
//
// PURPOSE : Defines the object PolyGridModifier which exists entirely for
// creating modifiers for a polygrid so that they can be controlled
// easier by artists. Their data will be taken by... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
50
]
]
] |
c65b3935edace9231bd7e24b233306851f1e9975 | cfc474b8274183a4a2f4a4e06f16006f280e9e43 | /Sudoku/Solver.h | 9cba2313e0c55a24f6dce62d7b1bba4902a850c1 | [] | no_license | neilforrest/verysimplesudoku | 26b1569e611bbb15cb26a7cf0f80ff042ab78c4c | df225f4b98d2657abc2a895b5d73c7aca8847c6a | refs/heads/master | 2020-05-19T20:50:24.132502 | 2008-01-05T21:58:15 | 2008-01-05T21:58:15 | 33,373,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,409 | h | #pragma once
#include <vector>
#include "SudokuBoard.h"
// Position on the board
struct GridPos
{
int x;
int y;
};
class CSolver
{
public:
CSolver(void);
virtual ~CSolver(void);
// Attempt to complete the board, true iff success
bool Solve ( CSudokuBoard* board, bool* possible, int* count, ... | [
"neil.david.forrest@1c60f1a0-0043-0410-b499-77e8d6643a01"
] | [
[
[
1,
85
]
]
] |
a72f30c23b3dc69899718a994b2f79eddb6371b3 | c524e82d892bc31ccb52abc91a46fcd9ce1d9241 | /core/SnookerCore.h | cd95259bc3aa34ed0a398e6b3ebeab2f5e4115b3 | [] | no_license | wenmengzi/snooker | 368fd1d341e48ed9a4cfc7acce6d8f0e02e7827b | 16ce9a55f334fa24d156dc9a7a6ceffc78ebcfb5 | refs/heads/master | 2021-01-10T01:38:56.748246 | 2007-06-23T16:59:21 | 2007-06-23T16:59:21 | 54,390,281 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,137 | h | // SnookerCore.h: interface for the CSnookerCore class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SNOOKERCORE_H__12958B13_01AD_4919_8A8C_06EF23099637__INCLUDED_)
#define AFX_SNOOKERCORE_H__12958B13_01AD_4919_8A8C_06EF23099637__INCLUDED_
#include "GLFrame.h"
#if... | [
"rickone2007@05450a0b-ae31-0410-b12f-21406559f0cb",
"kydef2007@05450a0b-ae31-0410-b12f-21406559f0cb"
] | [
[
[
1,
14
],
[
16,
16
],
[
23,
59
],
[
62,
78
],
[
81,
88
],
[
90,
90
],
[
92,
98
]
],
[
[
15,
15
],
[
17,
22
],
[
60,
... |
274072744b10926694f363692fdc0e1071533e27 | 05f4bd87bd001ab38701ff8a71d91b198ef1cb72 | /TPDatos/src1/utils/StringUtils.h | 7216ae3415ecb8119f7b17129c0c8578de04c2c1 | [] | 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 | UTF-8 | C++ | false | false | 860 | h | #ifndef __STRINGUTILS_H__
#define __STRINGUTILS_H__
#include <string>
#include <iostream>
#include <sstream>
#include <list>
#include <vector>
using namespace std;
class StringUtils{
public:
StringUtils();
/**
* Este metodo quita los espacios en blanco entre los tag
* de una cadena de caracteres... | [
"santiagodonikian@a1477896-89e5-11dd-84d8-5ff37064ad4b",
"caceres.oscar7@a1477896-89e5-11dd-84d8-5ff37064ad4b"
] | [
[
[
1,
26
],
[
28,
32
]
],
[
[
27,
27
]
]
] |
b8879fedc0f106bba8b2bde2b1f5136201721da9 | 97f1be9ac088e1c9d3fd73d76c63fc2c4e28749a | /3dc/MEM3DCPP.CPP | aa282777bf08d6303eb0f3436591a94fc83a9fb5 | [
"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 | 980 | cpp | #include "mem3dc.h"
#if DBGMALLOC
#if 1
// try and turn C++ new/delete tracking on such that
// we can do a malloc dump when the global objects
// with associated memory allocated is recored, the
// deallocation is recored, and then a malloc dump
// is done
// note that some global objects wont have the... | [
"a_jagers@ANTHONYJ.(none)"
] | [
[
[
1,
48
]
]
] |
4c787db5f79ee259f88a486623ec1d06b6ec2b8e | 14bc620a0365e83444dad45611381c7f6bcd052b | /ITUEngine/Managers/SceneGraphManager.cpp | 974aa884e13c29c030741fe187846afdd961bd21 | [] | no_license | jumoel/itu-gameengine | a5750bfdf391ae64407217bfc1df8b2a3db551c7 | 062dd47bc1be0f39a0add8615e81361bcaa2bd4c | refs/heads/master | 2020-05-03T20:39:31.307460 | 2011-12-19T10:54:10 | 2011-12-19T10:54:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,040 | cpp | #include <Managers/SceneGraphManager.hpp>
#include <SDL.h>
#include "GL/glew.h"
#include <iostream>
#include <memory>
#include <Events/EventData/EventData.hpp>
#include <Math/Vector3f.hpp>
#include <Templates/TSingleton.hpp>
#include "MediaManager.hpp"
#include <Subsystems/Physics/PhysicsSystem.hpp>
#include ... | [
"julian.moeller@gmail.com",
"reko@itu.dk",
"pyjamads@gmail.com",
"renekorsgaard@hotmail.com"
] | [
[
[
1,
2
],
[
13,
14
],
[
17,
19
],
[
21,
21
]
],
[
[
3,
4
]
],
[
[
5,
12
],
[
15,
16
],
[
20,
20
],
[
22,
25
],
[
39,... |
2964436e42e8372b977deed98783d244ca62635e | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/tags/v0-1/engine/sound/include/SoundManager.h | 8e7b10be3785bbbf2bb6dfe175918fae505f0582 | [
"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 | 2,884 | 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 it will... | [
"blakharaz@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
76
]
]
] |
7bed2af89d599ea79b01142f15110ee91f944404 | 6bdb3508ed5a220c0d11193df174d8c215eb1fce | /Codes/Halak/Colors.cpp | c2ae9ae73230e5c8c24d19d4162bcce48d32cfb7 | [] | 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 | 14,729 | cpp | #include <Halak/PCH.h>
#include <Halak/Colors.h>
#include <algorithm>
namespace Halak
{
Colors::ItemCollection Colors::items;
const Color* Colors::Find(const String& name)
{
if (items.empty())
FillItems();
struct ComparePredicate
{
bool opera... | [
"halakshin@gmail.com"
] | [
[
[
1,
322
]
]
] |
fdeb444c96c0acfc7024765c42518b80cd02d5c9 | fe7a7f1385a7dd8104e6ccc105f9bb3141c63c68 | /actions.cpp | 891a204693f28829904ae3ca70699e203425de71 | [] | no_license | divinity76/ancient-divinity-ots | d29efe620cea3fe8d61ffd66480cf20c8f77af13 | 0c7b5bfd5b9277c97d28de598f781dbb198f473d | refs/heads/master | 2020-05-16T21:01:29.130756 | 2010-10-11T22:58:07 | 2010-10-11T22:58:07 | 29,501,722 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,208 | cpp | //////////////////////////////////////////////////////////////////////
// OpenTibia - an opensource roleplaying game
//////////////////////////////////////////////////////////////////////
//
//////////////////////////////////////////////////////////////////////
// This program is free software; you can redistribu... | [
"divinity76@gmail.com@6be3b30e-f956-11de-ba51-6b4196a2b81e"
] | [
[
[
1,
600
]
]
] |
a66718b207c37c894d8907605c0ef11cf7728d73 | 37426b6752e2a3f0a254f76168f55fed549594da | /unit_test++/src/DeferredTestReporter.h | 17ac1c3a3a03fd1ecc1fa547238604c239a67fe0 | [
"MIT"
] | permissive | Over-Zero/amf3lib | 09c3db95b3b60bcdd78791e282a9803fc6e2cfee | 527c3e1c66b5fb858a859c4bc631733e23c91132 | refs/heads/master | 2021-01-22T03:01:28.063344 | 2011-11-08T15:42:04 | 2011-11-08T15:42:04 | 2,732,494 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 671 | h | #ifndef UNITTEST_DEFERREDTESTREPORTER_H
#define UNITTEST_DEFERREDTESTREPORTER_H
#include "TestReporter.h"
#include "DeferredTestResult.h"
#include <vector>
namespace UnitTest
{
class DeferredTestReporter : public TestReporter
{
public:
virtual void ReportTestStart(TestDetails const& details);
... | [
"dmalta@yandex.ru"
] | [
[
[
1,
28
]
]
] |
be6fb16b6e6962193a4ce01d77cb003850f17133 | 2ca3ad74c1b5416b2748353d23710eed63539bb0 | /Pilot/Lokapala_Observe/Raptor/ObserveFacade.h | a516d2cd5e448e19718592202254bdc2166bdc1a | [] | no_license | sjp38/lokapala | 5ced19e534bd7067aeace0b38ee80b87dfc7faed | dfa51d28845815cfccd39941c802faaec9233a6e | refs/heads/master | 2021-01-15T16:10:23.884841 | 2009-06-03T14:56:50 | 2009-06-03T14:56:50 | 32,124,140 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 973 | h | /**@file ObserveFacade.h
* @brief Observe Manager의 Facade 정의.
* author siva
*/
#ifndef OBSERVE_FACADE_H
#define OBSERVE_FACADE_H
#include "ObserveBI.h"
/**@ingroup GroupOSM
* @class CObserveFacade
* @brief OSM의 Facade.
* @remarks SingleTon을 사용한다.
*/
class CObserveFacade : public CObserveBI
{
... | [
"nilakantha38@b9e76448-5c52-0410-ae0e-a5aea8c5d16c"
] | [
[
[
1,
45
]
]
] |
a8667d28592d23c8a0c229f7af70ca826e422c8f | 6e4f9952ef7a3a47330a707aa993247afde65597 | /PROJECTS_ROOT/SmartWires/BitmapUtils/DelayLoadFuncs.h | 322d8272aae3c556b878ec43fd86eaae8243972a | [] | 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 | 2,855 | h | // SupportClasses.h: interface for the SupportClasses class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(DELAYLOAD__INCLUDED_)
#define DELAYLOAD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <afxmt.h>
#include <afxtempl.h>
#includ... | [
"wplabs@3fb49600-69e0-11de-a8c1-9da277d31688"
] | [
[
[
1,
91
]
]
] |
db305aedd14c47ec3dda18359fc67895a7a4d5ea | 282057a05d0cbf9a0fe87457229f966a2ecd3550 | /WEBServer/src/WEBCollector.cpp | ac228687fe2d4842917540c94deac2d03bf6fd21 | [] | no_license | radtek/eibsuite | 0d1b1c826f16fc7ccfd74d5e82a6f6bf18892dcd | 4504fcf4fa8c7df529177b3460d469b5770abf7a | refs/heads/master | 2021-05-29T08:34:08.764000 | 2011-12-06T20:42:06 | 2011-12-06T20:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,471 | cpp | #include "WEBCollector.h"
#include "WEBServer.h"
CWebCollector::CWebCollector() :
_stop(false),
_schedule(ScheduledCommandComparison())
{
}
CWebCollector::~CWebCollector()
{
}
void CWebCollector::run()
{
CWEBServer& server = CWEBServer::GetInstance();
CEibAddress function;
unsigned char value[1... | [
"yosig81@gmail.com"
] | [
[
[
1,
184
]
]
] |
7ca6c2eb3c677069cac4c198ff6cb33e364c7f4f | 50ec9ffd7c7fab28b27e58dd4f12fa38d678bb69 | /ImageProcessing.cpp | 0f8af5336d61471b3e02df7fe859fb0942b8a1ed | [] | no_license | manisoftwartist/manibaktha-tactical-visual-servoing | a2c40a88f0dd65546baba90d44049e8103d1dd1d | 9510c2e885e744fc8efa329e3c2770e5d5e0c57f | refs/heads/master | 2020-04-15T05:34:24.551897 | 2011-05-27T10:35:14 | 2011-05-27T10:35:14 | 32,143,772 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 76,213 | cpp |
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2011 Shawn T. Hunt
//
// 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
/... | [
"lab@lab-laptop",
"shawn.t.hunt@gmail.com"
] | [
[
[
1,
1
],
[
29,
60
],
[
62,
65
],
[
67,
81
],
[
83,
83
],
[
85,
85
],
[
91,
91
],
[
93,
104
],
[
107,
107
],
[
110,
11... |
6e437f8dab50dfb0542a6403f7f4866341aa0339 | fc4946d917dc2ea50798a03981b0274e403eb9b7 | /gentleman/gentleman/WindowsAPICodePack/WindowsAPICodePack/DirectX/DirectX/DXGI/DXGIKeyedMutex.h | 226ab54b21248d5f007b2cd212c941d30dbbf7cd | [] | no_license | midnite8177/phever | f9a55a545322c9aff0c7d0c45be3d3ddd6088c97 | 45529e80ebf707e7299887165821ca360aa1907d | refs/heads/master | 2020-05-16T21:59:24.201346 | 2010-07-12T23:51:53 | 2010-07-12T23:51:53 | 34,965,829 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,419 | h | //Copyright (c) Microsoft Corporation. All rights reserved.
#pragma once
#include "DXGIDeviceSubObject.h"
namespace Microsoft { namespace WindowsAPICodePack { namespace DirectX { namespace DXGI {
using namespace System;
/// <summary>
/// Represents a keyed mutex, which allows exclusive access to... | [
"lucemia@9e708c16-f4dd-11de-aa3c-59de0406b4f5"
] | [
[
[
1,
53
]
]
] |
f1cdbbcf346c9bb2f2da4c2685deeb1d089e6e77 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Common/SceneData/Mesh/hkxMeshSection.h | 37dd45e09fab7f615049e91ad6514612f6d29e3a | [] | 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,263 | 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,
86
]
]
] |
759768fa8fc9a42b61e73a6f73345d71b50297e4 | 395391c1b84e984e16d5d60fe02eee00fbd5c10a | /src/engine/sprites.cpp | 218fdefa05bd631d37541468a26a2a2375a84b0e | [] | no_license | bronzean/open-rock-raiders-c | 70104449a6d9d9ee689f0f6c34a62f2218f6ff67 | aac1a653738b12bc1743c6898867fad06716f007 | refs/heads/master | 2021-01-19T14:12:52.531935 | 2011-08-31T06:18:38 | 2011-08-31T06:18:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 470 | cpp | /* Copyright the ORR-C Dev Team */
#include "../main.hpp"
int load_sprites()
{
/*teleport_button_spr = img_load2(teleport_button_path);
if(teleport_button_spr == NULL)
{
std::cout << "\nFailed loading teleport button sprite\n";
return 1;
}
no_teleport_button_spr = img_load2(no_teleport_button_pat... | [
"CiliesJ@43b2f215-69ce-7cdb-bcbe-f39a4413677e"
] | [
[
[
1,
21
]
]
] |
78a5cc75c94b341795b26bf0cf66466b1a1bc9af | fa134e5f64c51ccc1c2cac9b9cb0186036e41563 | /GT/CommunicationTestDialog.h | f1b3936136013b6a42b20b240190bb1a4ef75014 | [] | no_license | dlsyaim/gradthes | 70b626f08c5d64a1d19edc46d67637d9766437a6 | db6ba305cca09f273e99febda4a8347816429700 | refs/heads/master | 2016-08-11T10:44:45.165199 | 2010-07-19T05:44:40 | 2010-07-19T05:44:40 | 36,058,688 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 1,015 | h | #pragma once
// CCommunicationTestDialog 对话框
class CCommunicationTestDialog : public CDialog
{
DECLARE_DYNAMIC(CCommunicationTestDialog)
public:
CCommunicationTestDialog(CWnd* pParent = NULL); // 标准构造函数
virtual ~CCommunicationTestDialog();
// 对话框数据
enum { IDD = IDD_COMMUNICATIONTEST_DIALOG };
... | [
"Jingfei.Hu@gmail.com@3a95c3f6-2b41-11df-be6c-f52728ce0ce6"
] | [
[
[
1,
37
]
]
] |
c9ad09796a895d6851aa7e72ea00a7e0de97d9c2 | dadae22098e24c412a8d8d4133c8f009a8a529c9 | /tp2/src/vertex_shader.cpp | 2b41c31f1ced8b61cdeea09cde841b8c5de93d97 | [] | no_license | maoueh/PHS4700 | 9fe2bdf96576975b0d81e816c242a8f9d9975fbc | 2c2710fcc5dbe4cd496f7329379ac28af33dc44d | refs/heads/master | 2021-01-22T22:44:17.232771 | 2009-10-06T18:49:30 | 2009-10-06T18:49:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,216 | cpp | #include "vertex_shader.h"
#include "application_manager.h"
VertexShader::VertexShader(const STRING& filename) : Shader(filename),
mHandle(NULL)
{
mHandle = glCreateShader(GL_VERTEX_SHADER);
}
VertexShader::~VertexShader()
{
glDeleteShader(mHandle);
}
void VertexShader::load()
{
con... | [
"matthieu.o.vachon@gmail.com"
] | [
[
[
1,
53
]
]
] |
d82fb9fe124dcae98d44364f3b9c0f0b1819c1d3 | de2f72b217bc8a9b1f780090bedf425a2ad9587a | /Pangea/Physics/include/force/Force.h | ab06415faf64c68b28228ce9066d7f2333c708ac | [] | no_license | axelwass/oliveira | 65b32a7f16cb7e00a95cdf3051a731a2004aaf5f | 4c34730a720465311e367f8e25cc1cced46801c7 | refs/heads/master | 2021-01-18T14:18:42.622080 | 2011-04-18T18:39:08 | 2011-04-18T18:39:08 | 32,120,045 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,264 | h | /*
* Force.h
*
* Created on: Sep 23, 2010
* Author: mmerchan
*/
#include "../particle/ParticleData.h"
#include "../particle/DerivativeData.h"
#include "../../../Generic/Generic.h"
#include <iostream>
#include <list>
#include <tr1/memory>
using namespace std;
#ifndef FORCE_H_
#define FORCE_H_
... | [
"merchante.mariano@d457d4b0-f835-b411-19da-99c4f284aa10"
] | [
[
[
1,
59
]
]
] |
0ba470799295f664af14511d8eeb99e8f931fd19 | 1b974521c0a29f5e8935bee1fc8730c283682902 | /team0073.cpp | a43adc6a21a3e35773b0ca148ef19974726594ae | [] | no_license | deepankgupta/ai-challenge | 37702052238f44b8d9be77750ca0e5eb48341a78 | 3b6167f67ce4b7a3d065923e32da56395b1687d1 | refs/heads/master | 2020-05-31T09:07:39.930125 | 2008-10-21T16:39:50 | 2008-10-21T16:39:50 | 32,131,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,772 | cpp | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<math.h>
class team0005 //here the class name is given to be team0002 assuming that the registration no. of the participant was 2
{
private: //private fns and variables defined
int pl,ph,player_num,player_no,pl1,ph1,strmin;
in... | [
"mohitgenii@dd1e002a-cb53-0410-ab0d-ab7dcae0fab8"
] | [
[
[
1,
711
]
]
] |
839b5104552ace74375d50cabf441b120c189132 | 57d74ff818cabf449d3ad457bcc54c5d78550352 | /8.0/SpiraTestCompletePlugIn/stdafx.cpp | ae7d7d9cc91b963461b35210c74fe55413d11bb1 | [] | 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 | 219 | cpp | // stdafx.cpp : source file that includes just the standard includes
// SpiraTestCompletePlugIn.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"asandman@5d4b435c-4d46-d949-aab2-e601ca53af14"
] | [
[
[
1,
5
]
]
] |
9885b5e97a4d7f9e9f4ec2e6df5fedcd2b616478 | 6e9f5476bb32a474c326f8d0412845c65ec40f46 | /epoch/nkgt.cpp | 48778f6b9cede081023097cb36c25eb1b5dc2ce4 | [] | no_license | nikolakn/gepoch | 8bd588033dd8ef8cfbe5c89b6acf0b41dfa265c5 | 6605fabea0ad245769b0b7f4e1b1ba2015a44fc6 | refs/heads/master | 2021-01-10T07:10:12.975817 | 2011-11-07T09:21:28 | 2011-11-07T09:21:28 | 43,171,253 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41 | cpp | #include "nkgt.h"
nkgt::nkgt()
{
}
| [
"bagatplus@4e4f1dd0-b059-00ba-97fa-1b68b94eb201"
] | [
[
[
1,
5
]
]
] |
30fdd88929bad269e4d5afea69748322f41fdece | 2f72d621e6ec03b9ea243a96e8dd947a952da087 | /include/Archive.h | 46579ec94f47829e2b957e68dc0d98db47bff824 | [] | no_license | gspu/lol4fg | 752358c3c3431026ed025e8cb8777e4807eed7a0 | 12a08f3ef1126ce679ea05293fe35525065ab253 | refs/heads/master | 2023-04-30T05:32:03.826238 | 2011-07-23T23:35:14 | 2011-07-23T23:35:14 | 364,193,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,608 | h | #include <stdio.h>
#include <stdlib.h>
#include <string>
#include <assert.h>
#include <Ogre.h>
class Archive
{
public:
class Buffer
{
public:
enum AllocType
{
atDoNotTouch = 0, //will refuse to deallocate
atMalloc = 1, //using malloc()
atNew = 2, //using new char[x]
atOgreMalloc ... | [
"praecipitator@bd7a9385-7eed-4fd6-88b1-0096df50a1ac"
] | [
[
[
1,
214
]
]
] |
bad9cb50b9f0abfd5abe8566f3fd3a4fd803eaa0 | f7be460272b02f7b582430396ede89dc14b50b88 | /stlfile.cpp | 1e638a1d96ac86796a497d6df5b6c24a4957e201 | [
"MIT"
] | permissive | ShenRen/stlviewer | 400934c125e557342bd3d8e81c1974e0a51082a9 | 3ed2415af299ace5564f6486344c04a680d625ea | refs/heads/master | 2021-01-15T22:14:20.658542 | 2011-01-18T20:54:29 | 2011-01-18T20:54:29 | 99,892,752 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,361 | cpp | // Copyright (c) 2009 Olivier Crave
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, pub... | [
"cravesoft@939d4a90-b6fe-4fe1-83ef-7ae222a9c67a"
] | [
[
[
1,
494
]
]
] |
49634144eb7f721402811f2ac223d0f9964ca4fb | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/WayFinder/symbian-r6/GpsSocket.h | 7cc95fb82cee99d4958a11c9b9f666a9b17f056d | [
"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 | 4,970 | h | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
167
]
]
] |
de6bdfbc65ac80257dcdd21a1d8ae4aa40ba9c86 | 070c58893ddb68626557793241b4c9c960737d86 | /dEspresso/dEspresso/WidgetList.h | 5bce04cb2b23fb079274692e62a6bd7bda3b6907 | [] | no_license | jongha/despresso | f84f328f77b0a338b31e8cf8debcda07ef49154d | 8986bbd6e710ee68fa341218c02f9b2aa7d1866d | refs/heads/master | 2020-05-18T07:16:32.144386 | 2010-09-28T05:14:56 | 2010-09-28T05:14:56 | 32,111,969 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 690 | h | #pragma once
// CWidgetList dialog
class CWidgetList : public CDialog
{
DECLARE_DYNAMIC(CWidgetList)
public:
CWidgetList(CWnd* pParent = NULL); // standard constructor
virtual ~CWidgetList();
// Dialog Data
enum { IDD = IDD_WIDGETLIST };
protected:
virtual void DoDataExchange(CDataExchange... | [
"jongha.ahn@mrlatte.net"
] | [
[
[
1,
33
]
]
] |
6262f22c975f23b19a05dbd1987de18bc4ffacd0 | 77aa13a51685597585abf89b5ad30f9ef4011bde | /dep/src/boost/boost/fusion/view/single_view/single_view_iterator.hpp | b5cb3304cc99a28d3b860fc98a5719a0c691d506 | [
"BSL-1.0"
] | permissive | Zic/Xeon-MMORPG-Emulator | 2f195d04bfd0988a9165a52b7a3756c04b3f146c | 4473a22e6dd4ec3c9b867d60915841731869a050 | refs/heads/master | 2021-01-01T16:19:35.213330 | 2009-05-13T18:12:36 | 2009-05-14T03:10:17 | 200,849 | 8 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 1,648 | hpp | /*=============================================================================
Copyright (c) 2001-2006 Joel de Guzman
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)
===================================... | [
"pepsi1x1@a6a5f009-272a-4b40-a74d-5f9816a51f88"
] | [
[
[
1,
47
]
]
] |
fc5fdd8b4e903c9ef87d47006d77ba54f029f6c4 | 45c0d7927220c0607531d6a0d7ce49e6399c8785 | /GlobeFactory/src/game/cinematic/file_cinematic.cc | a36b6579cb1781ebc422f437ebfd81d065aaaeb2 | [] | no_license | wavs/pfe-2011-scia | 74e0fc04e30764ffd34ee7cee3866a26d1beb7e2 | a4e1843239d9a65ecaa50bafe3c0c66b9c05d86a | refs/heads/master | 2021-01-25T07:08:36.552423 | 2011-01-17T20:23:43 | 2011-01-17T20:23:43 | 39,025,134 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,245 | cc | #include "file_cinematic.hh"
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
FileCinematic::FileCinematic()
{
}
//------------------------------------------------------------------------------
... | [
"creteur.c@8e971d8e-9cf3-0c36-aa0f-a7c54ab41ffc"
] | [
[
[
1,
39
]
]
] |
d61d8ad02342c7bc6a4d6bff7bccd1129caeffd6 | 2b80036db6f86012afcc7bc55431355fc3234058 | /src/cube/dialog/PreferencesCategoriesModel.cpp | ba0119cce5ff98764d7297de2b5051469c3d6db5 | [
"BSD-3-Clause"
] | permissive | leezhongshan/musikcube | d1e09cf263854bb16acbde707cb6c18b09a0189f | e7ca6a5515a5f5e8e499bbdd158e5cb406fda948 | refs/heads/master | 2021-01-15T11:45:29.512171 | 2011-02-25T14:09:21 | 2011-02-25T14:09:21 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 4,044 | cpp | //////////////////////////////////////////////////////////////////////////////
//
// License Agreement:
//
// The following are Copyright © 2008, mC2 Team
//
// Sources and Binaries of: mC2
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, a... | [
"andre@woesten.com@6a861d04-ae47-0410-a6da-2d49beace72e"
] | [
[
[
1,
101
]
]
] |
302d7b410f218b22a00fd44ee2a57cf5be1b59d3 | 51e4aeb0d5e29ae1e8a9d8cf467797da2054b0f1 | /src/gameMenu.hpp | f0f98055c141f09528de120e6d3dacd8e2d5be2f | [] | no_license | vashero/tachyon-game | b3340272ee58c11077eef077485f8a01e4c81881 | 5fc2daac314c0b3b19b7336f8eb29d81a5e05729 | refs/heads/master | 2016-09-09T23:47:14.315285 | 2009-05-10T17:47:53 | 2009-05-10T17:47:53 | 32,647,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,149 | hpp | /*==============================================================
* Copyright (c) 2009 Blake Fisher. All Rights Reserved.
*
* This software is released under the BSD License
* <http://www.opensource.org/licenses/bsd-license.php>
*==============================================================
*/
#pragma onc... | [
"bfisher@ualberta.net@b90cb52e-2f47-11de-8816-6191455234fe"
] | [
[
[
1,
110
]
]
] |
dc8b340792a10d57e883aae9c40980ac0bf4bb27 | 3ef49f2a62aaef8fd370468c68904e95ee5466aa | /glVector2.cpp | 2173674e313d6182d676c62e3e28d25f67814b3b | [] | no_license | xf0e/pixelcity | 6f42f6204b52882da391467c21d92fa2c6f01e1a | 959796a68a0727d73e327cc8de5471daacecd0b7 | refs/heads/master | 2020-03-08T23:19:34.771087 | 2009-05-23T23:17:44 | 2009-05-23T23:17:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,629 | cpp | /*-----------------------------------------------------------------------------
Vector2.cpp
2006 Shamus Young
-------------------------------------------------------------------------------
Functions for dealing with 2d (usually texture mapping) values.
---------------------------------------------... | [
"shamus@shamusyoung.com",
"bilbo@beta.mydomain"
] | [
[
[
1,
12
],
[
14,
14
],
[
17,
18
],
[
20,
21
],
[
24,
225
]
],
[
[
13,
13
],
[
15,
16
],
[
19,
19
],
[
22,
23
],
[
226,
... |
bde053b06cd807895226ea7671337786b10cdf9c | 13314d3b1af22579685991a2cd7bfb68e67ba80e | /adware/ie/updater/Source Code/UpdaterSvc/FileDownloadManager.h | 10663bd5d9b353ba4fd48083167232f18126d659 | [] | no_license | MZ-EUR/h4zy | f38c8e38d7e0c9770c42f429ff4f091604481826 | 2bcc791a0491f92cec03d538c5f7c01e76b1bb23 | refs/heads/master | 2021-01-12T00:03:03.815891 | 2011-05-26T01:21:54 | 2011-05-26T01:21:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 920 | h | // FileDownloadManager.h: interface for the CFileDownloadManager class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FILEDOWNLOADMANAGER_H__92A0629C_02C7_4777_9BBE_A045162FDF4D__INCLUDED_)
#define AFX_FILEDOWNLOADMANAGER_H__92A0629C_02C7_4777_9BBE_A045162FDF4D__INCLUD... | [
"ian@seeinginteractive.com"
] | [
[
[
1,
34
]
]
] |
89dfb3db4fa460331d27c7e931c7841d336cd325 | b22c254d7670522ec2caa61c998f8741b1da9388 | /dependencies/OpenSceneGraph/include/osg/LightModel | cec4745695394193765a2a19160cfe253613c48b | [] | 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 | 3,023 | /* -*-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,
95
]
]
] | |
c138b348916c64d7bd02a4a7caff867f85d5fe1f | ef25bd96604141839b178a2db2c008c7da20c535 | /src/src/Test/Obj3d/GameCamera.cpp | 3b27614e2f37907d6b731121112fd9c87d080fff | [] | 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 | UTF-8 | C++ | false | false | 1,601 | cpp | #include "GameCamera.h"
#include "Core/Inputs/InputManager.h"
//******************************************************************
void GameCamera::Update()
{
/*InputManager *pIM = InputManager::GetInstance();
Point2f point = pIM->GetMouseOffset();
//OffsetCurseur -> Camera
const int sensibilite = ... | [
"mathieu.chabanon@7c6770cc-a6a4-11dd-91bf-632da8b6e10b"
] | [
[
[
1,
71
]
]
] |
2a141d527b29766e5dcd7c17a5951b8886393c72 | f177993b13e97f9fecfc0e751602153824dfef7e | /ImProSln/DSBaseClass/stdafx.cpp | 3ac18f1e1af573474db80e05349674fad06e68fd | [] | 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 | 299 | cpp | // stdafx.cpp : source file that includes just the standard includes
// DSAppClasses.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
]
]
] |
f0646931072f86b5393ec8c170e21268733c67c5 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/boost/date_time/date_facet.hpp | 94523ae94014aa7c651025566a317e6b0c2b9384 | [
"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 | 30,510 | hpp | #ifndef _DATE_TIME_DATE_FACET__HPP___
#define _DATE_TIME_DATE_FACET__HPP___
/* Copyright (c) 2004-2005 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
* Author... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
775
]
]
] |
874873da8cd44a185c19c79e698e5341d8b8c491 | c86a845a7873e3f543b307c8c03ac92a724c8beb | /finalapp/vis.cpp | 2532b0097ce3176d2053881b59122220d4a3a49e | [] | no_license | smyang/remobj | 58e4c3305a27b1a33e9f96f986911a39c22178d8 | d9bce0847b98c598500e2d72ec02bc88c54d8e93 | refs/heads/master | 2016-09-10T13:58:42.452434 | 2010-05-01T21:36:26 | 2010-05-01T21:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,364 | cpp | // vis.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "vision_utilities.hpp"
#include "bundleout.hpp"
#include <math.h>
#include "../taucs/taucsaddon.h"
#include "matrix.h"
#include "vis.h"
void copy_image(ImageColor* imgsrc, ImageColor* imgdest)
{
int ro... | [
"smyang@gmail.com"
] | [
[
[
1,
523
]
]
] |
9f68d0f5e3b8eab595dbeae44382b7ef9b6a1605 | d67b01b820739ea2d63968389a83c36c4b0ff163 | /UnitTests/QuizBotUnitTest/QuizBotUnitTest/ParticipantManager.h | 134b28265ec4c1d6674d479641a1edca88d1520e | [] | no_license | iamukasa/pookas | 114458dc7347c66844ff8cf3023ec75ce4c486b5 | bd5bf9178d2a2a37b3251a07eb3e6afa96f66c67 | refs/heads/master | 2021-01-13T02:08:54.947799 | 2009-11-04T00:52:06 | 2009-11-04T00:52:06 | 35,762,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,263 | h | /** \class ParticipantManager
Manages quiz players.
*/
#ifndef _PARTICIPANT_MANAGER_H_
#define _PARTICIPANT_MANAGER_H_
#include <Vector>
#include <iostream>
#include <string>
#include "QuizParticipant.h"
#include "aw.h"
class ParticipantManager
{
public:
ParticipantManager(void);
~ParticipantMan... | [
"lab4games@40cc54bc-b367-11de-8ef2-6d788aed22ac"
] | [
[
[
1,
52
]
]
] |
27712e15e9919ac535ba9f14cbd339ac374a78f4 | de1e5905af557c6155ee50f509758a549e458ef3 | /src/ui/ui_search.h | 2b65e210c24565675d26fa627c667d24dfa74efd | [] | no_license | alltom/taps | f15f0a5b234db92447a581f3777dbe143d78da6c | a3c399d932314436f055f147106d41a90ba2fd02 | refs/heads/master | 2021-01-13T01:46:24.766584 | 2011-09-03T23:20:12 | 2011-09-03T23:20:12 | 2,486,969 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,701 | h | //-----------------------------------------------------------------------------
// name: ui_search.h
// desc: birdbrain ui
//
// authors: Ananya Misra (amisra@cs.princeton.edu)
// Ge Wang (gewang@cs.princeton.edu)
// Perry R. Cook (prc@cs.princeton.edu)
// Philip Davidson (philipd@cs.p... | [
"tom@alltom.com"
] | [
[
[
1,
137
]
]
] |
7c4250e84b5bf66acce76f77c9e3717588c8c539 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/validators/datatype/IDREFDatatypeValidator.hpp | 0020103ee4d4ed85ec46e166db84122957f1dc7d | [
"Apache-2.0"
] | permissive | andyburke/bitflood | dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf | fca6c0b635d07da4e6c7fbfa032921c827a981d6 | refs/heads/master | 2016-09-10T02:14:35.564530 | 2011-11-17T09:51:49 | 2011-11-17T09:51:49 | 2,794,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,455 | hpp | /*
* Copyright 1999-2001,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | [
"aburke@bitflood.org"
] | [
[
[
1,
197
]
]
] |
bd35c8eb9c214e2543bf80d818717bea3046d600 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/SupportWFLib/symbian/NewAudioServer.h | baa3a349cbf772081a157b701f6b1be9329d8470 | [
"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 | 7,413 | h | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
207
]
]
] |
6f340139c128041af2d9f72209fe6f75a016d75f | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Physics/Collide/Agent/ConvexAgent/Gjk/hkpClosestPointManifold.h | ed76104e142966d69909f5ae568a1bc9a010089e | [] | 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,695 | 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,
85
]
]
] |
b8944d0bf21598ac9339a16b9fe29c21562fa6f8 | 20c74d83255427dd548def97f9a42112c1b9249a | /src/libsrc/rendering/imageinfo.cpp | 4e3e0f65ed0f8e6d6511a58cf59e1eb1e7e85d15 | [] | no_license | jonyzp/roadfighter | 70f5c7ff6b633243c4ac73085685595189617650 | d02cbcdcfda1555df836379487953ae6206c0703 | refs/heads/master | 2016-08-10T15:39:09.671015 | 2011-05-05T12:00:34 | 2011-05-05T12:00:34 | 54,320,171 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,225 | cpp | #include "imageinfo.h"
ImageInfo::ImageInfo(string n, string fp, string fn,int nf, int csx)
{
path = fp + fn;
name = n;
numFrames = nf;
cellSizeX = csx;
cellSizeY = csx;
}
ImageInfo::ImageInfo(string n, string fp, string fn, int nf, int csx, int csy)
{
path = fp + fn;
name = n;
numFrames = nf;
... | [
"vickyrare@yahoo.com"
] | [
[
[
1,
92
]
]
] |
d07954bbeacc037a6fe2caaac811589f627822d1 | 62207628c4869e289975cc56be76339a31525c5d | /Source/Star Foxes Skeleton/standardShipClass.cpp | 71ef2b54bd30ed2b9018dec77d939c644be71049 | [] | no_license | dieno/star-foxes | f596e5c6b548fa5bb4f5d716b73df6285b2ce10e | eb6a12c827167fd2b7dd63ce19a1f15d7b7763f8 | refs/heads/master | 2021-01-01T16:39:47.800555 | 2011-05-29T03:51:35 | 2011-05-29T03:51:35 | 32,129,303 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 88 | cpp | #include "standardShipClass.h"
float StandardShipClass::afterburnerSpeed_ = 5.0f*.8f; | [
"boffley@gmail.com@2f9817a0-ed27-d5fb-3aa2-4a2bb642cc6a",
"beamer1989@gmail.com@2f9817a0-ed27-d5fb-3aa2-4a2bb642cc6a"
] | [
[
[
1,
2
]
],
[
[
3,
3
]
]
] |
05a6eba5910c5074078049acd9ee5e24d1fe3485 | b308f1edaab2be56eb66b7c03b0bf4673621b62f | /Code/Game/GameDll/ClientGameTokenSynch.cpp | a673c6d0aceaf105ddbdc1091111ca7eefa9c099 | [] | 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 | WINDOWS-1250 | C++ | false | false | 6,890 | cpp | /*************************************************************************
Crytek Source File.
Copyright (C), Crytek Studios, 2001-2008.
-------------------------------------------------------------------------
$Id$
$DateTime$
-------------------------------------------------------------------------
History:
... | [
"joe.marty@foreverinteractive.com"
] | [
[
[
1,
229
]
]
] |
e1021baf7935ef27f32c24390c96d7da28e267dc | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Common/Serialize/UnitTest/Nullname/NullName.h | 46c9150fd407539841fd06d3a50a1ca518859212 | [] | 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,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... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
51
]
]
] |
a8245b45721cfd9ff390118b4926a816ca3ee5bf | f64b888affed8c6db2cc56d4618c72c923fe1a7c | /include/lockmgr/ipthreadmutex.hxx | 63b94e741b31c29607137ca54391a8fbcde31f61 | [
"BSD-2-Clause"
] | permissive | wilx/lockmgr | 64ca319f87ccf96214d9c4a3e1095f783fb355d8 | 9932287c6a49199730abfb4332f85c9ca05d9511 | refs/heads/master | 2021-01-10T02:19:35.039497 | 2008-06-09T11:24:32 | 2008-06-09T11:24:32 | 36,984,337 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,181 | hxx | // Copyright (c) 2008, Václav Haisman
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice,... | [
"v.haisman@sh.cvut.cz"
] | [
[
[
1,
58
]
]
] |
7fac13a65c040f6050dd48d7e4c5cebe2df0e439 | 7dd19b99378bc5ca4a7c669617a475f551015d48 | /opencamera_Lite/rtsp_stack/rsa_crypto.cpp | f275dc6b5d171e81e6d9204c27498da56ab2571f | [] | 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 | 2,925 | cpp | #include "rsa_crypto.h"
#include <stdio.h>
#include <cstring>
#include "Debug.h"
// This function should be rewritten on a specific platform
char* get_public_key()
{
return NULL;
}
void* init_crypto_key(unsigned char* pub_key, unsigned int pub_key_len, unsigned char* priv_key, unsigned int priv_key_len)... | [
"xiezhengwei@starv.tv"
] | [
[
[
1,
114
]
]
] |
58202b5ab32e02ca067b4eb0ffaadc2696efeaaf | fc4946d917dc2ea50798a03981b0274e403eb9b7 | /gentleman/gentleman/WindowsAPICodePack/WindowsAPICodePack/DirectX/DirectX/DirectObject.h | e59177a48876133f2f297d5d8e4f03327fce7ce4 | [] | no_license | midnite8177/phever | f9a55a545322c9aff0c7d0c45be3d3ddd6088c97 | 45529e80ebf707e7299887165821ca360aa1907d | refs/heads/master | 2020-05-16T21:59:24.201346 | 2010-07-12T23:51:53 | 2010-07-12T23:51:53 | 34,965,829 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,049 | h | // Copyright (c) Microsoft Corporation. All rights reserved.
#pragma once
namespace Microsoft { namespace WindowsAPICodePack { namespace DirectX {
/// <summary>
/// Base for classes supporting an internal interface that is not an IUnknown
/// </summary>
public ref class DirectObject abstract
{
internal:... | [
"lucemia@9e708c16-f4dd-11de-aa3c-59de0406b4f5"
] | [
[
[
1,
49
]
]
] |
563d0ebe9704f97806e662b739869d5a786a6fe7 | f9774f8f3c727a0e03c170089096d0118198145e | /传奇mod/mirserver/LoginGate/ClientSockMsg.cpp | 48d92b95bed68998b7ff09db424b96ab731f8843 | [] | no_license | sdfwds4/fjljfatchina | 62a3bcf8085f41d632fdf83ab1fc485abd98c445 | 0503d4aa1907cb9cf47d5d0b5c606df07217c8f6 | refs/heads/master | 2021-01-10T04:10:34.432964 | 2010-03-07T09:43:28 | 2010-03-07T09:43:28 | 48,106,882 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,214 | cpp | #include "stdafx.h"
DWORD WINAPI ThreadFuncForMsg(LPVOID lpParameter);
BOOL CheckSocketError(LPARAM lParam);
VOID WINAPI OnTimerProc(HWND hWnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime);
void OnCommand(WPARAM wParam, LPARAM lParam);
BOOL InitThread(LPTHREAD_START_ROUTINE lpRoutine);
extern SOCKE... | [
"fjljfat@4a88d1ba-22b1-11df-8001-4f4b503b426e"
] | [
[
[
1,
106
]
]
] |
cd652212f4819ac726219acecfc8101e5d2020c9 | 031009bf00a8d7cd564e0f768ff3649907bd5b65 | /atom.h | 767d00d06ea5e9e47502db07b310008b71df1f0c | [] | no_license | usertex/autov | 237ab3b655be2dffcb7292cd212fe2b6d95907a7 | b470a96072484afe73ab0ae6ab7096970e34d973 | refs/heads/master | 2020-04-19T02:45:34.548955 | 2006-07-03T01:37:24 | 2006-07-03T01:37:24 | 67,372,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,988 | h | //
// Copyright (C) 2003-2004 Trevor Hogan
//
#ifndef ATOM_H
#define ATOM_H
#include <stdio.h>
#include <time.h>
#include <map>
#include <string>
#include <vector>
#include <utility>
using namespace std;
#ifdef WIN32
typedef __int64 int64;
typedef unsigned __int64 uint64;
#else
typedef long lo... | [
"DreadWingKnight@users.noreply.github.com"
] | [
[
[
1,
156
]
]
] |
914cc5884b2a9d17be1e2849b3a22ad45b885e7f | d8ee6216089aa884589ca9175d3bc191dcc1ea12 | /PostEffectProgram/Include/Singleton.h | 688a65e77cfdfbc67541e988f4d892fe92ec3fc5 | [] | no_license | OtterOrder/posteffectprogram | a15035eb96a107ec220f834baeb4c4db2573fd56 | ff713b71ba72984e74fc62e9a1f7b1fb8fb43198 | refs/heads/master | 2016-09-05T09:06:20.138050 | 2009-06-30T07:21:43 | 2009-06-30T07:21:43 | 32,115,407 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | h | #pragma once
#include <stdlib.h>
template< typename T >
class Singleton
{
public:
static T* GetSingleton( void )
{
if( !m_Instance )
m_Instance = new T;
return m_Instance;
}
static void DestroySingleton( void )
{
if( m_Instance )
{
delete m_Instance;
m_Instance = NULL;... | [
"germain.mazac@7ea0d518-2368-11de-96a1-5542d1fc8aa6"
] | [
[
[
1,
44
]
]
] |
00f5236c9f622c24753a5500f3547be8f2f16c10 | 07c6ebde11637b991d691e17456cfc8d6389738b | /peng/peng/cclienttoaol30.cpp | 82b47bfe7a5f4c3a58dfb72254d25db10cfe42f9 | [] | no_license | fourks/penggy-mirror | 067b3133125eb1d945305d2386d760d4d445bf21 | f5a600b9801cea0607e69c3d0c1c37a258b34631 | refs/heads/master | 2020-06-24T11:34:16.502470 | 2003-05-16T15:28:45 | 2003-05-16T15:28:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,254 | cpp | #include "globals.h"
/***************************************************************************
cclienttoaol30.cpp - description
-------------------
begin : Sun Jun 10 2001
copyright : (C) 2001 by stephane (birdy57)
... | [
""
] | [
[
[
1,
144
]
]
] |
b84be00a3bc9ab13380b9a10249b1790ef4f9349 | f55dee0ea7c9d5ff1b48c20231bd256e8eeedbbb | /World Server/extrafunctions.cpp | 9f6ab400fe23079852402b8e6b7bfc21b6dbffda | [] | no_license | trebor57/osprose-official | e998c8625e8e96d96af02bf2f95a05d4d45021cc | afe0e7b9b32216c7d6423f964769acdc7a99f36a | refs/heads/master | 2020-04-04T19:26:22.231668 | 2010-05-16T10:58:32 | 2010-05-16T10:58:32 | 32,129,832 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,937 | cpp | /*
Rose Online Server Emulator
Copyright (C) 2006,2007 OSRose Team http://www.osrose.net
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License... | [
"lmameps@3c0ee055-4d62-4915-5d54-7a338cdfeaf6"
] | [
[
[
1,
1115
]
]
] |
71bdb913b65b26a4310940bcfb4798f45d14ac12 | 51b4a73188ea00537dfd6ca3e757707cb45c5478 | /scripts/CRFpp/featureGenerator/mapper.h | 98f039b9b4cf333c9f6f39b5b5b62f667c4844c3 | [] | no_license | kanei/MoTag | 212c78990a09743138c0d18900d96780f970faf2 | 1226930de4734c14d7c51d2103429a5e5e08a2fb | refs/heads/master | 2016-09-05T21:46:11.883733 | 2011-06-15T17:23:10 | 2011-06-15T17:23:10 | 591,425 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 903 | h | #ifndef Mapper_H
#define Mapper_H
#include <fstream>
#include <map>
#include <vector>
#include <iostream>
/*
* Objekt implementujici mapovani retezcu na cisla a zpet
*
*/
using namespace std;
class Mapper
{
private:
static bool instanceFlag; //singleton
static Mapper *single... | [
"marek.vantuch@gmail.com"
] | [
[
[
1,
37
]
]
] |
45f72377e15b749dfc3163ac3ad4f75e0be825ce | 68127d36b179fd5548a1e593e2c20791db6b48e3 | /programacaoC/a31-01.cpp | 789b1c6c16d9c7092208bdc2eebd733238052062 | [] | no_license | renatomb/engComp | fa50b962dbdf4f9387fd02a28b3dc130b683ed02 | b533c876b50427d44cfdb92c507a6e74b1b7fa79 | refs/heads/master | 2020-04-11T06:22:05.209022 | 2006-04-26T13:40:08 | 2018-12-13T04:25:08 | 161,578,821 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 307 | cpp | #include <iostream.h>
int quadrado(int num);
void main() {
int num1=0,num2=0;
cout << "\nEntre com o primeiro e o segundo numeros: ";
cin >> num1 >> num2;
cout << "\nA soma do quadrado desses numeros eh: " << (quadrado(num1)+quadrado(num2));
}
int quadrado(int num){
return num*num;
}
| [
"r3n4t0@gmail.com"
] | [
[
[
1,
14
]
]
] |
fe201ed2cf96d98dd93f95441904e14a9414885d | e2f961659b90ff605798134a0a512f9008c1575b | /Example-09/MODEL_INIT.INC | 54eef78b73acccab316361ae22f498e1679a0e01 | [] | no_license | bs-eagle/test-models | 469fe485a0d9aec98ad06d39b75901c34072cf60 | d125060649179b8e4012459c0a62905ca5235ba7 | refs/heads/master | 2021-01-22T22:56:50.982294 | 2009-11-10T05:49:22 | 2009-11-10T05:49:22 | 1,266,143 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 151 | inc | EQUIL
2200 240 2424 1* 2200 1* 1* 1* 1*
/
PBVD
2300 191
2500 191
/
| [
"sergey.miryanov@gmail.com"
] | [
[
[
1,
7
]
]
] |
41c6cfcaef095c6dd3cb83450f65a140fabd6912 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.hpp | 73a100034a17f844778ab245ee0538416676fd74 | [
"Apache-2.0"
] | permissive | andyburke/bitflood | dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf | fca6c0b635d07da4e6c7fbfa032921c827a981d6 | refs/heads/master | 2016-09-10T02:14:35.564530 | 2011-11-17T09:51:49 | 2011-11-17T09:51:49 | 2,794,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,066 | hpp | /*
* Copyright 2001,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | [
"aburke@bitflood.org"
] | [
[
[
1,
190
]
]
] |
b3c6eecf4be20afa3e500a9d94be4410b41506a3 | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Graphic/Renderer/D3D9Effect.cpp | 195f5b5cec1ef578b7e51b7a5cc4a8509ce412c5 | [] | 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 | GB18030 | C++ | false | false | 9,237 | cpp | #include "D3D9Effect.h"
#include "D3D9RenderWindow.h"
#include "D3D9Texture.h"
#include "D3D9VolumeTexture.h"
#include "D3D9CubeTexture.h"
#include "D3D9RenderTexture.h"
#include "D3D9RenderCubeTexture.h"
namespace Flagship
{
extern HINSTANCE g_hInstance;
D3D9Effect::D3D9Effect()
{
m_iClassType = B... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
369
]
]
] |
dc19ae44b3cb18ee51748734da9bb914a4fc0aed | fbd2deaa66c52fc8c38baa90dd8f662aabf1f0dd | /totalFirePower/ta demo/code/Object.cpp | 239bc3b019b95f177e64009ce89cc96d9cde468c | [] | no_license | arlukin/dev | ea4f62f3a2f95e1bd451fb446409ab33e5c0d6e1 | b71fa9e9d8953e33f25c2ae7e5b3c8e0defd18e0 | refs/heads/master | 2021-01-15T11:29:03.247836 | 2011-02-24T23:27:03 | 2011-02-24T23:27:03 | 1,408,455 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,157 | cpp | // Object.cpp: implementation of the CObject class.
//
//////////////////////////////////////////////////////////////////////
#include "Object.h"
#include <windows.h>
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
///////////////////////////////////////////... | [
"daniel@cybercow.se"
] | [
[
[
1,
50
]
]
] |
400284ba6b9d00caaf42d118b2c3b4410f5c4493 | a9afa168fac234c3b838dd29af4a5966a6acb328 | /CppUTest/src/CppUTest/MemoryLeakDetector.cpp | 7834e291a8bb1cfa11fd1c7261f76bc8c4528b32 | [] | no_license | unclebob/tddrefcpp | 38a4170c38f612c180a8b9e5bdb2ec9f8971832e | 9124a6fad27349911658606392ba5730ff0d1e15 | refs/heads/master | 2021-01-25T07:34:57.626817 | 2010-05-10T20:01:39 | 2010-05-10T20:01:39 | 659,579 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 13,173 | cpp | /*
* Copyright (c) 2007, Michael Feathers, James Grenning and Bas Vodde
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above cop... | [
"unclebob@objectmentor.com"
] | [
[
[
1,
453
]
]
] |
663ba3909ff81c010e0da49621d8d5600e77eb57 | d67b01b820739ea2d63968389a83c36c4b0ff163 | /QuizBotWeb/QuizBotDLL/QuizBotDLL/code/main.cpp | 0481ca0b66a1b5aac97bc14c3c3f94458cd625b5 | [] | no_license | iamukasa/pookas | 114458dc7347c66844ff8cf3023ec75ce4c486b5 | bd5bf9178d2a2a37b3251a07eb3e6afa96f66c67 | refs/heads/master | 2021-01-13T02:08:54.947799 | 2009-11-04T00:52:06 | 2009-11-04T00:52:06 | 35,762,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,757 | cpp | /** \file main.cpp
Main file where the bot starts executing.
*/
#include "aw.h" //include Activeworld header file
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <string>
#include <Vector>
#include "Vect3D.h"
#include "ParticipantManager.h"
#include "QuizParticipant.h"
#include "Quiz... | [
"lab4games@40cc54bc-b367-11de-8ef2-6d788aed22ac"
] | [
[
[
1,
431
]
]
] |
cb2cae48d30890ddea9efbee7236f7af91cf93f3 | f9d55548d2d1044dc344bb9685393f6e820d44df | /src/bullet/btHeightfieldTerrainShape.cpp | 97e2040d424ef2b96bbecbdc6d2e2f862e98c278 | [] | no_license | schweikm/3DJoust | 5709bed8e6ad5299faef576d4d754e8f15004fdb | d662b9379cd1afc8204535254343df42ff438b9d | refs/heads/master | 2020-12-24T05:24:09.774415 | 2011-10-08T03:47:29 | 2011-10-08T03:47:29 | 61,953,068 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,112 | cpp | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
P... | [
"schweikm@gmail.com"
] | [
[
[
1,
409
]
]
] |
516f560b76b251ffd6fcfca2baaac951edee3f59 | cde1dd6cf288c4ef62e980e4e208bc56703d4373 | /include/GUI/TextArea.hpp | eb3c1f70d3961c85a2d3b31b4b87d23ce4a1571b | [] | no_license | TheProjecter/simple-gui | 3c355834549292a9cd5bbd03b7ef2f3f24c58a15 | c00313dd1d4299e00b11369ae31c58b96e73eb4c | refs/heads/master | 2021-01-10T15:12:57.104734 | 2011-06-21T14:38:29 | 2011-06-21T14:38:29 | 45,961,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,920 | hpp | #pragma once
#include "Widget.hpp"
#include <vector>
namespace gui
{
struct Word {
float GetWidth() const;
std::string GetText() const;
void SetPos(int x, int y);
std::vector<sf::String> m_char;
};
struct Line {
Line(): m_align(ALIGN_LEFT) {}
enum LineAlignment {
ALIGN_LEFT,
A... | [
"adrian.tut@gmail.com"
] | [
[
[
1,
89
]
]
] |
f44029f19dd165a2963889ee801d67283bd5ab03 | 554a3b859473dc4dfebc6a31b16dfd14c84ffd09 | /sxsim/generic_sx_implementation.hpp | 4c0d47b64faf8bf362436d824846c88b708bff74 | [
"BSL-1.0"
] | permissive | DannyHavenith/sxsim | c0fbaf016fc7dcae7535e152ae9e33f3386d3792 | e3d5ad1f6f75157397d03c191b4b4b0af00ebb60 | refs/heads/master | 2021-01-19T11:22:20.615306 | 2011-05-30T22:11:18 | 2011-05-30T22:11:18 | 1,822,817 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,038 | hpp |
// Copyright Danny Havenith 2006 - 2009.
// 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)
// NOTE THAT THERE IS NO INCLUDE GUARD HERE!
// This include file is essentially a piece of... | [
"danny@3a7aa2ed-2c50-d14e-a1b9-f07bebb4988c",
"Danny@3a7aa2ed-2c50-d14e-a1b9-f07bebb4988c"
] | [
[
[
1,
6
],
[
27,
79
]
],
[
[
7,
26
],
[
80,
80
]
]
] |
b49562451b49c9b2b33bdaf76fec1859004f56c2 | 81e051c660949ac0e89d1e9cf286e1ade3eed16a | /quake3ce/code/qcommon/memheap.cpp | 3929659d716b3e341ac0554c27e610152dea0adb | [] | 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 | 188,705 | cpp | #include"memheap.h"
#include<stdio.h>
#include<stdarg.h>
#include<stdlib.h>
#ifdef _WIN32_WCE
#define WIN32 1
#define ABORT { assert(0); exit(0); }
#endif
#undef DEBUG
#define USE_DL_PREFIX 1
#define MSPACES 1
#define ONLY_MSPACES 1
#ifdef WIN32
#include<windows.h>
#else
#include"unixdefs.h"
#inc... | [
"jack.palevich@684fc592-8442-0410-8ea1-df6b371289ac",
"crioux@684fc592-8442-0410-8ea1-df6b371289ac"
] | [
[
[
1,
17
],
[
21,
5121
],
[
5123,
5298
]
],
[
[
18,
20
],
[
5122,
5122
]
]
] |
a768f2e87e690f8eaf72fba95355b14502c04e49 | 6b570e095f8eea42c8114ef6be1ee62cd4ec3c8f | /thu-remap/main.cxx | 98eb8a3f5461ead562eeb845975122de862f61ff | [] | no_license | pinewall/RemapTest | 6a89cf96640a52b9e3accb13eead76976ba77f38 | 0ca05f95b183cc5a556c0e607980257644e46392 | refs/heads/master | 2016-09-02T09:33:09.348387 | 2011-07-31T02:28:04 | 2011-07-31T02:28:04 | 2,070,085 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,134 | cxx | /*
??????????
*/
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "dist_remap.h"
#include "grid.h"
#include "grid_func.h"
#include "data_func.h"
#include "io.h"
#include "remap_func.h"
#include "remap_cfg.h"
#include <sys/time.h>
#include <string.h>
#include "models_cfg.h"
// modified... | [
"songshunqiang@gmail.com"
] | [
[
[
1,
357
]
]
] |
805745874a321193fd21a6aeca8acc45fc7c1901 | 7f72fc855742261daf566d90e5280e10ca8033cf | /branches/full-calibration/ground/src/plugins/uavobjects/positionactual.cpp | 5beca6b9719a5d7b81907e2723b9eb2af0f72bbe | [] | no_license | caichunyang2007/my_OpenPilot_mods | 8e91f061dc209a38c9049bf6a1c80dfccb26cce4 | 0ca472f4da7da7d5f53aa688f632b1f5c6102671 | refs/heads/master | 2023-06-06T03:17:37.587838 | 2011-02-28T10:25:56 | 2011-02-28T10:25:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,555 | cpp | /**
******************************************************************************
*
* @file positionactual.cpp
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @see The GNU Public License (GPL) Version 3
* @addtogroup GCSPlugins GCS Plugins
* @{
* @addtogrou... | [
"jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba"
] | [
[
[
1,
134
]
]
] |
fdce681ecf5f49d7c6a7668be3d1bf234ccbb2c7 | 88f4b257863d50044212e6036dd09a25ec65a1ff | /src/jingxian/protocol/proxy/AbstractCredentialPolicy.h | e4a88060003826cc2a1be9ff376803f1d1fb46ad | [] | no_license | mei-rune/jx-proxy | bb1ee92f6b76fb21fdf2f4d8a907823efd05e17b | d24117ab62b10410f2ad05769165130a9f591bfb | refs/heads/master | 2022-08-20T08:56:54.222821 | 2009-11-14T07:01:08 | 2009-11-14T07:01:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,194 | h |
#ifndef _AbstractCredentialPolicy_H_
#define _AbstractCredentialPolicy_H_
#include "jingxian/config.h"
#if !defined (JINGXIAN_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* JINGXIAN_LACKS_PRAGMA_ONCE */
// Include files
# include "jingxian/protocol/proxy/ICredentialPolicy.h"
# include "jingxian/protocol/pro... | [
"runner.mei@gmail.com@53e742d2-d0ea-11de-97bf-6350044336de"
] | [
[
[
1,
60
]
]
] |
05adc76258283b3931571c8dde791e4a007edb23 | 09ea547305ed8be9f8aa0dc6a9d74752d660d05d | /smf/smfservermodule/smfclient/smfclient.cpp | 62af0996c2c40d4ca360d8dc51823bd38c6eac23 | [] | no_license | SymbianSource/oss.FCL.sf.mw.socialmobilefw | 3c49e1d1ae2db8703e7c6b79a4c951216c9c5019 | 7020b195cf8d1aad30732868c2ed177e5459b8a8 | refs/heads/master | 2021-01-13T13:17:24.426946 | 2010-10-12T09:53:52 | 2010-10-12T09:53:52 | 72,676,540 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,835 | cpp | /**
* Copyright (c) 2010 Sasken Communication Technologies Ltd.
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/lega... | [
"none@none"
] | [
[
[
1,
442
]
]
] |
5bb384c1715e8f0472c2e843fe95076831e85c3c | 6630a81baef8700f48314901e2d39141334a10b7 | /1.4/Testing/Cxx/swWxGuiTesting/VtkWxGuiTesting/CppGuiTest/swCRVtkCaptureTest.cpp | b16462ec4ae53d2e42f46e1ff913362dca843386 | [] | no_license | jralls/wxGuiTesting | a1c0bed0b0f5f541cc600a3821def561386e461e | 6b6e59e42cfe5b1ac9bca02fbc996148053c5699 | refs/heads/master | 2021-01-10T19:50:36.388929 | 2009-03-24T20:22:11 | 2009-03-26T18:51:24 | 623,722 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 36,842 | cpp | ///////////////////////////////////////////////////////////////////////////////
// Name: swWxGuiTesting/VtkWxGuiTesting/CppTest/swCRVtkCaptureTest.cpp
// Author: Reinhold Füreder
// Created: 2004
// Copyright: (c) 2005 Reinhold Füreder
// Licence: wxWindows licence
//////////////////////////... | [
"john@64288482-8357-404e-ad65-de92a562ee98"
] | [
[
[
1,
795
]
]
] |
855905b5d641a8298ce1e90918c4259d3c3580cd | d6dbf57842d0b5121b3ece85f7b8ffc195519d51 | /OgreMax/OgreMaxScene.hpp | 85027003a88f36e53ab5c8d269af4ddcbb070f7a | [] | no_license | tunnuz/cel-language | 3f0baddaa04a51afa10cf2fed4a47f4c93bb28a8 | afaa3f201d56c33099e7787b1613daeab21cf027 | refs/heads/master | 2020-05-18T12:55:56.785687 | 2010-07-06T12:51:15 | 2010-07-06T12:51:15 | 32,117,063 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,942 | hpp | /*
* 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... | [
"tunnuz@5541800f-1273-12b8-a6ef-86c1fc29b7c3"
] | [
[
[
1,
683
]
]
] |
f91628f167a103f98b252ad8a9119a0bfc48ca26 | 0b66a94448cb545504692eafa3a32f435cdf92fa | /tags/0.6/cbear.berlios.de/windows/com/itypeinfo.hpp | 7340a57c97e15c3761ad5812301092275966e6a3 | [
"MIT"
] | permissive | BackupTheBerlios/cbear-svn | e6629dfa5175776fbc41510e2f46ff4ff4280f08 | 0109296039b505d71dc215a0b256f73b1a60b3af | refs/heads/master | 2021-03-12T22:51:43.491728 | 2007-09-28T01:13:48 | 2007-09-28T01:13:48 | 40,608,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,851 | hpp | /*
The MIT License
Copyright (c) 2005 C Bear (http://cbear.berlios.de)
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
u... | [
"sergey_shandar@e6e9985e-9100-0410-869a-e199dc1b6838"
] | [
[
[
1,
61
]
]
] |
a554b9ba0bdcffad8abd75d14354eb3d18450b01 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/web/favourites_api/src/FavouritesDbIncrementalTestCases.cpp | 05e30755b3a671511f3d94f910d9e1ea9445a41e | [] | 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 | 6,443 | cpp | /*
* Copyright (c) 2002 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,
238
]
]
] |
9febc817b05235c209cd0a01138355d308901d39 | 021e8c48a44a56571c07dd9830d8bf86d68507cb | /build/vtk/vtkMILVideoSource.h | 4c3ac3bf37554c7c97a9b10508cc39e1a834f5be | [
"BSD-3-Clause"
] | permissive | Electrofire/QdevelopVset | c67ae1b30b0115d5c2045e3ca82199394081b733 | f88344d0d89beeec46f5dc72c20c0fdd9ef4c0b5 | refs/heads/master | 2021-01-18T10:44:01.451029 | 2011-05-01T23:52:15 | 2011-05-01T23:52:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,624 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkMILVideoSource.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This ... | [
"ganondorf@ganondorf-VirtualBox.(none)"
] | [
[
[
1,
276
]
]
] |
69aa467414289989ee1198b2d91cdf578bf518dc | 508bfb3220be28811600a2cbf0aabae382f78775 | /AcademicCrawler-sdk/Qt/Qt-4.6.2/include/Qt/qscriptcontextinfo.h | 0d69ce804e4bea4b8c98af9bff8dfb2b9be7dd0a | [] | 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 | 2,997 | 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 QtScript module of the Qt Toolkit.
**
** $QT_BEGIN_LICENS... | [
"ulmonkey1987@7c5ce3f8-edad-37de-be84-b98c484540b5"
] | [
[
[
1,
104
]
]
] |
104a175bb2c4cf6bd3e5a35bce116e363cc81615 | 2c5d9e1a28490dce3a19a3fd97a1a478e90f4b9a | /Artifacts/Attic/QtDSP/main.cpp | 9c3cc676fc6a284b3978c5050d6502ccc562f32b | [] | no_license | QtWorks/cp2 | 25602bb6ecb9e276e57568b5076b09a551e7eaef | 871344f4f7ee4bb9f05ed35dcfb4ba62b1555dd4 | refs/heads/master | 2021-01-11T04:06:32.283135 | 2009-10-15T16:21:17 | 2009-10-15T16:21:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 623 | cpp | #include "qtdsp.h"
#include <qapplication.h>
#include <qstring.h>
#include <iostream>
#include <qtimer.h>
#include <qcheckbox.h>
#include <qcheckbox.h>
int main( int argc, char ** argv )
{
QApplication app( argc, argv );
// a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
// c... | [
"martinc@e5e72e4b-7c09-0410-958a-85c34e28b278"
] | [
[
[
1,
27
]
]
] |
79308795ed8f984c99a39e06aaccc5af5080d60b | eb5e73b39b6cca6590e6c7e2a86dbce48d03e031 | /windows/libSO.cpp | f41e900cdd8d6c588dad3abea3bfde539242a811 | [] | no_license | alejopelaez/practica-operativos | 8f9381d31de6737c8539dae3e6e4cc8e6ffe8cc2 | d4b1ff82c16ce4583ffa9ca1615b39d7008e5234 | refs/heads/master | 2021-01-22T11:59:19.890999 | 2010-11-28T21:06:42 | 2010-11-28T21:06:42 | 1,095,087 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 2,102 | cpp | #define _WIN32_WINNT 0x0501
#ifdef BUILDING_DLL
#define DLLIMPORT __declspec (dllexport)
#else
# define DLLIMPORT __declspec (dllimport)
#endif
#include <windows.h>
#include <winbase.h>
#include <psapi.h>
#ifdef __cplusplus
extern "C" {
#endif
ULARGE_INTEGER lasti, lastk, lastu;
... | [
"alejopelaezr@gmail.com"
] | [
[
[
1,
80
]
]
] |
6ed5eeb23dabdb502ac62c98b3c5a31d0abe1a20 | eb8a27a2cc7307f0bc9596faa4aa4a716676c5c5 | /WinEditionWithJRE/browser-lcc/jscc/src/v8/v8/src/x64/lithium-x64.h | 7c18533c318b7d74283013e26ea6e26fbfba49b0 | [
"BSD-3-Clause",
"bzip2-1.0.6",
"Artistic-1.0",
"LicenseRef-scancode-public-domain",
"Artistic-2.0"
] | permissive | baxtree/OKBuzzer | c46c7f271a26be13adcf874d77a7a6762a8dc6be | a16e2baad145f5c65052cdc7c767e78cdfee1181 | refs/heads/master | 2021-01-02T22:17:34.168564 | 2011-06-15T02:29:56 | 2011-06-15T02:29:56 | 1,790,181 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 66,021 | h | // Copyright 2011 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this li... | [
"baxtree@163.com"
] | [
[
[
1,
2238
]
]
] |
77ceef7daa506567b36d2fa3a9f20de22e920976 | c82d009662b7b3da2707a577a3143066d128093a | /numeric/units/unitlibtest.h | 0243a414684ead750e1068b0e21ce1b17265fff4 | [] | no_license | canilao/cpp_framework | 01a2c0787440d9fca64dbb0fb10c1175a4f7d198 | da5c612e8f15f6987be0c925f46e854b2e703d73 | refs/heads/master | 2021-01-10T13:26:39.376268 | 2011-02-04T16:26:26 | 2011-02-04T16:26:26 | 49,291,836 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,863 | h | /*******************************************************************************
\file unitlibrary.h
\brief Executes a test on the library.
\note C Anilao 10/23/2006 Created.
\note C Anilao 11/27/2006 Added test for floors and fps. Added repetitive
... | [
"Chris@55e5c601-11dd-bd4b-a960-93a593583956"
] | [
[
[
1,
433
]
]
] |
eb9d1bd0888699266acddfe18934258fc50b3213 | 942b88e59417352fbbb1a37d266fdb3f0f839d27 | /src/argss/color.cxx | e5f57cb3a53c9d96c52c53e7e663237b29502643 | [
"BSD-2-Clause"
] | permissive | take-cheeze/ARGSS... | 2c1595d924c24730cc714d017edb375cfdbae9ef | 2f2830e8cc7e9c4a5f21f7649287cb6a4924573f | refs/heads/master | 2016-09-05T15:27:26.319404 | 2010-12-13T09:07:24 | 2010-12-13T09:07:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,836 | cxx | //////////////////////////////////////////////////////////////////////////////////
/// ARGSS - Copyright (c) 2009 - 2010, Alejandro Marzini (vgvgf)
/// All rights reserved.
///
/// Redistribution and use in source and binary forms, with or without
/// modification, are permitted provided that the following... | [
"takechi101010@gmail.com"
] | [
[
[
1,
185
]
]
] |
c8d71e3ca2a281e0f43974220771f22ea33a5ee1 | 48ab31a0a6a8605d57b5e140309c910f46eb5b35 | /Root/API/Synchronized/CursorSync.h | d329e2e36b7fb9d6866c86e90e5eeabbd0de203d | [] | 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 | 3,173 | h | /**********************************************************\
Copyright Brandon Haynes
http://code.google.com/p/indexeddb
GNU Lesser General Public License
\**********************************************************/
#ifndef BRANDONHAYNES_INDEXEDDB_API_SYNC_CURSORSYNC_H
#define BRANDONHAYNES_INDEXEDDB_API_SYNC_C... | [
"brandon.haynes@everysport.net",
"taxilian@fb.com"
] | [
[
[
1,
19
],
[
23,
26
],
[
28,
28
],
[
32,
33
],
[
35,
35
],
[
37,
51
],
[
56,
57
],
[
60,
64
],
[
66,
69
],
[
71,
73
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.