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
#ifndef _STP_DEBUG_H_ #define _STP_DEBUG_H_ #include <linux/time.h> #include "osal.h" #define CONFIG_LOG_STP_INTERNAL #if 1//#ifndef CONFIG_LOG_STP_INTERNAL #define STP_PKT_SZ 16 #define STP_DMP_SZ 2048 #define STP_PKT_NO 2048 #define STP_DBG_LOG_ENTRY_NUM 2048 #define STP_DBG_LOG_ENTRY_SZ 2048 #else #define ST...
shlyakpavel/s720-KK-kernel
mediatek/kernel/drivers/combo/common/linux/include/stp_dbg.h
C
gpl-3.0
7,440
import wx from service.fit import Fit import gui.mainFrame from gui import globalEvents as GE from .calc.fitRemoveImplant import FitRemoveImplantCommand from .calc.fitAddImplant import FitAddImplantCommand from .calc.fitRemoveBooster import FitRemoveBoosterCommand from .calc.fitAddBooster import FitAddBoosterCommand f...
blitzmann/Pyfa
gui/fitCommands/guiMetaSwap.py
Python
gpl-3.0
2,845
// UpdateProduce.cpp #include "StdAfx.h" #include "UpdateProduce.h" using namespace NUpdateArchive; static const char * const kUpdateActionSetCollision = "Internal collision in update action set"; void UpdateProduce( const CRecordVector<CUpdatePair> &updatePairs, const CActionSet &actionSet, CRecordVec...
endlessm/rufus
endless/src/7z/CPP/7zip/UI/Common/UpdateProduce.cpp
C++
gpl-3.0
1,860
<?php /** * Kunena Component * @package Kunena.Site * @subpackage Layout.Topic * * @copyright (C) 2008 - 2016 Kunena Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.kunena.org **/ defined('_JEXEC') or die; /** * KunenaLayoutTopicEditHisto...
fxstein/Kunena-Forum
components/com_kunena/site/layout/topic/edit/history.php
PHP
gpl-3.0
1,433
import logging from atracker.models import Event from atracker.util import create_event from django.conf.urls import url from django.contrib.auth import get_user_model from django.contrib.contenttypes.models import ContentType from tastypie.authentication import ( MultiAuthentication, Authentication, Sessi...
hzlf/openbroadcast.org
website/apps/atracker/api/event.py
Python
gpl-3.0
4,386
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>INSPINIA | Mailbox</title> <link href="../../static/INSPINIA-theme/css/bootstrap.min.css" rel="stylesheet"> <link href="../../static/INSPINIA-theme/font-awesome/css/...
CentechMTL/TableauDeBord
templates/INSPINIA-theme/mail_compose.html
HTML
gpl-3.0
26,052
# -*- coding: UTF-8 -*- ''' virtualbox_const_support.py Constants for VirtualBox. ''' __author__ = "Karol Będkowski <karol.bedkowski@gmail.com>" __version__ = '0.3' # virtual machine states VM_STATE_POWEROFF = 0 VM_STATE_POWERON = 1 VM_STATE_PAUSED = 2 # virtual machine actions VM_START_NORMAL = 1 VM_START_HEADLESS ...
cjparsons74/Kupfer-cjparsons74
kupfer/plugin/virtualbox/constants.py
Python
gpl-3.0
417
#pragma once #include <AP_Common/AP_Common.h> // Global parameter class. // class Parameters { public: // The version of the layout as described by the parameter enum. // // When changing the parameter enum in an incompatible fashion, this // value should be incremented by one. // // The incre...
ranqingfa/ardupilot
ArduSub/Parameters.h
C
gpl-3.0
11,738
// Torc - Copyright 2011-2013 University of Southern California. All Rights Reserved. // $HeadURL$ // $Id$ // 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,...
eddiehung/dox-torc
src/torc/router/Trace.cpp
C++
gpl-3.0
924
/* * JSON-RPC-Java - a JSON-RPC to Java Bridge with dynamic invocation * * $Id: InvocationCallback.java,v 1.3.2.3 2006/03/06 12:39:21 mclark Exp $ * * Copyright Metaparadigm Pte. Ltd. 2004. * Michael Clark <michael@metaparadigm.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may ...
lhebj/knx
src/com/metaparadigm/jsonrpc/InvocationCallback.java
Java
gpl-3.0
2,151
-- grid is a game written in Haskell -- Copyright (C) 2018 karamellpelle@hotmail.com -- -- This file is part of grid. -- -- grid 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 Lice...
karamellpelle/grid
source/MEnv/System.hs
Haskell
gpl-3.0
1,023
/* console pcopy function */ #include "../fb.h" #include "fb_private_console.h" #include <go32.h> int fb_ConsolePageCopy( int src, int dst ) { /* use current? */ if( src < 0 ) src = __fb_con.active; if( dst < 0 ) dst = __fb_con.visible; if( src == dst ) return fb_ErrorSetNum( FB_RTERROR_OK ); /* do the ...
rvega/pd-bbb-gpio
vendors/FreeBASIC-0.90.0-source/src/rtlib/dos/io_pcopy.c
C
gpl-3.0
613
<?php /* ########################################################################## # # # Version 4 / / / # # -----------__---/__---__------__----__---/---/- # # ...
nerdiabet/webSPELL
languages/cs/rating.php
PHP
gpl-3.0
1,920
subroutine fpcurf(iopt,x,y,w,m,xb,xe,k,s,nest,tol,maxit,k1,k2,& n,t,c,fp,fpint,z,a,b,g,q,nrdata,ier) IMPLICIT NONE #include "types.h" ! .. ! ..scalar arguments.. TREAL xb,xe,s,tol,fp TINTEGER iopt,m,k,nest,maxit,k1,k2,n,ier ! ..array arguments.. TREAL x(m),y(m),w(m),t(nest),c(...
zrick/tlab
src/external/fitpack/fpcurf.f90
FORTRAN
gpl-3.0
12,868
# (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com> # # This file is part of Ansible # # Ansible 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) an...
wenottingham/ansible
lib/ansible/executor/task_executor.py
Python
gpl-3.0
35,230
#!/usr/bin/env bash source openmicroscopy/components/blitz/target/generated/resources/Classpath.sh java -cp $CLASSPATH ome.formats.importer.cli.CommandLineImporter "$@"
c0c0n3/omero-ms-queue
components/server/src/test/scripts/ome/blitz-import-test.sh
Shell
gpl-3.0
171
/* * Oreka -- A media capture and retrieval platform * * Copyright (C) 2005, orecx LLC * * http://www.orecx.com * * This program is free software, distributed under the terms of * the GNU General Public License. * Please refer to http://www.gnu.org/copyleft/gpl.html * */ #define _WINSOCKAPI_ // prevents t...
iulianu/oreka
orkbasecxx/LogManager.cpp
C++
gpl-3.0
2,892
/* * Copyright (c) 2017-2021 Free Software Foundation, Inc. * * This file is part of GNU Wget. * * GNU Wget 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 you...
mirror/wget
fuzz/wget_ftpls_fuzzer.c
C
gpl-3.0
2,690
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
PrismTech/opensplice
src/api/dcps/java5/common/java/code/org/opensplice/dds/sub/SelectorImpl.java
Java
gpl-3.0
10,196
package gov.nasa.gsfc.seadas.processing.l2gen.productData; import java.util.ArrayList; /** * A ... * * @author Danny Knowles * @since SeaDAS 7.0 */ public class L2genWavelengthInfo extends L2genBaseInfo { public static final int INFRARED_LOWER_LIMIT = 3000; public static final int VISIBLE_UPPER_LIMIT = ...
marpet/seadas
seadas-processing/src/main/java/gov/nasa/gsfc/seadas/processing/l2gen/productData/L2genWavelengthInfo.java
Java
gpl-3.0
3,517
/* This file is part of Indico. * Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN). * * Indico 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...
eliasdesousa/indico
indico/htdocs/css/mapofrooms.css
CSS
gpl-3.0
3,309
/* SSSD LDAP Enumeration Module Authors: Simo Sorce <ssorce@redhat.com> Jakub Hrozek <jhrozek@redhat.com> Copyright (C) 2013 Red Hat 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 t...
yelley/sssd-gpo
src/providers/ldap/sdap_async_enum.c
C
gpl-3.0
29,710
/* * Copyright (c) 2014 Washington State Department of Transportation * * 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 ver...
WSDOT/wsdot-mobile-app
src/main/java/gov/wa/wsdot/mobile/client/activities/trafficmap/trafficincidents/TrafficAlertsViewGwtImpl.java
Java
gpl-3.0
9,803
/* Substitute for and wrapper around <langinfo.h>. Copyright (C) 2009-2021 Free Software Foundation, 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 3, or (at your opt...
komh/tar-os2
gnu/langinfo.in.h
C
gpl-3.0
6,707
/*********************************************************************** * * Filename: sg_editor.cpp * * Description: Editor widget for scenegraph. * * Copyright (C) 2015 Richard Layman, rlayman2000@yahoo.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the ...
richardlayman/feather
src/lib/qml/sg_editor.cpp
C++
gpl-3.0
20,554
/* This file is part of the CVD Library. Copyright (C) 2005 The Authors 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 ...
dev344/tum_ardrone
thirdparty/libcvd/installfiles/cvd/image.h
C
gpl-3.0
25,953
#region License // Copyright (c) 2013, ClearCanvas Inc. // All rights reserved. // http://www.ClearCanvas.ca // // This file is part of the ClearCanvas RIS/PACS open source project. // // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the terms of the G...
151706061/MacroMedicalSystem
Utilities/Manifest/ManifestInput.cs
C#
gpl-3.0
3,994
/*========================================================================= Program: ITK-SNAP Module: $RCSfile: Filename.cxx,v $ Language: C++ Date: $Date: 2010/10/18 11:25:44 $ Version: $Revision: 1.12 $ Copyright (c) 2011 Paul A. Yushkevich This file is part of ITK-SNAP ITK-SNAP is fre...
romangrothausmann/itksnap
GUI/Qt/View/QtAbstractOpenGLBox.h
C
gpl-3.0
3,065
/////////////////////////////////////////////////////////////////////////////// // /// \file file_io.c /// \brief File opening, unlinking, and closing // // Author: Lasse Collin // // This file has been put into the public domain. // You can do whatever you want with this file. // ////////////////////...
evaautomation/xz
src/xz/file_io.c
C
gpl-3.0
34,408
// SPDX-License-Identifier: GPL-3.0-or-later #include "plugin_proc.h" #define PLUGIN_PROC_MODULE_INTERRUPTS_NAME "/proc/interrupts" #define CONFIG_SECTION_PLUGIN_PROC_INTERRUPTS "plugin:" PLUGIN_PROC_CONFIG_NAME ":" PLUGIN_PROC_MODULE_INTERRUPTS_NAME #define MAX_INTERRUPT_NAME 50 struct cpu_interrupt { unsigned...
3cky/netdata
collectors/proc.plugin/proc_interrupts.c
C
gpl-3.0
8,387
#ifndef STRTAG_H #define STRTAG_H /* When a struct use a struct-tag, it doesn't allocate memory */ struct strtag { unsigned int year; unsigned int month; unsigned int dat; }; #endif /* Within a .c file we can include this file: #include "strtag.h" */ /* A good way to create a new type is: typedef struct...
b3h3moth/L-LP
src/C/C_lang/structures_and_unions/strtag.h
C
gpl-3.0
440
#!/usr/bin/perl # Test misc. # Copyright (C) 2017-2022 Free Software Foundation, 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 3 of the License, or # (at your option) any...
agordon/sed
testsuite/misc.pl
Perl
gpl-3.0
38,612
<?php class DWQA_Handle { public function __construct() { // question add_action( 'wp_loaded', array( $this, 'submit_question' ), 11 ); add_action( 'wp_loaded', array( $this, 'update_question' ) ); // answer add_action( 'wp_loaded', array( $this, 'insert_answer') ); add_action( 'wp_loaded', array( $this,...
designwall/dw-question-answer
inc/Handle.php
PHP
gpl-3.0
22,973
# CentOS-7-Installer Version: 3.0.1 Author: MapFig, Inc OS Tested: CentOS 7x64 #For use on fresh install CentOS 7.x64 only!! <h1>Installation</h1> <h3>Installer Requirements </h3> <ul> <li>Access to a working SMTP email account. While you can configure this on the box you install MapFig Studio, the application ...
MapFig/petiole-CentOS-7-Installer
README.md
Markdown
gpl-3.0
5,101
package representation.expression; import enums.ExpressionType; import interfaces.Expression; public class ExpressionRepresentation implements Expression { private ExpressionType expressionType; private String value; public ExpressionRepresentation(ExpressionType expressionType, String value) { this.expre...
veresdavid/deik-tdk-2017
generator/src/main/java/representation/expression/ExpressionRepresentation.java
Java
gpl-3.0
882
# vi: ts=4 expandtab # # Copyright (C) 2011 Canonical Ltd. # Copyright (C) 2012 Hewlett-Packard Development Company, L.P. # # Author: Scott Moser <scott.moser@canonical.com> # Author: Juerg Haefliger <juerg.haefliger@hp.com> # # This program is free software: you can redistribute it and/or modify # it...
prometheanfire/cloud-init
cloudinit/config/cc_keys_to_console.py
Python
gpl-3.0
2,179
<html lang="en"> <head> <title>Command Index - ECB - the Emacs Code Browser</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="ECB - the Emacs Code Browser"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="ecb.html#Top"> <link rel="prev" hr...
chtlp/emacs24-profile
vendor/ecb/html-help/Command-Index.html
HTML
gpl-3.0
19,681
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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. // // Moodle ...
samhemelryk/moodle
lib/editor/atto/plugins/unorderedlist/version.php
PHP
gpl-3.0
1,204
/* * Copyright (C) 2010-2021 Structr GmbH * * This file is part of Structr <http://structr.org>. * * Structr 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 yo...
structr/structr
structr-core/src/main/java/org/structr/common/error/ChronologicalOrderToken.java
Java
gpl-3.0
1,208
import { Injectable } from '@angular/core'; import { Store } from '@ngrx/store'; import { type } from '../../utils'; import { createAction } from '../create-action'; import { AppState } from '../../models'; @Injectable() export class OrganizationActions { static FETCH = type('[Organization] Fetch'); static FETCH...
emmanuelroussel/stockpile-app
src/store/organization/organization.actions.ts
TypeScript
gpl-3.0
620
module.exports={A:{A:{"2":"K D G E A B hB"},B:{"1":"2 C d J M H I"},C:{"2":"0 1 2 3 4 6 7 8 eB BB F N K D G E A B C d J M H I O P Q R S T U V W X Y Z a b c e f g h i j k l m n o L q r s t u v w x y z HB GB AB CB DB FB YB XB"},D:{"2":"0 1 2 3 4 6 7 8 F N K D G E A B C d J M H I O P Q R S T U V W X Y Z a b c e f g h i j ...
hhkaos/awesome-arcgis
node_modules/caniuse-lite/data/features/http-live-streaming.js
JavaScript
gpl-3.0
886
/* This file is part of Mitsuba, a physically based rendering system. Copyright (c) 2007-2012 by Wenzel Jakob and others. Mitsuba is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation. ...
tdmsolutions/mitsubarender
install/mitsuba/Mitsuba 0.5.0/sdk/include/mitsuba/core/normal.h
C
gpl-3.0
2,577
/* * This file is part of ADDIS (Aggregate Data Drug Information System). * ADDIS is distributed from http://drugis.org/. * Copyright © 2009 Gert van Valkenhoef, Tommi Tervonen. * Copyright © 2010 Gert van Valkenhoef, Tommi Tervonen, Tijs Zwinkels, * Maarten Jacobs, Hanno Koeslag, Florin Schimbinschi, Ahmad Kamal,...
gertvv/addis
application/src/test/java/org/drugis/addis/util/jaxb/TreatmentDefinitionConverterTest.java
Java
gpl-3.0
1,485
// SuperTux // Copyright (C) 2006 Matthias Braun <matze@braunis.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 3 of the License, or // (at your option) any later ...
ChristophKuhfuss/supertuxNEAT
src/badguy/stalactite.cpp
C++
gpl-3.0
4,556
/* * test_map.cc - test for classic mission map generator * * Copyright (C) 2016-2017 Jon Lund Steffensen <jonlst@gmail.com> * * This file is part of freeserf. * * freeserf 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...
freeserf/freeserf
tests/test_map.cc
C++
gpl-3.0
4,339
/**************************************************************************** ** ** Copyright (C) 2018 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt VS Tools. ** ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ ** Commercial License Usage ** Licensees holding valid commercial Qt licens...
qtproject/qt-labs-vstools
src/qtvstools/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs
C#
gpl-3.0
19,105
############################################################################## # Build global options # NOTE: Can be overridden externally. # # Compiler options here. ifeq ($(USE_OPT),) USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 endif # C specific options here (added to USE_OPT). ifeq ...
mihadyuk/ChibiOS
testex/STM32/STM32F4xx/I2C-HTS221/Makefile
Makefile
gpl-3.0
6,085
require File.expand_path('../../../../spec_helper', __FILE__) module Pod describe Command::IPC::PodfileJSON do before do Command::IPC::PodfileJSON.any_instance.stubs(:output_pipe).returns(UI) end it 'converts a Podfile to JSON and prints it to STDOUT' do out = run_command('ipc', 'podfile-jso...
mhaslett/getthegist
CocoaPods-master/spec/functional/command/ipc/podfile_json_spec.rb
Ruby
gpl-3.0
664
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ---------------...
OpenCFD/OpenFOAM-1.7.x
src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.C
C++
gpl-3.0
2,404
--- name: f777 description: Function Nr. 777 returns: varchar --- RETURN f776();
qua-bla/hamsql
test/setups/function-many/functions.d/f777.sql
SQL
gpl-3.0
80
/* Copyright 2009,2010 Daniel Zerbino (dzerbino@soe.ucsc.edu) This file is part of Oases. Oases 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 you...
SchulzLab/oases
src/locus.c
C
gpl-3.0
7,160
/***************************************************************************** * * PROJECT: Multi Theft Auto * LICENSE: See LICENSE in the top level directory * FILE: core/CSettings.h * PURPOSE: Header file for in-game settings window class * * Multi Theft Auto is available from http://ww...
multitheftauto/mtasa-blue
Client/core/CSettings.h
C
gpl-3.0
16,154
/* * WorldEdit, a Minecraft world manipulation toolkit * Copyright (C) sk89q <http://www.sk89q.com> * Copyright (C) WorldEdit team and contributors * * 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 F...
HolodeckOne-Minecraft/WorldEdit
worldedit-core/src/main/java/com/sk89q/worldedit/function/visitor/DownwardVisitor.java
Java
gpl-3.0
2,287
# shipVelocityBonusMI # # Used by: # Variations of ship: Mammoth (2 of 2) # Ship: Hoarder # Ship: Prowler type = "passive" def handler(fit, ship, context): fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("shipBonusMI"), skill="Minmatar Industrial")
Ebag333/Pyfa
eos/effects/shipvelocitybonusmi.py
Python
gpl-3.0
270
/* @license * This file is part of the Game Closure SDK. * * The Game Closure SDK is free software: you can redistribute it and/or modify * it under the terms of the Mozilla Public License v. 2.0 as published by Mozilla. * The Game Closure SDK is distributed in the hope that it will be useful, * but WITHOUT ANY...
hashcube/native-core
timestep/timestep_text_data.h
C
gpl-3.0
1,250
import tip from 'democracyos-tip' import View from '../../view/view.js' import template from './template.jade' export default class Participant extends View { /** * Participants View Class * * @param {Array} participants array of ids * @api public */ constructor (participant, index) { super(te...
jskye/votebird
lib/site/participant-view/view.js
JavaScript
gpl-3.0
477
-- 160 -- UCColumnA -- Added UNIQUE to column sciname in table food_des CREATE TABLE "data_src" ( "datasrc_id" CHAR(6) NOT NULL, "authors" VARCHAR(100), "title" VARCHAR(100) NOT NULL, "year" INT, "journal" VARCHAR(100), "vol_city" VARCHAR(100), "issue_state" VARCHAR(100), "start_page" VARCHAR(100), "end_page"...
schemaanalyst/schemaanalyst
src/paper/ineffectivemutants/manualevaluation/mutants/Usda_Postgres/160.sql
SQL
gpl-3.0
2,053
using Artexacta.App.Dashboard; using Artexacta.App.Dashboard.BLL; using Artexacta.App.FRTWB; using Artexacta.App.User.BLL; using Artexacta.App.Utilities.SystemMessages; using log4net; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebContro...
hipatiait/KPITool
Software/KPITOOLWebApp/Kpis/KpiDashboard.aspx.cs
C#
gpl-3.0
4,756
/* * Twidere - Twitter client for Android * * Copyright (C) 2012-2014 Mariotaku Lee <mariotaku.lee@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 3 ...
0359xiaodong/twidere
src/org/mariotaku/twidere/activity/support/BrowserActivity.java
Java
gpl-3.0
2,258
[![Build Status](https://travis-ci.org/spf13/flag.svg?branch=master)](https://travis-ci.org/spf13/flag) ## Description flag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. flag is compatible with the [GNU extensions to the POSIX recommendations for command-line options][1]. For ...
Mohammed90/go-coreutils
internal/flag/README.md
Markdown
gpl-3.0
8,420
/* Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM 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, either version 3 of the License, or (at yo...
razvancrainea/cgrates
config/multifiles_local_test.go
GO
gpl-3.0
3,949
![GitHub Actions](https://github.com/ardupilot/MAVProxy/actions/workflows/windows_build.yml/badge.svg) MAVProxy This is a MAVLink ground station written in python. Please see https://ardupilot.org/mavproxy/index.html for more information This ground station was developed as part of the CanberraUAV OBC team entry ...
ArduPilot/MAVProxy
README.md
Markdown
gpl-3.0
694
# -*- coding: utf-8 -*- import datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): # Deleting field 'Group.is_open' db.delete_column('askbot_group', 'is_open') def backwards(self, orm): ...
maxwward/SCOPEBak
askbot/migrations/0141_auto__del_field_group_is_open.py
Python
gpl-3.0
32,000
/*! * VisualEditor ContentEditable AlignableNode class. * * @copyright 2011-2016 VisualEditor Team and others; see http://ve.mit-license.org */ /** * ContentEditable Alignable node. * * @class * @abstract * @extends ve.ce.ClassAttributeNode * * @constructor */ ve.ce.AlignableNode = function VeCeAlignableNo...
Facerafter/starcitizen-tools
extensions/VisualEditor/lib/ve/src/ce/ve.ce.AlignableNode.js
JavaScript
gpl-3.0
926
CREATE OR REPLACE FUNCTION fct_get_price_for_pricegroup( sModul varchar, iModulID integer, iArticleID integer) returns float AS ' DECLARE sSql text ; fPrice float ; iAddressID integer ; recData record ; pricegroupID integer ; BEGIN fPrice := 0.0...
juergenhamel/cuon
cuon_client/articles.sql
SQL
gpl-3.0
11,636
# -*- coding: utf-8 -*- from __future__ import with_statement import os import sys import traceback # monkey patch bug in python 2.6 and lower # http://bugs.python.org/issue6122 , http://bugs.python.org/issue1236 , http://bugs.python.org/issue1731717 if sys.version_info < (2, 7) and os.name != "nt": import errno...
benbox69/pyload
module/plugins/hooks/ExtractArchive.py
Python
gpl-3.0
21,976
<!doctype html> <meta charset="utf-8"> <title>Server Error :(</title> <style> ::-moz-selection {text-shadow: none; } ::selection {text-shadow: none; } html { padding: 30px 10px; font-size: 20px; line-height: 1.4; color: #737373; background: #f0f0f0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust...
Czocher/zebra-supervisor
templates/500.html
HTML
gpl-3.0
1,132
var searchData= [ ['cosangle',['cosAngle',['../class_polar.html#a4628c596876a75709853a2ac46bb0d86',1,'Polar']]] ];
dpointer80906/polar
doc/html/search/functions_0.js
JavaScript
gpl-3.0
117
#region Header // **************************************\ // _ _ _ __ ___ _ _ ___ | // |# |# |# |## |### |# |# |### | // |# |# |# |# |# |# |# |# |# | // |# |# |# |# |# |# |# |# |# | // _|# |#__|# _|# |# |#__|# |#__|# | // |## |## |## |# |## |### | // ...
zerodowned/justuo-with-ec-support
Scripts/Misc/ServerList.cs
C#
gpl-3.0
6,564
/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following lice...
Limezero/libreoffice
qadevOOo/tests/java/mod/_sfx/FrameLoader.java
Java
gpl-3.0
3,081
-- 161 -- PKCColumnA -- ListElementAdder with ChainedSupplier with PrimaryKeyConstraintSupplier and PrimaryKeyColumnsWithAlternativesSupplier - Added notes CREATE TABLE "db_category" ( "id" VARCHAR(9) PRIMARY KEY NOT NULL, "name" VARCHAR(30) NOT NULL, "parent_id" VARCHAR(9) CONSTRAINT "db_category_parent_fk" REFER...
schemaanalyst/schemaanalyst
src/paper/ineffectivemutants/manualevaluation/mutants/CustomerOrder_SQLite/161.sql
SQL
gpl-3.0
1,956
// // File assets/prueba.tmx converted to csv using cpct_tmx2csv [20170618 13:25:43 CEST] // * Width: 20 // * Height: 20 // * Bytes: 400 // #include <types.h> // Generated CSV tilemap from assets/prueba.tmx // 400 bytes (20 x 20) #define g_nivel_1_W 20 #define g_nivel_1_H 20 extern const u8 g_nivel_1[20*2...
rubirp/rubi_the_pirate
paintRoom-v01/src/levels/prueba.h
C
gpl-3.0
324
INSERT INTO aard_recht_verkort (aand, omschr) VALUES ('1', 'Beklemrecht'); INSERT INTO aard_recht_verkort (aand, omschr) VALUES ('2', 'Eigendom (recht van)'); INSERT INTO aard_recht_verkort (aand, omschr) VALUES ('3', 'Erfpacht (recht van)'); INSERT INTO aard_recht_verkort (aand, omschr) VALUES ('4', 'Gebruik en bewoni...
B3Partners/brmo
datamodel/extra_scripts/postgresql/108_insert_aard_recht_verkort.sql
SQL
gpl-3.0
2,260
#include "printf.h" #include "scanf.h" #include "platform.h" #include "soft_timer.h" #include "unique_id.h" #include "shell.h" /* Leds Commands */ static int cmd_leds_on(int argc, char **argv) { uint8_t leds = 0; if (argc != 2) return 1; if (1 != sscanf(argv[1], "%u", &leds)) return 1;...
adjih/openlab
appli/iotlab_tests/shell_test/main.c
C
gpl-3.0
2,528
/* * This file is part of JGrasstools (http://www.jgrasstools.org) * (C) HydroloGIS - www.hydrologis.com * * JGrasstools 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,...
silviafranceschi/jgrasstools
hortonmachine/src/main/java/org/jgrasstools/hortonmachine/modules/networktools/trento_p/net/NetworkCalibration.java
Java
gpl-3.0
34,950
/** * Copyright 2015 Google Inc. All Rights Reserved. * * 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 appli...
Douglasfeuser/getCode
bower_components/material-design-lite/src/animation/demo.css
CSS
gpl-3.0
2,206
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>is_member_function_pointer</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> <link rel="home" href="../../index.html"...
gwq5210/litlib
thirdparty/sources/boost_1_60_0/libs/type_traits/doc/html/boost_typetraits/reference/is_member_function_pointer.html
HTML
gpl-3.0
8,571
/* ======================================================================== D O O M R e t r o The classic, refined DOOM source port. For Windows PC. ======================================================================== Copyright © 1993-2012 id Software LLC, a ZeniMax Media c...
jasoncarlough/doomretro
src/w_wad.h
C
gpl-3.0
2,997
<?php class Facade extends AppModel { var $name = 'Facade'; var $useTable = false; } ?>
searchfirst/ODN
app/models/facade.php
PHP
gpl-3.0
89
// @file /* * Copyright (C) 2010 10gen Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will ...
wolfsoft/dbpager
src/modules/dbp_mongo/mongo-cxx-driver-nightly/src/mongo/db/repl/connections.h
C
gpl-3.0
5,401
// trdlocal.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "config.h" // TODO: fix this when more complete C++11 support is cut-in #if CRYPTOPP_MSC_VERSION # pragma warning(disable: 4297) #endif #ifndef CRYPTOPP_IMPORTS #if !defined(NO_OS_DEPENDENCE) && defined(THREADS_AVAILABLE)...
EgorKolesnikov/Kolepov
cryptopp/trdlocal.cpp
C++
gpl-3.0
2,343
----------------------------------- -- Area: Castle Oztroja (151) -- MOB: Yagudo_Prior ----------------------------------- require("scripts/zones/Castle_Oztroja/MobIDs"); ----------------------------------- -- onMobDespawn ----------------------------------- function onMobDespawn(mob) local mobID = mob:getID()...
kjl2y/darkstar
scripts/zones/Castle_Oztroja/mobs/Yagudo_Prior.lua
Lua
gpl-3.0
869
package org.esa.s2tbx.dataio.gdal.reader.plugins; /** * @author Jean Coravu */ public class RMFDriverProductReaderPlugInTest extends AbstractTestDriverProductReaderPlugIn { public RMFDriverProductReaderPlugInTest() { super(".rsw", "RMF", new RMFDriverProductReaderPlugIn()); } }
oscarpicas/s2tbx
s2tbx-gdal-reader/src/test/java/org/esa/s2tbx/dataio/gdal/reader/plugins/RMFDriverProductReaderPlugInTest.java
Java
gpl-3.0
299
compiler := gcc extra_flags := use_neon := 0 build = release DYLIB := so PREFIX := /usr INSTALLDIR := $(PREFIX)/lib/retroarch/filters/audio ifeq ($(platform),) platform = unix ifeq ($(shell uname -s),) platform = win else ifneq ($(findstring Darwin,$(shell uname -s)),) plat...
spec-chum/RetroArch
libretro-common/audio/dsp_filters/Makefile
Makefile
gpl-3.0
3,598
"""CLI tests for Insights part of RH Cloud - Inventory plugin. :Requirement: RH Cloud - Inventory :CaseAutomation: Automated :CaseLevel: System :CaseComponent: RHCloud-Inventory :Assignee: jpathan :TestType: Functional :CaseImportance: High :Upstream: No """ import pytest from broker.broker import VMBroker fro...
lpramuk/robottelo
tests/foreman/cli/test_rhcloud_insights.py
Python
gpl-3.0
1,546
<?php // Heading $_['heading_title'] = 'Account Login'; // Text $_['text_account'] = 'Account'; $_['text_login'] = 'Login'; $_['text_new_customer'] = 'New Customer'; $_['text_register'] = 'Register Account'; $_['text_register_account'] ...
kuuga2000/bungaindo
catalog/language/english/account/loginbk30sept.php
PHP
gpl-3.0
1,118
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers /***************************************************************************** * OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * * OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For more information, visit h...
gDanix/OpenRCT2
src/openrct2/interface/widget.h
C
gpl-3.0
2,727
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using OpenDentBusiness; namespace OpenDental { public partial class FormClaimResend:Form { public FormClaimResend() { InitializeComponent(); Lan...
eae/opendental
OpenDental/Forms/FormClaimResend.cs
C#
gpl-3.0
937
package com.arcusys.valamis.lesson.service.impl import com.arcusys.learn.liferay.LiferayClasses._ import com.arcusys.learn.liferay.util.CourseUtilHelper import com.arcusys.valamis.lesson.model.{LessonUser, Lesson, LessonViewer} import com.arcusys.valamis.member.model.{Member, MemberTypes} import com.arcusys.valamis.l...
igor-borisov/valamis
valamis-lesson/src/main/scala/com/arcusys/valamis/lesson/service/impl/LessonMembersServiceImpl.scala
Scala
gpl-3.0
5,736
----------------------------------------- -- ID: 4568 -- Item: moon_ball -- Food Effect: 30Min, All Races ----------------------------------------- -- Health 3 -- Magic 3 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ...
Fatalerror66/ffxi-a
scripts/globals/items/moon_ball.lua
Lua
gpl-3.0
1,122
/* This file is part of edge_matching_puzzle The aim of this software is to find some solutions to edge matching puzzles Copyright (C) 2014 Julien Thevenon ( julien_thevenon at yahoo.fr ) This program is free software: you can redistribute it and/or modify it under the terms of the G...
quicky2000/edge_matching_puzzle
src/feature_display_max.cpp
C++
gpl-3.0
1,040
<?php if(!defined('IN_KKFRAME')) exit('Access Denied!'); include 'plugins/xxx_post/core.php'; $obj = $_PLUGIN['obj']['xxx_post']; ?> <style type="text/css"> .small_gray{color:#757575;font-size:12px;} .small_gray_i{color:#B1B1B1;font-size:12px;font-style:italic;margin:0 0 2em 0;} .nav-tabs { border-bottom: 1px solid #...
liujiantaoliu/Tieba_Sign
plugins/xxx_post/index.php
PHP
gpl-3.0
5,490
/* * Open Source Physics software is free software as described near the bottom of this code file. * * For additional information and documentation on Open Source Physics please see: * <https://www.compadre.org/osp/> */ package org.opensourcephysics.ejs.control.swing; import java.applet.Applet; import java.applet...
fschuett/osp
src/org/opensourcephysics/ejs/control/swing/ControlSound.java
Java
gpl-3.0
5,795
> **Note**: this page is only a draft, but this project is hosted on a [public repository](https://github.com/hhkaos/awesome-arcgis) where anyone can contribute. Learn how to [contribute in less than a minute](https://github.com/hhkaos/awesome-arcgis/blob/master/CONTRIBUTING.md#contributions). # Leica Geosystems Leic...
hhkaos/awesome-arcgis
esri/partners/program-members/leica/README.md
Markdown
gpl-3.0
2,229
package ca.pfv.spmf.algorithms.frequentpatterns.SFUPMinerUemax; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.io.FileWriter; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.u...
qualitified/qualitified-crm
qualitified-crm-core/src/main/java/ca/pfv/spmf/algorithms/frequentpatterns/SFUPMinerUemax/AlgoSFUPMinerUemax.java
Java
gpl-3.0
18,755
/******************************************************************************* * Copyright (c) 2014 Tombenpotter. * All rights reserved. * * This program and the accompanying materials are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at ht...
TeamAmeriFrance/Electro-Magic-Tools
src/main/java/tombenpotter/emt/common/modules/ic2/tile/generators/TileEntityIgnisGenerator.java
Java
gpl-3.0
1,026
/***************************************************************************** * Copyright (c) 2014-2018 OpenRCT2 developers * * For a complete list of all authors, please refer to contributors.md * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2 * * OpenRCT2 is licensed under the GNU Gener...
Wirlie/OpenRCT2
src/openrct2/ride/coaster/VerticalDropRollerCoaster.cpp
C++
gpl-3.0
117,511
UMI.CMS 15 = 16e84cd228729e8f52ce3f969b9013f7
gohdan/DFC
known_files/hashes/sys-temp/updates/core/libs/vendor/nixsolutions/yandex-php-library/examples/SafeBrowsing/local-search.php
PHP
gpl-3.0
46
package uo.sdi.persistence.util; import java.io.IOException; import java.io.InputStream; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.SQLTimeoutException; import java.util.Properties; import uo.s...
risuarez/work
sesion4.MVCCasero_changes/src/uo/sdi/persistence/util/Jdbc.java
Java
gpl-3.0
3,560
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.1433 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
diegoisawesome/AME
Dependencies/Hacking/old/Fire Emblem map editor/Backup/Fire Emblem map editor/Properties/Settings.Designer.cs
C#
gpl-3.0
1,074