• Sign Up
    • OpenID
    • Google
    • Yahoo!
    • Facebook
    • Ning
  • Discuss
  • New Topic
  • Categories
  • Forum
  • Debate
  • Languages
    • English
    • Finnish
    • Arabic
    • Italian
    • Korean
    • French
    • Chinese(Traditional)
    • Chinese(Simplified)
    • Swedish
    • Czech
    • Hindi
    • Dutch
    • Norwegian
    • Russian
    • Croatian
    • German
    • Japanese
    • Bulgarian
    • Portuguese
    • Chinese
    • Spanish
    • Greek
  • Login

Ok

Ads

affordable seo

Ask a Question



Welcome New Members!

lenin g...

Dulce

Xkelley

diablolol

spectee...

PeytonB

Axel

AlexPerez

A J L

Tuva2

mmogoin...

Sayed B...

Shanmuga

um3r.ha...

biber

kalyan

shahid

naseer

priya

mony


Hot Topics

address answer beer Below Bible Born boy color computer definitions Entertainer examples exe girl house item Jail Name number person Phone riddle Skype smoke support Time username When world Year

 

 
  • First
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next
  • Last

Tram

Where can I find the stop code that my computer just flashed?

Where can I find the stop code that my computer just flashed? The BSOD was too quick for me to write it down. Expand

  • In Windows and Microsoft 1 month ago
  • 1 Reply
  • Tags: code BSOD stop computer - 570 Views
  • Posted by Tram

Tram

How can I undefine NDEBUG while compiling a release version of my code?

How can I undefine NDEBUG while compiling a release version of my code? Expand

  • In C/C++ 1 month ago
  • Tags: version release code NDEBUG undefine - 623 Views
  • Posted by Tram

Marketi...

How can I portably figure out my own server's ip address in socket code?

How can I portably figure out my own server's ip address in socket code? I have a socket_fd and getsockname() returns 0.0.0.0 (it's bound to that universal address).. hmm.. Expand

  • In C/C++ 1 month ago
  • Tags: code server socket address getsockname - 641 Views
  • Posted by Marketi...

Sally

Is anybody familiar with MS code signing?

Is anybody familiar with MS code signing? I'm wondering if the code signing cert is generic (can be used for other types of code signing) or something MS specific Expand

  • In Windows and Microsoft 1 month ago
  • 1 Reply
  • Tags: something code anybody signing cert - 548 Views
  • Posted by Sally

CuteClutch

How do I breakpoint in rails 2.3.5?

How do I breakpoint in rails 2.3.5? I added 'breakpoint' to the code but it doesnt seem to get called Expand

  • In Ruby 1 month ago
  • Tags: doesnt code breakpoint - 211 Views
  • Posted by CuteClutch

ArtPie

When do templates go out of scope?

When do templates go out of scope? It seems to me that if I declare template V then I can use V anywhere in the code Expand

  • In C/C++ 1 month ago
  • Tags: code scope template - 485 Views
  • Posted by ArtPie

Rebecca

Does rails have a simple way to expose the source code?

Does rails have a simple way to expose the source code? something like phps extensions for php Expand

  • In Ruby 1 month ago
  • Tags: something code way php source - 538 Views
  • Posted by Rebecca

Scarlet

What does "Warning: obsolete conversion from string constant to char*"?

What does "Warning: obsolete conversion from string constant to char*"? I get those warning messages very often when compiling code Expand

  • In C/C++ 1 month ago
  • 1 Reply
  • Tags: code Warning string char conversion - 792 Views
  • Posted by Scarlet

CuteClutch

Is the ternary operator used much in code written by professionals?

Is the ternary operator used much in code written by professionals? Expand

  • In C/C++ 1 month ago
  • Tags: operator code - 1257 Views
  • Posted by CuteClutch

AngelIdiot

What is the PIN pairing code for the Apple Magic Trackpad?

I'm trying to pair the Apple Magic Trackpad to my Windows Bluetooth machine and it is asking for a PIN code (pairing code). As far as I know, it doesn't have a code! Expand

  • In Mac & Apple 1 month ago
  • 2 Replies
  • Tags: code PIN Trackpad Bluetooth Windows - 4067 Views
  • Posted by AngelIdiot

Sally

Where is a definition of "friendly_token" method in Devise?

Where is a definition of "friendly_token" method in Devise? I've seached up code, and didn't found "def friendly_token", but in many places there is "Devise.friendly_token" in use Expand

  • In Ruby 1 month ago
  • Tags: code method Devise def definition - 1215 Views
  • Posted by Sally

LiveGra...

Is there a Free Registration code for Kane & Lynch 2: Dog Days ?

Is there a Free Registration code for Kane & Lynch 2: Dog Days ? Expand

  • In Video & Online Games 1 month ago
  • Tags: Free amp code Lynch Registration - 1151 Views
  • Posted by LiveGra...

Tonchi

Is there a Free Registration code for Castlevania: Lords of Shadow ?

Is there a Free Registration code for Castlevania: Lords of Shadow ? Expand

  • In Video & Online Games 1 month ago
  • Tags: Castlevania Free code Shadow Registration - 1367 Views
  • Posted by Tonchi

Janet

Is there a Free Registration code for Thatgamecompany Game 3 ?

Is there a Free Registration code for Thatgamecompany Game 3 ? Expand

  • In Video & Online Games 1 month ago
  • Tags: Free code Game Thatgamecompany Registration - 986 Views
  • Posted by Janet

Sally

Are there rules of thumb for optimizing your use of an unordered_map ?

Are there rules of thumb for optimizing your use of an unordered_map ? it's the bottleneck of my code right now =( Expand

  • In C/C++ 1 month ago
  • Tags: thumb code use map bottleneck - 1186 Views
  • Posted by Sally

ArtPie

Is it possible to change a macro halfway through your code?

Is it possible to change a macro halfway through your code? I've tried using #undef and redefining it, but it doesnt seem to be working Expand

  • In C/C++ 1 month ago
  • Tags: undef doesnt code macro - 1357 Views
  • Posted by ArtPie

Sandy

Is it possible to do multiple edit with nested_attributes_for in one form?

Is it possible to do multiple edit with nested_attributes_for in one form? I have my own controller action, but have problems to display nested_attributes with fields_for correct. My code: Expand

  • In Ruby 1 month ago
  • Tags: code controller action form - 1037 Views
  • Posted by Sandy

Jacket

How can I find the upgrade code of a product?

How can I find the upgrade code of a product? specifically the visual c++ sp1 redist Expand

  • In Windows and Microsoft 1 month ago
  • 1 Reply
  • Tags: redist code product upgrade - 1188 Views
  • Posted by Jacket

Sandy

HOW can I get submitted data from from in $_POST?

HOW can I get submitted data from from in $_POST? Since there are two page loads after form submit the global $_POST gets lost so I can use it in my code. Which function can get me submitted data ??? Expand

  • In Drupal 1 month ago
  • 2 Replies
  • Tags: code page form HOW POST - 236 Views
  • Posted by Sandy

CuteClutch

anyone have code for moshi membership

really want to be a member Expand

  • In Internet 1 month ago
  • 3 Replies
  • Tags: moshi code anyone membership - 109 Views
  • Posted by CuteClutch
  • First
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next
  • Last
Disclaimer | Privacy Policy | Terms | ■ RSS | Sitemap | Contact Us | ■ Invite | Create your Widget | ■ Twitter | ■ Facebook
© 2013 Exposix. All rights reserved

Exposix does not evaluate or guarantee the accuracy of any Exposix content. Click here for the Full Disclaimer.