Filter
Exclude
Time range
-
Near
3 Feb 2025
Itu kudanilnya jangan lupa kasih pakan entar nambah addzero lagi malah mati
5
17
2,016
1 Nov 2023
slider = effect("Slider Control")("Slider"); seconds = Math.floor(slider`); minutes = Math.floor(slider/60); function addZero(n) { if(n < 10) { return "0" n } else { return n; } } if (slider > 0) { addZero(minutes) ":" addZero(seconds) } else { "00:00" }
1
46
const addzero = v => v 0; addzero("1"); addzero(1);
1
2
65
Mental algorithm for centigrade to farenheit : C2F DUP ADDZERO SWAP - DROPZERO 2 * 32 ; 30 30 30 30 300 300 30 270 27 54 54 32 86 (adding/removing trailing zeros then tweaking is often easier for a brain working in decimal) The near complete lack of stack depth is nice too.
3
2
347
Replying to @TheAdd0
you're welcome mr addzero ;)
2
Replying to @codingfess
function myFunction() { var d = new Date(); var h = addZero(d.getHours()); var m = addZero(d.getMinutes()); return h ":" m }
23 Jul 2020
Cambia la funcion addZero a : function addZero(n) { if (n < 10) { return "0" n } else { return n }; }
1
1
2 Apr 2020
This is an official government website in Italy where the data about all self-employed people is store. This is what its source code looks like. There is literally a method called `addZero(toNumber)` to, well, add a `0` to a number if it’s smaller than 10.
7
2
7
Replying to @TeddyDief
AddZero so you can turn a boring 123 into 0000123
6
An ‘addzero’?
@DavidMcQueen @sky1 @amellywood @DCComics my family! I'm living life on my terms :) @DavidMcQueen @MadelineMcQueen #LoveMyJob #AddZero x
1
13 Feb 2009
Replying to @JTxt
@addzero interesting trends abound :-) Thanks for sharing those awesome 3D animations.