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 |
|---|---|---|---|---|---|
cresd/CressD | plugins/anti_ads.lua | 61 | 1032 |
local function run(msg)
local data = load_data(_config.moderation.data)
if data[tostring(msg.to.id)]['settings']['antilink'] == 'yes' then
if not is_momod(msg) then
chat_del_user('chat#id'..msg.to.id, 'user#id'..msg.from.id, ok_cb, true)
local msgads = 'ForbiddenAdText'
... | gpl-2.0 |
AdamGagorik/darkstar | scripts/zones/East_Sarutabaruta/npcs/Sama_Gohjima.lua | 13 | 1487 | -----------------------------------
-- Area: East Sarutabaruta
-- NPC: Sama Gohjima
-- Involved in Mission: The Horutoto Ruins Experiment (optional)
-- @pos 377 -13 98 116
-----------------------------------
package.loaded["scripts/zones/East_Sarutabaruta/TextIDs"] = nil;
-----------------------------------... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Spire_of_Dem/npcs/_0j0.lua | 13 | 1513 | -----------------------------------
-- Area: Spire_of_Dem
-- NPC: Web of Recollections
-- @pos 0.000 -2.0 247.992 19
-----------------------------------
package.loaded["scripts/zones/Spire_of_Dem/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/bcnm");
require("scripts/globals/quests");
r... | gpl-3.0 |
TrurlMcByte/docker-prosody | etc/prosody-modules/mod_captcha_registration/modules/mod_register.lua | 32 | 13867 | -- Prosody IM
-- Copyright (C) 2008-2010 Matthew Wild
-- Copyright (C) 2008-2010 Waqas Hussain
-- Modifications copyright (C) 2014 mrDoctorWho
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
local st = require "util.stanza";
local dataform_new = r... | mit |
AdamGagorik/darkstar | scripts/globals/weaponskills/infernal_scythe.lua | 10 | 1515 | -----------------------------------
-- Infernal Scythe
-- Scythe weapon skill
-- Skill Level: 300
-- Deals darkness elemental damage and lowers target's attack. Duration of effect varies with TP.
-- Attack Down effect is -25% attack.
-- Aligned with the Shadow Gorget & Aqua Gorget.
-- Aligned with the Shadow Belt & Aqu... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/items/dish_of_spaghetti_vongole_rosso_+1.lua | 18 | 1650 | -----------------------------------------
-- ID: 5198
-- Item: Dish of Spaghetti Vongole Rosso +1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health % 20
-- Health Cap 95
-- Vitality 2
-- Mind -1
-- Defense % 25
-- Defense Cap 35
-- Store TP 6
-----------------------------------------
... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Bastok_Mines/npcs/HomePoint#2.lua | 27 | 1311 | -----------------------------------
-- Area: Bastok Mines
-- NPC: HomePoint#2
-- @pos 118 1 -58 234
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
package.loaded["scripts/globals/homepoint"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Bastok_Mi... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Tahrongi_Canyon/npcs/Shattered_Telepoint.lua | 27 | 2330 | -----------------------------------
-- Area: Tahrongi_Canyon
-- NPC: Shattered Telepoint
-- @pos 179 35 255 117
-----------------------------------
package.loaded["scripts/zones/Tahrongi_Canyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones/Tahrongi_Ca... | gpl-3.0 |
mahmedhany128/Mr_BOT | plugins/red.lua | 6 | 2812 | --[[با تچکر از نویسنده اصلی که نمیدونم کی هست
فیکس شده توسط : @sina021
کانال ما: @boss_ch
کپی بدون ذکر منبع هم بتخمم]]
local function get_variables_hash(msg)
if msg.to.type == 'chat' or msg.to.type == 'channel' then
return 'chat:bot:variables'
end
end
local function get_value(msg, var_name)
local hash = g... | gpl-2.0 |
AdamGagorik/darkstar | scripts/globals/spells/valor_minuet.lua | 27 | 1497 | -----------------------------------------
-- Spell: Valor Minuet
-- Grants Attack bonus to all allies.
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(caster,ta... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Abyssea-Tahrongi/npcs/Cavernous_Maw.lua | 29 | 1190 | -----------------------------------
-- Area: Abyssea - Tahrongi
-- NPC: Cavernous Maw
-- @pos -31.000, 47.000, -681.000 45
-- Teleports Players to Tahrongi Canyon
-----------------------------------
package.loaded["scripts/zones/Abyssea-Tahrongi/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/effects/addendum_white.lua | 14 | 2063 | -----------------------------------
--
--
--
-----------------------------------
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
target:recalculateAbilitiesTable();
local bonus = effect:getPower();
local regen = effect:get... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/items/dish_of_spaghetti_pescatora_+1.lua | 18 | 1656 | -----------------------------------------
-- ID: 5200
-- Item: dish_of_spaghetti_pescatora_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health % 15
-- Health Cap 160
-- Vitality 3
-- Mind -1
-- Defense % 22
-- Defense Cap 70
-- Store TP 6
-----------------------------------------
re... | gpl-3.0 |
Hostle/luci | build/luadoc/luadoc/init.lua | 172 | 1333 | -------------------------------------------------------------------------------
-- LuaDoc main function.
-- @release $Id: init.lua,v 1.4 2008/02/17 06:42:51 jasonsantos Exp $
-------------------------------------------------------------------------------
local require = require
local util = require "luadoc.util"
log... | apache-2.0 |
AdamGagorik/darkstar | scripts/zones/Wajaom_Woodlands/npcs/Harvesting_Point.lua | 13 | 1138 | -----------------------------------
-- Area: Wajaom Woodlands
-- NPC: Harvesting Point
-----------------------------------
package.loaded["scripts/zones/Wajaom_Woodlands/TextIDs"] = nil;
package.loaded["scripts/globals/harvesting"] = nil;
-------------------------------------
require("scripts/globals/harvesting");
... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/The_Shrine_of_RuAvitau/mobs/Seiryu.lua | 7 | 1151 | -----------------------------------
-- Area: Ru'Aun Gardens
-- MOB: Seiryu (Pet version)
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onMobSpawn Action
-----------------------------------
function onMobSpawn(mob)
end;
--------------------------------... | gpl-3.0 |
robertfoss/nodemcu-firmware | lua_examples/send_text_message.lua | 75 | 3151 | --[[
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies... | mit |
fiallo1313veeee/y | plugins/admin.lua | 230 | 6382 | local function set_bot_photo(msg, success, result)
local receiver = get_receiver(msg)
if success then
local file = 'data/photos/bot.jpg'
print('File downloaded to:', result)
os.rename(result, file)
print('File moved to:', file)
set_profile_photo(file, ok_cb, false)
send_large_msg(rec... | gpl-2.0 |
Lexicality/gmmodules | database.lua | 1 | 14048 | --[[
~ Universal Database GLua Module ~
Copyright (c) 2012-2014 Lex Robinson
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files ( the "Software" ), to deal in the Software without restriction,
including without limitation... | mit |
AdamGagorik/darkstar | scripts/zones/AlTaieu/mobs/Absolute_Virtue.lua | 6 | 2306 | -----------------------------------
-- Area: Al'Taieu
-- HNM: Absolute Virtue
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onMobSpawn Action
-----------------------------------
funct... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/The_Shrine_of_RuAvitau/mobs/Mother_Globe.lua | 6 | 2511 | -----------------------------------
-- Area: The Shrine of Ru'Avitau
-- NPC: Mother Globe
-----------------------------------
package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require( "scripts/zones/The_Shrine_of_RuAvitau/Text... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Maze_of_Shakhrami/npcs/Rockwell.lua | 13 | 2270 | -----------------------------------
-- Area: Maze of Shakhrami
-- Quest: Your Crystal Ball
-- @pos -18 -13 181 198
-----------------------------------
package.loaded["scripts/zones/Maze_of_Shakhrami/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/title... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/items/dish_of_spaghetti_carbonara_+1.lua | 18 | 1824 | -----------------------------------------
-- ID: 5199
-- Item: dish_of_spaghetti_carbonara_+1
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Health % 14
-- Health Cap 180
-- Magic 15
-- Strength 4
-- Vitality 2
-- Intelligence -3
-- Attack % 18
-- Attack Cap 70
-- Store TP 6
-------------... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/abilities/water_shot.lua | 16 | 3124 | -----------------------------------
-- Ability: Water Shot
-- Consumes a Water Card to enhance water-based debuffs. Deals water-based magic damage
-- Drown Effect: Enhanced DoT and STR-
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/... | gpl-3.0 |
FH3095/RollBot | Core.lua | 1 | 6810 |
local ADDON_NAME = "RollBot"
local VERSION = "@project-version@"
local ADDON_MSGS = {
-- Removed request and response to raid
startRoll = ADDON_NAME .. "3",
getVersionReq = ADDON_NAME .. "4",
getVersionResp = ADDON_NAME .. "5",
}
local log = FH3095Debug.log
local RB = LibStub("AceAddon-3.0"):NewAddon(ADDON_NAME)
... | gpl-3.0 |
TrurlMcByte/docker-prosody | etc/prosody-modules/mod_muc_limits/mod_muc_limits.lua | 10 | 3327 |
local mod_muc = module:depends"muc";
local rooms = rawget(mod_muc, "rooms"); -- Old MUC API
if not rooms then
rooms = module:shared"muc/rooms"; -- New MUC API
end
local jid_split, jid_bare = require "util.jid".split, require "util.jid".bare;
local st = require "util.stanza";
local new_throttle = require "util.thrott... | mit |
AdamGagorik/darkstar | scripts/zones/Wajaom_Woodlands/Zone.lua | 15 | 3515 | -----------------------------------
--
-- Zone: Wajaom_Woodlands (51)
--
-----------------------------------
package.loaded["scripts/zones/Wajaom_Woodlands/TextIDs"] = nil;
package.loaded["scripts/globals/chocobo_digging"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Bastok_Mines/npcs/Aulavia.lua | 12 | 1545 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Aulavia
-- Regional Marchant NPC
-- Only sells when Bastok controls Vollbow.
-----------------------------------
require("scripts/globals/events/harvest_festivals");
require("scripts/globals/shop");
require("scripts/globals/conquest");
package.loaded["s... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/spells/hyoton_ni.lua | 5 | 1217 | -----------------------------------------
-- Spell: Hyoton: Ni
-- Deals ice damage to an enemy and lowers its resistance against fire.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
---------------... | gpl-3.0 |
nerdclub-tfg/telegram-bot | 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 |
AdamGagorik/darkstar | scripts/globals/spells/knights_minne_iv.lua | 27 | 1497 | -----------------------------------------
-- Spell: Knight's Minne IV
-- Grants Defense bonus to all allies.
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(cas... | gpl-3.0 |
tahashakiba/xx | plugins/search_youtube.lua | 674 | 1270 | do
local google_config = load_from_file('data/google.lua')
local function httpsRequest(url)
print(url)
local res,code = https.request(url)
if code ~= 200 then return nil end
return json:decode(res)
end
local function searchYoutubeVideos(text)
local url = 'https://www.googleapis.com/youtube/v3/search?'
u... | gpl-2.0 |
AdamGagorik/darkstar | scripts/zones/Southern_San_dOria/npcs/Aravoge_TK.lua | 13 | 5604 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Aravoge, T.K.
-- X Grant Signet
-- X Recharge Emperor Band, Empress Band, or Chariot Band
-- X Accepts traded Crystals to fill up the Rank bar to open new Missions.
-- X Sells items in exchange for Conquest Points
-- X Start Supply Run Mis... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Caedarva_Mire/npcs/_27a.lua | 13 | 1090 | -----------------------------------
-- Area: Caedarva Mire
-- NPC: Engraved Tablet
-- @pos 763 -9 638 79
-----------------------------------
require("scripts/globals/keyitems");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
end;
-------... | gpl-3.0 |
rinstrum/LUA-LIB | src/rinLibrary/rinCon.lua | 2 | 12684 | -------------------------------------------------------------------------------
-- Creates a connection to the M4223.
-- Most of the functions here are for internal predominately.
-- It is generally advised that they not be called directly.
-- @module rinLibrary.Device.rinCon
-- @author Merrick Heley
-- @copyright 2013... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Sacrarium/npcs/Stale_Draft.lua | 13 | 3995 | -----------------------------------
-- NPC: Stale Draft
-- Area: Sacrarium
-- Notes: Used to spawn Swift Belt NM's
-----------------------------------
package.loaded["scripts/zones/Sacrarium/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Sacrarium/TextIDs");
-------------------... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Misareaux_Coast/npcs/_0p2.lua | 27 | 2156 | -----------------------------------
-- Area: Misareaux Coast
-- NPC: Dilapidated Gate
-- Entrance to Riverne Site #B01
-- @pos -259 -30 276 178
-----------------------------------
package.loaded["scripts/zones/Misareaux_Coast/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
re... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Newton_Movalpolos/npcs/HomePoint#1.lua | 27 | 1274 | -----------------------------------
-- Area: Newton Movalpolos
-- NPC: HomePoint#1
-- @pos 444 27 -22 12
-----------------------------------
package.loaded["scripts/zones/Newton_Movalpolos/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Newton_Movalpolos/TextIDs");
require("scripts/globa... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Wajaom_Woodlands/npcs/_1f1.lua | 13 | 1097 | -----------------------------------
-- Area: Wajaom Woodlands
-- NPC: Engraved Tablet
-- @pos -64 -11 -641 51
-----------------------------------
require("scripts/globals/keyitems");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
end;
--... | gpl-3.0 |
Snazz2001/fbcunn | test/test_DataParallelComprehensive.lua | 8 | 4447 | -- Copyright 2004-present Facebook. All Rights Reserved.
require 'optim'
require 'cunn'
require 'fbcunn' -- For nn.DataParallel
require 'fbnn' -- For nn.Optim
local base_gpu = 1 -- Primary GPU to use
local num_gpus = 2 -- We will use {base_gpu, base_gpu+1, etc} with modulus
torch.setdefaulttensortype('torch.Doubl... | bsd-3-clause |
Nathan22Miles/sile | packages/folio.lua | 2 | 1407 | -- Folios class
SILE.require("packages/counters");
SILE.scratch.counters.folio = { value= 1, display= "arabic" };
SILE.registerCommand("folios", function () SILE.scratch.counters.folio.off = false end)
SILE.registerCommand("nofolios", function () SILE.scratch.counters.folio.off = true end)
SILE.registerCommand("nofoli... | mit |
AdamGagorik/darkstar | scripts/zones/Crawlers_Nest/npcs/Treasure_Coffer.lua | 13 | 4680 | -----------------------------------
-- Area: Crawler Nest
-- NPC: Treasure Coffer
-- @zone 197
-- @pos -94 0 207
-----------------------------------
package.loaded["scripts/zones/Crawlers_Nest/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems")... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Bastok_Markets/npcs/Ciqala.lua | 13 | 1817 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Ciqala
-- Type: Merchant
-- @zone: 235
-- @pos -283.147 -11.319 -143.680
--
-- Auto-Script: Requires Verification
--
-- Updated Aug-09-2013 by Zerahn, based on bgwiki and gamerescape
-----------------------------------
package.loaded["scripts/zone... | gpl-3.0 |
grzegorznyga/hen-hero | scene_splash.lua | 1 | 4215 | ----------------------------------------------------------------------------------
--
-- scenetemplate.lua
--
----------------------------------------------------------------------------------
local storyboard = require( "storyboard" )
local scene = storyboard.newScene()
----------------------------------------------... | gpl-2.0 |
LinuxPhreak/textadept | modules/textadept/editing.lua | 1 | 21780 | -- Copyright 2007-2008 Mitchell Foral mitchell<att>caladbolg.net. See LICENSE.
---
-- Editing commands for the textadept module.
module('_m.textadept.editing', package.seeall)
---
-- [Local table] The kill-ring.
-- @class table
-- @name kill_ring
-- @field maxn The maximum size of the kill-ring.
local kill_ring = { p... | mit |
AdamGagorik/darkstar | scripts/globals/mobskills/Tachi_Yukikaze.lua | 27 | 1047 | ---------------------------------------------
-- Tachi: Yukikaze
--
-- Description: Blinds target. Damage varies with TP.
-- Type: Physical
-- Shadow per hit
-- Range: Melee
---------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/glob... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Northern_San_dOria/npcs/Guilerme.lua | 13 | 2054 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Guillerme
-- Involved in Quest: Rosel the Armorer
-- @zone: 231
-- @pos -4.500 0.000 99.000
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("s... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/abilities/weapon_bash.lua | 11 | 1516 | -----------------------------------
-- Ability: Weapon Bash
-- Delivers an attack that can stun the target.
-- Obtained: Dark Knight Level 20
-- Cast Time: Instant
-- Recast Time: 3:00 minutes
-- Note: This ability requires a two-handed weapon to use
-----------------------------------
require("scripts/globals/setting... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/abilities/pets/spring_water.lua | 25 | 1137 | ---------------------------------------------------
-- Spring Water
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
---------------------------------------------------
function onAbilityCheck(player... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/spells/paralyga.lua | 21 | 1694 | -----------------------------------------
-- Spell: Paralyze
-- Spell accuracy is most highly affected by Enfeebling Magic Skill, Magic Accuracy, and MND.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpell... | gpl-3.0 |
TrurlMcByte/docker-prosody | etc/prosody-modules/mod_auth_custom_http/mod_auth_custom_http.lua | 32 | 1346 | -- Prosody IM
-- Copyright (C) 2008-2010 Waqas Hussain
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
local new_sasl = require "util.sasl".new;
local json_encode = require "util.json";
local http = require "socket.http";
local options = module:get... | mit |
AdamGagorik/darkstar | scripts/zones/Temenos/mobs/Enhanced_Tiger.lua | 7 | 1032 | -----------------------------------
-- Area: Temenos W T
-- NPC: Enhanced_Tiger
-----------------------------------
package.loaded["scripts/zones/Temenos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Temenos/TextIDs");
------------------------------... | gpl-3.0 |
AdamGagorik/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 |
sjznxd/lc-20130204 | modules/niu/luasrc/model/cbi/niu/network/wan.lua | 51 | 2373 | local cursor = require "luci.model.uci".cursor()
if not cursor:get("network", "wan") then
cursor:section("network", "interface", "wan", {proto = "none"})
cursor:save("network")
end
if not cursor:get("wireless", "client") then
cursor:section("wireless", "wifi-iface", "client",
{device = "_", doth = "1", _niu = "1... | apache-2.0 |
nerdclub-tfg/telegram-bot | plugins/get.lua | 613 | 1067 | local function get_variables_hash(msg)
if msg.to.type == 'chat' then
return 'chat:'..msg.to.id..':variables'
end
if msg.to.type == 'user' then
return 'user:'..msg.from.id..':variables'
end
end
local function list_variables(msg)
local hash = get_variables_hash(msg)
if hash then
local names =... | gpl-2.0 |
hlieberman/sysdig | userspace/sysdig/chisels/topcontainers_error.lua | 4 | 1133 | --[[
Copyright (C) 2013-2018 Draios Inc dba Sysdig.
This file is part of sysdig.
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 ... | gpl-2.0 |
Aliraygan/argent | libs/tdcli.lua | 102 | 88571 | --[[
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 distributed in the hope that it will be use... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/items/serving_of_bavarois.lua | 18 | 1192 | -----------------------------------------
-- ID: 5729
-- Item: serving_of_bavarois
-- Food Effect: 3Hrs, All Races
-----------------------------------------
-- HP 20
-- Intelligence 3
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Apollyon/Zone.lua | 31 | 11702 | -----------------------------------
--
-- Zone: Apollyon
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Apollyon/TextIDs"] = nil;
require("scripts/zones/Apollyon/TextIDs");
require("scripts/globals/limbus");
-----------------------------------
-- onInitiali... | gpl-3.0 |
Nathan22Miles/sile | languages/mr.lua | 1 | 1072 | SILE.hyphenator.languages["en"] = {};
SILE.hyphenator.languages["mr"].patterns = {
-- GENERAL RULE
-- Do not break either side of ZERO-WIDTH JOINER (U+200D)
"22",
-- Break on both sides of ZERO-WIDTH NON JOINER (U+200C)
"11",
-- Break before or after any independent vowel.
"अ1",
"आ1",
"इ1",
"ई1",
"उ1",
"ऊ1",
"ऋ1",
... | mit |
AdamGagorik/darkstar | scripts/zones/Temenos/bcnms/Central_Temenos_1st_Floor.lua | 35 | 1135 | -----------------------------------
-- Area: Temenos
-- Name:
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[C_Temenos_1st]UniqueID",GenerateLimbusKey());
HideArmouryCrates(GetInstanceRegion(1303... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/RuLude_Gardens/npcs/Nelcabrit.lua | 13 | 2932 | -----------------------------------
-- Area: Ru'Lude Gardens
-- NPC: Nelcabrit
-- Involved in Mission: San d'Oria 3-3, 4-1
-- @pos -32 9 -49 243
-----------------------------------
package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil;
package.loaded["scripts/globals/missions"] = nil;
--------------------------... | gpl-3.0 |
Lexicality/gmmodules | tmysql.lua | 1 | 3496 | require( "tmysql4" )
--[[
tmysql.initialize( HOSTNAME, USERNAME, PASSWORD, DATABASE, PORT, OPTIONAL_UNIX_SOCKET_PATH ) - Returns Database object, error string
tmysql.Connect - alias of tmysql.initialize
tmysql.escape( str ) - Escape a possible unsafe string that can be used to query
tmysql.GetTable() - Returns a t... | mit |
AdamGagorik/darkstar | scripts/globals/items/shall_shell.lua | 18 | 1327 | -----------------------------------------
-- ID: 4484
-- Item: shall_shell
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity -5
-- Vitality 4
-- Defense % 16.4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/weaponskills/gust_slash.lua | 11 | 1259 | -----------------------------------
-- Gust Slash
-- Dagger weapon skill
-- Skill level: 40
-- Deals wind elemental damage. Damage varies with TP.
-- Will not stack with Sneak Attack.
-- Aligned with the Breeze Gorget.
-- Aligned with the Breeze Belt.
-- Element: Wind
-- Modifiers: DEX:20% ; INT:20%
-- 100%TP 200%TP... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Port_Bastok/npcs/Rafaela.lua | 13 | 1083 | -----------------------------------
-- Area: Port Bastok
-- NPC: Rafaela
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
require("scripts/zones/Port_Bastok/TextIDs");
-----------------------------------
-- onTrade Action
-----------------------------... | gpl-3.0 |
D-m-L/evonara | modules/libs/Peep/LoveFrames/skins/Blue/skin.lua | 7 | 57527 | --[[------------------------------------------------
-- Love Frames - A GUI library for LOVE --
-- Copyright (c) 2012-2014 Kenny Shields --
--]]------------------------------------------------
-- skin table
local skin = {}
-- skin info (you always need this in a skin)
skin.name = "Blue"
skin.author = "Nikolai Resok... | mit |
AdamGagorik/darkstar | scripts/zones/Davoi/npcs/_45g.lua | 13 | 2253 | -----------------------------------
-- Area: Davoi
-- NPC: Groaning Pond
-- Used In Quest: Whence Blows the Wind
-- @pos 101 0.1 60 149
-----------------------------------
package.loaded["scripts/zones/Davoi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/glo... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/items/kusamochi+1.lua | 35 | 2086 | -----------------------------------------
-- ID: 6263
-- Item: kusamochi+1
-- Food Effect: 60 Min, All Races
-----------------------------------------
-- HP + 30 (Pet & Master)
-- Vitality + 4 (Pet & Master)
-- Attack + 21% Cap: 77 (Pet & Master) Pet Cap: 120
-- Ranged Attack + 21% Cap: 77 (Pet & Master) Pet Cap: 120
-... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Castle_Oztroja/npcs/Antiqix.lua | 32 | 7283 | -----------------------------------
-- Area: Castle Oztroja
-- NPC: Antiqix
-- Type: Dynamis Vendor
-- @pos -207.835 -0.751 -25.498 151
-----------------------------------
package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Castle_Oztroja/TextID... | gpl-3.0 |
sjznxd/lc-20130204 | applications/luci-asterisk/luasrc/model/cbi/asterisk/dialzones.lua | 91 | 3529 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Jo-Philipp Wich <xm@subsignal.org>
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
$Id: trunks.l... | apache-2.0 |
AdamGagorik/darkstar | scripts/zones/Bastok_Mines/npcs/Deidogg.lua | 12 | 5208 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Deidogg
-- Starts and Finishes Quest: The Talekeeper's Truth, The Talekeeper's Gift (start)
-- @pos -13 7 29 234
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require(... | gpl-3.0 |
AdamGagorik/darkstar | scripts/globals/spells/bluemagic/blood_drain.lua | 3 | 1660 | -----------------------------------------
-- Spell: Blood Drain
-- Steals an enemy's HP. Ineffective against undead
-- Spell cost: 10 MP
-- Monster Type: Giant Bats
-- Spell Type: Magical (Dark)
-- Blue Magic Points: 2
-- Stat Bonus: HP-5, MP+5
-- Level: 20
-- Casting Time: 4 seconds
-- Recast Time: 90 seconds
-- Magic... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Al_Zahbi/npcs/Najaaj.lua | 13 | 1034 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Najaaj
-- Type: Standard NPC
-- @zone: 48
-- @pos 61.563 -1 36.264
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
------------------------------... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Inner_Horutoto_Ruins/npcs/_5ci.lua | 13 | 1483 | -----------------------------------
-- Area: Inner Horutoto Ruins
-- NPC: _5ci (Gate of Light)
-- Involved In Mission: 3-2
-- @pos -331 0 139 192
-----------------------------------
package.loaded["scripts/zones/Inner_Horutoto_Ruins/TextIDs"] = nil;
-----------------------------------
require("scripts/globals... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/RuAun_Gardens/mobs/Genbu.lua | 7 | 1547 | -----------------------------------
-- Area: Ru'Aun Gardens
-- NM: Genbu
-----------------------------------
package.loaded["scripts/zones/RuAun_Gardens/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/RuAun_Gardens/TextIDs");
require("scripts/globals/status");
----------------------------... | gpl-3.0 |
AdamGagorik/darkstar | scripts/zones/Kazham/npcs/Tahn_Posbei.lua | 13 | 1562 | -----------------------------------
-- Area: Kazham
-- NPC: Tahn Posbei
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
require("scripts/zones/Kazham/TextIDs");
-----------------------------------
-- onTrade Action
---... | gpl-3.0 |
LuaDist2/luasocket-unix | src/tp.lua | 146 | 3608 | -----------------------------------------------------------------------------
-- Unified SMTP/FTP subsystem
-- LuaSocket toolkit.
-- Author: Diego Nehab
-- RCS ID: $Id: tp.lua,v 1.22 2006/03/14 09:04:15 diego Exp $
-----------------------------------------------------------------------------
--------------------------... | mit |
AdamGagorik/darkstar | scripts/zones/Sealions_Den/npcs/Sueleen.lua | 13 | 2010 | -----------------------------------
-- Area: Sealion's Den
-- NPC: Sueleen
-- @pos 612 132 774 32
-----------------------------------
package.loaded["scripts/zones/Sealions_Den/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones/Sealions_Den/TextIDs");
requ... | gpl-3.0 |
DavidKnight247/solarus | tools/quest_validator/languages.lua | 5 | 4924 | -- This module checks the language files of a quest.
-- Only one function does the work: validator.check().
-- TODO: currently, the dialogs and their translations are checked, but
-- the strings and the language-specific images also have to be checked.
local validator = {}
local report = require("report")
-- Arbitr... | gpl-3.0 |
colesbury/nn | VolumetricDilatedMaxPooling.lua | 9 | 2346 | local THNN = require 'nn.THNN'
local VolumetricDilatedMaxPooling, parent = torch.class('nn.VolumetricDilatedMaxPooling', 'nn.VolumetricMaxPooling')
function VolumetricDilatedMaxPooling:__init(kT, kW, kH, dT, dW, dH, padT, padW, padH, dilationT, dilationW, dilationH)
parent.__init(self, kT, kW, kH, dT, dW, dH, padT,... | bsd-3-clause |
bmscoordinators/FFXI-Server | scripts/zones/Rala_Waterways_U/Zone.lua | 17 | 1103 | -----------------------------------
--
-- Zone: Rala Waterways U
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Rala_Waterways_U/TextIDs"] = nil;
require("scripts/zones/Rala_Waterways_U/TextIDs");
-----------------------------------
-- onInitialize
-------... | gpl-3.0 |
bmscoordinators/FFXI-Server | scripts/zones/Abyssea-Konschtat/npcs/qm13.lua | 4 | 1983 | -----------------------------------
-- Zone: Abyssea-Konschtat
-- NPC: qm13 (???)
-- Spawns Eccentric Eve
-- @pos ? ? ? 15
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/status");
-----------------------------------
-- onTrigger Action
-------------------------------... | gpl-3.0 |
mailru/tarantool-auth | authman/model/oauth/consumer/redirect.lua | 1 | 2370 | local redirect = {}
local validator = require('authman.validator')
-----
-- oauth consumer redirect url
-- oauth_redirect (consumer_key, user_id, url)
-----
function redirect.model(config)
local model = {}
model.SPACE_NAME = config.spaces.oauth_redirect.name
model.PRIMARY_INDEX = 'primary'
model.US... | mit |
bmscoordinators/FFXI-Server | scripts/zones/The_Sanctuary_of_ZiTah/npcs/qm4.lua | 12 | 1829 | -----------------------------------
-- Area: The Sanctuary of Zitah
-- NPC: ???
-- Finishes Quest: Lovers in the Dusk
-- @zone 121
-----------------------------------
package.loaded["scripts/zones/The_Sanctuary_of_ZiTah/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("... | gpl-3.0 |
bmscoordinators/FFXI-Server | scripts/globals/items/skewer_of_m&p_chicken.lua | 12 | 1389 | -----------------------------------------
-- ID: 5639
-- Item: Skewer of M&P Chicken
-- Food Effect: 3Min, All Races
-----------------------------------------
-- Strength 5
-- Intelligence -5
-- Attack % 25
-- Attack Cap 154
-----------------------------------------
require("scripts/globals/status");
----------------... | gpl-3.0 |
bmscoordinators/FFXI-Server | scripts/zones/Al_Zahbi/npcs/Devonte.lua | 14 | 1034 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Devonte
-- Type: Standard NPC
-- @zone 48
-- @pos 29.449 -1 142.671
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
------------------------------... | gpl-3.0 |
bmscoordinators/FFXI-Server | scripts/zones/Aht_Urhgan_Whitegate/npcs/Prillaure.lua | 14 | 1054 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Prillaure
-- Type: Event Scene Replayer
-- @pos -143.000 0.999 9.000 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Ur... | gpl-3.0 |
bmscoordinators/FFXI-Server | scripts/zones/Gusgen_Mines/npcs/_5g0.lua | 14 | 1099 | -----------------------------------
-- Area: Gusgen Mines
-- NPC: _5g0 (Door C)
-- @pos 44 -42.4 -25.5 196
-----------------------------------
package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Gusgen_Mines/TextIDs");
-------------------------------... | gpl-3.0 |
AllenDou/luasocket | src/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 $
-----------------------------------------------------------------------------
-------... | mit |
midnightviking/simple-rotation | Libs/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua | 38 | 6512 | --[[-----------------------------------------------------------------------------
Keybinding Widget
Set Keybindings in the Config UI.
-------------------------------------------------------------------------------]]
local Type, Version = "Keybinding", 24
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not Ace... | gpl-2.0 |
bmscoordinators/FFXI-Server | scripts/zones/Marjami_Ravine/npcs/HomePoint#1.lua | 27 | 1266 | -----------------------------------
-- Area: Marjami Ravine
-- NPC: HomePoint#1
-- @pos -23 0 174 266
-----------------------------------
package.loaded["scripts/zones/Marjami_Ravine/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Marjami_Ravine/TextIDs");
require("scripts/globals/homep... | gpl-3.0 |
bmscoordinators/FFXI-Server | scripts/zones/Northern_San_dOria/npcs/Tavourine.lua | 17 | 1973 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Tavourine
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Northern_San_dOria/TextIDs");
require("scripts/glob... | gpl-3.0 |
bmscoordinators/FFXI-Server | scripts/globals/items/prime_seafood_stewpot.lua | 12 | 2042 | -----------------------------------------
-- ID: 5239
-- Item: Prime Seafood Stewpot
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP +10% Cap 75
-- MP +15
-- Dexterity 1
-- Vitality 1
-- Agility 1
-- Mind 1
-- HP Recovered while healing 7
-- MP Recovered while heal... | gpl-3.0 |
bmscoordinators/FFXI-Server | scripts/zones/Buburimu_Peninsula/npcs/Beastmen_s_Banner.lua | 14 | 1039 | -----------------------------------
-- Area: Buburimu_Peninsula
-- NPC: Beastmen_s_Banner
-- @pos -132.589 19.999 -314.261 118
-----------------------------------
package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Buburimu_Peninsula/TextIDs");
... | gpl-3.0 |
diamondo25/Vana | scripts/npcs/ProofOrbi.lua | 2 | 1322 | --[[
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 |
bmscoordinators/FFXI-Server | scripts/globals/mobskills/sand_blast.lua | 24 | 1154 | ---------------------------------------------------
-- Sand Blast
-- Deals Earth damage to targets in a fan-shaped area of effect. Additional effect: Blind
-- Range: 8' cone
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/glob... | gpl-3.0 |
sajadaltaiee/telebot | lang/italian_lang.lua | 32 | 20741 | --------------------------------------------------
-- ____ ____ _____ --
-- | \| _ )_ _|___ ____ __ __ --
-- | |_ ) _ \ | |/ ·__| _ \_| \/ | --
-- |____/|____/ |_|\____/\_____|_/\/\_| --
-- --
--------------... | gpl-2.0 |
bmscoordinators/FFXI-Server | scripts/zones/Xarcabard/npcs/qm3.lua | 7 | 1623 | -----------------------------------
-- Area: Xarcabard
-- NPC: qm3 (???)
-- Involved in Quests: Atop the Highest Mountains (for Boreal Coeurl)
-- @pos 580 -9 290 112
-----------------------------------
package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil;
-----------------------------------
require("scripts/global... | gpl-3.0 |
bmscoordinators/FFXI-Server | scripts/zones/Windurst_Woods/npcs/Mheca_Khetashipah.lua | 14 | 1059 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Mheca Khetashipah
-- Type: Standard NPC
-- @zone 241
-- @pos 66.881 -6.249 185.752
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.