repo_name stringlengths 6 69 | path stringlengths 6 178 | copies stringclasses 278
values | size stringlengths 4 7 | content stringlengths 671 917k | license stringclasses 15
values |
|---|---|---|---|---|---|
waruqi/xmake | xmake/rules/qt/ui/xmake.lua | 1 | 2656 | --!A cross-platform build utility based on Lua
--
-- 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... | apache-2.0 |
Herve-M/OpenRA | mods/cnc/maps/gdi04a/gdi04a.lua | 2 | 4446 | --[[
Copyright 2007-2022 The OpenRA Developers (see AUTHORS)
This file is part of OpenRA, which is free software. It is made
available to you under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later vers... | gpl-3.0 |
koreader/koreader | frontend/ui/data/keyboardlayouts/th_keyboard.lua | 4 | 4366 | -- Start with the english keyboard layout (deep copy, to not alter it)
local th_keyboard = require("util").tableDeepCopy(require("ui/data/keyboardlayouts/en_keyboard"))
-- Swap the four AZWQ keys (only in the lowercase and
-- uppercase letters layouts) to change it from QWERTY to AZERTY
local keys = th_keyboard.keys
... | agpl-3.0 |
rigeirani/uzrep | plugins/meme.lua | 637 | 5791 | local helpers = require "OAuth.helpers"
local _file_memes = './data/memes.lua'
local _cache = {}
local function post_petition(url, arguments)
local response_body = {}
local request_constructor = {
url = url,
method = "POST",
sink = ltn12.sink.table(response_body),
headers = {},
red... | gpl-2.0 |
zzaid/TCHUKY | plugins/addtime.lua | 8 | 4803 | --[[
▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀
▀▄ ▄▀ ▀▄ ▄▀
▀▄ ▄▀ BY MOHAMMED HISHAM ▀▄ ▄▀
▀▄ ▄▀ BY MOHAMMEDHISHAM (@TH3BOSS) ▀▄ ▄▀
▀▄ ▄▀ JUST WRITED BY MOHAMMED HISHAM ▀▄ ▄▀
▀▄ ▄▀ add : تفعيل ▀▄ ▄▀
▀▄▀▀▄▄▀▀▄▄▀... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c15582767.lua | 2 | 2626 | --連成する振動
function c15582767.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c15582767.target1)
e1:SetOperation(c15582767.operation)
c:RegisterEffect(e1)
--destroy
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Strin... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c95905259.lua | 5 | 1434 | --予言僧 チョウレン
function c95905259.initial_effect(c)
--confirm
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(95905259,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c95905259.target)
e1:SetOperation(c9590525... | gpl-2.0 |
dr01d3r/darkstar | scripts/zones/Jugner_Forest/npcs/Cavernous_Maw.lua | 29 | 1443 | -----------------------------------
-- Area: Jugner Forest
-- NPC: Cavernous Maw
-- @pos -118 -8 -518 104
-- Teleports Players to Jugner Forest [S]
-----------------------------------
package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
... | gpl-3.0 |
delaram16/Avvvv | plugins/azan.lua | 6 | 3111 | do
function run_bash(str)
local cmd = io.popen(str)
local result = cmd:read('*all')
return result
end
local api_key = nil
local base_api = "https://maps.googleapis.com/maps/api"
function get_latlong(area)
local api = base_api .. "/geocode/json?"
local parameters = "address=".. (URL.escape(area) or ... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c46159582.lua | 7 | 1477 | --リチュアの儀水鏡
function c46159582.initial_effect(c)
aux.AddRitualProcEqual2(c,c46159582.ritual_filter)
--salvage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(46159582,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_G... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c80019195.lua | 6 | 2505 | --伝説の騎士 ティマイオス
function c80019195.initial_effect(c)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(aux.FALSE)
c:RegisterEffect(e1)
--... | gpl-2.0 |
waruqi/xmake | xmake/modules/private/tools/go/goenv.lua | 1 | 1395 | --!A cross-platform build utility based on Lua
--
-- 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... | apache-2.0 |
gl00my/stead3 | tests/3d/raycast.lua | 1 | 3217 | -- Copyright 2016 Yat Hin Wong
local raycast = {}
local camera = {}
local rsin, rcos -- ray sine and cosine
local function tableConcat(t1, t2)
for i=1, #t2 do
t1[#t1 + 1] = t2[i]
end
return t1
end
local floor = math.floor
local ceil = math.ceil
if false then
function cache(f)
local c={}
return function... | mit |
dr01d3r/darkstar | scripts/zones/Southern_San_dOria/npcs/Machielle.lua | 17 | 1881 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Machielle
-- Only sells when Bastok controls Norvallen Region
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Southern_San_dOria/TextI... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-Production | c10667321.lua | 9 | 1057 | --古のルール
function c10667321.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c10667321.target)
e1:SetOperation(c10667321.activate)
c:RegisterEffect(e1)
end
function c10667321.filter(c,e,... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c19357125.lua | 6 | 1713 | --ダーク・アサシン
function c19357125.initial_effect(c)
--destroy
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetValue(c19357125.atkval)
c:RegisterEffect(e1)
--destroy
local e2=Effect.CreateEffe... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c81919143.lua | 2 | 1890 | --ブレイン・クラッシャー
function c81919143.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(81919143,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_PHASE+PHASE_END)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION... | gpl-2.0 |
dr01d3r/darkstar | scripts/zones/The_Shrine_of_RuAvitau/npcs/HomePoint#1.lua | 27 | 1290 | -----------------------------------
-- Area: The Shrine of Ru'Avitau
-- NPC: HomePoint#1
-- @pos -13 48 61 178
-----------------------------------
package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/The_Shrine_of_RuAvitau/TextIDs");
requir... | gpl-3.0 |
waruqi/xmake | xmake/core/platform/menu.lua | 1 | 2403 | --!A cross-platform build utility based on Lua
--
-- 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... | apache-2.0 |
jonathantompson/nn | DepthConcat.lua | 9 | 4601 | ------------------------------------------------------------------------
--[[ DepthConcat ]]--
-- Concatenates the output of Convolutions along the depth dimension
-- (nOutputFrame). This is used to implement the DepthConcat layer
-- of the Going deeper with convolutions paper :
-- http://arxiv.org/pdf/1409.4842v1.pdf
... | bsd-3-clause |
TerryE/nodemcu-firmware | lua_examples/ucglib/UcgLogo.lua | 1 | 5074 | -- setup SPI and connect display
function init_spi_display()
-- Hardware SPI CLK = GPIO14
-- Hardware SPI MOSI = GPIO13
-- Hardware SPI MISO = GPIO12 (not used)
-- Hardware SPI /CS = GPIO15 (not used)
-- CS, D/C, and RES can be assigned freely to available GPIOs
local cs = 8 -- GPIO15, pull-d... | mit |
mynameiscraziu/vdsfrewq | plugins/boobs.lua | 731 | 1601 | do
-- Recursive function
local function getRandomButts(attempt)
attempt = attempt or 0
attempt = attempt + 1
local res,status = http.request("http://api.obutts.ru/noise/1")
if status ~= 200 then return nil end
local data = json:decode(res)[1]
-- The OpenBoobs API sometimes returns an empty array
if no... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c50418970.lua | 2 | 3991 | --スピリット・バーナー
function c50418970.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c50418970.target)
e1:SetOperation(c50418970.operation)
c:RegisterEffect(... | gpl-2.0 |
waruqi/xmake | xmake/modules/lib/detect/find_package.lua | 1 | 3748 | --!A cross-platform build utility based on Lua
--
-- 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... | apache-2.0 |
dr01d3r/darkstar | scripts/zones/Bastok_Markets_[S]/npcs/Adelbrecht.lua | 53 | 4980 | -----------------------------------
-- Area: Bastok Markets (S)
-- NPC: Adelbrecht
-- Starts Quests: The Fighting Fourth
-- Involved in Missions: Back to the Beginning
-- CS IDs:
-- 139 = 0x008B = Greetings, civilian. The Seventh Cohors of the Republican Legion's Fourth Division is currently recruiting new troops.
-- ... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-Production | c42216237.lua | 2 | 1801 | --ゼラの天使
function c42216237.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetV... | gpl-2.0 |
asmagill/hammerspoon-config | utils/_actions/consoleHistory.lua | 1 | 2898 | local module = {}
local console = require("hs.console")
local settings = require("hs.settings")
local timer = require("hs.timer")
local hashFN = require("hs.hash").MD5 -- can use other hash fn if this proves insufficient
local saveLabel = "_ASMConsoleHistory" -- label for saved history
local checkInterval... | mit |
waruqi/xmake | xmake/actions/global/menuconf.lua | 1 | 9383 | --!A cross-platform build utility based on Lua
--
-- 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... | apache-2.0 |
dr01d3r/darkstar | scripts/zones/Grand_Palace_of_HuXzoi/npcs/_iyq.lua | 14 | 1523 | -----------------------------------
-- Area: Grand Palace of Hu'Xzoi
-- NPC: cermet portal
-- @pos 440 0 401 34
-----------------------------------
package.loaded["scripts/zones/Grand_Palace_of_HuXzoi/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Grand_Palace_of_HuXzoi/TextIDs");
requi... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-Production | c62709239.lua | 2 | 4122 | --幻影騎士団ブレイクソード
function c62709239.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,3,2)
c:EnableReviveLimit()
--Destroy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(62709239,0))
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
... | gpl-2.0 |
diegonehab/LuaSocket | src/ltn12.lua | 3 | 8872 | -----------------------------------------------------------------------------
-- LTN12 - Filters, sources, sinks and pumps.
-- LuaSocket toolkit.
-- Author: Diego Nehab
-----------------------------------------------------------------------------
------------------------------------------------------------------------... | mit |
dr01d3r/darkstar | scripts/zones/Southern_San_dOria_[S]/npcs/RongeloutsNDistaud.lua | 14 | 1647 | -----------------------------------
-- Area: Southern SandOria [S]
-- NPC: Rongelouts N Distaud
-- @zone 80
-- @pos 0.067 2 -22
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil;
require("scripts/zones/Southern_San_dOria_[S]/TextIDs");
require("scripts/globals/ques... | gpl-3.0 |
kequanJiang/skynet_start | skynet/lualib/snax/gateserver.lua | 16 | 3320 | local skynet = require "skynet"
local netpack = require "skynet.netpack"
local socketdriver = require "skynet.socketdriver"
local gateserver = {}
local socket -- listen socket
local queue -- message queue
local maxclient -- max client
local client_number = 0
local CMD = setmetatable({}, { __gc = function() netpack.c... | mit |
amirrobot1/amirrobot | plugins/warn.lua | 1 | 9673 | -- Begin warning.lua
-- This plugin match with Beyound Team source
local dataLoad = load_data(_config.moderation.data)
-- Set
local function limitWarn(msg, maxNum)
if tonumber(maxNum) < 1 or tonumber(maxNum) > 10 then
return '*Warning Range is between* [ `0 - 10` ].'
end
local warnLimit = maxNum
dataLoad[t... | gpl-2.0 |
dr01d3r/darkstar | scripts/zones/Abyssea-Konschtat/npcs/Atma_Fabricant.lua | 33 | 1061 | -----------------------------------
-- Zone: Abyssea - Konschtat
-- NPC: Atma Fabricant
--
-----------------------------------
package.loaded["scripts/zones/Abyssea-Konschtat/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/abyssea");
require("scripts/... | gpl-3.0 |
mrgreywater/TressFX | amd_lib/shared/d3d11/premake/premake5.lua | 2 | 2310 | dofile ("../../../../premake/amd_premake_util.lua")
workspace "AMD_LIB"
configurations { "Debug", "Release", "Release_MT" }
platforms { "Win32", "x64" }
location "../build"
filename ("AMD_LIB" .. _AMD_VS_SUFFIX)
startproject "AMD_LIB"
filter "platforms:Win32"
system "Windows"
architectur... | mit |
SalvationDevelopment/Salvation-Scripts-Production | c31560081.lua | 9 | 1033 | --聖なる魔術師
function c31560081.initial_effect(c)
--flip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(31560081,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP)
e1:SetTarget(c31560081.target)
e1:SetOperation(c31560081.operat... | gpl-2.0 |
dr01d3r/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Gavrie.lua | 17 | 1534 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Gavrie
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
require("scripts/g... | gpl-3.0 |
gl00my/stead3 | games/insteadose5/games/lenochka/toilet.lua | 1 | 3166 | global {
bisquit=0;
};
room {
nam = "toilet";
disp = function(s)
if have "Термос с кофе" then
p[["Дверь в уборную"]];
else
p[["Уборная"]];
end;
end;
onenter = function(s)
if have "Термос с кофе" then
p[[Сначала нужно отнести кофе н... | mit |
SalvationDevelopment/Salvation-Scripts-Production | c70832512.lua | 6 | 1207 | --レアル・クルセイダー
function c70832512.initial_effect(c)
--destroy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(70832512,0))
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_TRIGGER_F+EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_MZONE)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCost(c70832512.cost)
... | gpl-2.0 |
retep998/Vana | scripts/npcs/hotel1.lua | 2 | 2215 | --[[
Copyright (C) 2008-2016 Vana Development Team
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 2
of the License.
This program is distributed in the hope that it will be useful,
but WITHO... | gpl-2.0 |
dr01d3r/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Fubruhn.lua | 17 | 5863 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Fubruhn
-- Mog Locker NPC
--
-- Event IDs:
-- 0x0258 = Not a mercenary + mog locker options
-- 1st arg = Amount of time left on lease, as seconds past 2001/12/31 15:00:00.
-- If this is 0, it shows the not a mecenary message instead.
-- ... | gpl-3.0 |
dr01d3r/darkstar | scripts/zones/AlTaieu/npcs/_0x1.lua | 14 | 1936 | -----------------------------------
-- Area: Al'Taieu
-- NPC: Rubious Crystal (South Tower)
-- @pos 0 -6.250 -736.912 33
-----------------------------------
package.loaded["scripts/zones/AlTaieu/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/AlTaieu/TextIDs");
require("scripts/zones/AlT... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-Production | c36499284.lua | 4 | 1695 | --炎舞-「揺光」
function c36499284.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c36499284.target)
e1:SetOperation(c36499284.activate)
c:RegisterEffect(e1)
--
local e2=Effect.CreateEffect(c)
e2:SetType(EF... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c32559361.lua | 6 | 2975 | --CNo.9 天蓋妖星カオス・ダイソン・スフィア
function c32559361.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,10,3)
c:EnableReviveLimit()
--material
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(32559361,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_BATTLE_START)
e1:SetTarg... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c9744376.lua | 7 | 1097 | --ゴブリンのやりくり上手
function c9744376.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW+CATEGORY_TODECK)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c9744376.target)
e1:SetOperation(c9744376.activate)
c:R... | gpl-2.0 |
finnw/grodlob | pixelsort_cdef.lua | 1 | 1899 | #include "cdef.h"
tonumber(((function(m)--[[] ])))/*]]
local ffi = require 'ffi'
local ffilib = require 'ffilib'
ffi.cdef("/"..[[**/
enum fillPixResult
{
FPR_DONE, // All pixels visited
FPR_NEW, // Pixel is a local maximum; New segment formed
FPR_EXTENDED, // A segment was extended by add... | mit |
soundsrc/premake-stable | src/actions/vstudio/vs200x_vcproj_user.lua | 26 | 1489 | --
-- vs200x_vcproj_user.lua
-- Generate a Visual Studio 2002-2008 C/C++ project .user file
-- Copyright (c) 2011 Jason Perkins and the Premake project
--
--
-- Set up namespaces
--
local vc200x = premake.vstudio.vc200x
--
-- Generate the .vcproj.user file
--
function vc200x.generate_user(prj)
vc200x.header('... | bsd-3-clause |
dr01d3r/darkstar | scripts/zones/La_Theine_Plateau/npcs/Dimensional_Portal.lua | 17 | 1389 | -----------------------------------
-- Area: La Theine Plateau
-- NPC: Dimensional Portal
-----------------------------------
package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");
require("scripts/... | gpl-3.0 |
arashmrb/arashbot | utils.lua | 473 | 24167 | URL = require "socket.url"
http = require "socket.http"
https = require "ssl.https"
ltn12 = require "ltn12"
serpent = require "serpent"
feedparser = require "feedparser"
json = (loadfile "./libs/JSON.lua")()
mimetype = (loadfile "./libs/mimetype.lua")()
redis = (loadfile "./libs/redis.lua")()
JSON = (loadfile "./libs/... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c33145233.lua | 5 | 1212 | --儀式魔人デモリッシャー
function c33145233.initial_effect(c)
--ritual material
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_EXTRA_RITUAL_MATERIAL)
e1:SetValue(1)
c:RegisterEffect(e1)
--become material
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS... | gpl-2.0 |
waruqi/xmake | xmake/modules/detect/tools/go/has_flags.lua | 1 | 3928 | --!A cross-platform build utility based on Lua
--
-- 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... | apache-2.0 |
dr01d3r/darkstar | scripts/globals/items/plate_of_salmon_sushi_+1.lua | 12 | 1583 | -----------------------------------------
-- ID: 5664
-- Item: plate_of_salmon_sushi_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Strength 2
-- Accuracy % 15 (cap 72)
-- Ranged ACC % 15 (cap 72)
-- Resist Sleep +2
-----------------------------------------
require("scripts/globals/st... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-Production | c92408984.lua | 3 | 3447 | --ドラゴンの宝珠
function c92408984.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(c92408984.cost1)
e1:SetTarget(c92408984.target1)
e1:SetOperation(c92408984.operation1)
c:RegisterEffect(e1)
--instant(chain)
local e2=Effect.Create... | gpl-2.0 |
dr01d3r/darkstar | scripts/globals/items/fish_mithkabob.lua | 12 | 1464 | -----------------------------------------
-- ID: 4398
-- Item: fish_mithkabob
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Dexterity 1
-- Vitality 2
-- Mind -1
-- Defense % 25
-- Defense Cap 90
-----------------------------------------
require("scripts/globals/status");
--------------... | gpl-3.0 |
retep998/Vana | scripts/npcs/hontale_keroben.lua | 2 | 1307 | --[[
Copyright (C) 2008-2016 Vana Development Team
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 2
of the License.
This program is distributed in the hope that it will be useful,
but WITHO... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c70147689.lua | 2 | 2935 | --古代の機械要塞
function c70147689.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--indes
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
e2:SetRange(LOCATION_SZONE... | gpl-2.0 |
dr01d3r/darkstar | scripts/zones/Port_Jeuno/npcs/Challoux.lua | 17 | 1132 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Challoux
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil;
require("scripts/zones/Port_Jeuno/TextIDs");
-----------------------------------
-- onTrade A... | gpl-3.0 |
dr01d3r/darkstar | scripts/zones/Full_Moon_Fountain/bcnms/moonlit_path.lua | 30 | 2203 | -----------------------------------
-- Area: Full Moon Fountain
-- Name: The Moonlit Path
-----------------------------------
package.loaded["scripts/zones/Full_Moon_Fountain/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/missions");
require("scripts/... | gpl-3.0 |
waruqi/xmake | xmake/toolchains/cross/xmake.lua | 1 | 2631 | --!A cross-platform build utility based on Lua
--
-- 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... | apache-2.0 |
thegrb93/wire | lua/entities/gmod_wire_pixel.lua | 8 | 1619 | AddCSLuaFile()
DEFINE_BASECLASS( "base_wire_entity" )
ENT.PrintName = "Wire Pixel"
ENT.WireDebugName = "Pixel"
if CLIENT then
function ENT:Draw( )
self:DrawModel( )
end
return -- No more client
end
function ENT:Initialize()
self:PhysicsInit( SOLID_VPHYSICS )
self:SetMoveType( MOVETYPE_VPHYSICS )
self:... | apache-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c68226653.lua | 9 | 2304 | --フレムベル・ドラグノフ
function c68226653.initial_effect(c)
--damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(68226653,0))
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_BATTLE_DESTROYED)
e1:SetConditio... | gpl-2.0 |
dr01d3r/darkstar | scripts/globals/spells/kaustra.lua | 27 | 1401 | --------------------------------------
-- Spell: Kaustra
-- Consumes 20% of your maximum MP. Relentless
-- dark damage slowly devours an enemy.
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------... | gpl-3.0 |
dr01d3r/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Hagakoff.lua | 17 | 2103 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Hagakoff
-- Standard Merchant NPC
-- Partitionally Implemented
-- Difficult Shop Script needed
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("s... | gpl-3.0 |
CapsAdmin/fast_addons | lua/notagain/aowl/commands/move.lua | 2 | 15758 | local t = {start=nil,endpos=nil,mask=MASK_PLAYERSOLID,filter=nil}
local function IsStuck(ply)
t.start = ply:GetPos()
t.endpos = t.start
t.filter = ply
return util.TraceEntity(t,ply).StartSolid
end
hook.Add("CanPlyGotoPly", "aowl_togglegoto",function(ply, ply2)
if ply2.ToggleGoto_NoGoto and (ply2.IsBanned and ... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-Production | c46502744.lua | 2 | 2867 | --応戦するG
function c46502744.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_CHAINING)
e1:SetRange(LOCATION_HAND)
e1:SetCondition(c46502744.spcon)
e1:SetCost(c46502744.spcost)
e1:SetTarget(c46502744.sptg)
e1:Se... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c110000105.lua | 2 | 3389 | --Trap Buster
function c110000105.initial_effect(c)
--disable
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_DISABLE)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_SZONE,0)
e1:SetTarget(c110000105.distg)
c:RegisterEffect(e1)
--disable effect
local e2=Effect.CreateEffe... | gpl-2.0 |
waruqi/xmake | xmake/core/base/log.lua | 1 | 3223 | --!A cross-platform build utility based on Lua
--
-- 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... | apache-2.0 |
dr01d3r/darkstar | scripts/globals/items/rarab_meatball.lua | 12 | 1736 | -----------------------------------------
-- ID: 4507
-- Item: rarab_meatball
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Health 10
-- Strength 2
-- Vitality 2
-- Intelligence -1
-- Attack % 30
-- Attack Cap 20
-- Ranged ATT % 30
-- Ranged ATT Cap 20
----------------------------------... | gpl-3.0 |
erfan70/erfan100 | plugins/lock-fosh.lua | 24 | 2263 | local function pre_process(msg)
local chkfosh = redis:hget('settings:fosh',msg.chat_id_)
if not chkfosh then
redis:hset('settings:fosh',msg.chat_id_,'off')
end
end
local function run(msg, matches)
--Commands --دستورات فعال و غیرفعال کردن فحش
if matches[1]:lower() == 'unlock' then
if matches[2]:lower() == 'fo... | gpl-3.0 |
kyle-emmerich/blueshift-engine | Dependencies/luajit/src/jit/dis_ppc.lua | 88 | 20319 | ----------------------------------------------------------------------------
-- LuaJIT PPC disassembler module.
--
-- Copyright (C) 2005-2015 Mike Pall. All rights reserved.
-- Released under the MIT/X license. See Copyright Notice in luajit.h
----------------------------------------------------------------------------... | bsd-3-clause |
dr01d3r/darkstar | scripts/zones/Lower_Jeuno/npcs/Yoskolo.lua | 17 | 1785 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Yoskolo
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
require("scripts/zones/Lower_Jeuno/TextIDs");
-----------------------------------
-- onTrade... | gpl-3.0 |
waruqi/xmake | xmake/languages/rust/xmake.lua | 1 | 3051 | --!A cross-platform build utility based on Lua
--
-- 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... | apache-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c32933942.lua | 2 | 1577 | --宝玉獣 アメジスト・キャット
function c32933942.initial_effect(c)
--send replace
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_TO_GRAVE_REDIRECT_CB)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetCondition(c32933942.repcon)
e1:SetOperation(c32933942.repop)
c:RegisterEffect(e1)
--direct att... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c70307656.lua | 5 | 1342 | --グラッジ
function c70307656.initial_effect(c)
--direct attack
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_DIRECT_ATTACK)
c:RegisterEffect(e1)
--atkup
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e2:SetCode(EVENT_BATTLE_DAMAGE)
e2:SetO... | gpl-2.0 |
dr01d3r/darkstar | scripts/globals/items/hellfire_sword.lua | 41 | 1073 | -----------------------------------------
-- ID: 16928
-- Item: Hellfire Sword
-- Additional Effect: Fire Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-----------------------------... | gpl-3.0 |
TerryE/nodemcu-firmware | lua_examples/luaOTA/_init.lua | 8 | 1673 | --SAFETRIM
-- function _init(self, args)
local self, args = ...
-- The config is read from config.json but can be overridden by explicitly
-- setting the following args. Setting to "nil" deletes the config arg.
--
-- ssid, spwd Credentials for the WiFi
-- server, port, secret Pro... | mit |
ld-test/util | util/arg.lua | 3 | 2643 | --[[ Argument handling
This exports a single table (util.arg) with functions for handling optional and
required arguments in table format and for handling optional parameters in
regular (scalar) format.
This can be used to get the a value of a scalar argument with some default:
function foo(x)
util.arg.optional(x... | bsd-3-clause |
SalvationDevelopment/Salvation-Scripts-Production | c49823708.lua | 6 | 3572 | --破壊剣士の伴竜
function c49823708.initial_effect(c)
--search
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(c49823708.target)
e1:SetOperation(c49823708.operation)
c:RegisterEffect(e1)
... | gpl-2.0 |
Leystryku/die_awesomium | code_lua/garrysmod/lua/menu/selector.lua | 1 | 4529 | -- small, plain replacement for the html menu
if(controls and IsValid(controls)) then
controls:SetVisible(false)
controls = nil
end
surface.CreateFont( "menufont", {
font = "Arial",
size = ScrW()*0.016,
weight = 500
})
local function butt_updatecolors( self, skin )
if ( self.Hovered ) then surface.PlaySound("ga... | mit |
SalvationDevelopment/Salvation-Scripts-Production | c91998121.lua | 2 | 3842 | --XYZ-ドラゴン·キャノン
function c91998121.initial_effect(c)
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcCode3(c,62651957,65622692,64500000,true,true)
--spsummon condition
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:Set... | gpl-2.0 |
dvdvideo1234/ZeroBraineProjects | dvdlualib/umaglevlib.lua | 1 | 70777 | --[[
* Label : Module for hover module base functionality
* Author : DVD ( dvd_video )
* E-mail : dvd_video@abv.bg
* Date : 19-01-2017
* Location : lua/hovermodule/hovermodlib.lua
* Defines : A list of functions for initializing a hover module
]]--
local type = type
local next ... | apache-2.0 |
dr01d3r/darkstar | scripts/zones/Vunkerl_Inlet_[S]/npcs/Leafy_Patch.lua | 45 | 1646 | -----------------------------------
-- Area: Vunkerl Inlet (S) (F-5)
-- NPC: Leafy Patch
-- Involved in Quests
-- @pos -418 -33 576
-----------------------------------
package.loaded["scripts/zones/Vunkerl_Inlet_[S]/TextIDs"] = nil;
package.loaded["scripts/globals/quests"] = nil;
-----------------------------------
re... | gpl-3.0 |
dr01d3r/darkstar | scripts/zones/Xarcabard/Zone.lua | 11 | 2954 | -----------------------------------
--
-- Zone: Xarcabard (112)
--
-----------------------------------
package.loaded[ "scripts/zones/Xarcabard/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Xarcabard/TextIDs");
require("scripts/globals/icanheararainbow");
require("scripts/globals/keyitems... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-Production | c94820406.lua | 2 | 2862 | --ダーク・フュージョン
function c94820406.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c94820406.target)
e1:SetOperation(c94820406.activate)
c:RegisterEffect(e1)
end
fu... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c98954375.lua | 9 | 1176 | --インフェルニティ・デストロイヤー
function c98954375.initial_effect(c)
--damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(98954375,0))
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetCode(EVENT_BATTLE_DESTROYING)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetCondition(c98954375.damcon)
e1:SetTarget(c98... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c14936691.lua | 2 | 1397 | --ワーム・イーロキン
function c14936691.initial_effect(c)
--cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
c:RegisterEffect(e1)
--position
local e2=Effect.CreateEffect(c)
e2:SetD... | gpl-2.0 |
Herve-M/OpenRA | mods/d2k/maps/atreides-02a/atreides02a-AI.lua | 14 | 1137 | --[[
Copyright 2007-2022 The OpenRA Developers (see AUTHORS)
This file is part of OpenRA, which is free software. It is made
available to you under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later vers... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-Production | c40838625.lua | 2 | 1308 | --砂塵のバリア -ダスト・フォース-
function c40838625.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_POSITION)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetCondition(c40838625.condition)
e1:SetTarget(c40838625.target)
e1:SetOperation(c40838625.activate)
c:Regi... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c77372241.lua | 7 | 1102 | --フレムベル・グルニカ
function c77372241.initial_effect(c)
--damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(77372241,0))
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_BATTLE_DESTROYED)
e1:SetRange(LOCA... | gpl-2.0 |
dvdvideo1234/ZeroBraineProjects | Test/asmlib_track_pack.lua | 1 | 10172 | --require("../dvdlualib/common")
require("../dvdlualib/gmodlib")
require("../dvdlualib/asmlib")
--[[
* The purpose of this Lua file is to add your track pack pieces to the
* track assembly tool, so they can appear in the tool selection menu.
* Why the name starts with /z/ you may ask. When Gmod loads the game
* it... | apache-2.0 |
dr01d3r/darkstar | scripts/zones/Xarcabard/npcs/qm6.lua | 14 | 1768 | -----------------------------------
-- Area: Xarcabard
-- NPC: qm6 (???)
-- Involved in Quests: RNG AF3 - Unbridled Passion
-- @pos -254.883 -17.003 -150.818 112
-----------------------------------
package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/se... | gpl-3.0 |
retep998/Vana | scripts/npcs/fighter.lua | 2 | 24989 | --[[
Copyright (C) 2008-2016 Vana Development Team
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 2
of the License.
This program is distributed in the hope that it will be useful,
but WITHO... | gpl-2.0 |
dr01d3r/darkstar | scripts/zones/Southern_San_dOria_[S]/npcs/Fiaudie.lua | 14 | 1112 | -----------------------------------
-- Area: Southern SandOria [S]
-- NPC: Fiaudie
-- @zone 80
-- @pos -10 1 35
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil;
require("scripts/zones/Southern_San_dOria_[S]/TextIDs");
-----------------------------------
-- onTrad... | gpl-3.0 |
TcT2k/wxFormBuilder | build/premake/4.3/src/actions/vstudio/vs2010_vcxproxj.lua | 6 | 19730 |
premake.vstudio.vs10_helpers = { }
local vs10_helpers = premake.vstudio.vs10_helpers
function vs10_helpers.remove_relative_path(file)
file = file:gsub("%.%.\\",'')
file = file:gsub("%.\\",'')
return file
end
function vs10_helpers.file_path(file)
file = vs10_helpers.remove_relative_path(file)
local... | gpl-2.0 |
chaot4/ardour | share/scripts/s_plugin_automation.lua | 4 | 1400 | ardour { ["type"] = "Snippet", name = "Plugin automation" }
function factory () return function ()
-- query playhead position and session sample-rate
local playhead = Session:transport_sample ()
local samplerate = Session:nominal_sample_rate ()
-- get Track/Bus with RID 3
local r = Session:get_remote_nth_route(3... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c33093439.lua | 2 | 2303 | --サイバー・エルタニン
function c33093439.initial_effect(c)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(aux.FALSE)
c:RegisterEffect(e1)
--sp... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-Production | c18865703.lua | 2 | 3193 | --ZW-玄武絶対聖盾
function c18865703.initial_effect(c)
c:SetUniqueOnField(1,0,18865703)
--equip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(18865703,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetRange(LOCATION_MZONE)
e1:SetConditi... | gpl-2.0 |
matthiasbock/VideoLAN-for-Allwinner-A10-VPU | share/lua/meta/art/02_frenchtv.lua | 48 | 2666 | --[[
Gets an artwork from amazon
$Id$
Copyright © 2007 the VideoLAN team
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... | gpl-2.0 |
Herve-M/OpenRA | mods/ra/maps/soviet-03/soviet03.lua | 7 | 14349 | --[[
Copyright 2007-2022 The OpenRA Developers (see AUTHORS)
This file is part of OpenRA, which is free software. It is made
available to you under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later vers... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.