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 |
|---|---|---|---|---|---|---|---|---|
0c19cbcaebb2312c4dae4a0e69bb470e561ece7a5d09a2dd707e3163884da72e | /* Copyright (C) 1991,92,96,97,99,2000,2001,2009 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C 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
... | C | include/strings.h | czankel/xtensa-uclibc | lgpl-2.1 | 4,588 | 125 | codeparrot/github-code |
0084a58155f33177eed9e9ca2886cff04e7603ed47e86132b123d8c0fe11aabb | /*
* JBoss, Home of Professional Open Source.
* Copyright 2021, 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 | clustering/infinispan/spi/src/main/java/org/wildfly/clustering/infinispan/spi/persistence/sifs/SoftIndexFileStoreConfigurationBuilder.java | jstourac/wildfly | lgpl-2.1 | 8,817 | 207 | codeparrot/github-code |
3d3ecf9d3839915684c207a3f5899c3651ae7f8869bda07df114a33e06ac4951 | /*
* qemu_domain.h: QEMU domain private state
*
* Copyright (C) 2006-2011 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
*
* 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; e... | C | src/qemu/qemu_domain.c | sshah-solarflare/Libvirt-PCI-passthrough- | lgpl-2.1 | 17,049 | 598 | codeparrot/github-code |
be08c4486ed66794411a2bce06b1c04b0dd4b64860db5324361ea895272d25dd | /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModu... | JavaScript | source/mobile.09c351.js | halochen90/Hexo-Theme-Luna | lgpl-2.1 | 51,781 | 1,723 | codeparrot/github-code |
7272e53aa72278f0e98e37d9957fd15e7e35e49e8bcfe7dab22ce813a81fa9e1 | /*
aim_rxqueue.c
This file contains the management routines for the receive
(incoming packet) queue. The actual packet handlers are in
aim_rxhandlers.c.
*/
#include "aim.h"
/*
This is a modified read() to make SURE we get the number
of bytes we are told to, otherwise block.
*/
int Read(int fd, u_char... | C | deprecated/aim_rxqueue.orig.c | midendian/libfaim | lgpl-2.1 | 5,386 | 246 | codeparrot/github-code |
9265dcd2d7efceef2e3c4d3083201d215897a36b2c89865dbd1baef1d4df9647 | //
// Created by Ulrich Eck on 26/07/2015.
//
#ifndef UBITRACK_GLFW_RENDERMANAGER_H
#define UBITRACK_GLFW_RENDERMANAGER_H
#include <string>
#ifdef HAVE_GLEW
#include "GL/glew.h"
#endif
#include <GLFW/glfw3.h>
#include <utVisualization/utRenderAPI.h>
namespace Ubitrack {
namespace Visualization {
clas... | C | apps/GLFWConsole/glfw_rendermanager.h | Ubitrack/utvisualization | lgpl-2.1 | 2,941 | 105 | codeparrot/github-code |
98b370747fc31015ec341d1397df54026d30ce53686c7340184f8e49744ec930 | /////////////////////////////////////////////////////////////////////////////
// Name: help.cpp
// Purpose: wxHtml sample: help test
// Author: ?
// Modified by:
// Created: ?
// RCS-ID: $Id$
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
//////////////////////////////////... | C++ | src/wxWidgets-2.9.4/samples/html/help/help.cpp | enachb/freetel-code | lgpl-2.1 | 6,219 | 202 | codeparrot/github-code |
564e281bd7b1a26f3829e21057e1ce60fcdf33f874a0a850b10a74fcfef0cee3 | <?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$
/**
* @group unit
*/
abstract class Search_Index_St... | PHP | lib/test/core/Search/Index/StemmingTest.php | tikiorg/tiki | lgpl-2.1 | 2,555 | 100 | codeparrot/github-code |
b2e55520978bc81829908626b3a53e731c6aac6fc58b00bc6622b15ca620d14c | /*
Copyright (C) 2009-2010 Red Hat, Inc.
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 of conditions and the f... | C | common/messages.h | fgouget/spice-common | lgpl-2.1 | 16,591 | 675 | codeparrot/github-code |
65bf422527ae36838c04902357da41f4c6133f8f1ff67e800bd99f012fd56963 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, 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 | controller/src/main/java/org/jboss/as/controller/interfaces/OverallInterfaceCriteria.java | JiriOndrusek/wildfly-core | lgpl-2.1 | 11,851 | 261 | codeparrot/github-code |
c91cc710b90e7b8f2c454a6a2df6698673ec3a9ac8be6c5ef2d186a8da3da721 | /*
* CLiC, Framework for Command Line Interpretation in Eclipse
*
* Copyright (C) 2013 Worldline or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors.
*
* This library is free software; you can redistribute it and/or
... | Java | com.worldline.clic/src/main/java/com/worldline/clic/internal/assist/ContentAssistProvider.java | awltech/clic | lgpl-2.1 | 8,789 | 293 | codeparrot/github-code |
d094b61b60b15fa86f1a45363650fe2b9730e546e763938715c6206693237407 | // LICENSE: (Please see the file COPYING for details)
//
// NUS - Nemesis Utilities System: A C++ application development framework
// Copyright (C) 2006, 2007 Otavio Rodolfo Piske
//
// This file is part of NUS
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the ... | C++ | src/base/osal/unix/nthread.cpp | orpiske/nus | lgpl-2.1 | 1,277 | 47 | codeparrot/github-code |
34529ce710480a63d263500439620f74d55567972f6095b6dd855fbf82276b2e | package com.stek101.projectzulu.common.core;
/**
* For usage see: {@link Pair}
*/
public class PairDirectoryFile<K, V> {
private final K directory;
private final V file;
public static <K, V> PairDirectoryFile<K, V> createPair(K directory, V file) {
return new PairDirectoryFil... | Java | src/main/java/com/stek101/projectzulu/common/core/PairDirectoryFile.java | soultek101/projectzulu1.7.10 | lgpl-2.1 | 1,073 | 38 | codeparrot/github-code |
964f174ae5ccaf83a1d2ca85a5b31170f20a133efb4f43acd80484a33c3c78dc | using System;
namespace InSimDotNet.Packets {
/// <summary>
/// Message to connection packet.
/// </summary>
/// <remarks>
/// Used to send a message to a specific connection or player (can only be used on hosts).
/// </remarks>
public class IS_MTC : IPacket, ISendable {
/... | C# | InSimDotNet/Packets/IS_MTC.cs | alexmcbride/insimdotnet | lgpl-2.1 | 2,537 | 80 | codeparrot/github-code |
e237d8a68c81c1532dbbf4b041835ac559743521ed0a135bfab9ae21acf8198f | package fastSim.data;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.util.*;
//import fanweizhu.fastSim.util.Config;
//impor... | Java | fastSim_SS_pre/src/fastSim/data/PrimeSim.java | fastsim2016/FastSim | lgpl-2.1 | 8,347 | 323 | codeparrot/github-code |
89d7dc5b18229974e132f4f9b7faf5e1a010fa446718dea7985d1e9e65d5882b | /* Copyright (c) 2013-2014 Boundless and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Distribution License v1.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/edl-v10.html
*
* Cont... | Java | src/datastore/src/main/java/org/locationtech/geogig/geotools/data/GeoGigDataStore.java | jodygarnett/GeoGig | lgpl-2.1 | 17,024 | 408 | codeparrot/github-code |
3e40f57ba2352432ebdd98a6da1f1fcde274adfaac954b6ab432b6337d0336f3 | /* Copyright (C) 2008-2011 D. V. Wiebe
*
***************************************************************************
*
* This file is part of the GetData project.
*
* GetData 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
... | C | test/convert_int32_int64.c | syntheticpp/dirfile | lgpl-2.1 | 2,026 | 76 | codeparrot/github-code |
37dfae24e3e30a719ba1525b3cf4a5651b273127b2ae485676b61a9fe582d5d6 | /*
* Copyright (C) 2007-2010 Red Hat, Inc.
*
* 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 l... | C | src/util/iptables.c | hjwsm1989/libvirt | lgpl-2.1 | 21,945 | 756 | codeparrot/github-code |
48f4ffd383be94c7c072bf2e15814793f7795318f158ea0a2e3d1b7a4f44cd7f | #include <QtGui>
#include "btglobal.h"
#include "btqlistdelegate.h"
//#include <QMetaType>
btQListDeletgate::btQListDeletgate(QObject *parent)
: QItemDelegate(parent)
{
}
QWidget *btQListDeletgate::createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const
{
//qRegisterMeta... | C++ | smarts/editor/btqlistdelegate.cpp | pranavrc/gluon | lgpl-2.1 | 1,655 | 48 | codeparrot/github-code |
4627f69612ea985936b4b7d19d19fd6544e70943a8ee7aa2b6845144ef5401b4 | /**
* NativeFmod Project
*
* Want to use FMOD API (www.fmod.org) in the Java language ? NativeFmod is made for you.
* Copyright © 2004-2007 Jérôme JOUVIE (Jouvieje)
*
* Created on 28 avr. 2004
* @version NativeFmod v3.4 (for FMOD v3.75)
* @author Jérôme JOUVIE (Jouvieje)
*
*
* WANT TO CONTACT ME ?
* E-m... | Java | src-java/org/jouvieje/Fmod/Structures/FSOUND_REVERB_CHANNELPROPERTIES.java | jerome-jouvie/NativeFmod | lgpl-2.1 | 13,664 | 431 | codeparrot/github-code |
6b2e30e009cd2112b4519fe3d3789fbff32abc0338828d67c3d13520888c166a | /*
* Multisim: a microprocessor architecture exploration framework
* Copyright (C) 2014 Tommy Thorn
*
* 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 Li... | C | loadelf_temp.c | tommythorn/multisim | lgpl-2.1 | 6,328 | 167 | codeparrot/github-code |
ec66a2901b8fa3543a84aac57102584dcb27087c491bc1d0adb043a9b8e879ee | //Copyright (c) Microsoft Corporation. All rights reserved.
// AddIn.cpp : Implementation of DLL Exports.
#include "stdafx.h"
#include "resource.h"
#include "AddIn.h"
CAddInModule _AtlModule;
// DLL Entry Point
extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
{
_AtlModule.Se... | C++ | Dev/Source/3rdParty/LuaPlus/Tools/LuaPlusDebuggerAddin/LuaPlusDebuggerAddin/AddIn.cpp | MikeMcShaffry/gamecode3 | lgpl-2.1 | 3,265 | 120 | codeparrot/github-code |
0eb23d3ca24513928201172b2c3f000f817fe957eb312e84345c4a9a8979e3e7 | /**
* @file common/js/xml_handler.js
* @brief XE에서 ajax기능을 이용함에 있어 module, act를 잘 사용하기 위한 자바스크립트
**/
// xml handler을 이용하는 user function
var show_waiting_message = true;
/* This work is licensed under Creative Commons GNU LGPL License.
License: http://creativecommons.org/licenses/LGPL/2.1/
Ve... | JavaScript | common/js/src/xml_handler.js | haegyung/xe-core | lgpl-2.1 | 14,428 | 410 | codeparrot/github-code |
4db154f8a7f9e9bf4de13635dbdde852608431766b94a70a15d63c62a80333d4 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.kore.runtime.jsf.converter;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import java... | Java | src/main/java/org/kore/runtime/jsf/converter/TitelConverter.java | konradrenner/KoreRuntime-jsf | lgpl-2.1 | 1,145 | 41 | codeparrot/github-code |
7c5e799150a761831f8e71aad92674e6d65c037bb9e8f2616a90d6bf41b5bb74 | /*
* The implementation of rb tree.
* Copyright (C) 2008 - 2014 Wangbo
*
* 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 op... | C | src/cstl_rb_tree.c | activesys/libcstl | lgpl-2.1 | 42,916 | 1,249 | codeparrot/github-code |
8cb21ff8cc59a59c2c331aa7905c360aa9ac82247612ae4d4abbaa8792b87ca4 | /*
* crypt.c - blowfish-cbc code
*
* This file is part of the SSH Library
*
* Copyright (c) 2003 by Aris Adamantiadis
*
* The SSH 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 ... | C | src/packet_crypt.c | tux-mind/platform_external_libssh | lgpl-2.1 | 5,124 | 193 | codeparrot/github-code |
bb3183e387ba3ac23d8d49b66c5509cb82af3ce185982a822456ebd95736b756 | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2002-2012, Open Source Geospatial Foundation (OSGeo)
*
* 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 ... | Java | modules/library/referencing/src/main/java/org/geotools/referencing/factory/gridshift/ClasspathGridShiftLocator.java | geotools/geotools | lgpl-2.1 | 1,361 | 45 | codeparrot/github-code |
4c0951a84ad35086e4a91a7f148050eb115b88be656d2efbcf04b612ad606863 | /*
* 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.dialect.identity;
import java.sql.PreparedStatement;
import ... | Java | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/dialect/identity/Oracle12cGetGeneratedKeysDelegate.java | 1fechner/FeatureExtractor | lgpl-2.1 | 1,313 | 41 | codeparrot/github-code |
fbe793873f0dabc80cc3df4afebf58d148322fa7689bd2a919eeeaee01933913 | <?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: ks_prefreport.php 57954 2016-03-17 19:34:29Z jyhem $
... | PHP | doc/devtools/ks_prefreport.php | XavierSolerFR/diem25tiki | lgpl-2.1 | 5,981 | 229 | codeparrot/github-code |
ab62667dc3df3267884ef5fdb6a474e64d1608ef9fc39f59bcd5e2b8959e8b10 |
package jastadd.soot.JastAddJ;
import java.util.HashSet;import java.util.LinkedHashSet;import java.io.File;import java.util.*;import jastadd.beaver.*;import java.util.ArrayList;import java.util.zip.*;import java.io.*;import java.io.FileNotFoundException;import java.util.Collection;import soot.*;import soot.util.*;impo... | Java | src/jastadd/soot/JastAddJ/ParClassInstanceExpr.java | plast-lab/soot | lgpl-2.1 | 8,648 | 312 | codeparrot/github-code |
d4fe45957ff68018ecf5d95ef7d78c373b0d1b56f10e5feb50b144bccf203961 | /*
* filter_glsl_manager.cpp
* Copyright (C) 2011-2012 Christophe Thommeret <hftom@free.fr>
* Copyright (C) 2013 Dan Dennedy <dan@dennedy.org>
*
* 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 Founda... | C++ | src/modules/opengl/filter_glsl_manager.cpp | xzhavilla/mlt | lgpl-2.1 | 15,812 | 507 | codeparrot/github-code |
253f50ceca0a81d75644ff8c355b579dc1526dddee9ed79479be984dc16eb715 | package org.wingx;
import java.awt.Color;
import org.wings.*;
import org.wings.style.CSSAttributeSet;
import org.wings.style.CSSProperty;
import org.wings.style.CSSStyle;
import org.wings.style.CSSStyleSheet;
import org.wings.style.Selector;
import org.wings.style.Style;
public class XDivision
extends SContainer
... | Java | wingx/src/main/java/org/wingx/XDivision.java | dheid/wings3 | lgpl-2.1 | 5,529 | 195 | codeparrot/github-code |
0b640311ab80645ad921d1abccffbe4fd5b5118b3694fed6a141b395e3495e1d | /*
* $Id: IpWatch.java 3905 2008-07-28 13:55:03Z uckelman $
*
* Copyright (c) 2007-2008 by Rodney Kinney
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License (LGPL) as published by the Free Software Foundation.
*
* This librar... | Java | src/VASSAL/chat/peer2peer/IpWatch.java | caiusb/vassal | lgpl-2.1 | 2,630 | 92 | codeparrot/github-code |
ae9dc79902ae1bb5cde674535a857020a0e95ff87cc08745be66d6c7e266b97c | /**
* Copyright (C) 2013 Rohan Padhye
*
* 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 li... | Java | src/test/java/vasco/soot/examples/SignTest.java | rohanpadhye/vasco | lgpl-2.1 | 3,854 | 129 | codeparrot/github-code |
7b4ab8d87cbbd013915fb23ee77204801d35daa873646979cf104645eafe8313 | /***************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (directui@nokia.com)
**
** This file is part of libmeegotouch.
**
** If you have questions regarding the use of this ... | C | src/corelib/animation/widget/core/mabstractwidgetanimation.h | dudochkin-victor/libgogootouch | lgpl-2.1 | 2,451 | 82 | codeparrot/github-code |
8ff3cb59beb27c90a450d38804a0d8002c7c26bb1bbf3903ea3b6795105853e2 | /*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
Copyright (C) 2000 CSELT S.p.A.
GNU Lesser General Public License
This library is free software; you can redistr... | Java | src/examples/O2AInterface/O2AInterfaceExample.java | ekiwi/jade-mirror | lgpl-2.1 | 3,081 | 81 | codeparrot/github-code |
e3c4d9153ade3c774e135e8be6cddb831cca08ef397d6613235e882557749019 | /*
* Copyright (C) 2007 Sebastian Sauer <mail@dipe.org>
*
* This file is part of SuperKaramba.
*
* SuperKaramba 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, or
* (at... | C++ | src/sensors/plasmaengine.cpp | KDE/superkaramba | lgpl-2.1 | 7,725 | 270 | codeparrot/github-code |
c80653e5e7440d2feb488f085383dd2db8f35dde9437db0a7a8df9c846585de1 | /****************************************************************************
**
** 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/diffeditor/diffutils.h | kuba1/qtcreator | lgpl-2.1 | 5,593 | 162 | codeparrot/github-code |
032f98ceaf9a5f0f92bacb887e69bd82bd0078ba48b2014a6599fc482272dd6f | # Authors: David Goodger; Gunnar Schwant
# Contact: goodger@users.sourceforge.net
# Revision: $Revision: 21817 $
# Date: $Date: 2005-07-21 13:39:57 -0700 (Thu, 21 Jul 2005) $
# Copyright: This module has been placed in the public domain.
# New language mappings are welcome. Before doing a new translation, p... | Python | docs/support/docutils/languages/de.py | garinh/cs | lgpl-2.1 | 1,814 | 61 | codeparrot/github-code |
e74fd1f628abddaf369a56f4628a0d8631b49a71e8f2299560f98cf473c90712 | <?php
/**
* PHPExcel 读取插件类
*/
class PHPExcelReaderChajian extends Chajian{
protected function initChajian()
{
$this->Astr = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,AA,AB,AC,AD,AE,AF,AG,AH,AI,AJ,AK,AL,AM,AN,AO,AP,AQ,AR,AS,AT,AU,AV,AW,AX,AY,AZ,BA,BB,BC,BD,BE,BF,BG,BH,BI,BJ,BK,BL,BM,BN,BO,BP,... | PHP | include/chajian/PHPExcelReaderChajian.php | holmesian/xinhu-project | lgpl-2.1 | 2,766 | 56 | codeparrot/github-code |
ce447f9a6824d82e8f6f971b0f174c479b6be94c8098ffb53ba27a50323e482f | #include "nova_renderer/util/platform.hpp"
#ifdef NOVA_LINUX
#include "x11_window.hpp"
namespace nova::renderer {
x11_window::x11_window(uint32_t width, uint32_t height, const std::string& title) {
display = XOpenDisplay(nullptr);
if(display == nullptr) {
throw window_creation_error("... | C++ | src/render_engine/vulkan/x11_window.cpp | DethRaid/vulkan-mod | lgpl-2.1 | 2,769 | 83 | codeparrot/github-code |
d8886d0f30272bf091cf390c3d1494b876461854ccaa3773edbd5d2774ae77ba | <?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" />
<title>Qt 4.8: w... | HTML | doc/html/help-contextsensitivehelp-wateringconfigdialog-h.html | sicily/qt4.8.4 | lgpl-2.1 | 12,785 | 264 | codeparrot/github-code |
73dc1d24fa55d3f34a4846b95ac72491dc83f413701bff268d9133d1d138dc9f | package codechicken.lib.math;
import net.minecraft.util.math.BlockPos;
//TODO cleanup.
public class MathHelper {
public static final double phi = 1.618033988749894;
public static final double pi = Math.PI;
public static final double todeg = 57.29577951308232;
public static final double torad = 0.0174... | Java | src/main/java/thaumcraft/codechicken/lib/math/MathHelper.java | darkeports/tc5-port | lgpl-2.1 | 9,265 | 313 | codeparrot/github-code |
f17c1993f2eaa708fc90bfd16354cca028f57df5bb42ec1f751d17f99b8cf09a | /*******************************************************************************
* Copyright 2002 National Student Clearinghouse
*
* This code is part of the Meteor system as defined and specified
* by the National Student Clearinghouse and the Meteor Sponsors.
*
* This library is free software; you can redist... | Java | meteorlib/src/main/java/org/meteornetwork/meteor/common/abstraction/index/MeteorIndexResponseWrapper.java | NationalStudentClearinghouse/Meteor4 | lgpl-2.1 | 3,856 | 113 | codeparrot/github-code |
5465b2f10115e666c5bd7c59810f0b1ea3a283acf6f64bdbca13a259f1f4f1cf | // The libMesh Finite Element Library.
// Copyright (C) 2002-2018 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++ | src/geom/face_quad9.C | giorgiobornia/libmesh | lgpl-2.1 | 16,533 | 512 | codeparrot/github-code |
6292e64e10f6b212e8c16a0863a140a7a720f46f1a7919d684953c4e7fd95656 | /*
* bsb2png.c - Convert a bsb raster image to a Portable Network Graphics (png).
* See http://www.libpng.org for details of the PNG format and how
* to use libpng.
*
* Copyright (C) 2004 Stefan Petersen <spetm@users.sourceforge.net>
*
* This library is free software; you can redistribute it and/or
* mod... | C | bsb2png.c | nohal/libbsb | lgpl-2.1 | 3,266 | 122 | codeparrot/github-code |
0545dc200c5603607c89c16636e5cc302d65422d2900c489f73a8f3c65210bcc | /******************************************************************************
*
* Copyright (C) 2006-2015 by
* The Salk Institute for Biological Studies and
* Pittsburgh Supercomputing Center, Carnegie Mellon University
*
* This program is free software; you can redistribute it and/or
* modify it under the ter... | C | mcell/src/logging.c | jczech/appveyor_test | lgpl-2.1 | 8,209 | 291 | codeparrot/github-code |
7fc826ef847a6a253f22f7ec57fa02c4b932987e5fa8d95b21845a56566f89a0 | /* Copyright 2010, 2011 Michael Steinert
* This file is part of Log4g.
*
* Log4g 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 ... | C | log4g/logging-event.c | msteinert/log4g | lgpl-2.1 | 13,236 | 573 | codeparrot/github-code |
427be239a173db7df959198c360de68ebcfea749571c3d04646f59c9dc736a59 | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* qimsys *
* Copyright (C) 2010-2016 by Tasuku Suzuki <stasuku@gmail.com> *
* Copyright (C) 2016 by Takahiro Hashimoto <kenya888@gmail.com> *
* ... | C | src/plugins/clients/gtkimmodule/gtk2/qimsysimcontext.c | qt-users-jp/qimsys | lgpl-2.1 | 24,160 | 601 | codeparrot/github-code |
388652ddee6c5eac501637328423cc7859b7fcabcb1aab3a8b891dc246000126 | /*
* 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>.
*/
//$Id: $
package org.hibernate.test.join;
/**
* @author Chris Jones
*/
public ... | Java | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/join/Thing.java | 1fechner/FeatureExtractor | lgpl-2.1 | 1,249 | 72 | codeparrot/github-code |
57148c503e729b5fc70741fbd1b84db3043fcd8e62bda2d6f75cc4a690478fd3 | /*
* Copyright (C) 2008 Trustin Heuiseung Lee
*
* 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.
*
* Th... | Java | src/main/java/net/gleamynode/netty/channel/DefaultChannelFuture.java | jiangbo212/netty-init | lgpl-2.1 | 9,495 | 327 | codeparrot/github-code |
e5b6e697d0b2aaed40c8c1da03232535b302bbf016188b2815712a4b25a4fa44 | # -*- coding: utf-8 -*-
# Copyright (C) 2010, 2011, 2012, 2013 Sebastian Wiesner <lunaryorn@gmail.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 License, ... | Python | pyudev/pyqt4.py | mulkieran/pyudev | lgpl-2.1 | 3,930 | 113 | codeparrot/github-code |
6a30f683b716a5382cefc1f5a29936076531d75f7e9109a325056a378171eba8 | /**
******************************************************************************
* @file stm32l0xx_hal_usart_ex.h
* @author MCD Application Team
* @brief Header file of USART HAL Extended module.
******************************************************************************
* @attention
*
... | C | src/naked/arm-stm32/stm32l0xx/stm32l0xx_hal_usart_ex.h | prefetchnta/crhack | lgpl-2.1 | 15,823 | 325 | codeparrot/github-code |
e05dcd12cec2f4540f30219cbeb4bd26e524d91d54516115960bf841b99b3c95 | /****************************************************************************
**
** 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 Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commerci... | C | src/location/maps/qgeomappingmanagerengine.h | robclark/qtmobility-1.1.0 | lgpl-2.1 | 3,652 | 109 | codeparrot/github-code |
3ecd9a1dabafeb412315bb8a334fcf1ba6fd0d0c582a3d6b766fb57f4ee91f65 | /*
MAX1464 library for Arduino
Copyright (C) 2016 Giacomo Mazzamuto <gmazzamuto@gmail.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 License, or (at... | C | src/MAX1464.h | gmazzamuto/MAX1464-Arduino-library | lgpl-2.1 | 1,403 | 53 | codeparrot/github-code |
c60c0ff9b462aa883f690bc8a78b1b9f55194c82b2391501433e9b765efccab0 | // The libMesh Finite Element Library.
// Copyright (C) 2002-2020 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 | include/geom/node.h | capitalaslash/libmesh | lgpl-2.1 | 8,273 | 373 | codeparrot/github-code |
cb17637ed9628b8b0edaa4f6b4aaf9e276a1b5e765b79ea1082ebe5bc47e9813 | /* LanguageTool, a natural language style checker
* Copyright (C) 2005 Daniel Naber (http://www.danielnaber.de)
*
* 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 ... | Java | languagetool-language-modules/uk/src/main/java/org/languagetool/tokenizers/uk/UkrainianWordTokenizer.java | meg0man/languagetool | lgpl-2.1 | 13,260 | 275 | codeparrot/github-code |
78af6cfb4f7dbca3fb6d682adaa43367be07de64bca7391b1eed071fc596d62e | /**
* Copyright (C) 2012 Orbeon, Inc.
*
* 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
* 2.1 of the License, or (at your option) any later version.
*
* This program i... | Java | src/main/java/org/orbeon/oxf/processor/serializer/FileSerializer.java | evlist/orbeon-forms | lgpl-2.1 | 15,660 | 364 | codeparrot/github-code |
238b746c389cb765dc76b188b94250f3e09ca0b52e6c8db419987ddef8383175 | /**
* DSS - Digital Signature Services
* Copyright (C) 2015 European Commission, provided under the CEF programme
*
* This file is part of the "DSS - Digital Signature Services" project.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publ... | Java | dss-pades-pdfbox/src/test/java/eu/europa/esig/dss/pades/timestamp/PDFTimestampServiceTest.java | openlimit-signcubes/dss | lgpl-2.1 | 2,583 | 69 | codeparrot/github-code |
aeca62bf2864c41f45dbda80043969290356e3ab0e28458da604ccd9a4058591 | // The libMesh Finite Element Library.
// Copyright (C) 2002-2020 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++ | src/physics/diff_physics.C | capitalaslash/libmesh | lgpl-2.1 | 3,273 | 115 | codeparrot/github-code |
44fec4470fb0c91d93aaf0dabbb755a3eef5a3a1ec3f32d5dd439b7070850bda | #define _XOPEN_SOURCE
#include <stdlib.h>
#include "zdtmtst.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/wait.h>
#include <termios.h>
#include <sys/ioctl.h>
const char *test_doc = "Check a controlling terminal, if a proper fd belongs to another session leader";
c... | C | test/zdtm/static/tty03.c | efiop/criu | lgpl-2.1 | 2,090 | 122 | codeparrot/github-code |
be12bd7f1b7a257519bd9d8ab5dcaebc5c5c1f1166ab57fe9188773010bff5f7 | /*-------------------------------------------------------------------------
| RXTX License v 2.1 - LGPL v 2.1 + Linking Over Controlled Interface.
| RXTX is a native interface to serial ports in java.
| Copyright 1997-2007 by Trent Jarvi tjarvi@qbang.org and others who
| actually wrote it. See individual sourc... | Java | src/gnu/io/RS485.java | timmattison/rxtx | lgpl-2.1 | 13,919 | 474 | codeparrot/github-code |
cd2fac002640ba6901d20ee9e9aeda21a618e194a355994a99c3657db3982a4d | /*
* cron4j - A pure Java cron-like scheduler
*
* Copyright (C) 2007-2010 Carlo Pelliccia (www.sauronsoftware.it)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version
* 2.1, as published by the Free Software Foundation.
... | Java | cron4j-original/examples/6-web-app-integration/src/example/ExecutionServlet.java | lazizgueye/TAGL | lgpl-2.1 | 3,206 | 96 | codeparrot/github-code |
3e6415930ecb20f0124ff8c10dd3b91117ee1d89e0eb9f95584e77c69e667d51 | package org.reprap.comms;
import java.io.IOException;
import org.reprap.Device;
import org.reprap.ReprapException;
/**
*
*/
public abstract class IncomingMessage {
/**
* The actual content portion of a packet, not the frilly bits
*/
private byte [] payload;
/**
*
*/
IncomingContext incomingContext;... | Java | src/org/reprap/comms/IncomingMessage.java | alx/reprap-host-software | lgpl-2.1 | 3,047 | 115 | codeparrot/github-code |
16a5aaf1a3e51259fe62eec2b11df9fb8f4cfb7636699d2888b830780b09e01a | package com.puppycrawl.tools.checkstyle.coding;
public class InputEqualsAvoidNull {
public boolean equals(Object o) {
return false;
}
/**
* methods that should get flagged
* @return
*/
public void flagForEquals() {
Object o = new Object();
String s =... | Java | src/testinputs/com/puppycrawl/tools/checkstyle/coding/InputEqualsAvoidNull.java | maikelsteneker/checkstyle-throwsIndent | lgpl-2.1 | 4,676 | 203 | codeparrot/github-code |
1d0ece98b14cfd17af76034db68f2859a9f6e7599698e4112826d09cfa4c2e9c | package models;
import java.util.List;
/**
* The model class to store the sorting information
*
* @author Sandro
*
*/
public class Sort {
private String text;
private String supplier;
private String status;
private String dateCreateStart;
private String dateCreateEnd;
private String dateUp... | Java | geoportaal-beheer/app/models/Sort.java | IDgis/geoportaal | lgpl-2.1 | 2,859 | 124 | codeparrot/github-code |
c0210cc485b1b10073904cbf3facbed293270431eee1ff83068bc59b37391eb0 | #include "derivations.hh"
#include "store-api.hh"
#include "globals.hh"
#include "util.hh"
#include "worker-protocol.hh"
#include "fs-accessor.hh"
#include "istringstream_nocopy.hh"
namespace nix {
void DerivationOutput::parseHashInfo(bool & recursive, Hash & hash) const
{
recursive = false;
string algo = ha... | C++ | src/libstore/derivations.cc | bennofs/nix | lgpl-2.1 | 11,898 | 445 | codeparrot/github-code |
fba24d47d5c42083249f3d9c4a9e4ac9e5ae16e52393ab471bf83182b83caeda | /* Copyright (c) 2008, 2009 The Board of Trustees of The Leland Stanford
* Junior University
*
* We are making the OpenFlow specification and associated documentation
* (Software) available for public use and benefit with the expectation
* that others will use, modify and enhance the Software and contribute
* tho... | C | udatapath/datapath.c | MeshSr/ofs-sw | lgpl-2.1 | 22,571 | 676 | codeparrot/github-code |
053b3d3a887bba886fea638720c791ac771f450596eb1451432e66e3b2fe050a | /*!
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you ... | Java | engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/layout/output/PerformanceProgressLogger.java | mbatchelor/pentaho-reporting | lgpl-2.1 | 4,599 | 132 | codeparrot/github-code |
88d150fcf19ada968bed3e69cf2a720eabe629329a2d299c59de45ec8cb17d90 | /******************************************************************************
JPtrArray-JString16.h
Copyright © 1997 by John Lindal. All rights reserved.
******************************************************************************/
#ifndef _H_JPtrArray_JString16
#define _H_JPtrArray_JString16
#if !defined _J... | C | libjcore/code/JPtrArray-JString16.h | mbert/mulberry-lib-jx | lgpl-2.1 | 1,065 | 39 | codeparrot/github-code |
4dad5e60e096b0f87dc0b0879c7114eae004861b4e1203e5647209e447f0f901 | /* -*- OpenSAF -*-
*
* (C) Copyright 2010 The OpenSAF Foundation
*
* This program 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. This file and program are licensed
* under the GNU Les... | C | osaf/services/saf/cpsv/cpd/cpd_main.c | kenzaburo/OpenSaf-FrameWork | lgpl-2.1 | 1,526 | 63 | codeparrot/github-code |
c8a0ebb27be0e8aad03da7679472f98839452c03a37ac9cefd4089f6b7e0cb34 | /* Copyright (C) 2006-2008 Jeff Epler <jepler@unpythonic.net>
* Copyright (C) 2012-2014 Michael Haberler <license@mah.priv.at>
*
* 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 versi... | C++ | src/rtapi/rtapi_app.cc | EqAfrica/machinekit | lgpl-2.1 | 39,588 | 1,365 | codeparrot/github-code |
c2ba355742739593e858c7955a4334d9383cd7f85d5915cc42ba86b406367df7 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated X font backend</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Pango Reference Manual">
... | HTML | pango-1.26.2/docs/html/pango-X-Fonts-and-Rendering.html | pocketbook-free/browser | lgpl-2.1 | 61,831 | 1,179 | codeparrot/github-code |
5b6a28accd1f3d992b992b12e63286fd3859c0b6aec04a1a353bcb46670ea45a | #include "attr-path.hh"
#include "util.hh"
namespace nix {
// !!! Shouldn't we return a pointer to a Value?
void findAlongAttrPath(EvalState & state, const string & attrPath,
Bindings & autoArgs, Expr * e, Value & v)
{
Strings tokens = tokenizeString(attrPath, ".");
Error attrError =
Error(form... | C++ | src/libexpr/attr-path.cc | tianyicui/nix | lgpl-2.1 | 2,128 | 73 | codeparrot/github-code |
f85475cd28b07d5e0d7a84fadf3282b8429e0fb1cb695a519400c0c093633daf | /*
* $Id$
*
Copyright (c) 2001 Stephane Conversy, Jean-Daniel Fekete and Ecole des
Mines de Nantes.
All rights reserved.
This software is proprietary information of Stephane Conversy,
Jean-Daniel Fekete and Ecole des Mines de Nantes. You shall use it
only in accordance with the terms of the license agreement you
a... | C++ | src/w3c/svg/SVGMisc.cpp | rev22/svgl | lgpl-2.1 | 1,895 | 76 | codeparrot/github-code |
eb1db4bb3115299540e3199c291c46a6b9d6e56771254d73fecd6ca262318289 | // Copyright Benoit Blanchon 2014-2015
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once
#include "../Arduino/Print.hpp"
namespace ArduinoJson {
namespace Internals {
class Encoding {
public:
// Optimized for code size on a 8-bit AVR
static char ... | C++ | Arduino/libraries/ArduinoJson/include/ArduinoJson/Internals/Encoding.hpp | Pillar1989/Grove-for-linux | lgpl-2.1 | 750 | 40 | codeparrot/github-code |
6430120fccc28607d75eec2cf206b5018278069814f1bd634ceeea4dda2fb980 | #include <hildon/hildon.h>
#include <exempi/xmp.h>
#include <json-glib/json-glib.h>
#include <libintl.h>
#include <sharing-tag.h>
#include <locale.h>
#include <math.h>
#include <string.h>
#include <gst/gst.h>
#include "places.h"
#define SCHEMA_IPTC "http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/"
#define SCHEMA_EXIF "h... | C | src/places.c | community-ssu/sharing-service-facebook | lgpl-2.1 | 13,837 | 510 | codeparrot/github-code |
4a73fe88728226952115c9421baea1d0e0bcc2a58d0cd3b66a1825a4edcb891a | /**********************************************************************
* $Id: WKBReader.cpp 2022 2007-09-14 15:25:29Z csavage $
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
*
* Copyright (C) 2005-2006 Refractions Research Inc.
*
* This is free software; you can redistribute and/or modif... | C++ | source/io/WKBReader.cpp | asapnet/geos | lgpl-2.1 | 10,322 | 493 | codeparrot/github-code |
b426ca116677a828fb08592cc915cdcb44cfd85476557bb6ac018bbd4f06aa85 | package fr.toss.FF7Weapons;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.entity.ai.attributes.AttributeModifier;
import net.minecraft.item.Item;
import com.google.common.collect.Multimap;
public class Druidmace extends FF7weapon
{
private float field_150934_a;
private final Item.ToolMate... | Java | src/main/java/fr/toss/FF7Weapons/Druidmace.java | GhostMonk3408/MidgarCrusade | lgpl-2.1 | 1,059 | 45 | codeparrot/github-code |
96c1cf771f8533acf48c47ccf01b15e2cacda3ae6ef51445254bf616f15ff3e3 | /*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.protocol.sip;
import gov.nist.core.*;
import gov.nist.javax.sip.*;
import gov.nist.javax.sip.message.*;
import java.io.*;
import ja... | Java | src/net/java/sip/communicator/impl/protocol/sip/SipLogger.java | 0xbb/jitsi | lgpl-2.1 | 15,615 | 511 | codeparrot/github-code |
92ad32202a4771fc2a50393e9ba6d4cc8ddadbaa3262697402e111a03336ad26 | import { FutureResult } from '@ephox/katamari';
import { ResponseBodyDataTypes, RequestBody, ResponseBody } from './HttpData';
import { HttpError } from './HttpError';
export const enum HttpMethod {
Get = 'get',
Post = 'post',
Delete = 'delete',
Patch = 'patch',
Put = 'put'
}
export type ProgressFunction = ... | TypeScript | modules/jax/src/main/ts/ephox/jax/core/HttpTypes.ts | FernCreek/tinymce | lgpl-2.1 | 1,335 | 47 | codeparrot/github-code |
b822eca74f8415fd652040a290597ff59e3a608e95fa45708bd8d50b8e6f929d | /*
(c) Copyright 2001-2010 The world wide DirectFB Open Source Community (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp <dok@directfb.org>,
Andreas Hundt <andi@fischlustig.de>,
Sven Neumann <neo@di... | C | src/core/input.c | ecbtnrt/my-dfb | lgpl-2.1 | 94,789 | 3,019 | codeparrot/github-code |
db784149a3c0b2100c33af22073f35db267af0ee673b78eef2db34c47f369c6b | /**
* Copyright (C) 2010 Orbeon, Inc.
*
* 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
* 2.1 of the License, or (at your option) any later version.
*
* This program i... | Scala | src/main/scala/org/orbeon/oxf/xforms/analysis/model/Instance.scala | joansmith/orbeon-forms | lgpl-2.1 | 9,777 | 247 | codeparrot/github-code |
74e413858645171216eb173576b985d541bfe03c8e7598fd69f9ca5041aaf5f8 | /****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtQuick module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensee... | C++ | src/quick/items/qquickrectangle.cpp | qmlc/qtdeclarative | lgpl-2.1 | 14,735 | 517 | codeparrot/github-code |
b94d2e8e69019bfb48742a56e7f20283e4fe9f72e79de556c7d8d4a955ad1dfd | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, 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 | testsuite/standalone/src/test/java/org/jboss/as/test/integration/management/cli/JBossCliXmlValidationTestCase.java | aloubyansky/wildfly-core | lgpl-2.1 | 4,132 | 103 | codeparrot/github-code |
ff5281027ef074281e7bb5cc6ba60fe9bb6edcd006eaf70fae1bd35289954ff1 | // The libMesh Finite Element Library.
// Copyright (C) 2002-2012 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++ | src/quadrature/quadrature_clough_2D.C | certik/libmesh | lgpl-2.1 | 2,537 | 89 | codeparrot/github-code |
70e9812ed810cc384db700493e41f757749a0764c74abca9c3543e6d0e8ca1b9 | /*
* 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.spatial.testing.dialects.h2geodb;
import org.hib... | Java | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-spatial/src/test/java/org/hibernate/spatial/testing/dialects/h2geodb/GeoDBNoSRIDExpectationsFactory.java | 1fechner/FeatureExtractor | lgpl-2.1 | 8,367 | 250 | codeparrot/github-code |
8588db4fdac8b99b301694c4f124ee6d0fa3bd08d8867f670a761d35a198ed97 | # This file is part of the GOsa framework.
#
# http://gosa-project.org
#
# Copyright:
# (C) 2016 GONICUS GmbH, Germany, http://www.gonicus.de
#
# See the LICENSE file in the project's top-level directory for details.
import pkg_resources
from gosa.common.components import PluginRegistry
from gosa.common.utils impor... | Python | backend/src/gosa/backend/objects/backend/registry.py | gonicus/gosa | lgpl-2.1 | 2,337 | 73 | codeparrot/github-code |
8a4a3792ec45001eff21dd2749e96341e11426d7a0fec70599ebceb7c7c93733 | /*
* Created on 17-dic-2005
*
* TODO To change the template for this generated file go to Window -
* Preferences - Java - Code Style - Code Templates
*/
package org.herac.tuxguitar.gui.actions.transport;
import org.eclipse.swt.events.TypedEvent;
import org.herac.tuxguitar.gui.TuxGuitar;
import org.herac.tuxguita... | Java | src/main/java/org/herac/tuxguitar/gui/actions/transport/TransportStopAction.java | jfinkels/tuxguitar | lgpl-2.1 | 857 | 31 | codeparrot/github-code |
2d5adb213a4ccc567f489fb61459f2b9654f802a59f4846730d597d20beab69c | <?php
// Only one consumer per queue is allowed.
// Set $queue name to test exclusiveness
include(__DIR__ . '/config.php');
use PhpAmqpLib\Connection\AMQPStreamConnection;
$exchange = 'fanout_exclusive_example_exchange';
$queue = ''; // if empty let RabbitMQ create a queue name
// set a queue name and run multiple i... | PHP | demo/amqp_consumer_exclusive.php | revinate/php-amqplib | lgpl-2.1 | 2,836 | 86 | codeparrot/github-code |
0c2fae4edb739a4ad0749a9645e7e3e0a6dc71ba2794f327bb0ec862e5ef41a8 | // <copyright file="AcmlLinearAlgebraProvider.float.cs" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2011 Math.NET
//
// Permission is hereby granted... | C# | mathnetnumerics_b382b1690235/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.float.cs | Amichai/PhysicsPad | lgpl-2.1 | 43,090 | 1,093 | codeparrot/github-code |
2af9b9ec27723c6233e1fdb04bd6ae231f75ea705fc1f9d2fab6c0e812b74588 | import java.io.IOException;
import jade.core.AID;
import java.util.ArrayList;
import java.util.Scanner;
import jade.core.Agent;
public class DutchModel {
public static void main(String[] args) throws IOException {
String option="";
ArrayList<BiderAgent> bidders= new ArrayList<BiderAgent>();
... | Java | Dutch_Auction/src/DutchModel.java | joaofloressantos/Dutch_Auction | lgpl-2.1 | 1,221 | 48 | codeparrot/github-code |
ec4bc545d7f465b9da73451365dccd69ecd8e4e32cd99e692d76d70c4306f596 | <?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" />
<!-- qstyleoption.... | HTML | doc/html/qstyleoptioncombobox.html | kobolabs/qt-everywhere-4.8.0 | lgpl-2.1 | 12,013 | 174 | codeparrot/github-code |
6b037b1fb6288325f5b2d3f9b856140bfced3267b563bfe7889fc08cc8222652 | /*
* Copyright (C) 2010 Herve Quiroz
*
* 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/main/java/org/trancecode/collection/TcSets.java | herve-quiroz/tc-common | lgpl-2.1 | 2,646 | 86 | codeparrot/github-code |
841d29598953b83eb0cebfd3d750d7c21d4d66d0bd542c0758a7cca1f006f58f | /**
* @file llviewerdisplayname.cpp
* @brief Wrapper for display name functionality
*
* $LicenseInfo:firstyear=2010&license=viewerlgpl$
* Second Life Viewer Source Code
* Copyright (C) 2010, Linden Research, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of... | C++ | indra/newview/llviewerdisplayname.cpp | gabeharms/firestorm | lgpl-2.1 | 7,372 | 241 | codeparrot/github-code |
143f38037cbd4273b258dabfdd8b3752f119ece69435d221ea4eff9f34368495 | /* -*-c++-*- $Id: Version,v 1.2 2004/04/20 12:26:04 andersb Exp $ */
/**
* OsgHaptics - OpenSceneGraph Haptic Library
* Copyright (C) 2006 VRlab, Umeå University
*
* 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 F... | C++ | src/osgHaptics/HapticRenderLeaf.cpp | mccdo/osghaptics | lgpl-2.1 | 3,952 | 137 | codeparrot/github-code |
d99655d0350dd615fb234898003288c96db6ab90168188e76c66f0676996f51c | /*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
Copyright (C) 2000 CSELT S.p.A.
GNU Lesser General Public License
This library is free software; you can redistribute i... | Java | src/main/java/jade/core/NodeDescriptor.java | automenta/jadehell | lgpl-2.1 | 5,958 | 231 | codeparrot/github-code |
c95a88b6003f19a195d8f90202b87a57e3953c782c5a159553c13fac7ccbd8ac | /**
* OpenAL cross platform audio library
* Copyright (C) 1999-2007 by authors.
* 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 2 of the License, or (at your op... | C | Alc/ALc.c | jims/openal-soft | lgpl-2.1 | 89,222 | 3,176 | codeparrot/github-code |
c1988df2be467fa853d22951fe02f5739b529b92c5924984d1af54e837f01e6d | /*
* This file is part of the QuickServer library
* Copyright (C) QuickServer.org
*
* Use, modification, copying and distribution of this software is subject to
* the terms and conditions of the GNU Lesser General Public License.
* You should have received a copy of the GNU LGP License along with this
* libra... | Java | src/main/org/quickserver/security/SecureStoreManager.java | QuickServerLab/QuickServer-Main | lgpl-2.1 | 10,503 | 305 | codeparrot/github-code |
d33cb184b3d5e8b254c1f330a9ac5f869e0d1bad23247abe16712449c6805b32 | #include <mystdlib.h>
#include "meshing.hpp"
namespace netgen
{
extern double minother;
extern double minwithoutother;
static double CalcElementBadness (const Array<Point3d, PointIndex::BASE> & points,
const Element & elem)
{
double vol, l, l4, l5, l6;
if (elem.GetNP() != 4... | C++ | libsrc/meshing/ruler3.cpp | looooo/netgen | lgpl-2.1 | 28,420 | 1,154 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.