Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Problem with Dictionary Copies
Post: Problem with Dictionary Copies

Hello there, I'm new to this and trying to make a clone of a dictionary so that I may make changes without harming the original, as I learnt from scaler's (https://www.scaler.com/topics/remove-key-...
172 Views
1 Replies
08-23-2023, 05:37 AM
leusiam
    Thread: Need help with In-Place Quick Sort Implementation
Post: Need help with In-Place Quick Sort Implementation

Hello, I'm working in Python on constructing an in-place version of the Quick Sort method. After doing some research and reading this article on Quick Sort Algorithm (https://www.scaler.com/topics/dat...
329 Views
2 Replies
07-21-2023, 08:37 AM
leusiam
    Thread: Looking for a functional project repository in CodeIgniter for study purposes
Post: RE: Looking for a functional project repository in...

I can't provide real-time links, you can search for CodeIgniter projects on popular code hosting platforms like GitHub or GitLab.
500 Views
4 Replies
07-12-2023, 06:52 AM
leusiam
    Thread: How can I run a committed sql-statement (as a parameter) in a procedure and get the e
Post: How can I run a committed sql-statement (as a para...

I'd want to build a PL/SQL function using a SQL-statement as a parameter. The statement may be DDL, DML, or DCL. In the console, I want to print the time from the executed statement. I've got the ...
215 Views
1 Replies
04-30-2023, 09:22 AM
leusiam
    Thread: The Fibonacci sequence exceeds a certain target value.
Post: The Fibonacci sequence exceeds a certain target va...

I'm attempting to construct a Fibonacci series and list each element. I'd want to specify that no element in the Fibonacci sequence should be bigger than a certain number. I wrote a function called my...
241 Views
0 Replies
02-16-2023, 02:44 AM
leusiam
    Thread: Questionnaire submission results in an empty page.
Post: Questionnaire submission results in an empty page.

This code was thrown at me. I know almost nothing about Code Ignitor and just a bit about PHP. I have a form that returns a value that I specify. When I click the submit button, it takes me back to th...
510 Views
1 Replies
02-08-2023, 06:31 AM
leusiam
    Thread: Left outside Join in Code Igniter
Post: RE: Left outside Join in Code Igniter

Thanks you for your help
1,315 Views
4 Replies
02-08-2023, 06:19 AM
leusiam
    Thread: Left outside Join in Code Igniter
Post: RE: Left outside Join in Code Igniter

php_rocs Wrote: (01-23-2023, 09:43 AM) -- @"leusiam" ,  There are multiple ways for you to do this.  What version of CI are you using? -- yes can you please explain the ways and i am using 3.0.6
1,315 Views
4 Replies
02-01-2023, 04:48 AM
leusiam
    Thread: How to query Json objects in MySQL?
Post: RE: How to query Json objects in MySQL?

oh i thought it was a question you asked well thanks for that.
1,015 Views
3 Replies
02-01-2023, 04:45 AM
leusiam
    Thread: Left outside Join in Code Igniter
Post: Left outside Join in Code Igniter

So here's the question: I'm not sure how to write on code igniter; I read an article about it here (https://www.scaler.com/topics/course/python-sql-data-science/), thus I want to insert my "And" state...
1,315 Views
4 Replies
01-23-2023, 05:55 AM
leusiam
    Thread: In Code Igniter, destroying a specific session
Post: In Code Igniter, destroying a specific session

I'd want to be able to log people out of my Code Igniter app. I know how to bring an active local session to a close: Code: -- $this->session->sess_destroy(); How can I end a session that was init...
454 Views
0 Replies
01-19-2023, 06:09 AM
leusiam
    Thread: Using stacked for loops in Java to find the missing number in an array
Post: Using stacked for loops in Java to find the missin...

In O(n2) time, I need to identify the missing number in an array. I can rearrange the array so that everything is in order, but I can't identify the missing number without executing another for loop, ...
467 Views
0 Replies
12-06-2022, 04:42 AM
leusiam
    Thread: Java equals() selection
Post: Java equals() selection

In Java, if I try to do.equals() on a null string, a null pointer error is issued. I’m wondering whether I can perform the following if I’m attempting to compare if a string is equal to a constant str...
496 Views
0 Replies
11-09-2022, 06:58 AM
leusiam
    Thread: JOIN tables from different databases (same server) - c14
Post: RE: JOIN tables from different databases (same ser...

To build a server link, use the sp_addlinkedserver function. For further information, consult the reference (http://msdn.microsoft.com/en-us/library/ms190479.aspx) documentation. After you've created ...
1,506 Views
5 Replies
10-19-2022, 12:10 AM
leusiam

Theme © iAndrew 2016 - Forum software by © MyBB