Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
4answers
10k views

.bss section in elf file

If I understand correctly, the .bss section in ELF files is used to allocate space for zero-initialized variables. Our tool chain produces ELF files, hence my question: does the .bss section actually ...
7
votes
3answers
694 views

Segment a list in Python

I am looking for an python inbuilt function (or mechanism) to segment a list into required segment lengths (without mutating the input list). Here is the code I already have: >>> def ...
5
votes
3answers
519 views

Reason for different segments in Linux on x86

So, I know that Linux uses four default segments for an x86 processor (kernel code, kernel data, user code, user data), but they all have the same base and limit (0x00000000 and 0xfffff), meaning each ...
3
votes
1answer
107 views

How is the implicit segment register of a near pointer determined?

In section 4.3 of Intel 64® and IA-32 Architectures Software Developer's Manual. Volume 1: Basic Architecture, it says: A near pointer is a 32-bit offset ... within a segment. Near pointers are ...
3
votes
5answers
2k views

Is runtime stack kept in data segment of memory?

I'm very curious of the stack memory organization after I experiment what's going on in the background and obviously saw it's matching with tiny knowledge I acquired from books. Just wanted to check ...
2
votes
2answers
110 views

Plotting overlapping positions in R

I have a dataframe in R like this: dat = data.frame(Sample = c(1,1,2,2,3), Start = c(100,300,150,200,160), Stop = c(180,320,190,220,170)) And I would like to plot it such that the x-axis is the ...
2
votes
3answers
274 views

Algorithm to find the closest segment to a point among many segments (Reverse Geocoding)

I have a set of segments defined by two points. Given a point how can I discover the closest segment to such point? I have already written an algorithm that computes the distance between a point and ...
2
votes
2answers
2k views

What is required to use LODSB in assembly?

What is the minimum set of steps required to use LODSB to load a relative address to a string in my code? I have the following test program that I'm using PXE to boot. I boot it two ways: via ...
2
votes
1answer
1k views

ljmp syntax in gcc inline assembly

I was thinking of using a far jump to set the code segment (CS) register. Getting into why I'm doing this and why I'm dealing with segmentation at all would take a while, so bear with me and consider ...
1
vote
0answers
48 views

Get segments from AVPlayerItemTrack

I am trying to work with a m3u8 playlist in an AVPlayer. I get the playlist through the web and I want to get the segments that each video track has or the current segment of the video. I am using ...
1
vote
2answers
91 views

Greenplum data distribution among segments

I have a green plum database, in which I have 10 segments reflecting the 10 hard disks. My table is divided into primary partition based on date and secondary partition based on hash id. So for a ...
1
vote
1answer
72 views

Pthread segment registers

I will admit I did minimal research for this question (just a few shallow google searches). Do threading packages (pthreads specifically, but my question applies to all x86 unix user thread libraries) ...
1
vote
2answers
118 views

How to pop a url segement in C#?

I was using this to obtain one of the url segments, var hash = context.Request.Url.Segments[1]; but I need a method that would allow me to .Pop() the final segment off of the url. Pop doesn't seem ...
1
vote
5answers
155 views

Is it possible a unix or linux for 80286 machine (or any machine without memory page mechanism)

Is it possible to have a Unix OS for 80286 machine (or any machine without paged memory mechanism but with segmented memory)? 80286 is a CPU without TLB, Page tables; only with segmented virtual ...
1
vote
4answers
157 views

Variable allocation in segments

As a check I tried the following code: const int i = 100; static int m = 90; const int p = 40; int x; main() { const int j = 40; static int k = 40; const int n; char *p = "Rama"; } ...
1
vote
5answers
1k views

Storing data in segments with assembly

I am learning x86 assembly language, and I understand the purpose and usage of segments. Segments hold vital data, and can also be used to store extra data (ie. Memory Segmentation Model). Here is my ...
1
vote
1answer
641 views

Cannot access label through segment registers, error in assembly

INCLUDE Irvine16.inc .data byteArray BYTE 6 DUP(?) listSize = ($ - byteArray) aSum WORD 0 soffset = 0 .code main PROC mov ax, @data mov ds, ax mov cx, listSize Loop1: ...
1
vote
5answers
1k views

Lucene.NET --> access denied to segments

I have a problem with Lucene.NET. During an index, I receive the error 'Access to the path segments is denied'. Or sometimes 'Access to the path deletable is denied'. I eventually gave 'Everyone' full ...
0
votes
2answers
29 views

apache rewrite url for codeigniter

I need to build app and i'm using codeigniter for this. Company sends me a link in format that cant be changed from their side Link is like: ...
0
votes
1answer
33 views

Codeigniter with subfolders and uri segments

I have a site called: orders. In the controllers folder I have a sub folder called: manage. In there I have a controller called: editOrder In the editOrder controller I have an index function that ...
0
votes
2answers
195 views

When I add a third segment to my expressionengine url, the exp:channel:entries stops returning results

I'm having an issue where a third "segment" in the url will cause ALL the exp:channel:entries to stop returning results. Example URLs: works fine: siteurl.com/index.php/one/two does not work: ...
0
votes
1answer
26 views

Can I get some info on real mode segments

I have been trying to understand segmented memory and I came across this statement on this website: website. The first sentence is the most confusing to me.. "Interesting to note is the fact that ...
0
votes
1answer
135 views

Tracking Sessions to folders in Content Drilldown for Google Analytics

We are using GA for our site which has a few thousand pages. I have been asked to find out the most popular content on our site which sounds easy until I get deeper into it. We have a number of ...
0
votes
1answer
206 views

How to Customise Magento Enterprise Customer Segments?

Do I 1) overide all Enterprise/CustomerSegment then slot in the classes I need to add my own conditions and classes for models to build the DB queries 2) 1) seems bulky, how would I just add my ...
0
votes
0answers
55 views

Can anyone describe some 3 simple example uses of manipulate customer segments in Magento programmatically [closed]

Can anyone describe some 3 simple example uses of manipulate customer segments in Magento programmatically?
0
votes
0answers
62 views

Looking for .Net Segmented File Download API

I'm looking for a multi-threaded, segmented file download to integrate into a WPF application I'm creating. I've seen a lot of references to various projects in this space and I'm hoping that someone ...
0
votes
2answers
264 views

How to click the segmentedControl object and use it to change view?

I want to implement just like interface builder segmented control, and click it to change views , I don't know under the segment if a NSBrowser or not. and how to change the view , can you give me ...
0
votes
1answer
286 views

How to change segmentcontrol color while loading the iphone application?

i want to change the color of the segment color while loading the application. or is it possible to change the color of the segmentcontrol according to the NavigationBar header/title color? Provide ...
0
votes
4answers
556 views

Sectioned List in Java/Swing?

I have a list of items in a JList for the user to select. Since it's a lot of items (say, cities in states), I want to divide the list into sections. The section headings should not be selectable, ...