Programming Definition and 1000 Threads
-
Why Is My Freenove Spider Bot Programming Screen Missing?
Just for fun I am building a spider bott, but I am sure there is a problem in the down load page as there is no progamming screen, I can give anyone the url if they care to look, any help appreciated. Thanks Wolram.- wolram
- Thread
- Programming Robot
- Replies: 6
- Forum: Computing and Technology
-
Computational Free Programming Language Textbooks
Links to pages for open source textbooks for 35 programming languages and for no-charge textbooks for 3 more: https://www.ossblog.org/opensourcebooks/.- sysprog
- Thread
- Language Programming Textbooks
- Replies: 3
- Forum: Science and Math Textbooks
-
Design a Ringbuffer for Thread Communication
Design dokument for ”Ringbuffer” The basic design object is Ringbuffer: Object { private char buf[]; int buf_size, put_on, take_off; bool empty, full; int init(int size); int next(int ix); public int put(char ch); int get(void); } Additional design info The design goal...- Svein
- Thread
- Exercise Programming
- Replies: 29
- Forum: Programming and Computer Science
-
New Book from OReilly: Programming Quantum Computers
OReilly published a new book, Programming Quantum Computers. From my brief scan of it, the book looks pretty comprehensive. They use circle notation for the Qubit states and have a simulator (QCengine) to go along with the examples on github. The programming language for their algorithm...- jedishrfu
- Thread
- Book Computers Programming Quantum Quantum computers
- Replies: 17
- Forum: Programming and Computer Science
-
A
Java What are some uses of the programming language Java?
thanks- Anti Hydrogen
- Thread
- Java Language Programming
- Replies: 14
- Forum: Programming and Computer Science
-
B
Python Second programming language to get under the belt: python vs C
Hello everybody, I am a master student in Theoretical Chemistry and I am working in the DFT realm. Both TDDFT and DFT applied to extended systems (eg. using QUANTUM ESPRESSO). Of course I work with these softwares from a end-user point of view, not as a developer. But anyway, even if some of...- Barbradipo
- Thread
- Belt C++ Choice Dft Fortran Language Programming Python
- Replies: 9
- Forum: Programming and Computer Science
-
Can I Build a Robot with Just a Blue Thing and a USB Cord?
https://www.amazon.com/dp/B00KM6ZA9I/?tag=pfamazon01-20 So I have the blue thing and the usb cord from a long time ago when I wanted to build a robot, but I don't have the bottom three (unless the bottom left hand corner one is the one attached to the blue thing). I still have the cd as well...- George Young
- Thread
- Microcontroller Programming
- Replies: 2
- Forum: Electrical Engineering
-
C# Is There a Comprehensive Open Source C# Physics Library?
TL:DR; I've started an open source C# physics library: University Physics The Long Version So it turns out there's relatively little in the way of full physics libraries written in C# (the best I can find is bepuphysics which seems to be focused only on classical mechanics). With this...- sa1988
- Thread
- Open source Physics Programming Source
- Replies: 29
- Forum: Programming and Computer Science
-
S
Programming language for p-bits?
Is there yet a programming language for implementing processes that use probabilistic bits (p-bits)?- Stephen Tashi
- Thread
- Language Programming
- Replies: 2
- Forum: Programming and Computer Science
-
Security Versus Programming Language
The following quote caught my eye. I presume that buffer overflow, heap management, and pointer validation are the shortcomings of C that lead to insecurity. But the broader implications make me curious. What other features of a programming language directly aid security of the products...- anorlunda
- Thread
- Language Programming Security
- Replies: 59
- Forum: Programming and Computer Science
-
Learn Programming: Linux, PowerShell & Python
Hey folks, thought I'd ask the experts for some help here. I know that there are LOTS of online resources to learn Linux Terminal, Microsoft PowerShell, and Python, but I was hoping some of you had some favorites that might make the learning process more efficient (in your opinion, of course)...- Emmo Amaranth
- Thread
- Programming Resources
- Replies: 1
- Forum: Computing and Technology
-
Insights Recursion in Programming and When to Use or Not to Use It
Continue reading...- bhobba
- Thread
- Programming Recursion
- Replies: 62
- Forum: Programming and Computer Science
-
B Solving a Linear Programming Problem which Requires Integer Solutions
Hello, In grade 11 of high school, I encountered this linear programming problem on my textbook: The "alternative solution" described in the textbook as follows: Let: - ##x## : amount of plant A - ##y## : amount of plant S - ##L## : garden area - ##L_x## : area of garden for one plant A -...- bagasme
- Thread
- Integer Integer programming Linear Linear programming Programming
- Replies: 17
- Forum: Linear and Abstract Algebra
-
What Research Does Martin Scholtz Conduct in Gravitational Physics?
My name is Martin Scholtz and I am a postdoc researcher at the Institute of Theoretical Physics, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. I'm working mainly in the area of gravitational physics, but I am interested in different topics as well, see tags...- Martin Scholtz
- Thread
- Differential geometry Fluid dynamics General relativity Programming
- Replies: 2
- Forum: New Member Introductions
-
Thoughts on using the Scratch language as an intro to programming
I recently encountered the Scratch programming language. I wonder what people think of it considering some notable (IMHO) shortfalls. I do not like the way it handles comments, the lack of returned values from "functions", and some other aspects that I think should be basic. But it does seem to...- FactChecker
- Thread
- Intro Language Programming scratch Thoughts
- Replies: 5
- Forum: STEM Educators and Teaching
-
C/C++ Computer programming -- Help with upcoming C++ exam
Hi, I am an undergraduate Physics student and i have an exam on c++ programming next monday, what are the basic things I have to know in order to perform well in the exam? And how is c++ applied in physics?- CLINTON
- Thread
- C++ Computer Computer programming Exam Programming Upcoming
- Replies: 4
- Forum: Programming and Computer Science
-
R
Example illustraing Quantum programming
I'm interested in quantum programming. So far I've managed to use Java and Python inside Datamelt computation project for physics simulations and for various statistical plots. Now I want to make a simple code that illustates quantum computing, and maybe even to visualize its principles (for...- romerol
- Thread
- Example Java Programming Python Quantum
- Replies: 4
- Forum: Programming and Computer Science
-
Kindly, help me to understand the given MIPS programming problem
I don't think I understood the problem clearly. What I understood is this: 1. Each food item has a specific major color-component (and, hence, a fixed mode-value of that specific color component). First, I need to calculate all mode values, and use them as constants in my program. 2...- user366312
- Thread
- Mips Programming
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
J
Should Physics Majors Learn Object-Oriented Programming?
Would physics majors benefit from learning how to do Object Oriented programming?- Josh0768
- Thread
- Computational physics Computer science Physics Programming
- Replies: 18
- Forum: Programming and Computer Science
-
B How prevalent is the R language in astronomy research?
I’ve heard that C++, python, and IDL are most commonly used in observational astronomy research, but how common is R in the field?- astroman707
- Thread
- Astronomy Data science Language Programming Research
- Replies: 1
- Forum: Astronomy and Astrophysics
-
Programming determines how well memory hierarchy is utilized
Hi, Please have a look on the attachment. It says, "In a computer system, the overall processing speed is usually limited by the memory, not the processor. Programming determines how well a particular memory hierarchy is utilized. The goal is to process data at the fastest rate possible." I...- PainterGuy
- Thread
- Memory Programming
- Replies: 6
- Forum: Programming and Computer Science
-
F
Linear programming question: Solve this using the two phase method
Simplex method- fiksx
- Thread
- Linear Linear programming Method Phase Programming
- Replies: 14
- Forum: Engineering and Comp Sci Homework Help
-
E
Job Skills Leaving a 2nd Master's degree to accept an offer abroad
This is my first post so don't be too harsh. I was just looking to get additional opinions in order to make a more informed decision. Since I always had the idea of becoming an astrophysicist I enrolled in Bsc in physics engineering (5 years) here, and due to being the top student I was invited...- EasyProgram
- Thread
- Degree Job market Master Master's Master's degree Programming
- Replies: 10
- Forum: STEM Career Guidance
-
Are programming interviews effective these days?
From what I've come to understand is that, in order to get a programming position, you have to be able to answer white board questions. Basically random things such as Fibonacci sequence methods etc... My question is : is this really the best way to asses whether someone is a good programmer or...- kolleamm
- Thread
- interviews Programming
- Replies: 35
- Forum: STEM Career Guidance
-
M
Dynamic Programming - Restoring white space between words in a file
All the white space among words in a text file was lost. Write a C++ program which using dynamic programming to get all of the possible original text files (i.e. with white spaces between words) and rank them in order of likelihood with the best possible runtime. You have a text file of...- MattS134
- Thread
- Algorithms C++ C++ programming Computer science Dynamic Dynamic programming File Programming Space
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
Can FPGA/CPLD Replace PIC for Faster Laboratory Timers?
Dear Sirs, I'm using Microchip PIC's as programmable laboratory timer among other things, but the 100ns instruction cycles are not adequate anymore. So I thought of beefing it up with a 5M40Z MAX-V CPLD which has 5ns end-to-end delay, bought the programmer and downloaded the Quartus Prime Lite...- Abimbola1987
- Thread
- Fpga Programming
- Replies: 17
- Forum: Electrical Engineering
-
Insights AVX-512 Programming: Extracting Column Subtotals from a Table
Greg Bernhardt submitted a new blog post AVX-512 Programming: Extracting Column Subtotals from a Table Continue reading the Original Blog Post.- Mark44
- Thread
- Assembly Column Programming Table
- Replies: 5
- Forum: Programming and Computer Science
-
Programming to learn kinematics
Hi I am learning kinematics. Topics include inertia tensors, cosine matrices, quaternions, Euler angles etc... To learn these topics well, I want to try working on something a bit more difficult than just the underlying math. That will probably keep me more motivated. So, I am looking for...- Avatrin
- Thread
- Kinematic Kinematics Programming Robotics
- Replies: 1
- Forum: Mechanical Engineering
-
F
Object Oriented Programming vs Structural Programming
Hello, I am trying to get my head around the important difference between these two different styles (paradigms) of programming. I am familiar with traditional structural programming: data, variables, functions, structures. The functions are blocks of instructions that can process data, etc...- fog37
- Thread
- Programming Structural
- Replies: 32
- Forum: Programming and Computer Science
-
Insights What is the relevance of Assembler programming in modern technology?
Greg Bernhardt submitted a new blog post AVX-512 Assembly Programming: Opmask Registers for Conditional Arithmetic Conclusion Continue reading the Original Blog Post.- Mark44
- Thread
- Arithmetic Assembly Conditional Programming
- Replies: 1
- Forum: Programming and Computer Science
-
Insights Are There Libraries for AVX-512 Opmask Registers?
Greg Bernhardt submitted a new blog post AVX-512 Assembly Programming: Opmask Registers for Conditional Arithmetic Continue reading the Original Blog Post.- Mark44
- Thread
- Arithmetic Assembly Conditional Programming
- Replies: 2
- Forum: Programming and Computer Science
-
L
Looking for ideas for a physics related application
Hi! I am a computer science student and I want to program an application to improve my programming skills. I am interested in physics and have taken 3 physics courses at University, and would like to look deeper into a specific area during this project. It can be an extensive project, as I have...- LizR
- Thread
- Application Ideas Physics Programming
- Replies: 11
- Forum: Programming and Computer Science
-
Insights An Intro to AVX-512 Assembly Programming - Comments
Greg Bernhardt submitted a new blog post An Intro to AVX-512 Assembly Programming Continue reading the Original Blog Post.- Mark44
- Thread
- Assembly Intro Programming
- Replies: 10
- Forum: Programming and Computer Science
-
Sites for some practice programming
This is not a question, but a note, which I thought could help students. I thought I would share this here, as people may be looking for practice problems. My professor in the Python course I just finished recommended https://projecteuler.net/ as a site to practice using programming skills...- scottdave
- Thread
- Programming Python
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
Job Skills Best Programming Language to Learn for Employability
It looks like Javascript is the way things are heading. But I've also seen C++ and Python recommended. I don't want to waste time and energy; I've done enough of that. Any job I get will probably be based on my having a 4 year degree (STEM preferred and no gpa requirement) and programming...- grandpa2390
- Thread
- Employability Language Programming
- Replies: 16
- Forum: STEM Career Guidance
-
S
A change in the dielectric constant changes the current or voltage?
hi everyone! i am not into physics, but need it now,i am a programmer workin on an IOT project...so kinda need help. i want to use a capacitor to see what passed between two plates...knowing, it is the change in dielectric after certain intervals...how do i measure the change at the other...- sabishaw
- Thread
- Arduino Capacitor Change Constant Current Dielectric Dielectric constant Programming Sensors Voltage
- Replies: 12
- Forum: Electromagnetism
-
Fortran Need to do a multitask program in Fortran 95
Hi everyone, I am new programming in Fortran and Inhave done about three or four programs that solves different problems in trigonometry, one is the basic one it gives you hypotenuse upon two sides, the other finds the theta angle by giving hypotenuse and opposite side, other find hypotenuse by...- Ottodomus
- Thread
- Fortran Fortran95 Program Programming
- Replies: 16
- Forum: Programming and Computer Science
-
S
Is the use of null an anti-pattern?
I remember a while back someone told me that there exist programmers who don't believe in null. I thought that was a crazy idea. Until recently, as I've gotten better at OOP and have figure out that if my object has a property that is allowed to be set to null, it usually means that I am not...- SlurrerOfSpeech
- Thread
- Design Oop Programming
- Replies: 4
- Forum: Programming and Computer Science
-
E
Programming algorithm expressed in math notation
Hey everyone, I wasn't sure if this belonged in the general math forum or not, so I posted it here instead (mods - feel free to move if it belongs elsewhere). What I want to know is how to properly write out a computer algorithm in proper math notation. Take this code for example: Height...- elusiveshame
- Thread
- Algorithm Notation Programming
- Replies: 7
- Forum: Programming and Computer Science
-
S
Event-driven system and subscribers missing events
Let's say I have a service that publishes events, like eo ("Bought 100 shares of AAPL") e1 ("Bought 100 shares of T") e2 ("Sold 500 shares of TSLA") and there exist stateful services subscribing to the events and whose state depends on the events being processed successfully and in the correct...- SlurrerOfSpeech
- Thread
- Architecture Design Events Programming System
- Replies: 4
- Forum: Programming and Computer Science
-
L
Job Skills IT/computer programming Certifications that I can earn online
Hi, My question is if there are any computer programming or front-end web development certifications that I can earn online for free or cheap. I already completed FreeCodeCamp and a few other coding bootcamps online. I also signed up for my bachelor's degree equivalent on Open Source Society...- LinuxMicrosoftMCSA
- Thread
- Programming
- Replies: 1
- Forum: STEM Career Guidance
-
Insights Intro to Data Structures for Programming - Comments
Greg Bernhardt submitted a new blog post Intro to Data Structures for Programming Continue reading the Original Blog Post.- QuantumQuest
- Thread
- Data Intro Programming Structures
- Replies: 11
- Forum: Programming and Computer Science
-
Unusual Bug: 40 Years of Programming and a Read() Failure
Been tracking down the most unusual bug I've seen in 40 years of programming (mostly in assemlber and C). It manifests in the test suite for an object oriented XBase language implementation that's been ported everywhere from Palm Pilot to OS/2 to the Blackberry tablet to Windows to, now, Qnx7...- Chris Miller
- Thread
- Bug Failure Programming Years
- Replies: 26
- Forum: Programming and Computer Science
-
Programs Is a 2nd major in comp sci useful in computational physics?
I'm majoring in physics and I'm planning on pursuing computational astrophysics in graduate school. Will a second major in computer science/programming look good to graduate schools, and/or will it give me great advantages in the field of computational astrophysics or astronomy?- astroman707
- Thread
- Astronomy Astrophysics comp sci Computational Computational physics Computer science Major Physics Programming
- Replies: 4
- Forum: STEM Academic Advising
-
Python Simulating Gravitational Interactions in a Particle System
I have a project to make the solar system. I am trying to start from somwhere. On the notes it says that we need to start by creating a System of Particles Two-body simulation (Circular motion) Implement Gravitational acceleration Each particle (planet) could have its own field. I.e. Each...- Jozefina Gramatikova
- Thread
- Programming Python Solar Solar system System System of particles
- Replies: 4
- Forum: Programming and Computer Science
-
Physics Want to become Theoretical Physicist but don't know Coding
Hi, I am an aspiring Theoretical Physicist. I've heard that you need to know many programming languages to become a Physicist, but I have never learned a single programming language in my life and I am 16-17 years old now. Is there any chance of me still becoming one? Is there anything I can do...- Quantum_Arcanium
- Thread
- Coding Physicist Physics Programming Theoretical Theoretical physicist
- Replies: 7
- Forum: STEM Career Guidance
-
Other How to transition from school teacher to programmer?
I’ve been a school teacher for 6 years, and I want to get into coding. I’ve been told by a CS professor I know that my background is very sought after in the tech industry, and I would be very competitive if I got into coding. Is this true? What’s the best route, bootcamp, nanodegree, etc.? What...- astroman707
- Thread
- Computer programming Programming School Teacher Transition
- Replies: 15
- Forum: STEM Career Guidance
-
G
APDL Programming buckling FEA C Section Cold Formed Steel
Hi, I am facing issues with my program. Listed below. This is form my masters project. Also in what way can I connect the filleted surfaces shown in fig by a weld or just load or stress transfer connection. fini /clear /title,C160T2B70-1L /prep7 et,1,shell181 r,1,2 mp,ex,1,1.85e5...- gears
- Thread
- Apdl Buckling Cold Fea Programming Section Steel
- Replies: 1
- Forum: Mechanical Engineering
-
Programs Should my second major to physics be programming or math?
I’m planning on attending graduate school for physics. My interest is currently in cosmology and astrophysics, but I’m keeping an open mind. I’d like to be prepared in case I choose another field, or go into private sector instead of academia. I’ve decided I want to double major in my...- astroman707
- Thread
- Applied math Career guidance Double major Major Major advice Physics Programming
- Replies: 1
- Forum: STEM Academic Advising
-
Stuck on an Integer Programming problem
Homework Statement I've tried hours and hours to model this problem but i didn't succeed. Can you help me ? We want to realize n projects in the next T years. For each project, a profitability index pi is known, which expresses the expected final gain (in Euro) and a cost profile ai =...- Aleoa
- Thread
- Integer Integer programming Programming Stuck
- Replies: 15
- Forum: Calculus and Beyond Homework Help