0
votes
0answers
3 views

Sublime strage behavior on $value

I've noticed a strage Sublime behavior on values that starts with $ symbol. I have $scope variable in code. I write $sc, Sublime suggests me $scope in autocomplete, I press Enter, and the whole word ...
0
votes
0answers
3 views

Ms-Chart with HTML report

I am creating a HTML report. In which I used a MS-chart. But When I want to create multiple Ms-chart Dynamically the order in which they print is not write. I want the order like this Data Chart-Data ...
0
votes
0answers
2 views

Sybase sp_sendmsg/syb_sendmsg performance

I find that Sybase is only able to send 2 or 3 UDPs per second using sp_sendmsg (or the function it calls, syb_sendmsg.) If I run a little perl script on the same host, I can send 1000s per second, ...
0
votes
0answers
3 views

Does mahout work real time or does it pre-process the data based on the algorithm rules?

I am trying to build a recommendation engine, for that I am thinking of using apache mahout but I am unable to make out if mahout process the data in real time or does it pre-process the data when the ...
0
votes
0answers
2 views

warning :presenting MFMailComposeViewController on MainViewController whose view is not in the window hierarchy

iam getting warning :presenting MFMailComposeViewController on MainViewController whose view is not in the window hierarchy! when i am trying to open mfmailcomposeviewcontroller from inappbrowser, ...
0
votes
0answers
5 views

View state at fragment on backstack with retaininstance = true

I have got loader in fragment and it loads data on background. After data are loaded, I fill edittexts with that informations. Problem is that if user changes something in edittexts and rotate screen, ...
0
votes
0answers
2 views

django-celery needs celeryconfig?

I'm trying to setup celery on windows with django 1.5. I've got rabbitMQ installed, and now the command python manage.py celery worker --loglevel=info --settings=settings appears to start ok, but ...
0
votes
0answers
3 views

How to set background of a datagrid cell during autogeneratingcolumn event depending on it's value?

I'm still fighting with manipulation around cell backgrounds so I'm asking new question. There was this guy H.B. writing that I can actually set the cell style during the autogeneratingcolumns event ...
0
votes
1answer
11 views

Replacing text using sed

What am I doing wrong? sed -i 's/** [out :: apple.mango@machine-6.mysite.com]/machine-6/g' file1.csv Error -: sed: -e expression #1, char 58: Invalid range end I basically want to replace ...
0
votes
0answers
6 views

Capturing image without user interaction

I want to capture a photo in iOS without any user interaction by using the front camera. Can any one show me how to do that? I used the takePicture function in UIImagePickerController class but it ...
-1
votes
0answers
8 views

exuberant ctags with C not yielding redirection to function definition properly

I was using ctags with C on a project, mostly coding in Vim, code base changed a lot,I ran command : ctags -R, now when I do C + ], I am not taken to the function/macro definition as earlier it used ...
0
votes
0answers
4 views

WPF checkbox IsChecked binding, OnpropertyChanged not working

I have a checkbox in my view and the binding on it is working fine if i do any modification to my object and trigger the propertyChanged event. On the other side when i click my checkbox i perform ...
0
votes
0answers
2 views

modify value of a control with ollydbg

I have a win32 executable file that build by Borland Delphi 7.0. I want to crack it! I disassembled it by DeDe and found a control: object SP_2_1: TSpinEdit Left = 152 ...
0
votes
0answers
4 views

Separate log file for each project

I have more than one project deployed on the same glassfih 3.1.2 server. Each project has its own log4j.properties file and each project is configured to write in different log file. So, for example ...
0
votes
0answers
9 views

Scanning images for data using PHP

I am trying to sniff out image data using PHP. Basically I would like to scan an image and get some kind of hex, exif or data-uri from the image so it can be stored and compared. The purpose is not ...
0
votes
2answers
11 views

How to Encrypt password using PHP Script

How to Encrypt password in PHP, i am using below code to insert data into database using PHP code and i am able to store new member data but now i just want to encrypt user password.. please see ...
0
votes
0answers
10 views

property return text from each row datagridview

