repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
guimotoys/guimo_app
www/templates/menuSecreto.html
909
<ion-header-bar align-title="left" class="bar-positive"> <div class="buttons"> <button class="button button-clear icon ion-chevron-left" ng-click="back('menu');"></button> </div> <h1 class="title">Guimo</h1> </ion-header-bar> <ion-pane> <ion-content> <div class="row"> <div class="col"> ...
gpl-3.0
p01arst0rm/decorum-linux
_resources/kernels/xnu-x86/bsd/sys/content_protection.h
2157
/* * Copyright (c) 2010 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except ...
gpl-3.0
ricarora/media-ranker
app/controllers/home_controller.rb
270
class HomeController < ApplicationController def index @movies = Movie.all.sort_by{|movie| movie.rank}.reverse.first(7) @books = Book.all.sort_by{|book| book.rank}.reverse.first(7) @albums = Album.all.sort_by{|album| album.rank}.reverse.first(7) end end
gpl-3.0
qualitio/qualitio
qualitio/templates/report/report_bound.html
812
{% load application_view_menu %} <div id="application-view-header"> <h1>report: <a href="/report/#report/{{ report.pk }}/details/">{{ report.name }}</a></h1> </div> {% application_view_menu object report.pk %} <div class="application-view-content clearfix"> <div class="text-bullet"> <span class="name">link:</...
gpl-3.0
CCChapel/ccchapel.com
CMS/CMSWebParts/CustomTables/CustomTableForm.ascx.designer.cs
995
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
gpl-3.0
cSploit/android.MSF
modules/auxiliary/gather/solarwinds_orion_sqli.rb
3119
## # This module requires Metasploit: http://metasploit.com/download # Current source: https://github.com/rapid7/metasploit-framework ## require 'msf/core' class Metasploit3 < Msf::Auxiliary include Msf::Exploit::Remote::HttpClient def initialize(info = {}) super(update_info(info, 'Name' =...
gpl-3.0
openPSTD/openPSTD
build/upload_webdav.sh
321
#!/usr/bin/env bash set -e if [ ${TARGET} = "win64" ]; then EXTENSION=zip else if [ ${TRAVIS_OS_NAME} = "linux" ]; then EXTENSION=tar.gz else EXTENSION=dmg fi fi curl -T OpenPSTD-${OPENPSTD_MAJOR_VERSION}.${OPENPSTD_MINOR_VERSION}.${TRAVIS_BUILD_NUMBER}-${TARGET}.${EXTENSION} ${WEBDAV}...
gpl-3.0
TRothfelder/Multicopter
libs/STM32Cube_FW_F4_V1.16.0/Projects/STM32469I_EVAL/Applications/LibJPEG/LibJPEG_Encoding/Src/encode.c
5814
/** ****************************************************************************** * @file LibJPEG/LibJPEG_Encoding/Src/encode.c * @author MCD Application Team * @version V1.1.0 * @date 17-February-2017 * @brief This file contain the compress method. **************************************...
gpl-3.0
ckoeber/foodinventory
FoodInventory.Data/Models/FoodInventory.Context.cs
969
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated...
gpl-3.0
abeym/incubator
Trials/hdp/reference-apps/iot-trucking-app/trucking-data-simulator/src/main/java/hortonworks/hdp/refapp/trucking/simulator/impl/domain/transport/route/jaxb/package-info.java
584
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2014.0...
gpl-3.0
Kozlov-Sergey/Wizard-Junior-chess
src_c++11/thread.h
4548
/* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) Copyright (C) 2008-2014 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License a...
gpl-3.0
richardmansfield/richardms-mahara
htdocs/artefact/resume/composite.json.php
2211
<?php /** * Mahara: Electronic portfolio, weblog, resume builder and social networking * Copyright (C) 2006-2009 Catalyst IT Ltd and others; see: * http://wiki.mahara.org/Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU G...
gpl-3.0
CTA-IFRS/Sistema-bibliotecario
core/modules/index/action/delclient/action-default.php
201
<?php $client = ClientData::getById($_GET["id"]); $client->del(); $_SESSION['message'] = L::messages_del_with_success; $_SESSION['alert_type'] = 'success'; Core::redir("./index.php?view=clients"); ?>
gpl-3.0
maxpagani/tydal
Sources/OutputTranslator/Scala.hh
3843
/** * @addtogroup OutputTranslator * @{ * @file OutputTranslator/Scala.hh * @author Massimiliano Pagani * @version 1.0 * @date 2016-10-18 * */ #if !defined( OUTPUTTRANSLATOR_SCALA_HH ) #define OUTPUTTRANSLATOR_SCALA_HH #include "OutputTranslator/Base.hh" #include "Tydal/Grammar/BaseType.hh" #include "Tydal/G...
gpl-3.0
caltechads/wagtail-jetstream
jetstream/templates/jetstream/blocks/layout/four_column_block.html
4509
{% load wagtailcore_tags wagtailimages_tags jetstream_tags %} <div class="row-wrapper {{ self.style }} {% if self.background.background_color or self.background.background_image %} bg {% endif %} {% if self.background.background_color and not self.background.background_image %} bg-color-{{ self.background.backgrou...
gpl-3.0
davidscotson/moodle-tool_themetester
docs/4.0/utilities/sizing/index.php
23330
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moo...
gpl-3.0
rhexsel/xinu-cMIPS
xinu/system/ptinit.c
1044
/* ptinit.c - ptinit */ #include <xinu.h> struct ptnode *ptfree; /* list of free message nodes */ struct ptentry porttab[NPORTS]; /* port table */ int32 ptnextid; /* next table entry to try */ /*------------------------------------------------------------------------ * ptinit -- initialize all ports *----...
gpl-3.0
apuliasoft/aurea
public/js/directives/d3.js
4457
'use strict'; angular.module('aurea') .directive('d3Bars', function ($window, $timeout, d3Service) { return { restrict: 'EA', scope: { data: '=', onClick: '&' }, link: function (scope, ele, attrs) { d3Service.d3...
gpl-3.0
zhoujinl/jIPMI
doc/com/veraxsystems/vxipmi/transport/UdpListener.html
7977
<!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_17) on Thu Oct 24 15:10:37 CEST 2013 --> <title>UdpListener</title> <meta name="date" content="2013-10-24"> <link rel="styleshee...
gpl-3.0
stevleibelt/net.bazzline.artodeto
link/2019/calendar_week/13.md
3253
* [Wie ihr eurere Ansible Provisionierung schneller macht.](https://opensource.com/article/19/3/ansible-performance) * [RedoxOS wurde in der Version 0.5 veröffentlicht.](https://www.phoronix.com/scan.php?page=news_item&px=Redox-OS-0.5-Released) * [Ach du Scheiße, Überwachung, Vermessung und Verblödung sind auf dem Vorm...
gpl-3.0
Wyliodrin/wyliodrin-app-server
source/libraries/project/run.sh
51
mkdir -p "$1" && $2 rm -rf "$1"/* && mkdir -p "$3"
gpl-3.0
haider78github/apiProxy
LmsApiProxy/src/main/java/com/softech/ls360/lms/api/proxy/service/LmsApiUserService.java
685
package com.softech.ls360.lms.api.proxy.service; import com.softech.vu360.lms.webservice.message.lmsapi.serviceoperations.user.AddUserResponse; import com.softech.vu360.lms.webservice.message.lmsapi.serviceoperations.user.UpdateUserResponse; import com.softech.vu360.lms.webservice.message.lmsapi.types.user.UpdateableU...
gpl-3.0
Alberto-Beralix/Beralix
i386-squashfs-root/usr/share/perl/5.12.4/unicore/lib/Ccc/21.pl
1488
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 5.2.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by the Perl program only. The format and even # the name or...
gpl-3.0
srlee309/LessWrongKarma
Tests/Spec/testSpec.js
1556
define(['Scripts/App/CommentsScraper'], function(CommentsScraper) { describe('myFilter', function() { var failTest = function(error) { expect(error).toBeUndefined(); }; beforeEach(function(){ jasmine.addMatchers({ toBeEqualComment: function() { return { ...
gpl-3.0
deependhulla/powermail-debian9
files/rootdir/usr/local/src/groupoffice-6.3/modules/manualsite/views/site/manualsite/home.php
514
<!-- <div class="jumbotron"> <h1>Welcome!</h1> <?php echo $content->getHtml(); ?> </div> --> <div class="row" style="padding: 15px;"> <?php $bgcolors = array('blue','green','orange','grey'); $i=0; foreach($content->children as $child){ $mod = $i % count($bgcolors); $color = $bgcolors[$mod]; ...
gpl-3.0
imunro/thunderstorm
src/test/java/cz/cuni/lf1/lge/ThunderSTORM/estimators/EstimatorsTest.java
6620
package cz.cuni.lf1.lge.ThunderSTORM.estimators; import cz.cuni.lf1.lge.ThunderSTORM.detectors.CentroidOfConnectedComponentsDetector; import cz.cuni.lf1.lge.ThunderSTORM.estimators.PSF.EllipticGaussianPSF; import cz.cuni.lf1.lge.ThunderSTORM.estimators.PSF.EllipticGaussianWAnglePSF; import cz.cuni.lf1.lge.ThunderSTORM...
gpl-3.0
adalmieres/scriptsIBMConnections
IBMConnectionsSocialGraph.py
8111
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # dépendances import requests import xml.dom.minidom import sys import signal import os import getopt from queue import Queue from threading import Thread import time class SetQueue(Queue): def _init(self, maxsize): Queue._init(self, maxsize) self.a...
gpl-3.0
hlin09/renjin
core/src/main/java/org/renjin/invoke/codegen/DeferredVectorBuilder.java
16612
package org.renjin.invoke.codegen; import com.google.common.collect.Lists; import com.sun.codemodel.*; import org.apache.commons.math.complex.Complex; import org.renjin.invoke.annotations.PreserveAttributeStyle; import org.renjin.invoke.model.JvmMethod; import org.renjin.invoke.model.PrimitiveModel; import org.renjin....
gpl-3.0
geopaparazzi/geopaparazzi
geopaparazzi_core/src/main/java/eu/geopaparazzi/core/preferences/ForceLocalePreference.java
4020
/* * Geopaparazzi - Digital field mapping on Android based devices * Copyright (C) 2016 HydroloGIS (www.hydrologis.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 3 ...
gpl-3.0
dewtx29/dewdd_minecraft_plugins
old/dewdd_getaway/src/dewddgetaway/dewgetaway2.java
13351
/* * Author: patiphat mana-u-krid (dew) * E-Mail: dewtx29@gmail.com * facebook: https://www.facebook.com/dewddminecraft */ package dewddgetaway; import java.util.Random; import java.util.Stack; import org.bukkit.Bukkit; import org.bukkit.block.Block; import org.bukkit.entity.Player; im...
gpl-3.0
futurable/futural
startup/protected/components/CommonServices/removeAccents.php
10886
<?php class removeAccents extends CommonServices{ private $accented; private $unaccented; public function __construct($string) { $this->accented = $string; $this->unaccented = $this->removeAccents($string); } public function get(){ return $this->unaccen...
gpl-3.0
cehrig/filetoast
src/worker.h
210
// // Created by Christian Ehrig on 31/01/16. // #ifndef FILETOAST_WORKER_H #define FILETOAST_WORKER_H void * worker(void *); char * readfile(t_job *); int senddata(t_job * job); #endif //FILETOAST_WORKER_H
gpl-3.0
lynxis/pkpgcounter
setup.py
2361
#! /usr/bin/env python # -*- coding: utf-8 -*- # # pkpgcounter : a generic Page Description Language parser # # (c) 2003-2009 Jerome Alet <alet@librelogiciel.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 Soft...
gpl-3.0
iamspal/playtube
src/store/actions.js
2955
const actions = { // Video ended ended({dispatch,commit}, video) { video.isPlaying = false; dispatch('next', video); commit('PLAYING',video); }, // Add video to queue addToQueue({state, dispatch, commit }, obj) { var index = _.findIndex(state.qu...
gpl-3.0
jeffpar/courtcasts
sources/wasc/2003/01/22-docket.html
13526
<!DOCTYPE html> <html> <head> <title>Washington State Courts - Supreme Court Calendar </title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="expires" content="0"> <meta http-equiv="Pragma" content="no-cache...
gpl-3.0
Niky4000/UsefulUtils
projects/tutorials-master/tutorials-master/core-java-modules/core-java-collections-list-2/src/test/java/com/baeldung/collection/filtering/CollectionFilteringUnitTest.java
2531
package com.baeldung.collection.filtering; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Set; import java.util.stream.Collectors; import org.hamcrest.Matchers; import org.junit.Assert; import org.junit.Test; /** * Various filtering examples. * * @author Rodolfo Felip...
gpl-3.0
JoeDahle/fic
app/components/twitter/Twitter.js
946
// core import React from 'react'; import PropTypes from 'react'; // components import Loading from '../../components/loading/Loading'; // styles var style = require('./_index.scss'); // data var Timeline = require('react-twitter-widgets').Timeline; var Twitter = React.createClass({ getInitialState: function()...
gpl-3.0
maikuru23/darkstar
src/map/utils/battlefieldutils.cpp
15998
/* =========================================================================== Copyright (c) 2010-2014 Darkstar Dev Teams 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...
gpl-3.0
VertigeASBL/genrespluriels
plugins/seo-v1/lang/seo_fr.php
2485
<?php // This is a SPIP language file -- Ceci est un fichier langue de SPIP // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/seo/lang/ if (!defined('_ECRIRE_INC_VERSION')) return; $GLOBALS[$GLOBALS['idx_lang']] = array( // S 'S.E.O' => 'SEO', // A 'alexa' => 'Alexa', 'alexa_activate'...
gpl-3.0
AlecWazzy/Miscellaneous
Melody ADT/doc/index.html
2937
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60) on Sun Oct 25 17:08:11 MDT 2015 --> <title>Generated Documentation (Untitled)</title> <script type="text/javascript"> targetPage ...
gpl-3.0
jxn/protoforge-twig
export-html-headless.sh
1537
#! /bin/bash BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" TMP_DIR="$BASE_DIR""/.tmp" BASE_DIR_NAME="$(basename $BASE_DIR)" HTDOCS="$BASE_DIR"'/htdocs' EXPORT_DIR="$BASE_DIR"'/exported-html' FILE_SUFFIX=".html" PATH_TYPE='relative' if [[ ! -d "$EXPORT_DIR" ]]; then echo "Creating export directory: ...
gpl-3.0
gg-net/dwoss
ui/redtapext/src/main/java/eu/ggnet/dwoss/redtapext/ui/cao/document/package-info.java
865
/* * Copyright (C) 2017 GG-Net GmbH * * 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 i...
gpl-3.0
Vycka/LoadRunner
src/Viki.LoadRunner.Playground/Replay/ReplayScenario.cs
2474
using System; using System.Threading; using Viki.LoadRunner.Engine.Core.Scenario.Interfaces; using Viki.LoadRunner.Engine.Strategies.Replay.Interfaces; using Viki.LoadRunner.Engine.Strategies.Replay.Scheduler.Interfaces; namespace Viki.LoadRunner.Playground.Replay { public class ReplayScenario : IReplayScenario<s...
gpl-3.0
Mobleyta/GasChromino
PythonCode/serial_ports.py
1189
#!/usr/bin/env python """This utility script was adopted from StackExchange: http://stackoverflow.com/questions/12090503/listing-available-com-ports-with-python Adopted for use with arduino_GC connection project """ import sys import glob import serial def serial_ports(): """ Lists serial port names :ra...
gpl-3.0
LenardHessHAW/TypeScriptTesting
JavaScript/HelloWorld.js
156
function Greeter(person) { return "Hello, " + person; } var RandomGuy = "Random Dude"; alert(Greeter(RandomGuy)); //# sourceMappingURL=HelloWorld.js.map
gpl-3.0
sebastiangolian/php
logger/Logger.php
1533
<?php namespace sebastiangolian\php\logger; /* Logger::getInstance()->addDefaultLog('test'); Logger::getInstance()->addLog(new Message('type', 'message')); echo Logger::getInstance()->generateAllMessages(); */ class Logger { private static $instance; private $messages = []; private ...
gpl-3.0
dgaida/matlab_toolboxes
biogas_c#/scripts/scripts/toolbox/optim_params/fitness_params.cs
12539
/** * This file defines the fitness_params object. * * TODOs: * - a few TODOs in the file but ok * * FINISHED! * */ using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.IO; using toolbox; /** * namespace for biogas plant optimization * * Definition of: * -...
gpl-3.0
tshack/libcuzmem
tuner_exhaust.c
6949
/* This file is part of libcuzmem Copyright (C) 2011 James A. Shackleford libcuzmem 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 l...
gpl-3.0
HopeFOAM/HopeFOAM
ThirdParty-0.1/scotch_6.0.3/src/libscotch/bgraph_bipart_bd.c
29153
/* Copyright 2004,2007,2008,2010,2011,2014 IPB, Universite de Bordeaux, INRIA & CNRS ** ** This file is part of the Scotch software package for static mapping, ** graph partitioning and sparse matrix ordering. ** ** This software is governed by the CeCILL-C license under French law ** and abiding by the rules of distri...
gpl-3.0
slawkens/myaac
system/libs/usage_statistics.php
3356
<?php /** * Usage Statistics * * @package MyAAC * @author Slawkens <slawkens@gmail.com> * @copyright 2019 MyAAC * @link https://my-aac.org */ defined('MYAAC') or die('Direct access not allowed!'); class Usage_Statistics { private static $report_url = 'https://my-aac.org/report_usage.php'; public st...
gpl-3.0
amirrezaask/Cartach_client
src/pages/home/home.html
25783
<style> ion-content{ background-color: #00091a; color:#e6eeff; } ion-card{ text-align: right; } /*global CSS*/ #gems{ background-color: inherit; } .more { float: none; } .menu{ transform: translate(-50%, 55%); } /*small devices*/ @media (min-width: 320px) and (max-width: 480px) { .more{ mar...
gpl-3.0
ZanderBrown/piconf
README.md
1483
# piconf ##Before we begin: * This is my first project using Git & GitHub * My first complex C project * First attempt at a autotools project * My Main languages are Java, JScript, Python & BASIC * It will contain stupid / beginners mistakes & bad smelling * The proof on concept was written in python but C has been cho...
gpl-3.0
654955321/HY_Recommend
英雄脚本/【红叶推介】Slutty 瑞兹/Program.cs
11624
using System; using System.Linq; using LeagueSharp; using LeagueSharp.Common; using Slutty_ryze.Properties; namespace Slutty_ryze { internal class Program { readonly static Random Seeder = new Random(); private static bool _casted; private static int _lastw; #region onload ...
gpl-3.0
solution-libre/les-autres-website
css/agency.css
2882
@import "../startbootstrap-agency/css/agency.min.css"; .text-primary { color: #ff7058; } a { color: #ff7058; } a:hover, a:focus, a:active, a.active { color: #324a5e; } .btn-primary { background-color: #ff7058; border-color: #ff7058; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary....
gpl-3.0
dnstap/knot
src/knot/server/journal.h
10710
/* Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. ...
gpl-3.0
takashiro/QtKinect
tnuicolorstreameffect.h
576
#ifndef TNUICOLORSTREAMEFFECT_H #define TNUICOLORSTREAMEFFECT_H #include <QObject> class TNuiColorStream; class TNuiColorStreamEffect : public QObject { Q_OBJECT public: TNuiColorStreamEffect(TNuiColorStream *stream); void setEnabled(bool enabled); bool isEnabled() const { return m_enabled; } v...
gpl-3.0
AlexandreBiguet/NJLlikeModels
legacy/programs/njl-1/Upot/test_der.c
22920
#include "../lib/includes.h" #include "../lib/utils.h" #include "../lib/methnum.h" #include "../Enum_type.h" #include "../Var/var.h" #include "../T0/t0.h" #include "upot.h" void test_der ( Upot * U , U_type upot_t , T0_type t0_t, bool phi_eq_phibar ); #define TD_T(f,df,nf,str) do{ testderiv(f,df,Tmin ,Tmax ,N,...
gpl-3.0
cgwalters/texinfo-git-mirror
texi2html/test/sectioning/res/more_nodes_than_sections/more_nodes_than_sections_abt.html
4184
<!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>top section: About This Document</title> <meta name="description" content="top section: About This Document"> <meta name="keywo...
gpl-3.0
JoeSz/exopite-multifilter
exopite-multifilter/public/js/slick.dev.js
90524
/* _ _ _ _ ___| (_) ___| | __ (_)___ / __| | |/ __| |/ / | / __| \__ \ | | (__| < _ | \__ \ |___/_|_|\___|_|\_(_)/ |___/ |__/ Version: 1.8.1 Author: Ken Wheeler Website: http://kenwheeler.github.io Docs: http://kenwheeler.github.io/slick Repo: http://github.com/kenwh...
gpl-3.0
arm8686/W7500P-Tau
W7500P-Tau-FW/Projects/Peripheral_Examples/ADC/Illumination_RGBLED/W7500x_it.h
3886
/******************************************************************************************************************************************************* * Copyright ¨Ï 2016 <WIZnet Co.,Ltd.> * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation f...
gpl-3.0
szelpe/barion-dotnet
BarionClientLibrary/Operations/Common/ShippingAddress.cs
444
namespace BarionClientLibrary.Operations.Common { public class ShippingAddress { public string Country { get; set; } public string City { get; set; } public string Region { get; set; } public string Zip { get; set; } public string Street { get; set; } public stri...
gpl-3.0
Wohlhabend-Networks/PGE-Project
Engine/data_configs/obj_npc.h
2920
/* * Moondust, a free game engine for platform game making * Copyright (c) 2014-2019 Vitaly Novichkov <admin@wohlnet.ru> * * This software is licensed under a dual license system (MIT or GPL version 3 or later). * This means you are free to choose with which of both licenses (MIT or GPL version 3 or later) * you ...
gpl-3.0
Fenix-XI/Fenix
scripts/globals/weaponskills/catastrophe.lua
2090
----------------------------------- -- Catastrophe -- Scythe weapon skill -- Skill Level: N/A -- Drain target's HP. Bec de Faucon/Apocalypse: Additional effect: Haste -- This weapon skill is available with the stage 5 relic Scythe Apocalypse or within Dynamis with the stage 4 Bec de Faucon. -- Also available without Af...
gpl-3.0
aelfimow/cppasm
src/st.h
559
/*! \file st.h \brief Class representing FPU's ST register. */ #ifdef ST_H #error Already included #else #define ST_H class st: public reg { public: st(); st(std::string const &name); ~st(); st &operator()(size_t i); std::string name() const override; private: ...
gpl-3.0
zhishang72/OpenLBM
src/ZouHeNode.cpp
8375
#include <iostream> #include <stdexcept> #include <vector> #include "latticeBase.hpp" #include "collisionBase.hxx" #include "latticeNode.hxx" #include "latticeModel.hxx" #include "ZouHeNode.hpp" #include "latticeNode.hxx" ZouHeNode::ZouHeNode ( latticeBase &lb, collisionBase &cb, latticeModelD2Q9 &D2Q9,...
gpl-3.0
bergerkiller/SpigotSource
src/main/java/net/minecraft/server/PacketPlayOutEntityHeadRotation.java
839
package net.minecraft.server; import java.io.IOException; public class PacketPlayOutEntityHeadRotation implements Packet<PacketListenerPlayOut> { private int a; private byte b; public PacketPlayOutEntityHeadRotation() {} public PacketPlayOutEntityHeadRotation(Entity entity, byte b0) { this....
gpl-3.0
hackersql/sq1map
Web/PowerShell/Tools/PowerSploit/AntivirusBypass/AntivirusBypass.psd1
814
@{ # Script module or binary module file associated with this manifest. ModuleToProcess = 'AntivirusBypass.psm1' # Version number of this module. ModuleVersion = '3.0.0.0' # ID used to uniquely identify this module GUID = '7cf9de61-2bfc-41b4-a397-9d7cf3a8e66b' # Author of this module Author = 'Matthew Graeber' # C...
gpl-3.0
xmer1220/xmer1220.github.io
resume/works/codepen/css/style.css
4312
@charset "utf-8"; /* CSS Document */ *{margin:0;padding:0;} ul{list-style:none;} a{text-decoration:none;} img,input,textarea{border:none;} .clear{clear:both;} ::-moz-selection{background:#41EC49;} ::selection{background:#41EC49;} @font-face{ font-family:ziti; src:url(../fonts/Munro.eot),url(../fonts/Munro.otf),url(.....
gpl-3.0
dubrousky/CMaker
src/cmake/icons/CMakeIcons.java
462
package cmake.icons; import com.intellij.openapi.util.IconLoader; import javax.swing.*; /** * Created by alex on 12/21/14. */ public class CMakeIcons { public static final Icon FILE = IconLoader.getIcon("/icons/cmake.png"); public static final Icon MACRO = IconLoader.getIcon("/icons/hashtag.png"); publ...
gpl-3.0
machination/machination
server/database/functions/clear_cache.pl
169
# Initialise # # Load lib functions if not already loaded unless($_SHARED{lib}) { spi_exec_query("select lib()"); } my $lib = $_SHARED{lib}; $lib->{clear_cache}();
gpl-3.0
polpo/cantata-mac
devices/umsdevice.cpp
8544
/* * Cantata * * Copyright (c) 2011-2013 Craig Drummond <craig.p.drummond@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 Software Foundation; either version 2 of the License, or * (a...
gpl-3.0
gohdan/DFC
known_files/hashes/admin/wysiwyg/plugins/imagetools/plugin.min.js
47
HostCMS 6.7 = 9fdd2118a94f53ca1c411a7629edf565
gpl-3.0
nCoda/macOS
.eggs/py2app-0.14-py2.7.egg/py2app/bootstrap/setup_pkgresource.py
453
def _setup_pkgresources(): import pkg_resources import os import plistlib pl = plistlib.readPlist(os.path.join( os.path.dirname(os.getenv('RESOURCEPATH')), "Info.plist")) appname = pl.get('CFBundleIdentifier') if appname is None: appname = pl['CFBundleDisplayName'] path = os...
gpl-3.0
810/k3.0-frontend
administrator/components/com_kunena/install/plugins/plg_kunena_joomla/joomla.php
1295
<?php /** * Kunena Plugin * @package Kunena.Plugins * @subpackage Joomla16 * * @Copyright (C) 2008 - 2012 Kunena Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.kunena.org **/ defined ( '_JEXEC' ) or die (); class plgKunenaJoomla extends JPlugin { public f...
gpl-3.0
vuchetichbalint/useful_python_scripts
etc/git/simple_branching.sh
256
#!/bin/bash #change to develop branch git checkout develop #create new branch from develop git checkout -b feature/dummy git add dummy.py git commit -m"added dummy.py" #push to remote git push -u origin feature/dummy #after that is sufficient git push
gpl-3.0
matthewwolak/gremlin
src/cs_kroneckerIupdate.c
376
#include "gremlin.h" void cs_kroneckerIupdate(const cs *A, int nI, const cs *C){ int i, j, k, cnt, an, am; double *Ax; an = A->n; am = A->m; Ax = A->x; cnt = 0; for(i = 0; i < an; i++){ for(j = 0 ; j < nI ; j++){ for(k = 0; k < am; k++){ C->x[cnt] = Ax[i*...
gpl-3.0
fusion809/fusion809.github.io-old
man/pthread_condattr_setpshared.3p.html
2519
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <style> table.head, table.foot { width: 100%; } td.head-rtitle, td.foot-os { text-align: right; } td.head-vol { text-align: center; } table.foot td { width: 50%; } table.head td { width: 33%; } div.spacer { margin: 1em 0; } </style> <title> PTHREAD_CONDATTR_SETPSHAR...
gpl-3.0
bjonesy/plugin-name
lib/autoloader.php
1681
<?php /** * Automatically loads the specified file. * * @package PluginName\Lib */ namespace PluginName\Lib; /** * Automatically loads the specified file. * * Examines the fully qualified class name, separates it into components, then creates * a string that represents where the file is loaded on disk. * * ...
gpl-3.0
m3rlin87/darkstar
scripts/zones/Cloister_of_Storms/bcnms/trial_by_lightning.lua
2159
----------------------------------- -- Area: Cloister of Storms -- BCNM: Trial by Lightning ----------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/missions"); local ID = require("scripts/zones/Cloister_of_Storms/IDs"); ----------------------------------- -- What should go h...
gpl-3.0
gorkinovich/DefendersOfMankind
dependencies/boost-1.46.0/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html
20037
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Iterating Over the Matches Within An MFC String</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.74.0"> <link rel="ho...
gpl-3.0
andreabrambilla/libres
lib/job_queue/rsh_driver.cpp
14676
/* Copyright (C) 2011 Equinor ASA, Norway. The file 'rsh_driver.c' is part of ERT - Ensemble based Reservoir Tool. ERT 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 Lice...
gpl-3.0
rosmapeb/geocalle
README.md
165
# GeoCalle Modelo socioespacial de la población sin hogar en el Centro Histórico de la Ciudad de México. [Página web del Repositorio](http://www.geocalle.org)
gpl-3.0
thedamian/chromebrew
packages/harfbuzz.rb
1486
require 'package' class Harfbuzz < Package description 'HarfBuzz is an OpenType text shaping engine.' homepage 'https://www.freedesktop.org/wiki/Software/HarfBuzz/' version '1.7.6-0' source_url 'https://github.com/harfbuzz/harfbuzz/releases/download/1.7.6/harfbuzz-1.7.6.tar.bz2' source_sha256 'da7bed39134826...
gpl-3.0
maueroats/teaching
content/ap-cs/haskell/daily/2017-09-13.md
2243
--- title: "2017-09-14 Indentation" date: 2017-09-13T20:38:45-05:00 tags: - haskell draft: false description: Indentation matters. A lot. --- Indentation is significant in Haskell. Haskell uses indentation to group pieces of code together. This is similar to Python, but there are "false cognates" - similar code that...
gpl-3.0
mattbrejza/rtty_modem
habmodem/src/com/brejza/matt/habmodem/StartActivity.java
4104
package com.brejza.matt.habmodem; import group.pals.android.lib.ui.filechooser.FileChooserActivity; import group.pals.android.lib.ui.filechooser.io.localfile.LocalFile; import java.io.File; import java.util.List; import android.os.Bundle; import android.os.Environment; import android.os.Parcelable; import android.pr...
gpl-3.0
selvait90/jira-automation
sample.py
349
#!/usr/bin/env python # sample module from jira.client import JIRA def main(): jira = JIRA() JIRA(options={'server': 'http://localhost:8100'}) projects = jira.projects() print projects for project in projects: print project.key # Standard boilerplate to call the main() function. if __nam...
gpl-3.0
pantelis60/L2Scripts_Underground
dist/gameserver/data/scripts/ai/hellbound/Beleth.java
1491
package ai.hellbound; import l2s.commons.util.Rnd; import l2s.gameserver.ai.CtrlEvent; import l2s.gameserver.ai.Mystic; import l2s.gameserver.model.Creature; import l2s.gameserver.model.Playable; import l2s.gameserver.model.World; import l2s.gameserver.model.instances.NpcInstance; import bosses.BelethManager; /** * ...
gpl-3.0
cms-externals/sherpa
PHOTONS++/PhaseSpace/Generate_Dipole_Photon_Angle.H
4769
#ifndef PHOTONS_PhaseSpace_Generate_Dipole_Photon_Angle_H #define PHOTONS_PhaseSpace_Generate_Dipole_Photon_Angle_H #include "ATOOLS/Math/Vector.H" namespace PHOTONS { class Generate_Dipole_Photon_Angle { private: double m_b1; double m_b2; double m_c; ...
gpl-3.0
Crapoo/HistoryPub
app/src/androidTest/java/be/ipl/mobile/projet/historypub/ApplicationTest.java
362
package be.ipl.mobile.projet.historypub; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() {...
gpl-3.0
moxichang/libmo
src/MDB/MDBRow.cpp
801
/********************************************************** * Filename: MDBRow.cpp * Text Encoding: utf-8 * * Description: * * * Author: moxichang (ishego@gmail.com) * Harbin Engineering University * Information Security Research Center * ************************************...
gpl-3.0
brusini/SimpleTwitter
Model/Properties/AssemblyInfo.cs
1422
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: AssemblyTi...
gpl-3.0
cyberix3d/Cyberix3D
Source/Urho3D/Graphics/Direct3D9/D3D9GraphicsImpl.h
4987
// // Copyright (c) 2008-2018 the Urho3D project. // // 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, m...
gpl-3.0
FeyverkSoft/SmartHome
DB/Tables/UserState.sql
313
CREATE TABLE `UserState`( `StateId` NVARCHAR(64) NOT NULL UNIQUE, `Description` NVARCHAR(512), PRIMARY KEY(`StateId`) ); INSERT INTO `UserState` VALUES ('Active','Пользователь активен'), ('Bloked','Пользователь заблокирован');
gpl-3.0
Z-Wave-Me/zwave-smarthome
app/views/management/management_info.html
1235
<!-- Admin info view --> <!-- Title --> <h2 class="accordion-toggle chevron"> <!-- Toggle --> <button type="button" aria-expanded="false" bb-accordion> <span> <i class="fas fa-info-circle fa-fw"></i> {{_t('info')}} </span> </button> </h2> <!-- Content --> <div class="accordion" hidden> <div class=...
gpl-3.0
Signl/subscribe2
include/options.php
7366
<?php // include.php - Handles options for subscribe2 // DO NOT EDIT THIS FILE AS IT IS SET BY THE OPTIONS PAGE if (!isset($this->subscribe2_options['autosub'])) { $this->subscribe2_options['autosub'] = "no"; } // option to autosubscribe registered users to new categories if (!isset($this->subscribe2_options['newr...
gpl-3.0
qsnake/mpfr
src/mpfr-impl.h
87932
/* Utilities for MPFR developers, not exported. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by the Arenaire and Caramel projects, INRIA. This file is part of the GNU MPFR Library. The GNU MPFR Library is free software; you can redi...
gpl-3.0
paissad/waqtsalat-eclipse-plugin
plugins/net.paissad.waqtsalat.core/src/net/paissad/waqtsalat/core/impl/PrayImpl.java
9597
/** */ package net.paissad.waqtsalat.core.impl; import java.util.Calendar; import net.paissad.waqtsalat.core.WaqtSalatPackage; import net.paissad.waqtsalat.core.api.Pray; import net.paissad.waqtsalat.core.api.PrayName; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.ecore.EClass; import org....
gpl-3.0
YuKitAs/battle-of-elements
src/test/java/xigua/battle/of/elements/model/IntWithMaxTest.java
879
package xigua.battle.of.elements.model; import org.junit.Before; import org.junit.Test; import static org.assertj.core.api.Assertions.assertThat; public class IntWithMaxTest { private IntWithMax intWithMax; @Before public void setUp() { intWithMax = new IntWithMax(42); } @Test publi...
gpl-3.0
pbca26/EasyDEX-GUI
react/src/reducers/activeCoin.js
12574
import { DASHBOARD_ACTIVE_COIN_CHANGE, DASHBOARD_ACTIVE_COIN_BALANCE, DASHBOARD_ACTIVE_COIN_SEND_FORM, DASHBOARD_ACTIVE_COIN_RECEIVE_FORM, DASHBOARD_ACTIVE_COIN_RESET_FORMS, DASHBOARD_ACTIVE_SECTION, DASHBOARD_ACTIVE_TXINFO_MODAL, ACTIVE_COIN_GET_ADDRESSES, DASHBOARD_ACTIVE_COIN_NATIVE_BALANCE, DASH...
gpl-3.0
ComputationalPhysics/compphys-qt3d-additions
multibillboard/src/datasource.h
534
#ifndef DATASOURCE_H #define DATASOURCE_H #include <QArray> #include <QVector3D> #include <QColor4ub> #include <QObject> #include <QVector2D> #include <QGLVertexBundle> #include <iostream> #include "databundle.h" using std::cerr; using std::endl; class DataSource : public QObject { Q_OBJECT public: DataSourc...
gpl-3.0