Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Frab | 660 | 3 months ago | 94 | other | Ruby | |||||
conference management system | ||||||||||
Conferences | 281 | 10 years ago | Ruby | |||||||
Crowd-sourced Ruby conference wiki | ||||||||||
Pentest Bookmarkz | 67 | 2 years ago | ||||||||
A collection of useful links for Pentesters | ||||||||||
Dev8d Linked Data | 7 | 14 years ago | Python | |||||||
some experiments with linked data available from the dev8d conference | ||||||||||
Csunatc18docs | 7 | 5 years ago | 8 | |||||||
Slides and handouts shared by presenters at the 2018 CSUN Assistive Technology Conference | ||||||||||
Xamarin.antmedia.samples | 4 | 3 years ago | mit | C# | ||||||
Sample Apps for DT Nuget Bindings of Ant Media Android and iOS SDK's | ||||||||||
Vldc.ru | 3 | 9 years ago | 9 | JavaScript | ||||||
Vladivostok Developer Conference site | ||||||||||
Campusbadge | 2 | 4 years ago | apache-2.0 | JavaScript | ||||||
Code (and wiki) for the Vonage Campus Developer Track badge, based on pixl.js |
This little project is a linked-data experiment with data from the dev8d semantic media wiki http://wiki.2010.dev8d.org/. For any of this to work you'll need to have the python module rdflib installed.
Description:
The crawl.py script will crawl rdf for users and their affiliations on the dev8d semantic media wiki. It then grabs the rdf for the dev8d programme. After that it will lookup each users twitter profile on http://semantictweet.com using the twitter id that was found in the dev8d wiki. Just start it up like so and it'll persist the triples to a on disk berkeleydb backed triplestore:
./crawl.py
You should be able to rerun crawl.py and it will be able to add, update and remove assertions as they are changed on the dev8d wiki.
The dump.py script will dump all the triples as rdf/xml to stdout:
./dump.py > dump.rdf
The dump_foaf.py will dump out social network information for dev8d attendees as rdf/xml to stdout. This is basically a subset of the full dump that only includes assertions about foaf:Person resources:
./dump_foaf.py > foaf.rdf
Finally the planet_config.py will use the homepage information pulled from the dev8d wiki to locate a users homepage, and then try to autodiscover the feed url for their blog. The resulting information is then written to stdout as a Planet Venus configuration file for blog aggregation:
./planet_config.py > planet.ini
You can see an example running at:
http://inkdroid.org/planet-dev8d
More about Planet Venus can be found at:
http://intertwingly.net/code/venus/
TODO:
Author:
Ed Summers [email protected]