I need a property that returns text for each row from my datagridview. I don't know if the way how I am doing may work .It says on get that i is not in the current context . My code: TextBox[] ...
0
votes
0answers
6 views

LINQ stopped working after upgrade to VS 2010 and .NET 4.0

I have started using Visual Studio 2010 recently. I have upgraded my solution from old 2008. After this I have tried to run my project, which is very simple database search engine using linq commands ...
0
votes
0answers
3 views

rewrite rule wordpress not working

This quetsion has been ask al lot, but however I tried I get always a 404 page in WP I have a templatepage (wp-content/themes/responsivewizzard.php cals: wizzard. -> I Added a page in the admin ...
0
votes
0answers
10 views

Google crome can't show fav icon

Google crome can't show fav icon of the website http://www.hausnaturpur.de/ where as in Firefox and other browser support the fav icon . we used this code <link rel="shortcut icon" ...
0
votes
0answers
7 views

How to get the difference between two datetimes in hours and minutes

If I have two datetimes like this : transtime_in, transtime_out How to get the difference between those datetimes in the following format : hh:mm I use DATEDIFF(hour, transtime_in, ...
-1
votes
0answers
8 views

Real world uses of memcached for a website

I am trying to implement memcached into my website. I have an image gallery where images are rarely changed (deleted etc). They are kept in a database. now I know I could cache the result set ...
0
votes
0answers
10 views

C# - Filesystemwatcher to enable Timer

I have a logical simple Problem. I need, when Filesystemwatcher sees the File -after fsw start the Timer. There is My Code: private void Form1_Load(object sender, EventArgs e) { ...
1
vote
0answers
7 views

programmatic vs static broadcast recievers in android

In my app, I am utilizing GCM and push notifications. However, I am a bit concerned regarding broadcast receivers. In the app, I see the broadcast receivers are being declared 2 types. static via ...
0
votes
0answers
2 views

unset session at window unload in drupal 7

i am write a module for field display format its working fine but if this field format should display 10 time at one page than module forget setting for all past nine that why i store all values in ...
0
votes
3answers
26 views

Cannot implicitly convert type 'System.Collections.Generic.List<AnonymousType#1>' to 'System.Collections.Generic.IEnumerable

Now that im trying the Right Join An Exception Popped up. This is my Controller public IEnumerable<APPLICANT> GetApplicant() { IEnumerable<APPLICANT> applicantdata = ...
0
votes
0answers
3 views

Using WebBrowser with DoEvents() in Windows Server 2008

I'm having a problem using WebBrowser to save a page as image in Windows Server 2008. My code works in Windows 7 but for some reason it doesn't work in Windows Server 2008 (R2 Standard). I saw that ...
0
votes
0answers
2 views

CakePHP 2.3.0 component $controller is not accessible

I am using Cakephp 2.3.0, loading following component. class BreadCrumbsComponent extends Component { public $components = array(); public $controller = null; public function ...
0
votes
0answers
6 views

Register Broadcast receiver in button click

Receiver not get resisted when button click...plz help private void AppSatartConfirmationdialog() { AlertDialog.Builder bi=new AlertDialog.Builder(this); ...
0
votes
1answer
21 views

How to put special character between string

I have a string like "0013A200305EFF96". I want to change it to be in form "\x00\x13\xA2\x00\x30\x5E\xFF\x96". The special character is "\x". How can I do this in a time efficient way?
0
votes
0answers
3 views

C# AND ACCESS - Data type mismatch in criteria expression

I've created a code that updates/edits details of a/an computer/electronic product for a C# program connecting to the MS Access. Here are the codes: OleDbCommand cmd = new OleDbCommand("UPDATE ...
-1
votes
0answers
9 views

java animation trouble getting the x and y cordinates of the mouse

so i wrote this code but im not sure of where does the mouse listener goes and also how to loop the program. im trying to achieve a particle explosion passing the x and y coordinates of the mouse when ...
0
votes
0answers
5 views

using R shiny server together with ggplot

Am using ggplot to plot a pie chart as in the code below in RStudio and its working fine. the problem is when i want to use R shiny server. ...
0
votes
0answers
8 views

Displaying Label Inside Text-area

I want to make a square shape text area of fixed size.The label of the text-area will be inside the text-area as shown in the picture below.This heading will always be displayed.It will not dissapear ...
0
votes
2answers
4 views

spring @autowired required=false

I am trying to set the required attribute of @autowired to false as below @Autowired(required=false) Person person; But still i get an exception while initialising the spring context , stating that ...
0
votes
1answer
17 views

jQuery: how can I select only the checkboxes that are visible and checked?

I'm trying to check whether or not all the visible check boxes in a certain series are checked and i thought of just counting those that are visible and those that are visible and checked to see if ...
0
votes
0answers
5 views

Selecting distinct records not considering one field

I have a table with a composite primary key made of seven fields: PK COD_LTN PK COD_CANA PK COD_FAM_PRO PK COD_CTG_PRO PK COD_PRO PK COD_CFG_PRM_PRO PK COD_FAM_PRM_PRO I have for example these two ...
0
votes
0answers
4 views

How Use Covert function in SQL Server?

**Sl,No** **Name** **BirthDay** 1 Jojin1 2013-05-12 00:00:00.000 2 jojin2 2012-06-12 00:00:00.000 3 jojin3 2015-04-12 00:00:00.000 I have ...
0
votes
0answers
2 views

QBO: Setting OAuth tokens expiration

After the last changes at Quickbooks site, I can't find a place where I can get OAuth tokens and set their expiration time. I need to automate the reconnect process but just read about tokens ...
0
votes
0answers
3 views

how to use multiple queries in java using jdbc

how to use multiple queries in java using jdbc 1.how to use this below two queries in the method without deleting the already existing query in method query 1: insert into ...
1
vote
0answers
5 views

Proper way to remember multiple parameters across requests in Rails

My application feature a "main" page where most of the action happens: There are tags for filtering and a list of results in a (paginated) table, plus the possibility to select some or all results in ...
0
votes
0answers
4 views

fbAsyncInit calling a class

I have the code bellow I am using to do a Facebook login on a app page. My problem is that in init after I call FB.init to get the login info and then pass it to this.uAuth I get this error: Uncaught ...
0
votes
0answers
5 views

Fcebook login is not working for facebook native app in android application

Fcebook login is not working for facebook native app but it works when i uninstall facebook native app.
0
votes
1answer
9 views

How to prevent repeating slideToggle effect on Dropdown menu?

I have a navigation menu that expands a submenu on hover. My issue is that when I hover on the menu items, the submenu expands and then when i leave the mouse from the menu i get the slideToggle ...
0
votes
0answers
4 views

Facebook: message posted with PHP SDK not sent to twitter

I an facing an issue with the Facebook SDK POST action when posting a very basic message on my page which is linked to my Twitter account. I have tried to solve the issue by myself using Google and ...
1
vote
3answers
34 views

how to copy char array to another char array in C?

In C, I have two char arrays: char array1[18] = "abcdefg"; char array2[18]; How to copy the value of array1 to array2 ? Can I just do this: array2 = array1?
-1
votes
1answer
15 views

string builder append after loop [closed]

dim sb as StringBuilder dim intCount as Integer = 3 dim sResult as String dim intRemove as Integer = intCount -1 For x As integer = 0 to intCount sb.append(x) IF intRemove < intCount ...
0
votes
1answer
9 views

Secure Autologon (keep me logged in) - using Cookies & PHP

I'm looking to setup autologon/'keep you logged in' for a social website I'm building. There is a tickbox for the user to enable this feature and I planned to write 3 cookies to there system ...
0
votes
0answers
9 views

Could not find class android.support.v4.app.NotificationCompat$Builder

Today I have a strange error, strange because the app worked some day ago and I don't change anything, I had also updated Android SDK and eclipse. 05-20 08:03:14.217: E/AndroidRuntime(1925): ...
0
votes
0answers
11 views

Sorting a Picture to a Specific Place in the app

I want it to flow like this.. I'm doing it tons of times and dosent work 1.User pushes the photo button in the app and takes picture 2.After taking the picture users has to input detail. sorts ...

15 30 50 per page
1 2 3 4 5 101099