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
bnetcc/darkstar
scripts/zones/Windurst_Waters/npcs/Jatan-Paratan.lua
5
3136
----------------------------------- -- Area: Windurst Waters -- NPC: Jatan-Paratan -- Starts and Finished Quest: Wondering Minstrel -- !pos -59 -4 22 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Windurs...
gpl-3.0
awesomeWM/awesome
spec/gears/matrix_spec.lua
11
6564
--------------------------------------------------------------------------- -- @author Uli Schlachter -- @copyright 2015 Uli Schlachter --------------------------------------------------------------------------- local matrix = require("gears.matrix") local cairo = require("lgi").cairo describe("gears.matrix", functio...
gpl-2.0
lcf258/openwrtcn
applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua
73
1071
-- Copyright 2019 John Crispin <blogic@openwrt.org> -- Licensed to the public under the Apache License 2.0. module("luci.controller.ltqtapi", package.seeall) function index() if not nixio.fs.access("/etc/config/telephony") then return end page = node("admin", "telephony") page.target = firstchild() page.title...
apache-2.0
awesomeWM/awesome
tests/examples/wibox/container/arcchart/bg.lua
1
1062
--DOC_HIDE_ALL --DOC_GEN_IMAGE local parent = ... local wibox = require( "wibox" ) local beautiful = require( "beautiful" ) local l = wibox.layout.fixed.horizontal() l.spacing = 10 parent:add(l) for _, v in ipairs {"", "#00ff00", "#0000ff"} do l:add(wibox.widget { { text = v~=...
gpl-2.0
lcf258/openwrtcn
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua
73
1191
-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. m = Map("luci_statistics", translate("Unixsock Plugin Configuration"), translate( "The unixsock plugin creates a unix socket which can be used " .. "to read collected data from a running...
apache-2.0
ameihm0912/MozDef
examples/heka-lua-bro/eve-json.lua
2
6474
-- This Source Code Form is subject to the terms of the Mozilla Public -- License, v. 2.0. If a copy of the MPL was not distributed with this -- file, You can obtain one at http://mozilla.org/MPL/2.0/. -- Copyright (c) 2014 Mozilla Corporation -- -- Contributors: -- Anthony Verez averez@mozilla.com -- Jeff Bryner jbryn...
mpl-2.0
Wiladams/LLUI
src/v4l2_fourcc.lua
1
10021
-- v4l2_fourcc.lua local fourcc = require("fourcc") local fourcc_enc = fourcc.fourcc_encode; local exports = { -- Pixel format FOURCC depth Description -- RGB formats V4L2_PIX_FMT_RGB332 = fourcc_enc('R', 'G', 'B', '1'); -- 8 RGB-3-3-2 V4L2_PIX_FMT_RGB444 = fourcc...
mit
jokeyrhyme/WTF
Account/RONWALDON/Frostmourne/Denisof/SavedVariables/Skada.lua
1
1744
SkadaPerCharDB = { ["total"] = { ["healingabsorbed"] = 0, ["dispells"] = 0, ["ccbreaks"] = 0, ["time"] = 0, ["interrupts"] = 0, ["damage"] = 8530, ["players"] = { { ["healingabsorbed"] = 0, ["class"] = "ROGUE", ["damaged"] = { }, ["auras"] = { }, ["role"] ...
bsd-3-clause
bnetcc/darkstar
scripts/globals/mobskills/vw_inferno_blast_alt_custom.lua
1
1451
--------------------------------------------- -- Fiery Blast Alt -- -- Description: Deals fire damage to a single target -- Type: Magical -- Utsusemi/Blink absorb: Wipes shadows -- Notes: Used only by Tiamat, Smok and Ildebrann while flying in place of standard attacks ---------------------------------------------...
gpl-3.0
bnetcc/darkstar
scripts/zones/Windurst_Walls/npcs/Ambrosius.lua
5
4196
----------------------------------- -- Area: Windurst Walls -- NPC: Ambrosius -- -- Quest NPC for "The Postman Always KOs Twice" ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/glob...
gpl-3.0
swe-TeamRed/wesnoth
data/campaigns/Legend_of_Wesmere/lua/wml_tags.lua
3
3639
--! #textdomain wesnoth-low local labels = {} local wml_label = wesnoth.wml_actions.label local replace_map = wesnoth.wml_actions.replace_map local helper = wesnoth.require "lua/helper.lua" local wml_actions = wesnoth.wml_actions local T = helper.set_wml_tag_metatable {} local V = helper.set_wml_var_metatable {} fun...
gpl-2.0
yinlei/tgame
lib/premake5.lua
1
1170
------------------------------------------------------------------------------- -- premake5.lua ------------------------------------------------------------------------------- workspace "ALL" configurations { "Debug32", "Release32", "Debug64", "Release64"} location "build" filter "configurations:*32" architecture...
mit
Benjji/wesnoth
data/ai/micro_ais/cas/ca_healer_move.lua
26
5637
local H = wesnoth.require "lua/helper.lua" local LS = wesnoth.require "lua/location_set.lua" local AH = wesnoth.require "ai/lua/ai_helper.lua" local BC = wesnoth.require "ai/lua/battle_calcs.lua" local ca_healer_move = {} function ca_healer_move:evaluation(ai, cfg, self) -- Should happen with higher priority than...
gpl-2.0
bnetcc/darkstar
scripts/zones/Vunkerl_Inlet_[S]/npcs/Indescript_Markings.lua
3
1234
---------------------------------- -- Area: Meriphataud_Mountains_[S] -- NPC: Indescript Markings -- Type: Quest -- !pos -629.179 -49.002 -429.104 1 83 ----------------------------------- package.loaded["scripts/zones/Vunkerl_Inlet_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Vunkerl...
gpl-3.0
LeMagnesium/minetest-skyblock
skyblock/register_misc.lua
2
3183
--[[ Skyblock for Minetest Copyright (c) 2015 cornernote, Brett O'Donnell <cornernote@gmail.com> Source Code: https://github.com/cornernote/minetest-skyblock License: GPLv3 ]]-- -- set mapgen to singlenode minetest.register_on_mapgen_init(function(mgparams) minetest.set_mapgen_params({mgname='singlenode', water_le...
gpl-3.0
bnetcc/darkstar
scripts/zones/Alzadaal_Undersea_Ruins/npcs/19.lua
5
1135
----------------------------------- -- Area: Alzadaal Undersea Ruins -- NPC: 19 (no name) ----------------------------------- package.loaded["scripts/zones/Alzadaal_Undersea_Ruins/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Alzadaal_Undersea_Ruins/TextIDs"); ----------------------------...
gpl-3.0
mwoz123/koreader
plugins/evernote.koplugin/main.lua
4
30295
local BD = require("ui/bidi") local InputContainer = require("ui/widget/container/inputcontainer") local LoginDialog = require("ui/widget/logindialog") local InfoMessage = require("ui/widget/infomessage") local NetworkMgr = require("ui/network/manager") local DataStorage = require("datastorage") local DocSettings = req...
agpl-3.0
bnetcc/darkstar
scripts/zones/Northern_San_dOria/npcs/Porter_Moogle.lua
7
1185
----------------------------------- -- Area: Northern San d'Oria -- NPC: Porter Moogle -- Type: Storage Moogle -- @zone 231 -- !pos TODO ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Northern_San_dO...
gpl-3.0
mrvigeo/uzzbot
plugins/webshot.lua
919
1473
local helpers = require "OAuth.helpers" local base = 'https://screenshotmachine.com/' local url = base .. 'processor.php' local function get_webshot_url(param) local response_body = {} local request_constructor = { url = url, method = "GET", sink = ltn12.sink.table(response_body), header...
gpl-2.0
bnetcc/darkstar
scripts/zones/The_Garden_of_RuHmet/npcs/_0zt.lua
7
1025
----------------------------------- -- Area: The_Garden_of_RuHmet -- NPC: Luminus convergence ----------------------------------- package.loaded["scripts/zones/The_Garden_of_RuHmet/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/The_Garden_of_RuHmet/Text...
gpl-3.0
bnetcc/darkstar
scripts/globals/items/serving_of_yellow_curry.lua
3
1805
----------------------------------------- -- ID: 4517 -- Item: serving_of_yellow_curry -- Food Effect: 3hours, All Races ----------------------------------------- -- Health Points 20 -- Strength 5 -- Agility 2 -- Intelligence -4 -- HP Recovered While Healing 2 -- MP Recovered While Healing 1 -- Attack 21% (caps @ 75) ...
gpl-3.0
arthurljones/dotfiles
config/awesome/awesome-wm-widgets/weather-widget/weather.lua
1
4161
------------------------------------------------- -- Weather Widget based on the OpenWeatherMap -- https://openweathermap.org/ -- -- @author Pavel Makhov -- @copyright 2018 Pavel Makhov ------------------------------------------------- local http = require("socket.http") local json = require("json") local naughty = re...
gpl-3.0
mwoz123/koreader
frontend/ui/data/settings_migration.lua
5
2511
--[[ Centralizes migration concerns for LuaSettings & DocSettings --]] local DocSettings = require("docsettings") local LuaSettings = require("luasettings") local logger = require("logger") local SettingsMigration = {} -- Shockingly, handles settings migration -- NOTE: supports LuaSettings & DocSettings objects as i...
agpl-3.0
Doublespin/Factorio-Energy-Replicators
prototypes/replicators.lua
1
6419
require("config") local function make_replicator(tier, ingredients) ------- variabels ------- -- crafting speed local base_speed = 1 * replcator_base_speed local speed_factor = replcator_speed_factor -- energy usage local base_power = 110 * replcator_base_power local power_factor = replcator_power_factor -- polluti...
mit
bnetcc/darkstar
scripts/zones/Metalworks/npcs/Romualdo.lua
5
1039
----------------------------------- -- Area: Metalworks -- NPC: Romualdo -- Involved in Quest: Stamp Hunt ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zones/Metalworks/TextIDs"); ---...
gpl-3.0
bnetcc/darkstar
scripts/zones/Wajaom_Woodlands/npcs/Watisa.lua
3
1361
----------------------------------- -- Area: Wajaom Woodlands -- NPC: Watisa -- Type: Chocobo Renter -- !pos -201 -11 93 51 ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require("scripts/globals/chocobo"); require("scripts/globals/status"); -------------...
gpl-3.0
MoonTeamBot/TeleMoon
plugins/stats.lua
866
4001
do -- Returns a table with `name` and `msgs` local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_prin...
gpl-2.0
Ravenlord/ddp-testing
tests/attribute_clutter/01_trivial-update.lua
1
2212
--[[! - This is free and unencumbered software released into the public domain. - - Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form - or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. - - In jurisdictions ...
unlicense
bnetcc/darkstar
scripts/zones/Tavnazian_Safehold/npcs/Misseulieu.lua
5
1301
----------------------------------- -- Area: Tavnazian Safehold -- NPC: Misseulieu -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Tavnazian_Safehol...
gpl-3.0
bnetcc/darkstar
scripts/zones/La_Theine_Plateau/npcs/Shattered_Telepoint.lua
5
1984
----------------------------------- -- Area: La_Theine Plateau -- NPC: Shattered Telepoint -- !pos 334 19 -60 102 ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zones/La_Thein...
gpl-3.0
yswifi/APlan
build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/luci/libs/core/luasrc/model/firewall.lua
84
11156
--[[ LuCI - Firewall model Copyright 2009 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 Unless required by applica...
gpl-2.0
Ravenlord/ddp-testing
tests/inheritance/03_concrete-select-instances-exclusive.lua
1
2200
--[[! - This is free and unencumbered software released into the public domain. - - Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form - or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. - - In jurisdictions ...
unlicense
mwoz123/koreader
frontend/ui/widget/verticalscrollbar.lua
4
4038
local Blitbuffer = require("ffi/blitbuffer") local Device = require("device") local Geom = require("ui/geometry") local GestureRange = require("ui/gesturerange") local InputContainer = require("ui/widget/container/inputcontainer") local Size = require("ui/size") local Screen = require("device").screen local VerticalSc...
agpl-3.0
syershov/omim
3party/osrm/osrm-backend/profiles/testbot.lua
69
3444
-- Testbot profile -- Moves at fixed, well-known speeds, practical for testing speed and travel times: -- Primary road: 36km/h = 36000m/3600s = 100m/10s -- Secondary road: 18km/h = 18000m/3600s = 100m/20s -- Tertiary road: 12km/h = 12000m/3600s = 100m/30s -- modes: -- 1: normal -- 2: route -- 3: river downstream ...
apache-2.0
Evsdd/domoticz
dzVents/runtime/integration-tests/domoticzTestTools.lua
5
20092
package.path = package.path .. ";../?.lua;../device-adapters/?.lua;./data/?.lua;../../../scripts/dzVents/generated_scripts/?.lua;" .. "../../../scripts/lua/?.lua" local _ = require 'lodash' local File = require('File') local http = require("socket.http") local ltn12 = require("ltn12") local jsonParser = require('...
gpl-3.0
awesomeWM/awesome
lib/awful/util.lua
1
17528
--------------------------------------------------------------------------- --- Various small utility functions not worth putting into new modules. -- -- Most functions in this module are eventually moved into new modules are -- deprecated. -- -- @author Julien Danjou &lt;julien@danjou.info&gt; -- @copyright 2008 Julie...
gpl-2.0
bnetcc/darkstar
scripts/zones/Norg/npcs/Louartain.lua
5
1092
----------------------------------- -- Area: Norg -- NPC: Louartain -- Standard Info NPC ----------------------------------- require("scripts/globals/pathfind"); ----------------------------------- local path = { 41.878349, -6.282223, 10.820915, 42.088036, -6.282223, 11.867051, 42.096603, -6.282223, 12.93...
gpl-3.0
sonoprob/0x56
bot/lua/LuaFSM/fsm.lua
15
7426
-- ========================================================================================== -- -- Finite State Machine Class for Lua 5.1 & Corona SDK -- -- Written by Erik Cornelisse, inspired by Luiz Henrique de Figueiredo -- E-mail: e.cornelisse@gmail.com -- -- Version 1.0 April 27, 2011 -- -- Class is MIT Lice...
artistic-2.0
bnetcc/darkstar
scripts/zones/Sealions_Den/mobs/Ultima.lua
3
1256
----------------------------------- -- Area: Sealions Den -- MOB: Ultima ----------------------------------- require("scripts/globals/status"); require("scripts/globals/titles"); require("scripts/globals/msg"); ----------------------------------- function onMobInitialize(mob) mob:setMobMod(MOBMOD_ADD_EFFECT, 1); ...
gpl-3.0
bnetcc/darkstar
scripts/zones/Tahrongi_Canyon/TextIDs.lua
5
2454
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6562; -- You cannot obtain the item <item> come back again after sorting your inventory. ITEM_OBTAINED = 6568; -- Obtained: <item>. GIL_OBTAINED = 6569; -- Obtained <number> gil. KEYITEM_OBT...
gpl-3.0
bnetcc/darkstar
scripts/zones/Pashhow_Marshlands_[S]/npcs/Cavernous_Maw.lua
5
1089
----------------------------------- -- Area: Sauromugue Champaign -- NPC: Cavernous Maw -- !pos 418 25 27 90 -- Teleports Players to Pashhow_Marshlands ----------------------------------- package.loaded["scripts/zones/Pashhow_Marshlands_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/...
gpl-3.0
bnetcc/darkstar
scripts/zones/Port_Jeuno/npcs/Sanosuke.lua
5
1201
----------------------------------- -- Area: Port Jeuno -- NPC: Sanosuke -- Involved in Quest: A Thief in Norg!? -- !pos -63 7 0 246 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zone...
gpl-3.0
bnetcc/darkstar
scripts/zones/Jugner_Forest_[S]/npcs/Planar_Rift.lua
1
2305
----------------------------------- -- Area: Jugner_Forest_[s] -- NPC: Planar Rift ----------------------------------- package.loaded["scripts/zones/Jugner_Forest_[s]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/Jugner_Forest_[s]/TextIDs"); --------...
gpl-3.0
senquack/Enigma-for-GCWZero
data/levels/ant.lua
6
47113
------------------------------------------------------------------------ -- Copyright (C) 2002-2003 Petr Machata -- -- 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 ...
gpl-2.0
Ivshti/vlc-2.2
share/lua/playlist/canalplus.lua
113
3501
--[[ $Id: $ Copyright (c) 2007 the VideoLAN team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distr...
gpl-2.0
bhrt/nodeMCU
lua_examples/yet-another-dht22.lua
65
2195
------------------------------------------------------------------------------ -- DHT11/22 query module -- -- LICENCE: http://opensource.org/licenses/MIT -- Vladimir Dronnikov <dronnikov@gmail.com> -- -- Example: -- print("DHT11", dofile("dht22.lua").read(4)) -- print("DHT22", dofile("dht22.lua").read(4, true)) -- NB: ...
mit
dmccuskey/dmc-dragdrop
dmc_corona/lib/dmc_lua/lua_patch.lua
44
7239
--====================================================================-- -- lua_patch.lua -- -- Documentation: http://docs.davidmccuskey.com/ --====================================================================-- --[[ The MIT License (MIT) Copyright (c) 2014-2015 David McCuskey Permission is hereby granted, free ...
mit
bnetcc/darkstar
scripts/zones/Temenos/mobs/Enhanced_Ahriman.lua
26
1284
----------------------------------- -- Area: Temenos Central 1floor -- NPC: Enhanced_Ahriman ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); -----------------...
gpl-3.0
bnetcc/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Animated_Longbow.lua
7
1148
----------------------------------- -- Area: Dynamis Xarcabard -- MOB: Animated Longbow ----------------------------------- require("scripts/globals/status"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- function onMobEngaged(mob,target) if (mob:AnimationSub() == 3) the...
gpl-3.0
bnetcc/darkstar
scripts/zones/Port_Jeuno/npcs/Pitantimand.lua
5
1506
----------------------------------- -- Area: Port Jeuno -- NPC: Pitantimand -- Involved in Quests: Save the Clock Tower -- @zone 246 -- !pos -63 8 46 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); re...
gpl-3.0
bnetcc/darkstar
scripts/zones/Southern_San_dOria/npcs/Authere.lua
5
1673
----------------------------------- -- Area: Southern San d'Oria -- NPC: Authere -- Involved in Quest: Lure of the Wildcat (San d'Oria) -- !pos 33 1 -31 230 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globa...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/globals/items/prime_angler_stewpot.lua
36
1919
----------------------------------------- -- ID: 5612 -- Item: Prime Angler Stewpot -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- HP +10% -- MP +15 -- Dexterity 2 -- Agility 1 -- Mind 1 -- HP Recovered while healing 7 -- MP Recovered while healing 2 -- Accuracy 15% ...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/AlTaieu/npcs/_0x1.lua
15
1948
----------------------------------- -- Area: Al'Taieu -- NPC: Rubious Crystal (South Tower) -- @pos 0 -6.250 -736.912 33 ----------------------------------- package.loaded["scripts/zones/AlTaieu/TextIDs"] = nil; ----------------------------------- require("scripts/zones/AlTaieu/TextIDs"); require("scripts/zones/Al...
gpl-3.0
FishFilletsNG/fillets-data
script/windoze/dialogs_bg.lua
1
6088
dialogId("win-v-plocha", "font_big", "This is how it looks when you don’t keep your desktop tidy.") dialogStr("Това се получава, когато не подреждаш работното си място.") dialogId("win-m-costim0", "font_small", "Wouldn’t it help us if we select Desktop/Line up Icons?") dialogStr("Не би ли боло от полза ако изберем Раб...
gpl-2.0
snabbco/snabb
src/program/snabbnfv/neutron2snabb/neutron2snabb.lua
12
11107
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. module(..., package.seeall) local lib = require("core.lib") local json = require("lib.json") local usage = require("program.snabbnfv.neutron2snabb.README_inc") local neutron2snabb_schema = require("program.snabbnfv.neutron2snabb.neutron2s...
apache-2.0
eulerreich/dp
feedback/confusion.lua
2
3360
------------------------------------------------------------------------ --[[ Confusion ]]-- -- Feedback -- Adapter for optim.ConfusionMatrix -- requires 'optim' package ------------------------------------------------------------------------ local Confusion, parent = torch.class("dp.Confusion", "dp.Feedback") Confusio...
bsd-3-clause
hooksta4/darkstar
scripts/zones/zones/Port_Jeuno/npcs/_6ua.lua
2
1326
----------------------------------- -- Area: Port Jeuno -- NPC: Door: Departures Exit (for Bastok) -- @zone 246 -- @pos -61 7 -54 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/glob...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Desuetia_Empyreal_Paradox/Zone.lua
2
3006
<<<<<<< HEAD ----------------------------------- -- -- Zone: Desuetia Empyreal Paradox (290) -- ----------------------------------- package.loaded["scripts/zones/Desuetia_Empyreal_Paradox/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Desuetia_Empyreal_Paradox/TextIDs"); require("scripts/g...
gpl-3.0
hooksta4/darkstar
scripts/zones/Desuetia_Empyreal_Paradox/Zone.lua
2
3006
<<<<<<< HEAD ----------------------------------- -- -- Zone: Desuetia Empyreal Paradox (290) -- ----------------------------------- package.loaded["scripts/zones/Desuetia_Empyreal_Paradox/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Desuetia_Empyreal_Paradox/TextIDs"); require("scripts/g...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Southern_San_dOria/npcs/Valderotaux.lua
17
1750
----------------------------------- -- Area: Southern San d'Oria -- NPC: Valderotaux -- General Info NPC -- @pos 97 0.1 113 230 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); req...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Southern_San_dOria/npcs/Hae_Jakhya.lua
2
1791
----------------------------------- -- Area: Southern San d'Oria -- NPC: Hae Jakhya -- General Info NPC ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/quests"); re...
gpl-3.0
Hostle/openwrt-luci-multi-user
modules/luci-mod-admin-multi-user/luasrc/model/cbi/admin_users/users.lua
1
3471
--[[ LuCI - Lua Configuration Interface Copyright 2008 Steven Barth <steven@midlink.org> Copyright 2011 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://w...
apache-2.0
hooksta4/darkstar
scripts/globals/spells/cure_vi.lua
18
3534
----------------------------------------- -- Spell: Cure VI -- Restores target's HP. -- Shamelessly stolen from http://members.shaw.ca/pizza_steve/cure/Cure_Calculator.html ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals...
gpl-3.0
rrampage/monitor
lua/autoswagger/lib/md5.lua
2
8414
------------------------------------------------------------------------------- -- MD5 computation in Lua (5.1) ------------------------------------------------------------------------------- -- bit lib implementions local floor, abs, max = math.floor, math.abs, math.max local char, byte, format, rep, sub = string.c...
mit
snabbco/snabb
src/program/packetblaster/packetblaster.lua
2
3313
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. module(..., package.seeall) local engine = require("core.app") local timer = require("core.timer") local lib = require("core.lib") local pci = require("lib.hardware.pci") local LoadGen = require("apps.intel_mp.loadgen"...
apache-2.0
AnySDK/Sample_Lua
frameworks/cocos2d-x/tests/lua-tests/src/NodeTest/NodeTest.lua
10
21008
local kTagSprite1 = 1 local kTagSprite2 = 2 local kTagSprite3 = 3 local kTagSlider = 4 local s = cc.Director:getInstance():getWinSize() local scheduler = cc.Director:getInstance():getScheduler() local function getBaseLayer() local layer = cc.Layer:create() Helper.initWithLayer(layer) return layer end ------...
mit
hooksta4/darkstar
scripts/globals/weaponskills/heavy_swing.lua
30
1339
----------------------------------- -- Heavy Swing -- Staff weapon skill -- Skill Level: 5 -- Deacription:Delivers a single-hit attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Thunder Gorget. -- Aligned with the Thunder Belt. -- Element: None -- Modifiers: STR:30% -- 100%TP...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/commands/setweather.lua
3
1673
--------------------------------------------------------------------------------------------------- -- func: setweather -- auth: <Unknown> :: Modded by atom0s. -- desc: Sets the current weather for the current zone. --------------------------------------------------------------------------------------------------- ...
gpl-3.0
hooksta4/darkstar
scripts/globals/spells/kurayami_san.lua
18
1142
----------------------------------------- -- Spell: Kurayami: San ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,targe...
gpl-3.0
hooksta4/darkstar
scripts/globals/mobskills/Bomb_Toss_Suicide.lua
4
1061
require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); --------------------------------------------------- function onMobSkillCheck(target,mob,skill) -- notorious monsters shouldn't explode, nor dynamis if (mob:isMobType(MOBTYPE_NOTORIOUS) or mob:...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Kuftal_Tunnel/mobs/Guivre.lua
12
13414
---------------------------------- -- Area: Gustav Tunnel -- NM: Guivre ----------------------------------- ----------------------------------- -- onMobDeath ----------------------------------- local path = { 106.836830, 0.753614, -3.944333, 106.991020, 0.588184, -4.941793, 107.207207, 0.424275, -...
gpl-3.0
hooksta4/darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/_5fg.lua
4
1062
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Titan's Gate -- @pos 100 -34 -71 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Eldieme_Necropolis/TextIDs"); -----...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Southern_San_dOria/npcs/Shilah.lua
36
1992
----------------------------------- -- Area: Southern San dOria -- NPC: Shilah -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/shop")...
gpl-3.0
hooksta4/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Duke_Berith.lua
2
1239
----------------------------------- -- Area: Dynamis Xarcabard -- NPC: Duke Berith ----------------------------------- require("scripts/globals/status"); require("scripts/globals/dynamis"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged -----------------------...
gpl-3.0
hooksta4/darkstar
scripts/zones/Port_San_dOria/TextIDs.lua
9
4857
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED_1 = 6414; -- You cannot obtain the <<<Possible Special Code: 01>>><<<Possible Special Code: 05>>>#<<<BAD CHAR: 8280>>><<<BAD CHAR: 80>>><<<BAD CHAR: 80>>>.<<<Prompt>>> ITEM_CANNOT_BE_OBTAINED_2 = 6415; -- You cannot obtain the <<<Possib...
gpl-3.0
eggcaker/dotfiles
macos/hammerspoon.symlink/Spoons/MyUtils.spoon/init.lua
1
2480
local obj = {} obj.__index = obj obj.name = "MyUtils-Spoon" obj.version = "1.0" obj.author = "eggcaker <eggcaker@gmail.com>" obj.homepage = "http://github.com/eggcaker" obj.license = "MIT - https://opensource.org/licenses/MIT" function obj:init() end function obj:start() obj.set_app_input_method('Hammerspoon', En...
mit
hooksta4/darkstar
scripts/zones/zones/Metalworks/npcs/_6lg.lua
2
1243
----------------------------------- -- Area: Metalworks -- Door: _6lg (Cornelia's Room) -- @pos 114 -20 -7 237 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zones/Metalworks/TextIDs...
gpl-3.0
Hostle/openwrt-luci-multi-user
modules/luci-base/luasrc/tools/webadmin.lua
59
2301
-- Copyright 2008 Steven Barth <steven@midlink.org> -- Copyright 2008-2015 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. module("luci.tools.webadmin", package.seeall) local util = require "luci.util" local uci = require "luci.model.uci" local ip = require "luci.ip" func...
apache-2.0
hooksta4/darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/_5fb.lua
4
1066
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Leviathan's Gate -- @pos 249 -34 -60 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Eldieme_Necropolis/TextIDs"); -...
gpl-3.0
h-kitagawa/kct
kct-uni-1.lua
1
1052
#!/usr/bin/env texlua local tbl = io.open(arg[1], 'r') local out = io.open(arg[2], 'w') local jis, uni, buf buf = {} for line in tbl:lines() do if line:match ('0x2[0-9A-D]....*Fullwidth: U%+....') then jis, uni = line:match ('0x(2[0-9A-D]...).*Fullwidth: U%+(....)') buf[#buf+1] = {tonumber(uni,16), jis,...
bsd-3-clause
dani-sj/farhad
bot/nod32bot.lua
1
11235
package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua' ..';.luarocks/share/lua/5.2/?/init.lua' package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so' require("./bot/utils") VERSION = '2' -- This function is called when tg receive a msg function on_msg_receive (msg) if not started then return...
gpl-2.0
SirFrancisBillard/assorted-gamemodes
shooter/entities/weapons/lite_ump.lua
2
1464
AddCSLuaFile() SWEP.Base = "lite_base" SWEP.PrintName = "UMP" SWEP.Category = "Lite Weapons" SWEP.DrawWeaponInfoBox = false SWEP.IconLetter = "q" SWEP.Spawnable = true SWEP.AdminOnly = false SWEP.HoldType = "smg" SWEP.WorldModel = Model( "models/weapons/w_smg_ump45.mdl" ) SWEP.ViewModel = Model( "models/weapons/cs...
gpl-3.0
FishFilletsNG/fillets-data
script/share/prog_save.lua
1
5041
-- ----------------------------------------------------------------- -- These function are called when save or load is made. -- script_save() ... calls level_save(serialized_level) -- script_load() ... calls level_load(saved_moves) -- with global variable saved_moves -- script_loadState() ... uses glo...
gpl-2.0
hooksta4/darkstar
scripts/globals/items/naval_rice_ball.lua
21
1526
----------------------------------------- -- ID: 4605 -- Item: Naval Rice Ball -- Food Effect: 30Min, All Races ----------------------------------------- -- HP +26 -- Dex +3 -- Vit +4 -- hHP +2 -- Effect with enhancing equipment (Note: these are latents on gear with the effect) -- Atk +40 -- Def +40 -- Arc...
gpl-3.0
hooksta4/darkstar
scripts/zones/Port_Jeuno/npcs/Imasuke.lua
2
3050
----------------------------------- -- Area: Port Jeuno -- NPC: Imasuke -- Starts and Finishes Quest: The Antique Collector -- @zone 246 -- @pos -165 11 94 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; package.loaded["scripts/globals/settings"] = nil; --------------------...
gpl-3.0
hooksta4/darkstar
scripts/globals/spells/foe_requiem_ii.lua
18
1624
----------------------------------------- -- Spell: Foe Requiem II ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,target...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/globals/items/bibiki_slug.lua
17
1415
----------------------------------------- -- ID: 5122 -- Item: Bibiki Slug -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity -5 -- Vitality 4 -- defense % 16 ----------------------------------------- require("scripts/globals/status"); --------------------------------...
gpl-3.0
warrenseine/premake
tests/actions/make/cpp/test_make_pch.lua
1
2622
-- -- tests/actions/make/cpp/test_make_pch.lua -- Validate the setup for precompiled headers in makefiles. -- Copyright (c) 2010-2013 Jason Perkins and the Premake project -- local suite = test.declare("make_pch") local make = premake.make local project = premake.project -- -- Setup and teardown -- local sln, ...
bsd-3-clause
gedadsbranch/Darkstar-Mission
scripts/zones/Riverne-Site_B01/npcs/_0t3.lua
19
1339
----------------------------------- -- Area: Riverne Site #B01 -- NPC: Unstable Displacement ----------------------------------- package.loaded["scripts/zones/Riverne-Site_B01/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Riverne-Site_B01/Text...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Port_Windurst/npcs/Pherchabalet.lua
38
1039
----------------------------------- -- Area: Port Windurst -- NPC: Pherchabalet -- Type: Standard NPC -- @zone: 240 -- @pos 34.683 -5.999 137.447 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Port_Windurst/npcs/Pherchabalet.lua
38
1039
----------------------------------- -- Area: Port Windurst -- NPC: Pherchabalet -- Type: Standard NPC -- @zone: 240 -- @pos 34.683 -5.999 137.447 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------...
gpl-3.0
hooksta4/darkstar
scripts/globals/items/eel_kabob.lua
35
1276
----------------------------------------- -- ID: 4457 -- Item: eel_kabob -- Food Effect: 30Min, All Races ----------------------------------------- -- Dexterity 4 -- Mind -3 -- Evasion 5 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- ...
gpl-3.0
ak48disk/wowaddons
Quartz/libs/LibStub/tests/test.lua
10
2053
debugstack = debug.traceback strmatch = string.match loadfile("../LibStub.lua")() local lib, oldMinor = LibStub:NewLibrary("Pants", 1) -- make a new thingy assert(lib) -- should return the library table assert(not oldMinor) -- should not return the old minor, since it didn't exist -- the following is to cre...
mit
hooksta4/darkstar
scripts/zones/Periqia/IDs.lua
49
3842
Periqia = { text = { -- General Texts ITEM_CANNOT_BE_OBTAINED = 6378, -- You cannot obtain the item <item> come back again after sorting your inventory ITEM_OBTAINED = 6381, -- Obtained: <item> GIL_OBTAINED = 6384, -- Obtained <number> gil KEYITEM_OBTAINED = 6384, -- Obtaine...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Waughroon_Shrine/bcnms/shattering_stars.lua
19
1935
----------------------------------- -- Area: Waughroon Shrine -- Name: Shattering stars - Maat Fight -- @pos -345 104 -260 144 ----------------------------------- package.loaded["scripts/zones/Waughroon_Shrine/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Waughroon_Shrine/TextIDs"); ----...
gpl-3.0
hooksta4/darkstar
scripts/zones/Northern_San_dOria/npcs/Justi.lua
6
1778
----------------------------------- -- Area: Northern San d'Oria -- NPC: Justi -- Conquest depending furniture seller ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/s...
gpl-3.0
hooksta4/darkstar
scripts/globals/items/himesama_rice_ball.lua
51
1477
----------------------------------------- -- ID: 5928 -- Item: Himesama Rice Ball -- Food Effect: 30 Mins, All Races ----------------------------------------- -- HP +25 -- Dexterity +4 -- Vitality +4 -- Character +4 -- Effect with enhancing equipment (Note: these are latents on gear with the effect) -- Attack +60 -- De...
gpl-3.0
snabbco/snabb
src/dasm_x86.lua
5
77435
------------------------------------------------------------------------------ -- DynASM x86/x64 module. -- -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ local x64 = rawget(_G, "x64"...
apache-2.0
Adirelle/AdiSpellHUD
Localization.lua
1
1097
--[[ AdiSpellHUD - Spell overlay customization and spell state HUD. Copyright 2011-2013 Adirelle (adirelle@gmail.com) All rights reserved. This file is part of AdiSpellHUD. AdiSpellHUD 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...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Windurst_Waters_[S]/npcs/Lutete.lua
38
1110
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Lutete -- Type: Standard NPC -- @zone: 94 -- @pos 169.205 -0.879 -9.107 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; ----...
gpl-3.0