Git Product home page Git Product logo

code-maven.com's Introduction

This is the source code of the Code-Maven site: https://code-maven.com

Copyright and License

Copyright by Gabor Szabo https://szabgab.com, 2023. All Rights Reserved.

TRANSCRIPTIONS of the podcasts

The CMOS podcasts (listed here https://code-maven.com/cmos ) have a transcription.

The format of the transcription looks like this:

<transcript>
  <szabgab host1 Gabor Szabo>
  <foobar guest1 Foo Bar>

  <entry 0:00 szabgab>
    Hello!
  </entry>

  <entry 0:25 foobar>
  </entry>

  ....

</transcript>

Everything is within the <transcription></transcription> tags. At the beginning we declare the participants:

<szabgab host1 Gabor Szabo> declares that the nickname 'szabgab' is used for the host whose real name is 'Gabor Szabo.' <foobar guest1 Foo Bar> declares that the nickname 'foobar' is used for the guest, whose real name is 'Foo Bar.'

Then every time the speaker switches we have an <entry></entry> and within that entry we have the text the person said. When another person starts to speak we create a new <entry></entry> section.

In the opening of each <entry> 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.