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 |
|---|---|---|---|---|---|
/*-----------------------------------------------------------------------*\
| file: Rayleight_Mex.cc |
| |
| version: 1.0 date 28/3/2020 |
| ... | pins-ocs/OCP-tests | test-Rayleight/ocp-interfaces/Matlab/Rayleight_Mex.cc | C++ | gpl-2.0 | 34,707 |
<?php defined('BASEPATH') || exit('No direct script access allowed');
class Migration_Install_standards_documents_permissions extends Migration
{
/**
* @var array Permissions to Migrate
*/
private $permissionValues = array(
array(
'name' => 'Standards_documents.Content.View',
'description' => 'View Stand... | brkrishna/freelance | oicp/application/modules/standards_documents/migrations/001_Install_standards_documents_permissions.php | PHP | gpl-2.0 | 3,049 |
#ifndef __SIM_RAND__
#define __SIM_RAND__
double gen_rand(void);
/* UNIF makes a uniform distribution in the range (c1,c2)*/
#define UNIF(c1, c2) (c1 + gen_rand() * (c2 - c1))
#define IRAND() (int)(gen_rand() * 1000)
#endif /* __SIM_RAND */
| serser/TrcUtils | RTTest/sim_rand.h | C | gpl-2.0 | 245 |
python /git/splice-server/src/splice/manage.py celerybeat --schedule=/var/run/splice/celerybeat_schedule -l debug -f /var/log/splice/celery/celerybeat.log --uid splice --gid splice --workdir /git/splice-server/src/splice --detach --pidfile=/var/run/splice/celerybeat.pid
#
# Attempt with --detach removed
#
#python /git... | splice/splice-server | playpen/celery/debug/launch_celerybeat.sh | Shell | gpl-2.0 | 573 |
cmd_arch/arm/lib/lib1funcs.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.lib1funcs.o.d -nostdinc -isystem /opt/FriendlyARM/toolschain/4.4.3/lib/gcc/arm-none-linux-gnueabi/4.4.3/include -Iinclude -I/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/ma... | kaylorchen/Linux_for_mini2440 | arch/arm/lib/.lib1funcs.o.cmd | Batchfile | gpl-2.0 | 1,945 |
package cucumberstepswizard.preferences;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.Assert;
import org.eclipse.jface.dialogs.IDialogConstants;
import org.eclipse.jface.preference.FieldEditor;
import org.eclipse.jface.resource.JFaceRes... | Delca/CucumberStepsGenerator | src/cucumberstepswizard/preferences/DefaultStepsEditor.java | Java | gpl-2.0 | 15,030 |
package Example;
import Connection.DeploymentManager;
import Connection.LaboratoryManager;
import Connection.UnaCloudConnection;
import VO.*;
import java.util.Collections;
import java.util.List;
/**
* Class for showcasing a simple deployment example.
* @author s.guzmanm
*/
public class BasicFeatures {
//Give... | UnaCloud/UnaCloud2 | UnaCloudClientRestAPI/src/Example/BasicFeatures.java | Java | gpl-2.0 | 8,504 |
<?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/generis | test/unit/model/data/permission/IntersectionTest.php | PHP | gpl-2.0 | 4,309 |
/*
* Copyright (c) 2009, 2011, 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.graal.nodes/src/com/oracle/graal/nodes/ReturnNode.java | Java | gpl-2.0 | 2,519 |
/* procfs -- a translator for providing GNU/Linux compatible
proc pseudo-filesystem
procfs.h -- This file is the main header file of this
translator. This has important header
definitions for constants and functions
used in the translator.
... | madhusudancs/procfs | src/procfs.h | C | gpl-2.0 | 6,667 |
/* lxstat using old-style Unix lstat system call.
Copyright (C) 1991-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free ... | lbxl2345/glibc | sysdeps/unix/sysv/linux/i386/lxstat.c | C | gpl-2.0 | 1,922 |
/*
* (c) Copyright 1992 by Panagiotis Tsirigotis
* (c) Sections Copyright 1998-2001 by Rob Braun
* All rights reserved. The file named COPYRIGHT specifies the terms
* and conditions for redistribution.
*/
#ifndef ATTR_H
#define ATTR_H
/*
* $Id: attr.h,v 1.3 2005/10/05 17:15:33 bbraun Exp $
*/
/*
* Attribut... | curtiszimmerman/rcp100 | src/system/xinetd-2.3.14/xinetd/attr.h | C | gpl-2.0 | 2,446 |
/*************************************************************************************
Extended WPF Toolkit
Copyright (C) 2007-2013 Nequeo Software Inc.
This program is provided to you under the terms of the Microsoft Public
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
For... | drazenzadravec/nequeo | Source/Components/Wpf/Nequeo.Wpf.Toolkit/Nequeo.Wpf.Toolkit/Panels/ChildEnteringEventHandler.cs | C# | gpl-2.0 | 747 |
#
# Makefile for BCM97110 board
#
# Copyright (C) 2004-2005 Broadcom Corporation
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it... | foxsat-hdr/linux-kernel | arch/mips/brcmstb/brcm97110/Makefile | Makefile | gpl-2.0 | 1,299 |
<?php
/* -----------------------------------------------------------------------------------------
$Id: moneybookers_wlt.php 38 2009-01-22 14:46:06Z mzanier $
xt:Commerce - community made shopping
http://www.xt-commerce.com
Copyright (c) 2009 xt:Commerce GmbH
Released under the GNU General Public Lic... | pobbes/gambio | lang/english/modules/payment/moneybookers_wlt.php | PHP | gpl-2.0 | 2,648 |
/*
* get_dir_number.c - Part of AFD, an automatic file distribution program.
* Copyright (c) 2005 - 2013 Holger Kiehl <Holger.Kiehl@dwd.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Found... | hfs/afd | src/common/get_dir_number.c | C | gpl-2.0 | 6,681 |
<!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" xml:lang="en"
lang="en" dir="ltr">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" href="../codebase/default.css"... | ManageIQ/dhtmlx-rails | vendor/assets/dhtmlx/docsExplorer/dhtmlxdataview/dhtmlxdataview___dynamic_loading.html | HTML | gpl-2.0 | 9,829 |
// Copyright (C) 2005 - 2021 Settlers Freaks (sf-team at siedler25.org)
//
// SPDX-License-Identifier: GPL-2.0-or-later
#include "dskOptions.h"
#include "GlobalGameSettings.h"
#include "GlobalVars.h"
#include "Loader.h"
#include "MusicPlayer.h"
#include "Settings.h"
#include "WindowManager.h"
#include "controls/ctrlCo... | Return-To-The-Roots/s25client | libs/s25main/desktops/dskOptions.cpp | C++ | gpl-2.0 | 25,581 |
/**
* Async search-results.js v 0.8
* @Author Martin Kravec <martin.kravec@mzk.cz>
*/
jQuery( document ).ready( function( $ ) {
if(typeof Storage == "undefined") {
console.error( 'localStorage and sessionStorage are NOT supported in this browser' );
}
localStorage.setItem("facetsApplied", parse... | moravianlibrary/CPK | themes/bootstrap3/js/search-results.js | JavaScript | gpl-2.0 | 68,473 |
# Gesco
Software para la gestión de proyectos. Publicado bajo licencia GNU GENERAL PUBLIC LICENSE Version 2.
Este proyecto participa en el Certamen de Proyectos Libres de la Universidad de Granada 2015-2016. Las bases del mismo se encuentran [aquí](https://docs.google.com/document/d/16UsdUV_XXuPUh-Imz4PSgh-2ES_YaAJpZ... | Gescosolution/Gesco | README.md | Markdown | gpl-2.0 | 7,228 |
var events = require('events'),
Event = new events.EventEmitter(),
moment = require('moment-timezone');
var App = {
"bot": global.Configuration.bot,
"Event": Event,
"Package": (function() {
var package = require('../package.json');
return {
"version": package.version,
"name": package... | Yitsushi/Hyppolit | app/index.js | JavaScript | gpl-2.0 | 1,151 |
<?php
namespace Muffin\Model;
use RedBeanPHP;
/**
*
*/
class Customer extends \RedBeanPHP\SimpleModel
{
public function update() {
}
// if ($this->bean->name==NULL||$this->bean->name=="") {
// throw new \Exception("Name can't be NULL ", 1);
// }
// }
}
| nexhero/muffin | model/Customer.php | PHP | gpl-2.0 | 289 |
package puck.thrifty.datatype;
public class BooleanElement extends AbstractElement implements Element {
public BooleanElement(String elementName) {
setName(elementName);
}
public String getDatatypeName() {
return "bool";
}
}
| whyceewhite/json2thrift | src/main/java/puck/thrifty/datatype/BooleanElement.java | Java | gpl-2.0 | 261 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace smolensk.common
{
public enum SortingDirection
{
Desc,
Asc
}
public enum ActionSortingType
{
New,
Alphabet,
AgeLimit,
Genre,
P... | seavan/smoltoday | trunk/src/smolensk.common/ActionSortingType.cs | C# | gpl-2.0 | 435 |
#!/usr/bin/python
__author__ = 'Ben "TheX1le" Smith'
__email__ = 'thex1le@gmail.com'
__website__= 'http://trac.aircrack-ng.org/browser/trunk/scripts/airgraph-ng/'
__date__ = '03/02/09'
__version__ = ''
__file__ = 'airgraph-ng'
__data__ = 'This is the main airgraph-ng file'
"""
Welcome to airgraph written by TheX1le
Sp... | esurharun/aircrack-ng-cell | scripts/airgraph-ng/airgraph-ng.py | Python | gpl-2.0 | 16,007 |
MissingBot
==========
Bot for http://mappings.dbpedia.org to translate Labels.
## Build executable .jar with maven
```sh
$ git clone https://github.com/coderiot/missingBot.git
$ cd missingBot
$ mvn package
```
The executable .jar is located in the target/ directory.
## Configuration
Go to the directory where your e... | dbpedia/MissingBot | README.md | Markdown | gpl-2.0 | 4,167 |
/**
* Copyright (C) 2014 - 2015 the enviroCar development team (envirocar.org)
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 2 as publishedby the Free
* Software Foundation.
*
* If the program is linked with libraries which... | matthesrieke/OBDig | src/main/java/org/envirocar/obdig/exception/MeasurementsException.java | Java | gpl-2.0 | 1,702 |
<?php
$root = dirname(dirname(dirname(dirname(dirname(__FILE__)))));
if ( file_exists( $root.'/wp-load.php' ) ) {
require_once( $root.'/wp-load.php' );
} else {
$root = dirname(dirname(dirname(dirname(dirname(dirname(__FILE__))))));
if ( file_exists( $root.'/wp-load.php' ) ) {
require_once( $root.'/wp-loa... | liemdotv/loan | wp-content/themes/EduNet/css/style_dynamic.php | PHP | gpl-2.0 | 621,358 |
/*
* %kadu copyright begin%
* Copyright 2013 Bartosz Brachaczek (b.brachaczek@gmail.com)
* Copyright 2012, 2013, 2014 Rafał Przemysław Malinowski (rafal.przemyslaw.malinowski@gmail.com)
* %kadu copyright end%
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU... | vogel/kadu | kadu-core/misc/change-notifier.cpp | C++ | gpl-2.0 | 1,474 |
/* 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 ... | MaddTheSane/scummvm | engines/wintermute/wintypes.h | C | gpl-2.0 | 1,686 |
.sprite {
background-image: image-url('program/sprites/spritesheet.png');
background-repeat: no-repeat;
display: block;
}
.sprite-balloon1 {
width: 89px;
height: 146px;
background-position: -5px -5px;
}
.sprite-balloon2 {
width: 105px;
height: 200px;
background-position: -104px -5p... | bloomr/web | app/assets/stylesheets/program/sprite.css | CSS | gpl-2.0 | 1,372 |
<?php
include 'BindParam.php';
function SaveData($data,$fields,$host,$username,$password,$dbname,$table){
$columns = array_keys($data);
$mysqli = new mysqli($host, $username, $password, $dbname);
$bindParam = new BindParam();
if (mysqli_connect_errno()) {
printf("Connect failed: %s\n", mysqli_connect_err... | JorgeCA91/phoneprocu | includes/saveData.php | PHP | gpl-2.0 | 845 |
/*
* Copyright (C) 2005-2011 Junjiro R. Okajima
*
* This program, aufs 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... | Lax/aufs-util | plink.c | C | gpl-2.0 | 7,160 |
#include <stdlib.h>
#include <stdio.h>
void selection_sort(int *a, int n);
int min(int *a, int from, int to);
int main() {
int a[100];
a[0] = 15;
a[1] = 2;
a[2] = 8;
a[3] = 7;
a[4] = 3;
a[5] = 6;
a[6] = 9;
a[7] = 17;
int n = 8;
selection_sort(a, n);
for (int i = 0; i < n; i++) {
printf("%d... | lntan/data_structures_and_algorithms | selection_sort.c | C | gpl-2.0 | 832 |
<?php
/**
|--------------------------------------------------------------------------|
| https://github.com/Bigjoos/ |
|--------------------------------------------------------------------------|
| Licence Info: GPL |
|--------------------------------... | StNr/U-232-V4 | include/cleanup/gameaccess_update.php | PHP | gpl-2.0 | 4,184 |
/*
*
* (C) COPYRIGHT ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
* Foundation, and any use by you of this program is subject to the terms
* of such GNU licence.
*
* A c... | MrColdbird/android_kernel_oukitel_k4000pro | drivers/misc/mediatek/gpu/mt6735/mali-EAC/drivers/gpu/arm/midgard/mali_kbase_jm.c | C | gpl-2.0 | 58,673 |
/*
* Copyright (c) 2009-2012 Petri Lehtinen <petri@digip.org>
* Copyright (c) 2010-2012 Graeme Smecher <graeme.smecher@mail.mcgill.ca>
*
* Jansson is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/
#include <string.h>
#include <jansson.h>
... | cleanslate/CleanSlate | third-party/jansson/test/suites/api/test_pack.c | C | gpl-2.0 | 8,078 |
/*
+------------------------------------------------------------------+
| ____ _ _ __ __ _ __ |
| / ___| |__ ___ ___| | __ | \/ | |/ / |
| | | | '_ \ / _ \/ __| |/ / | |\/| | ' / |
| | |___| | | | __/ (__| < ... | sileht/check_mk | web/htdocs/wato.css | CSS | gpl-2.0 | 20,046 |
<?php
/**
* Donations widget class
*
* @since 3.8
*/
class WP_Widget_Donations extends WP_Widget {
/**
* Widget Constuctor
*/
function WP_Widget_Donations() {
$widget_ops = array(
'classname' => 'widget_wpsc_donations',
'description' => __( 'Donations Widget', 'wpsc' )
);
... | fernando1704vale/iemi | wp-content/plugins/wp-e-commerce/wpsc-components/theme-engine-v1/widgets/donations_widget.php | PHP | gpl-2.0 | 5,474 |
// pssr.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "pssr.h"
NAMESPACE_BEGIN(CryptoPP)
template<> const byte EMSA2HashId<SHA>::id = 0x33;
template<> const byte EMSA2HashId<RIPEMD160>::id = 0x31;
template<> const byte EMSA2HashId<RIPEMD128>::id = 0x32;
template<> const... | digitalpeer/turnstile | src/libcrypto/pssr.cpp | C++ | gpl-2.0 | 5,377 |
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace GeoServer.Data.Migrations
{
public partial class PasSubtype_20180918_00 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
... | NurymKenzh/GeoServer | GeoServer/Data/Migrations/20180918054237_PasSubtype_20180918_00.cs | C# | gpl-2.0 | 1,052 |
////////////////////////////////////////////////////////////////////////////////////////
// Events //
////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////... | pcutler/stoneopen | wp-content/plugins/photo-gallery/wd/assets/js/subsribe.js | JavaScript | gpl-2.0 | 2,491 |
# -*- coding: utf-8 -*-
#
# RERO ILS
# Copyright (C) 2020 RERO
# Copyright (C) 2020 UCLouvain
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# This program ... | rero/reroils-app | tests/api/patron_transactions/test_patron_transactions_permissions.py | Python | gpl-2.0 | 7,427 |
#include "Graph.h"
#include <boost/graph/graphviz.hpp>
using namespace boost;
//using boost::GraphvizDigraph;
| epronk/nmdepend | src/Graph.cpp | C++ | gpl-2.0 | 113 |
<?php
/**
* @package com_zoo
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
/*
Class: SubmenuHelper
Submenu helper class. Wrapper for JSubMenuHelper.
*/
class SubmenuHelper extends AppHelper {
/*
Func... | hsiamm/playground | administrator/components/com_zoo/framework/helpers/submenu.php | PHP | gpl-2.0 | 602 |
/*
* ownCloud Android client application
*
* @author David A. Velasco
* @author Andy Scherzinger
* Copyright (C) 2015 ownCloud Inc.
* Copyright (C) 2018 Andy Scherzinger
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License... | tobiasKaminsky/android | src/main/java/com/owncloud/android/ui/dialog/ExpirationDatePickerDialogFragment.java | Java | gpl-2.0 | 6,919 |
<?php
return array(
'router' => array(
'app' => 'Catalog',
'controller' => 'Index',
'action' => 'Index',
'suffix' => '.html',
'showscriptname'=>false,
'uri_protocol'=> 'PATH_INFO',
'rewrite'=>array(
// '(\d+)/(\d+)/(\d+)/(.*)' => 'ind... | h1soft/h1cart | etc/config.php | PHP | gpl-2.0 | 1,262 |
<!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: persistentstorage()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sampl... | mgsolipa/b2evolution_phpxref | _functions/persistentstorage.html | HTML | gpl-2.0 | 4,935 |
#region Header
// Vorspire _,-'/-'/ SuperCraft.cs
// . __,-; ,'( '/
// \. `-.__`-._`:_,-._ _ , . ``
// `:-._,------' ` _,`--` -: `_ , ` ,' :
// `---..__,,--' (C) 2018 ` -'. -'
// # Vita-Nex [http://core.vita-nex.com] #
// {o)xxx|===============- # -===============|xx... | A2152225/ServUO | Scripts/Custom/VitaNex Core/SuperCrafts/Framework/SuperCraft.cs | C# | gpl-2.0 | 5,108 |
#ifndef _ASM_POWERPC_PCI_BRIDGE_H
#define _ASM_POWERPC_PCI_BRIDGE_H
#ifdef __KERNEL__
/*
* 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... | cneira/ebpf-backports | linux-3.10.0-514.21.1.el7.x86_64/arch/powerpc/include/asm/pci-bridge.h | C | gpl-2.0 | 9,458 |
# -*- coding: utf-8 -*-
"""
***************************************************************************
ogr2ogrclipextent.py
---------------------
Date : November 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
*******************... | Gaia3D/QGIS | python/plugins/processing/algs/gdal/ogr2ogrclipextent.py | Python | gpl-2.0 | 3,489 |
#ifndef __PROTOCOL_H_
#define __PROTOCOL_H_
#define ZERO 0
//判断两个尺寸大小相同的二维数组内容是否完全相等,是则返回1,否则返回0
int is_equal_map(int ** map1,int **map2,int length);
//将二维数组的内容复制到新的二维数组中,并返回新数组的指针
int ** copy_map(int ** new_map,int ** map,int length);
//申请一个长度为length的二维数组
int ** malloc_map(int length);
//将0,1,2,3,4,5,6转换为2,4,8...并返... | suchuanpao/2048 | protocol.h | C | gpl-2.0 | 573 |
/*
* BSD syscalls
*
* Copyright (c) 2003 - 2008 Fabrice Bellard
*
* 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... | npe9/qemu-acid | bsd-user/syscall.c | C | gpl-2.0 | 16,319 |
//
// BTSPulseViewController.h
// CoreAnimationFunHouse
//
// Created by Brian Coyner on 9/30/11.
// Copyright (c) 2011 Brian Coyner. All rights reserved.
//
#import <UIKit/UIKit.h>
@import UIKit;
@import Foundation;
@interface BTSPulseViewController : UIViewController
@end
| threemonkee/VCLabs | VCLabs/CoreAnimation/FunHouse/BTSPulseViewController.h | C | gpl-2.0 | 282 |
DELETE FROM `creature` WHERE `id`=29261;
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`DeathState`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`)... | cooler-SAI/JadeCore | sql/SmartAI/patch/custom code/Windle.sql | SQL | gpl-2.0 | 2,871 |
<?php
/**
* Amazon Auto Links
*
* http://en.michaeluno.jp/amazon-auto-links/
* Copyright (c) 2013-2015 Michael Uno
*
*/
/**
* Deals with the plugin admin pages.
*
* @since 3
*/
class AmazonAutoLinks_TagUnitAdminPage extends AmazonAutoLinks_SimpleWizardAdminPage {
/**... | ashik968/digiplot | wp-content/plugins/amazon-auto-links/include/class/admin/add_unit_by_tag/AmazonAutoLinks_TagUnitAdminPage.php | PHP | gpl-2.0 | 1,940 |
// notify for the new incoming messages
// modified from pcmanx-gtk2
function AlertsService(buf) {
this.buf = buf;
this.lastChanged = 0;
}
AlertsService.prototype={
alert: function() {
var prefs = this.buf.view.conn.listener.prefs;
if(!prefs.Popup && !prefs.Beep)
re... | kilfu0701/THK-bbz | alertService.js | JavaScript | gpl-2.0 | 2,787 |
<?php
/*-----------------------------------------------------------------------------------*/
/* Widget window HTML */
/*-----------------------------------------------------------------------------------*/
?>
<p>
<label for="widget-title"><?php _e( 'Title:', 'pressapps' ); ?></label>
<input type="text" class="widef... | faysalmbt/digigo | wp-content/plugins/pa-modal-login/includes/widget/form.php | PHP | gpl-2.0 | 1,352 |
#!/usr/bin/env lua
local m_path = os.getenv('KOOIOT_DIR') or "."
local m_package_path = package.path
package.path = string.format("%s;%s/?.lua;%s/?/init.lua", m_package_path, m_path, m_path)
local api = require 'shared.api.iobus'
local cjson = require 'cjson.safe'
local zpoller = require 'lzmq.poller'
local zmq ... | bbinet/GoIoT | apps/test_pub/main.lua | Lua | gpl-2.0 | 1,146 |
#include "appearance_window.h"
#include "../globals.h"
#include "multiTextDisplay.h"
MultiTextDisplay::MultiTextDisplay(QWidget* parent): QWidget(parent,Qt::FramelessWindowHint),
m_mainEdit(this), m_explanationLabel(this),
m_meaningIconWidget(this),
//m_actionIconLabel(this,Qt::FramelessWindo... | joesolbrig/OneLine- | src/gui/multiTextDisplay.cpp | C++ | gpl-2.0 | 11,080 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Tue Nov 02 13:16:54 CET 2010 -->
<TITLE>
com.redhat.rhn.frontend.xmlrpc.packages.provider.test
</TITLE>
<META NAME="date" CONTENT="2010-11-02... | colloquium/spacewalk | documentation/javadoc/com/redhat/rhn/frontend/xmlrpc/packages/provider/test/package-frame.html | HTML | gpl-2.0 | 1,060 |
;6809 Benchmark program.
org $100
lds #$100
ldb #'a'
jsr outc
ldx #40
inloop jsr inc
jsr outc
leax -1,x
bne inloop
ldb #'b'
jsr outc
jmp realexit
error ldb #'e'
jsr outc
jmp realexit
outc swi2
rts
inc swi3
rts
realexit sync
enddata
end
| 6809/sbc09 | examples/input.asm | Assembly | gpl-2.0 | 280 |
/*
* DataMinimalNNSetEX.java
*
* Created on January 6, 2007, 3:15 PM
*/
package NN2HLBP;
import Utils.MySympleValVerifier;
/**
*
* @author Dmitry
*/
public class DataMinimalNNSetEX extends javax.swing.JPanel {
/** Creates new form DataMinimalNNSetEX */
public DataMinimalNNSetEX() {
initC... | dimasalomatine/SDI_BATool | src/NN2HLBP/DataMinimalNNSetEX.java | Java | gpl-2.0 | 2,856 |
/*
** ZABBIX
** Copyright (C) 2000-2005 SIA Zabbix
**
** 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 pr... | Shmuma/z | src/libs/zbxsysinfo/aix/net.c | C | gpl-2.0 | 1,703 |
/* Copyright (C) 2006 - 2013 ScriptDev2 <http://www.scriptdev2.com/>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.... | kotishe/scripts-tbc | scripts/kalimdor/ruins_of_ahnqiraj/boss_ayamiss.cpp | C++ | gpl-2.0 | 10,926 |
<html>
<head>
<title>Testing split test</title>
</head>
<body>
<h1>No Split Test</h1>
<p></p>
<script src="SplitTest.js" ></script>
<script type="text/javascript">
SplitTest.make({
versionA: function() {
document.querySe... | jpaulomotta/SplitTest | src/index.html | HTML | gpl-2.0 | 731 |
<!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"/>
<title>wibble: Member List... | 2ndy/RaspIM | usr/share/doc/libwibble-dev/html/structwibble_1_1net_1_1http_1_1FileParam_1_1FileInfo-members.html | HTML | gpl-2.0 | 3,933 |
#ifdef STANDALONE
#include <string.h>
#include <errno.h>
#endif
#include "oggflac.h"
#include "../common/flac_crc.h"
#include "../pcmconv.h"
/********************************************************
Audio Tools, a module and set of tools for manipulating audio data
Copyright (C) 2007-2012 Brian Langenberger
This ... | Excito/audiotools | src/decoders/oggflac.c | C | gpl-2.0 | 19,972 |
package es.us.isa.odin.server.security;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.context.SecurityContextHolder;
import org.sprin... | highfredo/Odin-Server | src/main/java/es/us/isa/odin/server/security/SocialSignInAdapter.java | Java | gpl-2.0 | 2,218 |
<?php
/**
* Table Definition for resource
*
* PHP version 7
*
* Copyright (C) Villanova University 2010.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*
* This program ... | arto70/NDL-VuFind2 | module/Finna/src/Finna/Db/Table/Resource.php | PHP | gpl-2.0 | 6,777 |
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/init.h>
#include <plat/cpu.h>
#include <plat/devs.h>
#include <plat/s3c6400.h>
#include <plat/s3c6410.h>
void __init s3c6400_common_init_uarts(struct s3c2410_uartcfg *cfg, int no)
{
s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cf... | leemgs/OptimusOneKernel-KandroidCommunity | arch/arm/plat-s3c64xx/s3c6400-init.c | C | gpl-2.0 | 330 |
<?php /* $Id$ $URL$ */
/*
All files in this work are now covered by the following copyright notice.
Please note that included libraries in the lib directory may have their own license.
Copyright (c) 2007-2010 The web2Project Development Team <w2p-developers@web2project.net>
Copyright (c) 2003-2007 The dotProject Deve... | gajdusek/web2project-svn | fileviewer.php | PHP | gpl-2.0 | 5,049 |
<?php
/*
Author: Eddie Machado
URL: htp://themble.com/bones/
This is where you can drop your custom functions or
just edit things like thumbnail sizes, header images,
sidebars, comments, ect.
*/
/************* INCLUDE NEEDED FILES ***************/
/*
1. library/bones.php
- head cleanup (remove rsd, uri links, junk ... | devaha/archagent | wp-content/themes/ArchAgent/functions.php | PHP | gpl-2.0 | 6,013 |
Name "gt extractseq -help"
Keywords "gt_extractseq"
Test do
run_test "#{$bin}gt extractseq -help"
grep last_stdout, "Report bugs to"
end
Name "gt extractseq -noop"
Keywords "gt_extractseq"
Test do
run_test("#{$bin}gt extractseq -noop", :retval => 1)
grep last_stderr, "unknown option"
end
Name "gt extractseq t... | bioh4x/NeatFreq | lib/genometools-1.4.1/testsuite/gt_extractseq_include.rb | Ruby | gpl-2.0 | 7,131 |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* This file is part of guh. *
* *
* Guh is f... | mzanetti/guh | plugins/deviceplugins/wemo/wemodiscovery.h | C | gpl-2.0 | 2,470 |
<?php
/**
* @Project NUKEVIET 4.x
* @Author VINADES.,JSC (contact@vinades.vn)
* @Copyright (C) 2014 VINADES.,JSC. All rights reserved
* @License GNU/GPL version 2 or any later version
* @Createdate 12/31/2009 0:51
*/
if( ! defined( 'NV_MAINFILE' ) ) die( 'Stop!!!' );
$timecheckstatus = $module_conf... | htuyen1994/nukeviet_hue | modules/news/global.functions.php | PHP | gpl-2.0 | 7,831 |
# zahlenschloss
Zahlenschloss für den Homematic Türschließer
## Statuscodes
- PIN=w => PIN falsch (wrong)
- PIN=o => PIN richtig - Tür geöffnet (open)
- PIN=c => PIN richtig - Tür geschlossen (close)
## Webserver
### Requirements
```
sudo apt-get install php5-mcrypt php5-curl
sudo php5enmod mcrypt
sudo service apache... | Torsten-/zahlenschloss | README.md | Markdown | gpl-2.0 | 521 |
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>OwlObjectProperty Class</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css... | bpellens/owldotnetapi | source/OwlDotNetApi/doc/owldotnetapi/OwlDotNetApi.OwlObjectProperty.html | HTML | gpl-2.0 | 2,601 |
#include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.setWindowTitle("CLine Editor");
w.show();
return a.exec();
}
| damianorenfer/CLineEditor | main.cpp | C++ | gpl-2.0 | 214 |
/*
* Copyright 2006 - 2013
* Stefan Balev <stefan.balev@graphstream-project.org>
* Julien Baudry <julien.baudry@graphstream-project.org>
* Antoine Dutot <antoine.dutot@graphstream-project.org>
* Yoann Pigné <yoann.pigne@graphstream-project.org>
* Guilhelm Savin <guilhelm.savin... | prismsoul/gedgraph | sources/prismsoul.genealogy.gedgraph/gs-algo/org/graphstream/algorithm/generator/lcf/HeawoodGraphGenerator.java | Java | gpl-2.0 | 2,271 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>snetmon</title>
<script type="text/javascript" src="d3.min.js"></script>
<style type="text/css">
body {
margin: 0;
}
.tick {
font-size: 10px;
}
.domain, .tick line {
stroke-width: 1px;
stroke: #aaa;
}
.scroll {
fill: none;
pointer... | bjthinks/snetmon | html/index.html | HTML | gpl-2.0 | 4,374 |
using System;
namespace Glimpse.Orchard.PerfMon.Models
{
public interface ITimedPerfMonMessage
{
TimeSpan Duration { get; set; }
TimeSpan Offset { get; set; }
DateTime StartTime { get; set; }
}
} | paynecrl97/Glimpse.Orchard | PerfMon/Models/ITimedPerfMonMessage.cs | C# | gpl-2.0 | 235 |
/*
* PANDA -- a simple transaction monitor
* Copyright (C) 2001-2009 Ogochan & JMA (Japan Medical Association).
*
* 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 Li... | noborus/ubuntu-panda | dbstuff/dbslave_thread.c | C | gpl-2.0 | 10,760 |
http://jsfiddle.net/fusioncharts/jraum9Lw/
http://jsfiddle.net/gh/get/jquery/1.9.1/sguha-work/fiddletest/tree/master/fiddles/Chart/Data-values/Pie-chart-showing-data-values-in-tooltips_102/ | sguha-work/fiddletest | fiddles/Chart/Data-values/Pie-chart-showing-data-values-in-tooltips_102/url.js | JavaScript | gpl-2.0 | 189 |
<?php if(!defined('APPLICATION')) exit();
/* Copyright 2013 Zachary Doll */
/**
* Manage actions that are available for reactions
*
* @since 1.0
* @package Yaga
*/
class ActionController extends DashboardController {
/**
* @var array These objects will be created on instantiation and available via
* $thi... | HealingOverTime/DevSite | forum/applications/yaga/controllers/class.actioncontroller.php | PHP | gpl-2.0 | 6,041 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of /WP/United/wp-content/plugins/easy-foundation-shortcodes/shortcode/buttongroup</title>
</head>
<body>
<h1>Index of /WP/United/wp-content/plugins/easy-foundation-shortcodes/shortcode/buttongroup</h1>
<ul><li><a href="/WP/United/wp... | jethdeguzman/portaluntv | wp-content/themes/untvportal/fonts/svg/ava-themes.com/WP/United/wp-content/plugins/easy-foundation-shortcodes/shortcode/buttongroup/index.html | HTML | gpl-2.0 | 659 |
include $(TOPDIR)/rules.mk
PKG_NAME:=mt76
PKG_RELEASE=1
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=
PKG_SOURCE_URL:=https://github.com/openwrt/mt76
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2018-10-25
PKG_SOURCE_VERSION:=14b6c59dc6ab7b3a4c439298fec3186769281979
PKG_MIRROR_HASH:=47288c60e753e398f03959e6d8302da89b3ea4ad006236... | Quallenauge/Easybox-904-XDSL | package/kernel/mt76/Makefile | Makefile | gpl-2.0 | 6,684 |
package dd.aclabs.project.data.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import dd.aclabs.project.data.PropertyDet... | gopporian/ac-labs | src/main/java/dd/aclabs/project/data/service/PropertyDetailsServiceImpl.java | Java | gpl-2.0 | 801 |
<?php
/**
* Element: IsSaved
* Displays a hidden value of 1
*
* @package NoNumber Framework
* @version 13.10.6
*
* @author Peter van Westen <peter@nonumber.nl>
* @link http://www.nonumber.nl
* @copyright Copyright © 2013 NoNumber All Rights Reserved
* @license ... | cristhian-fe/ibn | plugins/system/nnframework/fields/issaved.php | PHP | gpl-2.0 | 896 |
# This file is distributed under the terms of the GNU General Public license.
# Copyright (C) 1999 Aloril (See the file COPYING for details).
import time
from mind.Goal import Goal
# goals for minds
def false(_): return False
def true(_): return True
class Delayed(Goal):
"""Will delay execution of sub goal... | worldforge/cyphesis | data/rulesets/basic/scripts/mind/goals/common/common.py | Python | gpl-2.0 | 3,486 |
/*
* QEMU graphical console
*
* Copyright (c) 2004 Fabrice Bellard
*
* 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 limitation the rights
* to ... | nDroidProject/android_external_qemu | console.c | C | gpl-2.0 | 37,766 |
<?php
/**
* @copyright Copyright (C) 2009 - 2012 Ready Bytes Software Labs Pvt. Ltd. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* @package RB FRAMEWORK
* @subpackage Front-end
* @contact team@readybytes.in
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
JFormHelper::loadFi... | Xervmon/b2b | plugins/system/rbsl/rb/rb/html/fields/month.php | PHP | gpl-2.0 | 1,813 |
/* The copyright in this software is being made available under the BSD
* License, included below. This software may be subject to other third party
* and contributor rights, including patent rights, and no such rights are
* granted under this license.
*
* Copyright (c) 2010-2015, ITU/ISO/IEC
* All rights reserve... | jeanfelipefonseca/hevc | source/Lib/TLibCommon/TComWeightPrediction.h | C | gpl-2.0 | 5,196 |
'''
Allmyvideos urlresolver plugin
Copyright (C) 2013 Vinnydude
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program i... | dejay313/dojostreams | script.module.urlresolver/lib/urlresolver/plugins/vidspot.py | Python | gpl-2.0 | 2,031 |
<?php
/**
* @package Warp Theme Framework
* @file warp.php
* @version 5.5.11
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright 2007 - 2010 YOOtheme GmbH
* @license YOOtheme Proprietary Use License (http://www.yootheme.com/license)
*/
// init vars
$path = dirname(__FILE__);
// load ... | shlomsky/ivo | templates/yoo_spark/warp/warp.php | PHP | gpl-2.0 | 3,658 |
<?php
// Copyright (C) 2010 OpenEMR Support LLC
// 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.
//SANITIZE ALL ESCA... | sphule/openemr | interface/main/messages/messages.php | PHP | gpl-2.0 | 22,417 |
# Django settings for barista project.
import os
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
('Sinan Midillili', 'sinan@rahatol.com'),
)
DEFAULT_FROM_EMAIL = 'sinan@rahatol.com',
SERVER_EMAIL = 'sinan@rahatol.com'
MANAGERS = ADMINS
# Hosts/domain names that are valid for this site; required if DEBUG is Fals... | sinanm89/barista | build/barista-site/barista/settings.py | Python | gpl-2.0 | 6,858 |
\hypertarget{convert_8inc}{
\section{sites/all/modules/contrib/views/includes/convert.inc File Reference}
\label{convert_8inc}\index{sites/all/modules/contrib/views/includes/convert.inc@{sites/all/modules/contrib/views/includes/convert.inc}}
}
\subsection*{Functions}
\begin{CompactItemize}
\item
\hyperlink{convert_8in... | sheldonrampton/sheldonrampton | latex/convert_8inc.tex | TeX | gpl-2.0 | 5,679 |
///////////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2006-2019 Esper Team. All rights reserved. /
// http://esper.codehaus.org /
// --------------------------------------------------... | espertechinc/nesper | src/NEsper.Common/common/internal/epl/ontrigger/InfraOnExprBaseViewResult.cs | C# | gpl-2.0 | 1,574 |
#pragma once
// Generated 04 Apr 2016
#include "types.h"
#include "nativeCaller.h"
namespace PLAYER
{
static Ped GET_PLAYER_PED(Player player) { return invoke<Ped>(0x43A66C31C68491C0, player); } // 0x43A66C31C68491C0 0x6E31E993
static Ped GET_PLAYER_PED_SCRIPT_INDEX(Player player) { return invoke<Ped>(0x50FAC3A3E0... | MockbaTheBorg/GTALua | PHP/natives-db-0404.h | C | gpl-2.0 | 748,505 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.