code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 3 942 | language stringclasses 30
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
/*
FatRat download manager
http://fatrat.dolezel.info
Copyright (C) 2006-2011 Lubos Dolezel <lubos a dolezel.info>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation.
This program is distribu... | LubosD/fatrat-jplugins | core/src/main/java/info/dolezel/fatrat/plugins/util/XmlUtils.java | Java | gpl-2.0 | 2,849 |
/*
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
* Copyright (C) 2009-2010 MaNGOSZero <http://github.com/mangoszero/mangoszero/>
*
* 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... | FoOtY/ClassyWoW | src/game/Creature.h | C | gpl-2.0 | 26,448 |
/*!
* Grunt file
*
* @package CheckUser
*/
/* eslint-env node */
module.exports = function ( grunt ) {
var conf = grunt.file.readJSON( 'extension.json' );
grunt.loadNpmTasks( 'grunt-eslint' );
grunt.loadNpmTasks( 'grunt-banana-checker' );
grunt.loadNpmTasks( 'grunt-stylelint' );
grunt.initConfig( {
eslint:... | skizzerz/thetestwiki-checkuser | Gruntfile.js | JavaScript | gpl-2.0 | 640 |
<?php
/**
* @file
* Contains the SearchApiAutocompleteSearch class.
*/
/**
* Class describing the settings for a certain search for which autocompletion
* is available.
*/
class SearchApiAutocompleteSearch extends Entity {
// Entity properties, loaded from the database:
/**
* @var integer
*/
publ... | switch13/tonys-rest | sites/all/modules/search_api_autocomplete/search_api_autocomplete.entity.php | PHP | gpl-2.0 | 4,284 |
# -*- coding: utf-8 -*-
__author__ = 'shreejoy'
import unittest
from article_text_mining.rep_html_table_struct import rep_html_table_struct
class RepTableStructureTest(unittest.TestCase):
@property
def load_html_table_simple(self):
# creates data table object 16055 with some dummy data
with... | neuroelectro/neuroelectro_org | tests/test_rep_html_table_struct.py | Python | gpl-2.0 | 4,596 |
/****************************************************************************
* MeshLab o o *
* An extendible mesh processor o o *
* _ O _ *
* Co... | guerrerocarlos/meshlab | src/plugins/edit_pickpoints/editpickpoints.cpp | C++ | gpl-2.0 | 12,813 |
"""
AUTHOR: Dr. Andrew David Burbanks, 2005.
This software is Copyright (C) 2004-2008 Bristol University
and is released under the GNU General Public License version 2.
MODULE: SystemBath
PURPOSE:
Used to generate System Bath Hamiltonian, given number of bath modes.
NOTES:
The system defined by the Hamiltonian i... | Peter-Collins/NormalForm | src/py/SystemBath.py | Python | gpl-2.0 | 12,748 |
#ifndef UNDO_EFFECT_REORDER_H
#define UNDO_EFFECT_REORDER_H
#include "undo.h"
#include "timeline.h"
#include "engine/clip.h"
class UndoEffectReorder : public QUndoCommand
{
public:
UndoEffectReorder(Timeline *t, Clip *c, int track, int oldId, int newId, bool isVideo) {
clip = c;
timeline = t;
video = isVide... | hftom/MachinTruc | app/timeline/undoeffectreorder.h | C | gpl-2.0 | 768 |
/*
* Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-li... | xoox/linux-2.6.18_pro500 | arch/arm/mach-mx2/crm_regs.h | C | gpl-2.0 | 10,868 |
/******************************************************************************
°æÈ¨ËùÓÐ (C), 2001-2011, »ªÎª¼¼ÊõÓÐÏÞ¹«Ë¾
******************************************************************************
ÎÄ ¼þ Ãû : PsMux.c
°æ ±¾ ºÅ : ³õ¸å
Éú³ÉÈÕÆÚ : 2012Äê8ÔÂ10ÈÕ
×î½üÐÞ¸Ä :
... | araca/Zen-Kernel-Huawei-P7 | drivers/hisi/modem/ps/comm/comm/MUX/Src/PsMux.c | C | gpl-2.0 | 52,780 |
package by.falc0n.util;
/**
* Contains a set of extension methods and constants to operate with arrays
* (primitive and object).
*
* @author falc0n
* @version 1.0
*
*/
public final class ArrayExt {
/**
* An empty {@code byte} array.
*
* @since 1.0
*/
public static final byte[] EMPTY_BYTE_ARRAY = n... | fa1con/falc0n-utils | src/main/java/by/falc0n/util/ArrayExt.java | Java | gpl-2.0 | 13,659 |
/* { dg-require-effective-target arm_arch_v8a_ok } */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-add-options arm_arch_v8a } */
#include "../aarch64/atomic-op-relaxed.x"
/* { dg-final { scan-assembler-times "ldrex\tr\[0-9\]+, \\\[r\[0-9\]+\\\]" 6 } } */
/* { dg-final { scan-assembler-times "strex\t...?... | Mustaavalkosta/toolchain_gcc-4.9 | gcc/testsuite/gcc.target/arm/atomic-op-relaxed.c | C | gpl-2.0 | 409 |
<?php
/**
* @package CrowdfundingPartners
* @subpackage Files
* @author Todor Iliev
* @copyright Copyright (C) 2015 Todor Iliev <todor@itprism.com>. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/
namespace CrowdfundingPartners;
use Prism\Database\ArrayObject... | Creativetech-Solutions/joomla-easysocial-network | libraries/CrowdfundingPartners/Partners.php | PHP | gpl-2.0 | 2,368 |
<?php get_header(); ?>
<div id="content" class="clearfix row">
<div class="row centered">
<div class="brandhead">
<h1 class="">News and Articles</h1>
<p class="lead">A partnership to deliver high quality, efficient patient care for South Yorkshire, Mid Yorkshir... | gitpress/together | wp-content/themes/wordpress-bootstrap-master/index.php | PHP | gpl-2.0 | 2,891 |
#ifdef __amd64__
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "../86box.h"
#include "cpu.h"
#include "x86.h"
#include "x86_flags.h"
#include "x86_ops.h"
#include "x87.h"
#include "../mem.h"
#include "386_common.h"
#include "codegen.h"
#include "codegen_ops.h"
#include "codegen_ops_x86-64.h"
#... | basic2004/86Box | src/cpu/codegen_x86-64.c | C | gpl-2.0 | 46,652 |
<!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>
<title>Transformer</title>
<meta name='keywords' content='' />
<meta name='description' content='{"xfmr"... | rub-a-dub-dub/SCAPack | dev/build/SCAPack-HTML/html/ref/Transformer.html | HTML | gpl-2.0 | 10,968 |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\IFD0;
use PHPExiftool\Driver\AbstractTag;
class Copyri... | Droces/casabio | vendor/phpexiftool/phpexiftool/lib/PHPExiftool/Driver/Tag/IFD0/Copyright.php | PHP | gpl-2.0 | 724 |
/*****************************************************************************
*
* Filename:
* ---------
* sensor.h
*
* Project:
* --------
* DUMA
*
* Description:
* ------------
* CMOS sensor header file
*
****************************************************************************/
#ifndef __SENSO... | yevgeniy-logachev/CATB15Kernel | mediatek/custom/common/kernel/imgsensor/ov5650mipi_raw/ov5650mipi_Sensor.h | C | gpl-2.0 | 7,633 |
<?php
/**
* The template for displaying search results pages.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result
*
* @package Brushy Hill Cottage
*/
get_header(); ?>
<section id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php if (... | bpriddy/brushyhillcottage | wp-content/themes/brushy-hill-cottage/search.php | PHP | gpl-2.0 | 1,206 |
/*
* Systemstats MIB architecture support
*
* $Id: systemstats_common.c 11913 2005-02-08 21:58:36Z nba $
*/
#include <net-snmp/net-snmp-config.h>
#include <net-snmp/net-snmp-includes.h>
#include "ip-mib/ipSystemStatsTable/ipSystemStatsTable_constants.h"
#include <net-snmp/agent/net-snmp-agent-includes.h>
#include... | ingran/balzac | package/teltonika-snmpd/src/agent/mibgroup/ip-mib/data_access/systemstats_common.c | C | gpl-2.0 | 12,739 |
package com.badday.ss.blocks;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.tileentity... | Tankistodor/SSAraminta | src/main/java/com/badday/ss/blocks/SSBlockAirVent.java | Java | gpl-2.0 | 6,252 |
<html>
<head>
<link rel="stylesheet" type="text/css" media="all" href="./css/base.css" />
</head>
<body>
<span data-l10n-id="Powred_by"></span><br>
<a href="https://accessnow.org" target="_blank" ><img src ="./images/dark-logo.png" /></a>
<ul>
<li>
... | bashz/FF-Fake-Domain | data/menu.html | HTML | gpl-2.0 | 725 |
Almadeladanza::Application.routes.draw do
devise_for :users, ActiveAdmin::Devise.config
ActiveAdmin.routes(self)
mount ActiveAdmin::Tinymce::Engine => '/', as: 'admin_editor'
root to: "news#index"
resources :dance_styles, only: [:index, :show]
resources :lessons, only: [:index, :show]
resources :int... | KernelCorp/almadeladanza | config/routes.rb | Ruby | gpl-2.0 | 2,432 |
<?php get_header( ); ?>
<div class="page-content">
<div class="heading">
<h1><?php the_title( ); ?></h1>
</div>
<div class="news-events-blog">
<div class="container">
... | ankitparsanaa/foodapp | wp-content/themes/takeaway/single-news.php | PHP | gpl-2.0 | 7,288 |
using System;
using System.Collections.Generic;
using System.Linq;
using Server.Engines.PartySystem;
using Server.Items;
using Server.Spells.Fourth;
using Server.Spells.Necromancy;
using Server.Targeting;
namespace Server.Spells.Mysticism
{
public class CleansingWindsSpell : MysticSpell
{
public overr... | SirGrizzlyBear/ServUOGrizzly | Scripts/Spells/Mysticism/SpellDefinitions/CleansingWindsSpell.cs | C# | gpl-2.0 | 7,614 |
/*
* Copyright (c) 2011, Intel Corporation.
*
* 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 applicable ... | junqiang521/Test | dnvme/tnvme-master/Utils/kernelAPI.cpp | C++ | gpl-2.0 | 8,831 |
import csv
import logging
from fa.miner import yahoo
from fa.piping import csv_string_to_records
from fa.util import partition
from fa.database.query import get_outdated_symbols, update_fundamentals
import initialize
from settings import *
""" Download data from internet to database """
initialize.init()
logger = ... | kakarukeys/algo-fa | examples/update_price_data.py | Python | gpl-2.0 | 1,268 |
/* packet-infiniband.c
* Routines for Infiniband/ERF Dissection
* Copyright 2008 Endace Technology Limited
*
* $Id: packet-infiniband.c 48400 2013-03-18 21:16:23Z etxrab $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* Modified 2010 by Mella... | P1sec/LTE_monitor_c2xx | wireshark/epan/dissectors/packet-infiniband.c | C | gpl-2.0 | 366,022 |
<?php
/**
* @version $Id: frontpage.class.php,v 1.1 2005/07/22 01:54:45 eddieajau Exp $
* @package Mambo
* @subpackage Content
* @copyright (C) 2000 - 2005 Miro International Pty Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Mambo is Free Software
*/
/** ensure this file is being included by a parent f... | wuts/earthquake | components/com_frontpage/frontpage.class.php | PHP | gpl-2.0 | 752 |
/*
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | koutheir/incinerator-hotspot | nashorn/test/script/nosecurity/JDK-8050964.js | JavaScript | gpl-2.0 | 2,050 |
from infoshopkeeper_config import configuration
cfg = configuration()
dbtype = cfg.get("dbtype")
dbname = cfg.get("dbname")
dbhost = cfg.get("dbhost")
dbuser = cfg.get("dbuser")
dbpass = cfg.get("dbpass")
from sqlobject import *
if dbtype in ('mysql', 'postgres'):
if dbtype is 'mysql':
import MySQLdb as d... | johm/infoshopkeeper | components/db.py | Python | gpl-2.0 | 2,693 |
/* librfid-tool - a small command-line tool for librfid testing
*
* (C) 2005-2008 by Harald Welte <laforge@gnumonks.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation
*
*... | dpavlin/librfid | utils/librfid-tool.c | C | gpl-2.0 | 20,449 |
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
a:focus{outline:thin dotted #333;outline:5px auto -we... | flh0909/wordpress | wp-content/themes/D8_4.0/styles/base.css | CSS | gpl-2.0 | 13,256 |
package co.deepthought;
import co.deepthought.imagine.image.Fingerprinter;
import co.deepthought.imagine.store.Size;
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.HashSet;
public class Tester {
public static void main(String[... | metric-collective/imagine | src/main/java/co/deepthought/Tester.java | Java | gpl-2.0 | 2,065 |
// Copyright 2013 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 CHROME_BROWSER_UI_WEBUI_OPTIONS_RESET_PROFILE_SETTINGS_HANDLER_H_
#define CHROME_BROWSER_UI_WEBUI_OPTIONS_RESET_PROFILE_SETTINGS_HANDLER_H_
#incl... | qtekfun/htcDesire820Kernel | external/chromium_org/chrome/browser/ui/webui/options/reset_profile_settings_handler.h | C | gpl-2.0 | 1,859 |
<!--
~ Copyright (C) 2009-2015 Pivotal Software, Inc
~
~ This program is is free software; you can redistribute it and/or modify
~ it under the terms version 2 of the GNU General Public License as
~ published by the Free Software Foundation.
~
~ This program is distributed in the hope that it will be use... | pivotal/tcs-hq-management-plugin | com.springsource.hq.plugin.tcserver.serverconfig.web/src/main/webapp/dojox/form/resources/VerticalRangeSlider.html | HTML | gpl-2.0 | 4,052 |
package net.demilich.metastone.game.spells;
import net.demilich.metastone.game.Attribute;
import net.demilich.metastone.game.GameContext;
import net.demilich.metastone.game.Player;
import net.demilich.metastone.game.cards.Card;
import net.demilich.metastone.game.cards.CardCatalogue;
import net.demilich.metastone.game.... | doombubbles/metastonething | game/src/main/java/net/demilich/metastone/game/spells/ReceiveCardAndDoSomethingSpell.java | Java | gpl-2.0 | 2,386 |
<?php
/**
* ---------------------------------------------------------------------
* GLPI - Gestionnaire Libre de Parc Informatique
* Copyright (C) 2015-2017 Teclib' and contributors.
*
* http://glpi-project.org
*
* based on GLPI - Gestionnaire Libre de Parc Informatique
* Copyright (C) 2003-2014 by the INDEPNET... | eltharin/glpi | inc/item_devicepowersupply.class.php | PHP | gpl-2.0 | 1,935 |
/*
* Copyright (c) 1998-2010 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | christianchristensen/resin | modules/ecmascript/src/com/caucho/eswrap/org/w3c/dom/DocumentEcmaWrap.java | Java | gpl-2.0 | 1,457 |
<html><head>
<title>
SPRNG: Scalable Parallel Pseudo-Random Number Generator Library
</title>
</head>
<body bgcolor="#ffffff" alink="#CC3300" vlink="#666666"
link="#006666">
<H1 ALIGN=CENTER> SPRNG Documentation </H1>
<P ALIGN=CENTER><STRONG>Version 1.0</STRONG>
<BLOCKQUOTE>
<P>
<B>For technical assistan... | eliask/sprng | DOCS/www/toc.html | HTML | gpl-2.0 | 1,801 |
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en-US" > <!--<![endif]-->
<!--
=======================================... | RajatBhageria/RajatBhageria.com | wp-content/cache/page_enhanced/RAJATBHAGERIA.COM/tag/rajat-bhageria-book/_index.html | HTML | gpl-2.0 | 25,660 |
/*****************************************************************************
* Free42 -- an HP-42S calculator simulator
* Copyright (C) 2004-2014 Thomas Okken
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
* as publish... | jackokring/free42 | gtk/audio_alsa.h | C | gpl-2.0 | 928 |
#include <QImage>
#include <QFile>
#include "SpriteBundle.h"
SpriteBundle::SpriteBundle()
{
m_index = 0;
}
void SpriteBundle::update(const int delta)
{
Sprite &image = m_sprites[m_index];
image.update(delta);
}
void SpriteBundle::setImageIndex(const int index)
{
m_index = index;
}
QSGTexture *SpriteBundle::cur... | MemoryLeek/ld27 | SpriteBundle.cpp | C++ | gpl-2.0 | 720 |
/*************************************************************************
* Clus - Software for Predictive Clustering *
* Copyright (C) 2007 *
* Katholieke Universiteit Leuven, Leuven, Belgium *
* Jozef Stefan I... | active-learning/active-learning-scala | src/main/java/clus/ext/beamsearch/ClusBeamHeuristicMorishita.java | Java | gpl-2.0 | 3,865 |
// Implementing the functionality for system calls (keystrokes etc.) and
// exercising different functions available from other classes/files
//
// Author: Archit Gupta, Nehal Bhandari
// Date: December 24, 2015
#include "process.h"
char valid_keystroke(DisplayHandler* display, char input)
{
if ((input <= 'z' && ... | architgupta93/todo-app | 2_Code/process.cpp | C++ | gpl-2.0 | 8,567 |
function Drag(id,init)
{
var _this=this;
this.disX=0;
this.disY=0;
this.oDiv=document.getElementById(id);
if(init)
{
_this.fnDown();
}
this.oDiv.onmousedown=function (ev)
{
_this.fnDown(ev);
return false;
};
}
Drag.prototype.fnDown=function (ev)
{
var _this=this;
var oEvent=ev||event;
this.d... | Jackmeng1985/drupal7 | sites/all/modules/beauty_crm/js/drag.js | JavaScript | gpl-2.0 | 1,492 |
#!/usr/bin/env python
background_image_filename = 'sushiplate.jpg'
import pygame
from pygame.locals import *
from sys import exit
SCREEN_SIZE = (640, 480)
pygame.init()
screen = pygame.display.set_mode(SCREEN_SIZE, NOFRAME, 32)
background = pygame.image.load(background_image_filename).convert()
while True:
ev... | opensvn/python | pygame/resize.py | Python | gpl-2.0 | 919 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<meta name="keywords" content="TEMU, dynamic analysis, binary analysis, dynamic
taint analysis"/>
<meta name="description" content="C/C++/OCaml Source Code Documentation f... | huydhn/Detector | docs/doxygen/html/structterm__cmd__t.html | HTML | gpl-2.0 | 7,991 |
/*
* MTD partitioning layer definitions
*
* (C) 2000 Nicolas Pitre <nico@cam.org>
*
* This code is GPL
*
* $Id: partitions.h,v 1.14 2003/05/20 21:56:29 dwmw2 Exp $
*/
#ifndef MTD_PARTITIONS_H
#define MTD_PARTITIONS_H
#include <linux/types.h>
/*
* Partition definition structure:
*
* An array of struct pa... | robacklin/celinux | include/linux/mtd/partitions.h | C | gpl-2.0 | 2,532 |
/* WMix 3.0 -- a mixer using the OSS mixer API.
* Copyright (C) 2000, 2001 timecop@japan.co.jp
* Mixer code in version 3.0 based on mixer api library by
* Daniel Richard G. <skunk@mit.edu>, which in turn was based on
* the mixer code in WMix 2.x releases.
*
* This program is free software; you can redistribute it... | burzumishi/XCompWMaker | WMaker/dockapps/wmix/wmix.c | C | gpl-2.0 | 9,546 |
#! /bin/sh -e
# tup - A file-based build system
#
# Copyright (C) 2011-2018 Mike Shal <marfey@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distribu... | jonatanolofsson/tup | test/t7052-autoupdate8.sh | Shell | gpl-2.0 | 1,479 |
/*
* _ __ _
* | |/ /__ __ __ _ _ __ | |_ _ _ _ __ ___
* | ' / \ \ / // _` || '_ \ | __|| | | || '_ ` _ \
* | . \ \ V /| (_| || | | || |_ | |_| || | | | | |
* |_|\_\ \_/ \__,_||_| |_| \__| \__,_||_| |_| |_|
*
* Copyright (C) 2019 Alexander Söderberg
*
* Licensed... | IntellectualSites/IntellectualServer | ServerAPI/src/main/java/xyz/kvantum/server/api/util/ApplicationStructureFactory.java | Java | gpl-2.0 | 1,042 |
/* This file is part of the KDE project
Copyright (C) 2006 Jarosław Staniek <staniek@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, o... | JeremiasE/KFormula | kexi/kexidb/drivers/sqlite/sqlitevacuum.h | C | gpl-2.0 | 2,264 |
<?
echo "<div class='information'>\n";
require("../updatePubliDocs.php");
$chemin="$_SERVER[DOCUMENT_ROOT]$public_path/$publi[year]/$publi[bibTex]/" ;
intranetSqlConnect();
if (!empty($_POST["group"])) $group=$_POST["group"];
$res_upd = sqlQuery("SELECT * from docs WHERE id=$id_doc");
$docs = mysql_fetch... | truijllo/basilic | Sources/Intranet/Publications/mod_upd.php | PHP | gpl-2.0 | 1,036 |
/*
*
* btusb_lite_av.c
*
*
*
* Copyright (C) 2011-2014 Broadcom Corporation.
*
*
*
* This software is licensed under the terms of the GNU General Public License,
* version 2, as published by the Free Software Foundation (the "GPL"), and may
* be copied, distributed, and modified under those terms.
*
* Thi... | pd2-linux/tina | package/softwinner/bluetooth/3rdparty/embedded/brcm/linux/btusb/src/btusb_lite_av.c | C | gpl-2.0 | 47,156 |
<?php
/**
*------------------------------------------------------------------------------
* iCagenda v3 by Jooml!C - Events Management Extension for Joomla! 2.5 / 3.x
*------------------------------------------------------------------------------
* @package com_icagenda
* @copyright Copyright (c)2012-2014 C... | C3Style/appuihec | administrator/components/com_icagenda/tables/registration.php | PHP | gpl-2.0 | 4,975 |
/**
* stencil_maskType.java
*
* This file was generated by XMLSpy 2007sp2 Enterprise Edition.
*
* YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
* OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
*
* Refer to the XMLSpy Documentation for further details.
* http://www.altova.com/xmlspy
*/
packa... | tectronics/xenogeddon | src/com/jmex/model/collada/schema/stencil_maskType.java | Java | gpl-2.0 | 5,745 |
#include "document.h"
#include "effect.h"
#include "newdialog.h"
#include <QtCore/QFile>
#include <QtCore/QTimer>
#include <QtCore/QUrl>
#include <QtGui/QMessageBox>
#include <QtGui/QFileDialog>
namespace
{
static QString strippedName(const QString & fileName)
{
return QFileInfo(fileName).fileName();
... | peterkomar/qshaderedit | src/document.cpp | C++ | gpl-2.0 | 10,048 |
<?php
/*
Plugin Name: Email Subscribers
Plugin URI: http://www.gopiplus.com/work/2014/05/02/email-subscribers-wordpress-plugin/
Description: Email subscribers plugin has options to send newsletters to subscribers. It has a separate page with HTML editor to create a HTML newsletter. Also have options to send notificatio... | CosmicPi/cosmicpi.org | wp-content/plugins/email-subscribers/email-subscribers.php | PHP | gpl-2.0 | 2,553 |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateProjectPackageTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('project_package', function (Blueprint $table) {... | ImbalanceGaming/imbalance-gaming-laravel | database/migrations/2016_04_14_100207_create_project_package_table.php | PHP | gpl-2.0 | 1,001 |
package com.example.seventeen.blissappid;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.ImageButton;
/**
* Hofundur... | sbleika/Blissid | BlissAppid_git/BlissAppid/app/src/main/java/com/example/seventeen/blissappid/nothafi1.java | Java | gpl-2.0 | 5,549 |
/**
*
*/
package com.ankamagames.dofus.harvey.engine.numeric.bytes.sets.classes;
import java.util.List;
import com.ankamagames.dofus.harvey.engine.common.sets.classes.AbstractIntervalBridge;
import com.ankamagames.dofus.harvey.engine.common.sets.classes.SplitOnRangeBridge;
import com.ankamagames.dofus.harvey.engine... | Ankama/harvey | src/com/ankamagames/dofus/harvey/engine/numeric/bytes/sets/classes/ByteIntervalBridge.java | Java | gpl-2.0 | 3,714 |
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: beforecommentforminsert()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="..... | mgsolipa/b2evolution_phpxref | _functions/beforecommentforminsert.html | HTML | gpl-2.0 | 6,223 |
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- COMMON TAGS -->
<title>toqito - Theory of Quantum Information Toolkit</title>
<!-- Search Engine -->
<meta ... | vprusso/vprusso.github.io | toqito/index.html | HTML | gpl-2.0 | 6,024 |
Introduction
============
This project provides three related components:
1. Artist credit recording mapping which chooses the earliest digital releases from MusicBrainz and then creates
a table with the first instance of any (artist_credit, recording_name) and maps it to the MBIDs from which it
originated. This inde... | Freso/listenbrainz-server | listenbrainz/mbid_mapping/README.md | Markdown | gpl-2.0 | 2,262 |
using System;
using System.Collections;
using Server;
using Server.Mobiles;
using Server.Items;
using Server.Gumps;
using MC = Server.MegaSpawnerSystem.MasterControl;
namespace Server.MegaSpawnerSystem
{
public class RemoveEmptySpawnersGump : Gump
{
private ArrayList ArgsList = new ArrayList();
pr... | alucardxlx/kaltar | Mega Spawner/Plug-Ins/RemoveEmptySpawnersGump.cs | C# | gpl-2.0 | 4,208 |
This program creates a 5 bit simple decoder that prints out hexadecimal for the first 16 binary values and then parts of the alphabet for the next 16 binary values.
It is a simple truth table that can be burned into a PLD.
| scyphi/abel | Simple Decoder/README.md | Markdown | gpl-2.0 | 224 |
<!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">
<head>
<title>CRAN - Package highfrequency</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/h... | esander91/NamespacePollution | Code/GetMetaDataFromCRAN/raw_html/highfrequency.html | HTML | gpl-2.0 | 3,857 |
package com.frm.bdTask.controls;
/**
* @author: Larry Pham.
* @since: 3/24/2014.
* @version: 2014.03.24.
*/
public class ListTodosActivityControl {
}
| PhamPhi/birdy_task | src/com/frm/bdTask/controls/ListTodosActivityControl.java | Java | gpl-2.0 | 155 |
.version.navigate_3_fields /* version checker */
{
color: #00000D;
background-color: #63D21E;
}
#page
{
z-index: 1;
width: 962px;
margin-left: auto;
margin-right: auto;
}
._page.f3s_top
{
background-image: url("/images/page-sprite4.png");
width: 962px;
overflow: hidden;
height: 7px;
background-position: le... | idies/voyages_sdss_wp | wp-content/legacy/help/css/navigate_3_fields.css | CSS | gpl-2.0 | 32,445 |
<?php
prado::using ('Application.pages.s.report.MainPageReports');
class ReportDT1 extends MainPageReports {
public function onLoad ($param) {
parent::onLoad ($param);
$this->showLokasi=true;
$this->showDT1=true;
$this->createObjFinance();
$this->createObjKegiatan();
if (!$this->... | ibnoe/simonev | protected/pages/s/report/ReportDT1.php | PHP | gpl-2.0 | 18,291 |
#########################################################################
# OpenKore - Network subsystem
# This module contains functions for sending messages to the server.
#
# This software is open source, licensed under the GNU General Public
# License, version 2.
# Basically, this means that you're allowed to ... | AndreasWilliams/BotGravindo | src/Network/Send/iRO.pm | Perl | gpl-2.0 | 3,040 |
# Staff
A repository of some AvaCon's code.
| AvaCon/Staff | README.md | Markdown | gpl-2.0 | 44 |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package datagen.engine;
import java.util.ArrayList;
/**
*
* @author juan.garson
*/
public class Table {
private final ArrayLi... | lanstat/DataGen | src/datagen/engine/Table.java | Java | gpl-2.0 | 2,373 |
/*
* Copyright (C) 2004-2005 Volker Stroebel <volker@planetpenguin.de>
*
* 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 v... | gonium/fc-extremetuxracer | src/videoconfig.h | C | gpl-2.0 | 1,603 |
/*
* Block driver for media (i.e., flash cards)
*
* Copyright 2002 Hewlett-Packard Company
* Copyright 2005-2008 Pierre Ossman
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety in all copies and derived works.
*
* HEWLETT-PACKARD COMPANY MAK... | pierre/tuxonice-fastboot | drivers/mmc/card/block.c | C | gpl-2.0 | 15,594 |
#############################################################
# Signal.rb
#
# Copyright (c) 2002 Phil Tomson
# released under the GNU General Public License (GPL)
# ##################################################
#######################################################
# add a bin method to the built-in String class... | philtomson/RHDL | lib/hardware/RHDL/Signal.rb | Ruby | gpl-2.0 | 10,266 |
// C program to store temperature of two cities for a week and display it.
#include <stdio.h>
//const int CITY = 2;
//const int WEEK = 7;
int main()
{
int CITY = 2;
int WEEK = 7;
int i = 0;
int j = 0;
int temperature[CITY][WEEK];
for ( i = 0; i < CITY; ++i ) {
for( j = 0; j < WEEK; ++... | andrew0snake/5 | tests/pointer/descr/weather.c | C | gpl-2.0 | 719 |
#!/bin/sh
#Install Docker
#sudo which wget
#sudo apt-get update $ sudo apt-get install wget
#wget -qO- https://get.docker.com/ | sh
#echo "Docker Setup complete"
#install NodeJs
#sudo apt-get update
#sudo apt-get install nodejs
#sudo apt-get install npm
#echo "NodeJS setup Complete"
###########################
# St... | ManoloBrn/Open-CloudCompiler | Setup/Install.sh | Shell | gpl-2.0 | 567 |
#!/usr/bin/python
# -*- encoding: utf-8; py-indent-offset: 4 -*-
# +------------------------------------------------------------------+
# | ____ _ _ __ __ _ __ |
# | / ___| |__ ___ ___| | __ | \/ | |/ / |
# | | | | '_ \ / _ \/ __| |/ /... | huiyiqun/check_mk | web/htdocs/views.py | Python | gpl-2.0 | 129,902 |
# PushSwap
Ce projet réalisé seul est un programme prenant une liste de nombres en paramètres et affiche les déplacement des éléments de la liste pour les trier en ayant le droit seulement à un jeu d'instructions limité.
| elominp/PushSwap | README.md | Markdown | gpl-2.0 | 230 |
/* sigaltstack definitions.
Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; eithe... | ArmstrongJ/MiNTLib | include/bits/sigstack.h | C | gpl-2.0 | 1,488 |
//! A class to represent the Rating state
#ifndef RATINGSTATE_H
#define RATINGSTATE_H
#include <vector>
#include <string>
#include "../StateModule/GameState.h"
#include "../ToolKit/Singleton.h"
namespace GfxModule
{
class BGObject;
class SurfaceWrapper;
class FontWrapper;
}
namespace SoundModu... | blchinezu/EZX-Projects | Games/Dance2X/Source/Game/RatingState.h | C | gpl-2.0 | 2,763 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Fri Nov 22 15:43:22 CST 2013 -->
<title>Uses of Class datastructs.graphs.Vertex</title>
<meta name="date" content="2013-11-22">
... | Zyoruk/3rdProject | doc/datastructs/graphs/class-use/Vertex.html | HTML | gpl-2.0 | 17,274 |
<?php
namespace Drupal\message_subscribe;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Session\AccountInterface;
use Drupal\message\MessageInterface;
/**
* Subscribers service.
*/
interface SubscribersInterface {
/**
* Process a message and send to subscribed users.
*
* @param \Drupal\Core\E... | rahulrasgon/Music-Store-Theme | modules/message_subscribe/src/SubscribersInterface.php | PHP | gpl-2.0 | 5,817 |
<?php
/**
* Table Definition for Items_Translations
*
* PHP version 5
*
* Copyright (C) Demian Katz 2012.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*
* This program... | demiankatz/Geeby-Deeby | module/GeebyDeeby/src/GeebyDeeby/Db/Table/ItemsTranslations.php | PHP | gpl-2.0 | 4,351 |
/*
* irctabitem.cpp
*
* Copyright 2008 David Vachulka <david@konstrukce-cad.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 2 of the License... | rofl0r/dxirc | src/irctabitem.cpp | C++ | gpl-2.0 | 183,742 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Uses of Interface com.google.gwt.typedarrays.shared.Int16Array (Google Web Toolkit Javadoc)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.cs... | JakaCikac/dScrum | web/WEB-INF/classes/gwt-2.6.0/doc/javadoc/com/google/gwt/typedarrays/shared/class-use/Int16Array.html | HTML | gpl-2.0 | 31,584 |
<html>
<head>
<title>Pueblo Minecraft</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/inicio.css" />
... | carroca/clase | diseno/Pueblo/historia.html | HTML | gpl-2.0 | 4,332 |
<?php
# i think this class should go somewhere in a common PEAR-place,
# because a lot of classes use options, at least PEAR::DB does
# but since it is not very fancy to crowd the PEAR-namespace too much i dont know where to put it yet :-(
//
// +----------------------------------------------------------------------+
... | Esleelkartea/kz-adeada-talleres-electricos- | kzadeadatallereselectricos_v1.0.0_linux32_installer/linux/lampp/lib/php/Tree/Options.php | PHP | gpl-2.0 | 5,542 |
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Using Glossary — mooclms 2.6.1 documentation<... | sakshi1107/mooclms | docs/build/html/using_glossary.html | HTML | gpl-2.0 | 14,073 |
<?php
// $Id$
/*!
* Dynamic display block module template: custom40-a - content template
* Copyright (c) 2008 - 2009 P. Blaauw All rights reserved.
* Version 1.1 (11-FEB-2009)
* Licenced under GPL license
* http://www.gnu.org/licenses/gpl.html
*/
/**
* @file
* Dynamic display block module templat... | pgrayove/mcpl-site-backup | sites/all/themes/mcpl/custom/modules/ddblock/ddblock-cycle-block-content-custom40-a.tpl.php | PHP | gpl-2.0 | 3,422 |
/*
* #%L
* OME Metadata Editor application for exploration and editing of OME-XML and
* OME-TIFF metadata.
* %%
* Copyright (C) 2006 - 2012 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
* - Glencoe Software, Inc.
* - University of Dundee
* %%
* This program is ... | mtbc/bioformats | components/legacy/ome-editor/src/loci/ome/editor/VariableTextFieldEditor.java | Java | gpl-2.0 | 2,545 |
<?php
/*
Plugin Name: Huge IT Portfolio Gallery
Plugin URI: http://huge-it.com/portfolio-gallery
Description: Portfolio Gallery is a great plugin for adding specialized portfolios or gallery to your site. There are various view options for the images to choose from.
Version: 1.3.6
Author: http://huge-it.com/
License: ... | YeongeunHeo/wordpress | wp-content/plugins/portfolio-gallery/portfolio-gallery.php | PHP | gpl-2.0 | 29,406 |
/*
* This file is part of the OpenJML project.
* Author: David R. Cok
*/
package org.jmlspecs.openjml.proverinterface;
import org.jmlspecs.openjml.proverinterface.IProverResult.ICounterexample;
import com.sun.tools.javac.code.Type;
import com.sun.tools.javac.tree.JCTree.JCExpression;
/**
* A prover can be used... | shunghsiyu/OpenJML_XOR | OpenJML/src/org/jmlspecs/openjml/proverinterface/IProver.java | Java | gpl-2.0 | 5,173 |
/* $Id: colors.c,v 1.5 2005/06/08 23:58:41 chris Exp $ */
/* skf - shit keeps falling
* Copyright (C) 2005 Chris Lumens
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
*... | clumens/skf | src/colors.c | C | gpl-2.0 | 1,123 |
package org.mo.logic.deploy;
import org.mo.com.xml.IXmlObject;
import org.mo.eng.store.IXmlConfigConsole;
public interface IDeployConsole
extends
IXmlConfigConsole<IXmlObject>
{
void install(EDeploySource type);
void installAll(EDeploySource type);
void uninstall(EDeploySource type);
voi... | favedit/MoPlatform | mo-3-logic/src/logic-java/org/mo/logic/deploy/IDeployConsole.java | Java | gpl-2.0 | 358 |
package com.sales.service;
import java.util.List;
import com.sales.model.TCurrency;
public interface K3EntryService {
public List getPayCondition();
public List getCurrency();
public TCurrency getCurrencyById(Integer fCurrencyID);
public List getEmp(String fName);
public List getDepart... | goulin2k/salesManager | salesManagerServer/src/com/sales/service/K3EntryService.java | Java | gpl-2.0 | 604 |
# Dota2-Invoker-Keys
### Table of contents
* [Introduction](#introduction)
* [Customizing the Script](#customizing-the-script)
* [Version Changes](#version-changes)
* [Authors](#authors)
### Introduction
Dota2 Invoker Keys is basically a shortcut to play Invoker. Invoker is a complex hero, one has
to be so quick b... | DSMorpher/Dota2-Invoker-Keys | README.md | Markdown | gpl-2.0 | 1,829 |
/*
* org.openmicroscopy.shoola.agents.fsimporter.AnnotationDataLoader
*
*------------------------------------------------------------------------------
* Copyright (C) 2013 University of Dundee & Open Microscopy Environment.
* All rights reserved.
*
*
* This program is free software; you can redistribute it ... | stelfrich/openmicroscopy | components/insight/SRC/org/openmicroscopy/shoola/agents/fsimporter/AnnotationDataLoader.java | Java | gpl-2.0 | 3,360 |