The segments tag has no wiki summary.
0
votes
0answers
11 views
Google Analytics V3 - How to create custom segments for API Service Accounts
So here is the problem, I need to access custom segments in Google Analytics via reporting api and there is no trouble with it except that custom segments are not shareable across multiple ...
0
votes
1answer
24 views
Codeigniter PHP Missing Argument 2 Error?
I'm having an issue with my correctly displaying my URLs for my website. I'm using the latest version of Codeigniter.
I'm getting the below error message. I was doing some research and I think my ...
-4
votes
0answers
32 views
algorithm to count the number of segments in arabic [closed]
Write an algorithm to count the number of segments, words and paragraphs in a given Arabic text. Describe each step of the algorithm using an Arabic statement of your own.
-3
votes
0answers
94 views
Time series segmentation in R [closed]
Hello Kind people of the internet! I have a major issue! my dissertation is due in this friday. And I have had to revert back to code from weeks back due my laptop being stolen!
That aside my topic ...
0
votes
3answers
46 views
How to preg_match for a specific pattern in a url?
I would like to use preg_match in PHP to test the format of a URL. The URL looks like this:
/2013/09/05/item-01.html
I'm trying to get this to work :
if ...
1
vote
2answers
60 views
how to hide controller name using routes when you have an id segment?
I have an url like this:
http://kees.een-site-bouwen.nl/home/categorie/11
to show factories in a specific category.
I want to have an url like this:
http://kees.een-site-bouwen.nl/categorie/11
...
0
votes
2answers
40 views
using segments on default controllers in codeigniter to go to profiles after not finding the other controllers?
Does anyone know if it's possible to use segments on the default controller?
For example if i want to go to a profile on my site, it would be site.com/profileName, i know you would use it to access ...
3
votes
7answers
52 views
Local initial values are stored at?
#include <stdio.h>
int main()
{
int i = 10;
return 0;
}
In the above program, where exactly the value 10 is stored ?
I understand the variable i is stored in the stack. stack is ...
2
votes
1answer
276 views
C++ procedure for determining whether two segments intersect
I'm working a bit with computational geometry lately, and I am trying to find a way of checking whether two line segments intersect. I thought that I can use counterclockwise direction (CCW for short) ...
0
votes
0answers
28 views
mailchimp compile/merge list for campaign
I tried to search info but couldn't find anything useful (may be just couldn't form correct request).
The situation is:
I have a site. This one has 8 categories and over a few hundreds locations ...
1
vote
1answer
169 views
How to find the locus of common points of two segments that belong to the same line
i read various related answers. In particular here (How do you detect where two line segments intersect?) it is greatly explained how to find the intersection between two segments and to check for ...
1
vote
1answer
63 views
Width of the overlapped segment in GenomicRanges package
I'm using GenomicRanges to find which transcripts from one experiment overlap with those coming from other one.
head(to_ranges1)
knowngene chr strand Start Gene
1 uc001aaa.3 chr1 + 9873 ...
0
votes
0answers
86 views
List bss symbols in elf-file
I'm looking for a way to show the contents of the .bss-segment of an elf-file, in order to see which variables in the project take the most space. When I use nm, and look for symbols with the tag 'd' ...
1
vote
1answer
124 views
Setting up new stack segment in x86
I am developing a 32 bit OS and I need to be able to set up NEW data segments/stack segments for programs. However I can not find ANY good information about how to use these segment registers in ...
0
votes
1answer
143 views
x86 assembly proper data segment usage?
I have been developing an 32 bit OS and just implemented a ELF loader. I can load executable however I would like running programs to each have there own data segment. Now from what I have gathered ...
1
vote
1answer
51 views
String segmentation with html tags in python
I am trying to break a string into smaller segments using Python.
The various cases can be:
str1 = "Hello world. This is an ideal example string."
Result:
Hello world.
This is an ideal example ...
0
votes
1answer
451 views
Sum of all Maximum and minimum in all segments
I am doing a problem in which there is a need to find sum of maximum elements in a segment - sum of minimum elements in a segment.I tried using Sparse Table ,but it is two slow for the time limit.So i ...
0
votes
1answer
329 views
Recursive function to test all the possible combinations and find the smaller one
I'm dealing with a problem, trying to make a recursive method that will test all possible combinations and show me the "cheapest" one.
The task is that:
I have an Array[n] numbers, which was ...
-2
votes
1answer
69 views
sample mean by segment in R [duplicate]
Possible Duplicate:
R Grouping functions: sapply vs. lapply vs. apply. vs. tapply vs. by vs. aggregate vs.
uptake time treatment
2.08 0 1
2.07 0 1
2.09 0 1
2.06 0 1
...
2
votes
1answer
238 views
Adding a dynamically positioned watermark to a video via ffmpeg
I'm trying to add a watermark to a video by using ffmpeg.
But there is one requiment which makes that very difficult to me to understand how to make it, I searched over the web of cource.
So, I need ...
1
vote
1answer
529 views
How to plot interrupted horizontal lines (segments) in matplotlib in a “cheap way” without using NaNs?
I have to plot several "curves", each one composed by horizontal segments (or even points), using matplotlib library.
I reached this goal separing the segments by NaNs.
This is my example ...
0
votes
0answers
48 views
Custom PathSegment as resource
Is there any way first to define my custom PathSegment as resource and then to use it building PathGeometry from several predefined custom PathSegments?
In general I am interested then to be able to ...
4
votes
2answers
466 views
segments within a executable C program
I was reading about sections and segments. Seems you could list the mapping between sections and segments as below.
$ readelf -l test
Elf file type is EXEC (Executable file)
Entry point 0x8048330
...
2
votes
2answers
143 views
Identifying error that is causing “non-POD type 'class segment' ”
Section of my code where error is occuring:
int disk::access (const char fname[]){
int char_count=77;
int actual_count=0; //just to pass the tests.
char c;
cout << "the file ...
1
vote
0answers
67 views
Segmented memory management
This is a very simple question ! It has to do with a programming challenge where you had to write a virtual machine that is based on a segmented memory model with 16-byte segment size (notation ...
0
votes
0answers
142 views
How to Read segments in in vb.net 2008 [closed]
Im So sorry to create this topic but i need u to write this program with vb.net 2008
when you downloading a file from internet, maybe because DC or etc , the some downloading segments incompleted and ...
0
votes
0answers
30 views
Is there any tool to see the stack segment,heap segment,all the segments values while running the program?? ?
I wanted to know the values of the different segments while debugging the program..
Anyone pls tell me is there any tool for this ??
1
vote
1answer
138 views
301 Redirect Any Segment to First Segment
Im trying to redirect pages such as:
/selected-work/project-name-1
/selected-work/project-name-2
/selected-work/project-name-3
/selected-work/category/category-name
to just
/work/
Is ...
10
votes
1answer
406 views
How to put 2 sections in 1 segment (Using ld scripts)
I have the following linker script:
SECTIONS {
.arora_exec_free_space 4399531 :
{
*(.text)
*(.rodata)
*(.data.rel.ro.local)
}
.arora_data_free_space ...
0
votes
1answer
244 views
codeigniter uri segment url appending at the end
url : http://localhost/back-office/index.php/staff/shopping
when i change the category on every onchange event i want the url should be like this
...
0
votes
2answers
396 views
Assembly Segments in opcodes
I noticed that in Assembly segments are used in opcodes.
Example:
MOV DWORD PTR SS:[EBP-30],30
I think that "PTR SS:" is used to specify that EBP-30 comes from the stack? (SS: stack segment)
Am I ...
0
votes
0answers
74 views
Expression Engine. 4th Segment page fails to load js (IE7)
I have a rather strange issue with IE7 and 4 segment urls in expression engine. (4 segments is the maximum number of segments I have on the site).
It looks like the js is failing to load.
...
2
votes
1answer
79 views
How do you show a 404 when there are extra URL segments in CodeIgniter?
Basically, I have a CodeIgniter site that registers users through this url:
http://website.com/user/register/1
Unfortunately, when you pass extra arguments in the URL like this:
...
-1
votes
1answer
122 views
Wordpress: Display posts in the last X minutes/hours
I would be very grateful if you can help me with this!
I have a php code widget (in wordpress) to display posts but I would also like to display the posts in time segments.
i.e. posts in the last 5 ...
0
votes
2answers
223 views
My php controller can't include css files
The following issue is driving me crazy, perhaps i am thinking to difficult.
Here is the thing, i developed a small MVC framework that works fine. Atleast without url rewriting.
The problem is that ...
4
votes
2answers
171 views
Increasing the performance of visualising overlapping segments
I have a set of pairs of x points to draw segments along the x axis to create a custom read map in R:
Half the task of plotting these segments is deciding their y positions so that no two segments ...
1
vote
1answer
617 views
R: Using the segments function to plot a map of stacked lines
I have written a function that plots a number of lines along an axis, stacking them where they overlap. Below is the code, a sample table, and the image that it produces.
The plot is mostly exactly ...
0
votes
1answer
213 views
Can the subdomain URL segment be used as a class in Codeigniter?
I need to use a subdomain as a class. ie, instead of:
www.example.com/class/function/ID eg www.example.com/town-name/history/1
I need
class.example.com/function/ID eg ...
1
vote
1answer
1k views
#EXTINF - field in apple hls playlist has decimal placed duration - generated by mediafilesegmenter
I am using mediafilesegmenter to generate HLS playlists for mp4 movies. My command is as follows,
mediafilesegmenter movieName.mp4 -I -f /Library/WebServer/Documents/vod/movieName/ -t 10 -l ...
0
votes
2answers
124 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:
...
2
votes
2answers
237 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 ...
0
votes
1answer
208 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 ...
1
vote
0answers
248 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
744 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 ...
2
votes
2answers
1k 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: ...
1
vote
1answer
150 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) ...
0
votes
1answer
55 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 ...
1
vote
2answers
435 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 ...
0
votes
1answer
386 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
597 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 ...

