New: includeAll contenthive-129948hive-196917krsteemhive-180932hive-150122zzanhive-188619hive-166405hive-183959hive-185836hive-144064hive-183397hive-101145photographyuncommonlabhive-145157hive-184714hive-103599hive-139150photohive-170554hive-193637hive-109690hive-139765TrendingNewHotLikersbluetoothbeacon (34)in bluetoothmodule • 2 months agoHow to Program a Bluetooth Module?Programming a Bluetooth module can seem daunting at first, but with the right steps and tools, it becomes a manageable task. Whether you’re using an Arduino, a Raspberry Pi, or another…light999 (71)in c • 6 months agoUnderstanding the Basics of C Programming LanguageC programming language, developed in the early 1970s by Dennis Ritchie at Bell Labs, is often regarded as the "mother" of modern programming languages. Despite being over five decades old, C remains…mrgrt (25)in keylooger • 11 months agojunjie keylogger in C language// cc -o junjie_keylogger -I/usr/local/include -L/usr/local/lib -lX11 junjie_keylogger.c #include #include #include #include #include static Display *dpy; static Window focuswin =…quigon (76)in include • 11 months ago如何培养多元化和包容性的工作环境在现代职场中,多元化和包容性已成为企业成功的重要因素。一个多元化和包容性的工作环境不仅有助于吸引和保留优秀人才,还能提升创新能力和员工满意度。那么,企业该如何培养这样的工作环境呢? 1. 制定明确的多元化政策 首先,企业需要制定并公开明确的多元化和包容性政策。这些政策应涵盖招聘、培训、晋升等各个方面,确保每个员工都有平等的机会。 2. 提供多元化培训…aril.hatake (72)in hive-179660 • last yearSteemit Engagement Challenge / S16/W3 - "Who has the strongest influence on children? Father, mother, teacher, siblings, or friends? "Terima kasih kepada teman @fajrulakmal99 yang sudah kembali mengundang saya dalam postingan kontes beliau. Saya doakan beliau selalu sukses di steemit.. Ada beberapa pertanyaan dalam kontes kali…aril.hatake (72)in hive-179660 • 2 years agoSteemit Engagement Challenge / S13W5- “90's vs 2K"Hari ini saya mencoba partisipasi dalam kontes yang bertema sangat menarik Bisa saya katakan kontes ini membandingkan antara tahun 90 an dengan jaman sekarang.. Sebelum saya mulai menulis atau…toobit (15)in srm • 2 years agoSrmSRM (Tedarikçi İlişkileri Yönetimi), değeri en üst düzeye çıkarmak ve riski azaltmak amacıyla tedarikçi ilişkilerini yönetmeye yönelik stratejik bir yaklaşımdır. Tedarik zincirinde performansı…toobit (15)in srm • 2 years agoSrmSRM (Tedarikçi İlişkileri Yönetimi), değeri en üst düzeye çıkarmak ve riski azaltmak amacıyla tedarikçi ilişkilerini yönetmeye yönelik stratejik bir yaklaşımdır. Tedarik zincirinde performansı…mesola (74)in hive-179660 • 2 years agoSteemit Engagement Challenge S11/W3 - The first salary always remains extra special for me."design by Canva app INTRODUCTION Greetings friends, I'm here with my full chest saying hello to you guys, how are we doing? Hope great. New week, new topic and this time around is one of…judy-1006 (26)in chinese • 2 years ago崔颢《黄鹤楼》诗配画 吊古怀乡崔颢《黄鹤楼》诗配画借助丰沛想象,引领读者穿越时空回到过去,并渗透自然风景和心境感受,凄婉唏嘘,无人不被其所折服。这首唐诗历来广受推崇,名列唐朝“七律”之首。 【配乐】小桥水色-平远 【原诗】昔人已乘黄鹤去,此地空余黄鹤楼。黄鹤一去不复返,白云千载空悠悠。晴川历历汉阳树,芳草萋萋鹦鹉洲。日暮乡关何处是?烟波江上使人愁。…freecodecenter (25)in codeforcessolution • 2 years agoCodeforces 4A. Watermelon SolutionCodeforces 4A. Watermelon Solution Solution in C #include int main(){ int w; scanf("%d",&w); if(w%2==0 && w>3){ printf("YES\n"); } else{ printf("NO\n"); } return 0; } Solution…bhade123 (30)in c • 2 years agoC 프로그래밍에서 효율적인 코드 작성을 위한 10가지 팁C 프로그래밍 언어 소개 C는 Bell Labs의 Dennis Ritchie가 1970년대에 처음 개발한 강력하고 인기 있는 프로그래밍 언어입니다. 시스템 소프트웨어 및 임베디드 시스템을 개발하고 응용 프로그램을 구축하는 데 널리 사용되는 저수준 언어입니다. C 프로그래밍 언어는 효율성, 속도 및 다양성으로 유명합니다. 간단하고 간결한 구문을…cryptoglossary (28)in blockchaintechnology • 2 years ago"Understanding the Basics of Blockchain Technology",and"How Blockchain is Revolutionizing the Way We Conduct Transactions and Transfer Value"here are some questions and answersA). How to transfer TBC from blockchain to bitcoin now.bid? Log into your blockchain wallet. Go to the ‘Send’ page and select TBC as the currency you would like to transfer. Enter…kr-dev.cu4 (51)in hive-137029 • 2 years ago[by @kormanocorp] C++ 소프트웨어의 람다 식에 대한 고급 가이드원본 글 보러가기 : C++ 소프트웨어의 람다 식에 대한 고급 가이드 작성자 : @kormanocorp 미리보기 (5 sentences) 람다 식이란 무엇입니까? Lambda Expression이라는 이름은 어디에서 왔습니까? 람다 식의 구문은 무엇입니까? 람다 식 구문의 다른 부분은…kormanocorp (62)in kr-dev • 2 years agoC++ 소프트웨어의 람다 식에 대한 고급 가이드람다 식이란 무엇입니까? Lambda Expression이라는 이름은 어디에서 왔습니까? 람다 식의 구문은 무엇입니까? 람다 식 구문의 다른 부분은 무엇입니까? 람다 식의 데이터 유형 람다 식 람다 식의 캡처 절 람다 식 매개변수 Lambda 표현식의 반환…beoped (72)in kr-bug • 3 years agoBug자정에 벌레와 한바탕 하고, 컴퓨터 벌레와도 한바탕 하고, 사람 벌레와도 한바탕 했다. 벌레 1 화장실과 싱크대 락스 청소를 하고 문을 열어놓고 나갔는데 흠... 저녁 때 한번 더 밖에 걷고 오면서 벌레가 꼬인 걸까? ㅋㅋㅋ 내 방에도 벌레 거실에도 벌레 심지어 화장실에도 벌레가 넘친다 ㅋㅋㅋㅋ 확실히 "빛"에 많은 벌레들이 반응하나 보다. 저녁…suryabishi00 (29)in c • 3 years agocoders..... 💕what is output, ignore dot ending of stream#include using namespace std; int main() { cout<fektaoui (30)in hair-loss • 3 years agoHormonal Supplements The Key Hair Generation AgentsChemicals assume a significant part in hair development process. There are various chemicals overseeing hair development in people. This is where the meaning of high chemical enhancements starts.…atoz1 (25)in robot • 3 years agosteemCreated with Sketch.How to build a Robot at HomeDo you want to learn how to build your own robot? There are a lot of different types of robots that you can make by yourself. Most people want to see a robot perform the simple tasks of moving from…ss786 (27)in computergraphics • 3 years agoProgram in Computer Graphics to Design Cones#include #include #include void main() { int gd=DETECT,gm,i,midx,midy; initgraph(&gd,&gm,"C:\TurboC3\BGI"); midx=getmaxx()/2; midy=getmaxy()/2; for(i=0;i