Questions tagged [extra]

Terminal emulation for mainframes. IBM System z (Mainframe), IBM System i (AS/400), UNIX/Linux/OpenVMS (VT), and HP NonStop/Tandem systems.

143 questions
-1
votes
2 answers

Why is my very simple while loop repeating one extra time?

Here is my while loop. The program sums up integers until a negative number is input. At that point the loop should break and it should print "Goodbye". However it is adding the negative number each time before it says goodbye. Im not sure what is…
-1
votes
1 answer

Adding custom registration field and check its value

We need to customize the WordPress registration form by adding a "Code" field that stores some value at backend like Code = some value/text/number Then at front-end when the user wants to register into the website they enter their information like…
Chandan Sahu
  • 34
  • 1
  • 5
-1
votes
1 answer

Scrapy + extract only text + carriage returns in output file

I am new to Scrapy and trying to extract content from web page, but getting lots of extra characters in the output. See image attached. How can I update my code to get rid of the characters? I need to extract only the href from the web page. My…
ScrapyDev
  • 1
  • 1
-1
votes
1 answer

Java UDP header having additional data?

Why UDP packet it's having additional data in header? I know that Java is setting UDP headers automatically, I can't modify it, but it should be 8 bytes long, not 40 ! 0x69 0x82 0xDB 0xAE 0x00 0x2D 0xFE 0x40 normally it should be the header. What…
Zbarcea Christian
  • 9,367
  • 22
  • 84
  • 137
-2
votes
1 answer

How do I write a script that will pull info from an open tab in Chrome into Mainframe?

I am very very green & have almost no experience in coding. Usually I record a macro & then tweak it to do exactly what I want. However, I am trying to create a script (either *.bzs, *.bbs, *.bbh, *.vbs, *.js, *.ebm) that can pull a single piece of…
Crash86
  • 1
  • 1
-2
votes
1 answer

Extraneous Errors? Where & What Are They? C Programming

my code has been proofread repeatedly and I still am unable to figure out why some of these lines give out error messages. Lines where there is only one ' }' get called out as an error. How is this possible? #include #include…
user3390986
  • 7
  • 1
  • 7
-2
votes
3 answers

Why am i not able to get Extras from the intent this way?

In the previous Activity i did this: int entryId = 10; intent.putExtra("entry_id", entryId); then in the resultant Activity First i tried this: entry_id = this.getIntent().getExtras().getInt("entry_id"); it always gives me the default value 0 But…
Archie.bpgc
  • 23,812
  • 38
  • 150
  • 226
-6
votes
1 answer

CSS extra horizontal space

I have been trying to removing the extra horizontal space coming in my HTML/CSS Page. Any idea why this occurs. Thanks
sa2010
  • 19
  • 3
  • 6
1 2 3
9
10