All Projects → leifeld → Dna

leifeld / Dna

Discourse Network Analyzer (DNA)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Dna

Joincap
Merge multiple pcap files together, gracefully.
Stars: ✭ 159 (+117.81%)
Mutual labels:  network, network-analysis
Deepgraph
Analyze Data with Pandas-based Networks. Documentation:
Stars: ✭ 232 (+217.81%)
Mutual labels:  network, network-analysis
Programming Languages Influence
Code to retrieve data for the programming languages influence visualizations from Freebase
Stars: ✭ 171 (+134.25%)
Mutual labels:  network, network-analysis
Dns Discovery
DNS-Discovery is a multithreaded subdomain bruteforcer.
Stars: ✭ 114 (+56.16%)
Mutual labels:  network, network-analysis
Batfish
Batfish is a network configuration analysis tool that can find bugs and guarantee the correctness of (planned or current) network configurations. It enables network engineers to rapidly and safely evolve their network, without fear of outages or security breaches.
Stars: ✭ 592 (+710.96%)
Mutual labels:  network, network-analysis
Nload
Real-time network traffic monitor
Stars: ✭ 121 (+65.75%)
Mutual labels:  network, network-analysis
Netgraph
Drawing utilities for publication quality plots of networks
Stars: ✭ 227 (+210.96%)
Mutual labels:  network, network-analysis
Daggy
Daggy - Data Aggregation Utility. Open source, free, cross-platform, server-less, useful utility for remote or local data aggregation and streaming
Stars: ✭ 91 (+24.66%)
Mutual labels:  network, network-analysis
Hellraiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
Stars: ✭ 413 (+465.75%)
Mutual labels:  network, network-analysis
Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+5063.01%)
Mutual labels:  network, network-analysis
Nfsen Ng
Responsive NetFlow visualizer built on top of nfdump tools.
Stars: ✭ 112 (+53.42%)
Mutual labels:  network, network-analysis
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (+978.08%)
Mutual labels:  network, network-analysis
Workbase
Grakn Workbase (Knowledge IDE)
Stars: ✭ 106 (+45.21%)
Mutual labels:  network, network-analysis
Urbanaccess
A tool for GTFS transit and OSM pedestrian network accessibility analysis
Stars: ✭ 137 (+87.67%)
Mutual labels:  network, network-analysis
Graph sampling
Graph Sampling is a python package containing various approaches which samples the original graph according to different sample sizes.
Stars: ✭ 99 (+35.62%)
Mutual labels:  network, network-analysis
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+3093.15%)
Mutual labels:  network, network-analysis
Frontendwingman
Frontend Wingman, Learn frontend faster!
Stars: ✭ 315 (+331.51%)
Mutual labels:  network, network-analysis
Scapy
Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Stars: ✭ 6,932 (+9395.89%)
Mutual labels:  network, network-analysis
Graphrole
Automatic feature extraction and node role assignment for transfer learning on graphs (ReFeX & RolX)
Stars: ✭ 38 (-47.95%)
Mutual labels:  network, network-analysis
Awesome I2p
A curated list of awesome I2P implementations, libraries, resources, projects, and shiny things. I2P is an anonymous overlay network - a network within a network. It is intended to protect communication from dragnet surveillance and monitoring by third parties such as ISPs.
Stars: ✭ 66 (-9.59%)
Mutual labels:  network

Discourse Network Analyzer (DNA)

The Java software Discourse Network Analyzer (DNA) is a qualitative content analysis tool with network export facilities. You import text files and annotate statements that persons or organizations make, and the program will return network matrices of actors connected by shared concepts.

  • Download the latest release of the software.

  • Check out the detailed manual for more information, including installation instructions and information on network methods and rDNA.

  • If you have questions or want to report bugs, please create an issue in the issue tracker.


rDNA. A Package to Control DNA from R

This is the companion package to DNA. It integrates the Java software with the statistical computing environment R.

You can install the most recent release using:

# install.packages("remotes")
remotes::install_github("leifeld/dna/[email protected]*release", INSTALL_opts = "--no-multiarch")

This is the recommended version for most users. Note that the package relies on rJava, which needs to be installed first. For details on the installation process on different operating systems, consult the chapter "Installation of DNA and rDNA" in the manual.

To update rDNA, you can use:

# install.packages("remotes")
remotes::install_github("leifeld/dna/[email protected]*release", INSTALL_opts = "--no-multiarch")
library("rDNA")
dna_downloadJar() # update DNA as well to have matching versions

Please note that if you prefer to use the very latest version, you are required to compile the current jar file from the sources on GitHub, for example using the provided make file. Then you can install rDNA from source using:

# install.packages("remotes")
remotes::install_github("leifeld/dna/rDNA", INSTALL_opts = "--no-multiarch")

Build Status Coverage status

Contribute to the project

Please consider contributing to the project by telling other people about the software; citing our underlying research in your publications; fixing issues or adding features via pull requests; or funding the development financially:

Donate using Liberapay

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].