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 |
|---|---|---|---|---|---|---|---|---|
5ce334227e0b5914b0d29562ad8fb10b85f1387b61171473d6b079553bb6ac8f | #pragma once
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "Li... | C++ | utils/UUID_gen.hh | avikivity/scylla | agpl-3.0 | 13,524 | 389 | codeparrot/github-code |
29393956523c1f94e57672f2a5cd31c6a6c1fa21e569b2cb241d214487126f70 | /**
* Person is a class representing any AbstractPerson that has sufficient information to be
* displayed on the final pedigree graph (printed or exported). Person objects
* contain information about disorders, age and other relevant properties, as well
* as graphical data to visualize this information.
*
* @clas... | JavaScript | components/pedigree/resources/src/main/resources/pedigree/view/person.js | teyden/phenotips | agpl-3.0 | 68,903 | 1,741 | codeparrot/github-code |
5716fccca869a78630d26d0f5f68e3951d229b83cdfea980dab040a0c4cbf20e | <?php
/*
* Copyright 2014-2016 Arnaud Bienvenu
*
* This file is part of Kyela.
* Kyela 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 ... | PHP | Form/Type/FormActionsType.php | abienvenu/Kyela | agpl-3.0 | 2,573 | 88 | codeparrot/github-code |
50af52166c6f7c3cf7ea223e5e1c59c021ee0cd031c5ed5214df8f8c77e7b993 | module Services
class AddressBook
# regarding these methods' parameters or options, generally:
#
# * `sender` is a User or a user ID
# * `context` is an asset string ('course_123', or optionally subscoped
# such as 'course_123_teachers') or a Course, CourseSection, or Group
# * `users` i... | Ruby | lib/services/address_book.rb | HotChalk/canvas-lms | agpl-3.0 | 7,729 | 210 | codeparrot/github-code |
9907648b3f3adc45053dadb3e65842b5ff7b9c7701886caf99e1d4a49b286c13 | 'use strict';
import Dropzone from 'dropzone'
import Axios from 'axios'
Dropzone.autoDiscover = false
export default function FileUpload() {
console.log("-- FileUpload initialized")
// Configure axio to handle requests with csrf token
let token = document.getElementsByName('csrf-token')[0].getAttribute('content... | JavaScript | assets/javascripts/components/FileUpload.js | fablabbcn/SCOPESdf | agpl-3.0 | 2,529 | 102 | codeparrot/github-code |
a305c805781d99d14bd6a72f870ac392f81168ed9430870605bed0f1a53c885c | #define N 16
typedef int datatype;
typedef struct node
{
datatype data;
struct node *next;
}linknode,*linklist;
typedef struct
{
linklist front,rear;
}linkqueue;
linkqueue *Createlinkqueue();
int Emptylinkqueue(linkqueue *lq);
void Clearlinkqueue(linkqueue *lq);
void Enlinkqueue(linkqueue *lq,datatype x);
dat... | C | C/Ds/lines/squeue/ball_clock/qiu.h | jin13417/Linux-C-C--learning | agpl-3.0 | 621 | 37 | codeparrot/github-code |
df6e0cc4574652d91f26dcaeecf4d6252fee01222ba78ae71e402999f5a4b33f | package com.inqool.dcap;
import com.inqool.dcap.integration.model.ZdoGroup;
import com.inqool.dcap.integration.model.ZdoType;
import lombok.Getter;
import lombok.Setter;
import java.util.ArrayList;
import java.util.List;
/**
* @author Lukas Jane (inQool) 6. 8. 2015.
*/
@Getter
@Setter
public class DebugDTO impleme... | Java | core/src/main/java/com/inqool/dcap/DebugDTO.java | InQool/IQ-Discovery | agpl-3.0 | 3,529 | 98 | codeparrot/github-code |
3cb4db0e7f0e006e632fb2dfd9eb12d079c2d382f458f26163862cace1c2dc37 | =pod
=head1 NAME
CMS_get0_type, CMS_set1_eContentType, CMS_get0_eContentType, CMS_get0_content - get and set CMS content types and content
=head1 SYNOPSIS
#include <openssl/cms.h>
const ASN1_OBJECT *CMS_get0_type(const CMS_ContentInfo *cms);
int CMS_set1_eContentType(CMS_ContentInfo *cms, const ASN1_OBJECT *oid... | Perl | libs-ext/openssl/doc/man3/CMS_get0_type.pod | FriendSoftwareLabs/friendup | agpl-3.0 | 2,757 | 83 | codeparrot/github-code |
a420b16cd06247a5e5a4ff18e0b8e3185f78754696624064f3e02620ad2c38aa | package com.lftechnology.vyaguta.resource.entity;
import java.io.Serializable;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Convert;
import javax.persistence.Entity;
import javax.persisten... | Java | src/main/java/com/lftechnology/vyaguta/resource/entity/Contract.java | leapfrogtechnology/vyaguta-resource | agpl-3.0 | 6,531 | 220 | codeparrot/github-code |
a0fe3811fe4718a104ddd0b3cdf03e809946379e91e260bb1e93f252881dff8b | <?php
/**
* Tallakit - Lexer and Parser Library for PHP
*
* Copyright (C) 2010-2011 Tom Klingenberg, some rights reserved
*
* 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 v... | PHP | src/Tallakit/Lexer/Regex.php | ktomk/Tallakit | agpl-3.0 | 3,592 | 118 | codeparrot/github-code |
f4259644eff88629710e9830bd14d3b4d92df4e36496eef6c283117acaecb588 | /**
*
* \section COPYRIGHT
*
* Copyright 2013-2015 Software Radio Systems Limited
*
* \section LICENSE
*
* This file is part of the srsLTE library.
*
* srsLTE 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 Soft... | C | srslte/include/srslte/phch/pucch.h | oocran/vbbu | agpl-3.0 | 7,418 | 199 | codeparrot/github-code |
efc46d82dfd80ea4a525e7e39490a75f64a3646bc1b3394c2516a3ec06894b25 | namespace Airport_Management
{
partial class recuperarBD
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | C# | Airport Management/Airport Management/recuperarBD.Designer.cs | mateopag/Plan-ner_de_vuelo | agpl-3.0 | 2,916 | 74 | codeparrot/github-code |
5e6ab569400872588c48f52c40849224c3a236bf1a0bf1bfd59cc9786cb2b4f3 | import React from 'react';
import PropTypes from 'prop-types';
import {SelectBox} from './index';
function hasThumbnail(item) {
return item.renditions && item.renditions.thumbnail;
}
/**
* Media Preview - renders item thumbnail
*/
export const PhotoDeskPreview:React.StatelessComponent<any> = (props) => {
co... | TypeScript | scripts/apps/search/components/PhotoDeskPreview.tsx | jerome-poisson/superdesk-client-core | agpl-3.0 | 958 | 36 | codeparrot/github-code |
11aa31fa38615fc032995b8eb6ab0cfcb434bcac6232411ba7fbd13954c7ac41 | /*******************************************************************************
* This file is part of Termitaria, a project management tool
* Copyright (C) 2008-2013 CodeSphere S.R.L., www.codesphere.ro
*
* Termitaria is free software; you can redistribute it and/or
* modify it under the ter... | Java | TermitariaTS/src/ro/cs/ts/business/BLReportsDataSource.java | CodeSphere/termitaria | agpl-3.0 | 31,477 | 595 | codeparrot/github-code |
cf08270cc62a2c4c4ee935c445a55dacb9283e86eaee232a3a83cb7f6869b84c | <h2>sfParameterHolder</h2>
<p> Base class for managing parameters.
<?php pre_start() ?>
// Clears all parameters
function clear()
// Retrieves a parameter.
function & get($name, $default = null)
// Retrieves an array of parameter names.
function getNames()
// Retrieves an associative array of parameters.
function ... | PHP | apps/core/modules/doc/templates/libSfParameterHolderView.php | kc5nra/RevTK | agpl-3.0 | 1,323 | 62 | codeparrot/github-code |
93d3ed5dad09410df03cc64569d36633fe5198837b31bd549deee0d01b736d6e | /*
This file is part of the Xapagy Cognitive Architecture
Copyright (C) 2008-2017 Ladislau Boloni
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... | Java | src/main/java/org/xapagy/headless_shadows/StaticHls.java | Xapagy/Xapagy | agpl-3.0 | 3,250 | 103 | codeparrot/github-code |
7209b0a7a3d21dd0ddcf263d0de5af19e5077994d711ce1993dccba357ea7cdd | /**
* Copyright (c) 2011-2015 libbitcoin developers (see AUTHORS)
* Copyright (c) 2016-2018 metaverse core developers (see MVS-AUTHORS)
*
* This file is part of metaverse.
*
* metaverse is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License with
* a... | C++ | include/metaverse/bitcoin/chain/point_iterator.hpp | mvs-live/metaverse | agpl-3.0 | 2,135 | 78 | codeparrot/github-code |
b1e68b96ffce2bb6220577d27f57f0cfbad7360f8b07843e6c00cbe720a4e78f | package com.dynamide;
/*
* Copyright (c) 1998, 1999, 2000 Semiotek Inc. All Rights Reserved.
*
* This software is the confidential intellectual property of
* of Semiotek Inc.; it is copyrighted and licensed, not sold.
* You may use it under the terms of the GNU General Public License,
* version 2, as published b... | Java | src/java-test/com/dynamide/WMStandalone.java | dynamide/dynamide | agpl-3.0 | 9,137 | 235 | codeparrot/github-code |
423a4971b05a32f537fc20660de7d27c982ce754f0be7129b2326f1b5cbf278f | const { BlobServiceClient, StorageSharedKeyCredential } = require('@azure/storage-blob')
const stream = require('stream')
const Promise = require('bluebird')
const pipeline = Promise.promisify(stream.pipeline)
const pageHelper = require('../../../helpers/page.js')
const _ = require('lodash')
/* global WIKI */
const g... | JavaScript | server/modules/storage/azure/storage.js | Requarks/wiki | agpl-3.0 | 6,316 | 165 | codeparrot/github-code |
aa17fe1598c18c35845751d72d0f6a80042b41ee3add7fed2bc09215fb0c9824 | <?php /* Smarty version 2.6.11, created on 2015-06-11 11:23:21
compiled from include/EditView/EditView.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'counter', 'include/EditView/EditView.tpl', 53, false),array('funct... | PHP | test/cache/smarty/templates_c/%%FA^FA9^FA908702%%EditView.tpl.php | caleboau2012/edusupport | agpl-3.0 | 22,939 | 360 | codeparrot/github-code |
fc5a8edd0be63cf8f714df084982703e7599a7e14e49e176259ecaa41934f1e5 | #include <stdio.h>
#include <algorithm>
#include <iostream>
const char *fail = "Loowater is doomed!\n";
long long a[20001], b[20001];
int main(int argc, char *argv[]) {
long long i, j, n, m, tot = 0, f = 0;
while (1) {
tot = 0;
f = 0;
std::cin>>n>>m;
if (!n and !m) break;
for (i = 0; i < n; ++i)... | C++ | cwoj/1311.cpp | ice1000/OI-codes | agpl-3.0 | 677 | 44 | codeparrot/github-code |
292d14f0bdb9fb43777ecd3393a80683a7f2a568440c43d1469f314e74936ced | export class PolicyGroupViewController extends BaseViewController {
constructor( options = {} ) {
_.defaults( options, {
el: '#policy_group_view_container',
sub_document_view_controller: null,
document_object_type_id: null,
exception_policy_control_api: null
} );
super( options );
}
init( option... | JavaScript | interface/html5/views/policy/policy_group/PolicyGroupViewController.js | aydancoskun/timetrex-community-edition | agpl-3.0 | 11,713 | 406 | codeparrot/github-code |
63032e8a9f3c411dc683e5ba1f51d8b02dfdbe64a7e45645d99a8224373dea1e | /**
* Copyright (C) 2000 - 2013 Silverpeas
*
* 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.
*
* As a spe... | Java | mydb/mydb-ejb/src/main/java/com/silverpeas/mydb/data/index/IndexElement.java | CecileBONIN/Silverpeas-Components | agpl-3.0 | 1,942 | 60 | codeparrot/github-code |
2cc948759315e19238f8e3517a1688120eb6ca6308048341cbd7aa29dd07c792 | // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
//-----------------------------------------------------------------------------
// (c) Maarten Keijzer 2000
/*
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser Genera... | C | src/core_library/F.h | canercandan/core-library | lgpl-2.1 | 2,519 | 77 | codeparrot/github-code |
f0acddfa52de7500bb77623bd389692dcb65c057aef9364c7f875acb84ba7115 | package org.jmathplot.gui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.RenderingHints;
import java.awt.event.ComponentEvent;
import java.awt.event.ComponentListener;
import java.awt.event.Mo... | Java | src/main/java/org/jmathplot/gui/PlotPanel.java | BaderLab/expression-correlation | lgpl-2.1 | 14,653 | 565 | codeparrot/github-code |
ce7ffe246ba2375256d2f67f1a21921139f14d23e58f7506f89cba8a7963586c | <?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: m... | HTML | doc/html/desktop-systray-main-cpp.html | sicily/qt4.8.4 | lgpl-2.1 | 13,099 | 265 | codeparrot/github-code |
6a7e2f4d060aa4ae3cb41e4ac2ad2b1cf979e02ac19768e36e90733a9214b7ad | package io.github.eb4j;
import java.io.File;
import java.nio.charset.Charset;
import java.util.ArrayList;
import org.apache.commons.lang3.StringUtils;
import io.github.eb4j.io.EBFile;
import io.github.eb4j.io.EBFormat;
import io.github.eb4j.io.BookInputStream;
import io.github.eb4j.io.BookReader;
import io.github.eb... | Java | src/main/java/io/github/eb4j/SubBook.java | eb4j/eb4j | lgpl-2.1 | 45,119 | 1,494 | codeparrot/github-code |
8a307cdd1ae33a1281d85aaec23bbb8929aa3394202b298593d3309d34932186 | /* Multi-purpose Virtual Terminal
* Copyright (C) 2012 Katsuya Iida
*
* 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 of the License, or (at your option) any late... | C | mvt/pipe.c | kiidax/mvt | lgpl-2.1 | 5,088 | 204 | codeparrot/github-code |
5ad3e4a42866a68c72c3f1e91777df677357dd845744ab04b152d5b075f9ef4c | /**
*/
package org.w3._2001.smil20.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.w3._2001.smil20.AccumulateType;
import org.w3._2001.smil20.AdditiveT... | Java | modules/ogc/net.opengis.wmts/src/org/w3/_2001/smil20/impl/AnimateColorPrototypeImpl.java | geotools/geotools | lgpl-2.1 | 20,691 | 669 | codeparrot/github-code |
f35fdb25832e0fadfb275d08eebe7da9bbd13aeb5f9a8e289dcf548db869f4a4 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | Java | 3rdparty/commons-math-1.2-src/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java | cacheonix/cacheonix-core | lgpl-2.1 | 4,536 | 107 | codeparrot/github-code |
eb9b6f626f38ad83fce265d6c61253e73e8bbe23cc83f5cc77ede2920278faf0 | /*
* Copyright 2013, TengJianfa , and other individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General P... | Java | invoicing_client/src/org/free_erp/client/ui/forms/sale/CSaleChangeMoneyWindow.java | free-erp/invoicing | lgpl-2.1 | 4,942 | 132 | codeparrot/github-code |
f38f84927eef210a7fd8a198a24916b196d48f221fde9ad4099a5eb8e2e41fa2 | /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
* Qwt Widget Library
* Copyright (C) 1997 Josef Wilgen
* Copyright (C) 2002 Uwe Rathmann
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Qwt License, Version 1.0
**************... | C++ | src/qwt_clipper.cpp | caicaiking/MyQwt | lgpl-2.1 | 12,058 | 487 | codeparrot/github-code |
051965cdedfdceb2c15b58de6e45adc2d9de7b41580cc5f4fb6b0b013cd69fb4 | /**
* Copyright (c) 2010-present Abixen Systems. All rights reserved.
*
* 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 ... | Java | abixen-platform-core/src/main/java/com/abixen/platform/core/controller/AdminApplicationController.java | adamturski/abixen-platform | lgpl-2.1 | 1,109 | 35 | codeparrot/github-code |
1c09a8d4d196e69b67676b22873f46a2bccf4b9f8781c297aa846da27b56be97 | /*!
* 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 can ob... | Java | engine/extensions-pentaho-metadata/src/main/java/org/pentaho/reporting/engine/classic/extensions/datasources/pmd/types/FieldTypeConceptMapper.java | EgorZhuk/pentaho-reporting | lgpl-2.1 | 2,225 | 68 | codeparrot/github-code |
9340b292aa44e2c21e44db066df389890bec9fff962ba476cf8f5e7c507bd72a | // 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/base/default_coupling.C | capitalaslash/libmesh | lgpl-2.1 | 5,709 | 179 | codeparrot/github-code |
5585d0f834f9b51d5e8e7ab1907b2ed8e985721482bdb7c2fcc9d73e7ca1d070 | <?php
/**
* A frame-like container to show and hide child widgets
*
* @package Swat
* @copyright 2006-2016 silverorange
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
*/
class SwatFrameDisclosure extends SwatDisclosure
{
// {{{ public function __construct()
/**
* Creates a ... | PHP | Swat/SwatFrameDisclosure.php | silverorange/swat | lgpl-2.1 | 3,947 | 153 | codeparrot/github-code |
0b0a0da4989989cf0f620313629049d68cb17f0a5e03bd40117e0f1c68887e8d | /****************************************************************************
**
** 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... | C++ | src/plugins/debugger/gdb/gdboptionspage.cpp | maui-packages/qt-creator | lgpl-2.1 | 21,210 | 473 | codeparrot/github-code |
014eb14ab2fb8f12f35146bb6f4a432113c536a878bfd3c250daa38591965387 | /*---------------------------------------------------------------------------*/
/* Copyright (C) 2012 Red Hat, Inc.
* Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
* Copyright (C) 2011 Univention GmbH.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms ... | C | src/libxl/libxl_conf.c | melexis/libvirt | lgpl-2.1 | 26,163 | 824 | codeparrot/github-code |
ea1b263305bbf0a5f82cc33fe85d75149298662adb6054dbb61595bcd014bc0c | /*
* Copyright (c) JForum Team. All rights reserved.
*
* The software in this package is published under the terms of the LGPL
* license a copy of which has been included with this distribution in the
* license.txt file.
*
* The JForum Project
* http://www.jforum.net
*/
package net.jforum.security;
import jav... | Java | src/main/java/net/jforum/security/ReplyTopicRule.java | hafizullah/jforum3-maven | lgpl-2.1 | 3,419 | 99 | codeparrot/github-code |
7a849aacf4d770f6fdf19be2df96d51cc9f787098e6a1d057631e6c31a083c0b | /****************************************************************************
**
** Copyright (C) 2014 Alexander Rössler
** License: LGPL version 2.1
**
** This file is part of QtQuickVcp.
**
** All rights reserved. This program and the accompanying materials
** are made available under the terms of the GNU Lesser Gene... | C++ | src/applicationcontrols/plugin.cpp | bobvanderlinden/QtQuickVcp | lgpl-2.1 | 3,926 | 122 | codeparrot/github-code |
d3a4fd49ec0efa2a62d56a0fdd3388afb33ee07993e21043f934c2602fa9513a | /*
* Copyright (c) 2010 by Cristian Maglie <c.maglie@bug.st>
* Copyright (c) 2014 by Paul Stoffregen <paul@pjrc.com> (Transaction API)
* Copyright (c) 2014 by Matthijs Kooijman <matthijs@stdin.nl> (SPISettings AVR)
* SPI Master library for arduino.
*
* This file is free software; you can redistribute it and/or mo... | C | hardware/esp8266com/esp8266/libraries/SPI/SPI.h | plinioseniore/Arduino | lgpl-2.1 | 1,380 | 65 | codeparrot/github-code |
f9b9712072676496f9299c403044a40594b28f78b0a9d16563423d8c2e1b6575 | -- Snow
local function find_glass(pos)
for i=1,12 do
if minetest.get_node({x=pos.x, y=pos.y+i, z=pos.z}).name ~= "air" then
return true
end
end
return false
end
minetest.register_globalstep(function(dtime)
if weather ~= "snow" then return end
for _, player in ipairs(minetest.get_connected_players()) do
... | Lua | mods/weather2/snow.lua | maikerumine/grieftest | lgpl-2.1 | 4,321 | 132 | codeparrot/github-code |
1f948e841494cb13eb2e2cbf27d8eb24cbba939383ec4b055c2cf95c3e93e5af | /*
* This file is part of testrunner-lite
*
* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
* Contains changes by Wind River Systems, 2011-03-09
*
* Contact: Sampo Saaristo <sampo.saaristo@sofica.fi>
*
* Copyright (C) 2013 Jolla Ltd.
* Contact: Jakub Adam <jakub.adam@jollamobile.com>
*
* ... | C | src/testdefinitionprocessor.c | mer-tools/testrunner-lite | lgpl-2.1 | 40,318 | 1,418 | codeparrot/github-code |
4831279ecb4f6f083dcacc34716c6cf70eb675903b6d8443cb8b7046a184689c | /******************************************************************************
* THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
*/
#include "administrative_contact.h"
#include <QtCore/QStringBuilder>
using namespace Quotient;
QUrl GetAccount3PIDsJob::makeRequestUrl(QUrl baseUrl)
{
return BaseJob::mak... | C++ | lib/csapi/administrative_contact.cpp | QMatrixClient/libqmatrixclient | lgpl-2.1 | 4,184 | 104 | codeparrot/github-code |
95fbfe45f1322b66c72847c0f1c7e23d841b54764cd26167e6f7fb0a851d5abc | /*
* libiio - Library for interfacing industrial I/O (IIO) devices
*
* Copyright (C) 2014 Analog Devices, Inc.
* Author: Paul Cercueil <paul.cercueil@analog.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 ... | C | iiod/ops.h | gburca/libiio | lgpl-2.1 | 3,147 | 108 | codeparrot/github-code |
8b670daef54c9fa225df2779c852cb791285b41a03d9b29f61a4cbd98461cbf7 | /* SPDX-License-Identifier: LGPL-2.1+ */
#ifndef foocamatchhfoo
#define foocamatchhfoo
#include <stdbool.h>
#include <stdio.h>
#include <sys/types.h>
typedef struct CaMatch CaMatch;
typedef enum CaMatchType {
CA_MATCH_POSITIVE,
CA_MATCH_NEGATIVE, /* Path is prefixed with an exclamation mark: reve... | C | src/camatch.h | systemd/casync | lgpl-2.1 | 1,785 | 64 | codeparrot/github-code |
9ab831243407d881006abbf7b925e7f297a2647a51da2078a7844f829fbce945 | //SPDX-License-Identifier: LGPL-2.0-or-later
/*
Copyright (c) 2014-2021 Cyril Hrubis <metan@ucw.cz>
*/
#include <string.h>
#include <widgets/gp_widgets.h>
#include <widgets/gp_widget_ops.h>
#include <widgets/gp_widget_render.h>
static unsigned int pbar_min_w(gp_widget *self, const gp_widget_render_ctx *ctx)
{... | C | libs/widgets/gp_widget_pbar.c | gfxprim/gfxprim | lgpl-2.1 | 5,264 | 249 | codeparrot/github-code |
1d3c7ced6db02f72665e09178f8756164e15e04c9d5e9c3022f3e1894f502977 | /*
* Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
#include "common.h"
#include "sysdir.h"
#include "config.h"
#include "git2/config.h"
#include "git2/sys/... | C | src/config.c | Snazz2001/libgit2 | lgpl-2.1 | 27,911 | 1,342 | codeparrot/github-code |
3d2402765fb8a6eb9921194a0c67dbb46926a1b0abee6b36c7db9d85a20be7b8 | /*
The Battle Grounds 3 - A Source modification
Copyright (C) 2017, The Battle Grounds 3 Team and Contributors
The Battle Grounds 3 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... | C | game/client/bg3/bg3_hint.h | BG2-Dev-Team/BG2-Code | lgpl-2.1 | 1,725 | 51 | codeparrot/github-code |
75237c75e6e69d13f0687d2f4920c628bc03e6cc28b918c3fe9155101ad4a21e | ///////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2003 Jason Baldridge and University of Edinburgh (Michael White)
//
// 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 t... | Java | src/main/java/opennlp/ccg/grammar/AbstractApplicationRule.java | bkiefer/openccg | lgpl-2.1 | 4,051 | 108 | codeparrot/github-code |
9050e4f3524fc5ceec8795ebdead3579cbf4f13a2bd33f83f9099a5aa4609383 | # Arm Architecure Specification
# Author: Matthias Braun, Michael Beck, Oliver Richter, Tobias Gneist
$arch = "arm";
#
# Modes
#
$mode_gp = "arm_mode_gp";
$mode_flags = "arm_mode_flags";
$mode_fp = "mode_F";
# NOTE: Last entry of each class is the largest Firm-Mode a register can hold
%reg_classes = (
gp => [... | Perl | ir/be/arm/arm_spec.pl | killbug2004/libfirm | lgpl-2.1 | 19,347 | 715 | codeparrot/github-code |
7682ce5022c72b30a2749c6270960c1e2303d5e64568b50cc4bfcea7fb562f7d | #ifndef CHIMNEYPRESSUREDIRICHLETBC_H
#define CHIMNEYPRESSUREDIRICHLETBC_H
#include "NodalBC.h"
class ChimneyPressureDirichletBC;
//class Function;
template<>
InputParameters validParams<ChimneyPressureDirichletBC>();
/**
* Implements a simple BC for DG
*
* BC derived from convection problem that can handle:
* v... | C | include/bcs/ChimneyPressureDirichletBC.h | aeslaughter/mamba | lgpl-2.1 | 978 | 47 | codeparrot/github-code |
7169577b643c34a5e5af2a98727d8f82fe4cb53a63dba86d8a54d79d8ddc8e46 | /*
* Copyright (C) 2012-2013 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 ... | C | src/package.c | cgwalters/hawkey | lgpl-2.1 | 16,215 | 681 | codeparrot/github-code |
cc5a36979bba75e39458a0e802959c58d75d5886c76c67287e090d5a462b1011 | /**
* Copyright (C) 2020 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 | core-cross-platform/shared/src/main/scala/org/orbeon/oxf/util/ConnectionTrait.scala | orbeon/orbeon-forms | lgpl-2.1 | 11,133 | 279 | codeparrot/github-code |
c3beb0f42293a304c81ab122e8f45b8ba4112098e85655db51bf1690a7bd41eb | ////////////////////////////////////////////////////////////////
//
// Copyright (C) 2005 Affymetrix, Inc.
//
// This library 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.
//
// This... | C++ | sdk/calvin_files/fusion/test/FusionCHPDataGCOSTest.cpp | einon/affymetrix-power-tools | lgpl-2.1 | 31,610 | 688 | codeparrot/github-code |
22f785c48dd5f0949c379b3d188fee07045976034f60a193e0f5f7e7424645e5 | /*
* Mex - a media explorer
*
* Copyright © , 2010, 2011 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
*
* This program is dis... | C | mex/mex-info-panel.h | dudochkin-victor/mex | lgpl-2.1 | 1,989 | 79 | codeparrot/github-code |
c28b4d2e32b6a34cc4e1fa1a9ea2a2c68d75f66e1eaa442bd95424c168ae4b24 | /*
* 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 library is distributed in the hope that it wi... | C++ | common/network/WindowsInterfacePicker.cpp | nightrune/ola | lgpl-2.1 | 3,489 | 110 | codeparrot/github-code |
b8535816ad42a12433775baa442c6572a6bfd509ffc6af636807546bcc44918c | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, i... | C++ | inc/x64inc/opencv4/opencv2/core/types.hpp | prefetchnta/questlab | lgpl-2.1 | 74,747 | 2,440 | codeparrot/github-code |
37ba36791ecd9d6386cc2e89dd5d15fca58190fa1d6ecf18b46fccaafdf31e1a | /* Jheora
* Copyright (C) 2004 Fluendo S.L.
*
* Written by: 2004 Wim Taymans <wim@fluendo.com>
*
* Many thanks to
* The Xiph.Org Foundation http://www.xiph.org/
* Jheora was based on their Theora reference decoder.
*
* This program is free software; you can redistribute it and/or
* modify it under ... | Java | src/com/fluendo/jheora/YUVBuffer.java | oestape/pogg | lgpl-2.1 | 29,611 | 1,193 | codeparrot/github-code |
3a71d799a5708d6681f970aeaad6a5ebe994bc6d6f2d9577316586cb518ea52b | <?php
namespace PhpAmqpLib\Connection;
class AMQPLazyConnection extends AMQPConnection
{
/**
* get socket from current connection
*
* @deprecated
*/
public function getSocket()
{
$this->connect();
return parent::getSocket();
}
/**
* @inheritdoc
*/... | PHP | PhpAmqpLib/Connection/AMQPLazyConnection.php | grongor/php-amqplib | lgpl-2.1 | 839 | 58 | codeparrot/github-code |
bf39485c082d02859783cb71a91555725c76ae68dad22d6d3f1bd2f973ba8b20 | package to.etc.util;
import org.eclipse.jdt.annotation.NonNull;
final public class DbConnectionInfo {
private String m_hostname;
private String m_sid;
private String m_userid;
private String m_password;
private int m_port;
public DbConnectionInfo(String hostname, int port, String sid, String userid, Strin... | Java | common/to.etc.alg/src/main/java/to/etc/util/DbConnectionInfo.java | fjalvingh/domui | lgpl-2.1 | 1,634 | 75 | codeparrot/github-code |
2062f5bea17f49317873536a17d83aa7240fc1a2fa15eb1b6487277a24ed4ea1 | using NUnit.Framework;
using System.IO;
namespace TagLib.Tests.FileFormats
{
[TestFixture]
public class AudibleFormatTest
{
private static string BaseDirectory = "samples/audible";
[Test]
public void First ()
{
using (var file = File.Create(Path.Combine(BaseDirectory, "first.aa"))) {
var tag = (A... | C# | TagLib.Lite.Test/TagLib.Tests.FileFormats/AudibleFormat.cs | fragmer/FlukeBox | lgpl-2.1 | 3,344 | 73 | codeparrot/github-code |
04f76a32cafbf56fb5e50be62b0ca4b975df170d1bdc9d508d8fdf502a362af8 | package train.client.render.models;
import net.minecraft.client.model.ModelBase;
import net.minecraft.entity.Entity;
import train.client.render.CustomModelRenderer;
public class ModelLocoU57 extends ModelBase {
public ModelLocoU57() {
box = new CustomModelRenderer(1, 233, 256, 256);
box.addBox(-1F, 0F, 0F, 1, ... | Java | src/main/java/train/client/render/models/ModelLocoU57.java | BlesseNtumble/Traincraft-5 | lgpl-2.1 | 12,686 | 417 | codeparrot/github-code |
6702a3fc04bc39889716d06c039cd9fb49e0d69d69321f47f7f450e11d8f45b1 | /* -*- C++ -*- */
/*************************************************************************
* Copyright(c) 1995~2005 Masaharu Goto (cint@pcroot.cern.ch)
*
* For the licensing terms see the file COPYING
*
************************************************************************/
#include <stdio.h>
class SystemSc... | C | cint/test/t1193.h | dawehner/root | lgpl-2.1 | 716 | 35 | codeparrot/github-code |
5009148e32503149672582ddea608c27692321ee939f2150ad459cc39b511e7d | /*
* This file is part of QNetMap,
* an open-source cross-platform map widget
*
* Copyright (c) 2011-2014 JSC Sintels (sintels.ru) and/or its affiliates.
* Copyright (c) 2012-2014 OJSC T8 (t8.ru) and/or its affiliates.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the ... | C++ | lib/src/qnetmap_shape.cpp | vasyutin/qnetmap | lgpl-2.1 | 4,516 | 146 | codeparrot/github-code |
b7bc686f39313e734dee8eba29f9aad961fb94f07c671819dc00292ba9cecae4 | /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
* Qwt Widget Library
* Copyright (C) 1997 Josef Wilgen
* Copyright (C) 2002 Uwe Rathmann
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Qwt License, Version 1.0
**************... | C++ | src/qwt_plot_spectrogram.cpp | caicaiking/MyQwt | lgpl-2.1 | 17,466 | 666 | codeparrot/github-code |
00dfde8cfd9e00dc2c6802cbaaf7a98f4a5d5f4a76f4c910f356bee525bd41b8 | /* This file is part of the KDE project
Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2002 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 2007 Flavio Castelli <flavio.castelli@gmail.com>
This library is free software; you can redistribute it and/or
modify it under the terms of ... | C++ | kate/katedocmanager.cpp | cmacq2/kate | lgpl-2.1 | 18,199 | 604 | codeparrot/github-code |
56d0824998cb867c66cfb72cf98ac015431c296d973af6111156a8b1a124aebd | /*
* lxc: linux Container library
*
* Copyright © 2012 Oracle.
*
* Authors:
* Dwight Engen <dwight.engen@oracle.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
* ... | C | src/lxc/cmd/lxc_monitord.c | thmo/lxc | lgpl-2.1 | 11,115 | 458 | codeparrot/github-code |
28b9e6742bb7f144d0494db77506a0feb4772c0627cf07f99ac33cf5c2cb94e1 | /*
cpbo Copyright (C) 2006-2014 Keijo Ruotsalainen
This library 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.
This library is distributed in the hope that it will be useful,
but WIT... | C++ | main.cpp | iAnomaly/cpbo | lgpl-2.1 | 7,013 | 218 | codeparrot/github-code |
41f7a3a42904dec8c934d852e979444cf16020341b199d076ef62a3042a18354 | # Copyright (c) 2014 Kontron Europe GmbH
#
# 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 library is... | Python | examples/resources.py | kontron/python-hpi | lgpl-2.1 | 3,793 | 103 | codeparrot/github-code |
7eea07a0527800211b227cc5be3d47202a9f5b41e9123d9f8cd52d9cb0c2134b | package soot.javaToJimple;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* 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 ... | Java | src/main/java/soot/javaToJimple/PolyglotMethodSource.java | plast-lab/soot | lgpl-2.1 | 8,580 | 265 | codeparrot/github-code |
e08e5a592074b033de029aed0e2dbfa5abaeb16712264a961f0e822cda820be3 |
import sys, thread, time, traceback, Queue, os
import pymedia
import pymedia.muxer as muxer
import pymedia.audio.acodec as acodec
import pymedia.video.vcodec as vcodec
import pymedia.audio.sound as sound
if os.environ.has_key( 'PYCAR_DISPLAY' ) and os.environ[ 'PYCAR_DISPLAY' ]== 'directfb':
import pydfb as pygame... | Python | examples/vplayer_threads.py | pymedia/pymedia | lgpl-2.1 | 15,017 | 480 | codeparrot/github-code |
4febdfd90f16c3355dac940d25cf8e0bdf15b7c548d2deede34f422aacc408c9 | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- q3header.cpp -->
<head>
<title>Qt 4.6: List of All Members for Q3Header</title>
<link href="classic.css" rel="sty... | HTML | doc/html/q3header-members.html | kobolabs/qt-everywhere-opensource-src-4.6.2 | lgpl-2.1 | 45,761 | 424 | codeparrot/github-code |
2d4ee6865190d4fb6d23c302b14cd4f348a1e6768f345e7497da5a9a526018f1 | /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Module: FGInput.cpp
Author: Jon Berndt
Date started: 12/02/98
Purpose: Manage input of sim parameters from socket
Called by: FGSimExec
------------- Copyright (C) 1999 Jon S. Berndt (jon@jsbsim.org) -----------... | C++ | JSBSim/src/models/FGInput.cpp | csbrandt/JSBSim.js | lgpl-2.1 | 7,592 | 260 | codeparrot/github-code |
464cfd528a618b0a247e5ffc0c63dbb6d74ccb12103841bf2489fd9290d8b838 | package alma.acs.logging;
import java.util.logging.Handler;
import java.util.logging.Level;
import java.util.logging.Logger;
import junit.framework.TestCase;
import alma.acs.logging.domainspecific.AntennaContextLogger;
import alma.acs.logging.domainspecific.ArrayContextLogger;
import alma.acs.logging.domainspecific.... | Java | LGPL/CommonSoftware/acsjlog/test/alma/acs/logging/AcsLoggerTest.java | jbarriosc/ACSUFRO | lgpl-2.1 | 3,908 | 103 | codeparrot/github-code |
c7dcb74356df347d4da72d269268268c43c071c6bf199f2b98e6ff61db18bff0 | <?php
/**
+-------------------------------------------------------------------------+
| Engine of the Enigma Plugin |
| |
| Copyright (C) 2010-2016 The Roundcube Dev Team |
... | PHP | roundcubemail/plugins/enigma/lib/enigma_engine.php | i-MSCP/roundcube | lgpl-2.1 | 43,386 | 1,424 | codeparrot/github-code |
babc8fe5476eedfb78fe423fb50f8dfeb99fd50754961bc8c0addd9182277546 | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* Spruce
* Copyright (C) 1999-2009 Jeffrey Stedfast
*
* 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... | C | spruce/spruce-list.c | jstedfast/spruce | lgpl-2.1 | 2,418 | 119 | codeparrot/github-code |
0c54e26efc2debd00f14273dfb8b629a41220ffebfd77cfc723e3687557211ef | /****************************************************************************
**
** 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$
** ... | C++ | src/gui/text/qtextoption.cpp | kobolabs/qt-everywhere-opensource-src-4.6.2 | lgpl-2.1 | 11,122 | 424 | codeparrot/github-code |
5f63d87d4930a717df79c7260f9a8766439ce39d7667e7465dcb6e34790a8a22 | import java.net.URL;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
/**
* equals and hashCode are blocking methods on URLs
*
* @author pugh
*
*/
public class BlockingMethodsOnURLs {
static int f(URL u) {
return u.hashCode();
}
static boolean ... | Java | spotbugsTestCases/src/java/BlockingMethodsOnURLs.java | johnscancella/spotbugs | lgpl-2.1 | 919 | 48 | codeparrot/github-code |
60d8ffb44fd6a222dd99eb97959f5636869eb075110d6bb5bc7d156b14f3262e | /*
* Copyright © 2019 Red Hat, 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 library i... | C | common/flatpak-utils-base.c | matthiasclasen/flatpak | lgpl-2.1 | 3,100 | 117 | codeparrot/github-code |
a84afac9ec11e280c591efbe49a10c3b0af2f3acc52a0408aa5db7f87f171a8f | /*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2010 Sam Lantinga
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/SDL_error.c | cebash/SDL_PSL1GHT | lgpl-2.1 | 7,427 | 269 | codeparrot/github-code |
bd22d3a18c5b8b0240db508cb1d5055338186d01b655f2b441c0df997fdc4836 | #include <osgGA/TrackballManipulator>
#include <osg/Quat>
#include <osg/Notify>
#include <osg/BoundsChecking>
using namespace osg;
using namespace osgGA;
TrackballManipulator::TrackballManipulator()
{
_modelScale = 0.01f;
_minimumZoomScale = 0.05f;
_thrown = false;
_distance = 1.0f;
_trackballSiz... | C++ | src/osgGA/TrackballManipulator.cpp | joevandyk/osg | lgpl-2.1 | 11,327 | 438 | codeparrot/github-code |
47e465e06d51f63f9304918d56f7cc8df5b3f55b481a30e586c2d252a0607ea7 | /**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used unde... | C | src/plugins/cmakeprojectmanager/cmakerunconfiguration.h | bakaiadam/collaborative_qt_creator | lgpl-2.1 | 6,313 | 191 | codeparrot/github-code |
3662fee99507fda011365623d0065ea35dac515667aea720f0c4c02baacc0b86 | //
// Toolbox.cs
//
// Author:
// Mike Krüger <mkrueger@novell.com>
//
// Copyright (C) 2007-2008 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software w... | C# | src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.Toolbox/ToolboxWidget.cs | mono/linux-packaging-monodevelop | lgpl-2.1 | 34,216 | 1,183 | codeparrot/github-code |
385690ac2e13702ef7621bf4ed82deb3cbe2e01b8f29a3588010db1a0227396e | /**
* Created by Gorden on 2016/10/15.
*/
/**
* @version: 2.1.24
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2016 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www... | JavaScript | old/ydj/src/js/widgets/daterangpicker/index.js | Neal-Caffrey/Neal-Caffrey.github.io | lgpl-2.1 | 69,287 | 1,625 | codeparrot/github-code |
0aa63e0f689a1e0200e35b99747b1da09bf038ed4136925639e6a860d062618b | /**
* 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... | Java | src/test/java/org/orbeon/oxf/test/DateTimeTest.java | evlist/orbeon-forms | lgpl-2.1 | 3,359 | 68 | codeparrot/github-code |
9b2ebeea415768add958058a11720c3ec18134839aa5f69a3119aaf08d9bceea | /* Elementary Unicode string functions.
Copyright (C) 2002, 2005-2007, 2009-2012 Free Software Foundation, 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 3 of ... | C | .gnulib/lib/unistdio.in.h | novel/fbsd-libvirt | lgpl-2.1 | 9,452 | 257 | codeparrot/github-code |
5edb6850309d538d911433b38ca5d5c7cea6e971566eac8e72bac174d0959b13 | /**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used unde... | C++ | src/plugins/bookmarks/bookmarksplugin.cpp | bakaiadam/collaborative_qt_creator | lgpl-2.1 | 7,772 | 217 | codeparrot/github-code |
825ebfcec63342c16e632a5ba201051773c424a6c39d9960cd902347bbe4987c | // The libMesh Finite Element Library.
// Copyright (C) 2002-2022 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/numerics/laspack_vector.h | BalticPinguin/libmesh | lgpl-2.1 | 14,628 | 580 | codeparrot/github-code |
752f899d25924d3a911ec144b05c7fb2070f639cbb4edad49143a462fb4aa71a | /* Libmacro - A multi-platform, extendable macro and hotkey C library
Copyright (C) 2013 Jonathan Pelletier, New Paradigm Software
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; eithe... | C | src/util/linux/p_priv.c | Funmungus/Libmacro-Legacy | lgpl-2.1 | 1,735 | 63 | codeparrot/github-code |
bcb120fafea7d9b0840d43838859e5d86beca272e2b64fa9d6218fa7f0af6e6b | <?php
// $Id: /cvsroot/tikiwiki/tiki/tiki-pagesetup.php,v 1.18 2007-03-06 19:29:50 sylvieg Exp $
// Copyright (c) 2002-2007, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LIC... | PHP | tiki-pagesetup.php | 4thAce/evilhow | lgpl-2.1 | 1,298 | 40 | codeparrot/github-code |
e3bd4cfe55416fa5d8b7ef990ff76a440ce3b2780443b1d808418f6bdb5847a2 | # This program is free software; you can redistribute it and/or modify
# 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 ... | Python | python/ola/rpc/StreamRpcChannel.py | mlba-team/open-lighting | lgpl-2.1 | 11,310 | 373 | codeparrot/github-code |
b0692ddf8bfb8b36848d5be82e4b082817f1623306a271fcdcd764b42e1219cc | /*************** Tabext H Declares Source Code File (.H) ***************/
/* Name: TABEXT.H Version 1.0 */
/* */
/* (C) Copyright to the author Olivier BERTRAND 2017 */
/* ... | C | storage/connect/tabext.h | cloudlinux/MariaDB-10.0-governor | lgpl-2.1 | 7,856 | 201 | codeparrot/github-code |
bf95d0d8a8b4698da8c82cda7c2da7b63d12f5917c468cb2bb1afc313a315da1 | /*=========================================================================
Program: ParaView
Module: $RCSfile: vtkNetworkImageDataSource.h,v $
Copyright (c) Kitware, Inc.
All rights reserved.
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
This software is ... | C | integration/ParaView/Servers/Filters/vtkNetworkImageDataSource.h | Supporting/xiot | lgpl-2.1 | 3,031 | 83 | codeparrot/github-code |
3a08444d6e12580eb8b66329d40ff339f92ae70be721dcd130d6f1bc9877e390 | package org.intermine.bio.web.displayer;
/*
* 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 | bio/webapp/src/org/intermine/bio/web/displayer/PublicationCountsDisplayer.java | drhee/toxoMine | lgpl-2.1 | 4,948 | 136 | codeparrot/github-code |
cb660e51d68a6c924ba4584b6e58236e1ac882cc8d2aed364f7db6cedd4040e6 | /**************************************************************************
** This file is part of LiteIDE
**
** Copyright (c) 2011-2019 LiteIDE. All rights reserved.
**
** This library is free software; you can redistribute it and/or
** modify it under the terms of the GNU Lesser General Public
** License as publishe... | C | liteidex/src/plugins/litefind/findeditor.h | visualfc/liteide | lgpl-2.1 | 2,924 | 89 | codeparrot/github-code |
139965e97a5535f0a7ca1f3f80f071a030c7241fdf635c7a6ff74b04c511c8d4 | /*
Copyright (C) 2001 Free Software Foundation, Inc.
Author: Nicola Pero <n.pero@mi.flashnet.it>
Date: November 2001
This file is part of GNUstep.
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
th... | Java | Testing/Java/Base/Benchmarks/Vector0Benchmark.java | gnustep/java | lgpl-2.1 | 1,162 | 43 | codeparrot/github-code |
dc1353ad3442f8494ea5e7aa750308b61703f0f7e77e98205793e2ffdaa1453c | package soot.jimple.paddle;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 - 2005 Ondrej Lhotak
* %%
* 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, e... | Java | src/main/java/soot/jimple/paddle/PaddleHook.java | plast-lab/soot | lgpl-2.1 | 2,591 | 90 | codeparrot/github-code |
65f9d0c8651ca09e32569367d6fffb58b25b910ba998e4e9d4bd9e1e282c0b06 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, 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/compat/src/test/java/org/jboss/as/test/compat/jpa/hibernate/transformer/VerifyHibernate51CompatibilityPropertyEnabledTransformerTestCase.java | jstourac/wildfly | lgpl-2.1 | 4,253 | 94 | codeparrot/github-code |
75a4f6d388e89451d5ee661b8406cd916a283281e35c8da068b14c8933d23ec5 | /*
* Copyright 2009 by Richard Dale <richard.j.dale@gmail.com>
* This program 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, or
* (at your option) any later version.
... | C++ | bindings/sopranoserver/sopranoserverhandlers.cpp | KDE/jsmoke | lgpl-2.1 | 1,532 | 48 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.