Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add angr
  • Loading branch information
ltfish committed Sep 27, 2018
commit b9acd48e7d6f4e80c13e2c8e75f5f5028e4e9f2d
1 change: 1 addition & 0 deletions _sections/30-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ These projects pledge to drop Python 2 support in or before 2020.
- [![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain)
- [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure)
- [![](assets/chaquopy.png)Chaquopy](https://chaquo.com/chaquopy/)
- [![](assets/angr.png)angr](http://angr.io/)

<!-- Adding a new project with a logo? They're roughly sorted by GitHub stars.
Try to insert yours in order. We use judgment for projects not on GiHhub, and
Expand Down
Binary file added assets/angr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions site.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ $(document).ready(function (){
{content: '0.8.x', start: '2018-02-01', end: '2018-08-31', py2:true},
{content: '0.9.x', start: '2018-05-28', end: '2023-12-31', py2:false},
],
'angr':[
{content: '7.x', start: '2017-09-09', end: '2018-09-26', py2: true},
{content: '8.x', start: '2018-09-28', end: '2023-12-31', py2: false},
],

// for tests, rando example
//'matplotlib':[
Expand Down