
2025-06-25 08:11:03
Soft vs. Hard Dependency. A Better Way to Think About Dependencies for More Reliable Systems
https://www.thecoder.cafe/p/soft-hard-dependency
Soft vs. Hard Dependency. A Better Way to Think About Dependencies for More Reliable Systems
https://www.thecoder.cafe/p/soft-hard-dependency
jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted
PyPitfall: Dependency Chaos and Software Supply Chain Vulnerabilities in Python
Jacob Mahon, Chenxi Hou, Zhihao Yao
https://arxiv.org/abs/2507.18075 https://
Not All Features Deserve Attention: Graph-Guided Dependency Learning for Tabular Data Generation with Language Models
Zheyu Zhang, Shuo Yang, Bardh Prenkaj, Gjergji Kasneci
https://arxiv.org/abs/2507.18504
from my link log —
Basic dependency injection with objects in OCaml.
https://gr-im.github.io/a/dependency-injection.html
saved 2025-08-18
I just released nugraph, a #dotnet tool for creating visual dependency graph of NuGet packages.
Installation:
dotnet tool install --global nugraph
Usage for a NuGet package:
nugraph Azure.Core
or for a .NET project:
nugraph ~/Projects/Kerberos.NET/Bruce/Bruce.csproj
Many options are available, everything is documented on https://github.com/0xced/nugraph
Enjoy!
Here's the kind of graph it generates (Azure.Core example).
https://mermaid.live/view#pako:eNqcVU2P2jAQ_StWViu1EjgBVqjNjS6raqXl0t6qXIwzSVwSO3UmAor4780HKF4wWdJcYux5z2_ezISDw1UIju-Mx-NAosAUfLKEHGQIku9JrFmeEBWRxd9SA31WGsiEPs3plHySgF-o9zmQDTaQj4_kO0jQDCEk6z1JEPPCd91YYFKuKVeZ6-04hK4sG9oa0_K__ajXPGVFsYSIaKWQFKjVBsZbEWLiP-U74zyEiJUpkkikqc_-lCxjWkgYtRD_wfO-evPJiKtUaf9h1jz1BV0Oh0O3Ph5Jpb_0vNkLWQmuVaEipN94ShfFXvJXiaAjxqEwCTrIz32BkNHnVIDEVWVm2hu3gkzpPV0yZIHsrnvZIchCKFnQNxXHQsZ0sa7yYRzrTZtCA9IV7FX-hgbyDh7Ia5UfUNpU9NPYEjwVzeyeuriW7VNN6xPBN-ZJTT-dnptpu93Sqn8AqdKxmzO-YTEUbhfvtu3Zok7gq-Ztt88yeqt-qaw_-C6xvRRuNVPUeye__0oj_jqhAU1yO9EhJAMNGEDdGDO9YcwQiQZPr2HWQbzHJCvw_42x0TVmzD42wyrFwJ4NsAz2RaaWiLtSusbVE3pRSAu5EXQh0vjC3BBpRgwRaeDceWXSxCbSJDeCAumMnAx0xkRY_Z8e2l1MIIN26bevs-Lmx7HC5Ez-UipzfNQlHP8BAAD__wMAEYyvHw
#Python world be like:
"Oh, hi, we wrote a new library implementing this spec."
"Hey, it looks like it doesn't conform to the spec, it doesn't pass the examples from it."
"Oh, you're right, we'll fix it ASAP."
…and that was over 3 years ago.
And yet projects keep adding a dependency on this library which has a single "pre-alpha" release 3.5 years ago and whose very first bug report points out it's incorrect.
Urban observations about #Winnipeg
-Why are the downtown streets so large? For a city built before car dependency, I find everything very large
-So many one-ways
-While it looks quite car centric, I see many people at bus stop. (I hope it means transit is decent and not that there’s isn’t enough bus)
-Sadly downtown has seen better days. Beautiful buildings but ma…
LLM-Driven Collaborative Model for Untangling Commits via Explicit and Implicit Dependency Reasoning
Bo Hou, Xin Tan, Kai Zheng, Fang Liu, Yinghao Zhu, Li Zhang
https://arxiv.org/abs/2507.16395
Met$^2$Net: A Decoupled Two-Stage Spatio-Temporal Forecasting Model for Complex Meteorological Systems
Shaohan Li, Hao Yang, Min Chen, Xiaolin Qin
https://arxiv.org/abs/2507.17189
software_dependencies: Software dependencies (2010)
Several networks of software dependencies. Nodes represent libraries and a directed edge denotes a library dependency on another.
This network has 1040 nodes and 5363 edges.
Tags: Technological, Software, Unweighted
https://networks.skewed.d…
The dependency digraph for irreducible finite-range random walk in free groups
Chevalier Guillaume (IMB)
https://arxiv.org/abs/2507.15902 https://
Deep Intrinsic Coregionalization Multi-Output Gaussian Process Surrogate with Active Learning
Chun-Yi Chang, Chih-Li Sung
https://arxiv.org/abs/2508.16434 https://
Auto-scaling Approaches for Cloud-native Applications: A Survey and Taxonomy
Minxian Xu, Linfeng Wen, Junhan Liao, Huaming Wu, Kejiang Ye, Chengzhong Xu
https://arxiv.org/abs/2507.17128
Direct Dual-Energy CT Material Decomposition using Model-based Denoising Diffusion Model
Hang Xu, Alexandre Bousse, Alessandro Perelli
https://arxiv.org/abs/2507.18012 https://
is it too much to ask that a software dependency be:
1. fast
2. permissive open-source licensed
3. lightweight in bundle cost
4. lightweight in installation size
5. well-maintained
6. accurate
7. able to run in all of the marginally different JavaScript runtimes
8. human sourced to avoid ethical and future copyright issues with AI
9. use modern APIs and without vestigial polyfill bloat
10. use best progressive enhancement and accessibility p…
Bayesian Variable Selection in Multivariate Regression Under Collinearity in the Design Matrix
Joyee Ghosh, Xun Li
https://arxiv.org/abs/2507.17975 https://
Low-Complexity Semantic Packet Aggregation for Token Communication via Lookahead Search
Seunghun Lee, Jihong Park, Jinho Choi, Hyuncheol Park
https://arxiv.org/abs/2506.19451
Ah, I figured it out. Classic.
Somewhere else in the project someone is mocking one of my dependencies and overwriting the singleton instance.
So it’s wholly non deterministic whether I get a working or broken dependency at runtime.
The debugger being attached slowed execution of my particular test, making it more likely the offending one had run in parallel before I finished stepping through the code.
Are you interested in how dependency-heavy your (or another) package is and why? #rstats
Ties, Tails and Spectra: On Rank-Based Dependency Measures in High Dimensions
Nina D\"ornemann, Michael Fleermann, Johannes Heiny
https://arxiv.org/abs/2508.14992 https://
🔄 Key features include automatic garbage collection, extendable frontend formats & concurrent dependency resolution
⚡ Efficient instruction caching with build cache import/export capabilities & nested build job invocations
The $\overline\partial$-Robin Laplacian
Joaquim Duran
https://arxiv.org/abs/2507.16895 https://arxiv.org/pdf/2507.16895
Structural and Connectivity Patterns in the Maven Central Software Dependency Network
Daniel Ogenrwot, John Businge, Shaikh Arifuzzaman
https://arxiv.org/abs/2508.13819 https://…
#Figma's $300,000 Daily #AWS Bill Highlights Cloud Dependency Risks
https://www.infoq.com/news/2025/07/figma-a…
A B-Spline Finite Element Method for Cloth Simulation
Yuqi Meng, Yihao Shi, Kemeng Huang, Ning Guo, Taku Komura, Yin Yang, Minchen Li
https://arxiv.org/abs/2506.18867
Beyond Syntax: Action Semantics Learning for App Agents
Bohan Tang, Dezhao Luo, Jingxuan Chen, Shaogang Gong, Jianye Hao, Jun Wang, Kun Shao
https://arxiv.org/abs/2506.17697
Dependency Pairs for Expected Innermost Runtime Complexity and Strong Almost-Sure Termination of Probabilistic Term Rewriting
Jan-Christoph Kassing, Leon Spitzer, J\"urgen Giesl
https://arxiv.org/abs/2507.12918
CYCLE-INSTRUCT: Fully Seed-Free Instruction Tuning via Dual Self-Training and Cycle Consistency
Zhanming Shen, Hao Chen, Yulei Tang, Shaolin Zhu, Wentao Ye, Xiaomeng Hu, Haobo Wang, Gang Chen, Junbo Zhao
https://arxiv.org/abs/2508.16100
python_dependency: Python Dependency Network
Python's package dependency networks. Nodes in the network are Python's packages registered to PyPI and edges are dependencies among packages.
This network has 58743 nodes and 108399 edges.
Tags: Technological, Software, Unweighted
https://networks.sk…
The GameTheory package for Macaulay2
Erin Connelly, Vincenzo Galgano, Zhuang He, Giacomo Maletto, Elke Neuhaus, Irem Portakal, Hannah Tillmann-Morris, Chenyang Zhao
https://arxiv.org/abs/2507.16755
Efficient and Scalable Self-Healing Databases Using Meta-Learning and Dependency-Driven Recovery
Joydeep Chandra, Prabal Manhas
https://arxiv.org/abs/2507.13757
IPIGuard: A Novel Tool Dependency Graph-Based Defense Against Indirect Prompt Injection in LLM Agents
Hengyu An, Jinghuai Zhang, Tianyu Du, Chunyi Zhou, Qingming Li, Tao Lin, Shouling Ji
https://arxiv.org/abs/2508.15310
Musing again about some kind of lightweight vector graphics format as an intermediate between (a subset of) SVG and ImDrawList. Probably YAML based since we already have yaml-cpp as a dependency.
python_dependency: Python Dependency Network
Python's package dependency networks. Nodes in the network are Python's packages registered to PyPI and edges are dependencies among packages.
This network has 58743 nodes and 108399 edges.
Tags: Technological, Software, Unweighted
https://networks.sk…
Okay, time to continue bashing. Perhaps this one project is just that bad, but Conan sounds like a complete antithesis of what a package manager is all about.
Well, this package insists to build its dependencies via Conan. Except it insists on really old versions that don't work with my glibc. So I need to start swapping dependencies.
Except it turns out Conan doesn't care much about resolving dependencies. So I actually need to start adjust versions of the dependencies of packages that it wants to build. And then it starts rebuilding other stuff and again everything fails because of incompatible versions.
And when I finally manage to find a working set, the actual project fails over protobuf version. After a long WTF-ing, I finally realize that it's complaining, because it somehow managed to mix the version of protobuf built by Conan and the external protobuf installed by Conda.
So yeah, great job. A package manager that doesn't really resolve dependencies but instead forces a dependency hell on you, and on top of that ends up mixing system packages with its own packages.
This is a really cool insight about talking to people who like to use Midjourney/ChatGPT. The comparison with plastic use (and also car dependency) is great. For both of these things we know that they waste precious resources, pollute the environment and are health hazards. But even people who know this will still not let go because it's too much work. AI is not yet at this point but may soon be...
Reviewing some #aspnetcore Minimal API endpoint code today, and the need to inject every dependency, even a “RedirectManager”, feels like a code smell.
There is an elegance to an MVC endpoint or Razor Page that exists in a self-aware context.
The Custom #Tenant Code Nightmare (And How to Wake Up) 🏗️
🔥 Managing dozens of customer branches wastes 40% of development time on merges instead of features
🎨 Custom Views: Use fallback patterns
or customer-specific directories for branding without logic changes
⚙️ Custom Services: Swap implementations via dependency injection - same interface, different providers
…
@… I really appreciated how Java would make me jump through a few hoops to set a private variable in an object controlled by a dependency, but it would absolutely do it. It’s something I definitely miss when writing Rust.
In JavaScript, you can make objects via classes/prototypes, or by closing over local variables. The latter hides them because there’s no way to re…
Every company or government should think about this, prepare exit and contingency plans. Also for other dependencies.
https://www.theregister.com/2025/06/26/cost_of_microsoft_dependency/
Toda lattice formed in nonequilibrium steady states of SWCNT
Heeyuen Koh, Shigeo Maruyama
https://arxiv.org/abs/2507.18412 https://arxiv.org/pdf/2507.18412…
jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph
https://
DEPTH: Hallucination-Free Relation Extraction via Dependency-Aware Sentence Simplification and Two-tiered Hierarchical Refinement
Yupei Yang, Fan Feng, Lin Yang, Wanxi Deng, Lin Qu, Biwei Huang, Shikui Tu, Lei Xu
https://arxiv.org/abs/2508.14391
Parallel repetition of expanded, and multiplayer, Quantum games: anchoring, optimal values, generalized error bounds, dependency-breaking as symmetry-breaking
Pete Rigas
https://arxiv.org/abs/2508.09380
Design of an Edge-based Portable EHR System for Anemia Screening in Remote Health Applications
Sebastian A. Cruz Romero, Misael J. Mercado Hernandez, Samir Y. Ali Rivera, Jorge A. Santiago Fernandez, Wilfredo E. Lugo Beauchamp
https://arxiv.org/abs/2507.15146
So what I learned from the recent Google outage, is how much of a cirklejerk "big tech" actually is.
Google did a fucky wucky... Which caused Cloudflare to go belly up, Shopify to go belly up, Spotify to go belly up...
Imagine having given *one* company having so much power that, if they make a mistake somewhere, half the internet is gone.
So if you self-host, make sure to see how your dependency chain is.
How much places can make a mistake that can knock you …
Toward an African Agenda for AI Safety
Samuel T. Segun, Rachel Adams, Ana Florido, Scott Timcke, Jonathan Shock, Leah Junck, Fola Adeleke, Nicolas Grossman, Ayantola Alayande, Jerry John Kponyo, Matthew Smith, Dickson Marfo Fosu, Prince Dawson Tetteh, Juliet Arthur, Stephanie Kasaon, Odilile Ayodele, Laetitia Badolo, Paul Plantinga, Michael Gastrow, Sumaya Nur Adan, Joanna Wiaterek, Cecil Abungu, Kojo Apeagyei, Luise Eder, Tegawende Bissyande
🎨 Droip: The Modern Website Builder WordPress Needed
#web
Arintra, whose AI medical coding system translates clinical documentation into insurance codes for healthcare providers, raised a $21M Series A led by Peak XV (Erin Brodwin/Axios)
https://www.axios.com/pro/health-tech-deals/2025/08/12/arintra-21m…
Evaluating virtual-control-augmented trials for reproducing treatment effect from original RCTs
Alex Fernandes, Rapha\"el Porcher, Viet-Thi Tran, Fran\c{c}ois Petit
https://arxiv.org/abs/2507.16048
It's a Complete Haystack: Understanding Dependency Management Needs in Computer-Aided Design
Kathy Cheng, Alison Olechowski, Shurui Zhou
https://arxiv.org/abs/2508.05940 htt…
ROSE: Transformer-Based Refactoring Recommendation for Architectural Smells
Samal Nursapa, Anastassiya Samuilova, Alessio Bucaioni. Phuong T. Nguyen
https://arxiv.org/abs/2507.12561
GratNet: A Photorealistic Neural Shader for Diffractive Surfaces
Narayan Kandel, Daljit Singh J. S. Dhillon
https://arxiv.org/abs/2506.15815 https://
MS-UMamba: An Improved Vision Mamba Unet for Fetal Abdominal Medical Image Segmentation
Caixu Xu, Junming Wei, Huizhen Chen, Pengchen Liang, Bocheng Liang, Ying Tan, Xintong Wei
https://arxiv.org/abs/2506.12441
Finite-Time Ruin for the Compound Markov Binomial Risk Model
Zbigniew Palmowski, Lewis Ramsden, Apostolos D. Papaioannou
https://arxiv.org/abs/2507.16448 h…
python_dependency: Python Dependency Network
Python's package dependency networks. Nodes in the network are Python's packages registered to PyPI and edges are dependencies among packages.
This network has 58743 nodes and 108399 edges.
Tags: Technological, Software, Unweighted
https://networks.sk…
Replaced article(s) found for cs.DB. https://arxiv.org/list/cs.DB/new
[1/1]:
- Enabling Data Dependency-based Query Optimization
Daniel Lindner, Daniel Ritter, Felix Naumann
Analysis of Anonymous User Interaction Relationships and Prediction of Advertising Feedback Based on Graph Neural Network
Yanjun Dai, Haoyang Feng, Yuan Gao
https://arxiv.org/abs/2506.13787
🚨🚨🚨 uv has fixed my pet issue https://github.com/astral-sh/uv/issues/6314 and `uv tool install ansible --with-executables-from ansible-core` works now! 🚨🚨🚨
for us, that was the last blocker before going all-in on uv.
Improving Neural Diarization through Speaker Attribute Attractors and Local Dependency Modeling
David Palzer, Matthew Maciejewski, Eric Fosler-Lussier
https://arxiv.org/abs/2506.05593
rt-RISeg: Real-Time Model-Free Robot Interactive Segmentation for Active Instance-Level Object Understanding
Howard H. Qian, Yiting Chen, Gaotian Wang, Podshara Chanrungmaneekul, Kaiyu Hang
https://arxiv.org/abs/2507.10776
TraGe: A Generic Packet Representation for Traffic Classification Based on Header-Payload Differences
Chungang Lin, Yilong Jiang, Weiyao Zhang, Xuying Meng, Tianyu Zuo, Yujun Zhang
https://arxiv.org/abs/2506.14151
Having to add an explicit dependency declaration to a #gradle build file, to ensure that an app isn't built with a GSON version that has vulnerabilities dating back to 2022, feels sooo wrong..... but hey, that's #AndroidDev!
(if you're wondering, a dependency of the project has a deep …
python_dependency: Python Dependency Network
Python's package dependency networks. Nodes in the network are Python's packages registered to PyPI and edges are dependencies among packages.
This network has 58743 nodes and 108399 edges.
Tags: Technological, Software, Unweighted
https://networks.sk…
Step-by-step Instructions and a Simple Tabular Output Format Improve the Dependency Parsing Accuracy of LLMs
Hiroshi Matsuda, Chunpeng Ma, Masayuki Asahara
https://arxiv.org/abs/2506.09983
Solving Package Management via Hypergraph Dependency Resolution
Ryan Gibb, Patrick Ferris, David Allsopp, Michael Winston Dales, Mark Elvers, Thomas Gazagnaire, Sadiq Jaffer, Thomas Leonard, Jon Ludlam, Anil Madhavapeddy
https://arxiv.org/abs/2506.10803
The CSA releases Matter 1.4.2 to improve reliability, stability, and cross-platform coordination, like Wi-Fi-only commissioning to cut its Bluetooth dependency (Jennifer Pattison Tuohy/The Verge)
https://www.theverge.com/matter/757179/matter-1…
Critical trajectories in kinetic geometry
Helge Dietert, Cl\'ement Mouhot, Lukas Niebel, Rico Zacher
https://arxiv.org/abs/2508.14868 https://arxiv.org…
Dependency on Meta AI Chatbot in Messenger Among STEM and Non-STEM Students in Higher Education
Hilene E. Hernandez, Rhiziel P. Manalese, Roque Francis B. Dianelo, Jaymark A. Yambao, Almer B. Gamboa, Lloyd D. Feliciano, Mike Haizon M. David, Freneil R. Pampo, John Paul P. Miranda
https://arxiv.org/abs/2507.21059
jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted
python_dependency: Python Dependency Network
Python's package dependency networks. Nodes in the network are Python's packages registered to PyPI and edges are dependencies among packages.
This network has 58743 nodes and 108399 edges.
Tags: Technological, Software, Unweighted
https://networks.sk…
Tool Graph Retriever: Exploring Dependency Graph-based Tool Retrieval for Large Language Models
Linfeng Gao, Yaoxiang Wang, Minlong Peng, Jialong Tang, Yuzhe Shang, Mingming Sun, Jinsong Su
https://arxiv.org/abs/2508.05152
A Joint Multitask Model for Morpho-Syntactic Parsing
Demian Inostroza, Mel Mistica, Ekaterina Vylomova, Chris Guest, Kemal Kurniawan
https://arxiv.org/abs/2508.14307 https://
New in #Python world: #setuptools now vendors deep dependencies with LGPL license. Not that I do mind (but some people and companies do!) — but these dependencies aren't even used! I mean, `autocommand` is just a dependency of some scripts in `jaraco.text` that aren't used by setuptools.
Oh, wait, I actually do care, because I need to fix LICENSE in dev-python/ensurepip-setuptools.
https://github.com/pypa/setuptools/issues/5045
https://github.com/pypa/setuptools/issues/5049
Data Dependency Inference for Industrial Code Generation Based on UML Sequence Diagrams
Wenxin Mao, Zhitao Wang Long Wang, Sirong Chen, Cuiyun Gao, Luyang Cao, Ziming Liu, Qiming Zhang, Jun Zhou, Zhi Jin
https://arxiv.org/abs/2508.03379
jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted
jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted
Temporal Network Analysis of Microservice Architectural Degradation
Alexander Bakhtin
https://arxiv.org/abs/2508.11571 https://arxiv.org/pdf/2508.11571
Signal-First Architectures: Rethinking Front-End Reactivity
Shrinivass Arunachalam Balasubramanian
https://arxiv.org/abs/2506.13815 https://
jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph
https://
StylOch at PAN: Gradient-Boosted Trees with Frequency-Based Stylometric Features
Jeremi K. Ochab, Mateusz Matias, Tymoteusz Boba, Tomasz Walkowiak
https://arxiv.org/abs/2507.12064
jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted
Model Discovery and Graph Simulation: A Lightweight Alternative to Chaos Engineering
Anatoly A. Krasnovsky, Alexander Zorkin
https://arxiv.org/abs/2506.11176
jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted
jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph
https://
jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted
jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted
jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted
jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted
jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph
https://
jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph
https://
jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph
https://
software_dependencies: Software dependencies (2010)
Several networks of software dependencies. Nodes represent libraries and a directed edge denotes a library dependency on another.
This network has 181 nodes and 470 edges.
Tags: Technological, Software, Unweighted
https://networks.skewed.de/n…
jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph
https://
software_dependencies: Software dependencies (2010)
Several networks of software dependencies. Nodes represent libraries and a directed edge denotes a library dependency on another.
This network has 550 nodes and 3691 edges.
Tags: Technological, Software, Unweighted
https://networks.skewed.de/…