Search Results

Search: Posts Made By: ni2
Forum: What is on Your Mind? 09-03-2015
2,428
Posted By ni2
Programming With The lowest Common Denominator
Read the rest of this article here --> Computer Things (Programming With The Lowest Common Denominator) (http://spiegelmock.com/post/127971602352/programming-with-the-lowest-common-denominator)

I...
Forum: War Stories 09-01-2015
12,679
Posted By ni2
No. I don't.
No. I don't.
Forum: What is on Your Mind? 09-01-2015
3,362
Posted By ni2
Interesting, I have been quite happy using Debian...
Interesting, I have been quite happy using Debian for quiet a while now. Nice thing about Linux is that you have the freedom to switch to what works for you.

I'll keep Debian for a few more years....
871
Posted By ni2
I would suggest you run man mailx on your desired...
I would suggest you run man mailx on your desired machine and see what it says regarding sending cc

Does below help?
...
871
Posted By ni2
Hi Rankumar, As per man mailx -c should...
Hi Rankumar,

As per man mailx
-c should work.

Are you getting any errors?

Does below work

echo "Simple Test" | mailx -s "Test" arun@wide.com
5,170
Posted By ni2
rsync could possibly be used here as well.
rsync could possibly be used here as well.
2,343
Posted By ni2
Hi Deena, Please give a sample input and...
Hi Deena,

Please give a sample input and output. It will help you get a faster response.
1,124
Posted By ni2
This may not be very elegant but with sed and awk...
This may not be very elegant but with sed and awk

echo "abc,def,ghi,jkl" | sed 'y/,/\n/;' | awk 'NR%2==1'sed (GNU sed) 4.2.2
GNU Awk 4.1.1
1,225
Posted By ni2
With join and sed Both File1 and File2 have...
With join and sed

Both File1 and File2 have to be sorted.

join -t',' -1 1 -2 1 -a 1 -e 'NO-DESCRIPTION' -o '1.1,2.2,1.2' File1 File2 | sed -e 's/,/_/' -e 's/,/(/' -e 's/$/)/'My versions of join...
1,234
Posted By ni2
Hi, As drl said, try a web testing tool. ...
Hi,

As drl said, try a web testing tool.

Selenium might be able to help.
1,537
Posted By ni2
Hi, I was facing the exact same problem....
Hi,

I was facing the exact same problem. After running dos2unix on my input files it was sorted.
1,009
Posted By ni2
Are some numbers are missing from your output? ...
Are some numbers are missing from your output?

$ sort -u -r -n <input file>
415550 0.21
335550 0.28
315550 0.28
215650 0.28
130650 0.22
125550 0.28
122850 0.22
120650 0.22
105550 0.28...
4,009
Posted By ni2
man chmod ~/case$ tree . ├── 1 │ ├──...
man chmod

~/case$ tree
.
├── 1
│ ├── file.sh
│ └── file.txt
├── 2
│ ├── file.sh
│ └── file.txt
└── 3
├── file.sh
└── file.txt
~/case$ chmod -c -R 744 {1..3}/*.txt
mode...
Forum: What is on Your Mind? 02-24-2014
2,533
Posted By ni2
The Moth and the World Science Festival Present...
The Moth and the World Science Festival Present George Lombardi (https://www.youtube.com/watch?v=vD9RI2Bm69U)
A young doctor is whisked halfway across the globe to care for an ailing international...
4,272
Posted By ni2
GNU Awk 4.0.1 awk -v FS=" |," -v OFS=","...
GNU Awk 4.0.1

awk -v FS=" |," -v OFS="," '{print $1, $3}' file1.txt I tripple checked and still managed to post a longer duplicate answer :-)
1,621
Posted By ni2
Alright, thanks.
Alright, thanks.
1,621
Posted By ni2
Bits Club link on main page
Hi,

I noticed that the Bit Club is no longer accessible from the main page. It used to be in the Members Only Forum (I think, can't really remember.)

Was this intentional?

Regards,
Ni2
Forum: What is on Your Mind? 01-15-2014
973
Posted By ni2
Net Neutrality
Hi,

Just wanted to know your opinion on this

What you need to know about the court decision that just struck down net neutrality &mdash; Tech News and Analysis...
Forum: What is on Your Mind? 01-14-2014
1,057
Posted By ni2
Place your bits - Who will be crowned English Premier League champions for the 2013-14 Season
Hi All,

UPDATE: This has been cancelled. No more Event Prediction.

Place your bits here before 30th March 2014.

Who will be crowned English Premier League champions for the 2013-14 Season
...
Forum: What is on Your Mind? 11-19-2013
4,705
Posted By ni2
Preference is Paper Tablet ...
Preference is


Paper
Tablet
E-reader
Laptop/Desktop

In that order :-)
Forum: What is on Your Mind? 11-19-2013
1,562
Posted By ni2
Hi planesb, Visit www.coursera.org,...
Hi planesb,

Visit www.coursera.org, www.udacity.com there are a few programming courses there that could help you out.
68,769
Posted By ni2
Fluxbox
Fluxbox
Forum: What is on Your Mind? 09-03-2013
1,945
Posted By ni2
I don't have a favourite as such. But one talk...
I don't have a favourite as such. But one talk that comes to mind is

https://www.youtube.com/watch?v=XvIg5MK-8yY: Don Tapscott: Four principles for the open world (2012)

Here's another one...
Forum: What is on Your Mind? 07-03-2013
8,921
Posted By ni2
Rarely... Youtube
Rarely... Youtube
Forum: What is on Your Mind? 07-03-2013
1,136
Posted By ni2
Place your bits! Who will win Wimbledon 2013 (Men)
Who will win Wimbledon 2013 (Men Singles)?

1. David Ferrer
2. Juan Martin Del Potro
3. Fernando Verdasco
4. Andy Murray
5. Novak Djokovic
6. Tomas Berdych
7. Lukasz Kubot
8. Jerzy...
Showing results 1 to 25 of 120

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