This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sqlite3 | |
import pandas as pd | |
def export_table_to_csv(database_file, table_name, csv_file): | |
""" | |
Export a specific table from an SQLite database to a CSV file. | |
Parameters: | |
- database_file: str, path to the SQLite database file. | |
- table_name: str, name of the table to export. |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"number","date","guestAudio","cover","background","audio","title","guestCover","desc" | |
"001","May 5, 2014","eVRydayVR","cover","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/d-banner-1024x182.jpg","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/Voices-of-VR-001-eVRydayVR.mp3","#1: eVRydayVR on Virtual Reality evangelism, communities & education","guestCover","desc" | |
"002","May 13, 2014","Eric Hodgson","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/hive-schematic-300x247.jpg","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/voices-of-vr-header-image-faded-1024x323.jpg","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/Voices-of-VR-002-Eric-Hodgson.mp3","#2: Eric Hodgson on spatial perception, redirected walking & the split between Old VR vs. New VR","hive schematic","desc" | |
"003","May 15, 2014","Oliver Kreylos","cover","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/Header.jpg","http://d1icj85yqthyoq.clo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* SmoothedFoot.cs (c) Ryan Sullivan 2017 | |
* url: http://smirkingcat.software/RIPMotion/ | |
* | |
* Takes the real-time foot position and averages it | |
* while near the ground in order to reduce jitter. | |
* | |
* https://stackoverflow.com/a/3760851 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@define delete_async_delay: 4.5s; | |
@define fade_in_out_time: 0.1s; | |
@define frame_margin_bottom: 0px; | |
@define frame_margin_top: 0px; | |
@define frame_margin_overflow_bottom: 0px; | |
@define frame_margin_overflow_top: 0px; | |
.IPDSettingRoot | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var project = window.location.hostname.replace('.glitch.me', ''); | |
var subProject = window.location.pathname.slice('1'); | |
console.log( "subProject: " + subProject); | |
if (!subProject.includes(".htm")) | |
{ | |
subProject = subProject + "/index.html"; | |
console.log( "subProject: " + subProject); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"backcolor": "#2F3537", | |
"name": "Boardy Oblivion", | |
"author": "Ryan Sullivan", | |
"background": { | |
"name": "Carbon fibre 4", | |
"style": "background-image: url('/bg/carbonfibre/carbon_texture1873.png');" | |
}, | |
"switchMount": "cherry", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.