New: informaticsAll contenthive-129948krhive-196917zzanhive-183959hive-180932hive-185836hive-166405hive-150122steemhive-101145hive-144064uncommonlabhive-145157hive-188619hive-183397hive-184714lifebitcoinkrsuccesshive-193637motivationhive-180301hive-103599hive-193186TrendingNewHotLikersdrago18121996 (68)in ita • 2 months agoGarden// // This is only a SKELETON file for the 'Kindergarten Garden' exercise. // It's been provided as a convenience to get you started writing code faster. // const DEFAULT_STUDENTS = […drago18121996 (68)in ita • 2 months agoAngramexport class Anagram { input : string; constructor(input: string) { this.input = input.toLowerCase(); } public matches(...potentials: string[]): string[] { let res: string[] = []; let…gaming.yer (61)in hive-175254 • 3 months agoPhilosophy and InformaticsGreetings to all fellow Steemit, today I share with you this topic that really caught my attention and I started to investigate it for a long time, it is about philosophy and computer science, as we…drago18121996 (68)in ita • 3 months agoStrings!import string letters = string.ascii_lowercase consonant = ''.join([letter for letter in letters if letter in 'aeiou']) text = "many hands make light work." find = ''.join([letter for letter in…drago18121996 (68)in ita • 3 months agoExerciseusing System; using System.Globalization; using System.Runtime.InteropServices; public enum Location{ NewYork, London, Paris } public enum AlertLevel{ Early, Standard, Late } public…drago18121996 (68)in ita • 4 months agoFootballusing System; using System.Collections.Generic; public static class PlayAnalyzer { public static string AnalyzeOnField(int shirtNum) { switch (shirtNum) { case 1: return "goalie"; break;…drago18121996 (68)in ita • 6 months agoLuhnclass LuhnValidator { boolean isValid(String candidate) {drago18121996 (68)in ita • 6 months agoTransformationimport java.util.Collections import java.util.ArrayList class SecretHandshake { static List commands(int number) {drago18121996 (68)in ita • 7 months agoRnaclass RnaTranscription { String transcribe(String dnaStrand) {drago18121996 (68)in ita • 8 months agoISBNclass IsbnVerifier { boolean isValid(String stringToVerify) { int sum =0; stringToVerify = stringToVerify.replaceAll("-", ""); if (stringToVerify.length() != 10) return false; for(int i=0; idrago18121996 (68)in ita • 8 months agoSieveexport function primes(num: number): number[] { const numer: number[] = []; for(let i=2; i= i*i){ if( num % i == 0 || num % (i+2) == 0 ) return false; i +=6; } return true; }drago18121996 (68)in ita • 9 months agoSatelliteimport java.util.*; public class Satellite { private Node buildTree(int preId, List preorderInput, List inorderInput, int startId, int endId){drago18121996 (68)in ita • 9 months agoPoetry Club Door Policy// @ts-check // // ☝🏽 The line above enables type checking for this file. Various IDEs interpret // the @ts-check directive. It will give you helpful autocompletion on the web // and supported…drago18121996 (68)in ita • 9 months agoScoreclass ScrabbleScore { static scoreWord(String word) {drago18121996 (68)in ita • 9 months agoElon's Toysusing System; class RemoteControlCar { private int meters=0; // default wäre auch 0 private int percentage=100; public RemoteControlCar()drago18121996 (68)in ita • 10 months agoSecure Munchester Unitedusing System; public class SecurityPassMaker { public string GetDisplayName(TeamSupport support) { if(support is Manager) return "Too Important for a Security Pass"; if(support is…drago18121996 (68)in ita • 2 years agoPython and chattingdrago18121996 (68)in ita • 2 years agoPython and the strange saddledrago18121996 (68)in ita • 2 years agoWatch just Ale wasting her time, STUDYING!!!!Follow me on Twitch: drago18121996drago18121996 (68)in ita • 2 years agoPYTHON and the phone number!!! Calling New Yorkcome join us in Twich: drago18121996