repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
youbiteme/nexus-tools
uninstall.sh
1476
# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will ...
gpl-3.0
Donkyhotay/MoonPy
zope/app/dtmlpage/tests/test_dtmlpage.py
2514
############################################################################## # # Copyright (c) 2001, 2002 Zope Corporation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. # T...
gpl-3.0
myapos/e-tuner
index.html
1844
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <title> E-tuner - Myron Apostolakis</title> <link rel="stylesheet" href="my.css"> </link> <script type="text/javascript" src="my_YIN_implementation_e_tuner.js"></script> <script src="jquery-1.11.1.min.js"></script> <script type="text/javascript" src...
gpl-3.0
CatLabInteractive/dolumar-engine
src/Neuron/GameServer/scripts/image/minimap.php
6605
<?php /** * Dolumar engine, php/html MMORTS engine * Copyright (C) 2009 Thijs Van der Schaeghe * CatLab Interactive bvba, Gent, Belgium * http://www.catlab.eu/ * http://www.dolumar.com/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
gpl-3.0
nikolausfurian/HCDESLib
API/class_general_health_care_elements_1_1_staff_handling_1_1_staff_per_period_handler-members.html
8795
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
gpl-3.0
forio/julia-studio
src/plugins/qmljseditor/qmljsoutlinetreeview.h
1936
/**************************************************************************** ** ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this f...
gpl-3.0
spatialfruitsalad/pomelo
test/2015-12-14_input_test/inputtest.lua
291
positionfile = "../test/2015-12-14_input_test/pos.txt" readfile = "../test/2015-12-14_input_test/read.lua" xmin = -5.0 ymin = -5.0 zmin = -5.0 xmax = 5.0 ymax = 5.0 zmax = 5.0 epsilon = 1e-6 boundary = "none" postprocessing = true savepoly = true savereduced = true savesurface = true
gpl-3.0
shunzh/aim5
src/main/java/aim4/map/destination/IdentityDestinationSelector.java
2542
/* Copyright (c) 2011 Tsz-Chiu Au, Peter Stone University of Texas at Austin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, thi...
gpl-3.0
tvesalainen/util
util/src/main/java/org/vesalainen/fx/ObjectPreference.java
1649
/* * Copyright (C) 2020 Timo Vesalainen <timo.vesalainen@iki.fi> * * 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 ve...
gpl-3.0
engineers-nightmare/engineers-nightmare
src/tools/remove_block.cc
1912
#include <epoxy/gl.h> #include "../asset_manager.h" #include "../common.h" #include "../ship_space.h" #include "../mesh.h" #include "../player.h" #include "tools.h" extern GLuint overlay_shader; extern GLuint simple_shader; extern ship_space *ship; extern asset_manager asset_man; extern mesh_data const * mesh_for...
gpl-3.0
pdziepak/quarnos-old
kernel/include/random.h
802
/* Quarn OS Copyright (C) 2014 Paweł Dziepak This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distribute...
gpl-3.0
ptomato/gnome-inform7
AUTHORS.md
929
## Inform written by ## - Graham Nelson ## Inform front-end written by ## - Philip Chimento - @ptomato ## Contributions by ## - Adam Thornton - Alan De Smet - Bart Massey - @BartMassey - Daniel Nilsson - David Leverton - Evil Tabby Cat - Eric Forgeot - Jonathan Liu - Leandro Ribeiro - Matteo Settenvini - Vincent Petr...
gpl-3.0
jia1/addvise
resources/views/needAddvise_me.blade.php
2064
@extends('main') @section('title', 'My Requests') @section('stylesheets') <link rel="stylesheet" href="/css/author.css"> @stop @section('content') <!-- Wrapper --> <div id="wrapper"> <!-- Main --> <div id="main"> <!-- Show All Advice --> <section id="answer" class="main special"> <header class="major">...
gpl-3.0
SpineML/SpineCreator
CL_classes.h
24097
/*************************************************************************** ** ** ** This file is part of SpineCreator, an easy to use GUI for ** ** describing spiking neural network models. ** ** Copyrigh...
gpl-3.0
billhhh/whLBS
Framework/include/MyModule/mmodule.h
864
#ifndef MMODULE_H #define MMODULE_H #include <QWidget> #include <QPixmap> #include <QLabel> #include "port.h" #include <QHBoxLayout> #include <QList> class mmodule : public QWidget { Q_OBJECT public: mmodule(QWidget *parent = 0); void mousePressEvent(QMouseEvent *); QHBoxLayout *v ; QWidge...
gpl-3.0
immesys/smartgridstore
containers/simulator/Dockerfile
70
FROM ubuntu:xenial ADD simulator /bin/ ENTRYPOINT ["/bin/simulator"]
gpl-3.0
xieguigang/Microsoft.VisualBasic.Windows.Forms
Microsoft.Windows.FeatureAPI/Sensors/Metadata/SensorState.vb
835
' Copyright (c) Microsoft Corporation. All rights reserved. Namespace Sensors ''' <summary> ''' The state of the sensor ''' </summary> Public Enum SensorState ''' <summary> ''' The device has been removed. ''' </summary> Removed = -1 ''' <summary> ''' The device is ready. ''' </summar...
gpl-3.0
wikistat/Apprentissage
BackPropagation/solutions/lr_class.py
1424
class LogisticRegression(): def __init__(self, input_size, output_size): self.W = np.random.uniform(size=(input_size, output_size), high=0.1, low=-0.1) self.b = np.random.uniform(size=output_size, high=0.1, low=-0.1) self...
gpl-3.0
tupelo-shen/my_test
doc/linux/mips-architecture/loongson-datasheet/pmon/src/pmon-loongson3/zloader.ls2k/zlib_gzip.c
4065
/* * GZIP Compression functions for kernel crash dumps. * * Created by: Matt Robinson (yakker@sourceforge.net) * Copyright 2001 Matt D. Robinson. All rights reserved. * * This code is released under version 2 of the GNU GPL. */ #include <stdio.h> #include <linux/zlib.h> typedef unsigned int u32; typedef unsigne...
gpl-3.0
Belbertn/Shoot
README.md
7
# Shoot
gpl-3.0
codento/barbados
barbados/barbadosdb/migrations/0008_club_users2.py
415
# -*- coding: utf-8 -*- # Generated by Django 1.9 on 2015-12-14 14:30 from __future__ import unicode_literals from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('barbadosdb', '0007_club_users'), ] operations = [ migrations.RenameField( ...
gpl-3.0
chenglongcl/blog
Template/default/Home/index/category.html
1176
<!DOCTYPE html> <html lang="en"> <!-- head头部分开始 --> <head> <include file="Public/public_head" title="{$category['cname']}-" keywords="{$category['keywords']}" description="{$category['description']}" /> </head> <!-- head头部分结束 --> <body> <!-- 顶部导航开始 --> <include file="Public/public_nav"/> <!-- 顶部导航结束 --> <div class...
gpl-3.0
SpecialForce3331/sldap
web/views/auth.php
2551
<?php /** * Created by PhpStorm. * User: sizov * Date: 7/23/14 * Time: 7:49 PM */ include 'install/checkconf.php'; $ldap_server = $LdapIp; $domain = $DomainPrefix; function ldapAuth($ldap_server, $login, $password) { $ldapConn = ldap_connect( $ldap_server ) or die("can't connect to l...
gpl-3.0
FabioZumbi12/PixelVip
PixelVip-Spigot/src/main/java/br/net/fabiozumbi12/pixelvip/bukkit/PVUtil.java
6402
package br.net.fabiozumbi12.pixelvip.bukkit; import br.net.fabiozumbi12.pixelvip.bukkit.bungee.SpigotText; import org.bukkit.Bukkit; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import java.security.SecureRandom; import java.text.SimpleDateFormat; import java.util.*; import java.util.conc...
gpl-3.0
Karplyak/avtomag.url.ph
axZm/plugins/ios6TimersFix.js
2999
// This library re-implements setTimeout, setInterval, clearTimeout, clearInterval for iOS6. // iOS6 suffers from a bug that kills timers that are created while a page is scrolling. // This library fixes that problem by recreating timers after scrolling finishes (with interval correction). // This code is free to use b...
gpl-3.0
attilawagner/qhebunel
pages/profileedit.php
5850
<?php /** * Qhebunel * User profile (settings) page * This page should be used instead of the WP admin dashboard for readers * to change their settings. * * This page is displayed when a handler runs into an error. */ if (!defined('QHEBUNEL_REQUEST') || QHEBUNEL_REQUEST !== true) die; global $sectio...
gpl-3.0
kdeividborges/mid7
blog/00/programacaojovem.html
9495
<html> <head> <title>MIDSEVEN PROGRAMACAO JOVEM</title> </head> <link rel="shortcut icon" href="../img/md0.png" type="image/x-icon"> <BODY bgcolor="black" background="../wallpapers/55.jpg" vlink="white" link="green" alink="orange" > <div style="color: blue; text-align: center;"><font color="blue" size="1" ><B>...
gpl-3.0
dixidix/simulacion
extras/moodledata/lang/es/qtype_ddimageortext.php
1223
<?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...
gpl-3.0
zdict/zdict
zdict/zdict.py
8711
from argparse import ArgumentParser, ArgumentTypeError from locale import getdefaultlocale from multiprocessing import Pool from contextlib import redirect_stdout from io import StringIO from zdict import constants, utils, easter_eggs from zdict.api import dump from zdict.completer import DictCompleter from zdict.load...
gpl-3.0
fervillarrealm/CsCloud-Laravel
public/assets/css/jsvalidation.css
84
.help-block{margin:1px 0 1px 15px;color:#f56954!important;font-size:12px;float:left}
gpl-3.0
zenvisage/zenvisage
src/main/java/edu/uiuc/zenvisage/zqlcomplete/executor/ZColumn.java
1296
package edu.uiuc.zenvisage.zqlcomplete.executor; import java.util.ArrayList; import java.util.List; public class ZColumn { private String variable; private String attribute; //put z here private List<String> values; private String expression; private boolean aggregate; // after executing expression, implement...
gpl-3.0
rdemorais/ecar-spa
pe-spa/src/js/modules/common/services/support.service.js
2683
/**========================================================= * Module: SupportService.js * Checks for features supports on browser =========================================================*/ /*jshint -W069*/ (function() { 'use strict'; angular .module('naut') .service('support', se...
gpl-3.0
domino14/Webolith
djAerolith/base/migrations/0010_auto_20190124_1902.py
488
# Generated by Django 2.0.9 on 2019-01-25 03:02 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('base', '0009_auto_20170824_0722'), ] operations = [ migrations.AlterField( model_name='alphagramtag', name='tag', ...
gpl-3.0
cluck/freeipa
ipatests/test_ipalib/test_crud.py
7084
# Authors: # Jason Gerard DeRose <jderose@redhat.com> # # Copyright (C) 2008 Red Hat # see file 'COPYING' for use and warranty information # # 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, ei...
gpl-3.0
Hazelwire/Hazelwire
src/GenerationFramework/doc/org/hazelwire/virtualmachine/InstallScriptGenerator.html
10217
<!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_22) on Wed Nov 02 18:30:53 CET 2011 --> <TITLE> InstallScriptGenerator </TITLE> <META NAME="date" CONTENT="2011-11-02"> <LINK REL ="stylesheet" TYP...
gpl-3.0
martin-helmich/graphpizer-cli
src/Persistence/Op/MergeNode.php
2735
<?php /* * GraPHPizer source code analytics engine (cli component) * Copyright (C) 2015 Martin Helmich <kontakt@martin-helmich.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...
gpl-3.0
brandonccy/SmartNano
admincp/modules/pages/about-us/includes/action/editTestimonial.php
1979
<a href="?page=<?=$page?>&cate=<?=$cate?>"> <button type="button" class="btn btn-default" ><i class="fa fa-arrow-left"></i> Back to Testimonial List</button> </a> <br><br> <header class="widget-header"> <a href="?page=<?=$page?>&cate=<?=$cate?>"> <button type="button" class="close">&times;</button> </a> <h4 clas...
gpl-3.0
ag-csw/aspect-owl-protege
src/main/java/de/fuberlin/csw/aspectowl/parser/ParseException.java
6190
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 5.0 */ /* JavaCCOptions:KEEP_LINE_COL=null */ package de.fuberlin.csw.aspectowl.parser; /** * This exception is thrown when parse errors are encountered. * You can explicitly create objects of this exception type by * calling the method gene...
gpl-3.0
ubuntu/tutorial-deployment
codelab/testdata/codelabgenerated/markdown-with-images.md/example-snap-tutorial/index.html
1409
<google-codelab id="codelabobj" title="Example snap tutorial" feedback-link="https://github.com/ubuntudesign/tutorials.ubuntu.com/issues"> <app-route route="{{route}}" tail="{{routeTail}}"></app-route> <google-codelab-step label="First step images" duration="1"> <p>A local image</p> <p><img src...
gpl-3.0
transwarpio/rapidminer
rapidMiner/rapidminer-studio-core/src/main/java/com/rapidminer/operator/execution/UnitExecutor.java
1306
/** * Copyright (C) 2001-2016 by RapidMiner and the contributors * * Complete list of developers available at our web site: * * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the...
gpl-3.0
forgodsake/TowerPlus
Android/src/com/fuav/android/view/checklist/row/ListRow_Note.java
1912
package com.fuav.android.view.checklist.row; import com.fuav.android.R; import com.fuav.android.view.checklist.CheckListItem; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnFocusChangeListener; import android.view.ViewGroup; import android.widget.EditText; public ...
gpl-3.0
InstantKhabar/_source
_source/news/30600-lucknow.html
6194
--- title: "सभी सीटों पर चुनाव लड़ेगी राष्ट्रीय समाजवादी पार्टी" layout: item category: lucknow date: 2016-04-04T11:09:40.000Z image: e317a127ac6d68da3f0130fa1b5679c2.jpg --- <p style="text-align: justify;">लखनऊ। राष्ट्रीय समाजवादी पार्टी उत्तर प्रदेश के विधान सभा चुनाव में अकेल दम पर पूरे जोर-शोर के साथ मैदान में उतरेग...
gpl-3.0
darkmoon88/ms2013
README.md
22
ms2013 ====== ms2013
gpl-3.0
gen0cide/laforge
ent/ginfilemiddleware_create.go
11377
// Code generated by entc, DO NOT EDIT. package ent import ( "context" "errors" "fmt" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/gen0cide/laforge/ent/ginfilemiddleware" "github.com/gen0cide/laforge/ent/provisionedhost" "github.com/gen0cide/laforge/ent/provisioningstep" "gith...
gpl-3.0
Tradeshift/junit-remote
src/main/java/com/tradeshift/test/remote/internal/RedirectingStream.java
1372
/** * junit-remote * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope...
gpl-3.0
potty-dzmeia/db4o
src/db4oj.tests/src/com/db4o/db4ounit/common/assorted/TransientCloneTestCase.java
3796
/* This file is part of the db4o object database http://www.db4o.com Copyright (C) 2004 - 2011 Versant Corporation http://www.versant.com db4o is free software; you can redistribute it and/or modify it under the terms of version 3 of the GNU General Public License as published by the Free Software Foundation. db4o ...
gpl-3.0
reneederer/1920Parser
1920Parser/html/index.html
3422
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
gpl-3.0
itachi1706/Applied-Energistics-2
src/main/java/appeng/server/subcommands/ChunkLogger.java
2932
/* * This file is part of Applied Energistics 2. * Copyright (c) 2013 - 2015, AlgorithmX2, All rights reserved. * * Applied Energistics 2 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 ver...
gpl-3.0
campisano/pgmodeler
plugins/code_generator/src/code_generator_widget.cpp
2090
#include "code_generator_widget.h" #include <iostream> #include <fstream> #include <map> #include <string> CodeGeneratorWidget::CodeGeneratorWidget(QWidget *parent, Qt::WindowFlags f) : QDialog(parent,f) { setupUi(this); code_hl=new SyntaxHighlighter(code_txt); code_hl->loadConfiguration(GlobalAttributes...
gpl-3.0
lbernau/smartVISU-deprecated
driver/io_smarthome.py.js
5820
/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ /** * Class for controll...
gpl-3.0
DJVUpp/Desktop
djuvpp-djvureader-_linux-f9cd57d25c2f/DjVuReader++/src/com/newgroup/tabs/event/TabAddedEvent.java
1427
/* Copyright 2012 James Edwards This file is part of Jhrome. Jhrome 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 3 of the License, or (at your option) any later version. Jhrome is distr...
gpl-3.0
mydlp/mydlp
src/schema/diffs/2.0.48-1___mydlp___p001.sql
80
ALTER TABLE DocumentDatabase_DocumentDatabaseFileEntry DROP KEY fileEntries_id;
gpl-3.0
pasoev/darband
css/styles.css
335
body { background-color: #000; } h1 { color: gold; } .flip { -moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1); -o-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); display: inline-block; color: #CCBF33; } #game { width: 100%; text-align: center; } canvas { margi...
gpl-3.0
malept/gmusicprocurator
docs/conf.py
12282
# -*- coding: utf-8 -*- # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. import json ...
gpl-3.0
intelaligent/tctb
docs/pages/tut0/t0_1.md
561
--- title: "A Beginner's Guide to SUMO" keywords: tutorial sidebar: t0_sidebar toc: false simple_map: true map_name: map_tut0 permalink: t0_1.html folder: tut0 --- ## Introduction to SUMO - A short introduction to SUMO; - Programme requirements; - An introduction to necessary input files for model building in SUMO;...
gpl-3.0
Aaahh/lakka-website
layouts/partials/menu.html
605
<div id="menubar"> <h1><a href="/"><img src="/images/lakka-logo.png" alt="Lakka's logo, represent a berry : the cloudberry" /></a></h1> <nav> <ul> <li><%= link_to 'Get', '/get' %></li> <li><%= link_to 'News', '/articles' %></li> <li><%= link_to 'Forum', 'http://libretro.com/forum...
gpl-3.0
mu-editor/mu
make.py
12681
#!python3 import os import sys import fnmatch import re import shutil import subprocess PYTEST = "pytest" FLAKE8 = "flake8" BLACK = "black" BLACK_FLAGS = ["-l", "79"] PYGETTEXT = os.path.join(sys.base_prefix, "tools", "i18n", "pygettext.py") INCLUDE_PATTERNS = {"*.py"} EXCLUDE_PATTERNS = { "build/*", "docs/*"...
gpl-3.0
waitman/OpenDCP
cli/Makefile
1427
CC = clang CFLAGS = -Wall -Wextra -O2 -I../include -I/usr/local/include -DLIBXML_STATIC -DLIBXSLT_STATIC -DXMLSEC \ -DXMLSEC_STATIC -D_FILE_OFFSET_BITS=64 -DNDEBUG LIBS = -lz -lssl -lcrypto -lxml2 -lxmlsec1-openssl -lxmlsec1 -lxslt -lexpat -ltiff -lopenjpeg -lopendcp -lasdcp -lkumu LDFLAGS = -L./../libopendcp -L/usr...
gpl-3.0
illinois-dres-aitg/courses-presentations
presentations/2016-10-educause/slide10.html
2449
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML//EN"> <html lang="en"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Slide 10: Experience of Disability: History of Built-in Accessibility</title> <link rel="stylesheet" type="text/css" href="../slides2/css/bootstrap.min.css"> <link rel="styles...
gpl-3.0
jpmilcent/depim
server/framework/Registre.php
2499
<?php // declare(encoding='UTF-8'); /** * Classe Registre, qui permet un accès à différentes variables et paramètres à travers les autres classes. * C'est un remplaçant à la variable magique $_GLOBALS de Php. * C'est un singleton. * Si vous voulez paramètré votre application via un fichier de configuration, utilise...
gpl-3.0
irmpow/4rooms
js-href-gen-v2-01top.html
554
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script> function myGoTo() { var str = document.getElementById("inp").value; top.frames['bot01'].location = str; } </script> </head> <body style="padding:0;margin:0;"> <div style="background:#4c5863;" width="100...
gpl-3.0
enen92/xbmc-video-server
src/protected/messages/de/Misc.php
1489
<?php /** * Message translations. * * This file is automatically generated by 'yiic message' command. * It contains the localizable messages extracted from source code. * You may modify this file by translating the extracted messages. * * Each array element represents the translation (value) of a message (key)....
gpl-3.0
nikochan2k/projeqtor-ja
tool/i18n/nls/de/lang.js
84654
{ aboutMessage: "Über ProjecQtOr …", aboutMessageLocale: "Lokal", aboutMessageWebsite: "Webseite", AccessProfile: "Zugriffsprofile", accessProfileGlobalCreator: "Ersteller+", accessProfileGlobalManager: "Manager+", accessProfileGlobalReader: "Leser+", accessProfileGlobalUpdater: "Änderer+", accessProfileNoAccess: "Kein...
gpl-3.0
Great-Li-Xin/00864088
[书上的例题、练习与习题]/第02章/练习/练习2-18.c
253
#include <stdio.h> #include <math.h> int main(void){ int i,n; double result; printf("Enter n: "); scanf("%d",&n); for (i = 0; i <=n ; i++) { result=pow(3,i); printf("pow(3,%d)=%0.f\n",i,result); } return 0; }
gpl-3.0
gottcode/kapow
icons/po/update-pot.sh
774
#!/bin/sh echo -n 'Preparing files...' cd .. rm -f kapow.desktop.in cp kapow.desktop kapow.desktop.in sed -e '/^Name\[/ d' \ -e '/^GenericName\[/ d' \ -e '/^Comment\[/ d' \ -e '/^Icon/ d' \ -e '/^Keywords/ d' \ -i kapow.desktop.in rm -f kapow.appdata.xml.in cp kapow.appdata.xml kapow.appdata.xml.in sed -e '/p ...
gpl-3.0
MaharaProject/mahara
htdocs/lib/dwoo/mahara/Dwoo_Template_Mahara.php
4089
<?php /** * * @package mahara * @subpackage dwoo * @author Catalyst IT Ltd * @author Jordi Boggiano <j.boggiano@seld.be> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this sof...
gpl-3.0
Unofficial-Extend-Project-Mirror/foam-extend-foam-extend-3.2
src/finiteArea/fields/faPatchFields/constraint/wedge/wedgeFaPatchField.C
5145
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | foam-extend: Open Source CFD \\ / O peration | Version: 3.2 \\ / A nd | Web: http://www.foam-extend.org \\/ M anipulation | For ...
gpl-3.0
TehFlaminTaco/RProgN-2
source/src/rprogn/callables/stack/CallablePush.java
641
package rprogn.callables.stack; import rprogn.callables.Callable; import rprogn.functions.Scope; import rprogn.interpreter.Interpreter; import rprogn.variable.Var; import rprogn.variable.VarStack; public class CallablePush implements Callable { @Override public void Call(Interpreter interpreter, Scope scope) { V...
gpl-3.0
Anisorf/ENCODE
encode/src/org/wandora/application/server/WebAppHelper.java
2691
/* * WANDORA * Knowledge Extraction, Management, and Publishing Application * http://wandora.org * * Copyright (C) 2004-2015 Wandora Team * * 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 Foundatio...
gpl-3.0
Maracars/POPBL5
src/domain/dao/DAOSimulator.java
3764
package domain.dao; import java.sql.Timestamp; import java.util.Date; import javax.persistence.ParameterMode; import javax.persistence.Query; import javax.persistence.StoredProcedureQuery; import org.hibernate.Session; import hibernate.HibernateConnection; /** * The Class DAOSimulator. */ public class DAOSimulat...
gpl-3.0
angeloprudentino/QtNets
Doc/qtwidgets/qtwidgets-dialogs-extension-main-cpp.html
5428
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>main.cpp Example File | Qt Widgets 5.7</title> <link rel="stylesheet" type="text/css" href="style/offline-simple.css" /> <script type="text/javascript"> ...
gpl-3.0
bitemyapp/Pijul
tests/zombie.sh
789
#! /usr/bin/env bash set -x set -e testdir=$(mktemp -d -t pijul-test.XXXXXXXXXX) test ! -z $testdir cd $testdir mkdir a cd a $pijul init echo saluton > file echo malbão >> file echo probolon >> file $pijul add file $pijul record -a --author "Jean-Paul" --name "L'existentialisme" cd .. $pijul get a b cd b echo sal...
gpl-3.0
evilksi/jeux-oriente-objet-2
Test/EIFGENs/coinplumber/F_code/C11/ch541.h
1025
#ifndef _C11_ch541_ #define _C11_ch541_ #ifdef __cplusplus extern "C" { #endif extern EIF_INTEGER_8 F448_2708(EIF_REFERENCE, EIF_INTEGER_32); extern EIF_REFERENCE F448_2711(EIF_REFERENCE); extern void F448_2712(EIF_REFERENCE); extern void F448_2714(EIF_REFERENCE, EIF_INTEGER_32); extern void F448_2715(EIF_REFERENCE,...
gpl-3.0
lubosz/liblub
src/Procedural/Planets/TerrainPlain.h
352
/* * Terrain.h * * Created on: May 5, 2011 * Author: bmonkey */ #ifndef TERRAINPLAIN_H_ #define TERRAINPLAIN_H_ #include "Scene/Node.h" #include "PlanetElement.h" class TerrainPlain : public PlanetElement{ public: TerrainPlain(Planet * planet); virtual ~TerrainPlain(); void init(); void draw(); }...
gpl-3.0
DreamIP/GPStudio
gui-tools/src/gpstudio_gui/viewer/viewerwidgets/pdfviewer.cpp
1292
/**************************************************************************** ** Copyright (C) 2014-2017 Dream IP ** ** This file is part of GPStudio. ** ** GPStudio is a 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 Fou...
gpl-3.0
denisjul/democratos
democratos/CreateYourLaws/migrations/0013_auto_20180226_2211.py
369
# Generated by Django 2.0 on 2018-02-26 22:11 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('CreateYourLaws', '0012_codeblock_is_cdp'), ] operations = [ migrations.RenameField( model_name='codeblock', old_name='is_cdp',...
gpl-3.0
williamfdevine/PrettyLinux
drivers/message/fusion/mptspi.c
44646
/* * linux/drivers/message/fusion/mptspi.c * For use with LSI PCI chip/adapter(s) * running LSI Fusion MPT (Message Passing Technology) firmware. * * Copyright (c) 1999-2008 LSI Corporation * (mailto:DL-MPTFusionLinux@lsi.com) * */ /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
gpl-3.0
firestarter/firestarter
redist/mirror-lib/mirror/pre_registered/default.hpp
1508
/** * @file mirror/pre_registered/default.hpp * @brief Pre-registration of the default set of namespace, types, * classes, etc. with Mirror * * Copyright 2008-2010 Matus Chochlik. Distributed under the Boost * Software License, Version 1.0. (See accompanying file * LICENSE_1_0.txt or copy at http://www.boost...
gpl-3.0
danijelkavcic/sqlmake
src/SQLMakeTest/SQLPlusScannerDropStatementsTest.cs
26506
/* Sqlmake http://code.google.com/p/sqlmake/ Copyright © 2010-2012 Mitja Golouh This file is part of Sqlmake. Sqlmake 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 3 of the...
gpl-3.0
anshumang/evqueue-core
evqueue.cpp
10552
/* * This file is part of evQueue * * evQueue 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. * * evQueue is distributed in t...
gpl-3.0
shippingsoon/Synesthesia-Symphony
system/session.ts
2736
/** * @file Session class. * @copyright 2014 Shipping Soon * @license GPLv3 * @see {@link https://github.com/shippingsoon/Synesthesia-Symphony} for sourcecode * @see {@link https://www.shippingsoon.com/synesthesia-symphony} for online demo */ import {IConfig, IGameData, ISession} from '../game/types'; import {in...
gpl-3.0
fabienric/geoservice-api
search.php
1709
<? header('Content-Type: application/json; charset=utf-8'); require_once "MysqliDb.php"; $lat = $_GET['latitude']; // latitude of centre of bounding circle in degrees $lon = $_GET['longitude']; // longitude of centre of bounding circle in degrees $rad = $_GET['radius']; // radius of bounding circle in kilomet...
gpl-3.0
randomrandomlol123/fewgewgewgewhg
sender.py
325
import json import socket import sys attackSocket = socket.socket() attackSocket.connect(('localhost', 8080)) attackSocket.send("{0}\r\n".format( json.dumps( {'membership': "full", 'channel': sys.argv[1], 'message': ' '.join(sys.argv[3:]), 'type': "start", 'which': sys.argv[2]} )).encode('utf-8')) attackSocket.clo...
gpl-3.0
Sliim/sleemacs
php-manual/datetime.set-state.html
2638
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>The __set_state handler</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="prev" ...
gpl-3.0
Unofficial-Extend-Project-Mirror/foam-extend-foam-extend-3.2
src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.H
2909
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | foam-extend: Open Source CFD \\ / O peration | Version: 3.2 \\ / A nd | Web: http://www.foam-extend.org \\/ M anipulation | For ...
gpl-3.0
Unofficial-Extend-Project-Mirror/foam-extend-foam-extend-3.2
src/foam/algorithms/polygon/pointInPolygon/HormannAgathos.H
4042
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | foam-extend: Open Source CFD \\ / O peration | Version: 3.2 \\ / A nd | Web: http://www.foam-extend.org \\/ M anipulati...
gpl-3.0
themystic/php-demos
object-oriented-programming/passing-by-reference.php
2344
<?php function concat_exclamation($str) { $str .= "!"; print $str; } function concat_exclamation_to_each_value($arr) { foreach ($arr as $key => $value) { $arr[$key] = $value . "!"; } print_r($arr); } function concat_exclamation_to_name($obj) { $obj->newname .= "!"; print_r($obj); ...
gpl-3.0
FH-Complete/FHC-AddOn-Bewerbung
cronjobs/neu_registriert_job.php
10904
<?php /* Copyright (C) 2015 FH Technikum-Wien * * 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 ...
gpl-3.0
max3903/SFLphone
daemon/libs/pjproject/pjsip/include/pjsip-simple/errno.h
4268
/* $Id: errno.h 2394 2008-12-23 17:27:53Z bennylp $ */ /* * Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com) * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publi...
gpl-3.0
WarmongeR1/QSopherim
src/core/link/urlconverter.h
1865
/*************************************************************************** openBibleViewer - Bible Study Tool Copyright (C) 2009-2011 Paul Walger 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; eith...
gpl-3.0
ihmc/nomads
externals/openssl/1.0.2h/include/opensslconf.h
7379
/* opensslconf.h */ /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ #ifdef __cplusplus extern "C" { #endif /* OpenSSL was configured with the following options: */ #ifndef OPENSSL_DOING_MAKEDEPEND #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 # define OPENSSL_NO_EC_NISTP_64_GCC_128 #endif #ifnde...
gpl-3.0
heartvalve/OpenFlipper
Plugin-Datacontrol/TreeModel.hh
7695
/*===========================================================================*\ * * * OpenFlipper * * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * * ...
gpl-3.0
zobe123/Plex-CS
data/interfaces/default/css/plexcs.css
60936
body { font-family: 'Open Sans', sans-serif; color: #fff; margin-top: 50px; overflow: hidden; } a { color: #eee; } a:hover, a:focus { color: #f9aa03; text-decoration: none; outline: none; } select { margin: 5px 0 5px 0; border: 2px solid #444; background: #333; -webkit-bo...
gpl-3.0
wakeupthecat/gastona
pc/src/javaj/widgets/zImage.java
9717
/* package de.elxala.zWidgets Copyright (C) 2005-2017 Alejandro Xalabarder Aulet 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...
gpl-3.0
SylvainLasnier/memcached
Dockerfile
313
FROM sylvainlasnier/ubuntu MAINTAINER Sylvain Lasnier <sylvain.lasnier@gmail.com> # Install packages RUN DEBIAN_FRONTEND=noninteractive apt-get update RUN DEBIAN_FRONTEND=noninteractive apt-get -y install memcached # memcached public variable EXPOSE 11211 CMD ["/usr/bin/memcached", "-u", "memcache", "-v"]
gpl-3.0
xmjiao/octave-debian
doc/interpreter/octave.html/XREFlightdeletefcn.html
1942
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> <title>GNU Octave: XREFlightdeletefcn</title> <meta name="descr...
gpl-3.0
jagodki/qzeb3d
ZebData/Rawdata/track.cpp
3636
/* * qZeb3D - calculating 3D-point-clouds from Georawfiles/Georohdaten of german ZEB * Copyright (C) 2016 Christoph Jung * * 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 ...
gpl-3.0
jantman/tuxostat
fs_backup/home/tuxostat/devel/Phidgetlinux/phidget21/utils/avahi-common/malloc.h
3069
#ifndef foomallochfoo #define foomallochfoo /* $Id: malloc.h,v 1.1.1.1 2008/06/10 13:50:38 jantman Exp $ */ /*** This file is part of avahi. avahi 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;...
gpl-3.0
InstantKhabar/_source
_source/news/2018-06-29-piyush-goyal.html
4564
--- title: "अगले साल तक पता चलेगा स्विस बैंक में किसका कितना पैसा: पीयूष गोयल" layout: item category: ["india"] date: 2018-06-29T11:05:55.015Z image: 1530290155012piyush-goyal.jpg --- <p>नई दिल्ली: केंद्रीय मंत्री पीयूष गोयल ने कहा है कि अगले साल तक कालाधन का सारा डेटा भारत में वापस आ जाएगा. गोयल का यह बयान SNB के उस ड...
gpl-3.0
MailCleaner/MailCleaner
www/framework/Zend/Search/Lucene/Document/Exception.php
1162
<?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...
gpl-3.0