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
/* * ORXONOX - the hottest 3D action shooter ever to exist * > www.orxonox.net < * * * License notice: * * 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...
forivall-mirrors/orxonox-game-code
src/orxonox/controllers/NewHumanController.h
C
gpl-2.0
4,032
package com.aqua.ludum.ld30.screen; import com.badlogic.gdx.Screen; /** * Blank transition. * @author GeoYS_2 * */ public class Transition { /** * Begin transition out of this screen. * @param otherScreen Might be useful for fancy transitions. */ public void startOutTransition(Screen otherScreen){ } ...
GeoYS/ld30
src/com/aqua/ludum/ld30/screen/Transition.java
Java
gpl-2.0
1,148
/*---------------------------------------------------------------------------* *--- (c) Martin Vuagnoux, Cambridge University, UK. ---* *--- Aug.2004 ---* *---------------------------------------------------------------------------*/ /*-...
tcell2020/autodafe-0.1-osx
src/autodafe/transmit.h
C
gpl-2.0
1,617
DROP TABLE IF EXISTS `creature_summon_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `creature_summon_groups` ( `summonerId` mediumint(8) unsigned NOT NULL DEFAULT '0', `summonerType` tinyint(3) unsigned NOT NULL DEFAULT '0', ...
powerzilly/trinitycore
sql/old/3.3.5a/TDB51_to_TDB52_updates/world/2013_02_24_00_world_creature_summon_groups.sql
SQL
gpl-2.0
815
# XMIHandler This library provides a Java representation and parser for XMI. Being currently under development, currently targets the support of XMI files exported from ArgoUML. The library is currently a NetBeans project, so just download and open in NetBeans to test/use. There are currently neither documentation n...
ruicouto/XMIHandler
README.md
Markdown
gpl-2.0
600
package com.silverhillapps.boxsorter.gesture; public class BSMoveListener { }
SalvaAguilar/BoxSorter
src/com/silverhillapps/boxsorter/gesture/BSMoveListener.java
Java
gpl-2.0
80
//---------------------------------------------------------------------------- //Copyright (c) 2005 Zope Foundation and Contributors. //This software is subject to the provisions of the Zope Public License, //Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. //THIS SOFTWARE IS PROVIDED "AS IS" ...
johann8384/resurrectio
recorder.js
JavaScript
gpl-2.0
37,130
/* * print.c Routines to print stuff. * * Version: $Id$ * * This 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 Software Foundation; either * version 2.1 of the License, or (at your option) any late...
mans0954/freeradius-server
src/lib/print.c
C
gpl-2.0
9,125
#include <linux/capability.h> #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/skbuff.h> #include <linux/netdevice.h> #include <linux/in.h> #include <linux/init.h> #include <linux/if_ether.h> #include <linux/if_vlan.h> #include <linux/semaphore.h> #inc...
xebd/accel-ppp
drivers/vlan_mon/vlan_mon.c
C
gpl-2.0
19,721
<?php /** * @package Bookpro * @author Nguyen Dinh Cuong * @link http://ibookingonline.com * @copyright Copyright (C) 2011 - 2012 Nguyen Dinh Cuong * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html * @version $Id: bus.php 48 2012-07-13 14:13:31Z quannv $ **/ defined('_JEXEC') or die('Restric...
cuongnd/test_pro
components/com_bookpro/models/busratelog.php
PHP
gpl-2.0
3,064
/* Copyright (c) 2012, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope th...
SmokyBob/android_kernel_asus_padfone2
sound/soc/msm/apq8064-i2s.c
C
gpl-2.0
76,510
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\Multishipping\Block\Checkout; use Magento\Customer\Model\Address\Config as AddressConfig; use Magento\Framework\Exception\LocalizedException; use Magento\Framework\Session...
kunj1988/Magento2
app/code/Magento/Multishipping/Block/Checkout/Results.php
PHP
gpl-2.0
4,850
void emesh_post_recv(EMeshComm *c, EMeshUnpack *u) { UC(comm_post_recv(u->hbuf, c->pp)); } void emesh_post_send(EMeshPack *p, EMeshComm *c) { UC(comm_buffer_set(p->nbags, p->hbags, p->hbuf)); UC(comm_post_send(p->hbuf, c->pp)); } void emesh_wait_recv(EMeshComm *c, EMeshUnpack *u) { UC(comm_wait_recv(c...
uDeviceX/uDeviceX
src/exch/mesh/imp/com.h
C
gpl-2.0
961
// VirtualDub - Video processing and capture application // Copyright (C) 1998-2001 Avery Lee // // 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 you...
shekh/VirtualDub2
src/VirtualDub/source/PositionControl.cpp
C++
gpl-2.0
47,243
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Widora</title> <link rel="stylesheet" href="style.css"> <style type="text/css"> #apDiv1 { position: absolute; width: 157px; height: 186px; z-index: 1; left: 245px; top: 55px; } </style> </head> <body> <div id=...
Mleaf/u-boot-mt7688
uip/apps/webserver/httpd-fs/index.html
HTML
gpl-2.0
1,742
<?php # Movable Type (r) Open Source (C) 2001-2011 Six Apart, Ltd. # This program is distributed under the terms of the # GNU General Public License, version 2. # # $Id$ function smarty_function_mtentryauthorlink($args, &$ctx) { $entry = $ctx->stash('entry'); if (!$entry) return ''; $type = $args['type'];...
alfasado/cakephp-plugin-mt-cake
plugins/MT/php/lib/function.mtentryauthorlink.php
PHP
gpl-2.0
1,875
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>gluon.dal.Expression</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> ...
AbsentMoniker/ECE463Honors
web2py/applications/examples/static/epydoc/gluon.dal.Expression-class.html
HTML
gpl-2.0
47,582
<?php # MantisBT - a php based bugtracking system # MantisBT 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. # # MantisBT is distribut...
CouponVoodoo/theshoppingpro
mantis/account_update.php
PHP
gpl-2.0
3,804
/* Copyright (C) * 2015 - John Melton, G0ORX/N6LYT * * 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...
n1gp/pihpsdr
general_menu.c
C
gpl-2.0
13,477
<?php /** * @package supertracker * @copyright Copyright 2003-2006 Zen Cart Development Team * @developer Created by Mark Stephens, http://www.phpworks.co.uk * @developer Added keywords filters by Monika Mathé, http://www.monikamathe.com * @developer Added keywords processing by Andrew Berezin, http://eCommerce-Se...
Zen4All/Zen-Cart-Supertracker
1_Install_Files/includes/templates/YOUR_TEMPLATE/jscript/jscript_supertracker.php
PHP
gpl-2.0
793
#!/bin/sh set -x # autoconf needs build-aux directory mkdir -p build-aux || exit 1 mkdir -p m4 || exit 1 sh version.sh # libtoolize generates m4 dir libtoolize || exit 1 aclocal -I m4 || exit 1 autoheader || exit 1 automake --add-missing --copy || exit 1 autoconf || exit 1
perarnau/ccontrol
autogen.sh
Shell
gpl-2.0
274
const true_ = ['yes', 'y', 'true', 't', 'on', 'enabled', '1', '-1']; const false_ = ['no', 'n', 'false', 'f', 'off', 'disabled', '0']; module.exports = function validateNumber(expr, allowNull, options) { expr = expr.toLowerCase(); if (~true_.indexOf(String(expr))) { return true; } else if (~false_.indexOf(String(...
battlesnake/js-validators
boolean.js
JavaScript
gpl-2.0
482
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2010, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
agerwick/RT28XX-RT539X-Linux-driver
chips/rt30xx.c
C
gpl-2.0
32,800
/* Nick McComb CS163 2/5/2013 Assignment #2 */ #include "list.h" queueNode::queueNode() { next = NULL; } queueNode::~queueNode() { } //Default Constructor queueType::queueType() { tail = NULL; } //Default Destructor //Tail is used as a 'head' pointer in this function queueType::~queueType() { queueNod...
Nrpickle/CS163
Homework/Assignment 2/Code/3 - Non working/queue.cpp
C++
gpl-2.0
1,761
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Payment\Test\Unit\Model\Method; /** * @SuppressWarnings(PHPMD.CouplingBetweenObjects) */ class FreeTest extends \PHPUnit\Framework\TestCase { /** @var \Magento\Payment\Model\Method\Free */ ...
kunj1988/Magento2
app/code/Magento/Payment/Test/Unit/Model/Method/FreeTest.php
PHP
gpl-2.0
4,205
/* * Copyright (c) 2014 Max Schrimpf * * This file is part of the parallel computing term paper for the Zurich university of applied sciences. * * It is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, eith...
mxmo0rhuhn/seminar_parallel_computing
src/main/java/ch/zhaw/parallelComputing/model/sentiment/DateAvgCombiner.java
Java
gpl-2.0
2,496
import argparse import sys import traceback as tb from datetime import datetime from cfme.utils.path import log_path from cfme.utils.providers import list_provider_keys, get_mgmt def parse_cmd_line(): parser = argparse.ArgumentParser(argument_default=None) parser.add_argument('--nic-template', ...
jkandasa/integration_tests
scripts/azure_cleanup.py
Python
gpl-2.0
3,453
<?php /** * @version $Id: legacy.php 9764 2007-12-30 07:48:11Z ircmaxell $ * @package Joomla * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public...
intelogen/organica
templates/theme078/html/mod_mainmenu/legacy.php
PHP
gpl-2.0
10,373
/* Syntax error: Undefined mixin 'container'. on line 58 of /Users/cmorris/projects/clients/digitalnapkin/sites/all/themes/digitalnapkin/sass/blocks.scss, in `container' from line 58 of /Users/cmorris/projects/clients/digitalnapkin/sites/all/themes/digitalnapkin/sass/blocks.scss Backtrace: /Users/cmorr...
CCI-Studios/Digital-Napkin
sites/all/themes/DigitalNapkin/stylesheets/blocks.css
CSS
gpl-2.0
8,127
# Copyright (C) 2015 ycmd contributors # # This file is part of ycmd. # # ycmd 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. # # ycmd...
NorfairKing/sus-depot
shared/shared/vim/dotvim/bundle/YouCompleteMe/third_party/ycmd/ycmd/completers/rust/rust_completer.py
Python
gpl-2.0
12,458
///////////////////////////////////////////////////////////// // EXAMPLE PROGRAM #1 // 02.2008 aralbrec // // Ten software-rotated masked sprites move in straight lines // at various speeds, bouncing off screen edges. All ten // share the same sprite graphic which is not animated in // this first test program. //////...
bitfixer/bitfixer
dg/z88dk/libsrc/sprites/software/sp1/ts2068hr/examples/ex1.c
C
gpl-2.0
4,865
class Account < ActiveRecord::Base attr_accessible :email, :id, :password end
fionasboots/competencyTestingQuestions
app/models/account.rb
Ruby
gpl-2.0
80
<!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="<?php print $language->language; ?>" lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>"> <head> <title><?php echo $head_title...
edwardyy/aeb
sites/all/themes/zen/templates/page-virtue.tpl.php
PHP
gpl-2.0
7,154
/* * This file is part of the TASCAR software, see <http://tascar.org/> * * Copyright (c) 2018 Giso Grimm * Copyright (c) 2019 Giso Grimm * Copyright (c) 2020 Giso Grimm * Copyright (c) 2021 Giso Grimm */ /* * TASCAR is free software: you can redistribute it and/or modify * it under the terms of the GNU Genera...
gisogrimm/tascar
libtascar/src/irrender.cc
C++
gpl-2.0
12,774
/************************************************************************************** * Copyright (C) 2008 EsperTech, Inc. All rights reserved. * * http://esper.codehaus.org * * http://www.espertech.com ...
mobile-event-processing/Asper
source/src/com/espertech/esper/epl/expression/ExprLastEverNodeFactory.java
Java
gpl-2.0
2,060
ALTER TABLE wiki_pages ADD CONSTRAINT wiki_pages_name_uniq UNIQUE (name);
klenin/cats-main
sql/migrations/20180424-wiki-name.firebird.sql
SQL
gpl-2.0
78
/* stats.c, coding statistics */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty * * These software programs are available to the user without any license fee or * royalty on an "as is" basis. The MPEG Softwa...
BackupTheBerlios/avidemux
avidemux/ADM_libraries/ADM_libmpeg2enc/stats.cc
C++
gpl-2.0
13,857
/** * Created by qufan on 2015/7/28 0028. */ var Sequelize = require('sequelize'); var sequelize = require('./../lib/mysqlHelper'); var db = sequelize.db; var orm_video_cc_callback = db.define('video_cc_callback', { id:{ type:Sequelize.INTEGER, primaryKey:true, autoInc...
im4ever/express_angularjs
models/video_cc_callback_model.js
JavaScript
gpl-2.0
678
/* * Copyright (C) 2008-2012 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...
bogzybodo/FrozenCore-3.3.5
src/server/game/Battlegrounds/Zones/BattlegroundRV.cpp
C++
gpl-2.0
11,869
/* ************************************************************************ qooxdoo - the new era of web development http://qooxdoo.org Copyright: 2004-2008 1&1 Internet AG, Germany, http://www.1und1.de License: LGPL: http://www.gnu.org/licenses/lgpl.html EPL: http://www.eclipse.org/org/d...
omid/webian
usr/qx/sdk/framework/source/class/qx/legacy/html/Textile.js
JavaScript
gpl-2.0
5,057
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
hutuxianren/hutuxianren.github.io
_layouts/post.html
HTML
gpl-2.0
7,168
#!/usr/bin/perl -w # This code is a part of Slash, and is released under the GPL. # Copyright 1997-2005 by Open Source Technology Group. See README # and COPYING for more information, or see http://slashcode.com/. # $Id: CommentScoreReason.pm,v 1.4 2007/10/09 18:57:10 jamiemccarthy Exp $ # Requires TagModeration plugi...
jmcvetta/slashcode
tagboxes/CommentScoreReason/CommentScoreReason.pm
Perl
gpl-2.0
5,981
<p>See <a href="/list.php">list.php</a></p>
formigone/big-brother-js
recordings/index.html
HTML
gpl-2.0
43
<?php /* Template Name: Partners */ get_header(); $layout = get_post_meta($post->ID, "layout", true); if($layout == '' ) $layout = 'two-column'; ?> <?php get_template_part('/functions/page-title'); ?> <div id="crumbs-container"> <?php ocmx_breadcrumbs(); ?> </div> <div id="content" cla...
sphrcl/traveltripper.com
blog/wp-content/themes/dynamo/partners.php
PHP
gpl-2.0
2,036
/* SPDX-License-Identifier: BSD-3-Clause * Copyright (c) 2016 - 2018 Cavium Inc. * All rights reserved. * www.cavium.com */ #include "qede_ethdev.h" #include <rte_string_fns.h> #include <rte_alarm.h> #include <rte_version.h> #include <rte_kvargs.h> /* Globals */ int qede_logtype_init; int qede_logtype_driver; st...
grivet/dpdk
drivers/net/qede/qede_ethdev.c
C
gpl-2.0
82,085
<?php /** * @package WordPress * @subpackage Industrial * @since Industrial 1.0 * * Blog Page Full Width Video Post Format Template * Created by CMSMasters * */ $cmsms_post_video_type = get_post_meta(get_the_ID(), 'cmsms_post_video_type', true); $cmsms_post_video_link = get_post_meta(get_the_ID(), 'cmsms_po...
gx761/jhm
wp-content/themes/industrial/framework/postType/blog/page/fullwidth/video.php
PHP
gpl-2.0
2,299
/* Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
zhaochengw/ef40s_kernel-4.2
arch/arm/mach-msm/qdsp6v2/board-msm8x60-audio.c
C
gpl-2.0
97,033
#!/usr/bin/python import sys import csv import json #test to make sure pyproj exists try: import pyproj except ImportError: sys.stderr.write("Please install the pyproj python module!\n") sys.exit(3) try: from pymongo import MongoClient except ImportError: sys.stderr.write("Please install the pym...
LonnyGomes/DC-Crime-Heat-Map
scripts/parseCrimeDataCoords.py
Python
gpl-2.0
3,037
(function ($) { /** * Drag and drop table rows with field manipulation. * * Using the drupal_add_tabledrag() function, any table with weights or parent * relationships may be made into draggable tables. Columns containing a field * may optionally be hidden, providing a better user experience. * * Created tableD...
RomoneMc/Recipe-Gallery
sites/default/files/js/js_p7-hDFwYvA-RBYGgLZFH8qPEhYOYXitPMjsrOJUZZO4.js
JavaScript
gpl-2.0
74,044
#!/usr/bin/env lua -- -*-lua-*- -- -- $Id: dhcpv6codec_spec.lua $ -- -- Author: Markus Stenberg <markus stenberg@iki.fi> -- -- Copyright (c) 2013 cisco Systems, Inc. -- -- Created: Wed Feb 20 18:24:16 2013 mstenber -- Last modified: Mon Apr 29 11:11:04 2013 mstenber -- Edit time: 38 min -- require "busted" r...
fingon/hnet-core
spec/dhcpv6_codec_spec.lua
Lua
gpl-2.0
5,748
#ifndef __TEXT_FILE_H__ #define __TEXT_FILE_H__ /*LICENSE_START*/ /* * Copyright (C) 2014 Washington University School of Medicine * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; ei...
Washington-University/workbench
src/Files/TextFile.h
C
gpl-2.0
1,869
// // DotParser.h // Project // // Created by ycc on 13-9-9. // // #ifndef __Project__DotParser__ #define __Project__DotParser__ #include <iostream> #include <map> #include <string> #include <vector> #include <iostream> #include <graphviz/cgraph.h> using namespace std; class DotNode; class DotEdge { private: ...
yechencheng/LLVM_PASS
SGO/DotParser.h
C
gpl-2.0
1,126
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Tue Nov 18 14:49:14 CST 2014 --> <title>com.flamingOctoIronman.library.math.vector Class Hierarchy</title> <meta name="date" con...
fh3/flaming-octo-ironman
flaming-octo-ironman/doc/com/flamingOctoIronman/library/math/vector/package-tree.html
HTML
gpl-2.0
4,894
<?php global $wpsc_query, $wpdb; /* * Most functions called in this page can be found in the wpsc_query.php file */ ?> <div id='products_page_container' class="wrap wpsc_container"> <?php if(wpsc_has_breadcrumbs()) : ?> <div class='breadcrumb'> <a href='<?php echo get_option('product_list_url'); ?>'...
nurbsurf/downtoearth-tx
wp-content/uploads/wpsc/themes/iShop/products_page.php
PHP
gpl-2.0
13,702
/* * Copyright (c) 2008, David Fishburn * Copyright (c) 2012, Jan Larres * * This source code is released for free distribution under the terms of the * GNU General Public License version 2 or (at your option) any later version. * * This module contains functions for generating tags for TeX language files. ...
lizh06/ctags
parsers/tex.c
C
gpl-2.0
13,938
/* * 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 ...
Treeston/TrinityCore
src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp
C++
gpl-2.0
77,060
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>org.myrobotlab.framework Class Hierarchy</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/j...
glaudiston/project-bianca
arduino/code/myrobotlab-1.0.119/javadoc/org/myrobotlab/framework/package-tree.html
HTML
gpl-2.0
11,186
/* Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org> * Copyright (C) 2006 Kyle McMartin <kyle@parisc-linux.org> */ #ifndef _ASM_PARISC_ATOMIC_H_ #define _ASM_PARISC_ATOMIC_H_ #include <linux/types.h> #include <asm/cmpxchg.h> /* * Atomic operations that C can't guarantee us. Useful for * resource cou...
Jackeagle/android_kernel_sony_c2305
arch/parisc/include/asm/atomic.h
C
gpl-2.0
6,652
<?php /* Worthless page, but WordPress needs it for some reason */ ?>
Koda1004/harvardrunningclub
wp-content/themes/simple and clean/index.php
PHP
gpl-2.0
74
<?php /** * Model for EAD3 records in Solr. * * PHP version 5 * * Copyright (C) Villanova University 2010. * Copyright (C) The National Library of Finland 2012-2020. * * 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 ...
tmikkonen/NDL-VuFind2
module/Finna/src/Finna/RecordDriver/SolrEad3.php
PHP
gpl-2.0
60,055
using System; namespace Server.Items { [FlipableAttribute(0x27A6, 0x27F1)] public class Tetsubo : BaseBashing { [Constructable] public Tetsubo() : base(0x27A6) { this.Weight = 8.0; this.Layer = Layer.TwoHanded; } public Tetsubo(Se...
kevin-10/ServUO
Scripts/Items/Equipment/Weapons/Tetsubo.cs
C#
gpl-2.0
2,424
/*************************************************************************** qgsmapboxglstyleconverter.cpp -------------------------------------- Date : September 2020 Copyright : (C) 2020 by Nyall Dawson Email : nyall dot dawson at gmail dot com ********************...
JamesShaeffer/QGIS
src/core/vectortile/qgsmapboxglstyleconverter.cpp
C++
gpl-2.0
118,139
/* * Copyright (C) 2008 - 2011 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2011 - 2012 ArkCORE <http://www.arkania.net/> * * 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...
avalonfr/ArkCORE-4.3.4
src/server/game/Groups/GroupReference.cpp
C++
gpl-2.0
1,190
<?php /*---------------------------------------------------------------------- # R3D Floater Module 1.5.1.1 for Joomla 1.5 # ---------------------------------------------------------------------- # Copyright (C) 2009 R3D Internet Dienstleistungen. All Rights Reserved. # Coded by: r3d & a3g # Copyright: GNU/GPL...
viollarr/alab
modules/mod_floater/mod_floater.php
PHP
gpl-2.0
6,323
<?php /****************************************************/ /* TrinityCore 4.3.4 CMS */ /****************************************************/ /* repo: https://github.com/Bender103/tc434cms */ /****************************************************/ /* Main Developer: Bender Gabor */ /* https://github.com/Ben...
Bender103/tc434cms
services/avatar.php
PHP
gpl-2.0
3,342
<?php namespace georgynet\loginzabb\model; /** * Класс LoginzaUserProfile предназначен для генерации некоторых полей профиля пользователя сайта, * на основе полученного профиля от Loginza API (http://loginza.ru/api-overview). * * При генерации используются несколько полей данных, что позволяет сгенерировать непер...
Georgynet/loginzabb
model/LoginzaUserProfile.php
PHP
gpl-2.0
6,216
<?php /* // "K2" Component by JoomlaWorks for Joomla! 1.5.x - Version 2.1 // Copyright (c) 2006 - 2009 JoomlaWorks Ltd. All rights reserved. // Released under the GNU/GPL license: http://www.gnu.org/copyleft/gpl.html // More info at http://www.joomlaworks.gr and http://k2.joomlaworks.gr // Designed and developed by the...
ASirik/vostok
administrator/components/com_k2/controllers/info.php
PHP
gpl-2.0
638
<?php /** * Core Design Lock Article plugin for Joomla! 2.5 * @author Daniel Rataj, <info@greatjoomla.com> * @package Joomla * @subpackage Content * @category Plugin * @version 2.5.x.2.0.5 * @copyright Copyright (C) 2007 - 2013 Great Joomla!, http://www.greatjoomla.com * @license http://www.gnu.org/copyleft...
bundocba/ccas
plugins/content/cdlockarticle/context/com_content.php
PHP
gpl-2.0
2,048
<div class="blog-lists-blog clearfix"> <div id="themepacific_infinite" class="blogposts-tp-site-wrap clearfix"> <?php if (have_posts()) : while (have_posts()) : the_post(); get_template_part( 'content'); endwhile; ?> <?php else: ?> <h2 class="noposts"><?php _e('Sorry, no posts to di...
delfintrinidadIV/firstproject
wp-content/themes/sliver-mag-lite/includes/blog-loop.php
PHP
gpl-2.0
526
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta...
CSCI3100/monopoly
play_1.php
PHP
gpl-2.0
41,655
<?php /** * The template for displaying the home page. * * @package Spike */ get_header(); ?> <?php $thumb_id = get_post_thumbnail_id(); $thumb_url = wp_get_attachment_image_src($thumb_id, 'thumbnail-size', true)[0]; $fields = get_fields(); ?> <div class="hero" style="background-image: url('<?= $thumb_url; ?...
gp6shc/sst
wp-content/themes/sst/front-page.php
PHP
gpl-2.0
2,912
/* * Definitions for a Sony interface CDROM drive. * * Corey Minyard (minyard@wf-rch.cirr.com) * * Copyright (C) 1993 Corey Minyard * * 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...
Lakshmipathi/Linux-historic
include/linux/cdu31a.h
C
gpl-2.0
9,549
"C:\Program Files\Java\jre1.5.0_11\bin\java" -jar dist\mw.jar local
concord-consortium/mw
run5.bat
Batchfile
gpl-2.0
69
/******************************************************************************* * Copyright (c) 2012 Benet Joan Darder. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v2.0 * which accompanies this distribution, and is available ...
kuratowsky/pim-pastyinstantmessenger
src/com/pim/missatges/MissatgeScribe.java
Java
gpl-2.0
1,574
<section ng-controller=ExampleController> <div data-ng-show="!authentication.user"> <a href="/signup">Crear Cuenta</a> <a href="/signin">Identificarse</a> </div> <div data-ng-show="authentication.user"> <img src="{{authentication.user.providerData.picture}}" > <h1>Hello <span...
CarlosLM-NCC/mean
public/example/views/example.client.view.html
HTML
gpl-2.0
623
/* * @Author: Alec Thompson * @Date: 2014-02-25 10:16:11 * @Last Modified by: ajthompson * @Last Modified time: 2014-03-03 16:39:25 */ #include <iostream> #include <vector> #include <cstdlib> #include <iomanip> #include "Field.h" using std::cout; using std::endl; using std::vector; using std::exit; using namespac...
ajthompson/cs2303-prog5
Field.cpp
C++
gpl-2.0
4,984
'use strict'; angular .module('scruman') .controller('LoginController', LoginController); LoginController.$inject = ['$http', '$auth', '$location']; function LoginController($http, $auth, $location) { var vm = this; vm.authenticate = authenticate; isAuthenticated(); function authenticate(provider) { ...
rcdigital/kanban-client
app/components/login/LoginController.js
JavaScript
gpl-2.0
690
from django.db import models from django.contrib.auth import models as auth import datetime from application import settings from django.db.models.signals import post_save from django.dispatch import receiver typeChoices = ( ('task', 'Task'), ('userStory', 'User Story'), ) statusChoices = ( ('toDo', 'To do')...
Die-Turtles/application
taskCards/models.py
Python
gpl-2.0
3,381
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\ConfigurableProduct\Test\Unit\Model\Plugin; use Magento\ConfigurableProduct\Model\Plugin\ProductIdentitiesExtender; use Magento\ConfigurableProduct\Model\Product\Type\Conf...
kunj1988/Magento2
app/code/Magento/ConfigurableProduct/Test/Unit/Model/Plugin/ProductIdentitiesExtenderTest.php
PHP
gpl-2.0
2,567
/* =========================================================================== 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...
pelya/openarena-engine
code/renderer_oa/qgl_extra.h
C
gpl-2.0
9,257
define([ 'taoQtiItem/qtiCreator/widgets/states/factory', 'taoQtiItem/qtiCreator/widgets/interactions/states/Answer', 'taoQtiItem/qtiCreator/widgets/interactions/helpers/answerState' ], function(stateFactory, Answer, answerStateHelper){ var ChoiceInteractionStateAnswer = stateFactory.extend(Answer, func...
swapnilaptara/tao-aptara-assess
taoQtiItem/views/js/qtiCreator/widgets/interactions/choiceInteraction/states/Answer.js
JavaScript
gpl-2.0
578
@extends('Home._main') @section('content') <!-- Content Header (Page header) --> <section class="content-header"> <h1> 论坛 <small>Forum</small> </h1> </section> <!-- Main content --> <section class="content"> <!-- Ma...
orvice/xoDown
resources/views/Forum/show.blade.php
PHP
gpl-2.0
3,066
#ifndef DIV_H_ #define DIV_H_ #include "DoubleOperandQuadruple.h" namespace codegen { class Div: public DoubleOperandQuadruple { public: Div(std::string leftOperand, std::string rightOperand, std::string result); virtual ~Div() = default; void generateCode(AssemblyGenerator& generator) const override; ...
rieske/trans
src/codegen/quadruples/Div.h
C
gpl-2.0
427
package org.quantumlabs.manicraft.state; import org.apache.log4j.Logger; import org.quantumlabs.manicraft.CoreEventLoop; import org.quantumlabs.manicraft.ITransitionErrorHandler; /** * Created by quintus on 4/26/15. */ public class TransitionErrorState extends CoreEventLoop.State implements ITransitionErrorHandler ...
YudingZhou/Yo-Fatty
manicraft/src/main/java/org/quantumlabs/manicraft/state/TransitionErrorState.java
Java
gpl-2.0
733
/* Solution by Colin Barker (colin.barker@wanadoo.fr) * using the driver from the solution by Paul Griffiths. */ /* EX3_1.C ======= Suggested solution to Exercise 3-1 */ #include <stdio.h> #include <time.h> int binsearch(int x, int v[], int n); /* Original K&R function */ int binsearch2(int x, int...
mikephp/basic_data_struct
example/C Programming Code/krx30101.c
C
gpl-2.0
2,822
<?php ////////////////////////////////// // UserApplePie Version: 1.1.1 // // http://www.userapplepie.com // // UserCake Version: 2.0.2 // // http://usercake.com // ////////////////////////////////// // Security Feature to Disallow File to be opened directly. // Only allows this file to be include by i...
davarravad/UserApplePie
external/admin/reports.php
PHP
gpl-2.0
2,213
/* * Asterisk -- An open source telephony toolkit. * * Copyright (C) 1999 - 2006, 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...
nicwolff/asterisk-agi-mp3
include/asterisk/strings.h
C
gpl-2.0
21,633
#!/bin/bash ps auxw | grep start-pigtail | grep -v grep | awk '{print $2}' | xargs kill -9
pauloangelo/hogzilla
scripts/hz-utils/stop-pigtail.sh
Shell
gpl-2.0
93
using System; using System.Linq; using System.Collections.Generic; using CrimeMap.Core.Domain; namespace CrimeMap.Domain.Model.Users { public class User : AggregateRoot { private ICollection<Account> _externalAccounts; public string Name { get; private set; } public string Password { get; private set; } ...
vitorsalgado/crap
cqrs/crime-map/src/CrimeMap.Domain/Users/User.cs
C#
gpl-2.0
2,521
<?php namespace Hosteam\Bundle\ExtranetBundle\Controller; #use Hosteam\Bundle\ExtranetBundle\Entity\Customer; #use Hosteam\Bundle\ExtranetBundle\Entity\User; #use Hosteam\Bundle\ExtranetBundle\Entity\Service; #use Doctrine\Common\Collections\ArrayCollection; #use LdapTools\Configuration; #use LdapTools\Exception\Ld...
hlepesant/miniextranet
extranet/src/Hosteam/Bundle/ExtranetBundle/Controller/BackofficeController.php
PHP
gpl-2.0
873
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/php/demo_func_math_round2.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:36:10 GMT --> <body> 4.97<br>7.05<br>7.06 </body> <!-- Mirrored from www.w3schools.com/php/demo_func_math_round2.php by HTTrack Website Copier/3.x [XR&CO'2014], Fr...
platinhom/ManualHom
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/php/demo_func_math_round2.html
HTML
gpl-2.0
359
$packageName = 'ut-launcher' $url = 'https://ut.rushbase.net/rush/UTLauncher/UTLauncher-0.3.0.zip' $unzipLocation = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $executable = "UTLauncher.exe" $shortcut_to_modify = "$Home\Desktop\UTLauncher.exe.lnk" $shortcut_modified = "$Home\Desktop\UTLauncher.lnk" ...
dtgm/chocolatey-packages-adgellida
_output/ut-launcher/0.3.0/tools/chocolateyInstall.ps1
PowerShell
gpl-2.0
567
/** * Copyright (C) 2002-2022 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 optio...
FreeCol/freecol
src/net/sf/freecol/client/gui/panel/PlayersTable.java
Java
gpl-2.0
25,105
/* Copyright (C) 2016- The University of Notre Dame This software is distributed under the GNU General Public License. See the file COPYING for details. */ /** @file jx_match.h Unwrap JX types * * The functions in this header are intended to make JX types more usable * from C code. All unwrap JX values in some mann...
hmeng-19/cctools
dttools/src/jx_match.h
C
gpl-2.0
6,991
Zabbix Community Dockerfiles ============================ [Zabbix Github repo](https://github.com/zabbix/zabbix-community-docker) is intended as a source for [Zabbix Docker registry](https://registry.hub.docker.com/repos/zabbix/). Please use these community Zabbix Docker images, if you want to [build/ship your own Zab...
thejordanclark/zabbix-community-docker
Dockerfile/zabbix-server-2.4/README.md
Markdown
gpl-2.0
7,355
<?php /* * @version $Id: ldapdaterestriction.php 20129 2013-02-04 16:53:59Z moyo $ ------------------------------------------------------------------------- GLPI - Gestionnaire Libre de Parc Informatique Copyright (C) 2003-2013 by the INDEPNET Development Team. http://indepnet.net/ http://glpi-project.org ----...
opusappteam/PLGLPI0842
ajax/ldapdaterestriction.php
PHP
gpl-2.0
1,464
package Module4.Task1; public abstract class Figure { public abstract double getSquare(); }
tinneua/GoJavaOnline
src/main/java/Module4/Task1/Figure.java
Java
gpl-2.0
98
/** * */ package com.jasperb.citybuilder.util; /** * Simple object to track the average frame draw time */ public class PerfTools { private static final int MAXSAMPLES = 75; private static int mIndex = 0; private static int mSum = 0; private static int mTickList[] = new int[MAXSAMPLES]; publi...
JasperBerrington/CityBuilder
Project/src/com/jasperb/citybuilder/util/PerfTools.java
Java
gpl-2.0
590
<html> <body> <noscript>Your browser does not support JavaScript!</noscript> </body> </html>
eyoung-father/eyoung
libdecoder/html/testsuite/case/tag-noscript.html
HTML
gpl-2.0
97
<%include file="header-jquery.html" /> <%include file="css_style.html" /> <script type="text/javascript"> <%include file="js/createlinkedslider.js" /> </script> <script type="text/javascript"> function selectAbs() { document.getElementById("divAbs").style.display = 'block' document.getElementById("divRel"...
juan-cardelino/matlab_demos
ipol_demo-light-1025b85/app_available/82/template/result.html
HTML
gpl-2.0
6,836