Skip to content

Instantly share code, notes, and snippets.

2023/05/24 17:51:58 Application starting. Version: v0.12.2 (official)
2023/05/24 17:51:58 CAP_SYS_RESOURCE: true
2023/05/24 17:51:58 Checking if config needs to be initialized
2023/05/24 17:51:58 Couldn't resolve $XDG_CONFIG_HOME falling back to '/home/jssanchez/.config'
2023/05/24 17:51:58 Wrote temp librnnoise to: /tmp/librnnoise-1206100034.so
2023/05/24 17:51:58 Couldn't resolve $XDG_CONFIG_HOME falling back to '/home/jssanchez/.config'
2023/05/24 17:51:58 Audioserver package name: pulseaudio
2023/05/24 17:51:58 Audioserver package version: 15.99.1
2023/05/24 17:51:58 Detected PulseAudio
2023/05/24 17:51:58 Checking for updates

linea 1
linea 2
linea 3 sigue siendo linea 3


h1

  • Punto 1
  • Punto 2
@hyunlee1o
hyunlee1o / README.md
Created September 27, 2018 16:39 — forked from joyrexus/README.md
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})