repo_name stringlengths 6 78 | path stringlengths 4 206 | copies stringclasses 281
values | size stringlengths 4 7 | content stringlengths 625 1.05M | license stringclasses 15
values |
|---|---|---|---|---|---|
Biofreak1987/OpenRA | mods/ra/maps/allies-06a/allies06a.lua | 2 | 7685 | --[[
Copyright 2007-2019 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 |
Baylamon/Illarion-Content | item/id_92_oillamp.lua | 3 | 1361 | --[[
Illarion Server
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it wi... | agpl-3.0 |
mahdiam/sbssbot | plugins/time.lua | 38 | 2898 | -- Implement a command !time [area] which uses
-- 2 Google APIs to get the desired result:
-- 1. Geocoding to get from area to a lat/long pair
-- 2. Timezone to get the local time in that lat/long location
-- Globals
-- If you have a google api key for the geocoding/timezone api
api_key = nil
base_api = "https://m... | gpl-2.0 |
TeamJB/linaro_external_skia | tools/lua/scrape.lua | 145 | 2246 | function tostr(t)
local str = ""
for k, v in next, t do
if #str > 0 then
str = str .. ", "
end
if type(k) == "number" then
str = str .. "[" .. k .. "] = "
else
str = str .. tostring(k) .. " = "
end
if type(v) == "table" then
... | bsd-3-clause |
salamader/ffxi-a | scripts/globals/spells/kurayami_ichi.lua | 6 | 1122 | -----------------------------------------
-- Spell: Kurayami:Ichi
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function OnMagicCastingCheck(c... | gpl-3.0 |
nublet/WoWCache | WTF/Account/869497#2/SavedVariables/DataStore_Pets.lua | 1 | 15483 |
DataStore_PetsDB = {
["profileKeys"] = {
["Phantasm - Neptulon"] = "Poesboi",
["Morenoya - Neptulon"] = "Poesboi",
["Tulafia - Neptulon"] = "Poesboi",
["Classydma - Genjuros"] = "Poesboi",
["Ploxheal - Darksorrow"] = "Poesboi",
["Chamallow - Neptulon"] = "Poesboi",
["Classywwl - Genjuros"] = "Poesboi",
... | mit |
salamader/ffxi-a | scripts/globals/items/phial_of_terror_screen.lua | 2 | 1113 | -----------------------------------------
-- ID: 5877
-- Item: Phial of Terror Screen
-- Item Effect: Temporarily provides immunity to Terror
-- Duration: 2 Mins
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
----------------------... | gpl-3.0 |
NathanLawrence/keys | VSCOKeys.lrdevplugin/halfway_server/ltn12.lua | 127 | 8177 | -----------------------------------------------------------------------------
-- LTN12 - Filters, sources, sinks and pumps.
-- LuaSocket toolkit.
-- Author: Diego Nehab
-- RCS ID: $Id: ltn12.lua,v 1.31 2006/04/03 04:45:42 diego Exp $
-----------------------------------------------------------------------------
-------... | gpl-2.0 |
CapsAdmin/goluwa | game/lua/examples/generate_chatsounds.lua | 1 | 17559 | --avoid big loop in big loop
--translate captions
local game = "csgo"
steam.UnmountAllSourceGames()
steam.MountSourceGame(game)
if game ~= "hl2" then
-- this makes it so we don't find soundscripts from hl2 which for instance tf2 is based on
for path, info in pairs(vfs.GetMounts()) do
if path:find("hl2") then
lo... | gpl-3.0 |
salamader/ffxi-a | scripts/globals/weaponskills/seraph_strike.lua | 6 | 1206 | -----------------------------------
-- Seraph Strike
-- Club weapon skill
-- Skill level: 40
-- Deals light elemental damage to enemy. Damage varies with TP.
-- Aligned with the Thunder Gorget.
-- Aligned with the Thunder Belt.
-- Element: None
-- Modifiers: STR:30% ; MND:30%
-- 100%TP 200%TP 30... | gpl-3.0 |
salamader/ffxi-a | scripts/zones/Pashhow_Marshlands/npcs/Sharp_Tooth_IM.lua | 4 | 2907 | -----------------------------------
-- Area: Pashhow Marshlands
-- NPC: Sharp Tooth, I.M.
-- Border Conquest Guards
-- @pos 536.291 23.517 694.063 109
-----------------------------------
package.loaded["scripts/zones/Pashhow_Marshlands/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conq... | gpl-3.0 |
salamader/ffxi-a | scripts/zones/Western_Adoulin/npcs/Home_Point.lua | 2 | 1209 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Home Point
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
require("scripts/zones/Southern_San_dOria/TextIDs");
---------------------------------... | gpl-3.0 |
grmss214/grmss214 | plugins/sticker_lock.lua | 39 | 19259 | -- data saved to data/moderation.json
do
local administrators_only = 'For administrator only!'
local moderators_only = 'For moderators only!'
local function create_group(msg)
if not is_admin(msg) then return administrators_only end
local group_creator = msg.from.print_name
create_group_chat (group_creator, grou... | gpl-2.0 |
g0g0dancer/searework | units/corpyro2.lua | 3 | 5338 | unitDef = {
unitname = [[corpyro2]],
name = [[Pyro]],
description = [[Raider/Riot Jumper]],
acceleration = 0.4,
brakeRate = 1.2,
buildCostEnergy = 220,
buildCostMetal = 220,
builder = false,
buildPic =... | gpl-2.0 |
GreatBigBushyBeard/PAYDAY-2-BeardLib | Classes/Providers/Modworkshop.lua | 1 | 2408 | ModAssetsModule._providers.modworkshop = {}
local mws = ModAssetsModule._providers.modworkshop
mws.check_url = "https://api.modwork.shop/api.php?command=CompareVersion&did=$id$&vid=$version$&token=Je3KeUETqqym6V8b5T7nFdudz74yWXgU"
mws.get_files_url = "https://api.modwork.shop/api.php?command=AssocFiles&did=$id$&token=J... | mit |
g0g0dancer/searework | units/funnelweb.lua | 3 | 5148 | unitDef = {
unitname = [[funnelweb]],
name = [[Funnelweb]],
description = [[Drone/Shield Support Strider]],
acceleration = 0.0552,
activateWhenBuilt = true,
brakeRate = 0.1375,
buildCostEnergy = 4500,
buildCostMetal = ... | gpl-2.0 |
raboof/notion | contrib/styles/look_awesome_yaarg.lua | 2 | 5398 | -- Authors: James Gray <j.gray@ed.ac.uk>
-- License: Unknown
-- Last Changed: 2006-02-03
--
--[[
look_awesome_yaarg.lua (based on look awesome )
To completely yaargify Ion, the terminal emulator background is recommended to
be set to gray25 as does the root window. Transparent frames by default
wallpap... | lgpl-2.1 |
devMrALiloper/TeleVigilant-thebestproject | plugins/setpassword.lua | 1 | 2796 |
do
local function set_pass(msg, pass, id)
local hash = nil
if msg.to.type == "channel" then
hash = 'setpass:'
end
local name = string.gsub(msg.to.print_name, '_', '')
if hash then
redis:hset(hash, pass, id)
return send_large_msg("channel#id"..msg.to.id, "🔐رمز ورود برای سوپرگروه :... | gpl-2.0 |
salamader/ffxi-a | scripts/zones/Quicksand_Caves/npcs/Treasure_Coffer.lua | 2 | 3928 | -----------------------------------
-- Area: Quicksand Caves
-- NPC: Treasure Coffer
-- @zone 208
-- @pos 615 -6 -681
-----------------------------------
package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/g... | gpl-3.0 |
Baylamon/Illarion-Content | content/chardescription.lua | 1 | 6355 | --[[
Illarion Server
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it wi... | agpl-3.0 |
g0g0dancer/searework | LuaUI/Widgets/chili/Controls/scrollpanel.lua | 12 | 10871 | --//=============================================================================
ScrollPanel = Control:Inherit{
classname = "scrollpanel",
padding = {0,0,0,0},
backgroundColor = {0,0,0,0},
scrollbarSize = 12,
scrollPosX = 0,
scrollPosY = 0,
verticalScrollbar = true,
horizontalScrollb... | gpl-2.0 |
KohaiKhaos/modified-MWDF | MWDF Project/Dwarf Fortress/hack/scripts/full-heal.lua | 2 | 4857 | -- Attempts to fully heal the selected unit
--author Kurik Amudnil, Urist DaVinci
--edited by expwnent
local help = [====[
full-heal
=========
Attempts to fully heal the selected unit from anything, optionally
including death. Usage:
:full-heal:
Completely heal the currently selected unit.
:full-he... | mit |
nublet/WoWCache | WTF/Account/869497#2/SavedVariables/ConsLegion.lua | 2 | 37380 |
ConsLegionSavedVar = {
["Hurtmeh-Genjuros"] = {
["Settings"] = {
["AutoPickup"] = 0,
["Textleft"] = 914.285714285714,
["Newstop"] = -359.999959309896,
["left"] = 384,
["Scale"] = 0.711111128330231,
["XPalpha"] = 1,
["TextInvert"] = 0,
["XPHide"] = 0,
["Arrowx"] = 960,
["SkipCutScene"] ... | mit |
kyle-wang/skynet | lualib/skynet/sharemap.lua | 30 | 1503 | local stm = require "skynet.stm"
local sprotoloader = require "sprotoloader"
local sproto = require "sproto"
local setmetatable = setmetatable
local sharemap = {}
function sharemap.register(protofile)
-- use global slot 0 for type define
sprotoloader.register(protofile, 0)
end
local sprotoobj
local function loadsp... | mit |
jcdenton/mono-ui-cfg | AddOns/m_Map/fog_light.lua | 1 | 48011 | local addon, ns = ...
local cfg = ns.cfg
if not cfg.map.remove_fog then return end
----------------------------------------------------------------------------------------
-- Fog of war on World Map(module from LeatrixPlus by Leatrix)
--------------------------------------------------------------------------------... | mit |
cardentity/DarkRP | gamemode/modules/fadmin/fadmin/playeractions/message/sv_init.lua | 3 | 1126 | local function DoMessage(ply, cmd, args)
if not FAdmin.Access.PlayerHasPrivilege(ply, "Message") then FAdmin.Messages.SendMessage(ply, 5, "No access!") return end
if not args[2] then return end
ply.FAdmin_LastMessageTime = ply.FAdmin_LastMessageTime or CurTime() - 2
if ply.FAdmin_LastMessageTime > (CurTime() - 2) ... | mit |
Baylamon/Illarion-Content | npc/base/walking.lua | 2 | 12221 | --[[
Illarion Server
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it wi... | agpl-3.0 |
g0g0dancer/searework | scripts/shipcon.lua | 2 | 2195 | include 'constants.lua'
local body = piece 'body'
local turret = piece 'turret'
local arm1 = piece 'arm1'
local arm2 = piece 'arm2'
local armpiece = piece 'armpiece'
local claw1 = piece 'claw1'
local claw2 = piece 'claw2'
local wakes =
{ piece 'wake1'
, piece 'wake2'
}
local beam = piece 'beam'
local smokePiece = ... | gpl-2.0 |
CapsAdmin/goluwa | game/lua/modules/socket/http.lua | 1 | 11413 | -----------------------------------------------------------------------------
-- HTTP/1.1 client support for the Lua language.
-- LuaSocket toolkit.
-- Author: Diego Nehab
-----------------------------------------------------------------------------
----------------------------------------------------------------------... | gpl-3.0 |
nublet/WoWCache | WTF/Account/Poesboi/Genjuros/Ohderp/SavedVariables/EasyScrap.lua | 59 | 1881 |
EasyScrap_IgnoreList = {
[152632] = {
["isAzeriteArmor"] = false,
[300] = {
["Surging Alchemist Stone"] = {
{
"4927", -- [1]
}, -- [1]
},
},
},
["addonVersion"] = 24,
[159268] = {
["isAzeriteArmor"] = true,
[370] = {
["Inmate's Straight Robe"] = {
{
"5052", -- [1]
"154... | mit |
nublet/WoWCache | WTF/Account/Poesboi/Neptulon/Hanibull/SavedVariables/EasyScrap.lua | 59 | 1881 |
EasyScrap_IgnoreList = {
[152632] = {
["isAzeriteArmor"] = false,
[300] = {
["Surging Alchemist Stone"] = {
{
"4927", -- [1]
}, -- [1]
},
},
},
["addonVersion"] = 24,
[159268] = {
["isAzeriteArmor"] = true,
[370] = {
["Inmate's Straight Robe"] = {
{
"5052", -- [1]
"154... | mit |
salamader/ffxi-a | scripts/zones/Southern_San_dOria/npcs/Nokkhi_Jinjahl.lua | 4 | 9824 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Nokkhi Jinjahl
-- Type: NPC Quiver Maker/ Sandy 1st Place
-- @zone: 230
-- @pos: 24.829 0.978 -13.110
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Southern_... | gpl-3.0 |
raboof/notion | contrib/statusd/statusd_drives.lua | 3 | 1455 | -- Authors: Voker57 <voker57@gmail.com>
-- License: Public domain
-- Last Changed: Unknown
--
-- Disk drives monitor
-- %drives - list of currently connected drives
-- by Voker57 <voker57@gmail.com>
-- Public domain
local defaults={
update_interval=500
}
local settings=table.join(statusd.get_config("drives"), d... | lgpl-2.1 |
salamader/ffxi-a | scripts/globals/items/tortilla_bueno.lua | 2 | 1132 | -----------------------------------------
-- ID: 5181
-- Item: tortilla_bueno
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health 8
-- Vitality 4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnIte... | gpl-3.0 |
Baylamon/Illarion-Content | npc/base/consequence/state.lua | 4 | 1807 | --[[
Illarion Server
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it wi... | agpl-3.0 |
kennykwok1/PlaygroundOSS | Tutorial/08.DragIcon/.publish/android/DragIcon.lua | 3 | 5129 | function setup()
local x = 100
local y = 100
local tblAREA = {
x = 16,
y = 20,
width = 67,
height = 60
}
pDRAG = UI_DragIcon( nil,
7000,
x, y,
tblAREA,
"asset://dragicon.png.imag",
"asset://dragmark.png.imag",
10,
0.5,
30, 70,
"dragIcon_dropCa... | apache-2.0 |
nublet/WoWCache | WTF/Account/869497#2/Neptulon/Freeboost/SavedVariables/ElvUI.lua | 1 | 1083 |
ElvCharacterDB = {
["ChatHistoryLog"] = {
},
["BodyGuard"] = {
["Active"] = false,
["Health"] = 0,
["MaxHealth"] = 0,
["IsInValidZone"] = true,
},
["ChatEditHistory"] = {
" we somehow got queen last night", -- [1]
" did the normal thing with our wheelchairs and threw tactics out the window", -- [2]
... | mit |
salamader/ffxi-a | scripts/zones/Spire_of_Mea/bcnms/ancient_flames_backon.lua | 6 | 2907 | -----------------------------------
-- Area: Spire_of_Mea
-- Name: ancient_flames_backon
-- KSNM30
-----------------------------------
package.loaded["scripts/zones/Spire_of_Mea/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/quests");
require(... | gpl-3.0 |
SirFrancisBillard/stupid-ttt | stupid-ttt/lua/entities/ttt_decoy.lua | 1 | 2385 | -- Decoy sending out a radar blip and redirecting DNA scans. Based on old beacon
-- code.
AddCSLuaFile()
ENT.Type = "anim"
ENT.Model = Model("models/props_lab/reciever01b.mdl")
ENT.CanHavePrints = false
ENT.CanUseKey = true
function ENT:Initialize()
self:SetModel(self.Model)
if SERVER then
self:PhysicsI... | gpl-3.0 |
salamader/ffxi-a | scripts/zones/The_Shrine_of_RuAvitau/Zone.lua | 2 | 5027 | -----------------------------------
--
-- Zone: The_Shrine_of_RuAvitau (178)
--
-----------------------------------
package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/globals/missions");
require("scripts/globals/keyitems");
require("scr... | gpl-3.0 |
salamader/ffxi-a | scripts/zones/Norg/npcs/Paito-Maito.lua | 2 | 2604 | -----------------------------------
-- Area: Norg
-- NPC: Paito-Maito
-- Standard Info NPC
-----------------------------------
require("scripts/globals/pathfind");
path = {
-71.189713, -9.413510, 74.024879,
-71.674171, -9.317029, 73.054794,
-72.516525, -9.298064, 72.363213,
-73.432983, -9.220915, 71.77385... | gpl-3.0 |
ricker75/forgottenserver | data/talkactions/scripts/deathlist.lua | 43 | 2176 | local function getArticle(str)
return str:find("[AaEeIiOoUuYy]") == 1 and "an" or "a"
end
local function getMonthDayEnding(day)
if day == "01" or day == "21" or day == "31" then
return "st"
elseif day == "02" or day == "22" then
return "nd"
elseif day == "03" or day == "23" then
return "rd"
else
return "t... | gpl-2.0 |
salamader/ffxi-a | scripts/globals/items/bowl_of_goblin_stew.lua | 2 | 1443 | -----------------------------------------
-- ID: 4465
-- Item: bowl_of_goblin_stew
-- Food Effect: 3Hrs, All Races
-----------------------------------------
-- Dexterity -4
-- Attack % 15.5
-- Ranged Attack % 15.5
-----------------------------------------
require("scripts/globals/status");
---------------... | gpl-3.0 |
salamader/ffxi-a | scripts/globals/mobskills/Hydro_Canon.lua | 8 | 1274 | ---------------------------------------------------
-- Hydro_Canon
-- Description:
-- Type: Magical
-- additional effect : 40hp/tick Poison
---------------------------------------------------
require("/scripts/globals/settings");
require("/scripts/globals/status");
require("/scripts/globals/monstertpmoves");
--... | gpl-3.0 |
g0g0dancer/searework | LuaUI/Widgets/chili_new/controls/layoutpanel.lua | 9 | 28081 | --//=============================================================================
--// This control is the base of any auto-layout panel, this includes:
--// grid, stackpanel, tables, itemlistview, listbox, radiogroups, ...
--//
--// Internal all childrens/items are handled via cells, which can be
--// freely aligned... | gpl-2.0 |
Baylamon/Illarion-Content | lte/newbieisland.lua | 3 | 1506 | --[[
Illarion Server
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope th... | agpl-3.0 |
g0g0dancer/searework | LuaRules/Gadgets/game_resign.lua | 12 | 1334 | function gadget:GetInfo() return {
name = "Resign Gadget",
desc = "Resign stuff",
author = "KingRaptor",
date = "2012.5.1",
license = "Public domain",
layer = 0,
enabled = true,
} end
if (not gadgetHandler:IsSyncedCode()) then return end
local spGetPlayerInfo = Spring.GetPlayerInfo
local spKillTeam... | gpl-2.0 |
salamader/ffxi-a | scripts/zones/Aht_Urhgan_Whitegate/npcs/Sorrowful_Sage.lua | 2 | 2344 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Sorrowful Sage
-- Type: Assault Mission Giver
-- @zone: 50
-- @pos: 134.096 0.161 -30.401
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_W... | gpl-3.0 |
salamader/ffxi-a | scripts/zones/Chamber_of_Oracles/Zone.lua | 2 | 1299 | -----------------------------------
--
-- Zone: Chamber_of_Oracles (168)
--
-----------------------------------
package.loaded["scripts/zones/Chamber_of_Oracles/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Chamber_of_Oracles/TextIDs");
-----------------------------------
-- ... | gpl-3.0 |
mahdiam/sbssbot | plugins/setrank.lua | 40 | 8897 | do
local Dev = 122774063 --put your id here(BOT OWNER ID)
local function setrank(msg, name, value) -- setrank function
local hash = nil
if msg.to.type == 'chat' then
hash = 'rank:'..msg.to.id..':variables'
end
if hash then
redis:hset(hash, name, value)
return send_msg('chat#id'..msg.to.id, 'مقام کاربر... | gpl-2.0 |
ESX-Org/es_extended | modules/__core__/ui.hud/client/module.lua | 1 | 2958 | -- Copyright (c) Jérémie N'gadi
--
-- All rights reserved.
--
-- Even if 'All rights reserved' is very clear :
--
-- You shall not use any piece of this software in a commercial product / service
-- You shall not resell this software
-- You shall not provide any facility to install this particular software in a c... | gpl-3.0 |
LuaDist2/hdf5 | examples/attribute.lua | 3 | 1364 | #!/usr/bin/env luajit
------------------------------------------------------------------------------
-- Write and read string attribute.
-- Copyright © 2013–2015 Peter Colberg.
-- Distributed under the MIT license. (See accompanying file LICENSE.)
------------------------------------------------------------------------... | mit |
salamader/ffxi-a | scripts/zones/Beaucedine_Glacier/TextIDs.lua | 4 | 1104 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6537; -- You cannot obtain the item <item> come back again after sorting your inventory
FULL_INVENTORY_AFTER_TRADE = 6539; -- You cannot obtain the <item>. Try trading again after sorting your inventory
ITEM_OBTAINED = 654... | gpl-3.0 |
poire-z/koreader | plugins/newsdownloader.koplugin/lib/handler.lua | 14 | 10985 | ---
-- Overview:
-- =========
-- Standard XML event handler(s) for XML parser module (xml.lua)
--
-- Features:
-- =========
-- printHandler - Generate XML event trace
-- domHandler - Generate DOM-like node tree
-- simpleTreeHandler - Generate 'simple' node tree
--
-- API:
-- ... | agpl-3.0 |
salamader/ffxi-a | scripts/zones/Palborough_Mines/TextIDs.lua | 2 | 1544 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item <item> come back again after sorting your inventory
ITEM_OBTAINED = 6378; -- Obtained: <item>
GIL_OBTAINED = 6379; -- Obtained <number> gil
KEYITEM_OBTAINED = 6381; -- Obtain... | gpl-3.0 |
nublet/WoWCache | WTF/Account/869497#2/Darksorrow/Ploxheal/SavedVariables/EasyScrap.lua | 38 | 1881 |
EasyScrap_IgnoreList = {
[152632] = {
["isAzeriteArmor"] = false,
[300] = {
["Surging Alchemist Stone"] = {
{
"4927", -- [1]
}, -- [1]
},
},
},
["addonVersion"] = 24,
[159268] = {
["isAzeriteArmor"] = true,
[370] = {
["Inmate's Straight Robe"] = {
{
"5052", -- [1]
"154... | mit |
g0g0dancer/searework | LuaUI/Widgets/unit_icons.lua | 4 | 9502 | -------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
function widget:GetInfo()
return {
name = "Unit Icons",
desc = "v0.033 Shows icons above units",
author = "CarRepairer a... | gpl-2.0 |
botnex1122/uzzbot | plugins/quotes.lua | 651 | 1630 | local quotes_file = './data/quotes.lua'
local quotes_table
function read_quotes_file()
local f = io.open(quotes_file, "r+")
if f == nil then
print ('Created a new quotes file on '..quotes_file)
serialize_to_file({}, quotes_file)
else
print ('Quotes loaded: '..quotes_file)
f... | gpl-2.0 |
salamader/ffxi-a | scripts/globals/weaponskills/rampage.lua | 6 | 1235 | -----------------------------------
-- Rampage
-- Axe weapon skill
-- Skill level: 175
-- Delivers a five-hit attack. Chance of params.critical varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Soil Gorget.
-- Aligned with the Soil Belt.
-- Element: None
-- Modifiers: STR:30%
-- 1... | gpl-3.0 |
g0g0dancer/searework | LuaRules/Configs/cai/unitMovetype.lua | 13 | 1246 | local staticUnits = {}
local movetypeDefID = {}
local movetypes = {
{name = "bot", movedef = "kbot3"},
{name = "amph", movedef = "akbot4"},
{name = "spider", movedef = "tkbot4"},
{name = "veh", movedef = "tank4"},
{name = "hover", movedef = "hover3"},
{name = "air", movedef = false},
{name = "sea", movedef = "u... | gpl-2.0 |
salamader/ffxi-a | scripts/globals/items/hellsteak_+1.lua | 2 | 1667 | -----------------------------------------
-- ID: 5610
-- Item: hellsteak_+1
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Health 20
-- Strength 6
-- Intelligence -2
-- Health Regen While Healing 2
-- Attack % 19
-- Ranged ATT % 19
-- Dragon Killer 5
-- Demon Killer 5
------... | gpl-3.0 |
dmatosl/lb | lib/lb.lua | 1 | 2356 | local _M = {}
-- dict keys:
-- s:host:count
-- number of upstreams for a given host
-- s:host:index
-- 1 to n
-- s:host:ip
-- index:status:healthcheck_uri:interval:
function _M.getNextUpstream(host, dict, red)
local upstream, err = dict:get("s:" .. host .. ":next_upstream")
if upstream == nil then
n... | gpl-2.0 |
male-puppies/luci | applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua | 78 | 1789 | -- Copyright 2014 Álvaro Fernández Rojas <noltari@gmail.com>
-- Licensed to the public under the Apache License 2.0.
m = Map("shairplay", "Shairplay", translate("Shairplay is a simple AirPlay server implementation, here you can configure the settings."))
s = m:section(TypedSection, "shairplay", "")
s.addremove = true... | apache-2.0 |
CapsAdmin/goluwa | game/lua/decoders/files/memory.lua | 1 | 3127 | do
return
end
local vfs = (...) or _G.vfs
local CONTEXT = {}
CONTEXT.Name = "memory"
local file_tree = {is_folder = true}
function CONTEXT:VFSOpened()
file_tree = serializer.ReadFile("luadata", "vfs_memory") or {}
end
function CONTEXT:VFSClosed()
-- yeah right as if this is ever going to happen cleanly
serialize... | gpl-3.0 |
g0g0dancer/searework | LuaUI/Fonts/FreeSansBold_16.lua | 26 | 33900 | -- $Id: FreeSansBold_16.lua 3171 2008-11-06 09:06:29Z det $
local fontSpecs = {
srcFile = [[FreeSansBold.ttf]],
family = [[FreeSans]],
style = [[Bold]],
yStep = 17,
height = 16,
xTexSize = 512,
yTexSize = 256,
outlineRadius = 2,
outlineWeight = 100,
}
local glyphs = {}
glyphs[32] = { --'... | gpl-2.0 |
lxl1140989/6291-xl | feeds/luci/applications/luci-samba/luasrc/model/cbi/samba.lua | 79 | 2602 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
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
h... | gpl-2.0 |
salamader/ffxi-a | scripts/globals/items/meat_mithkabob.lua | 2 | 1399 | -----------------------------------------
-- ID: 4381
-- Item: meat_mithkabob
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Strength 5
-- Agility 1
-- Intelligence -2
-- Attack % 22
-- Attack Cap 60
-----------------------------------------
require("scripts/globals/status");... | gpl-3.0 |
devMrALiloper/TeleVigilant-thebestproject | plugins/inpm.lua | 1 | 9137 | local function pre_process(msg)
local to = msg.to.type
local service = msg.service
if to == 'user' and msg.fwd_from then
if not is_support(msg.from.id) and not is_admin1(msg) then
return
end
local user = 'user#id'..msg.from.id
local from_id = msg.fwd_from.peer_id
if msg.fwd_from.first_name then
from_f... | gpl-2.0 |
g0g0dancer/searework | units/armmanni.lua | 3 | 5109 | unitDef = {
unitname = [[armmanni]],
name = [[Penetrator]],
description = [[Anti-Heavy Artillery Hovercraft]],
acceleration = 0.016,
activateWhenBuilt = true,
brakeRate = 0.148,
buildCostEnergy = 1000,
buildCostMetal = 1000,
builder ... | gpl-2.0 |
g0g0dancer/searework | LuaUI/Widgets/gui_advplayerslist.lua | 9 | 64426 | --------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
-- Copyright (C) 2008.
-- Licensed under the terms of the GNU GPL, v2 or later.
--
----------------------------------------------------------------------... | gpl-2.0 |
nublet/WoWCache | WTF/Account/869497#2/Darksorrow/Piscan/SavedVariables/Details.lua | 1 | 27047 |
_detalhes_database = {
["savedbuffs"] = {
},
["mythic_dungeon_id"] = 189,
["tabela_historico"] = {
["tabelas"] = {
},
},
["last_version"] = "v9.0.1.7927",
["character_data"] = {
["logons"] = 5990,
},
["tabela_instancias"] = {
},
["local_instances_config"] = {
{
["modo"] = 2,
["sub_attribute"] ... | mit |
salamader/ffxi-a | scripts/globals/items/melon_pie.lua | 2 | 1208 | -----------------------------------------
-- ID: 4421
-- Item: melon_pie
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Magic 25
-- Agility -1
-- Intelligence 4
-----------------------------------------
require("scripts/globals/status");
-------------------------------------... | gpl-3.0 |
salamader/ffxi-a | scripts/zones/The_Eldieme_Necropolis/TextIDs.lua | 4 | 2071 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6534; -- You cannot obtain the item <item> come back again after sorting your inventory
ITEM_OBTAINED = 6537; -- Obtained: <item>
GIL_OBTAINED = 6538; -- Obtained <number> gil
KEYITEM_OBTAINED = 6540; -- Obtain... | gpl-3.0 |
itsTheFae/FaesMudlet2 | src/old_mudlet-lua/lua/geyser/GeyserMiniConsole.lua | 6 | 4632 | --------------------------------------
-- --
-- The Geyser Layout Manager by guy --
-- --
--------------------------------------
--- Represents a miniconsole primitive
-- @class table
-- @name Geyser.MiniConsole
-- @field wrapAt Where line wrapping occu... | gpl-2.0 |
Baylamon/Illarion-Content | handler/opendoor.lua | 5 | 1435 | --[[
Illarion Server
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it wi... | agpl-3.0 |
salamader/ffxi-a | scripts/zones/Apollyon/bcnms/SW_Apollyon.lua | 8 | 1119 | -----------------------------------
-- Area: Appolyon
-- Name:
-----------------------------------
require("scripts/globals/limbus");
require("scripts/globals/keyitems");
-- After registering the BCNM via bcnmRegister(bcnmid)
function OnBcnmRegister(player,instance)
SetServerVariable("[SW_Apollyon]UniqueID",Generate... | gpl-3.0 |
Baylamon/Illarion-Content | monster/race_10_mummy/id_110_king.lua | 1 | 1647 | --[[
Illarion Server
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it wi... | agpl-3.0 |
salamader/ffxi-a | scripts/zones/Lower_Jeuno/TextIDs.lua | 2 | 2222 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6622; -- You cannot obtain the item <item> come back again after sorting your inventory
ITEM_OBTAINED = 6378; -- Obtained: <item>
GIL_OBTAINED = 6379; -- Obtained <number> gil
KEYITEM_OBTAINED = 6381; -- Obtain... | gpl-3.0 |
TBSHRichard/ROBLOX-Markup-Language | test/RossCompileTest.lua | 1 | 1193 | package.path = package.path .. ";../lib/?.lua;?.lua"
local Compiler = require("com.blacksheepherd.ross.RossCompiler")
local Tester = require("com.blacksheepherd.test.Tester")
local File = require("com.blacksheepherd.io.File")
local t = Tester("RossCompileTest")
local function createCompileTest(className, filename)
r... | mit |
emelkrml/dictionary2 | redis-stable/utils/redis-stable/deps/lua/test/sort.lua | 889 | 1494 | -- two implementations of a sort function
-- this is an example only. Lua has now a built-in function "sort"
-- extracted from Programming Pearls, page 110
function qsort(x,l,u,f)
if l<u then
local m=math.random(u-(l-1))+l-1 -- choose a random pivot in range l..u
x[l],x[m]=x[m],x[l] -- swap pivot to first posit... | mit |
salamader/ffxi-a | scripts/zones/Full_Moon_Fountain/npcs/Moon_Spiral.lua | 4 | 1430 | -----------------------------------
-- Area: Full Moon Fountain
-- NPC: Moon Spiral
-- Involved in Quests: The Moonlit Path
-- @pos -302 9 -260 170
-----------------------------------
package.loaded["scripts/zones/Full_Moon_Fountain/TextIDs"] = nil;
package.loaded["scripts/globals/bcnm"] = nil;
-----------------------... | gpl-3.0 |
lxl1140989/6291-xl | feeds/luci/applications/luci-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua | 76 | 3146 | --[[
Luci diag - Diagnostics controller module
(c) 2009 Daniel Dickinson
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
]]--
module("luci.cont... | gpl-2.0 |
salamader/ffxi-a | scripts/globals/abilities/monks_roll.lua | 6 | 1420 | -----------------------------------
-- Ability: Choral Roll
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
-----------------------------------
-- OnUseAbility
-----------------------------------
function OnAbilityCheck(player,target,ability)
lo... | gpl-3.0 |
salamader/ffxi-a | scripts/zones/West_Ronfaure/npcs/Laette.lua | 16 | 1039 | -----------------------------------
-- Area: West Ronfaure
-- NPC: Cerite
-- Type: Standard NPC
-- @zone: 100
-- @pos: -263.577 -72.999 425.885
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil;
----------... | gpl-3.0 |
itsTheFae/FaesMudlet2 | src/old_mudlet-lua/lua/geyser/GeyserMapper.lua | 21 | 1556 | --------------------------------------
-- --
-- The Geyser Layout Manager by guy --
-- createMapper support by Vadi --
-- --
--------------------------------------
--- Represents a mapper primitive
-- @class table
-- @name Geyser.Mapper
-- @field wrapAt Where line wrapping occurs. Default is 300 characters.
Geyser.Map... | gpl-2.0 |
salamader/ffxi-a | scripts/globals/items/plate_of_tentacle_sushi.lua | 2 | 1748 | -----------------------------------------
-- ID: 5215
-- Item: plate_of_tentacle_sushi
-- Food Effect: 30Min, All Races
-----------------------------------------
-- HP 20
-- Dexterity 3
-- Agility 3
-- Mind -1
-- Accuracy % 19 (cap 18)
-- Ranged Accuracy % 19 (cap 18)
-- Double Attack 1
--------------------... | gpl-3.0 |
Baylamon/Illarion-Content | alchemy/base/analysis.lua | 1 | 15695 | --[[
Illarion Server
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it wi... | agpl-3.0 |
g0g0dancer/searework | units/empmissile.lua | 3 | 3323 | unitDef = {
unitname = [[empmissile]],
name = [[Shockley]],
description = [[EMP missile]],
buildCostEnergy = 600,
buildCostMetal = 600,
builder = false,
buildPic = [[empmissile.png]],
buildTime = 600,
c... | gpl-2.0 |
salamader/ffxi-a | scripts/globals/spells/meteor.lua | 2 | 1824 | -----------------------------------------
-- Spell: Meteor
-- Deals non-elemental damage to an enemy.
-----------------------------------------
require("/scripts/globals/settings");
require("scripts/globals/magic");
require("scripts/globals/status");
require("/scripts/globals/monstertpmoves");
---------------... | gpl-3.0 |
dmatosl/lb | nginx/lua/v1/upstream.lua | 1 | 1078 | -- GET /
-- load shared dict
local dict = ngx.shared.upstream
-- load redis settings
local redis_host = ngx.var.redis_host
local redis_port = ngx.var.redis_port
local redis_idle = ngx.var.redis_idle
local redis_pool_size = ngx.var.redis_pool_size
local redis_timeout = ngx.var.redis_timeout
-- simple http_host vali... | gpl-2.0 |
male-puppies/luci | applications/luci-app-radvd/luasrc/model/cbi/radvd/prefix.lua | 61 | 3557 | -- Copyright 2010 Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.
local sid = arg[1]
local utl = require "luci.util"
m = Map("radvd", translatef("Radvd - Prefix"),
translate("Radvd is a router advertisement daemon for IPv6. " ..
"It listens to router solicitations and send... | apache-2.0 |
salamader/ffxi-a | scripts/globals/items/plate_of_crab_sushi_+1.lua | 2 | 1316 | -----------------------------------------
-- ID: 5722
-- Item: plate_of_crab_sushi_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Vitality 1
-- Defense 10
-- Accuracy % 13
-----------------------------------------
require("scripts/globals/status");
-----------------------... | gpl-3.0 |
salamader/ffxi-a | scripts/zones/Al_Zahbi/npcs/Banjanu.lua | 4 | 1026 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Banjanu
-- Type: Standard NPC
-- @zone: 48
-- @pos: -75.954 0.999 105.367
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
-----------------------... | gpl-3.0 |
g0g0dancer/searework | LuaUI/Configs/integral_menu_config.lua | 1 | 5138 | local buildCmdFactory, buildCmdEconomy, buildCmdDefence, buildCmdSpecial, buildCmdUnits, commandDisplayConfig, hiddenCommands = include("Configs/integral_menu_commands.lua")
local function CommandClickFunction()
local _,_, meta,_ = Spring.GetModKeyState()
if not meta then
return false
end
WG.crude.OpenPath("Gam... | gpl-2.0 |
g0g0dancer/searework | LuaRules/Utilities/glVolumes.lua | 4 | 9833 | --------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Exported Functions:
-- gl.Utilities.DrawMyBox(minX,minY,minZ, maxX,maxY,maxZ)
-- gl.Utilities.DrawMyCylinder(x,y,z, height,radius,divs)
-- gl.Utilities.... | gpl-2.0 |
male-puppies/luci | applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua | 68 | 3603 | -- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.
local ast = require("luci.asterisk")
local function find_outgoing_contexts(uci)
local c = { }
local h = { }
uci:foreach("asterisk", "dialplan",
function(s)
if not h[s['.name']] then
c[#c+1] = { s['... | apache-2.0 |
poire-z/koreader | frontend/ui/data/keyboardlayouts/fa_keyboard.lua | 6 | 4330 | local en_popup = require("ui/data/keyboardlayouts/keypopup/en_popup")
local fa_popup = require("ui/data/keyboardlayouts/keypopup/fa_popup")
local prd = en_popup.prd -- period (.)
local _at = en_popup._at
local alef = fa_popup.alef
local h_aa = fa_popup.h_aa -- This is Persian letter هـ / as in English "hello".
local wa... | agpl-3.0 |
jcdenton/mono-ui-cfg | AddOns/m_Bags/cargBags/base/itembutton.lua | 1 | 3021 | --[[
cargBags: An inventory framework addon for World of Warcraft
Copyright (C) 2010 Constantin "Cargor" Schomburg <xconstruct@gmail.com>
cargBags 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; eit... | mit |
liu-xing/vlc | share/lua/playlist/liveleak.lua | 91 | 1883 | --[[
$Id$
Copyright © 2012 VideoLAN and AUTHORS
Authors: Ludovic Fauvet <etix@videolan.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; either version 2 of the License, or
(at your optio... | gpl-2.0 |
Baylamon/Illarion-Content | craft/intermediate/pressing.lua | 1 | 1657 | --[[
Illarion Server
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it wi... | agpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.