Waivio

information

hashtag
1.3 K

Experts

Show more authors

drago18121996

2.4 K
Hive.Blog

Custom Set

​ private final int a; private final int b; private final int c; ​ private PythagoreanTriplet() { this.a = 0; this.b = 0; ...

drago18121996

2.4 K
Hive.Blog

All your base

import java.util.ArrayList; import java.util.List; ​ ​ while (number >= newBase){ toAdd = number % newBase; num...

plantpoweronhive

5.2 K

Foodborne diseases

Source Hello plant based foodies, wherever you are in the world and the galaxy! Today we want to address a topic that we believe is of i...

fashtioluwa

1 K

Believe me; It is okay for the government to spy on you.

It looks like a conspiracy theory when people say the government has their eyes on us. Is it the truth? Yes, it is the truth. Apart from ...

vsemmetall

0.30
Hive.Blog

Development of the Internet

It is already common knowledge that the field of information technology is an area where innovative processes are taking place at a very ...

drago18121996

2.4 K
Hive.Blog

Elon's Toy Car

public class ElonsToyCar { private int distance = 0; private int battery = 100; public static ElonsToyCar buy() { ElonsToyCar car ...

drago18121996

2.4 K
Hive.Blog

Calculator Conundrum

class CalculatorConundrum { public String calculate(int operand1, int operand2, String operation) { if (operation == null) {throw new ...

nabbas0786

261.62

What is Actifit ? | ایکٹی فِٹ کیا ہے؟ English | اردو

Greetings! Screenshot from Google Play Store. Hope you are all well! It was on 4th March 2023 when I joined the Hive platform, which ca...

majumoon

71.44
PeakD

Romantic with a cause: Ai Yazawa and the Art of Weaving Fate in Manga [ES/EN]

Ai Yazawa Hello hello Hive community! I'm Maju and today I want to tell you about one of the most iconic and coolest mangakas in all of ...

drago18121996

2.4 K
Hive.Blog

Score

class ScrabbleScore { static scoreWord(String word) { int total = 0 String words = word.toUpperCase() for(char letter in word...

tarazkp

60.7 K

Pear Shaped Information

Apples don't grow on pear trees. Seems pretty obvious. But are the flowers in the next picture taken in my yard, from an apple or a pea...

drago18121996

2.4 K
Hive.Blog

Difference of Squares Exercise

def square_of_sum(number): square = 0 for i in range(number+1): square += i return square ** 2 def sum_of_squares(number): sum = 0 for i...

mrchef111

1.9 K
PeakD

All About Mulberries

Learn all about mulberries, where they come from, their health benefits, how to eat them, and what they taste like. This is one of my fav...

nomanshah786

8.43

The Path of Inspiration: Embracing the Teachings of Islam

Islam The religion of peace and submission to the need of Allah, gives a profound source of motivation and suggestion for hundreds of th...

taskmaster4450le

23.4 K

The Global Brain: Bringing Back An Old Concept

This is something that was discussed quite frequently a number of years ago. Like many things regarding technology, some ideas fade off ...

p1k4ppa10

2.4 K
PeakD

Be uninformed or study, that's the question!

Information is not knowledge. (Albert Einstein) Concise, direct and, in its conciseness, brutal! I don't think there is a better way t...

leophile

87.78

Data Safety Matters : Where Extra Layer is Needed ?

These days its no wonder that hunting cryptocurrency has become a very popular way of asset creation and the high graph of people partici...

sayu907

1.1 K

Unveiling the Modern Media Landscape: Fairness, Manipulation, and the Pursuit of Truth

In this modern world, everything is driven with the help of Information and that is something which is having enormous value within itsel...

professor.gaming

199.35

The Era of Misinformation: Combatting Manipulation in Today's Media Environment

In today's modern world where information is one of the key aspects that is going to be the driving force of hours in everyday life, it ...

fashtioluwa

1 K

Vibe/web3: How to make your entry for the music competition

▶️ Watch on 3Speak Hello music lovers and vibe community. It has been an amazing week for every members of the vibe community, so many w...

dabullidentity

45.28
PeakD

Weaponization of Psychology and Propaganda During the COVID Operation

The COVID-19 pandemic not only brought about a health crisis but also unveiled a covert operation involving the weaponization of psycholo...

cryptoandcoffee

35.7 K
PeakD

Online Business Live Next Week

source Amazon opened up their online infrastructure doing business in South Africa around 2 weeks ago and is ahead of schedule from what ...

drago18121996

2.4 K
Hive.Blog

Luhn

// // This is only a SKELETON file for the 'Luhn' exercise. It's been provided as a // convenience to get you started writing code faster...

bntcamelo

861.46

The first amendment for Julian Assange

The first amendment for Julian Assange https://cdn.steemitimages.com/DQmcj8bKYYG3z53BrZ8Ab4Bd1ZzY8MS9u7PCJ3KXenyZYRm/image.png Souce Juli...

drago18121996

2.4 K
Hive.Blog

Squeaky Clean

using System; using System.Reflection; using System.Text; public static class Identifier { public static string Clean(string identifier) ...

takhar

834.92

Who's Really An Expert??

Without a filtering mechanism in place, information overload is bound to happen for most of us living in the modern world. Constantly, in...

drago18121996

2.4 K
Hive.Blog

Sieve

// // This is only a SKELETON file for the 'Sieve' exercise. It's been provided as a // convenience to get you started writing code faste...

drago18121996

2.4 K
Hive.Blog

Secure Munchester United

using System; public class SecurityPassMaker { public string GetDisplayName(TeamSupport support) { if(support is Manager) return "To...

vasilstefanov

60.47
Hive.Blog

Asking the AI some funny questions - Part 4

I have asked the AI (ChatGPT3.5) some funny questions, that came to my mind recently. You can read all of them below on the screenshots. ...

drago18121996

2.4 K
Hive.Blog

Annalyn's Infiltration

using System; static class QuestLogic { public static bool CanFastAttack(bool knightIsAwake) { if (!knightIsAwake) { return true;} else r...