|
I got some computers lying around. What type you looking for? I really want to get this ice cream on the og. Does that milestone alpha work? Cause supposedly sounds and some camera things work on that one. I know that milestone roms and d 1 roms are different...
Started by drewrivera on
, 10 posts
by 4 people.
Answer Snippets (Read the full thread at droidforums):
Could use anything the one I was using was a old compaq single core 2 gb ram
My gtalk is gpluehri@gmail.com
Sent from my Galaxy Nexus using Tapatalk 2 Originally Posted by cush2push Could use anything the one I was using was a old compaq single core 2... .
|
|
[Quote: =cush2push;2101265] Originally Posted by mgross029
Not sure its the stock one from a compaq presario sr1750nx
Sent from my Galaxy Nexus using Tapatalk 2 Here are the specs of that system...
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL44...
Started by mgross029 on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at droidforums):
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL445AA) Desktop PC Athlon 3500+ 1GB DDR 200GB HDD Capacity ATI Radeon Integrated Graphics Windows XP Media... .
|
|
I got some computers lying around. What type you looking for? I really want to get this ice cream on the og. Does that milestone alpha work? Cause supposedly sounds and some camera things work on that one. I know that milestone roms and d 1 roms are different...
Started by drewrivera on
, 8 posts
by 4 people.
Answer Snippets (Read the full thread at droidforums):
Could use anything the one I was using was a old compaq single core 2 gb ram
My gtalk is gpluehri@gmail.com
Sent from my Galaxy Nexus using Tapatalk 2 Originally Posted by cush2push Could use anything the one I was using was a old compaq single core 2... .
|
Ask your Facebook Friends
|
[Quote: =cush2push;2101265] Originally Posted by mgross029
Not sure its the stock one from a compaq presario sr1750nx
Sent from my Galaxy Nexus using Tapatalk 2 Here are the specs of that system...
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL44...
Started by mgross029 on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at droidforums):
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL445AA) Desktop PC Athlon 3500+ 1GB DDR 200GB HDD Capacity ATI Radeon Integrated Graphics Windows XP Media... .
|
|
[Quote: =cush2push;2101265] Originally Posted by mgross029
Not sure its the stock one from a compaq presario sr1750nx
Sent from my Galaxy Nexus using Tapatalk 2 Here are the specs of that system...
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL44...
Started by mgross029 on
, 10 posts
by 4 people.
Answer Snippets (Read the full thread at droidforums):
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL445AA) Desktop PC Athlon 3500+ 1GB DDR 200GB HDD Capacity ATI Radeon Integrated Graphics Windows XP Media... .
|
|
[Quote: =cush2push;2101265] Originally Posted by mgross029
Not sure its the stock one from a compaq presario sr1750nx
Sent from my Galaxy Nexus using Tapatalk 2 Here are the specs of that system...
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL44...
Started by mgross029 on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at droidforums):
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL445AA) Desktop PC Athlon 3500+ 1GB DDR 200GB HDD Capacity ATI Radeon Integrated Graphics Windows XP Media... .
|
|
[Quote: =cush2push;2101265] Originally Posted by mgross029
Not sure its the stock one from a compaq presario sr1750nx
Sent from my Galaxy Nexus using Tapatalk 2 Here are the specs of that system...
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL44...
Started by mgross029 on
, 9 posts
by 4 people.
Answer Snippets (Read the full thread at droidforums):
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL445AA) Desktop PC Athlon 3500+ 1GB DDR 200GB HDD Capacity ATI Radeon Integrated Graphics Windows XP Media... .
|
|
I got some computers lying around. What type you looking for? I really want to get this ice cream on the og. Does that milestone alpha work? Cause supposedly sounds and some camera things work on that one. I know that milestone roms and d 1 roms are different...
Started by drewrivera on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at droidforums):
Could use anything the one I was using was a old compaq single core 2 gb ram
My gtalk is gpluehri@gmail.com
Sent from my Galaxy Nexus using Tapatalk 2 Originally Posted by cush2push Could use anything the one I was using was a old compaq single core 2... .
|
|
[Quote: =cush2push;2101265] Originally Posted by mgross029
Not sure its the stock one from a compaq presario sr1750nx
Sent from my Galaxy Nexus using Tapatalk 2 Here are the specs of that system...
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL44...
Started by mgross029 on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at droidforums):
Newegg.com - Open Box: COMPAQ Presario SR1750NX (EL445AA) Desktop PC Athlon 3500+ 1GB DDR 200GB HDD Capacity ATI Radeon Integrated Graphics Windows XP Media... .
|
|
Hello there,
I'm trying to make my own BBCode parser for my website and I'm looking for a way to "htmlentities()" except the codes inside PRE tags, and the PRE tag itself.
For example:
<b>Hello world</b> (outputs <b>Hello world<>...
Started by djzmo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
('/(<\/?pre>)/', $text, -1, PREG_SPLIT_DELIM_CAPTURE); // $state = 0 if outside of a pre // $state = 1 if inside of a pre $state = 0; foreach ($segments as &$segment) { if ($state == 0 that the above code does not handle nested ....
|