TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Present code with step-by-step highlights [slides]

40 点作者 hakim大约 6 年前

6 条评论

mmcloughlin大约 6 年前
I implemented something like this in Python for my LaTeX&#x2F;beamer presentation recently. For example, see this and the following slides:<p><a href="https:&#x2F;&#x2F;speakerdeck.com&#x2F;mmcloughlin&#x2F;better-x86-assembly-generation-with-go?slide=56" rel="nofollow">https:&#x2F;&#x2F;speakerdeck.com&#x2F;mmcloughlin&#x2F;better-x86-assembly-gene...</a><p>The sample code is in a file with special comments at the end of each line specifying which slide numbers it should be revealed on as well as inline commentary to show to the right of the line. Syntax highlighting is provided by Pygments.<p>I was thinking about open sourcing it, it&#x27;s actually only approx 200 lines of Python but I think it&#x27;s quite effective.
评论 #19641850 未加载
agustif大约 6 年前
Not really the same thing, but scrimba is a great way to share interactive code along your voice&#x2F;video
wodenokoto大约 6 年前
Way too few presentation tools support code in any meaningful way. Try getting coloured code into Google Slides or PowerPoint is extremely difficult.<p>Nice to see somebody is actually focusing on this!
julienreszka大约 6 年前
Really nice. Why is there no syntax highlighting in the editor tho ? I mean there is color only on the rendered object.
评论 #19633327 未加载
joking大约 6 年前
Amazing software, anyone knows an open source layout editor that works like the slides.com onet?
chiefalchemist大约 6 年前
How easy (or not) would it be to embed one of these in a markdown file (e.g., README.md)? Seems to me that might be a significantly better way to do code examples for a given repo.
评论 #19636243 未加载