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
/* * Copyright (C) 2010-2021 JPEXS * * 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...
jindrapetrik/jpexs-decompiler
src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java
Java
gpl-3.0
33,603
<?php namespace Opifer\QueueIt\Validation; interface ValidateResultRepositoryInterface { public function getValidationResult($queue); public function setValidationResult($queue, $validationResult); }
Opifer/queue-it
src/Validation/ValidateResultRepositoryInterface.php
PHP
gpl-3.0
210
sudo apt-get install build-essential g++
williford/.settings
common-apt-packages-install.sh
Shell
gpl-3.0
41
/* Inclusão das bibliotecas requisitadas: */ #include "../Bibliotecas/Diretorios.hpp" /* Definições das funções a serem manipuladas por este arquivo: */ /* Função 'arq_escreve_resize', escreve o aviso de redimensionamento */ void arq_escreve_resize (FILE *arq){ /* 'arq' armazena o arquivo lógico a ser escrito ...
rodrigofegui/UnB
2015.2/Intro. Proc. Imagem/Trabalhos/Trabalho 1/Codificação_Trab1_rev1/Fontes/Diretorios.cpp
C++
gpl-3.0
7,622
#!/usr/bin/env python """Publish coverage results online via coveralls.io Puts your coverage results on coveralls.io for everyone to see. It makes custom report for data generated by coverage.py package and sends it to `json API`_ of coveralls.io service. All python files in your coverage analysis are posted to this s...
phimpme/generator
Phimpme/site-packages/coveralls/cli.py
Python
gpl-3.0
1,907
<?xml version="1.0" encoding="utf-8"?> <!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> <title>ActiveModel::Validations::Callbacks</title> <meta http-equiv="Con...
rafaellc28/Portfolio
doc/api/classes/ActiveModel/Validations/Callbacks.html
HTML
gpl-3.0
3,090
/* * Copyright (C) 2016 Matthew Seal * * 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 ...
matthewseal/ServerControl
src/org/mseal/control/server/CommandImpl.java
Java
gpl-3.0
1,539
################################################## # PROJECT: DXL Protocol 2.0 Read/Write Example Makefile # AUTHOR : ROBOTIS Ltd. ################################################## #--------------------------------------------------------------------- # Makefile template for projects using DXL SDK # # Please make sur...
rmelo19/rmelo19-dynamixel
src/setID/Makefile
Makefile
gpl-3.0
2,695
#ifndef GUI_DEFS_H #define GUI_DEFS_H #include <stdint.h> #define labs(x) ((int32_t)(x) < 0 ? -(int32_t)(x) : (int32_t)(x)) #define GUI_min(x, y) ((x) < (y) ? (x) : (y)) #define GUI_max(x, y) ((x) > (y) ? (x) : (y)) #ifdef ColorDepthBpp1 typedef uint8_t ColorTypeDef; enum StdPalette { StdColBlack = 0, StdColWhi...
T10T100/Embed
device/GUI/inc/GUI_defs.h
C
gpl-3.0
1,387
/* Copyright (C) 2014-2017 Wolfger Schramm <wolfger@spearwolf.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This p...
spearwolf/kiwotigo
region_group.go
GO
gpl-3.0
1,706
package net.egyptmagicians.mod; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.init.Blocks; import net.minecraft.item.Item; public class _MCreativeTabs { public static CreativeTabs TabEgyptMagicians; public static ...
jasonw930/egyptmagicians
net/egyptmagicians/mod/_MCreativeTabs.java
Java
gpl-3.0
528
import { Empty as _Empty } from 'elementor-document/elements/commands'; import ElementsHelper from '../../elements/helper'; export const Empty = () => { QUnit.module( 'Empty', () => { QUnit.test( 'Single Selection', ( assert ) => { const eColumn = ElementsHelper.createSection( 1, true ); ElementsHelper.creat...
kobizz/elementor
tests/qunit/core/editor/document/elements/commands/empty.spec.js
JavaScript
gpl-3.0
1,829
package task19; public class Car { public int speed; public String name; public String color; public Car(){ this.speed = 0; this.name = "noname"; this.color = "unpainted"; } public Car(int speed, String name, String color) { super(); this.speed = speed; this.name = name; this.color = color; ...
yulgutlin/eclipsewokspace
task19/src/task19/Car.java
Java
gpl-3.0
650
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>membuat web statis</title> <link href="css/webstatis.css" rel="stylesheet"/> <link href="lapangan.jpg" rel="shortcut icon"/> </head> <body> <header class="webstatis" id="judul"> <img src="gambar/dagul.jpg" width="150px" alt="logo dagul" title="logo dagul"...
RendyBaskara/web-statis
pelanggaran.html
HTML
gpl-3.0
2,587
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html id="helpIndexHtml" lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="HTML Tidy for Windows (vers 25 March 2009), see www.w3.org" name="gen...
RtcNbClient/RtcNbClient
RtcNbClientCommon/RtcNbClientCommonUI/src/main/javahelp/pl/edu/amu/wmi/kino/rtc/RtcNbClientCommonUI/docs/default/usingRTC/con_UseRTCMyQueriesFolder.html
HTML
gpl-3.0
4,049
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Thu May 15 20:06:27 BRT 2014 --> <title>Serialized Form</title> <meta name="date" content="2014-05-15"> <link rel="stylesheet" t...
RafaelCentenaro/jpdroid
JPDROID/doc/serialized-form.html
HTML
gpl-3.0
3,923
module Main where import VSim.Runtime elab :: Elab IO () elab = do integer <- alloc_unranged_type array <- alloc_array_type (alloc_range (pure 0) (pure 5)) integer clk <- alloc_signal "clk" integer (assign (int 0)) a1 <- alloc_signal "a2" array (aggregate [ access (int 0) (...
grwlf/vsim
src_r/Test/Array1.hs
Haskell
gpl-3.0
1,019
<p> <strong> <span style="color:#333333"> <span style="font-family:'verdana',sans-serif"> <span style="font-size:10pt">dfg d:&nbsp; </span> </span> </span> </strong> </p> <p> <br /> </p> <p> <span style="color:#333333"> <span style="font-family:'verdana',sans-serif"> <span style="font-size:10pt">...
ernestbuffington/PHP-Nuke-Titanium
includes/wysiwyg/ckeditor/tests/plugins/pastefromword/generated/_fixtures/Tickets/12406Doc1/word2013/expected_ie8.html
HTML
gpl-3.0
65,641
/* Atmosphere Autopilot, plugin for Kerbal Space Program. Copyright (C) 2015-2016, Baranin Alexander aka Boris-Barboris. Atmosphere Autopilot 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 ...
Boris-Barboris/AtmosphereAutopilot
AtmosphereAutopilot/Modules/MouseDirector.cs
C#
gpl-3.0
5,249
/* * Copyright (c) 2016. * Modified by Neurophobic Animal on 07/06/2016. */ package cm.aptoide.pt.dataprovider.model.v7; import java.util.List; /** * List of various malware reasons http://ws2.aptoide .com/api/7/getApp/apk_md5sum/7de07d96488277d8d76eafa2ef66f5a8 * <p> * <p> * RANK2: http://ws2.aptoide.com/api...
Aptoide/aptoide-client-v8
dataprovider/src/main/java/cm/aptoide/pt/dataprovider/model/v7/Malware.java
Java
gpl-3.0
20,548
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("About")] [assembly: AssemblyDescription("")] [assembly: ...
tor4kichi/ReactiveFolder
Module/About/Properties/AssemblyInfo.cs
C#
gpl-3.0
2,785
/** * This file is part of veraPDF Parser, a module of the veraPDF project. * Copyright (c) 2015, veraPDF Consortium <info@verapdf.org> * All rights reserved. * * veraPDF Parser is free software: you can redistribute it and/or modify * it under the terms of either: * * The GNU General public license GPLv3+. * ...
shem-sergey/veraPDF-pdflib
src/main/java/org/verapdf/cos/filters/COSFilterRC4DecryptionDefault.java
Java
gpl-3.0
4,631
/*! \file DetectorDriver.cpp * \brief Main driver for event processing * \author S. N. Liddick * \date July 2, 2007 */ #include <algorithm> #include <fstream> #include <iomanip> #include <iostream> #include <iterator> #include <limits> #include <sstream> //This header is for decoding the XML ///@TODO The XML deco...
pixie16/paassdoc
Analysis/Utkscan/core/source/DetectorDriver.cpp
C++
gpl-3.0
28,756
/** * Copyright (C) 2005-2015, Stefan Strömberg <stestr@nethome.nu> * * This file is part of OpenNetHome. * * OpenNetHome 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,...
NetHome/ZWave
src/main/java/nu/nethome/zwave/messages/commandclasses/MultiLevelSwitchCommandClass.java
Java
gpl-3.0
7,780
package com.bryanrm.ftptransfer.network; import android.content.Context; import android.os.AsyncTask; import android.widget.Toast; import com.bryanrm.ftptransfer.R; import com.bryanrm.ftptransfer.ftp.WrapFTP; import java.io.InputStream; /** * Created by Bryan R Martinez on 1/3/2017. */ public class Upload extends...
bryanrm/android-ftp-transfer
app/src/main/java/com/bryanrm/ftptransfer/network/Upload.java
Java
gpl-3.0
1,453
#include <stdio.h> #include <string.h> #include "Stack.h" #define STATE_SPACE 4096 #define TOTAL_CAVITIES 12 int pebbles_left(int state) { state = state - ((state >> 1) & 0x55555555); state = (state & 0x33333333) + ((state >> 2) & 0x33333333); return (((state + (state >> 4)) & 0x0F0F0F0F) * 0x01010101) >>...
JonSteinn/Kattis-Solutions
src/Pebble Solitaire/C/main.c
C
gpl-3.0
2,166
package org.flowerplatform.util.diff_update; import java.io.Serializable; import java.util.Objects; /** * * @author Claudiu Matei * */ public class DiffUpdate implements Serializable { private static final long serialVersionUID = -7517448831349466230L; private long id; private long timestam...
flower-platform/flower-platform-4
org.flowerplatform.util/src/org/flowerplatform/util/diff_update/DiffUpdate.java
Java
gpl-3.0
1,571
# Load the Rails application. require_relative 'application' # Initialize the Rails application. Rails.application.initialize! if ActiveRecord::Base.connection.pool.connected? then puts "connection size is #{ActiveRecord::Base.connection.pool.size}" puts "new connection size is #{ActiveRecord::Base.connection.pool...
shinjiro-itagaki/shinjirecs
shinjirecs-rails-server/config/environment.rb
Ruby
gpl-3.0
573
# Makefile.in generated by automake 1.14.1 from Makefile.am. # doc/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without...
d2036a/pdnsd-mingw
doc/Makefile
Makefile
gpl-3.0
17,379
/** * Balero CMS Project: Proyecto 100% Mexicano de código libre. * Página Oficial: http://www.balerocms.com * * @author Anibal Gomez <anibalgomez@icloud.com> * @copyright Copyright (C) 2015 Neblina Software. Derechos reservados. * @license Licencia BSD; vea LICENSE.txt */ package com.neblina.balero;...
neblina-software/balerocms-v2
src/main/java/com/neblina/balero/Application.java
Java
gpl-3.0
1,024
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head prefix="og: http://ogp.me/ns# dc: http://purl.org/dc/terms/"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- HTML5 shim and Respond....
Timathom/timathom.github.io
discovery/resources/fan/2990/index.html
HTML
gpl-3.0
8,290
<!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"/> <title>GNU Radio 3.6.1 C++...
zitouni/gnuradio-3.6.1
build/docs/doxygen/html/fft_8dox.html
HTML
gpl-3.0
2,065
#!/bin/bash get_tarball_path() { if [ $# -lt 1 ]; then echo "ERROR: Failed to get tarball path. No search path argument given" return 1 fi echo "$(find $1 -name procalc_*.orig.tar.gz)" } get_tarball_name() { if [ $# -lt 1 ]; then echo "ERROR: Failed to get tarball path. No search path argument gi...
RobJinman/pro_office_calc
release/functions.sh
Shell
gpl-3.0
807
/* * gVirtuS -- A GPGPU transparent virtualization component. * * Copyright (C) 2009-2010 The University of Napoli Parthenope at Naples. * * This file is part of gVirtuS. * * gVirtuS is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ...
Donkey-Sand/gvirtus-multiGPU
gvirtus.cudart/backend/CudaRtHandler_device.cpp
C++
gpl-3.0
9,738
#!/bin/bash # the round function: round() { echo $(printf %.$2f $(echo "scale=$2;(((10^$2)*$1)+0.5)/(10^$2)" | bc)) }; # Checking parameters number if [ $# = 0 ]; then rep="." typ="-s" elif [ $# = 1 ]; then rep=$1 typ="-s" elif [ $# = 2 ]; then if [ $2 != "-s" ] && [ $2 != "-r" ]; then echo "Usage: script [dir...
PokerChichi/TidyMyKey
test_files/script.sh
Shell
gpl-3.0
2,113
# -*- coding: utf8 -*- from yanntricks import * def UQZooGFLNEq(): pspict,fig = SinglePicture("UQZooGFLNEq") pspict.dilatation_X(1) pspict.dilatation_Y(1) mx=-5 Mx=5 x=var('x') f=phyFunction( arctan(x) ).graph(mx,Mx) seg1=Segment( Point(mx,pi/2),Point(Mx,pi/2) ) seg2=Segment( Poin...
LaurentClaessens/mazhe
src_yanntricks/yanntricksUQZooGFLNEq.py
Python
gpl-3.0
671
'use strict'; module.exports = { minVersion: "5.0.0", currentVersion: "5.2.0", activeDelegates: 101, addressLength: 208, blockHeaderLength: 248, confirmationLength: 77, epochTime: new Date(Date.UTC(2016, 4, 24, 17, 0, 0, 0)), fees:{ send: 10000000, vote: 100000000, secondsignature: 500000000, delegate:...
shiftcurrency/shift
helpers/constants.js
JavaScript
gpl-3.0
1,217
<?php /** * @package GPL Cart core * @author Iurii Makukh <gplcart.software@gmail.com> * @copyright Copyright (c) 2015, Iurii Makukh * @license https://www.gnu.org/licenses/gpl.html GNU/GPLv3 */ namespace gplcart\core\models; use gplcart\core\Hook; use gplcart\core\models\Translation as TranslationModel; /** ...
gplcart/gplcart
system/core/models/Payment.php
PHP
gpl-3.0
3,062
package testutils; import java.util.Random; public class TestHelper { public static byte[] getTestData(int size) { byte[] bytes = new byte[size]; new Random().nextBytes(bytes); return bytes; } public static boolean compareBytes(byte[] x, byte[] y) { if ...
dylsmith8/JavaIPC
Windows Implementation/JavaIPC/javawinipc/testprograms/testutils/TestHelper.java
Java
gpl-3.0
533
const path = require('path'); const webpack = require('webpack'); var HtmlWebpackPlugin = require('html-webpack-plugin'); var ScriptExtHtmlWebpackPlugin = require('script-ext-html-webpack-plugin'); var CopyWebpackPlugin = require('copy-webpack-plugin'); module.exports = { // 页面入口文件配置 entry: { app: [ path.norma...
saas-plat/saas-plat-native
web/webpack.config.js
JavaScript
gpl-3.0
3,434
package org.saintandreas.serket.scpd; import java.io.IOException; import javax.servlet.ServletException; import javax.xml.namespace.QName; import javax.xml.soap.SOAPBodyElement; import javax.xml.soap.SOAPException; import javax.xml.soap.SOAPMessage; import org.saintandreas.serket.service.BaseService; im...
jherico/serket
serket-scpd/src/main/java/org/saintandreas/serket/scpd/ConnectionManager2.java
Java
gpl-3.0
14,975
<?php /** *@package pXP *@file gen-MODGrupoEp.php *@author (admin) *@date 22-04-2013 14:49:40 *@description Clase que envia los parametros requeridos a la Base de datos para la ejecucion de las funciones, y que recibe la respuesta del resultado de la ejecucion de las mismas */ class MODGrupoEp extends MODbase{ fun...
boabo/pxp
sis_parametros/modelo/MODGrupoEp.php
PHP
gpl-3.0
3,739
%%% woptic/doc/woptic_userguide.tex %%% %%% %%% %%% Copyright 2009-2012 Philipp Wissgott %%% %%% 2012-2016 Elias Assmann %%% %%% \input{header.tex} \usepackage{mathtools} \newcommand\TemplateDir{../templates/} \usepackage{tikz, manfnt, p...
woptic/woptic
doc/woptic_userguide.tex
TeX
gpl-3.0
38,651
<?php /** * Translation Manager for Android Apps * * PHP version 7 * * @category PHP * @package TranslationManagerForAndroidApps * @author Andrej Sinicyn <rarogit@gmail.com> * @copyright 2017 Andrej Sinicyn * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3 or lat...
rarog/TranslationManagerForAndroidApps
config/modules.config.php
PHP
gpl-3.0
1,034
# EPROM tool tests Source code of firmware tests to check hardware functions
aelfimow/eprom-tool-1
tests/README.md
Markdown
gpl-3.0
77
/* Test the gnulib dirname module. Copyright (C) 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. 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 Licens...
ystk/debian-m4
tests/test-dirname.c
C
gpl-3.0
8,651
// -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * FinderPatternFinder.cpp * zxing * * Created by Christian Brunschen on 13/05/2008. * Copyright 2008 ZXing authors All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ...
fogelton/fraqtive
qzxing/zxing/zxing/qrcode/detector/QRFinderPatternFinder.cpp
C++
gpl-3.0
23,368
int lire_driver (char *nom); int select_driver (void);
DrCoolzic/BIG2
BIG2_DOC/SRCS/BDOC_IMP.H
C++
gpl-3.0
55
<?php /** * General Debugger-Class, implementing a FirePHP-Debugger, * for usage see http://www.firephp.org/HQ/Use.htm * * Usage for Classees implementing Config.php: * if ($this->debugger) $this->debugger->log($data, "Label"); * * @package moosique.net * @author Steffen Becker */ class Debugger { priv...
daftano/dl-learner
moosique.net/moosique/classes/Debugger.php
PHP
gpl-3.0
892
<div class="newshead"> <div class="newsheadline"><a class="titlelink" href="index.php?site=news_comments&amp;newsID=$newsID">$headline</a> $isintern</div> <div class="newsdate">$date - $time</div> </div> <div class="newsbegin"> <div class="newspic">$rubricpic</div> <div class="newscontent">$content <br />$adminsp...
Dwarfex/Hosting-Service
hosting_project/ws_templates/312203/TemplateFiles/templates/news.html
HTML
gpl-3.0
431
#pragma once #include <string> namespace D2K {namespace KEYS { // this represents each value in a Keys Profile array. Example: Profile[KEYS::UP] is defined as KEY_UP by default enum { NAME, DESCRIPTION, Profile, MOUSE, JOY, _START_OF_BUTTONS_, DUP = _START_OF_BUTTONS_, DDOWN, DLEFT, DRIGHT, A, B, X, Y, L, R, ...
sypherce/ds2key
common/enum_keys.h
C
gpl-3.0
1,557
<div class="a-main"> <div class="a-breadcrumb container-fluid mat-elevation-z4"> <div class="row"> <div class="col"> <a *ngIf="good" (click)="navigation.list(m.Good)">Products</a> <a *ngIf="part" (click)="navigation.list(m.Part)">Parts</a> <span *ngIf="add"> / Add ISBN</span> ...
Allors/apps
Domains/Apps/Workspace/Typescript/Intranet/src/allors/material/apps/objects/isbnidentification/edit/isbnidentification-edit.component.html
HTML
gpl-3.0
1,430
<?php require_once(dirname($_SERVER['SCRIPT_FILENAME'])."/../src/Common/all.php"); $from = $argv[1]; if ($argc>2) { $to = $argv[2]; } else { $to = "."; } list($stdout, $stderr) = exec2("ln -fs ".get_path("test_data_folder")."{$from} {$to}"); ?>
imgag/megSAP
test/link_test_data.php
PHP
gpl-3.0
250
## import argparse from plotWheels.helical_wheel import helical_wheel if __name__ == "__main__": parser = argparse.ArgumentParser(description="Generate Helical Wheel") parser.add_argument("--sequence",dest="sequence",type=str) parser.add_argument("--seqRange",dest="seqRange",type=int,default=1) parse...
TAMU-CPT/galaxy-tools
tools/helicalWheel/generateHelicalWheel.py
Python
gpl-3.0
4,144
g++ -Wall -Wl,-rpath=libevent/libevent-2.0.21-stable/lib/:cppfastdevelop/cppfoundation/bin/ \ -g server.cpp io_cb.cpp thread_worker.cpp -O0 -o server \ -Llibevent/libevent-2.0.21-stable/lib -Lcppfastdevelop/cppfoundation/bin \ -Ilibevent/libevent-2.0.21-stable/include -Icppfastdevelop/cppfoundation/include \ -leven...
dungeonsnd/test-code
dev_examples/libevent_multithreads/build.sh
Shell
gpl-3.0
345
/* Copyright 2016 Sebastian Gniazdowski 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 t...
psprint/QtZekyllManager
manager/myqtabwidget.h
C
gpl-3.0
1,208
# SKIP(Social Knowledge & Innovation Platform) # Copyright (C) 2008-2010 TIS Inc. # # 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 lat...
openskip/skip
spec/models/user_spec.rb
Ruby
gpl-3.0
52,460
angular.module('starter.controllers') .controller('HistoryCtrl', function($scope) { $scope.history = [ { label: "Today, 10am-11am", min: 60, max: 87}, { label: "Today, 9am-10am", min: 62, max: 76}, { label: "Today, 8am-9am", min: 55, max: 79}, { label: "Yesterday, 10pm-11pm", min: 66, max...
JBeaudaux/JBeaudaux.github.io
OpenHeart/js/history.js
JavaScript
gpl-3.0
987
const editor = require('./form-editor/form-editor.js') const fields = require('./form-editor/fields.js') const settings = require('./settings') const notices = {} function show (id, text) { notices[id] = text render() } function hide (id) { delete notices[id] render() } function render () { let html = '' ...
ibericode/mailchimp-for-wordpress
assets/src/js/admin/notices.js
JavaScript
gpl-3.0
2,625
package hu.rgai.yako.beens; import java.util.*; import android.os.Parcel; import android.os.Parcelable; /** * * @author Tamas Kojedzinszky */ public class MainServiceExtraParams implements Parcelable { public static final Parcelable.Creator<MainServiceExtraParams> CREATOR = new Parcelable.Creator<MainServiceE...
k-kojak/yako
src/hu/rgai/yako/beens/MainServiceExtraParams.java
Java
gpl-3.0
5,416
<? // // TorrentTrader v2.x // This file was last updated: 06/03/2009 by TorrentialStorm // // http://www.torrenttrader.org // // require_once("backend/functions.php"); dbconn(); //check permissions if ($site_config["MEMBERSONLY"]){ loggedinonly(); if($CURUSER["view_torrents"]=="no") show_error_msg("Error","You...
BamBam0077/TorrentTrader-2.06
torrents-search.php
PHP
gpl-3.0
13,485
# -*- coding: utf-8 -*- from django.db import models from django.utils.translation import ugettext_lazy as _ from redsolutioncms.models import CMSSettings, BaseSettings, BaseSettingsManager FIELD_TYPES = ( ('BooleanField', _('Checkbox')), ('CharField', _('Character field')), ('Text', _('Text area')), ...
redsolution/django-simple-feedback
feedback/redsolution_setup/models.py
Python
gpl-3.0
1,391
/*============================================================================== * File $Id$ * Project: ProWim * * $LastChangedDate: 2010-07-19 17:01:15 +0200 (Mon, 19 Jul 2010) $ * $LastChangedBy: wardi $ * $HeadURL: https://repository.ebcot.info/wivu/trunk/prowim-server/src/de/ebcot/prowim/datamodel/prowi...
prowim/prowim
prowim-data/src/org/prowim/datamodel/prowim/ProcessElement.java
Java
gpl-3.0
7,775
/************************************************************************** * Meerkat Browser: Web browser controlled by the user, not vice-versa. * Copyright (C) 2013 - 2016 Michal Dutkiewicz aka Emdek <michal@emdek.pl> * * This program is free software: you can redistribute it and/or modify * it under the terms of th...
MeerkatBrowser/meerkat-browser
src/core/NetworkCache.h
C
gpl-3.0
1,634
# -*- coding: utf-8 -*- from __future__ import absolute_import, unicode_literals """ oauthlib.oauth1.rfc5849 ~~~~~~~~~~~~~~ This module is an implementation of various logic needed for signing and checking OAuth 1.0 RFC 5849 requests. """ import logging log = logging.getLogger("oauthlib") import sys import time try...
raqqun/tweetcommander
packages/oauthlib/oauth1/rfc5849/__init__.py
Python
gpl-3.0
49,724
/* * Copyright 2008 Michal Turek * * This file is part of Graphal library. * http://graphal.sourceforge.net/ * * Graphal 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, version 3 of the ...
mixalturek/graphal
libgraphal/generated/nodebinarydiv.cpp
C++
gpl-3.0
2,018
// Copyright (c) 2015 Contributors as noted in the AUTHORS file. // This file is part of form_factors. // // form_factors 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 /...
kroburg/form_factors
runner/TaskParser.cpp
C++
gpl-3.0
2,648
/* pMMF is an open source software library for efficiently computing the MMF factorization of large matrices. Copyright (C) 2015 Risi Kondor, Nedelina Teneva, Pramod Mudrakarta This file is part of pMMF. pMMF is free software: you can redistribute it and/or modify it under the terms of t...
risi-kondor/pMMF
filetypes/DenseMatrixFileASCII.hpp
C++
gpl-3.0
2,198
#!/bin/bash echo '===> Running pre-commit checks for amd' | doppler yellow mk sniff-amd
nbloomf/nbloomf.md
hooks/pre-commit.sh
Shell
gpl-3.0
90
/* * Copyright (C) 2008 J?lio Vilmar Gesser. * * This file is part of Java 1.5 parser and Abstract Syntax Tree. * * Java 1.5 parser and Abstract Syntax Tree 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 Soft...
codesearch-github/codesearch
src/custom-libs/Codesearch-JavaParser/src/main/java/japa/parser/JavaParser.java
Java
gpl-3.0
4,813
/*------------------------------------------------------------------------ * * copyright : (C) 2008 by Benjamin Mueller * email : news@fork.ch * website : http://sourceforge.net/projects/adhocrailway * version : $Id: MemoryRoutePersistence.java 154 2008-03-28 14:30:54Z fork_ch $ * *-------------------...
forkch/adhoc-railway
ch.fork.adhocrailway.persistence.xml/src/main/java/ch/fork/adhocrailway/persistence/xml/impl/XMLRouteService.java
Java
gpl-3.0
4,013
This package implements a discretization of poro-mechanics by cell centered finite volume methods. The package provides discretization of three different equations: 1. Scalar elliptic equations (Darcy flow), using Multipoint flux approximations. 2. Linear elasticity, using Multipoint stress approximations ...
rojolocco/MRST2017a
modules/fvbiot/README.md
Markdown
gpl-3.0
1,712
/* Gerador de nomes @author Maickon Rangel @copyright Help RPG - 2016 */ function download_para_pdf(){ var doc = new jsPDF(); var specialElementHandlers = { '#editor': function (element, renderer) { return true; } }; doc.fromHTML($('#content').html(), 15, 15, { 'width': 170, ...
maickon/Help-RPG-4.0
app/assets/js/nomes/nomes.js
JavaScript
gpl-3.0
2,470
/*! \file \brief The definition of bobura::view::timetable::item. Copyright (C) 2007-2019 kaoru $Id$ */ #if !defined(BOBURA_VIEW_TIMETABLE_ITEM_H) #define BOBURA_VIEW_TIMETABLE_ITEM_H #include <memory> #include <boost/core/noncopyable.hpp> namespace bobura::view::timetable { /*! ...
kaorut/bobura
bobura_core/include/bobura/view/timetable/item.h
C
gpl-3.0
2,737
#ifndef XTRAS_TYPEMATH_HPP_ #define XTRAS_TYPEMATH_HPP_ #include <type_traits> #include <functional> namespace xtras { namespace typemath { template<auto V> using make_integral_constant = std::integral_constant<decltype(V), V>; template<typename Op, typename T1, typename T2> using binary_op = make_integral_constant...
witosx/rafalw
src/xtras/typemath.hpp
C++
gpl-3.0
2,158
/* ppddl-planner - client for IPPC'08 Copyright (C) 2008 Florent Teichteil-Koenigsbuch and Guillaume Infantes and Ugur Kuter 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 ver...
fteicht/ppddl-planner
src/algorithms/symbolic_lao.cc
C++
gpl-3.0
5,674
define(['forum/accountheader'], function(header) { var AccountSettings = {}; AccountSettings.init = function() { header.init(); $('#submitBtn').on('click', function() { var settings = { showemail: $('#showemailCheckBox').is(':checked') ? 1 : 0 }; socket.emit('user.saveSettings', settings, functio...
changyou/NadBB
public/src/forum/accountsettings.js
JavaScript
gpl-3.0
522
<?php /** * @version $Id$ * @copyright Center for History and New Media, 2007-2010 * @license http://www.gnu.org/licenses/gpl-3.0.txt * @package Omeka **/ /** * * * @package Omeka * @copyright Center for History and New Media, 2007-2010 **/ class Omeka_File_Derivative_Image_Creator_CreatorTest extends PHPUn...
sipes23/Omeka
application/tests/unit/libraries/Omeka/File/Derivative/Image/CreatorTest.php
PHP
gpl-3.0
4,163
/* Template Name: Creative Bootstrap 3 Responsive Admin Template Template Version: 1.0 Author: GeeksLabs Website: http://geekslabs.com/ */ /* Import fonts */ @import url(http://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); @import url(line-icons.css); bod...
vibollmc/5aa2ed571501055565936ff4f5887882
HMS.Web.Main/css/style.css
CSS
gpl-3.0
93,201
/* TP Checker * Main Program * gcc main.c glutils.c glmath.c -o code004 -lGL -lGLEW -lglut -lm * or simply use make ;) */ #ifndef STDLIB_INCLUDED #define STDLIB_INCLUDED #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #endif #ifndef GL_INC...
MadMcCrow/OpenGL_courses
TP-damier/main.c
C
gpl-3.0
9,821
/** * 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 Free So...
transwarpio/rapidminer
rapidMiner/rapidminer-studio-core/src/test/java/com/rapidminer/example/test/ExampleTestTools.java
Java
gpl-3.0
5,152
// Decompiled with JetBrains decompiler // Type: System.CodeDom.Compiler.CodeParser // Assembly: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // MVID: 5ABD58FD-DF31-44FD-A492-63F2B47CC9AF // Assembly location: C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.dll using System.CodeDom; ...
mater06/LEGOChimaOnlineReloaded
LoCO Client Files/Decompressed Client/Extracted DLL/System/System/CodeDom/Compiler/CodeParser.cs
C#
gpl-3.0
1,547
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="cs"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Mon May 25 21:19:38 CEST 2015 --> <title>Uses of Class cz.utb.fai.cudaonlineide.shared.dto.COIFolder</title> <meta name="date" c...
rough23/cudaonlineide
doc/cz/utb/fai/cudaonlineide/shared/dto/class-use/COIFolder.html
HTML
gpl-3.0
20,447
<!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 - WILSON, Irene Alice</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta na...
RossGammon/the-gammons.net
RossFamilyTree/ppl/a/9/d15f605acca1e2103166051e69a.html
HTML
gpl-3.0
13,810
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "protocol.h" #include "util.h" #include "netbase.h" #ifndef WIN32 # incl...
bitcf/bitcf
src/protocol.cpp
C++
gpl-3.0
4,685
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
asveredyuk/TimeMiner
project/MasterDatabaseExplorer/Properties/Settings.Designer.cs
C#
gpl-3.0
1,079
/****************************************************************************/ /// @file MSPhasedTrafficLightLogic.h /// @author Daniel Krajzewicz /// @date Sept 2002 /// @version $Id: MSPhasedTrafficLightLogic.h 22627 2017-01-18 12:56:36Z behrisch $ /// // The base class for traffic light logic with phases /***...
702nADOS/sumo
src/microsim/traffic_lights/MSPhasedTrafficLightLogic.h
C
gpl-3.0
6,690
"""Feat components.""" from component_objects import Component, Element class FeatAddModal(Component): """Definition of feat add modal component.""" modal_div_id = 'addFeat' name_id = 'featAddNameInput' description_id = 'featAddDescriptionTextarea' tracked_id = 'featAddTrackedCheckbox' max_i...
adventurerscodex/uat
components/core/character/feats.py
Python
gpl-3.0
1,902
/* ** backtrace.c - ** ** See Copyright Notice in mruby.h */ #include <mruby.h> #include <mruby/variable.h> #include <mruby/proc.h> #include <mruby/array.h> #include <mruby/string.h> #include <mruby/class.h> #include <mruby/debug.h> #include <mruby/error.h> #include <mruby/numeric.h> #include <mruby/data.h> struct ba...
ErikMinekus/sm-ripext
nghttp2/third-party/mruby/src/backtrace.c
C
gpl-3.0
5,808
Rscript method1-PigeonAllPups-1.R 11B_splitXY/100A-rmXY/0_cov5reads 1011B_splitXY/100A-rmXY/0_cov5reads/method1-PigeonAllPups-1/NC-vs-IVFfresh Rscript method1-PigeonAllPups-1.R 11B_splitXY/100A-rmXY/1_cov10reads 1011B_splitXY/100A-rmXY/1_cov10reads/method1-PigeonAllPups-1/NC-vs-IVFfresh ...
CTLife/SomeRecords
forRRBS/method1-PigeonAllPups.sh
Shell
gpl-3.0
1,961
#pragma once #include "gui/window.h" #include "common/udp.h" namespace D2K {namespace GUI {namespace Connection { class WindowClass : public GUI::Window { public: WindowClass(); ~WindowClass(); void SetVisible(bool visible); bool Update(); }; void ProcessCommandSettingsPacket(UDP::DS2KeyCommandSettingsPacket se...
sypherce/ds2key
client/source/windows/connectionWindow.h
C
gpl-3.0
411
Rscript analyzeDMRs.R \ --file=5_DMR/2E_AlldiffMesites_q0.05_diff0.txt \ --outDir=5_DMR_Annotation \ --RefGenome=hg38 \ --RegionName=1000_Twins_AllPups_essential/A-rmXY/6_Analyze_Tiles_by_methylKit/1_NC1_vs_NC2/5_DMR \ > analyzeDMRs.runLog.txt 2>&1
CTLife/SomeRecords
forRRBS/merge_annotation/analyzeDMRs.sh
Shell
gpl-3.0
281
package introsde.rest.client; import java.net.URI; import javax.ws.rs.client.Client; import javax.ws.rs.client.ClientBuilder; import javax.ws.rs.client.WebTarget; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.UriBuilder; import org.glassfish.jersey.client.ClientConfig; public class Test { public static...
IntroSDE/introsde
lab05/Examples/src/introsde/rest/client/Test.java
Java
gpl-3.0
1,518
#include "prizelistmodel.h" #include <QStringList> prizelistmodel::prizelistmodel(QObject *parent) : QAbstractListModel(parent) { content = new QStringList; } QVariant prizelistmodel::data(const QModelIndex &index, int role) const { if( !index.isValid() || index.row() > content->size() || (role != Qt::Displa...
flesniak/duckracer2
prizelistmodel.cpp
C++
gpl-3.0
3,254
/** * This file is part of alf.io. * * alf.io 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. * * alf.io is distributed in the ...
exteso/alf.io
src/test/java/alfio/manager/payment/saferpay/RequestHeaderBuilderTest.java
Java
gpl-3.0
2,377
/****************************************************************************/ /// @file SUMORouteLoader.h /// @author Daniel Krajzewicz /// @author Michael Behrisch /// @date Wed, 6 Nov 2002 /// @version $Id: SUMORouteLoader.h 13811 2013-05-01 20:31:43Z behrisch $ /// // A class that performs the loading of ro...
rudhir-upretee/Sumo17_With_Netsim
src/utils/xml/SUMORouteLoader.h
C
gpl-3.0
2,462
#!/bin/sh # # This file is protected by Copyright. Please refer to the COPYRIGHT file # distributed with this source distribution. # # This file is part of GNUHAWK. # # GNUHAWK is free software: you can redistribute it and/or modify is under the # terms of the GNU General Public License as published by the Free Sof...
RedhawkSDR/integration-gnuhawk
components/streams_to_vector_cc_3i/build.sh
Shell
gpl-3.0
1,606
/* * QuestManager: An RPG plugin for the Bukkit API. * Copyright (C) 2015-2016 Github Contributors * * 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, o...
Dove-Bren/QuestManager
src/main/java/com/skyisland/questmanager/effects/EntityConfirmEffect.java
Java
gpl-3.0
1,904
/*====================================================================== maker :jiaxing.shen date :2014.12.10 email :55954781@qq.com ======================================================================*/ #include "m_include.h" #include "m_nvic.h" #include "m_eep.h" #include "stm32746g_discovery.h" #include "stm...
jackeyjiang/meizi_f7disc
GUIDemo/emwin_task/smarthome/fdm/m_eep.cpp
C++
gpl-3.0
6,013
/** ****************************************************************************** * \file LIB_EventQueue.c * \brief EventQueue execution class. * * For a detailed description, please refer to \a _ST_EventQueue_Handle_t * \author H. Zijlmans * \date 08-August-2016 ******************************...
hugozijlmans/LoRa_Sx1272
Software/LoRa/Src/LIB_EventQueue.c
C
gpl-3.0
11,270