Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,945
» Latest member: susan
» Forum threads: 38,726
» Forum posts: 175,522
Full Statistics
|
Online Users |
There are currently 74 online users. » 1 Member(s) | 67 Guest(s) Bing, Applebot, Google, AOL, AOL, compuman145
|
Latest Threads |
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
2 hours ago
» Replies: 0
» Views: 28
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: susan
4 hours ago
» Replies: 4
» Views: 9,089
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
8 hours ago
» Replies: 2
» Views: 419
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
9 hours ago
» Replies: 0
» Views: 69
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 561
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,784
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,105
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,463
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,026
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,775
|
|
|
RAID example |
Posted by: artifex - May-17-2018, 12:39 PM - Forum: General Coding Help
- No Replies
|
 |
Hi,
I need some simple script that can take a file and split it into n parts + parity just like a real RAID5 controller works (with bits XORing). I..... More
|
|
|
Luhn Formula |
Posted by: vdv34czx - May-17-2018, 05:30 AM - Forum: Data Science
- Replies (3)
|
 |
Hi everyone. I very much new to programming.
I implemented Credit card validation program according to following instructions.
1. Let the input be..... More
|
|
|
reverse DNS |
Posted by: Skaperen - May-17-2018, 02:50 AM - Forum: Board
- No Replies
|
 |
there is no reverse DNS for the IP address of this board. there may be some networks that block it as a result. hopefully, no ISPSs do that. but i ..... More
|
|
|
Dijkstra algorithm help |
Posted by: amoone1 - May-16-2018, 09:39 PM - Forum: Homework
- Replies (7)
|
 |
Hi I'm doing a dijkstra algorithm but ive ended up with an infinite loop do you know how to fix this code so it will give the length of the shortest r..... More
|
|
|
pytest and caplog |
Posted by: lazyliv - May-16-2018, 02:36 PM - Forum: General Coding Help
- No Replies
|
 |
Hi.
I have the folowing test class:
[python]class TestConnection(AsyncTestCase):
'''Integration test'''
@gen_test
def tes..... More
|
|
|
Download file from xampp |
Posted by: Guybrush - May-16-2018, 08:37 AM - Forum: Networking
- Replies (1)
|
 |
Hi all!
I'm trying to download a file (.zip) from a xampp website.
I tried different solutions to download the file, but the result is the same. T..... More
|
|
|
|