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 |
|---|---|---|---|---|---|---|---|---|
286dc3432e287b9ba4197242048fb254d9b50e0bda36021f35731d35ce3d5a55 | /*
* Copyright (C) 2011-2019 Project SkyFire <http://www.projectskyfire.org/>
* Copyright (C) 2008-2019 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2019 MaNGOS <https://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Gener... | C++ | src/server/shared/DataStores/DB2FileLoader.cpp | ProjectSkyfire/SkyFire.406a | gpl-3.0 | 10,846 | 410 | codeparrot/github-code |
f730f4a7f0cb33d31a1ab60bfd1d69202e61fd6d6d4a171bae7a4163ec14bc7d | /***************************************************************************
* Copyright (C) 2010 by dude
* Copyright (C) 2011 by Miigotu
* Copyright (C) 2011 by Dimok
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any
* damages a... | C++ | source/Channels/channels.cpp | SuperrSonic/ULGX-ICON-VIEW | gpl-3.0 | 16,949 | 755 | codeparrot/github-code |
16a3a4c12a7fa7e3c7dab4a06cbbde265411c61855f71d9964d839bb7e4cdaa4 | /*
* Cast a ray and feel for objects
*
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) a... | C++ | blender/source/gameengine/Ketsji/KX_RaySensor.cpp | Passtechsoft/TPEAlpGen | gpl-3.0 | 9,192 | 384 | codeparrot/github-code |
0c1b4ffe8a457077cf615d63d0df27825c4479ba0cae09a3e1948748c039003f | #include "precompiled.h"
// Returns true if the radio message is an order to do something
// NOTE: "Report in" is not considered a "command" because it doesnt ask the bot to go somewhere, or change its mind
bool CCSBot::IsRadioCommand(GameEventType event) const
{
if (event == EVENT_RADIO_AFFIRMATIVE
|| event... | C++ | regamedll/dlls/bot/cs_bot_radio.cpp | Chuvi-w/ReGameDLL_CS | gpl-3.0 | 7,880 | 324 | codeparrot/github-code |
a5a1b80bbd5b5fa4df43491221898bd4c9ef932274af0aefc5e9783a6cfa5250 | /*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) YEAR OpenFOAM Foundation
\\/ ... | C++ | etc/codeTemplates/dynamicCode/codeStreamTemplate.C | OpenFOAM/OpenFOAM-dev | gpl-3.0 | 2,058 | 72 | codeparrot/github-code |
d4bb7ccf6c5c20fd4c0a8885dc486ff675e6a5aaaa98fd338172799367169f6c | /* -*- c++ -*- */
/*
* Copyright 2004,2012,2018 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at y... | C | gr-trellis/lib/viterbi_combined_impl.h | bastibl/gnuradio | gpl-3.0 | 2,581 | 83 | codeparrot/github-code |
3061dd1fbb699afc193c32d944e796449dc1d75c5caf71ff28835c20de5d3bd9 | function _clear(e){if(e) while(e.firstChild) e.removeChild(e.firstChild);}
function _id(id){ return document.getElementById(id); }
function _selector(s){ return document.querySelectorAll(s); }
function _each(nodelist,callback){ Array.prototype.forEach.call(nodelist,callback); }
function _apply(selector,callback){ _each... | JavaScript | res/mainframe2.js | anon1352/ram | gpl-3.0 | 24,028 | 642 | codeparrot/github-code |
58d2e8bcba7b482f49121ee36cdda8befe95219220a138d533dd6bd851db3b44 | /* Webcamoid, webcam capture application.
* Copyright (C) 2016 Gonzalo Exequiel Pedone
*
* Webcamoid is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option... | C | libAvKys/Lib/src/akvideocaps.h | hipersayanX/webcamoid | gpl-3.0 | 13,709 | 421 | codeparrot/github-code |
621cd4012c714c11f4d4bb550ec1d02307e77749775beda5531b82a65f1038f8 | #ifndef ROADSYSTEM_H
#define ROADSYSTEM_H
#include <map>
#include <set>
#include "types.h"
#include "Node.h"
#include "Street.h"
#include "Vehicle.h"
using namespace std;
/**
This class represents a road system with nodes, streets && vehicles.
It stores the parts of the system, offers methods to add && access p... | C | src/addons/RealWorld/traffic/simulation/src/RoadSystem.h | infobeisel/polyvr | gpl-3.0 | 20,431 | 527 | codeparrot/github-code |
a9402ee885d1fa4b2f48c4fe4a43b1c0c918249a273385581b14dc45a4b7004f | #!/usr/bin/env python
##################################################
# Gnuradio Python Flow Graph
# Title: Vv016 256Qam34
# Generated: Wed Feb 11 04:36:51 2015
##################################################
# Call XInitThreads as the _very_ first thing.
# After some Qt import, it's too late
import ctypes
impor... | Python | apps/vv016_256qam34.py | drmpeg/gr-dvbt2 | gpl-3.0 | 6,112 | 114 | codeparrot/github-code |
f51b377326e42c216090c084c45e843d0fa22825fc0326832df4a76947eecfda | #This is the models.py file for the ACTIVITIES app
#These classes constitute the Organizations and Assignments modules in the database
#Will eventually be expanded to include events.
#Essentially -- anything where a person came to a location for a reason.
from django.db import models
from people.models import Individu... | Python | activities/models.py | jabauer/ProjectQuincy | gpl-3.0 | 6,624 | 156 | codeparrot/github-code |
524a96f7799bd9a7ba8eaa8fe1786f47eb8708c7865da76d0336dddddd1bd06d | /*
* Copyright (C) 2015 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <asm/arch/clock.h>
#include <asm/arch/imx-regs.h>
#include <asm/arch/mx7-pins.h>
#include <asm/arch/sys_proto.h>
#include <asm/gpio.h>
#include <asm/imx-common/iomux-v3.h>
#include <asm/io.h>
#include <linux/siz... | C | board/freescale/mx7dsabresd/mx7dsabresd.c | 13xiaobang/mini2440-uboot_2016.01 | gpl-3.0 | 15,765 | 602 | codeparrot/github-code |
762fbc77b5189876c66eef8e08b1f908603cbdaa868615b89d6bd6c26f2c1db8 | {% load i18n %}
<div id="epiyears-chart" class="chart-default"></div>
<script type="application/javascript">
var epiyears_chart;
$(document).ready(function () {
// Create the chart
var url = '/api/notif_reduced?state_abv=' + state_abv +
'&chart_type=epiyears&disease={{disease}}';
$.get(url, functi... | HTML | AlertaDengue/dados/templates/alert_state/epiyears.html | AlertaDengue/AlertaDengue | gpl-3.0 | 2,497 | 87 | codeparrot/github-code |
a4b50e78ca2d93843daebb9a9fc47479dc646b8d40a2406c97623467e7533d61 | // Copyright (c) 2008, Michael unfried
// Email: serbius3@gmail.com
// All rights reserved.
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
// Redistributions of source code must retain the above copyright not... | C# | RainstormStudios.Drawing/Triangle.cs | styrofoamboy/RainstormStudios | gpl-3.0 | 34,121 | 712 | codeparrot/github-code |
1aa1a6746905d538cb2fb0d51fb6672ffb7c996378337e2b93f9143ce6dd7004 |
package generated.gobject20.gobject;
import org.bridj.BridJ;
import org.bridj.Pointer;
import org.bridj.ann.Field;
import org.bridj.ann.Library;
@Library("gobject-2.0")
public class GParamSpecFlags
extends GParamSpec
{
static {
BridJ.register();
}
public GParamSpecFlags() {
super()... | Java | generated-src/generated/gobject20/gobject/GParamSpecFlags.java | gstreamer-java/gir2java | gpl-3.0 | 1,518 | 61 | codeparrot/github-code |
ec59b00345db5a002b858133731b8c480172ae5304153f46e092b201ddd51b9b | /*
Copyright 2009, 2010 SINTEF ICT, Applied Mathematics.
Copyright 2009, 2010 Statoil ASA.
This file is part of the Open Porous Media project (OPM).
OPM 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... | C++ | examples/upscale_singlephase.cpp | jokva/opm-upscaling | gpl-3.0 | 1,924 | 73 | codeparrot/github-code |
472eb394a0e25f5be98c61cf94a9a44385cc4e7f5027076737ebc54e84287186 | <!DOCTYPE HTML>
<html lang="en">
<head>
<title>OSXvnc FAQ</title>
<meta name=title content="OSXvnc FAQ">
<meta name=Keywords content="OSX vnc OSXvnc FAQ">
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<style>
.content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-... | HTML | OSXvnc.html | copilot-com/OSXvnc | gpl-3.0 | 22,778 | 305 | codeparrot/github-code |
bed7ef5dbdc76889c4224314267ef11d95035e96b5892901833958e806abfdf0 | # Copyright (C) 2012,2013
# Max Planck Institute for Polymer Research
# Copyright (C) 2008,2009,2010,2011
# Max-Planck-Institute for Polymer Research & Fraunhofer SCAI
#
# This file is part of ESPResSo++.
#
# ESPResSo++ is free software: you can redistribute it and/or modify
# it under the terms of t... | Python | src/Int3D.py | capoe/espressopp.soap | gpl-3.0 | 3,721 | 150 | codeparrot/github-code |
28173e8fbf80a3f7ccaba30869bee389891213ba547d30ec2e160e9cee5cbab7 | /***************************************************************************
* *
* 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 So... | C++ | eiskaltdcpp-qt/src/SpellCheck.cpp | pavel-pimenov/eiskaltdcpp | gpl-3.0 | 3,864 | 125 | codeparrot/github-code |
2e6cd45781d29e8b17380ee2d2cb3eec7aff5a77f8cde774460d0b6a08ce27d5 | //=================================================================================================
// Copyright (c) 2013, Johannes Meyer, TU Darmstadt
// All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are... | C | src/hector/hector_localization/hector_pose_estimation_core/include/hector_pose_estimation/state.h | TilletJ/leader-follower | gpl-3.0 | 9,477 | 234 | codeparrot/github-code |
fdec005f0df78487dee735cdf9c871ef0a4e25c745cf305d64f40bdbd257abd0 | /* Copyright (C) 2015 Stephane Caron <caron@phare.normalesup.org>
*
* This file is part of the manipulation_markers package.
*
* manipulation_markers 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, eithe... | C | include/manipulation_markers/contact_marker.h | Tastalian/manipulation_markers | gpl-3.0 | 1,997 | 62 | codeparrot/github-code |
548743d77174ab63fb894f370be657b063f06729cc652bcca40948be626bc15a | package ch.inofix.timetracker.web.internal.portlet.action;
import javax.portlet.PortletRequest;
import javax.servlet.http.HttpServletRequest;
import com.liferay.portal.kernel.util.ParamUtil;
import com.liferay.portal.kernel.util.PortalUtil;
import ch.inofix.timetracker.model.TaskRecord;
import ch.inofix.timetracker.... | Java | timetracker-web/src/main/java/ch/inofix/timetracker/web/internal/portlet/action/ActionUtil.java | chrberndt/ch-inofix-timetracker | gpl-3.0 | 1,296 | 49 | codeparrot/github-code |
dac4c6bc3d6cfb460bdaba4e41ca47562c8da979e08e7269e1e94451c5c12f51 | package net.gazeplay.commons.configuration.observableproperties;
import javafx.beans.property.IntegerPropertyBase;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
@RequiredArgsConstructor
@Slf4j
public abstract ... | Java | gazeplay-commons/src/main/java/net/gazeplay/commons/configuration/observableproperties/PropertiesIntegerProperty.java | schwabdidier/GazePlay | gpl-3.0 | 1,355 | 51 | codeparrot/github-code |
44d76e6aa07391057e0c49c3754de9d1c09db8fff70074fbe106c452c10a5edc | /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
*
* Copyright 2010-2015, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright 2015, Dominik Schmidt <domme@tomahawk-player.org>
*
* Tomahawk is free software: you can redistribute it and/or modify
* it under the... | C++ | src/libtomahawk/Result.cpp | tomahawk-player/tomahawk | gpl-3.0 | 13,674 | 715 | codeparrot/github-code |
56c96dbfc12c21d42c5c919b7a2b50bb2b547370fb2476398c890c12cfef38cb | /*
Copyright (C) 2011 Exascale Research Center
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program ... | C++ | microcreator/examples/PluginExamples/PassChange/PluginChange.cpp | jenesuispasgoth/microperf | gpl-3.0 | 6,509 | 246 | codeparrot/github-code |
86884d13344664fedfd6d63007e9cb575e50592661ed36fe2e6a63fdb7915e35 | /*
BlamLib: .NET SDK for the Blam Engine
See license\BlamLib\BlamLib for specific license information
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
namespace BlamLib.Forms
{
/// <summary>
/// ... | C# | BlamLib/BlamLib.Forms/Util.cs | BipolarAurora/H-CE-Opensauce-V5 | gpl-3.0 | 1,991 | 78 | codeparrot/github-code |
4e743024b04bbb71e897dee1655fc90e1e74f5e67f13ab31f4f2283d72804840 | using EloBuddy;
using LeagueSharp.Common;
namespace myViktor.Manager.Events.Games.Mode
{
using System.Linq;
using myCommon;
using LeagueSharp.Common;
internal class Auto : Logic
{
internal static void Init()
{
if (Menu.GetBool("AutoR") && Me.HasBuff("ViktorChaosStormTi... | C# | Core/AIO Ports/mySeries/myViktor/Manager/Events/Games/Mode/Auto.cs | saophaisau/port | gpl-3.0 | 2,024 | 58 | codeparrot/github-code |
88440b2d3bf53f082d7ef18a8250eb13d1ca24a263d8e8ad4df71cf7a5511e34 | /*
Park Catcher Montréal
Find a free parking in the nearest residential street when driving in
Montréal. A Montréal Open Data project.
Copyright (C) 2012 Mudar Noufal <mn@mudar.ca>
This file is part of Park Catcher Montréal.
This program is free software: you can redistribute it and/or modify... | Java | android/src/com/actionbarsherlock/app/SherlockMapFragment.java | dannydaniel/ParkCatcher | gpl-3.0 | 3,159 | 94 | codeparrot/github-code |
a09b109ddedd6c40f13e8078e19bf850fad17c9cb82b126ef06771d09fcbf3ad | /* Concatenate strings.
Copyright (C) 1999, 2002, 2006, 2010-2014 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
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 Fo... | C | lib/strncat.c | shichao-an/coreutils | gpl-3.0 | 1,088 | 34 | codeparrot/github-code |
9772d318d9df8b4983f477a476bdb36288871b02d3d45bde0409e2b31206943a | package role.market;
import mainCity.PersonAgent;
import mainCity.contactList.ContactList;
import mainCity.gui.trace.AlertLog;
import mainCity.gui.trace.AlertTag;
import role.Role;
//import market.interfaces.*;
import agent.Agent;
import mainCity.market.MarketMenu;
import mainCity.market.MarketMenu.Item;
import main... | Java | src/role/market/MarketCustomerRole.java | marcuseng/simcity | gpl-3.0 | 13,428 | 503 | codeparrot/github-code |
ff13c59a7e837f0729cdbb334a10d32e0626ef76b3f1032feeac45b506f88d21 | <?php
/**
* Created by JetBrains PhpStorm.
* User: project swissbib - Guenter Hipler
* Date: 3/27/12
* Time: 4:46 PM
* extension for mobile solution written by Lionel Walter, EPFL
*/
class MobileConfigs
{
//backlinktypes : [SWISSBIB | SOURCESYSTEM]
private static $backlinkType = "SOURCESYSTEM";
... | PHP | include/MobileConfigs.php | swissbib/swissbibMobile | gpl-3.0 | 2,356 | 57 | codeparrot/github-code |
6699d42f499722fa101a48432ffef04fd39bca63252cc655320fe803f7dd9a1c | -----------------------------------------
-- ID: 5194
-- Item: Bowl of Pomodoro Sauce
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Intelligence 2
-- Mind 2
-- HP Recovered while healing +1
-----------------------------------------
require("scripts/globals/status");
----------------------... | Lua | scripts/globals/items/bowl_of_pomodoro_sauce.lua | Whitechaser/darkstar | gpl-3.0 | 947 | 36 | codeparrot/github-code |
70d46fd58f4e79d0192debfff45301d1af6db9d231e35a49762d3dcb4228efa3 | # Copyright (C) 2105 wysiwyng
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is d... | Python | voltaged.py | wysiwyng/sr13 | gpl-3.0 | 1,416 | 38 | codeparrot/github-code |
82f1671c5af596d1c0a2a1b4ffe6a18937356c00788a4db4a56058e574ed8692 | /*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1996,2007 Oracle. All rights reserved.
*
* $Id: db_upg_opd.c,v 12.9 2007/05/17 15:14:57 bostic Exp $
*/
#include "db_config.h"
#include "db_int.h"
#include "dbinc/db_page.h"
#include "dbinc/btree.h"
static int __db_build_bi __P((DB *... | C | db-4.6.21/db/db_upg_opd.c | monkeyiq/libstldb4 | gpl-3.0 | 8,345 | 344 | codeparrot/github-code |
a17071ebbde4ae27fd29ed2014d7ab466f1bb4d1955d10eaa1268122b00d4041 | namespace Grove.CardsLibrary
{
using System.Collections.Generic;
using Grove.Costs;
using Grove.Effects;
using Grove.AI.TimingRules;
public class ViashinoSandswimmer : CardTemplateSource
{
public override IEnumerable<CardTemplate> GetCards()
{
yield return Card
.Named("Viashino Sands... | C# | source/Grove/CardsLibrary/ViashinoSandswimmer.cs | calebbell644/magicgrove | gpl-3.0 | 1,178 | 32 | codeparrot/github-code |
bca1903f05b11461d8eda30094e4d28d767278195b766af00eb9dae982dc1352 | /*
* This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://ugfx.org/license.html
*/
/**
* @file src/ginput/ginput_keyboard_microcode.c
* @brief GINPUT keyboard standard microcode definitio... | C | libs/ugfx/src/ginput/ginput_keyboard_microcode.c | TRothfelder/Multicopter | gpl-3.0 | 2,208 | 74 | codeparrot/github-code |
81f0de5c118938390e52aa859627ff9ce3016d535599f16f122388652f426186 | //
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// The authors gratefully acknowledge the support of
// GeNeSys mbH & Co. KG in pr... | C++ | foreign/boost/libs/numeric/ublas/test/test11.cpp | cppisfun/GameEngine | gpl-3.0 | 9,127 | 268 | codeparrot/github-code |
e14b14612d35b9517742eb700a5429f8267cf89f6319e236dea9519b4caf3aec | /***************************************************************************
* This file is part of the CuteReport project *
* Copyright (C) 2012-2014 by Alexander Mikhalov *
* alexander.mikhalov@gmail.com *
* ... | C | src/core/log/log.h | navrocky/CuteReport | gpl-3.0 | 4,917 | 140 | codeparrot/github-code |
60a6aac79c0b4b536616469924a0eaf449d1036c1d0a696be72d4d5be2bb3a41 | /*
* Copyright (C) 1998-2001, The University of Queensland
* Copyright (C) 2001, Sun Microsystems, Inc
* Copyright (C) 2002, Trent Waddington
*
* See the file "LICENSE.TERMS" for information on usage and
* redistribution of this file, and for a DISCLAIMER OF ALL
* WARRANTIES.
*
*/
/*==========================... | C++ | frontend/njmcDecoder.cpp | aidanhs/boomerang-experiments | gpl-3.0 | 11,325 | 293 | codeparrot/github-code |
eb08a82750cd648b5b84f6532f0e33412f5e3d46d2876872b5df9dba8f085511 | /* $Id: bmw.c 227 2010-06-16 17:28:38Z tp $ */
/*
* BMW implementation.
*
* ==========================(LICENSE BEGIN)============================
*
* Copyright (c) 2007-2010 Projet RNRT SAPHIR
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated doc... | C | src/crypto/ghostrider/sph_bmw.c | Bendr0id/xmrigCC | gpl-3.0 | 29,450 | 987 | codeparrot/github-code |
9e6bae4bc80e57f62531e6bdb5ddf9618ea824106996eaa403670c8e55b2ce02 | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>健新快速开发平台|OSGI|JXTECH|电厂生产管理系统|广州健新自动化科技有限公司</title>
<meta name="description" content="健新快速开发平台是一个插件式开发平台,支持桌面、移动终端自适应。"/>
<meta name="keywords"
content="开源,OSGI,健新科技,开发平台,移动开发,JAVA,Mobile,Platform,ADF,Framework,Struts,Spring,Hibernate... | HTML | Source/JxADF/JxPlatform/src/main/webapp/about/index.html | chenkangyao/JXADF | gpl-3.0 | 9,891 | 235 | codeparrot/github-code |
7934fe02d6585e14751d02c1671156215363a47ab3408b493467da40eb228b58 | /****************************************************************************
*
* This file is part of the ustk software.
* Copyright (C) 2016 - 2017 by Inria. All rights reserved.
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* (... | C++ | apps/ustk/virtual-server/usVirtualServer.cpp | lagadic/ustk | gpl-3.0 | 98,924 | 1,994 | codeparrot/github-code |
6dc4ff3735b3edd1e7be90cd291fd715ac48a597257f06c458ea6d437941ceb0 | /*
* Copyright (C) 2012-2013 Arctium <http://arctium.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 Foundation, either version 3 of the License, or
* (at your option) any later version.
*
... | C# | Framework/ObjectDefines/Account.cs | AnthoDevMoP/Mop-5.1.0-Core | gpl-3.0 | 1,218 | 34 | codeparrot/github-code |
c04c92e203df65441749f5b3ab45df3730f6040d85c65bc45f13039d0ae591aa | /*
This file is part of cpp-ethereum.
cpp-ethereum is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
cpp-ethereum is distributed in the... | C | libdevcore/OverlayDB.h | holiman/cpp-ethereum | gpl-3.0 | 1,512 | 62 | codeparrot/github-code |
aea74c5196814dc4df6b16be8c1b91ea41c36200fb6d2b33a9552e7252a5a8a4 | /*
* Copyright (C) 2016 Lefteris Paraskevas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This p... | Java | src/com/left8/evs/samodule/EmoticonsAnnotator.java | Lefteris008/MScThesis | gpl-3.0 | 3,424 | 97 | codeparrot/github-code |
9c05cf37a2b169ebaba9bc88d61beae6f64b7ccd6d1cc99d0dd856d045ebcd81 | <?php
// Copyright (C) 2008-2018 Lonnie Abelbeck
// This is free software, licensed under the GNU General Public License
// version 3 as published by the Free Software Foundation; you can
// redistribute it and/or modify it under the terms of the GNU
// General Public License; and comes with ABSOLUTELY NO WARRANTY.
/... | PHP | package/webinterface/altweb/admin/openvpn.php | astlinux-project/astlinux | gpl-3.0 | 36,572 | 969 | codeparrot/github-code |
e3d0536b5a0c7d33bbc3a4d713854dd6dc53819dd78528db416fb42d2fcfe282 | /* -*- Mode: C++; coding: utf-8; tab-width: 3; indent-tabs-mode: tab; c-basic-offset: 3 -*-
*******************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011.
*
* Al... | C++ | libtitania-x3d/Titania/X3D/Components/RigidBodyPhysics/Contact.cpp | create3000/titania | gpl-3.0 | 5,160 | 127 | codeparrot/github-code |
5f8e3eb22aa70fab2512b60287d4b2a40df500352b19c5b13f8ebc594d8c972d | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<title>
Class: Ronin::Web::Middleware::Filte... | HTML | docs/ronin-web/Ronin/Web/Middleware/Filters/RefererFilter.html | ilsec/ilsec.github.io | gpl-3.0 | 9,178 | 364 | codeparrot/github-code |
22e3957ebd319eadcbe0aada51d737096a5ddc998550b7eb4bc258aa8d92f57a | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_NTP_SNIPPETS_BOOKMARKS_BOOKMARK_LAST_VISIT_UTILS_H_
#define COMPONENTS_NTP_SNIPPETS_BOOKMARKS_BOOKMARK_LAST_VISIT_UTILS_H_
#include <v... | C | oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/components/ntp_snippets/bookmarks/bookmark_last_visit_utils.h | geminy/aidear | gpl-3.0 | 3,658 | 83 | codeparrot/github-code |
0000f18c4802cd83c8617a74508b0d45ba7112d94a247bd9731c2eddd9fa3ea2 | /*
* Copyright (C) 2005-2020 Gregory Hedlund & Yvan Rose
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applica... | Java | app/src/main/java/ca/phon/app/session/editor/view/timeline/SegmentationDialog.java | ghedlund/phon | gpl-3.0 | 14,534 | 401 | codeparrot/github-code |
6c491766f1b5b223e577cd9161e451304138316daa8bc0e2849649da5058bb0b | /*
* Lumeer: Modern Data Definition and Processing Platform
*
* Copyright (C) since 2017 Lumeer.io, s.r.o. and/or its affiliates.
*
* 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 ... | TypeScript | src/app/core/store/pivots/pivots.action.ts | livthomas/Lumeer-web-ui | gpl-3.0 | 1,763 | 57 | codeparrot/github-code |
e53d2b6e991731d1c730ae11ba5b077adcae898b0b3cbfd681bfae5c95a1fcf3 | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtBluetooth module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid co... | C | oss/qt/qt-everywhere-opensource-src-5.9.0/qtconnectivity/src/bluetooth/qprivatelinearbuffer_p.h | geminy/aidear | gpl-3.0 | 5,601 | 180 | codeparrot/github-code |
f8290c3efbd9dccf5307d9dfe76910648d530b936d4f723b36507a5ceded94fd | using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Globalization;
using System.Text;
using System.Windows.Forms;
using MissionPlanner.Controls;
using MissionPlanner.Utilities;
namespace MissionPlanner.GCSViews.ConfigurationView
{
public partial class ConfigArdu... | C# | GCSViews/ConfigurationView/ConfigArdurover.cs | GeekBoy666/VGCS | gpl-3.0 | 13,344 | 364 | codeparrot/github-code |
02473fd139d56044c8d7551de95fa400afe8e37b2fbf458931448a6e2f4f9e37 | /*
* This file is part of OpenObjectStore OOS.
*
* OpenObjectStore OOS is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Open... | C++ | include/matador/db/sqlite/sqlite_connection.hpp | zussel/oos | gpl-3.0 | 2,972 | 121 | codeparrot/github-code |
c3f0a32a57ec1018940c6bc45386027cf093a545df84119c894bba518b7919fa | /**************************************************************************
* This file is part of the Fraqtive program
* Copyright (C) 2004-2012 Micha³ Mêciñski
*
* 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 Sof... | C | src/presetlistview.h | svn2github/fraqtive | gpl-3.0 | 1,366 | 50 | codeparrot/github-code |
1f7f7784efaac31381e8aae7a831ad03a4e11bd4e6b6bbe10d6808be2a3721ef | # -*- coding: utf-8 -*-
#
# Copyright (C) 2014-2015 Bitergia
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This ... | Python | octopus/backends/docker.py | pombredanne/Octopus | gpl-3.0 | 4,586 | 152 | codeparrot/github-code |
e90229b34806010ab69f6cba06721ef6a041232d816acb15639dd8ae67cae0f2 | /**********************************************************************
gc.c -
$Author: yugui $
created at: Tue Oct 5 09:44:46 JST 1993
Copyright (C) 1993-2007 Yukihiro Matsumoto
Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Copyright (C) 2000 Information-technology Promotion Agenc... | C | platform/shared/ruby/gc.c | jonathant/rhodes | gpl-3.0 | 70,314 | 2,944 | codeparrot/github-code |
7356df9cb1866f6c7c22a45dadfe42273382e0299ca0ec83f7cb51443dd24eb3 | // Copyright (c) 2005 - 2015 Settlers Freaks (sf-team at siedler25.org)
//
// This file is part of Return To The Roots.
//
// Return To The Roots 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 ... | C++ | src/GameMessage.cpp | ikharbeq/s25client | gpl-3.0 | 4,772 | 93 | codeparrot/github-code |
60afb613dea0a563e10bc41e7d2f7a592cbc70995cc860f9a3bb2ad49c138d35 | #include <SnoopDataChange>
#include <SnoopIp>
#include <SnoopTcp>
#include <SnoopUdp>
REGISTER_METACLASS(SnoopDataChange, SnoopProcess)
// ----------------------------------------------------------------------------
// SnoopDataChange
// ----------------------------------------------------------------------------
Sno... | C++ | include/process/snoopdatachange.cpp | gilgil1973/snoop90 | gpl-3.0 | 8,361 | 266 | codeparrot/github-code |
5c5428fadc088dd4d0a230f8dd04fc49c9a5f49e848d5cac49f9a08db5ed4479 | package com.llamacorp.equate.test;
import android.content.Context;
import android.content.res.Resources;
import android.support.test.InstrumentationRegistry;
import android.support.test.espresso.Espresso;
import android.support.test.espresso.matcher.ViewMatchers;
import android.support.test.runner.AndroidJUnit4;
impo... | Java | app/src/androidTest/java/com/llamacorp/equate/test/TestEspressoUnitTypeVisibility.java | EvanRespaut/Equate | gpl-3.0 | 11,172 | 328 | codeparrot/github-code |
7a4997a82f087192007ce502268df8c8429a6cce2843b23e46b7919968950d8e | /*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2006,2007 Oracle. All rights reserved.
*
* $Id: repmgr_queue.c,v 1.9 2007/05/17 15:15:51 bostic Exp $
*/
#include "db_config.h"
#define __INCLUDE_NETWORKING 1
#include "db_int.h"
typedef STAILQ_HEAD(__repmgr_q_header, __repmgr_messag... | C | db-4.6.21/repmgr/repmgr_queue.c | monkeyiq/libstldb4 | gpl-3.0 | 3,215 | 156 | codeparrot/github-code |
a08c240b7e111c2d148f29d66427e090a06bd4397022e70d6c425baec7f6c961 | #!/bin/bash
SCRIPT_DIR=${PWD##*/}
IS64BIT=$(getconf LONG_BIT)
if [ "$IS64BIT" == "64" ]; then
LIBPREFIX="lib32"
else
LIBPREFIX="lib"
fi
if [ "$SCRIPT_DIR" == "bin" ]; then
# Xash3D SDL is installed in system, so run it from lib/xash3d/ directory with Steam HL basedir if XASH3D_BASEDIR is not set
if [ -z "$XASH3D_... | Shell | xash3d.sh | ptitSeb/xash3d | gpl-3.0 | 1,155 | 52 | codeparrot/github-code |
01133f8920a59a9675f0569ebb3c28737ce686d1fa226eb4daaf240547051966 | /*
* simpleVRML.c
*
* Demonstration of ARToolKit with models rendered in VRML.
*
* Press '?' while running for help on available key commands.
*
* Disclaimer: IMPORTANT: This Daqri software is supplied to you by Daqri
* LLC ("Daqri") in consideration of your agreement to the following
* terms, and your us... | C | examples/simpleVRML/simpleVRML.c | hyg19831230/artoolkit5 | gpl-3.0 | 23,531 | 706 | codeparrot/github-code |
841cce4b57771c68416166b32a6a1c21ef16502ad4bcd0ec9c9ce7de3d8bbd7e | <?php # Script 16.2 - delete_user.php
// This page is for deleting a user record.
// This page is accessed through view_users.php.
// This page is updated from the version in Chapter 10.
$page_title = 'Delete a User';
include ('includes/header.html');
echo '<h1>Delete a User</h1>';
// Check for a valid user ID, throu... | PHP | ch16/delete_user.php | bkoz/phpmysql | gpl-3.0 | 2,456 | 79 | codeparrot/github-code |
1494b57d9ebcacb65ab478b146f9ce430b5d7ff96c8376e96035e585d62342a0 | <?php
/*
Gibbon, Flexible & Open School System
Copyright (C) 2010, Ross Parker
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
... | PHP | modules/Tracking/dataPoints.php | leofreitas/core | gpl-3.0 | 4,088 | 60 | codeparrot/github-code |
413fb1d86b1d6670348bb867e075bc794b2657e7653a7556954edf22eb97422b | #!/bin/bash
# -*- Mode: sh; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
#
# Authors:
# Sam Hewitt <sam@snwh.org>
# Peter Cornelis <poltertec@gmail.com>
#
# Description:
# An installation bash script for EvoPop GTK Theme
#
# Legal Stuff:
#
# This file is part of the EvoPop GTK Theme and is free software... | Shell | install-gtk-azure-theme.sh | solus-cold-storage/evopop-gtk-theme | gpl-3.0 | 4,141 | 163 | codeparrot/github-code |
21da752522edd7f2cb5e9384cca60086434b463d163e98d9fe892d9ed42f269a | // This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is dis... | JavaScript | Gruntfile.js | iomad/iomad | gpl-3.0 | 33,930 | 869 | codeparrot/github-code |
a1dad89e600961c54fee51978616fd4f9934c2bc5595b4dd1c42649e53a3dc8f | /*
**************************************************************************************************************************
** CORAL Management Module v. 1.0
**
** Copyright (c) 2010 University of Notre Dame
**
** This file is part of CORAL.
**
** CORAL is free software: you can redistribute it and/or modify it under... | JavaScript | js/forms/documentForm.js | pontifechs/management | gpl-3.0 | 6,690 | 224 | codeparrot/github-code |
26e90e6aef22335ede18a867ec5930483e5347013e6fc294f149dfe1168f9aef | #include "sortedrulestreewidget.h"
#include "ui_sortedrulestreewidget.h"
#include "configurationstack.h"
#include "editorconfig.h"
#include "loopdialog.h"
#include "ruledialog.h"
SortedRulesTreeWidget::SortedRulesTreeWidget(QWidget *parent) :
QWidget(parent),
ui(new Ui::SortedRulesTreeWidget),
_sort_mode(SortedR... | C++ | piga-systrans/src/context-editor_src/sortedrulestreewidget.cpp | Siosm/contextd-capture | gpl-3.0 | 11,045 | 354 | codeparrot/github-code |
a29e691bd805b546d1025256fe170f50820ae80a9e0899c158832dd64e0d6d62 | /*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java | java/android-sdk-linux_r24.4.1_src/sources/android-23/com/android/ex/chips/RecipientEntry.java | syslover33/ctank | gpl-3.0 | 10,100 | 264 | codeparrot/github-code |
79a612f7545a4cefe15439988b277ef9d8ed1ea17ba5bdf05e1487e2bb4375a6 | <?php
/**
* Class for the definition of a widget that is
* called by the class of the main module
*
* @package SZGoogle
* @subpackage Widgets
* @author Massimo Della Rovere
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*/
if (!defined('SZ_PLUGIN_GOOGLE') or !SZ_PLUGIN_GOOGLE) di... | PHP | app-root/data/plugins/sz-google/classes/widget/SZGoogleWidgetDriveEmbed.php | rossonet/maker_imola_city | gpl-3.0 | 6,191 | 177 | codeparrot/github-code |
1eed7a3893eb3e0e81311a466b15cc201c53851f0244500ebb8dcf8b6f644d75 | #pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2.
*
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md
* For more information, visit h... | C | src/openrct2/ride/coaster/inverted_hairpin_coaster.c | Dennis-Z/OpenRCT2 | gpl-3.0 | 46,206 | 971 | codeparrot/github-code |
d3aa83c52509701d62e19bfb3bba87fd864c419e9bfc0bd9c2448d24be5810c8 | {# Minimum HTML5 template #} {% load tags %}
<!DOCTYPE html>
<html lang="fr">
<!--
This file is part of Heimdall.
Heimdall 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... | HTML | server/heimdall/templates/layout-page.html | r4is3/heimdall | gpl-3.0 | 11,761 | 274 | codeparrot/github-code |
70fc06ca199a1753e8e1c2746c6a19d79ad8c68667ef395927159831aeabc57a | /*
* asm-generic/int-ll64.h
*
* Integer declarations for architectures which use "long long"
* for 64-bit types.
*/
#ifndef _ASM_GENERIC_INT_LL64_H
#define _ASM_GENERIC_INT_LL64_H
#include <asm/bitsperlong.h>
#ifndef __ASSEMBLY__
/*
* __xx is ok: it doesn't pollute the POSIX namespace. Use these in the
* head... | C | cross/aarch64-unknown-linux-gnueabi/aarch64-unknown-linux-gnueabi/sysroot/usr/include/asm-generic/int-ll64.h | javilonas/NCam | gpl-3.0 | 800 | 39 | codeparrot/github-code |
5de4f3ed585074552063e0a7966dcc7a212a535c4e57847d66919d2928b854f9 | /*This software and documentation is copyright © 2009 by Christopher Quince.*/
/*Permission is granted for anyone to copy, use, or modify these programs and documents for purposes of research or education, provided this copyright notice is retained, and note is made of any changes that have been made.*/
/* These pro... | C | ampliconnoise/FClusterM/FClusterM.h | fhcrc/ampliconnoise | gpl-3.0 | 2,154 | 79 | codeparrot/github-code |
152c6d41e4f889e5e2248f1653eeb75493e3449baa02243f2ca614f121d75b8f | <?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle ... | PHP | lang/en/block_microsoft.php | Microsoft/moodle-block_microsoft | gpl-3.0 | 12,001 | 152 | codeparrot/github-code |
feaa967a1fab84304417a9bc52d01178844ad7124c4d27cf0e988f09b28e2285 | /*
Copyright 2017 Skytechnology sp. z o.o..
This file was part of MooseFS and is part of LizardFS.
LizardFS 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, version 3.
LizardFS is distributed i... | C | src/master/acl_storage.h | lizardfs/lizardfs | gpl-3.0 | 2,706 | 113 | codeparrot/github-code |
20aae03086c371853e6599e8ae0ae8c8356f1e9523d0d0913d86e7eedafb187a | /**
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
* Copyright (C) 2012-2020 Hercules Dev Team
* Copyright (C) Athena Dev Teams
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by... | C | src/map/mercenary.c | datmumbles/Hercules | gpl-3.0 | 15,181 | 597 | codeparrot/github-code |
20a5e2e1597e8f9dfe7695557e3aa99121861d2ae4c5061b88cc6ab2bfa93ccc | <?php
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2016 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
* Copyright (... | PHP | htdocs/contrat/services_list.php | tomours/dolibarr | gpl-3.0 | 33,056 | 761 | codeparrot/github-code |
ac01a5e7d07fc1a0e9745e83d6065021cfb440447583de5f0574a91241245e4b | /*
* Buffered I/O for ffmpeg system
* Copyright (c) 2000,2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
* FFmpeg 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... | C | mplayer_android/libavformat/aviobuf.c | dr4g0nsr/mplayer-skyviia-8860 | gpl-3.0 | 21,136 | 867 | codeparrot/github-code |
ce5f0ed00f168c45513ec41def1688c03e783d5a4aa9646d426c100aeea15229 | /*
* Hello Minecraft! Launcher.
* Copyright (C) 2013 huangyuhui <huanghongxun2008@126.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at you... | Java | HMCL/src/core/java/org/jackhuang/hellominecraft/launcher/core/auth/UserProfileProvider.java | RedL0tus/HMCL | gpl-3.0 | 2,803 | 110 | codeparrot/github-code |
f2042b494bb33c733166642b692fadb90a9e326ebbcabe93738373ac285b1eaf | /**
*
* This file contains code from the IOCipher Camera Library "CipherCam".
*
* For more information about IOCipher, see https://guardianproject.info/code/iocipher
* and this sample library: https://github.com/n8fr8/IOCipherCameraExample
*
* IOCipher Camera Sample is distributed under this license (aka the 3-... | Java | camCipher/src/main/java/info/guardianproject/iocipher/camera/GalleryActivity.java | guardianproject/CameraV | gpl-3.0 | 23,358 | 840 | codeparrot/github-code |
f8223253cd5a0ca61cfe75a842069d95c52d8bf9beefbb45059e338fb9308bb1 | ########################################################################
# File : Optimizer.py
# Author : Stuart Paterson
########################################################################
"""
The Optimizer base class is an agent that polls for jobs with a specific
status and minor status pair. The checkJo... | Python | WorkloadManagementSystem/Agent/OptimizerModule.py | petricm/DIRAC | gpl-3.0 | 11,859 | 308 | codeparrot/github-code |
3076307ed969708b89e47513cd04a48b6109c6e0fc398d507cf0db981048ebf6 | //
// Copyright (C) 2012 Opensim Ltd.
// Author: Tamas Borbely
//
// 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
// of the License, or (at your option) any later vers... | C++ | inetmanet-2.0/src/linklayer/queue/FIFOQueue.cc | ngocthienle/SG_OMNeTpp | gpl-3.0 | 1,668 | 67 | codeparrot/github-code |
b275105ee27b7711d4e17b104116415658d997eda0962515a64bdbdc4d85531a | #Copyright ReportLab Europe Ltd. 2000-2012
#see license.txt for license details
#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/pdfgen/pdfimages.py
__version__=''' $Id$ '''
__doc__="""
Image functionality sliced out of canvas.py for generalization
"""
import os
import string
fr... | Python | taskcoach/taskcoachlib/thirdparty/src/reportlab/pdfgen/pdfimages.py | TaskEvolution/Task-Coach-Evolution | gpl-3.0 | 8,517 | 220 | codeparrot/github-code |
5f5d2df9178058ab619b817738890459f1de0a9b55bb4db87a7f9c29d7ba543a | /*
* Copyright (c) 2009 Levente Farkas
* Copyright (c) 2007, 2008 Wayne Meissner
*
* This file is part of gstreamer-java.
*
* This code is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3 only, as
* published by the Free Software Foun... | Java | src/org/gstreamer/lowlevel/GstQueryAPI.java | gstreamer-java/gstreamer1.x-java | gpl-3.0 | 4,936 | 114 | codeparrot/github-code |
6533b76ddf1f0df45fc3b7bdef6e0474aba2f46a0c80cfc42e7a1a9d26319f16 | "use strict";
import path from "path";
import fs from "fs";
import ValidatorConfiguration from "../validatorConfiguration";
import ValidatorConfigError from "../exception/validatorConfigError";
import ValidationError from "../exception/validationError";
import ValidatorError from "../exception/validatorError";
export ... | JavaScript | src/js/helpers/validatorHelper.js | wmoulin/iwalid | gpl-3.0 | 6,533 | 154 | codeparrot/github-code |
3c41fe99b05d14d757f2caa49c700edddb286df4c327b80a501406429ed1dc38 | package Resources::Network::Proxy;
### This is Net::Proxy , all credits go to the author of the distribution
use strict;
use warnings;
use Carp;
use Scalar::Util qw( refaddr reftype );
use IO::Select;
use POSIX 'strftime';
our $VERSION = '0.12';
# interal socket information table
my %SOCK_INFO;
my %LISTENER;
my %CL... | Perl | lib/Resources/Network/Proxy.pm | Templar-os/nemesis | gpl-3.0 | 21,167 | 785 | codeparrot/github-code |
9510dfdad7ba0e3ef3a29e3f474d9837177f64d4f52963c96706707808d7899a | # Copyright (C) 2007-2016 Hypertable, Inc.
#
# This file is part of Hypertable.
#
# Hypertable is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or any later version.
#
# Hyper... | CMake | cmake/FindCeph.cmake | hypertable/hypertable | gpl-3.0 | 1,751 | 65 | codeparrot/github-code |
38256cbde56c07e50a6dd48cc866983614b0da3bd17233bc7eb59bf6b3c9830f | import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import org.sickbeard.FutureEpisodes;
import org.sickbeard.FutureEpisodes.SortEnum;
import org.sickbeard.His... | Java | test/src/SickBeardTestCase.java | hastoukopsaro/sick-stache | gpl-3.0 | 2,640 | 117 | codeparrot/github-code |
7659150f6a5b5a22898bed66ab72ab67a209dd9cb8ddcef0113910d7201f5100 | <!DOCTYPE html>
<html>
<head>
<title>CCC Samples - Real time</title>
<meta name="svg.render.forceflash" content="true">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="../ccc-js/src/main/javascript/package-res/lib/jquery.js"></script>
<scr... | HTML | examples/SampleRT2.html | davidmsantos90/ccc | mpl-2.0 | 32,985 | 418 | codeparrot/github-code |
a5bb9b025d848aa9e8ef62eb54decf9e43c1187ac9e87a8fda6f1178d48c7ef9 | /*
This file is part of SUPPL - the supplemental library for DOS
Copyright (C) 1996-2000 Steffen Kaiser
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 ... | C | freedos/source/command/suppl/src/dstrappc.c | joyent/sdcboot | mpl-2.0 | 1,949 | 71 | codeparrot/github-code |
bd905b9bfad4b2e52058994e6fe429b3d85d21d561e41d91ade0f782554f8b64 | ---
layout: "aws"
page_title: "AWS: aws_appautoscaling_policy"
sidebar_current: "docs-aws-resource-appautoscaling-policy"
description: |-
Provides an Application AutoScaling Policy resource.
---
# aws\_appautoscaling\_policy
Provides an Application AutoScaling Policy resource.
## Example Usage
```
resource "aws_ap... | Markdown | website/source/docs/providers/aws/r/appautoscaling_policy.html.markdown | TStraub-rms/terraform | mpl-2.0 | 4,096 | 78 | codeparrot/github-code |
20aebac0ae90de09c391824fb5e145bdecd274eea74e4d632618797d515c2300 | /*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package works.chatterbox.chatterbox.localization;
import com.google.common.base.Preconditions;
import org.jetb... | Java | modules/Chatterbox/src/main/java/works/chatterbox/chatterbox/localization/LanguageBuilder.java | Chatterbox/Chatterbox | mpl-2.0 | 6,067 | 167 | codeparrot/github-code |
dda73ac6ece28851ebc8cbc5728d1bc5573389fc1807c7b382a6f9cb6b8206e5 | /*
* Copyright (c) 2005 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
* retains certain rights in this software.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond... | C | 3rdparty/exodus/exodus/cbind/src/ex_get_names.c | polymec/polyglot-dev | mpl-2.0 | 5,720 | 155 | codeparrot/github-code |
7a851c874aab24451b4c280affc12e83a8a74e985ab826c41f363cb0fdd79f9d | from django.core.management.base import BaseCommand
from django.db.utils import IntegrityError
from apps.referencepool.models import *
import requests
import json
import os
__author__ = 'fki'
class Command(BaseCommand):
help = 'Harvest external resources to fill the Reference Pool'
def handle(self, *args, *... | Python | apps/referencepool/management/commands/harvest.py | policycompass/policycompass-services | agpl-3.0 | 2,610 | 73 | codeparrot/github-code |
75f6c89939913a8b6e5d44e988973987320b362ebff2b755963f361341732ffe | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | Java | Source Library/openmaxims_workspace/ValueObjects/src/ims/RefMan/vo/domain/DiagnosisManagementVoAssembler.java | FreudianNM/openMAXIMS | agpl-3.0 | 26,708 | 609 | codeparrot/github-code |
a6b4bd327caa22f2ee42d515e5fc990bff7fae5603f0d2868c233275961712c7 | #!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright (C) 2009-2012:
# Gabes Jean, naparuba@gmail.com
# Gerhard Lausser, Gerhard.Lausser@consol.de
# Gregory Starck, g.starck@gmail.com
# Hartmut Goebel, h.goebel@goebel-consult.de
#
# This file is part of Shinken.
#
# Shinken is free software: you can redis... | Python | shinken/objects/checkmodulation.py | xorpaul/shinken | agpl-3.0 | 4,462 | 124 | codeparrot/github-code |
516e188038b20947f86bfd1bdf8808a581c7dd32d18694315d2e4875879496be | {% extends "gobar_page.html" %}
{% block subtitle %} - {{ gettext('Error %(error_code)s', error_code=c.code[0]) }}{% endblock %}
{% block content %}
<div id="error" class="container-fluid">
<div class="restricted-max-width">
<div id="error-text" class="col-xs-12 col-md-10 col-md-offset-1">
... | HTML | ckanext/gobar_theme/templates/error_document_template.html | gobabiertoAR/datos.gob.ar | agpl-3.0 | 1,721 | 39 | codeparrot/github-code |
ce74054bc06545322fd55b18a8bbc9270e325e6cf740d69b895050a7e2541c6d | /*
* Copyright (C) 2016 ScyllaDB
*/
/*
* This file is part of Scylla.
*
* Scylla is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later... | C++ | range_tombstone_list.cc | duarten/scylla | agpl-3.0 | 18,378 | 467 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.