All Projects → troyguo → dvcon_download

troyguo / dvcon_download

Licence: Apache-2.0 license
Download proccedings from DVCon

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dvcon download

Emu Docs
Emulator documentation archive
Stars: ✭ 222 (+1010%)
Mutual labels:  emulation
resid-rs
Port of reSID, a MOS6581 SID emulator engine, to Rust
Stars: ✭ 25 (+25%)
Mutual labels:  emulation
LudOS
Just enough OS for libretro using the Ludo frontend on a LibreELEC 9.2 base
Stars: ✭ 36 (+80%)
Mutual labels:  emulation
Gamestarter
🎮 Retrogaming kodi add-on repository for LibreELEC
Stars: ✭ 222 (+1010%)
Mutual labels:  emulation
Xlmmacrodeobfuscator
Extract and Deobfuscate XLM macros (a.k.a Excel 4.0 Macros)
Stars: ✭ 243 (+1115%)
Mutual labels:  emulation
scemu
x86 malware emulator
Stars: ✭ 150 (+650%)
Mutual labels:  emulation
Containernet
Mininet fork adding support for container-based (e.g. Docker) emulated hosts.
Stars: ✭ 218 (+990%)
Mutual labels:  emulation
android-hce-desfire
A HCE software implementation of the NXP Desfire NFC protocol in an Android app (to be used with Cyanogenmod HCE patch)
Stars: ✭ 30 (+50%)
Mutual labels:  emulation
Booma.Proxy
Collection of C#/.NET libraries for communication, understanding and emulating Phantasy Star Online Blue Burst. Both client and server.
Stars: ✭ 30 (+50%)
Mutual labels:  emulation
uvm
Universal Virtual Machine for Node and Browser
Stars: ✭ 29 (+45%)
Mutual labels:  uvm
Vigem
Virtual Gamepad Emulation Framework
Stars: ✭ 225 (+1025%)
Mutual labels:  emulation
Openswe1r
An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
Stars: ✭ 236 (+1080%)
Mutual labels:  emulation
core-v-verif
Functional verification project for the CORE-V family of RISC-V cores.
Stars: ✭ 283 (+1315%)
Mutual labels:  uvm
T3mujinpack
Collection of film emulation presets for open-source RAW developer software Darktable.
Stars: ✭ 222 (+1010%)
Mutual labels:  emulation
Nes Snd Emu
NES / Famicom sound library, descended from blargg's Nes_Snd_Emu
Stars: ✭ 19 (-5%)
Mutual labels:  emulation
Punes
Nintendo Entertaiment System emulator and NSF/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
Stars: ✭ 217 (+985%)
Mutual labels:  emulation
RGB
RGB (Rust Game Boy) is a simple emulator for the original game boy
Stars: ✭ 19 (-5%)
Mutual labels:  emulation
ArduZ80
The first Z80 emulation library for Arduino
Stars: ✭ 44 (+120%)
Mutual labels:  emulation
poke.AI
An experimental AI that plays the 3rd gen Pokemon games - Winner of Judge's Choice Award for NUS Orbital Project
Stars: ✭ 39 (+95%)
Mutual labels:  emulation
ares
ares is a cross-platform, open source, multi-system emulator, focusing on accuracy and preservation.
Stars: ✭ 465 (+2225%)
Mutual labels:  emulation

dvcon_download

Download proceedings from DVCon USA/ DVCon Euorpe

Overview

This script is intended to download the DVCON papers from the official website. For the url has some common format, downloading them by hand would be rather tedious. Here comes an idea to write a simple script to download them.

Prerequis Prerequisites

The python library urllib3 is used in this file. Install it before usage:

sudo pip3 install urllib3

How to use

git clone https://github.com/troyguo/dvcon_download.git

python3 dvcon_dowload/download.py

After running, folder named by location and year will be seen under the current folder, for example, USA_2018

Limitation

Currently, for DVCON Europe, only the year after 2016 can be downloaded, it's caused by the url format difference from the year 2015 and 2016.

TODO:

  1. Add dvcon India/China downloading
  2. compatible with DVCon Europe 2015 format.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].