All public logs

Jump to navigation Jump to search

Combined display of all available logs of Esolang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:12, 24 December 2023 LTHCTheMaster talk contribs created page User:LTHCTheMaster/common.js (Created page with "var audioCtx = new(window.AudioContext || window.webkitAudioContext)(); function playNote(frequency, duration) { // create Oscillator node var oscillator = audioCtx.createOscillator(); oscillator.type = 'square'; oscillator.frequency.value = frequency; // value in hertz oscillator.connect(audioCtx.destination); oscillator.start(); setTimeout( function() { oscillator.stop(); playMelody(); }, duration); } function playMelody() { if (...")
  • 16:55, 13 November 2023 LTHCTheMaster talk contribs created page User:LTHCTheMaster/common.css (Created page with "pre: { overflow-x: scroll; }")
  • 21:15, 12 November 2023 LTHCTheMaster talk contribs created page Super Yellow (Created page with "{{infobox proglang |name=Super Yellow |author=LTHCTheMaster |year=2023 |memsys=variables |dimensions=One-dimensional languages |refimpl=[https://github.com/LTHCTheMaster/Super-Yellow Super Yellow] |files=<code>.redgreen</code> }} '''Super Yellow''' was originally made with the goal to use only color names as instructions. ==Code's specificity== * The code is case sensitive * All errors are ignored * When a line doesn't start with an instruction or con...")
  • 10:34, 12 November 2023 User account LTHCTheMaster talk contribs was created