Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
549 views

LaTeX: Group chapters into book sections

I'm writing a book using LaTeX. I have a bunch of chapters that are going to be sectioned into three main parts of the book. How can I markup this kinda thing with LaTeX? Specifically: I'd like to ...
4
votes
3answers
178 views

C# Scanning an image for a certain block

I have a picture : size of 1000x1000 white with random black dots. (It may contain a black square (size 50x50)) Is there an easy way to know if the picture contains a black square (size 50x50)? I ...
4
votes
1answer
351 views

Change the color of a certain part of the text VB6?

This is what my code looks like Form1.GRQ.AddItem txtRequest.Text & (" - Pending") I just want to change the ( - Pending) part to red so it appears red next to the black text in the listbox. ...
3
votes
1answer
272 views

how do i change only the eye color on an image (uiimage)?

I have an iphone app with a picture of a face in the uiimage. I want to only change the eye color on the face by tapping on a button or tapping on a color wheel. Can you give me some help in what ...
3
votes
4answers
2k views

Common elements between two lists not using sets in Python

I want count the same elements of two lists. Lists can have duplicate elements, so I can't convert this to sets and use & operator. a=[2,2,1,1] b=[1,1,3,3] set(a) & set(b) work a & b ...
3
votes
5answers
589 views

rename part of filename

sorry for the properly stupid question, but I am quite a newbie. I have loads of files which look like this: DET01-ABC-5_50-001.dat ... DET01-ABC-5_50-0025.dat and I want them to look like this: ...
2
votes
3answers
77 views

Branch from *part* of main code, how to keep it up to date?

Was little bit difficult to formulate the title for my question since is kind of abstract... Let me try to explain. I have a main code which has a git repository, I decided to take part of that code ...
2
votes
1answer
214 views

change backcolor of part of text using javascript?

i have some part of text with html tags , for example <b>something</b> i select some part of text for example "some". with getSelection().getRangeAt(0); i get position of caret ...
2
votes
7answers
15k views

LaTeX: remove blank page after a \part or \chapter

How to remove a blank page that gets added automatically after \part{} or \chapter{} in a book document class? I need to add some short text describing the \part. Adding some text after the part ...
1
vote
1answer
28 views

Change a part of the span text using a bookmarklet javascript?

recently I've asked a question on how to change a span's text via javascript , and the answer was javascript:void(document.getElementById("serverTime").innerHTML = "..."); Now I want to change ...
1
vote
2answers
80 views

Replace part of class name via jquery based on active class

I've searched and tried this for hours to no avail. Here's what I'm trying to do: I have a ul menu with three li classes: .1-is-on, .2-is-off, .3-is-off.Whichever li with the class .active, should ...
1
vote
5answers
212 views

Erase parts of drawings in OpenGL

I would like to know if it is possible to erase parts of any drawing in OpenGL? Lets say I have drawn two lines with my mouse and those lines are overlapping at some points. Is it possible to erase ...
1
vote
0answers
291 views

Why does my sharepoint web part event handler lose the sender value on postback?

I have a web part which is going to be a part of pair of connected web parts. For simplicity, I am just describing the consumer web part. This web part has 10 link buttons on it. And they are ...
1
vote
1answer
474 views

Sharepoint: Add css and javascript to a web part page

I have created a web part Page and need to add css and javascript code to it. I am using Sharepoint 3.
1
vote
2answers
724 views

How can be sectsty used together with \part in scrbook-documentclass in LaTeX?

In this question I asked, how to produce rules under sections. The answer provided using sectsty does what I wish, but triggers a problem: If I use the package sectsty the \part-command produces an ...
1
vote
5answers
239 views

How to eliminate last digit from each of the top lines

>Sequence 1.1.1 ATGCGCGCGATAAGGCGCTA ATATTATAGCGCGCGCGCGGATATATATATATATATATATT >Sequence 1.2.2 ATATGCGCGCGCGCGCGGCG ACCCCGCGCGCGCGCGGCGCGATATATATATATATATATATT ...
1
vote
3answers
112 views

