Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 4
72 results tagged analysis  ✕   ✕
isnic/prober https://gitlab.com/isnic/prober
Mon 22 Mar 2021 10:49:01 AM PDT archive.org

Reproducibly verify assumptions about your network: DNS, available hosts, open ports, TLS configuration; nmap, testssl, and dig/kdig in an Ansible-shaped trench coat.

Rysiek calls it a poor being's personal SHODAN.

ansible sysadmin scanner services dns configs analysis
ericchiang/pup https://github.com/ericchiang/pup
Thu 04 Feb 2021 02:24:12 PM PST archive.org

pup is a command line tool for processing HTML. It reads from stdin, prints to stdout, and allows the user to filter parts of the page using CSS selectors.

Inspired by jq, pup aims to be a fast and flexible way of exploring HTML from the terminal.

golang cli tool html css analysis exocortex
pavels/spektrum https://github.com/pavels/spektrum
Tue 26 Jan 2021 09:17:05 PM PST archive.org

Spektrum is a spectrum analyzer software for use with rtl-sdr.

The biggest advantage is that it can do sweeps across a large frequency span.

User interface part is written in Processing.

rf rtlsdr processing spectrum analysis
jouellnyc/stocks_web https://github.com/jouellnyc/stocks_web
Tue 19 Jan 2021 06:46:19 PM PST archive.org

A webapp for gathering data on stocks you might want to purchase. Builds a history of performance to analyze. Supports research code for arbitrary queries. Seems to require MongoDB for its back-end.

Docker webshit, but can be run outside of that context.

python webapp stocks data scraper analysis investment exocortex
How to Use an Oscilloscope - learn.sparkfun.com https://learn.sparkfun.com/tutorials/how-to-use-an-oscilloscope/all
Wed 23 Dec 2020 06:23:13 PM PST archive.org
howto electronics signals analysis debugging
GitHub - W00t3k/Awesome-Cellular-Hacking: Awesome-Cellular-Hacking https://github.com/W00t3k/Awesome-Cellular-Hacking
Wed 11 Nov 2020 02:09:27 PM PST archive.org

Please note multiple researchers published and compiled this work. This is a list of their research in the 3G/4G/5G Cellular security space. This information is intended to consolidate the community's knowledge. Thank you, I plan on frequently updating this "Awesome Cellular Hacking" curated list with the most up to date exploits, blogs, research, and papers.

awesome list cellular telephony infosec hacking papers archive software analysis foss
GitHub - 0xCoto/CygnusRFI: 📡 CygnusRFI: An open-source RFI analysis tool for Ground Stations & Radio Telescopes https://github.com/0xCoto/CygnusRFI
Mon 02 Nov 2020 03:22:50 PM PST archive.org

CygnusRFI is an easy-to-use open-source Radio Frequency Interference (RFI) analysis tool, based on Python and GNU Radio Companion (GRC) that is conveniently applicable to any ground station/radio telescope working with a GRC-supported software-defined radio (SDR). In addition to data acquisition, CygnusRFI also carries out automated analysis of the recorded data, producing a series of averaged spectra covering a wide range of frequencies of interest. CygnusRFI is built for ground station operators, radio astronomers, amateur radio operators and anyone who wishes to get an idea of how "radio-quiet" their environment is, using inexpensive instruments like SDRs.

The CLI tool is used to set up scanning runs. Data is graphed as output.

rfi rtlsdr python rf analysis spectrogram astronomy cli graphs
GitHub - spotify/annoy https://github.com/spotify/annoy
Mon 02 Nov 2020 01:42:44 PM PST archive.org

Approximate Nearest Neighbors is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are mmapped into memory so that many processes may share the same data. It has the ability to use static files as indexes. In particular, this means you can share index across processes. Annoy also decouples creating indexes from loading them, so you can pass around indexes as files and map them into memory quickly. Every user/item can be represented as a vector in f-dimensional space. This library helps us search for similar users/items. We have many millions of tracks in a high-dimensional space, so memory usage is a prime concern.

cplusplus python module search indexing data analysis recommendations exocortex
Dead Media Archive http://cultureandcommunication.org/deadmedia/index.php/Main_Page
Sat 08 Aug 2020 07:55:44 PM PDT archive.org

Devoted to media archaeology, that is, historical research into forgotten, obsolete, neglected or otherwise dead media technologies. Depending on our understanding of “media” — one of the questions we’ll discuss — these might include forms as diverse as typewriters, phonographs, Polaroid photography, prison tattoo codes and the Victorian language of floral bouquets, outmoded video game platforms, computing systems, and musical instruments, smoke signals, scent organs, shorthand notation, and rocket mail delivery. Our premise is that understanding these things can help us gain a better sense of the development, meaning and legacy of media technologies, now and in the future; our goal is to introduce students to the skills and resources necessary for producing rigorous research on such obsolete and obscure media. The course will include an exposure to scholarship in media archaeology; an intensive introduction to research methods; finding and exploring word, image, and sound archives; and the restoration of media artifacts to their deep social, cultural and personal context. The course stems from the premise that media archaeology is best undertaken, like any archaeological project, collaboratively: we will follow a hands-on research studio model commonly used in disciplines such as architecture or design.

academia wiki research media technology information analysis
Ciphey/Ciphey: Automated decryption tool https://github.com/Ciphey/Ciphey
Thu 06 Aug 2020 09:52:19 AM PDT archive.org

