New: includeAll contenthive-129948krhive-196917zzanhive-183959steemhive-185836hive-180932hive-166405hive-144064photographyhive-150122uncommonlabhive-101145hive-183397hive-188619hive-184714bitcoinkrsuccesshive-193637hive-180301hive-145157hive-124908hive-103599hive-165987TrendingNewHotLikerslight999 (70)in c • last monthUnderstanding 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 • 6 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 • 6 months ago如何培养多元化和包容性的工作环境在现代职场中,多元化和包容性已成为企业成功的重要因素。一个多元化和包容性的工作环境不仅有助于吸引和保留优秀人才,还能提升创新能力和员工满意度。那么,企业该如何培养这样的工作环境呢? 1. 制定明确的多元化政策 首先,企业需要制定并公开明确的多元化和包容性政策。这些政策应涵盖招聘、培训、晋升等各个方面,确保每个员工都有平等的机会。 2. 提供多元化培训…aril.hatake (72)in hive-179660 • 10 months agoSteemit 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 • last yearSteemit 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 • last yearSrmSRM (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 • last yearSrmSRM (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 • last yearSteemit 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 • 2 years agoBug자정에 벌레와 한바탕 하고, 컴퓨터 벌레와도 한바탕 하고, 사람 벌레와도 한바탕 했다. 벌레 1 화장실과 싱크대 락스 청소를 하고 문을 열어놓고 나갔는데 흠... 저녁 때 한번 더 밖에 걷고 오면서 벌레가 꼬인 걸까? ㅋㅋㅋ 내 방에도 벌레 거실에도 벌레 심지어 화장실에도 벌레가 넘친다 ㅋㅋㅋㅋ 확실히 "빛"에 많은 벌레들이 반응하나 보다. 저녁…suryabishi00 (29)in c • 2 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;ibbl (73)in hive-101145 • 3 years ago오늘의 코딩#27오늘은 백준에서 지난번에 풀던 정수론 및 조합론 단계의 문제를 이어서 풀었다. 어제도 풀기는 했는데 생략 했었는데 오늘까지 풀어서 이제 12문제 중에서 2문제 남았다. 오늘 푼 문제는 이항 계수 2, 다리 놓, 패션왕 신해빈, 팩토리얼 0의 개수 문제를 풀었다. 정수 N 과 K 를 입력받아 이항 계수 (N K)를 구하는 문제인데 이전 문제와…