Tagged Questions
The contents tag has no wiki summary.
6
votes
3answers
2k views
Remove boxes from hyperlinked ToC in LaTeX
How do I remove the red boxes from my hyperlinked table of contents created by using the hyperref package in LaTeX.
4
votes
3answers
139 views
Getting the contents of an element WITHOUT its children
I have a mild preference in solving this in pure JS, but if the jQuery version is simpler, then jQuery is fine too. Effectively the situation is like this
<span id="thisone">
The info I want
...
3
votes
2answers
85 views
Insert Round function into current cell using VBA
I'm trying to make it easier to insert the Round function into a number of cells that already have formulas in them.
For instance, if cell A1 has the formula =b1+b2, after the use of this macro, I ...
3
votes
1answer
284 views
Getting TCP packet payload from Python and impacket
I've been able to find packets of interest using code based on this example:
How can I filter a pcap file by specific protocol using python?
The next child from the TCP packet is the actual data:
...
3
votes
2answers
181 views
get contents of php file after it's ran/executed
how can i put the result of an include into a php variable?
I tried file_get_contents but it gave me the actual php code, whereas I want whats echoed.
2
votes
4answers
36 views
How to check if a table has contents in it
How do I check if a table has contents? Honestly I still don't have any initial codes for it. Do I code it in VB or just use a query?
thanks ...
2
votes
4answers
254 views
php file_put_contents … can't i append at beginning?
<?php
$file = 'people.txt';
// The new person to add to the file
$person = "John Smith\n";
// Write the contents to the file,
// using the FILE_APPEND flag to append the content to the end of the ...
2
votes
2answers
447 views
Change the three dots (ellipses) (…) to custom characters in VB.Net DataGridView when cell content is truncated
I am developing a project in VB.Net and I am using Gujarati fonts (non-Unicode).
I have placed a DaraGridView (DGV) and displaying the data stored in database in DGV.
In DGV, if the contents of the ...
2
votes
1answer
163 views
Search for a specific string within another string with PHP
I need to search a string for any occurances of another string in PHP. I have some code that I've been playing with, but it doesn't seem to be working.
Here is my code:
while (list($key, $val) = ...
2
votes
1answer
322 views
WPF FlowDocument Table of Contents
I've got an application that generates a fairly long FlowDocument. It uses a "custom" paginator to wrap a header and footer around each page when printed. In addition, each page contains one or more ...
2
votes
1answer
100 views
PHP file_get_contents after php has evaluated
Hey guys, I know how to use file_get_contents and fopen etc, but when I do it to one of my own file, I get the literal string, meaning, the code is not preprocessed! How can i import text from a file ...
2
votes
2answers
598 views
How to extract the contents of an OLE container?
I need to break open a MS Word file (.doc) and extract its constituent files ('[1]CompObj', 'WordDocument' etc). Something like 7-zip can be used to do this manually but I need to do this ...
2
votes
2answers
126 views
oracle - don't transfer blobs
I've noticed that in "SQL Developer" if you are selecting from a table that contains BLOBs, it uses the word "(BLOB)" instead of displaying / downloading the BLOB contents.
Is this something that can ...
2
votes
1answer
607 views
WPF- Resizing Listbox Contents according to Listbox dimensions
I am attempting to resize the contents of my listbox according to the listbox itself. This is being done in WPF.
Any ideas on how this might be possible?
I have been searching and have not come up ...
2
votes
2answers
614 views
PHP open zip read contents
Ok I have a little php, application or whatever that opens a zip and reads the content. But it only works SOME of the time... sometimes when I upload the .zip and try to view contents, it works and ...
2
votes
2answers
3k views
Excluding a chapter from TOC
In my LaTeX document I've got a table of contents that is automatically generated by collecting everything that is of the form \chapter.
However, I've got an acknowledgements chapter before the table ...
1
vote
1answer
248 views
NSFileManager removeItemAtPath clears the contents of the directory, but not the actual directory itself
I have some code that copies all the directories from "/Documents" to "Library/Caches/". The code is as follows:
NSString *oldPath = [NSString stringWithFormat:@"%@/Documents/", NSHomeDirectory()];
...
1
vote
3answers
95 views
File get contents PHP
I have a small script where I am gathering the HTML of a URL. This works fine and it brings back the HTML. The problem is, this url is rendering some DIVs after the page has loaded so I can see those ...
1
vote
1answer
871 views
Android gridview clear/refresh contents
Ok, I have a couple simple Android questions. which of course means I can't figure them out. I have a gridview that loads when the app loads. the user can click on a button which gets other data to ...
1
vote
1answer
191 views
How to animate contentsRect property along a path?
I have a png sprite sheet and corresponding plist file loaded and I'm trying to animate contentsRect property of a CALayer to display a sprite animation from the above mentioned aprite sheet. Here is ...
1
vote
2answers
507 views
Magento dynamic block adding contents
I am new to Magento CMS, i have configured products using admin panel, at the home page
I want to list down random famous
products from different categories
dynamically.
When i list the products ...
1
vote
1answer
106 views
SAS proc contents error
I am trying to list content of sas library Sasuser with standard sas 9 setup. From explorer, the library contains Table and catalogs. I am wondering what went wrong. Plus I am able to run proc ...
1
vote
1answer
41 views
how to detect changes to a folder in asp.net
I have a folder lets call it ComponentsFolder, it has already some components inside it. If some one inserts a new component, when i start the application it should recognize that a new component has ...
1
vote
2answers
889 views
Php read file contents of network share file
I'm looking for a way to read the file contents of a file located on a network share. I can use the IP Address of the share host and the share folder to get to the location but I don't know the ...
1
vote
3answers
167 views
jQuery contents() causing problems in IE
I'm using the contents() function in jQuery in order to obtain some text within a LI which I can't target directly with a span or other selector.
The code I've written is as follows:
$('#tierArray_' ...
1
vote
2answers
2k views
Remove specific subsection from TOC in LaTeX
Appendix
A Section 1
A.1 Subsection 1
A.2 Subsection 2
B Section 2
Is there a way to get rid of Subsection n, but still have the subsection numbered in the document (i.e. not using ...
1
vote
0answers
433 views
MVC Open a FileContentResult also return a json result with same action
Hi I Want to Open a File as pdf but i also want to return my resluts on web page with the same action how would i do that. here is my code.
public JsonResult FindRecordings(SearchCriteria criteria)
...
1
vote
1answer
1k views
some fields of “content//sms/”
I query "content//sms/" and don't know what some fields are. They are -
Thread ID
Protocol
Status
Reply_Path_Present
Service_Center
I check them in LogCat. I find them like below
...
1
vote
1answer
1k views
C# Winform: Print ListView Contents
can someone show me how to print the ListView contents with the ColumnHeaders, without the scrollbars? appreciate some sample codes, thanks.
1
vote
2answers
313 views
PackageManager 3.0.2 - Adding Plugins
I've programed a plugin for an installer package I am planning to use.I've used Apple's Package manager 2.4 (Tiger) before where I could right click packages (*pkg), navigate through the contents ...
1
vote
3answers
1k views
Change DIV contents on SELECT change
I'm looking for a method of how to change the contents of a div when an option on a select dropdown is selected.
I came across the following:
<script type="text/javascript" ...
1
vote
5answers
442 views
How to display content from other sites on my own page?
I know this isn't a specific programming question, but I really need to know how this can be done. How does a website like this:
http://www.dogpile.com/
display search results from google and other ...
1
vote
2answers
4k views
Get full directory contents with AppleScript
I need to get the entire (visible) contents of a folder and its subfolders as a list. Is this possible?
0
votes
4answers
44 views
How to list all the entries of a tar file in java?
I want to list all the entries of a tar file in my Java program. How is it possible ?
For zip files, I can use the below code:
ZipFile zf = new ZipFile("ReadZip.zip");
Enumeration entries = ...
0
votes
0answers
66 views
Java: capture screen contents into video using JMF
I need to capture the contents of the screen into a video file. Although I'm not exactly sure where to start, I would imagine that JMF would be the best tool to help. I've read up on a lot of similar ...
0
votes
2answers
59 views
Java isn't getting files in a directory
System.out.println("READ");
String currentWorldName = "RANDOM";
String propertiesFileDirectory = propertiesFolder + currentWorldName + "/props.properties";
String entitiesFolderDirectory ...
0
votes
2answers
50 views
Is there a way to create symlink[s] to directory's *contents*?
I have the core code, which is the same for all projects, except one configuration file.
I can't symlink to that dir because, this assumes that the config file will be also symlinked.
Is there a way ...
0
votes
1answer
29 views
div contents via .load() in javascript/jquery
i want to load up the contents of an page to a div using javascript...
heres what i have
i have a file called test.html that i want to load
$('a[name=modal]').click(function(e) {
...
0
votes
1answer
99 views
Read contents of multiple text files and print out specific line, in PHP
We have 300+ txt files, of which are basically replicates of an email, each txt file has the following format:
To: blabla@hotmail.com
Subject: blabla
From: bla1@hotmail.com
Message: Hello World!
...
0
votes
1answer
35 views
DivSmoothScroll not scrolling at all
Okay, here's my problem:
I had DivSmoothScroll running just fine, then I moved the div further down in the source and it suddenly stopped working.
I would also accept better alternatives to implement ...
0
votes
1answer
90 views
PHP List Of Contents
Ok yesterday i asked for help in my FAQ script and some one help me very well and iam successfully make the script but now i want to make List of contents just like in wikipedia
My code
<?php
...
0
votes
1answer
37 views
Blackberry http connection reading contents of a webpage. Some punctuation marks are incorrectly read
I have a piece of code that opens a HTTP connection to read the data contained on a webpage.
HttpConnection h = new HttpConnection();
InputStream input = h.openInputStream();
...
0
votes
1answer
217 views
jQuery iframe html() null
I am making a script for a webpage of mine, where I use jquery to upload files using a hidden iframe. After the uploading is done, the PHP script, that I use for uploading, "echoes" a JSON String. To ...
0
votes
2answers
123 views
How to backup all articles in Drupal 7
I'm using Drupal 7 now. After install several modules, there is a error which I could not fix. I want to reinstall Drupal again. Now I need to backup all my existing articles.
Is there any way to ...
0
votes
0answers
249 views
Why does file_get_contents work with google.com but not with my site?
$page1 = file_get_contents('http://www.google.com');
$page2 = file_get_contents('http://localhost:8000/prueba');
When I echo the results, with Google it works but not with my site. And when I put ...
0
votes
1answer
67 views
Height of a Table of Contents: finding maximum depth of a node
The height of the chapters and sections can be computed separately. Use matching templates only.
This is the input:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM ...
0
votes
0answers
143 views
xcode read directory contects
Hello
i want to make an app which user selects a directory and then all the files of this directory adds to an array
i want only the code to open a window which user can selects the directory and how ...
0
votes
1answer
86 views
php piping to a program ( get the vars) convert back to an email fomat with no headers etc
I can pipe to a program but how do I convert the email so the code can be emailed and read by email clients? I can email it but its full of other chars. How can i get it without all the extra messy ...
0
votes
1answer
95 views
problem loading the contents of an iframe with Jquery
I am trying to load the entire content of a child iframe upon some action in the parent frame. I am using jquery and I am trying to avoid using <form> tag, setting up bunch of hidden ...
0
votes
1answer
687 views
android layout scale along with content imageView's
I am bit new to android and trying to understand this layout concept. Here I have a relative layout and in that I have 4 imageViews stacked one on the top of another.
I have a set of layout like ...