Search Results

Search: Posts Made By: Marck
8,144
Posted By Marck
You need to change given input of advertisement...
You need to change given input of advertisement removed by moderators
which have given:
read file_name
if [ -e $file_name ]
then
echo "$file_name found"
else
echo "$file_name not found"
fiIf...
Forum: Programming 11-27-2018
2,720
Posted By Marck
I think the main problem is obtain in this code...
I think the main problem is obtain in this code where this code have put.
if (s == null) { return null;}
return new Text(s.toString().lowerCase());

Please do not put advertisements and...
1,284
Posted By Marck
Removed advertisement and added code tags
Here is a solution which is very useful having seen this concept:

if 'abc' and 'efg' can be on the same line:

grep -zl 'abc.*efg' <your list of files>
if 'abc' and 'efg' must be on different...
711
Posted By Marck
sed and replace problem
You have seen this code which is perfectly very helpful for your error.
In this code you can check where is your mistake.
APPNAME="Test Application"

_OLD=";newrelic.appname = \"PHP...
14,095
Posted By Marck
Need help getting a web page to start a server.
First, let's try hosting a website using your personal computer with the Windows operating system.
Step 1: Install the WAMP Software.
Step 2: Using WampServer.
Step 3: Creating an HTML Page. ...
1,540
Posted By Marck
Combine data with the Ampersand symbol (&) ...
Combine data with the Ampersand symbol (&)
Select the cell where you want to put the combined data.
Type = and select the first cell you want to combine.
Type & and use quotation marks with a...
Forum: Programming 10-27-2018
3,695
Posted By Marck
Embedding a text file in C code. Therefore it...
Embedding a text file in C code. Therefore it might be easier if you just load the text from a file at runtime, or embed the text directly into the code.

int main()
{
const char* text = "...
Forum: Programming 10-20-2018
1,148
Posted By Marck
Here are some techniques which is helpful for...
Here are some techniques which is helpful for solve the issue.

1.Find the Java path; it looks like this: C:\Program Files\Java\jdkxxxx\bin\
2.Start-menu search for "environment variable" to open...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 10:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy