Skip to content

Instantly share code, notes, and snippets.

View FederAndInk's full-sized avatar

Ludovic J FederAndInk

  • Toulouse
  • 13:36 (UTC +01:00)
View GitHub Profile
@FederAndInk
FederAndInk / settings.json
Created December 24, 2022 08:22
My vscode settings
{
"C_Cpp.autocomplete": "Disabled",
"C_Cpp.errorSquiggles": "Disabled",
"C_Cpp.intelliSenseEngine": "Disabled",
"C_Cpp.default.cStandard": "c17",
"C_Cpp.default.compilerPath": "/usr/bin/clang",
"C_Cpp.default.cppStandard": "c++20",
"C_Cpp.default.intelliSenseMode": "clang-x64",
"C_Cpp.updateChannel": "Insiders",
"C_Cpp.suggestSnippets": false,
@FederAndInk
FederAndInk / keybindings.json
Created December 24, 2022 08:12
my vscode keybindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+alt+meta+c",
"command": "editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+a",
"command": "-editor.action.blockComment",
@lupyuen
lupyuen / ox64-notes-tl.md
Last active November 4, 2023 19:13
Ox64 BL808 Notes by TL Lim

Ox64 Notes by TL Lim

UPDATE 2 Nov 2023: Check out the article...

The First Batch of Ox64 (Oct 2022) won't appear as a USB Serial Port when connected to our computer because...

"The bin file that currently loaded in Ox64 still initialize and not response to UART or USB, however, it will setup the BL808 internal PMU and this is how product team aware that Ox64 board is working. This is the bl808_demo_event.bin file attached here.

@FederAndInk
FederAndInk / ccls_vscode_conf.json
Last active December 16, 2021 19:50
ccls vscode config
"C_Cpp.autocomplete": "Disabled",
"C_Cpp.errorSquiggles": "Disabled",
"C_Cpp.intelliSenseEngine": "Disabled",
"ccls.cache.directory": "${workspaceFolder}/.vscode/.ccls-cache/",
"ccls.misc.compilationDatabaseDirectory": "${workspaceFolder}/build",
"ccls.codeLens.localVariables": true,
"ccls.completion.caseSensitivity": 1,
"ccls.completion.enableSnippetInsertion": true,
"ccls.highlight.enum.face": [
"enabled",
@cherryblossom000
cherryblossom000 / Minimum number of levels and bookshelves required for Minecraft enchantments.md
Last active March 8, 2025 14:48
Minimum number of levels and bookshelves required for Minecraft enchantments

Minimum number of levels and bookshelves required for Minecraft enchantments

Last updated: August 2019

I made this for my answer to a question on Arqade/Gaming Stack Exchange.

Enchantment Levels Bookshelves
Aqua Affinity I 0 0
Bane of Arthropods I 5 3
@mishurov
mishurov / syntax.s
Last active March 2, 2025 18:01
AT&T assembly syntax and IA-32 instructions
# --------
# Hardware
# --------
# Opcode - operational code
# Assebly mnemonic - abbreviation for an operation
# Instruction Code Format (IA-32)
# - Optional instruction prefix
# - Operational code