code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
<html>
<head>
<script type="text/javascript">
<!--
window.location = window.strike.getMPCServer() + "/info.html";
//-->
</script>
</head>
</html> | Codeusa/Strike | Android App/assets/info.html | HTML | gpl-2.0 | 151 |
package com.lj.template.ui;
import android.content.Context;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.Gravity;
import android.view.LayoutInflater... | wbhqf3/test | Template/app/src/main/java/com/lj/template/ui/NoteBookActivity.java | Java | gpl-2.0 | 10,555 |
/*
* Copyright (C) 2006, 2018 by Rafael Santiago
*
* This is a free software. You can redistribute it and/or modify under
* the terms of the GNU General Public License version 2.
*
*/
#ifndef KRYPTOS_KRYPTOS_RC6_H
#define KRYPTOS_KRYPTOS_RC6_H 1
#include <kryptos_types.h>
#define KRYPTO... | rafael-santiago/kryptos | src/kryptos_rc6.h | C | gpl-2.0 | 881 |
//sT<?php exit; ?>a:1:{s:7:"content";O:8:"stdClass":24:{s:2:"ID";i:1306;s:11:"post_author";s:1:"1";s:9:"post_date";s:19:"2014-10-31 10:09:46";s:13:"post_date_gmt";s:19:"2014-10-31 10:09:46";s:12:"post_content";s:0:"";s:10:"post_title";s:15:"reglobe-thumb-1";s:12:"post_excerpt";s:0:"";s:11:"post_status";s:7:"inherit";s:... | ngupta0309/greenapplesolutions | wp-content/cache/object/000000/ef7/766/ef776636d6dabda879a8e88a640d1aac.php | PHP | gpl-2.0 | 908 |
// ==================================================
// Copyright (C) 2005-2006 Intel Corporation
//
// 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 (... | Asim-Dreams/dreams | tools/Dreams/src/dDB/trackheap/TagVecValue8NF.cpp | C++ | gpl-2.0 | 8,921 |
.flowplayer{position:relative;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center center;display:inline-block;}
.flowplayer *{font-weight:inherit;font-family:inherit;font-style:inherit;text-decoration:inherit;font-size:100%;padding:0;border:0;margin:0;list-style-type:none}
.flowp... | wp-plugins/flowplayer5 | frontend/assets/flowplayer/skin/functional.css | CSS | gpl-2.0 | 25,440 |
# GBRT for Luroeykalven case study site
# Training data: manually digitized training areas, including water pixels
# Predictors: results of FCLS spectral unmixing
# Authors: Stefan Blumentrath
import numpy as np
import matplotlib.pyplot as plt
from sklearn import ensemble
from sklearn import datasets
from sklearn.uti... | NINAnor/sentinel4nature | Tree canopy cover/regression/GBRT_Luroeykalven_manual_FCLS.py | Python | gpl-2.0 | 8,821 |
<!doctype html>
<html xmlns:ng="//angularjs.org" ng-app="my_app" id="ng-app" >
<head>
<meta charset="utf-8">
<meta http-equiv="pragma" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title> 간편 </title>
<link href="./css/custom.css" rel="styleshe... | naearu/todayhumor_chuchom | index.php | PHP | gpl-2.0 | 5,729 |
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/fcntl.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/timer.h>
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/workqueue.h>
#incl... | luckasfb/OT_903D-kernel-2.6.35.7 | kernel/drivers/pcmcia/i82365.c | C | gpl-2.0 | 34,930 |
/*
* Copyright 2000-2015 Rochus Keller <mailto:rkeller@nmr.ch>
*
* This file is part of the CARA (Computer Aided Resonance Assignment,
* see <http://cara.nmr.ch/>) NMR Application Framework (NAF) library.
*
* The following is the license that applies to this copy of the
* library. For a license to use the librar... | rochus-keller/NAF | Spec/Residue.cpp | C++ | gpl-2.0 | 9,229 |
<?php
/***************************************************************************
* Copyright (C) 2003-2018 Polytechnique.org *
* http://opensource.polytechnique.org/ *
* *
* Th... | Polytechnique-org/platal | classes/group.php | PHP | gpl-2.0 | 7,869 |
#!/usr/bin/env bash
# install dependencies
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.freedesktop.Platform//21.08 org.freedesktop.Sdk//21.08
# org.freedesktop.Sdk.Extension.openjdk11//21.08
# prepare workspace
export VERSION=`../../version.sh`... | RBornat/jape | distrib/CommonBuildResources/Linux/flatpak/build.sh | Shell | gpl-2.0 | 700 |
/*
* Copyright (C) 2013-2020 Canonical, Ltd.
*
* 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 ... | fuchsia-mirror/stress-ng | test/test-fchmodat.c | C | gpl-2.0 | 1,122 |
/*****************************************************************************
* dbus-tracklist.h : dbus control module (mpris v1.0) - /TrackList object
*****************************************************************************
* Copyright © 2006-2008 Rafaël Carré
* Copyright © 2007-2010 Mirsal Ennaime
* Copyri... | cmassiot/vlc-broadcast | modules/control/dbus/dbus_tracklist.h | C | gpl-2.0 | 1,951 |
<!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: url_link()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.c... | mgsolipa/b2evolution_phpxref | _functions/url_link.html | HTML | gpl-2.0 | 6,080 |
/*
* *************************************************************************
* FilePickerActivity.java
* **************************************************************************
* Copyright © 2015 VLC authors and VideoLAN
* Author: Geoffrey Métais
*
* This program is free software; you can redistribute i... | robedmo/vlc-android | vlc-android/src/org/videolan/vlc/gui/browser/FilePickerActivity.java | Java | gpl-2.0 | 2,352 |
angular.module('project', ['ngRoute', 'firebase'])
.value('fbURL', 'https://angularjs-projects.firebaseio.com/')
.factory('Projects', function($firebase, fbURL) {
return $firebase(new Firebase(fbURL)).$asArray();
})
.config(function($routeProvider) {
$routeProvider
.when('... | qurantools/kurancalis-web | prototype/project.js | JavaScript | gpl-2.0 | 1,820 |
<?php # Modified 07/15/2013 by Plugin Review Network ?>
<br>
<!-- MOD Action to Wordpress Menu -->
<center><form action="" method=GET>
<input type="hidden" name="page" value="infinityresponder">
<input type="hidden" name="subpage" value="admin">
<input type="hidden" name="action" value="Email_Search">
Searc... | majick777/wp-infinity-responder | templates/email_search.admin.php | PHP | gpl-2.0 | 514 |
<?php
do_action( 'wptouch_functions_start' );
add_filter( 'wp_title', 'foundation_set_title' );
function foundation_set_title( $title ) {
return $title . ' ' . wptouch_get_bloginfo( 'site_title' );
}
function responsive_ads_unit() { ?>
<!-- responsive -->
<ins class="adsbygoogle"
style="display:... | mary061079/karingrande | wp-content/plugins/wptouch/themes/foundation/default/functions.php | PHP | gpl-2.0 | 1,018 |
<html>
<head>
<title>SUSY Les Houches Accord</title>
<link rel="stylesheet" type="text/css" href="pythia.css"/>
<link rel="shortcut icon" href="pythia32.gif"/>
</head>
<body>
<script language=javascript type=text/javascript>
function stopRKey(evt) {
var evt = (evt) ? evt : ((event) ? event : null);
var node = (evt.tar... | vikasnt/pythia8 | share/Pythia8/phpdoc/SUSYLesHouchesAccord.php | PHP | gpl-2.0 | 20,279 |
/* grabbag - Convenience lib for various routines common to several tools
* Copyright (C) 2002-2009 Josh Coalson
* Copyright (C) 2011-2013 Xiph.Org Foundation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publish... | bit-trade-one/SoundModuleAP | lib-src/libflac/include/share/grabbag/file.h | C | gpl-2.0 | 2,355 |
/* Copyright (C) 2010 TrinityCore <http://www.trinitycore.org/>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This... | Muglackh/cejkaz-tc | src/scripts/kalimdor/durotar.cpp | C++ | gpl-2.0 | 3,004 |
/* vi: set sw=4 ts=4: */
/*
* Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001
*
* Licengsed under GPLv2, see file LICENSE in this source tree.
*/
#include "common.h"
#if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1
unsigned dhcp_verbose;
#endif
const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = {
0xff, 0xff, 0... | ThinkIntegrate/busybox | networking/udhcp/common.c | C | gpl-2.0 | 19,122 |
{-| Scan clusters via RAPI or LUXI and write state data files.
-}
{-
Copyright (C) 2009, 2010, 2011 Google 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
... | ekohl/ganeti | htools/hscan.hs | Haskell | gpl-2.0 | 4,879 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="UpTell Team">
<title>UpTell - Express You... | iogburu/UpTell | index.php | PHP | gpl-2.0 | 7,012 |
namespace TorrentNews.Domain
{
using System;
using System.Globalization;
using MongoDB.Bson.Serialization.Attributes;
public class Torrent
{
[BsonId]
public int Id { get; set; }
public string Title { get; set; }
public string Poster { get; set; }
... | thefluxcapacitor/tNews | TorrentNews/Domain/Torrent.cs | C# | gpl-2.0 | 3,568 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template value_accumulator_impl</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="../../..... | charlesDGY/coflo | coflo-0.0.4/third_party/boost_1_48_0/doc/html/boost/accumulators/impl/value_accumulator_impl.html | HTML | gpl-2.0 | 7,640 |
<!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... | pulse-project/mmc-core | doc-doxy/html/dir_8c7c2514f020f9be1a51a2faad6cf606.html | HTML | gpl-2.0 | 3,284 |
#ifndef XPPAUT_ABORT_H
#define XPPAUT_ABORT_H
/* --- Functions --- */
int get_command_width(void);
void plot_command(int nit, int icount, int cwidth);
int my_abort(void);
#endif /* XPPAUT_ABORT_H */
| tommie/xppaut | src/abort.h | C | gpl-2.0 | 201 |
SUBROUTINE DSTEVD( JOBZ, N, D, E, Z, LDZ, WORK, LWORK, IWORK,
$ LIWORK, INFO )
*
* -- LAPACK driver routine (version 3.2) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* November 2006
*
* .. Scalar Arguments ..
CHARACTER JOBZ
INTEGER ... | apollos/Quantum-ESPRESSO | lapack-3.2/SRC/dstevd.f | FORTRAN | gpl-2.0 | 7,015 |
#!/usr/local/bin/python3
import sys
import boto3
import os
from botocore.exceptions import ClientError
import json
import argparse
from botocore.utils import InstanceMetadataFetcher
from botocore.credentials import InstanceMetadataProvider
import platform
region = os.getenv('AWS_DEFAULT_REGION', 'us-east-1')
duration... | gwsu2008/automation | python/awscreds-custom.py | Python | gpl-2.0 | 2,552 |
package fr.ironcraft.mcshow.mod;
import net.minecraft.block.Block;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.ItemModelMesher;
import net.minecraft.client.renderer.block.model.ModelResourceLocation;
import net.minecraft.item.Item;
import net.minecraftforge.fml.common.event.FMLInitializ... | ironcraft/mcshow | src/main/java/fr/ironcraft/mcshow/mod/McShowClient.java | Java | gpl-2.0 | 1,438 |
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: account_history.php 2989 2006-02-08 04:07:25Z drbyte $
*/
define('NAV... | yama/zencart1302-ja | includes/languages/japanese/account_history.php | PHP | gpl-2.0 | 860 |
<?php
$args = array(
'animation_type' => '',
'border_color' => '',
'border_width' => '',
'animation_time' => '2',
// 'transition_delay' => '',
'holder_padding' => ''
);
extract(shortcode_atts($args, $atts));
$border_color = esc_attr($border_color);
$border_width = esc_attr($border_width);
$animation_time = esc_... | divyanks/wordpress | wp-content/themes/borderland/vc_templates/no_bordered_elements_holder.php | PHP | gpl-2.0 | 1,155 |
--- ID:https://telegram.me/anonymou3nk
do
-- Returns the key (index) in the config.enabled_plugins table
local function plugin_enabled( name )
for k,v in pairs(_config.enabled_plugins) do
if name == v then
return k
end
end
-- If not found
return false
end
-- Returns true if file exists in plugi... | A-N-bot/ali-nima | plugins/plugins.lua | Lua | gpl-2.0 | 6,016 |
#include <stdio.h>
#include <sys/epoll.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <map>
#include <pthread.h>
#include "l... | Furzoom/demo-C | src/network/event/event_srv.cpp | C++ | gpl-2.0 | 10,931 |
/*
* Copyright (C) 2013-2020 Canonical, Ltd.
*
* 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 ... | fuchsia-mirror/stress-ng | stress-rawdev.c | C | gpl-2.0 | 10,498 |
<?php
/* core/themes/stable/templates/admin/indentation.html.twig */
class __TwigTemplate_da243963582487cd78cc26c7f07c99f6e00debf728b0d84c814c2ac8a1c833d1 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$th... | piratskul/MyAwesomeDrupal | sites/default/files/php/twig/590e4b87c5da1_indentation.html.twig_1FgGuSnZ772wD5cJJKrE7hjBR/ZIaxNaC_GNDAUWcImvVi_hn3XWMnZNyDjmQwbNQQIys.php | PHP | gpl-2.0 | 2,757 |
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
publish... | wtfbbqhax/ioq3 | code/qcommon/files.c | C | gpl-2.0 | 101,169 |
<?php
if (!defined ('TYPO3_MODE')) {
die ('Access denied.');
}
$TCA['tx_t3rating_domain_model_vote'] = array(
'ctrl' => $TCA['tx_t3rating_domain_model_vote']['ctrl'],
'interface' => array(
'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, choice, user, voting, visitor_hash',
),
'... | dwenzel/t3rating | Configuration/TCA/Vote.php | PHP | gpl-2.0 | 4,044 |
<?php
namespace XoopsModules\Xoopspoll\Common;
/*
You may not change or alter any portion of this comment or credits
of supporting developers from this source code or any supporting source code
which is considered copyrighted (c) material of the original comment or credit authors.
This program is distributed in ... | mambax7/xoopspoll | class/Common/Configurator.php | PHP | gpl-2.0 | 2,031 |
<?php if( is_front_page() || is_page_template( 'template-landing-page.php' ) || ( is_home() && ! is_paged() ) ) : ?>
<?php get_sidebar( 'footer-wide' ); ?>
<?php endif; ?>
<div id="footer">
<?php get_sidebar( 'footer' ); ?>
<div id="copyright">
<p class="copyright twocol"><?php pinboard_copyright_not... | norskclassoslo/saifshams | wp-content/themes/pinboard/footer.php | PHP | gpl-2.0 | 3,320 |
#include <fas/pattern/type_list.hpp>
#include <fas/misc/json.hpp>
namespace ap = ::fas::pattern;
namespace aj= ::fas::json;
namespace fas { namespace pattern {
template<typename TLI, typename left_type, typename FT>
struct type_list_inst_getter {
static typename FT::type & get(const FT &fld, TLI&data) {
return da... | mambaru/leveldb-daemon | common/ap_type_list_inst.hpp | C++ | gpl-2.0 | 2,701 |
/*
// this line must stay at top so the whole PCH thing works...
#include "cg_headers.h"
//#include "cg_local.h"
#include "cg_media.h"
#include "cg_text.h"
*/
// Copyright (C) 1999-2000 Id Software, Inc.
//
// cg_drawtools.c -- helper functions called by cg_draw, cg_scoreboard, cg_info, etc
#include "cg_local.h"
#inc... | ouned/JK2-1.04 | cgame/cg_drawtools.c | C | gpl-2.0 | 13,918 |
<?php
/**
* likes
*
* @author likes
* @link http://community.elgg.org/pg/profile/pedroprez
* @copyright (c) Keetup 2010
* @link http://www.keetup.com/
* @license GNU General Public License (GPL) version 2
*/
//Add river itemtime
$time_posted = friendly_time($vars['item']->posted);
$time_posted = ... | FEIBookUV/feibook | Code/mod/likes/views/default/river/item/wrapper.php | PHP | gpl-2.0 | 2,033 |
/*****************************************************************************
* fbosd.c : framebuffer osd plugin for vlc
*****************************************************************************
* Copyright (C) 2007-2008, the VideoLAN team
* $Id$
*
* Authors: Jean-Paul Saman
* Copied from modules/video_outp... | MessiahAndrw/Stereoscopic-VLC | modules/gui/fbosd.c | C | gpl-2.0 | 49,533 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | Meowse/TechnicolorMillinery | Chris.Sopcak/Homework1/BrushTeeth3/BrushTeeth3/Properties/Settings.Designer.cs | C# | gpl-2.0 | 1,068 |
# Rails >= 3
module RedmineStealth
class MailInterceptor
def self.delivering_email(msg)
if RedmineStealth.cloaked?
msg.perform_deliveries = false
if logger = ActionMailer::Base.logger
logger.info("Squelching notification: #{msg.subject}")
end
end
end
end
end
... | teleological/redmine_stealth | lib/redmine_stealth/mail_interceptor.rb | Ruby | gpl-2.0 | 394 |
/*****************************************************************************
* Free42 -- an HP-42S calculator simulator
* Copyright (C) 2004-2019 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... | melak/free42 | iphone/Classes/Free42AppDelegate.h | C | gpl-2.0 | 1,109 |
DELETE FROM `spell_bonus_data` WHERE `entry` IN (703);
INSERT INTO `spell_bonus_data` VALUES
(703, 0, 0, 0, 0.07, 'rogue- garrote'); | TheSecretPublisher/ThisIsSparta | sql/forgottenlands/old/world/2013_05_15_rogue_garrote.sql | SQL | gpl-2.0 | 134 |
#ifndef _module_h_
#define _module_h_
#define MODULE_PATH CARD_DRIVE"ML/MODULES/"
/* module info structures */
#define MODULE_INFO_PREFIX __module_info_
#define MODULE_STRINGS_PREFIX __module_strings_
#define MODULE_PARAMS_PREFIX __module_params_
#define MODULE_P... | frantony/magic-lantern | src/module.h | C | gpl-2.0 | 14,579 |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateUserOptionsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('user_options', function (Blueprint $table) {
... | poctob/zoe | database/migrations/2015_09_30_142129_create_user_options_table.php | PHP | gpl-2.0 | 770 |
<?php
/**
* Most Liked Content tempplate
*/
// Block direct requests
if ( !defined('ABSPATH') )
die('-1');
?>
<?php echo $before_widget; ?>
<?php if (!empty($title)):
echo $before_title . $title . $after_title;
endif ?>
<?php if (count($post_loop) > 0): ?>
<ul class="likebtn-mlw">
<?php foreach ($post_loop as... | andrescabsi14/a2clean | wp-content/plugins/likebtn-like-button/templates/most-liked-widget.php | PHP | gpl-2.0 | 2,418 |
<?php
/**
* Part Name: Logo In Menu
*/
?>
<header id="masthead" class="site-header masthead-logo-in-menu" role="banner">
<nav role="navigation" class="site-navigation main-navigation primary <?php if( siteorigin_setting('navigation_use_sticky_menu') ) echo 'use-sticky-menu' ?>">
<div class="full-container">
... | adshannon81/Headstuff.org | wp-content/themes/vantage/parts/masthead-logo-in-menu.php | PHP | gpl-2.0 | 1,223 |
<?php
/**
* These functions are needed to load Multisite.
*
* @since 3.0.0
*
* @package WordPress
* @subpackage Multisite
*/
/**
* Whether a subdomain configuration is enabled.
*
* @since 3.0.0
*
* @return bool True if subdomain configuration is enabled, false otherwise.
*/
function is_subdomain_install()... | creative2020/mu2 | wp-includes/ms-load.php | PHP | gpl-2.0 | 17,259 |
<?php
/**
* Your Inspiration Themes
*
* @package WordPress
* @subpackage Your Inspiration Themes
* @author Your Inspiration Themes Team <info@yithemes.com>
*
* This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is... | google-code/aha-mua-com | wp-content/themes/AHAMUA-SHOP/core/yit/Css.php | PHP | gpl-2.0 | 15,988 |
/*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later ve... | idskiv/wotlk | src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp | C++ | gpl-2.0 | 27,437 |
// Populate the database
function populateDB(tx) {
tx.executeSql('CREATE TABLE IF NOT EXISTS profiles (id INTEGER PRIMARY KEY, name, description, direction, latitude, longitude, altitude, accuracy, altitudeAccuracy, photo)');
tx.executeSql('CREATE TABLE IF NOT EXISTS beds (id INTEGER PRIMARY KEY, profileid INTEGER, ... | pwlw/SedMob | js/database.js | JavaScript | gpl-2.0 | 13,336 |
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Co... | cdawsonhall/BOLD-production | wp-config.php | PHP | gpl-2.0 | 3,465 |
/*
* kprobe - kprobe demo
*
* Written in 2012 by Prashant P Shah <pshah.mumbai@gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without li... | prashants/km | probes/kprobe.c | C | gpl-2.0 | 2,143 |
<?php
require_once __DIR__.'/_config.php';
$jsonFile = DATA_DIR.'/blog.json';
$blog = new Blog(array(
'templateUrl' => 'http://'.$_SERVER['SERVER_NAME']
));
$data = json_decode(file_get_contents($jsonFile), true);
$data['urls'] = $blog->getUrls();
echo $blog->render('blog', $data);
?> | JonathanMatthey/hudsongray-website2 | wp-content/themes/grey/blog-static.php | PHP | gpl-2.0 | 294 |
/*
* Copyright (c) 2012, 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 ... | dain/graal | graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/nodes/expression/SLEqualNode.java | Java | gpl-2.0 | 3,564 |
<?php
/**
-------------------------------------------------------------------------
briefcasefactory - Briefcase Factory 4.0.8
-------------------------------------------------------------------------
* @author thePHPfactory
* @copyright Copyright (C) 2011 SKEPSIS Consult SRL. All Rights Reserved.
* @licens... | Xervmon/b2b | administrator/components/com_briefcasefactory/models/fields/briefcasestoragefolder.php | PHP | gpl-2.0 | 1,380 |
/*
* soc-pcm.c -- ALSA SoC PCM
*
* Copyright 2005 Wolfson Microelectronics PLC.
* Copyright 2005 Openedhand Ltd.
* Copyright (C) 2010 Slimlogic Ltd.
* Copyright (C) 2010 Texas Instruments Inc.
*
* Authors: Liam Girdwood <lrg@ti.com>
* Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* Th... | dorimanx/DORIMANX_LG_STOCK_LP_KERNEL | sound/soc/soc-pcm.c | C | gpl-2.0 | 83,706 |
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
* Author(s): Antonio Borneo <borneo.antonio@gmail.com> for STMicroelectronics
*
* 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 Founda... | olerem/openocd | src/helper/bits.h | C | gpl-2.0 | 2,725 |
/*! \file debug.h
* \b 接口说明:
*
*
* \b 功能描述:
*
* 调试信息打印
*
* \b 历史记录:
*
* <作者> <时间> <修改记录> <br>
* zuokongxiao 2014-06-12 创建文件 <br>
*/
#ifndef __DEBUG_H
#define __DEBUG_H
/******************************************************************************/
/* ... | zuokong2006/am3359 | app/include/debug.h | C | gpl-2.0 | 2,549 |
package com.devicehive.sspasov.client.ui.activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.text.TextUtils;
import android.view.View;
import android.widget.EditText;
import com.devicehive.sspaso... | sspasov/DeviceHiveClient | deviceHiveAndroidClient/src/main/java/com/devicehive/sspasov/client/ui/activities/StartupConfigurationActivity.java | Java | gpl-2.0 | 4,093 |
<?php
/**
* Element: Block
* Displays a block with optionally a title and description
*
* @package NoNumber Framework
* @version 14.10.3
*
* @author Peter van Westen <peter@nonumber.nl>
* @link http://www.nonumber.nl
* @copyright Copyright © 2014 NoNumber All Rights Re... | nazarkin659/best4hunting | plugins/system/nnframework/fields/block.php | PHP | gpl-2.0 | 3,410 |
/*******************************************************
Copyright (C) 2013 James Higley
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 ... | omalleypat/moneymanagerex | src/reports/reportbase.cpp | C++ | gpl-2.0 | 8,721 |
#include "armsim.h"
int main(int argc, char *argv[]) {
printf("%d\n%s\n%s\n",argc+1,argv[0],argv[1]);
return 0;
}
| nandhp/arm | echo.c | C | gpl-2.0 | 118 |
<?php
/**
* 消息分包
*
* Date: 17-3-25
* Time: 下午8:40
* author :李华 yehong0000@163.com
*/
namespace NsqClient\lib\message;
use NsqClient\lib\exception\MessageException;
class Unpack
{
/**
* 消息类型
*/
const FRAME_TYPE_RESPONSE = 0;//响应
const FRAME_TYPE_ERROR = 1;//错误响应
const FRAME_TYPE_ME... | tttlkkkl/nsq_swoole_client | src/lib/message/Unpack.php | PHP | gpl-2.0 | 4,537 |
//
// Copyright (c) 2006 by Grant Yoshida -- Modified for Bandleader's purposes.
//
// Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu>
// Creation Date: Thu May 11 21:10:02 PDT 2000
// Last Modified: Sat Oct 13 14:51:43 PDT 2001 (updated for ALSA 0.9 interface)
// Last Modified: Thu Jun 24 02:38:04 PDT 2004... | google-code/bandleader | src/improv/improv/Sequencer_alsa09.cpp | C++ | gpl-2.0 | 15,254 |
<?php
/**
* TomatoCMS
*
* LICENSE
*
* This source file is subject to the GNU GENERAL PUBLIC LICENSE Version 2
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.gnu.org/licenses/gpl-2.0.txt
* If you did not receive a copy o... | tucq88/os_thoibaonh | app/modules/core/model/interface/RequestLog.php | PHP | gpl-2.0 | 833 |
#ifndef DEF_TRANSMOGRIFICATION_H
#define DEF_TRANSMOGRIFICATION_H
#define PRESETS // comment this line to disable preset feature totally
#define MAX_OPTIONS 25 // do not alter
class Item;
class Player;
class WorldSession;
struct ItemTemplate;
enum TransmogTrinityStrings // Language.h might have same entries, appears... | yolinlin/trinitycore | src/server/scripts/Custom/Transmogrification.h | C | gpl-2.0 | 3,789 |
/* ----------------------------------------------------------------------------------
BrainBay - OpenSource Application for realtime BodySignalProcessing & HCI
with the OpenEEG hardware, GPL 2003-2010
Author: Chris Veigl, contact: chris@shifz.org
Co-Authors:
Jeremy Wilkerso... | dadymax/BrainBayRaiseUp | brainBay.cpp | C++ | gpl-2.0 | 22,374 |
<!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>My Family Tree - Page, Marvin Ray</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mob... | belissent/testing-example-reports | gramps42/gramps/example_NAVWEB0/ppl/8/b/AFBKQCQB4SH8L948B8.html | HTML | gpl-2.0 | 13,648 |
#ifndef ES705_RWDB_H
#define ES705_RWDB_H
/* MQ100 states */
#define MQ100_STATE_RESET (0)
#define MQ100_STATE_NORMAL (1)
struct es705_rwdb_device_callbacks;
/**
* Register rdb callbacks
* @param callbacks - structure containing
* callbacks from es705 rdb/wdb driver
* @return
*/
int es705_rdb_register(const st... | meizuosc/m75 | kernel/sound/soc/codecs/audience/es705-api.h | C | gpl-2.0 | 1,953 |
/**********************************************************************
** Copyright (C) 2001 Trolltech AS. All rights reserved.
**
** This file is part of Qtopia Environment.
**
** This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 as published by the Free Soft... | opieproject/opie | core/multimedia/opieplayer/libflash/libflashplugin.h | C | gpl-2.0 | 3,843 |
<?php
/**
* Elgg Feedback plugin
* Feedback interface for Elgg sites
*
* @package Feedback
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Prashant Juvekar
* @copyright Prashant Juvekar
* @link http://www.linkedin.com/in/prashantjuvekar
*
* ... | weSPOT/wespot_iwe | mod/feedback/views/default/feedback/listing.php | PHP | gpl-2.0 | 1,561 |
/*
Copyright (C) 2007 Martin Richards
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 distributed in... | svn2github/autowikibrowser | tags/REL_4_5_3_2/WikiFunctions/Parse/FindandReplace.cs | C# | gpl-2.0 | 23,714 |
<?php
/**
* @package LiveUpdate
* @copyright Copyright ©2011 Nicholas K. Dionysopoulos / AkeebaBackup.com
* @license GNU LGPLv3 or later <http://www.gnu.org/copyleft/lesser.html>
*/
defined('_JEXEC') or die();
/**
* Configuration class for your extension's updates. Override to your liking.
*/
class LiveUpdateCo... | smetal/gvdd | administrator/components/com_cmc/liveupdate/config.php | PHP | gpl-2.0 | 986 |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
The code included in this file is provided under the terms o... | pingdynasty/FirmwareSender | JuceLibraryCode/modules/juce_core/threads/juce_ThreadPool.h | C | gpl-2.0 | 14,356 |
# -*- coding: utf-8 -*-
"""
IMU Plugin
Copyright (C) 2015 Olaf Lüke <olaf@tinkerforge.com>
Copyright (C) 2015 Matthias Bolte <matthias@tinkerforge.com>
Copyright (C) 2019 Erik Fleckstein <erik@tinkerforge.com>
imu_3d_widget.py: IMU OpenGL representation
This program is free software; you can redistribute it and/or
mo... | Tinkerforge/brickv | src/brickv/plugin_system/plugins/imu/imu_3d_widget.py | Python | gpl-2.0 | 2,398 |
SELECT AB.Frame,
@minerals := IFNULL(Minerals, @minerals) AS Minerals,
@gas := IFNULL(Gas, @gas) AS Gas,
@supply := IFNULL(Supply, @supply) AS Supply,
@totMinerals := IFNULL(TotalMinerals, @totMinerals) AS TotalMinerals,
@totGas := IFNULL(TotalGas, @totGas) AS TotalGas,
@totSupply := IFNULL(TotalSupply, @totSuppl... | analca3/TFG | Consultas/replay.sql | SQL | gpl-2.0 | 6,978 |
/* FreeTDS - Library of routines accessing Sybase and Microsoft databases
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Brian Bruns
* Copyright (C) 2005-2008 Frediano Ziglio
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
... | mattdurham/freetds | src/odbc/prepare_query.c | C | gpl-2.0 | 12,136 |
/*
* This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
*
* 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
... | Pirricli/TrinityCore | src/server/game/AI/CoreAI/UnitAI.cpp | C++ | gpl-2.0 | 11,906 |
#ifndef SELECTMAP_H
#define SELECTMAP_H
#include <QDialog>
#include <QHash>
#include <QSqlDatabase>
#include <QSqlRelationalTableModel>
#include <QSqlQuery>
#include <QSqlError>
#include <QSqlResult>
#include <QString>
namespace Ui {
class SelectMap;
}
class SelectMap : public QDialog
{
Q_O... | Berimor66/humblemaps | selectmap.h | C | gpl-2.0 | 601 |
#nav-bar toolbarbutton[checked="true"] {
background-color: #ddd;
border-right: 1px solid #b9b9b9;
border-left: 1px solid #b9b9b9;
}
label.twitter-url {
text-decoration: none;
cursor: pointer;
color: #00f;
}
richlistitem[new="true"] {
background-color: #ffa;
}
richlistbox:focus richlistitem[selected="true"] la... | cfinke/TwitterBar | twitterbar-client/chrome/skin/sidebar.css | CSS | gpl-2.0 | 355 |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>compute dpd/atom command — LAMMPS docu... | zimmermant/dlvo_lammps | doc/html/compute_dpd_atom.html | HTML | gpl-2.0 | 8,317 |
<?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 Cumul... | Droces/casabio | vendor/phpexiftool/phpexiftool/lib/PHPExiftool/Driver/Tag/DICOM/CumulativeDoseToDoseReference.php | PHP | gpl-2.0 | 758 |
"C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql.exe" -h localhost -udayz -ppass4dayz dayz -e "call removeDamagedVehicles" | rmnelson/dayz | scripts/maintenance/dbfunctions.bat | Batchfile | gpl-2.0 | 124 |
/******************************************************************************
* Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) *
* *
... | Tontonitch/icinga2 | lib/base/array.hpp | C++ | gpl-2.0 | 4,328 |
<?php
/**
* 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; under version 2
* of the License (non-upgradable).
*
* This program is distributed in the hope that it will be useful,
* but WIT... | oat-sa/tao-core | helpers/form/validators/class.Email.php | PHP | gpl-2.0 | 1,569 |
// pk 4/05 int MatrixExpEigenPrepare
void MatrixExp(Matrix& A, Real t, Matrix& Exp);
void Eigenvector(Matrix& A, Real ev, ColumnVector& C, Matrix& A_inv, bool right);
int MatrixExpEigenPrepare(Matrix& A, ColumnVector& V, Matrix& U, Matrix& Uinv,
SimpleIntArray& Cplx);
void MatrixExpEigen(Matrix& Mexp, C... | ihh/dart | src/newmat/nm_exp.h | C | gpl-2.0 | 615 |
/*
File: WaveDriverAirportExtreme.h
Program: KisMAC
Author: Michael Roßberg
mick@binaervarianz.de
Changes: Vitalii Parovishnyk(1012-2015)
Description: KisMAC is a wireless stumbler for MacOS X.
This file is part of KisMAC.
Most parts of this file are based on aircrack by Christo... | IGRSoft/KisMac2 | Sources/WaveDrivers/WaveDriverAirportExtreme.h | C | gpl-2.0 | 1,397 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.8"/>
<link rel="stylesheet" type="text/css" href="search.... | 5putnik/discreta12eueumesmoehugo | doc/html/search/defines_6.html | HTML | gpl-2.0 | 1,036 |
class AddEditDashboardPermission < ActiveRecord::Migration
def self.up
permission = Permission.find_or_create_by_name("edit_dashboard")
accounts = Account.all.select(&:owner)
MethodCallbackFuture.create!(:models => accounts, :method => :grant_all_permissions_to_owner, :system => true)
end
def self.do... | xlsuite/xlsuite | db/migrate/20090409004839_add_edit_dashboard_permission.rb | Ruby | gpl-2.0 | 545 |
<!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... | tomasnorre/ext-phpunit | Documentation/Api/html/classTx__Phpunit__ViewHelpers__ProgressBarViewHelper-members.html | HTML | gpl-2.0 | 6,317 |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Set of functions used to build dumps of tables as PHP Arrays
*
* @package PhpMyAdmin-Export
* @subpackage PHP
*/
namespace PMA\libraries\plugins\export;
use PMA\libraries\plugins\ExportPlugin;
use PMA\libraries\properties\plugins\ExportPluginProperties;
us... | rawr-man/phpmyadmin2.0 | libraries/plugins/export/ExportPhparray.php | PHP | gpl-2.0 | 7,008 |
<?php
/**
* @version 1.0.0
* @package com_legalconfirm
* @copyright Copyright (C) 2013. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @author Abhishek Gupta <abhishek.gupta@daffodilsw.com> - http://
*/
// no direct access
defined('_JEXEC') or d... | yogendra9891/legalconfirm | components/com_legalconfirm/views/clientprofile/tmpl/default_lawfirmaddremove.php | PHP | gpl-2.0 | 3,048 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.