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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
539,864 | 02/12/2009 03:17:47 | 8,678 | 09/15/2008 16:34:57 | 88 | 8 | any way to detect a TimeStamp column in a DataTable from SQL Server (fillSchema???) | When updating a datatable from a "select * from sometable", I am iterating the columns in the datatable to dynamically create an update or insert statement, based on datatable.rowstate and DataTable.PrimaryKey.
However, I can't seem to find any property that indicates whether a column is a TimeStamp in SQL Server an... | sql-server | sql-server-2005 | ado.net | visual-studio | null | null | open | any way to detect a TimeStamp column in a DataTable from SQL Server (fillSchema???)
===
When updating a datatable from a "select * from sometable", I am iterating the columns in the datatable to dynamically create an update or insert statement, based on datatable.rowstate and DataTable.PrimaryKey.
However, I can't ... | 0 |
5,149,216 | 03/01/2011 00:27:44 | 635,633 | 02/26/2011 15:37:05 | 1 | 2 | Submit and download data to a website from iOS | So in my app, I want my users to be able to fill out some information and have it uploaded to me website/server. The user can upload their info and look at other peoples info. I would like to keep the list of people in an array so I can fill a UITableView with the list of people's names. The basic information is jus... | iphone | file-upload | upload | download | nsurl | null | open | Submit and download data to a website from iOS
===
So in my app, I want my users to be able to fill out some information and have it uploaded to me website/server. The user can upload their info and look at other peoples info. I would like to keep the list of people in an array so I can fill a UITableView with the l... | 0 |
1,609,563 | 10/22/2009 19:52:02 | 84,478 | 03/30/2009 06:51:36 | 2,025 | 62 | using the URI codeigniter library | I'm just learning codeigniter, and I seem to have run into something that is a little strange. I'm using the URI routing feature but need to get the URI segments of the re-routed URI.
This is one of the routes:
$route['content'] = "site/display/main template/content";
and when visiting `http://lipsum.local... | php | codeigniter | null | null | null | null | open | using the URI codeigniter library
===
I'm just learning codeigniter, and I seem to have run into something that is a little strange. I'm using the URI routing feature but need to get the URI segments of the re-routed URI.
This is one of the routes:
$route['content'] = "site/display/main template/content";
... | 0 |
9,757,581 | 03/18/2012 10:28:16 | 1,071,529 | 11/29/2011 14:53:54 | 1 | 0 | Program received signal SIGABRT(FORTRAN) | I have problem with this code when I run inversion script.I have tried to debug with gdb:
Starting program: /home/milenko/fg77/f2/bin/inverse_2d
INVERSE: calculate slowness update using LSQR and regularization
open: No such file or directory
apparent state: unit 48 named stop.in
lately writing sequential formatte... | gdb | fortran | null | null | null | null | open | Program received signal SIGABRT(FORTRAN)
===
I have problem with this code when I run inversion script.I have tried to debug with gdb:
Starting program: /home/milenko/fg77/f2/bin/inverse_2d
INVERSE: calculate slowness update using LSQR and regularization
open: No such file or directory
apparent state: unit 48 nam... | 0 |
4,377,811 | 12/07/2010 14:39:00 | 533,802 | 12/07/2010 14:39:00 | 1 | 0 | Using dynamic xpath in XSLT | I am using a variable say xpathvar in the XSLT whose value will be supplied at the time of call to XSLT. How can i achieve this?
My XSLT file looks like -
<xsl:param name="xpathvar"/>
<xsl:param name="keyxpath"/>
<xsl:template match="/">
<listofResults>
<xsl:for-each select="$xpathvar">
<keyvalues><xsl:value-o... | xslt | null | null | null | null | null | open | Using dynamic xpath in XSLT
===
I am using a variable say xpathvar in the XSLT whose value will be supplied at the time of call to XSLT. How can i achieve this?
My XSLT file looks like -
<xsl:param name="xpathvar"/>
<xsl:param name="keyxpath"/>
<xsl:template match="/">
<listofResults>
<xsl:for-each select="$xp... | 0 |
10,349,410 | 04/27/2012 10:59:32 | 1,004,684 | 10/20/2011 07:39:56 | 1 | 0 | how to block the windows.name property when loading a page in IE | I want to delete the name of the current tab of IE using C#.
as per my knowleage for issue I hv to set window.name property value is null.. or any other..
http://ip-check.info/ plz run this url in IE. and start test you can see the "Tab Name" row in red color and I want green...
for solve it, use JonDoFox for... | internet-explorer | null | null | null | null | 04/27/2012 20:31:03 | not a real question | how to block the windows.name property when loading a page in IE
===
I want to delete the name of the current tab of IE using C#.
as per my knowleage for issue I hv to set window.name property value is null.. or any other..
http://ip-check.info/ plz run this url in IE. and start test you can see the "Tab Name" ... | 1 |
8,157,210 | 11/16/2011 19:06:08 | 732,650 | 04/30/2011 18:34:37 | 296 | 12 | Calls to GPU kernel from a multithreaded C++ application? | I'm re-implementing some sections of an image processing library that's multithreaded C++ using pthreads. I'd like to be able to invoke a CUDA kernel in every thread and trust the device itself to handle kernel scheduling, but I know better than to count on that behavior. Does anyone have any experience with this type ... | c++ | multithreading | cuda | pthreads | null | null | open | Calls to GPU kernel from a multithreaded C++ application?
===
I'm re-implementing some sections of an image processing library that's multithreaded C++ using pthreads. I'd like to be able to invoke a CUDA kernel in every thread and trust the device itself to handle kernel scheduling, but I know better than to count on... | 0 |
7,511,140 | 09/22/2011 07:29:23 | 700,011 | 04/09/2011 14:01:48 | 21 | 3 | Chef and Vagrant on FreeBSD a NoOp? | I'm curious: did anybody manage Chef and Vagrant to do _real_ job on FreeBSD? Or this platform isn't appreciated in DevOps? Then, why? | freebsd | sysadmin | chef | vagrant | null | 09/22/2011 15:00:08 | not a real question | Chef and Vagrant on FreeBSD a NoOp?
===
I'm curious: did anybody manage Chef and Vagrant to do _real_ job on FreeBSD? Or this platform isn't appreciated in DevOps? Then, why? | 1 |
11,517,850 | 07/17/2012 07:28:47 | 1,163,513 | 01/22/2012 14:03:52 | 84 | 6 | PHP Script Execution | I am trying to generate a very large csv file having 130K records but script continues to exceute for near about 6 minutes and after than a blank page will be returned.
Same script works perfectly fine for 70k records.
I have already increased max_execution_time to 1000 and memory_limit to 2048M.
What might be... | php | execution | null | null | null | null | open | PHP Script Execution
===
I am trying to generate a very large csv file having 130K records but script continues to exceute for near about 6 minutes and after than a blank page will be returned.
Same script works perfectly fine for 70k records.
I have already increased max_execution_time to 1000 and memory_limit ... | 0 |
8,898,770 | 01/17/2012 17:10:40 | 14,731 | 09/17/2008 02:21:49 | 4,679 | 111 | Forwarding mouseMoved() events to JTree nodes? | If I place a JCheckBox outside of a JTree it plays an animation when I hover over it. When I place the same JCheckbox inside a JTree node, it no longer receives any mouseMoved() events and no animation is played. I tried forwarding these events from the JTree to the JCheckBox but nothing shows up.
I'm guessing the p... | java | swing | mouseover | jtree | null | null | open | Forwarding mouseMoved() events to JTree nodes?
===
If I place a JCheckBox outside of a JTree it plays an animation when I hover over it. When I place the same JCheckbox inside a JTree node, it no longer receives any mouseMoved() events and no animation is played. I tried forwarding these events from the JTree to the J... | 0 |
4,715,761 | 01/17/2011 17:02:21 | 248,258 | 01/11/2010 17:39:26 | 595 | 13 | Is EULA itself copyrighted? | I have written a small computer program and want to sell it for personal or commercial use. Neither I have legal expertise nor I can afford lawyers hefty fees to write EULA for me. I am wondering how can I get/right EULA?
Can I copy some other company's EULA by making little changes, like company name, address or ot... | eula | null | null | null | null | null | open | Is EULA itself copyrighted?
===
I have written a small computer program and want to sell it for personal or commercial use. Neither I have legal expertise nor I can afford lawyers hefty fees to write EULA for me. I am wondering how can I get/right EULA?
Can I copy some other company's EULA by making little changes... | 0 |
10,082,392 | 04/10/2012 02:27:57 | 1,323,046 | 04/10/2012 02:12:59 | 1 | 0 | How to use django-filebrowser rename a file before uploading it to a folder | like django's upload_to
def upload_to(instance, filename):
filename = time.strftime('%Y%m%d%H%M%S')
ym = time.strftime('%Y%m')
return 'uploads/%s/%s.jpg' % (ym,filename)
class Person(models.Model):
first_name = models.CharField(max_length=30)
last_name = mo... | django | upload | django-filebrowser | null | null | null | open | How to use django-filebrowser rename a file before uploading it to a folder
===
like django's upload_to
def upload_to(instance, filename):
filename = time.strftime('%Y%m%d%H%M%S')
ym = time.strftime('%Y%m')
return 'uploads/%s/%s.jpg' % (ym,filename)
class Person(models.Mode... | 0 |
5,740,517 | 04/21/2011 06:44:20 | 655,814 | 06/05/2010 17:53:34 | 154 | 2 | Load PDF from assets folder in android | I have a pdf in my assets folder. I want to load in my activity using a webview. Is it possible. or is there anyother way of doing that. | android | null | null | null | null | null | open | Load PDF from assets folder in android
===
I have a pdf in my assets folder. I want to load in my activity using a webview. Is it possible. or is there anyother way of doing that. | 0 |
7,813,005 | 10/18/2011 20:05:03 | 18,927 | 09/19/2008 14:55:09 | 1,055 | 29 | Why is .NET Framework 4 split into two pieces? | Does anyone know why the .NET Framework version 4 is split into Client Profile and Extended?
Microsoft cites two reasons for having the Client Profile
Can be serviced separately.
Does not need the .NET Framework 4 Extended component of the .NET Framework.
These seem flimsy at best to me, and I ne... | .net | null | null | null | null | null | open | Why is .NET Framework 4 split into two pieces?
===
Does anyone know why the .NET Framework version 4 is split into Client Profile and Extended?
Microsoft cites two reasons for having the Client Profile
Can be serviced separately.
Does not need the .NET Framework 4 Extended component of the .NET Frame... | 0 |
3,045,472 | 06/15/2010 13:18:15 | 367,288 | 06/15/2010 13:12:06 | 1 | 0 | City Culture/History Information | Is there a provider who would provide information about a city's - it's history, Climate, Major religions, Language Distribution, important attractions ..
I checked stackoverflow earlier and from this I see an option of using Wikipedia - either scrape the screen or use DBPedia, WEX and others.
I would like to kno... | cultureinfo | null | null | null | null | 11/30/2011 03:15:57 | off topic | City Culture/History Information
===
Is there a provider who would provide information about a city's - it's history, Climate, Major religions, Language Distribution, important attractions ..
I checked stackoverflow earlier and from this I see an option of using Wikipedia - either scrape the screen or use DBPedia,... | 2 |
11,348,079 | 07/05/2012 15:53:24 | 1,504,174 | 07/05/2012 13:39:20 | 1 | 0 | how do I get all items from a iteration combobox | I used to use getItems get all items in a dropdownList.
http://dev.developer.rallydev.com/developer/iteration-dropdown
but in the API 2.0 I can't find equivalent function to get all items from the iterations combobox.
Any idea?
anthoer issue:
using getRawValue returns only the iteration name, how coul... | rally | null | null | null | null | null | open | how do I get all items from a iteration combobox
===
I used to use getItems get all items in a dropdownList.
http://dev.developer.rallydev.com/developer/iteration-dropdown
but in the API 2.0 I can't find equivalent function to get all items from the iterations combobox.
Any idea?
anthoer issue:
using... | 0 |
5,323,775 | 03/16/2011 10:13:36 | 662,253 | 03/16/2011 10:08:27 | 1 | 0 | how to give the user a full permissions in linux redhat 5 | I have created the user "tungsten" now I want to give full permissions to the user
in linux redhat 5
Regards,
Chinta kiran | linux | redhat | null | null | null | 03/16/2011 12:13:18 | off topic | how to give the user a full permissions in linux redhat 5
===
I have created the user "tungsten" now I want to give full permissions to the user
in linux redhat 5
Regards,
Chinta kiran | 2 |
9,375,208 | 02/21/2012 09:40:14 | 850,710 | 07/18/2011 19:29:23 | 24 | 3 | Write hyperlink inside the Zend Form and use routes? | I am having a Log-in form and want to add a "Lost Password" Link inside. I found out that you can use the description to do so. But I have now started to change everything to work with routes and would like to use this also for the Forgot Password Link. is there any chance to do this? I can't find a solution, anyone of... | zend-framework | null | null | null | null | null | open | Write hyperlink inside the Zend Form and use routes?
===
I am having a Log-in form and want to add a "Lost Password" Link inside. I found out that you can use the description to do so. But I have now started to change everything to work with routes and would like to use this also for the Forgot Password Link. is there... | 0 |
9,545,718 | 03/03/2012 11:22:25 | 1,188,979 | 02/04/2012 06:33:14 | 1 | 0 | How do i sample audio in c#? | How do i sample an audio wave at a particular sampling rate and then get values from the audio wave? Im using accord.net platform, naudio.net and alvas.audio in my project. how do i sample the audio file? Later stages in my project involve detection of song, speech, silence, etc | c# | audio | signal-processing | multimedia | naudio | 07/16/2012 00:01:06 | not a real question | How do i sample audio in c#?
===
How do i sample an audio wave at a particular sampling rate and then get values from the audio wave? Im using accord.net platform, naudio.net and alvas.audio in my project. how do i sample the audio file? Later stages in my project involve detection of song, speech, silence, etc | 1 |
10,408,529 | 05/02/2012 06:06:33 | 1,302,996 | 03/30/2012 10:15:40 | 6 | 0 | setup user profiles using the SharePoint User Profile Service in sp2010 | I am developing a website in sharepoint 2010,
i m very much new to sharepoint,
i am asked to create user profiles in sharepoint,
so i went to
Central administration-> Application Management -> Manage Service Applications
->new -> create new user profile services applicaton.
but my problem is how to proceed ... | vb.net | sharepoint2010 | user-profile | null | null | 05/03/2012 19:15:44 | not a real question | setup user profiles using the SharePoint User Profile Service in sp2010
===
I am developing a website in sharepoint 2010,
i m very much new to sharepoint,
i am asked to create user profiles in sharepoint,
so i went to
Central administration-> Application Management -> Manage Service Applications
->new -> crea... | 1 |
3,783,314 | 09/23/2010 23:57:10 | 445,102 | 09/11/2010 13:34:27 | 3 | 0 | Yii requirement status... | I try to upload my first small project on new VPS (Linux+php-5.3.3+ apache) and found these problem don't know why any help will be appreciated plz.
1- I have to lowercase all my folders in my project to work on Linux system with php+apache.
2- Strange problem is getting error in calling modlules function if like t... | yii | null | null | null | null | null | open | Yii requirement status...
===
I try to upload my first small project on new VPS (Linux+php-5.3.3+ apache) and found these problem don't know why any help will be appreciated plz.
1- I have to lowercase all my folders in my project to work on Linux system with php+apache.
2- Strange problem is getting error in call... | 0 |
10,974,225 | 06/11/2012 03:25:18 | 990,689 | 10/12/2011 03:45:00 | 8 | 0 | How to read user input and store it into a string variable and display it to screen in Allegro? | Sorry, I'm new to allegro and I can't seem to find a clear explanation on the internet. | c++ | allegro | null | null | null | 06/11/2012 15:00:58 | not a real question | How to read user input and store it into a string variable and display it to screen in Allegro?
===
Sorry, I'm new to allegro and I can't seem to find a clear explanation on the internet. | 1 |
8,415,747 | 12/07/2011 13:04:18 | 760,807 | 05/19/2011 09:53:31 | 2,224 | 25 | How to implement deterministic malloc | Say I have two instances of an application, with the same inputs and same execution sequence. Therefore, one instance is a redundant one and is used for comparing results with the other instance, as a kind of reliability mechanism.
Now, I want all memory allocations and deallocations to happen in exactly the same m... | c | linux | x86 | malloc | null | null | open | How to implement deterministic malloc
===
Say I have two instances of an application, with the same inputs and same execution sequence. Therefore, one instance is a redundant one and is used for comparing results with the other instance, as a kind of reliability mechanism.
Now, I want all memory allocations and de... | 0 |
1,848,977 | 12/04/2009 18:57:54 | 39,040 | 11/19/2008 17:53:34 | 235 | 15 | Data compression algorithms books? | I'm looking for a good book on data compression algorithms (huffman, LZW etc), preferably with example code (on CD or website) in C, C++ or python. | books | compression | null | null | null | 09/19/2011 06:47:14 | not constructive | Data compression algorithms books?
===
I'm looking for a good book on data compression algorithms (huffman, LZW etc), preferably with example code (on CD or website) in C, C++ or python. | 4 |
8,015,799 | 11/04/2011 21:13:48 | 1,030,287 | 11/04/2011 19:03:01 | 1 | 0 | General purpose programming language | I think this question should have useful information for future readers as well.
What I'm after:
I'm after a general purpose language that I use to **program for myself**. I am not interested in performance but more so in **minimal development time**. I would ideally like the tool to be **cross-platform** as I mai... | c# | .net | c++ | python | c | 11/04/2011 21:16:18 | off topic | General purpose programming language
===
I think this question should have useful information for future readers as well.
What I'm after:
I'm after a general purpose language that I use to **program for myself**. I am not interested in performance but more so in **minimal development time**. I would ideally like ... | 2 |
5,255,896 | 03/10/2011 05:34:42 | 652,929 | 03/10/2011 05:34:42 | 1 | 0 | Face problem in share my link in facebook and twitter | I have face a problem to share my link in Facebook and twitter my link look like htt://www.examplesite.com/?refby=237551 this thank you | php | facebook | twitter | null | null | 03/10/2011 15:58:19 | not a real question | Face problem in share my link in facebook and twitter
===
I have face a problem to share my link in Facebook and twitter my link look like htt://www.examplesite.com/?refby=237551 this thank you | 1 |
7,755,588 | 10/13/2011 14:21:28 | 656,925 | 08/12/2010 02:22:36 | 1,098 | 30 | C++ compared to PHP - creating a collection of static functions | In PHP I use
class static_function
{
public static function func1()
{
$a=1;
return $a;
}
}
and call via
static_function::func1();
With C++, I try
class static_function
{
public static int func1()
{
int a ... | php | c++ | null | null | null | 10/14/2011 02:38:03 | not a real question | C++ compared to PHP - creating a collection of static functions
===
In PHP I use
class static_function
{
public static function func1()
{
$a=1;
return $a;
}
}
and call via
static_function::func1();
With C++, I try
class static_function... | 1 |
1,939,238 | 12/21/2009 10:06:06 | 235,919 | 12/21/2009 10:06:06 | 1 | 0 | Which ones of the following CMS tools is the easiest to develop with? | We need some easy way to manage web sites at our company, and we are evaluating some CMS tools for this purpose.
We do not yet know what features the sites will need to have (but it will definitely be something with lots of functionalities), so we are looking for something with lots of features and **more important... | content-management-system | discussion | professional-experience | java | null | 06/20/2012 14:57:51 | not constructive | Which ones of the following CMS tools is the easiest to develop with?
===
We need some easy way to manage web sites at our company, and we are evaluating some CMS tools for this purpose.
We do not yet know what features the sites will need to have (but it will definitely be something with lots of functionalities),... | 4 |
2,924,867 | 05/27/2010 20:59:47 | 352,371 | 05/27/2010 20:59:47 | 1 | 0 | How much PHP do I need to know to design wordpress themes | So I want to start developing Wordpress themes, but I don't know PHP. How much knowledge should I have of PHP before I begin Wordpress development? Can anyone recommend any PHP books? | php | wordpress | themes | recomendations | null | 07/31/2012 04:01:57 | not a real question | How much PHP do I need to know to design wordpress themes
===
So I want to start developing Wordpress themes, but I don't know PHP. How much knowledge should I have of PHP before I begin Wordpress development? Can anyone recommend any PHP books? | 1 |
1,218,914 | 08/02/2009 13:36:40 | 135,960 | 07/09/2009 22:49:09 | 366 | 26 | Eclipse C++ compilation warning problem | Here a code to demonstrate a problem:
class A {
public:
A():
m_b(1),
m_a(2)
{}
private:
int m_a;
int m_b;
};
This is an output on *Console* view:
make all
Building file: ../test.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -... | eclipse | compilation | cdt | c++ | null | null | open | Eclipse C++ compilation warning problem
===
Here a code to demonstrate a problem:
class A {
public:
A():
m_b(1),
m_a(2)
{}
private:
int m_a;
int m_b;
};
This is an output on *Console* view:
make all
Building file: ../test.cpp
Invoking:... | 0 |
8,564,749 | 12/19/2011 17:00:37 | 1,106,243 | 12/19/2011 15:58:27 | 1 | 0 | Dynamic table with multiple datepickers | I have a web form which has dynamic table using repeating rows. New rows are added by calling the addRow function below:
function addRow(tableID) {
var table = document.getElementById(tableID);
var rowCount = table.rows.length;
var row = table.insertRow(rowCount);
var colCount = table.rows[0... | php | javascript | jquery | null | null | null | open | Dynamic table with multiple datepickers
===
I have a web form which has dynamic table using repeating rows. New rows are added by calling the addRow function below:
function addRow(tableID) {
var table = document.getElementById(tableID);
var rowCount = table.rows.length;
var row = table.insertR... | 0 |
11,290,149 | 07/02/2012 08:28:10 | 1,495,490 | 07/02/2012 08:12:26 | 1 | 0 | reading NFC Program | From News I know NFC.I am interested in NFC.So I develop program about NFC by using Samsung I9250. But I am in trouble when I develop NFCV program.I have develop MifareUltralight Card project by using the internet method.But this method do not suppot NFCV.Can you help me?My Andorid is 4.0.3 | java | android | nfc | null | null | 07/03/2012 03:31:37 | not a real question | reading NFC Program
===
From News I know NFC.I am interested in NFC.So I develop program about NFC by using Samsung I9250. But I am in trouble when I develop NFCV program.I have develop MifareUltralight Card project by using the internet method.But this method do not suppot NFCV.Can you help me?My Andorid is 4.0.3 | 1 |
7,060,610 | 08/15/2011 00:07:41 | 564,669 | 11/10/2010 13:09:27 | 1 | 0 | What are the best books on Cloud Computing? | I want to start in this field, and I have no experience with it, I just do web apps for long time, any ideas about best books for newbie? | books | cloud | computing | null | null | 08/15/2011 00:22:45 | not constructive | What are the best books on Cloud Computing?
===
I want to start in this field, and I have no experience with it, I just do web apps for long time, any ideas about best books for newbie? | 4 |
3,233,419 | 07/13/2010 00:48:16 | 380,524 | 06/30/2010 21:05:30 | 3 | 0 | Which is the most frequent uses of type in C++ | Which is the most frequent uses of type in C++?
int?
bool?
pointer?
....
thanks | c++ | null | null | null | null | 07/13/2010 00:50:35 | not a real question | Which is the most frequent uses of type in C++
===
Which is the most frequent uses of type in C++?
int?
bool?
pointer?
....
thanks | 1 |
7,328,780 | 09/07/2011 04:12:07 | 917,146 | 08/29/2011 04:41:55 | 13 | 0 | Project management software web based | im currently looking for a new project management software, something very similar to redmine. But instead of being coding in ruby i would really love it to be done in php. I was using redmine but after my last system update it broke rails and iv just spent the last two days trying to fix the errors, it seems to be onc... | php | project-management | redmine | null | null | 09/07/2011 07:37:19 | off topic | Project management software web based
===
im currently looking for a new project management software, something very similar to redmine. But instead of being coding in ruby i would really love it to be done in php. I was using redmine but after my last system update it broke rails and iv just spent the last two days t... | 2 |
11,580,433 | 07/20/2012 13:32:37 | 1,298,610 | 03/28/2012 15:37:19 | 301 | 25 | Comparing Numbers when those Numbers are strings | Here is a brief bit of background information:
Whilst designing a Rule Engine to compare various aspects of a form to desired Inputs i stumbled across the problem of having to check if a number was larger than another number, easy enough with the > and < operators right? Wrong, the type of these two that i have to ... | c# | string | comparison | null | null | 07/20/2012 23:04:06 | too localized | Comparing Numbers when those Numbers are strings
===
Here is a brief bit of background information:
Whilst designing a Rule Engine to compare various aspects of a form to desired Inputs i stumbled across the problem of having to check if a number was larger than another number, easy enough with the > and < operato... | 3 |
11,663,137 | 07/26/2012 05:46:43 | 469,721 | 10/07/2010 23:48:56 | 35 | 3 | OOP: using class vs instance (Python) | I'm asking this question with regards to Python, though it's probably applicable to most OOP languages. When I only expect to use the data model only once in any program, I could either make a class with class/static methods and attributes or just make a regular class and instantiate it once and only use that one copy... | python | oop | null | null | null | 07/27/2012 02:34:05 | not constructive | OOP: using class vs instance (Python)
===
I'm asking this question with regards to Python, though it's probably applicable to most OOP languages. When I only expect to use the data model only once in any program, I could either make a class with class/static methods and attributes or just make a regular class and ins... | 4 |
7,750,279 | 10/13/2011 06:35:56 | 899,656 | 08/17/2011 23:58:52 | 848 | 75 | What is the best way to store application data accessible from all user accounts? | I need to store some data so it can be accessed by the application from any user account.
The amount of data is not big, just several strings.
The storage does not have to be secure, although it would be beneficial. A least the users without admin permission should not be able to spoil it.
I would not mind if... | objective-c | osx | cocoa | security | keychain | null | open | What is the best way to store application data accessible from all user accounts?
===
I need to store some data so it can be accessed by the application from any user account.
The amount of data is not big, just several strings.
The storage does not have to be secure, although it would be beneficial. A least th... | 0 |
8,196,015 | 11/19/2011 17:52:14 | 1,055,557 | 11/19/2011 17:43:53 | 1 | 0 | Adview in listview not visible (android) | I am follow google's listview tutorial (http://developer.android.com/resources/tutorials/views/hello-listview.html) and I'm trying to ad an adview to my listview (so that it always stays on top), but I can't get it working. I've tried relativelayout and linear but I can't get it working. I've tried replacing the adview... | android | listview | adview | null | null | null | open | Adview in listview not visible (android)
===
I am follow google's listview tutorial (http://developer.android.com/resources/tutorials/views/hello-listview.html) and I'm trying to ad an adview to my listview (so that it always stays on top), but I can't get it working. I've tried relativelayout and linear but I can't g... | 0 |
2,536,396 | 03/29/2010 07:36:08 | 298,099 | 03/20/2010 17:24:24 | 7 | 0 | who is connected through who php mysql |
i want to create something like
person1 is connected to person2 is connected with person3
Does anybody know a tutorial where this is explained? | mysql | php | null | null | null | 04/22/2012 13:27:13 | too localized | who is connected through who php mysql
===
i want to create something like
person1 is connected to person2 is connected with person3
Does anybody know a tutorial where this is explained? | 3 |
5,296,793 | 03/14/2011 09:30:56 | 495,745 | 11/03/2010 09:50:30 | 174 | 9 | Strange behavior with table td padding CSS | If I apply a TD padding with the following CSS:
<code>#maincontent table td, #maincontent table th {padding: .333em 0 .333em .25em;}</code>
… in Safari and IE the padding is applied to the TD as it should — BUT NOT on Firefox.
If I apply the TD-padding in the CSS only to the TD — and not the th — the padding i... | css | table | null | null | null | null | open | Strange behavior with table td padding CSS
===
If I apply a TD padding with the following CSS:
<code>#maincontent table td, #maincontent table th {padding: .333em 0 .333em .25em;}</code>
… in Safari and IE the padding is applied to the TD as it should — BUT NOT on Firefox.
If I apply the TD-padding in the CSS... | 0 |
4,269,590 | 11/24/2010 17:20:43 | 866,721 | 11/24/2010 16:24:38 | 1 | 2 | How can I build own Payment Gateway in PHP. | I want to build my own payment gateway and provide functionality like paypal.
Please help me. | php | null | null | null | null | 11/24/2010 17:33:15 | off topic | How can I build own Payment Gateway in PHP.
===
I want to build my own payment gateway and provide functionality like paypal.
Please help me. | 2 |
10,229,270 | 04/19/2012 13:36:19 | 1,297,670 | 03/28/2012 08:56:03 | 1 | 0 | How to identify different images in a row of a ListView? | I need to implement a UI which displays many images(more than 1000). The layout of the images like this:
(image1) (image2) (image3)
( image4 ) ( image5 )
( image6 ) ( image7 )
...
( imageN ) ( imageN+1)
I want to show these images in a ListView and I know how to do th... | android | null | null | null | null | 04/25/2012 11:28:14 | not a real question | How to identify different images in a row of a ListView?
===
I need to implement a UI which displays many images(more than 1000). The layout of the images like this:
(image1) (image2) (image3)
( image4 ) ( image5 )
( image6 ) ( image7 )
...
( imageN ) ( imageN+1)
I w... | 1 |
10,282,603 | 04/23/2012 14:33:10 | 455,268 | 04/23/2010 07:17:28 | 494 | 11 | htaccess - rewrite URL to include CSS and JS | RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(.*)\.(css|js|htc|pdf|jpg|jpeg|gif|png|ico)$ [NC]
RewriteRule ^(.*)$ index.php?path=$1 [QSA,L]
This .htaccess redirects everything to `index.php?path=SOMETHING` whe... | .htaccess | null | null | null | null | null | open | htaccess - rewrite URL to include CSS and JS
===
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(.*)\.(css|js|htc|pdf|jpg|jpeg|gif|png|ico)$ [NC]
RewriteRule ^(.*)$ index.php?path=$1 [QSA,L]
This .htaccess redi... | 0 |
9,307,091 | 02/16/2012 07:20:49 | 1,157,598 | 01/19/2012 03:13:45 | 1 | 0 | Do i have to pay a fee to set up a git server for private or commercial use? | Do i have to pay a fee to set up a git server for private or commercial use?
Thanks in advance for my stupid question. | git | licensing | null | null | null | 02/16/2012 08:50:24 | off topic | Do i have to pay a fee to set up a git server for private or commercial use?
===
Do i have to pay a fee to set up a git server for private or commercial use?
Thanks in advance for my stupid question. | 2 |
9,835,482 | 03/23/2012 07:26:43 | 1,365,428 | 03/19/2012 08:36:08 | 1 | 1 | how create a box like this in css3 | Images link is
http://imageshack.us/photo/my-images/42/readmoren.png/
Please check to this link and see the readmore image.
I want to look like this in css3
| html | css | null | null | null | 04/26/2012 12:34:08 | not a real question | how create a box like this in css3
===
Images link is
http://imageshack.us/photo/my-images/42/readmoren.png/
Please check to this link and see the readmore image.
I want to look like this in css3
| 1 |
4,386,245 | 12/08/2010 10:05:28 | 299,048 | 03/22/2010 13:35:28 | 189 | 24 | Close multiple branches in TortoiseHg | I use TortoiseHg 1.1 and in our team we tend to create named branches for each case we work on then merge with default when we're done. Unfortunately most of the named branches don't get closed. This isn't a huge problem but it's annoying when you try and filter by the branch you are currently working on and there is a... | mercurial | tortoisehg | null | null | null | null | open | Close multiple branches in TortoiseHg
===
I use TortoiseHg 1.1 and in our team we tend to create named branches for each case we work on then merge with default when we're done. Unfortunately most of the named branches don't get closed. This isn't a huge problem but it's annoying when you try and filter by the branch ... | 0 |
4,276,914 | 11/25/2010 12:12:20 | 520,099 | 11/25/2010 12:00:21 | 1 | 0 | c# Multiple Task application with Access DB problem | I’ve got a problem with an application running on .NET 4 Task class threads. It’s bit complicated now, but I’ll try to explain how it’s working.
App ought to connect with multiple devices using zkemkeeper (COM library), it should run on 6 parallel threads, which are getting data from devices and inserting them to... | multithreading | ms-access | c#-4.0 | null | null | null | open | c# Multiple Task application with Access DB problem
===
I’ve got a problem with an application running on .NET 4 Task class threads. It’s bit complicated now, but I’ll try to explain how it’s working.
App ought to connect with multiple devices using zkemkeeper (COM library), it should run on 6 parallel threads, w... | 0 |
6,313,724 | 06/11/2011 02:39:25 | 651,174 | 03/09/2011 08:26:41 | 338 | 2 | Database structure for users and media | Supposing a large number of users and a large number of videos, what would be a better way to structure the database of the following two options:
Option one --
class UserProfile(models.Model)
user = models.ForeignKey(User, unique=True)
videos = models.ManyToManyField(Video, blank=True)
... | database | django | django-models | null | null | null | open | Database structure for users and media
===
Supposing a large number of users and a large number of videos, what would be a better way to structure the database of the following two options:
Option one --
class UserProfile(models.Model)
user = models.ForeignKey(User, unique=True)
videos = m... | 0 |
9,965,396 | 04/01/2012 15:02:00 | 895,339 | 08/15/2011 17:16:24 | 13 | 0 | Enbaling viewport pinch-zoom in Phonegap Android application has no effect | I need to be able to turn pinch-zoom on and off using the viewport setting on my Android PhoneGap app.
But I'm unable to get viewport to affect pinch-zooming at all when using PhoneGap. I cannot turn on Pinch-zoom, but when browsing with the Android Native browser to the webpage everything works fine.
I have spen... | android | phonegap | null | null | null | null | open | Enbaling viewport pinch-zoom in Phonegap Android application has no effect
===
I need to be able to turn pinch-zoom on and off using the viewport setting on my Android PhoneGap app.
But I'm unable to get viewport to affect pinch-zooming at all when using PhoneGap. I cannot turn on Pinch-zoom, but when browsing with... | 0 |
10,639,191 | 05/17/2012 15:57:12 | 1,223,807 | 02/21/2012 16:11:07 | 1 | 5 | Text Animation to display characters one at a time | I want to implement an animation in such a way that characters of a word appears one at a time when a button is clicked. For example , Bat should be displayed as b , a , t one at a time with a delay. Which is the best way to implement it ? I had a look at the TextSwitcher API Demo , but it switches only on a click each... | android | animation | null | null | null | 05/18/2012 11:47:46 | not a real question | Text Animation to display characters one at a time
===
I want to implement an animation in such a way that characters of a word appears one at a time when a button is clicked. For example , Bat should be displayed as b , a , t one at a time with a delay. Which is the best way to implement it ? I had a look at the Text... | 1 |
10,029,352 | 04/05/2012 13:16:38 | 1,295,995 | 03/27/2012 15:43:43 | 15 | 0 | Php Login issue | Following is my php login script, I don't know is it secure process. But there are one problem. If i write any password then it's say ok and go to user panel page. where is the wrong in my code, can anyone tell me the right direction
<?php
if(isset($_POST['action']) && isset($_POST['action']) == 'Log In')... | php | null | null | null | null | 04/19/2012 11:50:15 | too localized | Php Login issue
===
Following is my php login script, I don't know is it secure process. But there are one problem. If i write any password then it's say ok and go to user panel page. where is the wrong in my code, can anyone tell me the right direction
<?php
if(isset($_POST['action']) && isset($_POST['a... | 3 |
10,445,865 | 05/04/2012 09:05:10 | 1,374,460 | 05/04/2012 08:26:19 | 1 | 0 | Get remote Windows Registries using Ruby | I wonder if there's some simple methods to get registry information from remote windows machine. I use Win32::Registry::HKEY_LOCAL_MACHINE.open("....") to retrieve registries, but it can only work for local machine. One method is creating a DRb connection between local and remote machine, and then spawn a process on re... | ruby | registry | remote | null | null | null | open | Get remote Windows Registries using Ruby
===
I wonder if there's some simple methods to get registry information from remote windows machine. I use Win32::Registry::HKEY_LOCAL_MACHINE.open("....") to retrieve registries, but it can only work for local machine. One method is creating a DRb connection between local and ... | 0 |
1,657,220 | 11/01/2009 13:58:26 | 151,938 | 08/06/2009 17:23:13 | 2 | 0 | Multilingual alert messages in JavaScript | I have a php Web Application Multilingual,
I have a php variable which can tell the current language of the Web Application,
I need to validate user inputs in client side, and error messages are shown with JavaScript alerts
for example if the php language variable is "french", I need the alert as "bonjour"
... | javascript | multilingual | null | null | null | null | open | Multilingual alert messages in JavaScript
===
I have a php Web Application Multilingual,
I have a php variable which can tell the current language of the Web Application,
I need to validate user inputs in client side, and error messages are shown with JavaScript alerts
for example if the php language variable... | 0 |
5,298,592 | 03/14/2011 12:29:39 | 236,989 | 11/18/2009 14:39:52 | 110 | 3 | Javascript Errors on Page | http://development1.interactone.com/lynx/store/index.php/general-cleaning/demo-product.html
Trying to figure out what is causing the javascript errors on this page with no luck. Also it is preventing the other javascripts from executing, i.e. the tabs not being formatted, add to cart button not working. Any feedbac... | javascript | null | null | null | null | null | open | Javascript Errors on Page
===
http://development1.interactone.com/lynx/store/index.php/general-cleaning/demo-product.html
Trying to figure out what is causing the javascript errors on this page with no luck. Also it is preventing the other javascripts from executing, i.e. the tabs not being formatted, add to cart b... | 0 |
8,739,514 | 01/05/2012 08:20:02 | 944,124 | 09/14/2011 08:09:38 | 11 | 0 | change image when mouse over an image using #map | I have added database connection to this site and make dynamic.But the design of the website had done before.I just joined the database connection.During this everything is going well.I had added the caresoul jquery.But i can't change the image of menu(i.e. menu,company profile etc.) when mouse hover.I have tried all p... | php | hover | mouse | null | null | 01/05/2012 15:05:13 | not a real question | change image when mouse over an image using #map
===
I have added database connection to this site and make dynamic.But the design of the website had done before.I just joined the database connection.During this everything is going well.I had added the caresoul jquery.But i can't change the image of menu(i.e. menu,com... | 1 |
10,309,399 | 04/25/2012 04:33:28 | 870,505 | 07/30/2011 09:15:25 | 322 | 16 | In Geocouch, how can I get all objects by lon/lat coordinates? | I.e. all objects that contains this coordinates (for polygons) or cross their (for lines)? | couchdb | geospatial | null | null | null | null | open | In Geocouch, how can I get all objects by lon/lat coordinates?
===
I.e. all objects that contains this coordinates (for polygons) or cross their (for lines)? | 0 |
10,437,771 | 05/03/2012 19:04:00 | 882,978 | 08/07/2011 17:26:07 | 75 | 0 | SQL , how not to count 0 values | am trying to find a total vote using this code, I have 12 criteria;
So am adding up the TOTAL for each SHOP_ID and then dividing by 12( the amount of columns used to make total). COUNT(shop_id) finds the number of shops, So for example if I have 2 shop_id inputs one with a total of 0 ( 12 entries of 0) and the other a... | php | mysql | query | null | null | null | open | SQL , how not to count 0 values
===
am trying to find a total vote using this code, I have 12 criteria;
So am adding up the TOTAL for each SHOP_ID and then dividing by 12( the amount of columns used to make total). COUNT(shop_id) finds the number of shops, So for example if I have 2 shop_id inputs one with a total of... | 0 |
8,045,956 | 11/08/2011 04:27:39 | 908,924 | 08/24/2011 05:03:09 | 6 | 0 | TypeError: 'float' object is not subscriptable When trying to make a histogram in matplotlib | When I try and run the following code
import matplotlib.pyplot as plt
import math
import numpy as np
from numpy.random import normal
masses = []
f = open( 'myfile.txt','r')
f.readline()
for line in f:
if line != ' ':
line = line.strip() # Strips end of... | python | matplotlib | histogram | null | null | null | open | TypeError: 'float' object is not subscriptable When trying to make a histogram in matplotlib
===
When I try and run the following code
import matplotlib.pyplot as plt
import math
import numpy as np
from numpy.random import normal
masses = []
f = open( 'myfile.txt','r')
f.rea... | 0 |
11,561,861 | 07/19/2012 13:24:52 | 1,537,925 | 07/19/2012 12:48:33 | 1 | 0 | Could I ask the Zygote to tun my application as root? | this is my first question at StockExchange, so I'd like to start by thanking the community for all the most valuable help in all sorts of topics I have found here passively over the past few years.
I have been asking the same question as many others, whether I could obtain superuser privileges in a Java Android appl... | android | root | null | null | null | null | open | Could I ask the Zygote to tun my application as root?
===
this is my first question at StockExchange, so I'd like to start by thanking the community for all the most valuable help in all sorts of topics I have found here passively over the past few years.
I have been asking the same question as many others, whether... | 0 |
5,724,622 | 04/20/2011 01:32:48 | 266,012 | 02/04/2010 08:42:17 | 225 | 0 | how to configure php curl_init function | How exactly do I initiate curl_init function? | php | null | null | null | null | 04/20/2011 02:10:15 | not a real question | how to configure php curl_init function
===
How exactly do I initiate curl_init function? | 1 |
2,036,415 | 01/10/2010 07:21:46 | 9,296 | 09/15/2008 18:19:56 | 1,042 | 125 | Building a Network Appliance Prototype Using a standard PC with Linux and Two NIC's | I am willing to build a prototype of network appliance.
This appliance is suppose to transparently manipulate Ethernet packets. It suppose to have two network interface cards having one card connected to the outside leg (i.e. **eth0**) and the other to the inside leg (i.e. **eth1**).
In a typical network layout as... | linux-device-driver | network-programming | hardware | startup | null | null | open | Building a Network Appliance Prototype Using a standard PC with Linux and Two NIC's
===
I am willing to build a prototype of network appliance.
This appliance is suppose to transparently manipulate Ethernet packets. It suppose to have two network interface cards having one card connected to the outside leg (i.e. **et... | 0 |
8,404,510 | 12/06/2011 18:01:07 | 11,173 | 09/16/2008 05:51:30 | 3,949 | 105 | Am I the only one confused by the names Iteratee, Enumerator, and Enumeratee? | I love iteratees as a paradigm for IO, but... seriously what the heck is up with these names?
I get confused enough remembering whether I am a lessor or a lessee, and this is even worse.
I am having trouble developing a relationship with these names. Could someone explain their origin? The definition `data Stream... | haskell | naming | iteratee | null | null | 12/06/2011 18:29:38 | not constructive | Am I the only one confused by the names Iteratee, Enumerator, and Enumeratee?
===
I love iteratees as a paradigm for IO, but... seriously what the heck is up with these names?
I get confused enough remembering whether I am a lessor or a lessee, and this is even worse.
I am having trouble developing a relationshi... | 4 |
10,169,413 | 04/16/2012 06:09:46 | 847,280 | 07/15/2011 22:34:02 | 30 | 0 | can i receive an information another app? | i'm studying iOS programming.
i have a program, i will call this program is aProgram.
and i don't have any source about aProgram, but my iphone was installed this application.
and i make a program called myProgram.
there's a button in myProgram. when i clicked the button, aProgram will be launched.
and y... | iphone | objective-c | ios | xcode | null | null | open | can i receive an information another app?
===
i'm studying iOS programming.
i have a program, i will call this program is aProgram.
and i don't have any source about aProgram, but my iphone was installed this application.
and i make a program called myProgram.
there's a button in myProgram. when i clicked ... | 0 |
143,939 | 09/27/2008 16:25:27 | 10,651 | 09/16/2008 00:42:34 | 109 | 17 | What's a good IDE to use for Lua? | I've got things minimally working in Scite... and a quick browse tells me that there is an Eclipse plugin and several other standalone editors, in addition to other general purpose editors with Lua capability.
Out of that, what do people recommend? Particularly, what do people who program primarily in Lua like to us... | ide | editor | lua | null | null | 07/16/2012 20:05:36 | not constructive | What's a good IDE to use for Lua?
===
I've got things minimally working in Scite... and a quick browse tells me that there is an Eclipse plugin and several other standalone editors, in addition to other general purpose editors with Lua capability.
Out of that, what do people recommend? Particularly, what do people ... | 4 |
5,979,734 | 05/12/2011 14:39:50 | 750,735 | 05/12/2011 14:27:11 | 1 | 0 | Algorithm and Java | how can we build a directed graph representing the adjacency structure of the words, and run BFS on it.
the program should take two file names as arguments. The first is a data file, and the second a test file. The output should be the distances between the words in the test file. For example, here is a sample run:
... | algorithm | null | null | null | null | 05/12/2011 14:48:25 | not a real question | Algorithm and Java
===
how can we build a directed graph representing the adjacency structure of the words, and run BFS on it.
the program should take two file names as arguments. The first is a data file, and the second a test file. The output should be the distances between the words in the test file. For example... | 1 |
8,420,493 | 12/07/2011 18:26:05 | 981,138 | 10/05/2011 20:14:17 | 3 | 0 | MySql - DROP table 'whatever' if exist ELSE create table 'whatever'? | I simply want to drop the table 'whatever' if it exist and then recreate table 'whatever' in a single query if possible.
DROP TABLE IF EXISTS `whatever` ELSE
CREATE TABLE `whatever`
Any idea ? | mysql | drop | exists | else | create-table | null | open | MySql - DROP table 'whatever' if exist ELSE create table 'whatever'?
===
I simply want to drop the table 'whatever' if it exist and then recreate table 'whatever' in a single query if possible.
DROP TABLE IF EXISTS `whatever` ELSE
CREATE TABLE `whatever`
Any idea ? | 0 |
5,762,248 | 04/23/2011 04:51:01 | 721,428 | 04/23/2011 04:51:01 | 1 | 0 | Newbie here... Question about existing network capabilities in programs like Digital Audio Workstations | I was wondering first) is it possible to develop a network that allows someone to work on one file on two or more separate computers at once, and in real time? And second) what kind of time frame would someone be looking at to program that?
Essentially, I'm doing a marketing planning presentation, and I need to budg... | network-programming | null | null | null | null | 04/27/2011 03:19:15 | off topic | Newbie here... Question about existing network capabilities in programs like Digital Audio Workstations
===
I was wondering first) is it possible to develop a network that allows someone to work on one file on two or more separate computers at once, and in real time? And second) what kind of time frame would someone b... | 2 |
4,716,116 | 01/17/2011 17:45:39 | 401,912 | 07/26/2010 03:33:57 | 3 | 1 | What is the best file compression of random binary data that you can achieve? | Specifically, what programs are out there and what has the highest compression ratio? I tried Googling it, but it seems experience would trump search results, so I ask. | data | random | binary | compression | null | null | open | What is the best file compression of random binary data that you can achieve?
===
Specifically, what programs are out there and what has the highest compression ratio? I tried Googling it, but it seems experience would trump search results, so I ask. | 0 |
9,042,673 | 01/28/2012 03:18:20 | 1,034,912 | 11/08/2011 03:47:43 | 35 | 1 | Where can I universally store initial setup files for a windows service for deployment? | I am creating a windows service (in C#) which will be deployed to various clients. When the windows service starts, it will look for a setup XML file.
Where can I 'universally' put this setup file?
This location will be hardcoded and must work with various clients. Some may have windowXp, some Windows 7, some w... | windows | deployment | service | setup | ini | null | open | Where can I universally store initial setup files for a windows service for deployment?
===
I am creating a windows service (in C#) which will be deployed to various clients. When the windows service starts, it will look for a setup XML file.
Where can I 'universally' put this setup file?
This location will be... | 0 |
7,607,935 | 09/30/2011 08:40:09 | 968,205 | 09/28/2011 01:59:18 | 1 | 0 | Primefaces Autocomplete still needs Javascript? | Does primefaces autocomplete still needs javascript to work? | autocomplete | jsf-2.0 | primefaces | null | null | 07/11/2012 19:29:23 | not a real question | Primefaces Autocomplete still needs Javascript?
===
Does primefaces autocomplete still needs javascript to work? | 1 |
7,761,514 | 10/13/2011 23:16:45 | 202,294 | 11/04/2009 03:30:08 | 92 | 7 | WordPress PHP code where does it go? | I am new to Wordpress and trying to figure it all out.
The pages and posts are all HTML, but I was told that I can have my own PHP code rather than static HTML.
I created some tables in my WordPress database and I would like to use PHP to query it and create my dynamic data.
How do I do that ? where is the PHP code ... | php | wordpress | null | null | null | 10/14/2011 00:41:50 | not a real question | WordPress PHP code where does it go?
===
I am new to Wordpress and trying to figure it all out.
The pages and posts are all HTML, but I was told that I can have my own PHP code rather than static HTML.
I created some tables in my WordPress database and I would like to use PHP to query it and create my dynamic data.
... | 1 |
3,636,635 | 09/03/2010 14:18:13 | 427,390 | 08/22/2010 01:54:20 | 15 | 0 | Help finding a (graduate) paper or project topic! | For a computer security graduate class:
http://pastebin.com/NdA6kGQ6
That is what the professor has stated about the paper/project. I would prefer something more hands on like a project, but for the life of me can't think of something interesting. I am throwing it out there and trying to get some ideas flowing.
... | project | paper | graduate-school | null | null | 09/05/2010 01:05:00 | off topic | Help finding a (graduate) paper or project topic!
===
For a computer security graduate class:
http://pastebin.com/NdA6kGQ6
That is what the professor has stated about the paper/project. I would prefer something more hands on like a project, but for the life of me can't think of something interesting. I am throwi... | 2 |
10,682,020 | 05/21/2012 08:43:39 | 1,395,859 | 05/15/2012 10:09:17 | 17 | 1 | Adding new .aspx item in our project through our program? | I have a Tree View in my application. If i add a node(Parent or Child) then the node should be add and corresponding .aspx page should also be added to our project... For example
My tree contains 'Programming' as parent Node and 'c','c++','C#'.. as child node. And one textbox to add more nodes. If i insert 'java' an... | c# | asp.net | sql-server-2008 | null | null | null | open | Adding new .aspx item in our project through our program?
===
I have a Tree View in my application. If i add a node(Parent or Child) then the node should be add and corresponding .aspx page should also be added to our project... For example
My tree contains 'Programming' as parent Node and 'c','c++','C#'.. as child... | 0 |
8,766,814 | 01/07/2012 02:22:10 | 551,190 | 12/22/2010 12:40:42 | 45 | 1 | Efficient C++ for ARM | I will give internal training about C++ on ARM, focusing on programming tips and hints, and I searched some webpages like:
- [Embedded C interview Questions for Embedded Systems Engineers][1]
- [Efficient C for ARM][2]
all of above are mainly for C on ARM, in that I am wondering they apply to C++ as well, say ... | c++ | arm | null | null | null | 01/07/2012 04:47:57 | off topic | Efficient C++ for ARM
===
I will give internal training about C++ on ARM, focusing on programming tips and hints, and I searched some webpages like:
- [Embedded C interview Questions for Embedded Systems Engineers][1]
- [Efficient C for ARM][2]
all of above are mainly for C on ARM, in that I am wondering they... | 2 |
10,076,351 | 04/09/2012 16:29:59 | 885,515 | 08/09/2011 08:24:00 | 141 | 17 | Image Uploader + HTML editor | i need a HTML editor with image uploader for a php site help me to get the best. is there any jquery plugin for this | php | jquery | image-uploading | html-editor | text-formatting | 04/09/2012 16:50:19 | not a real question | Image Uploader + HTML editor
===
i need a HTML editor with image uploader for a php site help me to get the best. is there any jquery plugin for this | 1 |
9,706,044 | 03/14/2012 16:33:28 | 1,269,521 | 03/14/2012 16:18:56 | 1 | 0 | Simple C++ TCP/IP using streams (Windows) | What I need is a solution, that would let me (and my programming contest teamates) use TCP/IP in C++ under Windows in the simplest possible way. Some task will probably require a completely synchronous text communication with the server. The best option would be some DOS command or programme, that would redirect oll in... | c++ | windows | proxy | stream | netcat | null | open | Simple C++ TCP/IP using streams (Windows)
===
What I need is a solution, that would let me (and my programming contest teamates) use TCP/IP in C++ under Windows in the simplest possible way. Some task will probably require a completely synchronous text communication with the server. The best option would be some DOS c... | 0 |
11,289,794 | 07/02/2012 08:02:37 | 1,478,501 | 06/24/2012 18:33:18 | 1 | 0 | Debugging project ,Javascript alert pop up | [1]:http:http://a6.sphotos.ak.fbcdn.net/hphotos-ak-ash3/599860_256909517757063_1635978898_n.jpg "tool"
My project application running well, just when debugging project and popup alert. i really no idea to solve this question.? please help..
OS:windows 7
Browser
run code behind=yes | javascript | asp.net | dhtmlx | null | null | 07/02/2012 09:00:16 | not a real question | Debugging project ,Javascript alert pop up
===
[1]:http:http://a6.sphotos.ak.fbcdn.net/hphotos-ak-ash3/599860_256909517757063_1635978898_n.jpg "tool"
My project application running well, just when debugging project and popup alert. i really no idea to solve this question.? please help..
OS:windows 7
Browser
r... | 1 |
10,169,524 | 04/16/2012 06:22:01 | 1,238,164 | 02/28/2012 15:06:15 | 48 | 7 | How to force start animation if view out of window | I have a scroll view with several views and only one view can be expanded. When another view gets expanded the already expanded view gets shrunk. But the animation for the not visible item on the screen gets started only when the view gets visible.
So is there a way to force start the animation?
Setting the heigh... | android | android-animation | null | null | null | null | open | How to force start animation if view out of window
===
I have a scroll view with several views and only one view can be expanded. When another view gets expanded the already expanded view gets shrunk. But the animation for the not visible item on the screen gets started only when the view gets visible.
So is there ... | 0 |
10,101,124 | 04/11/2012 06:41:50 | 1,278,338 | 02/23/2012 04:37:06 | 191 | 5 | CS5001:Does not have an entry point defined | Why do I get a CS5001: does not have an entry point defined error when compiling? | c# | null | null | null | null | null | open | CS5001:Does not have an entry point defined
===
Why do I get a CS5001: does not have an entry point defined error when compiling? | 0 |
10,231,145 | 04/19/2012 15:11:08 | 221,194 | 11/30/2009 08:24:34 | 1,419 | 60 | Resize UIImage for UIPrintInteractionController | I'm currently working on a possibility to print the content of a view via Airprint.
For this feature I'm creating a UIImage from the view and send it to UIPrintInteractionController.
The problem is that the image is resized to the full resolution of the paper and not it's original size (approx. 300x500px). Does any... | iphone | uiimage | airprint | null | null | null | open | Resize UIImage for UIPrintInteractionController
===
I'm currently working on a possibility to print the content of a view via Airprint.
For this feature I'm creating a UIImage from the view and send it to UIPrintInteractionController.
The problem is that the image is resized to the full resolution of the paper and... | 0 |
6,234,119 | 06/04/2011 01:34:25 | 783,539 | 06/04/2011 01:17:42 | 1 | 0 | VB.Net Replacing Specific Values in a Large Text File | I have some large csv files (1.5gb each) where I need to replace specific values. The method I'm currently using is terribly slow and I'm fairly certain that there should be a way to speed this up but I'm just not experienced enough to know what I should be doing. This is my first post and I tried searching through t... | vb.net | streamwriter | null | null | null | null | open | VB.Net Replacing Specific Values in a Large Text File
===
I have some large csv files (1.5gb each) where I need to replace specific values. The method I'm currently using is terribly slow and I'm fairly certain that there should be a way to speed this up but I'm just not experienced enough to know what I should be do... | 0 |
8,929,310 | 01/19/2012 16:08:04 | 831,346 | 07/06/2011 10:18:19 | 15 | 0 | Silverlight for Mac and Is Silverlight dead? | so i have been writing a prototype application in Silverlight for the last 3 months, although I am enjoying the technology and it has been very useful for the current task, I have read and been told from varies sources that the technology could no longer be supported and HTML5 is the way forward? Was just wondering if ... | silverlight | html5 | null | null | null | 01/19/2012 19:12:26 | not constructive | Silverlight for Mac and Is Silverlight dead?
===
so i have been writing a prototype application in Silverlight for the last 3 months, although I am enjoying the technology and it has been very useful for the current task, I have read and been told from varies sources that the technology could no longer be supported an... | 4 |
1,325,829 | 08/25/2009 02:55:38 | 3,834 | 08/31/2008 06:25:52 | 2,373 | 102 | Where is the .net framework error log location | My application exits for no reason, most likely due to errors in the profiler I used because it interferes with all the CLR runtime stuff. The issue is is there any file at any location where .Net framework logs these kind of errors? | .net | error-logging | null | null | null | null | open | Where is the .net framework error log location
===
My application exits for no reason, most likely due to errors in the profiler I used because it interferes with all the CLR runtime stuff. The issue is is there any file at any location where .Net framework logs these kind of errors? | 0 |
7,308,684 | 09/05/2011 13:19:02 | 535,351 | 12/07/2010 21:20:17 | 4 | 0 | Load more cells problem | i use MWFeedParser library to parse xml.
when i change the numberOfRowsInSection to +1 (return [itemsToDisplay count] +1;)
to make the last cell row for the Load more option my app crash in this line:
MWFeedItem *item = [itemsToDisplay objectAtIndex:indexPath.row];
any idea why this happens?
| iphone | xml | parsing | uitableview | uitableviewcell | null | open | Load more cells problem
===
i use MWFeedParser library to parse xml.
when i change the numberOfRowsInSection to +1 (return [itemsToDisplay count] +1;)
to make the last cell row for the Load more option my app crash in this line:
MWFeedItem *item = [itemsToDisplay objectAtIndex:indexPath.row];
any idea why this h... | 0 |
3,704,887 | 09/13/2010 22:26:57 | 424,581 | 08/18/2010 22:01:34 | 39 | 2 | NHibernate check for changed to prompt for save | I was wondering if there is any sort of functionality in NHibernate to check if changes have been made to an object sense it has been loaded that would require a write to the DB to save.
I have some other pieces like currently selected elements and so forth that may change but if they do it makes no difference in te... | c# | wpf | nhibernate | saving | null | null | open | NHibernate check for changed to prompt for save
===
I was wondering if there is any sort of functionality in NHibernate to check if changes have been made to an object sense it has been loaded that would require a write to the DB to save.
I have some other pieces like currently selected elements and so forth that m... | 0 |
9,435,915 | 02/24/2012 18:17:44 | 945,175 | 09/14/2011 17:19:19 | 58 | 2 | async file upload click | i want to fire file open dialogue of ajax async file upload using javascript
is it possible something like below
Example:
var a= fileupload.click();
above syntax works for asp.net file upload control but not for async file upload.
| asp.net | asp.net-ajax | null | null | null | null | open | async file upload click
===
i want to fire file open dialogue of ajax async file upload using javascript
is it possible something like below
Example:
var a= fileupload.click();
above syntax works for asp.net file upload control but not for async file upload.
| 0 |
7,306,314 | 09/05/2011 09:42:51 | 563,282 | 01/04/2011 23:29:27 | 362 | 13 | jQuery window resize issue | I have a small function that runs on load and window resize.. but the window resize is not working. Pretttty sure that the syntax is correct.. 'cause I've run functions off of window resize before. Can't quite figure it out?
live site here:
http://guit.dhut.ch/
JavaScript:
(function( $ ){
$.fn.respo... | jquery | load | resize | window | document-ready | null | open | jQuery window resize issue
===
I have a small function that runs on load and window resize.. but the window resize is not working. Pretttty sure that the syntax is correct.. 'cause I've run functions off of window resize before. Can't quite figure it out?
live site here:
http://guit.dhut.ch/
JavaScript:
... | 0 |
8,917,244 | 01/18/2012 20:54:18 | 708,678 | 04/14/2011 20:00:45 | 305 | 0 | Using objects from one class in another class | I have two classes Teacher and Student. I am trying to get teacher to use the class functions in students. The problem I am having is that I need the number of student object being used in Teacher to be random. I thought I figures this out in the constructor, but I had to declare new student object in every function... | c# | homework | class | null | null | null | open | Using objects from one class in another class
===
I have two classes Teacher and Student. I am trying to get teacher to use the class functions in students. The problem I am having is that I need the number of student object being used in Teacher to be random. I thought I figures this out in the constructor, but I ... | 0 |
9,984,109 | 04/02/2012 21:29:00 | 1,122,870 | 12/30/2011 11:48:42 | 26 | 0 | open source projects in c for gsoc | I am just familiar with the the C language and have no prior experience on working on a open source project. I saw some gsoc organizations and their pre-requisities, and it turned out to be quite overwhelming, since most of them relied on other languages and skill sets and since I am a beginner.So, I would like to ask ... | c | open-source | googlecode | null | null | 04/02/2012 21:42:14 | not a real question | open source projects in c for gsoc
===
I am just familiar with the the C language and have no prior experience on working on a open source project. I saw some gsoc organizations and their pre-requisities, and it turned out to be quite overwhelming, since most of them relied on other languages and skill sets and since ... | 1 |
8,174,022 | 11/17/2011 20:43:05 | 373,207 | 06/22/2010 13:19:39 | 35 | 11 | undeclared identifier error with correct include and declaration | I'm creating an application in Qt
i get a compilation error: error C2065: 'callDialog' : undeclared identifier
in my CategoryDialog class, witch look like this:
#include "ui_categorydialog_new.h"
#include "calldialog.h"
#include "questionsdialog.h"
#include "../objects/call.h"
#include "../webservice... | c++ | compilation | include | declaration | null | null | open | undeclared identifier error with correct include and declaration
===
I'm creating an application in Qt
i get a compilation error: error C2065: 'callDialog' : undeclared identifier
in my CategoryDialog class, witch look like this:
#include "ui_categorydialog_new.h"
#include "calldialog.h"
#include "questio... | 0 |
10,362,107 | 04/28/2012 09:04:37 | 987,818 | 10/10/2011 13:53:03 | 151 | 1 | ObjC: Best use an NSArray or NSDictionnary for this (zBuffer)? | Say I have a collection of "node" instances. An integer property call zIndex will be used to group them.
What are the pros/cons for storing them in :
1) An array of arrays
2) A dictionary of arrays
In pseudo code, I would describe the expected result like this:
zBuffer[100] = [node1, node 2];
zBuffe... | objective-c | arrays | nsarray | hashmap | nsdictionary | null | open | ObjC: Best use an NSArray or NSDictionnary for this (zBuffer)?
===
Say I have a collection of "node" instances. An integer property call zIndex will be used to group them.
What are the pros/cons for storing them in :
1) An array of arrays
2) A dictionary of arrays
In pseudo code, I would describe the expected ... | 0 |
7,844,324 | 10/21/2011 02:21:17 | 297,776 | 03/19/2010 23:09:51 | 6,561 | 102 | How to send messages between Akka remote actors? | I want to build a **very** simple chat application which should work without some central server using Akka remote actors.
I basically want to start up one instance of the application with IP address A.
Then I want to start an instance of the application with IP address A _and_ telling it that the remote instance i... | scala | networking | messaging | actor | akka | null | open | How to send messages between Akka remote actors?
===
I want to build a **very** simple chat application which should work without some central server using Akka remote actors.
I basically want to start up one instance of the application with IP address A.
Then I want to start an instance of the application with IP... | 0 |
388,059 | 12/23/2008 03:02:39 | 21,632 | 09/24/2008 12:13:26 | 5,645 | 193 | Rosetta Stone: Lambda expressions | How are anonymous functions/lambda expressions expressed in various programming languages? Are the syntax and semantics especially useful or not useful in that language? Are there any programming languages for which true anonymous functions aren't possible?
Like other [Rosetta Stone questions][1], responses should... | rosetta-stone | lambda | language-agnostic | syntax | null | 07/10/2012 17:59:17 | not constructive | Rosetta Stone: Lambda expressions
===
How are anonymous functions/lambda expressions expressed in various programming languages? Are the syntax and semantics especially useful or not useful in that language? Are there any programming languages for which true anonymous functions aren't possible?
Like other [Rosett... | 4 |
3,268,528 | 07/16/2010 20:13:14 | 364,712 | 06/11/2010 16:08:06 | 36 | 1 | misunderstoold on TreeSet - my mistake | Well all the questions I have been asking regarding TreeSet, I have wasted your valuable time. I am really sorry because I believe I mis-understood. It doesn't help when you got no one to talk to about this assignment. The real question was related to anagram assignment. In the first question it ask "To the Anagram cla... | java | null | null | null | null | 07/17/2010 01:49:51 | not a real question | misunderstoold on TreeSet - my mistake
===
Well all the questions I have been asking regarding TreeSet, I have wasted your valuable time. I am really sorry because I believe I mis-understood. It doesn't help when you got no one to talk to about this assignment. The real question was related to anagram assignment. In t... | 1 |
8,150,906 | 11/16/2011 11:26:56 | 1,034 | 08/11/2008 16:29:38 | 1,862 | 30 | How to set up vertex attributes in OpenGL? | I am trying to create a VBO for a simple rectangle. The GL is set up to use the core profile (GL: 3.2, GLSL: 1.5, inside an NSView in Cocoa).
I spent hours trying to figure out how to draw a simple rectangle in OpenGL. It seems really hard to find any decent tutorials on the core profile. The best I could find was [... | vbo | opengl-3 | null | null | null | null | open | How to set up vertex attributes in OpenGL?
===
I am trying to create a VBO for a simple rectangle. The GL is set up to use the core profile (GL: 3.2, GLSL: 1.5, inside an NSView in Cocoa).
I spent hours trying to figure out how to draw a simple rectangle in OpenGL. It seems really hard to find any decent tutorials ... | 0 |
8,139,113 | 11/15/2011 15:51:43 | 982,636 | 10/06/2011 17:04:37 | 1 | 0 | Need help in choosing a joomla extension | Our website is a "portal of interesting articles".
The articles links are being collected by us (the system members) from all over the web and published with our rating and a possibility for the visitors to rate it also.
All of that is build under a **hierarchical category structure** and tags (tags are the next QA... | joomla | joomla1.7 | null | null | null | 11/17/2011 12:05:12 | not constructive | Need help in choosing a joomla extension
===
Our website is a "portal of interesting articles".
The articles links are being collected by us (the system members) from all over the web and published with our rating and a possibility for the visitors to rate it also.
All of that is build under a **hierarchical categ... | 4 |
9,761,982 | 03/18/2012 20:26:09 | 872,020 | 07/31/2011 23:43:23 | 15 | 0 | Twitter Application Authorization | I have a Twitter application that sends out predefined tweets every time I update a certain page, and at the moment it only tweets to my Twitter since it's the only one that has the application authorized. The web app is meant to be linked to multiple Twitters by having the users authorizing it to tweet to their twitte... | php | application | twitter | oauth | authorization | 03/19/2012 12:49:40 | not a real question | Twitter Application Authorization
===
I have a Twitter application that sends out predefined tweets every time I update a certain page, and at the moment it only tweets to my Twitter since it's the only one that has the application authorized. The web app is meant to be linked to multiple Twitters by having the users ... | 1 |
4,351,240 | 12/04/2010 00:48:01 | 86,252 | 04/02/2009 15:10:26 | 61 | 1 | Using Silvlight, custom EF POCO, custom Validation - leveraging Metadata and its not working in Silverlight 4 | I am using metadata validation for both my MVC and SIlverlight together. However, the classes for silverlight arent working, and I think its due to the MetadataTypeAttribute that doesn't exist for silverlight 4. This seems to be the only thing holding by this part of my project... I am trying to avoid doing everthing c... | silverlight | reflection | metadatatype | null | null | null | open | Using Silvlight, custom EF POCO, custom Validation - leveraging Metadata and its not working in Silverlight 4
===
I am using metadata validation for both my MVC and SIlverlight together. However, the classes for silverlight arent working, and I think its due to the MetadataTypeAttribute that doesn't exist for silverli... | 0 |
7,934,484 | 10/28/2011 20:22:32 | 293,585 | 03/14/2010 21:44:31 | 172 | 1 | FFMPEG convert flv to mp4 without losing quality | Currently I'm converting .flv flash files to .webm and .mp4 files to be used with an HTML5 video player.
_
I use this ffmpeg command for WEBM: `ffmpeg -i filename.flv -vcodec libvpx -acodec libvorbis filename.webm`
which works great and *the file size stays relatively the same* (imporatant).
_
**For MP4 I... | ffmpeg | mp4 | null | null | null | 11/20/2011 00:51:15 | off topic | FFMPEG convert flv to mp4 without losing quality
===
Currently I'm converting .flv flash files to .webm and .mp4 files to be used with an HTML5 video player.
_
I use this ffmpeg command for WEBM: `ffmpeg -i filename.flv -vcodec libvpx -acodec libvorbis filename.webm`
which works great and *the file size stays r... | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.