code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
#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... | hamgravy/volk-fft | lib/volk_fft_prefs.c | C | gpl-3.0 | 1,442 |
<!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... | cgwalters/texinfo-git-mirror | texi2html/test/singular_manual/res/singular/ainvar_005flib.html | HTML | gpl-3.0 | 9,062 |
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... | mbedded-ninja/NinjaTerm | src/test/java/ninja/mbedded/ninjaterm/util/rxProcessing/timeStamp/TimeStampParserTests.java | Java | gpl-3.0 | 17,393 |
// 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... | crazykeyboard/draw.io | war/js/diagramly/Init.js | JavaScript | gpl-3.0 | 6,535 |
<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... | NetRevolutions/SICOTYC | SICOTYC/UI/src/app/widgets/flot-chart-widget/flot-chart-widget.template.html | HTML | gpl-3.0 | 3,725 |
<?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... | kaoz70/flexcms | flexcms/vendor/cartalyst/sentinel/src/migrations/2014_07_02_230147_migration_cartalyst_sentinel.php | PHP | gpl-3.0 | 3,705 |
/*
* 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) {
... | saulario/pruebas | csoft/csoft/src/mod2/Worker2.cpp | C++ | gpl-3.0 | 499 |
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... | ravilogaiya/yujvidya | android-client/YSchool/Person.cs | C# | gpl-3.0 | 476 |
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... | tonylegrone/platypi-cli | test/controllers/cli/updatetemplates.controller.test.js | JavaScript | gpl-3.0 | 2,558 |
""" 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 ... | avedaee/DIRAC | TransformationSystem/Client/TransformationClient.py | Python | gpl-3.0 | 22,189 |
#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... | quadwitharm/DebugConsole | mainwindow.h | C | gpl-3.0 | 2,007 |
-- 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 ... | electricpandafishstudios/Spoon | game/modules/tome-1.4.1/data/zones/ruined-dungeon/traps.lua | Lua | gpl-3.0 | 901 |
/******************************************************************************
*
* 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... | CoderDuan/mantaflow | source/timing.h | C | gpl-3.0 | 1,387 |
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... | darciga/cf | blog/models.py | Python | gpl-3.0 | 1,127 |
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... | joshbohde/xbmc-notify-mqtt | README.md | Markdown | gpl-3.0 | 923 |
/*
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... | ethereum/solidity | libsolutil/CommonIO.cpp | C++ | gpl-3.0 | 4,494 |
/**
* 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;
... | xVir/tasks | src/main/java/com/todoroo/astrid/reminders/NotificationFragment.java | Java | gpl-3.0 | 2,884 |
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... | timusus/Shuttle | app/src/main/java/com/simplecity/amp_library/model/ArtworkModel.java | Java | gpl-3.0 | 1,505 |
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 ... | beyondckw/SynchronizeOfPPT | Android_v5/src/com/newppt/android/ui/ScaleImage.java | Java | gpl-3.0 | 1,835 |
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 ... | stevenvergenz/pyVenture | README.md | Markdown | gpl-3.0 | 454 |
/*
* 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... | williamfdevine/PrettyLinux | drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c | C | gpl-3.0 | 28,860 |
<?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... | publicinsightnetwork/audience-insight-repository | lib/AIR2_Record.php | PHP | gpl-3.0 | 13,214 |
<?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... | tamw-wnet/pbs-passport-authenticate | templates/oauthcallback.php | PHP | gpl-3.0 | 3,067 |
@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
| NuclearBacon/FWSyslog | Batch/installservice.bat | Batchfile | gpl-3.0 | 302 |
CREATE TABLE "alameda_county_content_config" (
"homepage" text,
"about_page" text
);
| talos/docker4data | data/socrata/data.acgov.org/alameda_county_content_config/schema.sql | SQL | gpl-3.0 | 87 |
<!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>
... | 1npy0/easy-mapper | docs/easy-mapper-sample.html | HTML | gpl-3.0 | 4,827 |
#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"
... | jpmac26/PGE-Project | MusicPlayer/MainWindow/musplayer_qt.cpp | C++ | gpl-3.0 | 19,656 |
namespace Freenex.FeexRanks.Database
{
public enum EQueryType
{
Scalar,
Reader,
NonQuery
}
} | Freenex1911/FeexRanks | Database/EQueryType.cs | C# | gpl-3.0 | 128 |
/*! 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... | j9recurses/whirld | vendor/assets/components/normalize.css/normalize.css | CSS | gpl-3.0 | 7,799 |
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... | cjforman/pele | pele/angleaxis/tests/test_otp.py | Python | gpl-3.0 | 11,705 |
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 ... | AironSkythe/guess-word-game | guess_game/guess_game/Program.cs | C# | gpl-3.0 | 518 |
# 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... | pwldp/rodzice-na-czasie-pl | node_modules/mongoose/node_modules/mongodb/node_modules/bson/build/Makefile | Makefile | gpl-3.0 | 13,026 |
// 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 ... | AlienCowEatCake/ImageViewer | src/ThirdParty/highway/highway-0.15.0/hwy/targets.h | C | gpl-3.0 | 9,864 |
// 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... | clbr/stk | src/tinygettext/dictionary.cpp | C++ | gpl-3.0 | 5,378 |
/* 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.
... | jkadlec/knot-dns-zoneapi | tests/query_module.c | C | gpl-3.0 | 2,585 |
/*
* 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... | doronic/llib | src/tpm/mgr/gtpm_mgr.c | C | gpl-3.0 | 5,773 |
/*
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... | akraievoy/holonet | src/main/java/algores/holonet/core/events/EventNetLookup.java | Java | gpl-3.0 | 3,225 |
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 =... | NishantDesai1306/lost-and-found | server/api/upload/upload.controller.js | JavaScript | gpl-3.0 | 1,066 |
/* 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... | elektroll/etaimp | libgimp/gimplayer_pdb.c | C | gpl-3.0 | 33,949 |
// 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... | bthaase/DDWarden | html/lib/angular-abortable-requests/karma.conf.js | JavaScript | gpl-3.0 | 1,741 |
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... | hayssac/MeuTCC_Grupo1 | MeuTCCApp/src/br/ifrn/meutcc/visao/ViewAlunoCandidatou.java | Java | gpl-3.0 | 1,286 |
/* 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... | xil3f/podofo_iOS_sample | headers/include/podofo/base/podofo_config.h | C | gpl-3.0 | 1,355 |
<?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... | dmelian/imywa | source/test/frmx/concepto/form/frame1.php | PHP | gpl-3.0 | 4,601 |
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... | idega/platform2 | src/com/idega/development/presentation/IWDeveloper.java | Java | gpl-3.0 | 5,611 |
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>ÒÔÏÂģʽƬ¶ÎÖ¸¶¨°üº¬ÔÚ´ËÀàÖеÄÔ¤ÆÚÄÚÈÝ¡£
*
* <... | zpxocivuby/freetong_mobile_server | itaf-aggregator/itaf-ws-simulator/src/test/java/itaf/WsCartItemService/BzCollectionOrderDto.java | Java | gpl-3.0 | 3,557 |
# -*- 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="Список видов документо... | ffsdmad/af-web | cgi-bin/plugins2/doc_view_list.py | Python | gpl-3.0 | 444 |
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.
| philipstaffordwood/fabrica | analysis/bodyparts3d/db/README.md | Markdown | gpl-3.0 | 139 |
/*
* 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... | theScrabi/NewPipe | app/src/main/java/org/schabi/newpipe/util/AnimationUtils.java | Java | gpl-3.0 | 20,120 |
My Dotfiles - Lasciate ogne speranza, voi ch'intrate
========
## TODO
- [ ] Improve `setup.sh` for easy installation.
| Habu-Kagumba/dotfiles | README.markdown | Markdown | gpl-3.0 | 119 |
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... | david-0/disg | src/app/evaluation/evaluation.component.ts | TypeScript | gpl-3.0 | 638 |
#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... | jegoyalu/jariscms | modules/control_menu/styles/style.css | CSS | gpl-3.0 | 3,639 |
/* -*- 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... | imr/Electric8 | com/sun/electric/tool/generator/layout/fill/FillGeneratorTool.java | Java | gpl-3.0 | 32,233 |
<!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... | slspeek/FSpotCloudSite | xref/fspotcloud/shared/admin/MetaDataInfo.html | HTML | gpl-3.0 | 9,268 |
#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.
... | Zi-i/MCI_Host | src/session.cpp | C++ | gpl-3.0 | 23,063 |
class UsersController < ApplicationController
def index
users = User.all
render json: users
end
end
| ShawnTe/daily-planner-rails-api | app/controllers/users_controller.rb | Ruby | gpl-3.0 | 112 |
export * from './results.handler';
| olimungo/planning-poker | src/pages/common/handlers/results-handler/index.ts | TypeScript | gpl-3.0 | 35 |
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... | IcySon55/Kuriimu | src/Kontract/Compression/LZSSVLE.cs | C# | gpl-3.0 | 2,086 |
<? 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... | bema2004sw/pyrocms | application/modules/users/views/admin/form.php | PHP | gpl-3.0 | 1,262 |
#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... | jkonecny12/ShaderMan | uniform/dialogs/uniformvariableeditor.h | C | gpl-3.0 | 1,132 |
#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... | team-vigir/vigir_footstep_planning_basics | vigir_footstep_planning_plugins/src/plugin_aggregators/world_model.cpp | C++ | gpl-3.0 | 2,257 |
# -*- 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
# ... | Xprima-ERP/odoo_addons | xpr_xis_connector/res_users.py | Python | gpl-3.0 | 1,160 |
<?php
include_once 'CommunityApi.php';
use Illuminate\Foundation\Testing\DatabaseTransactions;
class DeleteCommunityApiTest extends CommunityApi
{
use DatabaseTransactions;
public function setUp()
{
parent::setUp();
}
/////////////////////////////////////////////////////////// CORRECT R... | IserveU/IserveU | tests/unit/Community/Interface/DeleteCommunityApiTest.php | PHP | gpl-3.0 | 729 |
/*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(... | gios/angular-modular-seed | app/app.modules.js | JavaScript | gpl-3.0 | 542 |
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... | DJVUpp/Desktop | djuvpp-djvureader-_linux-f9cd57d25c2f/DjVuReader++/src/com/lizardtech/djvubean/outline/ImageListCellRenderer.java | Java | gpl-3.0 | 2,058 |
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 ... | hgtonight/Plugin-DiscussionMessages | README.md | Markdown | gpl-3.0 | 410 |
<!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... | cgwalters/texinfo-git-mirror | texi2html/test/singular_manual/res/singular_httex/newtonpoly.html | HTML | gpl-3.0 | 7,795 |
/*****************************************************************************
* 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... | pizza2004/OpenRCT2 | src/openrct2/rct12/RCT12.h | C | gpl-3.0 | 25,235 |
/*
* 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... | dzwiedziu-nkg/cyclo-bruxism | proof-of-concept/apk/app/src/main/java/pl/nkg/brq/android/ui/MainActivity.java | Java | gpl-3.0 | 5,333 |
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... | xavarius/FlickrFeed | app/src/main/java/com/malak/yaim/model/FlickrFeed.java | Java | gpl-3.0 | 1,050 |
<!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 ... | RossGammon/the-gammons.net | RossFamilyTree/ppl/2/9/d15f603cbce7f07779628b52a92.html | HTML | gpl-3.0 | 16,482 |
"""
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... | GeoMop/GeoMop | src/gm_base/model_data/format.py | Python | gpl-3.0 | 4,784 |
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... | ZepedaJake/2D-RPG-Unity | Terry's Tower/Assets/Scripts/Serializer.cs | C# | gpl-3.0 | 27,853 |
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... | fazerlicourice7/botWorld2017 | src/grid/Location.java | Java | gpl-3.0 | 8,439 |
/* 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... | sebkur/live-cg | project/src/main/java/de/topobyte/livecg/ui/geometryeditor/preferences/LAFSelector.java | Java | gpl-3.0 | 2,265 |
$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,
... | KohaSuomi/Koha | installer/data/mysql/atomicupdate/KD-2990-mongodb-datawarehouse-for-logging.perl | Perl | gpl-3.0 | 914 |
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... | gaich/quickapps | app/src/main/java/com/yoavst/quickapps/calendar/CalendarUtil.java | Java | gpl-3.0 | 13,741 |
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.... | PlamenHP/Softuni | Entity Framework/Introduction to DB Apps/3. Get Minion Names/Properties/AssemblyInfo.cs | C# | gpl-3.0 | 1,432 |
#===============================================================================
# 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.
#==============================================================... | griest024/PokemonEssentialsEditor | lib/pkmnee/import/plugin/rmxp/rgss.rb | Ruby | gpl-3.0 | 427 |
/*
* 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... | glidelite/glidelite | src/action/bundle.h | C | gpl-3.0 | 1,225 |
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, ... | CapsAdmin/goluwa | framework/lua/libraries/graphics/render2d/stencil.lua | Lua | gpl-3.0 | 3,304 |
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.... | tim740/skUtilities | src/uk/tim740/skUtilities/util/ExprTimeInTimeZone.java | Java | gpl-3.0 | 1,995 |
-- 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... | petebrew/tellervo | Databases/cpgdb/readingnotes.sql | SQL | gpl-3.0 | 9,192 |
"""
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... | allembedded/python_web_framework | WebApplication/Views/PageView.py | Python | gpl-3.0 | 781 |
/*
* 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 ... | minjing/uapi | uapi.service/src/main/java/uapi/service/ResponseCode.java | Java | gpl-3.0 | 1,491 |
<?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 ... | agent4788/SHC_Framework | shc/lib/event/eventeditor.class.php | PHP | gpl-3.0 | 39,876 |
/*
* 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... | michaelBenin/raptor-editor | src/dependencies/jquery.js | JavaScript | gpl-3.0 | 274,078 |
#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... | NoHomey/FMI-introduction-to-programming-course | homework1/task10.cc | C++ | gpl-3.0 | 4,135 |
/**
* 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... | matlink/SMSSecure | src/org/smssecure/smssecure/recipients/RecipientFactory.java | Java | gpl-3.0 | 4,267 |
/*
* 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... | burukuru/grakn | grakn-test/test-integration/src/test/java/ai/grakn/generator/RelationPlayers.java | Java | gpl-3.0 | 1,612 |
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.... | ThoNill/JanusMiniForth | JanusMiniForth/src/org/janus/miniforth/Compare.java | Java | gpl-3.0 | 1,226 |
/*
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... | wdkk/iSuperColliderKit | editors/sc-ide/widgets/code_editor/highlighter.hpp | C++ | gpl-3.0 | 3,435 |
/*
* 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.
*
... | MysteriumNetwork/node | core/service/manager.go | GO | gpl-3.0 | 5,078 |
<!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.... | TarmoA/ProjectAsteroid | Documents/ohjelmointistuff/ProjectAsteroid/docs/scalafx/scene/control/IndexRange$.html | HTML | gpl-3.0 | 23,469 |
/*
* 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... | s20121035/rk3288_android5.1_repo | frameworks/minikin/include/minikin/CmapCoverage.h | C | gpl-3.0 | 932 |
/*
* 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... | Spaner/TrackIt | src/main/java/com/trackit/business/domain/Folder.java | Java | gpl-3.0 | 2,498 |
#!/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... | philippaborrill/AFLF_timecourse_control | run_extract_by_pattern.sh | Shell | gpl-3.0 | 937 |
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()
... | P3D-Legacy/p3d-legacy | P3D/Pokemon/Items/Fossils/FossilizedDino.vb | Visual Basic | gpl-3.0 | 422 |
<?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... | vb2005xu/eduTrac | eduTrac/Classes/Models/ProfileModel.php | PHP | gpl-3.0 | 2,264 |
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,
... | UnstuckME/UnstuckME | UnstuckME/UnstuckMeLoggers/ErrContainerServer.cs | C# | gpl-3.0 | 1,846 |
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... | IODisrupt/OmegaBot | cogs/runescapecompare.py | Python | gpl-3.0 | 2,978 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.