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
# 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 ...
youbiteme/nexus-tools
uninstall.sh
Shell
gpl-3.0
1,476
############################################################################## # # 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...
Donkyhotay/MoonPy
zope/app/dtmlpage/tests/test_dtmlpage.py
Python
gpl-3.0
2,514
<!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...
myapos/e-tuner
index.html
HTML
gpl-3.0
1,844
<?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...
CatLabInteractive/dolumar-engine
src/Neuron/GameServer/scripts/image/minimap.php
PHP
gpl-3.0
6,605
<!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...
nikolausfurian/HCDESLib
API/class_general_health_care_elements_1_1_staff_handling_1_1_staff_per_period_handler-members.html
HTML
gpl-3.0
8,795
/**************************************************************************** ** ** 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...
forio/julia-studio
src/plugins/qmljseditor/qmljsoutlinetreeview.h
C
gpl-3.0
1,936
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
spatialfruitsalad/pomelo
test/2015-12-14_input_test/inputtest.lua
Lua
gpl-3.0
291
/* 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...
shunzh/aim5
src/main/java/aim4/map/destination/IdentityDestinationSelector.java
Java
gpl-3.0
2,542
/* * 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...
tvesalainen/util
util/src/main/java/org/vesalainen/fx/ObjectPreference.java
Java
gpl-3.0
1,649
#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...
engineers-nightmare/engineers-nightmare
src/tools/remove_block.cc
C++
gpl-3.0
1,912
/* 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...
pdziepak/quarnos-old
kernel/include/random.h
C
gpl-3.0
802
## 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...
ptomato/gnome-inform7
AUTHORS.md
Markdown
gpl-3.0
929
@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">...
jia1/addvise
resources/views/needAddvise_me.blade.php
PHP
gpl-3.0
2,064
/*************************************************************************** ** ** ** This file is part of SpineCreator, an easy to use GUI for ** ** describing spiking neural network models. ** ** Copyrigh...
SpineML/SpineCreator
CL_classes.h
C
gpl-3.0
24,097
#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...
billhhh/whLBS
Framework/include/MyModule/mmodule.h
C
gpl-3.0
864
FROM ubuntu:xenial ADD simulator /bin/ ENTRYPOINT ["/bin/simulator"]
immesys/smartgridstore
containers/simulator/Dockerfile
Dockerfile
gpl-3.0
70
' 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...
xieguigang/Microsoft.VisualBasic.Windows.Forms
Microsoft.Windows.FeatureAPI/Sensors/Metadata/SensorState.vb
Visual Basic
gpl-3.0
835
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...
wikistat/Apprentissage
BackPropagation/solutions/lr_class.py
Python
gpl-3.0
1,424
/* * 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...
tupelo-shen/my_test
doc/linux/mips-architecture/loongson-datasheet/pmon/src/pmon-loongson3/zloader.ls2k/zlib_gzip.c
C
gpl-3.0
4,065
# Shoot
Belbertn/Shoot
README.md
Markdown
gpl-3.0
7
# -*- 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( ...
codento/barbados
barbados/barbadosdb/migrations/0008_club_users2.py
Python
gpl-3.0
415
<!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...
chenglongcl/blog
Template/default/Home/index/category.html
HTML
gpl-3.0
1,176
<?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...
SpecialForce3331/sldap
web/views/auth.php
PHP
gpl-3.0
2,551
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...
FabioZumbi12/PixelVip
PixelVip-Spigot/src/main/java/br/net/fabiozumbi12/pixelvip/bukkit/PVUtil.java
Java
gpl-3.0
6,402
// 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...
Karplyak/avtomag.url.ph
axZm/plugins/ios6TimersFix.js
JavaScript
gpl-3.0
2,999
<?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...
attilawagner/qhebunel
pages/profileedit.php
PHP
gpl-3.0
5,850
<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>...
kdeividborges/mid7
blog/00/programacaojovem.html
HTML
gpl-3.0
9,495
<?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...
dixidix/simulacion
extras/moodledata/lang/es/qtype_ddimageortext.php
PHP
gpl-3.0
1,223
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...
zdict/zdict
zdict/zdict.py
Python
gpl-3.0
8,711
.help-block{margin:1px 0 1px 15px;color:#f56954!important;font-size:12px;float:left}
fervillarrealm/CsCloud-Laravel
public/assets/css/jsvalidation.css
CSS
gpl-3.0
84
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...
zenvisage/zenvisage
src/main/java/edu/uiuc/zenvisage/zqlcomplete/executor/ZColumn.java
Java
gpl-3.0
1,296
/**========================================================= * Module: SupportService.js * Checks for features supports on browser =========================================================*/ /*jshint -W069*/ (function() { 'use strict'; angular .module('naut') .service('support', se...
rdemorais/ecar-spa
pe-spa/src/js/modules/common/services/support.service.js
JavaScript
gpl-3.0
2,683
# 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', ...
domino14/Webolith
djAerolith/base/migrations/0010_auto_20190124_1902.py
Python
gpl-3.0
488
# 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...
cluck/freeipa
ipatests/test_ipalib/test_crud.py
Python
gpl-3.0
7,084
<!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...
Hazelwire/Hazelwire
src/GenerationFramework/doc/org/hazelwire/virtualmachine/InstallScriptGenerator.html
HTML
gpl-3.0
10,217
<?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...
martin-helmich/graphpizer-cli
src/Persistence/Op/MergeNode.php
PHP
gpl-3.0
2,735
<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...
brandonccy/SmartNano
admincp/modules/pages/about-us/includes/action/editTestimonial.php
PHP
gpl-3.0
1,979
/* 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...
ag-csw/aspect-owl-protege
src/main/java/de/fuberlin/csw/aspectowl/parser/ParseException.java
Java
gpl-3.0
6,190
<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...
ubuntu/tutorial-deployment
codelab/testdata/codelabgenerated/markdown-with-images.md/example-snap-tutorial/index.html
HTML
gpl-3.0
1,409
/** * 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...
transwarpio/rapidminer
rapidMiner/rapidminer-studio-core/src/main/java/com/rapidminer/operator/execution/UnitExecutor.java
Java
gpl-3.0
1,306
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 ...
forgodsake/TowerPlus
Android/src/com/fuav/android/view/checklist/row/ListRow_Note.java
Java
gpl-3.0
1,912
--- title: "सभी सीटों पर चुनाव लड़ेगी राष्ट्रीय समाजवादी पार्टी" layout: item category: lucknow date: 2016-04-04T11:09:40.000Z image: e317a127ac6d68da3f0130fa1b5679c2.jpg --- <p style="text-align: justify;">लखनऊ। राष्ट्रीय समाजवादी पार्टी उत्तर प्रदेश के विधान सभा चुनाव में अकेल दम पर पूरे जोर-शोर के साथ मैदान में उतरेग...
InstantKhabar/_source
_source/news/30600-lucknow.html
HTML
gpl-3.0
6,194
ms2013 ====== ms2013
darkmoon88/ms2013
README.md
Markdown
gpl-3.0
22
// 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...
gen0cide/laforge
ent/ginfilemiddleware_create.go
GO
gpl-3.0
11,377
/** * 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...
Tradeshift/junit-remote
src/main/java/com/tradeshift/test/remote/internal/RedirectingStream.java
Java
gpl-3.0
1,372
/* 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 ...
potty-dzmeia/db4o
src/db4oj.tests/src/com/db4o/db4ounit/common/assorted/TransientCloneTestCase.java
Java
gpl-3.0
3,796
<!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...
reneederer/1920Parser
1920Parser/html/index.html
HTML
gpl-3.0
3,422
/* * 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...
itachi1706/Applied-Energistics-2
src/main/java/appeng/server/subcommands/ChunkLogger.java
Java
gpl-3.0
2,932
#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...
campisano/pgmodeler
plugins/code_generator/src/code_generator_widget.cpp
C++
gpl-3.0
2,090
/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ /** * Class for controll...
lbernau/smartVISU-deprecated
driver/io_smarthome.py.js
JavaScript
gpl-3.0
5,820
/* 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...
DJVUpp/Desktop
djuvpp-djvureader-_linux-f9cd57d25c2f/DjVuReader++/src/com/newgroup/tabs/event/TabAddedEvent.java
Java
gpl-3.0
1,427
ALTER TABLE DocumentDatabase_DocumentDatabaseFileEntry DROP KEY fileEntries_id;
mydlp/mydlp
src/schema/diffs/2.0.48-1___mydlp___p001.sql
SQL
gpl-3.0
80
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...
pasoev/darband
css/styles.css
CSS
gpl-3.0
335
# -*- 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 ...
malept/gmusicprocurator
docs/conf.py
Python
gpl-3.0
12,282
--- 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;...
intelaligent/tctb
docs/pages/tut0/t0_1.md
Markdown
gpl-3.0
561
<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...
Aaahh/lakka-website
layouts/partials/menu.html
HTML
gpl-3.0
605
#!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/*"...
mu-editor/mu
make.py
Python
gpl-3.0
12,681
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...
waitman/OpenDCP
cli/Makefile
Makefile
gpl-3.0
1,427
<!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...
illinois-dres-aitg/courses-presentations
presentations/2016-10-educause/slide10.html
HTML
gpl-3.0
2,449
<?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...
jpmilcent/depim
server/framework/Registre.php
PHP
gpl-3.0
2,499
<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...
irmpow/4rooms
js-href-gen-v2-01top.html
HTML
gpl-3.0
554
<?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)....
enen92/xbmc-video-server
src/protected/messages/de/Misc.php
PHP
gpl-3.0
1,489
{ aboutMessage: "Über ProjecQtOr …", aboutMessageLocale: "Lokal", aboutMessageWebsite: "Webseite", AccessProfile: "Zugriffsprofile", accessProfileGlobalCreator: "Ersteller+", accessProfileGlobalManager: "Manager+", accessProfileGlobalReader: "Leser+", accessProfileGlobalUpdater: "Änderer+", accessProfileNoAccess: "Kein...
nikochan2k/projeqtor-ja
tool/i18n/nls/de/lang.js
JavaScript
gpl-3.0
84,654
#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; }
Great-Li-Xin/00864088
[书上的例题、练习与习题]/第02章/练习/练习2-18.c
C
gpl-3.0
253
#!/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 ...
gottcode/kapow
icons/po/update-pot.sh
Shell
gpl-3.0
774
<?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...
MaharaProject/mahara
htdocs/lib/dwoo/mahara/Dwoo_Template_Mahara.php
PHP
gpl-3.0
4,089
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | foam-extend: Open Source CFD \\ / O peration | Version: 3.2 \\ / A nd | Web: http://www.foam-extend.org \\/ M anipulation | For ...
Unofficial-Extend-Project-Mirror/foam-extend-foam-extend-3.2
src/finiteArea/fields/faPatchFields/constraint/wedge/wedgeFaPatchField.C
C++
gpl-3.0
5,145
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...
TehFlaminTaco/RProgN-2
source/src/rprogn/callables/stack/CallablePush.java
Java
gpl-3.0
641
/* * 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...
Anisorf/ENCODE
encode/src/org/wandora/application/server/WebAppHelper.java
Java
gpl-3.0
2,691
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...
Maracars/POPBL5
src/domain/dao/DAOSimulator.java
Java
gpl-3.0
3,764
<?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"> ...
angeloprudentino/QtNets
Doc/qtwidgets/qtwidgets-dialogs-extension-main-cpp.html
HTML
gpl-3.0
5,428
#! /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...
bitemyapp/Pijul
tests/zombie.sh
Shell
gpl-3.0
789
#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,...
evilksi/jeux-oriente-objet-2
Test/EIFGENs/coinplumber/F_code/C11/ch541.h
C
gpl-3.0
1,025
/* * 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(); }...
lubosz/liblub
src/Procedural/Planets/TerrainPlain.h
C
gpl-3.0
352
/**************************************************************************** ** 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...
DreamIP/GPStudio
gui-tools/src/gpstudio_gui/viewer/viewerwidgets/pdfviewer.cpp
C++
gpl-3.0
1,292
# 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',...
denisjul/democratos
democratos/CreateYourLaws/migrations/0013_auto_20180226_2211.py
Python
gpl-3.0
369
/* * 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) * */ /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
williamfdevine/PrettyLinux
drivers/message/fusion/mptspi.c
C
gpl-3.0
44,646
/** * @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...
firestarter/firestarter
redist/mirror-lib/mirror/pre_registered/default.hpp
C++
gpl-3.0
1,508
/* 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...
danijelkavcic/sqlmake
src/SQLMakeTest/SQLPlusScannerDropStatementsTest.cs
C#
gpl-3.0
26,506
/* * 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...
anshumang/evqueue-core
evqueue.cpp
C++
gpl-3.0
10,552
/** * @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...
shippingsoon/Synesthesia-Symphony
system/session.ts
TypeScript
gpl-3.0
2,736
<? 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...
fabienric/geoservice-api
search.php
PHP
gpl-3.0
1,709
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...
randomrandomlol123/fewgewgewgewhg
sender.py
Python
gpl-3.0
325
<!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" ...
Sliim/sleemacs
php-manual/datetime.set-state.html
HTML
gpl-3.0
2,638
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | foam-extend: Open Source CFD \\ / O peration | Version: 3.2 \\ / A nd | Web: http://www.foam-extend.org \\/ M anipulation | For ...
Unofficial-Extend-Project-Mirror/foam-extend-foam-extend-3.2
src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.H
C++
gpl-3.0
2,909
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | foam-extend: Open Source CFD \\ / O peration | Version: 3.2 \\ / A nd | Web: http://www.foam-extend.org \\/ M anipulati...
Unofficial-Extend-Project-Mirror/foam-extend-foam-extend-3.2
src/foam/algorithms/polygon/pointInPolygon/HormannAgathos.H
C++
gpl-3.0
4,042
<?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); ...
themystic/php-demos
object-oriented-programming/passing-by-reference.php
PHP
gpl-3.0
2,344
<?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 ...
FH-Complete/FHC-AddOn-Bewerbung
cronjobs/neu_registriert_job.php
PHP
gpl-3.0
10,904
/* $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...
max3903/SFLphone
daemon/libs/pjproject/pjsip/include/pjsip-simple/errno.h
C
gpl-3.0
4,268
/*************************************************************************** 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...
WarmongeR1/QSopherim
src/core/link/urlconverter.h
C
gpl-3.0
1,865
/* 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...
ihmc/nomads
externals/openssl/1.0.2h/include/opensslconf.h
C
gpl-3.0
7,379
/*===========================================================================*\ * * * OpenFlipper * * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * * ...
heartvalve/OpenFlipper
Plugin-Datacontrol/TreeModel.hh
C++
gpl-3.0
7,695
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...
zobe123/Plex-CS
data/interfaces/default/css/plexcs.css
CSS
gpl-3.0
60,936
/* 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...
wakeupthecat/gastona
pc/src/javaj/widgets/zImage.java
Java
gpl-3.0
9,717
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"]
SylvainLasnier/memcached
Dockerfile
Dockerfile
gpl-3.0
313
<!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...
xmjiao/octave-debian
doc/interpreter/octave.html/XREFlightdeletefcn.html
HTML
gpl-3.0
1,942
/* * 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 ...
jagodki/qzeb3d
ZebData/Rawdata/track.cpp
C++
gpl-3.0
3,636
#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;...
jantman/tuxostat
fs_backup/home/tuxostat/devel/Phidgetlinux/phidget21/utils/avahi-common/malloc.h
C
gpl-3.0
3,069
--- title: "अगले साल तक पता चलेगा स्विस बैंक में किसका कितना पैसा: पीयूष गोयल" layout: item category: ["india"] date: 2018-06-29T11:05:55.015Z image: 1530290155012piyush-goyal.jpg --- <p>नई दिल्ली: केंद्रीय मंत्री पीयूष गोयल ने कहा है कि अगले साल तक कालाधन का सारा डेटा भारत में वापस आ जाएगा. गोयल का यह बयान SNB के उस ड...
InstantKhabar/_source
_source/news/2018-06-29-piyush-goyal.html
HTML
gpl-3.0
4,564
<?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...
MailCleaner/MailCleaner
www/framework/Zend/Search/Lucene/Document/Exception.php
PHP
gpl-3.0
1,162