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 |
|---|---|---|---|---|---|
/*AWE GALLERY*/
.awe-gallery .awe-image-container {
position: relative;
padding-top: 75%;
overflow: hidden;
}
.awe-gallery .md-item-image img {
max-width: none;
float: none;
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: 100%;
transform: translate(-50%, -50%)... | aposidelov/copfun1 | sites/all/modules/custom/md_awecontent/css/objects/gallery.css | CSS | gpl-2.0 | 5,963 |
#region Header
// Vorspire _,-'/-'/ ProfileRankOrder.cs
// . __,-; ,'( '/
// \. `-.__`-._`:_,-._ _ , . ``
// `:-._,------' ` _,`--` -: `_ , ` ,' :
// `---..__,,--' (C) 2016 ` -'. -'
// # Vita-Nex [http://core.vita-nex.com] #
// {o)xxx|===============- # -============... | Andries1985/Shards-of-Nagash | Scripts/VitaNex/Core/Modules/AutoPVP/Objects/Profile/ProfileRankOrder.cs | C# | gpl-2.0 | 507 |
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "site-content" div and all content after.
*
* @package WordPress
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 1.0
*/
?>
<footer class="bmg-l-footer">
<div class="bmg-l-footer__inner">
<div class="bmg-l-footer__nav... | goygoybords/buyma | wp-content/themes/twentyfifteen/footer.php | PHP | gpl-2.0 | 2,372 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Kick-Sass - Tables</title>
<meta name="description" content="Some tables">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="demos.css">
<link href="http://f... | MichaelArestad/Kick-Sass | demos/tables.html | HTML | gpl-2.0 | 2,650 |
/******************************************************************************
*
* M4RIE: Linear Algebra over GF(2^e)
*
* Copyright (C) 2011 Martin Albrecht <martinralbrecht@googlemail.com>
*
* Distributed under the terms of the GNU General Public License (GEL)
* version 2 or higher.
*
* This code i... | grudy/m4rie | src/ple.c | C | gpl-2.0 | 5,529 |
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package Monaco
*/
get_header(); ?>
<div id="primar... | techborder/wp | wp-content/themes/monaco/page.php | PHP | gpl-2.0 | 849 |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM 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 ... | yinsimei/scummvm | engines/titanic/sound/qmixer.cpp | C++ | gpl-2.0 | 8,371 |
/* $Id$ */
/*
* Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
* Copyright (C) 2003-2008 Benny Prijono <benny@prijono.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; eit... | ismangil/pjproject | pjsip/src/pjsip/sip_config.c | C | gpl-2.0 | 1,929 |
"""
USAGE:
twitter [action] [options]
ACTIONS:
follow add the specified user to your follow list
friends get latest tweets from your friends (default action)
help print this help text that you are currently reading
leave remove the specified user from your following list
public... | avsm/lifedb-plugins | Twitter/twitter/cmdline.py | Python | gpl-2.0 | 15,027 |
\documentclass[german,a4paper,twoside]{scrreprt}
%\usepackage[ansinew]{inputenc}
\usepackage[utf8]{inputenc}
\usepackage[german]{babel}
\usepackage{makeidx}
\usepackage{graphicx} % Anleitung hierzu in c:\Program Files\MiKTeX 2.7\doc\latex\graphics\grfguide.pdf
\usepackage{wrapfig}
%\usepackage[T1]... | onkelhotte/XCSoar | doc/manual/de/Blitz/XCSoar-Blitzeinstieg.tex | TeX | gpl-2.0 | 3,742 |
/* arch/arm/mach-rk30/board-rk30-sdk.c
*
* Copyright (C) 2012 ROCKCHIP, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distribute... | aloksinha2001/picuntu-3.0.8-alok | arch/arm/mach-rk30/board-rk30-sdk.c | C | gpl-2.0 | 111,947 |
/** -----------------------------------------------------:[ Membership Meta Box ]:---------- */
#it_exchange_membership_addon_membership_access_metabox .it-exchange-membership-restriction-group{margin-bottom:10px;background:#FFF;border:1px solid #DDD;border-top:0;box-shadow:#F6F6F6 0 0 10px;}
#it_exchange_membership_ad... | itaddy/permiekids | wp-content/plugins/exchange-addon-membership/lib/styles/add-edit-post.css | CSS | gpl-2.0 | 2,519 |
/****************************************************************************/
/*
* uclinux.c -- generic memory mapped MTD driver for uclinux
*
* (C) Copyright 2002, Greg Ungerer (gerg@snapgear.com)
*
* $Id: uclinux.c,v 1.2 2002/08/07 00:43:45 gerg Exp $
*/
/****************************************************... | iPodLinux/linux-2.4.24-ipod | drivers/mtd/maps/uclinux.c | C | gpl-2.0 | 4,373 |
// -*- C++ -*-
#ifndef _NR_TYPES_H_
#define _NR_TYPES_H_
#include <complex>
#include <fstream>
#include "nrutil.h"
namespace NR {
typedef double DP;
// Vector Types
typedef const NRVec<bool> Vec_I_BOOL;
typedef NRVec<bool> Vec_BOOL, Vec_O_BOOL, Vec_IO_BOOL;
typedef const NRVec<char> Vec_I_CHR;
typedef N... | JeffersonLab/chroma_utils | lib/recipes/nrtypes_nr.h | C | gpl-2.0 | 2,873 |
package si.virag.parkomat.modules;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.support.annotation.NonNull;
import com.wdullaer.materialdatetimepicker.time.RadialPickerLayout;
import com.wdullaer.materialdatetimepicker.time.TimePickerDialog;
impo... | izacus/Parkomat | app/src/main/java/si/virag/parkomat/modules/TimeManager.java | Java | gpl-2.0 | 2,335 |
<?php if(!defined("IN_ESOTALK")) exit;
/**
* OpauthConnect
*
* @copyright Copyright © 2012 Oleksandr Golubtsov
* @license GPLv2 License
* @package OpauthСonnect
*
* This file is part of OpauthСonnect plugin. Please see the included license file for usage information
*/
ET::$pluginInfo["OpauthConnect"] = ... | phisyks/discuss | addons/plugins/OpauthConnect/plugin.php | PHP | gpl-2.0 | 20,268 |
/*!
* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
src: url('... | npalomares/evenkeel | wp-content/plugins/wd-instagram-feed/css/font-awesome/font-awesome.css | CSS | gpl-2.0 | 27,510 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xam... | pikax/papreader | Revista Programar Reader Win8/MainPage.xaml.cs | C# | gpl-2.0 | 828 |
<?php
/**
* Element: Agents
* Displays a multiselectbox of different browsers
*
* @package NoNumber Framework
* @version 14.4.1
*
* @author Peter van Westen <peter@nonumber.nl>
* @link http://www.nonumber.nl
* @copyright Copyright © 2014 NoNumber All Rights Reserved
*... | L16jovenesTIC/portal-web | plugins/system/nnframework/fields/agents.php | PHP | gpl-2.0 | 7,025 |
#!/usr/local/bin/perl -w
#
use Graphics::VTK;
use Tk;
use Graphics::VTK::Tk;
$MW = Tk::MainWindow->new;
# Example demonstrates how to generate a 3D tetrahedra mesh from a volume. This example
# differs from clipVolume.tcl in that the mesh is generated within a range of contour
# values.
$VTK_DATA = 0;
$VTK_DATA = $... | paultcochrane/Graphics-VTK | examples/old_examples/graphics/clipVolume2.pl | Perl | gpl-2.0 | 2,356 |
// -*- C++ -*-
/**
* \file LyXVC.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef LYX_VC_H
#define LYX_VC_H
#include <boost/scoped_ptr.hpp>
#inclu... | rpavlik/lyx-lucid-backport | src/LyXVC.h | C | gpl-2.0 | 5,324 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>ApplicationTerminationHandler Class Reference</title>
<link href="classic.css" rel="stylesheet" type="te... | muromec/qtopia-ezx | doc/html/applicationterminationhandler.html | HTML | gpl-2.0 | 6,265 |
# The set of languages for which implicit dependencies are needed:
SET(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
SET(CMAKE_DEPENDS_CHECK_C
"D:/librtlsdr-master/src/librtlsdr.c" "D:/librtlsdr-master/build/src/CMakeFiles/rtlsdr_static.dir/librtlsdr.c.obj"
... | Excalibur201010/librtlsdr-3gains | build/src/CMakeFiles/rtlsdr_static.dir/DependInfo.cmake | CMake | gpl-2.0 | 1,553 |
/*
Interpréteur GOTO++
Copyright 2002 Sidoine de Wispelaere
Ce programme est un logiciel libre ; vous pouvez le redistribuer
et/ou le modifier sous les termes de la GNU General Public Licence
telle que publiée par la Free Software Fundation ; soit dans la
version 2 de la Licence, soit (à votre choix) dans une version... | Sidoine/gotopp | src/compilateur/compilateur.cpp | C++ | gpl-2.0 | 70,880 |
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
$events_label_singular = tribe_get_event_label_singular();
$events_label_plural = tribe_get_event_label_plural();
if ( ! $_POST ) {
$event_cost = get_post_meta( $post_id, '_EventCost', false );
if (is_array($event_cost)) {
if (empty($event_cost)) {
$event_c... | Ilya-d/htdocs | wp-content/themes/malivi/templates/community/modules/cost.php | PHP | gpl-2.0 | 1,280 |
#ifndef INTERPROCESS_H_QFGT309Z
#define INTERPROCESS_H_QFGT309Z
#include <string>
#include <exception>
#include <stdexcept>
class interprocess_interface {
public:
interprocess_interface(){};
interprocess_interface(std::wstring);
virtual ~interprocess_interface(){};
protected:
virtual std::string... | kristiyan-peychev/banicaMP | ipc/interprocess.h | C | gpl-2.0 | 1,321 |
/*
Warrior of Dreamworld, 2D Massivly Mutiplayer Online Role-playing Game
Copyright (C) 2012 Ryan Lahfa
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... | krofna/Warrior-of-Dreamworld | client/ObjectMgr.cpp | C++ | gpl-2.0 | 6,332 |
/**
* Copyright (C) 2002-2007 The FreeCol Team
*
* This file is part of FreeCol.
*
* FreeCol 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... | tectronics/reformationofeurope | src/net/sf/freecol/common/model/ColonyTile.java | Java | gpl-2.0 | 19,928 |
using System.Collections.Generic;
using meridian.smolensk.proto;
namespace smolensk.Models.ViewModels
{
public class AdsListViewModel
{
public string Title { get; set; }
public string NoAdsTitle { get; set; }
public IEnumerable<ad_advertisments> Advertisments { get; set; }
... | seavan/smoltoday | trunk/src/smolensk/Models/ViewModels/AdsListViewModel.cs | C# | gpl-2.0 | 631 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using Sdl.Core.Settings;
using SDLCommunityCleanUpTasks.Models;
namespace SDLCommunityCleanUpTasks
{
public class CleanUpSourceSettings : SettingsGroup, ICleanUpSourceSettin... | sdl/Sdl-Community | CleanUpTasks/CleanUpTasks/CleanUpSourceSettings.cs | C# | gpl-2.0 | 5,910 |
<html lang="en">
<head>
<title>Porting libstdc++-v3</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Porting libstdc++-v3">
<meta name="generator" content="makeinfo 4.3">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
<!--
Copyright © 2000, 200... | myri/lanai-gcc | libstdc++-v3/docs/html/17_intro/porting.html | HTML | gpl-2.0 | 47,245 |
#! /usr/bin/python
######
# Copyright 2007-2009 Sun Microsystems, Inc. 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 b... | SunLabsAST/AURA | Bridge/pyaura/tagclustering/simplestats.py | Python | gpl-2.0 | 4,439 |
/*
* 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... | rex-xxx/mt6572_x201 | frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardTransportControlView.java | Java | gpl-2.0 | 19,994 |
/*
* Wazuh app - Mitre alerts components
* Copyright (C) 2015-2021 Wazuh, Inc.
*
* 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... | wazuh/wazuh-kibana-app | public/components/overview/compliance-table/compliance-table.tsx | TypeScript | gpl-2.0 | 10,864 |
<?php
//////////////////////////////////////////////////////////////
/// phpThumb() by James Heinrich <info@silisoftware.com> //
// available at http://phpthumb.sourceforge.net ///
//////////////////////////////////////////////////////////////
/// //... | gdelamardiere/joomla | components/com_alphauserpoints/assets/phpThumb/demo/phpThumb.demo.check.php | PHP | gpl-2.0 | 28,660 |
package org.kidneyomics.gtf;
import static org.junit.Assert.*;
import java.util.LinkedList;
import java.util.List;
import org.biojava.nbio.genome.parsers.gff.Feature;
import org.biojava.nbio.genome.parsers.gff.Location;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class Fea... | christopher-gillies/rna-seq-pipeline | src/test/java/org/kidneyomics/gtf/FeatureMergerTest.java | Java | gpl-2.0 | 9,180 |
function eliminarItem(id, url){
console.log("Eliminar Fase");
console.log(id);
console.log(url);
$("#nombre-item").text(id);
$("#modal-eliminar").modal('show');
$("#btn-eliminar").attr('href', url);
}
function revivirItem(id, url){
console.log("Eliminar Fase");
console.log(id);
console.log(url);
$("#nombr... | SantiagoValdez/hpm | src/hpm/static/js/item.js | JavaScript | gpl-2.0 | 2,276 |
# Arduino-Air-Monitor
These are the codes required for my Arduino Air Monitor Project see my instructables for more informationand how to build it.
https://www.instructables.com/id/Arduino-Air-Monitor-Shield-Live-in-a-Safe-Environm/
| ManojBR105/Arduino-Air-Monitor | README.md | Markdown | gpl-2.0 | 234 |
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php $attachment_link = get_the_attachment_link($post->ID, true, array(450, 800)); // This also populates the iconsize for the next line ?>
<?php $_post = &get_post($post->ID); $classname = ($_post->iconsize[0... | rjbaniel/upoor | wp-content/themes/oceanwide/attachment.php | PHP | gpl-2.0 | 2,504 |
/*
* Argus Software
* Copyright (c) 2000-2008 QoSient, LLC
* 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, or (at your option)
* any later vers... | hbock/argus-clients | radump/radump.c | C | gpl-2.0 | 21,787 |
power_supply-objs := power_supply_core.o
ifeq ($(CONFIG_SYSFS),y)
power_supply-objs += power_supply_sysfs.o
endif
ifeq ($(CONFIG_LEDS_TRIGGERS),y)
power_supply-objs += power_supply_leds.o
endif
ifeq ($(CONFIG_POWER_SUPPLY_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif
obj-$(CONFIG_POWER_SUPPLY) += power_supply.o
obj-$(CO... | DJSteve/StreakKernel | drivers/power/Makefile | Makefile | gpl-2.0 | 1,129 |
#include "yacss/CSSBaseValue.hh"
namespace yacss {
std::ostream& operator<< (std::ostream& o, const CSSBaseValue& val)
{
if (val.type == ValueType::Length)
o << val.get<LengthValue>();
else if (val.type == ValueType::Keyword)
o << val.get<KeywordValue>();
else if (val.type == ValueType::ColorRGBA)
o... | cirocosta/yacss-parser | src/CSSBaseValue.cc | C++ | gpl-2.0 | 456 |
<?php
/****************************************************** Open .node ***
* Description:
* Status: Stable.
* Author: Alexandre Dath <alexandre@dotnode.com>
* $Id$
*
* Copyright (C) 2005 Alexandre Dath <alexandre@dotnode.com>
*
* This program is free software; you can redistribute it and/or m... | alex-ikse/dotnode | includes/config/global.inc.php | PHP | gpl-2.0 | 1,501 |
// Copyright (c) 2012 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 MEDIA_BASE_YUV_CONVERT_H_
#define MEDIA_BASE_YUV_CONVERT_H_
#include "base/basictypes.h"
#include "media/base/media_export.h"
#if defined(AR... | qtekfun/htcDesire820Kernel | external/chromium_org/media/base/yuv_convert.h | C | gpl-2.0 | 5,255 |
using System;
using Server.Items;
using Server.Targeting;
namespace Server.Engines.Craft
{
public enum SmeltResult
{
Success,
Invalid,
NoSkill
}
public class Resmelt
{
public Resmelt()
{
}
public static void Do(Mobile from, CraftSystem craft... | kevin-10/ServUO | Scripts/Services/Craft/Core/Resmelt.cs | C# | gpl-2.0 | 6,952 |
/*
* LCD panel driver for Sharp LQ10D368 -- TFT VGA (10.4)
*
* Copyright (C) 2009 Li-Pro.Net
* Author: Stephan Linz <linz@li-pro.net>
*
* 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 Foun... | Aircell/asp-kernel | drivers/video/omap2/displays/panel-sharp-lq10d368.c | C | gpl-2.0 | 2,856 |
/*
* Copyright (C) 2009 Kay Sievers <kay@vrfy.org>
* Copyright (c) 2009 Filippo Argiolas <filippo.argiolas@gmail.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 ... | gentoo/eudev | src/v4l_id/v4l_id.c | C | gpl-2.0 | 2,940 |
<?php
/**
* Plugin Update Checker Library 2.2.0
* http://w-shadow.com/
*
* Copyright 2015 Janis Elsts
* Released under the MIT license. See license.txt for details.
*/
if ( !class_exists('wcva_PluginUpdateChecker_2_2', false) ):
/**
* A custom plugin update checker.
*
* @author Janis Elsts
... | markredballoon/clivemizen | wp-content/plugins/woocommerce-colororimage-variation-select/plugin-update-checker/plugin-update-checker.php | PHP | gpl-2.0 | 43,682 |
<?php
/**
* Event List
*
* @author ProSports
* @package ProSports/Templates
* @version 1.5
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
$defaults = array(
'id' => null,
'status' => 'default',
'date' => 'default',
'date_from' => 'default',
'date_to' => 'default',
'number' => -... | parpaitas1987/ProSports | sm-manager-setup/includes/prosports/templates/event-list.php | PHP | gpl-2.0 | 12,406 |
<?php
$PHPMaker_vers = 'v5.0.0';
define('ADODB_FETCH_DEFAULT', 0);
define('ADODB_FETCH_NUM', 1);
define('ADODB_FETCH_ASSOC', 2);
define('ADODB_FETCH_BOTH', 3);
define("EW_USE_MYSQLI", FALSE, TRUE);
$ADODB_FETCH_MODE = ADODB_FETCH_DEFAULT; // DEFAULT or BOTH. DO NOT CHANGE!
/**
* ADOConnection
*/
class ADOConnectio... | xavierrivas/new | epcst/instructor/ewmysql50.php | PHP | gpl-2.0 | 23,968 |
package JTalk.util;
public class CPLoginReq extends ClientPackage{
public int id;
public String password;
public int port;
public CPLoginReq(int id, String password,int port){
super.type=1;
this.id=id;
this.password=password;
this.port=port;
};
}
| zyclincoln/JTalk | src/JTalk/util/CPLoginReq.java | Java | gpl-2.0 | 261 |
<?php
//Add Vendor
if ( !empty($_POST['add_vendor'])
&&
!empty($_POST['vname'])
) {
$mysql_q="INSERT INTO vendors
(vendor_id, vendor_name, vendor_phone, vendor_fax, vendor_email, vendor_details )
VALUES (
'',
'".$_POST['vname']."',
'".$_POST['vphone']."',
'... | kxr/stock3 | include/add_vendor.php | PHP | gpl-2.0 | 2,210 |
/* $Id$ */
/*
* This file is part of OpenTTD.
* OpenTTD 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 2.
* OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without... | benjeffery/openttd | src/widgets/dropdown.cpp | C++ | gpl-2.0 | 15,681 |
pimatic-plugin-template
=======================
Personalized for me... | sweetpi/pimatic-plugin-template | README.md | Markdown | gpl-2.0 | 71 |
import codecs
import collections
import os
import shutil
from PyQt4 import QtCore, QtGui, QtSvg
from Code.QT import Colocacion
from Code.QT import Controles
from Code.QT import FormLayout
from Code.QT import Iconos
from Code.QT import QTVarios
from Code import TrListas
from Code import VarGen
from Code.Constantes imp... | lukasmonk/lucaschess | Code/QT/Piezas.py | Python | gpl-2.0 | 13,281 |
# -*- coding: utf-8 -*-
##
## This file is part of Invenio.
## Copyright (C) 2014 CERN.
##
## Invenio 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... | MSusik/invenio | invenio/modules/deposit/testsuite/test_type_simplerecord.py | Python | gpl-2.0 | 3,865 |
/*
* Movable Type (r) Open Source (C) 2001-2012 Six Apart, Ltd.
* This program is distributed under the terms of the
* GNU General Public License, version 2.
*
* $Id$
*/
;(function($) {
var ES = MT.App.EditorStrategy;
ES.Multi = function() { ES.apply(this, arguments) };
$.extend(ES.Multi.prototype, ES.prototype... | rosiro/MovableTypeOpenSource-5.2.2-yamucha | mt-static/js/editor/app/editor_strategy/multi.js | JavaScript | gpl-2.0 | 1,649 |
/***********************************************************************************
* *
* Voreen - The Volume Rendering Engine *
* ... | lathen/voreen | include/voreen/core/datastructures/volume/operators/volumeoperatormorphology.h | C | gpl-2.0 | 8,202 |
//
// ZJDNews.h
// VistaSeeWorld
//
// Created by qianfeng on 15-2-28.
// Copyright (c) 2015年 ZJD. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface ZJDNews : NSObject
@property (copy) NSString *author;
@property (copy) NSString *desc;
@property (copy) NSString *icon;
@property (copy) NSString ... | idanielz/idanielz.github.io | OC/demos/VistaSeeWorld/VistaSeeWorld/ZJDNews.h | C | gpl-2.0 | 408 |
/*
* Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 1999 - 2012, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
* the... | xhook/asterisk-v11 | main/acl.c | C | gpl-2.0 | 26,941 |
package graph;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import game.Graph;
import org.junit.Test;
public class GraphTest {
@Test
/**
* Test que comprueba el correcto funcionamiento del método existNode de la... | Arquisoft/Trivial3b | play-core/test/graph/GraphTest.java | Java | gpl-2.0 | 9,014 |
<?php
/**
* @file
*/
namespace Xylemical\Expressions;
use PHPUnit\Framework\TestCase;
class OperatorTest extends TestCase
{
public function testInvalidOperands()
{
$operator = new Operator('', 0, 0, 3, 'is_bool');
$this->expectException('Xylemical\\Expressions\\ExpressionException');
... | smartcitiescommunity/Civikmind | plugins/formcreator/vendor/xylemical/php-expressions/tests/OperatorTest.php | PHP | gpl-2.0 | 386 |
<?php
namespace Octane\Tests\ExistingSite;
use weitzman\DrupalTestTraits\ExistingSiteBase;
/**
* This class can be extended or modified for project-specific testing.
*
* Note that ExistingSite tests typically reside in the relevant custom modules:
*
* `src/modules/custom_module_core/tests/src/ExistingSite`
*
... | phase2/octane | test/src/ExistingSite/OctaneExistingSiteTestBase.php | PHP | gpl-2.0 | 498 |
/**
* @author Steven Palmer
* @author url http://coalaweb.com
* @author email support@coalaweb.com
* @copyright Copyright (c) 2015 Steven Palmer All rights reserved.
*/
.sweet-alert fieldset input[type="text"] {display: none;}
| isengartz/food | media/coalawebcontact/plugins/system/cwmailcheck/css/sweet-custom.css | CSS | gpl-2.0 | 272 |
<?php
//Create an Array for storing the dates that have events
$dates_with_events = array();
//Grab posts (endpoints)
$lcccevents = '';
$stockerevents = '';
$athleticevents = '';
$sportevents = '';
$categoryevents = '';
$domain = 'http://www.lorainccc.edu';
//$domain = 'http://' . $_SERVE... | lorainccc/lccc-news | php/original-calendar-working.php | PHP | gpl-2.0 | 7,672 |
namespace L2dotNET.GameService.model.skills2.speceffects
{
public class b_regen_mp_by_sit : TSpecEffect
{
public b_regen_mp_by_sit(double value)
{
this.value = value;
}
public override void OnStand(L2Player player)
{
if (mul)
pla... | domis045/L2dotNET | src/L2dotNET.Game/model/skills2/speceffects/b_regen_mp_by_sit.cs | C# | gpl-2.0 | 687 |
<?php
/**
* FW Gallery 3.0
* @copyright (C) 2014 Fastw3b
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.fastw3b.net/ Official website
**/
defined( '_JEXEC' ) or die( 'Restricted access' );
JHTML :: _('behavior.framework', true);
JHTML :: _('behavior.formvalidation');
JHTML :: script('... | Jbouska419/craftsman | administrator/components/com_fwgallery/views/config/tmpl/edit.php | PHP | gpl-2.0 | 27,789 |
<?php
/*
* @version $Id: ruleticket.php 22657 2014-02-12 16:17:54Z moyo $
-------------------------------------------------------------------------
GLPI - Gestionnaire Libre de Parc Informatique
Copyright (C) 2003-2014 by the INDEPNET Development Team.
http://indepnet.net/ http://glpi-project.org
-------------... | elitelinux/hack-space | php/front/ruleticket.php | PHP | gpl-2.0 | 1,285 |
body.mlyrics {
color: rgb(219,219,219);
background-color: rgb(102,102,102);
padding: 10px;
font-family: Ubuntu, Lucida Grande, Lucida Sans, Helvetica, Arial, Sans;
}
h1#mlyrics_title {
color: white;
font-size: 14px;
font-weight: bold;
}
h2#mlyrics_artist {
font-size: 12px;
}
h3#mlyrics_album {
font-si... | FreeleX/MLyrics | chrome/content/style/bluemonday.css | CSS | gpl-2.0 | 692 |
<?php
/**
* Action functions
*
* Inject content through template hooks
*
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
if ( ! function_exists( 'wolf_404_bg' ) ) {
/**
* Output 404 page background CSS in head
*
* @access public
* @since 1.0.0
* @return void
*/
... | estrategasdigitales/dictobas | wp-content/themes/decibel/includes/actions.php | PHP | gpl-2.0 | 19,600 |
/*
* Copyright (C) 2014 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... | amirlotfi/Nikagram | app/src/main/java/ir/nikagram/messenger/support/widget/StaggeredGridLayoutManager.java | Java | gpl-2.0 | 117,717 |
<?php
/*
*
* Ampoliros Application Server
*
* http://www.ampoliros.com
*
*
*
* Copyright (C) 2000-2004 Solarix
*
* 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... | alexpagnoni/ampoliros | var/classes/com/solarix/ampoliros/tests/AllAmpolirosTests.php | PHP | gpl-2.0 | 1,961 |
/*****************************************************************************\
* jobcomp_pgsql.c - Store/Get all information in a postgresql storage.
*
* $Id: storage_pgsql.c 10893 2007-01-29 21:53:48Z da $
*****************************************************************************
* Copyright (C) 2004-2007 ... | grondo/slurm | src/plugins/jobcomp/pgsql/jobcomp_pgsql.c | C | gpl-2.0 | 14,583 |
/*
* CAN bus driver for Microchip 251x CAN Controller with SPI Interface
*
* MCP2510 support and bug fixes by Christian Pellegrin
* <chripell@evolware.org>
*
* Copyright 2009 Christian Pellegrin EVOL S.r.l.
*
* Copyright 2007 Raymarine UK, Ltd. All Rights Reserved.
* Written under contract by:
* Chris Elsto... | abusnooze/mint-v3.2-psp26 | drivers/net/can/mcp251x.c | C | gpl-2.0 | 33,044 |
# vim:fileencoding=utf-8:noet
try:
import pygit2 as git
class Repository(object):
__slots__ = ('directory')
def __init__(self, directory):
self.directory = directory
def _repo(self):
return git.Repository(self.directory)
def status(self, path=None):
'''Return status of repository or file.
Wit... | DaneelOliwan/dotfiles-vim | .vim/bundle/powerline/powerline/lib/vcs/git.py | Python | gpl-2.0 | 3,605 |
# TeXplate
LaTeX template for Master's reports
# How to use it?
* Please to replace new commands in ```main.tex``` file.
* Please to use the logo of your Master in ```img/``` and rename it ```master_logo.png```
* You can write a Makefile for the project (and create a pull request so :-)), or use some Tex Editors... | k0pernicus/TeXplate | README.md | Markdown | gpl-2.0 | 493 |
<?php
/**
* Mkdir class
*
* Class to rename directory/file & manage errors in doing so.
*
* PHP version 3
*
* 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 L... | chisimba/chisimba | app/core_modules/files/classes/rename_class_inc.php | PHP | gpl-2.0 | 2,996 |
var searchData=
[
['vectororient',['vectorOrient',['../group___t_xC3_xA1rol_xC3_xB3k.html#gab13a5c3bc64237cc95301c3359a757c8',1,'RobotStateHistory']]]
];
| muszkab/Alkalmazasfejlesztes-hazi | RobotDiagnosticApp/docs/html/search/variables_b.js | JavaScript | gpl-2.0 | 156 |
/* $Revision: 77449 $ */
/** @file
* VBoxGuestLibR0 - Physical memory heap.
*/
/*
* Copyright (C) 2006-2007 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 redistribute it and/or modify it unde... | VirtualMonitor/VirtualMonitor | src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp | C++ | gpl-2.0 | 1,404 |
<?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\DICOM;
use PHPExiftool\Driver\AbstractTag;
class GridP... | Droces/casabio | vendor/phpexiftool/phpexiftool/lib/PHPExiftool/Driver/Tag/DICOM/GridPitch.php | PHP | gpl-2.0 | 695 |
## Description
<!-- Describe the overall purpose of this pull request (PR). If applicable also add bug references and screenshots.-->
## Checklist
- [ ] Commit messages are descriptive and explain the rationale for changes
- [ ] I used the same coding style as the surrounding code <!-- yet to be formally defined, se... | gemrb/gemrb | .github/PULL_REQUEST_TEMPLATE.md | Markdown | gpl-2.0 | 508 |
/*
* Copyright (C) 2008-2011 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 ver... | sucofog/chaoscore | src/server/game/Entities/Creature/Creature.h | C | gpl-2.0 | 29,713 |
from random import randint, shuffle, choice
from time import clock
from _utils import InvalidTableException, copy_table
def solve(table):
table = _check_table(table)
if _is_done(table):
return table
else:
coordinates = _get_minimum_array(table)
trials = table[coordinates[... | jonasrla/web_sudoku | helper/solver.py | Python | gpl-2.0 | 3,362 |
# -*- coding: utf-8 -*-
from sqlalchemy import text
from listenbrainz import db
class User(object):
""" User class required by the api-compat """
def __init__(self, id, created, name, api_key):
self.id = id
self.created = created
self.name = name
self.api_key = api_key
... | metabrainz/listenbrainz-server | listenbrainz/db/lastfm_user.py | Python | gpl-2.0 | 2,716 |
/*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 ver... | EBC88/TrinityCoreArenas | src/server/game/Entities/Unit/Unit.h | C | gpl-2.0 | 110,072 |
require_relative './spec_helper'
require 'norikra/typedef'
require 'json'
require 'digest'
describe Norikra::Typedef do
context 'instanciated as lazy typedef' do
it 'has no fields' do
t = Norikra::Typedef.new
expect(t.fields.size).to eql(0)
expect(t.baseset).to be_nil
end
it 'has no ... | achied/norikra | spec/typedef_spec.rb | Ruby | gpl-2.0 | 9,075 |
/**
* @file
* Main JS file for react functionality.
*
*/
(function ($) {
Drupal.behaviors.react_blocks = {
attach: function (context) {
// A div with some text in it
var CommentBox = React.createClass({displayName: 'CommentBox',
loadCommentsFromServer: function() {
$.ajax({
... | changemachine/jellyfish | sites/all/modules/react_blocks/build/.module-cache/fcda948e5eafc0c8b5f89fe71d221f278abccbd5.js | JavaScript | gpl-2.0 | 2,307 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Noised.Core.DB;
using Noised.Core.IOC;
using Noised.Logging;
namespace Noised.Core.Plugins
{
/// <summary>
/// Basic plugin loader
/// </summary>
public class PluginLoader : IPluginLoader... | bennygr/noised | src/NoisedCore/Plugins/PluginLoader.cs | C# | gpl-2.0 | 4,643 |
/* created by click/linuxmodule/fixincludes.pl on Tue Nov 25 22:39:40 2014 */
/* from /lib/modules/2.6.27.5-117.fc10.i686/build/include/config/cgroup/sched.h */
| songxingshen/myclick | include/click-linuxmodule/include0/config/cgroup/sched.h | C | gpl-2.0 | 161 |
<!DOCTYPE html>
<html>
<!-- Mirrored from www.w3schools.com/js/tryjs_datatypes_addstring.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:14:24 GMT -->
<body>
<p id="demo"></p>
<script>
var x = 16 + "Volvo";
document.getElementById("demo").innerHTML = x;
</script>
</body>
<!-- Mirrored from www.... | platinhom/ManualHom | Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/js/tryjs_datatypes_addstring.html | HTML | gpl-2.0 | 455 |
#pragma once
#include "pebble.h"
#include "row.h"
#include "queue.h"
typedef struct MenuCallbacks {
void (*select_click)(MenuLayer*, MenuIndex*, void*);
void (*remove_callback)(void*);
} MenuCallbacks;
typedef struct Menu {
int id;
struct Menu *menu;
int size;
char *title;
Row **row;
... | victorhaggqvist/Slebble | src/c/menu.h | C | gpl-2.0 | 728 |
import javax.swing.JLabel;
| plumer/java-8e-assignments | learn/ch12/MyFrameWithComponents.java | Java | gpl-2.0 | 27 |
<?php
/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/
____ ____ __ __ __
/\ _`\ /\ _`\ __... | SermonDistributor/Joomla-3-Component | site/views/preachers/tmpl/default_preachers-table.php | PHP | gpl-2.0 | 4,011 |
Imports Keyoti.RapidFindReplace.WPF
Public Class ViewModelUsage
Public Sub New()
' This call is required by the designer.
InitializeComponent()
' Add any initialization after the InitializeComponent() call.
_searchTextBox.Focus()
End Sub
Sub _searchTextBox_KeyUp(sender ... | keyoti/RapidFindReplaceWPF | RapidFindReplace-Demo-VB/Views/ViewModelUsage.xaml.vb | Visual Basic | gpl-2.0 | 605 |
<!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 textmining</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/html... | esander91/NamespacePollution | Code/GetMetaDataFromCRAN/raw_html/textmining.html | HTML | gpl-2.0 | 4,208 |
#!/usr/bin/perl
##########################################################################
# This program estimates transition probabilities for the GHMM
# bmajoros@tigr.org
##########################################################################
use strict;
use GffTranscriptReader;
my $usage="$0 <*.gff>";
die "$usa... | bmajoros/GeneZilla | get-trans-distr.pl | Perl | gpl-2.0 | 3,865 |
<?php
/* * * * * * * * * *
* Author: Calc, calc@list.ru, 8(916) 506-7002
* mxtel, 2010, Calc (r)
* * * * * * * * * */
defined("INDEX") or die('404 go to <a href="/">index.php</a>');
$do = get_var('do',0);
$id = get_var('id',0);
$pid = get_var('pid',0);
$type= get_var('type','port'); //get for ajah
$oid = get_var('... | Calc86/tel | mods/iopt.php | PHP | gpl-2.0 | 4,787 |
package com.dynamo2.tianma.model;
public class ObjectField extends MongodbModel {
private String name;
private String uniqueMark;
private int type;
private String linkedObject;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String g... | dynamo2/tianma | mycrm/src/main/java/com/dynamo2/tianma/model/ObjectField.java | Java | gpl-2.0 | 715 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<% hijack_title() %>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style/hijack_style.css" />
<script language="ja... | emuikernel/WNR2000v4 | git_home/net-web.git/www/browser_hijack/BRS_03A_E_IP_problem_staticIP_B_macClone_plzWait.html | HTML | gpl-2.0 | 968 |
<!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 : Variable Reference: $disp_payload_begin</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sampl... | mgsolipa/b2evolution_phpxref | _variables/disp_payload_begin.html | HTML | gpl-2.0 | 4,557 |