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
#!/usr/bin/env python # -*- coding: utf-8 -*- """ author: Alex Apostoli based on https://github.com/hkm95/python-multiwii which is under GPLv3 """ import struct import time import sys import re class MSPItem: def __init__(self, name, fmt, fields): self.name = name self.format ...
squilter/ardupilot
libraries/AP_MSP/Tools/pymsp.py
Python
gpl-3.0
18,847
#pragma once #include <iostream> #include <string> #include <vcsn/core/join.hh> #include <vcsn/misc/format.hh> #include <vcsn/misc/escape.hh> #include <vcsn/misc/functional.hh> // hash_value #include <vcsn/misc/raise.hh> #include <vcsn/misc/star-status.hh> #include <vcsn/misc/stream.hh> #include <vcsn/misc/symbol.hh>...
pombredanne/https-gitlab.lrde.epita.fr-vcsn-vcsn
vcsn/weightset/b.hh
C++
gpl-3.0
4,015
package util; import java.lang.Character.Subset; public class Path { public static String RelativePath(String in, String prefix, StringBuilder sb){ int inLen = in != null ? in.length() : 0; int prefixLen = prefix != null ? prefix.length() : 0; int inOff = 0; int prefixOff = 0; int i = 0, j = 0; if(in...
Nayshlok/NayGit
src/util/Path.java
Java
gpl-3.0
2,053
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
firetools/blenderfds
docs/html/classblenderfds_1_1lang_1_1_m_p___f_y_i.html
HTML
gpl-3.0
37,663
--- layout: amp title: ¿Se puede congelar Pecan Pie? permalink: /amp/pastel-de-nuez/ normallink: /pastel-de-nuez/ home: FALSE ogimg: /img/pecan-pie-300x210.jpg.png sitemap: priority: 1 changefreq: 'monthly' --- ## Pregunta Compré la tarta de nuez más increíble en el mercado del agricultor ayer, y ya he comido ...
sepuedecongelar/sepuedecongelar.github.io
_amp/2017-08-19-pastel-de-nuez.md
Markdown
gpl-3.0
2,984
/** * Copyright (C) 2016 Martin Ubl <http://kennny.cz> * * This file is part of BubbleWorld MMORPG engine * * BubbleWorld 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 L...
MartinUbl/BubbleWorldServer
src/Storage/GameobjectStorage.h
C
gpl-3.0
2,468
/* -------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. * ----------------------------------------------------------------...
ruibarreira/linuxtrail
opt/vscode/resources/app/extensions/json/server/node_modules/vscode-languageserver/lib/utils/events.js
JavaScript
gpl-3.0
6,252
/* @end */ caption { font-weight: bold; } div.qindex, div.navtab{ background-color: #e8eef2; border: 1px solid #84b0c7; text-align: center; margin: 2px; padding: 2px; } div.qindex, div.navpath { width: 100%; line-height: 140%; } div.navtab { margin-right: 15px; } /* @group Link Styl...
thebykov/trufit
wp-content/plugins/gd-taxonomies-tools/info/doxygen.css
CSS
gpl-3.0
5,882
namespace Nugraha { namespace Support { namespace Facades { namespace Scheduler { using Nugraha::Collections::Collection; using Nugraha::Contracts::Collections::CollectionContract; class Scheduler { protected: static std::vector<BaseEvent*> eventCollection; static bool isFirstRun; public: /** ...
nugrahawahyu/Fugue
vendor/nugraha/fugue/src/Nugraha/Support/Facades/Scheduler/Scheduler.hpp
C++
gpl-3.0
3,280
package net.oschina.common.utils; import javax.script.ScriptException; import org.apache.commons.lang.StringUtils; import com.asual.lesscss.LessEngine; import com.asual.lesscss.LessException; public class CompileUtils { public static LessEngine engine = new LessEngine(); // 编译coffeescript public st...
w359405949/RunJS
RunJS/src/net/oschina/common/utils/CompileUtils.java
Java
gpl-3.0
1,195
/* * FILENAME: uart.h * * Copyright 2004 InterNiche Technologies. All rights reserved. * * DESCRIPTION: serial communication device support definitions * * This file for: * ALTERA Cyclone Dev board with the ALTERA Nios2 Core. * SMSC91C11 10/100 Ethernet Controller * GNU C Compiler provided by ALTERA Q...
ECE492W2014G4/G4Capstone
software/WebServer_bsp/iniche/src/nios2/uart.h
C
gpl-3.0
694
/*! \file janus_rabbitmqevh.c * \author Piter Konstantinov <pit.here@gmail.com> * \copyright GNU General Public License v3 * \brief Janus RabbitMQEventHandler plugin * \details This is a trivial RabbitMQ event handler plugin for Janus * * \ingroup eventhandlers * \ref eventhandlers */ #include "eventhandle...
agclark81/janus-gateway
events/janus_rabbitmqevh.c
C
gpl-3.0
21,360
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Loads any phar archive with an alias</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div ...
Sliim/sleemacs
php-manual/phar.loadphar.html
HTML
gpl-3.0
5,712
package ircbotint import ( "strings" "fmt" "net/http" "io/ioutil" ) var httpUrl string /** * */ func SetHttpUrl(url string) { url = strings.Trim(url, "/") url = fmt.Sprintf("%s/", url) httpUrl = url } /** * */ func CallHttp(param1, param2 string) (string, error) { var r *http.R...
TheHellcat/goircbotd
src/ircbotd/internal/ircbotint/commio.go
GO
gpl-3.0
758
#region Copyright Notice /* * gitter - VCS repository management tool * Copyright (C) 2013 Popovskiy Maxim Vladimirovitch <amgine.gitter@gmail.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 S...
amgine/gitter
gitter.git.cli.prj/Commands/Main/reset.cs
C#
gpl-3.0
3,254
#include "cbase.h" #include "tf_hintmanager.h" #define TFHINTMANAGER_THINK_INTERVAL 1.0f IMPLEMENT_SERVERCLASS_ST_NOBASE(CTFHintManager, DT_TFHintManager) END_SEND_TABLE() LINK_ENTITY_TO_CLASS( tf_hintmanager, CTFHintManager ); //----------------------------------------------------------------------------- // Purp...
RaisingTheDerp/raisingthebar
root/dlls/tf2_dll/tf_hintmanager.cpp
C++
gpl-3.0
1,854
/************************************************************************* * Copyright 2009-2014 Eucalyptus Systems, 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; version 3 of the ...
davenpcj5542009/eucalyptus
clc/modules/object-storage-common/src/test/java/com/eucalyptus/objectstorage/UnitTestSupport.java
Java
gpl-3.0
8,531
require 'test_helper' class Backoffice::TournamentControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get show" do get :show assert_response :success end test "should get new" do get :new assert_response :succes...
noxsnono/esport42_RoR
test/controllers/backoffice/tournament_controller_test.rb
Ruby
gpl-3.0
575
package se.chalmers.gdcn.hashcash; import se.chalmers.gdcn.network.WorkerID; import javax.crypto.SecretKey; import java.io.UnsupportedEncodingException; import java.security.*; /** * Created by weeeeeew on 2014-03-31. */ public class HashCash { public final static String HASH_ALGORITHM = "SHA-1"; priv...
GDCN/GDCN
GDCN_proj/Client/src/main/java/se/chalmers/gdcn/hashcash/HashCash.java
Java
gpl-3.0
4,858
module ShowHelper def link_to_admin_show(show) link_to show.name, admin_show_path(show) end end
albanpeignier/bonnes-ondes
app/helpers/show_helper.rb
Ruby
gpl-3.0
106
#ifndef QUAN_STM32_SYS_FREQ_HPP_INCLUDED #define QUAN_STM32_SYS_FREQ_HPP_INCLUDED /* Copyright (c) 2003-2014 Andy Little. 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...
kwikius/quan-trunk
quan/stm32/sys_freq.hpp
C++
gpl-3.0
2,866
<?php /** * PHPExcel * * Copyright (c) 2006 - 2014 PHPExcel * * 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 2.1 of the License, or (at your option) any later v...
waaghals/Tainted-Aberrant-Lion
Classes/PROJ/Classes/PHPExcel/Reader/Excel2007.php
PHP
gpl-3.0
131,549
/* * AllStateType.cpp * * Created on: Jul 20, 2015 * Author: git */ #include "AllStateType.h" namespace IStateTyp { std::string getIStateTypStr(STATE_TYPE type) { switch (type) { case CHECK_CONFIRMATION : return "CHECK_CONFIRMATION"; case CHECK_INDICATION : return "CHECK_INDICA...
xuechenwang-cienet/MAP-SM
src/MT_SM_GMSC/state/AllStateType.cpp
C++
gpl-3.0
1,310
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newegg.Oversea.Framework.Entity; using System.Data; namespace IPPOversea.Invoicemgmt.SyncCommissionSettlement.Model { [Serializable] public class UserEntity { #region Table Field 对应表字段 /// <summary>...
ZeroOne71/ql
02_ECCentral/06_Job_Move/10_CPS/IPP.CPSMgmt.SyncCommissionSettlement/Model/UserEntity.cs
C#
gpl-3.0
692
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes"> <title>lrnapp-media-upload</title> <meta name="description" content="lrnapp-media-upload description"> <!-- See https://goo.gl/O...
bterp-web/elmsln
core/dslmcode/shared/drupal-7.x/libraries/webcomponents/polymer/apps/lrnapp-media-upload/index.html
HTML
gpl-3.0
630
package org.bel.kachok; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.NavigationView; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; import com.getbase.floatingactionbutton.FloatingActionsMenu; publi...
Andrewel/Kachok2.0
app/src/main/java/org/bel/kachok/HelpActivity2.java
Java
gpl-3.0
2,121
package com.khillynn; //Main Hub Rules and such will be made here import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.block.Block; import org.bukkit.entity.FallingBlock; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.List...
Khillynn/MyNet
.idea/src/main/java/com/khillynn/HubServ.java
Java
gpl-3.0
8,952
/*! * Copyright (c) 2014 Milo van der Linden (milo@dogodigi.net) * * This file is part of opendispatcher/safetymapsDBK * * opendispatcher 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 vers...
dogodigi/opendispatcher
public/js/dbkjs/config/styles.js
JavaScript
gpl-3.0
27,975
namespace open { partial class Open { /// <summary> /// 必要なデザイナー変数です。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 使用中のリソースをすべてクリーンアップします。 /// </summary> /// <param name="disposing">マネージ...
tkow/HelloBase
open/Form1.Designer.cs
C#
gpl-3.0
3,039
{% extends 'base.html' %} {% load staticfiles %} {% block title %}Login {% endblock %} {% block body_block %} <form id="login_form" method="post" action="/rango/login/"> {% csrf_token %} Username: <input type="text" name="username" value="" size="50" /> <br /> ...
cesar2/DAI-BARES
templates/rango/login.html
HTML
gpl-3.0
506
// This file is part of BOINC. // http://boinc.berkeley.edu // Copyright (C) 2009 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation, // either version 3 of the Licens...
justinlynn/boinc-v2
client/cs_notice.cpp
C++
gpl-3.0
25,380
#!/usr/bin/env python # encoding: UTF-8 """ This file is part of Commix Project (http://commixproject.com). Copyright (c) 2014-2017 Anastasios Stasinopoulos (@ancst). 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 Soft...
hackersql/sq1map
comm1x/src/core/injections/controller/shell_options.py
Python
gpl-3.0
8,306
/* * DatabaseTable.java * * Copyright (C) 2002-2017 Takis Diakoumis * * 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 any later version. * * This ...
redsoftbiz/executequery
src/org/executequery/databaseobjects/DatabaseTable.java
Java
gpl-3.0
5,163
MYFILES = sf_3DHisto.so NDKDIR = /usr/local/Nuke6.3v5 MYCXX ?= g++ LINK ?= g++ CXXFLAGS ?= -g -c -DUSE_GLEW -I$(NDKDIR)/include -fPIC -msse LINKFLAGS ?= -L$(NDKDIR) LIBS ?= -lDDImage LINKFLAGS += -shared all: $(MYFILES) .PRECIOUS : %.os %.os: %.cpp $(MYCXX) $(CXXFLAGS) -o $(@) $< %.so: %.os $(LINK) $(LINKFLAGS) $(...
bryandunkley/3d_histogram
src/Makefile
Makefile
gpl-3.0
368
#!/usr/bin/python2.7 from boto.glacier.layer1 import Layer1 from boto.glacier.concurrent import ConcurrentUploader import sys import os.path from time import gmtime, strftime access_key_id = "xxx" secret_key = "xxx" target_vault_name = "xxx" inventory = "xxx" # the file to be uploaded into the vault as an archive ...
kickino/aws-scripts
glacier/glacier_push.py
Python
gpl-3.0
896
from shutil import copyfile from datetime import datetime from ExcelMapper.mapper import * import xlrd import xlsxwriter row_rules_sheet1_t1 = { 'found "risk"': lambda data: 'risk' in data['type'], 'found "Risk"': lambda data: 'Risk' in data['type'], 'found "reward"(ignore letter casing)': lambda data: 'rew...
Theyrealone/ExcelMapper
run.py
Python
gpl-3.0
2,567
package net.uyghurdev.avaroid.picturebookreader; public class BookText { String fileName; DecompressReader der; public String[] booktext; //booktext = str; public String getText() { return booktext[1]; } }
Bilkan/PictureBookReader
src/src/net/uyghurdev/avaroid/picturebookreader/BookText.java
Java
gpl-3.0
238
/* vdev: a virtual device manager for *nix Copyright (C) 2014 Jude Nelson This program is dual-licensed: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 or later as published by the Free Software Foundation. For the terms of this license, see LI...
8l/vdev
libvdev/util.h
C
gpl-3.0
6,597
/** * Mars Simulation Project * nimrodskin.css * General CSS classes for MSP UI * @version 3.1.0 2017-03-08 * @author Lars Næsbye Christensen */ .root { -fx-base: rgb(50, 50, 50); -fx-background: rgb(50, 50, 50); -fx-control-inner-background: rgb(50, 50, 50); -fx-accent: darkgoldenrod; -fx-font-family: "Se...
mars-sim/mars-sim
mars-sim-javafx/src/main/resources/fxui/css/theme/nimrodskin.css
CSS
gpl-3.0
12,720
/* (c) 2014, Vladimir Agafonkin simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas https://github.com/mourner/simpleheat */ (function () { 'use strict'; function simpleheat(canvas) { // jshint newcap: false, validthis: true if (!(this instanceof simpleheat)) { return new simpleheat(canv...
theopolisme/wikipedia-contributor-locations
app/static/lib/simpleheat.js
JavaScript
gpl-3.0
4,590
package com.github.bordertech.wcomponents.examples.picker; import com.github.bordertech.wcomponents.Action; import com.github.bordertech.wcomponents.ActionEvent; import com.github.bordertech.wcomponents.Container; import com.github.bordertech.wcomponents.HeadingLevel; import com.github.bordertech.wcomponents.Mar...
Joshua-Barclay/wcomponents
wcomponents-examples/src/main/java/com/github/bordertech/wcomponents/examples/picker/MenuPanel.java
Java
gpl-3.0
9,803
#!/bin/bash shopt -s expand_aliases; #creo i 2 file diff echo "pippo pippo pippo" > testFile1.txt echo "pippo2 pippo2 pippo2" > testFile2.txt #creo l'elenco dei file echo "M testFile1.txt A testFile2.txt D testFile3.txt M ." >listFileDiff.txt #creo l'elenco dei file del tar echo "testFile1.txt testFile2.t...
ideatosrl/ezdeploy
bin/shell/exportDiffFileTest.sh
Shell
gpl-3.0
1,152
import React from "react"; import { storiesOf, fixtures } from "helpers/storybook/exports"; import ThumbnailGrid from ".."; import EntityThumbnail from "global/components/atomic/EntityThumbnail"; import shuffle from "lodash/shuffle"; const issues = fixtures .collectionFactory("issue", 3) .map(issue => issue.data) ...
ManifoldScholar/manifold
client/src/global/components/composed/ThumbnailGrid/__stories__/ThumbnailGrid.stories.js
JavaScript
gpl-3.0
1,846
/* * Video Telemetry for Mountain Bike Platform back-end services. * Copyright (C) 2017 Kyle Grund * * 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 * ...
KyleGrund/ViTeMBP-BEJava
ViTeMBP Services/src/com/vitembp/services/imaging/ThreeAxisGOverlayElement.java
Java
gpl-3.0
5,520
<?php /** * Framework package * * @package Framework * @author Peter Gribanov <info@peter-gribanov.ru> * @copyright Copyright (c) 2012, Peter Gribanov * @license http://opensource.org/licenses/GPL-3.0 GPL v3 */ namespace Framework\Utility; use Framework\Exception; /** * Утилита по работе с масиивами ...
peter-gribanov/activity
Framework/Utility/Arr.php
PHP
gpl-3.0
3,680
/* * -------------------------------------------------------------------------- * * Framework RKH * ------------- * * State-machine framework for reactive embedded systems * * Copyright (C) 2010 Leandro Francucci. * ...
vortextech/RKH
source/sm/src/rkhsm.c
C
gpl-3.0
27,623
package org.activityinfo.server.util.locale; /* * #%L * ActivityInfo Server * %% * Copyright (C) 2009 - 2013 UNICEF * %% * 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...
LeoTremblay/activityinfo
server/src/main/java/org/activityinfo/server/util/locale/LocaleModule.java
Java
gpl-3.0
1,448
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery</title> <script src="js/jquery.js"></script> <script> $(document).ready(function(){ ...
franciscomarinas/superheroweb
JavaScript/jq.html
HTML
gpl-3.0
4,353
package org.dbwiki.data.query.visual; public class ArgumentNode extends Node { private String _arg; ArgumentNode(String arg) { _arg = arg; } String get() { return _arg; } }
jamescheney/database-wiki
src/org/dbwiki/data/query/visual/ArgumentNode.java
Java
gpl-3.0
185
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Fri Jan 31 01:00:24 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface org.neo4j.graph...
chiffa/neo4j-community-1.9.6
doc/java/api/org/neo4j/graphdb/index/class-use/Index.html
HTML
gpl-3.0
20,621
var browser = chrome; var activetabs = []; //alert("launchfacebook"); document.addEventListener('DOMContentLoaded', function () { var css_lastcouche ='.lastcouche {background-image:'+chrome.extension.getURL('src/css/internet.gif')+';}'; chrome.tabs.insertCSS(null, { code: css_lastcouche }); chrome.tabs.insertCSS...
LINCnil/Hally-L-oracle-du-net
src/launchfacebook.js
JavaScript
gpl-3.0
822
package org.sputnik.service.impl; import lombok.SneakyThrows; import org.springframework.core.Ordered; import org.springframework.stereotype.Component; import org.springframework.web.servlet.HandlerExceptionResolver; import org.springframework.web.servlet.ModelAndView; import javax.servlet.http.HttpServletRequest; im...
agliznetsov/sputnik
sputnik-server/src/main/java/org/sputnik/service/impl/CustomExceptionHandler.java
Java
gpl-3.0
953
/* * $XConsortium: timB12.bdf,v 1.14 95/01/26 18:05:47 gildea Exp $ * * + * Copyright 1984-1989, 1994 Adobe Systems Incorporated. * Copyright 1988, 1994 Digital Equipment Corporation. * * Adobe is a trademark of Adobe Systems Incorporated which may be * registered in certain jurisdictions. * Permission ...
phoboz/vmx
src/ugl/fonts/bmf/uftbr12.c
C
gpl-3.0
55,678
package tk.nirvanagamestudios.mavicci.animation; import java.io.File; public class ColladaConverter { public static void loadAnimation(File animationFile, boolean looping, File output) { Animation animation = new Animation(); animation.setLooping(looping); ColladaFileReader fileReader = new ColladaFi...
Nirvana-Game-Studios/Mavicci
src/tk/nirvanagamestudios/mavicci/animation/ColladaConverter.java
Java
gpl-3.0
1,083
#!/usr/bin/python # -*- coding: utf-8 -*- # Copyright (C) 2019 David Arroyo Menéndez # Author: David Arroyo Menéndez <davidam@gnu.org> # Maintainer: David Arroyo Menéndez <davidam@gnu.org> # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as p...
davidam/python-examples
scikit/latentsemantic.py
Python
gpl-3.0
2,544
desktop ======= This is 1) a project i started to learn how to program with Qt. 2) highly ambitious super-duper productivity program :) Distributed under the terms of GPL-3.
disbeliever/desktop
README.md
Markdown
gpl-3.0
176
Bitrix 16.5 Business Demo = ebe17c6580354ed68e0e71bed936ea4a
gohdan/DFC
known_files/hashes/bitrix/modules/sale/install/components/bitrix/sale.order.ajax/lang/ru/map.php
PHP
gpl-3.0
61
using Newtonsoft.Json; namespace BattlelogMobile.Core.Model { public class Performance : BaseModel { private int _stat; [JsonProperty(PropertyName = "stat")] public int Stat { get { return _stat; } set { _stat = value; ...
mikkoviitala/battlelogmobile
BattlelogMobile.Core/Model/Performance.cs
C#
gpl-3.0
671
/*************************************************************************** * Copyright (C) 2012 by Serge Poltavski * * serge.poltavski@gmail.com * * * * This pr...
uliss/quneiform
src/shmem/mmapsharedmemory.h
C
gpl-3.0
1,821
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="description" content="Juega contra jugadores de todo el mundo y trata de ser la mayor serpiente del mapa! Haga equipos y destruya a otros jugadores."> <meta property="og:type" content="website" /> ...
ricardobarrospereira/jueio
juego/limax.io.html
HTML
gpl-3.0
8,978
/* * (C) 2003-2006 Gabest * (C) 2006-2014 see Authors.txt * * This file is part of WinnerMediaPlayer. * * WinnerMediaPlayer 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 t...
WinnerSoftLab/WinnerMediaPlayer
src/filters/parser/MpaSplitter/MpaSplitter.cpp
C++
gpl-3.0
5,505
from __future__ import print_function import gettext import gi gi.require_version('Peas', '1.0') from gi.repository import GObject from gi.repository import Peas from gi.repository import Peasy from gi.repository import Geany gettext.bindtextdomain("peasy", "/home/kugel/dev/geany.git/build-linux/dest/share/locale") ...
kugel-/peasy
plugins/peasypytest.py
Python
gpl-3.0
1,239
#include "oacc_cache.hpp" TC_OACC_CACHE aOACC_CACHE; void TC_OACC_CACHE::finish_type (tree t) { cerr << "finish_type: OACC_CACHE" << t << endl; }; void TC_OACC_CACHE::finish_decl (tree t) { cerr << "finish_decl: OACC_CACHE" << t << endl; }; void TC_OACC_CACHE::finish_unit (tree t) { cerr << "finish_unit: OACC...
h4ck3rm1k3/gcc-plugin-cpp-template
tree-nodes/oacc_cache.cpp
C++
gpl-3.0
345
/******************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2013,2014 by Peter Pilgrim, Addiscombe, Surrey, XeNoNiQUe UK * * All rights reserved. This program and the accompanying materials * are made available under...
peterpilgrim/javaee7-developer-handbook
ch11/jpa-criteria/src/main/java/je7hb/jpa/advanced/criteria/Employee_.java
Java
gpl-3.0
1,603
# # Race Capture App # # Copyright (C) 2014-2017 Autosport Labs # # This file is part of the Race Capture App # # This 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 ...
autosportlabs/RaceCapture_App
spacer.py
Python
gpl-3.0
1,123
class CreateTreatmentTypes < ActiveRecord::Migration[5.0] def change create_table :treatment_types do |t| t.string :name t.timestamps end end end
portalsuperacao/superacao-core
db/migrate/20170122205345_create_treatment_types.rb
Ruby
gpl-3.0
171
// -*- mode: C; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil -*- // vim: set softtabstop=4 shiftwidth=4 tabstop=4 expandtab: /* Copyright (c) 2009 Eucalyptus Systems, 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...
sosilent/euca
node/handlers_kvm.c
C
gpl-3.0
12,424
OpenCart 2.1.0.2 = a3547964186b7ec6225bb2d228230e17 OpenCart 2.0.1.1 = 2a92b6a919bcec3cdce457a4f3ee99b3
gohdan/DFC
known_files/hashes/upload/admin/controller/payment/web_payment_software.php
PHP
gpl-3.0
104
/** * Copyright (C) 2016 Tarik Moataz * * 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 distr...
senecameeks/EncryptedDropbox
src/main/java/org/crypto/sse/CryptoPrimitives.java
Java
gpl-3.0
27,320
/************************************************************************** * Otter Browser: Web browser controlled by the user, not vice-versa. * Copyright (C) 2014 Piotr Wójcik <chocimier@tlen.pl> * Copyright (C) 2014 - 2021 Michal Dutkiewicz aka Emdek <michal@emdek.pl> * * This program is free software: you can redi...
OtterBrowser/otter-browser
src/modules/importers/html/HtmlBookmarksImportDataExchanger.cpp
C++
gpl-3.0
4,166
import os from pypers.core.step import CmdLineStep class ReorderSam(CmdLineStep): spec = { "version": "0.0.1", "descr": [ "Runs ReorderSam to reorder chromosomes into GATK order" ], "args": { "inputs": [ { "name" ...
frankosan/pypers
pypers/steps/picard/reordersam.py
Python
gpl-3.0
1,863
--- title: "उपद्रवी वकीलों का रद्द हो सकता है लाइसेंस: बार कौंसिल" layout: item category: india date: 2016-02-18T10:54:31.000Z image: b647934ecb1c4b86c36543d25ab47606.jpg --- <p style="text-align: justify;">नई दिल्ली: जेएनयू मामले को लेकर कन्हैया कुमार की पटियाला हाउस कोर्ट में पेशी के दौरान वकीलों के एक समूह द्वारा जे...
InstantKhabar/_source
_source/news/29403-national.html
HTML
gpl-3.0
3,404
//Copyright (c) 2011 Municipalidad de Rosario and Coop. de Trabajo Tecso Ltda. //This file is part of SIAT. SIAT is licensed under the terms //of the GNU General Public License, version 3. //See terms in COPYING file or <http://www.gnu.org/licenses/gpl.txt> package ar.gov.rosario.siat.bal.view.struts; import javax.se...
avdata99/SIAT
siat-1.0-SOURCE/src/view/src/WEB-INF/src/ar/gov/rosario/siat/bal/view/struts/AdministrarSaldoEnCompensacionDAction.java
Java
gpl-3.0
10,768
#ifndef OSX_AUTHORIZATION_H_ST1ZIKX9 #define OSX_AUTHORIZATION_H_ST1ZIKX9 #include <oak/oak.h> #include <text/format.h> namespace osx { struct authorization_t { authorization_t () : helper(new helper_t) { } authorization_t (std::string const& hex) : helper(new helper_t(hex)) { } bool check_right (std::string...
nanoant/textmate
Frameworks/authorization/src/authorization.h
C
gpl-3.0
3,452
#include "stdafx.h" fonts_manager_data::fonts_manager_data() : cfg_var(g_cfg_guid) { m_common_items_entry = new entry_t(true); m_common_labels_entry = new entry_t(true); uGetIconFont(&m_common_items_entry->font); uGetMenuFont(&m_common_labels_entry->font); } void fonts_manager_data::g_on_common_font_changed(t_...
samithaj/columns_ui
foobar2000/foo_ui_columns/fonts_manager_data.cpp
C++
gpl-3.0
5,546
/* umplayer, GUI front-end for mplayer. Copyright (C) 2006-2009 Ricardo Villalba <rvm@escomposlinux.org> Copyright (C) 2010 Ori Rejwan 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 Foundat...
minos-org/umplayer
src/tvsettings.h
C
gpl-3.0
1,383
/* * This file is part of Simpiler. * Simpiler 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. * Simpiler is distributed in the ...
pi0/simpiler
src/main.h
C
gpl-3.0
727
# -*- coding: utf-8 -*- """ ORCA Open Remote Control Application Copyright (C) 2013-2020 Carsten Thielepape Please contact me by : http://www.orca-remote.org/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as publ...
thica/ORCA-Remote
src/scripts/tools/tool_repositorymanager/RepManager.py
Python
gpl-3.0
16,092
<?php namespace MauticPlugin\CustomCrmBundle\Form\Type; use Mautic\CoreBundle\Factory\MauticFactory; use Mautic\CoreBundle\Form\DataTransformer\DatetimeToStringTransformer; use Mautic\CoreBundle\Form\DataTransformer\IdToEntityModelTransformer; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBu...
redmantech/Mautic_CRM
Form/Type/CampaignOpportunityType.php
PHP
gpl-3.0
3,138
package ch.npl.cash.domain; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.OneToMany; imp...
noproblan/npl-cash
src/ch/npl/cash/domain/Ordering.java
Java
gpl-3.0
1,705
\begin{center} \begin{tikzpicture} % Drawing wall \fill [pattern=north west lines] (0,0) rectangle (1,1); \draw [thick] (1,1) -- (1,0) -- (4,0); \coordinate (wallhook) at (1, 0.5); \draw (wallhook)[decorate, decoration={coil, segment length=4pt}] -- +(1,0) node[ anchor=west, name=mass, ...
LainBlaster/windy-willow
latex/pictures/physics/mass_spring.tex
TeX
gpl-3.0
770
using DozzMaiMalApi.Entity; using DozzMaiMalApi.Manager; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using System.Xml; /* UPDATES MADE: ...
lolerji/dozzmai-mal-api
DozzMaiMalApi/MalClient.cs
C#
gpl-3.0
5,983
#ifndef _H_AEFX_CHANNELDEPTHTPL #define _H_AEFX_CHANNELDEPTHTPL /** AEFX_ChannelDepthTpl.h (c) 2005 Adobe Systems Incorporated **/ // Basic pixel traits structure. This structure is never used per se, merely overidden -- see below. template <typename Pixel> struct PixelTraits { typedef int PixType; ...
guillaumeguerin/KodakAerochrome
Util/AEFX_ChannelDepthTpl.h
C
gpl-3.0
1,459
// RUN: %clang_cc1 -triple x86_64-unknown-unknown %s -emit-llvm -o - | FileCheck %s #include <stddef.h> void t1() { int* a = new int; } // Placement. void* operator new(size_t, void*) throw(); void t2(int* a) { int* b = new (a) int; } struct S { int a; }; // POD types. void t3() { int *a = new int(10); _...
chriskmanx/qmole
QMOLEDEV/llvm-2.8/tools/clang-2.8/test/CodeGenCXX/new.cpp
C++
gpl-3.0
2,710
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | ...
leonardovilarinho/prontuario-sus
src/public/index.php
PHP
gpl-3.0
1,785
/* * GeoSDI ERA - The new era of webGIS * http://code.google.com/p/geosdiera/ * ==================================================================== * * Copyright (C) 2008-2009 GeoSDI Group (CNR IMAA). * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
protonsint/geosdiera
web/src/main/java/it/geosdi/era/server/service/IStartupService.java
Java
gpl-3.0
1,825
/* * File: StateMapper.cpp * Author: ntanaka * * Created on 2014/11/29, 22:43 */ #include "StateMapper.h" #include "PicoJsonIF.h" namespace jsonMapper { StateMapper::StateMapper() { } //StateMapper::StateMapper(const StateMapper& orig) { //} StateMapper::~StateMapper() { } utah...
RabbitOnTheRun/utah02
jsonMapper/StateMapper.cpp
C++
gpl-3.0
1,011
"use strict"; var to_ascii = typeof atob == "undefined" ? function(b64) { return new Buffer(b64, "base64").toString(); } : atob; var to_base64 = typeof btoa == "undefined" ? function(str) { return new Buffer(str).toString("base64"); } : btoa; function read_source_map(code) { var match = /\n\/\/# sourceMap...
zedomel/ep-project
public/javascripts/node_modules/uglify-es/lib/minify.js
JavaScript
gpl-3.0
5,700
#ifndef _IMAGEALGORITHM_H_ #define _IMAGEALGORITHM_H_ class ImageAlgorithm { }; #endif //_IMAGEALGORITHM_H_
gemarcano/HotBodies
src/ImageAlgorithm.hpp
C++
gpl-3.0
112
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\Tests\EventListener; use Symfony\Component...
Drxmo/imaginarium
vendor/symfony/http-kernel/Tests/EventListener/DumpListenerTest.php
PHP
gpl-3.0
1,828
<?php namespace Omeka\Form; class UserPasswordForm extends AbstractForm { protected $options = [ 'current_password' => false, ]; public function buildForm() { $translator = $this->getTranslator(); if ($this->getOption('current_password')){ $this->add([ ...
kyfr59/versailles
application/src/Form/UserPasswordForm.php
PHP
gpl-3.0
1,951
<!-- saved from url=(0046)http://py4e-data.dr-chuck.net/comments_42.html --> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Welcome to the comments assignment from www.py4e.com</title> </head> <body style="zoom: 1;"> <h1>This file contains the sample data for testing</h1> <tabl...
hosseinoliabak/learningpy
comments_42.html
HTML
gpl-3.0
3,697
#!/usr/bin/env python2 import sys import math from PyQt5 import QtWidgets from PyQt5 import QtGui from PyQt5 import QtCore from mainwindow import Ui_MainWindow from scapy.all import * """ dump any string, ascii or encoded, to formatted hex output """ def dumpString(src, length=16): FILTER = ''.join([(len(repr(chr...
etrombly/snort-rule-tool
snort-rule-tool.py
Python
gpl-3.0
14,091
/* Generated test code. */ package org.jaffa.components.attachment.components.attachmentviewer.dto; import static org.junit.Assert.*; import org.jaffa.components.dto.HeaderDto; import org.junit.Test; /** * Generated test code for AttachmentViewerInDto. * @author kcassell */ public class AttachmentViewerInDtoTapG...
jaffa-projects/jaffa-framework
jaffa-components/src/test/java/org/jaffa/components/attachment/components/attachmentviewer/dto/AttachmentViewerInDtoTapGenTest.java
Java
gpl-3.0
1,590
#MEC VST VST / AU that will link to the mec api #Status under development, nothing to see yet ;) #notes you need to copy the mec libs to MEC.vst/Contents/Frameworks
TheTechnobear/MEC
mec-vst/README.md
Markdown
gpl-3.0
170
<!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Unity - Scripting API: UI.Text.CalculateLayoutInputVertical</title> ...
rakuten/Uinty3D-Docs-zhcn
ScriptReference/UI.Text.CalculateLayoutInputVertical.html
HTML
gpl-3.0
10,237
package holo.fallingearth.entity.projectile; import net.minecraft.entity.EntityLiving; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.projectile.EntityArrow; import net.minecraft.util.DamageSource; import net.minecraft.world.World; public class EntityMeteoriteProjectile extends EntityArr...
Hologuardian/FallingEarth
holo/fallingearth/entity/projectile/EntityMeteoriteProjectile.java
Java
gpl-3.0
1,070
require 'spec_helper' describe 'foreman::cli' do on_supported_os.each do |os, facts| context "on #{os}" do let(:facts) { facts } context 'standalone with parameters' do let(:params) do { foreman_url: 'http://example.com', username: 'joe', passwor...
theforeman/puppet-foreman
spec/classes/foreman_cli_spec.rb
Ruby
gpl-3.0
6,000
#!/usr/bin/env python """ Pegasus utility functions for pasing a kickstart output file and return wanted information """ ## # Copyright 2007-2010 University Of Southern California # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License....
elainenaomi/sciwonc-dataflow-examples
sbbd2016/experiments/1-postgres/3_workflow_full_10files_primary_nosh_nors_annot_with_proj_3s/pegasus.bDkvI/pegasus-4.6.0/lib/python2.7/dist-packages/Pegasus/tools/kickstart_parser.py
Python
gpl-3.0
21,415
#!/usr/bin/python # -*- coding: utf-8 -*- import sys,os from PyQt5 import QtCore, QtGui, QtWidgets, uic from model import MainModel from view import MainView class App(QtWidgets.QApplication): def __init__(self, scriptpath, sys_argv): super(App, self).__init__(sys_argv) self.model = MainModel() ...
flexi-framework/hopr
tools/blockgridgenerator/main.py
Python
gpl-3.0
603