PostId
int64
13
11.8M
PostCreationDate
stringlengths
19
19
OwnerUserId
int64
3
1.57M
OwnerCreationDate
stringlengths
10
19
ReputationAtPostCreation
int64
-33
210k
OwnerUndeletedAnswerCountAtPostTime
int64
0
5.77k
Title
stringlengths
10
250
BodyMarkdown
stringlengths
12
30k
Tag1
stringlengths
1
25
Tag2
stringlengths
1
25
Tag3
stringlengths
1
25
Tag4
stringlengths
1
25
Tag5
stringlengths
1
25
PostClosedDate
stringlengths
19
19
OpenStatus
stringclasses
5 values
unified_texts
stringlengths
47
30.1k
OpenStatus_id
int64
0
4
357,775
12/10/2008 22:04:41
386,102
11/16/2008 17:06:38
6
5
Affine Transformations vs Keyframing
This may be a silly question to a graphics guru (which I am not), but what's the difference between affine transformations and keyframing? I'm reading about the former in the iPhone cookbook, and she states that 'Affine transforms enable you to change an object's geometry by mapping that object from one view coordinate...
iphone
core
graphics
cocoa
null
null
open
Affine Transformations vs Keyframing === This may be a silly question to a graphics guru (which I am not), but what's the difference between affine transformations and keyframing? I'm reading about the former in the iPhone cookbook, and she states that 'Affine transforms enable you to change an object's geometry by ma...
0
7,985,637
11/02/2011 18:42:01
523,168
11/28/2010 20:02:52
721
12
How to show and hide if user is logged?
I create a composition component: <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:cs="http://java.sun.com/jsf/composite/composite"> ...
jsf
jsf-2.0
null
null
null
null
open
How to show and hide if user is logged? === I create a composition component: <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:cs="http://java....
0
11,668,103
07/26/2012 11:17:17
1,554,418
07/26/2012 11:10:29
1
0
How to fetch particular tables data in source code using php
Suppose a web page having 10 tables,from the source code that web page i wanted to fetch the 8th table's data and store it into array using php. Any help is appreciated
php
null
null
null
null
07/27/2012 12:01:31
not a real question
How to fetch particular tables data in source code using php === Suppose a web page having 10 tables,from the source code that web page i wanted to fetch the 8th table's data and store it into array using php. Any help is appreciated
1
5,058,711
02/20/2011 17:33:38
625,444
02/20/2011 17:33:38
1
0
trying to intiate a class with a constructor that takes an argument
class token { private: char m_chIcon; //actual ascii char that shows up for this token location m_cPlayerLocation; // every token has a location token() {} public: token(char icon) : m_chIcon(icon) {} }; class board { private:...
c++
class
null
null
null
null
open
trying to intiate a class with a constructor that takes an argument === class token { private: char m_chIcon; //actual ascii char that shows up for this token location m_cPlayerLocation; // every token has a location token() {} public: token(char ic...
0
8,946,994
01/20/2012 19:42:37
1,121,334
12/29/2011 14:15:47
3
0
java(android) - unexpected error TabHost
I want to use TabHost, but my app has stopped unexpectedly. I don't really know, what the problem is, i'am a beginner android programmer. I use 4 java classes, one for TabHost, and three another classes. UnitCount class: package com.eqsec.csaba; import android.content.Intent; ...
android
class
android-manifest
android-tabhost
null
01/20/2012 20:22:07
too localized
java(android) - unexpected error TabHost === I want to use TabHost, but my app has stopped unexpectedly. I don't really know, what the problem is, i'am a beginner android programmer. I use 4 java classes, one for TabHost, and three another classes. UnitCount class: package com.eqsec.csaba; ...
3
9,607,730
03/07/2012 19:22:59
1,255,521
03/07/2012 19:12:09
1
0
Why does Debug build fails whereas Release build succeed?
I went through so many topics asking about "Why does release build fail and not debug?", but I'm across a situation where it's reverse. Here release build works fine but Debug mode build breaks. What are possible reasons or situations where this can happen? Any reply is appreciated. Thanks in advance.
c++
visual-studio-2005
null
null
null
03/08/2012 02:36:41
not a real question
Why does Debug build fails whereas Release build succeed? === I went through so many topics asking about "Why does release build fail and not debug?", but I'm across a situation where it's reverse. Here release build works fine but Debug mode build breaks. What are possible reasons or situations where this can happe...
1
11,331,959
07/04/2012 15:29:32
1,411,750
05/23/2012 05:26:24
1
0
Loading registered dll from python
I have registered the xceedzip.dll (admin cmd run -> regsvr32 xceedzip.dll) I would like to access the .net classes inside this dll from python. In particular, I need to uncompress a continuous data stream from a multicast feed. The data comes in a xceedzip compressed form, and require the uncompress method to be ...
.net
python
windows
dll
null
null
open
Loading registered dll from python === I have registered the xceedzip.dll (admin cmd run -> regsvr32 xceedzip.dll) I would like to access the .net classes inside this dll from python. In particular, I need to uncompress a continuous data stream from a multicast feed. The data comes in a xceedzip compressed form, ...
0
556,238
02/17/2009 10:32:35
26,859
10/10/2008 15:18:20
427
41
Hibernate : Foreign key constraint violation problem
I have a com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException in my code (using Hibernate and Spring) and I can't figure why. My entities are Corpus and Semspace and there's a many-to-one relation from Semspace to Corpus as defined in my hibernate mapping configuration : <class name="xxx.entitie...
mysql
hibernate
spring
java
null
null
open
Hibernate : Foreign key constraint violation problem === I have a com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException in my code (using Hibernate and Spring) and I can't figure why. My entities are Corpus and Semspace and there's a many-to-one relation from Semspace to Corpus as defined in my hiberna...
0
11,659,752
07/25/2012 22:40:39
1,068,477
11/27/2011 23:47:59
10
1
SUSE Enterprise 11.2 and tmpfs and /var/run
Trying to mount /var/run and /var/lock via tmpfs. Using SUSE Ent 11.2
suse
tmpfs
null
null
null
07/26/2012 11:14:47
off topic
SUSE Enterprise 11.2 and tmpfs and /var/run === Trying to mount /var/run and /var/lock via tmpfs. Using SUSE Ent 11.2
2
10,614,515
05/16/2012 08:17:00
1,348,163
04/21/2012 10:29:31
0
0
procedure in pl/sql
i am facing a little problem with this question.. i have done what i know Help if you can a) Create a procedure ‘insert_History’ that inserts a new record into the ‘History’ table. b) Write a small PL/SQL program that calls the "insert_History" procedure to insert the three records based on the facts given belo...
sql
oracle
stored-procedures
plsql
sql-developer
null
open
procedure in pl/sql === i am facing a little problem with this question.. i have done what i know Help if you can a) Create a procedure ‘insert_History’ that inserts a new record into the ‘History’ table. b) Write a small PL/SQL program that calls the "insert_History" procedure to insert the three records base...
0
4,548,360
12/28/2010 18:25:27
434,051
10/22/2009 09:12:01
3,968
5
Can I compile ffmpeg using CigWin so that I would get redistributable dll's of it?
So my point is to compile ffmpeg (I know that autobild tools or minGW can be used but I want cigWin) using gcc to have a library (like .dll or, better .lib) usable from my windows visual studio C++ appication. Is it possible and what are main instructions on how to do such thing?
gcc
compiler
cygwin
ffmpeg
null
null
open
Can I compile ffmpeg using CigWin so that I would get redistributable dll's of it? === So my point is to compile ffmpeg (I know that autobild tools or minGW can be used but I want cigWin) using gcc to have a library (like .dll or, better .lib) usable from my windows visual studio C++ appication. Is it possible and wha...
0
6,493,774
06/27/2011 13:41:31
817,471
06/27/2011 13:41:31
1
0
Sending coordinates to an URL POST each five minutes
I need to send coordinates to a web server in each five minutes. I'm doing this way: In the -(void) mapView:(MKMapView *)mapView didUpdateUserLocation:(MKUserLocation *)userLocation I have variables (declared in the .h file) receiving the information I want to send by the post. And I have a NSTimer calling a meth...
iphone
objective-c
ios
null
null
null
open
Sending coordinates to an URL POST each five minutes === I need to send coordinates to a web server in each five minutes. I'm doing this way: In the -(void) mapView:(MKMapView *)mapView didUpdateUserLocation:(MKUserLocation *)userLocation I have variables (declared in the .h file) receiving the information I want t...
0
11,173,102
06/23/2012 21:24:15
1,250,537
03/05/2012 18:43:12
21
3
Haskell code examples - small to medium
I am reading hs-webdriver a wrapper for selenium browser automation library. I have read one Haskell book in the past, and am almost done with Learn You A Haskell. The hs-webdriver is a little difficult for me to follow, probably because almost all of it relies on a monad for sending http requests. Can you guys point m...
haskell
null
null
null
null
06/23/2012 21:27:48
not constructive
Haskell code examples - small to medium === I am reading hs-webdriver a wrapper for selenium browser automation library. I have read one Haskell book in the past, and am almost done with Learn You A Haskell. The hs-webdriver is a little difficult for me to follow, probably because almost all of it relies on a monad fo...
4
5,509,667
04/01/2011 05:55:31
439,219
09/03/2010 18:16:54
187
0
Hidden Service in Android?
i used the following source in creating a service http://marakana.com/forums/android/examples/60.html but the thing is, the mp3 file is running, but as soon as i terminate the application (The gui with the start and stop buttons) the service terminates too ! i dunno if i understood this correctly, but on androi...
android
null
null
null
null
null
open
Hidden Service in Android? === i used the following source in creating a service http://marakana.com/forums/android/examples/60.html but the thing is, the mp3 file is running, but as soon as i terminate the application (The gui with the start and stop buttons) the service terminates too ! i dunno if i understo...
0
7,869,420
10/23/2011 21:40:16
242,751
01/03/2010 17:00:55
692
8
File Cache Library for PHP
Could you recommend me any good PHP written File-Cache library which is up2date (PHP >= 5)?
php
caching
null
null
null
02/08/2012 14:33:55
not a real question
File Cache Library for PHP === Could you recommend me any good PHP written File-Cache library which is up2date (PHP >= 5)?
1
4,320,851
12/01/2010 03:10:04
525,996
12/01/2010 02:48:50
1
0
Sell software or run business on it?
I have an good idea that will provide service based on html5 and I have made a demo app for it. **Support** the idea is a really good idea and I think it will be used by many people, and what should I do next step? Sell it to some internet website or run business on it? No matter do what, I wonder how to find the en...
startup
product
market
null
null
12/01/2010 03:35:48
off topic
Sell software or run business on it? === I have an good idea that will provide service based on html5 and I have made a demo app for it. **Support** the idea is a really good idea and I think it will be used by many people, and what should I do next step? Sell it to some internet website or run business on it? No m...
2
3,867,949
10/05/2010 21:37:33
274,077
02/16/2010 05:01:01
35
0
What is everyone's take on "documentary" (i.e. not functional) comments?
So we have fancy version control systems these days where we can comment on changes made to code. Is it any longer relevant to put similar "documentary" comments in your code? For example, in a file called Helper.cs: /* * Filename: Helper.cs * Author: Will Johansson * Created: 7/1/2010 * ...
version-control
tfs
documentation
comments
null
10/07/2010 02:06:41
not constructive
What is everyone's take on "documentary" (i.e. not functional) comments? === So we have fancy version control systems these days where we can comment on changes made to code. Is it any longer relevant to put similar "documentary" comments in your code? For example, in a file called Helper.cs: /* * Filenam...
4
8,867,057
01/15/2012 02:12:04
992,173
10/12/2011 19:47:25
97
1
Multiple Django sites on a single SSL certificate using a single IP with Apache
Is it technically possible to setup multiple Django sites using a single SSL certificate on a single IP address with Apache? Below is an excerpt from my SSL config: Alias /media/ x:/home/djang-apps/myapp WSGIScriptAlias / x:/home/djang-apps/myapp/apache/django.wsgi <Directory x:/home/djang-apps/> ...
django
apache
ssl-certificate
vhosts
null
01/16/2012 06:53:39
off topic
Multiple Django sites on a single SSL certificate using a single IP with Apache === Is it technically possible to setup multiple Django sites using a single SSL certificate on a single IP address with Apache? Below is an excerpt from my SSL config: Alias /media/ x:/home/djang-apps/myapp WSGIScriptAlias ...
2
11,137,128
06/21/2012 11:26:25
1,104,791
12/18/2011 18:30:52
85
0
Single developer work flow
I'm a single developer and am unsure on what the most suitable work flow for me is. I know there is lots of talk of complex systems of multiple branch git repos but it seems overly complex for me. I am developing a PHP site and use Sublime Text 2. I use a Git repo on Github just as a backup only. I have a dev server...
php
git
svn
version-control
null
06/21/2012 11:44:31
off topic
Single developer work flow === I'm a single developer and am unsure on what the most suitable work flow for me is. I know there is lots of talk of complex systems of multiple branch git repos but it seems overly complex for me. I am developing a PHP site and use Sublime Text 2. I use a Git repo on Github just as a ...
2
3,203,585
07/08/2010 12:35:50
386,361
07/08/2010 07:42:52
1
0
How to show all friend in friend list?
if an user login in his/her account then he will see all of his friends profile picture in his home page as like orkut,i hane one table name fsb_friendlist containing friendlist_memberid and friendlist_friendid,and another table name fsb_profile containg profile_userid,profile_name,profile_image,etc now how can i show ...
php
null
null
null
null
07/08/2010 12:42:37
not a real question
How to show all friend in friend list? === if an user login in his/her account then he will see all of his friends profile picture in his home page as like orkut,i hane one table name fsb_friendlist containing friendlist_memberid and friendlist_friendid,and another table name fsb_profile containg profile_userid,profil...
1
8,816,041
01/11/2012 08:07:53
771,311
05/26/2011 12:41:09
246
4
Interesting: implementing jquery autoComplete with jqgrid without overriding the exciting searchOptions
Oleg - are you here??? I am using jqGrid, were i set in colModel my searchoption according to the type Like this: var columnModel = [{ name: 'ID', index: 'ID', sortable: true,searchoptions: { sopt: ['gt']}}, { name: 'FirstName', index: 'FirstName', sortable: true, searchoptions: { sopt: ['cn']} }...
jquery-ui
search
jqgrid
jquery-autocomplete
null
null
open
Interesting: implementing jquery autoComplete with jqgrid without overriding the exciting searchOptions === Oleg - are you here??? I am using jqGrid, were i set in colModel my searchoption according to the type Like this: var columnModel = [{ name: 'ID', index: 'ID', sortable: true,searchoptions: { s...
0
8,812,307
01/10/2012 23:54:30
1,117,826
12/27/2011 15:08:42
13
0
Ruby on rails, form isn't passing part of a parameter
I'm trying to invite new users to a web application. I have the following code: = f.fields_for(:memberships, Membership.new(:user => User.new( :account => Account.new( :invited_by => current_profile))), :child_index => 'new_membership') do |ff| = ff.fields_for :user do |user_fields| ...
ruby-on-rails
forms
params
null
null
null
open
Ruby on rails, form isn't passing part of a parameter === I'm trying to invite new users to a web application. I have the following code: = f.fields_for(:memberships, Membership.new(:user => User.new( :account => Account.new( :invited_by => current_profile))), :child_index => 'new_membership') do |ff| ...
0
1,884,061
12/10/2009 21:13:45
105,744
05/12/2009 21:17:51
2,826
143
C# - Delegate with ref parameter
Is there any way to maintain the same functionality in the code below, but without having to create the delegate? I'm interfacing with a 3rd-party API that contains a number of various DeleteSomethingX(ref IntPtr ptr) methods and I'm trying to centralize the code for the IntPtr.Zero check. private void delegate...
c#
.net
delegates
ref
pointers
null
open
C# - Delegate with ref parameter === Is there any way to maintain the same functionality in the code below, but without having to create the delegate? I'm interfacing with a 3rd-party API that contains a number of various DeleteSomethingX(ref IntPtr ptr) methods and I'm trying to centralize the code for the IntPtr.Zer...
0
11,487,306
07/14/2012 20:51:18
1,491,893
06/29/2012 18:10:58
3
0
How do you open up a gallery from a button?
I have a button made and when clicked I would like it to open up a gallery. How would I do this?
android
button
gallery
photo
open
07/18/2012 02:32:54
not a real question
How do you open up a gallery from a button? === I have a button made and when clicked I would like it to open up a gallery. How would I do this?
1
9,842,122
03/23/2012 15:38:32
1,162,039
01/21/2012 08:00:53
1
0
MySQL install in Ubuntu
I am trying to install MySQL in Ubuntu using the command sudo apt-get install mysql-server when I do so, I am getting the following error, it is something to do with Unmet dependencies. I don't know how to rectify this, could some one help me please? Thank you!! Reading package lists... Done Building depe...
mysql
null
null
null
null
03/23/2012 15:44:52
off topic
MySQL install in Ubuntu === I am trying to install MySQL in Ubuntu using the command sudo apt-get install mysql-server when I do so, I am getting the following error, it is something to do with Unmet dependencies. I don't know how to rectify this, could some one help me please? Thank you!! Reading package l...
2
6,561,174
07/03/2011 04:56:56
655,969
03/11/2011 20:50:57
71
1
Visual Studio - Windows Forms or Wpf?
I'm curious, what are the differences between Windows Forms and Wpf? And does either give the programmer a greater advantage?
c#
wpf
winforms
visual-studio
null
07/03/2011 05:11:12
not constructive
Visual Studio - Windows Forms or Wpf? === I'm curious, what are the differences between Windows Forms and Wpf? And does either give the programmer a greater advantage?
4
9,547,396
03/03/2012 15:49:32
964,135
01/23/2011 17:25:57
8,574
270
What does, 'AL lib: pulseaudio.c:612: Context did not connect: Access denied' mean?
I'm getting the following error when running a simple OpenAL program: > AL lib: pulseaudio.c:612: Context did not connect: Access denied Interestingly, if I try playing audio then it plays correctly, although it sounds slightly distorted. Below is the code that produces the error. It also happens if I initial...
c++
c
openal
pulseaudio
null
null
open
What does, 'AL lib: pulseaudio.c:612: Context did not connect: Access denied' mean? === I'm getting the following error when running a simple OpenAL program: > AL lib: pulseaudio.c:612: Context did not connect: Access denied Interestingly, if I try playing audio then it plays correctly, although it sounds slight...
0
9,499,289
02/29/2012 12:36:04
1,157,979
01/19/2012 08:08:25
1
14
Improve application speed?
Hi am we are using an application built with mysql and php, we get huge number of data transaction in and out of system. The queries are optimized to the best. till when a group task is done e.g 100 people login at same time , the system becomes dead slow. can some one please suggest a way to solve this problem. tnx...
php
mysql
null
null
null
02/29/2012 12:39:59
not a real question
Improve application speed? === Hi am we are using an application built with mysql and php, we get huge number of data transaction in and out of system. The queries are optimized to the best. till when a group task is done e.g 100 people login at same time , the system becomes dead slow. can some one please suggest ...
1
5,463,118
03/28/2011 18:05:46
667,143
03/19/2011 08:47:55
1
0
How can I conduct a poll through an irc bot?
I've set up a irc bot using socket. I've added a few commands , but I'd like to add a "poll" function. Ideally, the bot would get a command with this format: `!poll <name> <opt1> <opt2> <opt3> <time>` How would I go about checking user who voted and ending the poll after a certain time? Thanks in advance, ...
python
irc
bots
poll
vote
null
open
How can I conduct a poll through an irc bot? === I've set up a irc bot using socket. I've added a few commands , but I'd like to add a "poll" function. Ideally, the bot would get a command with this format: `!poll <name> <opt1> <opt2> <opt3> <time>` How would I go about checking user who voted and ending the po...
0
4,133,580
11/09/2010 12:24:19
481,455
10/20/2010 09:01:21
26
3
how to read and display svg files in android
i struck with svg file,problem is reading svg file and displaying it using android.plzzz help me.thank u in advance!!!!!!!!!!!!!
java
android
null
null
null
11/09/2010 15:09:58
not a real question
how to read and display svg files in android === i struck with svg file,problem is reading svg file and displaying it using android.plzzz help me.thank u in advance!!!!!!!!!!!!!
1
9,072,107
01/30/2012 23:00:10
441,016
09/07/2010 01:14:44
344
24
How can I show a line under each row of text in a Spark TextArea
I'm trying to show a horizontal line under each row of text in a Spark TextArea. I want to give the text area the look of legal paper.
flex
flex4
spark
null
null
null
open
How can I show a line under each row of text in a Spark TextArea === I'm trying to show a horizontal line under each row of text in a Spark TextArea. I want to give the text area the look of legal paper.
0
11,607,514
07/23/2012 06:36:12
707,734
04/14/2011 10:12:57
8
0
steps to automate the process of login to a remote linux server and install rpm
I would like to automate the process of creating rpm and copying it to remote linux machine and install the rpm on remote linux machine. I would like to use shell and expect scripting.
linux
shell
automation
expect
null
07/25/2012 02:42:25
not constructive
steps to automate the process of login to a remote linux server and install rpm === I would like to automate the process of creating rpm and copying it to remote linux machine and install the rpm on remote linux machine. I would like to use shell and expect scripting.
4
9,270,791
02/14/2012 02:12:05
988,129
10/10/2011 17:27:42
6
0
ReCaptcha/Noscript/Iframe Issues
I have a registration form with recaptcha on my site. For some reason, my posting script won't pick up any variables after the iframe that the recaptcha php script creates. I don't know if its the iframe or the <noscript> that's causing the problem. Any help is appreciated. Code below. <script type="text/ja...
php
variables
iframe
recaptcha
noscript
null
open
ReCaptcha/Noscript/Iframe Issues === I have a registration form with recaptcha on my site. For some reason, my posting script won't pick up any variables after the iframe that the recaptcha php script creates. I don't know if its the iframe or the <noscript> that's causing the problem. Any help is appreciated. Code...
0
6,090,399
05/22/2011 19:59:48
212,602
11/17/2009 05:05:38
1
0
Get HOG image features from OpenCV + Python?
I've read this post about how to use OpenCV's HOG-based pedestrian detector: http://stackoverflow.com/questions/2188646/how-can-i-detect-and-track-people-using-opencv I want to use HOG for detecting other types of objects in images (not just pedestrians). However, the Python binding of *HOGDetectMultiScale* doesn...
python
image-processing
opencv
null
null
null
open
Get HOG image features from OpenCV + Python? === I've read this post about how to use OpenCV's HOG-based pedestrian detector: http://stackoverflow.com/questions/2188646/how-can-i-detect-and-track-people-using-opencv I want to use HOG for detecting other types of objects in images (not just pedestrians). However,...
0
10,681,980
05/21/2012 08:40:55
1,116,747
12/26/2011 20:42:31
25
0
can i install sqlserver 2008 r2 standard edition if sqlexpress 2008 already installed
in my windows xp maching i already had instaled sqlserver 2008 R2 advanced express edition now i want to install sqlserver 2008 R2 Standard Edition ,it is possible to both wil be in same machine can i install sqlserver 2008 r2 standard edition.
sql-server
sql-server-2008-r2
null
null
null
05/27/2012 15:02:47
off topic
can i install sqlserver 2008 r2 standard edition if sqlexpress 2008 already installed === in my windows xp maching i already had instaled sqlserver 2008 R2 advanced express edition now i want to install sqlserver 2008 R2 Standard Edition ,it is possible to both wil be in same machine can i install sqlserver 2008 r2 s...
2
241,479
10/27/2008 21:38:52
28,919
10/17/2008 13:34:49
76
5
What are the best references for using jQuery?
I'm inteested in what you find are the best development references for learning and using jQuery. Books, websites, etc. are all welcome.
jquery
reference
null
null
null
06/09/2012 16:56:19
not constructive
What are the best references for using jQuery? === I'm inteested in what you find are the best development references for learning and using jQuery. Books, websites, etc. are all welcome.
4
6,177,510
05/30/2011 14:26:28
659,003
03/14/2011 14:56:47
104
10
Half-face data struct library
I'am looking for a c++ library able to handle (at least) tetrahedral meshes via the extended half-edge data structure also called half-face. Do you know such a project ? For surfaces representation I use [OpenMesh](http://www.openmesh.org/) witch is a very nice implementation of half-edge structure. I implemented my...
c++
3d
mesh
null
null
06/14/2012 04:50:06
not constructive
Half-face data struct library === I'am looking for a c++ library able to handle (at least) tetrahedral meshes via the extended half-edge data structure also called half-face. Do you know such a project ? For surfaces representation I use [OpenMesh](http://www.openmesh.org/) witch is a very nice implementation of ha...
4
3,309,132
07/22/2010 13:07:13
91,612
04/16/2009 12:52:08
1,119
91
My SQL Insert query is executed twice
I'm using [adapter.InsertCommand][1] to insert some data into a table. The only problem is that it's executed twice, thus giving me double entries in the DB. I've tried following the example in the documentation of `adapter.InsertCommand` and my own code, but get the same result. This is my code: publ...
c#
.net
sql
sql-server-2005
null
null
open
My SQL Insert query is executed twice === I'm using [adapter.InsertCommand][1] to insert some data into a table. The only problem is that it's executed twice, thus giving me double entries in the DB. I've tried following the example in the documentation of `adapter.InsertCommand` and my own code, but get the same ...
0
10,025,357
04/05/2012 08:43:29
232,957
12/16/2009 13:02:23
164
1
Client requested protocol SSLv3 not enabled or not supported (IBM JDK 6.0SR10)
After updating from IBM JDK 6.0SR9 to 6.0SR10 I keep getting (on the server-side): java.io.IOException: javax.net.ssl.SSLHandshakeException: Client requested protocol SSLv3 not enabled or not supported at com.ibm.jsse2.kb.z(kb.java:107) at com.ibm.jsse2.SSLEngineImpl.b(SSLEngineImpl...
java
ssl
sslhandshakeexception
ibm-jdk
null
null
open
Client requested protocol SSLv3 not enabled or not supported (IBM JDK 6.0SR10) === After updating from IBM JDK 6.0SR9 to 6.0SR10 I keep getting (on the server-side): java.io.IOException: javax.net.ssl.SSLHandshakeException: Client requested protocol SSLv3 not enabled or not supported at com.ibm.jss...
0
8,436,810
12/08/2011 19:54:40
742,817
05/07/2011 07:42:58
8
1
getting Basic realm message in http authentication using C#
I'm asking how to get Basic realm message that appears in http authentication requests using C# ?
c#
httpwebrequest
basic-authentication
webresponse
null
12/09/2011 03:58:44
not a real question
getting Basic realm message in http authentication using C# === I'm asking how to get Basic realm message that appears in http authentication requests using C# ?
1
4,448,089
12/15/2010 08:38:04
525,023
11/30/2010 10:37:44
20
1
Paramiko X11 mode with python programming
I do not manage to use the Paramiko python module passing through its ssh X11 management fonctionality. I would like to use it as if I used the ssh -X option. I have tried several solution but nothing work on my system. Here is the code I tried : ---- client = paramiko.SSHClient() client.set_missing_...
python
ssh
x11
paramiko
null
null
open
Paramiko X11 mode with python programming === I do not manage to use the Paramiko python module passing through its ssh X11 management fonctionality. I would like to use it as if I used the ssh -X option. I have tried several solution but nothing work on my system. Here is the code I tried : ---- client...
0
7,479,538
09/20/2011 02:47:17
857,071
07/22/2011 00:47:33
173
8
Image flickering when moving and animaring in VB6
I am using VB6 make a game. You move with the arrow keys, and also when you move there is a animation. I have cached the character that move's sprites into a stdPicture array, but still get flickering every time for some reason. How can I stop this? I am using an image object with transparent sprites and a solid backgr...
animation
vb6
flicker
null
null
01/28/2012 21:06:23
too localized
Image flickering when moving and animaring in VB6 === I am using VB6 make a game. You move with the arrow keys, and also when you move there is a animation. I have cached the character that move's sprites into a stdPicture array, but still get flickering every time for some reason. How can I stop this? I am using an i...
3
8,996,743
01/25/2012 01:18:02
542,687
12/14/2010 23:22:38
463
3
Why isn't GLsizei defined as unsigned?
I was looking up the `typedef` of `GLsizei` for the OpenGL ES 1.1 implementation on iOS, and was surprised to find that it was defined as an `int`. Some quick googling showed that this is normal. I was expecting that it would be defined as an `unsigned int` or `size_t`. Why is it defined as just a vanilla `int`?
opengl
types
opengl-es
null
null
null
open
Why isn't GLsizei defined as unsigned? === I was looking up the `typedef` of `GLsizei` for the OpenGL ES 1.1 implementation on iOS, and was surprised to find that it was defined as an `int`. Some quick googling showed that this is normal. I was expecting that it would be defined as an `unsigned int` or `size_t`. Wh...
0
3,918,826
10/12/2010 20:38:25
227,523
12/08/2009 22:11:54
1,335
47
Popular keywords in vars, functions etc. names?
help me please with naming vars and functions! And more specifically about standartizing names and functions (I'm not talking about classes because sometimes it really depends on FrameWork etc.). For example: list, map, counter/count (or cnt), quantity (or qnty) etc. I'm asking because sometime it is really di...
naming
variable-naming
null
null
null
10/12/2010 20:48:48
not constructive
Popular keywords in vars, functions etc. names? === help me please with naming vars and functions! And more specifically about standartizing names and functions (I'm not talking about classes because sometimes it really depends on FrameWork etc.). For example: list, map, counter/count (or cnt), quantity (or qnty...
4
6,422,705
06/21/2011 08:54:51
718,016
04/20/2011 22:53:55
2
0
The implementation of the game on Iphone
I will implement a game in which the ball must move across the screen, and its board should reflect that. Example: http://itunes.apple.com/us/app/blocksclassic/id286136632?mt=8 Only in my case the board in the shape of a trapezoid http://www.google.com/imgres?imgurl=http://lib.rus.ec/i/13/280313/i_046.png&imgrefur...
iphone
frame
null
null
null
06/21/2011 14:21:36
not constructive
The implementation of the game on Iphone === I will implement a game in which the ball must move across the screen, and its board should reflect that. Example: http://itunes.apple.com/us/app/blocksclassic/id286136632?mt=8 Only in my case the board in the shape of a trapezoid http://www.google.com/imgres?imgurl=ht...
4
9,921,220
03/29/2012 07:51:34
958,500
09/22/2011 07:10:09
27
0
How to stop Backgroundworker and closed form?
I want to completely stop the BackgroundWorker DoWork() Process while running. I heve applied following code but in "this.Invoke" throwing error : "Invoke or BeginInvoke cannot be called on a control until the window handle has been created." while From close. private void backgroundWorker1_DoWork(objec...
.net
winforms
c#-4.0
controls
backgroundworker
null
open
How to stop Backgroundworker and closed form? === I want to completely stop the BackgroundWorker DoWork() Process while running. I heve applied following code but in "this.Invoke" throwing error : "Invoke or BeginInvoke cannot be called on a control until the window handle has been created." while From close. ...
0
5,211,479
03/06/2011 15:46:01
441,049
09/07/2010 02:36:49
241
3
How to encrypt data at rest?
Is there a sofware we can install on the server or are there any technologies that we can use to encrypt data at rest??
php
encryption
null
null
null
03/06/2011 16:21:25
not a real question
How to encrypt data at rest? === Is there a sofware we can install on the server or are there any technologies that we can use to encrypt data at rest??
1
1,983,717
12/31/2009 02:54:09
135,383
07/09/2009 02:43:56
104
3
Finding approximately duplicate database records using T-SQL?
Hey all. I have a MSSQL 2008 database with a fair number of rows. As of now, before new rows are inserted into the table, the stored procedure checks to see if that record already exists in the database (by checking a column labeled Title). This check is exact, and if the to-be-inserted record is slightly different, it...
tsql
sql-server
null
null
null
null
open
Finding approximately duplicate database records using T-SQL? === Hey all. I have a MSSQL 2008 database with a fair number of rows. As of now, before new rows are inserted into the table, the stored procedure checks to see if that record already exists in the database (by checking a column labeled Title). This check i...
0
7,359,717
09/09/2011 09:38:40
936,502
09/09/2011 09:38:40
1
0
Any way to covert html into readable format in java?
I have some emails whose content is in html format and I want to save in database in readable format any inputs. Also i have got emails dumped in a text file and i need to extract data from it.Any inputs .All in java
java
null
null
null
null
09/09/2011 11:26:19
not a real question
Any way to covert html into readable format in java? === I have some emails whose content is in html format and I want to save in database in readable format any inputs. Also i have got emails dumped in a text file and i need to extract data from it.Any inputs .All in java
1
4,565,289
12/30/2010 18:42:40
406,930
07/30/2010 16:29:21
423
30
Upload Images to Server
I have few images that I want to upload to my server. The client side is written in Java, and I will be making a HTTP Post request to upload images. Do I need to write server side code to handle the http post request? If so, where can I find some examples? The server supports PHP and Tomcat.
java
php
file-upload
http-post
null
null
open
Upload Images to Server === I have few images that I want to upload to my server. The client side is written in Java, and I will be making a HTTP Post request to upload images. Do I need to write server side code to handle the http post request? If so, where can I find some examples? The server supports PHP and Tomcat...
0
8,129,485
11/14/2011 23:05:43
633,251
02/24/2011 22:43:02
214
8
Using inst/extdata with vignette during package checking R 2.14.0
I have a package which contains a csv file which I put in inst/extdata per R-exts. This file is needed for the vignette. If I Sweave the vignette directly, all works well. When I run R --vanilla CMD check however, the check process can't find the file. I know it has been moved into an .Rcheck directory during check...
r
package
packages
null
null
null
open
Using inst/extdata with vignette during package checking R 2.14.0 === I have a package which contains a csv file which I put in inst/extdata per R-exts. This file is needed for the vignette. If I Sweave the vignette directly, all works well. When I run R --vanilla CMD check however, the check process can't find the...
0
11,323,905
07/04/2012 06:56:42
1,498,588
07/03/2012 11:14:43
1
0
data grabbing tool
I have to write a data grabing tool. Access 2007 as front-end and Oracle 11g as back-end. When I enter the name in the text box in the Access form. It should generate a file having related fields for the name. the file should be preferably in excel(csv is also accepatable). In this file, some fields need to be picked...
sql
vba
null
null
null
null
open
data grabbing tool === I have to write a data grabing tool. Access 2007 as front-end and Oracle 11g as back-end. When I enter the name in the text box in the Access form. It should generate a file having related fields for the name. the file should be preferably in excel(csv is also accepatable). In this file, some ...
0
7,256,355
08/31/2011 11:35:34
461,800
09/29/2010 13:55:03
779
41
Best practices for restricting developer access to UAT and production environments, yet still getting anything done
I am working with a small company, that is going through the growing pains of transitioning from a start-up culture to a more mature corporate culture. In the past, developers have had more or less free reign to access UAT environments, and even wide latitude to access production. However, under the new approach,...
java
security
testing
project-management
null
08/31/2011 15:04:43
not constructive
Best practices for restricting developer access to UAT and production environments, yet still getting anything done === I am working with a small company, that is going through the growing pains of transitioning from a start-up culture to a more mature corporate culture. In the past, developers have had more or less ...
4
5,599,633
04/08/2011 19:01:10
608,057
02/08/2011 11:56:46
1
0
Getting the BuildAgent information from a Build - TFS API
I have a IBuildDetail variable with the build information I need. Okay, but when I check the property BuildAgent it's showing this: build.BuildAgent' threw an exception of type 'System.NotImplementedException Then I tryed to check build.BuildController.Agents, it's nice I found the BuildAgent, but there are 7 ...
tfs2010
tfsbuild
agent
tfs-sdk
tfs-api
null
open
Getting the BuildAgent information from a Build - TFS API === I have a IBuildDetail variable with the build information I need. Okay, but when I check the property BuildAgent it's showing this: build.BuildAgent' threw an exception of type 'System.NotImplementedException Then I tryed to check build.BuildContro...
0
10,415,490
05/02/2012 14:11:04
1,369,852
05/02/2012 11:09:27
1
0
How to use jquery-1.4.2.min with jquery.js without crash?
i have 2 javascripts that crash when its run on same page -_- What can i do ? :) Javascript: jquery-1.4.2.min.js Crash With jquery.js
javascript
jquery
crash
null
null
05/02/2012 14:14:11
not a real question
How to use jquery-1.4.2.min with jquery.js without crash? === i have 2 javascripts that crash when its run on same page -_- What can i do ? :) Javascript: jquery-1.4.2.min.js Crash With jquery.js
1
713,401
04/03/2009 10:28:26
81,520
03/23/2009 16:51:11
41
5
How to remove an arbitrary element from a JavaScript array?
In my Google Maps application I can place markers on the map, and I keep a reference to each of the markers placed, along with some extra information in an array called `markers`. Adding markers is easy, I just `push()` the newly created object onto the array (`markers.push(marker)`); However, when it comes to re...
javascript
arrays
splice
remove
null
null
open
How to remove an arbitrary element from a JavaScript array? === In my Google Maps application I can place markers on the map, and I keep a reference to each of the markers placed, along with some extra information in an array called `markers`. Adding markers is easy, I just `push()` the newly created object onto th...
0
6,942,981
08/04/2011 14:13:23
878,755
08/04/2011 14:08:43
1
0
GTK Application doesn't run on windows
I'm a beginner programmer and I've looked around the internet for a solution to this and am still looking. I found someone in this forum with a similar problem, however he is using GtkSharp and I'm using Gtk+. Basically I wrote a program in CodeBlocks using GTK+ (initially I was going to do it on windows but it would n...
gtk
gtk+
codeblocks
code-blocks
null
null
open
GTK Application doesn't run on windows === I'm a beginner programmer and I've looked around the internet for a solution to this and am still looking. I found someone in this forum with a similar problem, however he is using GtkSharp and I'm using Gtk+. Basically I wrote a program in CodeBlocks using GTK+ (initially I ...
0
10,748,061
05/25/2012 03:18:27
242,682
01/03/2010 13:27:42
1,322
53
Which cloud hosting provides automatic creation of instances like GAE?
Google AppEngine provides a neat feature which automatically creates, and shutdown, instances depending on the current load. It has been a very good feature (and cost saving) for my app as only during certain days I have 10 times more traffic. I wonder which other cloud hosting services provide the same? Especial...
google-app-engine
heroku
cloud-hosting
dotcloud
null
05/25/2012 14:43:06
off topic
Which cloud hosting provides automatic creation of instances like GAE? === Google AppEngine provides a neat feature which automatically creates, and shutdown, instances depending on the current load. It has been a very good feature (and cost saving) for my app as only during certain days I have 10 times more traffi...
2
4,991,417
02/14/2011 11:07:08
356,502
06/02/2010 13:52:54
1
0
Join slows down sql
We have a discussion over SQL Server 2008 and join. One half says the more joins the slower you sql runs. The other half says ihat it does not matter because SQL server takes care of business so you wil not notice any performance loss. What is true?
sql
performance
server
join
null
02/14/2011 12:51:29
not constructive
Join slows down sql === We have a discussion over SQL Server 2008 and join. One half says the more joins the slower you sql runs. The other half says ihat it does not matter because SQL server takes care of business so you wil not notice any performance loss. What is true?
4
7,949,355
10/31/2011 02:03:35
985,949
10/09/2011 01:09:48
67
0
Warning unnecessary with generic collections?
I wonder why Java compiler doesn't trust in this line of code : List<Car> l = new ArrayList(); and expects to have a typed ArrayList : List<Car> l = new ArrayList<Car>(); Indeed, compiler indicates an unchecked assignment with the first case. Why doesn't compiler see that this ArrayList() has ...
java
generics
collections
compiler-warnings
null
null
open
Warning unnecessary with generic collections? === I wonder why Java compiler doesn't trust in this line of code : List<Car> l = new ArrayList(); and expects to have a typed ArrayList : List<Car> l = new ArrayList<Car>(); Indeed, compiler indicates an unchecked assignment with the first case. ...
0
10,074,125
04/09/2012 13:43:46
1,303,274
03/30/2012 12:44:59
1
0
How to create an animation like this?
Hi how to create the animation for site's logo like this.. http://www.arch-intl.com/ As you can see the different elements loading one after another in this site. It's done in flash. I would like to do the same in jquery. How do we can set the execution order for each animation elements? Thanks in advance.
jquery
null
null
null
null
04/10/2012 03:26:51
not a real question
How to create an animation like this? === Hi how to create the animation for site's logo like this.. http://www.arch-intl.com/ As you can see the different elements loading one after another in this site. It's done in flash. I would like to do the same in jquery. How do we can set the execution order for each ...
1
5,306,033
03/14/2011 23:54:53
659,736
03/14/2011 23:26:32
1
0
Insert java utf-18 strings into postgres character fields
HI, I have a postgres database with latin1 charset, and a table "user". I need to insert the name of the users using a prepared statement in java boolean success = false; String query = "INSERT INTO public.user (name,email) VALUES(?,?)"; try { PreparedStatement ps; ps = db.prepare...
java
postgresql
null
null
null
null
open
Insert java utf-18 strings into postgres character fields === HI, I have a postgres database with latin1 charset, and a table "user". I need to insert the name of the users using a prepared statement in java boolean success = false; String query = "INSERT INTO public.user (name,email) VALUES(?,?)"; ...
0
10,482,649
05/07/2012 13:06:58
128,991
06/25/2009 18:03:49
1,219
36
Is there a actively maintained DOM implementation for C#/.NET?
I'm looking for a DOM implementation that I can use on HTML5 documents in C#. Requirements are: - Parse HTML5 - Query the DOM through some means - Manipulate the DOM (create and inject nodes, remove nodes, move nodes, merge/nest other DOMs) - Obtain the DOM after manipulations as a string - Ideally the l...
c#
query
html5
dom
null
null
open
Is there a actively maintained DOM implementation for C#/.NET? === I'm looking for a DOM implementation that I can use on HTML5 documents in C#. Requirements are: - Parse HTML5 - Query the DOM through some means - Manipulate the DOM (create and inject nodes, remove nodes, move nodes, merge/nest other DOMs) ...
0
3,602,142
08/30/2010 16:13:12
356,849
06/02/2010 20:09:19
436
17
javascript: parsing variables in the URL
so, my URL is example.com/?ref=person but ref is null after the regex. What am I doing wrong here? function getReferer(){ var regex = new RegExp(/ref=(.+)/); var ref = regex.exec(window.location.ref); alert(ref); if (ref == null) return ""; else return ref[1]; }
javascript
regex
null
null
null
null
open
javascript: parsing variables in the URL === so, my URL is example.com/?ref=person but ref is null after the regex. What am I doing wrong here? function getReferer(){ var regex = new RegExp(/ref=(.+)/); var ref = regex.exec(window.location.ref); alert(ref); if (ref == null) return ""; else return...
0
870,845
05/15/2009 20:59:43
98,978
04/30/2009 21:37:52
1
0
JIRA or Trac?
I used Atlassian JIRA for bug and issue tracking at my last job. I absolutely loved it and it was particularly easy on the eyes. My present company is using Trac instead, and while it does do all the basics, I am finding it really lacking, particularly with the inability to easily setup multiple projects and link i...
jira
trac
bug-tracking
null
null
09/26/2011 15:24:15
not constructive
JIRA or Trac? === I used Atlassian JIRA for bug and issue tracking at my last job. I absolutely loved it and it was particularly easy on the eyes. My present company is using Trac instead, and while it does do all the basics, I am finding it really lacking, particularly with the inability to easily setup multiple ...
4
1,701,828
11/09/2009 15:39:32
453,176
02/23/2009 05:36:53
67
4
Are there any MVC 2 books in the pipeline?
I'm looking at getting an asp.net MVC book for christmas but i wanted to make sure that there isn't a book on MVC 2 just around the corner, as i can wait :) Mike
books
asp.net-mvc
null
null
null
09/30/2011 12:26:22
not constructive
Are there any MVC 2 books in the pipeline? === I'm looking at getting an asp.net MVC book for christmas but i wanted to make sure that there isn't a book on MVC 2 just around the corner, as i can wait :) Mike
4
4,829,459
01/28/2011 14:43:46
966,582
12/19/2010 21:06:57
37
0
display only specific div with jQuery
The jQuery code below works such that on clicking a link (class address), it slides down a box, and prints all text from the details.php file in the #msg div. However, I want to display only one div (#address), present in the details.php. How can this be done? thanks. $(document).ready(function() { ...
jquery
null
null
null
null
null
open
display only specific div with jQuery === The jQuery code below works such that on clicking a link (class address), it slides down a box, and prints all text from the details.php file in the #msg div. However, I want to display only one div (#address), present in the details.php. How can this be done? thanks. ...
0
4,527,909
12/24/2010 18:59:39
66,975
02/16/2009 14:28:01
918
4
get users password and email it in asp.net mvc
Im using an asp.net mvc 3 project. I want to be able to email a users password to them if they submit their username in RecoverPassword page. How can i do that? Thanks
asp.net-mvc
member
sqlmembershipprovider
null
null
null
open
get users password and email it in asp.net mvc === Im using an asp.net mvc 3 project. I want to be able to email a users password to them if they submit their username in RecoverPassword page. How can i do that? Thanks
0
9,741,584
03/16/2012 17:10:35
1,211,465
02/15/2012 13:46:07
19
0
displaying reporting weeks
I dont know how to loop through so that the query displays all the weeks from the reporting date? The code determines the Mon - Sun week then should insert the values in a temp table to then query the weeks. I have hard coded the report_date and its hould display more than one record. any ideas DECLARE @RE...
sql
sql-server
sql-server-2008
tsql
reporting
null
open
displaying reporting weeks === I dont know how to loop through so that the query displays all the weeks from the reporting date? The code determines the Mon - Sun week then should insert the values in a temp table to then query the weeks. I have hard coded the report_date and its hould display more than one record....
0
7,199,129
08/26/2011 01:26:04
787,615
06/07/2011 14:13:45
4
0
How to get server certificate chain then verify its valid and trusted in Java
I need to create an Https connection with a remote server then retrieve and verify the certificate. I have established the connection fine: try { url = new URL(this.SERVER_URL); HttpURLConnection con = (HttpURLConnection) url.openConnection(); HttpsURLConnection secured = (HttpsURLConnec...
java
x509certificate
null
null
null
null
open
How to get server certificate chain then verify its valid and trusted in Java === I need to create an Https connection with a remote server then retrieve and verify the certificate. I have established the connection fine: try { url = new URL(this.SERVER_URL); HttpURLConnection con = (HttpURLCon...
0
9,878,209
03/26/2012 19:10:04
819,822
06/28/2011 19:15:34
71
3
Need weird advice in how to allow a Linux process ONLY create and use a single pipe
Hoi. I am working on an experiment allowing users to use 1% of my CPU. That's like your own Webserver; but a big dynamic remote execution framework (dont ask about that), and I dont want users to use API functions like create files, no sockets, no threads, no console output, nothing. I need to limit a process so ...
linux
permissions
linux-kernel
pipe
restriction
null
open
Need weird advice in how to allow a Linux process ONLY create and use a single pipe === Hoi. I am working on an experiment allowing users to use 1% of my CPU. That's like your own Webserver; but a big dynamic remote execution framework (dont ask about that), and I dont want users to use API functions like create fi...
0
11,612,330
07/23/2012 12:14:48
1,423,656
05/29/2012 12:16:36
27
0
Vector insert?
I have a vector code in c++ this: typedef vector<boost::tuple<ppa::Node*, ppa::Node*, ppa::Node*, bool> >::iterator traveling; traveling running = std::partition( wait.begin(), wait.end(), tuple_comp ); running_jobs.insert(running...
c++
vector
iterator
null
null
null
open
Vector insert? === I have a vector code in c++ this: typedef vector<boost::tuple<ppa::Node*, ppa::Node*, ppa::Node*, bool> >::iterator traveling; traveling running = std::partition( wait.begin(), wait.end(), tuple_comp ); running...
0
6,294,630
06/09/2011 14:40:42
791,149
06/09/2011 14:40:42
1
0
how do i insert javascript code into colorbox ?
I need to execute a javascript into a colorbox modal window. I've heard about placing an onComplete callback but i've no idea on how to write it...i'm totally noobie to jquery/javascript. Can anyone explain me step by step ? Thanks
javascript
colorbox
null
null
null
null
open
how do i insert javascript code into colorbox ? === I need to execute a javascript into a colorbox modal window. I've heard about placing an onComplete callback but i've no idea on how to write it...i'm totally noobie to jquery/javascript. Can anyone explain me step by step ? Thanks
0
6,980,435
08/08/2011 09:58:34
403,398
07/27/2010 12:52:55
17
0
Preserve double slashes in apache mode rewite
Im currently using this rule RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule ^(.*)$ %{REQUEST_URI}/ [R=301] RewriteRule ^((([A-Za-z0-9-]+)/+)*)$ index.php?url=$1 [L] To basically add a trailing slash and to pass the part in brackets to my applicat...
mod-rewrite
apache2
forward-slash
preserve
null
null
open
Preserve double slashes in apache mode rewite === Im currently using this rule RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule ^(.*)$ %{REQUEST_URI}/ [R=301] RewriteRule ^((([A-Za-z0-9-]+)/+)*)$ index.php?url=$1 [L] To basically add a trailing sl...
0
8,817,704
01/11/2012 10:25:53
1,119,861
12/28/2011 19:03:49
6
0
java regex match 0-9 and some special characters
I'm having some trouble writing a regex for a telephone numbers. (not too great at them yet) The number may only contain: 0-9,+,/,.,-, ,(,) I was thinking: @Pattern(regexp = "(0-9+/\\.\\- \\(\\))?") But that already complains when I just enter 100.
java
regex
null
null
null
null
open
java regex match 0-9 and some special characters === I'm having some trouble writing a regex for a telephone numbers. (not too great at them yet) The number may only contain: 0-9,+,/,.,-, ,(,) I was thinking: @Pattern(regexp = "(0-9+/\\.\\- \\(\\))?") But that already complains when I just enter 100.
0
2,140,404
01/26/2010 15:30:47
93,468
02/03/2009 22:24:01
1,296
35
How to disassociate a new folder that you just placed into your Local Working Copy
I have added a new folder to one of my local working copies. I have yet to initially check it in though. I want to take it out and put it on my desktop, then branch and then put it back in and associate with the branched local version. I noticed though, as I try to commit, that the folder is associated with that...
tortoisesvn
null
null
null
null
null
open
How to disassociate a new folder that you just placed into your Local Working Copy === I have added a new folder to one of my local working copies. I have yet to initially check it in though. I want to take it out and put it on my desktop, then branch and then put it back in and associate with the branched local v...
0
301,986
11/19/2008 14:15:17
37,786
11/14/2008 20:09:50
8
0
Export to Excel in Asp.net MVC
I am working on an ASP.NET MVC application where I need to export data to an excel spreadsheet. Previously, in webforms apps, I used some code I found to render a GridView as an excel-compatible file. This was quite handy. I was wondering what the quickest/most effective method would be to do this in MVC. Thanks.
asp.net-mvc
null
null
null
null
05/20/2012 15:09:17
not constructive
Export to Excel in Asp.net MVC === I am working on an ASP.NET MVC application where I need to export data to an excel spreadsheet. Previously, in webforms apps, I used some code I found to render a GridView as an excel-compatible file. This was quite handy. I was wondering what the quickest/most effective method wou...
4
11,622,003
07/23/2012 23:29:01
1,547,128
07/23/2012 23:06:59
1
0
Cpp server, UDP socket for each client
When I'm trying to bind a UDP socket on a specific ip (other than 127.0.0.1/INADDR_LOOPBACK or 0.0.0.0/INADDR_ANY) it fails. I need to have a dedicated UDP socket for each client (point to point connection). If I don't bind the socket and use sendto and recvfrom function, the data never arrives. Any obvious so...
c++
sockets
udp
point
null
null
open
Cpp server, UDP socket for each client === When I'm trying to bind a UDP socket on a specific ip (other than 127.0.0.1/INADDR_LOOPBACK or 0.0.0.0/INADDR_ANY) it fails. I need to have a dedicated UDP socket for each client (point to point connection). If I don't bind the socket and use sendto and recvfrom functio...
0
6,688,730
07/14/2011 05:10:29
569,466
01/09/2011 21:20:04
441
0
i lost my shortcut to sql server management studio - where to find it ?
i lost my shortcut to sql server management studio - where to find it ? what is the EXE name ? thanks in advance
sql-server-2008
null
null
null
null
07/14/2011 12:23:16
off topic
i lost my shortcut to sql server management studio - where to find it ? === i lost my shortcut to sql server management studio - where to find it ? what is the EXE name ? thanks in advance
2
8,942,529
01/20/2012 14:02:12
756,566
05/17/2011 00:45:58
667
9
Trying to get Javascript to select each child from a multiple select box
I am trying to use PHP to get Javascript to select values in a multiple select box dependent on a particular GET. Here's my code: if (isset($_GET["parent"]) && ($_GET['parent'] !== '')) { $parent = $_GET['parent']; echo '<script type=text/javascript> document.getEleme...
php
javascript
mysql
null
null
01/20/2012 14:21:28
too localized
Trying to get Javascript to select each child from a multiple select box === I am trying to use PHP to get Javascript to select values in a multiple select box dependent on a particular GET. Here's my code: if (isset($_GET["parent"]) && ($_GET['parent'] !== '')) { $parent = $_GET['parent']; ...
3
11,262,538
06/29/2012 13:17:12
1,491,162
06/29/2012 12:32:53
1
0
GCC socket read & write function calls issue with data in macnine's tcpdump
GNU C- gcc c + wrote data to the socket using "write" function call , not shown in machine tcpdump write(.....) Multiple threadsa are writing to the same socket data on machine tcp dump not receive on the using the read function call read(.....) read is done block by block using a single thread. This is h...
c++
c
linux
null
null
06/29/2012 13:35:35
not a real question
GCC socket read & write function calls issue with data in macnine's tcpdump === GNU C- gcc c + wrote data to the socket using "write" function call , not shown in machine tcpdump write(.....) Multiple threadsa are writing to the same socket data on machine tcp dump not receive on the using the read function c...
1
6,062,056
05/19/2011 16:51:27
761,470
05/19/2011 16:51:27
1
0
Lucene in web page using PHP
I am new to Lucene. I have indexed data. By command line I am able to run query through Lucene. Now, I want the same to be done through dynamic Web Page. I i/p to page will be a text file as it is through command line. thanks, Ravi
java
php
html
lucene
null
05/20/2011 23:31:17
not a real question
Lucene in web page using PHP === I am new to Lucene. I have indexed data. By command line I am able to run query through Lucene. Now, I want the same to be done through dynamic Web Page. I i/p to page will be a text file as it is through command line. thanks, Ravi
1
3,282,512
07/19/2010 15:33:00
379,888
06/30/2010 09:47:17
254
1
graphics in c -rectangle
While working with graphics in C if I need to draw a rectangle ,How do I get its dimensions?
c
null
null
null
null
07/19/2010 18:10:52
not a real question
graphics in c -rectangle === While working with graphics in C if I need to draw a rectangle ,How do I get its dimensions?
1
8,135,257
11/15/2011 10:58:25
688,237
04/01/2011 20:22:28
12
2
Redmine Automated Testing Plugin
I just installed redmine 1.21 on my own server. While I really like the bug tracking I'm missing some integration for my unit-test framework. I've set up my test framework on QTestlib. Is there any way (or plugin) to automate testing and publish the results on a redmine project page?
unit-testing
automated-tests
redmine
qtestlib
null
null
open
Redmine Automated Testing Plugin === I just installed redmine 1.21 on my own server. While I really like the bug tracking I'm missing some integration for my unit-test framework. I've set up my test framework on QTestlib. Is there any way (or plugin) to automate testing and publish the results on a redmine project pag...
0
6,931,023
08/03/2011 18:02:03
843,391
07/13/2011 19:24:34
6
0
PHP Graphics Extensions?
Gentle People: I am looking for information on PHP Graphics Extensions. Specifically something for drawing charts and graphs of real time data comming in from the network. Please note that I am NOT interested in displaying data simply from a fixed file. Has anyone ever built GTk+, Cairo or OpenGL as a PH...
php
null
null
null
null
08/03/2011 23:30:54
not a real question
PHP Graphics Extensions? === Gentle People: I am looking for information on PHP Graphics Extensions. Specifically something for drawing charts and graphs of real time data comming in from the network. Please note that I am NOT interested in displaying data simply from a fixed file. Has anyone ever built...
1
8,643,507
12/27/2011 10:17:53
295,264
03/17/2010 00:16:39
7,006
422
Which is more efficient: One long Single Table or Distributed Table? and Why?
This question is all about performance and I would appreciate if the answers are specific to the case I provide. Which is more appropriate performance-wise? - creating a table with too many fields - creating more than one table and distributing similar fields to them **CASE: An Extensive Web CMS Module**...
mysql
database-design
null
null
null
null
open
Which is more efficient: One long Single Table or Distributed Table? and Why? === This question is all about performance and I would appreciate if the answers are specific to the case I provide. Which is more appropriate performance-wise? - creating a table with too many fields - creating more than one tab...
0
3,988,692
10/21/2010 14:43:56
254,428
01/19/2010 22:06:34
543
52
Non for-profit universities that offer computer science undergraduate degree online?
There are many masters degree programs in computer science online offered by reputable organizations. However, I've found very few bachelors only degree programs offered by non for-profit institutions. I am looking for a degree in computer science and also any programs for entrepreneurship/management or algorithmic ...
degree
null
null
null
null
10/21/2010 14:49:07
off topic
Non for-profit universities that offer computer science undergraduate degree online? === There are many masters degree programs in computer science online offered by reputable organizations. However, I've found very few bachelors only degree programs offered by non for-profit institutions. I am looking for a degree...
2
9,651,567
03/11/2012 01:06:30
1,261,710
03/11/2012 00:54:06
1
0
css drop down menu falls behind google chart
I've tried everything I could think of. I've tried playing around with the positioning and the z-indexes but no matter what I do the drop down menu still goes behind the google chart. It works with fire fox but not google chrome or IE. Any advice would be much appreciated! Here is the drop down css: #deluxeM...
html
css
positioning
z-index
google-charts
null
open
css drop down menu falls behind google chart === I've tried everything I could think of. I've tried playing around with the positioning and the z-indexes but no matter what I do the drop down menu still goes behind the google chart. It works with fire fox but not google chrome or IE. Any advice would be much apprecia...
0
3,603,489
08/30/2010 19:18:54
279,362
02/23/2010 10:47:04
168
7
So I want to create a browser-based interactive realitme animation of the Earth and the other planets going around the Sun...where do I start?
I would like to create a browser based, interactive, realtime animation, showing the Earth as it goes around the sun, depending on the time of day and time of year. This animation should also (eventually) show the other planets in the solar system and the user should be able to pan around the solar system and see it fr...
javascript
html
opengl
general-purpose
null
08/23/2011 21:10:23
not constructive
So I want to create a browser-based interactive realitme animation of the Earth and the other planets going around the Sun...where do I start? === I would like to create a browser based, interactive, realtime animation, showing the Earth as it goes around the sun, depending on the time of day and time of year. This an...
4
1,607
08/04/2008 21:31:40
72
08/01/2008 15:09:58
124
5
Mechanisms for tracking DB schema changes
What are the best methods for tracking and/or automating DB schema changes? Our team uses Subversion for version control and we've been able to automate some of our tasks this way (pushing builds up to a staging server, deploying tested code to a production server) but we're still doing database updates manually. I w...
database
php
mysql
subversion
null
05/03/2012 12:25:33
not constructive
Mechanisms for tracking DB schema changes === What are the best methods for tracking and/or automating DB schema changes? Our team uses Subversion for version control and we've been able to automate some of our tasks this way (pushing builds up to a staging server, deploying tested code to a production server) but we...
4
5,644,579
04/13/2011 04:53:47
669,416
03/21/2011 12:28:24
11
4
how to make a VIEW in SQL SERVER?
i have more table and i want to merge that some table for getting result..... how can i do?
c#
c++
sql
null
null
04/13/2011 05:46:09
not a real question
how to make a VIEW in SQL SERVER? === i have more table and i want to merge that some table for getting result..... how can i do?
1
4,689,274
01/14/2011 08:39:59
336,578
05/09/2010 09:54:53
176
21
Heap corruption detection tool for C++
Is there any tool to help me detect heap corruption in C++? I can't provide source code because it's a big project. I can use any tool that works with Visual Studio or with xcode. The tool should work fine with multithreading. The problem is not very common, it appears after a long time and only in very special cases(t...
c++
memory-management
heap-memory
null
null
null
open
Heap corruption detection tool for C++ === Is there any tool to help me detect heap corruption in C++? I can't provide source code because it's a big project. I can use any tool that works with Visual Studio or with xcode. The tool should work fine with multithreading. The problem is not very common, it appears after ...
0
11,434,949
07/11/2012 14:31:40
1,510,488
07/08/2012 19:46:26
1
0
Solution: simple asp to aspx
I had presented a question but it was pulled. It's been two years since I coded and over 15 years since any web apps. I had asked for the aspx version of some asp code. I needed to do away with access ODBC jet and use the SQL server. The two main lines I needed help with where: <% set ors = server.cr...
asp.net
null
null
null
null
07/12/2012 08:39:35
not a real question
Solution: simple asp to aspx === I had presented a question but it was pulled. It's been two years since I coded and over 15 years since any web apps. I had asked for the aspx version of some asp code. I needed to do away with access ODBC jet and use the SQL server. The two main lines I needed help with wh...
1
2,431,196
03/12/2010 07:48:01
280,138
02/24/2010 07:58:44
3
0
What should I do or learn to better prepare myself for a co-op position?
I'm currently taking computer systems in a technical institute and I will start looking for a coop job by next September. Since summer vacation is only a few weeks away, I was wondering what I should learn or do to help me land a job and do well in it. I'm pretty sure I'm ahead of most of my classmates since I got ...
internship
null
null
null
null
03/01/2012 06:15:29
off topic
What should I do or learn to better prepare myself for a co-op position? === I'm currently taking computer systems in a technical institute and I will start looking for a coop job by next September. Since summer vacation is only a few weeks away, I was wondering what I should learn or do to help me land a job and do ...
2
8,041,168
11/07/2011 18:56:41
1,034,321
11/07/2011 18:41:56
1
0
Publish in another wall by pressing button on my website facebook
Good afternoon! I have a web page on facebook. There is a donation button. I need to know how should I do to: when people press that donation button, this is published on my wall and on the wall of that person, in that way that "Name of the person" has made a donation on behalf of the organization "Name of the organiza...
javascript
facebook
null
null
null
11/08/2011 12:45:58
off topic
Publish in another wall by pressing button on my website facebook === Good afternoon! I have a web page on facebook. There is a donation button. I need to know how should I do to: when people press that donation button, this is published on my wall and on the wall of that person, in that way that "Name of the person" ...
2
7,923,528
10/27/2011 23:14:05
1,017,473
10/27/2011 23:10:36
1
0
Vim vs Textmate
Is text mate really worth it? When there is Vim which is free. I've heard that the Vim learning curve is steep but vi(m) is in almost every *nix os. Which is more powerful and is text mate worth the price tag
osx
vim
text
editor
textmate
10/28/2011 01:16:06
not constructive
Vim vs Textmate === Is text mate really worth it? When there is Vim which is free. I've heard that the Vim learning curve is steep but vi(m) is in almost every *nix os. Which is more powerful and is text mate worth the price tag
4
7,525,209
09/23/2011 06:40:57
271,248
02/11/2010 17:27:52
83
6
Not able to retrieve all comments for a post using Facebook Graph Api
I am trying to retrieve all comments on a facebook page post using graph api, but no matter what I try the comments coming via API don't match the ones on the site, https://graph.facebook.com/73855584817_10150309608274818/comments?limit=0&offset=25 if you see the next page link at the bottom of the json res...
facebook
facebook-graph-api
null
null
null
null
open
Not able to retrieve all comments for a post using Facebook Graph Api === I am trying to retrieve all comments on a facebook page post using graph api, but no matter what I try the comments coming via API don't match the ones on the site, https://graph.facebook.com/73855584817_10150309608274818/comments?limit=0...
0
8,667,385
12/29/2011 11:38:14
1,121,034
12/29/2011 11:20:35
1
0
How to delete "Any Column" option from Dojo Enhanced Grid Filter plugin drop down entry
I have been using Dojo enhance grid filter plugin. My enhance grid is talking to server side stores and thus my filter criteria is also been sent to the server for getting the filtered data. Dojo filter plugin provides atleast 9-10 filters like contains, "startswith", "endswith" etc. In my server I have only filt...
plugins
filter
dojo
null
null
null
open
How to delete "Any Column" option from Dojo Enhanced Grid Filter plugin drop down entry === I have been using Dojo enhance grid filter plugin. My enhance grid is talking to server side stores and thus my filter criteria is also been sent to the server for getting the filtered data. Dojo filter plugin provides atlea...
0
396,955
12/29/2008 01:32:47
40,868
11/26/2008 00:46:25
185
20
a better/good way to generate 4x4x4 sudoku board?
For fun when I got time, I like to code games to see how hard it is or just because I want to see how it work from the inside or just for personal challenge. I just like coding. For now, I made [these one][1]. so, I made a sudoku board, first it was the normal 3x3x3 board but then someone asked me to do a 4x4x4 boar...
.net
algorithm
optimization
fun
null
01/15/2009 16:27:32
off topic
a better/good way to generate 4x4x4 sudoku board? === For fun when I got time, I like to code games to see how hard it is or just because I want to see how it work from the inside or just for personal challenge. I just like coding. For now, I made [these one][1]. so, I made a sudoku board, first it was the normal 3...
2
11,283,040
07/01/2012 15:02:56
486,604
09/28/2009 21:17:49
609
39
Deserialize XML string to complex type
My Xml (which I can't change): <result> <type>MAZDA</type> <make>RX-8</type> <country>JAPAN</country> </result> My model: [Serializable, XmlRoot("result")] public class VehicleDetails { public string Type { get; set; } public string Make { get...
c#
xml
deserialization
null
null
null
open
Deserialize XML string to complex type === My Xml (which I can't change): <result> <type>MAZDA</type> <make>RX-8</type> <country>JAPAN</country> </result> My model: [Serializable, XmlRoot("result")] public class VehicleDetails { public string Type { g...
0