Search Results

Search: Posts Made By: 000vikas
Forum: What is on Your Mind? 05-03-2020
8,887
Posted By Neo
Community.UNIX.com login tips
Here are some tips for logging in to our new Community (https://community.unix.com/):


If you are a forum member with a valid email address in your profile and you have not logged in to...
6,370
Posted By vbe
Welcome on board! start by removing the \n...
Welcome on board!

start by removing the \n of you printf on first line... maybe replacing with :
2,429
Posted By alcresio
After several attempts I was able to split the...
After several attempts I was able to split the individual strings of the file in this way:

#!/bin/bash
input=$1
declare -a FirstStep
N=0

while IFS= read -r line
do
Res="$(cut -d':' -f1...
Forum: Programming 10-26-2019
15,461
Posted By dodona
a 20 years ago I wrote a very large and complex...
a 20 years ago I wrote a very large and complex server in perl. That PERL code wasn't "very crude", but fits to all todays standards,
That server still is running 24 hours each day. It never stops,...
13,644
Posted By RudiC
Try escaping awk's $ sign.
Try escaping awk's $ sign.
Forum: SCO 10-25-2019
10,173
Posted By hicksd8
SCO Openserver Installation ISOs - Tachytelic.net...
SCO Openserver Installation ISOs - Tachytelic.net (https://www.tachytelic.net/sco-openserver-installation-isos/)
3,293
Posted By dodona
ms windowzers normaly don't know what a wm is,...
ms windowzers normaly don't know what a wm is, but linuxers usually do.
24,038
Posted By RavinderSingh13
Hello dineshkumarsrk, Could you please try...
Hello dineshkumarsrk,

Could you please try following.

awk 'BEGIN{FS="[> ]"} /^>/{val=$2;next} {print val,length($0)}' Input_file


Output will be as follows.

seq1 6
seq2 7
seq3 4

...
Forum: What is on Your Mind? 02-28-2019
1,327
Posted By nezabudka
Thank all for having such a great site. When I...
Thank all for having such a great site. When I learn English, I will write a bunch of thanks to everyone who makes it a lively and modern place to communicate. I am glad that my proposal turned out...
3,252
Posted By Don Cragun
Nothing was attached to your post, and no...
Nothing was attached to your post, and no attachment is needed. Just include the output you want in CODE tags in your post. And, if you want help, you'll help us by answering the questions I asked...
3,205
Posted By RudiC
@nezabudka: The shell cycle is used to create the...
@nezabudka: The shell cycle is used to create the respective output files. If you do it all in awk, redirect output immediately within it. Like
awk '
FNR == NR {T[$1]
next
...
Forum: What is on Your Mind? 01-22-2019
5,608
Posted By Neo
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Scrutinizer
Please join me in congratulating Scrutinizer (https://www.unix.com/member_modal.php?u=302052697)for his long overdue lifetime achievement award badge from UNIX.COM in computer wizardry:

"The...
Forum: Solaris 01-17-2019
4,406
Posted By jlliagre
You didn't lose anything. Disk vendors...
You didn't lose anything.

Disk vendors report capacities in decimal units while format/fdisk still use binary units.

(12502430343-40)*512 = 6401244315136 bytes = 6.4 TB =...
Forum: What is on Your Mind? 12-18-2018
7,126
Posted By Neo
OK.... this new User Information Modal (UIM) with...
OK.... this new User Information Modal (UIM) with Bootstrap Tabs is now live in many areas of the forums including:


Who Is Online (WOL)
Search Results
Thank You Box
Member List
In All...
Forum: What is on Your Mind? 12-15-2018
2,742
Posted By Neo
Update: Have Bootstrap-ified : Most...
Update:

Have Bootstrap-ified :


Most of the moderation menus and inline moderation pages, etc.
The UserCP pages to update options, PW, etc.


TODO:


Finish "Advanced Search" page
...
Forum: Web Development 12-14-2018
1,959
Posted By Neo
TODO: Do the same for the "who is currently...
TODO:

Do the same for the "who is currently online" bits on the home page.
Forum: Web Development 12-14-2018
2,417
Posted By Neo
Update. Harmonized the QRE Font Awesome...
Update.

Harmonized the QRE Font Awesome icons with the "Advanced Editor".

https://www.unix.com/members/1-albums215-picture965.png

Also, worked on the same editor to get the font color picker...
Forum: Web Development 12-14-2018
2,417
Posted By Neo
OK... I wrote the PHP code and was able to...
OK... I wrote the PHP code and was able to replace two more editor toolbar images with Font Awesome icons (getting round the issues with the original QRE plugin code). The main icon left to do is...
Forum: Web Development 12-10-2018
1,959
Posted By Neo
Stripping of Non-Printable Chars in the Who Is Online Page
Noticed that after changing our site and HTML be to UTF-8 compliant per HTML5 standards, we started to see unprintable chars in the country and city name from the geoip database which converts IP...
Forum: What is on Your Mind? 12-08-2018
2,742
Posted By Neo
Quick Update on UNIX.COM Site Renovation: Bootstrap, Font Awesome and jQuery
Here is an update on the site renovation:

After a lot of analysis and example programming, including testing out a number of Javascript framework and libraries, in the short term, we are getting...
Forum: Web Development 12-03-2018
1,945
Posted By Neo
Bootstrap Changes to Forum LIST BBCODE Tags
Added some Bootstrap to our lists (first draft subject to change) with PHP changes to the functions_bbcode.php:

if ($listtype)
{

$outstuff = '<ol...
2,411
Posted By Neo
Maybe try validating your tensorflow install...
Maybe try validating your tensorflow install first?

Try:

# Python
import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello))

Did you get...
1,145
Posted By MadeInGermany
It's okay. If all of you directories start with...
It's okay.
If all of you directories start with $A_START_PATH
then you can perhaps cd to it and use shorter names (relative to the current directory).
cd "$A_START_PATH" || exit
A_LIST="dir1 dir4...
4,119
Posted By neutronscott
Try: openssl s_client -connect myservice.com:443...
Try: openssl s_client -connect myservice.com:443 to do SSL connection.
Forum: Programming 07-16-2018
2,099
Posted By Corona688
The risk of strcpy is this: char buf[8]; //...
The risk of strcpy is this:

char buf[8]; // Only room for 8 characters
char very_important_variable_touch_and_the_world_explodes=42;

// More than 8 characters, where does the rest go?...
Showing results 1 to 25 of 27

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