├── .gitignore ├── Procfile ├── README.md ├── Vagrantfile ├── app ├── add_to_db.py ├── api_calls.py ├── audiosnowflake.db ├── config.py ├── forms.py ├── models.py ├── seed.py ├── static │ ├── css │ │ ├── bootstrap │ │ │ ├── css │ │ │ │ ├── bootstrap-theme.css │ │ │ │ ├── bootstrap-theme.css.map │ │ │ │ ├── bootstrap-theme.min.css │ │ │ │ ├── bootstrap.css │ │ │ │ ├── bootstrap.css.map │ │ │ │ └── bootstrap.min.css │ │ │ ├── fonts │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ └── glyphicons-halflings-regular.woff │ │ │ └── js │ │ │ │ ├── bootstrap.js │ │ │ │ ├── bootstrap.min.js │ │ │ │ └── npm.js │ │ ├── style_about.css │ │ ├── style_gallery.css │ │ └── style_index.css │ ├── images │ │ ├── 55Hz_Square_wave_and_water.png │ │ ├── HypotrochoidDiagram1.eps │ │ ├── HypotrochoidDiagram1_negative.png │ │ ├── HypotrochoidDiagram2.eps │ │ ├── HypotrochoidDiagram2_negative.png │ │ ├── NeighborhoodNo1_forREADME.png │ │ ├── Screenshot_with_legend.png │ │ ├── echonest_logo.gif │ │ ├── energy_valence_grid.png │ │ ├── energy_valence_grid_negative.png │ │ ├── favicon.ico │ │ ├── gallery.jpg │ │ ├── gallery.png │ │ ├── hypotroc1.gif │ │ ├── hypotroc1_negative.gif │ │ ├── hypotroc2.gif │ │ └── hypotroc2_negative.gif │ ├── js │ │ ├── init.js │ │ ├── processing-1.3.6.min.js │ │ └── snowflake.js │ ├── processing │ │ └── snowflake │ │ │ ├── code │ │ │ └── sketch.properties │ │ │ ├── sketch.properties │ │ │ ├── snowflake.pde │ │ │ └── web-export │ │ │ └── snowflake2.pde │ └── uploads │ │ ├── SOABEHN1373E56F7AC.png │ │ ├── SOAEXHZ131634A6CE5.png │ │ ├── SOAIXLA12A67AE091F.png │ │ ├── SOAQHTI13152A73694.png │ │ ├── SOAQQLI12A58A7767D.png │ │ ├── SOBEBRO12A8C13A69E.png │ │ ├── SOBFBCM12AB018999A.png │ │ ├── SOBOSZO1312A8A3901.png │ │ ├── SOBOVXX1379E4B70F8.png │ │ ├── SOBWKXD13134384BF8.png │ │ ├── SOCFPSZ12A6D4FCA89.png │ │ ├── SOCKZIS12A8AE47FE0.png │ │ ├── SODCMWK12B0B809FB3.png │ │ ├── SODEOPG144BDC0D054.png │ │ ├── SODQWLD131343A4571.png │ │ ├── SODRRUW12AF72A559D.png │ │ ├── SOEDDJN12AB018461A.png │ │ ├── SOEGOAB12A8C13BAE4.png │ │ ├── SOEIMEW13129A90756.png │ │ ├── SOEKTFM1312A8A762E.png │ │ ├── SOELNDF1312FE010B2.png │ │ ├── SOELXQG139431D1E83.png │ │ ├── SOFAUYK147CEAB205C.png │ │ ├── SOFJZWF148F117131D.png │ │ ├── SOFNLQQ1379E4C2413.png │ │ ├── SOFQADX12A8C13C582.png │ │ ├── SOGKQEN145FE0EDBB5.png │ │ ├── SOGNGCS13DA16B32B9.png │ │ ├── SOGTXTM13FFC3306A5.png │ │ ├── SOHEVZW13A5BCA954A.png │ │ ├── SOHFUVK131343906C2.png │ │ ├── SOHKZSM1377A54F0D3.png │ │ ├── SOHNVHC12A6D4F95AB.png │ │ ├── SOHPXTV1312A8A5E7B.png │ │ ├── SOIOZUC12B0B806AA9.png │ │ ├── SOIQGBM13778C36A64.png │ │ ├── SOIRDMK12AB018A1CC.png │ │ ├── SOIVXII1311AFDFF32.png │ │ ├── SOIXOVY13B0BC30644.png │ │ ├── SOJFSFB12A6701F25F.png │ │ ├── SOJNUVH13129A90461.png │ │ ├── SOJVSCL12AF72A27B5.png │ │ ├── SOKAHKQ12A58A7D75D.png │ │ ├── SOLYFDB142B31112D2.png │ │ ├── SOMBBMR12A8AE47FEA.png │ │ ├── SOMTVHQ12A8C141834.png │ │ ├── SONAQRQ12AB017FD0B.png │ │ ├── SONPNVI135C369C148.png │ │ ├── SOOCKVL12A8C133710.png │ │ ├── SOOFGFB14375751C20.png │ │ ├── SOOVXPC12A6D4F7457.png │ │ ├── SOPEODR145AFDC9C63.png │ │ ├── SOPRZQA12A58A7A112.png │ │ ├── SOQMQEV146128DEB8A.png │ │ ├── SOQQVXF13167716222.png │ │ ├── SOQUWVL13D9A423956.png │ │ ├── SOSFTCA13767331913.png │ │ ├── SOSLSKX12A8C1364DB.png │ │ ├── SOSYZKB1377780D997.png │ │ ├── SOTAUPR144F504DA1E.png │ │ ├── SOTMPKF12B3A1388BB.png │ │ ├── SOVXHEP13611468168.png │ │ ├── SOVZBIV1393B2C9C9F.png │ │ ├── SOWMWEQ148B9DE8A60.png │ │ ├── SOWOMMY127F8096DF9.png │ │ ├── SOXADAK12A8C140A4A.png │ │ ├── SOXKRZO13F94818855.png │ │ ├── SOXUYUZ12A8C13A67E.png │ │ ├── SOYCXLD1366C64E6D0.png │ │ ├── SOYCYQX1393B1C28B3.png │ │ ├── SOYFRVE1373CF2BAE6.png │ │ ├── SOYMNVP12A58A799DA.png │ │ ├── SOZAAJP1460C1E38B5.png │ │ ├── SOZKGYN13167714CAB.png │ │ └── SOZKLCM12A8C13A69B.png ├── templates │ ├── about.html │ ├── base.html │ ├── gallery.html │ └── index.html └── views.py ├── install.sh ├── requirements.txt └── run.sh /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ 2 | keys.sh 3 | venv/ 4 | get_echonest_id.py 5 | *.DS_Store 6 | .vagrant/* 7 | *.pyc 8 | -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- 1 | web: python app/views.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/Vagrantfile -------------------------------------------------------------------------------- /app/add_to_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/add_to_db.py -------------------------------------------------------------------------------- /app/api_calls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/api_calls.py -------------------------------------------------------------------------------- /app/audiosnowflake.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/audiosnowflake.db -------------------------------------------------------------------------------- /app/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/config.py -------------------------------------------------------------------------------- /app/forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/forms.py -------------------------------------------------------------------------------- /app/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/models.py -------------------------------------------------------------------------------- /app/seed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/seed.py -------------------------------------------------------------------------------- /app/static/css/bootstrap/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/css/bootstrap-theme.css -------------------------------------------------------------------------------- /app/static/css/bootstrap/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /app/static/css/bootstrap/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /app/static/css/bootstrap/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/css/bootstrap.css -------------------------------------------------------------------------------- /app/static/css/bootstrap/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/css/bootstrap.css.map -------------------------------------------------------------------------------- /app/static/css/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /app/static/css/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /app/static/css/bootstrap/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /app/static/css/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /app/static/css/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /app/static/css/bootstrap/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/js/bootstrap.js -------------------------------------------------------------------------------- /app/static/css/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /app/static/css/bootstrap/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/bootstrap/js/npm.js -------------------------------------------------------------------------------- /app/static/css/style_about.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/style_about.css -------------------------------------------------------------------------------- /app/static/css/style_gallery.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/style_gallery.css -------------------------------------------------------------------------------- /app/static/css/style_index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/css/style_index.css -------------------------------------------------------------------------------- /app/static/images/55Hz_Square_wave_and_water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/55Hz_Square_wave_and_water.png -------------------------------------------------------------------------------- /app/static/images/HypotrochoidDiagram1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/HypotrochoidDiagram1.eps -------------------------------------------------------------------------------- /app/static/images/HypotrochoidDiagram1_negative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/HypotrochoidDiagram1_negative.png -------------------------------------------------------------------------------- /app/static/images/HypotrochoidDiagram2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/HypotrochoidDiagram2.eps -------------------------------------------------------------------------------- /app/static/images/HypotrochoidDiagram2_negative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/HypotrochoidDiagram2_negative.png -------------------------------------------------------------------------------- /app/static/images/NeighborhoodNo1_forREADME.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/NeighborhoodNo1_forREADME.png -------------------------------------------------------------------------------- /app/static/images/Screenshot_with_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/Screenshot_with_legend.png -------------------------------------------------------------------------------- /app/static/images/echonest_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/echonest_logo.gif -------------------------------------------------------------------------------- /app/static/images/energy_valence_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/energy_valence_grid.png -------------------------------------------------------------------------------- /app/static/images/energy_valence_grid_negative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/energy_valence_grid_negative.png -------------------------------------------------------------------------------- /app/static/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/favicon.ico -------------------------------------------------------------------------------- /app/static/images/gallery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/gallery.jpg -------------------------------------------------------------------------------- /app/static/images/gallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/gallery.png -------------------------------------------------------------------------------- /app/static/images/hypotroc1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/hypotroc1.gif -------------------------------------------------------------------------------- /app/static/images/hypotroc1_negative.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/hypotroc1_negative.gif -------------------------------------------------------------------------------- /app/static/images/hypotroc2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/hypotroc2.gif -------------------------------------------------------------------------------- /app/static/images/hypotroc2_negative.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/images/hypotroc2_negative.gif -------------------------------------------------------------------------------- /app/static/js/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/js/init.js -------------------------------------------------------------------------------- /app/static/js/processing-1.3.6.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/js/processing-1.3.6.min.js -------------------------------------------------------------------------------- /app/static/js/snowflake.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/js/snowflake.js -------------------------------------------------------------------------------- /app/static/processing/snowflake/code/sketch.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/processing/snowflake/code/sketch.properties -------------------------------------------------------------------------------- /app/static/processing/snowflake/sketch.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/processing/snowflake/sketch.properties -------------------------------------------------------------------------------- /app/static/processing/snowflake/snowflake.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/processing/snowflake/snowflake.pde -------------------------------------------------------------------------------- /app/static/processing/snowflake/web-export/snowflake2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/processing/snowflake/web-export/snowflake2.pde -------------------------------------------------------------------------------- /app/static/uploads/SOABEHN1373E56F7AC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOABEHN1373E56F7AC.png -------------------------------------------------------------------------------- /app/static/uploads/SOAEXHZ131634A6CE5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOAEXHZ131634A6CE5.png -------------------------------------------------------------------------------- /app/static/uploads/SOAIXLA12A67AE091F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOAIXLA12A67AE091F.png -------------------------------------------------------------------------------- /app/static/uploads/SOAQHTI13152A73694.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOAQHTI13152A73694.png -------------------------------------------------------------------------------- /app/static/uploads/SOAQQLI12A58A7767D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOAQQLI12A58A7767D.png -------------------------------------------------------------------------------- /app/static/uploads/SOBEBRO12A8C13A69E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOBEBRO12A8C13A69E.png -------------------------------------------------------------------------------- /app/static/uploads/SOBFBCM12AB018999A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOBFBCM12AB018999A.png -------------------------------------------------------------------------------- /app/static/uploads/SOBOSZO1312A8A3901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOBOSZO1312A8A3901.png -------------------------------------------------------------------------------- /app/static/uploads/SOBOVXX1379E4B70F8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOBOVXX1379E4B70F8.png -------------------------------------------------------------------------------- /app/static/uploads/SOBWKXD13134384BF8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOBWKXD13134384BF8.png -------------------------------------------------------------------------------- /app/static/uploads/SOCFPSZ12A6D4FCA89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOCFPSZ12A6D4FCA89.png -------------------------------------------------------------------------------- /app/static/uploads/SOCKZIS12A8AE47FE0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOCKZIS12A8AE47FE0.png -------------------------------------------------------------------------------- /app/static/uploads/SODCMWK12B0B809FB3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SODCMWK12B0B809FB3.png -------------------------------------------------------------------------------- /app/static/uploads/SODEOPG144BDC0D054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SODEOPG144BDC0D054.png -------------------------------------------------------------------------------- /app/static/uploads/SODQWLD131343A4571.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SODQWLD131343A4571.png -------------------------------------------------------------------------------- /app/static/uploads/SODRRUW12AF72A559D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SODRRUW12AF72A559D.png -------------------------------------------------------------------------------- /app/static/uploads/SOEDDJN12AB018461A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOEDDJN12AB018461A.png -------------------------------------------------------------------------------- /app/static/uploads/SOEGOAB12A8C13BAE4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOEGOAB12A8C13BAE4.png -------------------------------------------------------------------------------- /app/static/uploads/SOEIMEW13129A90756.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOEIMEW13129A90756.png -------------------------------------------------------------------------------- /app/static/uploads/SOEKTFM1312A8A762E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOEKTFM1312A8A762E.png -------------------------------------------------------------------------------- /app/static/uploads/SOELNDF1312FE010B2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOELNDF1312FE010B2.png -------------------------------------------------------------------------------- /app/static/uploads/SOELXQG139431D1E83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOELXQG139431D1E83.png -------------------------------------------------------------------------------- /app/static/uploads/SOFAUYK147CEAB205C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOFAUYK147CEAB205C.png -------------------------------------------------------------------------------- /app/static/uploads/SOFJZWF148F117131D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOFJZWF148F117131D.png -------------------------------------------------------------------------------- /app/static/uploads/SOFNLQQ1379E4C2413.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOFNLQQ1379E4C2413.png -------------------------------------------------------------------------------- /app/static/uploads/SOFQADX12A8C13C582.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOFQADX12A8C13C582.png -------------------------------------------------------------------------------- /app/static/uploads/SOGKQEN145FE0EDBB5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOGKQEN145FE0EDBB5.png -------------------------------------------------------------------------------- /app/static/uploads/SOGNGCS13DA16B32B9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOGNGCS13DA16B32B9.png -------------------------------------------------------------------------------- /app/static/uploads/SOGTXTM13FFC3306A5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOGTXTM13FFC3306A5.png -------------------------------------------------------------------------------- /app/static/uploads/SOHEVZW13A5BCA954A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOHEVZW13A5BCA954A.png -------------------------------------------------------------------------------- /app/static/uploads/SOHFUVK131343906C2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOHFUVK131343906C2.png -------------------------------------------------------------------------------- /app/static/uploads/SOHKZSM1377A54F0D3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOHKZSM1377A54F0D3.png -------------------------------------------------------------------------------- /app/static/uploads/SOHNVHC12A6D4F95AB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOHNVHC12A6D4F95AB.png -------------------------------------------------------------------------------- /app/static/uploads/SOHPXTV1312A8A5E7B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOHPXTV1312A8A5E7B.png -------------------------------------------------------------------------------- /app/static/uploads/SOIOZUC12B0B806AA9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOIOZUC12B0B806AA9.png -------------------------------------------------------------------------------- /app/static/uploads/SOIQGBM13778C36A64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOIQGBM13778C36A64.png -------------------------------------------------------------------------------- /app/static/uploads/SOIRDMK12AB018A1CC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOIRDMK12AB018A1CC.png -------------------------------------------------------------------------------- /app/static/uploads/SOIVXII1311AFDFF32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOIVXII1311AFDFF32.png -------------------------------------------------------------------------------- /app/static/uploads/SOIXOVY13B0BC30644.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOIXOVY13B0BC30644.png -------------------------------------------------------------------------------- /app/static/uploads/SOJFSFB12A6701F25F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOJFSFB12A6701F25F.png -------------------------------------------------------------------------------- /app/static/uploads/SOJNUVH13129A90461.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOJNUVH13129A90461.png -------------------------------------------------------------------------------- /app/static/uploads/SOJVSCL12AF72A27B5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOJVSCL12AF72A27B5.png -------------------------------------------------------------------------------- /app/static/uploads/SOKAHKQ12A58A7D75D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOKAHKQ12A58A7D75D.png -------------------------------------------------------------------------------- /app/static/uploads/SOLYFDB142B31112D2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOLYFDB142B31112D2.png -------------------------------------------------------------------------------- /app/static/uploads/SOMBBMR12A8AE47FEA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOMBBMR12A8AE47FEA.png -------------------------------------------------------------------------------- /app/static/uploads/SOMTVHQ12A8C141834.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOMTVHQ12A8C141834.png -------------------------------------------------------------------------------- /app/static/uploads/SONAQRQ12AB017FD0B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SONAQRQ12AB017FD0B.png -------------------------------------------------------------------------------- /app/static/uploads/SONPNVI135C369C148.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SONPNVI135C369C148.png -------------------------------------------------------------------------------- /app/static/uploads/SOOCKVL12A8C133710.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOOCKVL12A8C133710.png -------------------------------------------------------------------------------- /app/static/uploads/SOOFGFB14375751C20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOOFGFB14375751C20.png -------------------------------------------------------------------------------- /app/static/uploads/SOOVXPC12A6D4F7457.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOOVXPC12A6D4F7457.png -------------------------------------------------------------------------------- /app/static/uploads/SOPEODR145AFDC9C63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOPEODR145AFDC9C63.png -------------------------------------------------------------------------------- /app/static/uploads/SOPRZQA12A58A7A112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOPRZQA12A58A7A112.png -------------------------------------------------------------------------------- /app/static/uploads/SOQMQEV146128DEB8A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOQMQEV146128DEB8A.png -------------------------------------------------------------------------------- /app/static/uploads/SOQQVXF13167716222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOQQVXF13167716222.png -------------------------------------------------------------------------------- /app/static/uploads/SOQUWVL13D9A423956.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOQUWVL13D9A423956.png -------------------------------------------------------------------------------- /app/static/uploads/SOSFTCA13767331913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOSFTCA13767331913.png -------------------------------------------------------------------------------- /app/static/uploads/SOSLSKX12A8C1364DB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOSLSKX12A8C1364DB.png -------------------------------------------------------------------------------- /app/static/uploads/SOSYZKB1377780D997.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOSYZKB1377780D997.png -------------------------------------------------------------------------------- /app/static/uploads/SOTAUPR144F504DA1E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOTAUPR144F504DA1E.png -------------------------------------------------------------------------------- /app/static/uploads/SOTMPKF12B3A1388BB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOTMPKF12B3A1388BB.png -------------------------------------------------------------------------------- /app/static/uploads/SOVXHEP13611468168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOVXHEP13611468168.png -------------------------------------------------------------------------------- /app/static/uploads/SOVZBIV1393B2C9C9F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOVZBIV1393B2C9C9F.png -------------------------------------------------------------------------------- /app/static/uploads/SOWMWEQ148B9DE8A60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOWMWEQ148B9DE8A60.png -------------------------------------------------------------------------------- /app/static/uploads/SOWOMMY127F8096DF9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOWOMMY127F8096DF9.png -------------------------------------------------------------------------------- /app/static/uploads/SOXADAK12A8C140A4A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOXADAK12A8C140A4A.png -------------------------------------------------------------------------------- /app/static/uploads/SOXKRZO13F94818855.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOXKRZO13F94818855.png -------------------------------------------------------------------------------- /app/static/uploads/SOXUYUZ12A8C13A67E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOXUYUZ12A8C13A67E.png -------------------------------------------------------------------------------- /app/static/uploads/SOYCXLD1366C64E6D0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOYCXLD1366C64E6D0.png -------------------------------------------------------------------------------- /app/static/uploads/SOYCYQX1393B1C28B3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOYCYQX1393B1C28B3.png -------------------------------------------------------------------------------- /app/static/uploads/SOYFRVE1373CF2BAE6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOYFRVE1373CF2BAE6.png -------------------------------------------------------------------------------- /app/static/uploads/SOYMNVP12A58A799DA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOYMNVP12A58A799DA.png -------------------------------------------------------------------------------- /app/static/uploads/SOZAAJP1460C1E38B5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOZAAJP1460C1E38B5.png -------------------------------------------------------------------------------- /app/static/uploads/SOZKGYN13167714CAB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOZKGYN13167714CAB.png -------------------------------------------------------------------------------- /app/static/uploads/SOZKLCM12A8C13A69B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/static/uploads/SOZKLCM12A8C13A69B.png -------------------------------------------------------------------------------- /app/templates/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/templates/about.html -------------------------------------------------------------------------------- /app/templates/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/templates/base.html -------------------------------------------------------------------------------- /app/templates/gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/templates/gallery.html -------------------------------------------------------------------------------- /app/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/templates/index.html -------------------------------------------------------------------------------- /app/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/app/views.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/install.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doubledherin/Audio_Snowflake/HEAD/requirements.txt -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | python app/views.py --------------------------------------------------------------------------------