Skip to content

Instantly share code, notes, and snippets.

@htr3n
htr3n / macos-ramdisk.md
Last active January 18, 2025 21:17
Creating RAM disk in macOS

Built-in

diskutil erasevolume HFS+ 'RAM Disk' `hdiutil attach -nobrowse -nomount ram://XXXXX`

where XXXXX is the size of the RAM disk in terms of memory blocks.

Notes:

@cjddmut
cjddmut / EasingFunctions.cs
Last active January 18, 2025 21:17
Easing Functions for Unity3D
/*
* Created by C.J. Kimberlin
*
* The MIT License (MIT)
*
* Copyright (c) 2019
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
@rxaviers
rxaviers / gist:7360908
Last active January 18, 2025 21:12
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@tkrotoff
tkrotoff / FrontendFrameworksPopularity.md
Last active January 18, 2025 21:11
Front-end frameworks popularity (React, Vue, Angular and Svelte)
@marcan
marcan / wiipointer.c
Last active January 18, 2025 21:10
Wiimote sensor bar tracking and pointer control algorithm
/*
* Algorithm to process Wiimote IR tracking data into a usable pointer position
* by tracking the sensor bar.
*
* Copyright (c) 2008-2011 Hector Martin "marcan" <marcan@marcan.st>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
@Alot1z
Alot1z / TheosWSL.md
Created January 18, 2025 21:09 — forked from 6ilent/TheosWSL.md
Guide on how to install Theos on Ubuntu for Windows 10

Installing Theos on Windows 10

Step 1 (Setting up Windows for WSL Ubuntu)

  1. Make sure your Windows is up to date. This only works on Windows 10 so make sure you have the latest Windows 10 update.

  2. Open Windows Powershell (NOT Command Prompt).

  3. Inside Powershell run the following command to enable WSL(Windows Subsystem Linux). This feature is harmless and won't do weird things to your computer on its own.

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

@6ilent
6ilent / TheosWSL.md
Last active January 18, 2025 21:09
Guide on how to install Theos on Ubuntu for Windows 10

Installing Theos on Windows 10

Step 1 (Setting up Windows for WSL Ubuntu)

  1. Make sure your Windows is up to date. This only works on Windows 10 so make sure you have the latest Windows 10 update.

  2. Open Windows Powershell (NOT Command Prompt).

  3. Inside Powershell run the following command to enable WSL(Windows Subsystem Linux). This feature is harmless and won't do weird things to your computer on its own.

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

@samuelsmal
samuelsmal / how-to-enable-notes-export-from-kobo.md
Last active January 18, 2025 21:08
how to export notes and highlights from kobo

Steps

  1. connect kobo to your device
  2. open a file browser and navigate to the mounted kobo folder
  3. navigate to the hidden folder .kobo/Kobo
  4. open the file Kobo eReader.conf
  5. navigate to the section [FeatureSettings], if it doesn't exist, create it.
  6. add the line ExportHighlights=true and save
  7. disconnect the device
  8. now you can long press on a book and export the note file into a .txt file which will be saved alongside your books. to get it connect your ereader.
@ArtBIT
ArtBIT / thou shall not pusg merge commits.txt
Last active January 18, 2025 21:06
PUSH REJECTED BY EVIL DRAGON BUREAUCRATS
+---------------------------------------------------------------+
| * * * PUSH REJECTED BY EVIL DRAGON BUREAUCRATS * * * |
+---------------------------------------------------------------+
\
\ ^ /^
\ / \ // \
\ |\___/| / \// .\
\ /V V \__ / // | \ \ *----*
/ / \/_/ // | \ \ \ |
@___@` \/_ // | \ \ \/\ \
@Villanuevand
Villanuevand / README-español.md
Last active January 18, 2025 21:04
Una plantilla para hacer un buen README.md. Inspirado en el gist de @PurpleBooth => https://gist.github.com/PurpleBooth/109311bb0361f32d87a2

Título del Proyecto

Acá va un párrafo que describa lo que es el proyecto

Comenzando 🚀

Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento en tu máquina local para propósitos de desarrollo y pruebas.

Mira Deployment para conocer como desplegar el proyecto.