| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,266
» Latest member: tlandr02
» Forum threads: 38,788
» Forum posts: 175,853
Full Statistics
|
| Online Users |
There are currently 48 online users. » 0 Member(s) | 43 Guest(s) Bing, Google, AOL, Apple
|
|
|
| semaphores |
|
Posted by: Skaperen - Jan-22-2018, 05:35 AM - Forum: General Coding Help
- Replies (1)
|
 |
i would like to have a pair of cli scripts in Python3, where one of the scripts will be run given a name and it will wait for a semaphore of that name..... More
|
|
|
| Re. Substring counting |
|
Posted by: Mekire - Jan-22-2018, 02:56 AM - Forum: Homework
- Replies (9)
|
 |
This would normally go in homework discussions, but as the user has already solved their problem there is no reason to not post publicly.
Original ..... More
|
|
|
| Validate string using Regex |
|
Posted by: rahul_raj1981 - Jan-21-2018, 07:28 PM - Forum: Homework
- Replies (2)
|
 |
hi,
I want to validate that the below string should only contain 0-9A-Za-z. Not sure how the space can be ignored and through the invalid message i..... More
|
|
|
| turtle module |
|
Posted by: kalamarovskycom - Jan-21-2018, 11:10 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hi;
Can you please help me eith the code in below? I want to draw five square that touch to each other on their upper-right corners, but I am n..... More
|
|
|
| opencv help |
|
Posted by: tony1812 - Jan-21-2018, 06:54 AM - Forum: General Coding Help
- No Replies
|
 |
Hello, I compiled opencv successfully, so I thought, but when I run a script, I got this opencv error:
[python]
OpenCV Error: Unspecified error (The..... More
|
|
|
| Pygame typewriter class |
|
Posted by: Windspar - Jan-21-2018, 02:09 AM - Forum: Code sharing
- No Replies
|
 |
It render text once. Uses clip rect for animations.
[python]import os
import pygame
class TypeWriterText:
def __init__(self, text, font, c..... More
|
|
|
| Final problem |
|
Posted by: Truman - Jan-21-2018, 12:02 AM - Forum: Homework
- Replies (4)
|
 |
My task is to write a code that will add integers until user decides to quit the program with "Q". The program has two modules that user can choose - ..... More
|
|
|
|