# code-maven.com **Repository Path**: littleTesting/code-maven.com ## Basic Information - **Project Name**: code-maven.com - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is the source code of the Code-Maven site: http://code-maven.com =========== Copyright and License ======================== Copyright by Gabor Szabo http://szabgab.com, 2015, 2016. All Rights Reserved. TRANSCRIPTIONS of the podcasts ============================== The CMOS podcasts (listed here http://code-maven.com/cmos ) have a transcription. The format of the transcription looks like this: ``` Hello! .... ``` Everything is within the `` tags. At the beginnig we declare the participants: `` declares 'szabgab' nickname is used for the host whose real name is 'Gabor Szabo' `` declares 'foobar' nickanme is used for the guest, whose real name is 'Foo Bar' Then every time the speaker switches we have an `` and within that entry we have the text the person said. When another person starts to speak we create a new `` section. In the opening of each `` we write the timestamp of when it starts in the podcast and then the nickname of the person who speaks. ## Convert Jupyter notebooks: ``` ipython nbconvert --to html ../kaggle-NoShowAppointments/No-show_unbalanced_data.ipynb mv ../kaggle-NoShowAppointments/No-show_unbalanced_data.html static/html/no-show-unbalanced-data.html ``` Then create a regular article that links to that page.