Eliminate part of a file in python

In the below file I have 3 occurrences of '.1'. I want to eliminate the last one and write the rest of file to a new file. Kindly suggest some way to do it in PYTHON and thank you all. d1dlwa_ ...
1
vote
1answer
2k views

How to display a Yes/No style message box in web part, and get client's choice?

I want to show a message box when users trying to do any major operations in my web part. If user choince [Yes], then continue to do sometiing ...[No] for nothing. How can i implements this function ...
0
votes
1answer
47 views

Django - Get ViewDoesNotExist on a view that isn't requested by the code

I've just finished the Django Tutorial (part 4) but when I go in to check the server after everything is finished I get this: Caught ViewDoesNotExist while rendering: Tried results in module ...
0
votes
0answers
164 views

Web Part Error: Unhandled exception was thrown by the sandboxed code wrapper's Execute method in the partial trust app domain: File Not Found

Deploying a sandbox solution on SharePoint 2010. While all working on a local environment, once deployed on to the staging, the web parts are getting the following error. Web Part Error: ...
0
votes
2answers
40 views

PHP copy part of remote file

Is there a way to copy only a part of a file from a web address to the local working directory? I need to copy only the first page of a PDF to convert it into a PNG image. Thanks in advance
0
votes
1answer
62 views

Enhanced SQL Replace function - able to handle a variable part

I would like to update thousands records in my SQL dB. my post_content from my_table is like: blablabla htt*://vimeo.com/12345678 blablabla or blablabla htt*://vimeo.com/12345678 blablabla ...
0
votes
2answers
101 views

Simple PHP caching with more than 3 parts

In a simple PHP caching (with ob_start and files), I need parts (more -or equal- than 3 per page) where don't caching (.PHP dynamic content or .PHP file context-user based). +-----------------+ | ...
0
votes
0answers
15 views

How to upload a String as a file in a multipart upload using apache httpclient

I'm using httpclient-4.1.2 from Apache. I am able to upload a file in the traditional sense, where I use something like: FileBody logfile = new FileBody(new File("/tmp/logfile.txt")); MultipartEntity ...
0
votes
3answers
139 views

Bash - Rename part of Filenames

i need , some help , with my mini-script , to Fix , Spanish Filename with ISO_8859-1 and/or with part of names like "&#00243" The Script its there : http://www.pastebin.com/vT5Z2BqE Yesterday ...
0
votes
1answer
121 views

SharePoint 2010 - Can we make multiple connections from the same web part?

We are creating a report where the requirement is: 1. Cascaded Filters 2. Excel Report We have created our own filter web part which supports cascading. In order to do that we need to add multiple ...
0
votes
0answers
50 views

Javascript error in Mobile Adapter Sharepoint 2010

I am developing a very simple web part mobile adpater. It just outputs "hello world". The mobile web part renders fine, but when i click on arrow image next to the Web part title , it throws ...
0
votes
1answer
110 views

Rails ActionMailer get content type separator string

Working off of my other question, I've decided that if the html.body is generated (part separators included), I could just make an array from the string, split by the part separator and reorder it ...
0
votes
2answers
69 views

MEF: “A Composable Part should contain at least one EXPORT”

From the official MEF documentation: A Composable Part should contain at least one export. Composable Parts are either added to the container explicity or created through the use of catalogs. ...
0
votes
1answer
692 views

Sharepoint 2010 Web Part Communication - How to make consumer wait for the provider

I have a series of web parts I need to implement in SharePoint 2010. The data provider web part uses an UpdatePanel and asynchronously makes a web service call which can potentially be slow. To keep ...
0
votes
3answers
303 views

How to divide and load a ListView in multiple parts?

I am wondering how could i divide my ListView in parts and display only one part of it when user starts my app and display others when user press a Button called "Load More Items". I have a big list ...
0
votes
1answer
90 views

Regular Expression to remove pattern from files

