-
Updated
Aug 17, 2020 - TypeScript
routing
Here are 1,586 public repositories matching this topic...
-
Updated
Nov 13, 2020 - Objective-C
-
Updated
Nov 17, 2020
-
Updated
Nov 29, 2020 - Assembly
-
Updated
Dec 3, 2020 - C++
-
Updated
Nov 10, 2020 - Go
-
Updated
Nov 24, 2020 - Dart
-
Updated
Nov 25, 2020 - TypeScript
In zebra/rt_netlink.c
, we call vrf_lookup_by_id()
when we get a route to find the associated vrf object for that table.
This should be improved to be a hash table mapping of Table ID to zebra_vrf
object.
You would need to create a hash table probably in zebra/zebra_vrf.h
that uses the table_id
hash as a key and then update the code in vrf_lookup_by_id()
to use this.
This shoul
-
Updated
Mar 11, 2020 - TypeScript
-
Updated
Dec 2, 2020
-
Updated
Nov 22, 2020 - PHP
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 30, 2020 - PHP
Swagger feature docstring (and spec?) places tags on route-data root:
https://github.com/metosin/reitit/blob/master/modules/reitit-swagger/src/reitit/swagger.cljc#L55
Examples place tags key under swagger:
https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj#L30
Both seem to generate proper swagger.json, but first one fails spec validation. Why? Sp
Write the developers documentation of the following files
https://github.com/pgRouting/pgrouting/blob/develop/src/common/points_input.c
https://github.com/pgRouting/pgrouting/blob/develop/include/c_common/points_input.h
We use Doxygen to generate the documentation
http://www.stack.nl/~dimitri/doxygen/
-
Updated
Nov 30, 2020 - Java
Improve this page
Add a description, image, and links to the routing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the routing topic, visit your repo's landing page and select "manage topics."
Context and Description
The READMEs and any example code in all projects should be updated to reflect the move from the IBM-Swift organization to the Kitura organization.
If anyone wants to take on all or part of this, please comment here so other's know what you're working on and submit PR's. :-)
Thanks!