Questions tagged [segment]

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.

  • Segmentation (memory), the division of computer memory into segments
  • Image segment created in computer vision
  • String segment, the substring of a pattern delimited by two don't cares or one don't care and beginning or end of the pattern
  • Network segment, a part of a larger computer network
  • A protocol data unit of the transport layer in computing, e.g. TCP segment
625 questions
0
votes
0 answers

Android segmentation fault when running on console

I have a shared library a.so and used both release/debug version successfully within an APK. And I write several unit test for a.so but I got Segmentation fault when the test program trying to load the release version shared library. Even I did…
Wenzhe
  • 85
  • 2
  • 9
0
votes
0 answers

Login form and dashboard with segments in AngularJS

I am pretty new to AngularJS and although I understand basic concepts (I also have years of experience in JS) this is a bit of problem to me. I want a login form that opens a dashboard with multiple sections accessed from a lateral menu (or…
ali
  • 10,927
  • 20
  • 89
  • 138
0
votes
2 answers

Tableau - Segmenting data into 3 sections

I have a few months worth of retail data and am looking to do a general analysis on any potential lift in sales. How can I group or segment the data so it's easier to few the target date ranges. For example, if I have 3 months of data and want to…
CafeRacer
  • 63
  • 1
  • 10
0
votes
1 answer

Create a a segment with the given number of verts and hook and empty to every verts in the segment

How can I create a segment with for example 30 verices and then connect an empty with an Hook parenting to every veritces in the segment, all this via Python in Blender 3d?
Fabrizio
  • 1,138
  • 4
  • 18
  • 41
0
votes
1 answer

IAR EW51: Large CONST array location

In CC2541 (IAR EW51/7.20) project I need to store few large const arrays (~30KB each). I define the first array: const uint8 demo_signal_1[30000] = { 0X00, 0X01, 0X10, // rest of the data }; It links in XDATA_ROM_C segment and runs…
eyalasko
  • 75
  • 6
0
votes
1 answer

How to sort TCP fragments

I have 10 unsorted TCP segments (A-J) and I want to sort them temporarily. The information I have from each one: A:{Sequence number: 43 4a 6f bd, Acknowledgment number: 66 6e b6 f4, Flags: ACK}. B:{Sequence number: 43 4a 6e 71, Acknowledgment…
E. Williams
  • 405
  • 1
  • 6
  • 21
0
votes
1 answer

How different segments are set in 32bit protected mode?

As I know all the segment registers or selectors are set to point to the same starting address of the 4gb segment in 32 bit protected mode flat model. So how the stack segment functionality is implemented which is it starts at one of the top address…
Kaustav
  • 741
  • 1
  • 9
  • 18
0
votes
1 answer

Codeigniter from and uri

OK i have this problem: I'm creating a search function and to do that correctly i have to pass the word that is written in search field to uri eg. third segment. But since Codeigniter only supports post and not get method (it can be enabled but I'm…
slimDeviant
  • 257
  • 4
  • 14
0
votes
1 answer

How to link segmentIndex with imageView on xcode Swift

I was wondering how I would link a segment control index with a image view controller. I have designed a slideshow within a page. I have a separate image view controller and segment index. Within the segment index there are four option how would I…
J.Graham
  • 1
  • 2
0
votes
1 answer

Segment Characters

i am facing with the problem of segmenting the characters on complicated background. I have tried split image into 4 channels C,M,Y,K but it segmenting still have poor quality If anyone can suggest some ideas, if would be really great. this is my…
0
votes
1 answer

How to call #pragma segment Foo on Garnet OS

I've read this excellent tutorial about segments in palm: http://onboardc.sourceforge.net/UsersManual.html#segments But developing with Garnet OS Development Suite, the command "#pragma segment Foo" isn't recognized by the compiler, it warns me:…
okami
  • 2,093
  • 7
  • 28
  • 40
0
votes
2 answers

R quantiles: -9999 for some quantiles

I wanted to computed zonal percentiles in R for raster values with a gridcode, using the DoBy package. Certain percentiles work perfectly, others produce more or less NA values, in this case -9999. What can be the cause of this discrepancy? NOTE:…
Castle
  • 53
  • 6
0
votes
4 answers

Codeigniter Changing routes makes $this->uri->segment() not working

I've altered routes.php $route['category']='Home/category'; for making url look like www.website.com/category insteead of www.website.com/Home/category. Since Home is my default controller. but if i am using $this->uri->segment(); inside category…
Ramkisan
  • 11
  • 6
0
votes
0 answers

Drawing to line segments and calculating intersection between them C#

Hi i would like to know how can i get points from the second line i draw. Here is my code, for now i can draw lines with mouse event and draw lines with a button where i write the coordinates of the points. public partial class Form1 : Form …
vidooo
  • 135
  • 1
  • 1
  • 9
0
votes
1 answer

Fill out custom field with used coupon code WooCommerce

Right now I'm working with a mailchimp plugin that needs a custom field for validating/segmenting. For this segment I want to check what kind of coupon is used. So I scavenged the following code that should fill my custom field with the used…
Tristan .L
  • 829
  • 3
  • 9
  • 20