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 |
|---|---|---|---|---|---|
nasomi/darkstar | scripts/zones/Mine_Shaft_2716/bcnms/century_of_hardship.lua | 17 | 1746 | -----------------------------------
-- Area: Mine_Shaft_2716
-- Name: century_of_hardship
-- bcnmID : 736
-- inst 2 -54 -1 -100
-- inst 3 425 -121 -99
-----------------------------------
package.loaded["scripts/zones/Mine_Shaft_2716/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
Nathan22Miles/sile-0.9.1 | packages/twoside.lua | 2 | 1522 | local tp = "odd"
local mirrorMaster = function(class, existing, new)
-- Frames in one master can't "see" frames in another, so we have to get creative
-- XXX This knows altogether too much about the implementation of masters
if not SILE.scratch.masters[new] then SILE.scratch.masters[new] = {frames={}} end
if no... | mit |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/resistance_torso_rifle_gtm_3.meta.lua | 2 | 2758 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 0.40000000596046448,
amplification = 100,
light_colors = {
"223 113 38 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 6
},
generate_desaturation = fals... | agpl-3.0 |
nasomi/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Khea_Mhyyih.lua | 38 | 1051 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Khea Mhyyih
-- Type: Standard NPC
-- @zone: 94
-- @pos -53.927 -4.499 56.215
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil... | gpl-3.0 |
kenyh0926/DBProxy | tests/suite/run-tests.lua | 4 | 31181 | --[[ $%BEGINLICENSE%$
Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
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 dis... | gpl-2.0 |
nasomi/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Shahbizu.lua | 34 | 1033 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Shahbizu
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
---------... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Xarcabard/npcs/Magumo-Yagimo_WW.lua | 30 | 3049 | -----------------------------------
-- Area: Xarcabard
-- NPC: Magumo-Yagimo, W.W.
-- Type: Outpost Conquest Guards
-- @pos 207.548 -24.795 -203.694 112
-----------------------------------
package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conquest");... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Kulh_Amariyo.lua | 34 | 1434 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Kulh Amariyo
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
req... | gpl-3.0 |
iuser99/BoL | Common/SidasAutoCarryPlugin - Xerath.lua | 2 | 2427 | --[[
SAC Xerath plugin
Features:
- Full smart combo
- Uses E > Q > R x 3
- Smart W control (uses W if the enemy is within a certain range)
- Deactivates W when we need to move, and/or our combo is over (the enemy isn't killable)
Version 1.0
- Initial release
--]]
require "iFoundation_v2"
local Sk... | gpl-2.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/deagle_shot_3.meta.lua | 8 | 3705 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 60,
light_colors = {
"170 255 0 255",
"136 255 0 255",
"84 255 0 255",
"85 255 0 255"
},
radius = {
x = 80,
y = 80
},
standard_... | agpl-3.0 |
nicholas-leonard/nn | SpatialFullConvolutionMap.lua | 19 | 2597 | local SpatialFullConvolutionMap, parent = torch.class('nn.SpatialFullConvolutionMap', 'nn.Module')
function SpatialFullConvolutionMap:__init(conMatrix, kW, kH, dW, dH)
parent.__init(self)
dW = dW or 1
dH = dH or 1
self.kW = kW
self.kH = kH
self.dW = dW
self.dH = dH
self.connTable = conMatrix
... | bsd-3-clause |
shangjiyu/luci-with-extra | applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua | 25 | 7188 | -- Copyright 2008 Steven Barth <steven@midlink.org>
-- Copyright 2008-2010 Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.
m = Map("tinyproxy", translate("Tinyproxy"),
translate("Tinyproxy is a small and fast non-caching HTTP(S)-Proxy"))
s = m:section(TypedSection, "tinyprox... | apache-2.0 |
nasomi/darkstar | scripts/zones/Port_Bastok/npcs/HomePoint#2.lua | 17 | 1243 | -----------------------------------
-- Area: Port_Bastok
-- NPC: HomePoint#2
-- @pos 42 8.5 -244 236
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Port_Bastok/TextIDs");
require("scripts/globals/hom... | gpl-3.0 |
male-puppies/packages | net/luci-app-squid/files/squid-cbi.lua | 95 | 1822 | --[[
LuCI Squid module
Copyright (C) 2015, OpenWrt.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
Author: Marko Ratkaj <marko.ratkaj@sartura.hr>
... | gpl-2.0 |
nasomi/darkstar | scripts/zones/Windurst_Walls/npcs/HomePoint#2.lua | 17 | 1255 | -----------------------------------
-- Area: Windurst Walls
-- NPC: HomePoint#2
-- @pos -212 0.001 -99 239
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Windurst_Walls/TextIDs");
require("scripts... | gpl-3.0 |
Hello23-Ygopro/ygopro-ds | expansions/script/c27004003.lua | 1 | 1188 | --BT4-002 Rampaging Great Ape Baby
local ds=require "expansions.utility_dbscg"
local scard,sid=ds.GetID()
function scard.initial_effect(c)
ds.EnableLeaderAttribute(c)
ds.AddSetcode(c,SPECIAL_TRAIT_SAIYAN,SPECIAL_TRAIT_MACHINE_MUTANT,NAME_INCLUDES_BABY,SPECIAL_TRAIT_GREAT_APE,CHARACTER_BABY)
--draw
ds.AddSingleAutoA... | gpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/medium_bubble_8.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/big_bubble_4.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/small_bubble_rt_5.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/medium_bubble_1.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/small_bubble_lt_1.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/small_bubble_lb_5.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/small_bubble_lb_1.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/big_bubble_16.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/small_bubble_lt_2.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/small_bubble_rt_1.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/small_bubble_lt_9.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/small_bubble_rt_9.meta.lua | 146 | 1898 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 1,
amplification = 5,
light_colors = {
"255 255 255 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 5
},
generate_desaturation = false
},
offsets = ... | agpl-3.0 |
nasomi/darkstar | scripts/zones/Tavnazian_Safehold/npcs/Suzel.lua | 34 | 1088 | ----------------------------------
-- Area: Tavnazian Safehold
-- NPC: Suzel
-- Type: Item Deliverer
-- @zone: 26
-- @pos -72.701 -20.25 -64.058
--
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
require("scripts/zones/Tavnazian_Safehold/TextIDs");
... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Sea_Serpent_Grotto/npcs/relic.lua | 42 | 1858 | -----------------------------------
-- Area: Sea Serpent Grotto
-- NPC: <this space intentionally left blank>
-- @pos -356 14 -102 176
-----------------------------------
package.loaded["scripts/zones/Sea_Serpent_Grotto/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Sea_Serpent_Grotto/Text... | gpl-3.0 |
mrfoxirani/mehran | plugins/yoda.lua | 642 | 1199 | local ltn12 = require "ltn12"
local https = require "ssl.https"
-- Edit data/mashape.lua with your Mashape API key
-- http://docs.mashape.com/api-keys
local mashape = load_from_file('data/mashape.lua', {
api_key = ''
})
local function request(text)
local api = "https://yoda.p.mashape.com/yoda?"
text = ... | gpl-2.0 |
nasomi/darkstar | scripts/zones/Eastern_Altepa_Desert/Zone.lua | 27 | 4256 | -----------------------------------
--
-- Zone: Eastern_Altepa_Desert (114)
--
-----------------------------------
package.loaded["scripts/zones/Eastern_Altepa_Desert/TextIDs"] = nil;
package.loaded["scripts/globals/chocobo_digging"] = nil;
-----------------------------------
require("scripts/zones/Eastern_Al... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Upper_Jeuno/npcs/HomePoint#1.lua | 17 | 1253 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: HomePoint#1
-- @pos -98.981 0.001 167.569 244
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Upper_Jeuno/TextIDs");
require("scripts/g... | gpl-3.0 |
nasomi/darkstar | scripts/globals/spells/bluemagic/cimicine_discharge.lua | 18 | 1408 | -----------------------------------------
-- Spell: Cimicine Discharge
-- Reduces the attack speed of enemies within range
-- Spell cost: 32 MP
-- Monster Type: Vermin
-- Spell Type: Magical (Earth)
-- Blue Magic Points: 3
-- Stat Bonus: DEX+1, AGI+2
-- Level: 78
-- Casting Time: 3 seconds
-- Recast Time: 20... | gpl-3.0 |
nasomi/darkstar | scripts/globals/spells/bluemagic/lowing.lua | 18 | 1433 | -----------------------------------------
-- Spell: Lowing
-- Gives enemies within range a powerful disease that prevents recovery of HP and MP
-- Spell cost: 66 MP
-- Monster Type: Beasts
-- Spell Type: Magical (Fire)
-- Blue Magic Points: 2
-- Stat Bonus: HP-5
-- Level: 71
-- Casting Time: 7 seconds
-- Reca... | gpl-3.0 |
nasomi/darkstar | scripts/globals/items/grilled_lik.lua | 36 | 1153 | -----------------------------------------
-- ID: 5648
-- Item: Grilled Lik
-- Food Effect: 60 Mins, All Races
-----------------------------------------
-- Dexterity 4
-- Mind -1
----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
-------... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Wajaom_Woodlands/npcs/qm2.lua | 16 | 1184 | -----------------------------------
-- Area: Wajaom Woodlands
-- NPC: ??? (Spawn Iriz Ima(ZNM T2))
-- @pos 253 -23 116 51
-----------------------------------
package.loaded["scripts/zones/Wajaom_Woodlands/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Wajaom_Woodlands/TextIDs");
--------... | gpl-3.0 |
leschartreux/ltsp-osdeploy | pyddlaj/conf/localboot.lua | 1 | 11900 | -- localboot.lua - a Lua script for syslinux' lua.c32 comboot module that uses
-- DMI data to decide between localboot / chainloading
-- Copyright (C) 2015 Martin v. Wittich, IServ GmbH <martin.von.wittich@iserv.eu>
--
-- This program is free software; you can redistribute it and/or
-- modify i... | gpl-2.0 |
nasomi/darkstar | scripts/zones/Western_Altepa_Desert/TextIDs.lua | 9 | 1562 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory.
FULL_INVENTORY_AFTER_TRADE = 6383; -- You cannot obtain the <item>. Try trading again after sorting your inventory.
ITEM_OBTAINED = 6384; ... | gpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/metropolis_torso_heavy_gtm_7.meta.lua | 2 | 2835 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 0.43000000715255737,
amplification = 140,
light_colors = {
"89 31 168 255",
"48 42 88 255",
"61 16 123 0"
},
radius = {
x = 80,
y = 80
},
standard_deviati... | agpl-3.0 |
nasomi/darkstar | scripts/zones/Ghelsba_Outpost/bcnms/petrifying_pair.lua | 19 | 1482 | -----------------------------------
-- Area: Ghelsba Outpost
-- Name: pertrifying_pair BCNM30
-- @pos -162 -11 78 140
-----------------------------------
package.loaded["scripts/zones/Ghelsba_Outpost/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/keyite... | gpl-3.0 |
Peixinho/Pyros3D | examples/assets/middleclass.lua | 14 | 5677 | local middleclass = {
_VERSION = 'middleclass v4.1.0',
_DESCRIPTION = 'Object Orientation for Lua',
_URL = 'https://github.com/kikito/middleclass',
_LICENSE = [[
MIT LICENSE
Copyright (c) 2011 Enrique García Cota
Permission is hereby granted, free of charge, to any person obtaining... | mit |
Hello23-Ygopro/ygopro-ds | expansions/script/c27003151.lua | 1 | 1030 | --TB1-001 Vegeta
local ds=require "expansions.utility_dbscg"
local scard,sid=ds.GetID()
function scard.initial_effect(c)
ds.EnableLeaderAttribute(c)
ds.AddSetcode(c,CHARACTER_VEGETA,SPECIAL_TRAIT_SAIYAN,SPECIAL_TRAIT_UNIVERSE_7,SPECIAL_TRAIT_INCLUDES_UNIVERSE)
--warrior of universe 7
ds.EnableWarriorofUniverse7(c)
... | gpl-3.0 |
appaquet/torch-android | src/3rdparty/nnx/PullTable.lua | 2 | 1657 | local PullTable, parent = torch.class("nn.PullTable", "nn.Module")
function PullTable:__init(push, index)
self._push = push
self._index = index
self.output = {}
self.gradInput = {}
end
function PullTable:_updateOutput(output)
self._output = output
end
function PullTable:updateOutput(inputTable)
if ... | bsd-3-clause |
MatthewDwyer/botman | mudlet/profiles/newbot/scripts/shop.lua | 1 | 28203 | --[[
Botman - A collection of scripts for managing 7 Days to Die servers
Copyright (C) 2020 Matthew Dwyer
This copyright applies to the Lua source code in this Mudlet profile.
Email smegzor@gmail.com
URL http://botman.nz
Source https://bitbucket.org/mhdwyer/botman
--]]
-- ... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Northern_San_dOria/npcs/Guilerme.lua | 34 | 2033 | -----------------------------------
-- 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;
-----------------------------------
... | gpl-3.0 |
Hello23-Ygopro/ygopro-ds | expansions/script/c27002078.lua | 1 | 1571 | --BT2-069 Father-Son Kamehameha Goku&Gohan
local ds=require "expansions.utility_dbscg"
local scard,sid=ds.GetID()
function scard.initial_effect(c)
ds.EnableLeaderAttribute(c)
ds.AddSetcode(c,CHARACTER_SON_GOKU,SPECIAL_TRAIT_SAIYAN,CHARACTER_INCLUDES_SON_GOHAN,CHARACTER_SON_GOHAN_CHILDHOOD,CHARACTER_INCLUDES_SON_GOKU,... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Windurst_Waters/npcs/Yuli_Yaam.lua | 36 | 1817 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Yuli Yaam
-- Involved In Quest: Wondering Minstrel
-- Working 100%
-- @zone = 238
-- @pos = -61 -4 23
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
... | gpl-3.0 |
robertogerson/luatpl | luatpl.lua | 1 | 2090 | --[[
luatpl allows you to embed Lua scripts to produce text files.
Copyright (C) 2009,2014 Bruno Lima, Carlos de Salles and Roberto Azevedo
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, e... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Rabao/npcs/Brave_OX.lua | 37 | 1529 | -----------------------------------
-- Area: Rabao
-- NPC: Brave Ox
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Rabao/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");
require("scripts/zones/Rabao/TextIDs");
----------------... | gpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/resistance_torso_knife_secd_4.meta.lua | 2 | 2798 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 0.40000000596046448,
amplification = 100,
light_colors = {
"223 113 38 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 6
},
generate_desaturation = fals... | agpl-3.0 |
nasomi/darkstar | scripts/globals/weaponskills/wheeling_thrust.lua | 21 | 1561 | -----------------------------------
-- Wheeling Thrust
-- Polearm weapon skill
-- Skill Level: 225
-- Ignores enemy's defense. Amount ignored varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Flame Gorget & Light Gorget.
-- Aligned with the Flame Belt & Light Belt.
-- Element: None
-- Modifi... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Temenos/mobs/Fire_Elemental.lua | 16 | 1659 | -----------------------------------
-- Area: Temenos E T
-- NPC: Fire_Elemental
-----------------------------------
package.loaded["scripts/zones/Temenos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Temenos/TextIDs");
-----------------------... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Arrapago_Reef/npcs/qm6.lua | 42 | 1099 | -----------------------------------
-- Area: Arrapago Reef
-- NPC: ??? (corsair job flag quest)
--
-----------------------------------
package.loaded["scripts/zones/Arrapago_Reef/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Arrapago_Reef/TextIDs");
-----------------------------------
... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Port_Bastok/npcs/Ensetsu.lua | 19 | 3119 | -----------------------------------
-- Area: Port Bastok
-- NPC: Ensetsu
-- Finish Quest: Ayame and Kaede
-- Involved in Quest: 20 in Pirate Years, I'll Take the Big Box
-- @pos 33 -6 67 236
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
---------------------------------... | gpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/resistance_torso_rifle_shot_1.meta.lua | 2 | 2738 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 0.40000000596046448,
amplification = 100,
light_colors = {
"223 113 38 255"
},
radius = {
x = 80,
y = 80
},
standard_deviation = 6
},
generate_desaturation = fals... | agpl-3.0 |
nasomi/darkstar | scripts/zones/Upper_Jeuno/npcs/Chocobo.lua | 15 | 5582 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Chocobo
-- Finishes Quest: Chocobo's Wounds
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
package.loaded["scripts/globals/settings"] = nil;
-----------------------------------
require("scripts/glo... | gpl-3.0 |
amirhacker135/mmkingtm1 | plugins/admin.lua | 10 | 9266 | 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 |
bmddota/barebones | game/dota_addons/barebones/scripts/vscripts/libraries/physics_old.lua | 8 | 83296 | PHYSICS_VERSION = "0.92"
PHYSICS_NAV_NOTHING = 0
PHYSICS_NAV_HALT = 1
PHYSICS_NAV_SLIDE = 2
PHYSICS_NAV_BOUNCE = 3
PHYSICS_GROUND_NOTHING = 0
PHYSICS_GROUND_ABOVE = 1
PHYSICS_GROUND_LOCK = 2
COLLIDER_SPHERE = 0
COLLIDER_BOX = 1
COLLIDER_AABOX = 2
PHYSICS_THINK = 0.01
if Physics == nil then
print ( '[PHYSICS] cre... | apache-2.0 |
Ingenious-Gaming/Starfall | docgen/json.lua | 4 | 19893 | -----------------------------------------------------------------------------
-- JSON4Lua: JSON encoding / decoding support for the Lua language.
-- json Module.
-- Author: Craig Mason-Jones
-- Homepage: http://json.luaforge.net/
-- Version: 0.9.50
-- This module is released under the MIT License (MIT).
--
-- The MIT L... | bsd-3-clause |
mlem/wesnoth | data/ai/micro_ais/cas/ca_big_animals.lua | 25 | 4308 | local H = wesnoth.require "lua/helper.lua"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local LS = wesnoth.require "lua/location_set.lua"
local MAIUV = wesnoth.require "ai/micro_ais/micro_ai_unit_variables.lua"
local function get_big_animals(cfg)
local big_animals = AH.get_units_with_moves {
side = we... | gpl-2.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/cast_blink_3.meta.lua | 38 | 1918 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 0.25999999046325684,
amplification = 800,
light_colors = {
"255 198 19 255"
},
radius = {
x = 50,
y = 50
},
standard_deviation = 14
},
generate_desaturation = fal... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/cast_blink_4.meta.lua | 38 | 1918 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 0.25999999046325684,
amplification = 800,
light_colors = {
"255 198 19 255"
},
radius = {
x = 50,
y = 50
},
standard_deviation = 14
},
generate_desaturation = fal... | agpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/cast_blink_11.meta.lua | 38 | 1918 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 0.25999999046325684,
amplification = 800,
light_colors = {
"255 198 19 255"
},
radius = {
x = 50,
y = 50
},
standard_deviation = 14
},
generate_desaturation = fal... | agpl-3.0 |
nasomi/darkstar | scripts/zones/Metalworks/npcs/High_Bear.lua | 19 | 1767 | -----------------------------------
-- Area: Metalworks
-- NPC: High Bear
-- Type: Quest Giver
-- @zone: 237
-- @pos 25.231 -14.999 4.552
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/keyitems");
require("scripts/globals/titles");
--------------------------------... | gpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/metropolis_torso_knife_prim_return_1.meta.lua | 2 | 2616 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 0.43000000715255737,
amplification = 140,
light_colors = {
"89 31 168 255",
"48 42 88 255",
"61 16 123 0"
},
radius = {
x = 80,
y = 80
},
standard_deviati... | agpl-3.0 |
nasomi/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Khaf_Jhifanm.lua | 34 | 1352 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Khaf Jhifanm
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
req... | gpl-3.0 |
RhenaudTheLukark/CreateYourFrisk | Assets/Mods/Examples 2/Lua/Monsters/poseur.lua | 1 | 1858 | -- A basic monster script skeleton you can copy and modify for your own creations.
comments = {"Smells like the work\rof an enemy stand.", "Poseur is posing like his\rlife depends on it.", "Poseur's limbs shouldn't be\rmoving in this way."}
commands = {"Pose", "Stand", "Insult"}
randomdialogue = {"Check\nit\nout."}
sp... | gpl-3.0 |
nasomi/darkstar | scripts/globals/groundsofvalor.lua | 12 | 27788 | -------------------------------------------------
-- Largely based on the existing fieldsofvalor.lua
--
-- Info from:
-- http://www.bg-wiki.com/bg/Grounds_Tome
-- http://wiki.ffxiclopedia.org/wiki/Grounds_Tome
--
-------------------------------------------------
require("scripts/globals/settings");
requi... | gpl-3.0 |
nasomi/darkstar | scripts/globals/weaponskills/crescent_moon.lua | 30 | 1709 | -----------------------------------
-- Crescent Moon
-- Great Sword weapon skill
-- Skill level: 175
-- Delivers a single-hit attack. Damage varies with TP.
-- Modifiers: STR:35%
-- 100%TP 200%TP 300%TP
-- 1.0 1.75 2.5
-----------------------------------
require("scripts/globals/status");
require("scripts... | gpl-3.0 |
shangjiyu/luci-with-extra | modules/luci-base/luasrc/model/uci.lua | 18 | 5082 | -- Copyright 2008 Steven Barth <steven@midlink.org>
-- Licensed to the public under the Apache License 2.0.
local os = require "os"
local uci = require "uci"
local util = require "luci.util"
local table = require "table"
local setmetatable, rawget, rawset = setmetatable, rawget, rawset
local require, getmetata... | apache-2.0 |
kenyh0926/DBProxy | lib/proxy/log.lua | 41 | 2706 | module("proxy.log", package.seeall)
local config_file = string.format("proxy.conf.config_%s", proxy.global.config.instance)
local config = require(config_file)
level =
{
DEBUG = 1,
INFO = 2,
WARN = 3,
ERROR = 4,
FATAL = 5,
OFF = 6
}
local tag = {"DEBUG", "INFO", "WARN", "ERROR", "FATAL"}
--ĬÈÏÖµ
local lo... | gpl-2.0 |
hqren/Atlas | lib/proxy/log.lua | 41 | 2706 | module("proxy.log", package.seeall)
local config_file = string.format("proxy.conf.config_%s", proxy.global.config.instance)
local config = require(config_file)
level =
{
DEBUG = 1,
INFO = 2,
WARN = 3,
ERROR = 4,
FATAL = 5,
OFF = 6
}
local tag = {"DEBUG", "INFO", "WARN", "ERROR", "FATAL"}
--ĬÈÏÖµ
local lo... | gpl-2.0 |
amirik22/i4bot | plugins/giphy.lua | 633 | 1796 | -- Idea by https://github.com/asdofindia/telegram-bot/
-- See http://api.giphy.com/
do
local BASE_URL = 'http://api.giphy.com/v1'
local API_KEY = 'dc6zaTOxFJmzC' -- public beta key
local function get_image(response)
local images = json:decode(response).data
if #images == 0 then return nil end -- No images
loca... | gpl-2.0 |
nicholas-leonard/nn | SpatialDilatedMaxPooling.lua | 9 | 2011 | local THNN = require 'nn.THNN'
local SpatialDilatedMaxPooling, parent = torch.class('nn.SpatialDilatedMaxPooling', 'nn.SpatialMaxPooling')
function SpatialDilatedMaxPooling:__init(kW, kH, dW, dH, padW, padH, dilationW, dilationH)
parent.__init(self, kW, kH, dW, dH, padW, padH)
self.dilationW = dilationW or 1
... | bsd-3-clause |
nasomi/darkstar | scripts/globals/weaponskills/bora_axe.lua | 30 | 1726 | -----------------------------------
-- Bora Axe
-- Axe weapon skill
-- Skill level: 290
-- Delivers a single-hit ranged attack at a maximum distance of 15.7'. Chance of binding varies with TP
-- Bind doesn't always break from hitting mob.
-- This Weapon Skill's first hit params.ftp is duplicated for all additiona... | gpl-3.0 |
nasomi/darkstar | scripts/globals/items/anchovy_pizza_+1.lua | 35 | 1287 | -----------------------------------------
-- ID: 5700
-- Item: anchovy_pizza_+1
-- Food Effect: 4hours, All Races
-----------------------------------------
-- Dexterity 1
-- Attack 21%
--wiki has no data, so just basing stats off lq version
-----------------------------------------
require("scripts/globals... | gpl-3.0 |
akornatskyy/lucid | spec/core/encoding/json_spec.lua | 1 | 1063 | local json = require 'core.encoding.json'
local describe, it, assert = describe, it, assert
describe('core.encoding.json', function()
it('encode decode', function()
local t = {x = 1}
assert.same(t, json.decode(json.encode(t)))
end)
it('encode empty table as object', function()
asse... | mit |
parsaghx/king | plugins/inpm.lua | 2 | 9328 | 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_fi... | gpl-2.0 |
nasomi/darkstar | scripts/zones/The_Garden_of_RuHmet/npcs/qm1.lua | 25 | 2098 | -----------------------------------
-- Area: The_Garden_of_RuHmet
-- NPC: ??? (Jailer of Fortitude Spawn)
-- Allows players to spawn the Jailer of Fortitude by trading 12 Ghrah M Chips to a ???.
-- @pos random ,-420 0 755, -43,0.00,460, -260,0.00,44.821, -580,0.00,43, -796,0.00,460
-----------------------------------
... | gpl-3.0 |
bmddota/barebones | game/dota_addons/barebones/scripts/vscripts/examples/notificationsExample.lua | 17 | 2113 | -- Send a notification to all players that displays up top for 5 seconds
Notifications:TopToAll({text="Top Notification for 5 seconds ", duration=5.0})
-- Send a notification to playerID 0 which will display up top for 9 seconds and be green, on the same line as the previous notification
Notifications:Top(0, {text="GRE... | apache-2.0 |
Hello23-Ygopro/ygopro-ds | expansions/script/c27004243.lua | 1 | 1407 | --TB2-043 Tien Shinhan, Trading Moves
local ds=require "expansions.utility_dbscg"
local scard,sid=ds.GetID()
function scard.initial_effect(c)
ds.EnableBattleAttribute(c)
ds.AddSetcode(c,CHARACTER_TIEN_SHINHAN,SPECIAL_TRAIT_WORLD_TOURNAMENT,SPECIAL_TRAIT_EARTHLING)
ds.AddPlayProcedure(c,COLOR_GREEN,2,1)
--barrier
d... | gpl-3.0 |
thesabbir/luci | build/luadoc/luadoc/config.lua | 165 | 1234 | -------------------------------------------------------------------------------
-- LuaDoc configuration file. This file contains the default options for
-- luadoc operation. These options can be overriden by the command line tool
-- @see luadoc.print_help
-- @release $Id: config.lua,v 1.6 2007/04/18 14:28:39 tomas Exp... | apache-2.0 |
actboy168/YDWE | Development/Component/plugin/w3x2lni/script/map-builder/archive_mpq.lua | 3 | 4317 | local stormlib = require 'ffi.stormlib'
local lang = require 'share.lang'
local function get_map_flag(w3i)
if not w3i then
return 0
end
return w3i[lang.w3i.CONFIG][lang.w3i.DISABLE_PREVIEW] << 0
| w3i[lang.w3i.CONFIG][lang.w3i.CUSTOM_ALLY] << 1
| w3i[lang.w3i... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Garlaige_Citadel/npcs/_5k0.lua | 17 | 1366 | -----------------------------------
-- Area: Garlaige Citadel
-- NPC: Banishing Gate #1
-- @pos -201.000 -2.994 220 200
-----------------------------------
package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Garlaige_Citadel/TextIDs");
... | gpl-3.0 |
iuser99/BoL | Common/SidasAutoCarryPlugin - Ahri.lua | 2 | 1256 | --[[
SAC Ahri Plugin
Version 1.0
- Initial release
--]]
require "iFoundation_v2"
local SkillQ = Caster(_Q, 880, SPELL_LINEAR, 1700, 0.25, 50)
local SkillW = Caster(_W, 800, SPELL_SELF)
local SkillE = Caster(_E, 975, SPELL_LINEAR_COL, 1600, 0.1, 50)
local SkillR = Caster(_R, 1000, SPELL_LINEAR, math.huge, 0, 10... | gpl-2.0 |
nasomi/darkstar | scripts/zones/AlTaieu/npcs/Swirling_Vortex.lua | 17 | 1468 | -----------------------------------
-- Area: Al'Taieu
-- NPC: Swirling_Vortex
-- Type: Standard NPC
-- @zone 33
-----------------------------------
package.loaded["scripts/zones/AlTaieu/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/AlTaieu/TextIDs");
require("scripts/global... | gpl-3.0 |
thesabbir/luci | modules/luci-mod-rpc/luasrc/jsonrpcbind/uci.lua | 75 | 1702 | -- Copyright 2008 Steven Barth <steven@midlink.org>
-- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.
local uci = require "luci.model.uci".cursor()
local ucis = require "luci.model.uci".cursor_state()
local table = require "table"
module "luci.jsonrpcbind.... | apache-2.0 |
Nathan22Miles/sile-0.9.1 | core/utilities.lua | 1 | 2889 | local utilities = {}
require("bit32-compat")
function utilities.required(t, name, context)
if not t[name] then utilities.error(context.." needs a "..name.." parameter") end
return t[name]
end
function utilities.error(message)
print("\n! "..message.. " in "..SILE.currentlyProcessingFile)
assert(false, "ERROR"... | mit |
shangjiyu/luci-with-extra | applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua | 68 | 17192 | -- Copyright 2008 Steven Barth <steven@midlink.org>
-- Copyright 2010 Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.
require("luci.tools.webadmin")
local fs = require "nixio.fs"
local util = require "luci.util"
local ip = require "luci.ip"
local has_ipip = fs.glob("/etc/mo... | apache-2.0 |
raburton/nodemcu-firmware | lua_modules/ds3231/ds3231.lua | 15 | 7214 | --------------------------------------------------------------------------------
-- DS3231 I2C module for NODEMCU
-- NODEMCU TEAM
-- LICENCE: http://opensource.org/licenses/MIT
-- Tobie Booth <tbooth@hindbra.in>
--------------------------------------------------------------------------------
local moduleName = ...
loc... | mit |
nasomi/darkstar | scripts/zones/Upper_Jeuno/npcs/Shalott.lua | 36 | 1136 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Shalott
-- Optional Involvement in Quest: Save My Son
--------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
require("scripts/zones/Upper_Jeuno/TextIDs");
require("scripts/globals/quests");
----------------... | gpl-3.0 |
nasomi/darkstar | scripts/globals/weaponskills/smash_axe.lua | 18 | 1540 | -----------------------------------
-- Smash Axe
-- Axe weapon skill
-- Skill level: 40
-- Stuns enemy. Duration of stun varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Snow Gorget & Aqua Gorget.
-- Aligned with the Snow Belt & Aqua Belt.
-- Element: None
-- Modifiers: STR:100%
-- 100%TP ... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Northern_San_dOria/npcs/Vichuel.lua | 30 | 1969 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Vichuel
-- Only sells when San d'Oria controlls Fauregandi Region
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
thesabbir/luci | modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua | 23 | 33292 | -- Copyright 2008 Steven Barth <steven@midlink.org>
-- Licensed to the public under the Apache License 2.0.
local wa = require "luci.tools.webadmin"
local nw = require "luci.model.network"
local ut = require "luci.util"
local nt = require "luci.sys".net
local fs = require "nixio.fs"
arg[1] = arg[1] or ""
m = Map("wi... | apache-2.0 |
nasomi/darkstar | scripts/globals/items/frostreaper.lua | 41 | 1063 | -----------------------------------------
-- ID: 16784
-- Item: Frostreaper
-- Additional Effect: Ice Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
---------------------------------... | gpl-3.0 |
nasomi/darkstar | scripts/zones/Norg/npcs/Jirokichi.lua | 19 | 1260 | -----------------------------------
-- Area: Norg
-- NPC: Jirokichi
-- Type: Tenshodo Merchant
-- @pos -1.463 0.000 18.846 252
-----------------------------------
package.loaded["scripts/zones/Norg/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/s... | gpl-3.0 |
TeamHypersomnia/Augmentations | hypersomnia/content/official/gfx/metropolis_torso_heavy_walk_5.meta.lua | 2 | 2817 | return {
extra_loadables = {
enabled_generate_neon_map = {
alpha_multiplier = 0.43000000715255737,
amplification = 140,
light_colors = {
"89 31 168 255",
"48 42 88 255",
"61 16 123 0"
},
radius = {
x = 80,
y = 80
},
standard_deviati... | agpl-3.0 |
shakfu/start-vm | config/base/awesome/vicious/widgets/hddtemp.lua | 8 | 1186 | ---------------------------------------------------
-- Licensed under the GNU General Public License v2
-- * (c) 2010, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
local tonumber = tonumber
local io = { popen = io.popen }
local setmetatable = setmetatable
... | mit |
Hello23-Ygopro/ygopro-ds | expansions/script/c27003152.lua | 1 | 1199 | --TB1-001 Saiyan Bond Vegeta
local ds=require "expansions.utility_dbscg"
local scard,sid=ds.GetID()
function scard.initial_effect(c)
ds.EnableLeaderAttribute(c)
ds.AddSetcode(c,CHARACTER_VEGETA,SPECIAL_TRAIT_SAIYAN,SPECIAL_TRAIT_UNIVERSE_7,SPECIAL_TRAIT_INCLUDES_UNIVERSE)
--warrior of universe 7
ds.EnableWarriorofU... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.