Post your questions here
Read >search
ddg.gg
redirect new friends making their own threads with >previous
Post your questions here
Read >search
ddg.gg
redirect new friends making their own threads with >previous
Other urls found in this thread:
en.wikipedia.org
tpb.tw
pcpartpicker.com
lmgtfy.com
forums.mydigitallife.net
linux.die.net
twitter.com
How do I muster the concentration to finish these last 5 weeks of Spring quarter? I'm in a web dev, English, and compsci course and after these 5 weeks I'll have my (2 year transfer) degree. How do I do it bois
What is the default resource access for programs running in sandboxie? They can only access their own directory and subdirectories?
I need to use some rather old c++ code which doesn't work with any standard newer than 2003.
How do I edit the makefile to either use the 2003 standard or relax enough that it compiles?
help me choose a phone
>lg v20
>lg g6
>Redmi 5
Redmi 5 Note/Pro depending on location.
get the Redmi Note 5 Global
test
test2
I'm trying to learn databases, using oracle 11g and I can't add a primary key to a table using alter cause it says that 'ORA-02264: name already used by an existing constraint' when the only line that has the name of the primary key is in the line that add's the primary key.
If I change the name of the primary key, primary_pk to p_pk it works.