Scout: an open-source version of the monitoring tool

Scout is an open-source version of the monitoring tool used by Badger Finance to watch simple ops metrics on our Ethereum smart contracts. Over time, community dashboards will be added. Scout inspects each block on the chain, creates Badger-relevant events, and uses Grafana with Prometheus as the data source to store/display/work on them. Included is a base set of UI-unchangeable dashboards configured by JSON that are used for alerting, and uses configuration as code wherever possible. Additional dashboards can be […]

Read more

A package for event file analysis and recasting of LHC results

Outline What is MadAnalysis 5? MadAnalysis 5 is a framework for phenomenological investigations at particlecolliders. Based on a C++ kernel, this program allows to efficiently perform, ina straightforward and user-friendly fashion, sophisticated physics analyses ofevent files such as those generated by a large class of Monte Carlo eventgenerators. The first running mode (Normal Mode) of the program, easier to handle, uses the strengths of apowerful Python interface in order to implement physics analyses by means of aset of intuitive commands. […]

Read more

Custom jobs for Nautobot

This repo contains custom jobs for Nautobot. Installation Prerequisites Nautobot nautobot-plugin-nornir nautobot-plugin-golden-config Follow the Nautobot documentation to install the jobs using either the Git repository method (Git Repositories – Jobs) or the local jobs directory method (Jobs). Credentials Jobs that connect to devices need to use credentials to do so and the nautobot-plugin-nornir plugin already provides a way to set a default username and password, as detailed here: https://github.com/nautobot/nautobot-plugin-nornir#installation If customised credential logic is required it is possible to create […]

Read more

GEGVL: Google Earth Based Geoscience Video Library

GEGVL: Google Earth Based Geoscience Video Library GEGVL includes place- & events- based geoscience educational videos which have been made or reviewed by geoscientists or/and domain experts. There are two versions of the GEGVL so far, for STAAR and General. The GEGVL-STAAR is for middle school science teachers in the Texas area. The GEGVL (General) is mostly for 2YC, 4YU, and above. We will continue updating the GEGVL and upload them to this webpage. Please feel free to contact us […]

Read more

Memory location matters for performance

If you’re writing high-performance code, what matters is how many CPU instructions you run. Right? That’s what I learned long ago in school, anyway, when I took algorithms and data structures classes. The basic assumption was that reading or writing to memory took a small, constant amount of time, and so you could focus on how many operations were being done. This was so fundamental to how we were taught that we didn’t even have to write real code: pseudo-code […]

Read more

The stable version of iso6.9

iso.bot is originally made by notsniped#4573. This is a remix of iso.bot by αrchιshα#5518. iso6.9 is a Discord bot written in Python and is used to make your Discord experience better! It is similar to iso.bot as it is a remix. Its prefix is ]. Invite link: https://discord.com/oauth2/authorize?client_id=915488087554002956&permissions=8&scope=bot (it is normally run in replit) To run it, put the bot token inside: token = “token” Also put your discord id in: cid = “client_id” To get your id, run ?userinfo […]

Read more

Protein hallucination and inpainting with RoseTTAFold

Jue Wang ([email protected])Doug Tischer ([email protected])Sidney Lisanza ([email protected])David Juergens ([email protected])Joe Watson ([email protected]) This repository contains code for protein hallucination or inpainting, asdescribed in ourpreprint. Codefor postprocessing and analysis scripts included in scripts/. License All code is released under the MIT license. All weights for neural networks are released for non-commercial use only under the Rosetta-DL license. Installation Clone the repository: git clone https://git.ipd.uw.edu/jue/rfdesign.git cd rfdesign Create environment and install dependencies: cd envs conda env create -f SE3.yml    

Read more

Volume Rendering of Neural Implicit Surfaces

Project Page | Paper | Data This repository contains an implementation for the NeurIPS 2021 paper:Volume Rendering of Neural Implicit Surfaces Lior Yariv1, Jiatao Gu2, Yoni Kasten1, Yaron Lipman1,21Weizmann Institute of Science, 2Facebook AI Research The paper introduce VolSDF: a volume rendering framework for implicit neural surfaces, allowing to learn high fidelity geometry from a sparse set of input images. Setup Installation Requirmenets The code is compatible with python 3.8 and pytorch 1.7. In addition, the following packages are required:numpy, […]

Read more

A parser of Windows Defender’s DetectionHistory forensic artifact, containing substantial info about quarantined files and executables

The files parsed by this application may be found on any Windows system, if they exist, under [root]ProgramDataMicrosoftWindows DefenderScansHistoryServiceDetectionHistory[numbered folder][File GUID] NOTES The file header should be of the form: b’0800000008′, or else it is not a valid DetectionHistory file. Immediately following the file header and before the first mention of “Magic Version”, the GUID of the file is given in Big-Endian(?) representation, capped off by a b’24’ at the end, signaling the end of the GUID and beginning of […]

Read more
1 27 28 29 30 31 49