Skip to content

Instantly share code, notes, and snippets.

@IverCoder
IverCoder / fapcraft-guide.md
Last active January 19, 2025 11:07
Play Fapcraft without buying Minecraft or risking malware infections.

1. Download Fapcraft

Download Fapcraft from the official website.

2. Download Java

Skip this section if you already have Java 8 installed previously. Some launchers install it for you if you play older Minecraft versions.

Linux

@graninas
graninas / What_killed_Haskell_could_kill_Rust.md
Last active January 19, 2025 11:06
What killed Haskell, could kill Rust, too

At the beginning of 2030, I found this essay in my archives. From what I know today, I think it was very insightful at the moment of writing. And I feel it should be published because it can teach us, Rust developers, how to prevent that sad story from happening again.


What killed Haskell, could kill Rust, too

What killed Haskell, could kill Rust, too. Why would I even mention Haskell in this context? Well, Haskell and Rust are deeply related. Not because Rust is Haskell without HKTs. (Some of you know what that means, and the rest of you will wonder for a very long time). Much of the style of Rust is similar in many ways to the style of Haskell. In some sense Rust is a reincarnation of Haskell, with a little bit of C-ish like syntax, a very small amount.

Is Haskell dead?

@mjnaderi
mjnaderi / install-arch.md
Last active January 19, 2025 11:05 — forked from mattiaslundberg/arch-linux-install
Installing Arch Linux with Full Disk Encryption (LVM on LUKS)

Installing Arch Linux with Full Disk Encryption

If you're aiming for a seamless Arch Linux installation in UEFI mode, follow along as this guide will walk you through the process step by step. We'll be using LUKS (Linux Unified Key Setup) and LVM (Logical Volume Manager) partitions on LUKS to achieve full disk encryption.

Note: I have updated this doc for UEFI mode. For those with BIOS/MBR systems, you can refer to the previous version, but keep in mind that it might be outdated and no longer accurate.

If you're only interested in installing Linux and not setting up dual boot with Windows, feel free to skip the Windows-related sections.

@jinjier
jinjier / javdb-top250.md
Last active January 19, 2025 11:03
JavDB top 250 movies list. [Updated on 2025/01]

This page is a curated collection of Jupyter/IPython notebooks that are notable for some reason. Feel free to add new content here, but please try to only include links to notebooks that include interesting visual or technical content; this should not simply be a dump of a Google search on every ipynb file out there.

Important contribution instructions: If you add new content, please ensure that for any notebook you link to, the link is to the rendered version using nbviewer, rather than the raw file. Simply paste the notebook URL in the nbviewer box and copy the resulting URL of the rendered version. This will make it much easier for visitors to be able to immediately access the new content.

Note that Matt Davis has conveniently written a set of bookmarklets and extensions to make it a one-click affair to load a Notebook URL into your browser of choice, directly opening into nbviewer.

@Maximus7474
Maximus7474 / imovable-object.lua
Created August 5, 2024 11:32
Make entities invicible -> such as lampposts
--[[ This is a CLIENT script ]]
--[[ Delay between executions to freeze the items ]]
local delay = 1500
--[[ List of props that should be 'invicible' ]]
local indestructibleModels = {
`prop_traffic_03b`,
`prop_traffic_lightset_01`,
`prop_traffic_01a`,
Artisan
// Displays help for a given command
php artisan --help OR -h
// Do not output any message
php artisan --quiet OR -q
// Display this application version
php artisan --version OR -V
// Do not ask any interactive question
php artisan --no-interaction OR -n
// Force ANSI output
@hoandang
hoandang / laravel-artisan-cheatsheet
Last active January 19, 2025 10:56
Laravel artisan cheatsheet
Available commands:
clear-compiled Remove the compiled class file
down Put the application into maintenance mode
env Display the current framework environment
help Displays help for a command
inspire Display an inspiring quote
list Lists commands
migrate Run the database migrations
optimize Cache the framework bootstrap files
serve Serve the application on the PHP development server
@usrbinkat
usrbinkat / Minecraft-in-Docker.md
Last active January 19, 2025 10:51
Minecraft on Fedora in Docker Compose

Minecraft Server Setup with Docker and Docker Compose

Welcome! This project provides a straightforward way to set up a customized Minecraft server using Docker and Docker Compose. By following this guide, you can create a fun and secure environment for you and your friends to enjoy Minecraft together.

Table of Contents

@usrbinkat
usrbinkat / README.md
Created October 1, 2024 06:49
Ollama + Open-Webui + Nvidia/CUDA + Docker + docker-compose

image

Here's a sample README.md file written by Llama3.2 using this docker-compose.yaml file that explains the purpose and usage of the Docker Compose configuration:

ollama-portal

A multi-container Docker application for serving OLLAMA API.

Overview