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
-- -- -- unit-protoss-forge -- DefineAnimations("animations-protoss-forge", { Still = { "frame 0", "wait 125", }, Train = { "frame 0", "wait 125", }, }) DefineConstruction("construction-protoss-forge", { Files = { File = "terran/units/building construction large.png", Size = {160, 128}}, S...
Wargus/stargus
scripts/protoss/unit-protoss-forge.lua
Lua
gpl-2.0
1,726
#ifndef _LINUX_TIMEKEEPING_H #define _LINUX_TIMEKEEPING_H #include <asm-generic/errno-base.h> /* Included from linux/ktime.h */ void timekeeping_init(void); extern int timekeeping_suspended; /* * Get and set timeofday */ extern void do_gettimeofday(struct timeval *tv); extern int do_settimeofday64(const struct ti...
ephox-gcc-plugins/gcc-plugins_linux-next
include/linux/timekeeping.h
C
gpl-2.0
8,038
current Ast format (10/10/2020) -- input_binary_int ic (size) module, module, ... --- seek_in ic (pos_in ic + size) fname marshalled ast
bloomberg/ocamlscript
jscomp/main/astdump_main.md
Markdown
gpl-2.0
143
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2006-2007. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org/libs/interpr...
scs/uclinux
lib/boost/boost_1_38_0/libs/interprocess/example/doc_windows_shared_memory2.cpp
C++
gpl-2.0
1,665
<?php /** * @package Joomla.Administrator * @subpackage com_privacy * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** @var PrivacyViewRequest $this */ // I...
mvanvu/joomla-cms
administrator/components/com_privacy/views/request/tmpl/default.php
PHP
gpl-2.0
2,937
<?php namespace FluidTYPO3\Flux\Tests\Unit\Transformation; /* * This file is part of the FluidTYPO3/Flux project under GPLv2 or later. * * For the full copyright and license information, please read the * LICENSE.md file that was distributed with this source code. */ use FluidTYPO3\Flux\Form; use FluidTYPO3\Flux...
famelo/TYPO3-Base
typo3conf/ext/flux/Tests/Unit/Transformation/FormDataTransformerTest.php
PHP
gpl-2.0
2,629
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. * * Tom St Denis, tomstdenis@gmail.com, http://l...
ysleu/RTL8685
uClinux-dist/user/dropbear-0.48.1/libtomcrypt/src/mac/pmac/pmac_init.c
C
gpl-2.0
3,802
obj-$(CONFIG_FB_TCC_OVERLAY) += tcc_overlay.o obj-$(CONFIG_FB_TCC_OVERLAY_EXT) += tcc_overlay1.o obj-$(CONFIG_TCC_LCDC_CONTROLLER) += tccfb.o tccfb_interface.o tca_display_config.o ddi/ obj-$(CONFIG_TCC_VIOC_CONTROLLER) += viqe.o tcc_ccfb.o tcc_vioc_fb.o tcc_vioc_interface.o tca_display_config.o vioc/ obj-$(CONFIG_LCD...
cnxsoft/telechips-linux
drivers/video/tcc/Makefile
Makefile
gpl-2.0
1,216
#!/usr/bin/perl use strict; use warnings; my $FILTER=""; exists($ARGV[0]) and $FILTER=$ARGV[0]; my $CONFIG='/var/register/system/acct/entries'; chdir $CONFIG; open FILE,"/var/register/system/acct/Decimals"; ;my $DECIMALS=<FILE>; chomp($DECIMALS); close FILE; my $FLOAT="%.${DECIMALS}f"; my $LST="ls -d *$FILTER*"; my $OU...
jb68/zeroshell-ui
scripts/acctEntries.pl
Perl
gpl-2.0
1,695
/* $Id: KeyboardImpl.cpp $ */ /** @file * VirtualBox COM class implementation */ /* * Copyright (C) 2006-2012 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it un...
yuyuyu101/VirtualBox-NetBSD
src/VBox/Main/src-client/KeyboardImpl.cpp
C++
gpl-2.0
12,529
/** * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * * Copyright (C) 2005-2022 MaNGOS <https://getmangos.eu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
mangosone/server
src/game/WorldHandlers/AccountMgr.h
C
gpl-2.0
2,290
<html lang="en"> <head> <title>MIPS Options - Using the GNU Compiler Collection (GCC)</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using the GNU Compiler Collection (GCC)"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top...
jocelynmass/nrf51
toolchain/deprecated/arm_cm0_4.9/share/doc/gcc-arm-none-eabi/html/gcc/MIPS-Options.html
HTML
gpl-2.0
51,209
/* Definitions of Tensilica's Xtensa target machine for GNU compiler. Copyright 2001,2002,2003 Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU Genera...
acassis/xap-gcc
gcc/config/xtensa/xtensa.h
C
gpl-2.0
64,089
/* * Firemox is a turn based strategy simulator * Copyright (C) 2003-2007 Fabrice Daugan * * 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...
JoeyLeeuwinga/Firemox
src/main/java/net/sf/firemox/clickable/ability/TriggeredAbilitySet.java
Java
gpl-2.0
3,258
/* $Id: acconfig.h,v 1.1.1.1 2003/08/18 05:40:18 kaohj Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H /* Generated automatically from acconfig.h by autoheader. */ /* Please make your changes there */ @TOP@ /* Define to a Set Process Title type if your system is */ /* supported by bsd-setproctitle.c */ #undef SPT_TYPE...
ysleu/RTL8685
uClinux-dist/user/ssh/acconfig.h
C
gpl-2.0
9,514
/******************************************************************************* Copyright (C) 2015 OLogN Technologies AG 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. Th...
smartanthill/smartanthill2_0-embedded
firmware/src/platforms/void/hal_time_provider.c
C
gpl-2.0
1,088
/* * cod.h * * DSP-BIOS Bridge driver support functions for TI OMAP processors. * * Code management module for DSPs. This module provides an interface * interface for loading both static and dynamic code objects onto DSP * systems. * * Copyright (C) 2005-2006 Texas Instruments, Inc. * * This package is free ...
nitdroid/kernel-ng
arch/arm/plat-omap/include/dspbridge/cod.h
C
gpl-2.0
11,618
var requestQueue = new Request.Queue({ concurrent: monitorData.length, stopOnFailure: false }); function Monitor(monitorData) { this.id = monitorData.id; this.connKey = monitorData.connKey; this.url = monitorData.url; this.status = null; this.alarmState = STATE_IDLE; this.lastAlarmState = STATE_IDLE; ...
Simpler1/ZoneMinder
web/skins/classic/views/js/montage.js
JavaScript
gpl-2.0
16,321
/* * CDE - Common Desktop Environment * * Copyright (c) 1993-2012, The Open Group. All rights reserved. * * These libraries and programs are free software; you can * redistribute them and/or modify them under the terms of the GNU * Lesser General Public License as published by the Free Software * Foundation; ei...
sTeeLM/MINIME
toolkit/srpm/SOURCES/cde-2.2.4/programs/dtudcexch/udcexp.c
C
gpl-2.0
5,753
# Install script for directory: /opt/stellarium-0.11.4/landscapes/ocean # Set the install prefix IF(NOT DEFINED CMAKE_INSTALL_PREFIX) SET(CMAKE_INSTALL_PREFIX "/usr/local") ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configur...
ammarshadiq/stellarium-0.11.4
landscapes/ocean/cmake_install.cmake
CMake
gpl-2.0
2,495
from miasm2.core.asmblock import disasmEngine from miasm2.arch.aarch64.arch import mn_aarch64 cb_aarch64_funcs = [] def cb_aarch64_disasm(*args, **kwargs): for func in cb_aarch64_funcs: func(*args, **kwargs) class dis_aarch64b(disasmEngine): attrib = "b" def __init__(self, bs=None, **kwargs): ...
stephengroat/miasm
miasm2/arch/aarch64/disasm.py
Python
gpl-2.0
731
/* * Copyright (c) 2004-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pra...
facebookexperimental/eden
common/logging/logging.h
C
gpl-2.0
451
/************************************************************************ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * Copyright 2008, 2010 Oracle and/or its affiliates. All rights reserved. * * Use is subject to license terms. * * Licensed under the Apache License, Version 2.0 (the "Lic...
jbjonesjr/geoproponis
external/odfdom-java-0.8.10-incubating-sources/org/odftoolkit/odfdom/dom/attribute/table/TableScriptAttribute.java
Java
gpl-2.0
2,957
#ifndef _LINUX_KERNEL_H #define _LINUX_KERNEL_H #include <stdarg.h> #include <linux/linkage.h> #include <linux/stddef.h> #include <linux/types.h> #include <linux/compiler.h> #include <linux/bitops.h> #include <linux/log2.h> #include <linux/typecheck.h> #include <linux/printk.h> #include <linux/dynamic_debug.h> #inclu...
shakalaca/ASUS_ZenFone_ZE601KL
kernel/include/linux/kernel.h
C
gpl-2.0
26,620
<? /**[N]** * JIBAS Education Community * Jaringan Informasi Bersama Antar Sekolah * * @version: 3.2 (September 03, 2013) * @notes: JIBAS Education Community will be managed by Yayasan Indonesia Membaca (http://www.indonesiamembaca.net) * * Copyright (C) 2009 Yayasan Indonesia Membaca (http://www.indon...
nurulimamnotes/sistem-informasi-sekolah
jibas/infosiswa/buletin/galerifoto/galerifoto_ss.php
PHP
gpl-2.0
7,300
/* Copyright (c) 2009, 2012, Oracle and/or its affiliates. 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; version 2 of the License. This program is distributed i...
MrDunne/myblockchain
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/OperationImpl.java
Java
gpl-2.0
13,552
package mica import "fmt" // LinkToCompressed represents a link from a reference sequence to a // compressed original sequence. It serves as a bridge from a BLAST hit in // the coarse database to the corresponding original sequence that is // redundant to the specified residue range in the reference sequence. type Li...
jameslz/MICA
link_to_compressed.go
GO
gpl-2.0
843
// renderimpl.cpp // this file is part of Context Free // --------------------- // Copyright (C) 2006-2008 Mark Lentczner - markl@glyphic.com // Copyright (C) 2006-2014 John Horigan - john@glyphic.com // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Pub...
burstas/context-free
src-common/renderimpl.cpp
C++
gpl-2.0
35,325
/* * Author: MontaVista Software, Inc. <source@mvista.com> * * 2007 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warranty of any kind, whether express * or implied. */ #include <linux/init.h> #inc...
fzqing/linux-2.6
mvl_patches/pro-1421.c
C
gpl-2.0
447
# RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s .data FOO STRUCT a BYTE ? b BYTE ? c BYTE ? d BYTE ? FOO ENDS BAR STRUCT e WORD ? f WORD ? BAR ENDS var FOO <> .code t1: mov al, var.a mov al, var. b mov al, var .c mov al, var . d ; CHECK-LABEL: t1: ; CHECK: mov al, byte ptr [rip + var] ; CHECK...
sabel83/metashell
3rd/templight/llvm/test/tools/llvm-ml/dot_operator.asm
Assembly
gpl-3.0
1,077
process_id=$$ x=`ps -ef|awk '{if($2!="'$process_id'")print}'|grep "cross_process_bidata"|grep -v grep|wc -l|awk '{print $1}'` if [[ "$x" -gt 1 ]];then #echo "waiting for another process" #echo "$x" exit fi if [[ -f ~/.bash_profile ]];then . ~/.bash_profile elif [[ -f ~/.profile ]];then . ~/.profile fi cd /home/or...
lyalls/SmartMON
monitor/other_code/ruei_cross/cross_process_bidata_dumpdata.sh
Shell
gpl-3.0
6,185
<?php namespace Syw\Front\ApiBundle\Tests\Controller; use Syw\Front\MainBundle\Tests\BaseTestCase; /** * Class BaseControllerTest * * @author Christin Löhner <alex.loehner@linux.com> */ abstract class BaseControllerTest extends BaseTestCase { /** * @var EntityManager */ public $_em; protec...
christinloehner/linuxcounter.new
src/Syw/Front/ApiBundle/Tests/Controller/BaseControllerTest.php
PHP
gpl-3.0
795
/* * 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/tools/idlpp/code/idl_genCxxTypedClassDefs.h
C
gpl-3.0
1,045
/* Copyright (C) 2003-2015 LiveCode Ltd. This file is part of LiveCode. LiveCode is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v3 as published by the Free Software Foundation. LiveCode is distributed in the hope that it will be useful, but WITHOUT ANY WA...
PaulMcClernan/livecode
engine/src/scrolbar.cpp
C++
gpl-3.0
33,008
using FluentValidation; using NzbDrone.Core.Annotations; using NzbDrone.Core.ThingiProvider; using NzbDrone.Core.Validation; namespace NzbDrone.Core.ImportLists.StevenLu { public class StevenLuSettingsValidator : AbstractValidator<StevenLuSettings> { public StevenLuSettingsValidator() { ...
Radarr/Radarr
src/NzbDrone.Core/ImportLists/StevenLu/StevenLuSettings.cs
C#
gpl-3.0
981
/*************************************************************************** * Copyright (C) 2008-2021 by Oleksii S. Malakhov <brezerk@gmail.com> * * * * This program is free software: you can redistribute it and/or modify * * it unde...
brezerk/q4wine
src/q4wine-gui/mainwindow.h
C
gpl-3.0
5,787
static void Button_tick(Button *self) { if(self->onTick) self->onTick(); } void Button::create(Window &parent, unsigned x, unsigned y, unsigned width, unsigned height, const string &text) { object->widget = gtk_button_new_with_label(text); widget->parent = &parent; gtk_widget_set_size_request(object->widget, w...
grim210/defimulator
snespurify/phoenix/gtk/button.cpp
C++
gpl-3.0
629
// Copyright 2010 Joseph Jordan <joe.ftpii@psychlaw.com.au> // This code is licensed to you under the terms of the GNU GPL, version 2; // see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt #ifndef _IOSPATCH_H #define _IOSPATCH_H #include <gccore.h> class RuntimeIOSPatch { public: static u32...
MathewWi/dop-mii
include/RuntimeIOSPatch.h
C
gpl-3.0
1,057
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/kee...
FernandoUnix/AcessoRestrito
metronic_v4.7.1/theme_rtl/admin_1_material_design/charts_highmaps.html
HTML
gpl-3.0
183,570
<?php /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2004-2016 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2005-2009 Regis Houssin <regis.houssin@capnetworks.com> * Copyright (C) 2013 Antoine Iauch <aiauch@gpcsolutions.fr> * * Thi...
apachler/dolibarr
htdocs/compta/stats/cabyuser.php
PHP
gpl-3.0
15,636
package utils import ( "os" "path/filepath" "github.com/securityfirst/tent/component" ) func WriteCmp(base string, c component.Component) error { path := filepath.Join(base, c.Path()) if err := os.MkdirAll(filepath.Dir(path), 0777); err != nil { return err } f, err := os.Create(path) if err != nil { retu...
securityfirst/tent
utils/persistence.go
GO
gpl-3.0
416
System.register(['angular2/core'], function(exports_1) { var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "obje...
burner/AngularVibed
Examples2/Example05/node_modules/angular2/ts/examples/core/ts/prod_mode/my_component.js
JavaScript
gpl-3.0
1,526
<?php // This is a SPIP language file -- Ceci est un fichier langue de SPIP // extrait automatiquement de http://trad.spip.net/tradlang_module/forum?lang_cible=id // ** ne pas modifier le fichier ** if (!defined('_ECRIRE_INC_VERSION')) { return; } $GLOBALS[$GLOBALS['idx_lang']] = array( // B 'bouton_radio_artic...
ernestovi/ups
spip/plugins-dist/forum/lang/forum_id.php
PHP
gpl-3.0
6,067
<?php class Dashboard extends Controller { // Protected or private properties protected $_template; // Constructor public function __construct() { parent::Controller(); // Check if the logged user is an administrator $this->access_library->check_access(); // Load needed models, librar...
JasonBaier/Open-Blog
application/modules/admin/controllers/dashboard.php
PHP
gpl-3.0
952
# This file is part of BuhIRC. # # BuhIRC 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. # # BuhIRC is distributed in the hope that ...
AppleDash/burpyhooves
modules/vore.py
Python
gpl-3.0
3,226
""" WSGI config for group_warning project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/1.10/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault("DJANG...
fazlerabby7/group_warning
group_warning/wsgi.py
Python
gpl-3.0
404
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>RebeccaAIML: Star Class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body>...
hallowname/librebecca
doc/web/doxygen/11tp1/api+framework+samples/html/classrebecca_1_1framework_1_1impl_1_1_star.html
HTML
gpl-3.0
16,256
/* -*- Mode: C++; coding: utf-8; tab-width: 3; indent-tabs-mode: tab; c-basic-offset: 3 -*- ******************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011. * * Al...
create3000/titania
libtitania-x3d/Titania/X3D/Components/Layout/Layout.h
C
gpl-3.0
6,026
// Copyright CERN and copyright holders of ALICE O2. This software is // distributed under the terms of the GNU General Public License v3 (GPL // Version 3), copied verbatim in the file "COPYING". // // See http://alice-o2.web.cern.ch/license for full licensing information. // // In applying this license CERN does not ...
AllaMaevskaya/AliceO2
Detectors/MUON/MID/Simulation/src/MIDSimulationLinkDef.h
C
gpl-3.0
1,245
#ifndef PLAYLISTITEMSERIALSEND_H #define PLAYLISTITEMSERIALSEND_H #include "PlayListItem.h" #include <string> class wxXmlNode; class wxWindow; class PlayListItemSerialSend : public PlayListItem { protected: #pragma region Member Variables std::string _commport; std::string _data; bool _started; ...
smeighan/xLights
xSchedule/PlayList/PlayListItemSerialSend.h
C
gpl-3.0
2,115
#ifndef TYPES_H #define TYPES_H #include <stdio.h> #include <stdint.h> #include <stdbool.h> #endif /* TYPES_H */ /*********************************** end of types.h ************************************/ /************************************************************************************//** * \file Source\A...
AmesianX/OpenBLT
Target/Source/ARMCM3_STM32/types.h
C
gpl-3.0
2,001
/**************************************** * This file is part of UNIX Guide for the Perplexed project. * Copyright (C) 2014 by Assaf Gordon <assafgordon@gmail.com> * Released under GPLv3 or later. ****************************************/ /* Each test in 'tests' array has the following elements: * 1. short name...
agordon/agnostic
src/tests/shell_syntax_tests.js
JavaScript
gpl-3.0
27,765
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 2011 OpenConcerto, by ILM Informatique. All rights reserved. * * The contents of this file are subject to the terms of the GNU General Public License Version 3 * only ("GPL"). You may not use this file except in compliance with th...
eric-lemesre/OpenConcerto
OpenConcerto/src/org/openconcerto/sql/view/EditPanelListener.java
Java
gpl-3.0
830
@extends('hideyo_backend::_layouts.default') @section('main') <div class="row"> <div class="col-sm-3 col-md-2 sidebar"> @include('hideyo_backend::_partials.news-tabs', array('newsEdit' => true)) </div> <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> <ol class="breadc...
kkorte/backend
src/resources/views/news/edit.blade.php
PHP
gpl-3.0
3,427
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <unistd.h> /* Si e' visto[1] come un processo possa essere definito orfano, e le varie implicazioni; vi e' anche il caso in cui sia il processo figlio a terminare prima del processo padre, con il padre in attesa di ricevere informa...
b3h3moth/L-LP
src/Unix_Programming/Process_Control/02_fork_5_zombie.c
C
gpl-3.0
1,537
/* misc.c - definitions of misc functions */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Licens...
rydnr/radare2
libr/fs/p/grub/kern/misc.c
C
gpl-3.0
19,321
#include <stdio.h> #include <math.h> int main(void) { double i,l,r,m; printf("Enter loan: "); scanf("%lf",&l); printf("Enter rate: "); scanf("%lf",&r); for (i = 5; i <= 30; i++) { m=l*r*pow(1+r,12*i)/(pow(1+r,12*i)-1); printf("money(%.0f,%.0f)=%.0f\n",l,i,m); } return 0; ...
Great-Li-Xin/00864088
[课后作业]/实验二编写简单程序/6. 2.4.5 计算还款年限-月还款额 .c
C
gpl-3.0
322
meeblip-anode ============= Meeblip anode hybrid MIDI synthesizer
MeeBlip/meeblip-anode-limited-edition
README.md
Markdown
gpl-3.0
67
package org.sigmah.offline.js; /* * #%L * Sigmah * %% * Copyright (C) 2010 - 2016 URD * %% * 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 you...
Raphcal/sigmah
src/main/java/org/sigmah/offline/js/TransfertJS.java
Java
gpl-3.0
3,177
#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 term...
chinapacs/ImageViewer
ImageViewer/PresentationStates/Dicom/Tests/OverlayPlanePresentationTests.cs
C#
gpl-3.0
14,746
#!/usr/bin/python3 from ansible.module_utils.arvados_common import process def main(): additional_argument_spec={ "uuid": dict(required=True, type="str"), "owner_uuid": dict(required=True, type="str"), "name": dict(required=True, type="str"), } filter_property = "uuid" filter...
wtsi-hgi/hgi-ansible
ansible/library/arvados_repository.py
Python
gpl-3.0
670
/* * This file is part of Flying PhotoBooth. * * Flying PhotoBooth 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. * * Flying...
benhylau/flying-photo-booth
party-photo-booth/src/com/groundupworks/partyphotobooth/setup/fragments/PhotoBoothSetupFragment.java
Java
gpl-3.0
7,157
import React, { PropTypes } from 'react' import classnames from 'classnames' const SettingsPageMenuLayout = ({ children, title, className }) => ( <div className={classnames( 'settings-page-menu-layout bg-white pt3 pr4 pl5 border-only-bottom border-gray94', className )} > <h1 className="h1 m...
igr-santos/hub-client
app/components/Layout/SettingsPageMenuLayout.js
JavaScript
gpl-3.0
624
export default class FilesUploadHandler { static isUploadEnabled( mediaType ) { const unfilteredFilesTypes = [ 'svg', 'application/json' ]; if ( ! unfilteredFilesTypes.includes( mediaType ) ) { return true; } return elementor.config.filesUpload.unfilteredFiles; } static setUploadTypeCaller( frame ) { ...
pojome/elementor
assets/dev/js/editor/utils/files-upload-handler.js
JavaScript
gpl-3.0
1,087
# # prepare stuff for Galaxy 7 # COPY_AS_IS+=( "${COPY_AS_IS_GALAXY7[@]}" ) COPY_AS_IS_EXCLUDE+=( "${COPY_AS_IS_EXCLUDE_GALAXY7[@]}" ) PROGS+=( chgrp touch ) # include argument file if specified if test "$GALAXY7_Q_ARGUMENTFILE" ; then COPY_AS_IS+=( "$GALAXY7_Q_ARGUMENTFILE" ) fi
gozora/rear
usr/share/rear/prep/GALAXY7/default/400_prep_galaxy.sh
Shell
gpl-3.0
285
'use superstrict'; try { if ((-25 >> 3) === -4) { 'ok'; } else { 'fail'; } } catch (e) { }
vacuumlabs/babel-plugin-superstrict
test/eval_tests/casting_signed_right_shift_numbers.js
JavaScript
gpl-3.0
106
# (c) Nelen & Schuurmans. GPL licensed, see LICENSE.rst. # -*- coding: utf-8 -*- """Use AppConf to store sensible defaults for settings. This also documents the settings that lizard_damage defines. Each setting name automatically has "FLOODING_LIB_" prepended to it. By puttng the AppConf in this module and importing...
lizardsystem/flooding
flooding_lib/conf.py
Python
gpl-3.0
875
package com.mucommander.share.impl.imgur; import com.mucommander.commons.file.AbstractFile; import com.mucommander.commons.file.FileFactory; import com.mucommander.commons.file.util.FileSet; import com.mucommander.share.impl.imgur.ImgurAPI.Callback; import com.mucommander.text.Translator; import com.mucommander.ui.dia...
raisercostin/mucommander
src/test/com/mucommander/share/impl/imgur/ImgurJobTest.java
Java
gpl-3.0
3,124
package edu.hucare.model; import com.fasterxml.jackson.annotation.JsonIgnore; import javax.persistence.*; import java.util.Set; /** * Created by Kuzon on 7/28/2016. */ @Entity @Table(name = "users") public class User { @Id @GeneratedValue(strategy = GenerationType.AUTO) private long id; private ...
adalee-group/watering-system
server/schedule-service/src/main/java/edu/hucare/model/User.java
Java
gpl-3.0
1,897
<!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>Canvas Rendering &mdash; CmsAnalysisAC3B 0.1.0 doc...
dnowatsc/Varial
docs/_build/html/rendering.html
HTML
gpl-3.0
17,715
/** * Copyright 2013 hbz NRW (http://www.hbz-nrw.de/) * * This file is part of regal-drupal. * * regal-drupal 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 y...
jschnasse/regal-drupal
edoweb/js/edoweb.js
JavaScript
gpl-3.0
13,745
/* This file is part of Cute Chess. Copyright (C) 2008-2018 Cute Chess authors Cute Chess 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 optio...
joergoster/cutechess
projects/lib/src/sprt.cpp
C++
gpl-3.0
4,340
/* * Copyright (c) 2018 OBiBa. All rights reserved. * * This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. *...
obiba/mica2
mica-webapp/src/main/webapp/app/contact/contact-service.js
JavaScript
gpl-3.0
3,513
# -*- coding: utf-8 -*- """ <license> CSPLN_MaryKeelerEdition; Manages images to which notes can be added. Copyright (C) 2015, Thomas Kercheval 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 ...
jjs0sbw/CSPLN
test/update_test_subreadme.py
Python
gpl-3.0
3,717
<!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 (1.8.0_121) on Tue Mar 28 17:38:09 CET 2017 --> <title>IdInfo (LangPi 1.1.1 API)</title> <meta name="date" content="2017-03-28"> <link rel="stylesheet...
kariminf/AS_preProcess_plugins
docs/kariminf/langpi/basic/indonesian/IdInfo.html
HTML
gpl-3.0
12,720
package org.labcrypto.edusys.domain.jpa.dao.membership; import org.labcrypto.edusys.domain.jpa.dao.EntityDao; import org.labcrypto.edusys.domain.jpa.entity.membership.Token; public interface TokenDao extends EntityDao<Token> { Token getLatestActiveToken(Long userId); Token getTokenByValue(String tokenValue)...
ckpp/edusys
src/edusys/domain/src/main/java/org/labcrypto/edusys/domain/jpa/dao/membership/TokenDao.java
Java
gpl-3.0
324
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>cuon.Addresses.SingleAddress</title> <link rel="stylesheet" href="epydoc.css" type="text/cs...
juergenhamel/cuon
api/html/cuon.Addresses.SingleAddress-module.html
HTML
gpl-3.0
5,558
#!/bin/sh wget https://github.com/jacobalberty/root-ro/raw/master/root-ro wget https://github.com/jacobalberty/root-ro/raw/master/raspi-gpio chmod 0755 root-ro chmod 0755 raspi-gpio sudo mv root-ro /etc/initramfs-tools/scripts/init-bottom sudo mv raspi-gpio /etc/initramfs-tools/hooks echo overlay | sudo tee --app...
tomeshnet/prototype-cjdns-pi
contrib/ramdisk-overlay/raspbian.sh
Shell
gpl-3.0
718
/* Cascading Style Sheet generated by TE version 2.5.0.3339 on Wednesday, February 11, 2009 10:49 AM */ @page { counter-increment: page; height: 11in; width: 8.5in; margin: 72pt 72pt 72pt 72pt; @top-left { content: ''; } @top-center { //content: string(bookname, last) string(chap...
neilmayhew/pathway
DistFiles/Template/Scripture/Flex.css
CSS
gpl-3.0
5,096
/*! ucecho -- uppercase conversion example for all EZ-USB devices Copyright (C) 2009-2011 ZTEX GmbH. http://www.ztex.de This program 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. ...
freecores/usb_fpga_1_2
examples/all/ucecho/ucecho.c
C
gpl-3.0
2,155
/** * Marlin 3D Printer Firmware * Copyright (C) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
teemuatlut/Marlin
Marlin/src/gcode/feature/trinamic/M911-M914.cpp
C++
gpl-3.0
12,013
<?php /* Copyright (C) 2002-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com> * Copyright (C) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2005 Marc Barilley / Ocebo <marc@ocebo.com> * Copyright (C) 2005...
IndustriaLeuven/dolibarr
htdocs/compta/facture/list.php
PHP
gpl-3.0
38,537
/* * This file is part of Cleanflight. * * Cleanflight 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. * * Cleanflight is distr...
rotcehdnih/betaflight
src/main/target/MATEKF411/target.h
C
gpl-3.0
3,705
/*! * web-SplayChat v0.4.0 - messaging web application for MTProto * http://SplayChat.com/ * Copyright (C) 2014 SplayChat Messenger <igor.beatle@gmail.com> * http://SplayChat.com//blob/master/LICENSE */ chrome.app.runtime.onLaunched.addListener(function(launchData) { chrome.app.window.create('../index.html', { ...
ishmaelchibvuri/splayweb.io
app/js/background.js
JavaScript
gpl-3.0
481
<?php namespace CartBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; class CartController extends Controller { /** * @Route("/cart/current", name="admin_cart_...
stephanfo/AWG
src/CartBundle/Controller/CartController.php
PHP
gpl-3.0
914
/** * Copyright (C) 2019 Takima * * This file is part of OSM Contributor. * * OSM Contributor 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 ...
mapsquare/osm-contributor
src/main/java/io/jawg/osmcontributor/ui/utils/ZoomAnimationGestureDetector.java
Java
gpl-3.0
2,599
#region License /* Microsoft Public License (Ms-PL) MonoGame - Copyright © 2009 The MonoGame Team All rights reserved. This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software. 1. Definitions The terms "reproduc...
Blucky87/Otiose2D
src/libs/MonoGame/MonoGame.Framework/Content/ContentReaders/TimeSpanReader.cs
C#
gpl-3.0
3,388
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- #include "AP_TECS.h" #include <AP_HAL.h> extern const AP_HAL::HAL& hal; #if CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL #include <stdio.h> # define Debug(fmt, args ...) do {printf("%s:%d: " fmt "\n", __FUNCTION__, __LINE__, ## args); hal.sche...
mrpollo/ardupilot
libraries/AP_TECS/AP_TECS.cpp
C++
gpl-3.0
33,291
'use strict'; /** * A class representation of the BSON Double type. */ class Double { /** * Create a Double type * * @param {number} value the number we want to represent as a double. * @return {Double} */ constructor(value) { this.value = value; } /** * Access the number value. * ...
TamataOcean/TamataSpiru
node_modules/bson/lib/double.js
JavaScript
gpl-3.0
993
/* * Copyright (C) 2013-2014 Dominik Schürmann <dominik@dominikschuermann.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 l...
bresalio/apg
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/ImportKeysAdapter.java
Java
gpl-3.0
11,323
package engine.gameScene; import engine.gameController.GameController; import engine.gameScene.url.Url; import java.io.IOException; import java.net.URL; import java.util.Collection; import javafx.fxml.FXMLLoader; import javafx.geometry.Pos; import javafx.scene.CacheHint; import javafx.scene.Node; import javafx.scene.P...
smasoumi/stupidwarriors
src/engine/gameScene/SceneBuilder.java
Java
gpl-3.0
5,638
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
boydjd/openfisma
library/Zend/Measure/Capacitance.php
PHP
gpl-3.0
4,107
/** * Konker's LED matrix library * * A library for driving a red LED matrix * * Copyright 2015, Konrad Markus <konker@luxvelocitas.com> * * This file is part of konker_led_matrix. * * konker_led_matrix is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Publ...
konker/konker_ultrathin_led_matrix
include/klm_matrix.h
C
gpl-3.0
8,913
/// <reference path = "EscenaActividad.ts" /> /// <reference path = "../../dependencias/pilasweb.d.ts"/> /// <reference path = "../actores/Cuadricula.ts"/> /// <reference path = "../actores/PerroCohete.ts"/> /// <reference path = "../comportamientos/MovimientosEnCuadricula.ts"/> /** * @class TresNaranjas * */ cla...
bit0Ar/pilas-bloques
releases/pilas-engine-bloques-linux-ia32/resources/app/ejerciciosPilas/src/escenas/TresNaranjas.ts
TypeScript
gpl-3.0
1,676
/* * Copyright (C) 2015-2016 Willi Ye <williye97@gmail.com> * * This file is part of Kernel Adiutor. * * Kernel Adiutor 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, o...
randomstuffpaul/KernelAdiutor
app/src/main/java/com/grarak/kerneladiutor/activities/BaseActivity.java
Java
gpl-3.0
5,069
/* * Copyright (C) 2007-2017 Crafter Software Corporation. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * *...
dejan-brkic/commons
utilities/src/main/java/org/craftercms/commons/logging/Logged.java
Java
gpl-3.0
1,171
----------------------------------- -- Ability: Yonin -- Increases enmity and enhances "Ninja Tool Expertise" effect, but impairs accuracy. Improves evasion and reduces enemy Critical Hit Rate when in front of target. -- Obtained: Ninja Level 40 -- Recast Time: 3:00 -- Duration: 5:00 -----------------------------------...
waterlgndx/darkstar
scripts/globals/abilities/yonin.lua
Lua
gpl-3.0
701
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Serialization; using System.ComponentModel; using System.Data; namespace ECommerce.Utility.DataAccess.Database.Config { [XmlRoot("dataOperations", Namespace = "http://oversea.ECommerce.com/DataOperation")] p...
ZeroOne71/ql
03_SellerPortal/ECommerce.Utility.DataAccess/RLDB/Config/DataOperations.cs
C#
gpl-3.0
4,968
using System; using AutoMapper; using Machete.Web.Helpers; using static Machete.Web.Helpers.Extensions; namespace Machete.Web.Maps { public class WorkerSigninProfile : Profile { public WorkerSigninProfile() { CreateMap<Domain.WorkerSignin, Service.DTO.WorkerSigninList>() ...
SavageLearning/Machete
Machete.Web/Maps/Legacy/WorkerSigninProfile.cs
C#
gpl-3.0
5,028
<?php /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Quote\Model\GuestCartManagement\Plugin; use Magento\Framework\Exception\StateException; class Authorization { /** * @var \Magento\Authorization\Model\UserContextInterface */ prot...
rajmahesh/magento2-master
vendor/magento/module-quote/Model/GuestCartManagement/Plugin/Authorization.php
PHP
gpl-3.0
1,301