Skip to content

Instantly share code, notes, and snippets.

@stephenmcconnachie
stephenmcconnachie / speech_to_text_streaming_infer_rnnt_timestamps_individual.py
Last active October 12, 2025 00:47
speech_to_text_streaming_infer_rnnt_timestamps_individual
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@devinschumacher
devinschumacher / private-github-forks.md
Last active October 11, 2025 23:04
Github Private Forks: How to privately fork a repository
title description tags
How to Create a Private “Fork” of a Public GitHub Repo
Step-by-step guide to clone a public repo into a private repository in your organization while still pulling in upstream changes.
git
github
private-fork
cli
@0xjac
0xjac / private_fork.md
Last active October 13, 2025 10:18
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare git@github.com:usi-systems/easytrace.git