Monday, February 2, 2015

Wikipedia citeweb reflinks tool

javascript:location.href="link?page="+location.href.substring(location.href.lastIndexOf('wiki/')+5,location.href.length)

Links:
Previously:
https://toolserver.org/~dispenser/cgi-bin/webreflinks.py
Currently Working:
http://dispenser.homenet.org/~dispenser/cgi-bin/webreflinks.py?page=
https://tools.wmflabs.org/fengtools/reflinks/

No comments:

Post a Comment

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...