id stringlengths 64 64 | content stringlengths 500 100k | language stringclasses 29
values | path stringlengths 4 333 | repo stringlengths 5 116 | license stringclasses 15
values | size int64 500 100k | lines int64 26 8.06k | source stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|
9f6a94a8d3eaf3c967c91656e33e050c56dd6da46aebebd622f7e047c72961a9 | /*
Copyright (C) 2014-2016 Leosac
This file is part of Leosac.
Leosac is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later... | C++ | src/core/config/ConfigChecker.cpp | islog/leosac | agpl-3.0 | 1,706 | 53 | codeparrot/github-code |
f53a0fe3c7d2f8a36aa18538f7a4afd16d2779839eae7e8f61e2dfe86ca5619b | <?php /* Smarty version 2.6.11, created on 2013-12-17 13:34:18
compiled from modules/Import/tpls/step2.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'sugar_help', 'modules/Import/tpls/step2.tpl', 72, false),array('mo... | PHP | cache/smarty/templates_c/%%0C^0CF^0CF29B02%%step2.tpl.php | csaravanan/crm | agpl-3.0 | 9,620 | 209 | codeparrot/github-code |
ce0abf3a3cb204b7a0d8b27397bbc57cd41bf2d8cb67199004e74664e82630d8 | /*
* Funambol is a mobile platform developed by Funambol, Inc.
* Copyright (C) 2007 Funambol, Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by
* the Free Software Foundation with the addition of th... | Java | ctp/ctp-client-driver/src/main/java/com/funambol/ctp/client/driver/MinaClient.java | accesstest3/cfunambol | agpl-3.0 | 6,738 | 219 | codeparrot/github-code |
5f375fcbb8f050927d7900679051030934b8fdbd648486cfd4a0f6deb846659f | package ca.dmoj.java;
import ca.dmoj.java.JavaSafeExecutor;
import ca.dmoj.java.SubmissionThread;
import java.io.IOException;
public class ShockerThread extends Thread {
private final long timelimit;
private final SubmissionThread target;
public ShockerThread(long timelimit, SubmissionThread target) {
... | Java | java_executor/src/ca/dmoj/java/ShockerThread.java | buhe/judge | agpl-3.0 | 764 | 31 | codeparrot/github-code |
2124652b5dadd1ca39a796430a91983aa8e0bad15e69720970170b10733f3991 | """
View for Courseware Index
"""
import logging
import urllib
# pylint: disable=attribute-defined-outside-init
from datetime import datetime
import waffle
from django.conf import settings
from django.contrib.auth.decorators import login_required
from django.contrib.auth.models import User
from django.core.context_pro... | Python | lms/djangoapps/courseware/views/index.py | miptliot/edx-platform | agpl-3.0 | 21,801 | 518 | codeparrot/github-code |
991c68929b5ef520a567b4c4fa635a2be156e10501046661adef1aa4435e4edc | /*
* This file is part of Bisq.
*
* Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
* Bisq is distributed in the ... | Java | assets/src/main/java/bisq/asset/coins/Mile.java | bitsquare/bitsquare | agpl-3.0 | 2,591 | 76 | codeparrot/github-code |
957039a5815edc6d4f31793727676b5b837328518c49fa0657c1532184c98212 | from django.contrib import admin
from parliament.committees.models import *
class CommitteeAdmin(admin.ModelAdmin):
list_display = ('short_name', 'slug', 'latest_session', 'display')
list_filter = ('sessions', 'display')
class CommitteeInSessionAdmin(admin.ModelAdmin):
list_display = ('committee', 'acron... | Python | parliament/committees/admin.py | litui/openparliament | agpl-3.0 | 1,334 | 34 | codeparrot/github-code |
c3f657b134e53944891eae4553c93ae119cd1a1deb5f5f5a6610698f95d8522f | class IntegrationAssociationError < StandardError
end
class Integration < ActiveRecord::Base
def self.old_attr_accessible
%w(access_token provider_name user_id user information).map(&:to_sym).freeze
end
validates_presence_of :access_token
validates_presence_of :information
serialize :information, JSON
... | Ruby | app/models/integration.rb | AWildColin/bike_index | agpl-3.0 | 1,380 | 47 | codeparrot/github-code |
862cb3eda486ff4dcfb20d44eb8a8024ee1b83d419810de2e774150482653ac8 | "use strict";
///<reference path="../../../headers/common.d.ts" />
Object.defineProperty(exports, "__esModule", { value: true });
var angular_1 = require("angular");
var core_module_1 = require("app/core/core_module");
var exporter_1 = require("./exporter");
var DashExportCtrl = (function () {
/** @ngInject */
... | JavaScript | public/app/features/dashboard/export/export_modal.js | n0rad/housecream | agpl-3.0 | 1,700 | 43 | codeparrot/github-code |
8414b455449949eedc6cefae55a204fa7143ab4d06d02c20f17df1809dbb47e2 | <?php
/**
* @file classes/search/ArticleSearchDAO.inc.php
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* @class ArticleSearchDAO
* @ingroup search
* @see ArticleSearch
*
* @brief DAO class for article search index.
*/
// $Id$
i... | PHP | ojs-2.3.8/classes/search/ArticleSearchDAO.inc.php | ingmarschuster/MindResearchRepository | agpl-3.0 | 5,617 | 211 | codeparrot/github-code |
d40bb116c1e0de06e7cc9a0eb3999c7084f0cae96de4019548170ec1d906b7bf | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | Java | Source Library/openmaxims_workspace/DomainObjects/src/ims/core/vitals/domain/objects/VisualAcuity.java | FreudianNM/openMAXIMS | agpl-3.0 | 14,182 | 430 | codeparrot/github-code |
7fa581cb2d61a3373a112d911aab53306b63292eb7dbb7969a3178aaf27586ee | <?php
namespace SPHERE\Common\Frontend\Message\Repository;
use MOC\V\Component\Template\Component\IBridgeInterface;
use SPHERE\Common\Frontend\Icon\IIconInterface;
use SPHERE\Common\Frontend\Message\IMessageInterface;
use SPHERE\System\Extension\Extension;
/**
* Class Danger
*
* @package SPHERE\Common\Frontend\Mes... | PHP | Common/Frontend/Message/Repository/Danger.php | DerDu/SPHERE-Framework | agpl-3.0 | 1,726 | 69 | codeparrot/github-code |
11d16f3151dd898c84a507331aee0edc061c455ff3027534055bdc5468be025f | /*
Object Viewer Qt
Copyright (C) 2010 Dzmitry Kamiahin <dnk-88@tut.by>
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 3 of the License, or
(at your option) an... | C++ | nel/tools/3d/object_viewer_qt/src/plugins/object_viewer/scene/slot_manager_dialog.cpp | KostasLifeboy/RyzomCore | agpl-3.0 | 9,346 | 287 | codeparrot/github-code |
11c32acf2fcf4bf49b0e264eee5e96208c69476db7e9b94c66d026f32dedf4e2 | /*
* Asimba Server
*
* Copyright (C) 2012 Asimba
* Copyright (C) 2007-2010 Alfa & Ariss B.V.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the Li... | Java | asimba-saml2-utility/src/main/java/com/alfaariss/oa/util/saml2/SAML2Requestor.java | GluuFederation/gluu-Asimba | agpl-3.0 | 20,908 | 527 | codeparrot/github-code |
86bafe57e8e981d8ec2d42ac7b34c9f24683e1451091c6cac25a5495f4ab4c3c | //
// Copyright (c) 2009 Mikko Mononen memon@inside.org
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
// arising from the use of this software.
// Permission is granted to anyone to use this software for any purpose,
// ... | C++ | src/arcemu-shared/Pathfinding/InputGeom.cpp | satanail/ArcTic-d | agpl-3.0 | 9,145 | 365 | codeparrot/github-code |
e8b75b59249e82396742505ed1a6b3f21606a10cc5bbc35601348a501e9b62ba | /*//////////////////////////////////////////////////////////////////
//// SKIRT -- an advanced radiative transfer code ////
//// © Astronomical Observatory, Ghent University ////
///////////////////////////////////////////////////////////////// */
#ifndef COMMANDLINEARGUMENTS_HPP
#define CO... | C++ | Fundamentals/CommandLineArguments.hpp | raesjo/SKIRTcorona | agpl-3.0 | 4,086 | 78 | codeparrot/github-code |
a1f5c70dbe623ed6adf60387140fd91db6f8193cb62267434a6a884ed6a3c847 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | Java | openmaxims_workspace/ValueObjects/src/ims/assessment/vo/domain/UserDefinedObjectListVoAssembler.java | openhealthcare/openMAXIMS | agpl-3.0 | 21,201 | 505 | codeparrot/github-code |
73b4109d2eb692c823442991563e051c6b8555cd7187254bb573c7451ba2175a | /*
* Created on Feb 19, 2005
*
* Copyright 2005 CafeSip.org
*
* 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 appli... | Java | src/main/java/org/cafesip/sipunit/SipPhone.java | RestComm/sipunit | agpl-3.0 | 99,421 | 2,194 | codeparrot/github-code |
9b166e0a102ca0bf83d3e890533512fcfcf7c9a46ad500a52c565e07b200905a | {% extends 'telemeta/base.html' %}
{% load telemeta_tags %}
{% load i18n %}
{% block title %}
{% trans "Playlist Confirmation" %}
{% endblock %}
{% block content %}
<table class="listing" style="width:100%">
<thead>
<tr><th>{% trans "Added to playlist : "%}</th>
</tr>
</thead><tbody>... | HTML | telemeta/templates/search/confirmation_add_playslist.html | ANR-kamoulox/Telemeta | agpl-3.0 | 996 | 37 | codeparrot/github-code |
b8f7d8e1298e230fc1b948468e81b668cf09eddaf43a07348fd33c8ce1d5987b | /*
Copyright (C) 2014 Omega software d.o.o.
This file is part of Rhetos.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (... | C# | CommonConcepts/CommonConceptsTest/CommonConcepts.Test/RowPermissionsRulesTest.cs | kmeze/Rhetos | agpl-3.0 | 26,869 | 441 | codeparrot/github-code |
42c8d78f0b09b0f13116285ab2e7626131f269511022aa444c57618b4ee49d28 | # -*- coding: utf-8 -*-
u"""
Copyright 2013-2014 Olivier Cortès <oc@1flow.io>.
This file is part of the 1flow project.
1flow is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of
the License... | Python | oneflow/core/admin/__init__.py | 1flow/1flow | agpl-3.0 | 2,817 | 111 | codeparrot/github-code |
e606705f6d7525dc540659ed78064ed46c2b13c5ae5b4f4c76c7fa1ddeb8290c | /**
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it wil... | JavaScript | modules/Project/js/main_lib.js | ryoon/SuiteCRM | agpl-3.0 | 26,070 | 810 | codeparrot/github-code |
ce602c0e54f93351ee34cd1451d3d625e73360e48db22decdf1cf794ae83fdec | /*
@(#) src/java/javax/jain/ss7/inap/datatype/CSFailure.java <p>
Copyright © 2008-2015 Monavacon Limited <a href="http://www.monavacon.com/"><http://www.monavacon.com/></a>. <br>
Copyright © 2001-2008 OpenSS7 Corporation <a href="http://www.openss7.com/"><http://www.openss7.com/></a>. <b... | Java | src/java/javax/jain/ss7/inap/datatype/CSFailure.java | kerr-huang/openss7 | agpl-3.0 | 4,573 | 112 | codeparrot/github-code |
e3989f9dcef7fcfad1708bbebb4ff5ed365f5c3b9e2159510bab75e30f33b3f2 | /*
* OpenBTS provides an open source alternative to legacy telco protocols and
* traditionally complex, proprietary hardware systems.
*
* Copyright 2011, 2014 Range Networks, Inc.
*
* This software is distributed under the terms of the GNU Affero General
* Public License version 3. See the COPYING and NOTICE f... | C++ | SGSNGGSN/miniggsn.cpp | RangeNetworks/OpenBTS-UMTS | agpl-3.0 | 24,248 | 667 | codeparrot/github-code |
4f1814133d0e919688adf782c93b7835b890cf8c525a5162101fbeb1c1f44a83 | /*
* Data Hub Service (DHuS) - For Space data distribution.
* Copyright (C) 2013,2014,2015 Serco (http://serco.com/) and Gael System (http://www.gael.fr) consortium
*
* This file is part of DHuS software sources.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the... | Java | core/src/main/java/fr/gael/dhus/api/stub/admin/AdminFileScannerController.java | calogera/DataHubSystem | agpl-3.0 | 9,560 | 241 | codeparrot/github-code |
c80f1a7d0c5be79e4b5758e82f42521462a742607cccb88e87d12e50f728f556 | /*
* Copyright (C) 2011-2012 DarkCore <http://www.darkpeninsula.eu/>
* Copyright (C) 2011-2012 Project SkyFire <http://www.projectskyfire.org/>
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/>
* This program is free software; you can redis... | C++ | src/server/game/Entities/Object/ObjectPosSelector.cpp | Darkpeninsula/Darkcore | agpl-3.0 | 5,586 | 156 | codeparrot/github-code |
b87be343398ca3144420d5945ff19484d0ae889ff8c3fc0d895ed0232205af4b | module Publisher
extend ::ActiveSupport::Concern
extend self
included do
class_attribute :pub_sub_namespace
self.pub_sub_namespace = nil
end
# delegate to class method
def broadcast_event(event_name, payload={})
if block_given?
self.class.broadcast_event(event_name, payload) do
... | Ruby | lib/publisher.rb | PopulateTools/gobierto-dev | agpl-3.0 | 1,524 | 59 | codeparrot/github-code |
8d0d833071843619b1bca46dd24a6548dc984e7299d13564f94cfcf125e89a51 | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of... | Java | components/patient-data/api/src/test/java/org/phenotips/data/SimpleValuePatientDataTest.java | teyden/phenotips | agpl-3.0 | 3,529 | 116 | codeparrot/github-code |
be9d50febe0cf02f3d0b5011caea84c91d2d9120cba11ad5304564488f468909 | <?php
/**
* @package Core
* @subpackage model.data
*/
class kGeoDistanceCondition extends kMatchCondition
{
/* (non-PHPdoc)
* @see kCondition::__construct()
*/
public function __construct($not = false)
{
$this->setType(ConditionType::GEO_DISTANCE);
parent::__construct($not);
}
/**
* The ip geo coder... | PHP | alpha/apps/kaltura/lib/rules/conditions/kGeoDistanceCondition.php | kaltura/server | agpl-3.0 | 1,589 | 71 | codeparrot/github-code |
bcf6c807c3de2aa700213d3fc5e4b3375a12258b3afa3396ded74714a0d96dac | /*
* FindReplaceBar.java
*
* Copyright (C) 2020 by RStudio, PBC
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License. ... | Java | src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/findreplace/FindReplaceBar.java | JanMarvin/rstudio | agpl-3.0 | 11,330 | 375 | codeparrot/github-code |
2679b7aca5ee1e93c2f22926585caf8c1ef32e08b2f1b7dbfd06a322927a0cc6 | import {gettext} from 'core/utils';
import {reactToAngular1} from 'superdesk-ui-framework';
import UserActivityWidgetWithUser from './components/UserActivityWidgetWithUser';
angular
.module('superdesk.apps.dashboard.user-activity', [
'superdesk.apps.dashboard',
])
.config([
'dashboardWidget... | TypeScript | scripts/apps/dashboard/user-activity/user-activity.ts | petrjasek/superdesk-client-core | agpl-3.0 | 1,760 | 56 | codeparrot/github-code |
6d7158e311cb21776f236a8b5f53d7946fd20d7b0bd57a757398ca07f69e0163 | class ProductCategoriesBlock < Block
def self.description
_('Product category menu')
end
# the title of the block. Probably will be overriden in subclasses.
def default_title
_('Catalog')
end
def help
_('Helps to filter the products catalog.')
end
def content(args={})
profile = owner... | Ruby | app/models/product_categories_block.rb | hackathon-oscs/rede-osc | agpl-3.0 | 1,200 | 51 | codeparrot/github-code |
71a840a95fe6819d24840313e7c9a7b9dc8ff9a5a7cedd711b338e09b6760300 | // Copyright 2014 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package backups
import (
"io/ioutil"
"os"
"os/exec"
"path/filepath"
"github.com/juju/errors"
"github.com/juju/utils/set"
"github.com/juju/juju/agent"
"github.com/juju/juju/juju/paths"
"github.com/juju/juju/mongo"
... | GO | state/backups/db.go | wwitzel3/juju | agpl-3.0 | 7,947 | 276 | codeparrot/github-code |
f8f606d7df4e031560245dbed1e1fc16d10d1ec08bee1344f4fca41207aedafa | <?php
// (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project
//
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// $Id: wikiplugin_article.php 57962 2016-03-17 20:02:39Z jon... | PHP | lib/wiki-plugins/wikiplugin_article.php | lorddavy/TikiWiki-Improvement-Project | lgpl-2.1 | 2,224 | 74 | codeparrot/github-code |
2bb6ba1a0b249fb7f7a1cf1fd54bd8cf124c72d704274af25353079c91dd526f | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - doc-coverage.info - Cqrs.WebApi/Formatters/FormMultipart/Infrastructure/Logger/FormDataConverterLogger.cs</title>
<link rel="stylesheet" type=... | HTML | wiki/docs/4.1/coverage-report/Cqrs.WebApi/Formatters/FormMultipart/Infrastructure/Logger/FormDataConverterLogger.cs.gcov.html | cdmdotnet/CQRS | lgpl-2.1 | 17,576 | 221 | codeparrot/github-code |
7fe7f6a40f43f4daa20ecbe47fee8db788c66297e9019aa055ade740ced73aa4 | //
// Copyright (C) 2008 SIPfoundry Inc.
// Licensed by SIPfoundry under the LGPL license.
//
// Copyright (C) 2008 SIPez LLC.
// Licensed to SIPfoundry under a Contributor Agreement.
//
// Copyright (C) 2008 Mutualink, Inc.
// Licensed to SIPfoundry under a Contributor Agreement.
//
// $$
//////////////... | C++ | sipXportLib/src/utl/UtlCryptoKeyRsa.cpp | sipXtapi/sipXtapi | lgpl-2.1 | 7,480 | 316 | codeparrot/github-code |
4b98d91178d6d119c1ab1c79d021634cf324522c57a397c07053122000f9f2af | /*
* Copyright (c) 2013 Anton Golinko
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This librar... | Java | src/org/pdfparse/cos/COSReference.java | aishwaryakumar/PdfParse-android | lgpl-2.1 | 1,655 | 57 | codeparrot/github-code |
b01f6d139fe703b10ac56f5faf23635dace38567bd7915eb530cc284c42313f2 | /// \file
/// \ingroup tutorial_http
/// This program demonstrates simple application control via THttpServer
/// Two histogram are filled within endless loop.
/// Via published commands one can enable/disable histograms filling
/// There are also command to clear histograms content
///
/// After macro started, op... | C++ | tutorials/http/httpcontrol.C | gbitzes/root | lgpl-2.1 | 3,102 | 99 | codeparrot/github-code |
c0fed16c4e12b73794277bfe0bf4bbb190a8dd5d88770bd8f6658aa8cb0f7b59 | /****************************************************************************
**
** 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 examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Comm... | C++ | examples/tools/settingseditor/settingstree.cpp | kobolabs/qt-everywhere-opensource-src-4.6.2 | lgpl-2.1 | 7,891 | 264 | codeparrot/github-code |
a2e07433c58b246cffc1edff527c5ec3054c6056611f19bb22a4b9f83e86ef88 | /* Copyright (C) 1995,1996 Robert de Bath <rdebath@cix.compulink.co.uk>
* This file is part of the Linux-8086 C library and is distributed
* under the GNU Library General Public License.
*/
/*
* Dec 2000 Manuel Novoa III
*
* Made atexit handling conform to standards... i.e. no args.
* Removed on_ex... | C | libc/stdlib/_atexit.c | brgl/uclibc-ng | lgpl-2.1 | 10,189 | 360 | codeparrot/github-code |
1d36eb7b012a500c30635161d871684aa7c037f9576c9cfffc5530faac6f616c | //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | C++ | interpreter/llvm/src/tools/clang/lib/Serialization/GlobalModuleIndex.cpp | alexschlueter/cern-root | lgpl-2.1 | 25,712 | 821 | codeparrot/github-code |
021d8d8712e66589c773d8a09a8c02a782d7b5fb9b97f473a537f21b46fee8ea | <?php
// (c) Copyright 2002-2013 by authors of the Tiki Wiki CMS Groupware Project
//
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// $Id: mod-func-shoutbox.php 50841 2014-04-20 22:16:25Z jyhem... | PHP | modules/mod-func-shoutbox.php | upsafety/ToCiteWiki | lgpl-2.1 | 6,005 | 164 | codeparrot/github-code |
944d2ac0ec1de05b9b97da9f495aec258dec60174b97524b37123743f2f10130 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qmlviews.qdoc... | HTML | doc/html/qml-views.html | nonrational/qt-everywhere-opensource-src-4.8.6 | lgpl-2.1 | 24,273 | 369 | codeparrot/github-code |
1b442800fd13edb330719d4494da85a98af93b6837307cbe1398b61b271e8bdd | //Copyright (c) Microsoft Corporation. All rights reserved.
using System;
using System.Runtime.InteropServices;
using System.Security;
using Microsoft.WindowsAPICodePack.Shell.Interop;
using Microsoft.WindowsAPICodePack.Shell;
namespace MS.WindowsAPICodePack.Internal
{
internal static class DWMMessage... | C# | src/addins/WindowsPlatform/WindowsAPICodePack/Shell/DesktopWindowManager/DesktopWindowManagerNativeMethods.cs | mono/linux-packaging-monodevelop | lgpl-2.1 | 2,263 | 66 | codeparrot/github-code |
35e4456efba20950a41b427f9f0a04eb9efc4d113bc20fd5eaf2cd7da898c59e | /*************************************************************************
* *
* Open Dynamics Engine, Copyright (C) 2001-2003 Russell L. Smith. *
* All rights reserved. Email: russ@q12.org Web: www.q12.org *
* ... | C++ | extern/ode/collision_trimesh_plane.cpp | captain-mayhem/captainsengine | lgpl-2.1 | 6,929 | 221 | codeparrot/github-code |
2b800af9a26506ee13c868bc92a2d487a95bb3b563471b11b89a3ea0790e4ce3 | // Nanum Font
jQuery(function($){
$('body').append('<div id="bd_font_install"><div id="install_ng2"><button type="button" class="tg_blur2"></button><button type="button" class="tg_close2">X</button><h3>나눔글꼴 설치 안내</h3><br /><h4>이 PC에는 <b>나눔글꼴</b>이 설치되어 있지 않습니다.</h4><p>이 사이트를 <b>나눔글꼴</b>로 보기 위해서는<br /><b>나눔글꼴</b>을 설치해... | JavaScript | modules/board/skins/sketchbook5/js/font_ng.js | vinecgp/cgpBeauty | lgpl-2.1 | 1,871 | 38 | codeparrot/github-code |
9f5b964532b4f6a0f93a9704917b01da79c4e074c516f5dc2fb81b23f6b6ec68 | #ifndef _VIMITESU_H_
#define _VIMITESU_H_
#include <sys/types.h>
#include <unistd.h>
#ifndef PAGE_SIZE
# define PAGE_SIZE (unsigned int)(sysconf(_SC_PAGESIZE))
#endif
#ifndef PR_SET_CHILD_SUBREAPER
# define PR_SET_CHILD_SUBREAPER 36
#endif
/* set up test */
extern void test_ext_init(int argc, char **argv);
extern v... | C | test/zdtm/lib/zdtmtst.h | svloyso/criu | lgpl-2.1 | 4,501 | 132 | codeparrot/github-code |
f54229a9e491f23dd1b22b4e40253742ee1ca2d16a90c08ba3c2214caa553512 | /////////////////////////////////////////////////////////////////////////////
// Name: emulator.cpp
// Purpose: Emulator wxWidgets sample
// Author: Julian Smart
// Modified by:
// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////... | C++ | src/wxWidgets-2.9.4/utils/emulator/src/emulator.cpp | enachb/freetel-code | lgpl-2.1 | 18,463 | 609 | codeparrot/github-code |
e8eb950a423d6eede4d86351f17c71874570819bf976817d01c67f34a3ab83d0 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qcache.qdoc -... | HTML | doc/html/qcache-qt3.html | eric100lin/Qt-4.8.6 | lgpl-2.1 | 9,990 | 213 | codeparrot/github-code |
4b5379839e9a436707fe002590da8f96f54240bdcc16cdedb3b9425c7bef8b8c | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.type;
import java.util.UUID;
import org.hibernate.dialect.D... | Java | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/type/UUIDCharType.java | 1fechner/FeatureExtractor | lgpl-2.1 | 1,093 | 35 | codeparrot/github-code |
a6e3bf0b59c94850776fe2455eb99df95bf653c0817fd2cc3bc1beb39255364e | /*
* Copyright (C) 2008-2009 Nokia Corporation.
*
* Author: Felipe Contreras <felipe.contreras@nokia.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation
* version 2.1 of the Lic... | C | util/async_queue.h | mrchapp/gst-openmax-devel | lgpl-2.1 | 1,483 | 49 | codeparrot/github-code |
4105fee35307bd39955f65ace795fbdab6fcc5755420add2d30c895412d9f7a4 | //===- llvm/TableGen/Record.h - Classes for Table Records -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | C | interpreter/llvm/src/include/llvm/TableGen/Record.h | benni0815/root | lgpl-2.1 | 62,174 | 1,829 | codeparrot/github-code |
35cdfb2432217ce2614e920633d9a0b0758847ba0a44e6fbfd613a05cbbd2680 | /**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** No Commercial Usage
**
** This file contains pre-release code and may not b... | C | src/plugins/qmlprojectmanager/fileformat/filefilteritems.h | yinyunqiao/qtcreator | lgpl-2.1 | 5,281 | 190 | codeparrot/github-code |
797d9551237da5747e84acb8a734d486681e5633ebe75bbd74be7f8f767ebf5b | using System.Collections.Generic;
using System.Web.Mvc;
using SmartStore.Web.Framework;
namespace SmartStore.Admin.Models.Settings
{
public partial class CustomerUserSettingsModel
{
public CustomerUserSettingsModel()
{
CustomerSettings = new CustomerSettingsModel();
Add... | C# | src/Presentation/SmartStore.Web/Administration/Models/Settings/CustomerUserSettingsModel.cs | qanuj/smartstore | lgpl-2.1 | 10,539 | 195 | codeparrot/github-code |
62e07bcd9258060b7c0d678e9793cc775e8b8bcf6709d6e8f7e733d2f1f707e4 | /**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (info@qt.nokia.com)
**
** No Commercial Usage
**
** This file contains pre-release code and may not b... | C | src/plugins/qmlprofiler/qmlprofilerengine.h | renatofilho/QtCreator | lgpl-2.1 | 2,358 | 77 | codeparrot/github-code |
8cdbf14116fd444679d09b39f4fc7abf400969a5a3f253c1ac9d879c07993b98 | #!/usr/bin/env python
#############################################################################
##
## 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 documentation of the Qt Toolkit.
##
## $QT_... | Python | doc/src/diagrams/contentspropagation/customwidget.py | igor-sfdc/qt-wk | lgpl-2.1 | 6,222 | 176 | codeparrot/github-code |
2541f8eb1983e01a4f3b70e95e82d9d7c929588deffdef6214289860d87278d7 | #include "libmesh/parallel_ghost_sync.h"
namespace libMesh
{
SyncNodalPositions::SyncNodalPositions(MeshBase & m)
: mesh(m)
{}
void SyncNodalPositions::gather_data (const std::vector<dof_id_type> & ids,
std::vector<datum> & data)
{
data.resize(ids.size());
// Gather (x,... | C++ | src/parallel/parallel_ghost_sync.C | aeslaughter/libmesh | lgpl-2.1 | 1,092 | 46 | codeparrot/github-code |
3d6bfeeb8c07770985f6f88d79a3ff871133e29c431ffb8ef4cf363fd4f784ae | package org.intermine.api.tracker.track;
/*
* Copyright (C) 2002-2014 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/l... | Java | intermine/api/main/src/org/intermine/api/tracker/track/QueryTrack.java | drhee/toxoMine | lgpl-2.1 | 1,152 | 45 | codeparrot/github-code |
261cc492a47fab63804c78ab867681123fd46de14db246833c14d8bc5f314f02 | /*
* drawtext.c: print text over the screen
******************************************************************************
* Options:
* -f <filename> font filename (MANDATORY!!!)
* -s <pixel_size> font size in pixels [default 16]
* -b print background
* -o outline glyphs (use the ... | C | vhook/drawtext.c | achintsetia/ffmpeg0.4.9 | lgpl-2.1 | 14,529 | 526 | codeparrot/github-code |
6df165dcc069ab8a698a034d728491116ba3b826acba2bfb1912eae1f8b0f3f6 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- q3dragobject.... | HTML | doc/html/q3storeddrag-members.html | nonrational/qt-everywhere-opensource-src-4.8.6 | lgpl-2.1 | 18,076 | 275 | codeparrot/github-code |
5c40969bc0bcd584d99ff908463ac45ee7e4de338b6d645498e2da94941dde12 | /****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees ... | C++ | src/gui/itemviews/qabstractitemdelegate.cpp | nonrational/qt-everywhere-opensource-src-4.8.6 | lgpl-2.1 | 13,707 | 394 | codeparrot/github-code |
ba96ffbc5783e187ec934ea78c68d90a2ed35c88456f511651ed8f065b24a55a | /**
* This file is part of libmocha-ipc.
*
* Copyright (C) 2011 KB <kbjetdroid@gmail.com>
* Copyright (C) 2012 Dominik Marszk <dmarszk@gmail.com>
*
* libmocha-ipc 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 Fo... | C | mocha-ipc/drv.c | Badadroid/android_external_libmocha-ipc | lgpl-2.1 | 10,445 | 382 | codeparrot/github-code |
7985f8749969f85323976b3756bee1990261dc37a606629b63941fafb2c7dcb5 | package eu.europa.esig.dss.xades.validation;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.util.Date;
import java.util.List;
import org.junit.Test;
import eu.europa.esig.dss.DSSDocument;
import eu.europa.esig.dss.FileDocument;
import eu.europa.esig.dss.SignatureLevel;
import eu.europa.... | Java | dss-xades/src/test/java/eu/europa/esig/dss/xades/validation/XAdESLTACheckTimeStampedTimestampIDTest.java | alisdev/dss | lgpl-2.1 | 3,166 | 74 | codeparrot/github-code |
afb368f492b349e695758062c406b9d22833e8094abc81fede00d6836cbeb22a | // The libMesh Finite Element Library.
// Copyright (C) 2002-2016 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version ... | C++ | libmesh/src/systems/transient_system.C | vityurkiv/Ox | lgpl-2.1 | 6,494 | 214 | codeparrot/github-code |
f95670502150ef5e395673a29600094da92fa73550e09bc68b384ce7cba885b6 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | Java | jpa/subsystem/src/main/java/org/jboss/as/jpa/processor/secondlevelcache/InfinispanCacheDeploymentListener.java | xasx/wildfly | lgpl-2.1 | 7,362 | 174 | codeparrot/github-code |
976c309ff4adda440021afeb9a895c7e1129e8f08766a89899eb7da1d5fbf704 | // @(#)root/metautils:$Id$
// Author: Victor Perev 10/04/2003
// Philippe Canal 05/2004
/*************************************************************************
* Copyright (C) 1995-2003, Rene Brun and Fons Rademakers. *
* All rights reserved. ... | C | core/metautils/inc/TClassEdit.h | alexschlueter/cern-root | lgpl-2.1 | 4,523 | 121 | codeparrot/github-code |
c6a5f25d477768d6c4603491b184e564b7c8fafdf5999191f37ec7087ad31390 | /****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtXmlPatterns module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Li... | C++ | src/xmlpatterns/expr/qcontextitem.cpp | nonrational/qt-everywhere-opensource-src-4.8.6 | lgpl-2.1 | 3,740 | 115 | codeparrot/github-code |
e44a86a471abad114b53de702e98993d0460e200163c35b7141a9293668a7f03 | /****************************************************************************
**
** 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 examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Comm... | C++ | examples/richtext/orderform/detailsdialog.cpp | kobolabs/qt-everywhere-opensource-src-4.6.2 | lgpl-2.1 | 4,961 | 158 | codeparrot/github-code |
5427657d12f750875124d6f91a3233c803ff599119e2d4bf5cf7e2f05fbb272d | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance wit... | C | src/plugins/coreplugin/mainwindow.h | martyone/sailfish-qtcreator | lgpl-2.1 | 5,902 | 202 | codeparrot/github-code |
50e36930a293938a865131cc916b1a2442ca09fd1d74aa9f557b49d40d773acc | /*
* GPAC - Multimedia Framework C SDK
*
* Authors: Jean Le Feuvre , Cyril Concolato, Romain Bouqueau
* Copyright (c) Telecom ParisTech 2000-2012
* All rights reserved
*
* This file is part of GPAC / MPEG2-TS sub-project
*
* GPAC is free software; you can redistribute it and/or modify
* it under ... | C | src/media_tools/m2ts_mux.c | emmanouil/gpac | lgpl-2.1 | 96,308 | 2,822 | codeparrot/github-code |
271134ef47fa7d85568057248a47390da83780f6bc8abd5a7a7835058785a297 | /*
* Copyright (C) 2018 Red Hat, Inc.
*
* Licensed under the GNU Lesser General Public License Version 2.1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 o... | C++ | libdnf/module/modulemd/ModuleMetadata.cpp | rpm-software-management/libhif | lgpl-2.1 | 5,939 | 151 | codeparrot/github-code |
7930003ebf82b065c2dd8a093c6ed42b7da4154fd72ca16c6773603954fa9881 | <?php
/**
* @package tikiwiki
*/
// (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project
//
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// $Id: tiki-admin_html_page_con... | PHP | tiki-admin_html_page_content.php | lorddavy/TikiWiki-Improvement-Project | lgpl-2.1 | 2,827 | 85 | codeparrot/github-code |
804eed6917a9877c64eb4c1bed59bacd9b83316c061e47f16405778573458d9a | /*
* Copyright (C) 2011, 2014 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 condit... | C | Source/JavaScriptCore/llint/LLIntSlowPaths.h | annulen/qtwebkit-snapshots | lgpl-2.1 | 6,371 | 134 | codeparrot/github-code |
54942c1ce0910768200c7730336e20ebdf2bb37544df51cefc08eadbe6bd4bf9 | /*
Copyright (C) 2020 Daniel Schultz
This file is part of FLINT.
FLINT is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License (LGPL) as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your option)... | C | fq_nmod_mpoly/compose_fq_nmod_mpoly.c | fredrik-johansson/flint2 | lgpl-2.1 | 1,929 | 74 | codeparrot/github-code |
a8fd9c18069ba60f65bae94f5c9030d708d65ef0764fc82b3edea396e62d26f8 | /**
* JRadius - A RADIUS Server Java Adapter
* Copyright (c) 2006-2007 David Bird <david@coova.com>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the Licen... | Java | core/src/main/java/net/jradius/packet/DHCPFormat.java | Chandrashar/jradius | lgpl-2.1 | 2,567 | 79 | codeparrot/github-code |
adc1176dcbeaff8e0f224efc9ddbbc5890096a5f5a1a3dad6c5d613ed70d64eb | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | Java | xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-selenium/src/test/it/org/xwiki/test/selenium/framework/AbstractXWikiTestCase.java | pbondoer/xwiki-platform | lgpl-2.1 | 29,663 | 979 | codeparrot/github-code |
e64181956df63707c6ca8fd87b64b3ff2f9d454ea5e843095b0d469a8a337184 | /////////////////////////////////////////////////////////////////////////////
// Name: src/gtk/radiobox.cpp
// Purpose:
// Author: Robert Roebling
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
... | C++ | thirdparty/wxWidgets-3.0.0/src/gtk/radiobox.cpp | dariusliep/LogViewer | lgpl-3.0 | 19,736 | 637 | codeparrot/github-code |
7127d772e71821739562c8514b8a117b5cc401c4746885cfa1f0ade49c315739 | package cn.jeesoft.mvc.fn;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.apache.commons.lang.StringUtils;
import cn.jeesoft.mvc.helper.PrivilegeUtils;
import cn.jeesoft.mvc.helper.RequestHolder;
import freemarker.template.TemplateMethodModelEx;
import freemarker.template.TemplateModelExce... | Java | src/cn/jeesoft/mvc/fn/PrivilegeChecker.java | alafighting/ccshop | lgpl-3.0 | 1,027 | 32 | codeparrot/github-code |
4628b2dd47f96a577bc12a85a9518182fbf0d4411674a6f6b6217560c66cb882 | <?php
/*************************************************************************************/
/* This file is part of the Thelia package. */
/* */
/* Copyright (c) OpenStudio ... | PHP | Controller/BackController.php | thelia-modules/CustomDelivery | lgpl-3.0 | 8,144 | 252 | codeparrot/github-code |
da6375ffee9c50d906fc5da3c3aa7d9f156b201346ba94ccae18cc9505039211 | /////////////////////////////////////////////////////////////////////////////
// Name: durationinterface.cpp
// Author: Laurent Pugin
// Created: 2011
// Copyright (c) Authors and others. All rights reserved.
/////////////////////////////////////////////////////////////////////////////
#include "durat... | C++ | src/durationinterface.cpp | jamespark04/verovio | lgpl-3.0 | 5,134 | 171 | codeparrot/github-code |
cb51ff12126ef28b3a5bc97f67e63b3c773816a4ea3e4295027a58dbea744727 | <?php
/*
* XiunoPHP v1.2
* http://www.xiuno.com/
*
* Copyright 2010 (c) axiuno@gmail.com
* GNU LESSER GENERAL PUBLIC LICENSE Version 3
* http://www.gnu.org/licenses/lgpl.html
*
*/
class check {
static function is_email($s) {
return preg_match("/^[\w\-\.]+@[\w\-\.]+(\.\w+)+$/", $s);
}
static function is... | PHP | lib/check.class.php | liuxulei/xiunophp | lgpl-3.0 | 799 | 47 | codeparrot/github-code |
f8287437f64ef3cc39d79b71dda5f89ad555d00fee21f77fd4807e92ced5d0b1 | // Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License... | GO | whisper/whisperv6/peer.go | micahaza/go-ethereum | lgpl-3.0 | 4,830 | 175 | codeparrot/github-code |
105c0c686ac793fe59f4f0a7fc2bee19899fd7054199831fede7c63705fd1c7d | /* KIARA - Middleware for efficient and QoS/Security-aware invocation of services and exchange of messages
*
* Copyright (C) 2014 Proyectos y Sistemas de Mantenimiento S.L. (eProsima)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* L... | Java | src/main/java/org/fiware/kiara/dynamic/impl/data/DynamicDataImpl.java | Fiware/i2nd.KIARA | lgpl-3.0 | 1,849 | 51 | codeparrot/github-code |
00e71c9638b32e03ef3062e2d3aa1d231393f129cb1408d0fdfdb6528a7f7aec | /*
Copyright (C) 2010 Casey Link <unnamedrambler@gmail.com>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at your
option) any later ... | C++ | main.cpp | esoteric-programmer/PietCreator | lgpl-3.0 | 1,181 | 36 | codeparrot/github-code |
ec39a1d6fdca2be473c6aadd2c153d0d469f3b6f872a15699fecd7e49e0ff4cb | /* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 1999.
* Permission to copy, use, modify, sell and distribute this software
* is granted provided this copyright notice a... | C++ | cxx-squid/src/test/resources/parser/examples/iter/itercat.cpp | Bertk/sonar-cxx | lgpl-3.0 | 1,463 | 54 | codeparrot/github-code |
74c0e59c026af4addea46ba35571b8ea386df7ca140c7a236427a66fc2e44776 | /* global process require */
var gulp = require("gulp");
var mainBowerFiles = require('main-bower-files');
var webpack = require("webpack-stream");
var nodemon = require("gulp-nodemon");
var eslint = require("gulp-eslint");
var webpackConfig = require("./webpack.config.js");
var nodemonConfig = require("./nodemon.jso... | JavaScript | gulpfile.js | NikolaiIvanov/hexlet-ide | lgpl-3.0 | 1,336 | 48 | codeparrot/github-code |
7d2b16a2c18ec0eb86ee0dbd6a07054069a0fdbf4ca1a9ce3f387afddfc99f55 | /*
* This file is part of migration-framework.
* Copyright (C) 2015 RWTH Aachen University - ACS
*
* This file is licensed under the GNU Lesser General Public License Version 3
* Version 3, 29 June 2007. For details see 'LICENSE.md' in the root directory.
*/
#include "task.hpp"
#include "pscom_handler.hpp"
#in... | C++ | src/task.cpp | fast-project/migration-framework | lgpl-3.0 | 5,826 | 168 | codeparrot/github-code |
09325ed0b73143b322b24820f3e07f53910d9c4907b145079e5a6eade19be5fa | /*
* Copyright 2014 Jacopo Aliprandi, Dario Archetti
* Copyright 2015 Stefano Cappa
*
* This file is part of SPF.
*
* SPF is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the... | Java | sPFApp/src/main/java/it/polimi/spf/app/view/CircleSelectSpinner.java | deib-polimi/SPF2 | lgpl-3.0 | 6,298 | 257 | codeparrot/github-code |
aa64def9a2a7fc9f7419cadaddbb3996bc4acb0c593b347a6e5c938f3f053dfc | package org.molgenis.core.ui;
import org.apache.commons.io.IOUtils;
import org.molgenis.core.util.SchemaLoader;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Unmarshaller;
import javax.xml.transform.stream.StreamSource;
import javax.xml.validation.Schema;
import java.io... | Java | molgenis-core-ui/src/main/java/org/molgenis/core/ui/XmlMolgenisUiLoader.java | ChaoPang/molgenis | lgpl-3.0 | 1,472 | 52 | codeparrot/github-code |
655c2190678abdffa3f464f68b72331dc5d433795d680df73bc462f1ad309504 | /*
* TypeWatch 2.0 - Original by Denny Ferrassoli / Refactored by Charles Christolini
*
* Examples/Docs: github.com/dennyferra/TypeWatch
*
* Copyright(c) 2007 Denny Ferrassoli - DennyDotNet.com
* Coprright(c) 2008 Charles Christolini - BinaryPie.com
*
* Dual licensed under the MIT and GPL licenses:
* http://www.... | JavaScript | js/jquery.typewatch.js | sakcret/apecc_src | lgpl-3.0 | 2,232 | 86 | codeparrot/github-code |
070bc3fffdf9e43cc7c4c53de0d0d5034471546bb544c1b80165cc9fac64b818 | <?php
/**
* Created by PhpStorm.
* @author domenico domenico@translated.net / ostico@gmail.com
* Date: 20/01/17
* Time: 16.41
*
*/
namespace API\V2\Json;
use Projects_ProjectStruct;
class ProjectAnonymous extends Project {
/** @noinspection PhpMissingParentConstructorInspection */
/**
* Project ... | PHP | lib/View/API/V2/Json/ProjectAnonymous.php | Mind2mind/MateCat | lgpl-3.0 | 900 | 43 | codeparrot/github-code |
3548d5b9c1efdbb80e82367875cd4497724bf40b037b4903cb16f0fffcbbca94 | /* CpuArch.h -- CPU specific code
2021-07-13 : Igor Pavlov : Public domain */
#ifndef __CPU_ARCH_H
#define __CPU_ARCH_H
#include "7zTypes.h"
EXTERN_C_BEGIN
/*
MY_CPU_LE means that CPU is LITTLE ENDIAN.
MY_CPU_BE means that CPU is BIG ENDIAN.
If MY_CPU_LE and MY_CPU_BE are not defined, we don't know about ENDIANNESS... | C | lzmasdk/CpuArch.h | selmf/unarr | lgpl-3.0 | 10,821 | 450 | codeparrot/github-code |
fd5db8be517af1efdae22d24c87961253f83527f79425fcb52cf95290f6c48c9 | /*
* File: Clr.java
* Date: Oct 15, 2013
*
* Copyright 2013 Constantin Lazari. All rights reserved.
*
* Unless required by applicable law or agreed to in writing, this software
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied.
*/
package ch.zha... | Java | CPU-Simulation/target/classes/ch/zhaw/lazari/cpu/impl/commands/CLR.java | lazarcon/J_CPU_Simulation | lgpl-3.0 | 842 | 41 | codeparrot/github-code |
5ade65ca959e7c3160f3012dbc2ba1c468cbeba27e57f661f5c01138ca06aca4 | /**
* DataCleaner (community edition)
* Copyright (C) 2014 Free Software Foundation, Inc.
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free Software F... | Java | api/src/test/java/org/datacleaner/beans/api/OutputColumnsTest.java | datacleaner/DataCleaner | lgpl-3.0 | 3,481 | 84 | codeparrot/github-code |
21d0c42f61ecc97bff1849222aae4171dfa1afb4aa907469349b60137d3e2e45 | #include "serialinputnode.h"
#include <fugio/node_interface.h>
#include <fugio/context_interface.h>
#include <fugio/core/uuid.h>
#include <fugio/context_signals.h>
#include <QComboBox>
SerialInputNode::SerialInputNode( QSharedPointer<fugio::NodeInterface> pNode ) :
NodeControlBase( pNode ), mDevice( 0 )
{
FUGID( P... | C++ | plugins/Serial/serialinputnode.cpp | bigfug/Fugio | lgpl-3.0 | 2,796 | 134 | codeparrot/github-code |
484c6f2b85cf4765bffc8e124dfb82639a2c0c4e6c9e7048cce53e83bd707079 | /**
* This file is part of the rgbdemo project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Thi... | C | people-tracker/FiltersWindow.h | Fyre91/Gesture-Recognition-OpenCV | lgpl-3.0 | 1,839 | 61 | codeparrot/github-code |
52c0e8d696026ac6b570bd6433dbadfbb1204a878e1c97162dbe8c7b74ac9f02 | /**
* DataCleaner (community edition)
* Copyright (C) 2014 Free Software Foundation, Inc.
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free Software F... | Java | components/date-gap/src/test/java/org/datacleaner/beans/dategap/DateGapAnalyzerResultTest.java | datacleaner/DataCleaner | lgpl-3.0 | 3,739 | 83 | codeparrot/github-code |
dc65cdd26c8f1f3437b9551fa9405df0caebd500ae05399047827c88b0872cee | // mcppv2_events7.cpp
// compile with: /clr
using namespace System;
public delegate void MyDel();
public delegate int MyDel2(int, float);
ref class EventSource {
public:
static MyDel ^ psE;
static event MyDel2 ^ E2; // event keyword, compiler generates add,
// remove, and Invok... | C++ | cxx-squid/src/test/resources/parser/cli/event/mcppv2_events7.cpp | SonarOpenCommunity/sonar-cxx | lgpl-3.0 | 1,867 | 75 | codeparrot/github-code |
56e715b10a391ca0f6f37b7e4bdaeb46cb7972da139e4fde59e7ece4825aa24d | /*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2004 University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (a... | Java | 3rdparty/findbugs086src/src/tools/edu/umd/cs/findbugs/tools/patcomp/PrettyCodeEmitter.java | simeshev/parabuild-ci | lgpl-3.0 | 2,585 | 91 | codeparrot/github-code |
22080a6b2ed155626bee14e11c958a3304406aa3ab40207d18e4a55bf43d54d5 | /*
* Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS
* FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder
* is on an "... | JavaScript | src/js/util/BackboneTemplateCache.js | cBioPortal/mutation-mapper | lgpl-3.0 | 7,181 | 155 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.