New: informaticsAll contenthive-129948hive-196917krzzanhive-183959hive-166405steemhive-180932photographyhive-185836uncommonlabhive-144064bitcoinhive-150122hive-183397krsuccesshive-188619lifehive-101145hive-139150hive-145157hive-109690hive-124908hive-103599hive-181136TrendingNewHotLikersgaming.yer (61)in hive-175254 • 12 days 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 • 27 days 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 • last monthExerciseusing 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 • last monthFootballusing 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 • 4 months agoLuhnclass LuhnValidator { boolean isValid(String candidate) {drago18121996 (68)in ita • 4 months agoTransformationimport java.util.Collections import java.util.ArrayList class SecretHandshake { static List commands(int number) {drago18121996 (68)in ita • 5 months agoRnaclass RnaTranscription { String transcribe(String dnaStrand) {drago18121996 (68)in ita • 6 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 • 6 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 • 6 months agoSatelliteimport java.util.*; public class Satellite { private Node buildTree(int preId, List preorderInput, List inorderInput, int startId, int endId){drago18121996 (68)in ita • 6 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 • 7 months agoScoreclass ScrabbleScore { static scoreWord(String word) {drago18121996 (68)in ita • 7 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 • 7 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 • last yearPython 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: drago18121996drago18121996 (68)in ita • 2 years agoAle and Python, fighting again!!! The battle continue.... :Dfollow me in Twitch :) : drago18121996drago18121996 (68)in ita • 2 years agoAle is trying hard with Python!!! Keep fighting people!!!!Twitch:drago18121996