Questions tagged [stripping]

72 questions
0
votes
1 answer

Stripping . from text box's

Hello i did use the search before posting this. Im new to php/mysql been doing soooo much reading. have been able to make a game that a few friends are playing. its like a pvp game. Anyway one of the people playing found a way to glitch buying and…
Warzone aK
  • 23
  • 2
0
votes
1 answer

Stripping the end of a url in the .htaccess file

I have a problem hundreds of 404 errors on my site that are caused by the expressions "URLONCLICK" and "%5C" being somehow inserted at the end of the correct url, and I don't know where it is coming from but I want to just strip it off of the end of…
0
votes
1 answer

Strip HTML contents using SED

I am working on a task for which SED is the designated tool. The task is to strip the contents of any web page file (*.htm or *.html), and insert the desired data into a new file. Everything before and including the tag is to be…
henrix
  • 1
  • 3
0
votes
2 answers

Why does javascript strip out my dyamically javascript?

I have a javaScript that calls a function: var combineddata = jQueryGetHtml(); The function is: // Get ALL of the HTML using jQuery var jQueryGetHtml = function() { var htmlStartTag = function() { return $('html').contents(); …
user420095
0
votes
2 answers

Best option - Stripping whitespace using Rails or JQuery

Due to a bug on the application I am attempting to strip leading and trailing whitespace from any input. It is a ruby on rails application however I am not sure what approach to take. The main point is not how to achieve this but rather which is the…
EamonnMcElroy
  • 587
  • 6
  • 20
0
votes
1 answer

gdb debugging stripped executables

I have an executable provided as is. The creators have compiled it with minimal dependencies and no symbols. When I load it in gdb it sais: ...(no debugging symbols found)...done. I would like to do step-by-step debugging in the assembler code with…
user1396055
  • 295
  • 1
  • 12
0
votes
1 answer

Stripping Out the File Name in the URL

I'm working on my final version of a script I've been working on for a week or so. I got everything working to my liking except the last one variable which is finalScriptPath which maps to my table columnscriptPath, which is to strip the page name…
Alex
  • 443
  • 3
  • 18
0
votes
3 answers

Stripping down Phonenumber (mobile)

Is there a function or a easy way to strip down phone numbers to a specific format? Input can be a number (mobile, different country codes) maybe +4917112345678 +49171/12345678 0049171 12345678 or maybe from another country 004312345678 +44... Im…
Sili
  • 175
  • 4
  • 14
0
votes
1 answer

HTML Stripper causing error

Am currently stripping some HTML from the text as follows:

Masala films of Indian cinema are those that mix genres in one work. Typically these films freely mix

redrubia
  • 2,256
  • 6
  • 33
  • 47
0
votes
1 answer

Extract stack info from stripped libraries in Android Native Application

Generally, all native libraries built for release version are stripped that are used in Android Application. Suppose we now get a crash from an App downloaded from Playstore and we get the backtrace from log cat using adb. Running ndk stack using…
learn_develop
  • 1,735
  • 4
  • 15
  • 33
0
votes
4 answers

(php) regexto remove comments but ignore occurances within strings

I am writing a comment-stripper and trying to accommodate for all needs here. I have the below stack of code which removes pretty much all comments, but it actually goes too far. A lot of time was spent trying and testing and researching the regex…
David
  • 493
  • 2
  • 6
  • 16
0
votes
1 answer

How to remove/strip all formatting or styling information from HTML table code?

How to remove/strip all formatting or styling information from HTML table code? I need to remove all coloring, font sizing etc. Probably completely remove all style and class attributes. Probably I would like to just remove some tags and attributes.…
Dims
  • 47,675
  • 117
  • 331
  • 600
0
votes
1 answer

Specific Punctuation Stripping Python

Now, I'm aware of the thousand or so questions that have already been answered regarding punctuation stripping. However mine is a bit different than the ones I've looked at. I need a code that strips all punctuation, EXCEPT hyphens and single…
k29
  • 33
  • 4
0
votes
1 answer

gather actually used C++ code lines

Is there a possibility (most likely by using gcc / g++ itself?) to determine which code lines of all files included by a single compilation are actually used? I use much third-party includes and would like to strip them to the actually used code to…
dronus
  • 10,774
  • 8
  • 54
  • 80
0
votes
1 answer

Multimedia file retrieval structure

How can we design a file retrieval structure - for a data structure that provides mapping of the file blocks to disk blocks, for simple and staggered striping of multimedia data?
Rahul
  • 23
  • 1
  • 6