I have many .php files which have the pattern of codes - which I want to remove. e.g. <?php echo $arrayT["Hello,This text varies. I want to keep this text only."]; ?> <?=$arrayT["Hello,This ...
0
votes
2answers
67 views

way to get specific integer(s) from a double data type

C++ So i need a way to get say the number 7 from the double 56.279 or any other of the integers and i cannot figure out how to do it without having the knowledge of what the double returned from my ...
0
votes
5answers
515 views

Java - How to read only certain parts of an input stream

I have a requirement where i need to parse an input file and read only certain parts of the file. I have a an log file which has different levels like info warning and error. Now i need to read only ...
0
votes
5answers
280 views

Javascript - easy way to split/devide string by pattern into N parts where last part is rest of the string

If i have the strings: string1 = "1 secondpart this is the third part" string2 = "14 secondpartagain third part again" and i want to split them by a pattern (like whitespace) into N parts ...
0
votes
0answers
132 views

how do i write xcode to color a part of a png image but don't change the other parts of the image?

how do i write xcode to color a part of my image (png format) but don't change the other parts of the image? I have seen some notes about transparent images. But I am not familiar with that concept. ...
0
votes
0answers
326 views

Segmentation each image into 4 parts with larger center part ( in matlab)

I want to segmented each image to 5 parts (4 is in equal sizes and the center part is larger than other parts) depend on the image size..Is there is any matlab's function to do this segmentation or I ...
0
votes
0answers
352 views

SkyDrive .Net API Client error: Value cannot be null.Parameter name: requestUri

I am creating Visual web part in visual studio 2010. and communicate with Microsoft's Windows Live SkyDrive online storage and sharing services through the SkyDrive .Net API Client ...
0
votes
2answers
236 views

How do I download part of a file using Java?

I'm using this Java code to download a file from the Internet: String address = "http://melody.syr.edu/pzhang/publications/AMCIS99_vonDran_Zhang.pdf"; URL url = new URL(address); ...
0
votes
1answer
345 views

How can I link a content editor web part in Sharepoint to another URL link?

In Sharepoint, how can I link an image in a content editor web part to another URL link by clicking on it? I pasted my link into the Content Link space but when I apply the change it turns my image ...
0
votes
1answer
144 views

Sharepoint: How to prevent a user from closing a webpart

I see that the close or hidden options can be set for a webpart, but it seems anyone can edit those settings when in edit mode. Do you use item level security? If so, what are the specific steps to ...
0
votes
2answers
57 views

PHP regex replace expression with function run on its part

I have a simple text that is being parsed with PHP. In that text, I sometimes use following syntax: Here's the text... {$video:path/to/my/video.mp4} and here the text goes on. Now, what I need, is, ...
0
votes
1answer
68 views

Inputstream from WAP server, parse parts

I have asked this question countless times on various forums. Ultimately all I need is a recommendation for a book or website. Hopefully an API can be recommended. I can code anything I just dont know ...
0
votes
2answers
174 views

sandboxed web parts inside SharePoint 2010

Is it possible to develop a web-part in ASP.NET (framework > 2.0), to have a sandbox architecture, and deploy those web parts inside Share Point 2010 and/or MOSS 2007 we donot want to use any ...
0
votes
3answers
329 views

How can i get some part of html using XPath?

I need to get some part of html pages using php XPath query (sorry im new to XPath). example html page <html><head>blah lines</head><body> <div id="mytable"> ...
0
votes
4answers
1k views

SharePoint web parts - Can you embed one web part into another?

Can you embed one SharePoint web part into another? For example, a client wants a document library but also an ability to write an executive summary about that document using the rich text editor ...
0
votes
2answers
955 views

How do I Invoke Ajax OnClick from Provider Web Part to Consumer Web Part

I am attempting to manage an ajax connection by calling a button onclick method on a separate web part in order to force the partial postback on the consumer. Web part A (Provider) invokes the ...
-2
votes
2answers
96 views

Show part of an image

How can I show a part of the image using jQuery or another JavaScript technique? Example: image: [ ] [ -------- ] [ - - ] [ - part - ] [ - - ] [ ...