Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
192 views

So I’m writing a procedure that gives the user the choice to either delete or modify a value in an array. The modifying part was easy, but I’m having troubles deleting the item. Procedure ...
moncef guettouche's user avatar
0 votes
0 answers
43 views

i am using a java spring boot as a backend and database as postgers so now my question is how to implement the procedural function in postgres like first i am writing the function in a seperate schema ...
J.Calvin Abilash's user avatar
-2 votes
2 answers
71 views

Let's assume you want to test basic programming skills of students. For example: Write a Python module, student_submission.py that assigns to variable myString the string "$stackoverflow is ...
chikitin's user avatar
0 votes
2 answers
139 views

I've been messing around with procedural noise lately, and decided to give a fresh stab at relearning Cellular Automata to generate cave-like maps. But I'm not sure if my implementation of 2D arrays ...
RectangleEquals's user avatar
0 votes
1 answer
113 views

I need to make a procedural jump in a board game which is called every time when I need to do so in the script. This allows player to move between waypoints. So for example the player gets the number ...
Wayfarer's user avatar
0 votes
1 answer
182 views

I've been a professional game programmer for more than 10 years, and a programmer for more than 14. For this entire time, I've been coding in OOP style and, as a senior programmer, I have extensive ...
Ed Barbu's user avatar
  • 1,669
-1 votes
1 answer
138 views

I have a table like below: product | weight | col1 | col2 | col3 | ... | col100 productA | 1 | 1 | 2 | 3 | ... | 100 productB | 1 | 1 | ...
n_user184's user avatar
0 votes
1 answer
142 views

I work on unity, I have to completely change my script which allows to do procedural animation in reverse kinematic, in fact to explain to you I have a crab with 8 legs, each with 4 pivot points, and ...
Maxime66410's user avatar
0 votes
1 answer
78 views

everyone. Some one who can help me to get the latest transaction details of employees based on selected transaction type. Below is the sample tables. employees Table: employee_id employee_name 1 John ...
Mr.Jepoyyy's user avatar
0 votes
2 answers
84 views

I wonder what the best practice is for handling optional calls, special cases etc. within procedural code (PL/SQL without OOP). We have a program with lots of configuration and things that will or ...
gobnepla's user avatar
  • 654
0 votes
1 answer
312 views

I've been messing around with SDL2 in c and was wondering how to abstract code away without using too many function parameters. For example, in a normal gameplay loop there is usually an input, update,...
Dr-Galunga's user avatar
0 votes
1 answer
222 views

fellow coders.. I'm just a new learner and try to practice some programming paradigms in their specific designed environments. Recently I've learn quite many new small things in Procedural Programming ...
Semi Dev_'s user avatar
0 votes
1 answer
82 views

how to add 1 second delay to a loop in dart for creating count down output like this 3 '1 second delay' 2 '1 second delay' 1 '1 second delay' 0 ---> Done with procedural programming without using ...
Mehdi Zivdari's user avatar
1 vote
0 answers
72 views

I am trying to do dynamic nav menus for the pages, when admin creates a page, he selects multiple selection for the menus that this page should appears for, I am achieving this through two steps, 1st ...
wowoffer's user avatar
1 vote
0 answers
230 views

I used to be a Web Backend Developper (using Symfony and Spring-boot). Now, I'm interested in Data Engineering with Python ... and I see that we use Procedural way more that OOP paradigm. That is not ...
JairygonZ 's user avatar

15 30 50 per page
1
2 3 4 5
19