Published March 2, 2022
| Version 0.0.32
Software
Open
Bacting
Authors/Creators
Description
This release ports a few old Bioclipse methods and adds some new methods. The UIManager and BioclipseManager are extended with additional methods to download content (allowing passing additional HTTP headers) and working with files in the workspace. This release also ported the JSoupManager and introduces a manager to search in the DuckDuckGo search engine.
Core managers
download(String, String, Map<String,String>)ui.append(byte[])ui.readFile(String)ui.readFileIntoArray(String)jsoup.parseString(String)to parse HTML pagesjsoup.select(Element, String)to select content in an HTML page
Other managers
duckduckgo.search(String)which return search hits for the given search string as aList<String>
Notes
Files
egonw/bacting-bacting-0.0.32.zip
Files
(192.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:55fda4af11084cf1971669c4c5b46f45
|
192.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/egonw/bacting/tree/bacting-0.0.32 (URL)