Segment is an ambiguous tag and one should refrain from using it. It has several, very different, meanings in CS. Please try and pick a more accurate tag for your post.
0
votes
0answers
26 views
boost::interprocess::managed_shared_memory > segment as a member
I want this
C++:
boost::interprocess::managed_shared_memory
segment(boost::interprocess::create_only, segment_name, 65536);
as a member of (e.g.) a struct (, or a class).
C++:
typedef struct{
...
0
votes
0answers
31 views
add line segments showing the error between points of scatter plot and grid of surface3d
I'm very new to R, and I'm having trouble adding line segments showing the error between points of scatter plot and grid of surface3d.
Surface Data
x <- ...
5
votes
1answer
48 views
Is all program code loaded into the text\code section\segment of memory
I have started to look at c programming and whilst I am not a complete beginner (I have knowledge of java and web development) there are a lot of things I do not understand.
My question is about when ...
0
votes
0answers
13 views
how we can add element at the starting of array in every operation and compute sum of any given range.?
You are initially given an array of N integers ( 1<=N<=105 ). Given this array, you have to perform 2 kinds of operations :
(i) Operation 1 : Op1( l, r )
You are given 2 integers l and r. ( 1 ...
1
vote
1answer
47 views
Segment URI redirect laravel
I have the following URI:
http://localhost/testcart/products/cpa/1
where
cpa = URI::segment(2)
1 = URI::segment(3)
After post how do i redirect back to this URL.
I have tried
return ...
0
votes
1answer
21 views
segment based url not working codeigniter
at this site:
http://www.syriadailynews.com/sdn/
I used codeigniter with segment based url
and it works fine at localhost (xampp)
but after uploded the site, all urls not working
this is my ...
0
votes
1answer
32 views
CodeIgniter handle URL segments
I keep thinking about how to deal with URLs and pages with CI but I can't think to a good way to do this.
I'm trying to handle url like this:
site.com/shop (shop is my controller)
site.com/shop/3 ...
-1
votes
0answers
30 views
Assembly, what does this code do?
I have asked by my teacher what does this code do.
We have just started learning assembly and i dont know even what DS and PTR means.
I would like to get an explanation of this code.
Thanks :)
.386
...
0
votes
0answers
28 views
Reload current route when dynamic segment changes
In the app I'm working on there are different routes, some of them containing a dynamic segment with a unique resource id, like this:
app.com#/resourceId/report
There's a global resource list ...
0
votes
0answers
12 views
Get segment of path geometry at mouse position
My objective is to insert a point(vertex) at mouse click position on a path geometry.
I am facing problem determining the index within the pointcollection at which the new point is to be inserted.
...
0
votes
0answers
42 views
Write to file from code segment in MIPS
In MIPS assembly I should/have wrote program that reads whole code segment and writes in the file, in another words copies itself into object file. The problem is that it can't access code segment. As ...
1
vote
0answers
19 views
Pymunk Segment trouble?
I'm using Pymunk 3.0.0 on a Raspberry Pi running Debian Wheezy 7.0.
When I try making a shape using the 'pymunk.Segment' function I end up with only the first line of the polygon. The same happens in ...
0
votes
0answers
23 views
How to segment a long word string with blanks?
I want to write a program to do the word segment.
Such as the input is:
ithinkyouremyfriendhere.
the output will be this:
i think you re my friend here.
Now I konw I can do this with the maxmatch ...
-1
votes
1answer
88 views
Segmentation fault (core dumped) in class c++
hi I see this error when running the below code.
"Segmentation fault (core dumped)"
I cant fine the reason.\
someone help me.
thanks
#ifndef DQMCBASE__H
#define DQMCBASE__H
const double ...
0
votes
0answers
11 views
Can Facebook Connect app pre-segment users?
Does anyone know if Facebook Connect can be set up where the pass variable can be set up so users can be segmented into different groups in advance so that insights from the app can be pulled in a way ...
1
vote
1answer
63 views
First optional routing segment acts as mandatory one for child routes
I have the following routing definition:
'admin_default' => array(
'type' => 'segment',
'options' => array(
'route' => ...
0
votes
1answer
138 views
implement 2d range tree c++
I have been trying to understand range tree for some time, but i still can't understand it.
Can someone explain it to me with an implementation, because i want to use it to solve 2D RMQ, i know ...
0
votes
0answers
95 views
LSD - Line Segment Detector / Android?
LSD is a linear-time Line Segment Detector giving subpixel accurate results. It is designed to work on any digital image without parameter tuning. It controls its own number of false detections: On ...
0
votes
1answer
55 views
What's the real meaning of $$ in nasm
$$ is defined as current segment address in NASM. But what's the real meaning of it? I wrote two asm files to test it:
a.asm
extern another
[section .text]
global _start
_start:
mov ebx, $$
...
1
vote
1answer
73 views
Oracle find a picture's most common colors
I'm new at oracle multimedia/intermedia and currently I'm dealing with the oracle docs. I would like to 'color profile' an image that stored in oracle ORDImage. I saw there is SI_COLOR and ...
0
votes
0answers
118 views
rgraph 3d donut chart add an image to particular segment
I have attached my code below:
enter code here
<script>
window.onload = function ()
{
var donut3 = new RGraph.Pie('pie', [25,40,100,20]);
donut3.Set('chart.variant', ...
2
votes
1answer
231 views
Divide a circle into 24 segments using css
I have created a circle using css. Now I want to divide it into 24 segments. How can I perform this using css. Help me.
Here's my code for how I created circle:
<div class="circle"></div>
...
0
votes
0answers
103 views
Insert into table, from view, Oracle, unable to extend temp segment
I have the following code in Oracle:
insert into table_x
select * from view_y;
commit;
where view_y takes about half an hour to execute and returns about 400 000 records.
The problem is when I ...
0
votes
1answer
34 views
How can i create a segment data feature
I have a task to extend my web application to provide users the ability to segment their own data (i.e choose their own fields and add their criteria using And/Or etc), so I'm creating something ...
0
votes
1answer
79 views
How to generate a list of segments from a list of random self-intercepting lines (psp in R)?
I'm using X=rpoisline(4) to generate lines and plot them with plot(X).
With X$ends I have their coordinates and their intersection points with selfcrossing.psp(X) (In R with spatstat : ...
0
votes
0answers
30 views
Creating new segment descriptors in the GDT
I need some examples of how to set up a new segment (in this case a new data segment) or just an answer of am I doing this right. So basically I load an executable into memory and create a pointer ...
1
vote
0answers
81 views
Why delete in Oracle takes more time than select also in case 0 rows?
I run simple query:
select * from tableA where fk in (select pk from tableB where column='somevalue')
It returns 0 rows and takes time near 20 seconds
But when I run:
delete from tableA where fk ...
1
vote
2answers
323 views
Image segmentation using imagemagick
I am new to the Imagemagick but am trying to do the segmentation for an image i.e., when I gave an image of two persons to segmentation code then the output image should come up with dotted line on ...
-1
votes
1answer
126 views
I've got a segment fault when calling a method [closed]
I have a problem in C++ :
for(i=0;(int)i<NbAgentFondamental;++i){
printf("1");
ordre = AgentFondamental[i].demander_ordre(Prix);
printf("2");
}
So when I ...
1
vote
3answers
348 views
How to discover IP address of all devices on multi segment network?
With a 2 segment network for example: 10.20.x.x and 192.168.x.x (255.255.255.0).
How can i find all devices IP Address that's support SNMP v1,v2,v3 using C# ?
I tried to use sharpsnmplib discovery ...
1
vote
2answers
842 views
VHDL - Scrolling Text on 7 segment Display
I am near to end in my project but stuck at some point. I can not resolve the problem
After deciding VHDL is having a hard time shifting indexes of arrays, I decided to change my shifter module. Now ...
2
votes
3answers
304 views
VHDL - type declaration in package
I am trying to scroll a text on the 7 segment display. The text will be entered from a keyboard and I am using BASYS2 as FPGA. My keyboard interface is done, as well as my seven segment controller. ...
0
votes
0answers
93 views
Performance issues : segment tree, update function
I update segment tree with such function. Profiling says here's the bottleneck:
void update (int tree[], int root, int left, int right, int pos, double val)
{
if (left == right)
{
...
0
votes
0answers
71 views
how to avoid TCP segmentation [closed]
I have a server (win XP) that is connected through a sniffer to a switch (and afterward is the client).
The sniffer told that all the packets that was sent from the server were divided (segmented? ...
1
vote
2answers
74 views
Why is my regex not working?
I need to match any number that comes after /page/ in a URL.
Example URL:
http://example.com/something/page/2/
What i want out of it:
2
I wrote this, but for some reason i'm getting NULL.
...
0
votes
0answers
20 views
Steps to work with the Descriptive Flexfield
Regarding descriptive flexfield, In the segment form I'm not able to get the columns in the column field which I've registered by particular title name . So It would be helpful if I get the steps to ...
0
votes
1answer
112 views
CGAL: extend segment until the polygon boundary
If I have a segment between 2 vertices of a polygon, is there a way to extend this segment until it reaches the polygon boundary, using CGAL? (this can happen if at least one of the vertices is a ...
1
vote
0answers
56 views
Can't resolve creating a class which will initialise a line segment from a list of points
I’m in a lot of trouble. I have a python assignment due in like 6 hours and I just can’t get my head around it. I have to create a class which will initialise a method for creating a line segment ...
1
vote
3answers
137 views
Segment Fault in Linux Compiler(G++)
I am trying to get this code to compile in a Linux compiler, but it doesn't seem to be working. I've used Vis Studio and Code::Blocks and it works fine. I am aware that compilers differ in certain ...
3
votes
1answer
123 views
How to add subview (a small image view at its edge) to the segment-1 in a uisement control
In my iPhone app I have used an UI Segment Controller with three segments.
I need to add a subView already created to the second segment,
for this I have used follow code
[segment addSubview:ImgVw ...
3
votes
1answer
155 views
IComparable implemention for Segment class in Bentley-Ottmann algorithm
I'm trying to implement Bentley-Ottmann algorithm that is described here in C#.
Particularly, I have a problem implementing IComparable<T> for Segment class in sweep line status structure. The ...
2
votes
1answer
243 views
Ffmpeg Change Segment Metadata
I was wondering if it is at all possible to change the metadata of video segments in ffmpeg as the segments are being created. I know that by using the "-metadata" tag, you can change the metadata of ...
0
votes
1answer
154 views
Pagination, next page doesn`t display
SOLVED!
if I click page 2 that`s error:
Not Found
The requested URL /rank/GetAll/30 was not found on this server.
My link is:
http://localhost/rank/GetAll/30
Model: Rank_Model
<?php
...
0
votes
0answers
29 views
How to segment english strings efficiently?
For example this string in google search
dontwantmygradprogramfollowingme
would result in a search string of
Showing results for don't want my grad program following me
however if I add ...
0
votes
0answers
33 views
Compiler Strings
I'm currently taking on the task of writing a compiler for the first time. It's for a full scale programming language so it uses a LOT of strings. So, I was wondering, for my warnings, errors, and ...
1
vote
2answers
97 views
Checking if a a list is a segment of another list
I want to make a module in Mathematica that return true if the first list (L1) is in the second list (L2) assuming that the length of L2 is greater than the length of L1.
I did it in this way, the ...
2
votes
2answers
148 views
Data segment in x86 programs
I've been programming x86 asm programs (bootloaders) in real mode, and I know how to use segments, registers and stuff like that.
I see from debuggers like OllyDbg and similar that DS registers, SS, ...
0
votes
2answers
296 views
How to control PE segment order in Visual C++
I am trying to write a packer/self extracting exe type program but I am having problems with the segment order created by Visual C++'s linker.
Basically I have a stub program (the loader) that has a ...
1
vote
1answer
743 views
ffmpeg unrecognized option 'segment_list_flags'
this is my first time ever posting a question on here, so bear with me. I'm using Ubuntu 12.04 and ffmpeg version 0.11.2, and I'm trying to capture a video from /dev/video0, segment the videos, and ...
0
votes
3answers
502 views
codeigniter: using uri segment in model
I am using uri segment to delete info in my database:
anchor('site/delete_note/'.$row->id, 'Delete')
Model:
function delete_note()
{
$this->db->where('id', ...

