update scripts.zip
This commit is contained in:
@@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
rm -rf scripts.zip scripts.md5
|
rm -rf scripts.zip scripts.md5
|
||||||
zip -r scripts.zip -j main/*.lua ru/*.lua
|
zip -r scripts.zip -j main/*.lua ru/*.lua
|
||||||
ls -1 main/*.lua ru/*.lua > scripts.index
|
|
||||||
md5sum scripts.zip | cut -d " " -f 1 > scripts.md5
|
md5sum scripts.zip | cut -d " " -f 1 > scripts.md5
|
||||||
|
|||||||
@@ -183,7 +183,7 @@ function f.kf(x)
|
|||||||
end
|
end
|
||||||
|
|
||||||
units = {
|
units = {
|
||||||
length = {
|
length = {
|
||||||
kilometer_km = 1e3,
|
kilometer_km = 1e3,
|
||||||
meter_m = 1,
|
meter_m = 1,
|
||||||
decimeter_dm = 1e-1,
|
decimeter_dm = 1e-1,
|
||||||
@@ -197,7 +197,7 @@ length = {
|
|||||||
inch_in = 0.0254,
|
inch_in = 0.0254,
|
||||||
["nautical.mile_nmi"] = 1852
|
["nautical.mile_nmi"] = 1852
|
||||||
},
|
},
|
||||||
weight = {
|
weight = {
|
||||||
ton_t = 1e3,
|
ton_t = 1e3,
|
||||||
kilogram_kg = 1,
|
kilogram_kg = 1,
|
||||||
gram_g = 1e-3,
|
gram_g = 1e-3,
|
||||||
@@ -209,7 +209,7 @@ weight = {
|
|||||||
pound_lb = 0.4535923744953,
|
pound_lb = 0.4535923744953,
|
||||||
ounce_oz = 0.028349523084478
|
ounce_oz = 0.028349523084478
|
||||||
},
|
},
|
||||||
volume = {
|
volume = {
|
||||||
["cubic.meter_cbm"] = 1e3,
|
["cubic.meter_cbm"] = 1e3,
|
||||||
liter_l = 1,
|
liter_l = 1,
|
||||||
milliliter_ml = 1e-3,
|
milliliter_ml = 1e-3,
|
||||||
@@ -231,14 +231,14 @@ volume = {
|
|||||||
["cubic.inch_cbin"] = 0.016387064025439,
|
["cubic.inch_cbin"] = 0.016387064025439,
|
||||||
["cubic.yard_cbyd"] = 764.55486927411
|
["cubic.yard_cbyd"] = 764.55486927411
|
||||||
},
|
},
|
||||||
pressure = {
|
pressure = {
|
||||||
pascal_pa = 1,
|
pascal_pa = 1,
|
||||||
atmosphere_at = 101324.99966284,
|
atmosphere_at = 101324.99966284,
|
||||||
bar_bar = 1e5,
|
bar_bar = 1e5,
|
||||||
["torr.mm.Hg_mm.Hg"] = 133.3223684,
|
["torr.mm.Hg_mm.Hg"] = 133.3223684,
|
||||||
["pound-force.per.square.inch_psi"] = 6894.76
|
["pound-force.per.square.inch_psi"] = 6894.76
|
||||||
},
|
},
|
||||||
square = {
|
square = {
|
||||||
["square.meter_sqm"] = 1,
|
["square.meter_sqm"] = 1,
|
||||||
["square.kilometer_sqkm"] = 1e6,
|
["square.kilometer_sqkm"] = 1e6,
|
||||||
["square.mile_sqmi"] = 2589988.1005586,
|
["square.mile_sqmi"] = 2589988.1005586,
|
||||||
@@ -249,12 +249,12 @@ square = {
|
|||||||
acre_ac = 4046.8564464278,
|
acre_ac = 4046.8564464278,
|
||||||
are_a = 100
|
are_a = 100
|
||||||
},
|
},
|
||||||
temperature = {
|
temperature = {
|
||||||
["celsius_°C"] = "c",
|
["celsius_°C"] = "c",
|
||||||
["fahrenheit_°F"] = "f",
|
["fahrenheit_°F"] = "f",
|
||||||
kelvin_K = "k"
|
kelvin_K = "k"
|
||||||
},
|
},
|
||||||
energy = {
|
energy = {
|
||||||
joule_J = 1,
|
joule_J = 1,
|
||||||
kilojoule_kJ = 1e3,
|
kilojoule_kJ = 1e3,
|
||||||
calorie_cal = 4.1868,
|
calorie_cal = 4.1868,
|
||||||
@@ -266,13 +266,13 @@ energy = {
|
|||||||
["american.therm_us.thm"] = 1.05506e8,
|
["american.therm_us.thm"] = 1.05506e8,
|
||||||
["foot-pound_ft-lb"] = 1.35582
|
["foot-pound_ft-lb"] = 1.35582
|
||||||
},
|
},
|
||||||
power = {
|
power = {
|
||||||
watt_W = 1,
|
watt_W = 1,
|
||||||
kilowatt_kW = 1e3,
|
kilowatt_kW = 1e3,
|
||||||
["metric.ton.cooling_RT"] = 3861.1599472766,
|
["metric.ton.cooling_RT"] = 3861.1599472766,
|
||||||
["metric.horsepower_hp"] = 735.49962489519
|
["metric.horsepower_hp"] = 735.49962489519
|
||||||
},
|
},
|
||||||
digital = {
|
digital = {
|
||||||
bit_b = 0.125,
|
bit_b = 0.125,
|
||||||
byte_B = 1,
|
byte_B = 1,
|
||||||
kilobyte_kB = 1e3,
|
kilobyte_kB = 1e3,
|
||||||
@@ -285,14 +285,14 @@ digital = {
|
|||||||
tebibyte_TiB = 2^40
|
tebibyte_TiB = 2^40
|
||||||
},
|
},
|
||||||
|
|
||||||
angle = {
|
angle = {
|
||||||
gon_g = 0.9,
|
gon_g = 0.9,
|
||||||
degree_deg = 1,
|
degree_deg = 1,
|
||||||
radian_rad = 180/math.pi,
|
radian_rad = 180/math.pi,
|
||||||
minute_min = 1/60,
|
minute_min = 1/60,
|
||||||
second_sec = 1/3600
|
second_sec = 1/3600
|
||||||
},
|
},
|
||||||
period = {
|
period = {
|
||||||
second_sec = 1,
|
second_sec = 1,
|
||||||
minute_min = 60,
|
minute_min = 60,
|
||||||
hour_h = 3600,
|
hour_h = 3600,
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
main/battery-widget.lua
|
|
||||||
main/calendar.lua
|
|
||||||
main/calendar-search.lua
|
|
||||||
main/covid-widget.lua
|
|
||||||
main/dice-widget.lua
|
|
||||||
main/facts-widget.lua
|
|
||||||
main/inspiration-quotes-widget.lua
|
|
||||||
main/kodi-remote-widget.lua
|
|
||||||
main/public-ip-widget.lua
|
|
||||||
main/quotes-widget.lua
|
|
||||||
main/shell-widget.lua
|
|
||||||
main/sys-info-widget.lua
|
|
||||||
main/todoist-widget.lua
|
|
||||||
main/unit-converter.lua
|
|
||||||
main/uptimerobot-widget.lua
|
|
||||||
main/widgets-on-off.lua
|
|
||||||
main/wikipedia-widget.lua
|
|
||||||
main/year_progress-widget.lua
|
|
||||||
ru/currency-ru-widget.lua
|
|
||||||
ru/holydays-ru-widget.lua
|
|
||||||
ru/isdayoff-ru-widget.lua
|
|
||||||
ru/quotes-ru-widget.lua
|
|
||||||
@@ -1 +1 @@
|
|||||||
403084b6ff55c5c236ed152478991587
|
0ae82c0a832c38bd204ab4b8b1f3cafe
|
||||||
|
|||||||
BIN
scripts.zip
BIN
scripts.zip
Binary file not shown.
Reference in New Issue
Block a user