repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
pgxiaolianzi/cracking-the-code-interview
3_2.cpp
1447
/* How would you design a stack which, in addition to push and pop, also has a function min which returns the minimum element? Push, pop and min should all operate in O(1) time. */ #include <stdio.h> #include <map> using namespace std; #define N 500 typedef struct Stack { int top; int min; int value[N]; m...
gpl-2.0
mangostwo/server
src/game/WorldHandlers/NPCHandler.cpp
30883
/** * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * * Copyright (C) 2005-2022 MaNGOS <https://getmangos.eu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
gpl-2.0
fjbatresv/REMIS
app/cache/dev/twig/12/d6/106874fca48a5e6b4ba3ab89b6fc520d1b724c37c5efb25ee5ce99e9e8da.php
2475
<?php /* TwigBundle:Exception:exception_full.html.twig */ class __TwigTemplate_12d6106874fca48a5e6b4ba3ab89b6fc520d1b724c37c5efb25ee5ce99e9e8da extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = $this->env->loadTemplate("Twig...
gpl-2.0
czfshine/Don-t-Starve
data/DLC0001/scripts/prefabs/goldnugget.lua
1111
local assets= { Asset("ANIM", "anim/gold_nugget.zip"), } local function shine(inst) inst.task = nil inst.AnimState:PlayAnimation("sparkle") inst.AnimState:PushAnimation("idle") inst.task = inst:DoTaskInTime(4+math.random()*5, function() shine(inst) end) end local function fn(Sim) local inst = ...
gpl-2.0
wearerequired/simple-user-adding
grunt/wp_deploy.js
180
module.exports = { dist: { options: { plugin_slug: 'simple-user-adding', svn_user: 'wearerequired', build_dir: 'release/svn/', assets_dir: 'assets/' } } };
gpl-2.0
latelee/coreboot
src/mainboard/via/epia-cn/romstage.c
2336
/* * This file is part of the coreboot project. * * Copyright (C) 2008 VIA Technologies, Inc. * (Written by Aaron Lwe <aaron.lwe@gmail.com> for VIA) * * 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...
gpl-2.0
xrowgmbh/pdfpreview
classes/ezxpdfpreview.php
2967
<?php class ezxpdfpreview { function ezxpdfpreview() { $this->Operators = array( 'pdfpreview' ); } /*! \return an array with the template operator name. */ function operatorList() { return $this->Operators; } /*! \return true to tell the template engine t...
gpl-2.0
widelands/widelands
data/tribes/workers/amazons/woodcutter/register.lua
39
return { amazons_woodcutter = {}, }
gpl-2.0
inbaz/ers
module/ErsBase/src/ErsBase/View/Helper/Session.php
1154
<?php /* * Copyright (C) 2015 andi * * 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 is distr...
gpl-2.0
jeffgdotorg/opennms
features/kafka/producer/src/main/java/org/opennms/features/kafka/producer/OpennmsKafkaProducer.java
28520
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2018-2020 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2020 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
gpl-2.0
cfpp2p/Transmission-basin
gtk/util.h
4153
/* * This file Copyright (C) Mnemosyne LLC * * This file is licensed by the GPL version 2. Works owned by the * Transmission project are granted a special exemption to clause 2 (b) * so that the bulk of its code can remain under the MIT license. * This exemption does not extend to derived works not owned by * th...
gpl-2.0
localnerve/wpspa
server/workers/routes/lib/index.js
2589
/** * The routes worker process * * This worker process gets the app routes by running the application dynamically * on the server, then stores the publicly exposed routes in an intermediate format * (just the url paths) in Redis. * From there, the paths are used by the live app for serving /sitemap.xml and ...
gpl-2.0
chriseldredge/vulcan
plugins/vulcan-subversion/source/main/java/net/sourceforge/vulcan/subversion/SubversionRepositoryAdaptor.java
23349
/* * Vulcan Build Manager * Copyright (C) 2005-2012 Chris Eldredge * * 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 vers...
gpl-2.0
kost/scexec
scexec/__exec_payload.asm
111
.CODE __exec_payload PROC x:QWORD mov rax, x call QWORD PTR[rax] ret __exec_payload ENDP END
gpl-2.0
GNOME/dia
lib/dia_svg.c
53495
/* dia -- an diagram creation/manipulation program * Copyright (C) 1998 Alexander Larsson * * dia_svg.c -- Refactoring by Hans Breuer from : * * Custom Objects -- objects defined in XML rather than C. * Copyright (C) 1999 James Henstridge. * * This program is free software; you can redistribute it and/or modif...
gpl-2.0
maiklos-mirrors/jfx78
modules/graphics/src/main/native-glass/gtk/glass_window.h
14351
/* * Copyright (c) 2011, 2013, 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 ...
gpl-2.0
amazingbow/yonyou
金龙/XMJL_Code/XMJLUI/Model/DocumentTypeRefModelExtend.cs
650
#region Using directives using System; using System.Collections; using System.Data; using UFSoft.UBF.UI.MD.Runtime; using UFSoft.UBF.UI.MD.Runtime.Implement; #endregion namespace DocumentTypeRef { public partial class DocumentTypeRefModel { //初始化UIMODEL之后的方法 public override void AfterInitModel() ...
gpl-2.0
Since84/AGD-Site
paymentportal/admin/page_edit_91.php
2602
<?php //------------------------------------------------------------------------------------------------------------------ // SKY HIGH CMS - Sky High Software Custom Content Management System - http://www.skyhighsoftware.com // Copyright (C) 2008 - 2010 Sky High Software. All Rights Reserved. // Permission to use and...
gpl-2.0
artzstudio/hoshinbudo.com
wp-content/themes/hoshin/comments.php
3028
<?php /** * The template for displaying Comments. * * The area of the page that contains both current comments * and the comment form. The actual display of comments is * handled by a callback to hoshin_comment which is * located in the functions.php file. * * @package WordPress * @subpackage Twenty_Ten * @s...
gpl-2.0
fgoncalves/Modified-TS7500-Kernel
include/linux/capi.h
3089
/* $Id: capi.h,v 1.1.1.1 2010/03/11 21:10:39 kris Exp $ * * CAPI 2.0 Interface for Linux * * Copyright 1997 by Carsten Paeth (calle@calle.in-berlin.de) * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #ifndef __...
gpl-2.0
City-busz/mate-control-center
capplets/keybindings/mate-keybinding-properties.c
58766
/* This program was written with lots of love under the GPL by Jonathan * Blandford <jrb@gnome.org> */ #include <config.h> #include <stdlib.h> #include <string.h> #include <gtk/gtk.h> #include <gio/gio.h> #include <gdk/gdkx.h> #include <X11/Xatom.h> #include <glib/gi18n.h> #include <gdk/gdkkeysyms.h> #if GTK_CHECK_...
gpl-2.0
bassjobsen/twitter-bootstrap-slider
js/bootstrapslider.js
177
jQuery('#bootstrapslider').carousel({ interval: bootstrapslider_script_vars.interval, pause: bootstrapslider_script_vars.pause, wrap: bootstrapslider_script_vars.wrap });
gpl-2.0
bo0ts/doxygen-fixes
src/xmlgen.cpp
62426
/****************************************************************************** * * Copyright (C) 1997-2013 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby * granted. No representations ar...
gpl-2.0
hubzero/hubzero-cms
core/components/com_events/api/router.php
1353
<?php /** * @package hubzero-cms * @copyright Copyright (c) 2005-2020 The Regents of the University of California. * @license http://opensource.org/licenses/MIT MIT */ namespace Components\Events\Api; use Hubzero\Component\Router\Base; /** * Routing class for the component */ class Router extends Base {...
gpl-2.0
stoneyang/LuminanceHDR
build/msvc/build.cmd
30612
@echo off SETLOCAL REM http://dev.exiv2.org/projects/exiv2/repository/ SET EXIV2_COMMIT=3364 REM http://sourceforge.net/p/libjpeg-turbo/code/ SET LIBJPEG_COMMIT=1093 rem error 1406 rem https://github.com/madler/zlib/commits SET ZLIB_COMMIT_LONG=50893291621658f355bc5b4d450a8d06a563053d rem https://g...
gpl-2.0
tuskiomi/redditBot
REdefine/lib/slf4j-1.7.13/site/testapidocs/org/slf4j/profiler/class-use/SortAndPruneComposites.html
6093
<!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_23) on Tue Nov 10 20:55:20 CET 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.slf4j.profiler....
gpl-2.0
pni-libraries/libpniio
test/arrays/mdarray_test.cpp
9878
// // (c) Copyright 2013 DESY, Eugen Wintersberger <eugen.wintersberger@desy.de> // // This file is part of pninexus. // // pninexus 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...
gpl-2.0
SirPiter/folk
www/media/com_ats/js/tickets.js
3563
/** * Setup (required for Joomla! 3) */ if(typeof(akeeba) == 'undefined') { var akeeba = {}; } if(typeof(akeeba.jQuery) == 'undefined') { akeeba.jQuery = jQuery.noConflict(); } akeeba.jQuery(document).ready(function($){ function atsAssignmentClick() { var parent = akeeba.jQuery(this).parent('td'); var id...
gpl-2.0
ninoles/backfs
fscache.c
35045
/* * BackFS Filesystem Cache * Copyright (c) 2010-2014 William R. Fraser */ #define _XOPEN_SOURCE 500 // for pread() #include "fscache.h" #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <stdbool.h> #include <stddef.h> #include <errno.h> #include <string.h> #include <unistd.h> #include <sys/st...
gpl-2.0
jeffegg/beaglebone
drivers/edac/i3000_edac.c
14324
/* * Intel 3000/3010 Memory Controller kernel module * Copyright (C) 2007 Akamai Technologies, Inc. * Shamelessly copied from: * Intel D82875P Memory Controller kernel module * (C) 2003 Linux Networx (http://lnxi.com) * * This file may be distributed under the terms of the * GNU General Public License...
gpl-2.0
gnorasi/gnorasi
Gnorasi/modules/itk_generated/processors/itk_MathematicalMorphology/closingbyreconstructionimagefilter.h
3591
/*********************************************************************************** * * * Voreen - The Volume Rendering Engine * * ...
gpl-2.0
eduardoabinader/packages
net/samba4/Makefile
15559
# Based partially on (wongsyrone/hbl0307106015) versions include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=4.12.3 PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ https://ftp.gwdg.de/pub/samba/stable/ \ https://ftp.heanet.ie/mirrors/ftp.samba.org/stable/ \ https://ftp.riken....
gpl-2.0
CMS-RuDi/CMS-RuDi
includes/libs/Requests/Exception/HTTP/505.php
486
<?php namespace Requests\Exception\HTTP; /** * Exception for 505 HTTP Version Not Supported responses * * @package Requests */ /** * Exception for 505 HTTP Version Not Supported responses * * @package Requests */ class _505 extends \Requests\Exception\HTTP { /** * HTTP status code * * @va...
gpl-2.0
sebastianmonzel/webfiles-framework-php
source/core/datasystem/file/system/dropbox/MDropboxFile.php
2375
<?php namespace webfilesframework\core\datasystem\file\system\dropbox; use webfilesframework\core\datasystem\file\system\MFile; /** * description * * @author Sebastian Monzel < mail@sebastianmonzel.de > * @since 0.1.7 */ class MDropboxFile extends MFile { protected $dropboxAccount; ...
gpl-2.0
SimoneDeola/CremonaDeola
source/testPlan/latex/chapters/integrationStrategy/sections/integrationTestingStrategy/integrationTestingStrategy.tex
441
\documentclass[../../../../testPlan.tex]{subfiles} \begin{document} \section{Integration Testing Strategy} The strategy that we want to follow is the Bottom-Up Strategy. This kind of approach consists in testing the low level components first and then the level just above, until you reach the top level components....
gpl-2.0
mig0s/athena
backend/views/settings-working-days/update.php
579
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\SettingsWorkingDays */ $this->title = 'Update Settings Working Days: ' . $model->id; $this->params['breadcrumbs'][] = ['label' => 'Settings Working Days', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->i...
gpl-2.0
mmaechler/RJulia
src/R_Julia.h
529
/* Copyright (C) 2014, 2015 by Yu Gong */ #ifndef JULIA_R_H #define JULIA_R_H #ifdef __cplusplus extern "C" { #endif #include <R.h> #include <julia.h> //Convert R Type To Julia,which not contain NA SEXP R_Julia(SEXP Var, SEXP VarNam); //Convert R Type To Julia,which contain NA SEXP R_Julia_NA(SEXP Var, SEXP VarNam);...
gpl-2.0
neeravbm/unify
Unify-v1.8/HTML/One-Page/assets/css/old-app.css
68076
/* * Template Name: Unify - Responsive Bootstrap Template * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template. * Version: 1.8 * Author: @htmlstream * Website: http://htmlstream.com */ /*Reset Styles ------------------------------------*/ * { border-radius: 0 !import...
gpl-2.0
timmytim/honeybutter_kernel
drivers/base/.dd.o.cmd
24002
cmd_drivers/base/dd.o := arm-eabi-gcc -Wp,-MD,drivers/base/.dd.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h...
gpl-2.0
damiencarol/openredalert
java/src/openra/server/UnitAnimEvent.java
965
package openra.server; import openra.core.Unit; public class UnitAnimEvent extends ActionEvent { private Unit un; private UnitAnimEvent scheduled; public UnitAnimEvent(int p, Unit un) { super(p); //logger->debug("UAE cons: this:%p un:%p\n",this,un); this.un = un; //un.referTo(); ...
gpl-2.0
elekmad/snake
README.md
441
# snake mini snake en SDL Le but de ce repo est de proposer un algorithme simple pour comprendre une manière de faire un snake, l'utilisation de la librairie graphique SDL n'étant là que pour la mise en place du cadre du jeu. Ce tutoriel se veut se concentrer en particulier sur comment faire facilement bouger le ver,...
gpl-2.0
mosscode/simpledeb
core/src/main/java/com/moss/simpledeb/core/action/LaunchScriptAction.java
4990
/** * Copyright (C) 2013, Moss Computing Inc. * * This file is part of simpledeb. * * simpledeb is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version...
gpl-2.0
creary/company
document/设计模式/3行为型/3迭代器.java
2882
/*µü´úÆ÷ģʽ * * ±éÀú¼¯ºÏµÄÖ°Ôð·ÖÀë³öÀ´£» */ /**°×Ïä¾ÛºÏ+Íâµü´ú×Ó*/ public interface Iterator { public Object first(); public Object next(); //µÃµ½µ±Ç°¶ÔÏó public Object currentItem(); //ÊÇ·ñµ½Á˽áβ public boolean isDone(); } //ÕýÐòµü´úÆ÷ public class ConcreteIterator imple...
gpl-2.0
lkundrak/coreboot
src/northbridge/intel/i965/chip.h
1106
/* * This file is part of the coreboot project. * * Copyright (C) 2007-2008 coresystems GmbH * 2012 secunet Security Networks AG * * 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...
gpl-2.0
fintler/vbox
src/VBox/VMM/VMMRC/VMMRC.cpp
11065
/* $Id$ */ /** @file * VMM - Raw-mode Context. */ /* * Copyright (C) 2006-2012 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it under the terms of the GNU * Gen...
gpl-2.0
imyuka/AFL
AFL/src/main/java/yuka/detectors/FigureDetector.java
2274
package yuka.detectors; import yuka.containers.News; import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.net.URLConnection; import java.util.HashMap; import java.util.Map; /** * Created by imyuka on 18/08/2016. ...
gpl-2.0
dvchinh/HTQLNHCS
Layout/www.photobookmart.com.my/wp-content/themes/choices/framework/php/avia_shortcodes/tinymce/js/indexf8a0.html
2570
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <!-- Mirrored from www.photobookmart.com.my/wp-content/themes/choices/framework/php/avia_shortcodes/tinymce/js/?C=M;O=A by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Jul 2014 12:07:04 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" ...
gpl-2.0
EdDev/vdsm
lib/vdsm/v2v.py
48122
# Copyright 2014-2017 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in...
gpl-2.0
tjohansen14/diskscrub
src/fillfile.c
8230
/*****************************************************************************\ * $Id: fillfile.c 77 2006-02-15 01:00:42Z garlick $ ***************************************************************************** * Copyright (C) 2001-2008 The Regents of the University of California. * Produced at Lawrence Livermore...
gpl-2.0
westtoer/intranet.westtoer.be
modules/culturefeed/culturefeed_userpoints_ui/theme/culturefeed-userpoints-ui-promotions-page-item.tpl.php
482
<?php /** * @file * Template page for a promotion item. */ ?> <h2> <a href="<?php print $item_url ?>"><?php print $title ?></a> </h2> <p><?php print t('Valid till'); ?> <?php print $cashingPeriodEnd ?> <?php print ($unlimited ? t('unlimited') : $unitsLeft . ' ' . t('x in stock')); ?></p> <?php if (!empty($pic...
gpl-2.0
tbewley10310/Land-of-Archon
Scripts/Services/CleanUpBritannia/Items/ArachnidDoom.cs
1190
using System; namespace Server.Items { public class ArachnidDoom : BaseInstrument { [Constructable] public ArachnidDoom() : base(0x0EB3) { RandomInstrument(); this.Hue = 1944; this.Weight = 4; this.Slayer = SlayerName.Arachnid...
gpl-2.0
tsolucio/coreBOSDocumentation
lib/plugins/data/syntax/entry.php
17100
<?php /** * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Andreas Gohr <andi@splitbrain.org> */ // must be run within Dokuwiki if(!defined('DOKU_INC')) die(); /** * Class syntax_plugin_data_entry */ class syntax_plugin_data_entry extends DokuWiki_Syntax_Plugin { /** * @var he...
gpl-2.0
etype-services/cni-theme
sites/beachesleader.com/local.css
532
.node-article .content a { color: blue; text-decoration: underline; } .node-article .content .field-type-email a { color: #333333; text-decoration: none; } @media only screen and (max-width: 720px) { #block-block-40 { visibility: hidden; display: none; } #google_ads_iframe_/678...
gpl-2.0
Abhi9k/wireshark-dissector
epan/dissectors/packet-laplink.c
7776
/* packet-laplink.c * Routines for laplink dissection * Copyright 2003, Brad Hards <bradh@frogmouth.net> * * $Id: packet-laplink.c 42632 2012-05-15 19:23:35Z wmeier $ * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free softwa...
gpl-2.0
laurynas-biveinis/webscalesql-5.6
storage/innobase/page/page0zip.cc
146875
/***************************************************************************** Copyright (c) 2005, 2014, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 2012, Facebook Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as pub...
gpl-2.0
AngieChambi/ProFinal
WebSgeUPeU/src/java/pe/edu/upeu/modelo/ConfPeriodo.java
8395
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package pe.edu.upeu.modelo; import java.io.Serializable; import java.util.Collection; import java.util.Date; import javax....
gpl-2.0
linusmotu/Viaje
ViajeUi/src/com/atlach/trafficdataloader/TripInfo.java
2363
package com.atlach.trafficdataloader; import java.util.ArrayList; /* Short Desc: Storage object for Trip info */ /* Trip Info > Trips > Routes */ public class TripInfo { private int tripCount = 0; public ArrayList<Trip> trips = null; public String date; public String origin; public String destination; ...
gpl-2.0
hydrodog/LiquiZ
LiquiZ/src/org/adastraeducation/liquiz/equation/Equation.java
4219
package org.adastraeducation.liquiz.equation; import java.util.*; import java.util.regex.*; import org.adastraeducation.liquiz.*; /** * Present equations with random variables. * It has two ways to parse the equations in string[]. One is in infix, and the other is in the RPN. * @author Yingzhu Wang * */ public ...
gpl-2.0
luksdlt92/doublejumpreload
DoubleJumpReload/src/main/java/com/github/luksdlt92/DoubleJumpReload.java
871
package com.github.luksdlt92; import java.util.ArrayList; /* * DoubleJumpReload plugin * Made by luksdlt92 and Abdalion */ import org.bukkit.event.Listener; import org.bukkit.plugin.java.JavaPlugin; import com.github.luksdlt92.commands.DoubleJumpCommand; import com.github.luksdlt92.listeners.JumpListener; pub...
gpl-2.0
Robert0Trebor/robert
TMessagesProj/src/main/java/org/vidogram/messenger/g/a/j.java
1439
package org.vidogram.messenger.g.a; import java.io.ByteArrayOutputStream; public class j extends ByteArrayOutputStream { private final b a; public j(b paramb, int paramInt) { this.a = paramb; this.buf = this.a.a(Math.max(paramInt, 256)); } private void a(int paramInt) { if (this.count + para...
gpl-2.0
adriwankenobi/space
Assets/Scripts/Level/Non Playable/Movement/Rigibody/RigibodyMoveItem.cs
620
using UnityEngine; using System.Collections; /* * Item to handle movements of rigibodies */ public class RigibodyMoveItem : MoveItem { public enum Type { ENEMY_SHIP_TYPE_1, LASER_RED, LASER_BLUE }; public static RigibodyMoveItem create(Type type) { switch (type) { case Type.ENE...
gpl-2.0
vroman/edivc
dlls/src/qgraphics/qgraphics.h
434
#ifndef __EDIV_QGRAPHICS_H_ #define __EDIV_QGRAPHICS_H_ #include "export.h" /* Flags de modos de video */ #define _FULLSCREEN 0x01 typedef struct { byte* buffer; // invisible buffer byte* colormap; // 256 * VID_GRADES size byte* alphamap; // 256 * 256 translucency map in...
gpl-2.0
giuseppefutia/rdf-public-contracts
src/main/java/it/polito/nexa/pc/TriplesAdder.java
290
package it.polito.nexa.pc; import com.hp.hpl.jena.rdf.model.Model; import com.hp.hpl.jena.rdf.model.Statement; import java.util.List; /** * Created by giuseppe on 19/05/15. */ public interface TriplesAdder { public Model addTriples(Model model, List<Statement> statementList); }
gpl-2.0
yangxi/omap4m3
cpukit/posix/include/mqueue.h
3161
/** * @file mqueue.h * * This file contains the definitions related to POSIX Message Queues. */ /* * COPYRIGHT (c) 1989-2011. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www...
gpl-2.0
erasme/griotte
w/static/css/style.css
11557
/* shades of grey */ /*@g1 : #5A6568;*/ /* b&w */ /* color specific to a player */ /*@id-color: #78BDE7;*/ /* fonts */ /* variable heights */ /*@player-controls-height:20px;*/ /* transistions */ .ez-trans { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in...
gpl-2.0
platinhom/ManualHom
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/tags/tryit0da5.html
5065
<!DOCTYPE html> <html lang="en-US"> <!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_img_border_css by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:23:38 GMT --> <head> <title>Tryit Editor v2.3</title> <meta id="viewport" name='viewport'> <script> (function() { if ( navigator.user...
gpl-2.0
aindong/RobberGame
Assets/Scripts/Helpers/ButtonNextImage.cs
347
using UnityEngine; using System.Collections; public class ButtonNextImage : MonoBehaviour { public GameObject nextImage; public bool lastImage; public string nextScene = ""; void OnMouseDown() { if(lastImage) { Application.LoadLevel(nextScene); return; } gameObject.SetActive (false); nextImag...
gpl-2.0
dejanmarkovic/topcat-final
js/global.js
994
/** * Created by LPAC006013 on 23/11/14. */ /* * wiring Super fish to menu */ var sfvar = jQuery('div.menu'); var phoneSize = 600; jQuery(document).ready(function($) { //if screen size is bigger than phone's screen (Tablet,Desktop) if($(document).width() >= phoneSize) { // enable superfish ...
gpl-2.0
JeremyCarlsten/WordpressWork
wp-admin/network/upgrade.php
4987
<?php /** * Multisite upgrade administration panel. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ /** Load WordPress Administration Bootstrap */ require_once(dirname(__FILE__) . '/admin.php'); if (!is_multisite()) wp_die(__('Multisite support is not enabled.')); require_once(ABSPATH . WP...
gpl-2.0
kfitz/machines
51-2008/taxonomy/term/120/0/feed/index.html
1706
<?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xml:base="http://machines.plannedobsolescence.net/51-2008" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>intro to digital media studies - symbiosis</title> <link>http://machines.plannedobsolescence.net/51-2008/taxonomy/term/120/0</link> <descr...
gpl-2.0
xhrist14n/sencha_extjs_samples
01_sample/sample.html
269
<html> <head> <link rel="stylesheet" href="../extjs/resources/css/ext-all.css" type="text/css" /> <script type="text/javascript" src="../extjs/ext-all.js"></script> <script type="text/javascript" src="sample.js"></script> </head> <body> </body> </html>
gpl-2.0
nmaier/mkvtoolnix
tests/test-002aac.rb
186
#!/usr/bin/ruby -w class T_002aac < Test def description return "mkvmerge / audio only / in(AAC)" end def run merge("data/simple/v.aac", 1) return hash_tmp end end
gpl-2.0
teamfx/openjfx-8u-dev-rt
modules/web/src/main/native/Source/ThirdParty/icu/source/common/rbbirb.cpp
9976
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // // file: rbbirb.cpp // // Copyright (C) 2002-2011, International Business Machines Corporation and others. // All Rights Reserved. // // This file contains the RBBIRuleBuilder class implementation. T...
gpl-2.0
kito-cheng/gcc
gcc/auto-inc-dec.c
44162
/* Discovery of auto-inc and auto-dec instructions. Copyright (C) 2006-2015 Free Software Foundation, Inc. Contributed by Kenneth Zadeck <zadeck@naturalbridge.com> This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publis...
gpl-2.0
marayl/aug
src/c/augutil/pwd.h
1396
/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009 Mark Aylett <mark.aylett@gmail.com> This file is part of Aug written by Mark Aylett. Aug is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. Aug is free software; you can redistribute it and/or...
gpl-2.0
jacobbustamante/NBANLPRecap
web/2014_season/2015022708.html
1900
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Monroe puts in 24, Knicks defeat the Pistons 121 to 115</title> <link rel="stylesheet" type="text/css" href="../css/style.css"> </head> <body> <h1>Monroe puts in 24, Knicks defeat the Pistons 121 to 115</h1> </br> <h2 style="color:gr...
gpl-2.0
johnjlocke/rush-mechanical-theme
rush-mechanical/home-fw.php
2288
<div class="clear left"> <div class="full-page-span33 home-island"> <div class="img-island isle1"> <h3>Isle Title 1</h3> <p class="tl"> Mei duis denique nostrum et, in pro choro</p> </div> <div> <p>Lorem ipsum Mei duis denique nostrum et, in pro choro consul, eam deterruisset ...
gpl-2.0
andrewrk/mpd
src/pcm_volume.c
4334
/* * Copyright (C) 2003-2011 The Music Player Daemon Project * http://www.musicpd.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 opti...
gpl-2.0
osCmax/oscmax2
catalog/admin/includes/languages/french/gv_sent.php
1035
<?php /* $Id$ osCmax e-Commerce http://www.oscmax.com Copyright 2000 - 2011 osCmax Released under the GNU General Public License */ define('HEADING_TITLE', 'Ch&egrave;ques cadeaux envoy&eacute;s'); define('TABLE_HEADING_SENDERS_NAME', 'Nom de l\'expéditeur'); define('TABLE_HEADING_VOUCHER_VA...
gpl-2.0
ozacas/icprot
README.md
89
# icprot Web application for displaying phylogeny and results of onekp.com data analysis
gpl-2.0
h3xstream/Benchmark
src/main/webapp/sqli-02/BenchmarkTest01209.html
2428
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script src="/benchmark/js/jquery.min.js"></script> <script type="text/javascript" src="/benchmark/js/js.cookie.js"></script> <title>Be...
gpl-2.0
diverger/uboot-lpc32xx
drivers/mtd/nand/lpc32xx_nand.c
11991
/* * Copyright (C) 2008 by NXP Semiconductors * All rights reserved. * * @Author: Kevin Wells * @Descr: LPC3250 SLC NAND controller interface support functions * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify...
gpl-2.0
bwyoon/ganada
README.md
9
# ganada
gpl-2.0
blueboy/portalone
src/game/SpellAuras.cpp
309536
/* * Copyright (C) 2005-2013 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 version 2 of the License, or * (at your option) any later version. * ...
gpl-2.0
guillaumeWBres/zynq7-sdr
gnuradio/fpga-src/build_cross/CMakeFiles/Makefile.cmake
4368
# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 2.8 # The generator used is: SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") # The top level Makefile was generated from the following files: SET(CMAKE_MAKEFILE_DEPENDS "CMakeCache.txt" "/home/guillaume/tf-cadence/gnuradio...
gpl-2.0
prunkdump/gepi
saisie/commentaires_types.php
38738
<?php /* * * Copyright 2001-2012 Thomas Belliard, Laurent Delineau, Edouard Hue, Eric Lebrun * * This file is part of GEPI. * * GEPI 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 vers...
gpl-2.0
Distrotech/libtool
Makefile
119331
# Makefile.in generated by automake 1.13.3 from Makefile.am. # Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without mod...
gpl-2.0
emanuelsaringan/codeforces
Drinks/main.cc
314
#include <iomanip> #include <iostream> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); int n, p_i; cin >> n; double total = 0.0; for (size_t i = 0; i < n; i++) { cin >> p_i; total += p_i; } cout << setprecision(12) << fixed << (total / n) << endl; }
gpl-2.0
hoangyen201201/TrienLamOnline
components/com_sppagebuilder/addons/tab/site.php
3318
<?php /** * @package SP Page Builder * @author JoomShaper http://www.joomshaper.com * @copyright Copyright (c) 2010 - 2016 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later */ //no direct accees defined ('_JEXEC') or die ('restricted access'); class SppagebuilderAddonTab extends Spp...
gpl-2.0
lambda/wxQuake2
game/g_trigger.c
17071
/* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in th...
gpl-2.0
alagoutte/smartcapwap
src/common/capwap_element_80211_updatestationqos.c
3276
#include "capwap.h" #include "capwap_element.h" /******************************************************************** 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ...
gpl-2.0
DDTChen/CookieVLC
vlc/contrib/android/ffmpeg/libavfilter/asrc_anullsrc.c
1481
/* * This file is part of Libav. * * Libav 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 later version. * * Libav is distributed in...
gpl-2.0
rbredow/allyzabbacart
js/cart66-library.js
10666
var ajaxManager = (function() { $jq = jQuery.noConflict(); var requests = []; return { addReq: function(opt) { requests.push(opt); }, removeReq: function(opt) { if($jq.inArray(opt, requests) > -1) { requests.splice($jq.inArray(opt, requests), 1); } }, run: function...
gpl-2.0
somalitaekwondo/site
newsletter/image_folder.php
2323
<?php session_start(); ob_start(); include ('connect.php'); if(($_SESSION['LOGIN'] == "NO") or (!$_SESSION['LOGIN'])) header('Location: index.php'); function cssifysize($img) { $dimensions = getimagesize($img); $dimensions = str_replace("=\"", ":", $dimensions['3']); $dimensions = str_replace("\"", "px;"...
gpl-2.0
RedCraig/retroshare
libretroshare/src/ft/ftfilemapper.cc
9367
#include <stdio.h> #include <stdlib.h> #include <assert.h> #include <errno.h> #include <iostream> #include "ftfilemapper.h" //#define DEBUG_FILEMAPPER ftFileMapper::ftFileMapper(uint64_t file_size,uint32_t chunk_size) : _file_size(file_size),_chunk_size(chunk_size) { int nb_chunks = (int)(file_size / (uint64_t)chu...
gpl-2.0
igrlas/CentralHub
CHPackage/src/centralhub/server/home_endpoints.py
1856
# Endpoints for user to control the home. from datetime import datetime from flask import Blueprint, jsonify, request from services import elements_services, home_services home_api = Blueprint('/home_api', __name__) elements_services = elements_services.ElementsServices() home_services = home_services.HomeServices()...
gpl-2.0
thatguyehler/rpcs3
rpcs3/Emu/System.cpp
11861
#include "stdafx.h" #include "Utilities/Log.h" #include "Utilities/File.h" #include "git-version.h" #include "rpcs3/Ini.h" #include "Emu/Memory/Memory.h" #include "Emu/System.h" #include "Emu/GameInfo.h" #include "Emu/SysCalls/ModuleManager.h" #include "Emu/Cell/PPUThread.h" #include "Emu/Cell/SPUThread.h" #include "E...
gpl-2.0
huydhn/Detector
docs/doxygen/html/xed2-ia32_2include_2xed-encoder-hl_8h-source.html
95085
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/> <meta name="keywords" content="TEMU, dynamic analysis, binary analysis, dynamic taint analysis"/> <meta name="description" content="C/C++/OCaml Source Code Documentation f...
gpl-2.0
sandeshghimire/BoardConnetServer
README.md
198
BoardConnetServer ================= server application that run on embedded linux based development boards ( Begalbone Bone, Beagleboard, Altera SocKit, Xilinx ZedBoard ) connects to android app
gpl-2.0
hleuwer/luayats
doc/cpp/html/bssrc_8h_source.html
9719
<!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"/> <title>Luayats: src/src/bssrc.h Source File</title> <link href="tabs.css" rel=...
gpl-2.0