A Uniform Resource Locator (URL) is a Uniform Resource Identifier (URI) that specifies where an identified resource is available and the mechanism for retrieving it.
1
vote
1answer
20 views
Appending URL parameters to links
I've got some pages that may or may not load with a ReturnUrl parameter, and some links that will be generated without that parameter (though I've applied a class to them).
The site uses jQuery, and ...
2
votes
1answer
67 views
PHP login redirect security
I wish to redirect users to the login page if they attempt to visit a page which requires them to be logged in. After logging in, however, I want to redirect the user back to their original ...
3
votes
1answer
38 views
Nginx Alias vs Rewrite
I have two working configurations that, on the surface, seem to do the same thing. They both accomplish the functionality that I need:
...
2
votes
0answers
18 views
Parsing URLs in Pandas DataFrame
I'm working on a project, and the client needs their Google AdWords destination URL query parsed, and the values spell checked to eliminate any typos (use instead of us, etc). So what I'm doing is ...
1
vote
0answers
30 views
Safely include requested pages without a whitelist
Is this pretty safe from breakout attempts? I'd rather not make a whitelist and check if the requested page is in the array since theres a ton of pages. And I wanna keep it clean. So I'm looking for a ...
4
votes
1answer
52 views
Parse prospero-Parameters
Prospero is a URI Scheme. There you have fields and values.
Would you guys check this code and give common suggestions or even testcases for junit-Tests? Sorry Docu is in German.
...
6
votes
2answers
447 views
Parallel “wget” in Java
Purpose: write Java program that downloads a list of URLs specified on commandline in parallel (simultaneously), reporting download completion every second.
My solution follows below, please point ...
1
vote
0answers
60 views
Using URLs and RegEx for web scraper from a dictionary [closed]
I have dozens of functions which GET/POST to some URLs and extract data using RegEx. The URLs and regular expressions were hard-coded earlier but now I moved all of them to a dictionary. I then saw ...
3
votes
2answers
72 views
Create nice url with diactrics removal
Please review my class. It uses iconv() (it's probably not the best solution however I haven't found any better alternative to change unknown characters).
...
3
votes
2answers
65 views
Pagination filtering
I want to check if there is page variable (in URL) and if it is, if it's correct - it cannot be number 1 because this is default page and it should be valid int ...
8
votes
2answers
278 views
Serializing JSON data coming from two URLs in the same object
I have two URLs (urlA and urlB) and both the URL gives me a JSON response back in the same JSON format. Below is my JSON string ...
3
votes
1answer
45 views
Showing the domain of a URL
I have such a method which takes a URL, such as http://twitter.com/ttt or twitter.com/dasd, and should show its domain with http: http://twitter.com and name twitter
...
6
votes
2answers
99 views
Simple python script to shorten URLs in specified text files
A recent question inspired me to write a script for this task:
Shorten URLs in specified text files using googleapis.com
Handle multiple URLs, whether on the same line or multiple lines
The ...
11
votes
2answers
679 views
6
votes
1answer
188 views
Git commit-msg URL shortener
I have just written my first git hook script. It is very simple that simply finds any URLs in the commit message and uses the Google URL shortener to rewrite the URL nicely.
it is located here.
I ...
5
votes
1answer
141 views
Generating the pretty bit at the end of a URL
I'm having a dip into F# and am attempting not to write it like it's C#.
One area that bothers me is using members of System.String. These often need to be chained ...
5
votes
3answers
141 views
Cleaner or better readability in URL composition
I have a URL that is hardcoded via a config which I extract into a config:
...
3
votes
2answers
320 views
Load images, manipulate DOM, store/retrieve data using localStorage
I wrote a little code sample which:
load images
manipulate DOM (replace images)
store/retrieve related data using
localStorage
...
0
votes
2answers
261 views
Add a set of querystring params to a URL
Example cases:
Need to add x=1, y=2 and querystring variables to the following URLs:
...
3
votes
1answer
85 views
Resolve (domainless) machine name from DNS alias
So I have a URI with a DNS alias, and I need to dynamically replace the alias with the actual machine. I started out with this:
...
1
vote
1answer
122 views
Split download file buffer by any number of threads
This is my first attempt at splitting the download buffer into several threads by the number provided. I want to improve on performance and better implementation approach.
...
1
vote
1answer
63 views
Making a URL by prioritizing the keys if multiple keys are present efficiently
I recently started using the Builder pattern in one of my projects.
Below is my builder class -
...
7
votes
5answers
407 views
How can I better my URL checker program?
I made a LinkChecker program which checks URLs from a text file and outputs status into another file like this:
...
1
vote
1answer
135 views
Getting information from URL efficiently
I wrote a dirty and ugly code to show in console how many bugs are left until the release of elementary codename Isis.
The code works but it's pretty inefficient. What it does is:
downloads the ...
10
votes
2answers
885 views
Spliterator implementation
I'm trying to post a little tutorial on the new Spliterator class. There are many tutorials these days on using stream starting from a standard Java collection, but ...
4
votes
2answers
75 views
Download URL from clipboard
This is a Python script I made to download a URL from the clipboard.
When a new URL is copied to a clipboard it adds the URL to a download queue, then on a separate thread it downloads the URL to a ...
6
votes
2answers
51 views
Refactor module for calls to internal image service
Looking for help refactoring the following code to follow a Functional Programming paradigm.
The first function builds a configuration object with default settings and optional presets, while the ...
3
votes
2answers
134 views
Adding time offsets to create future dates
How can I shorten this (working) code to create future dates in ruby for use as params in URLs?
I'm doing:
...
5
votes
1answer
44 views
Loading car photo's
I have been developing a small application for a client which combines two arrays together and then creates a URL and then loads the images on the same page from the given URL.
I'd like you to look ...
2
votes
0answers
75 views
Persistable specifications in symfony
I'm creating an app where the user will be able to create HTTP request matchers. So the RequestMatchers will match HTTP method, path, query parameters, etc., for ...
3
votes
1answer
65 views
Return current URL
I was unable to find how to get current URL so here's what I've made. Brief tests didn't reveal anything bad. Your thoughts, educated opinions, suggestions, and comment on potential bugs or ...
4
votes
1answer
587 views
5
votes
2answers
294 views
Removing everything after a certain character
I was just writing code, and wanted to make a piece that removes everything after the character ? if it's found within the URL.
...
3
votes
1answer
112 views
Finding e-commerce site of the product URL given and see if it is supported
I am building a Python app in which user can maintain wishlist of the products. I only support few e-commerce sites and do not support country specific sites (e.g I may support amazon.com but not ...
1
vote
2answers
7k views
Remove a parameter and its value from URL's query string
I'm coding an algorithm to remove a parameter (let's call it foo) from URL strings.
Of course, after the foo parameter removal, ...
4
votes
1answer
98 views
Ad page optimization?
Any suggestions on how to shorten this would be greatly appreciated. This code takes three parameters through the URL and displays a page with targeted ads. I especially need help on how to cut down ...
0
votes
2answers
3k views
2
votes
1answer
63 views
3
votes
2answers
2k views
Multiple serial URL requests in Objective-C / iOS
I want to check the existence of various API endpoints by doing serial URL request. If the first one fails, I want to try the second one, if the second fails I want to try the third one, etc.
Here is ...
0
votes
1answer
93 views
Reading and writing an unknown character into an appropriately named file
I would like to refactor this code a bit further and make it better and more generic.
As of right now, it is doing what I want it to do (reading a list of URL's, splitting the query and the ampersand ...
3
votes
1answer
1k views
Send an email if a URL is down twice only
We want to check if a URL is down or not. But sometimes, the environment is down for maintenance for 3-4 hours and we don't want to keep sending emails during that time.
I have written a shell script ...
5
votes
2answers
2k views
What do you think of my regex for URL validation?
I would like you to review my regex. It's suppose to recognize common URLs like:
...
2
votes
3answers
142 views
Shortening my questions code
Is there any other way to shorten this code without sacrificing readability? I am fairly new to C#, let alone programming, and I wanted to know if this is as short as this code can possibly become. ...
1
vote
1answer
410 views
Opening a list of URLs and splitting the queries into different files
I recently made a program in Python to open a list of URLs and split the queries into different files. I want to make this code more generic and simple. I am open to suggestions.
...
1
vote
1answer
296 views
A (comprehensive) URI parser for Python
For a code challenge, I'm trying to write a comprehensive URI parser in Python that handles both URIs with authority paths (ex: URLs such as ...
4
votes
1answer
124 views
URL percent encoding function
I wrote a custom URL encoding function and I'd like to run it past a few other experienced C developers. I have tested it on a few strings, and it has worked on all of them.
This is to be run on ...
0
votes
1answer
311 views
Am I sufficiently cleaning incoming $_GET parameters, especially in the array?
I'm trying to clean some incoming $_GET parameters. I've not done this before, so I'd love feedback.
I'm especially concerned with the array. While all the other ...
1
vote
1answer
601 views
Script taking too long for curl request
The below script takes the list of provided URLs and scrapes the present links in each URL and for each scraped link Facebook ...
1
vote
1answer
591 views
Replace URL parameters with Ruby
I have a method to replace URL parameters in an URL. It receives url as mandatory parameter and prefix and/or hash as optional parameters. Examples:
...
1
vote
1answer
1k views
Using if/else by checking page URL
You can place the script where you want the content to be checked and loaded in your design.
urlCheck is the name given to the function. You can change it, and ...