Skip to content

Instantly share code, notes, and snippets.

View pppdns's full-sized avatar

Denes Papp pppdns

View GitHub Profile
# nextjs.org llms.txt
> Next.js documentation serves as a comprehensive resource for developers to understand and effectively utilize the Next.js framework for building full-stack web applications, offering guidance on features, usage, and best practices.
- [Next.js Layouts and Pages](https://nextjs.org/docs/app/building-your-application/routing/layouts-and-templates): Guide on creating layouts and pages in Next.js applications using file-system based routing.
- [Next.js Styling Methods](https://nextjs.org/docs/app/building-your-application/styling): This page outlines various styling methods available for Next.js applications.
- [Next.js PWA Documentation](https://nextjs.org/docs/app/building-your-application/configuring/progressive-web-apps): Guide for creating Progressive Web Applications using Next.js, covering features like web app manifests and push notifications.
- [Updating Data in Next.js](https://nextjs.org/docs/app/getting-started/updating-data): Guide on updating data in Next.js using Server Fun
@pppdns
pppdns / cmder_split.md
Created February 27, 2019 03:24 — forked from jtferns/cmder_split.md
Create simple 4-way split of Cmder for windows cmd prompting...

Setup

  1. Launch Cmder
  • step1
  1. Right-click on the console tab
  2. Select New Console... to launch the ConEmu console create dialog
  • step2
  1. In the New Console Split section, select the To right radio option click the Start button
  • step3
  1. Congrats, you now have a half-n-half or 50-50 horizontal split!
@pppdns
pppdns / clouddown.py
Created November 7, 2018 12:47 — forked from dotzero/clouddown.py
Download all files from CloudApp
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import time
import json
import urllib
import urllib2
from dateutil.parser import parse