31 Topics

Member Avatar for
Member Avatar for vikaskookna

In my recent journey of developing various AI solutions powered by Language Models (LLMs), a significant question has emerged: Should we harness the capabilities of Retrieval Augmented Generation (RAG), or should we opt for the path of custom fine-tuning? This decision can profoundly impact the performance and adaptability of our …

Member Avatar for anthonybell897
4
833
Member Avatar for Sairus_1

Here is my code: void do_print(int varnum, int *var) { printf("register %c: ", varnum+CH\_A); int i = 0; while(*var>0){ v[i] = *var%10; *var/= 10; i++; } I am trying to store each digits of a number into an array, but when I tried very large number such as 12478783917289471284, the …

Member Avatar for Reverend Jim
0
66
Member Avatar for Vijay_34

A/B testing is a method of comparing two versions of a web page or app to determine which one performs better. It is a powerful tool for optimizing websites and apps, as it allows businesses to make data-driven decisions about the design and functionality of their online platforms. With A/B …

1
89
Member Avatar for Raghda_3

Write a program in IAS language that calculates the output value of the logical function OR for bits b1 and b2 stored in the data memory, what is the change in the code if we want to calculate AND instead of OR ?

Member Avatar for rproffitt
-1
75
Member Avatar for Bill_47

Assume a basic x86 PC (or if it is impossible due to locked access/firmware blobs etc assume the closest modern equivalent of a PC e.g an open RISC system with cpu ram hardrive and a way to interface with a keyboard mouse and a VGA/HDMI monitor) NO OS is present. …

Member Avatar for Schol-R-LEA
0
58
Member Avatar for David_239

Hi, i wana ask about what would be a great topic for literacy review, discussion paper or research paper for those who encounter system specification morphisms thanks

Member Avatar for rproffitt
0
48
Member Avatar for Amenda_1

Question 1: a) Determine which of the following sets have valid / invalid alphabets: Σ1 = {a, ab, b, d, ae} Σ2 = {a, ba, c, d} b) Consider Σ = {ab, baa, c, db} to find the length of the string s=abbaaabdbbaa by tokenizing. Give its reverse Rev (s). …

Member Avatar for Dani
0
47
Member Avatar for MUHAMMAD FAHAD_3
Member Avatar for nec4r

You are given a file called “std” and composed of “Number, Name, Address” fields/attributes. (You can define the type of fields by yourself) Write an algorithm that makes “insert, delete, update and retrieve”, processes on the records in the file. “Number” field is the key of each record. Here is …

Member Avatar for rproffitt
0
56
Member Avatar for Katie_4

Hi I am coding a raspberry Pi to light up 5 LEDS for a binary number. I am missing some code because I am not sure what to put there, and my output is not coming out correctly. My output is below How many bits? 5 Enter the pin number …

Member Avatar for rproffitt
0
57
Member Avatar for sam91rtr

I have deployed Sitecore pods in Azure kubernetes cluster as per the sitecore documentation but tried to use my self-signed certificate instead of generating using mkcert. Because i wanted to test if client is providing a .pfx certificate will we able to provision Sitecore Pods using that PFX for cm, …

Member Avatar for rproffitt
0
41
Member Avatar for Alamgir_3

I am a final year student. Now I need to start work for final project. But I am not familiar how to do it. Can you help me out, How to prepare a index page for my website ( Complaint website). Or if you have completed project before, Please send …

Member Avatar for Dani
0
43
Member Avatar for Brandon_7

I've been studying computer science and computer programming for years now in high school. I've been accepted to universities that offer two different kinds of degrees. One is Computer Science and one is Software Engineering. I could go either way for which degree I get, I was just wondering if …

Member Avatar for rubberman
0
547
Member Avatar for spoudel

Hello everyone I am a new member but heard a lot about this community. I am an industrial engineering student and learning programming on my own. If you have questions related to industrial engineering, I will try to answer that...haha...or will ask my professor if I do not know the …

Member Avatar for mike_2000_17
0
171
Member Avatar for jrevox

I'm a new member. I earned a master's degree in math from the University of Kansas back in '89. I taught math for several years, as I transitioned into IT work. I've been full-time as a software developer in industry since late '93. For the past ten years, I've been …

