Login
Discover
Waves
Communities
Login
Signup
Topics
#include
Global
Trending
Hot
New
Top
#include
New
Top communities
Create your community
latest #include created topics | Ecency
alucian
deutsch
9M
XBTGPUARC /// HALF YEAR MILESTONE VERSION !!! ;-) Teil 1/4 ANGEL VERSION FREE TO USE
Teil 1/4 Vollversion 28.11.25 Sascha Pürner //--XBTGPUARC-- //--Bitcoin Gold-- //--Zhash_144_5-- //--Equihash-- over //--Vector-- Calculations for //--Intel ARC Alchemist DG2 GPU-- //--Projekt: XBTGPUARC
$ 0.105
4
serpent7776
linux
1y
LD_PRELOAD explained
LD_PRELOAD is a mechanism on Unix-like operating systems that allows loading a shared library before others when a program is executed.
$ 18.095
15
2
p1k4ppa10
Olio di Balena
2y
Include this "Minchia"!
“If we are here to help others, I often wonder what others are doing here.” BARON THOMAS ROBERT DEWAR Today I start by wishing my Father a happy birthday who turned 76 yesterday. I love you Dad! After
tecnotronics
electronics
2y
Aprender a controlar un servomotor con Arduino // Learn to control a servomotor with Arduino
Como utilzar el arduino para controlar un servomotor a traves de un pote // How to use the arduino to control a servomotor through a pot
fat.music
Polish HIVE
6d
Published via Ecency
Promoted
Mam dość PHP. Z pomocą AI uczę się Pythona, robiąc grę karcianą
Na co dzień jestem programistą PHP. A że jest to język nudny i trochę bez przyszłości… no dobra, może trochę przesadzam. ;) Nie chodzi mi oczywiście o to, że za
tecnotronics
electronics
2y
Proyecto Brazo robótico // Robotic arm project
Brazo robótico con cinco servomotores y Arduino // Robotic arm with five servomotors and Arduino
andresicvit
philosophical
4y
Published via Ecency
What will you include while building your new world?
Building a new world is a daunting task, but one that is filled with endless possibilities. As you embark on this journey, there are a few key elements that you should consider including in your new world.
songfreehua
life
4y
Published via Ecency
What you need to include in your life for a peaceful life!
Leading a peaceful life can be a challenge in today's fast-paced and often stressful world. However, it is possible to cultivate inner peace and contentment through intentional habits and practices. Here
waverunner
STEMGeeks
4y
Detail post of C Programming | How to write a basic c program? | Execute C program.
Beginning of a C program A C program starts with its structure, that some people have problem in understanding the basic structure, but after some time it is easily understood that the first in its basic
forkyishere
SlothBuzz
6d
Promoted
The Slothiest Guide of miningwar.slothbuzz.com
Using AI to quickly accelerate how you write guides... without 100% trusting it!
steemibu351
Proof of Brain
5y
Simple c++ coding to find out monthly telephone bill using while loop id if else statement.
Image Source There must be the word "iostream" in <> after include in first line. #include #include<conio.h> using namespace std; int main() { int si,calls; float bill; while(true)
steemibu351
Proof of Brain
5y
A simple c++ code to solve a quadratic equation.
After include in first line there must be written "iostream" inside <>. #include #include<conio.h> #include<math.h> using namespace std; int main() { int si; float
royalmacro
GEMS
5y
"Learning ANSI C" - Most popular high-level computer programming language [Episode #02]
Hello guys, Welcome to new episode of "Learning ANSI C". In the previous episode we discussed about "Introductory part of C Language". Today we'll discuss on "Structure of Program
venusaur
HivePosh
6y
!
Low reputation account with an unverified outbound link, Reveal content
The Bitcoin White Paper
Bitcoin: A Peer-to-Peer Electronic Cash System Satoshi Nakamoto
[email protected]
www.bitcoin.org Abstract. A purely peer-to-peer version of electronic cash would allow online payments to be sent directly
ekads
Hive Gaming
1d
Published via Ecency
Promoted
My First Week Playing Hive Grove 🌳 My Experience and Review
Discover my first week playing Hive Grove, a relaxing social game on Hive. My review about its features, leaderboard, and a mobile login solution.
bib15hash
STEMGeeks
6y
Your First C program !!
Hey there! Do you want to learn programming ? If so then do go through this post. This is one of the most basic program that we can have and you may even say that this is your first step towards learning
meive
The LIFESTYLE LOUNGE
6y
MULTIPLICATION Of TWO ARRAY in C PROGRAMME
Logo source Hey! I'm back again with another C code problem and its the multiplication of two array. For this code, at 1st take input of two array(3×3).Then I multiplied the array. Here goes the code.
meive
The LIFESTYLE LOUNGE
6y
C programme language | Code problem solve | Array sorting
Logo source Today, I have come with something new. I'll represent C Language. As I'm a student of CSE, I thought to share some code with you all guys! Hope it'll help others too. I'll solve one C code
eshmereum
cat
6y
!
Low reputation account with an unverified outbound link, Reveal content
pragma once
Testing Hive. Today I'm gonna write the following code: #include <memory> #pragma once (as Pushkin said) And In Soviet Russia, blockchain integrates you! The bottom line. I really can't
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
oflyhigh
HIVE CN 中文社区
6y
每天进步一点点:Memo中的加密手段 & AES加密
通过之前的文章,我们已经知晓了Memo的大致工作原理,那就是: 发送者利用发送方的私钥和接收方的公钥生成共享密码,而接收者用接收方的私钥和发送方的公钥同样可以获取共享密码。 (图源 :pixabay) 当然了,共享密码生成还是需要经过一系列的处理,并且发送/接收方要按相同的流程和规范生成,这样才能正确地加密/解密。 那么问题来来了,明文有了,密码有了,我们用什么手段加密明文呢?
topnaturalremedy
Natural Medicine
6y
3 Reasons Why You Should Include Dates In Your Diet
Dates are a tropical fruit that grows on palm trees. The nutritional value of dates is almost incredible- they provide a huge amount of essential nutrients and are a perfect source of dietary potassium.
sky-999
Project HOPE
6y
Novice C language learning journey(8)
How to judge the two string that is it equal?I try run the code as follows.But it can not implement the function.Because it directly take the two string to compare.The code as follows:
sky-999
art
7y
Novice C language learning journey(7)
This is a function of string comparison.But it seems can not implement this function. Pass the string "abc" to the two Formal parameters of "char s1" and "char s2".The Formal
Older →