repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
hamgravy/volk-fft
lib/volk_fft_prefs.c
1442
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <volk_fft/volk_fft_prefs.h> //#if defined(_WIN32) //#include <Windows.h> //#endif void volk_fft_get_config_path(char *path) { if (!path) return; const char *suffix = "/.volk_fft/volk_fft_config"; char *home = NULL; if (home == NULL) h...
gpl-3.0
cgwalters/texinfo-git-mirror
texi2html/test/singular_manual/res/singular/ainvar_005flib.html
9062
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by texi2html, http://www.gnu.org/software/texinfo/ --> <head> <title>Singular 2-0-4 Manual: D.6.2 ainvar_lib</title> <meta name="description" content="Singular 2-0-4 Manual: D.6.2 ainvar_lib"> <me...
gpl-3.0
mbedded-ninja/NinjaTerm
src/test/java/ninja/mbedded/ninjaterm/util/rxProcessing/timeStamp/TimeStampParserTests.java
17393
package ninja.mbedded.ninjaterm.util.rxProcessing.timeStamp; import javafx.scene.paint.Color; import ninja.mbedded.ninjaterm.JavaFXThreadingRule; import ninja.mbedded.ninjaterm.util.rxProcessing.streamedData.StreamedData; import ninja.mbedded.ninjaterm.util.rxProcessing.streamingFilter.StreamingFilter; import org.juni...
gpl-3.0
crazykeyboard/draw.io
war/js/diagramly/Init.js
6535
// urlParams is null when used for embedding window.urlParams = window.urlParams || {}; // isLocalStorage controls access to local storage window.isLocalStorage = window.isLocalStorage || false; // Checks for SVG support window.isSvgBrowser = window.isSvgBrowser || (navigator.userAgent.indexOf('MSIE') < 0 || document...
gpl-3.0
NetRevolutions/SICOTYC
SICOTYC/UI/src/app/widgets/flot-chart-widget/flot-chart-widget.template.html
3725
<div class="col-lg-6 col-12"> <section widget class="widget widget-chart-stats-simple"> <header> <div class="row"> <div class="col-3"> <h6> Total Sales </h6> <p class="value5"> January, 2014 </p> </div> <div class="col-3...
gpl-3.0
kaoz70/flexcms
flexcms/vendor/cartalyst/sentinel/src/migrations/2014_07_02_230147_migration_cartalyst_sentinel.php
3705
<?php /** * Part of the Sentinel package. * * NOTICE OF LICENSE * * Licensed under the 3-clause BSD License. * * This source file is subject to the 3-clause BSD License that is * bundled with this package in the LICENSE file. * * @package Sentinel * @version 2.0.18 * @author Cartalyst LLC * @lic...
gpl-3.0
saulario/pruebas
csoft/csoft/src/mod2/Worker2.cpp
499
/* * File: Worker2.cpp * Author: saulario * * Created on 15 de septiembre de 2016, 6:40 */ #include "Worker2.h" #include "Csoft.h" using namespace csoft::mod2; Worker2::Worker2(const csoft::Csoft * csoft) { } Worker2::Worker2(const Worker2& orig) { } Worker2::~Worker2() { } void Worker2::doIt(void) { ...
gpl-3.0
ravilogaiya/yujvidya
android-client/YSchool/Person.cs
476
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace YSchool { public class Person { public int id; public string name ; public int gender;//1 public string birthDate;//"1900-00-00T00:00:00" public int mobileNumb...
gpl-3.0
tonylegrone/platypi-cli
test/controllers/cli/updatetemplates.controller.test.js
2558
var chai = require('chai') , sinon = require('sinon') , sinonChai = require('sinon-chai') , expect = chai.expect , Promise = require('es6-promise').Promise , UpdateTemplatesController = require('../../../platypi-cli/controllers/cli/updatetemplates.controller'); chai.use(sinonChai); describe('Temp...
gpl-3.0
avedaee/DIRAC
TransformationSystem/Client/TransformationClient.py
22189
""" Class that contains client access to the transformation DB handler. """ __RCSID__ = "$Id$" import types from DIRAC import S_OK, S_ERROR, gLogger from DIRAC.Core.Base.Client import Client from DIRAC.Core.Utilities.List ...
gpl-3.0
quadwitharm/DebugConsole
mainwindow.h
2007
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include "serial.h" #include "inputprocessor.h" #include "commandsender.h" #include "plothelper.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainW...
gpl-3.0
electricpandafishstudios/Spoon
game/modules/tome-1.4.1/data/zones/ruined-dungeon/traps.lua
901
-- ToME - Tales of Maj'Eyal -- Copyright (C) 2009 - 2016 Nicolas Casalini -- -- 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 ...
gpl-3.0
CoderDuan/mantaflow
source/timing.h
1387
/****************************************************************************** * * MantaFlow fluid solver framework * Copyright 2011 Tobias Pfaff, Nils Thuerey * * This program is free software, distributed under the terms of the * GNU General Public License (GPL) * http://www.gnu.org/licenses * * Plugin ti...
gpl-3.0
darciga/cf
blog/models.py
1127
from django.db import models from django.contrib.auth.models import User import MySQLdb # Create your models here. class Comentario(models.Model): """Comentario""" contenido = models.TextField(help_text='Escribe un comentario') fecha_coment = models.DateField(auto_now=True) def __unicode__(self): return self.c...
gpl-3.0
joshbohde/xbmc-notify-mqtt
README.md
923
XBMC Notify MQTT ============================= An XBMC addon to display notifications received over mqtt. Install ------- Install the zip file through the XBMC add on interface. Configure --------- Insert the broker host, port, and the root path on in the configuration. Topics ------ The root topic is configurab...
gpl-3.0
ethereum/solidity
libsolutil/CommonIO.cpp
4494
/* This file is part of solidity. solidity 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. solidity is distributed in the hope that i...
gpl-3.0
xVir/tasks
src/main/java/com/todoroo/astrid/reminders/NotificationFragment.java
2884
/** * Copyright (c) 2012 Todoroo Inc * * See the file "LICENSE" for the full license governing this code. */ package com.todoroo.astrid.reminders; import android.app.Dialog; import android.content.Intent; import android.view.View; import android.widget.TextView; import com.todoroo.astrid.activity.AstridActivity; ...
gpl-3.0
timusus/Shuttle
app/src/main/java/com/simplecity/amp_library/model/ArtworkModel.java
1505
package com.simplecity.amp_library.model; import android.content.Context; import com.simplecity.amp_library.R; import java.io.File; public class ArtworkModel { private static final String TAG = "ArtworkModel"; @ArtworkProvider.Type public int type; public File file; public ArtworkModel(@Artwor...
gpl-3.0
beyondckw/SynchronizeOfPPT
Android_v5/src/com/newppt/android/ui/ScaleImage.java
1835
package com.newppt.android.ui; import com.newppt.android.data.AnimUtils2; import android.content.Context; import android.util.AttributeSet; import android.view.MotionEvent; import android.widget.ImageView; public class ScaleImage extends ImageView { final private int FLIP_DISTANCE = 30; public ScaleImage(Context ...
gpl-3.0
stevenvergenz/pyVenture
README.md
454
pyVenture - A python text-based adventure game engine ----------------------------------------------------- This is a generalized framework that allows construction and playing of text-based-adventure-style worlds. Stores world information in JSON files. This code is licensed under the General Public License Version ...
gpl-3.0
williamfdevine/PrettyLinux
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
28860
/* * Generic DSI Command Mode panel driver * * Copyright (C) 2013 Texas Instruments * Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * * 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 Found...
gpl-3.0
publicinsightnetwork/audience-insight-repository
lib/AIR2_Record.php
13214
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /************************************************************************** * * Copyright 2010 American Public Media Group * * This file is part of AIR2. * * AIR2 is free software: you can redistribute it and/or modify * it under...
gpl-3.0
tamw-wnet/pbs-passport-authenticate
templates/oauthcallback.php
3067
<?php /* oauthcallback.php This script handles the oAuth grant 'code' that is returned from the provider (google/fb/openid), and calls the 'authenticate' method of the PBS_LAAS_Client. That method exchanges the grant 'code' with PBS's endpoints to get access and refresh tokens, uses those to get user info (email, n...
gpl-3.0
NuclearBacon/FWSyslog
Batch/installservice.bat
302
@ECHO OFF IF EXIST %cd%\fwservice.exe ( c:\windows\microsoft.net\framework\v4.0.30319\installutil.exe %cd%\fwsyslog.exe ) ELSE ( GOTO FNFAbort ) ECHO. ECHO Batch complete. ECHO. GOTO EOB :FNFAbort ECHO. ECHO Batch aborted! File fwsyslog.exe not found in current directory. ECHO. :EOB ECHO ON
gpl-3.0
talos/docker4data
data/socrata/data.acgov.org/alameda_county_content_config/schema.sql
87
CREATE TABLE "alameda_county_content_config" ( "homepage" text, "about_page" text );
gpl-3.0
1npy0/easy-mapper
docs/easy-mapper-sample.html
4827
<!doctype html><html><head><title>Easy Image Mapper</title><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"><link rel="stylesheet" href="easy-mapper.css"> <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script><script src="easy-mapper-1.2.0.js"></script></head><body> ...
gpl-3.0
jpmac26/PGE-Project
MusicPlayer/MainWindow/musplayer_qt.cpp
19656
#ifndef MUSPLAY_USE_WINAPI #include <QtDebug> #include <QFileDialog> #include <QMessageBox> #include <QSlider> #include <QSettings> #include <QMenu> #include <QDesktopServices> #include <QUrl> #include "ui_mainwindow.h" #include "musplayer_qt.h" #include "../Player/mus_player.h" #include "../AssocFiles/assoc_files.h" ...
gpl-3.0
Freenex1911/FeexRanks
Database/EQueryType.cs
128
namespace Freenex.FeexRanks.Database { public enum EQueryType { Scalar, Reader, NonQuery } }
gpl-3.0
j9recurses/whirld
vendor/assets/components/normalize.css/normalize.css
7799
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ height: 100%; -ms-text-size-adju...
gpl-3.0
cjforman/pele
pele/angleaxis/tests/test_otp.py
11705
import unittest from itertools import izip import numpy as np from numpy import cos, sin, pi from pele.angleaxis import RBTopology, RigidFragment, RBPotentialWrapper from pele.potentials import LJ from pele.angleaxis._otp_cluster import OTPCluster from pele.thermodynamics import get_thermodynamic_information from pel...
gpl-3.0
AironSkythe/guess-word-game
guess_game/guess_game/Program.cs
518
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace guess_word_game { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static ...
gpl-3.0
pwldp/rodzice-na-czasie-pl
node_modules/mongoose/node_modules/mongodb/node_modules/bson/build/Makefile
13026
# We borrow heavily from the kernel build setup, though we are simpler since # we don't have Kconfig tweaking settings on us. # The implicit make rules have it looking for RCS files, among other things. # We instead explicitly write all the rules we care about. # It's even quicker (saves ~200ms) to pass -r on the comm...
gpl-3.0
AlienCowEatCake/ImageViewer
src/ThirdParty/highway/highway-0.15.0/hwy/targets.h
9864
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
gpl-3.0
clbr/stk
src/tinygettext/dictionary.cpp
5378
// tinygettext - A gettext replacement that works directly on .po files // Copyright (C) 2006 Ingo Ruhnke <grumbel@gmx.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 versi...
gpl-3.0
jkadlec/knot-dns-zoneapi
tests/query_module.c
2585
/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> 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
doronic/llib
src/tpm/mgr/gtpm_mgr.c
5773
/* * gtpm-mgr * * Version 1.00 * Copyright (C) 2012-2014 Nicolas Provost dev AT doronic DOT fr * * 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 * (a...
gpl-3.0
akraievoy/holonet
src/main/java/algores/holonet/core/events/EventNetLookup.java
3225
/* Copyright 2011 Anton Kraievoy akraievoy@gmail.com This file is part of Holonet. Holonet 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 vers...
gpl-3.0
NishantDesai1306/lost-and-found
server/api/upload/upload.controller.js
1066
var path = require('path'); var Q = require('q'); var fs = require('fs'); var mv = require('mv'); var Upload = require('./upload.model'); exports.upload = function (req, res) { var tmpPath = req.files[0].path; var newFileName = Math.random().toString(36).substring(7)+path.extname(tmpPath); var targetPath =...
gpl-3.0
elektroll/etaimp
libgimp/gimplayer_pdb.c
33949
/* LIBGIMP - The GIMP Library * Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball * * gimplayer_pdb.c * * This library is free software: you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 o...
gpl-3.0
bthaase/DDWarden
html/lib/angular-abortable-requests/karma.conf.js
1741
// Karma configuration // Generated on Thu Jul 24 2014 18:11:41 GMT-0700 (PDT) module.exports = function(config) { config.set({ // base path that will be used to resolve all patterns (eg. files, exclude) basePath: '', // frameworks to use // available frameworks: https://npmjs.org/browse/keyword/k...
gpl-3.0
hayssac/MeuTCC_Grupo1
MeuTCCApp/src/br/ifrn/meutcc/visao/ViewAlunoCandidatou.java
1286
package br.ifrn.meutcc.visao; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import br.ifrn.meutcc.modelo.Aluno; import br...
gpl-3.0
xil3f/podofo_iOS_sample
headers/include/podofo/base/podofo_config.h
1355
/* Template filled out by CMake */ /* * *** THIS HEADER IS INCLUDED BY PdfCompilerCompat.h *** * *** DO NOT INCLUDE DIRECTLY *** */ #ifndef _PDF_COMPILERCOMPAT_H #error Please include PdfDefines.h instead #endif #define PODOFO_VERSION_MAJOR 0 #define PODOFO_VERSION_MINOR 9 #define PODOFO_VERSION_PATCH 0 /* PoDoFo...
gpl-3.0
dmelian/imywa
source/test/frmx/concepto/form/frame1.php
4601
<?php class test_frmx_concepto_form_frame1 extends bas_frmx_cardframe{ public function __construct($id, $tabs='', $grid=array('width'=>4,'height'=>4)) { parent::__construct($id,$tabs,$grid); //addComponent($tab, $x, $y, $width, $height, $field); //construct FIELD ($id,$type,$name, $caption, $editable...
gpl-3.0
idega/platform2
src/com/idega/development/presentation/IWDeveloper.java
5611
package com.idega.development.presentation; import com.idega.idegaweb.IWBundle; import com.idega.idegaweb.IWMainApplication; import com.idega.presentation.IWContext; import com.idega.presentation.Image; import com.idega.presentation.Layer; import com.idega.presentation.PresentationObject; import com.idega.presentation...
gpl-3.0
zpxocivuby/freetong_mobile_server
itaf-aggregator/itaf-ws-simulator/src/test/java/itaf/WsCartItemService/BzCollectionOrderDto.java
3557
package itaf.WsCartItemService; import java.math.BigDecimal; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>bzCollectionOrderDto complex typeµÄ Java Àà¡£ * * <p>ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£ * * <...
gpl-3.0
ffsdmad/af-web
cgi-bin/plugins2/doc_view_list.py
444
# -*- coding: utf8 -*- SQL = """select SQL_CALC_FOUND_ROWS * FROM doc_view order by `name` asc limit %(offset)d,%(limit)d ;""" FOUND_ROWS = True ROOT = "doc_view_list" ROOT_PREFIX = "<doc_view_edit />" ROOT_POSTFIX= None XSL_TEMPLATE = "data/af-web.xsl" EVENT = None WHERE = () PARAM = None TITLE="Список видов документо...
gpl-3.0
philipstaffordwood/fabrica
analysis/bodyparts3d/db/README.md
139
Trying to figure out: * Why two hierarchies? * How do they differ? * Do they share any entities? Approach: Make a XE db and have a look.
gpl-3.0
theScrabi/NewPipe
app/src/main/java/org/schabi/newpipe/util/AnimationUtils.java
20120
/* * Copyright 2018 Mauricio Colli <mauriciocolli@outlook.com> * AnimationUtils.java is part of NewPipe * * License: GPL-3.0+ * 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 versio...
gpl-3.0
Habu-Kagumba/dotfiles
README.markdown
119
My Dotfiles - Lasciate ogne speranza, voi ch'intrate ======== ## TODO - [ ] Improve `setup.sh` for easy installation.
gpl-3.0
david-0/disg
src/app/evaluation/evaluation.component.ts
638
import {Component, OnInit} from '@angular/core'; import {EvaluationService} from '../service/evaluation.service'; @Component({ selector: 'app-evaluation', templateUrl: './evaluation.component.html', styleUrls: ['./evaluation.component.css'] }) export class EvaluationComponent implements OnInit { public result...
gpl-3.0
jegoyalu/jariscms
modules/control_menu/styles/style.css
3639
#control-menu { position: fixed; background-color: #E9F2F5; border: solid 1px #d3d3d3; display: flex; justify-content: space-between; align-items: center; z-index: 100000 } #control-menu * { font-size: 13px; font-weight: bold; } #control-menu .user { display: block; ma...
gpl-3.0
imr/Electric8
com/sun/electric/tool/generator/layout/fill/FillGeneratorTool.java
32233
/* -*- tab-width: 4 -*- * * Electric(tm) VLSI Design System * * File: FillGeneratorTool.java * * Copyright (c) 2006 Sun Microsystems and Static Free Software * * Electric(tm) is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Fr...
gpl-3.0
slspeek/FSpotCloudSite
xref/fspotcloud/shared/admin/MetaDataInfo.html
9268
<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>MetaDataInfo xref</title> <link type="text/css...
gpl-3.0
Zi-i/MCI_Host
src/session.cpp
23063
#include "session.h" // This file is part of MCI_Host. // MCI_Host 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
ShawnTe/daily-planner-rails-api
app/controllers/users_controller.rb
112
class UsersController < ApplicationController def index users = User.all render json: users end end
gpl-3.0
olimungo/planning-poker
src/pages/common/handlers/results-handler/index.ts
35
export * from './results.handler';
gpl-3.0
IcySon55/Kuriimu
src/Kontract/Compression/LZSSVLE.cs
2086
using System; using System.IO; using System.Collections.Generic; using System.Text; using Kontract.IO; namespace Kontract.Compression { public class LZSSVLE { public static byte[] Decompress(Stream input, bool leaveOpen = false) { using (var br = new BinaryReader(input, Encoding.De...
gpl-3.0
bema2004sw/pyrocms
application/modules/users/views/admin/form.php
1262
<? if($this->uri->segment(3,'add') == 'add'): ?> <h2>Create user</h2> <? else: ?> <h2>Edit user "<?= $member->full_name; ?>"</h2> <? endif; ?> <?=form_open($this->uri->uri_string()); ?> <fieldset> <legend>Details</legend> <div class="field"> <label for="first_name">First Name</label> <?= form_input('first...
gpl-3.0
jkonecny12/ShaderMan
uniform/dialogs/uniformvariableeditor.h
1132
#ifndef UNIFORMVARIABLEEDITOR_H #define UNIFORMVARIABLEEDITOR_H #include <QDialog> #include <QDebug> #include <QComboBox> #include <QLineEdit> #include <QVBoxLayout> #include <QHBoxLayout> #include <QScrollBar> #include <QWidget> #include "setvariablewidget.h" namespace Ui { class UniformVariableEditor; } class Unif...
gpl-3.0
team-vigir/vigir_footstep_planning_basics
vigir_footstep_planning_plugins/src/plugin_aggregators/world_model.cpp
2257
#include <vigir_footstep_planning_plugins/plugin_aggregators/world_model.h> namespace vigir_footstep_planning { WorldModel::WorldModel() : ExtendedPluginAggregator<WorldModel, CollisionCheckPlugin>("WorldModel") { } void WorldModel::loadPlugins(bool print_warning) { ExtendedPluginAggregator<WorldModel, CollisionC...
gpl-3.0
Xprima-ERP/odoo_addons
xpr_xis_connector/res_users.py
1160
# -*- encoding: utf-8 -*- # # OpenERP, Open Source Management Solution # This module copyright (C) 2014 Savoir-faire Linux # (<http://www.savoirfairelinux.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 # ...
gpl-3.0
IserveU/IserveU
tests/unit/Community/Interface/DeleteCommunityApiTest.php
729
<?php include_once 'CommunityApi.php'; use Illuminate\Foundation\Testing\DatabaseTransactions; class DeleteCommunityApiTest extends CommunityApi { use DatabaseTransactions; public function setUp() { parent::setUp(); } /////////////////////////////////////////////////////////// CORRECT R...
gpl-3.0
gios/angular-modular-seed
app/app.modules.js
542
/*global require,module,console,angular */ require("angular/angular"); require("angular-route/angular-route"); angular.module("RegistrationApp", ["ngRoute"]); angular.module("RegistrationApp").controller("RegistrationCtrl", require("./components/registration/controller")); angular.module("RegistrationApp").directive(...
gpl-3.0
DJVUpp/Desktop
djuvpp-djvureader-_linux-f9cd57d25c2f/DjVuReader++/src/com/lizardtech/djvubean/outline/ImageListCellRenderer.java
2058
package com.lizardtech.djvubean.outline; import java.awt.Color; import java.awt.Component; import javax.swing.JLabel; import javax.swing.JList; import javax.swing.JPanel; import javax.swing.ListCellRenderer; import javax.swing.UIManager; public class ImageListCellRenderer implements ListCellRenderer { /** * Fro...
gpl-3.0
hgtonight/Plugin-DiscussionMessages
README.md
410
Discussion Inserts =================== A Vanilla Forums plugin that attaches an insert to a specific discussion. It is released under the GPLv3 and may be released under a different license with permission. A special thanks the phreak @ VanillaSkins.com for sponsorship. Install ======= 1. Drop the DiscussionInserts ...
gpl-3.0
cgwalters/texinfo-git-mirror
texi2html/test/singular_manual/res/singular_httex/newtonpoly.html
7795
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by texi2html, http://www.gnu.org/software/texinfo/ --> <head> <title>Singular 2-0-4 Manual: D.5.5.15 newtonpoly</title> <meta name="description" content="Singular 2-0-4 Manual: D.5.5.15 newtonpoly...
gpl-3.0
pizza2004/OpenRCT2
src/openrct2/rct12/RCT12.h
25235
/***************************************************************************** * Copyright (c) 2014-2020 OpenRCT2 developers * * For a complete list of all authors, please refer to contributors.md * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2 * * OpenRCT2 is licensed under the GNU Gener...
gpl-3.0
dzwiedziu-nkg/cyclo-bruxism
proof-of-concept/apk/app/src/main/java/pl/nkg/brq/android/ui/MainActivity.java
5333
/* * Copyright (c) by Michał Niedźwiecki 2016 * Contact: nkg753 on gmail or via GitHub profile: dzwiedziu-nkg * * This file is part of Bike Road Quality. * * Bike Road Quality is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Fre...
gpl-3.0
xavarius/FlickrFeed
app/src/main/java/com/malak/yaim/model/FlickrFeed.java
1050
package com.malak.yaim.model; import java.util.List; public class FlickrFeed { private String title; private String link; private String description; private String modified; private String generator; private List<Item> items = null; public String getTitle() { return title; } public void setT...
gpl-3.0
RossGammon/the-gammons.net
RossFamilyTree/ppl/2/9/d15f603cbce7f07779628b52a92.html
16482
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - LAWSON, Adelaide Kate</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta ...
gpl-3.0
GeoMop/GeoMop
src/gm_base/model_data/format.py
4784
""" Contains format specification class and methods to parse it from JSON. .. codeauthor:: Tomas Krizek <tomas.krizek1@tul.cz> """ import json import re def get_root_input_type_from_json(data): """Return the root input type from JSON formatted string.""" return parse_format(json.loads(data)) def parse_form...
gpl-3.0
ZepedaJake/2D-RPG-Unity
Terry's Tower/Assets/Scripts/Serializer.cs
27853
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEditor; using System.IO; public class Serializer : MonoBehaviour { //save defaults are only used to set the data used when initializing that map the next time. string saveFile; str...
gpl-3.0
fazerlicourice7/botWorld2017
src/grid/Location.java
8439
package grid; import java.util.Comparator; import world.World; /* * AP(r) Computer Science GridWorld Case Study: * Copyright(c) 2002-2006 College Entrance Examination Board * (http://www.collegeboard.com). * * This code is free software; you can redistribute it and/or modify * it under the terms of the GNU G...
gpl-3.0
sebkur/live-cg
project/src/main/java/de/topobyte/livecg/ui/geometryeditor/preferences/LAFSelector.java
2265
/* This file is part of LiveCG. * * Copyright (C) 2013 Sebastian Kuerten * * 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 late...
gpl-3.0
KohaSuomi/Koha
installer/data/mysql/atomicupdate/KD-2990-mongodb-datawarehouse-for-logging.perl
914
$DBversion = 'XXX'; # will be replaced by the RM if( CheckVersion( $DBversion ) ) { $dbh->do(" CREATE TABLE action_logs_cache ( action_id int(11) NOT NULL auto_increment, timestamp timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, user int(11) NOT NULL default 0, module text, ...
gpl-3.0
gaich/quickapps
app/src/main/java/com/yoavst/quickapps/calendar/CalendarUtil.java
13741
package com.yoavst.quickapps.calendar; import android.content.ContentUris; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.net.Uri; import android.provider.CalendarContract; import android.provider.CalendarContract.Events; import com.yoavst.quickapps.Prefe...
gpl-3.0
PlamenHP/Softuni
Entity Framework/Introduction to DB Apps/3. Get Minion Names/Properties/AssemblyInfo.cs
1432
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("3....
gpl-3.0
griest024/PokemonEssentialsEditor
lib/pkmnee/import/plugin/rmxp/rgss.rb
427
#=============================================================================== # Filename: rgss.rb # # Developer: Raku (rakudayo@gmail.com) # # Description: This is the core file to include to enable loading and dumping # of RMXP's .rxdata files. #==============================================================...
gpl-3.0
glidelite/glidelite
src/action/bundle.h
1225
/* * Copyright (c) 2018 Siloft * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, dis...
gpl-3.0
CapsAdmin/goluwa
framework/lua/libraries/graphics/render2d/stencil.lua
3304
local render2d = ... or _G.render2d do local X, Y, W, H = 0,0 function render2d.SetScissor(x, y, w, h) X = x Y = y W = w or render.GetWidth() H = h or render.GetHeight() if not x then X = 0 Y = 0 render.SetScissor() else x, y = render2d.ScreenToWorld(-x, -y) render.SetScissor(-x, -y, w, ...
gpl-3.0
tim740/skUtilities
src/uk/tim740/skUtilities/util/ExprTimeInTimeZone.java
1995
package uk.tim740.skUtilities.util; import ch.njol.skript.lang.Expression; import ch.njol.skript.lang.SkriptParser; import ch.njol.skript.lang.util.SimpleExpression; import ch.njol.util.Kleenean; import org.bukkit.event.Event; import uk.tim740.skUtilities.skUtilities; import javax.annotation.Nullable; import java.io....
gpl-3.0
petebrew/tellervo
Databases/cpgdb/readingnotes.sql
9192
-- Erase all reading notes for this VMeasurementID CREATE OR REPLACE FUNCTION cpgdb.ClearReadingNotes( tblVMeasurement.VMeasurementID%TYPE -- the vmeasurement to tie this to ) RETURNS integer AS $_$ DECLARE _VMID ALIAS FOR $1; VMOp text; ret integer; BEGIN -- Get the VMeasurementOp SELECT op.name I...
gpl-3.0
allembedded/python_web_framework
WebApplication/Views/PageView.py
781
""" Page view class """ import os from Server.Importer import ImportFromModule class PageView(ImportFromModule("Server.PageViewBase", "PageViewBase")): """ Page view class. """ _PAGE_TITLE = "Python Web Framework" def __init__(self, htmlToLoad): """ Constructor. - ht...
gpl-3.0
minjing/uapi
uapi.service/src/main/java/uapi/service/ResponseCode.java
1491
/* * Copyright (C) 2010 The UAPI Authors * You may not use this file except in compliance with the License. * You may obtain a copy of the License at the LICENSE file. * * You must gained the permission from the authors if you want to * use the project into a commercial product */ package uapi.service; import ...
gpl-3.0
agent4788/SHC_Framework
shc/lib/event/eventeditor.class.php
39876
<?php namespace SHC\Event; //Imports use RWF\Date\DateTime; use RWF\Util\StringUtils; use SHC\Condition\Condition; use SHC\Condition\ConditionEditor; use SHC\Core\SHC; use SHC\Switchable\Switchable; use SHC\Switchable\SwitchableEditor; /** * Ereignise Verwalten * * @author Oliver Kleditzsch * @copyright ...
gpl-3.0
michaelBenin/raptor-editor
src/dependencies/jquery.js
274078
/* * jQuery JavaScript Library v1.10.1 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2013-05-30T21:49Z */ (function( window, undefined ) { // C...
gpl-3.0
NoHomey/FMI-introduction-to-programming-course
homework1/task10.cc
4135
#include <iostream> using namespace std; #define FLOAT(name, value) float name = value #define CONST_FLOAT(name, value) const FLOAT(name, value) #define VAR_FLOAT(name) FLOAT(name, 0) #define VAR_INT(name) int name = 0 #define DEFINE_LINEAR_EQUATION(n)\ VAR_FLOAT(a##n);\ VAR_FLOAT(b##n);\ VAR_FLOAT(c##n)\ #define...
gpl-3.0
matlink/SMSSecure
src/org/smssecure/smssecure/recipients/RecipientFactory.java
4267
/** * Copyright (C) 2011 Whisper Systems * * 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 d...
gpl-3.0
burukuru/grakn
grakn-test/test-integration/src/test/java/ai/grakn/generator/RelationPlayers.java
1612
/* * Grakn - A Distributed Semantic Database * Copyright (C) 2016 Grakn Labs Limited * * Grakn 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...
gpl-3.0
ThoNill/JanusMiniForth
JanusMiniForth/src/org/janus/miniforth/Compare.java
1226
package org.janus.miniforth; import org.janus.data.DataContext; public class Compare extends WordImpl { public enum Comp { EQ, NEQ, LT, GT, LEQ, GEQ } Comp comp; public Compare(Comp comp) { super(-1); this.comp = comp; } @Override public void perform(DataContext context) { super....
gpl-3.0
wdkk/iSuperColliderKit
editors/sc-ide/widgets/code_editor/highlighter.hpp
3435
/* SuperCollider Qt IDE Copyright (c) 2012 Jakob Leben & Tim Blechmann http://www.audiosynth.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the Licens...
gpl-3.0
MysteriumNetwork/node
core/service/manager.go
5078
/* * Copyright (C) 2018 The "MysteriumNetwork/node" Authors. * * 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
TarmoA/ProjectAsteroid
Documents/ohjelmointistuff/ProjectAsteroid/docs/scalafx/scene/control/IndexRange$.html
23469
<!DOCTYPE html > <html> <head> <title>IndexRange - ScalaFX API 8.0.0-R4 - scalafx.scene.control.IndexRange</title> <meta name="description" content="IndexRange - ScalaFX API 8.0.0 - R4 - scalafx.scene.control.IndexRange" /> <meta name="keywords" content="IndexRange ScalaFX API 8.0....
gpl-3.0
s20121035/rk3288_android5.1_repo
frameworks/minikin/include/minikin/CmapCoverage.h
932
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
gpl-3.0
Spaner/TrackIt
src/main/java/com/trackit/business/domain/Folder.java
2498
/* * This file is part of Track It!. * Copyright (C) 2013 Henrique Malheiro * Copyright (C) 2015 Pedro Gomes * * TrackIt! 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...
gpl-3.0
philippaborrill/AFLF_timecourse_control
run_extract_by_pattern.sh
937
#!/bin/bash # # SLURM batch script to launch BLAST # #SBATCH -p nbi-medium # partition (queue) #SBATCH -N 1 # number of nodes #SBATCH -n 1 # number of cores #SBATCH --mem 30000 # memory pool for all cores #SBATCH -t 2-00:00 # time (D-HH:MM) #SBATCH -o /nbi/Research-Groups/NBI/Cristobal-Uauy/PB_AFLF/control_timecourse/T...
gpl-3.0
P3D-Legacy/p3d-legacy
P3D/Pokemon/Items/Fossils/FossilizedDino.vb
422
Namespace Items.Standard <Item(615, "Fossilized Dino")> Public Class FossilizedDino Inherits FossilItem Public Overrides ReadOnly Property Description As String = "The fossil of an ancient Pokémon that once lived in the sea. What it looked like is a mystery." Public Sub New() ...
gpl-3.0
vb2005xu/eduTrac
eduTrac/Classes/Models/ProfileModel.php
2264
<?php namespace eduTrac\Classes\Models; if ( ! defined('BASE_PATH') ) exit('No direct script access allowed'); /** * Profile Model * * PHP 5.4+ * * eduTrac(tm) : Student Information System (http://www.7mediaws.org/) * @copyright (c) 2013 7 Media Web Solutions, LLC * * This program is free software; you can re...
gpl-3.0
UnstuckME/UnstuckME
UnstuckME/UnstuckMeLoggers/ErrContainerServer.cs
1846
using System; namespace UnstuckMeLoggers { public enum ERR_TYPES_SERVER { // if you add one of these please add it in the switch statement to be handled SERVER_GUI_LOGIN, SERVER_GUI_LOGOUT, SERVER_CONNECTION_ERROR, SERVER_GUI_INTERACTION_ERROR, SERVER_START, ...
gpl-3.0
IODisrupt/OmegaBot
cogs/runescapecompare.py
2978
import discord import asyncio import datetime import time import aiohttp import threading import glob import re import json import os import urllib.request from discord.ext import commands from random import randint from random import choice as randchoice from random import choice as rndchoice from random import shuffl...
gpl-3.0