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 |
|---|---|---|---|---|---|
-----------------------------------
-- Area: The Eldieme Necropolis (S) (175)
-- MOB: Ulbrecht
-----------------------------------
-- -----------------------------------
function onMobDeath(mob, player, isKiller)
end;
| m3rlin87/darkstar | scripts/zones/The_Eldieme_Necropolis_[S]/mobs/Ulbrecht.lua | Lua | gpl-3.0 | 221 |
<!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_10) on Sat May 04 18:49:09 EDT 2013 -->
<title>Uses of Class com.github.computerdude5000.terracrafttools.modules.utility.FireWo... | computerdude5000/InfiniumCraftTools | javadocs/com/github/computerdude5000/terracrafttools/modules/utility/class-use/FireWorksCreator.html | HTML | gpl-3.0 | 5,188 |
<!DOCTYPE html>
<html class="um landscape min-width-240px min-width-320px min-width-480px min-width-768px min-width-1024px">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1, user-scalable=no, ... | LiguofuIOS/pluginCase | 测试widget/widget_uexSina/widget/login.html | HTML | gpl-3.0 | 20,855 |
// Copyright 2009-2014 Josh Close and Contributors
// This file is a part of CsvHelper and is licensed under the MS-PL
// See LICENSE.txt for details or visit http://www.opensource.org/licenses/ms-pl.html
// http://csvhelper.com
using System;
using System.IO;
using CsvHelper.Configuration;
#if WINRT_4_5
using ... | worldexplorer/SquareOne | CsvHelper261-master/src/CsvHelper.Tests/CsvParserConstructorTests.cs | C# | gpl-3.0 | 920 |
#ifndef HEALTHBAR_H
#define HEALTHBAR_H
#include <GL/glew.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <GLFW/glfw3.h>
#include "Player.h"
class Player;
class HealthBar : public GameObject {
public:
HealthBar(Player * o);
virtual void update();
virtual void render(GLuint s... | Mimoja/HookWars | HealthBar.h | C | gpl-3.0 | 460 |
/*
* example_fdtd_2dte_lence.cpp
*
* Created on: Nov 2, 2016
* Author: Dr. Yevgeniy Kolokoltsev
*/
#include <iostream>
#include <cmath>
#include <algorithm>
#include <memory>
#include "../../lib_fdtd/advanced/example_fdtd_2nd_mur.hpp"
#include "../../lib_fdtd/diplay/em_field_intensity_display.hpp"
using n... | YKolokoltsev/CompPhysFWK | src/examples/fdtd/diafragm.cpp | C++ | gpl-3.0 | 1,657 |
<?php
include("inc/database.php");
?>
<!DOCTYPE html>
<html>
<head>
<title>PRO Rank Tracker</title>
<link rel="stylesheet" type="text/css" href="css/track.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/graphs.js"></script>
<script type="text/javascri... | XTWebdesign/PRORanking | track.php | PHP | gpl-3.0 | 2,706 |
package de.upb.reconos.grasp.gui.menus;
import java.awt.event.ActionEvent;
import de.upb.reconos.grasp.objects.StateMachineNode;
import de.upb.reconos.grasp.objects.World;
public class StateMachineMenu extends BasicMenu {
private static final long serialVersionUID = 1L;
private StateMachineNode node;
public ... | luebbers/reconos | attic/tools/java/grasp/de/upb/reconos/grasp/gui/menus/StateMachineMenu.java | Java | gpl-3.0 | 1,096 |
from Collisions.Collidable import Collidable
from Collisions.TypeBasedCollision import TypeBasedCollision
from Drawing.Drawable import Drawable
from Drawing.DrawPlatform import DrawPlatform
from Movement.Movable import Movable, Movable2D
from Movement.State import State2D
from Utility.Entity import Entity
############... | dloman/FiestaMonsterz | Entities/Platform.py | Python | gpl-3.0 | 1,236 |
/***********************************************************
* Programming Assignment 3 *
* Distance program *
* Programmer: Mark Eatough *
* Course: CS1410 *
* Created February 28, 2012 *
* Modified March 6, 2012 *
* Modified by Mark Eatough ... | meatough/Marks-Programs | cs 1410/Assignment 3/Trapezoid.java | Java | gpl-3.0 | 1,914 |
#include <ros/ros.h>
#include <std_msgs/String.h>
#include <stdio.h>
#include "geometry_msgs/PoseStamped.h"
#include "geometry_msgs/Vector3Stamped.h"
#include <mavros_msgs/SetMode.h>
#include <mavros_msgs/State.h>
#include <apriltags/AprilTagDetections.h>
#include <mavros_msgs/CommandBool.h>
geometry_msgs::PoseStamp... | chickonice/AutonomousFlight | px4_new_ws/src/px4_nav/src/hover.cpp | C++ | gpl-3.0 | 2,676 |
Function Rename-DbaLogin
{
<#
.SYNOPSIS
Rename-DbaLogin will rename login and database mapping for a specified login.
.DESCRIPTION
There are times where you might want to rename a login that was copied down, or if the name is not descriptive for what it does.
It can be a pain to update all of the mappings for a s... | abbgrade/dbatools | functions/Rename-DbaLogin.ps1 | PowerShell | gpl-3.0 | 4,793 |
#pragma once
#include "stdafx.h"
#include "MUAC.h"
#include "Constants.h"
#include "Colours.h"
#include "MenuBar.h"
#include "FontManager.h"
#include <EuroScopePlugIn.h>
#include <string>
#include <vector>
#include <map>
#include <algorithm>
using namespace std;
using namespace EuroScopePlugIn;
class CMTCDWindow
{
... | pierr3/UACPlugin | MUAC/MTCDWindow.h | C | gpl-3.0 | 6,283 |
/*
* Copyright (C) 2017 Oasis Feng. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:... | Trumeet/MiPushFramework | condom/src/androidTest/java/com/oasisfeng/condom/CondomKitTest.java | Java | gpl-3.0 | 5,252 |
<?php
/** ---------------------------------------------------------------------
* app/lib/Plugins/Media/Audio.php :
* ----------------------------------------------------------------------
* CollectiveAccess
* Open-source collections management software
* -----------------------------------------------------------... | kehh/providence | app/lib/Plugins/Media/Audio.php | PHP | gpl-3.0 | 32,591 |
<?php
/**
* LiskPhp - A PHP wrapper for the LISK API
* Copyright (c) 2017 Marcus Puchalla <cb0@0xcb0.com>
*
* LiskPhp 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
... | cb0/LiskPHP | src/lib/Api/Apps/InstallAppRequest.php | PHP | gpl-3.0 | 1,505 |
<?php
/*
Plugin Name: Postie
Plugin URI: http://PostiePlugin.com/
Description: Create posts via email. Signifigantly upgrades the Post by Email features of Word Press.
Version: 1.7.32
Author: Wayne Allen
Author URI: http://PostiePlugin.com/
License: GPL2
Text Domain: postie
*/
/* Copyright (c) 2015 ... | palibaacsi/ask | wp-content/plugins/postie/postie.php | PHP | gpl-3.0 | 12,137 |
# Cicada
The Cicada is a basic language interpreter which you can turn your basic files to fully working .exe file!
Learning source code file added.
# Featurs
#### Some of features of cicada:
* Interactive
* Expression parsing
* Smart Debug
* SQL Language Support
### Expressions hierarchical graph function parser
![c... | MasterCna/Cicada | README.md | Markdown | gpl-3.0 | 431 |
// $Id: CbcHeuristicDINS.cpp 2094 2014-11-18 11:15:36Z forrest $
// Copyright (C) 2006, International Business Machines
// Corporation and others. All Rights Reserved.
// This code is licensed under the terms of the Eclipse Public License (EPL).
// edwin 12/5/09 carved out of CbcHeuristicRINS
#if defined(_MSC_VER)
/... | phines/acsimsep | ThirdParty/Coin-Bonmin/Cbc/src/CbcHeuristicDINS.cpp | C++ | gpl-3.0 | 16,193 |
#!/usr/bin/perl -w
###################################################
##
## DnsExit.Com Dynamic IP update setup script
## v1.6
##
##################################################
use Http_get;
use strict;
my $cfile = '/etc/dnsexit.conf';
my $geturlfrom = 'http://www.dnsexit.com/ipupdate/dyndata.txt';... | meosch/dnsexit-virtualmin-dns-updater | usr/sbin/dnsexit-setup.pl | Perl | gpl-3.0 | 9,167 |
/*
==============================
Written by id software, nightmare and hk of mdd
This file is part of mdd client proxymod.
mdd client proxymod 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 ... | czimnick/cgame_proxymod | cg_local.h | C | gpl-3.0 | 20,752 |
/*
* Copyright (C) 2020 The ESPResSo project
*
* This file is part of ESPResSo.
*
* ESPResSo 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... | fweik/espresso | src/script_interface/ContextManager.cpp | C++ | gpl-3.0 | 2,328 |
<?php
if (is_ajax()) {
if (isset($_POST["action"]) && !empty($_POST["action"])) { //Checks if action value exists
$action = $_POST["action"];
switch($action) { //Switch case for value of action
case "updateKataster": updateKataster(); break;
case "saveKataster": saveKataster(); break;
case "loadMesstrup... | cuzcomd/DALUS | php/options.php | PHP | gpl-3.0 | 4,972 |
package quests;
import l2s.gameserver.ThreadPoolManager;
import l2s.gameserver.model.instances.NpcInstance;
import l2s.gameserver.model.quest.Quest;
import l2s.gameserver.model.quest.QuestState;
import l2s.gameserver.network.l2.components.NpcString;
import l2s.gameserver.scripts.Functions;
import l2s.gameserver.script... | pantelis60/L2Scripts_Underground | dist/gameserver/data/scripts/quests/_10772_ReportsfromCrumaTowerPart1.java | Java | gpl-3.0 | 2,517 |
/*
* Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org>
*
* 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; ei... | neycho/tomahawk | src/sourcetree/items/sourceitem.h | C | gpl-3.0 | 4,198 |
/*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | wiki2014/Learning-Summary | alps/cts/common/util/src/com/android/compatibility/common/util/TestFilter.java | Java | gpl-3.0 | 3,932 |
package org.um.feri.ears.problems.real_world.cec2011;
import java.util.ArrayList;
import java.util.Collections;
import org.apache.commons.lang3.ArrayUtils;
import org.um.feri.ears.problems.Problem;
import org.um.feri.ears.util.Util;
/**
* Problem function!
*
* @author Matej Črepinšek
* @version 1
*
**/
pub... | scrmtrey91/EARS | src/org/um/feri/ears/problems/real_world/cec2011/CEC2011_Problem_11_7_ELD_140.java | Java | gpl-3.0 | 25,259 |
<?php
require_once ('./application/class/mercadopago.php');
require_once '../aplication/class/dbConn.php';
class confirmacionPago {
public function __construct() {
$data = self::getTokenYIdMercado();
$mp = new MP($data['idMercado'], $data['tokenMercado']);
$mp->sandbox_mode(TRUE);
... | Nahuel-BM/Celtis-Tala | application/controllers/confirmacionPago.php | PHP | gpl-3.0 | 1,004 |
<?php
/**
* @In the name of God!
* @author: Iman Moodi (Iman92)
* @email: info@apadanacms.ir
* @link: http://www.apadanacms.ir
* @license: http://www.gnu.org/licenses/
* @copyright: Copyright © 2012-2015 ApadanaCms.ir. All rights reserved.
* @Apadana CMS is a Free Software
*/
defined('security') or ... | Apadana/apadana-cms | engine/admin/modules/cache.php | PHP | gpl-3.0 | 2,326 |
<!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"/>
<title>phpCAS: docs/examples/example_lang.php Source File</title>
<link href="... | REI-Systems/GovDashboard-Community | webapp/sites/all/libraries/CAS/docs/api/example__lang_8php_source.html | HTML | gpl-3.0 | 5,372 |
// Copyright © 2011-2015 Yanick Castonguay
//
// This file is part of Sessions, a music player for musicians.
//
// Sessions 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, ... | ycastonguay/libssp_player | player-sample-ios-xamarin/PlayerViewController.cs | C# | gpl-3.0 | 7,452 |
<?php
/**
* This file is part of GESSEH project
*
* @author: Pierre-François ANGRAND <gesseh@medlibre.fr>
* @copyright: Copyright 2017 Pierre-François Angrand
* @license: GPLv3
* See LICENSE file or http://www.gnu.org/licenses/gpl.html
*/
namespace Gesseh\RegisterBundle\Controller;
use Symfony\Bundle\Framewor... | CaraGk/gesseh | src/Gesseh/RegisterBundle/Controller/PartnerController.php | PHP | gpl-3.0 | 2,826 |
#pragma once
#include <fstream>
#include <map>
#include <string>
using namespace std;
class IniSimpleParser
{
private:
ifstream input_file_;
ofstream output_file_;
map<string, string> settings_pairs_;
bool is_content_available(string& content);
string parse_key(string& content, int& seperator_pos);
string pars... | BUPTSSE-Zero/Dream-Gobang | src/tools/IniSimpleParser.h | C | gpl-3.0 | 637 |
<?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.
//
// Moodle... | danielbonetto/twig_MVC | lang/de/qtype_calculatedmulti.php | PHP | gpl-3.0 | 1,886 |
.PHONY:clean
TARGETS = foobar.db
all: $(TARGETS)
foobar.db: create_database.sql fill_database.sql
sqlite3 $@ < create_database.sql
sqlite3 $@ < fill_database.sql
clean:
find . -name "octave-workspace" -exec rm {} \;
rm -f $(TARGETS)
| Andy1978/octave-sqlite | test/Makefile | Makefile | gpl-3.0 | 241 |
<!DOCTYPE html
SYSTEM "about:legacy-compat">
<html lang="en-us">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8"><meta name="copyright" content="(C) Copyright 2015">
<meta name="DC.rights.owner" content="(C) Copyright 2015">
<meta name="DC.Type" content="reference">
<me... | parson-AG/COMTecnica_2016 | dita-rng/framework/DITA-OT/doc/user-guide/other-errors.html | HTML | gpl-3.0 | 4,494 |
package main
import (
"future"
"log"
"time"
)
// usage example
// creating and using an asynchronous service
func main() {
server = startServer()
startClients()
var never chan struct{}
<-never
}
const (
latencyFactor = 1 // latency of each service request
numClients = 10 // n... | alphazero/future | example/async_service.go | GO | gpl-3.0 | 2,754 |
package dna.metrics.paths;
import dna.graph.IElement;
import dna.graph.nodes.Node;
import dna.metrics.algorithms.IRecomputation;
import dna.series.data.distributions.DistributionLong;
public class UnweightedAllPairsShortestPathsR extends
UnweightedAllPairsShortestPaths implements IRecomputation {
public Unweighte... | timgrube/DNA | src/dna/metrics/paths/UnweightedAllPairsShortestPathsR.java | Java | gpl-3.0 | 577 |
package SMM::Controller::API::Upload;
use Moose;
use JSON;
BEGIN { extends 'Catalyst::Controller::REST' }
__PACKAGE__->config( default => 'application/json' );
sub base : Chained('/api/base') : PathPart('upload') : CaptureArgs(0) {
my ( $self, $c ) = @_;
}
1;
| eokoe/De-Olho-Nas-Metas | api/lib/SMM/Controller/API/Upload.pm | Perl | gpl-3.0 | 270 |
## awg_iq class
# two channels of awgs and a local oscillator used to feed a single iq mixer
# maximum settings of the current mixer that should not be exceeded
import numpy as np
import logging
from .save_pkl import *
from .config import get_config
from matplotlib import pyplot as plt
class awg_iq:
"""Interface fo... | ooovector/qtlab_replacement | awg_iq.py | Python | gpl-3.0 | 12,232 |
#!/usr/bin/env python
# Bootstrap installation of Distribute
from importlib import import_module
import os, sys
from distutils.core import setup
from distutils.command.install import install
from setuptools.command.develop import develop
import subprocess
# from subprocess import call
# command = partial(subprocess... | lamerzan/public-forms | setup.py | Python | gpl-3.0 | 3,570 |
/****************************************************************************
* Copyright (C) 2015
* by Dimok
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any
* damages arising from the use of this software.
*
* Permission is g... | z0mb3/loadiine_gx2-fork | src/dynamic_libs/curl_functions.h | C | gpl-3.0 | 1,712 |
all:
mpicc -g -Wall -o soma soma.c -lm
run:
mpirun -n 8 ./soma < arq0.in
| iomartin/mc900 | proj04/Makefile | Makefile | gpl-3.0 | 76 |
<!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... | thedreamer979/Arionide | doc/html/dir_9ed948c06c0459550679640622b73947.html | HTML | gpl-3.0 | 5,430 |
#ifndef FUNCTION_HAS_IF_STMT_H
#define FUNCTION_HAS_IF_STMT_H
#include "ibp/foundation/integer.h"
ibp::Integer get_larger( ibp::Integer x,
ibp::Integer y );
#endif
| isaac-benson-powell/ibp_software | projects/language/test/test_io/for_ag_tests/input/parse_tree_nodes/Node_Function/expect_parser_pass/function_has_if_stmt/expected_cpp_translation/function_has_if_stmt.h | C | gpl-3.0 | 195 |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... | pivonroll/Qt_Creator | src/plugins/qmldesigner/qmldesignerextension/connectioneditor/connectionmodel.cpp | C++ | gpl-3.0 | 17,074 |
#include <unistd.h>
#include <stdlib.h>
#include <math.h>
#include <zlib.h>
#include <errno.h>
#include "bcf.h"
#include "prob1.h"
#include "kstring.h"
#include "time.h"
#include "kseq.h"
KSTREAM_INIT(gzFile, gzread, 16384)
#define VC_NO_GENO 2
#define VC_BCFOUT 4
#define VC_CALL 8
#define VC_VARONLY 16
#define V... | jelena-tica/TIGER | external/samtools-0.1.17/bcftools/call1.c | C | gpl-3.0 | 23,298 |
/*
This file is part of Darling.
Copyright (C) 2019 Lubos Dolezel
Darling 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.
Darling i... | darlinghq/darling | src/frameworks/MapKit/include/MapKit/MKMapServiceCategoriesTicket.h | C | gpl-3.0 | 762 |
<?xml version="1.0" encoding="utf-8"?>
<html>
<head>
<title>GLib.VariantType.key -- Vala Binding Reference</title>
<link href="../style.css" rel="stylesheet" type="text/css"/><script src="../scripts.js" type="text/javascript">
</script>
</head>
<body>
<div class="site_header">GLib.VariantType.key ... | themightyug/ledborg-server | doc/glib-2.0/GLib.VariantType.key.html | HTML | gpl-3.0 | 6,462 |
# Makefile for NETCONF Agent project
#
# netconfd directory
############### SOURCE PROFILE ##############################
SUBDIR_NM=netconfd
SUBDIR_CPP=
############### TARGET PROFILE ##############################
TARGET=$(TBASE)/$(SUBDIR_NM)
BIN_INST=$(TBASE)/bin
REAL_INST=$(DESTDIR)$(PREFIX)/sbin
ifdef FREE... | Melacon/WirelessTransportEmulator | OpenYuma/netconf/src/netconfd/Makefile | Makefile | gpl-3.0 | 2,197 |
/* @file SymbolArea.java
*
* @author marco corvi
* @date dec 2012
*
* @brief TopoDroid drawing: area symbol
* --------------------------------------------------------
* Copyright This software is distributed under GPL-3.0 or later
* See the file COPYING.
* ----------------------------------------------------... | marcocorvi/topodroid | src/com/topodroid/DistoX/SymbolArea.java | Java | gpl-3.0 | 13,878 |
/*****************************************************************************
* Copyright 2014 Christoph Wick
*
* This file is part of Mencus.
*
* Mencus 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,... | ChWick/Mencus | Game/Sprite.cpp | C++ | gpl-3.0 | 4,646 |
require 'chewy/query/filters'
class GamesSearch
include ActiveModel::Model
attr_accessor :query
attr_accessor :platform
attr_accessor :type
attr_accessor :not_id
def index
GamesIndex
end
def search
query_string
end
def expansions_count
index.filter(type: { value: 'expansion' }).searc... | internetvideogamelibrary/internetvideogamelibrary-website | app/searches/games_search.rb | Ruby | gpl-3.0 | 1,857 |
/* Copyright 2009-2016 EPFL, Lausanne */
package leon
package xlang
import purescala.Common._
import purescala.Types._
import purescala.Expressions._
import purescala.Extractors._
import purescala.{PrettyPrintable, PrinterContext}
import utils._
object Expressions {
import purescala.PrinterHelpers._
trait XLang... | epfl-lara/leon | src/main/scala/leon/xlang/Expressions.scala | Scala | gpl-3.0 | 4,566 |
package com.github.xabgesagtx.mensa.bot.date;
import lombok.AllArgsConstructor;
import lombok.Getter;
import java.time.LocalDate;
import java.util.Optional;
/**
* Wrapper class to hold the search result for a specific date
*/
@Getter
@AllArgsConstructor(staticName = "of")
public class DateSearchResult {
priva... | xabgesagtx/mensa-api | mensa-telegram/src/main/java/com/github/xabgesagtx/mensa/bot/date/DateSearchResult.java | Java | gpl-3.0 | 493 |
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
/*
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 la... | roger-zhao/ardupilot-3.3 | libraries/AP_Compass/AP_Compass_HMC5843.cpp | C++ | gpl-3.0 | 16,360 |
package com.bitblocker.messenger.ui.view;
import android.content.Context;
import android.graphics.PointF;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.LinearSmoothScroller;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.util.Dis... | Dato0011/btb-sms | QKSMS/src/main/java/com/bitblocker/messenger/ui/view/SmoothLinearLayoutManager.java | Java | gpl-3.0 | 1,903 |
/* Copyright (C) 2018 Magnus Lång and Tuan Phong Ngo
* This benchmark is part of SWSC */
#include <assert.h>
#include <stdint.h>
#include <stdatomic.h>
#include <pthread.h>
atomic_int vars[5];
atomic_int atom_0_r1_1;
atomic_int atom_1_r1_1;
void *t0(void *arg){
label_1:;
int v2_r1 = atomic_load_explicit(&vars[... | nidhugg/nidhugg | tests/litmus/C-tests/LB+PPO0258.c | C | gpl-3.0 | 1,974 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>sctek Device Tools</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384... | jmdkina/jkgo | html/sctek/sctek_status.html | HTML | gpl-3.0 | 1,070 |
/*
Copyright 2005 Simon Mieth
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in wri... | winder/Universal-G-Code-Sender | ugs-platform/ugs-platform-plugin-designer/src/main/java/org/kabeja/dxf/helpers/TextDocument.java | Java | gpl-3.0 | 2,601 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct create_only_t</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../index.html" title="The Boost C++ Libr... | kelvindk/Video-Stabilization | boost_1_42_0/doc/html/boost/interprocess/create_only_t.html | HTML | gpl-3.0 | 3,908 |
/////////////////////////////////////////////////////////////////////////////
//
// Project ProjectForge Community Edition
// www.projectforge.org
//
// Copyright (C) 2001-2013 Kai Reinhard (k.reinhard@micromata.de)
//
// ProjectForge is dual-licensed.
//
// This community edition is free software; you can redi... | developerleo/ProjectForge-2nd | src/main/java/org/projectforge/plugins/todo/ToDoMobileEditPage.java | Java | gpl-3.0 | 2,214 |
{% extends "base.html" %}
{% load staticfiles %}
{% load i18n %}
{% load thumbnail %}
{% load votainteligente_extras %}
{% load bootstrap3 %}
{% block title %}- {% trans "Candidatos Chile 2017" %}{% endblock title %}
{% block description %}{% trans "Conoce tus congresistas y sus compromisos" %}{% endblock description %... | ciudadanointeligente/votainteligente-portal-electoral | votai_general_theme/templates/know_your_candidates.html | HTML | gpl-3.0 | 1,027 |
/***************************************************************************************************
*
* RunlessBASIC
* Copyright 2013 Joshua Hawcroft <dev@joshhawcroft.com>
*
* test.h
* (see C source file for details)
*
*******************************************************************************************... | jhawcroft/runlessbasic | Compiler/test.h | C | gpl-3.0 | 1,760 |
/*
* mpu9150_l.c
*
* Created on: 2014/3/8
* Author: koyunbaba
*/
#include "mpu9150_l.h"
#include "mpu9150_def.h"
int MPU9150_WriteReg(XIicPs *i2c_drv, u8 addr, u8 *data, int len)
{
int status;
int i;
u8 packet[2];
// TODO: burst write
packet[0] = addr;
for(i = 0; i < len; i++... | koyunbaba/zc702_mpu9150 | hello_world/src/mpu9150_l.c | C | gpl-3.0 | 936 |
<?php get_header(); //include header.php ?>
<main id="content">
<?php //THE LOOP
if( have_posts() ): ?>
<?php
while( have_posts() ):
the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php the_post_thumbnail( 'large' , array( 'class' => 'product-image alignright' ) ); ?... | melissacabral/awesome-theme-0514 | single-product.php | PHP | gpl-3.0 | 1,554 |
/*************************************************************************
* 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/msgs/src/main/java/com/eucalyptus/context/Contexts.java | Java | gpl-3.0 | 13,850 |
import logging
import os
import sys
from logging import handlers
sys.path.append(os.path.dirname(__file__) + '/../src/')
sys.path.append(os.path.dirname(__file__) + '/../lib/')
from vision import playlist
from vision import playout
from vision import playoutweb
from vision.configuration import configuration
def san... | Frikanalen/mltplayout | bin/integrated.py | Python | gpl-3.0 | 2,450 |
"""
:copyright: (c) 2015 by OpenCredo.
:license: GPLv3, see LICENSE for more details.
"""
import logging
import json
log = logging.getLogger(__name__)
redis_server = None
redis_master_server = None
def get_redis_slave():
return redis_server
def get_redis_master():
return redis_master_server
cl... | rusenask/stubo-app | stubo/cache/queue.py | Python | gpl-3.0 | 3,776 |
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using PyTK;
using PyTK.Extensions;
using PyTK.PlatoUI;
using PyTK.Types;
using StardewModdingAPI;
using StardewValley;
using StardewValley.Menus;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Portraiture
{
public... | Platonymous/Stardew-Valley-Mods | Portraiture/MenuLoader.cs | C# | gpl-3.0 | 11,359 |
package de.raptor2101.BattleWorldsKronos.Connector.Gui.Activities;
import android.app.Activity;
import android.app.AlertDialog;
import android.os.Bundle;
import android.view.MenuItem;
import android.view.View;
import android.widget.EditText;
import android.widget.ProgressBar;
import android.widget.TextView;
import de.... | raptor2101/BWKConnector.Library.Base | src/de/raptor2101/BattleWorldsKronos/Connector/Gui/Activities/AbstractWriteMessageActivity.java | Java | gpl-3.0 | 3,444 |
<!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/html; charset=utf-8" />
<title>Questionnaire and Consent</title>
<link rel="stylesheet" type="... | SebastianZimmeck/Cross_Device_Tracking | Software/Browser_History_Server_Files/questionnaire1.php | PHP | gpl-3.0 | 20,737 |
package cr0s.javara.render.map;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.geom.Point;
import cr0s.javara.main.Main;
import cr0s.javara.resources.ResourceManager;
import cr0s.javara.util.Pos;
public class ResourcesLayer {
ResourceCell[][] resources;
private TileMap map;
... | Cr0s/JavaRA | src/cr0s/javara/render/map/ResourcesLayer.java | Java | gpl-3.0 | 4,627 |
<?php
##
# index file
##
require('inc/core.php');
?> | digital-ghost/scanlab | index.php | PHP | gpl-3.0 | 54 |
<?php
/*
* Basic virtual vacation example plugin using the RESPONSE-PROJECT :-)
* URL: http://feurix.org/projects/response/
*
* WARNING: Check the permissions of this file after editing it!
* No one except the user running roundcube (e.g. www-data, ...)
* should be able to read it.
*/
$rcmail_... | feurix/response | examples/roundcube-plugin/vacation/config.inc.php | PHP | gpl-3.0 | 1,723 |
#!/usr/bin/env bash
mkdir -p bundle
mkdir -p autoload
mkdir -p colors
# Install pathogen.
pathogenFile='autoload/pathogen.vim'
echo $pathogenFile
if [ -f $pathogenFile ]
then
echo "Pathogen.vim exists, out with the old and in with the new."
rm $pathogenFile
fi
wget -P autoload https://raw.githubusercontent... | dinnerTime/vimrc | setup_env.sh | Shell | gpl-3.0 | 856 |
#pragma once
#include "vgBaseEntry.h"
#include "vgBasedTabPage.h"
#include "Resource.h"
#include <string>
#include "vgPlatform/vgPropList.h"
using std::string;
typedef struct PropertiesParam_t
{
unsigned int typeId; // ÊôÐÔÏîµÄÀàÐÍ
string label; // ÊôÐÔÏîÃû³Æ
string comment; // ÊôÐÔÏî×¢Ê... | xzy0008/sample_code | SAMPLE_CODE/include/vgSuperPlatform/vgPropertyPage.h | C | gpl-3.0 | 2,027 |
package se.idega.idegaweb.commune.school.presentation;
import java.rmi.RemoteException;
import java.util.Collection;
import java.util.Iterator;
import se.idega.idegaweb.commune.presentation.CommuneBlock;
import com.idega.block.school.business.SchoolBusiness;
import com.idega.block.school.data.School;
import com.idega.... | idega/platform2 | src/se/idega/idegaweb/commune/school/presentation/SchoolAdminDirector.java | Java | gpl-3.0 | 2,981 |
define(["dojo/_base/kernel", "dojo/_base/declare", "dojo/_base/lang", "dojo/_base/Deferred", "dojo/on", "dojo/aspect", "dojo/query", "dojo/has", "./util/misc", "put-selector/put", "xstyle/has-class", "./Grid", "dojo/_base/sniff", "xstyle/css!./css/columnset.css"],
function(kernel, declare, lang, Deferred, listen, aspec... | spatialagent001/BlogExamples | example16/js/dojo/dgrid/ColumnSet.js | JavaScript | gpl-3.0 | 11,189 |
OpenCV Projects
==============
This repository includes all the practices I wrote and projects I did in OpenCV.
##SOME NEW FACTS (OCT 2013)###
* By this date (Oct 18th, 2013), in order to install OpenCV on Mac OS, it's still better to use version 2.4.3 instead of latest release since some compatible problems (not co... | duguyue100/opencvprojects | README.md | Markdown | gpl-3.0 | 3,772 |
/*
* @author: jelathro
* @date: 10/24/13
*
*
*/
#ifndef __LIST_C__
#define __LIST_C__
#include <stdlib.h>
#include "List.h"
/*
* Given list, Creates a new empty List_t and
* returns its reference.
*/
List_t list_initialize(){
List_t list = { NULL };
return list;
}
/*
* Given list, Creates a new List... | Eddyding/C | C-master/List/List.c | C | gpl-3.0 | 6,496 |
# Bot de alertas
Esta aplicación permite crear un bot para alertas en Telegram
## Instalación
### Dependencias
El desarrollo del bot se hará con python3. Así que lo primero es asegurarnos de que lo tenemos instalado:
```bash
bash$ sudo apt-get install python3 python3-setuptools python3-dev
bash$ sudo easy_install-... | aulasoftwarelibre/ucobot | README.md | Markdown | gpl-3.0 | 1,796 |
//---------------------------------------------
// FREQUENCY COUNTER
// www.circuit-projects.com
// Y.Erol
//---------------------------------------------
#include <pic.h>
#include <delay.c>
__CONFIG(WDTDIS&PWRTEN&LVPDIS&XT);
unsigned char kontrol;
//---------------------------------------------
// CCP1 INT... | techdude101/code | PIC uC Projects/c/Samples/Frequency-Counter/Frequency-Counter-C.C | C++ | gpl-3.0 | 1,528 |
@extends('main')
@section('page')
<div class="container-fluid page-container">
<div class="row">
<div class="col-xs-12">
<h1>ArchStrike Wiki</h1>
<div class="breadcrumb">
@if($path == 'index')
Home
... | ArchStrike/ArchStrike-Website | resources/views/website/wiki.blade.php | PHP | gpl-3.0 | 1,388 |
// sort_10_bit.cpp
//
#include <iostream>
#include <ctime>
#include <vector>
#include "bitstrm/reg.hpp"
#include "bitstrm/alloced_bref.hpp"
#include "bitstrm/utility.hpp"
#include "bitstrm/bit_int_itr.hpp"
#include "bitstrm/TimeFixture.hpp"
#include <boost/lexical_cast.hpp>
using namespace bitstrm;
using namespace st... | chrisdursoorg/bitstrm | examples/sort_10_bit.cpp | C++ | gpl-3.0 | 1,995 |
# This file is part of barrioSquare.
#
# barrioSquare 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.
#
# barrioSquare is distributed ... | chilitechno/barrioSquare | barrioStyles.py | Python | gpl-3.0 | 1,574 |
# ##### BEGIN GPL LICENSE BLOCK #####
#
# 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 (at your option) any later version.
#
# This program is distrib... | elfnor/sverchok | nodes/script/multi_exec.py | Python | gpl-3.0 | 7,709 |
* vim: syn=asm6809 noexpandtab ts=8
* title micro forth 1.0
*
* micro forth 1.0
*
* this is a small fast implementation of a forth language for
* the motorola 6809 microprocessor. it is unique in that there is
* no interpreter, all words are directly executable.
*
* copyright 1984-2005 dave dunfield
* all ... | gordonjcp/miragetools | asm/forth.asm | Assembly | gpl-3.0 | 37,571 |
package fr.xxiiteam.explorer.utils;
import java.io.File;
import java.io.Serializable;
public final class Permissions implements Serializable {
private static final long serialVersionUID = 2682238088276963741L;
public final boolean ur;
public final boolean uw;
public final boolean ux;
public fin... | XXIITEAM/XXII-Explorer | explorer/src/main/java/fr/xxiiteam/explorer/utils/Permissions.java | Java | gpl-3.0 | 2,409 |
<!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"/>
<meta name="generator" con... | lays147/WebAtelier | atelier/static/atcore_doc/class_marlin_plugin-members.html | HTML | gpl-3.0 | 6,166 |
<?php
define('DB_HOST', 'localhost');
define('DB_NAME', 'u453794882_king');
define('DB_USER', 'u453794882_king');
define('DB_PASS', 'gamabeta');
define('DB_CHAR', 'utf8');
class DB
{
private static $instance;
public static function getInstance(){
if(!isset(self::$instance)){
try {
self::$instance =... | jeffersonmello/kingofeletroOficial | admin/class/DB.php | PHP | gpl-3.0 | 747 |
jQuery( function( $ ) {
// wc_single_product_params is required to continue, ensure the object exists
if ( typeof wc_single_product_params === 'undefined' ) {
return false;
}
// Tabs
$( '.woocommerce-tabs > .panel' ).hide();
$( '.woocommerce-tabs ul.tabs li a' ).click( function() {
... | shramee/test-ppb | js/wc-single-product.js | JavaScript | gpl-3.0 | 2,543 |
/* ColorCode, a free MasterMind clone with built in solver
* Copyright (C) 2009 Dirk Laebisch
* http://www.laebisch.com/
*
* ColorCode 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... | vakkov/ColorCode | cellbtn.cpp | C++ | gpl-3.0 | 915 |
using System;
using System.Collections.Generic;
using System.Text;
namespace RogueBasin.Triggers
{
/// <summary>
/// When you enter the entrance square
/// </summary>
public class TreasureRoom : DungeonSquareTrigger
{
public TreasureRoom()
{
}
pu... | flend/roguelike | RogueBasin/RogueBasin/Triggers/TreasureRoom.cs | C# | gpl-3.0 | 1,323 |
<?php
add_shortcode('style', 'style');
function style($options, $content) {
return "<style> " . html_entity_decode($content) . "</style>";
}
| cemc/cscircles-wp-content | plugins/pybox/shortcode-style.php | PHP | gpl-3.0 | 146 |
open(MAP, "> ucs_isdigit.map");
print MAP <<EOF;
/*
File generated from UnicodeData-4.1.0.txt.
*/
EOF
for (<DATA>) {
chop;
($name, $class) = split;
@cp = ();
open(UCD, "< private/UnicodeData-4.1.0.txt");
while(<UCD>) {
chop;
@entry = split(';');
last if $entry[0] =~ m/.{5,}/;
if ($... | chriskmanx/qmole | QMOLEDEV/w3m-0.5.3/libwc/map/mk_ucs_isdigit_map.pl | Perl | gpl-3.0 | 820 |
<?php
/******************************************************************
* XLAgenda 4 par Xavier LE QUERE
* Contact : support[at]xlagenda.fr
* Web : http://www.xlagenda.fr
* (C) Xavier LE QUERE, 2003-2013
* Version 4.3 - 16/06/13
*
* This program is free software; you can redistribute it and/or modify
* it... | chrnoangel/xlagenda | menu.php | PHP | gpl-3.0 | 2,559 |
<div id="rewards-header" class="page-header">
<h1>奖惩情况</h1>
</div> <!-- /rewards-header -->
<div id="rewards-content" class="section">
<div id="rewards-content-header" style="overflow: auto;">
<div id="selector" style="float: left;">
<select id="available-years" class="span2">
<... | zjhzxhz/stumgr | application/views/home/rewards.php | PHP | gpl-3.0 | 8,887 |
package net.minecraft.src;
import com.google.common.collect.Maps;
import java.util.Iterator;
import java.util.Map;
import java.util.UUID;
import java.util.Map.Entry;
public class Potion
{
/** The array of potion types. */
public static final Potion[] potionTypes = new Potion[32];
public static final Potio... | herpingdo/Hakkit | net/minecraft/src/Potion.java | Java | gpl-3.0 | 12,342 |
'use strict';
var obj = { a: 100, b: 200 };
var myVar = 10;
console.log('Before delete');
console.log(obj);
console.log(myVar);
delete obj.a;
//delete myVar;//ERROR
console.log('After delete' + obj);
console.log(obj);
console.log(myVar); | ramezmagdy/NetPull | js/deletingStuff.js | JavaScript | gpl-3.0 | 242 |