BlogHide Resteemsdrago18121996 (68)in ita • 9 days agoEinbürgerung/Naturalizzazionedrago18121996 (68)in ita • 11 days agoInfodrago18121996 (68)in ita • 12 days agoAfddrago18121996 (68)in ita • 13 days agoInsanitydrago18121996 (68)in ita • 21 days agoGermanydrago18121996 (68)in ita • 22 days agoModern Germanydrago18121996 (68)in ita • 26 days agoSundrago18121996 (68)in live • 27 days agoAfddrago18121996 (68)in german • 28 days agoAfddrago18121996 (68)in germany • last monthGermandrago18121996 (68)in ita • 3 months agoArmstrongdeclare(strict_types=1); function isArmstrongNumber(int $number): bool { $res = 0; $str_cr = (string)$number; $len = strlen((string)$number); for($i=0; $idrago18121996 (68)in ita • 3 months agoMatrixusing System; using System.Collections.Generic; public class Matrix{ public string input; public Matrix(string input){ this.input = input; } public int[] Row(int row){drago18121996 (68)in ita • 4 months agoBottleusing System; using System.Collections.Generic; public static class BottleSong{ static Dictionary numWord = new Dictionary{drago18121996 (68)in ita • 4 months agoEdin il sovrano...drago18121996 (68)in ita • 5 months agoWindow systemclass ProgramWindow{ public $x;drago18121996 (68)in ita • 6 months agoCountexport function nucleotideCounts(lett:string) { const res: Record = { A: 0, C: 0, G: 0, T: 0,}; // ricordarsi la virgola alla fine! for(let i=0; idrago18121996 (68)in ita • 6 months agoBinary searchexport function find(haystack: number[], needle: number, counter: number = 0): number | never { const maxNumber = Math.max(...haystack); let middle = Math.floor(haystack.length/2); if(needle ===…drago18121996 (68)in ita • 6 months agoHandshakelet arr : string[] =["wink" ,"double blink","close your eyes", "jump"]; export function commands(num: number): string[] { let res: string[] = []; const binArr = num.toString(2).padStart(5…drago18121996 (68)in ita • 6 months agoLengthexport function encode(text:string) { let res = ""; let num = 1; for(let i=0; idrago18121996 (68)in ita • 6 months agoBasesexport function convert( digits: number[], inputBase: number, outputBase: number ): number[] { let res: number[] = []; let resNum = 0; let exp = digits.length-1; let toAdd = 0; if…