18th Week of 2021
Computer Science⚑
Android⚑
Xiaomi Redmi Note 9S⚑
- New: Xiaomi Redmi Note 9S ROMs.
OsmAnd⚑
- New: OsmAnd export favorites.
SafetyNet⚑
-
New: Android SafetyNet.
SafetyNet is a mechanism now included by default in Android that detects device tampering, bad URLs, potentially harmful apps, and fake users and reports it to other apps.
GNULinux⚑
- New: Download video with subs.
Hardware⚑
Asus Prime B450 Plus motherboard⚑
- New: Asus B450 BIOS update.
Programming⚑
NetworkX⚑
-
New: NetworkX graph from digraph.
Use
networkx.DiGraph.to_undirected(reciprocal=False, as_view=False)
. -
New: NetworkX subgraph filtering.
To get a subgraph of another by filtering nodes and or edges, use
networkx.classes.graphviews.subgraph_view(G, filter_node=<function no_filter>, filter_edge=<function no_filter>)
.