Quantcast
Channel: Programmers Heaven Forums RSS Feed
Browsing all 2703 articles
Browse latest View live
↧

help with probably one of the simplest problem...

Hi guys, I'm very new to Matlab... I've been using mathematica but my professor insisted that I should start using matlab... This code is about plotting the magnitude of 'gamma'. The domain of the...

View Article


if statements

Hello I am need of some assistance. I have an assignment I am working on that is supposed to do the following. • The company has recently changed its total annual compensation policy to improve sales....

View Article


When to use ' and " in strings for RE

Hi All, I am a newbie to python. I have kick started python with Regular Expression. I am using Aptana Studio 3, build: 3.3.2.201302081546. Windows 7 My query is: I have string "legal" and when I try...

View Article

JavaScript to Swap CSS on XHTML Strict Webpage

Over Easter I was set a task by the HTML sub-module of the Computer Science degree I am doing. Basically, it was to do a critique of an infographic and then present that in the form of two webpages....

View Article

JavaScript to Swap CSS on XHTML Strict Webpage

Over Easter I was set a task by the HTML sub-module of the Computer Science degree I am doing. Basically, it was to do a critique of an infographic and then present that in the form of two webpages....

View Article


Some questions about API design (why did they do that?)

I've been hired to document a family of SOAP APIs. I've got a couple of "Why are they doing that?" questions. Yes, these really are questions for the engineers who developed the APIs I'm documenting....

View Article

How to find max value in each row of matrix w/o max function?

If I have: A = [1 2 3 4; 2 3 4 5; 4 8 9 10]; [N M] = size(A); c = zeros(N,1); for n=1:N; for m=1:M; c(n) = ?; end end what do I replace ? with that will find the maximum value in each row of A without...

View Article

Binary Tree - increase frequency of string

I have a binary tree where the user is prompted to enter a string, if the string already exists, the frequency of the string is to be added plus 1 instead of creating a new node, but if the string is...

View Article


Embedded Font from Resources is not working on other Systems in VB.NET

I've a font embedded from resources. on my System it's working perfectly (Win XP). but when I try to test the executable on other System (Only Windows 7), everything is working fine, bu embedded font...

View Article


An extremely excellent articles of celine bag

What office could possibly be complete with out the ever reliable and dependable gear like notepads, paper clips, letter openers, and business magnets? None appropriate? It seems like these beneficial...

View Article

An extremely excellent articles of celine bag

What office could possibly be complete with out the ever reliable and dependable gear like notepads, paper clips, letter openers, and business magnets? None appropriate? It seems like these beneficial...

View Article

An very excellent articles of celine bag

What workplace may very well be whole with out the ever dependable and reliable equipment like notepads, paper clips, letter openers, and company magnets? None appropriate? It appears like these...

View Article

Transcode Sony XDCAM EX MP4 to ProRes 422 for Final Cut Pro 7/X

Summary: Follow the guide below and you will know how to import Sony XDCAM EX MP4 to Final Cut Pro 7/X without rendering or any other problems on Mac OS X(Mountain Lion included). Sony XDCAM EX...

View Article


Transcode Sony XDCAM EX MP4 to ProRes 422 for Final Cut Pro 7/X

Summary: Follow the guide below and you will know how to import Sony XDCAM EX MP4 to Final Cut Pro 7/X without rendering or any other problems on Mac OS X(Mountain Lion included). Sony XDCAM EX...

View Article

compilation errors

Hi, I am compiling the code under aCC compiler and getting below two errors. 1. error 4065: Recursion in macro "rb_tree". --- [ This error is because of using map STL in code] 2. Error 123: Syntax...

View Article


Using a component type in a function

Hi i'm beginner in Java I want to use components variables as parameter for function like : [PHP] public void mycomponent function(Comboboxtype myComboboxVar) { myComboboxVar.addItem(myobject); }...

View Article

Junit Test Help

i need help to make this test pass, i am using eclipse/. @Test public void testCreation() { Song s1 = new Song("First Song Title", 246); Song s2 = new Song("Second Song Title", 340); assertEquals(246,...

View Article


Help in Regular Expression

Hi Forum Members, I am trying to write code using regular expression. Please tell me where I am going wrong string='d75' pattern'[a-zA-Z]+[0-9]*' re.search(pattern,string) doesn't give me positive...

View Article

batch file to run updates of several models

Hello i have this code: Code: @echo off rem *** jump to model according to PA number *** set "pa"= set /p "pa"=PA Number: :PSAT1 :PSAT2 cd biostosh\bios1.exe :PXLL1 cd biostosh\bios2.exe the objective...

View Article

batch file to run updates of several models

Hello i have this code: Code: @echo off rem *** jump to model according to PA number *** set "pa"= set /p "pa"=PA Number: :PSAT1 :PSAT2 cd biostosh\bios1.exe :PXLL1 cd biostosh\bios2.exe the objective...

View Article
Browsing all 2703 articles
Browse latest View live