Skip to content

Instantly share code, notes, and snippets.

View gungunfebrianza's full-sized avatar
:octocat:
Who uses passion, reveals the fortune.

Gun Gun Febrianza gungunfebrianza

:octocat:
Who uses passion, reveals the fortune.
  • PT Rantai Oxygen Indonesia
  • Indonesia
  • 21:11 (UTC -12:00)
  • X @daddybitcoin
View GitHub Profile
@ruvnet
ruvnet / Sora-prompts.md
Last active August 16, 2025 02:37
Crafting Cinematic Sora Video Prompts: A complete guide

300+ Cinematic Sora Video Prompts

Introduction to Cinematic Sora Video Prompts

Welcome to the Cinematic Sora Video Prompts tutorial! This guide is meticulously crafted to empower creators, filmmakers, and content enthusiasts to harness the full potential of Sora, an advanced AI-powered video generation tool.

By transforming textual descriptions into dynamic, visually compelling video content, Sora bridges the gap between imagination and reality, enabling the creation of professional-grade cinematic experiences without the need for extensive technical expertise.

What This Tutorial Offers

@19h
19h / reset.js
Created February 19, 2013 22:51
Node.js — Clear Terminal / Console. Reset to initial state.
console.reset = function () {
return process.stdout.write('\033c');
}