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 |
|---|---|---|---|---|---|
<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file e... | marcosposada/emily | wp-content/themes/emily/hello-section.php | PHP | gpl-2.0 | 868 |
?php
/**
* @version
* @package MosPrayer - COAddOns for Mambo & Jommla - Prayers on Articles based on COMBO by Phil Taylor
* @copyright (C) 2008 ongetc.com
* @info ongetc@ongetc.com http://ongetc.com
* @license GNU/GPL http://ongetc.com/gpl.html.
*/
// translated by Fuga http://dndon.net
defined( '_VALID_MOS' ) or di... | chanhong/mosprayer | language/arabic.php | PHP | gpl-2.0 | 7,522 |
/******************************************************************************
* cxacru.c - driver for USB ADSL modems based on
* Conexant AccessRunner chipset
*
* Copyright (C) 2004 David Woodhouse, Duncan Sands, Roman Kagan
* Copyright (C) 2005 Duncan Sands, Roman Kagan (rkagan % mail ! ru)
... | mason-hock/CHIP-linux-libre | CHIP-linux-libre/drivers/usb/atm/cxacru.c | C | gpl-2.0 | 40,281 |
cloudmess
=========
| violet42/cloudmess | README.md | Markdown | gpl-2.0 | 20 |
from PyQt4 import QtCore, uic
from PyQt4.QtGui import *
from subprocess import call
from grafo import Grafo
from uis.uiMainwindow import Ui_MainWindow
from sobre import SobreUi
import pdb
from resultado import Resultado
def debug_trace():
'''Set a tracepoint in the Python debugger that works with Qt'''
from P... | sollidsnake/grafo | mainwindow.py | Python | gpl-2.0 | 10,057 |
<?php
$lang['0comments'] = '%d Kommentare';
$lang['1comments'] = '%d Kommentar';
$lang['Xcomments'] = '%d Kommentare';
$lang['readmore'] = 'Weiter lesen...';
$lang['prev'] = '< Neuere Beiträge';;
$lang['next'] = 'Ältere Beiträge >';
$lang['title'] = 'Titel:';
$lang['create'] = 'Anlegen';
$lang['comm... | foozzi/linuxeed.org | lib/plugins/blogtng/lang/de/lang.php | PHP | gpl-2.0 | 633 |
<?php
/**
* @category Virtue Theme
* @package Metaboxes
* @license http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
* @link https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress
*/
add_filter( 'cmb_meta_boxes', 'virtue_metaboxes' );
/**
* Define the metabox and field ... | pcostan/mscm | wp-content/themes/virtue/lib/metaboxes.php | PHP | gpl-2.0 | 24,075 |
import numpy as np
from collections import namedtuple
import interp
epi0 = 1. # Epsilon0
Species = namedtuple("Species", ["q", "m", "N", "x0", "vx0", "vy0"])
__cache_one_d_poisson = {}
def one_d_poisson(n):
if n in __cache_one_d_poisson:
return __cache_one_d_poisson[n]
a = np.zeros((n,n))
np... | shigh/pyes1 | pyes1/pic1d2v.py | Python | gpl-2.0 | 5,516 |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright (C) 2017 Michael Zanetti <michael.zanetti@guh.io> *
* *
* This fil... | guh/guh | libguh-core/janusconnector.h | C | gpl-2.0 | 3,301 |
package com.kamildanak.minecraft.safe.init;
import com.kamildanak.minecraft.safe.block.BlockSafe;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
public class SafeBlocks {
public static final BlockSafe SAFE;
static final Block[] BLOCKS;
static {
SAFE = new BlockSaf... | kamilx3/Safe | src/main/java/com/kamildanak/minecraft/safe/init/SafeBlocks.java | Java | gpl-2.0 | 391 |
'use strict';
angular.module('<%=project.name.a()%>App')
.config(function ($stateProvider) {
$stateProvider
.state('entity', {
abstract: true,
parent: 'site'
});
});
| gen-js-bundles/angularjs-springboot-mongodb | templates/{srcWeb}/scripts/app/entities/entity.js | JavaScript | gpl-2.0 | 239 |
/*
* fs/f2fs/data.c
*
* Copyright (c) 2012 Samsung Electronics Co., Ltd.
* http://www.samsung.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.
*/
#include <l... | NStep/android_kernel_motorola_msm8226 | fs/f2fs/data.c | C | gpl-2.0 | 51,157 |
#include "./downloaditemdelegate.h"
#include <syncthingmodel/syncthingdownloadmodel.h>
#include <syncthingmodel/syncthingicons.h>
#include <qtforkawesome/icon.h>
#include <qtforkawesome/renderer.h>
#include <QApplication>
#include <QBrush>
#include <QFontMetrics>
#include <QPainter>
#include <QPalette>
#include <QPi... | Martchus/syncthingtray | tray/gui/downloaditemdelegate.cpp | C++ | gpl-2.0 | 4,059 |
/*
* Copyright (C) 2012 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... | rex-xxx/mt6572_x201 | frameworks/av/services/audioflinger/FastMixer.cpp | C++ | gpl-2.0 | 36,413 |
# -*- coding: utf-8 -*-
# Generated by Django 1.9.12 on 2017-02-09 08:44
from __future__ import unicode_literals
from django.db import migrations, models
import django.utils.timezone
import model_utils.fields
class Migration(migrations.Migration):
dependencies = [
('statusboard', '0005_merge'),
]
... | edigiacomo/django-statusboard | statusboard/migrations/0006_maintenance.py | Python | gpl-2.0 | 1,099 |
<?php
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// import the Joomla modellist library
jimport('joomla.application.component.modeladmin');
/**
* HelloWorldList Model
*/
class RentalModelPayment extends JModelAdmin
{
/*
* Method to get the payment form
*
*/
public ... | adster101/French-Connections- | administrator/components/com_rental/models/payment.php | PHP | gpl-2.0 | 4,322 |
<html lang="en">
<head>
<title>Gforth Manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Gforth Manual">
<meta name="generator" content="makeinfo 4.9">
<link title="Top" rel="start" href="index.html#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator... | mpgirro/gforth-dash-docset | gforth.docset/Contents/Resources/Documents/index.html | HTML | gpl-2.0 | 63,897 |
<?php
class E_Register_NowLog__Admin {
public function __construct() {
add_action( 'wp_ajax_tribe_logging_controls', array( $this, 'listen' ) );
add_action( 'init', array( $this, 'serve_log_downloads' ) );
add_action( 'init', array( $this, 'register_script' ) );
}
/**
* Returns the HTML comprising the event... | romangrb/register-now-plugin | backup/event-tickets 1.2.3/common/src/e_register_now/Log/Admin.php | PHP | gpl-2.0 | 6,686 |
#ifndef UTIL_FACTORY_HPP
#define UTIL_FACTORY_HPP
#include "base.hpp"
#include <map>
#include "typeinfo.hpp"
namespace util
{
////////////////////////////////////////////////////////////////////////////////
// class template DefaultFactoryError
// Manages the "Unknown Type" error in an object factory
///////////////... | joshua-meng/Util | src/util/factory.hpp | C++ | gpl-2.0 | 3,863 |
/* note: this requires gstreamer 0.10.x and a big list of plugins. */
/* it's currently hardcoded to use a big-endian alsasink as sink. */
#include <lib/base/ebase.h>
#include <lib/base/eerror.h>
#include <lib/base/init_num.h>
#include <lib/base/init.h>
#include <lib/base/nconfig.h>
#include <lib/base/object.h>
#incl... | opendroid-Team/enigma2-4.1 | lib/service/servicemp3.cpp | C++ | gpl-2.0 | 67,814 |
# The Widget system
This document explains how to define, place and manage widgets.
## The default configuration
This is what the widgets present in the default configuration are named:
@DOC_awful_popup_defaultconfig_EXAMPLE@
## The default widgets
### Widgets
Awesome provides 2 collections of widgets:
* `wibo... | awesomeWM/awesome | docs/03-declarative-layout.md | Markdown | gpl-2.0 | 16,715 |
<?php
function plugin_beforescript_convert()
{
global $vars;
$qm = get_qm();
$page = $vars['page'];
if (! (PKWK_READONLY > 0 or is_freeze($page) or plugin_beforescript_is_edit_auth($page))) {
return $qm->replace('fmt_err_not_editable', '#html', $page);
}
$args = func_get_args();
$addscript = array_pop($ar... | open-qhm/qhm | plugin/beforescript.inc.php | PHP | gpl-2.0 | 990 |
<?php
/**************
* @package WordPress
* @subpackage Cuckoothemes
* @since Cuckoothemes 1.0
* URL http://cuckoothemes.com
**************
*
*
*
** Name : Button shortcodes
*/
function shortcode_button( $atts, $content = null) {
extract(shortcode_atts(array(
"title" => 'Button Title',
"co... | rlhardrock/buhos | wp-content/themes/cuckootap/cuckootap/admin/shortcodes/button/button_shortcodes.php | PHP | gpl-2.0 | 1,544 |
/* $OpenBSD: printjob.c,v 1.44 2007/09/10 14:29:53 tobias Exp $ */
/* $NetBSD: printjob.c,v 1.31 2002/01/21 14:42:30 wiz Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* modificat... | gestiweb/eneboo | src/posprinter/lpr/lpd/printjob.c | C | gpl-2.0 | 38,923 |
jQuery('.js_mobile_menu').click(function(){
jQuery('body').toggleClass('mobile_menu_opened');
}); | saintcode/cenotexplore | src/wordpress/wp-content/themes/cenotexplore/js/main.js | JavaScript | gpl-2.0 | 101 |
package org.itomi.kakuro.model;
import java.util.Observable;
import org.itomi.kakuro.integer.Tuple;
import org.itomi.kakuro.model.grid.Density;
import org.itomi.kakuro.model.grid.Grid;
import org.itomi.kakuro.model.grid.ImmutableSubMatrix;
public class KakuroInstance extends Observable {
private int hor... | itomi/kakuro | CommonFiles/src/org/itomi/kakuro/model/KakuroInstance.java | Java | gpl-2.0 | 955 |
import Vue from 'vue'
import App from './App.vue'
import vuetify from './plugins/vuetify';
import store from './plugins/store'
import router from './plugins/router'
import '@mdi/font/css/materialdesignicons.css'
import './style.scss'
Vue.config.productionTip = false
new Vue({
vuetify,
store,
router,
render: ... | kevashcraft/EagleLogger | app/src/main.js | JavaScript | gpl-2.0 | 350 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta name="generator" content="AWStats 6.95 (build 1.943) from config file awstats.ckbran.ru.conf (http://awstats.sourceforge.net)">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="content-type" content="text/html... | AxelFG/ckbran-inf | old/webstat/awstats.ckbran.ru.allemails.032014.html | HTML | gpl-2.0 | 5,074 |
<?php
namespace Intraxia\Gistpen\View;
use Intraxia\Gistpen\Contract\Templating;
use Intraxia\Gistpen\Params\Repository as Params;
use Intraxia\Jaxion\Contract\Core\HasActions;
use Intraxia\Jaxion\Contract\Core\HasFilters;
/**
* This class registers all of the settings page views
*
* @package WP_Gistpen
* @aut... | mAAdhaTTah/WP-Gistpen | app/View/Settings.php | PHP | gpl-2.0 | 2,831 |
/*
* *************************************************************************************
* Copyright (C) 2008 EsperTech, Inc. All rights reserved. *
* http://esper.codehaus.org *
* http://www.espertech.com ... | intelie/esper | esper/src/main/java/com/espertech/esper/client/hook/VirtualDataWindowFactory.java | Java | gpl-2.0 | 1,433 |
/*
* Copyright (C) 2010 Red Hat, Inc. All rights reserved.
*
* This file is part of LVM2.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
* of the GNU Lesser General Public License v.2.1.
*
* You should have receiv... | SteamMOD/android_bootable_steam_device-mapper | lib/report/properties.h | C | gpl-2.0 | 1,235 |
package de.hsbremen.kss.genetic.selection;
import java.util.List;
import org.apache.commons.lang3.Validate;
import de.hsbremen.kss.model.Plan;
import de.hsbremen.kss.util.RandomUtils;
public class OnlyTheBestSelection implements Selection {
private final RandomUtils randomUtils;
private final double best;... | hvoss/logistik | src/main/java/de/hsbremen/kss/genetic/selection/OnlyTheBestSelection.java | Java | gpl-2.0 | 760 |
<?php
App::uses('Planet', 'Model');
/**
* Planet Test Case
*
*/
class PlanetTest extends CakeTestCase {
/**
* Fixtures
*
* @var array
*/
public $fixtures = array(
'app.planet'
);
/**
* setUp method
*
* @return void
*/
public function setUp() {
parent::setUp();
$this->Planet = ClassRegistry::init(... | tommykrueger/ExoPlanetSystems | backend/app/Test/Case/Model/PlanetTest.php | PHP | gpl-2.0 | 464 |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Paypal\Test\Unit\Model\Payflow;
use Magento\Paypal\Model\Config;
use Magento\Paypal\Model\Info;
use Magento\Paypal\Model\Payflow\AvsEmsCodeMapper;
use Magento\Sales\Api\Data\OrderPaymentInterface;
... | kunj1988/Magento2 | app/code/Magento/Paypal/Test/Unit/Model/Payflow/AvsEmsCodeMapperTest.php | PHP | gpl-2.0 | 3,347 |
<?php
// +--------------------------------------------------------------------------+
// | Image_Graph aka GraPHPite |
// +--------------------------------------------------------------------------+
// | Copyright (C) 2003, 2004 Jesper Veggerby Hansen ... | cuong09m/krwe | emailmarketer/admin/functions/amcharts/graphpite/Image/Graph/Layout/Constants.php | PHP | gpl-2.0 | 2,942 |
class UserPrizesController < UserResourcesController
end
| ifunam/salva | app/controllers/user_prizes_controller.rb | Ruby | gpl-2.0 | 57 |
#!/usr/bin/env python
# This is the MIT License
# http://www.opensource.org/licenses/mit-license.php
#
# Copyright (c) 2007,2008 Nick Galbreath
#
# 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 Softw... | vollmerk/sysadm-tools | ganglia/lib/gmetric.py | Python | gpl-2.0 | 7,815 |
<?php
namespace ResponsiveMenu\Repositories;
use ResponsiveMenu\Models\Option;
use ResponsiveMenu\Collections\OptionsCollection;
use ResponsiveMenu\Database\Database;
use ResponsiveMenu\Factories\OptionFactory;
class OptionRepository {
protected static $table = 'responsive_menu';
public function __construct(Dat... | dans-lweb/immunoconcept | wp-content/plugins/responsive-menu/src/app/Repositories/OptionRepository.php | PHP | gpl-2.0 | 1,582 |
<?php
/*
* This file is part of EC-CUBE
*
* Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
*
* http://www.lockon.co.jp/
*
* 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; ei... | Yammy/ec-cube | src/Eccube/Controller/Admin/Content/LayoutController.php | PHP | gpl-2.0 | 6,478 |
package corgis.energy.domain;
import java.util.List;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
/**
*
*/
public class Industrial {
// Natural gas price i... | RealTimeWeb/datasets | datasets/java/energy/src/corgis/energy/domain/Industrial.java | Java | gpl-2.0 | 6,075 |
using System;
using System.Linq;
using System.Collections.Generic;
using Foundation;
using UIKit;
namespace SaveData.UI
{
// The UIApplicationDelegate for the application. This class is responsible for launching the
// User Interface of the application, as well as listening (and optionally responding) to
// appli... | aragorn55/ClassSampleCode | mobiledev/SaveData/SaveData.UI/AppDelegate.cs | C# | gpl-2.0 | 1,413 |
#!/bin/bash
################################################
# Tool to program a polytouchdemo on Karo TX #
# Please send feedback to: #
# dominik.peuker@glyn.de #
# Dominik Peuker November 2014 #
# Glyn GmbH & Co. KG #
# ... | jitter77/practice | template.sh | Shell | gpl-2.0 | 7,612 |
# -*- coding: utf-8 -*-
import pcapy
import Storage_Classes
from collections import defaultdict
#from scapy.layers.all import *
from scapy.layers.dot11 import Dot11, RadioTap
################################################################
VERBOSE = 1
### auxiliary functions ###
def show_short(p, label):
if ... | stephansigg/IPSN_localisation_passive-DF | Data_CaseStudies/CaseStudy_1312_initial/pcap_analyzer/Pcap_Parser.py | Python | gpl-2.0 | 6,609 |
# Rekall Memory Forensics
#
# Copyright 2016 Google Inc. All Rights Reserved.
#
# 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... | rlugojr/rekall | rekall-agent/rekall_agent/ui/flows.py | Python | gpl-2.0 | 29,082 |
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope... | ipaccess/fsm99xx-kernel-sources | drivers/clk/qcom/mdss/mdss-dsi-pll-20nm.c | C | gpl-2.0 | 7,051 |
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* preferences.h
* Copyright (C) 2000 - 2003 Naba Kumar <naba@gnome.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 Softw... | abderrahim/anjuta | libanjuta/anjuta-preferences.h | C | gpl-2.0 | 9,795 |
#ifndef NEOGEO_H
#define NEOGEO_H
/*
UPCB - Universal Programmed Controller Board
Copyright (C) 2007 Marcus Post marcus@marcuspost.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 versio... | fluxcorenz/UPCB | neogeo.h | C | gpl-2.0 | 5,629 |
<div class="wrap" id="of_container">
<h2 style="display:none"></h2>
<div id="of-popup-save" class="of-save-popup">
<div class="of-save-save">Options Updated</div>
</div>
<div id="of-popup-reset" class="of-save-popup">
<div class="of-save-reset">Options Reset</div>
</div>
<div id="of-popup-fail" class="of... | m-godefroid76/devrestofactory | wp-content/themes/kingsize/admin/front-end/options.php | PHP | gpl-2.0 | 3,266 |
/**********************************************************************
Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
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; eith... | valisc/freeciv | client/gui-xaw/citydlg.c | C | gpl-2.0 | 80,107 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Wikibase.DataModel
{
public class IndexedList<K, V> : IEnumerable
{
private Dictionary<K, V> dictionary;
private Func<V, K> indexProvider;
... | Benestar/wikibase.net | Wikibase.Net/DataModel/IndexedList.cs | C# | gpl-2.0 | 1,483 |
stej-garage-control
===================
Arduino powered garage door controller.
### Website
[The Garage Control Project](http://stejsoftware.github.io/GarageControlFirmware/)
### Depends
This project is dependent on a few other Arduino libraries:
* [My ArduinoLibrary](https://github.com/stejsoftware/ArduinoLibrar... | stejsoftware/stej-garage-control | README.md | Markdown | gpl-2.0 | 595 |
<?php
/**
* JBZoo App is universal Joomla CCK, application for YooTheme Zoo component
* @package jbzoo
* @version 2.x Pro
* @author JBZoo App http://jbzoo.com
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @license http://jbzoo.com/license-pro.php JBZoo Licence
* @coder ... | alexmixaylov/real | media/zoo/applications/jbuniversal/cart-elements/core/element/element.php | PHP | gpl-2.0 | 18,323 |
#include "hge-object-page.hpp"
hge::ui::ObjectPage::ObjectPage(QWidget *parent) :
QWidget(parent)
{
}
| Hossein-Noroozpour/HGE-Builder | hge-object-page.cpp | C++ | gpl-2.0 | 103 |
<?php
use mvc\interfaces\controllerActionInterface;
use mvc\controller\controllerClass;
use mvc\config\configClass as config;
use mvc\request\requestClass as request;
use mvc\routing\routingClass as routing;
use mvc\session\sessionClass as session;
use mvc\i18n\i18nClass as i18n;
use hook\log\logHookClass as log;
/**
... | marianandres/CultExcelEnterprise1 | controller/usuario/deleteSelectActionClass.php | PHP | gpl-2.0 | 1,500 |
<?php $section = get_heckscher_section(); ?>
<div class="heckscherdropdown dropdown-<?php echo $section; ?>">
<?php if ( $section == 'guidelines') : ?>
<span class="more">More Guidelines</span>
<?php elseif ( $section == 'projects') : ?>
<span class="more">More Projects</span>
<?php else : ?>
<span class="mo... | everythingtype/heckscher | parts/sibling-dropdown.php | PHP | gpl-2.0 | 627 |
WRITE8_HANDLER( stv_SMPC_w );
READ8_HANDLER( stv_SMPC_r );
WRITE8_HANDLER( saturn_SMPC_w );
READ8_HANDLER( saturn_SMPC_r );
| Luke-Nukem/mame-144-vector_mod | src/mame/machine/smpc.h | C | gpl-2.0 | 128 |
#ifndef IMC_H
#define IMC_H
#define ENTRE(x,a,b) ((a)<=(x) && (x)<=(b))
#define INTRAPESO 18.50
#define NORMAL 24.99
#define SOBREPESO 25
#define OBESO 30
#define INFRA "infrapeso"
#define NOM "normal"
#define SOBRE "sobrepeso"
#defi... | liobouchan/P31ESCOM | 4/imc.h | C | gpl-2.0 | 401 |
import re
from geopy import exc
from geopy.compat import urlencode
from geopy.geocoders.base import DEFAULT_SENTINEL, Geocoder
from geopy.location import Location
from geopy.util import logger
__all__ = ("What3Words", )
class What3Words(Geocoder):
"""What3Words geocoder.
Documentation at:
https://d... | phborba/dsgtoolsop | auxiliar/geopy/geocoders/what3words.py | Python | gpl-2.0 | 8,452 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="categories" content="project">
<meta name="product" content="Canvas">
<link rel="stylesheet" href="../support/help.c... | platinhom/ManualHom | Schrodinger/Schrodinger_2012_docs/canvas/help/project/menu.html | HTML | gpl-2.0 | 2,144 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.autoplot.pngwalk;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.Transparency;
import java.awt.image.BufferedImage;
import java.util.logging.Level;
import java.util.logging.Logge... | autoplot/app | Autoplot/src/org/autoplot/pngwalk/ImageResize.java | Java | gpl-2.0 | 4,487 |
/*
* Copyright 2004 Timo Hirvonen
*
* 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 is distri... | cojocar/cmus-dbus | search_mode.h | C | gpl-2.0 | 1,215 |
<?php
//
// +----------------------------------------------------------------------+
// | PHP Version 5 |
// +----------------------------------------------------------------------+
// | Copyright (c) 1997-2004 The PHP Group |
// +---... | telabotanica/tapirlink | lib/pear/peclcmd.php | PHP | gpl-2.0 | 1,830 |
#!/bin/bash
. `dirname $0`/functions.sh
rm -f reloc3 reloc3lib*.so reloc3.log
rm -f prelink.cache
$CC -shared -O2 -fpic -o reloc3lib1.so $srcdir/reloc3lib1.c
$CC -shared -O2 -fpic -o reloc3lib2.so $srcdir/reloc1lib2.c reloc3lib1.so
BINS="reloc3"
LIBS="reloc3lib1.so reloc3lib2.so"
$CCLINK -o reloc3 $srcdir/reloc3.c -Wl,... | ystk/debian-prelink | testsuite/reloc3.sh | Shell | gpl-2.0 | 762 |
/* created by click/linuxmodule/fixincludes.pl on Tue Nov 25 22:39:42 2014 */
/* from /lib/modules/2.6.27.5-117.fc10.i686/build/include/config/ip/nf/filter.h */
| songxingshen/myclick | include/click-linuxmodule/include0/config/ip/nf/filter.h | C | gpl-2.0 | 161 |
/*
* Copyright (C) 2010-2022 Fabio Cavallo (aka FHorse)
*
* 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.
*
... | punesemu/puNES | src/core/mappers/mapper_KS7031.c | C | gpl-2.0 | 6,148 |
using Server.Items;
namespace Server.Mobiles
{
[CorpseName( "a lava serpent corpse" )]
[TypeAlias( "Server.Mobiles.Lavaserpant" )]
public class LavaSerpent : BaseCreature
{
[Constructable]
public LavaSerpent() : base( AIType.AI_Melee, FightMode.Closest, 10, 1, 0.2, 0.4 )
{
Name = "a lava ser... | felladrin/last-wish | Scripts/Mobiles/Animals/Reptiles/LavaSerpent.cs | C# | gpl-2.0 | 1,925 |
/*
* Copyright 2002-2005, Instant802 Networks, Inc.
* Copyright 2005-2006, Devicescape Software, Inc.
* Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
* Copyright 2007 Johannes Berg <johannes@sipsolutions.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU... | LairdCP/laird-linux-backports | net/mac80211/tx.c | C | gpl-2.0 | 82,070 |
/* $Id: piggyback.c,v 1.1.1.1 2004/06/19 05:03:57 ashieh Exp $
Simple utility to make a single-image install kernel with initial ramdisk
for Sparc tftpbooting without need to set up nfs.
Copyright (C) 1996 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
Pete Zaitcev <zaitcev@yahoo.com> endian fixes for cross-compil... | romanalexander/Trickles | arch/sparc/boot/piggyback.c | C | gpl-2.0 | 4,050 |
package gov.noaa.pmel.eps2;
import java.awt.*;
/**
* <code>EPSConstants</code>
* Various symbolic constants used by EPS
*
* @author oz
* @version 1.0
*/
public interface EPSConstants {
public static int MISSINGVALUE = -99;
public static char COLON_DELIMITER = ':';
public static char TAB_DEL... | OceanAtlas/JOA | gov/noaa/pmel/eps2/EPSConstants.java | Java | gpl-2.0 | 15,827 |
<!doctype html>
<html>
<head>
<title>graph-item demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../external-elem... | calipho-sib/nextprot-elements | demo/tree-browser-view-demo.html | HTML | gpl-2.0 | 1,163 |
/*
* linux/drivers/video/m532xfb.c -- Coldfire MCF5329 frame buffer driver
*
* Copyright (c) 2006, emlix, Thomas Brinker <tb@emlix.com>
* Yaroslav Vinogradov yaroslav.vinogradov@freescale.com
* Copyright Freescale Semiconductor, Inc 2006
*
* This program is free software; you can redistribute it and/or modi... | robacklin/uclinux-linux | drivers/video/m532xfb.c | C | gpl-2.0 | 29,749 |
<?php if(have_posts()) : ?>
<div class="imagethumbs"><?php ioya_the_images( $posts, apply_filters( 'ioya_image_count', 8 ), apply_filters( 'ioya_image_size', array(44, 44) ) ); ?></div>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<small><?php the_date(); ?></small>
<h3><a href="<?php ... | jarednova/Passport | wp-content/plugins/in-over-your-archives/ioya_month.php | PHP | gpl-2.0 | 643 |
<?php
/**
* Core Design Web Gallery plugin for Joomla! 2.5
* @author Daniel Rataj, <info@greatjoomla.com>
* @package Joomla
* @subpackage Content
* @category Plugin
* @version 2.5.x.2.0.5
* @copyright Copyright (C) 2007 - 2012 Great Joomla!, http://www.greatjoomla.com
* @license http://www.gnu.org/copyle... | fatwayne/heart-bridge-joomla | plugins/content/cdwebgallery/engine/greybox/app/application.js.php | PHP | gpl-2.0 | 1,422 |
<!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 devRate</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/html; c... | esander91/NamespacePollution | Code/GetMetaDataFromCRAN/raw_html/devRate.html | HTML | gpl-2.0 | 3,756 |
/* $Id: PDMAsyncCompletion.cpp $ */
/** @file
* PDM Async I/O - Transport data asynchronous in R3 using EMT.
*/
/*
* Copyright (C) 2006-2011 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redi... | VirtualMonitor/VirtualMonitor | src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp | C++ | gpl-2.0 | 54,355 |
<div class="col-sm-9 col-sm-offset-3 content-right-column">
<div class="row">
<div class="col-sm-10">
<!--<h2 class="title">Chronology</h2>-->
<table>
<tbody>
<tr>
<td class="c2" align="right" valign="top" width="100">
<b>1757</b>
</td>
<td>Born in London (28... | blakearchive/archive | blakearchive/static/html/chronology.html | HTML | gpl-2.0 | 14,718 |
namespace :project_state do
resources :summary, only: [:index]
resources :users, only: [:show]
resource :user, only: [:show]
resources :state, only: [:show]
resources :project_state_reports, only: [:index, :show, :update]
resources :bank_holidays, only: [:index]
get 'configure', action: :edit
post 'conf... | crukci-bioinformatics/process_tracker_plugin | config/routes.rb | Ruby | gpl-2.0 | 347 |
/*============================================================================*/
/*! \file reader_xtc.hpp
* \author Tiago LOBATO GIMENES (tlgimenes@gmail.com)
* \date 2015-03-30 18:49
*
* \brief .xtc file reader
*
* This file contains the implementation of a class for reading .xtc files
* wit... | tlgimenes/CUDADClusterer | utils/reader_xtc.hpp | C++ | gpl-2.0 | 6,763 |
/*
* PROJECT: ReactOS Kernel
* LICENSE: GPL - See COPYING in the top level directory
* FILE: ntoskrnl/ob/oblink.c
* PURPOSE: Implements symbolic links
* PROGRAMMERS: Alex Ionescu (alex@relsoft.net)
* David Welch (welch@mcmail.com)
*/
/* INCLUDES *****************... | rickerliang/reactos-mirror2 | ntoskrnl/ob/oblink.c | C | gpl-2.0 | 26,797 |
/*
* Copyright 2009 TauNova (http://taunova.com). All rights reserved.
*
* This file is subject to the terms and conditions defined in
* file 'LICENSE.txt', which is part of this source code package.
*/
package com.taunova.ui.light.component;
import java.awt.Graphics;
/**
* Description
*
* @ve... | RenatGilmanov/tau-ui | src/java/com/taunova/ui/light/component/LightLabel.java | Java | gpl-2.0 | 791 |
<?php
namespace Drupal\Tests\conditional_fields\FunctionalJavascript;
use Drupal\language\Entity\ContentLanguageSettings;
use Drupal\Tests\conditional_fields\FunctionalJavascript\TestCases\ConditionalFieldValueInterface;
/**
* Test Conditional Fields Language Select Plugin.
*
* @group conditional_fields
*/
class... | enslyon/ensl | modules/conditional_fields/tests/src/FunctionalJavascript/ConditionalFieldLanguageSelectTest.php | PHP | gpl-2.0 | 17,212 |
/*
* device.h - generic, centralized driver model
*
* Copyright (c) 2001-2003 Patrick Mochel <mochel@osdl.org>
* Copyright (c) 2004-2009 Greg Kroah-Hartman <gregkh@suse.de>
* Copyright (c) 2008-2009 Novell Inc.
*
* This file is released under the GPLv2
*
* See Documentation/driver-model/ for more information.
... | ktoonsez/SiyahD | include/linux/device.h | C | gpl-2.0 | 36,133 |
/* vi: set sw=4 ts=4: */
/*
* pivot_root.c - Change root file system. Bagsed on util-linux 2.10s
*
* busyboxed by Evin Robertson
* pivot_root syscall stubbed by Erik Andersen, so it will compile
* regardless of the kernel being used.
*
* Licengsed under GPLv2, see file LICENSE in this source tree.
*/
//us... | ThinkIntegrate/busybox | util-linux/pivot_root.c | C | gpl-2.0 | 941 |
/*
Copyright (C) 2008 - 2016 by Mark de Wever <koraq@xs4all.nl>
Part of the Battle for Wesnoth Project http://www.wesnoth.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 ve... | aquileia/wesnoth | src/gui/widgets/text_box.hpp | C++ | gpl-2.0 | 7,540 |
<?php
include('includes/session.inc');
$Title = _('Tax Status Maintenance');
include('includes/header.inc');
include('includes/SQL_CommonFunctions.inc');
if (isset($_GET['TaxStatusID'])) {
$TaxStatusID = strtoupper($_GET['TaxStatusID']);
} elseif (isset($_POST['TaxStatusID'])) {
$TaxStatusID = strtoup... | fahadhatib/KwaMoja | prlTaxStatus.php | PHP | gpl-2.0 | 7,520 |
<!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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | sd44/TaobaoCppQtSDK | doc/TopatsResultGetRequest_8h_source.html | HTML | gpl-2.0 | 10,334 |
package ModelLayer;
import java.util.ArrayList;
/**
* Write a description of class Product here.
*
* @author (Jacob Pedersen & Ronnie Knudsen)
* @version (04-12-2014) dd-mm-yyyy
*/
public class Product
{
// instance variables
private ArrayList<ProductItem> items;
private int id;
private String b... | dmab0914-Gruppe-2/Vestbjerg-Byggecenter | src/ModelLayer/Product.java | Java | gpl-2.0 | 6,578 |
#include <iostream>
#include "assembler.h"
using namespace std;
// Simple constructor.
Assembler::Assembler(istream &in, ostream &out)
{
currentAddress = 0;
for (int i = 0; i < MAXLABEL; i++)
labelTable[i] = 0;
insource = ∈
outsource = &out;
}
// Default destructor.
Assembler::~Assembler()
{ }
... | versionzero/plc | src/assembler.cc | C++ | gpl-2.0 | 6,134 |
/*
* Copyright 2001 MontaVista Software Inc.
* Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
* Copyright (c) 2003, 2004 Maciej W. Rozycki
*
* Common time service routines for MIPS machines. See
* Documentation/mips/time.README.
*
* This program is free software; you can redistribute it and/or modify it
... | ndmsystems/linux-2.6.22-tc | arch/mips/kernel/time.c | C | gpl-2.0 | 14,358 |
#!/bin/sh
proj=$1
if [ "$proj" == "" ]; then
echo oracc-project-runtime.sh: must give project on command line
exit 1
fi
if [ -w $ORACC_HOME/$proj/00any ]; then
destdir=$ORACC_HOME/$proj/00any
else
destdir=$ORACC/00any
fi
if [ ! -w $destdir ]; then
echo oracc-project-runtime.sh: cannot write to $dest... | oracc/oracc | misc/admin/oracc-project-runtime.sh | Shell | gpl-2.0 | 594 |
<?php
/**
* @package Joomla.Platform
* @subpackage Database
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
defined('JPATH_PLATFORM') or die;
/**
* MySQLi import driver.
*
* @since 11.... | ylahav/joomla-cms | libraries/joomla/database/importer/mysqli.php | PHP | gpl-2.0 | 11,690 |
// cmdline_extract_cache_subset.cc
//
// Copyright (C) 2008-2010 Daniel Burrows
//
// 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 op... | iamduyu/aptitude | src/cmdline/cmdline_extract_cache_subset.cc | C++ | gpl-2.0 | 3,749 |
/*
* File: main.c
* Purpose: Core game initialisation for UNIX (and other) machines
*
* Copyright (c) 1997 Ben Harrison, and others
*
* This work is free software; you can redistribute it and/or modify it
* under the terms of either:
*
* a) the GNU General Public License as published by the Free Software
* ... | nppangband/NPPAngband | src/main.c | C | gpl-2.0 | 9,339 |
class CreateMaterials < ActiveRecord::Migration
def change
create_table :materials do |t|
t.string :name
t.decimal :price_per_m2
t.timestamps null: false
end
end
end
| ProjNaRok1516/ruby-www | db/migrate/20160105130157_create_materials.rb | Ruby | gpl-2.0 | 197 |
/**
* @file qq.c
*
* purple
*
* Purple is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file distributed with this
* source distribution.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU... | tdrhq/pidgin-clone | libpurple/protocols/qq/qq.c | C | gpl-2.0 | 36,344 |
// Aseprite
// Copyright (C) 2001-2016 David Capello
//
// 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.
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "app/util/freetyp... | tony/aseprite | src/app/util/freetype_utils.cpp | C++ | gpl-2.0 | 2,836 |
/********************************************************************************
* *
* GNORASI - The Knowlegde-Based Remote Sensing Engine *
* ... | gnorasi/gnorasi | Gnorasi/modules/otb/processors/Segmentation/otbgeodesicactivecontourlevelsetimagefilterprocessor.cpp | C++ | gpl-2.0 | 8,476 |
<?php
/**
* @file
* Contains \Drupal\Console\Utils\Create\UserData.
*/
namespace Drupal\Console\Utils\Create;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Entity\EntityFieldManagerInterface;
use Drupal\Core\Datetime\DateFormatterInterface;
/**
* Class Users
*
* @package Drupal\Console\Ut... | cburschka/drupal-console | src/Utils/Create/UserData.php | PHP | gpl-2.0 | 2,268 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>closeable_view</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../index.html" title... | geodynamics/gale | boost/libs/geometry/doc/html/geometry/reference/views/closeable_view.html | HTML | gpl-2.0 | 6,631 |
package com.code.taskmanager;
import java.util.List;
import com.code.taskmanager.bean.AppInfo;
import com.code.taskmanager.db.dao.WhiteListDao;
import com.code.taskmanager.utils.ApplicationUtils;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.SharedPreferences;
import android... | silvernoo/KillTask | src/com/code/taskmanager/ClearActivity.java | Java | gpl-2.0 | 1,759 |