code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
<html> <head> <title>In costruzione</title> <style> .underconstruction { display: block; background: rgb(255,255,255); background-image: url("../imgs/underConstruction.png"); background-position: 0 center; background-repeat: no-repeat; color: black; font-size: 20px; line-height: 80px; ...
vncnz/howmuch
html/underconstruction.html
HTML
gpl-2.0
924
<?php /** * OG behavior handler. */ class OgBehaviorHandler extends EntityReference_BehaviorHandler_Abstract { /** * Implements EntityReference_BehaviorHandler_Abstract::access(). */ public function access($field, $instance) { return $field['settings']['handler'] == 'og' || strpos($field['settings']['...
codifi/mukurtucms
sites/all/modules/contrib/og/plugins/entityreference/behavior/OgBehaviorHandler.class.php
PHP
gpl-2.0
10,070
// // OFAlertView.h // Offliner // // Created by Guillaume on 02/08/2014. // Copyright (c) 2014 Guillaume Cendre. All rights reserved. // #import <UIKit/UIKit.h> @interface OFAlertView : UIView - (id)initWithOrigin:(CGPoint)origin options:(NSArray*)options andTitle:(NSString*)title; @end
chlkbumper/offliner-ios
Offliner/OFAlertView.h
C
gpl-2.0
298
require File.expand_path('../boot', __FILE__) require 'rails/all' # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) module Spoodle class Application < Rails::Application # Settings in config/environments/* take prece...
ASE-2014/spoodle
config/application.rb
Ruby
gpl-2.0
954
using System; using System.Diagnostics; namespace Lumpn.Profiling { public sealed class Recorder { private readonly Stopwatch stopwatch = new Stopwatch(); private readonly string name; public Recorder(string name) { this.name = name; } public void ...
lumpn/infinite-zelda
Lumpn.Profiling/Recorder.cs
C#
gpl-2.0
658
/* @(#)cvmod.c 2.7 00/12/03 Copyright 1986, 1995 J. Schilling */ /* * Copyright (c) 1986, 1995 J. Schilling */ /* * 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 yo...
ronys/count
lib/stdio/cvmod.c
C
gpl-2.0
1,825
<?php /** * * */ /** * Import SQL data. * * @param string $args as the queries of sql data , you could use file get contents to read data args * @param string/array $tables_whitelist 'all' = all tables; array('tbl1',...) = only listet tables * @param string $dbhost database host * @param string $dbuser ...
Vegvisir/Nami
tools/db/database.func.php
PHP
gpl-2.0
6,970
#pragma once namespace Calculator { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; /// <summary> /// Summary for Form1 /// /// WARNING: If you change ...
M7Arman/Calculator
Calculator/Form1.h
C
gpl-2.0
19,254
!COMPILER-GENERATED INTERFACE MODULE: Fri Mar 11 15:46:19 2016 MODULE INPUT1__genmod INTERFACE SUBROUTINE INPUT1 END SUBROUTINE INPUT1 END INTERFACE END MODULE INPUT1__genmod
lanucara/specfem3d_globe_cineca
obj/input1__genmod.f90
FORTRAN
gpl-2.0
245
<?php /** * Uses the Porter Stemmer algorithm to find word roots. * * Adapted from Joomla com_finder component. * Based on the Porter stemmer algorithm: * <https://tartarus.org/martin/PorterStemmer/c.txt> * * @author Lee Garner <lee@leegarner.com> * @copyright Copyright (C) 2017 Lee Garner <lee@leegarn...
glFusion/searcher
classes/stemmer/Porter_en.class.php
PHP
gpl-2.0
13,378
package ch.logixisland.anuto.view.game; import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.TextView; import java.util.List; import ch.logixis...
oojeiph/android-anuto
app/src/main/java/ch/logixisland/anuto/view/game/TowerInfoFragment.java
Java
gpl-2.0
8,699
//***************************************************************************** // // File Name : 'global.h' // Title : AVR project global include // Author : Pascal Stang // Created : 7/12/2001 // Revised : 9/30/2002 // Version : 1.1 // Target MCU : Atmel AVR series // Editor Tabs : 4 // // Descript...
ConiKost/GLCD2USB
ks0108/global.h
C
gpl-2.0
1,369
/* * drivers/i2c/busses/i2c-tegra.c * * Copyright (C) 2010 Google, Inc. * Author: Colin Cross <ccross@android.com> * * Copyright (C) 2010-2016 NVIDIA Corporation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software...
InES-HPMM/linux-l4t
drivers/i2c/busses/i2c-tegra.c
C
gpl-2.0
56,211
<!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_37) on Fri Apr 18 13:26:10 BST 2014 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> DirectionFinderAdaptor (leJOS EV3...
zmint/galileo
lib/leJOS_EV3_0.8.1-beta/docs/ev3/lejos/robotics/DirectionFinderAdaptor.html
HTML
gpl-2.0
14,245
/** * @file flightBoard.h * @author Michael Baxter <20503664@student.uwa.edu.au> * @date 10-9-2014 * @version 1.6 * * Class used to control flight board. * * * Example usage follows: * ---------------------- * * Construct FlightBoard object and start daemons: * * FlightBoard fb = FlightBoard(); ...
crazyoldmans/picopter
base/include/flightBoard.h
C
gpl-2.0
3,196
<?php /** * Created by PhpStorm. * User: mglaman * Date: 9/2/15 * Time: 12:39 AM */ namespace mglaman\Docker; /** * Class Docker * @package mglaman\Docker */ class Docker extends DockerBase { /** * {@inheritdoc} */ public static function command() { return 'docker'; } /...
mglaman/docker-helper
src/Docker.php
PHP
gpl-2.0
3,379
# # # GLOBAL Makefile for FIASCO # enviroment DFLBUILDDIR := build ALLBUILDDIR := build-all RANDBUILDDIR := build-rand TEMPLDIR := src/templates MAKEFILETEMPL := $(TEMPLDIR)/Makefile.builddir.templ MANSUBDIRS := man INSTALLSUBDIRS := $(MANSUBDIRS) CLEANSUBDIRS := $(MANSUBDIRS) $(wildcard $(DFLBUILDDIR)) CONFIG_FILE :=...
soap-DEIM/fiasco
Makefile
Makefile
gpl-2.0
7,488
<!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 chars...
jmarca/hpms_locator
hpms/index.html
HTML
gpl-2.0
3,320
REM Load key C:\Users\Jendrik\Downloads\pageant.exe C:\Users\Jendrik\private-key.ppk REM Update RedNotebook code bzr update C:\Users\Jendrik\RedNotebook C:\Python27\Scripts\py.test.exe C:\Users\Jendrik\RedNotebook\tests python build-translations.py python remove-build-dirs.py python C:\pyinstaller\pyinstaller.py re...
davidbrenner/rednotebook
win/build-exe.bat
Batchfile
gpl-2.0
357
/* * Copyright (c) 2014, 2016, 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 ...
zapster/graal-core
graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/cfg/HIRLoop.java
Java
gpl-2.0
2,382
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
librelab/qtmoko-test
qtopiacore/qt/src/gui/widgets/qlabel.cpp
C++
gpl-2.0
44,261
<?php /** * DmMediaTable * * This class has been auto-generated by the Doctrine ORM Framework */ class DmMediaTable extends PluginDmMediaTable { /** * Returns an instance of this class. * * @return DmMediaTable The table object */ public static function getInstance() { retu...
Teplitsa/bquest.ru
lib/model/doctrine/dmCorePlugin/DmMediaTable.class.php
PHP
gpl-2.0
366
/* * Copyright by iNet Solutions 2008. * * http://www.truthinet.com.vn/licenses */ Ext.onReady(function(){ var activeMenu; function createMenu(name){ var el = Ext.get(name+'-link'); if (!el) return; var tid = 0, menu, doc = Ext.getDoc(); var handleOver = function(e, t){ if(t != el.dom && t !...
inetcloud/iMail
source/mail-admin/js/inet/ui/common/menu/Menu.js
JavaScript
gpl-2.0
2,082
# -*- encoding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved # d$ # # This program is free software: you can redistribute it and/or modify # ...
3dfxsoftware/cbss-addons
incoterm_ext/incoterm.py
Python
gpl-2.0
1,298
{% extends 'admin/base.html' %} {% block stage %} <style type="text/css"> .display{ display: none; } </style> <!-- main content starts here--> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">BlogPost Limit</h3> </div> <div class="panel-body"> <fieldset> ...
MicroPyramid/MicroSite
templates/admin/blog_post_limit.html
HTML
gpl-2.0
1,737
/** * Copyright (c) 2001-2002. Department of Family Medicine, McMaster University. All Rights Reserved. * This software is published under the GPL GNU General Public License. * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published...
hexbinary/landing
src/main/java/oscar/oscarWaitingList/util/WLWaitingListUtil.java
Java
gpl-2.0
6,477
<?php $db = mysql_connect("localhost","root",""); mysql_select_db("asterisk"); // Астериск по каким то непонятным причинам сбрасывает в cdr одинаковые записи без forkcdr и т.д. // задача найти их и убрать. //проверка на трансфер $transfer = array(); $q = " select c.id, c.calldate, c.src, c.channel, c.lastdata, c.du...
Calc86/tel
cron/unique.php
PHP
gpl-2.0
3,241
-- Creature Spawn: General Nazgrim SET @CGUID := 1349; DELETE FROM creature WHERE guid=@CGUID-0; DELETE FROM creature WHERE id=54870; INSERT INTO creature (guid, id, map, spawnmask, position_x, position_y, position_z, orientation, spawntimesecs) VALUES (@CGUID-0, 54870, 1, 1, 1668.33, -4350.26, 26.3507, 2.83324, 300);
ProjectSkyfire/SkyFire.548
sql/old/5.4.8/world/SFDB_release_19.5_to_20.2/2019_10_21_00_world.sql
SQL
gpl-2.0
320
Imports System Imports System.Web.UI Imports System.Web.UI.WebControls Namespace Kartris ''' <summary> ''' Overrides the default table layout of the <see cref="System.Web.UI.WebControls.RadioButtonList"/> ''' control, to a XHTML unordered list layout (structural markup). ''' </summary> Pu...
cactusoft/kartris
App_Code/CSSAdapters/RadioButtonListAdaptor.vb
Visual Basic
gpl-2.0
4,676
<?php /* * Styles and scripts registration and enqueuing * * @package mantra * @subpackage Functions */ // Adding the viewport meta if the mobile view has been enabled if($mantra_mobile=="Enable") add_action('wp_head', 'mantra_mobile_meta'); function mantra_mobile_meta() { global $mantra_options; ...
DanielMSchmidt/stadtfest-theme
wp-content/themes/mantra/includes/theme-styles.php
PHP
gpl-2.0
4,286
DATABASE=postgis_topo_regress PSQL=psql all: @echo "Use 'make check' to run all tests" # TODO: make edit_topology.sql into a proper test edit: $(PSQL) -X -f edit_topology.sql $(DATABASE) topo_predicates.sql: predicates.sql.in @cpp -P -traditional-cpp predicates.sql.in | sed -e 's:@COLUMN@:feature:g;s:@SCHEMA@:...
netconstructor/postgis
topology/test/Makefile
Makefile
gpl-2.0
1,948
// OGLTexture.cpp // KlayGE OpenGLÎÆÀíÀà ʵÏÖÎļþ // Ver 3.12.0 // °æÈ¨ËùÓÐ(C) ¹¨ÃôÃô, 2003-2007 // Homepage: http://www.klayge.org // // 3.9.0 // Ö§³ÖTexture Array (2009.8.5) // // 3.6.0 // ÓÃpbo¼ÓËÙ (2007.3.13) // // 2.7.0 // Ôö¼ÓÁËAddressingMode, FilteringºÍAnisotropy (2005.6.27) // Ôö¼ÓÁËMaxMipLevelºÍMipMapLodBias ...
gongminmin/KlayGE
KlayGE/Plugins/Src/Render/OpenGL/OGLTexture.cpp
C++
gpl-2.0
14,017
<?php function tzs_front_end_user_products_handler($atts) { // Определяем атрибуты // [tzs-view-user-products user_id="1"] - указываем на странице раздела // [tzs-view-products] - указываем на страницах подразделов extract( shortcode_atts( array( 'user_id' => '0', ), $atts, 'tzs-view-u...
serker72/T3S_Old
wp-content/plugins/tzs/front-end/tzs.user.products.php
PHP
gpl-2.0
6,919
<?php /* @author : Giriraj Namachivayam @date : Apr 25, 2013 @demourl : http://ngiriraj.com/socialMedia/oauthlogin/ @license : Free to use, */ include "socialmedia_oauth_connect.php"; $oauth = new socialmedia_oauth_connect(); $oauth->provider="DeviantArt"; $oauth->client_id = "396"; $oauth->client_secret =...
phoenixz/base
data/plugins/socialmedia-oauth-login/deviantart.php
PHP
gpl-2.0
703
<!DOCTYPE html> <html lang="zh-cn"> <!-- Mirrored from www.w3school.com.cn/tiy/t.asp?f=hdom_frame_contentdocument by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 06:49:07 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=GB2312" /><!-- /Added by HTTrack --> <head>...
platinhom/ManualHom
Coding/W3School/W3CN/www.w3school.com.cn/tiy/t6d6d.html
HTML
gpl-2.0
2,615
/* ################################################################################## # # Moto Animation System (http://motoanim.sf.net) # Copyleft (C) 2008 Konstantin Evdokimenko a.k.a Qew[erty] (qewerty@gmail.com) # # This program is free software; you can redistribute it and/or # modify it under the terms of the...
qewerty/moto.old
src/libmotogui/moto-timeline.h
C
gpl-2.0
2,225
<?php /** * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. */ namespace eZ\Bundle\EzPublishIOBundle\DependencyInjection\Factory; use League\Flysystem\Adapter\Local; /** * Builds a Local Flysys...
ezsystems/ezpublish-kernel
eZ/Bundle/EzPublishIOBundle/DependencyInjection/Factory/LocalAdapterFactory.php
PHP
gpl-2.0
987
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Reflection { public class Student { public string FirstName { get; set; } public string LastName { get; set; } public int Age { get; set; } public Dicti...
Omri27/AfekaTorrent
Reflection/Student.cs
C#
gpl-2.0
689
#ifndef mackie_surface_h #define mackie_surface_h #include <stdint.h> #include <sigc++/trackable.h> #include "pbd/signals.h" #include "pbd/xml++.h" #include "midi++/types.h" #include "ardour/types.h" #include "control_protocol/types.h" #include "controls.h" #include "types.h" #include "jog_wheel.h" namespace MID...
johannes-mueller/ardour
libs/surfaces/us2400/surface.h
C
gpl-2.0
5,364
/* * kernel/sched/core.c * * Kernel scheduler and related syscalls * * Copyright (C) 1991-2002 Linus Torvalds * * 1996-12-23 Modified by Dave Grothe to fix bugs in semaphores and * make semaphores SMP safe * 1998-11-19 Implemented schedule_timeout() and related stuff * by Andrea Arcangeli * 2002-01...
SlimSaber/kernel_sony_msm8974
kernel/sched/core.c
C
gpl-2.0
211,543
import os from unipath import Path try: # expect at ~/source/tshilo-dikotla/etc/default.cnf # etc folder is not in the git repo PATH = Path(os.path.dirname(os.path.realpath(__file__))).ancestor( 1).child('etc') if not os.path.exists(PATH): raise TypeError( 'Path to database...
botswana-harvard/tshilo-dikotla
tshilo_dikotla/databases.py
Python
gpl-2.0
2,422
/** * @file * File with JS to initialize jQuery plugins on fields. */ (function($){ Drupal.behaviors.field_timer = { attach: function() { var settings = drupalSettings.field_timer; if ($.countdown != undefined) { $.countdown.setDefaults($.countdown.regionalOptions['']); } for (...
blakefrederick/sas-backend
modules/field_timer/js/field_timer.js
JavaScript
gpl-2.0
1,598
/* * (C) 2007-2010 Alibaba Group Holding Limited. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * * Version: $Id: test_batch_read.cpp 44 2010-11-12 07:43:00Z chuyu@taobao...
qqiangwu/annotated-tfs
tests/batch/test_batch_read.cpp
C++
gpl-2.0
7,158
/* X-Chat * Copyright (C) 1998 Peter Zelezny. * * 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...
rofl0r/ixchat
src/fe-gtk/fkeys.c
C
gpl-2.0
44,561
namespace PowerPointLabs.ELearningLab.AudioGenerator { public class AzureAccount { private static AzureAccount instance; private string key; private string endpoint; public static AzureAccount GetInstance() { if (instance == null) { ...
PowerPointLabs/PowerPointLabs
PowerPointLabs/PowerPointLabs/ELearningLab/AudioGenerator/AzureVoiceGenerator/Model/AzureAccount.cs
C#
gpl-2.0
1,280
# # $Id: Makefile 9433 2012-02-10 15:25:49Z lculik $ # ROOT = ../../../ C_SOURCES=\ adler32.c \ compress.c \ crc32.c \ deflate.c \ gzlib.c \ gzwrite.c \ gzread.c \ gzclose.c \ infback.c \ inffast.c \ inflate.c \ inftrees.c \ trees.c \ uncompr.c \ zutil.c \ LIBNAME=zlib # The list of all vali...
xharbour/core
source/rtl/zlib/Makefile
Makefile
gpl-2.0
612
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use Hash; use App\Models\Link; use App\Models\User; use App\Helpers\UserHelper; class AdminController extends Controller { /** * Show the admin panel, and process admin AJAX requests. * * @return Response */ public function...
goeroe/polr
app/Http/Controllers/AdminController.php
PHP
gpl-2.0
2,212
namespace CommandPattern.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] internal sealed partial class Settings : global::S...
logicalforhad/designpattern
GofPattern/CommandPattern/Properties/Settings.Designer.cs
C#
gpl-2.0
669
package teammates.client.scripts; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPol...
Gorgony/teammates
src/client/java/teammates/client/scripts/PerformanceProfiler.java
Java
gpl-2.0
22,398
#!/bin/sh ./scripts/generator.py > Good-songs-to-play.ad sudo docker run --privileged=true -v $PWD:/documents asciidoctor/docker-asciidoctor asciidoctor -v -a stylesheet=stylesheets/minimal.css Good-songs-to-play.ad -o index.html sudo docker run --privileged=true -v $PWD:/documents asciidoctor/docker-asciidoctor asciid...
TheVasin/good-songs-to-play
scripts/publish_with_docker.sh
Shell
gpl-2.0
551
/** * @file gnome-cmd-chown-dialog.h * @copyright (C) 2001-2006 Marcus Bjurman\n * @copyright (C) 2007-2012 Piotr Eljasiak\n * @copyright (C) 2013-2022 Uwe Scholz\n * * @copyright This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publi...
GNOME/gnome-commander
src/dialogs/gnome-cmd-chown-dialog.h
C
gpl-2.0
1,979
/* * Copyright (C) 2013-2014 Stefan Ascher <sa14@stievie.mooo.com> * * This file is part of Giddo. * * Giddo 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 yo...
stievie/Giddo
js/datetime.js
JavaScript
gpl-2.0
2,848
/* * Copyright (c) 1998-2015 Caucho Technology -- all rights reserved * * This file is part of Baratine(TM)(TM) * * Each copy or derived work must preserve the copyright notice and this * notice unmodified. * * Baratine is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
baratine/baratine
api/src/main/java/io/baratine/pipe/Message.java
Java
gpl-2.0
2,551
/* * Copyright (C) 2006-2010 Alex Lasnier <alex@fepg.org> * * This file is part of ATSC EPG * * 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 yo...
garbear/atscepg
scanner.h
C
gpl-2.0
2,037
package org.caliog.myRPG.Mobs; import org.bukkit.entity.Entity; import org.caliog.myRPG.Manager; import org.caliog.myRPG.Entities.PlayerManager; import org.caliog.myRPG.Entities.myClass; import org.caliog.myRPG.Utils.EntityUtils; public class PetController { public static void controll() { for (final myClass pla...
caliog/myRPG
src/org/caliog/myRPG/Mobs/PetController.java
Java
gpl-2.0
811
/* Elysian Fields is a 2D game programmed in C# with the framework MonoGame Copyright (C) 2015 Erik Iwarson If you have any questions, don't hesitate to send me an e-mail at erikiwarson@gmail.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...
Szune/Elysian-Fields
Elysian Fields/Elysian Fields/DamageObject.cs
C#
gpl-2.0
2,733
/* Configuration defines for installed libtiff. This file maintained for backward compatibility. Do not use definitions from this file in your programs. */ #ifndef _TIFFCONF_ #define _TIFFCONF_ /* Signed 16-bit type */ #define TIFF_INT16_T signed short /* Signed 32-bit type */ #define TIFF_INT32_T signed int ...
sumedhghaisas/gyp-libtiff
config/win/x64/tiffconf.h
C
gpl-2.0
3,435
/* * Copyright 2001-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
BIORIMP/biorimp
BIO-RIMP/test_data/code/xerces/src/org/apache/xerces/impl/xs/SchemaGrammar.java
Java
gpl-2.0
49,139
<!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_65) on Thu Oct 23 20:37:10 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Package or...
Jacksson/mywmsnb
lib/richfaces/doc/javadoc/org/richfaces/annotation/package-use.html
HTML
gpl-2.0
4,228
/* vegas_net_thread.c * * Routine to read packets from network and put them * into shared memory blocks. */ #define _GNU_SOURCE 1 #include <stdio.h> #include <stdlib.h> #include <math.h> #include <unistd.h> #include <string.h> #include <pthread.h> #include <signal.h> #include <sched.h> #include <sys/time.h> #inclu...
nrao/FLAG-Beamformer-Devel
src/vegas_hpc/src/vegas_net_thread.c
C
gpl-2.0
22,982
// ********************************************************************** // // Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ***************************************************...
sbesson/zeroc-ice
cs/test/Ice/servantLocator/Collocated.cs
C#
gpl-2.0
1,521
// 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 the hope that it will be useful, ...
ChadSki/FeatherweightVirtualMachine
FVM_UI/fvmshell/misc/MinTrayBtn.cpp
C++
gpl-2.0
13,862
# Camdram ![Build status](https://github.com/camdram/camdram/workflows/CI/badge.svg?branch=master&event=push) ![Deployment status](https://github.com/camdram/camdram/actions/workflows/deploy-release.yml/badge.svg) [![Code Coverage](https://codecov.io/gh/camdram/camdram/branch/master/graphs/badge.svg?branch=master)](ht...
camdram/camdram
README.md
Markdown
gpl-2.0
10,213
biopackplus =========== Biopack plus
complancecenter/biopackplus
README.md
Markdown
gpl-2.0
38
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Liquidsoap dev :: Audio Stream Genera...
savonet/liquidsoap-full
website/orig/legacy/doc-dev/scripts/get_json_metadata.html
HTML
gpl-2.0
3,062
package com.pcab.marvel.model; /** * Summary type used for creators. */ public class RoleSummary extends Summary { /** * The role in the parent entity. */ private String role; public String getRole() { return role; } public void setRole(String role) { this.role = role...
pablocabrera85/marvel-api-client
src/main/java/com/pcab/marvel/model/RoleSummary.java
Java
gpl-2.0
330
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: test_velocity_caps.cpp,v 1.2 2005/03/14 19:36:42 bobclark Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version ...
muromec/qtopia-ezx
src/3rdparty/libraries/helix/src/common/util/test/test_velocity_caps.cpp
C++
gpl-2.0
8,664
<div class="wikidoc"> <h1>Installing</h1> Installing is too easy. Run setup program and follow it. <br> <b>Remember:</b> When you install any add-on to Outlook need quit this program. <h1>Using</h1> After install and start Outlook, the system add new tab in Ribbon with name &quot;<b>Add-Ins</b>&quot;. There is new...
ZdPo/ContactSync
docs/Installation.html
HTML
gpl-2.0
5,678
/*************************************************************************** kgpanel.cpp - description ------------------- copyright : (C) 2003 by Csaba Karai copyright : (C) 2010 by Jan Lepper e-mail : krusader@users...
amatveyakin/skuire
krusader/Konfigurator/kgpanel.cpp
C++
gpl-2.0
21,856
#!/usr/bin/perl package OpenSRS::EmailDefense_errors; use strict; use Exporter; use vars qw( @ISA @EXPORT ); @ISA = qw(Exporter); @EXPORT = ( 'ERROR_M001', 'ERROR_M002', 'ERROR_M003', 'ERROR_M004', '...
milhomem/controller
backend/src/sistema/include/mods/OpenSRS/EmailDefense_errors.pm
Perl
gpl-2.0
1,532
var v = "题库题数:1546(2015.05.09更新)"; alert("脚本加载完成。\n如果您为使用此脚本支付了任何费用,那么恭喜您,您被坑了。\n\n按确定开始执行。"); var allQ = []; $(".examLi").each(function(){ allQ.push($(this).text()); }); var counter = 0; for(var i = 1; i <= 20; i++){ var thisQ = allQ[i].split(" "); var q = thisQ[64].substring(0, thisQ[64].length - 1); //问题...
mobaobaoss/mobaobaoss.github.io
timu1.js
JavaScript
gpl-2.0
3,742
/* * This file is part of the coreboot project. * * Copyright (C) 2008 coresystems GmbH * * 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; version 2 of * the License. * * This program i...
rockchip-linux/coreboot
src/northbridge/intel/sch/nvs.h
C
gpl-2.0
1,496
#! /usr/bin/make # WARNING: # only add extensions here that are either present in the kernel, or whose # header files are present in the include/linux directory of this iptables # package (HW) # #BRCM begin #PF_EXT_SLIB:=ah connlimit connmark conntrack dscp ecn esp helper icmp iprange length limit mac mark multiport ...
z3bu/AH4222
userapps/opensource/iptables/extensions/Makefile
Makefile
gpl-2.0
7,350
<!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" lang="en-US" xml:lang="en-US"> <head> <title>HVDR Wild-type 2x2</title> <link rel="stylesheet" type="text/css" href="/res/hvdr.css"/> <meta http-equiv="...
DrTrevorBell/SmallGenomeTools
wt2x2/index.html
HTML
gpl-2.0
3,250
package net.kolls.railworld.play; /* * Copyright (C) 2010 Steve Kollmansberger * * 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)...
Neschur/railworld
src/net/kolls/railworld/play/TrainCreator.java
Java
gpl-2.0
9,483
<?php /** * @version CVS: 1.0.0 * @package Com_Propertycontact * @author azharuddin <azharuddin.shaikh53@gmail.com> * @copyright 2017 azharuddin * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Include dependancies jimport('joomla.applicatio...
azharu53/kuwithome
components/com_propertycontact/propertycontact.php
PHP
gpl-2.0
676
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * The contents of this file are subject to the Netscape Public License * Version 1.0 (the "NPL"); you may not use this file except in * compliance with the NPL. You may obtain a copy of the NPL at * http://www.mozilla.org/NPL/ ...
shawn-vincent/moksa
src/com/svincent/smalljava/rhino/Label.java
Java
gpl-2.0
3,032
/* * common functions for Indeo Video Interactive codecs (Indeo4 and Indeo5) * * Copyright (c) 2009 Maxim Poliakovski * * This file is part of FFmpeg. * * FFmpeg 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 Soft...
dreamerc/mplayer
libavcodec/ivi_common.c
C
gpl-2.0
46,143
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2017 - ROLI Ltd. JUCE is an open source library subject to commercial or open-source licensing. The code included in this file is provided under the terms o...
pingdynasty/FirmwareSender
JuceLibraryCode/modules/juce_core/containers/juce_HashMap.h
C
gpl-2.0
18,558
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_NACL_LOADER_NACL_HELPER_WIN_64_H_ #define COMPONENTS_NACL_LOADER_NACL_HELPER_WIN_64_H_ namespace nacl { int NaClWin64Main(); } #en...
qtekfun/htcDesire820Kernel
external/chromium_org/components/nacl/loader/nacl_helper_win_64.h
C
gpl-2.0
326
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_ANIMATION_IMPL_H_ #define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_ANIMATION_IMPL_H_ #include "base/memory...
qtekfun/htcDesire820Kernel
external/chromium_org/webkit/renderer/compositor_bindings/web_animation_impl.h
C
gpl-2.0
1,441
#php常用函数 [TOC] ##写入文件 1. 打开资源(文件)fopen($filename,$mode) 2. 写文件fwrite($handle,$str) 3. 关闭文件fclose($handle) 4. 一步写入file_put_contents($filename,$str,$mode) FILE_APPEND LOCK_EX } ##读文件 1. 读文件fread($handle,字节数) 2. 读一行fgets($handle); 3. 读一个字符fgetc($handle) 4. 读成一个数组中file($filename) 5. 一步读取file_get_contents($filename) ##目录操...
huadian18/my_note
note/text.md
Markdown
gpl-2.0
4,266
<?php /* * @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $ ------------------------------------------------------------------------- ocsinventoryng plugin for GLPI Copyright (C) 2015-2022 by the ocsinventoryng Development Team. https://github.com/pluginsGLPI/ocsinventoryng --------------------------------...
pluginsGLPI/ocsinventoryng
inc/ruleimportentity.class.php
PHP
gpl-2.0
8,763
package ika.geo.grid; import ika.geo.GeoGrid; import ika.geo.GeoObject; import ika.geoexport.ESRIASCIIGridExporter; import ika.geoimport.EsriASCIIGridReader; import java.io.IOException; import java.util.logging.Level; import java.util.logging.Logger; /** * Multiply the cell values of two grids. * @author Bernhard J...
OSUCartography/FlexProjector
src/ika/geo/grid/GridMultiplyOperator.java
Java
gpl-2.0
2,585
/* * Asterisk -- An open source telephony toolkit. * * Copyright (C) 1999 - 2005, 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...
tpenguin/solarisvoip-asterisk
pbx/pbx_gtkconsole.c
C
gpl-2.0
14,089
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include "memFun.h" #include "HtLog.h" #include "SrvDef.h" #include "MsqOpr.h" #include "ErrCode.h" #include "DbsDef.h" #include "DbsTbl.h" #include "SrvParam.h" int MemInstSrvMapCreate() { int iRet, nMemDbIndex, nMemTblId; i...
longzl1991/online
src/Mem/MemInstSrvMap.c
C
gpl-2.0
2,712
#include <stdint.h> #include <inttypes.h> #include <util/circlebuf.h> #include <obs-module.h> #ifdef LIBSPEEXDSP_ENABLED #include <speex/speex_preprocess.h> #endif #ifdef LIBRNNOISE_ENABLED #ifdef _MSC_VER #define ssize_t intptr_t #endif #include <rnnoise.h> #include <media-io/audio-resampler.h> #endif bool nvafx_l...
pkviet/obs-studio
plugins/obs-filters/noise-suppress-filter.c
C
gpl-2.0
28,855
/*************************************************************************** Model Racing Dribbling hardware ***************************************************************************/ #include "driver.h" #include "dribling.h" /************************************* * * Convert the palette PROM into * a r...
scs/uclinux
user/games/xmame/xmame-0.106/src/vidhrdw/dribling.c
C
gpl-2.0
1,845
--[[ Title: GridView Author(s): LiPeng Date: 2017/10/3 Desc: use the lib: ------------------------------------------------------------ NPL.load("(gl)script/ide/System/Windows/Controls/GridView.lua"); local GridView = commonlib.gettable("System.Windows.Controls.GridView"); -----------------------------------------------...
NPLPackages/main
script/ide/System/Windows/Controls/GridView.lua
Lua
gpl-2.0
2,524
/* * Copyright © 2011 Keith Packard <keithp@keithp.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; version 2 of the License. * * This program is distributed in the hope that it wil...
ajtowns/altos
src/avr/ao_clock.c
C
gpl-2.0
1,949
""" This is script doc string. """ g = 1 # block 1 at level 0 # this is a comment that starts a line after indent # this comment starts in column 1 h=2 # another inline comment # see if this comment is preceded by whitespace def f(a,b,c): # function with multiple returns """ This is...
ipmb/PyMetrics
PyMetrics/examples/sample.py
Python
gpl-2.0
1,928
package sampler; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; import java.io.File; import java.io.IOException; import java.io.Reader; import java.io.StringReader; import java.io.StringWriter; import java.io.Writer; import java.util.List; import java.util.Vector; import stat...
dennislloydjr/genome-indexing
src/test/java/sampler/SamplerTest.java
Java
gpl-2.0
2,670
package com.dovydasvenckus.timetracker.entry; import com.dovydasvenckus.timetracker.core.date.clock.DateTimeService; import com.dovydasvenckus.timetracker.core.pagination.PageSizeResolver; import com.dovydasvenckus.timetracker.core.security.ClientDetails; import com.dovydasvenckus.timetracker.project.Project; import c...
dovydasvenckus/time-tracker
src/main/java/com/dovydasvenckus/timetracker/entry/TimeEntryService.java
Java
gpl-2.0
4,153
<?php //Yii::import('application.extensions.EUploadedImage'); class MarketController extends Controller { /** * @var string the default layout for the views. Defaults to '//layouts/column2', meaning * using two-column layout. See 'protected/views/layouts/column2.php'. */ public $layout = '//la...
mianfiga/monedademos
protected/controllers/MarketController.php
PHP
gpl-2.0
14,834
# Tabbed profile view extension ## Install 1. Download the latest release. 2. Unzip the downloaded release, and change the name of the folder to `tabbedprofileview`. 3. In the `ext` directory of your phpBB board, create a new directory named `zyleta` (if it does not already exist). 4. Copy the `tabbedprofilevi...
Zyleta/phpbb-3.1-tabbedprofileview
README.md
Markdown
gpl-2.0
2,569
/* * This source file is part of CaesarJ * For the latest info, see http://caesarj.org/ * * Copyright © 2003-2005 * Darmstadt University of Technology, Software Technology Group * Also see acknowledgements in readme.txt * * This program is free software; you can redistribute it and/or modify * it under the...
tud-stg-lang/caesar-compiler
src/org/caesarj/classfile/OpcodeNames.java
Java
gpl-2.0
4,355
<?php /** * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. */ declare(strict_types=1); namespace eZ\Publish\API\Repository\Values\Content\Search\Facet; use eZ\Publish\API\Repository\Values\Cont...
gggeek/ezpublish-kernel
eZ/Publish/API/Repository/Values/Content/Search/Facet/FieldRangeFacet.php
PHP
gpl-2.0
1,081
#ifndef LIMIT_MODULE_H #define LIMIT_MODULE_H #include <Arduino.h> #include "./base.hpp" #include "../../vehiclecontrol.h" class Limit_module : public Modulebase { private: protected: Vehiclecontrol mInputControl; Vehiclecontrol mOutputControl; Limit_module(byte id, int module) : Modulebase(id, module, Roles::L...
faraday-motion/pacer
src/modules/base/limit_module.h
C
gpl-2.0
540
! ! Copyright (C) 2002-2008 Quantum ESPRESS0 groups ! This file is distributed under the terms of the ! GNU General Public License. See the file `License' ! in the root directory of the present distribution, ! or http://www.gnu.org/copyleft/gpl.txt . ! subroutine dforceb(c0, i, betae, ipol, bec0, ctabin, gqq, gqqm, qma...
dceresoli/ce-espresso
CPV/src/dforceb.f90
FORTRAN
gpl-2.0
8,675
package de.tum.bgu.msm.syntheticPopulationGenerator.properties; import de.tum.bgu.msm.common.datafile.TableDataSet; import de.tum.bgu.msm.properties.PropertiesUtil; import de.tum.bgu.msm.utils.SiloUtil; import org.apache.commons.math.distribution.GammaDistributionImpl; import java.util.ResourceBundle; public class G...
msmobility/silo
synthetic-population/src/main/java/de/tum/bgu/msm/syntheticPopulationGenerator/properties/GermanyPropertiesSynPop.java
Java
gpl-2.0
10,681