Member Avatar for jrevox
0
210
Member Avatar for ahsan99
Member Avatar for ahsan99
0
221
Member Avatar for st_uni-trier

Hi, we, the Software Engineering Group at Trier University (Germany), are currently conducting a survey on the use of sketches and diagrams in software development. We want to gain deeper insights into the work of software practitioners (developers, testers, architects, etc.) to call attention to their actual work practices, which …

Member Avatar for st_uni-trier
0
251
Member Avatar for TrustyTony

![circuit](/attachments/small/2/circuit.jpg "align-right") Here is a version in Python of program from classic Lisp book (see http://www.daniweb.com/software-development/legacy-languages/code/446235/simple-scheme-functions-for-finding-impedance-for-norvigs-implementation for the details) for calculating impedance of a circuit. (Example circuit with 1MOhm like in the book's code not like in diagram)

0
2K
Member Avatar for GeneClaude

I won't be asking for a source code yet. What I need to figure out is the process of a certain Math problem with the equation that seemed to be impossible to be converted to source code. Here it goes: **A certain waveform is 0 volts for time less than …

Member Avatar for Ancient Dragon
0
457
Member Avatar for chiboyy2k3

pls i studied mass communication in my first degree, but now i want to move over to software engineering cos i just discovered i have more passion for the software engineering, but the challege is, i dnt have much knowledge about the course and am not too good in mathematics. …

Member Avatar for L7Sqr
0
156
Member Avatar for Jmartez31
Member Avatar for Momoe

Hello everyone! I'm doing a survey on the state of requirements engineering in the software development industry for my degree dissertation. My project is about developing a dedicated Requirements Management System. So, please drop by my questionnaire page (Google Forms) if you would like to participate. More information regarding my …

0
140
Member Avatar for abosabry_2005

Hi there, I've always been wondering what's the best way to model a one-to-many relation between two Java classes and save them into a DB. For example, Imagine we have two classes Person and Address where a person might have more than one address, we know that the best way …

Member Avatar for abosabry_2005
0
154
Member Avatar for zeshansajid

Hi World, Im stuck on my Computer Science Homework. Ive found out that I need to compare it to a full adder and that is that. Can someone help me go step by step through it at I have to hand it by Friday and I am quite confused. I …

Member Avatar for vadriaan
0
274
Member Avatar for Brandon1363

Hello, I'm interested in becoming a computer software engineer when I get older. I'm currently a sophmore in highschool enrolled in an engineering program. I enjoy it a lot and plan to take the program throughout the rest of my highschool career. For one of our projects I need to …

Member Avatar for Brandon1363
0
263
Member Avatar for ray.zhang

There are many software engineering books in the market and programming instructions on the internet, but I don't see one for helping learners from scratch to be an expert. I figure it would be helpful to potential software engineers by putting my experience in series here on software engineering (web …

Member Avatar for Deniwillson
0
225
Member Avatar for Steven_B

Hello Everyone! My name is Steven. I am a Senior level Software Engineering major at Mississippi State. I've been fixing IT-ish problems since I was... 10, primarily in windows, so yeah! Needless to say, I'm decently knowledgeable when it comes to fixing computers, but every now and then, something I …

Member Avatar for e-papa
0
237
Member Avatar for eefh01

Hi, Is it possible to design a PHP application to draw UML diagrams using reverse engineering? So far I found a PEAR package (PHP_UML). Anybody has an idea on using it? Thanks, Kiran

Member Avatar for diafol
0
191
Member Avatar for otherdummy

Hi, I have just started my first semester in a Bachelor program 'Computer Engineering'. I have above basic knovledge in Java SE and currently am interested in Python. The problem is that I'm facing some difficulties in determing my purposes about my future career in IT field. I used to …

Member Avatar for etftw
0
248
Member Avatar for MktgRob

Seems like a basic question for this forum but I wasn't certain if it had been asked. We all know how MySpace was and how Facebook improved on it. What would you build into the perfect next generation social media community if you knew you were the one chosen to …

Member Avatar for InsightsDigital
0
219

The End.