Skip to content

Releases: velocitatem/lapaces-daemon

LADAshell meets LADAq

03 Dec 08:32
Compare
Choose a tag to compare

Current modules

	+ physics
	 	+ kinematics
	 	 	- [0]  average-speed :: [distance, time]
	 	 	- [1]  deltaX :: [v0, v, t]
	 	+ vectors
	 	 	- [0]  complex-vector-magnitude :: [ax, ay]
	 	 	- [1]  complex-vector-theta-degrees :: [ax, ay]
	 	 	- [2]  complex-vector-from-theta-and-magnitude :: [theta, magnitude]
	+ math
	 	+ calculus
	 	 	- [0]  limit :: [equation, x]
	 	 	- [1]  differentiation :: [equation, x, order]
	 	 	- [2]  integration :: [equation, a, b, n]
	 	 	- [3]  tangen-line :: [equation, x]
	 	+ operations
	 	 	- [0]  linear-system-solution :: [m1, b1, m2, b2]
	 	 	- [1]  factorial :: [a]
	 	+ stats
	 	 	- [0]  LSRL :: [x, y]
	 	 	- [1]  one-var-stats :: [array]
	 	 	- [2]  z-score :: [x, mu, sigma]
	 	 	- [3]  probability-distribution-function :: [z-score, direction]
	 	 	- [4]  prob-sim :: [trials, prob]
	+ astronomy
	 	+ navigation
	 	 	- [0]  get-current-julian-day :: []
	 	 	- [1]  get-custom-julian-day :: [year, month, day, hour, minute, second, millis]
	+ computing
	 	+ cryptography
	 	 	- [0]  hashing :: [type, body]
	 	+ sorting
	 	 	- [0]  insertion :: [array]
	 	 	- [1]  bubble :: [array]
	 	 	- [2]  selection :: [array]
	 	 	- [3]  merge :: [array]
	+ linguistics
	 	+ conversion
	 	 	- [0]  IRSA-parse :: [code]
	 	+ parsing
	 	 	- [0]  rm-stopw :: [body]
	 	 	- [1]  rm-select :: [body, regex]
	+ system
	 	+ network
	 	 	- [0]  port-scan :: [ip]
	 	 	- [1]  device-probe :: [ip]
	 	 	- [2]  scan-network :: [T]	(scan duration proportional to 22600*T (ms))
	 	 	- [3]  ping :: [ip]
	 	 	- [4]  lan-ip :: []
	 	 	- [5]  public-ip :: []
	 	 	- [6]  private-ip :: []
	 	 	- [7]  url-ip :: [url]
	 	+ internet
	 	 	- [0]  get :: [url]

TELL!

You can learn more on how the tell command works in LADAq

	+ cameras
		-  cameras :: [location]
	+ opensky
		-  all-aircraft :: []
		-  arrivals :: [airport, days-back, days-forward]
		-  find-airport :: [query]
	+ finance
		-  forex :: [source, target]
	+ nasa
		-  satimg :: [lat, lon, y-m-d, ratio]
	+ world-bank
		-  country :: [query]
		-  wb-indicator :: [indicator, country, start-year]
		-  wb-find-indicator :: [query]
	+ WHO
		-  who-indicator :: [indicator, country]

What's Changed

  • 2 var statistics + array generator by @danalves24com in #28
  • more stats modules: z-score PDF by @danalves24com in #29
  • Lada q by @danalves24com in #30
  • WHO indicators and data by @danalves24com in #31
  • Lada q by @danalves24com in #32
  • Docs by @danalves24com in #33
  • Lad ashell by @danalves24com in #34
  • pre v7 rel by @danalves24com in #37
  • pre v7 rel img 2 by @danalves24com in #38

Full Changelog: v4.0.0...v7

LADAshell v6

28 Nov 09:46
4ced43a
Compare
Choose a tag to compare

V6! 🥳

What's new?

  • ladaQ implementation with the tell command
  • New statistics modules

LADAshell v5

21 Nov 14:02
Compare
Choose a tag to compare

v5 - the currently most stable version 🥳

current modules

+ physics
 	+ kinematics
 	 	- [0]  average-speed :: [distance, time]
 	 	- [1]  deltaX :: [v0, v, t]
 	+ vectors
 	 	- [0]  complex-vector-magnitude :: [ax, ay]
 	 	- [1]  complex-vector-theta-degrees :: [ax, ay]
 	 	- [2]  complex-vector-from-theta-and-magnitude :: [theta, magnitude]
+ math
 	+ calculus
 	 	- [0]  limit :: [equation, x]
 	 	- [1]  differentiation :: [equation, x, order]
 	 	- [2]  tangen-line :: [equation, x]
 	+ operations
 	 	- [0]  linear-system-solution :: [m1, b1, m2, b2]
 	 	- [1]  factorial :: [a]
 	+ stats
 	 	- [0]  LSRL :: [x, y]
 	 	- [1]  One Variable Statistics :: [array]
+ astronomy
 	+ navigation
 	 	- [0]  get-current-julian-day :: []
 	 	- [1]  get-custom-julian-day :: [year, month, day, hour, minute, second, millis]
+ computing
 	+ cryptography
 	 	- [0]  hashing :: [type, body]
 	+ sorting
 	 	- [0]  insertion :: [array]
 	 	- [1]  bubble :: [array]
 	 	- [2]  selection :: [array]
 	 	- [3]  merge :: [array]
+ system
 	+ network
 	 	- [0]  port-scan :: [ip]
 	 	- [1]  device-probe :: [ip]
 	 	- [2]  scan-network :: [T]	(scan duration proportional to 22600*T (ms))
 	 	- [3]  ping :: [ip]
 	 	- [4]  lan-ip :: []
 	 	- [5]  public-ip :: []
 	 	- [6]  private-ip :: []
 	 	- [7]  url-ip :: [url]

Full Changelog: v4.0.0...LSv5.0.01

LADAshell v3

19 Nov 18:07
698292b
Compare
Choose a tag to compare
v4.0.0

name change smh

Beta

25 Oct 11:21
Compare
Choose a tag to compare
Beta Pre-release
Pre-release

Beta is OUT! 🎉

The .jar library can also be found here. Simply download it and implement in your code 👨‍💻 😃

What does it include?

  • Basic Astrophysics
  • Incomplete emotional evaluation
  • Numerical Differentiation 💯
  • Limits 💯
  • Basic Supply and Demand