search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

P粉604507867

P粉604507867

Follow
student

Follow 0
fans 0
integral 0
How and when to split C++ code into headers and source files [closed]

I have a small application, all in one file. I want to convert this into separate smaller files. How do I know how to separate things? What is the invisible m

2026-01-31 14:43:06Ask
C++
Using sql function generate_series() in redshift

I'd like to use the generate series function in redshift, but have not been successful. The redshift documentation says it's not supported. The following code does work: select *

2026-01-28 15:21:11Ask
MySQL
how to change php version in htaccess in server

I'm using php 5.3 on my local machine. On our webserver we have php 4.8. Our server is a shared server. So I want to change the php version on our server via .htaccess file. Is it po

2026-01-20 15:43:11Ask
PHP
PermissionError: [Errno 13] Permission denied

I'm getting this error : Exception in Tkinter callback Traceback (most recent call last): File "C:\Python34\lib\tkinter\__init__.py", line 1538, in __call__ return self.func(*args) F

2025-12-27 13:01:36Ask
Python
String memory usage in Golang

I was optimizing a code using a map[string]string where the value of the map was only either "A" or "B". So I thought Obviously a map[string]bool was way better as the map hold aro

2025-12-24 22:01:18Ask
Python
Left Outer Join Not Working?

I have a query pulling data from three tables using LEFT OUTER JOIN for both joins. I need the query to return the left most (Salesrep table) info even if the there is no correspond

2025-12-20 11:01:06Ask
MySQL
How can I capitalize the first letter of each word in a string?

s = 'the brown fox' ...do something here... s should be: 'The Brown Fox' What's the easiest way to do this?

2025-12-08 17:01:43Ask
Python
Inverted Scooped corners using CSS

I have CSS code #box { width: 200px; height: 50px; background-color: blue; border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; position: relative; mar

2025-11-30 21:22:41Ask
CSS
Are there C++ equivalents for the Protocol Buffers delimited I/O functions in Java?

I'm trying to read / write multiple Protocol Buffers messages from files, in both C++ and Java. Google suggests writing length prefixes before the messages, but there's no way to do

2025-11-29 18:01:41Ask
Java