code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
/**************************************************************************** ** ** 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_BEGIN_LICENSE:BSD$ ** ...
sunblithe/qt-everywhere-opensource-src-4.7.1
examples/declarative/tutorials/extending/chapter2-methods/piechart.cpp
C++
lgpl-2.1
2,942
/* 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...
gmazzamuto/MAX1464-Arduino-library
src/MAX1464.h
C
lgpl-2.1
1,403
<!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.EventStore/ProjectionReader.cs</title> <link rel="stylesheet" type="text/css" href="../gcov.css"> </head> <body> ...
Chinchilla-Software-Com/CQRS
wiki/docs/4.2/coverage-report/Cqrs.EventStore/ProjectionReader.cs.gcov.html
HTML
lgpl-2.1
11,459
// 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 ...
capitalaslash/libmesh
include/geom/node.h
C
lgpl-2.1
8,273
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>GTL: Référence du fichier gtl_image_raw.h</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Généré par Doxygen 1.3.8 --> <div cla...
Groovounet/piranha
source/lib/gtl/doc/html/gtl__image__raw_8h.html
HTML
lgpl-2.1
2,551
using System.Xml.Serialization; namespace MDFe.Classes.Informacoes { public enum tpComp { [XmlEnum("01")] ValePedagio = 01, [XmlEnum("02")] ImpostosTaxasEContribuicoes = 02, [XmlEnum("03")] DespesasBancariasEmiosDePagamentoOutras = 03, [XmlEnum("99")]...
ernanisp/Zeus.Net.NFe.NFCe
MDFe.Classes/Informacoes/tpComp.cs
C#
lgpl-2.1
350
#include <errno.h> #include <sys/types.h> #include <unistd.h> #include "ibuf.h" /** Set the effective read position. */ int ibuf_seek(ibuf* in, unsigned offset) { iobuf* io; unsigned buf_start; io = &(in->io); buf_start = io->offset - io->buflen; if (offset >= buf_start && offset <= io->offset) io->bu...
bruceg/bglibs
iobuf/ibuf_seek.c
C
lgpl-2.1
572
/*---------------------------------------------------------------------------*\ * OpenSG * * * * * * ...
jondo2010/OpenSG
Source/WindowSystem/GLUT/OSGGLUTWindow.h
C
lgpl-2.1
7,027
/* 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 ...
meg0man/languagetool
languagetool-language-modules/uk/src/main/java/org/languagetool/tokenizers/uk/UkrainianWordTokenizer.java
Java
lgpl-2.1
13,891
/** * 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...
evlist/orbeon-forms
src/main/java/org/orbeon/oxf/processor/serializer/FileSerializer.java
Java
lgpl-2.1
15,660
/*** Copyright (c) 2011, 2014 Hércules S. S. José Este arquivo é parte do programa Imobiliária Web. Imobiliária Web é um software livre; você pode redistribui-lo e/ou modificá-lo dentro dos termos da Licença Pública Geral Menor GNU como publicada pela Fundação do Software Liv...
herculeshssj/imobiliariaweb
src/br/com/hslife/imobiliaria/logic/IUsuario.java
Java
lgpl-2.1
2,132
/** * 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...
openlimit-signcubes/dss
dss-pades-pdfbox/src/test/java/eu/europa/esig/dss/pades/timestamp/PDFTimestampServiceTest.java
Java
lgpl-2.1
2,583
/** */ package net.opengis.gml311; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Abstract Parametric Curve Surface Type</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * * * <!-- end-model-doc --> * * * @see net.opengis.gml311.Gml311Package#getAbstractPa...
geotools/geotools
modules/ogc/net.opengis.wmts/src/net/opengis/gml311/AbstractParametricCurveSurfaceType.java
Java
lgpl-2.1
576
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_21) on Thu Aug 05 10:04:40 JST 2010 --> <TITLE> All Classes (estraier) </TITLE> <META NAME="date" CONTENT="2010-08-05"> <LINK REL ="stylesheet" TYP...
fumiyas/hyperestraier-encore
doc/javanativeapi/allclasses-noframe.html
HTML
lgpl-2.1
1,087
// 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 ...
capitalaslash/libmesh
src/physics/diff_physics.C
C++
lgpl-2.1
3,273
#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...
efiop/criu
test/zdtm/static/tty03.c
C
lgpl-2.1
2,090
/* Simple DirectMedia Layer Java source code (C) 2009-2011 Sergii Pylypenko 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 pur...
dennis-sheil/commandergenius
project/java/Keycodes.java
Java
lgpl-2.1
24,603
/*------------------------------------------------------------------------- | 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...
timmattison/rxtx
src/gnu/io/RS485.java
Java
lgpl-2.1
13,919
/* * 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. ...
lazizgueye/TAGL
cron4j-original/examples/6-web-app-integration/src/example/ExecutionServlet.java
Java
lgpl-2.1
3,206
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="da_DK"> <context> <name>ShowDesktop</name> <message> <location filename="../showdesktop.cpp" line="48"/> <source>Show desktop</source> <translation type="unfinished"></translation> </message> <messag...
npmiller/lxqt-panel
plugin-showdesktop/translations/showdesktop_da_DK.ts
TypeScript
lgpl-2.1
784
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;...
alx/reprap-host-software
src/org/reprap/comms/IncomingMessage.java
Java
lgpl-2.1
3,047
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 =...
maikelsteneker/checkstyle-throwsIndent
src/testinputs/com/puppycrawl/tools/checkstyle/coding/InputEqualsAvoidNull.java
Java
lgpl-2.1
4,676
ALTER TABLE mailmessages RENAME TO old_mailmessages; CREATE TABLE mailmessages ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, type INTEGER NOT NULL, parentfolderid INTEGER NOT NULL, previousparentfolderid INTEGER NOT NULL, sender VARCHAR, recipients VARCHAR, subject VARCHAR, stamp TI...
arcean/qt4-messagingframework
src/libraries/qmfclient/resources/mailmessages-109-110.sqlite.sql
SQL
lgpl-2.1
1,205
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...
IDgis/geoportaal
geoportaal-beheer/app/models/Sort.java
Java
lgpl-2.1
2,859
#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...
bennofs/nix
src/libstore/derivations.cc
C++
lgpl-2.1
11,922
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
sunblithe/qt-everywhere-opensource-src-4.7.1
src/gui/styles/qwindowsmobilestyle.cpp
C++
lgpl-2.1
238,464
/** */ package org.w3._2001.smil20.language; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; import org.w3._2001.smil20.Smil20Package; /** * <!-- begin-user-doc --> * The <b>Package</b> for the model. * ...
geotools/geotools
modules/ogc/net.opengis.wmts/src/org/w3/_2001/smil20/language/LanguagePackage.java
Java
lgpl-2.1
137,841
/* 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...
MeshSr/ofs-sw
udatapath/datapath.c
C
lgpl-2.1
22,571
/*! * 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 ...
mbatchelor/pentaho-reporting
engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/layout/output/PerformanceProgressLogger.java
Java
lgpl-2.1
4,599
/********************************************************************** * $Id$ * * GEOS - Geometry Engine Open Source * http://geos.refractions.net * * Copyright (C) 2001-2002 Vivid Solutions Inc. * * This is free software; you can redistribute and/or modify it under * the terms of the GNU Lesser General Publi...
BillTian/libgeos
source/test/Stackwalker.h
C
lgpl-2.1
2,247
/****************************************************************************** JPtrArray-JString16.h Copyright © 1997 by John Lindal. All rights reserved. ******************************************************************************/ #ifndef _H_JPtrArray_JString16 #define _H_JPtrArray_JString16 #if !defined _J...
mbert/mulberry-lib-jx
libjcore/code/JPtrArray-JString16.h
C
lgpl-2.1
1,065
/* -*- 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...
kenzaburo/OpenSaf-FrameWork
osaf/services/saf/cpsv/cpd/cpd_main.c
C
lgpl-2.1
1,526
/* 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...
EqAfrica/machinekit
src/rtapi/rtapi_app.cc
C++
lgpl-2.1
39,588
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!-- <script src="http://use.edgefonts.net/source-sans-pro;source-code-pro.js"></script> --> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300,4...
jiangbo212/netty-init
html-docs/contents/d06fea664dd4592ab2eb97007a947c6e.html
HTML
lgpl-2.1
7,301
<!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"> ...
pocketbook-free/browser
pango-1.26.2/docs/html/pango-X-Fonts-and-Rendering.html
HTML
lgpl-2.1
61,917
#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...
tianyicui/nix
src/libexpr/attr-path.cc
C++
lgpl-2.1
2,128
/* * $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...
rev22/svgl
src/w3c/svg/SVGMisc.cpp
C++
lgpl-2.1
1,895
/*************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Karoliina T. Salminen <karoliina.t.salminen@nokia.com> ** ** This file is part of duicontrolpanel. ** ** ** This library is free softwa...
dudochkin-victor/touch-controlpanel
lib/tests/ut_dcpwidget/ut_dcpwidget.cpp
C++
lgpl-2.1
2,162
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Tue Dec 09 10:54:57 CET 2014 --> <title>Deprecated List (JADE 4.3.3 Sniffer Reference)</title> <meta name="date" content="2014-1...
microcosmx/jade
doc/tools/sniffer/html/jdoc/deprecated-list.html
HTML
lgpl-2.1
3,372
/*************************************************************************** ** ** 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 ...
dudochkin-victor/libgogootouch
tests/ut_mbasicsheetheaderview/ut_mbasicsheetheaderview.cpp
C++
lgpl-2.1
3,818
// 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 ...
Pillar1989/Grove-for-linux
Arduino/libraries/ArduinoJson/include/ArduinoJson/Internals/Encoding.hpp
C++
lgpl-2.1
750
// // (c) Copyright 2017 DESY,ESS // 2021 Eugen Wintersberger <eugen.wintersberger@gmail.com> // // This file is part of h5cpp. // // 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 Fou...
ess-dmsc/h5cpp
test/node/dataset_bool_io.cpp
C++
lgpl-2.1
1,708
#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...
community-ssu/sharing-service-facebook
src/places.c
C
lgpl-2.1
13,837
/********************************************************************** * $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...
asapnet/geos
source/io/WKBReader.cpp
C++
lgpl-2.1
10,322
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...
GhostMonk3408/MidgarCrusade
src/main/java/fr/toss/FF7Weapons/Druidmace.java
Java
lgpl-2.1
1,059
/* * 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...
0xbb/jitsi
src/net/java/sip/communicator/impl/protocol/sip/SipLogger.java
Java
lgpl-2.1
15,615
#!/usr/bin/python """Test of tree output using Firefox.""" from macaroon.playback import * import utils sequence = MacroSequence() sequence.append(PauseAction(3000)) sequence.append(KeyComboAction("<Alt>b")) sequence.append(KeyComboAction("Return")) sequence.append(KeyComboAction("Tab")) sequence.append(KeyComboAct...
GNOME/orca
test/keystrokes/firefox/ui_role_tree.py
Python
lgpl-2.1
5,957
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 = ...
FernCreek/tinymce
modules/jax/src/main/ts/ephox/jax/core/HttpTypes.ts
TypeScript
lgpl-2.1
1,335
/* (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...
ecbtnrt/my-dfb
src/core/input.c
C
lgpl-2.1
94,789
/** * 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...
joansmith/orbeon-forms
src/main/scala/org/orbeon/oxf/xforms/analysis/model/Instance.scala
Scala
lgpl-2.1
9,815
#ifndef EPubCaseElement_h #define EPubCaseElement_h #include "epubElement.h" namespace WebCore { class EPubCaseElement : public epubElement { public: static PassRefPtr<EPubCaseElement> create(const QualifiedName&, Document*); void finishParsingChildren(); private: EPubCaseElement(const QualifiedName&, Do...
kobolabs/qt-everywhere-4.8.0
src/3rdparty/webkit/Source/WebCore/epub/EPubCaseElement.h
C
lgpl-2.1
386
/**************************************************************************** ** ** 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...
qmlc/qtdeclarative
src/quick/items/qquickrectangle.cpp
C++
lgpl-2.1
14,735
/* * 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...
aloubyansky/wildfly-core
testsuite/standalone/src/test/java/org/jboss/as/test/integration/management/cli/JBossCliXmlValidationTestCase.java
Java
lgpl-2.1
4,132
/* baskcground color */ .member-menu-top .profile-image, .member-menu-logged ul, .flatBoard .login-wrap, .m-element .notice-list li .notice-text, .m-imagenews .info span.category, .swiper-active-switch, .m-ranking .rank-num {background-color: #7371b4;} /* @mCol */ .btDark, .flatMember .btSubmit, .flatBoard .btSubmit, ....
umjinsun12/dngshin
m.layouts/flatLayout/css_color/gVtoPink.css
CSS
lgpl-2.1
4,976
// 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 ...
certik/libmesh
src/quadrature/quadrature_clough_2D.C
C++
lgpl-2.1
2,537
/* * 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...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-spatial/src/test/java/org/hibernate/spatial/testing/dialects/h2geodb/GeoDBNoSRIDExpectationsFactory.java
Java
lgpl-2.1
8,367
/* $Id: glade-databox.c 4 2008-06-22 09:19:11Z rbock $ */ /* -*- Mode: C; c-basic-offset: 4 -*- * libglade - a library for building interfaces from XML files at runtime * Copyright (C) 1998-2001 James Henstridge <james@daa.com.au> * Copyright 2001 Ximian, Inc. * * glade-databox.c: support for canvas widgets in li...
drahnr/gtkdatabox-radioactive
ui/glade-databox.c
C
lgpl-2.1
1,875
// in all regexp "\" must be replaced by "\\" var datas= { "default": { // the name of this definition group. It's posisble to have different rules inside the same definition file "REGEXP": { "before_word": "[^a-zA-Z0-9_]|^" // \\s|\\.| ,"possible_words_letters": "[a-zA-Z0-9_]+" ,"letter_after_word_mu...
cdolivet/EditArea
_devel/old_autocompletion/autocompletion_files/php.js
JavaScript
lgpl-2.1
1,656
/* Test driver for thbrk */ #define MAXLINELENGTH 1000 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <thai/thbrk.h> /* run with "-i" argument to get the interactive version otherwise it will run the self test and exit */ int main (int argc, char* argv[]) { thchar_t str[MAXLINELENGTH]; ...
pexip/os-libthai
tests/test_thbrk.c
C
lgpl-2.1
2,400
# 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...
gonicus/gosa
backend/src/gosa/backend/objects/backend/registry.py
Python
lgpl-2.1
2,337
/* * 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...
jfinkels/tuxguitar
src/main/java/org/herac/tuxguitar/gui/actions/transport/TransportStopAction.java
Java
lgpl-2.1
857
<?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...
revinate/php-amqplib
demo/amqp_consumer_exclusive.php
PHP
lgpl-2.1
2,836
// <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...
Amichai/PhysicsPad
mathnetnumerics_b382b1690235/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.float.cs
C#
lgpl-2.1
43,092
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>(); ...
joaofloressantos/Dutch_Auction
Dutch_Auction/src/DutchModel.java
Java
lgpl-2.1
1,221
<!-- MOOSE Object Documentation Stub: Remove this when content is added. --> #VolumePostprocessor !devel /XFEM/VolumePostprocessor float=right width=auto margin=20px padding=20px background-color=#F8F8F8 !description /XFEM/VolumePostprocessor !parameters /XFEM/VolumePostprocessor !inputfiles /XFEM/VolumePostprocesso...
katyhuff/moose
docs/content/framework/systems/XFEM/VolumePostprocessor.md
Markdown
lgpl-2.1
363
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Wed Feb 10 11:30:58 CST 2016 --> <title>Uses of Class org.hibernate.engine.FetchStrategy (Hibernate JavaDocs)</title> <meta name="date" ...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/engine/class-use/FetchStrategy.html
HTML
lgpl-2.1
57,885
DESTDIR = "/" LENS_DEST = "$(DESTDIR)/usr/share/augeas/lenses" LENS_TEST_DEST = "$(LENS_DEST)/tests" install: install -d -m0755 $(LENS_DEST) install -d -m0755 $(LENS_TEST_DEST) install -m0644 gitolite.aug $(LENS_DEST) install -m0644 tests/test_gitolite.aug $(LENS_TEST_DEST) test: augparse -I . tests/test_gitoli...
jjulien/augeas-gitolite
Makefile
Makefile
lgpl-2.1
327
<?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....
kobolabs/qt-everywhere-4.8.0
doc/html/qstyleoptioncombobox.html
HTML
lgpl-2.1
12,013
/* * 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...
herve-quiroz/tc-common
src/main/java/org/trancecode/collection/TcSets.java
Java
lgpl-2.1
2,646
// 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 ...
dknez/libmesh
include/systems/system.h
C
lgpl-2.1
73,584
/** * @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...
gabeharms/firestorm
indra/newview/llviewerdisplayname.cpp
C++
lgpl-2.1
7,372
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2013 Oliver Burn // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Publ...
pbaranchikov/checkstyle
src/tests/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheckTest.java
Java
lgpl-2.1
5,343
/* -*-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...
mccdo/osghaptics
src/osgHaptics/HapticRenderLeaf.cpp
C++
lgpl-2.1
3,952
/***************************************************************** 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...
automenta/jadehell
src/main/java/jade/core/NodeDescriptor.java
Java
lgpl-2.1
5,958
/*************** <auto-copyright.pl BEGIN do not edit this line> ************** * * VR Juggler is (C) Copyright 1998-2007 by Iowa State University * * Original Authors: * Allen Bierbaum, Christopher Just, * Patrick Hartling, Kevin Meinert, * Carolina Cruz-Neira, Albert Baker * * This library is free soft...
rpavlik/vrjuggler-2.2-debs
modules/gadgeteer/gadget/Type/Command.cpp
C++
lgpl-2.1
6,203
/** * 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...
jims/openal-soft
Alc/ALc.c
C
lgpl-2.1
89,222
#ifndef __NEURO_H #define __NEURO_H #define OK 0 #define rassert(x) if (!(x)) { void exit(int); fprintf(stderr, "FAIL: %s:%d:%s\n", __FILE__, __LINE__, #x); exit(1); } #include <neuro/stringtable.h> #include <neuro/cmdhandler.h> #include <neuro/ns2net.h> #endif
BCI-AR/NeuroServer
src/neuro/neuro.h
C
lgpl-2.1
266
using System; using System.Linq; using System.Threading; using BruTile; using Mapsui.Layers; using Mapsui.Providers; using NUnit.Framework; using BruTile.Predefined; using Mapsui.Rendering; using Mapsui.Rendering.Xaml; namespace Mapsui.Tests.Layers { [TestFixture] public class RasterizingLayerTests { ...
tebben/Mapsui
Tests/Mapsui.Tests/Layers/RasterizingLayerTests.cs
C#
lgpl-2.1
1,856
/* * 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...
QuickServerLab/QuickServer-Main
src/main/org/quickserver/security/SecureStoreManager.java
Java
lgpl-2.1
10,503
#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...
looooo/netgen
libsrc/meshing/ruler3.cpp
C++
lgpl-2.1
28,420
/*$Id$ * * This source file is a part of the Fresco Project. * Copyright (C) 2000 Stefan Seefeld <stefan@fresco.org> * http://www.fresco.org * * 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 Softwar...
stefanseefeld/fresco
Berlin/include/Berlin/Console/GGIDrawableFactory.hh
C++
lgpl-2.1
1,841
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
radekp/qt
src/gui/painting/qrgb.h
C
lgpl-2.1
2,914
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Mon Sep 29 10:45:19 PDT 2014 --> <title>Uses of Class org.minueto.MinuetoInvalidColorValueException (MinuetoAPI API)</title> <me...
Mikeware/minueto
api/org/minueto/class-use/MinuetoInvalidColorValueException.html
HTML
lgpl-2.1
4,178
/** * @defgroup Win Win * @ingroup Elementary * * @image html win_inheritance_tree.png * @image latex win_inheritance_tree.eps * * @image html img/widget/win/preview-00.png * @image latex img/widget/win/preview-00.eps * * The window class of Elementary. Contains functions to manipulate * windows. The Evas en...
FlorentRevest/Elementary
src/lib/elm_win.h
C
lgpl-2.1
5,518
<?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$ $section = 'surveys'; re...
tikiorg/tiki
tiki-survey_stats.php
PHP
lgpl-2.1
2,518
/* * Interfaces MIB group interface - interfaces.h * */ #ifndef _MIBGROUP_INTERFACES_H #define _MIBGROUP_INTERFACES_H /*********************************************************************** * configure macros */ config_require(util_funcs) /* * conflicts with the new MFD rewrite */ config_exclude(if-mib/ifTab...
stanxii/wr1004sjl
apps/snmp/net-snmp-5.4.4/agent/mibgroup/mibII/interfaces.h
C
lgpl-2.1
4,114
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60) on Sun Mar 20 22:06:58 PDT 2016 --> <title>Uses of Package com.JasonILTG.ScienceMod.item.armor</title> <meta name="date" content="2016-03-2...
JasonILTG/Minecraft-Modding
javadoc/com/JasonILTG/ScienceMod/item/armor/package-use.html
HTML
lgpl-2.1
7,656
/* * Button representing user's Avatar * * Copyright (C) 2011 Martin Klapetek <martin.klapetek@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 o...
KDE/ktp-accounts-kcm
src/avatar-button.cpp
C++
lgpl-2.1
6,326
/****************************************************************************** * $Id: ogr_core.h 23947 2012-02-11 17:37:02Z rouault $ * * Project: OpenGIS Simple Features Reference Implementation * Purpose: Define some core portability services for cross-platform OGR code. * Author: Frank Warmerdam, warmerdam...
hyyh619/OpenSceneGraph-3.4.0
3rdparty_windows/x86/include/ogr_core.h
C
lgpl-2.1
18,422
/*========================================================================= Program: FEMUS Module: PetscLinearEquationSolver Authors: Eugenio Aulisa, Simone Bnà Copyright (c) FEMTTU All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABIL...
eaulisa/MyFEMuS
src/algebra/GmresPetscLinearEquationSolver.hpp
C++
lgpl-2.1
4,753
#include <math.h> #include <stdlib.h> #include <stdio.h> #include <rpnmacros.h> #include <unistd.h> #include <zfstlib.h> #include <malloc.h> #include <string.h> int c_armn_compress32(unsigned char *, float *, int, int, int, int); int c_armn_uncompress32(float *fld, unsigned char *zstream, int ni, int nj, int nk, int...
mfvalin/rmnlib
compresseur/armn_compress_32.c
C
lgpl-2.1
32,194
package com.quickserverlab.quickcached; import java.io.IOException; import java.net.SocketTimeoutException; import java.util.logging.Level; import java.util.logging.Logger; import com.quickserverlab.quickcached.cache.CacheException; import com.quickserverlab.quickcached.cache.CacheInterface; import org.quickserver.net...
QuickServerLab/QuickCached
src/main/com/quickserverlab/quickcached/TextCommandProcessor.java
Java
lgpl-2.1
15,156
/**************************************************************************** ** ** 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:BSD$ ** You m...
sunblithe/qt-everywhere-opensource-src-4.7.1
examples/painting/svgviewer/mainwindow.cpp
C++
lgpl-2.1
6,065
/* * GPAC Multimedia Framework * * Authors: Jean Le Feuvre * Copyright (c) Telecom ParisTech 2005-2012 * All rights reserved * * This file is part of GPAC / X11 video output module * * GPAC is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General P...
gorinje/gpac-svn
modules/x11_out/x11_out.h
C
lgpl-2.1
3,426
# -*- coding: utf-8 -*- """Additional helper functions for the optlang solvers. All functions integrate well with the context manager, meaning that all operations defined here are automatically reverted when used in a `with model:` block. The functions defined here together with the existing model functions should a...
zakandrewking/cobrapy
cobra/util/solver.py
Python
lgpl-2.1
15,435
// Copyright 2018 Google LLC. All Rights Reserved. /* Copyright (C) 2005-2017 Steven L. Scott 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...
cran/Boom
src/Models/Mixtures/DirichletProcessMixture.cpp
C++
lgpl-2.1
17,226
// // Created by anton on 21.03.15. // #include "wMotion.h" #include "Matrix.h" #include <nan.h> v8::Persistent<FunctionTemplate> wMotion::constructor; int buffersSize; unsigned char *cur; float *recent; float *bg; int motionThreshold, presenceThreshold; float motionWeight, presenceWeight; void wMotion::Init(Hand...
dasantonym/node-wdt-native
src/wMotion.cc
C++
lgpl-2.1
4,224
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_02-ea) on Thu Dec 24 00:39:33 CET 2009 --> <TITLE> org.neuroph.nnet.comp </TITLE> <META NAME="date" CONTENT="2009-12-24"> <LINK REL ="stylesheet" T...
mhl787156/MinecraftAI
libraries/neat-preview/neuroph-core-2.3/javadoc/org/neuroph/nnet/comp/package-summary.html
HTML
lgpl-2.1
7,846
/* -*-c++-*- OpenThreads library, Copyright (C) 2002 - 2007 The Open Thread Group * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * incl...
hyyh619/OpenSceneGraph-3.4.0
src/OpenThreads/pthreads/PThreadMutex.cpp
C++
lgpl-2.1
4,679
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this f...
maui-packages/qt-creator
src/plugins/projectexplorer/buildprogress.cpp
C++
lgpl-2.1
4,964