Fully automated decryption tool using natural language processing & artifical intelligence, along with some common sense. Input encrypted text, (hopefully) get the decrypted text back. You don't know, you just know it's possibly encrypted. Ciphey will figure it out for you. Ciphey can solve most things in 3 seconds or less.

Docs: https://docs.ciphey.online/en/latest

Ciphey can even be imported as a module in your own Python code!

It's basically the cryptographer's workbench I was going to write while I was in Pittsburgh.

python cryptography cli tool analysis exocortex ctf module ai
GitHub - chartbrew/chartbrew: Open-source web platform for creating charts out of different data sources (databases and APIs) https://github.com/chartbrew/chartbrew
Fri 10 Jul 2020 01:24:03 PM PDT archive.org

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create beautiful charts. It features a chart builder, editable dashboards, embedable charts, query & requests editor, and team capabilities. Can pull data from MySQL, Postgres, MongoDB, and any API that returns JSON documents. Interactive graph and chart builder.

Written in node.js. Requires MySQL on the back-end.

If you use the service (https://chartbrew.com/) there's a free tier.

nodejs graphs charts databases visualization analysis exocortex
GitHub - kentavv/binary_viewer: A binary visualization tool to aid with reverse engineering and malware detection similar to Cantor.Dust https://github.com/kentavv/binary_viewer
Wed 01 Jul 2020 05:49:03 PM PDT archive.org

Binary Viewer is a tool for binary file discovery using visualizations that may highlight patterns.

3d visualization analysis reverseengineering patterns c
droiD64 - A graphical file manager for D64 files http://droid64.sourceforge.net/
Tue 19 May 2020 11:47:58 AM PDT archive.org

DroiD64 is a graphical file manager for the contents of D64, D67, D71, D80, D81, D82, D88, T64 and LNX files. Examine your disk images in a fine-grained way to see what's in there.

c64 diskimages browser hexeditor retrocomputing analysis organization
GitHub - Tschucker/CircuitPython_FFT: This is a simple circuitpython library for computing the Fast Fourier Transform FFT https://github.com/Tschucker/CircuitPython_FFT
Tue 21 Jan 2020 12:41:00 PM PST archive.org

A pure Python implementation of Fast Fourier Transformations (FFT) for Circuit Python. Ideal for use with the PyBadge, but should work with any Circuit Python-enabled platform. Requires an analog signal input of some kind.

python module math analysis signal-processing embedded
Internet Weather Map https://www.internetweathermap.com/
Sat 18 Jan 2020 06:18:51 PM PST archive.org

The Internet Weather Map™ (IWM) is a free service that maps latency on the Internet. As an Open Community project, it uses data from volunteers all over the world to feed back latency on the Internet into a central database. Then that data is aggregated, and displayed in table and map formats, allowing you to see how the fast sections of the Internet are running. While it practically not possible to map out every segment of the entire Internet, the IWM product traces tens of thousands of segments to give you an informed idea as to it's overall latency.

The Latency Map is the heart of the service, which displays a map of any delays on the Internet, as well as in a table format. While the table displays the slowest segments, the map normally only displays delays (latency over 300ms). The data on this tab will refresh every 60 seconds, so there is no need to re-load the page manually.

Tools allows you get information on your domain name, including an MX Record Lookup, and some additional diagnostics.

internet online map latency analysis interactive networking
GitHub - holoviz/holoviews: With Holoviews, your data visualizes itself. https://github.com/holoviz/holoviews
Mon 13 Jan 2020 03:02:17 PM PST archive.org

HoloViews is an open-source Python library designed to make data analysis and visualization seamless and simple. With HoloViews, you can usually express what you want to do in very few lines of code, letting you focus on what you are trying to explore and convey, not on the process of plotting. Designed with Jupyter notebook-style data exploration primarily but it doesn't seem to b e a requirement.

python data visualization module analysis exploration
Open Humans https://www.openhumans.org/
Sat 11 Jan 2020 10:28:42 PM PST archive.org

A site where people study information about themselves - genomics, text, social networks - and share their techniques for doing so. I'm not entirely sure I'd feel safe uploading anything here, but at the very least some techniques could be learned from it.

crowdsourcing science citizenscience data analysis python
plotly/dash: Analytical Web Apps for Python & R. No JavaScript Required. https://github.com/plotly/dash
Mon 23 Dec 2019 06:58:30 PM PST archive.org

A Python framework for doing graphical data analysis without needing to know Javascript. Visualizations are updated in realtime as they are interacted with. You'll have to write some code to set it up, it would appear mostly to get the data into the application to begin with.

python framework data analysis toolkit charts graphs plots exocortex maps dashboard
clips/pattern https://github.com/clips/pattern
Fri 27 Sep 2019 01:15:20 PM PDT archive.org

Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.

python module tools datamining web search indexing analysis
Data Visualization Software | Tulip http://tulip.labri.fr/TulipDrupal/
Tue 11 Jun 2019 02:01:25 PM PDT archive.org

Tulip is an information visualization framework dedicated to the analysis and visualization of relational data. Tulip aims to provide the developer with a complete library, supporting the design of interactive information visualization applications for relational data that can be tailored to the problems he or she is addressing.

Comes with Python embedded to interact with the data.

Versions for multiple OSes are available. Might be worth grabbing the .appimage to save time.l

graphics data visualization analysis exocortex science desktop mapping graphs python crossplatform
page 1 / 4
3421 links, including 116 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn