Skip to content

Instantly share code, notes, and snippets.

View syl20bnr's full-sized avatar
🎹
♬♩♪·♫ ​​​​​​​​​​♬♩♪ ♪·♫ ♬♩

Sylvain Benner syl20bnr

🎹
♬♩♪·♫ ​​​​​​​​​​♬♩♪ ♪·♫ ♬♩
  • Tracel Technologies
  • Quebec City, Canada
  • 12:52 (UTC -04:00)
View GitHub Profile

Spacemacs can be interfaced with different search utilities like:

The search commands in Spacemacs are organized under the SPC s prefix with the next key is the tool to use and the last key is the scope. For instance SPC s a b will search in all opened buffers using ag. If the last key (determining the scope) is uppercase then the current region

@syl20bnr
syl20bnr / build-emacs.sh
Created January 6, 2016 20:22 — forked from favadi/build-emacs.sh
Compile latest emacs version (24.5) in Ubuntu 14.04
#!/bin/bash
# Build latest version of Emacs, version management with stow
# OS: Ubuntu 14.04 LTS
# version: 24.5
# Toolkit: lucid
# Warning, use updated version of this script in: https://github.com/favadi/build-emacs
set -e
@syl20bnr
syl20bnr / pedantically_commented_playbook.yml
Created December 15, 2016 14:12 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.
Wed Apr 12 18:04:14 UTC 2017
@syl20bnr
syl20bnr / benchmarks.json
Last active January 12, 2024 14:48
Burn backend comparison benchmark serialization example
{
"backend": "fusion<wgpu>",
"device": "BestAvailable",
"gitHash": "7a8bc990cc257c51d6a8dc449c13353f931e8081",
"max": 2844,
"mean": 2783,
"median": 2776,
"min": 2757,
"name": "matmul",
"numRepeats": 3,