Sponsored Content
Top Forums Web Development Notes with Ravinder on Badging System Development Part II Post 303028200 by RavinderSingh13 on Tuesday 1st of January 2019 11:42:26 PM
Old 01-02-2019
Hello Neo,

Yes, I do have 3 to 4 thoughts as follows but thinking of logic of them as of now.

1- On THANKS per post ratio, lets say 1 person is getting every 1.1 post 1 THANKS so as per that ratio badges.
2- On continuously logging days in forums one(not sure if we are keeping some information save in tables here?).
3- Monthly top thanks getting people badges(here also we need to save information somewhere, you could please let me know if we are saving this somewhere in forums?).

May be more to come Smilie


Thanks,
R. Singh
 

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

New Badging System - Badges Prototype Beta 1 (Badges Only)

Today I mapped out the new badging system using FA icons, Beta 1 in no particular order except a 6 x 8 grid: https://www.unix.com/members/1-albums215-picture991.png The prototype HTML code for this layout: <style> .fa-badge-grid { font-size: 1.5em; } .row { ... (38 Replies)
Discussion started by: Neo
38 Replies

2. What is on Your Mind?

Status of Badging System - Beta 1

Dear All, Here is the current status of the badging system: The Beta 1 phase of the new badging system is close to completion. 42 prototype badges have been "allocated" 6 prototype badge slots are held in reserve The "alert you have new badges" prototype is running and is currently... (4 Replies)
Discussion started by: Neo
4 Replies

3. What is on Your Mind?

Badging System: UNIX.COM Bug Hunter Badge (New)

I have moved the bug badge out of reserve and into the main stream. Basically, I will assign a color level like the others, based on who has made a good actionable bug report for UNIX.COM. "Good" means screenshots, links, and even details from web dev tools our the HTML source code. So far,... (0 Replies)
Discussion started by: Neo
0 Replies
pnmpad(1)						      General Commands Manual							 pnmpad(1)

NAME
pnmpad - add borders to portable anymap SYNOPSIS
pnmpad [-verbose] [-white|-black] [[[-width=width [-halign=ratio]] | [-left=leftpad] [-right=rightpad]]] [[[-height=height [-valign=ratio]] | [-top=toppad] [-bottom=botpad]]] [pnmfile] All options can be abbreviated to their shortest unique prefix. You may use two hyphens instead of one to designate an option. You may use either white space or an equals sign between an option name and its value. DESCRIPTION
Reads a PNM image as input. Outputs a PNM image that is the input image plus black or white borders of the sizes specified. If you just need to convert an image to a certain size regardless of the original dimensions, pnmcut with the -pad option may be a better choice. OPTIONS
-verbose Verbose output. -white -black (default) Set pad color. -left leftpad -right rightpad -top toppad -bottom bottompad Specify amount of padding in pixels. -width width Set desired width of image. Overrides -left and -right if specified. If width is less than the actual image width, it is ignored. Use pnmcut(1) to cut off parts of images. -height height Set desired height of image. Overrides -top and -bottom if specified. If height is less than the actual image height, it is ignored. Use pnmcut(1) to cut off parts of images. -halign ratio A real number between 0 and 1. Used in conjunction with -width, sets the alignment ratio between left padding and right padding. Useful values: 0.0 - left aligned; 0.5 - center aligned (default); 1.0 - right aligned. -valign ratio A real number between 0 and 1. Used in conjunction with -height, sets the alignment ratio between bottom padding and top padding. Useful values: 0.0 - bottom aligned; 0.5 - center aligned (default); 1.0 - top aligned. HISTORY
Before February 2002, pnmpad had a different option syntax which was less expressive and not like conventional Netpbm programs. That syntax is still understood by pnmpad for backward compatibility, but not documented or supported for future use. SEE ALSO
pbmmake(1), pnmpaste(1), pnmcut(1), pnmcrop(1), pbm(5) AUTHOR
Copyright (C) 2002 by Martin van Beilen Copyright (C) 1990 by Angus Duggan Copyright (C) 1989 by Jef Poskanzer. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. This software is provided "as is" without express or implied warranty. 26 January 2002 pnmpad(1)
All times are GMT -4. The time now is 08:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy