Spooky Skelly For Python

_____ _ _____ _ _ _ | __| ___ ___ ___ | |_ _ _ | __|| |_ ___ | || | _ _ |__ || . || . || . || ‘_|| | | |__ || ‘_|| -_|| || || | | |_____|| _||___||___||_,_||_ | |_____||_,_||___||_||_||_ | |_| |___| |___| Created by KuroRyuka Recogida de Informacion Whois Ping Traceroute Nslookup Todo    

Read more

Python script to autodetect a base set of swiftlint rules

Python script to autodetect a base set of swiftlint rules. Installation brew install pipx pipx install https://github.com/schwa/swiftlint-autodetect.git Usage swiftlint-autodetect ~/Projects/MyProject And this outputs: analyzer_rules: – capture_variable – explicit_self – unused_declaration – unused_import only_rules: # – anonymous_argument_in_multiline_closure – anyobject_protocol # – array_init # and so on How this works swiftlint-autodetect    

Read more

The scripts used for the project of ‘Assembly of a pan-genome for global cattle reveals missing sequence and novel structural variation

These are the scripts used for the project of ‘Assembly of a pan-genome for global cattle reveals missing sequence and novel structural variation, providing new insights into their diversity and evolution history’. The Deletion list needs to be constructed. We used the results of four software, retaining 50bp to 50 Mbp, at least two software-supported SV (overlapping 80%).First, The result files generated by the four software programs was normalized to extract the breakpoint information of SV.Then, integrate the results of […]

Read more

A minimalist starknet amm adapted from StarkWare’s amm

A minimalist starknet amm adapted from StarkWare’s amm. Directory Structure contracts ├─ amm — “Single liquidity pool instance” tests ├─ test_amm – “Test amm” Installation First time? Further installation instructions provided in the cairo-lang docs Before installing Cairo on your machine, you need to install gmp: sudo apt install -y libgmp3-dev # linux brew install gmp # mac If you have any troubles installing    

Read more

Digdata presented ‘BrandX’ as a clothing brand that wants to know the best places to set up a ‘pop up’ store

Digdata presented ‘BrandX’ as a clothing brand that wants to know the best places to set up a ‘pop up’ store. I used the dataset given to write a program that ranks these places. Digdata – Analysis/Final Report I created a program that goes through the excel spreadsheet and analysis the data in a selection of categories. The code would rank each of the retail centres within each category and add points accordingly. The code then adjusted the total point […]

Read more

Auto grind btdb2 exp for tower

Auto grind btdb2 exp for towers Setup I suggest checking out every screenshot to see what they are supposed to be, so you can screenshot the correct areas You need to change the coords of screenshots by commenting and running setup.py After changing the coords, you also need to change the respective coords in main.py You also need to run pip install requirements.txt GitHub View Github    

Read more

Haphazard scripts for scraping bitcoin/bitcoin data from GitHub

This is a quick-and-dirty tool used to scrape bitcoin/bitcoin pull request andcommentary data. Each output/ folder contains comments.json: an aggregated list of both issue and review comments, in Github’soriginal format commits.json: a list of commit objects corresponding to the PR, in Github’soriginal format pr.json: the pull request object, in Github’s original format comments_abbrev.csv: abbreviated representation of each comment in CSV format pr_abbrev.csv: abbreviated representation of the PR in CSV format done: the datetime we retrieved the PR data Limitations Right […]

Read more

Implementation for Evolution of Strategies for Cooperation

Implementation for Evolution of Strategies for Cooperation Dependencies You will need a python3 (>= 3.8) environment to run the code. Before you start, please run this command to install the dependencies: pip3 install -r ./requirements.txt How to run the demo We made a Web application to give you a quick impression of our project. In the moraliser directory, run: You will see a grid where nodes with different colors are randomly placed, which indicates agents of different types. Click on […]

Read more
1 8 9 10 11 12 18