Login
Discover
Waves
Communities
Login
Signup
Topics
#informatics
Global
Trending
Hot
New
Top
#informatics
New
Top communities
Create your community
latest #informatics created topics | Ecency
stefano.massari
Olio di Balena
5M
24-03-2026 - Computer Graphics and BIM - BIM and Revit [EN]-[IT]
~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~ ENGLISH 24-03-2026 - Computer Graphics and BIM - BIM and Revit [EN]-[IT] With this post, I would like to provide a brief explanation
$ 0.680
89
7
1
stefano.massari
Olio di Balena
5M
23-03-2026 - Computer Graphics and BIM - The CAD System and Meshes [EN]-[IT]
~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~ ENGLISH 23-03-2026 - Computer Graphics and BIM - The CAD System and Meshes [EN]-[IT] With this post, I would like to provide a
$ 0.724
88
7
1
stefano.massari
Olio di Balena
6M
21-02-2026 - Computer Graphics and BIM - Rendering [EN]-[IT]
~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~ ENGLISH 21-02-2026 - Computer Graphics and BIM - Rendering [EN]-[IT] With this post, I would like to provide a brief explanation
stefano.massari
Olio di Balena
6M
20-02-2026 - Computer Graphics and BIM - BIM Tools [EN]-[IT]
~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~ ENGLISH 20-02-2026 - Computer Graphics and BIM - BIM Tools [EN]-[IT] With this post, I would like to provide a brief explanation
steven-patrick
Town Square
19h
Published via Ecency
Promoted
A few pics and finishing a project
First the obligatory pretty pictures 😉 I found a flower in my beds I haven't posted. This is a cosmo. My wife had some old cosmos seeds from a neighbor so she tossed them into some open space in one of
stefano.massari
Olio di Balena
7M
15-02-2026 - Computer Graphics and BIM - Digital Images [EN]-[IT]
~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~ ENGLISH 15-02-2026 - Computer Graphics and BIM - Digital Images [EN]-[IT] With this post, I would like to provide a brief explanation
stefano.massari
Olio di Balena
7M
07-02-2026-Computer Graphics and BIM - Conceptual Design [EN]-[IT]
~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~ ENGLISH 07-02-2026-Computer Graphics and BIM - Conceptual Design [EN]-[IT] With this post, I would like to provide a brief explanation
stefano.massari
Olio di Balena
7M
06-02-2026-Computer Graphics and BIM - Modeling from DWG [EN]-[IT]
~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~ ENGLISH 06-02-2026-Computer Graphics and BIM - Modeling from DWG [EN]-[IT] With this post, I would like to provide a brief explanation
stefano.massari
Olio di Balena
7M
05-02-2026-Computer Graphics and BIM - Computer Graphics [EN]-[IT]
~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~ ENGLISH 05-02-2026-Computer Graphics and BIM - Computer Graphics [EN]-[IT] With this post, I would like to provide a brief explanation
forkyishere
Liketu
21h
Promoted
A Pair of 😋 Enjoyment
For today's dinner, we had two delicious things. One more as a snack, an attempt to experiment with a recipe, and the second one as the main dish. The experimental part of this "Bola" was actually
stefano.massari
Olio di Balena
7M
04-02-2026-Computer Graphics and BIM - Brep Method [EN]-[IT]
~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~ ENGLISH 04-02-2026-Computer Graphics and BIM - Brep Method [EN]-[IT] With this post, I would like to provide a brief explanation
drago18121996
ita
2y
Strings!
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
drago18121996
ita
2y
Football
using System; using System.Collections.Generic; public static class PlayAnalyzer { public static string AnalyzeOnField(int shirtNum) { switch (shirtNum) { case 1: return "goalie"; break; case
viviana.fitness
Geek Zone
2y
Improving my Work-Study tooling - Mejorando mi herramiento de Trabajo y Estudio
Hello everyone! Today I want to share with you my experience with a new acquisition, and it is an external hard drive. My laptop is Lenovo brand, and has 128GB, the laptop has helped me a lot to study
oadissin
Splinterlands
1d
Published via Ecency
Promoted
Can do better on Monday! 100% Splinter battles
It will be better to slow down for the rest of the season. I am moving at too rapid pace in the game. Do you think I should go faster? How is your progress?
drago18121996
ita
2y
ISBN
class IsbnVerifier { boolean isValid(String stringToVerify) { int sum =0; stringToVerify = stringToVerify.replaceAll("-", ""); if (stringToVerify.length() != 10) return false; for(int
drago18121996
info
2y
Salary
public class SalaryCalculator { public double multiplierPerDaysSkipped(int daysSkipped) { return daysSkipped > 5 ? 1 - 0.15 : 1.0; } public int multiplierPerProductsSold(int productsSold) { return
drago18121996
ita
2y
Sieve
export function primes(num: number): number[] { const numer: number[] = []; for(let i=2; i<=num; i++){ if(Isprimes(i)){ numer.push(i); } } return numer; } function Isprimes(num: number):boolean {
drago18121996
ita
2y
Custom Set
private final int a; private final int b; private final int c; private PythagoreanTriplet() { this.a = 0; this.b = 0; this.c = 0; } public PythagoreanTriplet(int a, int b, int c) { this.a = a; this.b
fat.music
Hive Gaming
6d
Published via Ecency
Promoted
I'm Tired of PHP. I'm Learning Python with AI by Building a Card Game
I work as a PHP developer. And since PHP is a pretty boring language and, in my opinion, somewhat lacking in the future… well, maybe that's a bit harsh. ;) I'm not saying there won't be any jobs for PHP
drago18121996
ita
2y
Node
class Node { public final char value; public Node left; public Node right; public Node(char value) { this(value, null, null); } /\*\* For testing. \*/ Node(char value, Node left, Node right) { this.value
drago18121996
ita
2y
Poetry 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 IDEs when
drago18121996
ita
2y
Leap
export const isLeap = (year) => { return year % 4 == 0 && (year % 100 !=0 || year % 400 == 0); };
drago18121996
ita
2y
Elon's Toys
using System; class RemoteControlCar { private int meters=0; // default wäre auch 0 private int percentage=100; public RemoteControlCar() { } public RemoteControlCar(int meters, int percentage) { this.meters
Older →